bootstrap-4.css 42 KB

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