sweetalert2.css 29 KB

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