sweetalert2.css 29 KB

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