web_swt.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935
  1. body.swal2-shown {
  2. overflow-y: hidden
  3. }
  4. body.swal2-iosfix {
  5. position: fixed;
  6. left: 0;
  7. right: 0
  8. }
  9. .swal2-container {
  10. display: -webkit-box;
  11. display: -ms-flexbox;
  12. display: flex;
  13. -webkit-box-align: center;
  14. -ms-flex-align: center;
  15. align-items: center;
  16. position: fixed;
  17. top: 0;
  18. left: 0;
  19. bottom: 0;
  20. right: 0;
  21. padding: 10px;
  22. background-color: transparent;
  23. z-index: 1060
  24. }
  25. .swal2-container.swal2-fade {
  26. -webkit-transition: background-color .1s;
  27. transition: background-color .1s
  28. }
  29. .swal2-container.swal2-shown {
  30. background-color: rgba(0, 0, 0, .4)
  31. }
  32. .swal2-modal {
  33. background-color: #fff;
  34. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  35. border-radius: 5px;
  36. box-sizing: border-box;
  37. text-align: center;
  38. margin: auto;
  39. overflow-x: hidden;
  40. overflow-y: auto;
  41. display: none;
  42. position: relative;
  43. max-width: 100%
  44. }
  45. .swal2-modal:focus {
  46. outline: 0
  47. }
  48. .swal2-modal.swal2-loading {
  49. overflow-y: hidden
  50. }
  51. .swal2-modal .swal2-title {
  52. color: #595959;
  53. font-size: 30px;
  54. text-align: center;
  55. font-weight: 600;
  56. text-transform: none;
  57. position: relative;
  58. margin: 0 0 .4em;
  59. padding: 0;
  60. display: block;
  61. word-wrap: break-word
  62. }
  63. .swal2-modal .swal2-buttonswrapper {
  64. margin-top: 15px
  65. }
  66. .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  67. opacity: .4;
  68. cursor: no-drop
  69. }
  70. .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  71. box-sizing: border-box;
  72. border: 4px solid transparent;
  73. border-color: transparent;
  74. width: 40px;
  75. height: 40px;
  76. padding: 0;
  77. margin: 7.5px;
  78. vertical-align: top;
  79. background-color: transparent!important;
  80. color: transparent;
  81. cursor: default;
  82. border-radius: 100%;
  83. -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  84. animation: rotate-loading 1.5s linear 0s infinite normal;
  85. -webkit-user-select: none;
  86. -moz-user-select: none;
  87. -ms-user-select: none;
  88. user-select: none
  89. }
  90. .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  91. margin-left: 30px;
  92. margin-right: 30px
  93. }
  94. .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  95. display: inline-block;
  96. content: '';
  97. margin-left: 5px 0 15px;
  98. vertical-align: -1px;
  99. height: 15px;
  100. width: 15px;
  101. border: 3px solid #999;
  102. box-shadow: 1px 1px 1px #fff;
  103. border-right-color: transparent;
  104. border-radius: 50%;
  105. -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  106. animation: rotate-loading 1.5s linear 0s infinite normal
  107. }
  108. .swal2-modal .swal2-styled {
  109. border: 0;
  110. border-radius: 3px;
  111. box-shadow: none;
  112. color: #fff;
  113. cursor: pointer;
  114. font-size: 17px;
  115. font-weight: 500;
  116. margin: 15px 5px 0;
  117. padding: 10px 32px
  118. }
  119. .swal2-modal .swal2-image {
  120. margin: 20px auto;
  121. max-width: 100%
  122. }
  123. .swal2-modal .swal2-close {
  124. background: 0 0;
  125. border: 0;
  126. margin: 0;
  127. padding: 0;
  128. width: 38px;
  129. height: 40px;
  130. font-size: 36px;
  131. line-height: 40px;
  132. font-family: serif;
  133. position: absolute;
  134. top: 5px;
  135. right: 8px;
  136. cursor: pointer;
  137. color: #ccc;
  138. -webkit-transition: color .1s ease;
  139. transition: color .1s ease
  140. }
  141. .swal2-modal .swal2-close:hover {
  142. color: #d55
  143. }
  144. .swal2-modal>.swal2-checkbox,
  145. .swal2-modal>.swal2-file,
  146. .swal2-modal>.swal2-input,
  147. .swal2-modal>.swal2-radio,
  148. .swal2-modal>.swal2-select,
  149. .swal2-modal>.swal2-textarea {
  150. display: none
  151. }
  152. .swal2-modal .swal2-content {
  153. font-size: 18px;
  154. text-align: center;
  155. font-weight: 300;
  156. position: relative;
  157. float: none;
  158. margin: 0;
  159. padding: 0;
  160. line-height: normal;
  161. color: #545454;
  162. word-wrap: break-word
  163. }
  164. .swal2-modal .swal2-checkbox,
  165. .swal2-modal .swal2-file,
  166. .swal2-modal .swal2-input,
  167. .swal2-modal .swal2-radio,
  168. .swal2-modal .swal2-select,
  169. .swal2-modal .swal2-textarea {
  170. margin: 20px auto
  171. }
  172. .swal2-modal .swal2-file,
  173. .swal2-modal .swal2-input,
  174. .swal2-modal .swal2-textarea {
  175. width: 100%;
  176. box-sizing: border-box;
  177. font-size: 18px;
  178. border-radius: 3px;
  179. border: 1px solid #d9d9d9;
  180. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
  181. -webkit-transition: border-color box-shadow .3s;
  182. transition: border-color box-shadow .3s
  183. }
  184. .swal2-modal .swal2-file.swal2-inputerror,
  185. .swal2-modal .swal2-input.swal2-inputerror,
  186. .swal2-modal .swal2-textarea.swal2-inputerror {
  187. border-color: #f27474!important;
  188. box-shadow: 0 0 2px #f27474!important
  189. }
  190. .swal2-modal .swal2-file:focus,
  191. .swal2-modal .swal2-input:focus,
  192. .swal2-modal .swal2-textarea:focus {
  193. outline: 0;
  194. border: 1px solid #b4dbed;
  195. box-shadow: 0 0 3px #c4e6f5
  196. }
  197. .swal2-modal .swal2-file:focus::-webkit-input-placeholder,
  198. .swal2-modal .swal2-input:focus::-webkit-input-placeholder,
  199. .swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
  200. -webkit-transition: opacity .3s .03s ease;
  201. transition: opacity .3s .03s ease;
  202. opacity: .8
  203. }
  204. .swal2-modal .swal2-file:focus:-ms-input-placeholder,
  205. .swal2-modal .swal2-input:focus:-ms-input-placeholder,
  206. .swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
  207. -webkit-transition: opacity .3s .03s ease;
  208. transition: opacity .3s .03s ease;
  209. opacity: .8
  210. }
  211. .swal2-modal .swal2-file:focus::placeholder,
  212. .swal2-modal .swal2-input:focus::placeholder,
  213. .swal2-modal .swal2-textarea:focus::placeholder {
  214. -webkit-transition: opacity .3s .03s ease;
  215. transition: opacity .3s .03s ease;
  216. opacity: .8
  217. }
  218. .swal2-modal .swal2-file::-webkit-input-placeholder,
  219. .swal2-modal .swal2-input::-webkit-input-placeholder,
  220. .swal2-modal .swal2-textarea::-webkit-input-placeholder {
  221. color: #e6e6e6
  222. }
  223. .swal2-modal .swal2-file:-ms-input-placeholder,
  224. .swal2-modal .swal2-input:-ms-input-placeholder,
  225. .swal2-modal .swal2-textarea:-ms-input-placeholder {
  226. color: #e6e6e6
  227. }
  228. .swal2-modal .swal2-file::placeholder,
  229. .swal2-modal .swal2-input::placeholder,
  230. .swal2-modal .swal2-textarea::placeholder {
  231. color: #e6e6e6
  232. }
  233. .swal2-modal .swal2-range input {
  234. float: left;
  235. width: 80%
  236. }
  237. .swal2-modal .swal2-range output {
  238. float: right;
  239. width: 20%;
  240. font-size: 20px;
  241. font-weight: 600;
  242. text-align: center
  243. }
  244. .swal2-modal .swal2-range input,
  245. .swal2-modal .swal2-range output {
  246. height: 43px;
  247. line-height: 43px;
  248. vertical-align: middle;
  249. margin: 20px auto;
  250. padding: 0
  251. }
  252. .swal2-modal .swal2-input {
  253. height: 43px;
  254. padding: 0 12px
  255. }
  256. .swal2-modal .swal2-input[type=number] {
  257. max-width: 150px
  258. }
  259. .swal2-modal .swal2-file {
  260. font-size: 20px
  261. }
  262. .swal2-modal .swal2-textarea {
  263. height: 108px;
  264. padding: 12px
  265. }
  266. .swal2-modal .swal2-select {
  267. color: #545454;
  268. font-size: inherit;
  269. padding: 5px 10px;
  270. min-width: 40%;
  271. max-width: 100%
  272. }
  273. .swal2-modal .swal2-radio {
  274. border: 0
  275. }
  276. .swal2-modal .swal2-radio label:not(:first-child) {
  277. margin-left: 20px
  278. }
  279. .swal2-modal .swal2-radio input,
  280. .swal2-modal .swal2-radio span {
  281. vertical-align: middle
  282. }
  283. .swal2-modal .swal2-radio input {
  284. margin: 0 3px 0 0
  285. }
  286. .swal2-modal .swal2-checkbox {
  287. color: #545454
  288. }
  289. .swal2-modal .swal2-checkbox input,
  290. .swal2-modal .swal2-checkbox span {
  291. vertical-align: middle
  292. }
  293. .swal2-modal .swal2-validationerror {
  294. background-color: #f0f0f0;
  295. margin: 0 -20px;
  296. overflow: hidden;
  297. padding: 10px;
  298. color: gray;
  299. font-size: 16px;
  300. font-weight: 300;
  301. display: none
  302. }
  303. .swal2-modal .swal2-validationerror::before {
  304. content: '!';
  305. display: inline-block;
  306. width: 24px;
  307. height: 24px;
  308. border-radius: 50%;
  309. background-color: #ea7d7d;
  310. color: #fff;
  311. line-height: 24px;
  312. text-align: center;
  313. margin-right: 10px
  314. }
  315. @supports (-ms-accelerator:true) {
  316. .swal2-range input {
  317. width: 100%!important
  318. }
  319. .swal2-range output {
  320. display: none
  321. }
  322. }
  323. @media all and (-ms-high-contrast:none),
  324. (-ms-high-contrast:active) {
  325. .swal2-range input {
  326. width: 100%!important
  327. }
  328. .swal2-range output {
  329. display: none
  330. }
  331. }
  332. .swal2-icon {
  333. width: 80px;
  334. height: 80px;
  335. border: 4px solid transparent;
  336. border-radius: 50%;
  337. margin: 20px auto 30px;
  338. padding: 0;
  339. position: relative;
  340. box-sizing: content-box;
  341. cursor: default;
  342. -webkit-user-select: none;
  343. -moz-user-select: none;
  344. -ms-user-select: none;
  345. user-select: none
  346. }
  347. .swal2-icon.swal2-error {
  348. border-color: #f27474
  349. }
  350. .swal2-icon.swal2-error .swal2-x-mark {
  351. position: relative;
  352. display: block
  353. }
  354. .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  355. position: absolute;
  356. height: 5px;
  357. width: 47px;
  358. background-color: #f27474;
  359. display: block;
  360. top: 37px;
  361. border-radius: 2px
  362. }
  363. .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  364. -webkit-transform: rotate(45deg);
  365. transform: rotate(45deg);
  366. left: 17px
  367. }
  368. .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  369. -webkit-transform: rotate(-45deg);
  370. transform: rotate(-45deg);
  371. right: 16px
  372. }
  373. .swal2-icon.swal2-warning {
  374. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  375. color: #f8bb86;
  376. border-color: #facea8;
  377. font-size: 60px;
  378. line-height: 80px;
  379. text-align: center
  380. }
  381. .swal2-icon.swal2-info {
  382. font-family: 'Open Sans', sans-serif;
  383. color: #3fc3ee;
  384. border-color: #9de0f6;
  385. font-size: 60px;
  386. line-height: 80px;
  387. text-align: center
  388. }
  389. .swal2-icon.swal2-question {
  390. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  391. color: #87adbd;
  392. border-color: #c9dae1;
  393. font-size: 60px;
  394. line-height: 80px;
  395. text-align: center
  396. }
  397. .swal2-icon.swal2-success {
  398. border-color: #a5dc86
  399. }
  400. .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  401. border-radius: 50%;
  402. position: absolute;
  403. width: 60px;
  404. height: 120px;
  405. -webkit-transform: rotate(45deg);
  406. transform: rotate(45deg)
  407. }
  408. .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  409. border-radius: 120px 0 0 120px;
  410. top: -7px;
  411. left: -33px;
  412. -webkit-transform: rotate(-45deg);
  413. transform: rotate(-45deg);
  414. -webkit-transform-origin: 60px 60px;
  415. transform-origin: 60px 60px
  416. }
  417. .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  418. border-radius: 0 120px 120px 0;
  419. top: -11px;
  420. left: 30px;
  421. -webkit-transform: rotate(-45deg);
  422. transform: rotate(-45deg);
  423. -webkit-transform-origin: 0 60px;
  424. transform-origin: 0 60px
  425. }
  426. .swal2-icon.swal2-success .swal2-success-ring {
  427. width: 80px;
  428. height: 80px;
  429. border: 4px solid rgba(165, 220, 134, .2);
  430. border-radius: 50%;
  431. box-sizing: content-box;
  432. position: absolute;
  433. left: -4px;
  434. top: -4px;
  435. z-index: 2
  436. }
  437. .swal2-icon.swal2-success .swal2-success-fix {
  438. width: 7px;
  439. height: 90px;
  440. position: absolute;
  441. left: 28px;
  442. top: 8px;
  443. z-index: 1;
  444. -webkit-transform: rotate(-45deg);
  445. transform: rotate(-45deg)
  446. }
  447. .swal2-icon.swal2-success [class^=swal2-success-line] {
  448. height: 5px;
  449. background-color: #a5dc86;
  450. display: block;
  451. border-radius: 2px;
  452. position: absolute;
  453. z-index: 2
  454. }
  455. .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  456. width: 25px;
  457. left: 14px;
  458. top: 46px;
  459. -webkit-transform: rotate(45deg);
  460. transform: rotate(45deg)
  461. }
  462. .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  463. width: 47px;
  464. right: 8px;
  465. top: 38px;
  466. -webkit-transform: rotate(-45deg);
  467. transform: rotate(-45deg)
  468. }
  469. .swal2-progresssteps {
  470. font-weight: 600;
  471. margin: 0 0 20px;
  472. padding: 0
  473. }
  474. .swal2-progresssteps li {
  475. display: inline-block;
  476. position: relative
  477. }
  478. .swal2-progresssteps .swal2-progresscircle {
  479. background: #3085d6;
  480. border-radius: 2em;
  481. color: #fff;
  482. height: 2em;
  483. line-height: 2em;
  484. text-align: center;
  485. width: 2em;
  486. z-index: 20
  487. }
  488. .swal2-progresssteps .swal2-progresscircle:first-child {
  489. margin-left: 0
  490. }
  491. .swal2-progresssteps .swal2-progresscircle:last-child {
  492. margin-right: 0
  493. }
  494. .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  495. background: #3085d6
  496. }
  497. .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle {
  498. background: #add8e6
  499. }
  500. .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
  501. background: #add8e6
  502. }
  503. .swal2-progresssteps .swal2-progressline {
  504. background: #3085d6;
  505. height: .4em;
  506. margin: 0 -1px;
  507. z-index: 10
  508. }
  509. [class^=swal2] {
  510. -webkit-tap-highlight-color: transparent
  511. }
  512. @-webkit-keyframes showSweetAlert {
  513. 0% {
  514. -webkit-transform: scale(.7);
  515. transform: scale(.7)
  516. }
  517. 45% {
  518. -webkit-transform: scale(1.05);
  519. transform: scale(1.05)
  520. }
  521. 80% {
  522. -webkit-transform: scale(.95);
  523. transform: scale(.95)
  524. }
  525. 100% {
  526. -webkit-transform: scale(1);
  527. transform: scale(1)
  528. }
  529. }
  530. @keyframes showSweetAlert {
  531. 0% {
  532. -webkit-transform: scale(.7);
  533. transform: scale(.7)
  534. }
  535. 45% {
  536. -webkit-transform: scale(1.05);
  537. transform: scale(1.05)
  538. }
  539. 80% {
  540. -webkit-transform: scale(.95);
  541. transform: scale(.95)
  542. }
  543. 100% {
  544. -webkit-transform: scale(1);
  545. transform: scale(1)
  546. }
  547. }
  548. @-webkit-keyframes hideSweetAlert {
  549. 0% {
  550. -webkit-transform: scale(1);
  551. transform: scale(1);
  552. opacity: 1
  553. }
  554. 100% {
  555. -webkit-transform: scale(.5);
  556. transform: scale(.5);
  557. opacity: 0
  558. }
  559. }
  560. @keyframes hideSweetAlert {
  561. 0% {
  562. -webkit-transform: scale(1);
  563. transform: scale(1);
  564. opacity: 1
  565. }
  566. 100% {
  567. -webkit-transform: scale(.5);
  568. transform: scale(.5);
  569. opacity: 0
  570. }
  571. }
  572. .swal2-show {
  573. -webkit-animation: showSweetAlert .3s;
  574. animation: showSweetAlert .3s
  575. }
  576. .swal2-show.swal2-noanimation {
  577. -webkit-animation: none;
  578. animation: none
  579. }
  580. .swal2-hide {
  581. -webkit-animation: hideSweetAlert .15s forwards;
  582. animation: hideSweetAlert .15s forwards
  583. }
  584. .swal2-hide.swal2-noanimation {
  585. -webkit-animation: none;
  586. animation: none
  587. }
  588. @-webkit-keyframes animate-success-tip {
  589. 0% {
  590. width: 0;
  591. left: 1px;
  592. top: 19px
  593. }
  594. 54% {
  595. width: 0;
  596. left: 1px;
  597. top: 19px
  598. }
  599. 70% {
  600. width: 50px;
  601. left: -8px;
  602. top: 37px
  603. }
  604. 84% {
  605. width: 17px;
  606. left: 21px;
  607. top: 48px
  608. }
  609. 100% {
  610. width: 25px;
  611. left: 14px;
  612. top: 45px
  613. }
  614. }
  615. @keyframes animate-success-tip {
  616. 0% {
  617. width: 0;
  618. left: 1px;
  619. top: 19px
  620. }
  621. 54% {
  622. width: 0;
  623. left: 1px;
  624. top: 19px
  625. }
  626. 70% {
  627. width: 50px;
  628. left: -8px;
  629. top: 37px
  630. }
  631. 84% {
  632. width: 17px;
  633. left: 21px;
  634. top: 48px
  635. }
  636. 100% {
  637. width: 25px;
  638. left: 14px;
  639. top: 45px
  640. }
  641. }
  642. @-webkit-keyframes animate-success-long {
  643. 0% {
  644. width: 0;
  645. right: 46px;
  646. top: 54px
  647. }
  648. 65% {
  649. width: 0;
  650. right: 46px;
  651. top: 54px
  652. }
  653. 84% {
  654. width: 55px;
  655. right: 0;
  656. top: 35px
  657. }
  658. 100% {
  659. width: 47px;
  660. right: 8px;
  661. top: 38px
  662. }
  663. }
  664. @keyframes animate-success-long {
  665. 0% {
  666. width: 0;
  667. right: 46px;
  668. top: 54px
  669. }
  670. 65% {
  671. width: 0;
  672. right: 46px;
  673. top: 54px
  674. }
  675. 84% {
  676. width: 55px;
  677. right: 0;
  678. top: 35px
  679. }
  680. 100% {
  681. width: 47px;
  682. right: 8px;
  683. top: 38px
  684. }
  685. }
  686. @-webkit-keyframes rotatePlaceholder {
  687. 0% {
  688. -webkit-transform: rotate(-45deg);
  689. transform: rotate(-45deg)
  690. }
  691. 5% {
  692. -webkit-transform: rotate(-45deg);
  693. transform: rotate(-45deg)
  694. }
  695. 12% {
  696. -webkit-transform: rotate(-405deg);
  697. transform: rotate(-405deg)
  698. }
  699. 100% {
  700. -webkit-transform: rotate(-405deg);
  701. transform: rotate(-405deg)
  702. }
  703. }
  704. @keyframes rotatePlaceholder {
  705. 0% {
  706. -webkit-transform: rotate(-45deg);
  707. transform: rotate(-45deg)
  708. }
  709. 5% {
  710. -webkit-transform: rotate(-45deg);
  711. transform: rotate(-45deg)
  712. }
  713. 12% {
  714. -webkit-transform: rotate(-405deg);
  715. transform: rotate(-405deg)
  716. }
  717. 100% {
  718. -webkit-transform: rotate(-405deg);
  719. transform: rotate(-405deg)
  720. }
  721. }
  722. .swal2-animate-success-line-tip {
  723. -webkit-animation: animate-success-tip .75s;
  724. animation: animate-success-tip .75s
  725. }
  726. .swal2-animate-success-line-long {
  727. -webkit-animation: animate-success-long .75s;
  728. animation: animate-success-long .75s
  729. }
  730. .swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  731. -webkit-animation: rotatePlaceholder 4.25s ease-in;
  732. animation: rotatePlaceholder 4.25s ease-in
  733. }
  734. @-webkit-keyframes animate-error-icon {
  735. 0% {
  736. -webkit-transform: rotateX(100deg);
  737. transform: rotateX(100deg);
  738. opacity: 0
  739. }
  740. 100% {
  741. -webkit-transform: rotateX(0);
  742. transform: rotateX(0);
  743. opacity: 1
  744. }
  745. }
  746. @keyframes animate-error-icon {
  747. 0% {
  748. -webkit-transform: rotateX(100deg);
  749. transform: rotateX(100deg);
  750. opacity: 0
  751. }
  752. 100% {
  753. -webkit-transform: rotateX(0);
  754. transform: rotateX(0);
  755. opacity: 1
  756. }
  757. }
  758. .swal2-animate-error-icon {
  759. -webkit-animation: animate-error-icon .5s;
  760. animation: animate-error-icon .5s
  761. }
  762. @-webkit-keyframes animate-x-mark {
  763. 0% {
  764. -webkit-transform: scale(.4);
  765. transform: scale(.4);
  766. margin-top: 26px;
  767. opacity: 0
  768. }
  769. 50% {
  770. -webkit-transform: scale(.4);
  771. transform: scale(.4);
  772. margin-top: 26px;
  773. opacity: 0
  774. }
  775. 80% {
  776. -webkit-transform: scale(1.15);
  777. transform: scale(1.15);
  778. margin-top: -6px
  779. }
  780. 100% {
  781. -webkit-transform: scale(1);
  782. transform: scale(1);
  783. margin-top: 0;
  784. opacity: 1
  785. }
  786. }
  787. @keyframes animate-x-mark {
  788. 0% {
  789. -webkit-transform: scale(.4);
  790. transform: scale(.4);
  791. margin-top: 26px;
  792. opacity: 0
  793. }
  794. 50% {
  795. -webkit-transform: scale(.4);
  796. transform: scale(.4);
  797. margin-top: 26px;
  798. opacity: 0
  799. }
  800. 80% {
  801. -webkit-transform: scale(1.15);
  802. transform: scale(1.15);
  803. margin-top: -6px
  804. }
  805. 100% {
  806. -webkit-transform: scale(1);
  807. transform: scale(1);
  808. margin-top: 0;
  809. opacity: 1
  810. }
  811. }
  812. .swal2-animate-x-mark {
  813. -webkit-animation: animate-x-mark .5s;
  814. animation: animate-x-mark .5s
  815. }
  816. @-webkit-keyframes rotate-loading {
  817. 0% {
  818. -webkit-transform: rotate(0);
  819. transform: rotate(0)
  820. }
  821. 100% {
  822. -webkit-transform: rotate(360deg);
  823. transform: rotate(360deg)
  824. }
  825. }
  826. @keyframes rotate-loading {
  827. 0% {
  828. -webkit-transform: rotate(0);
  829. transform: rotate(0)
  830. }
  831. 100% {
  832. -webkit-transform: rotate(360deg);
  833. transform: rotate(360deg)
  834. }
  835. }