sweetalert2.css 29 KB

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