sweetalert2.css 29 KB

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