1
0

sweetalert2.css 29 KB

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