bootstrap-4.css 43 KB

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