bootstrap-4.css 43 KB

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