sweetalert2.css 34 KB

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