sweetalert2.css 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215
  1. html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
  2. body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  3. overflow-y: hidden; }
  4. body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast {
  5. -webkit-box-orient: vertical;
  6. -webkit-box-direction: normal;
  7. -ms-flex-direction: column;
  8. flex-direction: column; }
  9. body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-icon {
  10. margin: 0 0 15px; }
  11. body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-buttonswrapper {
  12. -webkit-box-flex: 1;
  13. -ms-flex: 1;
  14. flex: 1;
  15. -ms-flex-item-align: stretch;
  16. align-self: stretch;
  17. -webkit-box-pack: end;
  18. -ms-flex-pack: end;
  19. justify-content: flex-end; }
  20. body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-loading {
  21. -webkit-box-pack: center;
  22. -ms-flex-pack: center;
  23. justify-content: center; }
  24. body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-input {
  25. height: 32px;
  26. font-size: 14px;
  27. margin: 5px auto; }
  28. body.swal2-toast-shown > .swal2-container {
  29. position: fixed;
  30. background-color: transparent; }
  31. body.swal2-toast-shown > .swal2-container.swal2-shown {
  32. background-color: transparent; }
  33. body.swal2-toast-shown > .swal2-container.swal2-top {
  34. top: 0;
  35. left: 50%;
  36. bottom: auto;
  37. right: auto;
  38. -webkit-transform: translateX(-50%);
  39. transform: translateX(-50%); }
  40. body.swal2-toast-shown > .swal2-container.swal2-top-end, body.swal2-toast-shown > .swal2-container.swal2-top-right {
  41. top: 0;
  42. left: auto;
  43. bottom: auto;
  44. right: 0; }
  45. body.swal2-toast-shown > .swal2-container.swal2-top-start, body.swal2-toast-shown > .swal2-container.swal2-top-left {
  46. top: 0;
  47. left: 0;
  48. bottom: auto;
  49. right: auto; }
  50. body.swal2-toast-shown > .swal2-container.swal2-center-start, body.swal2-toast-shown > .swal2-container.swal2-center-left {
  51. top: 50%;
  52. left: 0;
  53. bottom: auto;
  54. right: auto;
  55. -webkit-transform: translateY(-50%);
  56. transform: translateY(-50%); }
  57. body.swal2-toast-shown > .swal2-container.swal2-center {
  58. top: 50%;
  59. left: 50%;
  60. bottom: auto;
  61. right: auto;
  62. -webkit-transform: translate(-50%, -50%);
  63. transform: translate(-50%, -50%); }
  64. body.swal2-toast-shown > .swal2-container.swal2-center-end, body.swal2-toast-shown > .swal2-container.swal2-center-right {
  65. top: 50%;
  66. left: auto;
  67. bottom: auto;
  68. right: 0;
  69. -webkit-transform: translateY(-50%);
  70. transform: translateY(-50%); }
  71. body.swal2-toast-shown > .swal2-container.swal2-bottom-start, body.swal2-toast-shown > .swal2-container.swal2-bottom-left {
  72. top: auto;
  73. left: 0;
  74. bottom: 0;
  75. right: auto; }
  76. body.swal2-toast-shown > .swal2-container.swal2-bottom {
  77. top: auto;
  78. left: 50%;
  79. bottom: 0;
  80. right: auto;
  81. -webkit-transform: translateX(-50%);
  82. transform: translateX(-50%); }
  83. body.swal2-toast-shown > .swal2-container.swal2-bottom-end, body.swal2-toast-shown > .swal2-container.swal2-bottom-right {
  84. top: auto;
  85. left: auto;
  86. bottom: 0;
  87. right: 0; }
  88. body.swal2-iosfix {
  89. position: fixed;
  90. left: 0;
  91. right: 0; }
  92. body.swal2-no-backdrop > .swal2-shown {
  93. top: auto;
  94. bottom: auto;
  95. left: auto;
  96. right: auto;
  97. background-color: transparent; }
  98. body.swal2-no-backdrop > .swal2-shown > .swal2-modal {
  99. -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  100. box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  101. body.swal2-no-backdrop > .swal2-shown.swal2-top {
  102. top: 0;
  103. left: 50%;
  104. -webkit-transform: translateX(-50%);
  105. transform: translateX(-50%); }
  106. body.swal2-no-backdrop > .swal2-shown.swal2-top-start, body.swal2-no-backdrop > .swal2-shown.swal2-top-left {
  107. top: 0;
  108. left: 0; }
  109. body.swal2-no-backdrop > .swal2-shown.swal2-top-end, body.swal2-no-backdrop > .swal2-shown.swal2-top-right {
  110. top: 0;
  111. right: 0; }
  112. body.swal2-no-backdrop > .swal2-shown.swal2-center {
  113. top: 50%;
  114. left: 50%;
  115. -webkit-transform: translate(-50%, -50%);
  116. transform: translate(-50%, -50%); }
  117. body.swal2-no-backdrop > .swal2-shown.swal2-center-start, body.swal2-no-backdrop > .swal2-shown.swal2-center-left {
  118. top: 50%;
  119. left: 0;
  120. -webkit-transform: translateY(-50%);
  121. transform: translateY(-50%); }
  122. body.swal2-no-backdrop > .swal2-shown.swal2-center-end, body.swal2-no-backdrop > .swal2-shown.swal2-center-right {
  123. top: 50%;
  124. right: 0;
  125. -webkit-transform: translateY(-50%);
  126. transform: translateY(-50%); }
  127. body.swal2-no-backdrop > .swal2-shown.swal2-bottom {
  128. bottom: 0;
  129. left: 50%;
  130. -webkit-transform: translateX(-50%);
  131. transform: translateX(-50%); }
  132. body.swal2-no-backdrop > .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop > .swal2-shown.swal2-bottom-left {
  133. bottom: 0;
  134. left: 0; }
  135. body.swal2-no-backdrop > .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop > .swal2-shown.swal2-bottom-right {
  136. bottom: 0;
  137. right: 0; }
  138. .swal2-container {
  139. display: -webkit-box;
  140. display: -ms-flexbox;
  141. display: flex;
  142. -webkit-box-orient: horizontal;
  143. -webkit-box-direction: normal;
  144. -ms-flex-direction: row;
  145. flex-direction: row;
  146. -webkit-box-align: center;
  147. -ms-flex-align: center;
  148. align-items: center;
  149. -webkit-box-pack: center;
  150. -ms-flex-pack: center;
  151. justify-content: center;
  152. position: fixed;
  153. padding: 10px;
  154. top: 0;
  155. left: 0;
  156. right: 0;
  157. bottom: 0;
  158. background-color: transparent;
  159. z-index: 1060; }
  160. .swal2-container.swal2-top {
  161. -webkit-box-align: start;
  162. -ms-flex-align: start;
  163. align-items: flex-start; }
  164. .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  165. -webkit-box-align: start;
  166. -ms-flex-align: start;
  167. align-items: flex-start;
  168. -webkit-box-pack: start;
  169. -ms-flex-pack: start;
  170. justify-content: flex-start; }
  171. .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  172. -webkit-box-align: start;
  173. -ms-flex-align: start;
  174. align-items: flex-start;
  175. -webkit-box-pack: end;
  176. -ms-flex-pack: end;
  177. justify-content: flex-end; }
  178. .swal2-container.swal2-center {
  179. -webkit-box-align: center;
  180. -ms-flex-align: center;
  181. align-items: center; }
  182. .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  183. -webkit-box-align: center;
  184. -ms-flex-align: center;
  185. align-items: center;
  186. -webkit-box-pack: start;
  187. -ms-flex-pack: start;
  188. justify-content: flex-start; }
  189. .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  190. -webkit-box-align: center;
  191. -ms-flex-align: center;
  192. align-items: center;
  193. -webkit-box-pack: end;
  194. -ms-flex-pack: end;
  195. justify-content: flex-end; }
  196. .swal2-container.swal2-bottom {
  197. -webkit-box-align: end;
  198. -ms-flex-align: end;
  199. align-items: flex-end; }
  200. .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  201. -webkit-box-align: end;
  202. -ms-flex-align: end;
  203. align-items: flex-end;
  204. -webkit-box-pack: start;
  205. -ms-flex-pack: start;
  206. justify-content: flex-start; }
  207. .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  208. -webkit-box-align: end;
  209. -ms-flex-align: end;
  210. align-items: flex-end;
  211. -webkit-box-pack: end;
  212. -ms-flex-pack: end;
  213. justify-content: flex-end; }
  214. .swal2-container.swal2-grow-fullscreen > .swal2-modal {
  215. display: -webkit-box !important;
  216. display: -ms-flexbox !important;
  217. display: flex !important;
  218. -webkit-box-flex: 1;
  219. -ms-flex: 1;
  220. flex: 1;
  221. -ms-flex-item-align: stretch;
  222. align-self: stretch;
  223. -webkit-box-pack: center;
  224. -ms-flex-pack: center;
  225. justify-content: center; }
  226. .swal2-container.swal2-grow-row > .swal2-modal {
  227. display: -webkit-box !important;
  228. display: -ms-flexbox !important;
  229. display: flex !important;
  230. -webkit-box-flex: 1;
  231. -ms-flex: 1;
  232. flex: 1;
  233. -ms-flex-line-pack: center;
  234. align-content: center;
  235. -webkit-box-pack: center;
  236. -ms-flex-pack: center;
  237. justify-content: center; }
  238. .swal2-container.swal2-grow-column {
  239. -webkit-box-flex: 1;
  240. -ms-flex: 1;
  241. flex: 1;
  242. -webkit-box-orient: vertical;
  243. -webkit-box-direction: normal;
  244. -ms-flex-direction: column;
  245. flex-direction: column; }
  246. .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  247. -webkit-box-align: center;
  248. -ms-flex-align: center;
  249. align-items: center; }
  250. .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  251. -webkit-box-align: start;
  252. -ms-flex-align: start;
  253. align-items: flex-start; }
  254. .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  255. -webkit-box-align: end;
  256. -ms-flex-align: end;
  257. align-items: flex-end; }
  258. .swal2-container.swal2-grow-column > .swal2-modal {
  259. display: -webkit-box !important;
  260. display: -ms-flexbox !important;
  261. display: flex !important;
  262. -webkit-box-flex: 1;
  263. -ms-flex: 1;
  264. flex: 1;
  265. -ms-flex-line-pack: center;
  266. align-content: center;
  267. -webkit-box-pack: center;
  268. -ms-flex-pack: center;
  269. justify-content: center; }
  270. .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
  271. margin: auto; }
  272. @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  273. .swal2-container .swal2-modal {
  274. margin: 0 !important; } }
  275. .swal2-container.swal2-fade {
  276. -webkit-transition: background-color .1s;
  277. transition: background-color .1s; }
  278. .swal2-container.swal2-shown {
  279. background-color: rgba(0, 0, 0, 0.4); }
  280. .swal2-popup {
  281. -webkit-box-orient: vertical;
  282. -webkit-box-direction: normal;
  283. -ms-flex-direction: column;
  284. flex-direction: column;
  285. background-color: #fff;
  286. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  287. border-radius: 5px;
  288. -webkit-box-sizing: border-box;
  289. box-sizing: border-box;
  290. text-align: center;
  291. overflow-x: hidden;
  292. overflow-y: auto;
  293. display: none;
  294. position: relative;
  295. max-width: 100%; }
  296. .swal2-popup.swal2-toast {
  297. width: 300px;
  298. padding: 0 15px;
  299. -webkit-box-orient: horizontal;
  300. -webkit-box-direction: normal;
  301. -ms-flex-direction: row;
  302. flex-direction: row;
  303. -webkit-box-align: center;
  304. -ms-flex-align: center;
  305. align-items: center;
  306. overflow-y: hidden;
  307. -webkit-box-shadow: 0 0 10px #d9d9d9;
  308. box-shadow: 0 0 10px #d9d9d9; }
  309. .swal2-popup.swal2-toast .swal2-title {
  310. max-width: 300px;
  311. font-size: 16px;
  312. text-align: left; }
  313. .swal2-popup.swal2-toast .swal2-content {
  314. font-size: 14px;
  315. text-align: left; }
  316. .swal2-popup.swal2-toast .swal2-icon {
  317. width: 32px;
  318. min-width: 32px;
  319. height: 32px;
  320. margin: 0 15px 0 0; }
  321. .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  322. width: 32px;
  323. height: 32px; }
  324. .swal2-popup.swal2-toast .swal2-icon.swal2-info, .swal2-popup.swal2-toast .swal2-icon.swal2-warning, .swal2-popup.swal2-toast .swal2-icon.swal2-question {
  325. font-size: 26px;
  326. line-height: 32px; }
  327. .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  328. top: 14px;
  329. width: 22px; }
  330. .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  331. left: 5px; }
  332. .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  333. right: 5px; }
  334. .swal2-popup.swal2-toast .swal2-buttonswrapper {
  335. margin: 0 0 0 5px; }
  336. .swal2-popup.swal2-toast .swal2-styled {
  337. margin: 0 0 0 5px;
  338. padding: 5px 10px; }
  339. .swal2-popup.swal2-toast .swal2-styled:focus {
  340. -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(50, 100, 150, 0.4);
  341. box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(50, 100, 150, 0.4); }
  342. .swal2-popup.swal2-toast .swal2-validationerror {
  343. width: 100%;
  344. margin: 5px -20px; }
  345. .swal2-popup.swal2-toast .swal2-success {
  346. border-color: #a5dc86; }
  347. .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  348. border-radius: 50%;
  349. position: absolute;
  350. width: 32px;
  351. height: 64px;
  352. -webkit-transform: rotate(45deg);
  353. transform: rotate(45deg); }
  354. .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  355. border-radius: 64px 0 0 64px;
  356. top: -4px;
  357. left: -15px;
  358. -webkit-transform: rotate(-45deg);
  359. transform: rotate(-45deg);
  360. -webkit-transform-origin: 32px 32px;
  361. transform-origin: 32px 32px; }
  362. .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  363. border-radius: 0 64px 64px 0;
  364. top: -5px;
  365. left: 14px;
  366. -webkit-transform-origin: 0 32px;
  367. transform-origin: 0 32px; }
  368. .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  369. width: 32px;
  370. height: 32px; }
  371. .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  372. width: 7px;
  373. height: 90px;
  374. left: 28px;
  375. top: 8px; }
  376. .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  377. height: 5px; }
  378. .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
  379. width: 12px;
  380. left: 3px;
  381. top: 18px; }
  382. .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
  383. width: 22px;
  384. right: 3px;
  385. top: 15px; }
  386. .swal2-popup.swal2-toast .swal2-animate-success-line-tip {
  387. -webkit-animation: animate-toast-success-tip .75s;
  388. animation: animate-toast-success-tip .75s; }
  389. .swal2-popup.swal2-toast .swal2-animate-success-line-long {
  390. -webkit-animation: animate-toast-success-long .75s;
  391. animation: animate-toast-success-long .75s; }
  392. .swal2-popup:focus {
  393. outline: none; }
  394. .swal2-popup.swal2-loading {
  395. overflow-y: hidden; }
  396. .swal2-popup .swal2-title {
  397. color: #595959;
  398. font-size: 30px;
  399. text-align: center;
  400. font-weight: 600;
  401. text-transform: none;
  402. position: relative;
  403. margin: 0 0 .4em;
  404. padding: 0;
  405. display: block;
  406. word-wrap: break-word; }
  407. .swal2-popup .swal2-buttonswrapper {
  408. -webkit-box-align: center;
  409. -ms-flex-align: center;
  410. align-items: center;
  411. -webkit-box-pack: center;
  412. -ms-flex-pack: center;
  413. justify-content: center;
  414. margin-top: 15px; }
  415. .swal2-popup .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  416. opacity: .4;
  417. cursor: no-drop; }
  418. .swal2-popup .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  419. -webkit-box-sizing: border-box;
  420. box-sizing: border-box;
  421. border: 4px solid transparent;
  422. border-color: transparent;
  423. width: 40px;
  424. height: 40px;
  425. padding: 0;
  426. margin: 7.5px;
  427. vertical-align: top;
  428. background-color: transparent !important;
  429. color: transparent;
  430. cursor: default;
  431. border-radius: 100%;
  432. -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  433. animation: rotate-loading 1.5s linear 0s infinite normal;
  434. -webkit-user-select: none;
  435. -moz-user-select: none;
  436. -ms-user-select: none;
  437. user-select: none; }
  438. .swal2-popup .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  439. margin-left: 30px;
  440. margin-right: 30px; }
  441. .swal2-popup .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  442. display: inline-block;
  443. content: '';
  444. margin-left: 5px;
  445. vertical-align: -1px;
  446. height: 15px;
  447. width: 15px;
  448. border: 3px solid #999999;
  449. -webkit-box-shadow: 1px 1px 1px #fff;
  450. box-shadow: 1px 1px 1px #fff;
  451. border-right-color: transparent;
  452. border-radius: 50%;
  453. -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  454. animation: rotate-loading 1.5s linear 0s infinite normal; }
  455. .swal2-popup .swal2-styled {
  456. border: 0;
  457. border-radius: 3px;
  458. -webkit-box-shadow: none;
  459. box-shadow: none;
  460. color: #fff;
  461. cursor: pointer;
  462. font-size: 17px;
  463. font-weight: 500;
  464. margin: 15px 5px 0;
  465. padding: 10px 32px; }
  466. .swal2-popup .swal2-styled:focus {
  467. outline: none;
  468. -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
  469. box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
  470. .swal2-popup .swal2-image {
  471. margin: 20px auto;
  472. max-width: 100%; }
  473. .swal2-popup .swal2-close {
  474. background: transparent;
  475. border: 0;
  476. margin: 0;
  477. padding: 0;
  478. width: 38px;
  479. height: 40px;
  480. font-size: 36px;
  481. line-height: 40px;
  482. font-family: serif;
  483. position: absolute;
  484. top: 5px;
  485. right: 8px;
  486. cursor: pointer;
  487. color: #cccccc;
  488. -webkit-transition: color .1s ease;
  489. transition: color .1s ease; }
  490. .swal2-popup .swal2-close:hover {
  491. color: #d55; }
  492. .swal2-popup > .swal2-input,
  493. .swal2-popup > .swal2-file,
  494. .swal2-popup > .swal2-textarea,
  495. .swal2-popup > .swal2-select,
  496. .swal2-popup > .swal2-radio,
  497. .swal2-popup > .swal2-checkbox {
  498. display: none; }
  499. .swal2-popup .swal2-content {
  500. font-size: 18px;
  501. text-align: center;
  502. font-weight: 300;
  503. position: relative;
  504. float: none;
  505. margin: 0;
  506. padding: 0;
  507. line-height: normal;
  508. color: #545454;
  509. word-wrap: break-word; }
  510. .swal2-popup .swal2-input,
  511. .swal2-popup .swal2-file,
  512. .swal2-popup .swal2-textarea,
  513. .swal2-popup .swal2-select,
  514. .swal2-popup .swal2-radio,
  515. .swal2-popup .swal2-checkbox {
  516. margin: 20px auto; }
  517. .swal2-popup .swal2-input,
  518. .swal2-popup .swal2-file,
  519. .swal2-popup .swal2-textarea {
  520. width: 100%;
  521. -webkit-box-sizing: border-box;
  522. box-sizing: border-box;
  523. font-size: 18px;
  524. border-radius: 3px;
  525. border: 1px solid #d9d9d9;
  526. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  527. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  528. -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
  529. transition: border-color .3s, -webkit-box-shadow .3s;
  530. transition: border-color .3s, box-shadow .3s;
  531. transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s; }
  532. .swal2-popup .swal2-input.swal2-inputerror,
  533. .swal2-popup .swal2-file.swal2-inputerror,
  534. .swal2-popup .swal2-textarea.swal2-inputerror {
  535. border-color: #f27474 !important;
  536. -webkit-box-shadow: 0 0 2px #f27474 !important;
  537. box-shadow: 0 0 2px #f27474 !important; }
  538. .swal2-popup .swal2-input:focus,
  539. .swal2-popup .swal2-file:focus,
  540. .swal2-popup .swal2-textarea:focus {
  541. outline: none;
  542. border: 1px solid #b4dbed;
  543. -webkit-box-shadow: 0 0 3px #c4e6f5;
  544. box-shadow: 0 0 3px #c4e6f5; }
  545. .swal2-popup .swal2-input::-webkit-input-placeholder,
  546. .swal2-popup .swal2-file::-webkit-input-placeholder,
  547. .swal2-popup .swal2-textarea::-webkit-input-placeholder {
  548. color: #cccccc; }
  549. .swal2-popup .swal2-input:-ms-input-placeholder,
  550. .swal2-popup .swal2-file:-ms-input-placeholder,
  551. .swal2-popup .swal2-textarea:-ms-input-placeholder {
  552. color: #cccccc; }
  553. .swal2-popup .swal2-input::-ms-input-placeholder,
  554. .swal2-popup .swal2-file::-ms-input-placeholder,
  555. .swal2-popup .swal2-textarea::-ms-input-placeholder {
  556. color: #cccccc; }
  557. .swal2-popup .swal2-input::placeholder,
  558. .swal2-popup .swal2-file::placeholder,
  559. .swal2-popup .swal2-textarea::placeholder {
  560. color: #cccccc; }
  561. .swal2-popup .swal2-range input {
  562. float: left;
  563. width: 80%; }
  564. .swal2-popup .swal2-range output {
  565. float: right;
  566. width: 20%;
  567. font-size: 20px;
  568. font-weight: 600;
  569. text-align: center; }
  570. .swal2-popup .swal2-range input,
  571. .swal2-popup .swal2-range output {
  572. height: 43px;
  573. line-height: 43px;
  574. vertical-align: middle;
  575. margin: 20px auto;
  576. padding: 0; }
  577. .swal2-popup .swal2-input {
  578. height: 43px;
  579. padding: 0 12px; }
  580. .swal2-popup .swal2-input[type='number'] {
  581. max-width: 150px; }
  582. .swal2-popup .swal2-file {
  583. font-size: 20px; }
  584. .swal2-popup .swal2-textarea {
  585. height: 108px;
  586. padding: 12px; }
  587. .swal2-popup .swal2-select {
  588. color: #545454;
  589. font-size: inherit;
  590. padding: 5px 10px;
  591. min-width: 40%;
  592. max-width: 100%; }
  593. .swal2-popup .swal2-radio {
  594. border: 0; }
  595. .swal2-popup .swal2-radio label:not(:first-child) {
  596. margin-left: 20px; }
  597. .swal2-popup .swal2-radio input,
  598. .swal2-popup .swal2-radio span {
  599. vertical-align: middle; }
  600. .swal2-popup .swal2-radio input {
  601. margin: 0 3px 0 0; }
  602. .swal2-popup .swal2-checkbox {
  603. color: #545454; }
  604. .swal2-popup .swal2-checkbox input,
  605. .swal2-popup .swal2-checkbox span {
  606. vertical-align: middle; }
  607. .swal2-popup .swal2-validationerror {
  608. background-color: #f0f0f0;
  609. margin: 0 -20px;
  610. overflow: hidden;
  611. padding: 10px;
  612. color: gray;
  613. font-size: 16px;
  614. font-weight: 300;
  615. display: none; }
  616. .swal2-popup .swal2-validationerror::before {
  617. content: '!';
  618. display: inline-block;
  619. width: 24px;
  620. height: 24px;
  621. border-radius: 50%;
  622. background-color: #ea7d7d;
  623. color: #fff;
  624. line-height: 24px;
  625. text-align: center;
  626. margin-right: 10px; }
  627. @supports (-ms-accelerator: true) {
  628. .swal2-range input {
  629. width: 100% !important; }
  630. .swal2-range output {
  631. display: none; } }
  632. @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  633. .swal2-range input {
  634. width: 100% !important; }
  635. .swal2-range output {
  636. display: none; } }
  637. .swal2-icon {
  638. width: 80px;
  639. height: 80px;
  640. border: 4px solid transparent;
  641. border-radius: 50%;
  642. margin: 20px auto 30px;
  643. padding: 0;
  644. position: relative;
  645. -webkit-box-sizing: content-box;
  646. box-sizing: content-box;
  647. cursor: default;
  648. -webkit-user-select: none;
  649. -moz-user-select: none;
  650. -ms-user-select: none;
  651. user-select: none; }
  652. .swal2-icon.swal2-error {
  653. border-color: #f27474; }
  654. .swal2-icon.swal2-error .swal2-x-mark {
  655. position: relative;
  656. display: block; }
  657. .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  658. position: absolute;
  659. height: 5px;
  660. width: 47px;
  661. background-color: #f27474;
  662. display: block;
  663. top: 37px;
  664. border-radius: 2px; }
  665. .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  666. -webkit-transform: rotate(45deg);
  667. transform: rotate(45deg);
  668. left: 17px; }
  669. .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  670. -webkit-transform: rotate(-45deg);
  671. transform: rotate(-45deg);
  672. right: 16px; }
  673. .swal2-icon.swal2-warning {
  674. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  675. color: #f8bb86;
  676. border-color: #facea8;
  677. font-size: 60px;
  678. line-height: 80px;
  679. text-align: center; }
  680. .swal2-icon.swal2-info {
  681. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  682. color: #3fc3ee;
  683. border-color: #9de0f6;
  684. font-size: 60px;
  685. line-height: 80px;
  686. text-align: center; }
  687. .swal2-icon.swal2-question {
  688. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  689. color: #87adbd;
  690. border-color: #c9dae1;
  691. font-size: 60px;
  692. line-height: 80px;
  693. text-align: center; }
  694. .swal2-icon.swal2-success {
  695. border-color: #a5dc86; }
  696. .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  697. border-radius: 50%;
  698. position: absolute;
  699. width: 60px;
  700. height: 120px;
  701. -webkit-transform: rotate(45deg);
  702. transform: rotate(45deg); }
  703. .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  704. border-radius: 120px 0 0 120px;
  705. top: -7px;
  706. left: -33px;
  707. -webkit-transform: rotate(-45deg);
  708. transform: rotate(-45deg);
  709. -webkit-transform-origin: 60px 60px;
  710. transform-origin: 60px 60px; }
  711. .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  712. border-radius: 0 120px 120px 0;
  713. top: -11px;
  714. left: 30px;
  715. -webkit-transform: rotate(-45deg);
  716. transform: rotate(-45deg);
  717. -webkit-transform-origin: 0 60px;
  718. transform-origin: 0 60px; }
  719. .swal2-icon.swal2-success .swal2-success-ring {
  720. width: 80px;
  721. height: 80px;
  722. border: 4px solid rgba(165, 220, 134, 0.2);
  723. border-radius: 50%;
  724. -webkit-box-sizing: content-box;
  725. box-sizing: content-box;
  726. position: absolute;
  727. left: -4px;
  728. top: -4px;
  729. z-index: 2; }
  730. .swal2-icon.swal2-success .swal2-success-fix {
  731. width: 7px;
  732. height: 90px;
  733. position: absolute;
  734. left: 28px;
  735. top: 8px;
  736. z-index: 1;
  737. -webkit-transform: rotate(-45deg);
  738. transform: rotate(-45deg); }
  739. .swal2-icon.swal2-success [class^='swal2-success-line'] {
  740. height: 5px;
  741. background-color: #a5dc86;
  742. display: block;
  743. border-radius: 2px;
  744. position: absolute;
  745. z-index: 2; }
  746. .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  747. width: 25px;
  748. left: 14px;
  749. top: 46px;
  750. -webkit-transform: rotate(45deg);
  751. transform: rotate(45deg); }
  752. .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  753. width: 47px;
  754. right: 8px;
  755. top: 38px;
  756. -webkit-transform: rotate(-45deg);
  757. transform: rotate(-45deg); }
  758. .swal2-progresssteps {
  759. font-weight: 600;
  760. margin: 0 0 20px;
  761. padding: 0; }
  762. .swal2-progresssteps li {
  763. display: inline-block;
  764. position: relative; }
  765. .swal2-progresssteps .swal2-progresscircle {
  766. background: #3085d6;
  767. border-radius: 2em;
  768. color: #fff;
  769. height: 2em;
  770. line-height: 2em;
  771. text-align: center;
  772. width: 2em;
  773. z-index: 20; }
  774. .swal2-progresssteps .swal2-progresscircle:first-child {
  775. margin-left: 0; }
  776. .swal2-progresssteps .swal2-progresscircle:last-child {
  777. margin-right: 0; }
  778. .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  779. background: #3085d6; }
  780. .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  781. background: #add8e6; }
  782. .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  783. background: #add8e6; }
  784. .swal2-progresssteps .swal2-progressline {
  785. background: #3085d6;
  786. height: .4em;
  787. margin: 0 -1px;
  788. z-index: 10; }
  789. [class^='swal2'] {
  790. -webkit-tap-highlight-color: transparent; }
  791. @-webkit-keyframes showSweetToast {
  792. 0% {
  793. -webkit-transform: translateY(-10px) rotateZ(2deg);
  794. transform: translateY(-10px) rotateZ(2deg);
  795. opacity: 0; }
  796. 33% {
  797. -webkit-transform: translateY(0) rotateZ(-2deg);
  798. transform: translateY(0) rotateZ(-2deg);
  799. opacity: .5; }
  800. 66% {
  801. -webkit-transform: translateY(5px) rotateZ(2deg);
  802. transform: translateY(5px) rotateZ(2deg);
  803. opacity: .7; }
  804. 100% {
  805. -webkit-transform: translateY(0) rotateZ(0);
  806. transform: translateY(0) rotateZ(0);
  807. opacity: 1; } }
  808. @keyframes showSweetToast {
  809. 0% {
  810. -webkit-transform: translateY(-10px) rotateZ(2deg);
  811. transform: translateY(-10px) rotateZ(2deg);
  812. opacity: 0; }
  813. 33% {
  814. -webkit-transform: translateY(0) rotateZ(-2deg);
  815. transform: translateY(0) rotateZ(-2deg);
  816. opacity: .5; }
  817. 66% {
  818. -webkit-transform: translateY(5px) rotateZ(2deg);
  819. transform: translateY(5px) rotateZ(2deg);
  820. opacity: .7; }
  821. 100% {
  822. -webkit-transform: translateY(0) rotateZ(0);
  823. transform: translateY(0) rotateZ(0);
  824. opacity: 1; } }
  825. @-webkit-keyframes hideSweetToast {
  826. 0% {
  827. opacity: 1; }
  828. 33% {
  829. opacity: .5; }
  830. 100% {
  831. -webkit-transform: rotateZ(1deg);
  832. transform: rotateZ(1deg);
  833. opacity: 0; } }
  834. @keyframes hideSweetToast {
  835. 0% {
  836. opacity: 1; }
  837. 33% {
  838. opacity: .5; }
  839. 100% {
  840. -webkit-transform: rotateZ(1deg);
  841. transform: rotateZ(1deg);
  842. opacity: 0; } }
  843. @-webkit-keyframes showSweetAlert {
  844. 0% {
  845. -webkit-transform: scale(0.7);
  846. transform: scale(0.7); }
  847. 45% {
  848. -webkit-transform: scale(1.05);
  849. transform: scale(1.05); }
  850. 80% {
  851. -webkit-transform: scale(0.95);
  852. transform: scale(0.95); }
  853. 100% {
  854. -webkit-transform: scale(1);
  855. transform: scale(1); } }
  856. @keyframes showSweetAlert {
  857. 0% {
  858. -webkit-transform: scale(0.7);
  859. transform: scale(0.7); }
  860. 45% {
  861. -webkit-transform: scale(1.05);
  862. transform: scale(1.05); }
  863. 80% {
  864. -webkit-transform: scale(0.95);
  865. transform: scale(0.95); }
  866. 100% {
  867. -webkit-transform: scale(1);
  868. transform: scale(1); } }
  869. @-webkit-keyframes hideSweetAlert {
  870. 0% {
  871. -webkit-transform: scale(1);
  872. transform: scale(1);
  873. opacity: 1; }
  874. 100% {
  875. -webkit-transform: scale(0.5);
  876. transform: scale(0.5);
  877. opacity: 0; } }
  878. @keyframes hideSweetAlert {
  879. 0% {
  880. -webkit-transform: scale(1);
  881. transform: scale(1);
  882. opacity: 1; }
  883. 100% {
  884. -webkit-transform: scale(0.5);
  885. transform: scale(0.5);
  886. opacity: 0; } }
  887. .swal2-show {
  888. -webkit-animation: showSweetAlert .3s;
  889. animation: showSweetAlert .3s; }
  890. .swal2-show.swal2-toast {
  891. -webkit-animation: showSweetToast .5s;
  892. animation: showSweetToast .5s; }
  893. .swal2-show.swal2-noanimation {
  894. -webkit-animation: none;
  895. animation: none; }
  896. .swal2-hide {
  897. -webkit-animation: hideSweetAlert .15s forwards;
  898. animation: hideSweetAlert .15s forwards; }
  899. .swal2-hide.swal2-toast {
  900. -webkit-animation: hideSweetToast .2s forwards;
  901. animation: hideSweetToast .2s forwards; }
  902. .swal2-hide.swal2-noanimation {
  903. -webkit-animation: none;
  904. animation: none; }
  905. [dir='rtl'] .swal2-close {
  906. left: 8px;
  907. right: auto; }
  908. @-webkit-keyframes animate-success-tip {
  909. 0% {
  910. width: 0;
  911. left: 1px;
  912. top: 19px; }
  913. 54% {
  914. width: 0;
  915. left: 1px;
  916. top: 19px; }
  917. 70% {
  918. width: 50px;
  919. left: -8px;
  920. top: 37px; }
  921. 84% {
  922. width: 17px;
  923. left: 21px;
  924. top: 48px; }
  925. 100% {
  926. width: 25px;
  927. left: 14px;
  928. top: 45px; } }
  929. @keyframes animate-success-tip {
  930. 0% {
  931. width: 0;
  932. left: 1px;
  933. top: 19px; }
  934. 54% {
  935. width: 0;
  936. left: 1px;
  937. top: 19px; }
  938. 70% {
  939. width: 50px;
  940. left: -8px;
  941. top: 37px; }
  942. 84% {
  943. width: 17px;
  944. left: 21px;
  945. top: 48px; }
  946. 100% {
  947. width: 25px;
  948. left: 14px;
  949. top: 45px; } }
  950. @-webkit-keyframes animate-success-long {
  951. 0% {
  952. width: 0;
  953. right: 46px;
  954. top: 54px; }
  955. 65% {
  956. width: 0;
  957. right: 46px;
  958. top: 54px; }
  959. 84% {
  960. width: 55px;
  961. right: 0;
  962. top: 35px; }
  963. 100% {
  964. width: 47px;
  965. right: 8px;
  966. top: 38px; } }
  967. @keyframes animate-success-long {
  968. 0% {
  969. width: 0;
  970. right: 46px;
  971. top: 54px; }
  972. 65% {
  973. width: 0;
  974. right: 46px;
  975. top: 54px; }
  976. 84% {
  977. width: 55px;
  978. right: 0;
  979. top: 35px; }
  980. 100% {
  981. width: 47px;
  982. right: 8px;
  983. top: 38px; } }
  984. @-webkit-keyframes animate-toast-success-tip {
  985. 0% {
  986. width: 0;
  987. left: 1px;
  988. top: 9px; }
  989. 54% {
  990. width: 0;
  991. left: 1px;
  992. top: 9px; }
  993. 70% {
  994. width: 24px;
  995. left: -4px;
  996. top: 17px; }
  997. 84% {
  998. width: 8px;
  999. left: 10px;
  1000. top: 20px; }
  1001. 100% {
  1002. width: 12px;
  1003. left: 3px;
  1004. top: 18px; } }
  1005. @keyframes animate-toast-success-tip {
  1006. 0% {
  1007. width: 0;
  1008. left: 1px;
  1009. top: 9px; }
  1010. 54% {
  1011. width: 0;
  1012. left: 1px;
  1013. top: 9px; }
  1014. 70% {
  1015. width: 24px;
  1016. left: -4px;
  1017. top: 17px; }
  1018. 84% {
  1019. width: 8px;
  1020. left: 10px;
  1021. top: 20px; }
  1022. 100% {
  1023. width: 12px;
  1024. left: 3px;
  1025. top: 18px; } }
  1026. @-webkit-keyframes animate-toast-success-long {
  1027. 0% {
  1028. width: 0;
  1029. right: 22px;
  1030. top: 26px; }
  1031. 65% {
  1032. width: 0;
  1033. right: 22px;
  1034. top: 26px; }
  1035. 84% {
  1036. width: 26px;
  1037. right: 0;
  1038. top: 15px; }
  1039. 100% {
  1040. width: 22px;
  1041. right: 3px;
  1042. top: 15px; } }
  1043. @keyframes animate-toast-success-long {
  1044. 0% {
  1045. width: 0;
  1046. right: 22px;
  1047. top: 26px; }
  1048. 65% {
  1049. width: 0;
  1050. right: 22px;
  1051. top: 26px; }
  1052. 84% {
  1053. width: 26px;
  1054. right: 0;
  1055. top: 15px; }
  1056. 100% {
  1057. width: 22px;
  1058. right: 3px;
  1059. top: 15px; } }
  1060. @-webkit-keyframes rotatePlaceholder {
  1061. 0% {
  1062. -webkit-transform: rotate(-45deg);
  1063. transform: rotate(-45deg); }
  1064. 5% {
  1065. -webkit-transform: rotate(-45deg);
  1066. transform: rotate(-45deg); }
  1067. 12% {
  1068. -webkit-transform: rotate(-405deg);
  1069. transform: rotate(-405deg); }
  1070. 100% {
  1071. -webkit-transform: rotate(-405deg);
  1072. transform: rotate(-405deg); } }
  1073. @keyframes rotatePlaceholder {
  1074. 0% {
  1075. -webkit-transform: rotate(-45deg);
  1076. transform: rotate(-45deg); }
  1077. 5% {
  1078. -webkit-transform: rotate(-45deg);
  1079. transform: rotate(-45deg); }
  1080. 12% {
  1081. -webkit-transform: rotate(-405deg);
  1082. transform: rotate(-405deg); }
  1083. 100% {
  1084. -webkit-transform: rotate(-405deg);
  1085. transform: rotate(-405deg); } }
  1086. .swal2-animate-success-line-tip {
  1087. -webkit-animation: animate-success-tip .75s;
  1088. animation: animate-success-tip .75s; }
  1089. .swal2-animate-success-line-long {
  1090. -webkit-animation: animate-success-long .75s;
  1091. animation: animate-success-long .75s; }
  1092. .swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  1093. -webkit-animation: rotatePlaceholder 4.25s ease-in;
  1094. animation: rotatePlaceholder 4.25s ease-in; }
  1095. @-webkit-keyframes animate-error-icon {
  1096. 0% {
  1097. -webkit-transform: rotateX(100deg);
  1098. transform: rotateX(100deg);
  1099. opacity: 0; }
  1100. 100% {
  1101. -webkit-transform: rotateX(0deg);
  1102. transform: rotateX(0deg);
  1103. opacity: 1; } }
  1104. @keyframes animate-error-icon {
  1105. 0% {
  1106. -webkit-transform: rotateX(100deg);
  1107. transform: rotateX(100deg);
  1108. opacity: 0; }
  1109. 100% {
  1110. -webkit-transform: rotateX(0deg);
  1111. transform: rotateX(0deg);
  1112. opacity: 1; } }
  1113. .swal2-animate-error-icon {
  1114. -webkit-animation: animate-error-icon .5s;
  1115. animation: animate-error-icon .5s; }
  1116. @-webkit-keyframes animate-x-mark {
  1117. 0% {
  1118. -webkit-transform: scale(0.4);
  1119. transform: scale(0.4);
  1120. margin-top: 26px;
  1121. opacity: 0; }
  1122. 50% {
  1123. -webkit-transform: scale(0.4);
  1124. transform: scale(0.4);
  1125. margin-top: 26px;
  1126. opacity: 0; }
  1127. 80% {
  1128. -webkit-transform: scale(1.15);
  1129. transform: scale(1.15);
  1130. margin-top: -6px; }
  1131. 100% {
  1132. -webkit-transform: scale(1);
  1133. transform: scale(1);
  1134. margin-top: 0;
  1135. opacity: 1; } }
  1136. @keyframes animate-x-mark {
  1137. 0% {
  1138. -webkit-transform: scale(0.4);
  1139. transform: scale(0.4);
  1140. margin-top: 26px;
  1141. opacity: 0; }
  1142. 50% {
  1143. -webkit-transform: scale(0.4);
  1144. transform: scale(0.4);
  1145. margin-top: 26px;
  1146. opacity: 0; }
  1147. 80% {
  1148. -webkit-transform: scale(1.15);
  1149. transform: scale(1.15);
  1150. margin-top: -6px; }
  1151. 100% {
  1152. -webkit-transform: scale(1);
  1153. transform: scale(1);
  1154. margin-top: 0;
  1155. opacity: 1; } }
  1156. .swal2-animate-x-mark {
  1157. -webkit-animation: animate-x-mark .5s;
  1158. animation: animate-x-mark .5s; }
  1159. @-webkit-keyframes rotate-loading {
  1160. 0% {
  1161. -webkit-transform: rotate(0deg);
  1162. transform: rotate(0deg); }
  1163. 100% {
  1164. -webkit-transform: rotate(360deg);
  1165. transform: rotate(360deg); } }
  1166. @keyframes rotate-loading {
  1167. 0% {
  1168. -webkit-transform: rotate(0deg);
  1169. transform: rotate(0deg); }
  1170. 100% {
  1171. -webkit-transform: rotate(360deg);
  1172. transform: rotate(360deg); } }