sweetalert2.css 29 KB

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