bootstrap-4.css 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469
  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); }