sweetalert2.css 37 KB

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