sweetalert2.css 33 KB

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