bootstrap-4.css 43 KB

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