Captive Portal - Hotspot Wifi
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

10005 righe
178 KiB

  1. @import url(https://fonts.googleapis.com/css?family=Nunito);
  2. @charset "UTF-8";
  3. /*!
  4. * Bootstrap v4.6.0 (https://getbootstrap.com/)
  5. * Copyright 2011-2021 The Bootstrap Authors
  6. * Copyright 2011-2021 Twitter, Inc.
  7. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  8. */
  9. :root {
  10. --blue: #3490dc;
  11. --indigo: #6574cd;
  12. --purple: #9561e2;
  13. --pink: #f66d9b;
  14. --red: #e3342f;
  15. --orange: #f6993f;
  16. --yellow: #ffed4a;
  17. --green: #38c172;
  18. --teal: #4dc0b5;
  19. --cyan: #6cb2eb;
  20. --white: #fff;
  21. --gray: #6c757d;
  22. --gray-dark: #343a40;
  23. --primary: #3490dc;
  24. --secondary: #6c757d;
  25. --success: #38c172;
  26. --info: #6cb2eb;
  27. --warning: #ffed4a;
  28. --danger: #e3342f;
  29. --light: #f8f9fa;
  30. --dark: #343a40;
  31. --breakpoint-xs: 0;
  32. --breakpoint-sm: 576px;
  33. --breakpoint-md: 768px;
  34. --breakpoint-lg: 992px;
  35. --breakpoint-xl: 1200px;
  36. --font-family-sans-serif: "Nunito", sans-serif;
  37. --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  38. }
  39. *,
  40. *::before,
  41. *::after {
  42. box-sizing: border-box;
  43. }
  44. html {
  45. font-family: sans-serif;
  46. line-height: 1.15;
  47. -webkit-text-size-adjust: 100%;
  48. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  49. }
  50. article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  51. display: block;
  52. }
  53. body {
  54. margin: 0;
  55. font-family: "Nunito", sans-serif;
  56. font-size: 0.9rem;
  57. font-weight: 400;
  58. line-height: 1.6;
  59. color: #212529;
  60. text-align: left;
  61. background-color: #f8fafc;
  62. }
  63. [tabindex="-1"]:focus:not(:focus-visible) {
  64. outline: 0 !important;
  65. }
  66. hr {
  67. box-sizing: content-box;
  68. height: 0;
  69. overflow: visible;
  70. }
  71. h1, h2, h3, h4, h5, h6 {
  72. margin-top: 0;
  73. margin-bottom: 0.5rem;
  74. }
  75. p {
  76. margin-top: 0;
  77. margin-bottom: 1rem;
  78. }
  79. abbr[title],
  80. abbr[data-original-title] {
  81. text-decoration: underline;
  82. -webkit-text-decoration: underline dotted;
  83. text-decoration: underline dotted;
  84. cursor: help;
  85. border-bottom: 0;
  86. -webkit-text-decoration-skip-ink: none;
  87. text-decoration-skip-ink: none;
  88. }
  89. address {
  90. margin-bottom: 1rem;
  91. font-style: normal;
  92. line-height: inherit;
  93. }
  94. ol,
  95. ul,
  96. dl {
  97. margin-top: 0;
  98. margin-bottom: 1rem;
  99. }
  100. ol ol,
  101. ul ul,
  102. ol ul,
  103. ul ol {
  104. margin-bottom: 0;
  105. }
  106. dt {
  107. font-weight: 700;
  108. }
  109. dd {
  110. margin-bottom: 0.5rem;
  111. margin-left: 0;
  112. }
  113. blockquote {
  114. margin: 0 0 1rem;
  115. }
  116. b,
  117. strong {
  118. font-weight: bolder;
  119. }
  120. small {
  121. font-size: 80%;
  122. }
  123. sub,
  124. sup {
  125. position: relative;
  126. font-size: 75%;
  127. line-height: 0;
  128. vertical-align: baseline;
  129. }
  130. sub {
  131. bottom: -0.25em;
  132. }
  133. sup {
  134. top: -0.5em;
  135. }
  136. a {
  137. color: #3490dc;
  138. text-decoration: none;
  139. background-color: transparent;
  140. }
  141. a:hover {
  142. color: #1d68a7;
  143. text-decoration: underline;
  144. }
  145. a:not([href]):not([class]) {
  146. color: inherit;
  147. text-decoration: none;
  148. }
  149. a:not([href]):not([class]):hover {
  150. color: inherit;
  151. text-decoration: none;
  152. }
  153. pre,
  154. code,
  155. kbd,
  156. samp {
  157. font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  158. font-size: 1em;
  159. }
  160. pre {
  161. margin-top: 0;
  162. margin-bottom: 1rem;
  163. overflow: auto;
  164. -ms-overflow-style: scrollbar;
  165. }
  166. figure {
  167. margin: 0 0 1rem;
  168. }
  169. img {
  170. vertical-align: middle;
  171. border-style: none;
  172. }
  173. svg {
  174. overflow: hidden;
  175. vertical-align: middle;
  176. }
  177. table {
  178. border-collapse: collapse;
  179. }
  180. caption {
  181. padding-top: 0.75rem;
  182. padding-bottom: 0.75rem;
  183. color: #6c757d;
  184. text-align: left;
  185. caption-side: bottom;
  186. }
  187. th {
  188. text-align: inherit;
  189. text-align: -webkit-match-parent;
  190. }
  191. label {
  192. display: inline-block;
  193. margin-bottom: 0.5rem;
  194. }
  195. button {
  196. border-radius: 0;
  197. }
  198. button:focus:not(:focus-visible) {
  199. outline: 0;
  200. }
  201. input,
  202. button,
  203. select,
  204. optgroup,
  205. textarea {
  206. margin: 0;
  207. font-family: inherit;
  208. font-size: inherit;
  209. line-height: inherit;
  210. }
  211. button,
  212. input {
  213. overflow: visible;
  214. }
  215. button,
  216. select {
  217. text-transform: none;
  218. }
  219. [role=button] {
  220. cursor: pointer;
  221. }
  222. select {
  223. word-wrap: normal;
  224. }
  225. button,
  226. [type=button],
  227. [type=reset],
  228. [type=submit] {
  229. -webkit-appearance: button;
  230. }
  231. button:not(:disabled),
  232. [type=button]:not(:disabled),
  233. [type=reset]:not(:disabled),
  234. [type=submit]:not(:disabled) {
  235. cursor: pointer;
  236. }
  237. button::-moz-focus-inner,
  238. [type=button]::-moz-focus-inner,
  239. [type=reset]::-moz-focus-inner,
  240. [type=submit]::-moz-focus-inner {
  241. padding: 0;
  242. border-style: none;
  243. }
  244. input[type=radio],
  245. input[type=checkbox] {
  246. box-sizing: border-box;
  247. padding: 0;
  248. }
  249. textarea {
  250. overflow: auto;
  251. resize: vertical;
  252. }
  253. fieldset {
  254. min-width: 0;
  255. padding: 0;
  256. margin: 0;
  257. border: 0;
  258. }
  259. legend {
  260. display: block;
  261. width: 100%;
  262. max-width: 100%;
  263. padding: 0;
  264. margin-bottom: 0.5rem;
  265. font-size: 1.5rem;
  266. line-height: inherit;
  267. color: inherit;
  268. white-space: normal;
  269. }
  270. progress {
  271. vertical-align: baseline;
  272. }
  273. [type=number]::-webkit-inner-spin-button,
  274. [type=number]::-webkit-outer-spin-button {
  275. height: auto;
  276. }
  277. [type=search] {
  278. outline-offset: -2px;
  279. -webkit-appearance: none;
  280. }
  281. [type=search]::-webkit-search-decoration {
  282. -webkit-appearance: none;
  283. }
  284. ::-webkit-file-upload-button {
  285. font: inherit;
  286. -webkit-appearance: button;
  287. }
  288. output {
  289. display: inline-block;
  290. }
  291. summary {
  292. display: list-item;
  293. cursor: pointer;
  294. }
  295. template {
  296. display: none;
  297. }
  298. [hidden] {
  299. display: none !important;
  300. }
  301. h1, h2, h3, h4, h5, h6,
  302. .h1, .h2, .h3, .h4, .h5, .h6 {
  303. margin-bottom: 0.5rem;
  304. font-weight: 500;
  305. line-height: 1.2;
  306. }
  307. h1, .h1 {
  308. font-size: 2.25rem;
  309. }
  310. h2, .h2 {
  311. font-size: 1.8rem;
  312. }
  313. h3, .h3 {
  314. font-size: 1.575rem;
  315. }
  316. h4, .h4 {
  317. font-size: 1.35rem;
  318. }
  319. h5, .h5 {
  320. font-size: 1.125rem;
  321. }
  322. h6, .h6 {
  323. font-size: 0.9rem;
  324. }
  325. .lead {
  326. font-size: 1.125rem;
  327. font-weight: 300;
  328. }
  329. .display-1 {
  330. font-size: 6rem;
  331. font-weight: 300;
  332. line-height: 1.2;
  333. }
  334. .display-2 {
  335. font-size: 5.5rem;
  336. font-weight: 300;
  337. line-height: 1.2;
  338. }
  339. .display-3 {
  340. font-size: 4.5rem;
  341. font-weight: 300;
  342. line-height: 1.2;
  343. }
  344. .display-4 {
  345. font-size: 3.5rem;
  346. font-weight: 300;
  347. line-height: 1.2;
  348. }
  349. hr {
  350. margin-top: 1rem;
  351. margin-bottom: 1rem;
  352. border: 0;
  353. border-top: 1px solid rgba(0, 0, 0, 0.1);
  354. }
  355. small,
  356. .small {
  357. font-size: 80%;
  358. font-weight: 400;
  359. }
  360. mark,
  361. .mark {
  362. padding: 0.2em;
  363. background-color: #fcf8e3;
  364. }
  365. .list-unstyled {
  366. padding-left: 0;
  367. list-style: none;
  368. }
  369. .list-inline {
  370. padding-left: 0;
  371. list-style: none;
  372. }
  373. .list-inline-item {
  374. display: inline-block;
  375. }
  376. .list-inline-item:not(:last-child) {
  377. margin-right: 0.5rem;
  378. }
  379. .initialism {
  380. font-size: 90%;
  381. text-transform: uppercase;
  382. }
  383. .blockquote {
  384. margin-bottom: 1rem;
  385. font-size: 1.125rem;
  386. }
  387. .blockquote-footer {
  388. display: block;
  389. font-size: 80%;
  390. color: #6c757d;
  391. }
  392. .blockquote-footer::before {
  393. content: "— ";
  394. }
  395. .img-fluid {
  396. max-width: 100%;
  397. height: auto;
  398. }
  399. .img-thumbnail {
  400. padding: 0.25rem;
  401. background-color: #f8fafc;
  402. border: 1px solid #dee2e6;
  403. border-radius: 0.25rem;
  404. max-width: 100%;
  405. height: auto;
  406. }
  407. .figure {
  408. display: inline-block;
  409. }
  410. .figure-img {
  411. margin-bottom: 0.5rem;
  412. line-height: 1;
  413. }
  414. .figure-caption {
  415. font-size: 90%;
  416. color: #6c757d;
  417. }
  418. code {
  419. font-size: 87.5%;
  420. color: #f66d9b;
  421. word-wrap: break-word;
  422. }
  423. a > code {
  424. color: inherit;
  425. }
  426. kbd {
  427. padding: 0.2rem 0.4rem;
  428. font-size: 87.5%;
  429. color: #fff;
  430. background-color: #212529;
  431. border-radius: 0.2rem;
  432. }
  433. kbd kbd {
  434. padding: 0;
  435. font-size: 100%;
  436. font-weight: 700;
  437. }
  438. pre {
  439. display: block;
  440. font-size: 87.5%;
  441. color: #212529;
  442. }
  443. pre code {
  444. font-size: inherit;
  445. color: inherit;
  446. word-break: normal;
  447. }
  448. .pre-scrollable {
  449. max-height: 340px;
  450. overflow-y: scroll;
  451. }
  452. .container,
  453. .container-fluid,
  454. .container-xl,
  455. .container-lg,
  456. .container-md,
  457. .container-sm {
  458. width: 100%;
  459. padding-right: 15px;
  460. padding-left: 15px;
  461. margin-right: auto;
  462. margin-left: auto;
  463. }
  464. @media (min-width: 576px) {
  465. .container-sm, .container {
  466. max-width: 540px;
  467. }
  468. }
  469. @media (min-width: 768px) {
  470. .container-md, .container-sm, .container {
  471. max-width: 720px;
  472. }
  473. }
  474. @media (min-width: 992px) {
  475. .container-lg, .container-md, .container-sm, .container {
  476. max-width: 960px;
  477. }
  478. }
  479. @media (min-width: 1200px) {
  480. .container-xl, .container-lg, .container-md, .container-sm, .container {
  481. max-width: 1140px;
  482. }
  483. }
  484. .row {
  485. display: flex;
  486. flex-wrap: wrap;
  487. margin-right: -15px;
  488. margin-left: -15px;
  489. }
  490. .no-gutters {
  491. margin-right: 0;
  492. margin-left: 0;
  493. }
  494. .no-gutters > .col,
  495. .no-gutters > [class*=col-] {
  496. padding-right: 0;
  497. padding-left: 0;
  498. }
  499. .col-xl,
  500. .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
  501. .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
  502. .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
  503. .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
  504. .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  505. position: relative;
  506. width: 100%;
  507. padding-right: 15px;
  508. padding-left: 15px;
  509. }
  510. .col {
  511. flex-basis: 0;
  512. flex-grow: 1;
  513. max-width: 100%;
  514. }
  515. .row-cols-1 > * {
  516. flex: 0 0 100%;
  517. max-width: 100%;
  518. }
  519. .row-cols-2 > * {
  520. flex: 0 0 50%;
  521. max-width: 50%;
  522. }
  523. .row-cols-3 > * {
  524. flex: 0 0 33.3333333333%;
  525. max-width: 33.3333333333%;
  526. }
  527. .row-cols-4 > * {
  528. flex: 0 0 25%;
  529. max-width: 25%;
  530. }
  531. .row-cols-5 > * {
  532. flex: 0 0 20%;
  533. max-width: 20%;
  534. }
  535. .row-cols-6 > * {
  536. flex: 0 0 16.6666666667%;
  537. max-width: 16.6666666667%;
  538. }
  539. .col-auto {
  540. flex: 0 0 auto;
  541. width: auto;
  542. max-width: 100%;
  543. }
  544. .col-1 {
  545. flex: 0 0 8.3333333333%;
  546. max-width: 8.3333333333%;
  547. }
  548. .col-2 {
  549. flex: 0 0 16.6666666667%;
  550. max-width: 16.6666666667%;
  551. }
  552. .col-3 {
  553. flex: 0 0 25%;
  554. max-width: 25%;
  555. }
  556. .col-4 {
  557. flex: 0 0 33.3333333333%;
  558. max-width: 33.3333333333%;
  559. }
  560. .col-5 {
  561. flex: 0 0 41.6666666667%;
  562. max-width: 41.6666666667%;
  563. }
  564. .col-6 {
  565. flex: 0 0 50%;
  566. max-width: 50%;
  567. }
  568. .col-7 {
  569. flex: 0 0 58.3333333333%;
  570. max-width: 58.3333333333%;
  571. }
  572. .col-8 {
  573. flex: 0 0 66.6666666667%;
  574. max-width: 66.6666666667%;
  575. }
  576. .col-9 {
  577. flex: 0 0 75%;
  578. max-width: 75%;
  579. }
  580. .col-10 {
  581. flex: 0 0 83.3333333333%;
  582. max-width: 83.3333333333%;
  583. }
  584. .col-11 {
  585. flex: 0 0 91.6666666667%;
  586. max-width: 91.6666666667%;
  587. }
  588. .col-12 {
  589. flex: 0 0 100%;
  590. max-width: 100%;
  591. }
  592. .order-first {
  593. order: -1;
  594. }
  595. .order-last {
  596. order: 13;
  597. }
  598. .order-0 {
  599. order: 0;
  600. }
  601. .order-1 {
  602. order: 1;
  603. }
  604. .order-2 {
  605. order: 2;
  606. }
  607. .order-3 {
  608. order: 3;
  609. }
  610. .order-4 {
  611. order: 4;
  612. }
  613. .order-5 {
  614. order: 5;
  615. }
  616. .order-6 {
  617. order: 6;
  618. }
  619. .order-7 {
  620. order: 7;
  621. }
  622. .order-8 {
  623. order: 8;
  624. }
  625. .order-9 {
  626. order: 9;
  627. }
  628. .order-10 {
  629. order: 10;
  630. }
  631. .order-11 {
  632. order: 11;
  633. }
  634. .order-12 {
  635. order: 12;
  636. }
  637. .offset-1 {
  638. margin-left: 8.3333333333%;
  639. }
  640. .offset-2 {
  641. margin-left: 16.6666666667%;
  642. }
  643. .offset-3 {
  644. margin-left: 25%;
  645. }
  646. .offset-4 {
  647. margin-left: 33.3333333333%;
  648. }
  649. .offset-5 {
  650. margin-left: 41.6666666667%;
  651. }
  652. .offset-6 {
  653. margin-left: 50%;
  654. }
  655. .offset-7 {
  656. margin-left: 58.3333333333%;
  657. }
  658. .offset-8 {
  659. margin-left: 66.6666666667%;
  660. }
  661. .offset-9 {
  662. margin-left: 75%;
  663. }
  664. .offset-10 {
  665. margin-left: 83.3333333333%;
  666. }
  667. .offset-11 {
  668. margin-left: 91.6666666667%;
  669. }
  670. @media (min-width: 576px) {
  671. .col-sm {
  672. flex-basis: 0;
  673. flex-grow: 1;
  674. max-width: 100%;
  675. }
  676. .row-cols-sm-1 > * {
  677. flex: 0 0 100%;
  678. max-width: 100%;
  679. }
  680. .row-cols-sm-2 > * {
  681. flex: 0 0 50%;
  682. max-width: 50%;
  683. }
  684. .row-cols-sm-3 > * {
  685. flex: 0 0 33.3333333333%;
  686. max-width: 33.3333333333%;
  687. }
  688. .row-cols-sm-4 > * {
  689. flex: 0 0 25%;
  690. max-width: 25%;
  691. }
  692. .row-cols-sm-5 > * {
  693. flex: 0 0 20%;
  694. max-width: 20%;
  695. }
  696. .row-cols-sm-6 > * {
  697. flex: 0 0 16.6666666667%;
  698. max-width: 16.6666666667%;
  699. }
  700. .col-sm-auto {
  701. flex: 0 0 auto;
  702. width: auto;
  703. max-width: 100%;
  704. }
  705. .col-sm-1 {
  706. flex: 0 0 8.3333333333%;
  707. max-width: 8.3333333333%;
  708. }
  709. .col-sm-2 {
  710. flex: 0 0 16.6666666667%;
  711. max-width: 16.6666666667%;
  712. }
  713. .col-sm-3 {
  714. flex: 0 0 25%;
  715. max-width: 25%;
  716. }
  717. .col-sm-4 {
  718. flex: 0 0 33.3333333333%;
  719. max-width: 33.3333333333%;
  720. }
  721. .col-sm-5 {
  722. flex: 0 0 41.6666666667%;
  723. max-width: 41.6666666667%;
  724. }
  725. .col-sm-6 {
  726. flex: 0 0 50%;
  727. max-width: 50%;
  728. }
  729. .col-sm-7 {
  730. flex: 0 0 58.3333333333%;
  731. max-width: 58.3333333333%;
  732. }
  733. .col-sm-8 {
  734. flex: 0 0 66.6666666667%;
  735. max-width: 66.6666666667%;
  736. }
  737. .col-sm-9 {
  738. flex: 0 0 75%;
  739. max-width: 75%;
  740. }
  741. .col-sm-10 {
  742. flex: 0 0 83.3333333333%;
  743. max-width: 83.3333333333%;
  744. }
  745. .col-sm-11 {
  746. flex: 0 0 91.6666666667%;
  747. max-width: 91.6666666667%;
  748. }
  749. .col-sm-12 {
  750. flex: 0 0 100%;
  751. max-width: 100%;
  752. }
  753. .order-sm-first {
  754. order: -1;
  755. }
  756. .order-sm-last {
  757. order: 13;
  758. }
  759. .order-sm-0 {
  760. order: 0;
  761. }
  762. .order-sm-1 {
  763. order: 1;
  764. }
  765. .order-sm-2 {
  766. order: 2;
  767. }
  768. .order-sm-3 {
  769. order: 3;
  770. }
  771. .order-sm-4 {
  772. order: 4;
  773. }
  774. .order-sm-5 {
  775. order: 5;
  776. }
  777. .order-sm-6 {
  778. order: 6;
  779. }
  780. .order-sm-7 {
  781. order: 7;
  782. }
  783. .order-sm-8 {
  784. order: 8;
  785. }
  786. .order-sm-9 {
  787. order: 9;
  788. }
  789. .order-sm-10 {
  790. order: 10;
  791. }
  792. .order-sm-11 {
  793. order: 11;
  794. }
  795. .order-sm-12 {
  796. order: 12;
  797. }
  798. .offset-sm-0 {
  799. margin-left: 0;
  800. }
  801. .offset-sm-1 {
  802. margin-left: 8.3333333333%;
  803. }
  804. .offset-sm-2 {
  805. margin-left: 16.6666666667%;
  806. }
  807. .offset-sm-3 {
  808. margin-left: 25%;
  809. }
  810. .offset-sm-4 {
  811. margin-left: 33.3333333333%;
  812. }
  813. .offset-sm-5 {
  814. margin-left: 41.6666666667%;
  815. }
  816. .offset-sm-6 {
  817. margin-left: 50%;
  818. }
  819. .offset-sm-7 {
  820. margin-left: 58.3333333333%;
  821. }
  822. .offset-sm-8 {
  823. margin-left: 66.6666666667%;
  824. }
  825. .offset-sm-9 {
  826. margin-left: 75%;
  827. }
  828. .offset-sm-10 {
  829. margin-left: 83.3333333333%;
  830. }
  831. .offset-sm-11 {
  832. margin-left: 91.6666666667%;
  833. }
  834. }
  835. @media (min-width: 768px) {
  836. .col-md {
  837. flex-basis: 0;
  838. flex-grow: 1;
  839. max-width: 100%;
  840. }
  841. .row-cols-md-1 > * {
  842. flex: 0 0 100%;
  843. max-width: 100%;
  844. }
  845. .row-cols-md-2 > * {
  846. flex: 0 0 50%;
  847. max-width: 50%;
  848. }
  849. .row-cols-md-3 > * {
  850. flex: 0 0 33.3333333333%;
  851. max-width: 33.3333333333%;
  852. }
  853. .row-cols-md-4 > * {
  854. flex: 0 0 25%;
  855. max-width: 25%;
  856. }
  857. .row-cols-md-5 > * {
  858. flex: 0 0 20%;
  859. max-width: 20%;
  860. }
  861. .row-cols-md-6 > * {
  862. flex: 0 0 16.6666666667%;
  863. max-width: 16.6666666667%;
  864. }
  865. .col-md-auto {
  866. flex: 0 0 auto;
  867. width: auto;
  868. max-width: 100%;
  869. }
  870. .col-md-1 {
  871. flex: 0 0 8.3333333333%;
  872. max-width: 8.3333333333%;
  873. }
  874. .col-md-2 {
  875. flex: 0 0 16.6666666667%;
  876. max-width: 16.6666666667%;
  877. }
  878. .col-md-3 {
  879. flex: 0 0 25%;
  880. max-width: 25%;
  881. }
  882. .col-md-4 {
  883. flex: 0 0 33.3333333333%;
  884. max-width: 33.3333333333%;
  885. }
  886. .col-md-5 {
  887. flex: 0 0 41.6666666667%;
  888. max-width: 41.6666666667%;
  889. }
  890. .col-md-6 {
  891. flex: 0 0 50%;
  892. max-width: 50%;
  893. }
  894. .col-md-7 {
  895. flex: 0 0 58.3333333333%;
  896. max-width: 58.3333333333%;
  897. }
  898. .col-md-8 {
  899. flex: 0 0 66.6666666667%;
  900. max-width: 66.6666666667%;
  901. }
  902. .col-md-9 {
  903. flex: 0 0 75%;
  904. max-width: 75%;
  905. }
  906. .col-md-10 {
  907. flex: 0 0 83.3333333333%;
  908. max-width: 83.3333333333%;
  909. }
  910. .col-md-11 {
  911. flex: 0 0 91.6666666667%;
  912. max-width: 91.6666666667%;
  913. }
  914. .col-md-12 {
  915. flex: 0 0 100%;
  916. max-width: 100%;
  917. }
  918. .order-md-first {
  919. order: -1;
  920. }
  921. .order-md-last {
  922. order: 13;
  923. }
  924. .order-md-0 {
  925. order: 0;
  926. }
  927. .order-md-1 {
  928. order: 1;
  929. }
  930. .order-md-2 {
  931. order: 2;
  932. }
  933. .order-md-3 {
  934. order: 3;
  935. }
  936. .order-md-4 {
  937. order: 4;
  938. }
  939. .order-md-5 {
  940. order: 5;
  941. }
  942. .order-md-6 {
  943. order: 6;
  944. }
  945. .order-md-7 {
  946. order: 7;
  947. }
  948. .order-md-8 {
  949. order: 8;
  950. }
  951. .order-md-9 {
  952. order: 9;
  953. }
  954. .order-md-10 {
  955. order: 10;
  956. }
  957. .order-md-11 {
  958. order: 11;
  959. }
  960. .order-md-12 {
  961. order: 12;
  962. }
  963. .offset-md-0 {
  964. margin-left: 0;
  965. }
  966. .offset-md-1 {
  967. margin-left: 8.3333333333%;
  968. }
  969. .offset-md-2 {
  970. margin-left: 16.6666666667%;
  971. }
  972. .offset-md-3 {
  973. margin-left: 25%;
  974. }
  975. .offset-md-4 {
  976. margin-left: 33.3333333333%;
  977. }
  978. .offset-md-5 {
  979. margin-left: 41.6666666667%;
  980. }
  981. .offset-md-6 {
  982. margin-left: 50%;
  983. }
  984. .offset-md-7 {
  985. margin-left: 58.3333333333%;
  986. }
  987. .offset-md-8 {
  988. margin-left: 66.6666666667%;
  989. }
  990. .offset-md-9 {
  991. margin-left: 75%;
  992. }
  993. .offset-md-10 {
  994. margin-left: 83.3333333333%;
  995. }
  996. .offset-md-11 {
  997. margin-left: 91.6666666667%;
  998. }
  999. }
  1000. @media (min-width: 992px) {
  1001. .col-lg {
  1002. flex-basis: 0;
  1003. flex-grow: 1;
  1004. max-width: 100%;
  1005. }
  1006. .row-cols-lg-1 > * {
  1007. flex: 0 0 100%;
  1008. max-width: 100%;
  1009. }
  1010. .row-cols-lg-2 > * {
  1011. flex: 0 0 50%;
  1012. max-width: 50%;
  1013. }
  1014. .row-cols-lg-3 > * {
  1015. flex: 0 0 33.3333333333%;
  1016. max-width: 33.3333333333%;
  1017. }
  1018. .row-cols-lg-4 > * {
  1019. flex: 0 0 25%;
  1020. max-width: 25%;
  1021. }
  1022. .row-cols-lg-5 > * {
  1023. flex: 0 0 20%;
  1024. max-width: 20%;
  1025. }
  1026. .row-cols-lg-6 > * {
  1027. flex: 0 0 16.6666666667%;
  1028. max-width: 16.6666666667%;
  1029. }
  1030. .col-lg-auto {
  1031. flex: 0 0 auto;
  1032. width: auto;
  1033. max-width: 100%;
  1034. }
  1035. .col-lg-1 {
  1036. flex: 0 0 8.3333333333%;
  1037. max-width: 8.3333333333%;
  1038. }
  1039. .col-lg-2 {
  1040. flex: 0 0 16.6666666667%;
  1041. max-width: 16.6666666667%;
  1042. }
  1043. .col-lg-3 {
  1044. flex: 0 0 25%;
  1045. max-width: 25%;
  1046. }
  1047. .col-lg-4 {
  1048. flex: 0 0 33.3333333333%;
  1049. max-width: 33.3333333333%;
  1050. }
  1051. .col-lg-5 {
  1052. flex: 0 0 41.6666666667%;
  1053. max-width: 41.6666666667%;
  1054. }
  1055. .col-lg-6 {
  1056. flex: 0 0 50%;
  1057. max-width: 50%;
  1058. }
  1059. .col-lg-7 {
  1060. flex: 0 0 58.3333333333%;
  1061. max-width: 58.3333333333%;
  1062. }
  1063. .col-lg-8 {
  1064. flex: 0 0 66.6666666667%;
  1065. max-width: 66.6666666667%;
  1066. }
  1067. .col-lg-9 {
  1068. flex: 0 0 75%;
  1069. max-width: 75%;
  1070. }
  1071. .col-lg-10 {
  1072. flex: 0 0 83.3333333333%;
  1073. max-width: 83.3333333333%;
  1074. }
  1075. .col-lg-11 {
  1076. flex: 0 0 91.6666666667%;
  1077. max-width: 91.6666666667%;
  1078. }
  1079. .col-lg-12 {
  1080. flex: 0 0 100%;
  1081. max-width: 100%;
  1082. }
  1083. .order-lg-first {
  1084. order: -1;
  1085. }
  1086. .order-lg-last {
  1087. order: 13;
  1088. }
  1089. .order-lg-0 {
  1090. order: 0;
  1091. }
  1092. .order-lg-1 {
  1093. order: 1;
  1094. }
  1095. .order-lg-2 {
  1096. order: 2;
  1097. }
  1098. .order-lg-3 {
  1099. order: 3;
  1100. }
  1101. .order-lg-4 {
  1102. order: 4;
  1103. }
  1104. .order-lg-5 {
  1105. order: 5;
  1106. }
  1107. .order-lg-6 {
  1108. order: 6;
  1109. }
  1110. .order-lg-7 {
  1111. order: 7;
  1112. }
  1113. .order-lg-8 {
  1114. order: 8;
  1115. }
  1116. .order-lg-9 {
  1117. order: 9;
  1118. }
  1119. .order-lg-10 {
  1120. order: 10;
  1121. }
  1122. .order-lg-11 {
  1123. order: 11;
  1124. }
  1125. .order-lg-12 {
  1126. order: 12;
  1127. }
  1128. .offset-lg-0 {
  1129. margin-left: 0;
  1130. }
  1131. .offset-lg-1 {
  1132. margin-left: 8.3333333333%;
  1133. }
  1134. .offset-lg-2 {
  1135. margin-left: 16.6666666667%;
  1136. }
  1137. .offset-lg-3 {
  1138. margin-left: 25%;
  1139. }
  1140. .offset-lg-4 {
  1141. margin-left: 33.3333333333%;
  1142. }
  1143. .offset-lg-5 {
  1144. margin-left: 41.6666666667%;
  1145. }
  1146. .offset-lg-6 {
  1147. margin-left: 50%;
  1148. }
  1149. .offset-lg-7 {
  1150. margin-left: 58.3333333333%;
  1151. }
  1152. .offset-lg-8 {
  1153. margin-left: 66.6666666667%;
  1154. }
  1155. .offset-lg-9 {
  1156. margin-left: 75%;
  1157. }
  1158. .offset-lg-10 {
  1159. margin-left: 83.3333333333%;
  1160. }
  1161. .offset-lg-11 {
  1162. margin-left: 91.6666666667%;
  1163. }
  1164. }
  1165. @media (min-width: 1200px) {
  1166. .col-xl {
  1167. flex-basis: 0;
  1168. flex-grow: 1;
  1169. max-width: 100%;
  1170. }
  1171. .row-cols-xl-1 > * {
  1172. flex: 0 0 100%;
  1173. max-width: 100%;
  1174. }
  1175. .row-cols-xl-2 > * {
  1176. flex: 0 0 50%;
  1177. max-width: 50%;
  1178. }
  1179. .row-cols-xl-3 > * {
  1180. flex: 0 0 33.3333333333%;
  1181. max-width: 33.3333333333%;
  1182. }
  1183. .row-cols-xl-4 > * {
  1184. flex: 0 0 25%;
  1185. max-width: 25%;
  1186. }
  1187. .row-cols-xl-5 > * {
  1188. flex: 0 0 20%;
  1189. max-width: 20%;
  1190. }
  1191. .row-cols-xl-6 > * {
  1192. flex: 0 0 16.6666666667%;
  1193. max-width: 16.6666666667%;
  1194. }
  1195. .col-xl-auto {
  1196. flex: 0 0 auto;
  1197. width: auto;
  1198. max-width: 100%;
  1199. }
  1200. .col-xl-1 {
  1201. flex: 0 0 8.3333333333%;
  1202. max-width: 8.3333333333%;
  1203. }
  1204. .col-xl-2 {
  1205. flex: 0 0 16.6666666667%;
  1206. max-width: 16.6666666667%;
  1207. }
  1208. .col-xl-3 {
  1209. flex: 0 0 25%;
  1210. max-width: 25%;
  1211. }
  1212. .col-xl-4 {
  1213. flex: 0 0 33.3333333333%;
  1214. max-width: 33.3333333333%;
  1215. }
  1216. .col-xl-5 {
  1217. flex: 0 0 41.6666666667%;
  1218. max-width: 41.6666666667%;
  1219. }
  1220. .col-xl-6 {
  1221. flex: 0 0 50%;
  1222. max-width: 50%;
  1223. }
  1224. .col-xl-7 {
  1225. flex: 0 0 58.3333333333%;
  1226. max-width: 58.3333333333%;
  1227. }
  1228. .col-xl-8 {
  1229. flex: 0 0 66.6666666667%;
  1230. max-width: 66.6666666667%;
  1231. }
  1232. .col-xl-9 {
  1233. flex: 0 0 75%;
  1234. max-width: 75%;
  1235. }
  1236. .col-xl-10 {
  1237. flex: 0 0 83.3333333333%;
  1238. max-width: 83.3333333333%;
  1239. }
  1240. .col-xl-11 {
  1241. flex: 0 0 91.6666666667%;
  1242. max-width: 91.6666666667%;
  1243. }
  1244. .col-xl-12 {
  1245. flex: 0 0 100%;
  1246. max-width: 100%;
  1247. }
  1248. .order-xl-first {
  1249. order: -1;
  1250. }
  1251. .order-xl-last {
  1252. order: 13;
  1253. }
  1254. .order-xl-0 {
  1255. order: 0;
  1256. }
  1257. .order-xl-1 {
  1258. order: 1;
  1259. }
  1260. .order-xl-2 {
  1261. order: 2;
  1262. }
  1263. .order-xl-3 {
  1264. order: 3;
  1265. }
  1266. .order-xl-4 {
  1267. order: 4;
  1268. }
  1269. .order-xl-5 {
  1270. order: 5;
  1271. }
  1272. .order-xl-6 {
  1273. order: 6;
  1274. }
  1275. .order-xl-7 {
  1276. order: 7;
  1277. }
  1278. .order-xl-8 {
  1279. order: 8;
  1280. }
  1281. .order-xl-9 {
  1282. order: 9;
  1283. }
  1284. .order-xl-10 {
  1285. order: 10;
  1286. }
  1287. .order-xl-11 {
  1288. order: 11;
  1289. }
  1290. .order-xl-12 {
  1291. order: 12;
  1292. }
  1293. .offset-xl-0 {
  1294. margin-left: 0;
  1295. }
  1296. .offset-xl-1 {
  1297. margin-left: 8.3333333333%;
  1298. }
  1299. .offset-xl-2 {
  1300. margin-left: 16.6666666667%;
  1301. }
  1302. .offset-xl-3 {
  1303. margin-left: 25%;
  1304. }
  1305. .offset-xl-4 {
  1306. margin-left: 33.3333333333%;
  1307. }
  1308. .offset-xl-5 {
  1309. margin-left: 41.6666666667%;
  1310. }
  1311. .offset-xl-6 {
  1312. margin-left: 50%;
  1313. }
  1314. .offset-xl-7 {
  1315. margin-left: 58.3333333333%;
  1316. }
  1317. .offset-xl-8 {
  1318. margin-left: 66.6666666667%;
  1319. }
  1320. .offset-xl-9 {
  1321. margin-left: 75%;
  1322. }
  1323. .offset-xl-10 {
  1324. margin-left: 83.3333333333%;
  1325. }
  1326. .offset-xl-11 {
  1327. margin-left: 91.6666666667%;
  1328. }
  1329. }
  1330. .table {
  1331. width: 100%;
  1332. margin-bottom: 1rem;
  1333. color: #212529;
  1334. }
  1335. .table th,
  1336. .table td {
  1337. padding: 0.75rem;
  1338. vertical-align: top;
  1339. border-top: 1px solid #dee2e6;
  1340. }
  1341. .table thead th {
  1342. vertical-align: bottom;
  1343. border-bottom: 2px solid #dee2e6;
  1344. }
  1345. .table tbody + tbody {
  1346. border-top: 2px solid #dee2e6;
  1347. }
  1348. .table-sm th,
  1349. .table-sm td {
  1350. padding: 0.3rem;
  1351. }
  1352. .table-bordered {
  1353. border: 1px solid #dee2e6;
  1354. }
  1355. .table-bordered th,
  1356. .table-bordered td {
  1357. border: 1px solid #dee2e6;
  1358. }
  1359. .table-bordered thead th,
  1360. .table-bordered thead td {
  1361. border-bottom-width: 2px;
  1362. }
  1363. .table-borderless th,
  1364. .table-borderless td,
  1365. .table-borderless thead th,
  1366. .table-borderless tbody + tbody {
  1367. border: 0;
  1368. }
  1369. .table-striped tbody tr:nth-of-type(odd) {
  1370. background-color: rgba(0, 0, 0, 0.05);
  1371. }
  1372. .table-hover tbody tr:hover {
  1373. color: #212529;
  1374. background-color: rgba(0, 0, 0, 0.075);
  1375. }
  1376. .table-primary,
  1377. .table-primary > th,
  1378. .table-primary > td {
  1379. background-color: #c6e0f5;
  1380. }
  1381. .table-primary th,
  1382. .table-primary td,
  1383. .table-primary thead th,
  1384. .table-primary tbody + tbody {
  1385. border-color: #95c5ed;
  1386. }
  1387. .table-hover .table-primary:hover {
  1388. background-color: #b0d4f1;
  1389. }
  1390. .table-hover .table-primary:hover > td,
  1391. .table-hover .table-primary:hover > th {
  1392. background-color: #b0d4f1;
  1393. }
  1394. .table-secondary,
  1395. .table-secondary > th,
  1396. .table-secondary > td {
  1397. background-color: #d6d8db;
  1398. }
  1399. .table-secondary th,
  1400. .table-secondary td,
  1401. .table-secondary thead th,
  1402. .table-secondary tbody + tbody {
  1403. border-color: #b3b7bb;
  1404. }
  1405. .table-hover .table-secondary:hover {
  1406. background-color: #c8cbcf;
  1407. }
  1408. .table-hover .table-secondary:hover > td,
  1409. .table-hover .table-secondary:hover > th {
  1410. background-color: #c8cbcf;
  1411. }
  1412. .table-success,
  1413. .table-success > th,
  1414. .table-success > td {
  1415. background-color: #c7eed8;
  1416. }
  1417. .table-success th,
  1418. .table-success td,
  1419. .table-success thead th,
  1420. .table-success tbody + tbody {
  1421. border-color: #98dfb6;
  1422. }
  1423. .table-hover .table-success:hover {
  1424. background-color: #b3e8ca;
  1425. }
  1426. .table-hover .table-success:hover > td,
  1427. .table-hover .table-success:hover > th {
  1428. background-color: #b3e8ca;
  1429. }
  1430. .table-info,
  1431. .table-info > th,
  1432. .table-info > td {
  1433. background-color: #d6e9f9;
  1434. }
  1435. .table-info th,
  1436. .table-info td,
  1437. .table-info thead th,
  1438. .table-info tbody + tbody {
  1439. border-color: #b3d7f5;
  1440. }
  1441. .table-hover .table-info:hover {
  1442. background-color: #c0ddf6;
  1443. }
  1444. .table-hover .table-info:hover > td,
  1445. .table-hover .table-info:hover > th {
  1446. background-color: #c0ddf6;
  1447. }
  1448. .table-warning,
  1449. .table-warning > th,
  1450. .table-warning > td {
  1451. background-color: #fffacc;
  1452. }
  1453. .table-warning th,
  1454. .table-warning td,
  1455. .table-warning thead th,
  1456. .table-warning tbody + tbody {
  1457. border-color: #fff6a1;
  1458. }
  1459. .table-hover .table-warning:hover {
  1460. background-color: #fff8b3;
  1461. }
  1462. .table-hover .table-warning:hover > td,
  1463. .table-hover .table-warning:hover > th {
  1464. background-color: #fff8b3;
  1465. }
  1466. .table-danger,
  1467. .table-danger > th,
  1468. .table-danger > td {
  1469. background-color: #f7c6c5;
  1470. }
  1471. .table-danger th,
  1472. .table-danger td,
  1473. .table-danger thead th,
  1474. .table-danger tbody + tbody {
  1475. border-color: #f09593;
  1476. }
  1477. .table-hover .table-danger:hover {
  1478. background-color: #f4b0af;
  1479. }
  1480. .table-hover .table-danger:hover > td,
  1481. .table-hover .table-danger:hover > th {
  1482. background-color: #f4b0af;
  1483. }
  1484. .table-light,
  1485. .table-light > th,
  1486. .table-light > td {
  1487. background-color: #fdfdfe;
  1488. }
  1489. .table-light th,
  1490. .table-light td,
  1491. .table-light thead th,
  1492. .table-light tbody + tbody {
  1493. border-color: #fbfcfc;
  1494. }
  1495. .table-hover .table-light:hover {
  1496. background-color: #ececf6;
  1497. }
  1498. .table-hover .table-light:hover > td,
  1499. .table-hover .table-light:hover > th {
  1500. background-color: #ececf6;
  1501. }
  1502. .table-dark,
  1503. .table-dark > th,
  1504. .table-dark > td {
  1505. background-color: #c6c8ca;
  1506. }
  1507. .table-dark th,
  1508. .table-dark td,
  1509. .table-dark thead th,
  1510. .table-dark tbody + tbody {
  1511. border-color: #95999c;
  1512. }
  1513. .table-hover .table-dark:hover {
  1514. background-color: #b9bbbe;
  1515. }
  1516. .table-hover .table-dark:hover > td,
  1517. .table-hover .table-dark:hover > th {
  1518. background-color: #b9bbbe;
  1519. }
  1520. .table-active,
  1521. .table-active > th,
  1522. .table-active > td {
  1523. background-color: rgba(0, 0, 0, 0.075);
  1524. }
  1525. .table-hover .table-active:hover {
  1526. background-color: rgba(0, 0, 0, 0.075);
  1527. }
  1528. .table-hover .table-active:hover > td,
  1529. .table-hover .table-active:hover > th {
  1530. background-color: rgba(0, 0, 0, 0.075);
  1531. }
  1532. .table .thead-dark th {
  1533. color: #fff;
  1534. background-color: #343a40;
  1535. border-color: #454d55;
  1536. }
  1537. .table .thead-light th {
  1538. color: #495057;
  1539. background-color: #e9ecef;
  1540. border-color: #dee2e6;
  1541. }
  1542. .table-dark {
  1543. color: #fff;
  1544. background-color: #343a40;
  1545. }
  1546. .table-dark th,
  1547. .table-dark td,
  1548. .table-dark thead th {
  1549. border-color: #454d55;
  1550. }
  1551. .table-dark.table-bordered {
  1552. border: 0;
  1553. }
  1554. .table-dark.table-striped tbody tr:nth-of-type(odd) {
  1555. background-color: rgba(255, 255, 255, 0.05);
  1556. }
  1557. .table-dark.table-hover tbody tr:hover {
  1558. color: #fff;
  1559. background-color: rgba(255, 255, 255, 0.075);
  1560. }
  1561. @media (max-width: 575.98px) {
  1562. .table-responsive-sm {
  1563. display: block;
  1564. width: 100%;
  1565. overflow-x: auto;
  1566. -webkit-overflow-scrolling: touch;
  1567. }
  1568. .table-responsive-sm > .table-bordered {
  1569. border: 0;
  1570. }
  1571. }
  1572. @media (max-width: 767.98px) {
  1573. .table-responsive-md {
  1574. display: block;
  1575. width: 100%;
  1576. overflow-x: auto;
  1577. -webkit-overflow-scrolling: touch;
  1578. }
  1579. .table-responsive-md > .table-bordered {
  1580. border: 0;
  1581. }
  1582. }
  1583. @media (max-width: 991.98px) {
  1584. .table-responsive-lg {
  1585. display: block;
  1586. width: 100%;
  1587. overflow-x: auto;
  1588. -webkit-overflow-scrolling: touch;
  1589. }
  1590. .table-responsive-lg > .table-bordered {
  1591. border: 0;
  1592. }
  1593. }
  1594. @media (max-width: 1199.98px) {
  1595. .table-responsive-xl {
  1596. display: block;
  1597. width: 100%;
  1598. overflow-x: auto;
  1599. -webkit-overflow-scrolling: touch;
  1600. }
  1601. .table-responsive-xl > .table-bordered {
  1602. border: 0;
  1603. }
  1604. }
  1605. .table-responsive {
  1606. display: block;
  1607. width: 100%;
  1608. overflow-x: auto;
  1609. -webkit-overflow-scrolling: touch;
  1610. }
  1611. .table-responsive > .table-bordered {
  1612. border: 0;
  1613. }
  1614. .form-control {
  1615. display: block;
  1616. width: 100%;
  1617. height: calc(1.6em + 0.75rem + 2px);
  1618. padding: 0.375rem 0.75rem;
  1619. font-size: 0.9rem;
  1620. font-weight: 400;
  1621. line-height: 1.6;
  1622. color: #495057;
  1623. background-color: #fff;
  1624. background-clip: padding-box;
  1625. border: 1px solid #ced4da;
  1626. border-radius: 0.25rem;
  1627. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  1628. }
  1629. @media (prefers-reduced-motion: reduce) {
  1630. .form-control {
  1631. transition: none;
  1632. }
  1633. }
  1634. .form-control::-ms-expand {
  1635. background-color: transparent;
  1636. border: 0;
  1637. }
  1638. .form-control:-moz-focusring {
  1639. color: transparent;
  1640. text-shadow: 0 0 0 #495057;
  1641. }
  1642. .form-control:focus {
  1643. color: #495057;
  1644. background-color: #fff;
  1645. border-color: #a1cbef;
  1646. outline: 0;
  1647. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  1648. }
  1649. .form-control::-moz-placeholder {
  1650. color: #6c757d;
  1651. opacity: 1;
  1652. }
  1653. .form-control:-ms-input-placeholder {
  1654. color: #6c757d;
  1655. opacity: 1;
  1656. }
  1657. .form-control::placeholder {
  1658. color: #6c757d;
  1659. opacity: 1;
  1660. }
  1661. .form-control:disabled, .form-control[readonly] {
  1662. background-color: #e9ecef;
  1663. opacity: 1;
  1664. }
  1665. input[type=date].form-control,
  1666. input[type=time].form-control,
  1667. input[type=datetime-local].form-control,
  1668. input[type=month].form-control {
  1669. -webkit-appearance: none;
  1670. -moz-appearance: none;
  1671. appearance: none;
  1672. }
  1673. select.form-control:focus::-ms-value {
  1674. color: #495057;
  1675. background-color: #fff;
  1676. }
  1677. .form-control-file,
  1678. .form-control-range {
  1679. display: block;
  1680. width: 100%;
  1681. }
  1682. .col-form-label {
  1683. padding-top: calc(0.375rem + 1px);
  1684. padding-bottom: calc(0.375rem + 1px);
  1685. margin-bottom: 0;
  1686. font-size: inherit;
  1687. line-height: 1.6;
  1688. }
  1689. .col-form-label-lg {
  1690. padding-top: calc(0.5rem + 1px);
  1691. padding-bottom: calc(0.5rem + 1px);
  1692. font-size: 1.125rem;
  1693. line-height: 1.5;
  1694. }
  1695. .col-form-label-sm {
  1696. padding-top: calc(0.25rem + 1px);
  1697. padding-bottom: calc(0.25rem + 1px);
  1698. font-size: 0.7875rem;
  1699. line-height: 1.5;
  1700. }
  1701. .form-control-plaintext {
  1702. display: block;
  1703. width: 100%;
  1704. padding: 0.375rem 0;
  1705. margin-bottom: 0;
  1706. font-size: 0.9rem;
  1707. line-height: 1.6;
  1708. color: #212529;
  1709. background-color: transparent;
  1710. border: solid transparent;
  1711. border-width: 1px 0;
  1712. }
  1713. .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  1714. padding-right: 0;
  1715. padding-left: 0;
  1716. }
  1717. .form-control-sm {
  1718. height: calc(1.5em + 0.5rem + 2px);
  1719. padding: 0.25rem 0.5rem;
  1720. font-size: 0.7875rem;
  1721. line-height: 1.5;
  1722. border-radius: 0.2rem;
  1723. }
  1724. .form-control-lg {
  1725. height: calc(1.5em + 1rem + 2px);
  1726. padding: 0.5rem 1rem;
  1727. font-size: 1.125rem;
  1728. line-height: 1.5;
  1729. border-radius: 0.3rem;
  1730. }
  1731. select.form-control[size], select.form-control[multiple] {
  1732. height: auto;
  1733. }
  1734. textarea.form-control {
  1735. height: auto;
  1736. }
  1737. .form-group {
  1738. margin-bottom: 1rem;
  1739. }
  1740. .form-text {
  1741. display: block;
  1742. margin-top: 0.25rem;
  1743. }
  1744. .form-row {
  1745. display: flex;
  1746. flex-wrap: wrap;
  1747. margin-right: -5px;
  1748. margin-left: -5px;
  1749. }
  1750. .form-row > .col,
  1751. .form-row > [class*=col-] {
  1752. padding-right: 5px;
  1753. padding-left: 5px;
  1754. }
  1755. .form-check {
  1756. position: relative;
  1757. display: block;
  1758. padding-left: 1.25rem;
  1759. }
  1760. .form-check-input {
  1761. position: absolute;
  1762. margin-top: 0.3rem;
  1763. margin-left: -1.25rem;
  1764. }
  1765. .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  1766. color: #6c757d;
  1767. }
  1768. .form-check-label {
  1769. margin-bottom: 0;
  1770. }
  1771. .form-check-inline {
  1772. display: inline-flex;
  1773. align-items: center;
  1774. padding-left: 0;
  1775. margin-right: 0.75rem;
  1776. }
  1777. .form-check-inline .form-check-input {
  1778. position: static;
  1779. margin-top: 0;
  1780. margin-right: 0.3125rem;
  1781. margin-left: 0;
  1782. }
  1783. .valid-feedback {
  1784. display: none;
  1785. width: 100%;
  1786. margin-top: 0.25rem;
  1787. font-size: 80%;
  1788. color: #38c172;
  1789. }
  1790. .valid-tooltip {
  1791. position: absolute;
  1792. top: 100%;
  1793. left: 0;
  1794. z-index: 5;
  1795. display: none;
  1796. max-width: 100%;
  1797. padding: 0.25rem 0.5rem;
  1798. margin-top: 0.1rem;
  1799. font-size: 0.7875rem;
  1800. line-height: 1.6;
  1801. color: #fff;
  1802. background-color: rgba(56, 193, 114, 0.9);
  1803. border-radius: 0.25rem;
  1804. }
  1805. .form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  1806. left: 5px;
  1807. }
  1808. .was-validated :valid ~ .valid-feedback,
  1809. .was-validated :valid ~ .valid-tooltip,
  1810. .is-valid ~ .valid-feedback,
  1811. .is-valid ~ .valid-tooltip {
  1812. display: block;
  1813. }
  1814. .was-validated .form-control:valid, .form-control.is-valid {
  1815. border-color: #38c172;
  1816. padding-right: calc(1.6em + 0.75rem);
  1817. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  1818. background-repeat: no-repeat;
  1819. background-position: right calc(0.4em + 0.1875rem) center;
  1820. background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
  1821. }
  1822. .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  1823. border-color: #38c172;
  1824. box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
  1825. }
  1826. .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  1827. padding-right: calc(1.6em + 0.75rem);
  1828. background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
  1829. }
  1830. .was-validated .custom-select:valid, .custom-select.is-valid {
  1831. border-color: #38c172;
  1832. padding-right: calc(0.75em + 2.3125rem);
  1833. background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
  1834. }
  1835. .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  1836. border-color: #38c172;
  1837. box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
  1838. }
  1839. .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  1840. color: #38c172;
  1841. }
  1842. .was-validated .form-check-input:valid ~ .valid-feedback,
  1843. .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
  1844. .form-check-input.is-valid ~ .valid-tooltip {
  1845. display: block;
  1846. }
  1847. .was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  1848. color: #38c172;
  1849. }
  1850. .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  1851. border-color: #38c172;
  1852. }
  1853. .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  1854. border-color: #5cd08d;
  1855. background-color: #5cd08d;
  1856. }
  1857. .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  1858. box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
  1859. }
  1860. .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  1861. border-color: #38c172;
  1862. }
  1863. .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  1864. border-color: #38c172;
  1865. }
  1866. .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  1867. border-color: #38c172;
  1868. box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
  1869. }
  1870. .invalid-feedback {
  1871. display: none;
  1872. width: 100%;
  1873. margin-top: 0.25rem;
  1874. font-size: 80%;
  1875. color: #e3342f;
  1876. }
  1877. .invalid-tooltip {
  1878. position: absolute;
  1879. top: 100%;
  1880. left: 0;
  1881. z-index: 5;
  1882. display: none;
  1883. max-width: 100%;
  1884. padding: 0.25rem 0.5rem;
  1885. margin-top: 0.1rem;
  1886. font-size: 0.7875rem;
  1887. line-height: 1.6;
  1888. color: #fff;
  1889. background-color: rgba(227, 52, 47, 0.9);
  1890. border-radius: 0.25rem;
  1891. }
  1892. .form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  1893. left: 5px;
  1894. }
  1895. .was-validated :invalid ~ .invalid-feedback,
  1896. .was-validated :invalid ~ .invalid-tooltip,
  1897. .is-invalid ~ .invalid-feedback,
  1898. .is-invalid ~ .invalid-tooltip {
  1899. display: block;
  1900. }
  1901. .was-validated .form-control:invalid, .form-control.is-invalid {
  1902. border-color: #e3342f;
  1903. padding-right: calc(1.6em + 0.75rem);
  1904. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
  1905. background-repeat: no-repeat;
  1906. background-position: right calc(0.4em + 0.1875rem) center;
  1907. background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
  1908. }
  1909. .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  1910. border-color: #e3342f;
  1911. box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
  1912. }
  1913. .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  1914. padding-right: calc(1.6em + 0.75rem);
  1915. background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
  1916. }
  1917. .was-validated .custom-select:invalid, .custom-select.is-invalid {
  1918. border-color: #e3342f;
  1919. padding-right: calc(0.75em + 2.3125rem);
  1920. background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
  1921. }
  1922. .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  1923. border-color: #e3342f;
  1924. box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
  1925. }
  1926. .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  1927. color: #e3342f;
  1928. }
  1929. .was-validated .form-check-input:invalid ~ .invalid-feedback,
  1930. .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
  1931. .form-check-input.is-invalid ~ .invalid-tooltip {
  1932. display: block;
  1933. }
  1934. .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  1935. color: #e3342f;
  1936. }
  1937. .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  1938. border-color: #e3342f;
  1939. }
  1940. .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  1941. border-color: #e9605c;
  1942. background-color: #e9605c;
  1943. }
  1944. .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  1945. box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
  1946. }
  1947. .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  1948. border-color: #e3342f;
  1949. }
  1950. .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  1951. border-color: #e3342f;
  1952. }
  1953. .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  1954. border-color: #e3342f;
  1955. box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
  1956. }
  1957. .form-inline {
  1958. display: flex;
  1959. flex-flow: row wrap;
  1960. align-items: center;
  1961. }
  1962. .form-inline .form-check {
  1963. width: 100%;
  1964. }
  1965. @media (min-width: 576px) {
  1966. .form-inline label {
  1967. display: flex;
  1968. align-items: center;
  1969. justify-content: center;
  1970. margin-bottom: 0;
  1971. }
  1972. .form-inline .form-group {
  1973. display: flex;
  1974. flex: 0 0 auto;
  1975. flex-flow: row wrap;
  1976. align-items: center;
  1977. margin-bottom: 0;
  1978. }
  1979. .form-inline .form-control {
  1980. display: inline-block;
  1981. width: auto;
  1982. vertical-align: middle;
  1983. }
  1984. .form-inline .form-control-plaintext {
  1985. display: inline-block;
  1986. }
  1987. .form-inline .input-group,
  1988. .form-inline .custom-select {
  1989. width: auto;
  1990. }
  1991. .form-inline .form-check {
  1992. display: flex;
  1993. align-items: center;
  1994. justify-content: center;
  1995. width: auto;
  1996. padding-left: 0;
  1997. }
  1998. .form-inline .form-check-input {
  1999. position: relative;
  2000. flex-shrink: 0;
  2001. margin-top: 0;
  2002. margin-right: 0.25rem;
  2003. margin-left: 0;
  2004. }
  2005. .form-inline .custom-control {
  2006. align-items: center;
  2007. justify-content: center;
  2008. }
  2009. .form-inline .custom-control-label {
  2010. margin-bottom: 0;
  2011. }
  2012. }
  2013. .btn {
  2014. display: inline-block;
  2015. font-weight: 400;
  2016. color: #212529;
  2017. text-align: center;
  2018. vertical-align: middle;
  2019. -webkit-user-select: none;
  2020. -moz-user-select: none;
  2021. -ms-user-select: none;
  2022. user-select: none;
  2023. background-color: transparent;
  2024. border: 1px solid transparent;
  2025. padding: 0.375rem 0.75rem;
  2026. font-size: 0.9rem;
  2027. line-height: 1.6;
  2028. border-radius: 0.25rem;
  2029. 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;
  2030. }
  2031. @media (prefers-reduced-motion: reduce) {
  2032. .btn {
  2033. transition: none;
  2034. }
  2035. }
  2036. .btn:hover {
  2037. color: #212529;
  2038. text-decoration: none;
  2039. }
  2040. .btn:focus, .btn.focus {
  2041. outline: 0;
  2042. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  2043. }
  2044. .btn.disabled, .btn:disabled {
  2045. opacity: 0.65;
  2046. }
  2047. .btn:not(:disabled):not(.disabled) {
  2048. cursor: pointer;
  2049. }
  2050. a.btn.disabled,
  2051. fieldset:disabled a.btn {
  2052. pointer-events: none;
  2053. }
  2054. .btn-primary {
  2055. color: #fff;
  2056. background-color: #3490dc;
  2057. border-color: #3490dc;
  2058. }
  2059. .btn-primary:hover {
  2060. color: #fff;
  2061. background-color: #227dc7;
  2062. border-color: #2176bd;
  2063. }
  2064. .btn-primary:focus, .btn-primary.focus {
  2065. color: #fff;
  2066. background-color: #227dc7;
  2067. border-color: #2176bd;
  2068. box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
  2069. }
  2070. .btn-primary.disabled, .btn-primary:disabled {
  2071. color: #fff;
  2072. background-color: #3490dc;
  2073. border-color: #3490dc;
  2074. }
  2075. .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  2076. color: #fff;
  2077. background-color: #2176bd;
  2078. border-color: #1f6fb2;
  2079. }
  2080. .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  2081. box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
  2082. }
  2083. .btn-secondary {
  2084. color: #fff;
  2085. background-color: #6c757d;
  2086. border-color: #6c757d;
  2087. }
  2088. .btn-secondary:hover {
  2089. color: #fff;
  2090. background-color: #5a6268;
  2091. border-color: #545b62;
  2092. }
  2093. .btn-secondary:focus, .btn-secondary.focus {
  2094. color: #fff;
  2095. background-color: #5a6268;
  2096. border-color: #545b62;
  2097. box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  2098. }
  2099. .btn-secondary.disabled, .btn-secondary:disabled {
  2100. color: #fff;
  2101. background-color: #6c757d;
  2102. border-color: #6c757d;
  2103. }
  2104. .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  2105. color: #fff;
  2106. background-color: #545b62;
  2107. border-color: #4e555b;
  2108. }
  2109. .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  2110. box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  2111. }
  2112. .btn-success {
  2113. color: #fff;
  2114. background-color: #38c172;
  2115. border-color: #38c172;
  2116. }
  2117. .btn-success:hover {
  2118. color: #fff;
  2119. background-color: #2fa360;
  2120. border-color: #2d995b;
  2121. }
  2122. .btn-success:focus, .btn-success.focus {
  2123. color: #fff;
  2124. background-color: #2fa360;
  2125. border-color: #2d995b;
  2126. box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
  2127. }
  2128. .btn-success.disabled, .btn-success:disabled {
  2129. color: #fff;
  2130. background-color: #38c172;
  2131. border-color: #38c172;
  2132. }
  2133. .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  2134. color: #fff;
  2135. background-color: #2d995b;
  2136. border-color: #2a9055;
  2137. }
  2138. .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  2139. box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
  2140. }
  2141. .btn-info {
  2142. color: #212529;
  2143. background-color: #6cb2eb;
  2144. border-color: #6cb2eb;
  2145. }
  2146. .btn-info:hover {
  2147. color: #fff;
  2148. background-color: #4aa0e6;
  2149. border-color: #3f9ae5;
  2150. }
  2151. .btn-info:focus, .btn-info.focus {
  2152. color: #fff;
  2153. background-color: #4aa0e6;
  2154. border-color: #3f9ae5;
  2155. box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
  2156. }
  2157. .btn-info.disabled, .btn-info:disabled {
  2158. color: #212529;
  2159. background-color: #6cb2eb;
  2160. border-color: #6cb2eb;
  2161. }
  2162. .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  2163. color: #fff;
  2164. background-color: #3f9ae5;
  2165. border-color: #3495e3;
  2166. }
  2167. .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  2168. box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
  2169. }
  2170. .btn-warning {
  2171. color: #212529;
  2172. background-color: #ffed4a;
  2173. border-color: #ffed4a;
  2174. }
  2175. .btn-warning:hover {
  2176. color: #212529;
  2177. background-color: #ffe924;
  2178. border-color: #ffe817;
  2179. }
  2180. .btn-warning:focus, .btn-warning.focus {
  2181. color: #212529;
  2182. background-color: #ffe924;
  2183. border-color: #ffe817;
  2184. box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
  2185. }
  2186. .btn-warning.disabled, .btn-warning:disabled {
  2187. color: #212529;
  2188. background-color: #ffed4a;
  2189. border-color: #ffed4a;
  2190. }
  2191. .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  2192. color: #212529;
  2193. background-color: #ffe817;
  2194. border-color: #ffe70a;
  2195. }
  2196. .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  2197. box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
  2198. }
  2199. .btn-danger {
  2200. color: #fff;
  2201. background-color: #e3342f;
  2202. border-color: #e3342f;
  2203. }
  2204. .btn-danger:hover {
  2205. color: #fff;
  2206. background-color: #d0211c;
  2207. border-color: #c51f1a;
  2208. }
  2209. .btn-danger:focus, .btn-danger.focus {
  2210. color: #fff;
  2211. background-color: #d0211c;
  2212. border-color: #c51f1a;
  2213. box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
  2214. }
  2215. .btn-danger.disabled, .btn-danger:disabled {
  2216. color: #fff;
  2217. background-color: #e3342f;
  2218. border-color: #e3342f;
  2219. }
  2220. .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  2221. color: #fff;
  2222. background-color: #c51f1a;
  2223. border-color: #b91d19;
  2224. }
  2225. .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  2226. box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
  2227. }
  2228. .btn-light {
  2229. color: #212529;
  2230. background-color: #f8f9fa;
  2231. border-color: #f8f9fa;
  2232. }
  2233. .btn-light:hover {
  2234. color: #212529;
  2235. background-color: #e2e6ea;
  2236. border-color: #dae0e5;
  2237. }
  2238. .btn-light:focus, .btn-light.focus {
  2239. color: #212529;
  2240. background-color: #e2e6ea;
  2241. border-color: #dae0e5;
  2242. box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  2243. }
  2244. .btn-light.disabled, .btn-light:disabled {
  2245. color: #212529;
  2246. background-color: #f8f9fa;
  2247. border-color: #f8f9fa;
  2248. }
  2249. .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  2250. color: #212529;
  2251. background-color: #dae0e5;
  2252. border-color: #d3d9df;
  2253. }
  2254. .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  2255. box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  2256. }
  2257. .btn-dark {
  2258. color: #fff;
  2259. background-color: #343a40;
  2260. border-color: #343a40;
  2261. }
  2262. .btn-dark:hover {
  2263. color: #fff;
  2264. background-color: #23272b;
  2265. border-color: #1d2124;
  2266. }
  2267. .btn-dark:focus, .btn-dark.focus {
  2268. color: #fff;
  2269. background-color: #23272b;
  2270. border-color: #1d2124;
  2271. box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  2272. }
  2273. .btn-dark.disabled, .btn-dark:disabled {
  2274. color: #fff;
  2275. background-color: #343a40;
  2276. border-color: #343a40;
  2277. }
  2278. .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  2279. color: #fff;
  2280. background-color: #1d2124;
  2281. border-color: #171a1d;
  2282. }
  2283. .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  2284. box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  2285. }
  2286. .btn-outline-primary {
  2287. color: #3490dc;
  2288. border-color: #3490dc;
  2289. }
  2290. .btn-outline-primary:hover {
  2291. color: #fff;
  2292. background-color: #3490dc;
  2293. border-color: #3490dc;
  2294. }
  2295. .btn-outline-primary:focus, .btn-outline-primary.focus {
  2296. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
  2297. }
  2298. .btn-outline-primary.disabled, .btn-outline-primary:disabled {
  2299. color: #3490dc;
  2300. background-color: transparent;
  2301. }
  2302. .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  2303. color: #fff;
  2304. background-color: #3490dc;
  2305. border-color: #3490dc;
  2306. }
  2307. .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  2308. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
  2309. }
  2310. .btn-outline-secondary {
  2311. color: #6c757d;
  2312. border-color: #6c757d;
  2313. }
  2314. .btn-outline-secondary:hover {
  2315. color: #fff;
  2316. background-color: #6c757d;
  2317. border-color: #6c757d;
  2318. }
  2319. .btn-outline-secondary:focus, .btn-outline-secondary.focus {
  2320. box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  2321. }
  2322. .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  2323. color: #6c757d;
  2324. background-color: transparent;
  2325. }
  2326. .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  2327. color: #fff;
  2328. background-color: #6c757d;
  2329. border-color: #6c757d;
  2330. }
  2331. .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  2332. box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  2333. }
  2334. .btn-outline-success {
  2335. color: #38c172;
  2336. border-color: #38c172;
  2337. }
  2338. .btn-outline-success:hover {
  2339. color: #fff;
  2340. background-color: #38c172;
  2341. border-color: #38c172;
  2342. }
  2343. .btn-outline-success:focus, .btn-outline-success.focus {
  2344. box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
  2345. }
  2346. .btn-outline-success.disabled, .btn-outline-success:disabled {
  2347. color: #38c172;
  2348. background-color: transparent;
  2349. }
  2350. .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  2351. color: #fff;
  2352. background-color: #38c172;
  2353. border-color: #38c172;
  2354. }
  2355. .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  2356. box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
  2357. }
  2358. .btn-outline-info {
  2359. color: #6cb2eb;
  2360. border-color: #6cb2eb;
  2361. }
  2362. .btn-outline-info:hover {
  2363. color: #212529;
  2364. background-color: #6cb2eb;
  2365. border-color: #6cb2eb;
  2366. }
  2367. .btn-outline-info:focus, .btn-outline-info.focus {
  2368. box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
  2369. }
  2370. .btn-outline-info.disabled, .btn-outline-info:disabled {
  2371. color: #6cb2eb;
  2372. background-color: transparent;
  2373. }
  2374. .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  2375. color: #212529;
  2376. background-color: #6cb2eb;
  2377. border-color: #6cb2eb;
  2378. }
  2379. .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  2380. box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
  2381. }
  2382. .btn-outline-warning {
  2383. color: #ffed4a;
  2384. border-color: #ffed4a;
  2385. }
  2386. .btn-outline-warning:hover {
  2387. color: #212529;
  2388. background-color: #ffed4a;
  2389. border-color: #ffed4a;
  2390. }
  2391. .btn-outline-warning:focus, .btn-outline-warning.focus {
  2392. box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
  2393. }
  2394. .btn-outline-warning.disabled, .btn-outline-warning:disabled {
  2395. color: #ffed4a;
  2396. background-color: transparent;
  2397. }
  2398. .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  2399. color: #212529;
  2400. background-color: #ffed4a;
  2401. border-color: #ffed4a;
  2402. }
  2403. .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  2404. box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
  2405. }
  2406. .btn-outline-danger {
  2407. color: #e3342f;
  2408. border-color: #e3342f;
  2409. }
  2410. .btn-outline-danger:hover {
  2411. color: #fff;
  2412. background-color: #e3342f;
  2413. border-color: #e3342f;
  2414. }
  2415. .btn-outline-danger:focus, .btn-outline-danger.focus {
  2416. box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
  2417. }
  2418. .btn-outline-danger.disabled, .btn-outline-danger:disabled {
  2419. color: #e3342f;
  2420. background-color: transparent;
  2421. }
  2422. .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  2423. color: #fff;
  2424. background-color: #e3342f;
  2425. border-color: #e3342f;
  2426. }
  2427. .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  2428. box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
  2429. }
  2430. .btn-outline-light {
  2431. color: #f8f9fa;
  2432. border-color: #f8f9fa;
  2433. }
  2434. .btn-outline-light:hover {
  2435. color: #212529;
  2436. background-color: #f8f9fa;
  2437. border-color: #f8f9fa;
  2438. }
  2439. .btn-outline-light:focus, .btn-outline-light.focus {
  2440. box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  2441. }
  2442. .btn-outline-light.disabled, .btn-outline-light:disabled {
  2443. color: #f8f9fa;
  2444. background-color: transparent;
  2445. }
  2446. .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  2447. color: #212529;
  2448. background-color: #f8f9fa;
  2449. border-color: #f8f9fa;
  2450. }
  2451. .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  2452. box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  2453. }
  2454. .btn-outline-dark {
  2455. color: #343a40;
  2456. border-color: #343a40;
  2457. }
  2458. .btn-outline-dark:hover {
  2459. color: #fff;
  2460. background-color: #343a40;
  2461. border-color: #343a40;
  2462. }
  2463. .btn-outline-dark:focus, .btn-outline-dark.focus {
  2464. box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  2465. }
  2466. .btn-outline-dark.disabled, .btn-outline-dark:disabled {
  2467. color: #343a40;
  2468. background-color: transparent;
  2469. }
  2470. .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  2471. color: #fff;
  2472. background-color: #343a40;
  2473. border-color: #343a40;
  2474. }
  2475. .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  2476. box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  2477. }
  2478. .btn-link {
  2479. font-weight: 400;
  2480. color: #3490dc;
  2481. text-decoration: none;
  2482. }
  2483. .btn-link:hover {
  2484. color: #1d68a7;
  2485. text-decoration: underline;
  2486. }
  2487. .btn-link:focus, .btn-link.focus {
  2488. text-decoration: underline;
  2489. }
  2490. .btn-link:disabled, .btn-link.disabled {
  2491. color: #6c757d;
  2492. pointer-events: none;
  2493. }
  2494. .btn-lg, .btn-group-lg > .btn {
  2495. padding: 0.5rem 1rem;
  2496. font-size: 1.125rem;
  2497. line-height: 1.5;
  2498. border-radius: 0.3rem;
  2499. }
  2500. .btn-sm, .btn-group-sm > .btn {
  2501. padding: 0.25rem 0.5rem;
  2502. font-size: 0.7875rem;
  2503. line-height: 1.5;
  2504. border-radius: 0.2rem;
  2505. }
  2506. .btn-block {
  2507. display: block;
  2508. width: 100%;
  2509. }
  2510. .btn-block + .btn-block {
  2511. margin-top: 0.5rem;
  2512. }
  2513. input[type=submit].btn-block,
  2514. input[type=reset].btn-block,
  2515. input[type=button].btn-block {
  2516. width: 100%;
  2517. }
  2518. .fade {
  2519. transition: opacity 0.15s linear;
  2520. }
  2521. @media (prefers-reduced-motion: reduce) {
  2522. .fade {
  2523. transition: none;
  2524. }
  2525. }
  2526. .fade:not(.show) {
  2527. opacity: 0;
  2528. }
  2529. .collapse:not(.show) {
  2530. display: none;
  2531. }
  2532. .collapsing {
  2533. position: relative;
  2534. height: 0;
  2535. overflow: hidden;
  2536. transition: height 0.35s ease;
  2537. }
  2538. @media (prefers-reduced-motion: reduce) {
  2539. .collapsing {
  2540. transition: none;
  2541. }
  2542. }
  2543. .dropup,
  2544. .dropright,
  2545. .dropdown,
  2546. .dropleft {
  2547. position: relative;
  2548. }
  2549. .dropdown-toggle {
  2550. white-space: nowrap;
  2551. }
  2552. .dropdown-toggle::after {
  2553. display: inline-block;
  2554. margin-left: 0.255em;
  2555. vertical-align: 0.255em;
  2556. content: "";
  2557. border-top: 0.3em solid;
  2558. border-right: 0.3em solid transparent;
  2559. border-bottom: 0;
  2560. border-left: 0.3em solid transparent;
  2561. }
  2562. .dropdown-toggle:empty::after {
  2563. margin-left: 0;
  2564. }
  2565. .dropdown-menu {
  2566. position: absolute;
  2567. top: 100%;
  2568. left: 0;
  2569. z-index: 1000;
  2570. display: none;
  2571. float: left;
  2572. min-width: 10rem;
  2573. padding: 0.5rem 0;
  2574. margin: 0.125rem 0 0;
  2575. font-size: 0.9rem;
  2576. color: #212529;
  2577. text-align: left;
  2578. list-style: none;
  2579. background-color: #fff;
  2580. background-clip: padding-box;
  2581. border: 1px solid rgba(0, 0, 0, 0.15);
  2582. border-radius: 0.25rem;
  2583. }
  2584. .dropdown-menu-left {
  2585. right: auto;
  2586. left: 0;
  2587. }
  2588. .dropdown-menu-right {
  2589. right: 0;
  2590. left: auto;
  2591. }
  2592. @media (min-width: 576px) {
  2593. .dropdown-menu-sm-left {
  2594. right: auto;
  2595. left: 0;
  2596. }
  2597. .dropdown-menu-sm-right {
  2598. right: 0;
  2599. left: auto;
  2600. }
  2601. }
  2602. @media (min-width: 768px) {
  2603. .dropdown-menu-md-left {
  2604. right: auto;
  2605. left: 0;
  2606. }
  2607. .dropdown-menu-md-right {
  2608. right: 0;
  2609. left: auto;
  2610. }
  2611. }
  2612. @media (min-width: 992px) {
  2613. .dropdown-menu-lg-left {
  2614. right: auto;
  2615. left: 0;
  2616. }
  2617. .dropdown-menu-lg-right {
  2618. right: 0;
  2619. left: auto;
  2620. }
  2621. }
  2622. @media (min-width: 1200px) {
  2623. .dropdown-menu-xl-left {
  2624. right: auto;
  2625. left: 0;
  2626. }
  2627. .dropdown-menu-xl-right {
  2628. right: 0;
  2629. left: auto;
  2630. }
  2631. }
  2632. .dropup .dropdown-menu {
  2633. top: auto;
  2634. bottom: 100%;
  2635. margin-top: 0;
  2636. margin-bottom: 0.125rem;
  2637. }
  2638. .dropup .dropdown-toggle::after {
  2639. display: inline-block;
  2640. margin-left: 0.255em;
  2641. vertical-align: 0.255em;
  2642. content: "";
  2643. border-top: 0;
  2644. border-right: 0.3em solid transparent;
  2645. border-bottom: 0.3em solid;
  2646. border-left: 0.3em solid transparent;
  2647. }
  2648. .dropup .dropdown-toggle:empty::after {
  2649. margin-left: 0;
  2650. }
  2651. .dropright .dropdown-menu {
  2652. top: 0;
  2653. right: auto;
  2654. left: 100%;
  2655. margin-top: 0;
  2656. margin-left: 0.125rem;
  2657. }
  2658. .dropright .dropdown-toggle::after {
  2659. display: inline-block;
  2660. margin-left: 0.255em;
  2661. vertical-align: 0.255em;
  2662. content: "";
  2663. border-top: 0.3em solid transparent;
  2664. border-right: 0;
  2665. border-bottom: 0.3em solid transparent;
  2666. border-left: 0.3em solid;
  2667. }
  2668. .dropright .dropdown-toggle:empty::after {
  2669. margin-left: 0;
  2670. }
  2671. .dropright .dropdown-toggle::after {
  2672. vertical-align: 0;
  2673. }
  2674. .dropleft .dropdown-menu {
  2675. top: 0;
  2676. right: 100%;
  2677. left: auto;
  2678. margin-top: 0;
  2679. margin-right: 0.125rem;
  2680. }
  2681. .dropleft .dropdown-toggle::after {
  2682. display: inline-block;
  2683. margin-left: 0.255em;
  2684. vertical-align: 0.255em;
  2685. content: "";
  2686. }
  2687. .dropleft .dropdown-toggle::after {
  2688. display: none;
  2689. }
  2690. .dropleft .dropdown-toggle::before {
  2691. display: inline-block;
  2692. margin-right: 0.255em;
  2693. vertical-align: 0.255em;
  2694. content: "";
  2695. border-top: 0.3em solid transparent;
  2696. border-right: 0.3em solid;
  2697. border-bottom: 0.3em solid transparent;
  2698. }
  2699. .dropleft .dropdown-toggle:empty::after {
  2700. margin-left: 0;
  2701. }
  2702. .dropleft .dropdown-toggle::before {
  2703. vertical-align: 0;
  2704. }
  2705. .dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  2706. right: auto;
  2707. bottom: auto;
  2708. }
  2709. .dropdown-divider {
  2710. height: 0;
  2711. margin: 0.5rem 0;
  2712. overflow: hidden;
  2713. border-top: 1px solid #e9ecef;
  2714. }
  2715. .dropdown-item {
  2716. display: block;
  2717. width: 100%;
  2718. padding: 0.25rem 1.5rem;
  2719. clear: both;
  2720. font-weight: 400;
  2721. color: #212529;
  2722. text-align: inherit;
  2723. white-space: nowrap;
  2724. background-color: transparent;
  2725. border: 0;
  2726. }
  2727. .dropdown-item:hover, .dropdown-item:focus {
  2728. color: #16181b;
  2729. text-decoration: none;
  2730. background-color: #e9ecef;
  2731. }
  2732. .dropdown-item.active, .dropdown-item:active {
  2733. color: #fff;
  2734. text-decoration: none;
  2735. background-color: #3490dc;
  2736. }
  2737. .dropdown-item.disabled, .dropdown-item:disabled {
  2738. color: #adb5bd;
  2739. pointer-events: none;
  2740. background-color: transparent;
  2741. }
  2742. .dropdown-menu.show {
  2743. display: block;
  2744. }
  2745. .dropdown-header {
  2746. display: block;
  2747. padding: 0.5rem 1.5rem;
  2748. margin-bottom: 0;
  2749. font-size: 0.7875rem;
  2750. color: #6c757d;
  2751. white-space: nowrap;
  2752. }
  2753. .dropdown-item-text {
  2754. display: block;
  2755. padding: 0.25rem 1.5rem;
  2756. color: #212529;
  2757. }
  2758. .btn-group,
  2759. .btn-group-vertical {
  2760. position: relative;
  2761. display: inline-flex;
  2762. vertical-align: middle;
  2763. }
  2764. .btn-group > .btn,
  2765. .btn-group-vertical > .btn {
  2766. position: relative;
  2767. flex: 1 1 auto;
  2768. }
  2769. .btn-group > .btn:hover,
  2770. .btn-group-vertical > .btn:hover {
  2771. z-index: 1;
  2772. }
  2773. .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
  2774. .btn-group-vertical > .btn:focus,
  2775. .btn-group-vertical > .btn:active,
  2776. .btn-group-vertical > .btn.active {
  2777. z-index: 1;
  2778. }
  2779. .btn-toolbar {
  2780. display: flex;
  2781. flex-wrap: wrap;
  2782. justify-content: flex-start;
  2783. }
  2784. .btn-toolbar .input-group {
  2785. width: auto;
  2786. }
  2787. .btn-group > .btn:not(:first-child),
  2788. .btn-group > .btn-group:not(:first-child) {
  2789. margin-left: -1px;
  2790. }
  2791. .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  2792. .btn-group > .btn-group:not(:last-child) > .btn {
  2793. border-top-right-radius: 0;
  2794. border-bottom-right-radius: 0;
  2795. }
  2796. .btn-group > .btn:not(:first-child),
  2797. .btn-group > .btn-group:not(:first-child) > .btn {
  2798. border-top-left-radius: 0;
  2799. border-bottom-left-radius: 0;
  2800. }
  2801. .dropdown-toggle-split {
  2802. padding-right: 0.5625rem;
  2803. padding-left: 0.5625rem;
  2804. }
  2805. .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  2806. margin-left: 0;
  2807. }
  2808. .dropleft .dropdown-toggle-split::before {
  2809. margin-right: 0;
  2810. }
  2811. .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  2812. padding-right: 0.375rem;
  2813. padding-left: 0.375rem;
  2814. }
  2815. .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  2816. padding-right: 0.75rem;
  2817. padding-left: 0.75rem;
  2818. }
  2819. .btn-group-vertical {
  2820. flex-direction: column;
  2821. align-items: flex-start;
  2822. justify-content: center;
  2823. }
  2824. .btn-group-vertical > .btn,
  2825. .btn-group-vertical > .btn-group {
  2826. width: 100%;
  2827. }
  2828. .btn-group-vertical > .btn:not(:first-child),
  2829. .btn-group-vertical > .btn-group:not(:first-child) {
  2830. margin-top: -1px;
  2831. }
  2832. .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  2833. .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  2834. border-bottom-right-radius: 0;
  2835. border-bottom-left-radius: 0;
  2836. }
  2837. .btn-group-vertical > .btn:not(:first-child),
  2838. .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  2839. border-top-left-radius: 0;
  2840. border-top-right-radius: 0;
  2841. }
  2842. .btn-group-toggle > .btn,
  2843. .btn-group-toggle > .btn-group > .btn {
  2844. margin-bottom: 0;
  2845. }
  2846. .btn-group-toggle > .btn input[type=radio],
  2847. .btn-group-toggle > .btn input[type=checkbox],
  2848. .btn-group-toggle > .btn-group > .btn input[type=radio],
  2849. .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  2850. position: absolute;
  2851. clip: rect(0, 0, 0, 0);
  2852. pointer-events: none;
  2853. }
  2854. .input-group {
  2855. position: relative;
  2856. display: flex;
  2857. flex-wrap: wrap;
  2858. align-items: stretch;
  2859. width: 100%;
  2860. }
  2861. .input-group > .form-control,
  2862. .input-group > .form-control-plaintext,
  2863. .input-group > .custom-select,
  2864. .input-group > .custom-file {
  2865. position: relative;
  2866. flex: 1 1 auto;
  2867. width: 1%;
  2868. min-width: 0;
  2869. margin-bottom: 0;
  2870. }
  2871. .input-group > .form-control + .form-control,
  2872. .input-group > .form-control + .custom-select,
  2873. .input-group > .form-control + .custom-file,
  2874. .input-group > .form-control-plaintext + .form-control,
  2875. .input-group > .form-control-plaintext + .custom-select,
  2876. .input-group > .form-control-plaintext + .custom-file,
  2877. .input-group > .custom-select + .form-control,
  2878. .input-group > .custom-select + .custom-select,
  2879. .input-group > .custom-select + .custom-file,
  2880. .input-group > .custom-file + .form-control,
  2881. .input-group > .custom-file + .custom-select,
  2882. .input-group > .custom-file + .custom-file {
  2883. margin-left: -1px;
  2884. }
  2885. .input-group > .form-control:focus,
  2886. .input-group > .custom-select:focus,
  2887. .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  2888. z-index: 3;
  2889. }
  2890. .input-group > .custom-file .custom-file-input:focus {
  2891. z-index: 4;
  2892. }
  2893. .input-group > .form-control:not(:first-child),
  2894. .input-group > .custom-select:not(:first-child) {
  2895. border-top-left-radius: 0;
  2896. border-bottom-left-radius: 0;
  2897. }
  2898. .input-group > .custom-file {
  2899. display: flex;
  2900. align-items: center;
  2901. }
  2902. .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  2903. border-top-left-radius: 0;
  2904. border-bottom-left-radius: 0;
  2905. }
  2906. .input-group:not(.has-validation) > .form-control:not(:last-child),
  2907. .input-group:not(.has-validation) > .custom-select:not(:last-child),
  2908. .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  2909. border-top-right-radius: 0;
  2910. border-bottom-right-radius: 0;
  2911. }
  2912. .input-group.has-validation > .form-control:nth-last-child(n+3),
  2913. .input-group.has-validation > .custom-select:nth-last-child(n+3),
  2914. .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  2915. border-top-right-radius: 0;
  2916. border-bottom-right-radius: 0;
  2917. }
  2918. .input-group-prepend,
  2919. .input-group-append {
  2920. display: flex;
  2921. }
  2922. .input-group-prepend .btn,
  2923. .input-group-append .btn {
  2924. position: relative;
  2925. z-index: 2;
  2926. }
  2927. .input-group-prepend .btn:focus,
  2928. .input-group-append .btn:focus {
  2929. z-index: 3;
  2930. }
  2931. .input-group-prepend .btn + .btn,
  2932. .input-group-prepend .btn + .input-group-text,
  2933. .input-group-prepend .input-group-text + .input-group-text,
  2934. .input-group-prepend .input-group-text + .btn,
  2935. .input-group-append .btn + .btn,
  2936. .input-group-append .btn + .input-group-text,
  2937. .input-group-append .input-group-text + .input-group-text,
  2938. .input-group-append .input-group-text + .btn {
  2939. margin-left: -1px;
  2940. }
  2941. .input-group-prepend {
  2942. margin-right: -1px;
  2943. }
  2944. .input-group-append {
  2945. margin-left: -1px;
  2946. }
  2947. .input-group-text {
  2948. display: flex;
  2949. align-items: center;
  2950. padding: 0.375rem 0.75rem;
  2951. margin-bottom: 0;
  2952. font-size: 0.9rem;
  2953. font-weight: 400;
  2954. line-height: 1.6;
  2955. color: #495057;
  2956. text-align: center;
  2957. white-space: nowrap;
  2958. background-color: #e9ecef;
  2959. border: 1px solid #ced4da;
  2960. border-radius: 0.25rem;
  2961. }
  2962. .input-group-text input[type=radio],
  2963. .input-group-text input[type=checkbox] {
  2964. margin-top: 0;
  2965. }
  2966. .input-group-lg > .form-control:not(textarea),
  2967. .input-group-lg > .custom-select {
  2968. height: calc(1.5em + 1rem + 2px);
  2969. }
  2970. .input-group-lg > .form-control,
  2971. .input-group-lg > .custom-select,
  2972. .input-group-lg > .input-group-prepend > .input-group-text,
  2973. .input-group-lg > .input-group-append > .input-group-text,
  2974. .input-group-lg > .input-group-prepend > .btn,
  2975. .input-group-lg > .input-group-append > .btn {
  2976. padding: 0.5rem 1rem;
  2977. font-size: 1.125rem;
  2978. line-height: 1.5;
  2979. border-radius: 0.3rem;
  2980. }
  2981. .input-group-sm > .form-control:not(textarea),
  2982. .input-group-sm > .custom-select {
  2983. height: calc(1.5em + 0.5rem + 2px);
  2984. }
  2985. .input-group-sm > .form-control,
  2986. .input-group-sm > .custom-select,
  2987. .input-group-sm > .input-group-prepend > .input-group-text,
  2988. .input-group-sm > .input-group-append > .input-group-text,
  2989. .input-group-sm > .input-group-prepend > .btn,
  2990. .input-group-sm > .input-group-append > .btn {
  2991. padding: 0.25rem 0.5rem;
  2992. font-size: 0.7875rem;
  2993. line-height: 1.5;
  2994. border-radius: 0.2rem;
  2995. }
  2996. .input-group-lg > .custom-select,
  2997. .input-group-sm > .custom-select {
  2998. padding-right: 1.75rem;
  2999. }
  3000. .input-group > .input-group-prepend > .btn,
  3001. .input-group > .input-group-prepend > .input-group-text,
  3002. .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
  3003. .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
  3004. .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
  3005. .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
  3006. .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3007. .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  3008. border-top-right-radius: 0;
  3009. border-bottom-right-radius: 0;
  3010. }
  3011. .input-group > .input-group-append > .btn,
  3012. .input-group > .input-group-append > .input-group-text,
  3013. .input-group > .input-group-prepend:not(:first-child) > .btn,
  3014. .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
  3015. .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  3016. .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  3017. border-top-left-radius: 0;
  3018. border-bottom-left-radius: 0;
  3019. }
  3020. .custom-control {
  3021. position: relative;
  3022. z-index: 1;
  3023. display: block;
  3024. min-height: 1.44rem;
  3025. padding-left: 1.5rem;
  3026. -webkit-print-color-adjust: exact;
  3027. color-adjust: exact;
  3028. }
  3029. .custom-control-inline {
  3030. display: inline-flex;
  3031. margin-right: 1rem;
  3032. }
  3033. .custom-control-input {
  3034. position: absolute;
  3035. left: 0;
  3036. z-index: -1;
  3037. width: 1rem;
  3038. height: 1.22rem;
  3039. opacity: 0;
  3040. }
  3041. .custom-control-input:checked ~ .custom-control-label::before {
  3042. color: #fff;
  3043. border-color: #3490dc;
  3044. background-color: #3490dc;
  3045. }
  3046. .custom-control-input:focus ~ .custom-control-label::before {
  3047. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  3048. }
  3049. .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  3050. border-color: #a1cbef;
  3051. }
  3052. .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  3053. color: #fff;
  3054. background-color: #cce3f6;
  3055. border-color: #cce3f6;
  3056. }
  3057. .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  3058. color: #6c757d;
  3059. }
  3060. .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  3061. background-color: #e9ecef;
  3062. }
  3063. .custom-control-label {
  3064. position: relative;
  3065. margin-bottom: 0;
  3066. vertical-align: top;
  3067. }
  3068. .custom-control-label::before {
  3069. position: absolute;
  3070. top: 0.22rem;
  3071. left: -1.5rem;
  3072. display: block;
  3073. width: 1rem;
  3074. height: 1rem;
  3075. pointer-events: none;
  3076. content: "";
  3077. background-color: #fff;
  3078. border: #adb5bd solid 1px;
  3079. }
  3080. .custom-control-label::after {
  3081. position: absolute;
  3082. top: 0.22rem;
  3083. left: -1.5rem;
  3084. display: block;
  3085. width: 1rem;
  3086. height: 1rem;
  3087. content: "";
  3088. background: 50%/50% 50% no-repeat;
  3089. }
  3090. .custom-checkbox .custom-control-label::before {
  3091. border-radius: 0.25rem;
  3092. }
  3093. .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  3094. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  3095. }
  3096. .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  3097. border-color: #3490dc;
  3098. background-color: #3490dc;
  3099. }
  3100. .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  3101. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
  3102. }
  3103. .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  3104. background-color: rgba(52, 144, 220, 0.5);
  3105. }
  3106. .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  3107. background-color: rgba(52, 144, 220, 0.5);
  3108. }
  3109. .custom-radio .custom-control-label::before {
  3110. border-radius: 50%;
  3111. }
  3112. .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  3113. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  3114. }
  3115. .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  3116. background-color: rgba(52, 144, 220, 0.5);
  3117. }
  3118. .custom-switch {
  3119. padding-left: 2.25rem;
  3120. }
  3121. .custom-switch .custom-control-label::before {
  3122. left: -2.25rem;
  3123. width: 1.75rem;
  3124. pointer-events: all;
  3125. border-radius: 0.5rem;
  3126. }
  3127. .custom-switch .custom-control-label::after {
  3128. top: calc(0.22rem + 2px);
  3129. left: calc(-2.25rem + 2px);
  3130. width: calc(1rem - 4px);
  3131. height: calc(1rem - 4px);
  3132. background-color: #adb5bd;
  3133. border-radius: 0.5rem;
  3134. transition: transform 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;
  3135. }
  3136. @media (prefers-reduced-motion: reduce) {
  3137. .custom-switch .custom-control-label::after {
  3138. transition: none;
  3139. }
  3140. }
  3141. .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  3142. background-color: #fff;
  3143. transform: translateX(0.75rem);
  3144. }
  3145. .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  3146. background-color: rgba(52, 144, 220, 0.5);
  3147. }
  3148. .custom-select {
  3149. display: inline-block;
  3150. width: 100%;
  3151. height: calc(1.6em + 0.75rem + 2px);
  3152. padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  3153. font-size: 0.9rem;
  3154. font-weight: 400;
  3155. line-height: 1.6;
  3156. color: #495057;
  3157. vertical-align: middle;
  3158. background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  3159. border: 1px solid #ced4da;
  3160. border-radius: 0.25rem;
  3161. -webkit-appearance: none;
  3162. -moz-appearance: none;
  3163. appearance: none;
  3164. }
  3165. .custom-select:focus {
  3166. border-color: #a1cbef;
  3167. outline: 0;
  3168. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  3169. }
  3170. .custom-select:focus::-ms-value {
  3171. color: #495057;
  3172. background-color: #fff;
  3173. }
  3174. .custom-select[multiple], .custom-select[size]:not([size="1"]) {
  3175. height: auto;
  3176. padding-right: 0.75rem;
  3177. background-image: none;
  3178. }
  3179. .custom-select:disabled {
  3180. color: #6c757d;
  3181. background-color: #e9ecef;
  3182. }
  3183. .custom-select::-ms-expand {
  3184. display: none;
  3185. }
  3186. .custom-select:-moz-focusring {
  3187. color: transparent;
  3188. text-shadow: 0 0 0 #495057;
  3189. }
  3190. .custom-select-sm {
  3191. height: calc(1.5em + 0.5rem + 2px);
  3192. padding-top: 0.25rem;
  3193. padding-bottom: 0.25rem;
  3194. padding-left: 0.5rem;
  3195. font-size: 0.7875rem;
  3196. }
  3197. .custom-select-lg {
  3198. height: calc(1.5em + 1rem + 2px);
  3199. padding-top: 0.5rem;
  3200. padding-bottom: 0.5rem;
  3201. padding-left: 1rem;
  3202. font-size: 1.125rem;
  3203. }
  3204. .custom-file {
  3205. position: relative;
  3206. display: inline-block;
  3207. width: 100%;
  3208. height: calc(1.6em + 0.75rem + 2px);
  3209. margin-bottom: 0;
  3210. }
  3211. .custom-file-input {
  3212. position: relative;
  3213. z-index: 2;
  3214. width: 100%;
  3215. height: calc(1.6em + 0.75rem + 2px);
  3216. margin: 0;
  3217. overflow: hidden;
  3218. opacity: 0;
  3219. }
  3220. .custom-file-input:focus ~ .custom-file-label {
  3221. border-color: #a1cbef;
  3222. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  3223. }
  3224. .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  3225. background-color: #e9ecef;
  3226. }
  3227. .custom-file-input:lang(en) ~ .custom-file-label::after {
  3228. content: "Browse";
  3229. }
  3230. .custom-file-input ~ .custom-file-label[data-browse]::after {
  3231. content: attr(data-browse);
  3232. }
  3233. .custom-file-label {
  3234. position: absolute;
  3235. top: 0;
  3236. right: 0;
  3237. left: 0;
  3238. z-index: 1;
  3239. height: calc(1.6em + 0.75rem + 2px);
  3240. padding: 0.375rem 0.75rem;
  3241. overflow: hidden;
  3242. font-weight: 400;
  3243. line-height: 1.6;
  3244. color: #495057;
  3245. background-color: #fff;
  3246. border: 1px solid #ced4da;
  3247. border-radius: 0.25rem;
  3248. }
  3249. .custom-file-label::after {
  3250. position: absolute;
  3251. top: 0;
  3252. right: 0;
  3253. bottom: 0;
  3254. z-index: 3;
  3255. display: block;
  3256. height: calc(1.6em + 0.75rem);
  3257. padding: 0.375rem 0.75rem;
  3258. line-height: 1.6;
  3259. color: #495057;
  3260. content: "Browse";
  3261. background-color: #e9ecef;
  3262. border-left: inherit;
  3263. border-radius: 0 0.25rem 0.25rem 0;
  3264. }
  3265. .custom-range {
  3266. width: 100%;
  3267. height: 1.4rem;
  3268. padding: 0;
  3269. background-color: transparent;
  3270. -webkit-appearance: none;
  3271. -moz-appearance: none;
  3272. appearance: none;
  3273. }
  3274. .custom-range:focus {
  3275. outline: 0;
  3276. }
  3277. .custom-range:focus::-webkit-slider-thumb {
  3278. box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  3279. }
  3280. .custom-range:focus::-moz-range-thumb {
  3281. box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  3282. }
  3283. .custom-range:focus::-ms-thumb {
  3284. box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  3285. }
  3286. .custom-range::-moz-focus-outer {
  3287. border: 0;
  3288. }
  3289. .custom-range::-webkit-slider-thumb {
  3290. width: 1rem;
  3291. height: 1rem;
  3292. margin-top: -0.25rem;
  3293. background-color: #3490dc;
  3294. border: 0;
  3295. border-radius: 1rem;
  3296. -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3297. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3298. -webkit-appearance: none;
  3299. appearance: none;
  3300. }
  3301. @media (prefers-reduced-motion: reduce) {
  3302. .custom-range::-webkit-slider-thumb {
  3303. -webkit-transition: none;
  3304. transition: none;
  3305. }
  3306. }
  3307. .custom-range::-webkit-slider-thumb:active {
  3308. background-color: #cce3f6;
  3309. }
  3310. .custom-range::-webkit-slider-runnable-track {
  3311. width: 100%;
  3312. height: 0.5rem;
  3313. color: transparent;
  3314. cursor: pointer;
  3315. background-color: #dee2e6;
  3316. border-color: transparent;
  3317. border-radius: 1rem;
  3318. }
  3319. .custom-range::-moz-range-thumb {
  3320. width: 1rem;
  3321. height: 1rem;
  3322. background-color: #3490dc;
  3323. border: 0;
  3324. border-radius: 1rem;
  3325. -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3326. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3327. -moz-appearance: none;
  3328. appearance: none;
  3329. }
  3330. @media (prefers-reduced-motion: reduce) {
  3331. .custom-range::-moz-range-thumb {
  3332. -moz-transition: none;
  3333. transition: none;
  3334. }
  3335. }
  3336. .custom-range::-moz-range-thumb:active {
  3337. background-color: #cce3f6;
  3338. }
  3339. .custom-range::-moz-range-track {
  3340. width: 100%;
  3341. height: 0.5rem;
  3342. color: transparent;
  3343. cursor: pointer;
  3344. background-color: #dee2e6;
  3345. border-color: transparent;
  3346. border-radius: 1rem;
  3347. }
  3348. .custom-range::-ms-thumb {
  3349. width: 1rem;
  3350. height: 1rem;
  3351. margin-top: 0;
  3352. margin-right: 0.2rem;
  3353. margin-left: 0.2rem;
  3354. background-color: #3490dc;
  3355. border: 0;
  3356. border-radius: 1rem;
  3357. -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3358. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3359. appearance: none;
  3360. }
  3361. @media (prefers-reduced-motion: reduce) {
  3362. .custom-range::-ms-thumb {
  3363. -ms-transition: none;
  3364. transition: none;
  3365. }
  3366. }
  3367. .custom-range::-ms-thumb:active {
  3368. background-color: #cce3f6;
  3369. }
  3370. .custom-range::-ms-track {
  3371. width: 100%;
  3372. height: 0.5rem;
  3373. color: transparent;
  3374. cursor: pointer;
  3375. background-color: transparent;
  3376. border-color: transparent;
  3377. border-width: 0.5rem;
  3378. }
  3379. .custom-range::-ms-fill-lower {
  3380. background-color: #dee2e6;
  3381. border-radius: 1rem;
  3382. }
  3383. .custom-range::-ms-fill-upper {
  3384. margin-right: 15px;
  3385. background-color: #dee2e6;
  3386. border-radius: 1rem;
  3387. }
  3388. .custom-range:disabled::-webkit-slider-thumb {
  3389. background-color: #adb5bd;
  3390. }
  3391. .custom-range:disabled::-webkit-slider-runnable-track {
  3392. cursor: default;
  3393. }
  3394. .custom-range:disabled::-moz-range-thumb {
  3395. background-color: #adb5bd;
  3396. }
  3397. .custom-range:disabled::-moz-range-track {
  3398. cursor: default;
  3399. }
  3400. .custom-range:disabled::-ms-thumb {
  3401. background-color: #adb5bd;
  3402. }
  3403. .custom-control-label::before,
  3404. .custom-file-label,
  3405. .custom-select {
  3406. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3407. }
  3408. @media (prefers-reduced-motion: reduce) {
  3409. .custom-control-label::before,
  3410. .custom-file-label,
  3411. .custom-select {
  3412. transition: none;
  3413. }
  3414. }
  3415. .nav {
  3416. display: flex;
  3417. flex-wrap: wrap;
  3418. padding-left: 0;
  3419. margin-bottom: 0;
  3420. list-style: none;
  3421. }
  3422. .nav-link {
  3423. display: block;
  3424. padding: 0.5rem 1rem;
  3425. }
  3426. .nav-link:hover, .nav-link:focus {
  3427. text-decoration: none;
  3428. }
  3429. .nav-link.disabled {
  3430. color: #6c757d;
  3431. pointer-events: none;
  3432. cursor: default;
  3433. }
  3434. .nav-tabs {
  3435. border-bottom: 1px solid #dee2e6;
  3436. }
  3437. .nav-tabs .nav-link {
  3438. margin-bottom: -1px;
  3439. border: 1px solid transparent;
  3440. border-top-left-radius: 0.25rem;
  3441. border-top-right-radius: 0.25rem;
  3442. }
  3443. .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  3444. border-color: #e9ecef #e9ecef #dee2e6;
  3445. }
  3446. .nav-tabs .nav-link.disabled {
  3447. color: #6c757d;
  3448. background-color: transparent;
  3449. border-color: transparent;
  3450. }
  3451. .nav-tabs .nav-link.active,
  3452. .nav-tabs .nav-item.show .nav-link {
  3453. color: #495057;
  3454. background-color: #f8fafc;
  3455. border-color: #dee2e6 #dee2e6 #f8fafc;
  3456. }
  3457. .nav-tabs .dropdown-menu {
  3458. margin-top: -1px;
  3459. border-top-left-radius: 0;
  3460. border-top-right-radius: 0;
  3461. }
  3462. .nav-pills .nav-link {
  3463. border-radius: 0.25rem;
  3464. }
  3465. .nav-pills .nav-link.active,
  3466. .nav-pills .show > .nav-link {
  3467. color: #fff;
  3468. background-color: #3490dc;
  3469. }
  3470. .nav-fill > .nav-link,
  3471. .nav-fill .nav-item {
  3472. flex: 1 1 auto;
  3473. text-align: center;
  3474. }
  3475. .nav-justified > .nav-link,
  3476. .nav-justified .nav-item {
  3477. flex-basis: 0;
  3478. flex-grow: 1;
  3479. text-align: center;
  3480. }
  3481. .tab-content > .tab-pane {
  3482. display: none;
  3483. }
  3484. .tab-content > .active {
  3485. display: block;
  3486. }
  3487. .navbar {
  3488. position: relative;
  3489. display: flex;
  3490. flex-wrap: wrap;
  3491. align-items: center;
  3492. justify-content: space-between;
  3493. padding: 0.5rem 1rem;
  3494. }
  3495. .navbar .container,
  3496. .navbar .container-fluid,
  3497. .navbar .container-sm,
  3498. .navbar .container-md,
  3499. .navbar .container-lg,
  3500. .navbar .container-xl {
  3501. display: flex;
  3502. flex-wrap: wrap;
  3503. align-items: center;
  3504. justify-content: space-between;
  3505. }
  3506. .navbar-brand {
  3507. display: inline-block;
  3508. padding-top: 0.32rem;
  3509. padding-bottom: 0.32rem;
  3510. margin-right: 1rem;
  3511. font-size: 1.125rem;
  3512. line-height: inherit;
  3513. white-space: nowrap;
  3514. }
  3515. .navbar-brand:hover, .navbar-brand:focus {
  3516. text-decoration: none;
  3517. }
  3518. .navbar-nav {
  3519. display: flex;
  3520. flex-direction: column;
  3521. padding-left: 0;
  3522. margin-bottom: 0;
  3523. list-style: none;
  3524. }
  3525. .navbar-nav .nav-link {
  3526. padding-right: 0;
  3527. padding-left: 0;
  3528. }
  3529. .navbar-nav .dropdown-menu {
  3530. position: static;
  3531. float: none;
  3532. }
  3533. .navbar-text {
  3534. display: inline-block;
  3535. padding-top: 0.5rem;
  3536. padding-bottom: 0.5rem;
  3537. }
  3538. .navbar-collapse {
  3539. flex-basis: 100%;
  3540. flex-grow: 1;
  3541. align-items: center;
  3542. }
  3543. .navbar-toggler {
  3544. padding: 0.25rem 0.75rem;
  3545. font-size: 1.125rem;
  3546. line-height: 1;
  3547. background-color: transparent;
  3548. border: 1px solid transparent;
  3549. border-radius: 0.25rem;
  3550. }
  3551. .navbar-toggler:hover, .navbar-toggler:focus {
  3552. text-decoration: none;
  3553. }
  3554. .navbar-toggler-icon {
  3555. display: inline-block;
  3556. width: 1.5em;
  3557. height: 1.5em;
  3558. vertical-align: middle;
  3559. content: "";
  3560. background: 50%/100% 100% no-repeat;
  3561. }
  3562. .navbar-nav-scroll {
  3563. max-height: 75vh;
  3564. overflow-y: auto;
  3565. }
  3566. @media (max-width: 575.98px) {
  3567. .navbar-expand-sm > .container,
  3568. .navbar-expand-sm > .container-fluid,
  3569. .navbar-expand-sm > .container-sm,
  3570. .navbar-expand-sm > .container-md,
  3571. .navbar-expand-sm > .container-lg,
  3572. .navbar-expand-sm > .container-xl {
  3573. padding-right: 0;
  3574. padding-left: 0;
  3575. }
  3576. }
  3577. @media (min-width: 576px) {
  3578. .navbar-expand-sm {
  3579. flex-flow: row nowrap;
  3580. justify-content: flex-start;
  3581. }
  3582. .navbar-expand-sm .navbar-nav {
  3583. flex-direction: row;
  3584. }
  3585. .navbar-expand-sm .navbar-nav .dropdown-menu {
  3586. position: absolute;
  3587. }
  3588. .navbar-expand-sm .navbar-nav .nav-link {
  3589. padding-right: 0.5rem;
  3590. padding-left: 0.5rem;
  3591. }
  3592. .navbar-expand-sm > .container,
  3593. .navbar-expand-sm > .container-fluid,
  3594. .navbar-expand-sm > .container-sm,
  3595. .navbar-expand-sm > .container-md,
  3596. .navbar-expand-sm > .container-lg,
  3597. .navbar-expand-sm > .container-xl {
  3598. flex-wrap: nowrap;
  3599. }
  3600. .navbar-expand-sm .navbar-nav-scroll {
  3601. overflow: visible;
  3602. }
  3603. .navbar-expand-sm .navbar-collapse {
  3604. display: flex !important;
  3605. flex-basis: auto;
  3606. }
  3607. .navbar-expand-sm .navbar-toggler {
  3608. display: none;
  3609. }
  3610. }
  3611. @media (max-width: 767.98px) {
  3612. .navbar-expand-md > .container,
  3613. .navbar-expand-md > .container-fluid,
  3614. .navbar-expand-md > .container-sm,
  3615. .navbar-expand-md > .container-md,
  3616. .navbar-expand-md > .container-lg,
  3617. .navbar-expand-md > .container-xl {
  3618. padding-right: 0;
  3619. padding-left: 0;
  3620. }
  3621. }
  3622. @media (min-width: 768px) {
  3623. .navbar-expand-md {
  3624. flex-flow: row nowrap;
  3625. justify-content: flex-start;
  3626. }
  3627. .navbar-expand-md .navbar-nav {
  3628. flex-direction: row;
  3629. }
  3630. .navbar-expand-md .navbar-nav .dropdown-menu {
  3631. position: absolute;
  3632. }
  3633. .navbar-expand-md .navbar-nav .nav-link {
  3634. padding-right: 0.5rem;
  3635. padding-left: 0.5rem;
  3636. }
  3637. .navbar-expand-md > .container,
  3638. .navbar-expand-md > .container-fluid,
  3639. .navbar-expand-md > .container-sm,
  3640. .navbar-expand-md > .container-md,
  3641. .navbar-expand-md > .container-lg,
  3642. .navbar-expand-md > .container-xl {
  3643. flex-wrap: nowrap;
  3644. }
  3645. .navbar-expand-md .navbar-nav-scroll {
  3646. overflow: visible;
  3647. }
  3648. .navbar-expand-md .navbar-collapse {
  3649. display: flex !important;
  3650. flex-basis: auto;
  3651. }
  3652. .navbar-expand-md .navbar-toggler {
  3653. display: none;
  3654. }
  3655. }
  3656. @media (max-width: 991.98px) {
  3657. .navbar-expand-lg > .container,
  3658. .navbar-expand-lg > .container-fluid,
  3659. .navbar-expand-lg > .container-sm,
  3660. .navbar-expand-lg > .container-md,
  3661. .navbar-expand-lg > .container-lg,
  3662. .navbar-expand-lg > .container-xl {
  3663. padding-right: 0;
  3664. padding-left: 0;
  3665. }
  3666. }
  3667. @media (min-width: 992px) {
  3668. .navbar-expand-lg {
  3669. flex-flow: row nowrap;
  3670. justify-content: flex-start;
  3671. }
  3672. .navbar-expand-lg .navbar-nav {
  3673. flex-direction: row;
  3674. }
  3675. .navbar-expand-lg .navbar-nav .dropdown-menu {
  3676. position: absolute;
  3677. }
  3678. .navbar-expand-lg .navbar-nav .nav-link {
  3679. padding-right: 0.5rem;
  3680. padding-left: 0.5rem;
  3681. }
  3682. .navbar-expand-lg > .container,
  3683. .navbar-expand-lg > .container-fluid,
  3684. .navbar-expand-lg > .container-sm,
  3685. .navbar-expand-lg > .container-md,
  3686. .navbar-expand-lg > .container-lg,
  3687. .navbar-expand-lg > .container-xl {
  3688. flex-wrap: nowrap;
  3689. }
  3690. .navbar-expand-lg .navbar-nav-scroll {
  3691. overflow: visible;
  3692. }
  3693. .navbar-expand-lg .navbar-collapse {
  3694. display: flex !important;
  3695. flex-basis: auto;
  3696. }
  3697. .navbar-expand-lg .navbar-toggler {
  3698. display: none;
  3699. }
  3700. }
  3701. @media (max-width: 1199.98px) {
  3702. .navbar-expand-xl > .container,
  3703. .navbar-expand-xl > .container-fluid,
  3704. .navbar-expand-xl > .container-sm,
  3705. .navbar-expand-xl > .container-md,
  3706. .navbar-expand-xl > .container-lg,
  3707. .navbar-expand-xl > .container-xl {
  3708. padding-right: 0;
  3709. padding-left: 0;
  3710. }
  3711. }
  3712. @media (min-width: 1200px) {
  3713. .navbar-expand-xl {
  3714. flex-flow: row nowrap;
  3715. justify-content: flex-start;
  3716. }
  3717. .navbar-expand-xl .navbar-nav {
  3718. flex-direction: row;
  3719. }
  3720. .navbar-expand-xl .navbar-nav .dropdown-menu {
  3721. position: absolute;
  3722. }
  3723. .navbar-expand-xl .navbar-nav .nav-link {
  3724. padding-right: 0.5rem;
  3725. padding-left: 0.5rem;
  3726. }
  3727. .navbar-expand-xl > .container,
  3728. .navbar-expand-xl > .container-fluid,
  3729. .navbar-expand-xl > .container-sm,
  3730. .navbar-expand-xl > .container-md,
  3731. .navbar-expand-xl > .container-lg,
  3732. .navbar-expand-xl > .container-xl {
  3733. flex-wrap: nowrap;
  3734. }
  3735. .navbar-expand-xl .navbar-nav-scroll {
  3736. overflow: visible;
  3737. }
  3738. .navbar-expand-xl .navbar-collapse {
  3739. display: flex !important;
  3740. flex-basis: auto;
  3741. }
  3742. .navbar-expand-xl .navbar-toggler {
  3743. display: none;
  3744. }
  3745. }
  3746. .navbar-expand {
  3747. flex-flow: row nowrap;
  3748. justify-content: flex-start;
  3749. }
  3750. .navbar-expand > .container,
  3751. .navbar-expand > .container-fluid,
  3752. .navbar-expand > .container-sm,
  3753. .navbar-expand > .container-md,
  3754. .navbar-expand > .container-lg,
  3755. .navbar-expand > .container-xl {
  3756. padding-right: 0;
  3757. padding-left: 0;
  3758. }
  3759. .navbar-expand .navbar-nav {
  3760. flex-direction: row;
  3761. }
  3762. .navbar-expand .navbar-nav .dropdown-menu {
  3763. position: absolute;
  3764. }
  3765. .navbar-expand .navbar-nav .nav-link {
  3766. padding-right: 0.5rem;
  3767. padding-left: 0.5rem;
  3768. }
  3769. .navbar-expand > .container,
  3770. .navbar-expand > .container-fluid,
  3771. .navbar-expand > .container-sm,
  3772. .navbar-expand > .container-md,
  3773. .navbar-expand > .container-lg,
  3774. .navbar-expand > .container-xl {
  3775. flex-wrap: nowrap;
  3776. }
  3777. .navbar-expand .navbar-nav-scroll {
  3778. overflow: visible;
  3779. }
  3780. .navbar-expand .navbar-collapse {
  3781. display: flex !important;
  3782. flex-basis: auto;
  3783. }
  3784. .navbar-expand .navbar-toggler {
  3785. display: none;
  3786. }
  3787. .navbar-light .navbar-brand {
  3788. color: rgba(0, 0, 0, 0.9);
  3789. }
  3790. .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  3791. color: rgba(0, 0, 0, 0.9);
  3792. }
  3793. .navbar-light .navbar-nav .nav-link {
  3794. color: rgba(0, 0, 0, 0.5);
  3795. }
  3796. .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  3797. color: rgba(0, 0, 0, 0.7);
  3798. }
  3799. .navbar-light .navbar-nav .nav-link.disabled {
  3800. color: rgba(0, 0, 0, 0.3);
  3801. }
  3802. .navbar-light .navbar-nav .show > .nav-link,
  3803. .navbar-light .navbar-nav .active > .nav-link,
  3804. .navbar-light .navbar-nav .nav-link.show,
  3805. .navbar-light .navbar-nav .nav-link.active {
  3806. color: rgba(0, 0, 0, 0.9);
  3807. }
  3808. .navbar-light .navbar-toggler {
  3809. color: rgba(0, 0, 0, 0.5);
  3810. border-color: rgba(0, 0, 0, 0.1);
  3811. }
  3812. .navbar-light .navbar-toggler-icon {
  3813. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  3814. }
  3815. .navbar-light .navbar-text {
  3816. color: rgba(0, 0, 0, 0.5);
  3817. }
  3818. .navbar-light .navbar-text a {
  3819. color: rgba(0, 0, 0, 0.9);
  3820. }
  3821. .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  3822. color: rgba(0, 0, 0, 0.9);
  3823. }
  3824. .navbar-dark .navbar-brand {
  3825. color: #fff;
  3826. }
  3827. .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  3828. color: #fff;
  3829. }
  3830. .navbar-dark .navbar-nav .nav-link {
  3831. color: rgba(255, 255, 255, 0.5);
  3832. }
  3833. .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  3834. color: rgba(255, 255, 255, 0.75);
  3835. }
  3836. .navbar-dark .navbar-nav .nav-link.disabled {
  3837. color: rgba(255, 255, 255, 0.25);
  3838. }
  3839. .navbar-dark .navbar-nav .show > .nav-link,
  3840. .navbar-dark .navbar-nav .active > .nav-link,
  3841. .navbar-dark .navbar-nav .nav-link.show,
  3842. .navbar-dark .navbar-nav .nav-link.active {
  3843. color: #fff;
  3844. }
  3845. .navbar-dark .navbar-toggler {
  3846. color: rgba(255, 255, 255, 0.5);
  3847. border-color: rgba(255, 255, 255, 0.1);
  3848. }
  3849. .navbar-dark .navbar-toggler-icon {
  3850. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  3851. }
  3852. .navbar-dark .navbar-text {
  3853. color: rgba(255, 255, 255, 0.5);
  3854. }
  3855. .navbar-dark .navbar-text a {
  3856. color: #fff;
  3857. }
  3858. .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  3859. color: #fff;
  3860. }
  3861. .card {
  3862. position: relative;
  3863. display: flex;
  3864. flex-direction: column;
  3865. min-width: 0;
  3866. word-wrap: break-word;
  3867. background-color: #fff;
  3868. background-clip: border-box;
  3869. border: 1px solid rgba(0, 0, 0, 0.125);
  3870. border-radius: 0.25rem;
  3871. }
  3872. .card > hr {
  3873. margin-right: 0;
  3874. margin-left: 0;
  3875. }
  3876. .card > .list-group {
  3877. border-top: inherit;
  3878. border-bottom: inherit;
  3879. }
  3880. .card > .list-group:first-child {
  3881. border-top-width: 0;
  3882. border-top-left-radius: calc(0.25rem - 1px);
  3883. border-top-right-radius: calc(0.25rem - 1px);
  3884. }
  3885. .card > .list-group:last-child {
  3886. border-bottom-width: 0;
  3887. border-bottom-right-radius: calc(0.25rem - 1px);
  3888. border-bottom-left-radius: calc(0.25rem - 1px);
  3889. }
  3890. .card > .card-header + .list-group,
  3891. .card > .list-group + .card-footer {
  3892. border-top: 0;
  3893. }
  3894. .card-body {
  3895. flex: 1 1 auto;
  3896. min-height: 1px;
  3897. padding: 1.25rem;
  3898. }
  3899. .card-title {
  3900. margin-bottom: 0.75rem;
  3901. }
  3902. .card-subtitle {
  3903. margin-top: -0.375rem;
  3904. margin-bottom: 0;
  3905. }
  3906. .card-text:last-child {
  3907. margin-bottom: 0;
  3908. }
  3909. .card-link:hover {
  3910. text-decoration: none;
  3911. }
  3912. .card-link + .card-link {
  3913. margin-left: 1.25rem;
  3914. }
  3915. .card-header {
  3916. padding: 0.75rem 1.25rem;
  3917. margin-bottom: 0;
  3918. background-color: rgba(0, 0, 0, 0.03);
  3919. border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  3920. }
  3921. .card-header:first-child {
  3922. border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  3923. }
  3924. .card-footer {
  3925. padding: 0.75rem 1.25rem;
  3926. background-color: rgba(0, 0, 0, 0.03);
  3927. border-top: 1px solid rgba(0, 0, 0, 0.125);
  3928. }
  3929. .card-footer:last-child {
  3930. border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  3931. }
  3932. .card-header-tabs {
  3933. margin-right: -0.625rem;
  3934. margin-bottom: -0.75rem;
  3935. margin-left: -0.625rem;
  3936. border-bottom: 0;
  3937. }
  3938. .card-header-pills {
  3939. margin-right: -0.625rem;
  3940. margin-left: -0.625rem;
  3941. }
  3942. .card-img-overlay {
  3943. position: absolute;
  3944. top: 0;
  3945. right: 0;
  3946. bottom: 0;
  3947. left: 0;
  3948. padding: 1.25rem;
  3949. border-radius: calc(0.25rem - 1px);
  3950. }
  3951. .card-img,
  3952. .card-img-top,
  3953. .card-img-bottom {
  3954. flex-shrink: 0;
  3955. width: 100%;
  3956. }
  3957. .card-img,
  3958. .card-img-top {
  3959. border-top-left-radius: calc(0.25rem - 1px);
  3960. border-top-right-radius: calc(0.25rem - 1px);
  3961. }
  3962. .card-img,
  3963. .card-img-bottom {
  3964. border-bottom-right-radius: calc(0.25rem - 1px);
  3965. border-bottom-left-radius: calc(0.25rem - 1px);
  3966. }
  3967. .card-deck .card {
  3968. margin-bottom: 15px;
  3969. }
  3970. @media (min-width: 576px) {
  3971. .card-deck {
  3972. display: flex;
  3973. flex-flow: row wrap;
  3974. margin-right: -15px;
  3975. margin-left: -15px;
  3976. }
  3977. .card-deck .card {
  3978. flex: 1 0 0%;
  3979. margin-right: 15px;
  3980. margin-bottom: 0;
  3981. margin-left: 15px;
  3982. }
  3983. }
  3984. .card-group > .card {
  3985. margin-bottom: 15px;
  3986. }
  3987. @media (min-width: 576px) {
  3988. .card-group {
  3989. display: flex;
  3990. flex-flow: row wrap;
  3991. }
  3992. .card-group > .card {
  3993. flex: 1 0 0%;
  3994. margin-bottom: 0;
  3995. }
  3996. .card-group > .card + .card {
  3997. margin-left: 0;
  3998. border-left: 0;
  3999. }
  4000. .card-group > .card:not(:last-child) {
  4001. border-top-right-radius: 0;
  4002. border-bottom-right-radius: 0;
  4003. }
  4004. .card-group > .card:not(:last-child) .card-img-top,
  4005. .card-group > .card:not(:last-child) .card-header {
  4006. border-top-right-radius: 0;
  4007. }
  4008. .card-group > .card:not(:last-child) .card-img-bottom,
  4009. .card-group > .card:not(:last-child) .card-footer {
  4010. border-bottom-right-radius: 0;
  4011. }
  4012. .card-group > .card:not(:first-child) {
  4013. border-top-left-radius: 0;
  4014. border-bottom-left-radius: 0;
  4015. }
  4016. .card-group > .card:not(:first-child) .card-img-top,
  4017. .card-group > .card:not(:first-child) .card-header {
  4018. border-top-left-radius: 0;
  4019. }
  4020. .card-group > .card:not(:first-child) .card-img-bottom,
  4021. .card-group > .card:not(:first-child) .card-footer {
  4022. border-bottom-left-radius: 0;
  4023. }
  4024. }
  4025. .card-columns .card {
  4026. margin-bottom: 0.75rem;
  4027. }
  4028. @media (min-width: 576px) {
  4029. .card-columns {
  4030. -moz-column-count: 3;
  4031. column-count: 3;
  4032. -moz-column-gap: 1.25rem;
  4033. column-gap: 1.25rem;
  4034. orphans: 1;
  4035. widows: 1;
  4036. }
  4037. .card-columns .card {
  4038. display: inline-block;
  4039. width: 100%;
  4040. }
  4041. }
  4042. .accordion {
  4043. overflow-anchor: none;
  4044. }
  4045. .accordion > .card {
  4046. overflow: hidden;
  4047. }
  4048. .accordion > .card:not(:last-of-type) {
  4049. border-bottom: 0;
  4050. border-bottom-right-radius: 0;
  4051. border-bottom-left-radius: 0;
  4052. }
  4053. .accordion > .card:not(:first-of-type) {
  4054. border-top-left-radius: 0;
  4055. border-top-right-radius: 0;
  4056. }
  4057. .accordion > .card > .card-header {
  4058. border-radius: 0;
  4059. margin-bottom: -1px;
  4060. }
  4061. .breadcrumb {
  4062. display: flex;
  4063. flex-wrap: wrap;
  4064. padding: 0.75rem 1rem;
  4065. margin-bottom: 1rem;
  4066. list-style: none;
  4067. background-color: #e9ecef;
  4068. border-radius: 0.25rem;
  4069. }
  4070. .breadcrumb-item + .breadcrumb-item {
  4071. padding-left: 0.5rem;
  4072. }
  4073. .breadcrumb-item + .breadcrumb-item::before {
  4074. float: left;
  4075. padding-right: 0.5rem;
  4076. color: #6c757d;
  4077. content: "/";
  4078. }
  4079. .breadcrumb-item + .breadcrumb-item:hover::before {
  4080. text-decoration: underline;
  4081. }
  4082. .breadcrumb-item + .breadcrumb-item:hover::before {
  4083. text-decoration: none;
  4084. }
  4085. .breadcrumb-item.active {
  4086. color: #6c757d;
  4087. }
  4088. .pagination {
  4089. display: flex;
  4090. padding-left: 0;
  4091. list-style: none;
  4092. border-radius: 0.25rem;
  4093. }
  4094. .page-link {
  4095. position: relative;
  4096. display: block;
  4097. padding: 0.5rem 0.75rem;
  4098. margin-left: -1px;
  4099. line-height: 1.25;
  4100. color: #3490dc;
  4101. background-color: #fff;
  4102. border: 1px solid #dee2e6;
  4103. }
  4104. .page-link:hover {
  4105. z-index: 2;
  4106. color: #1d68a7;
  4107. text-decoration: none;
  4108. background-color: #e9ecef;
  4109. border-color: #dee2e6;
  4110. }
  4111. .page-link:focus {
  4112. z-index: 3;
  4113. outline: 0;
  4114. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  4115. }
  4116. .page-item:first-child .page-link {
  4117. margin-left: 0;
  4118. border-top-left-radius: 0.25rem;
  4119. border-bottom-left-radius: 0.25rem;
  4120. }
  4121. .page-item:last-child .page-link {
  4122. border-top-right-radius: 0.25rem;
  4123. border-bottom-right-radius: 0.25rem;
  4124. }
  4125. .page-item.active .page-link {
  4126. z-index: 3;
  4127. color: #fff;
  4128. background-color: #3490dc;
  4129. border-color: #3490dc;
  4130. }
  4131. .page-item.disabled .page-link {
  4132. color: #6c757d;
  4133. pointer-events: none;
  4134. cursor: auto;
  4135. background-color: #fff;
  4136. border-color: #dee2e6;
  4137. }
  4138. .pagination-lg .page-link {
  4139. padding: 0.75rem 1.5rem;
  4140. font-size: 1.125rem;
  4141. line-height: 1.5;
  4142. }
  4143. .pagination-lg .page-item:first-child .page-link {
  4144. border-top-left-radius: 0.3rem;
  4145. border-bottom-left-radius: 0.3rem;
  4146. }
  4147. .pagination-lg .page-item:last-child .page-link {
  4148. border-top-right-radius: 0.3rem;
  4149. border-bottom-right-radius: 0.3rem;
  4150. }
  4151. .pagination-sm .page-link {
  4152. padding: 0.25rem 0.5rem;
  4153. font-size: 0.7875rem;
  4154. line-height: 1.5;
  4155. }
  4156. .pagination-sm .page-item:first-child .page-link {
  4157. border-top-left-radius: 0.2rem;
  4158. border-bottom-left-radius: 0.2rem;
  4159. }
  4160. .pagination-sm .page-item:last-child .page-link {
  4161. border-top-right-radius: 0.2rem;
  4162. border-bottom-right-radius: 0.2rem;
  4163. }
  4164. .badge {
  4165. display: inline-block;
  4166. padding: 0.25em 0.4em;
  4167. font-size: 75%;
  4168. font-weight: 700;
  4169. line-height: 1;
  4170. text-align: center;
  4171. white-space: nowrap;
  4172. vertical-align: baseline;
  4173. border-radius: 0.25rem;
  4174. 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;
  4175. }
  4176. @media (prefers-reduced-motion: reduce) {
  4177. .badge {
  4178. transition: none;
  4179. }
  4180. }
  4181. a.badge:hover, a.badge:focus {
  4182. text-decoration: none;
  4183. }
  4184. .badge:empty {
  4185. display: none;
  4186. }
  4187. .btn .badge {
  4188. position: relative;
  4189. top: -1px;
  4190. }
  4191. .badge-pill {
  4192. padding-right: 0.6em;
  4193. padding-left: 0.6em;
  4194. border-radius: 10rem;
  4195. }
  4196. .badge-primary {
  4197. color: #fff;
  4198. background-color: #3490dc;
  4199. }
  4200. a.badge-primary:hover, a.badge-primary:focus {
  4201. color: #fff;
  4202. background-color: #2176bd;
  4203. }
  4204. a.badge-primary:focus, a.badge-primary.focus {
  4205. outline: 0;
  4206. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
  4207. }
  4208. .badge-secondary {
  4209. color: #fff;
  4210. background-color: #6c757d;
  4211. }
  4212. a.badge-secondary:hover, a.badge-secondary:focus {
  4213. color: #fff;
  4214. background-color: #545b62;
  4215. }
  4216. a.badge-secondary:focus, a.badge-secondary.focus {
  4217. outline: 0;
  4218. box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  4219. }
  4220. .badge-success {
  4221. color: #fff;
  4222. background-color: #38c172;
  4223. }
  4224. a.badge-success:hover, a.badge-success:focus {
  4225. color: #fff;
  4226. background-color: #2d995b;
  4227. }
  4228. a.badge-success:focus, a.badge-success.focus {
  4229. outline: 0;
  4230. box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
  4231. }
  4232. .badge-info {
  4233. color: #212529;
  4234. background-color: #6cb2eb;
  4235. }
  4236. a.badge-info:hover, a.badge-info:focus {
  4237. color: #212529;
  4238. background-color: #3f9ae5;
  4239. }
  4240. a.badge-info:focus, a.badge-info.focus {
  4241. outline: 0;
  4242. box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
  4243. }
  4244. .badge-warning {
  4245. color: #212529;
  4246. background-color: #ffed4a;
  4247. }
  4248. a.badge-warning:hover, a.badge-warning:focus {
  4249. color: #212529;
  4250. background-color: #ffe817;
  4251. }
  4252. a.badge-warning:focus, a.badge-warning.focus {
  4253. outline: 0;
  4254. box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
  4255. }
  4256. .badge-danger {
  4257. color: #fff;
  4258. background-color: #e3342f;
  4259. }
  4260. a.badge-danger:hover, a.badge-danger:focus {
  4261. color: #fff;
  4262. background-color: #c51f1a;
  4263. }
  4264. a.badge-danger:focus, a.badge-danger.focus {
  4265. outline: 0;
  4266. box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
  4267. }
  4268. .badge-light {
  4269. color: #212529;
  4270. background-color: #f8f9fa;
  4271. }
  4272. a.badge-light:hover, a.badge-light:focus {
  4273. color: #212529;
  4274. background-color: #dae0e5;
  4275. }
  4276. a.badge-light:focus, a.badge-light.focus {
  4277. outline: 0;
  4278. box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  4279. }
  4280. .badge-dark {
  4281. color: #fff;
  4282. background-color: #343a40;
  4283. }
  4284. a.badge-dark:hover, a.badge-dark:focus {
  4285. color: #fff;
  4286. background-color: #1d2124;
  4287. }
  4288. a.badge-dark:focus, a.badge-dark.focus {
  4289. outline: 0;
  4290. box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  4291. }
  4292. .jumbotron {
  4293. padding: 2rem 1rem;
  4294. margin-bottom: 2rem;
  4295. background-color: #e9ecef;
  4296. border-radius: 0.3rem;
  4297. }
  4298. @media (min-width: 576px) {
  4299. .jumbotron {
  4300. padding: 4rem 2rem;
  4301. }
  4302. }
  4303. .jumbotron-fluid {
  4304. padding-right: 0;
  4305. padding-left: 0;
  4306. border-radius: 0;
  4307. }
  4308. .alert {
  4309. position: relative;
  4310. padding: 0.75rem 1.25rem;
  4311. margin-bottom: 1rem;
  4312. border: 1px solid transparent;
  4313. border-radius: 0.25rem;
  4314. }
  4315. .alert-heading {
  4316. color: inherit;
  4317. }
  4318. .alert-link {
  4319. font-weight: 700;
  4320. }
  4321. .alert-dismissible {
  4322. padding-right: 3.85rem;
  4323. }
  4324. .alert-dismissible .close {
  4325. position: absolute;
  4326. top: 0;
  4327. right: 0;
  4328. z-index: 2;
  4329. padding: 0.75rem 1.25rem;
  4330. color: inherit;
  4331. }
  4332. .alert-primary {
  4333. color: #1b4b72;
  4334. background-color: #d6e9f8;
  4335. border-color: #c6e0f5;
  4336. }
  4337. .alert-primary hr {
  4338. border-top-color: #b0d4f1;
  4339. }
  4340. .alert-primary .alert-link {
  4341. color: #113049;
  4342. }
  4343. .alert-secondary {
  4344. color: #383d41;
  4345. background-color: #e2e3e5;
  4346. border-color: #d6d8db;
  4347. }
  4348. .alert-secondary hr {
  4349. border-top-color: #c8cbcf;
  4350. }
  4351. .alert-secondary .alert-link {
  4352. color: #202326;
  4353. }
  4354. .alert-success {
  4355. color: #1d643b;
  4356. background-color: #d7f3e3;
  4357. border-color: #c7eed8;
  4358. }
  4359. .alert-success hr {
  4360. border-top-color: #b3e8ca;
  4361. }
  4362. .alert-success .alert-link {
  4363. color: #123c24;
  4364. }
  4365. .alert-info {
  4366. color: #385d7a;
  4367. background-color: #e2f0fb;
  4368. border-color: #d6e9f9;
  4369. }
  4370. .alert-info hr {
  4371. border-top-color: #c0ddf6;
  4372. }
  4373. .alert-info .alert-link {
  4374. color: #284257;
  4375. }
  4376. .alert-warning {
  4377. color: #857b26;
  4378. background-color: #fffbdb;
  4379. border-color: #fffacc;
  4380. }
  4381. .alert-warning hr {
  4382. border-top-color: #fff8b3;
  4383. }
  4384. .alert-warning .alert-link {
  4385. color: #5d561b;
  4386. }
  4387. .alert-danger {
  4388. color: #761b18;
  4389. background-color: #f9d6d5;
  4390. border-color: #f7c6c5;
  4391. }
  4392. .alert-danger hr {
  4393. border-top-color: #f4b0af;
  4394. }
  4395. .alert-danger .alert-link {
  4396. color: #4c110f;
  4397. }
  4398. .alert-light {
  4399. color: #818182;
  4400. background-color: #fefefe;
  4401. border-color: #fdfdfe;
  4402. }
  4403. .alert-light hr {
  4404. border-top-color: #ececf6;
  4405. }
  4406. .alert-light .alert-link {
  4407. color: #686868;
  4408. }
  4409. .alert-dark {
  4410. color: #1b1e21;
  4411. background-color: #d6d8d9;
  4412. border-color: #c6c8ca;
  4413. }
  4414. .alert-dark hr {
  4415. border-top-color: #b9bbbe;
  4416. }
  4417. .alert-dark .alert-link {
  4418. color: #040505;
  4419. }
  4420. @-webkit-keyframes progress-bar-stripes {
  4421. from {
  4422. background-position: 1rem 0;
  4423. }
  4424. to {
  4425. background-position: 0 0;
  4426. }
  4427. }
  4428. @keyframes progress-bar-stripes {
  4429. from {
  4430. background-position: 1rem 0;
  4431. }
  4432. to {
  4433. background-position: 0 0;
  4434. }
  4435. }
  4436. .progress {
  4437. display: flex;
  4438. height: 1rem;
  4439. overflow: hidden;
  4440. line-height: 0;
  4441. font-size: 0.675rem;
  4442. background-color: #e9ecef;
  4443. border-radius: 0.25rem;
  4444. }
  4445. .progress-bar {
  4446. display: flex;
  4447. flex-direction: column;
  4448. justify-content: center;
  4449. overflow: hidden;
  4450. color: #fff;
  4451. text-align: center;
  4452. white-space: nowrap;
  4453. background-color: #3490dc;
  4454. transition: width 0.6s ease;
  4455. }
  4456. @media (prefers-reduced-motion: reduce) {
  4457. .progress-bar {
  4458. transition: none;
  4459. }
  4460. }
  4461. .progress-bar-striped {
  4462. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4463. background-size: 1rem 1rem;
  4464. }
  4465. .progress-bar-animated {
  4466. -webkit-animation: 1s linear infinite progress-bar-stripes;
  4467. animation: 1s linear infinite progress-bar-stripes;
  4468. }
  4469. @media (prefers-reduced-motion: reduce) {
  4470. .progress-bar-animated {
  4471. -webkit-animation: none;
  4472. animation: none;
  4473. }
  4474. }
  4475. .media {
  4476. display: flex;
  4477. align-items: flex-start;
  4478. }
  4479. .media-body {
  4480. flex: 1;
  4481. }
  4482. .list-group {
  4483. display: flex;
  4484. flex-direction: column;
  4485. padding-left: 0;
  4486. margin-bottom: 0;
  4487. border-radius: 0.25rem;
  4488. }
  4489. .list-group-item-action {
  4490. width: 100%;
  4491. color: #495057;
  4492. text-align: inherit;
  4493. }
  4494. .list-group-item-action:hover, .list-group-item-action:focus {
  4495. z-index: 1;
  4496. color: #495057;
  4497. text-decoration: none;
  4498. background-color: #f8f9fa;
  4499. }
  4500. .list-group-item-action:active {
  4501. color: #212529;
  4502. background-color: #e9ecef;
  4503. }
  4504. .list-group-item {
  4505. position: relative;
  4506. display: block;
  4507. padding: 0.75rem 1.25rem;
  4508. background-color: #fff;
  4509. border: 1px solid rgba(0, 0, 0, 0.125);
  4510. }
  4511. .list-group-item:first-child {
  4512. border-top-left-radius: inherit;
  4513. border-top-right-radius: inherit;
  4514. }
  4515. .list-group-item:last-child {
  4516. border-bottom-right-radius: inherit;
  4517. border-bottom-left-radius: inherit;
  4518. }
  4519. .list-group-item.disabled, .list-group-item:disabled {
  4520. color: #6c757d;
  4521. pointer-events: none;
  4522. background-color: #fff;
  4523. }
  4524. .list-group-item.active {
  4525. z-index: 2;
  4526. color: #fff;
  4527. background-color: #3490dc;
  4528. border-color: #3490dc;
  4529. }
  4530. .list-group-item + .list-group-item {
  4531. border-top-width: 0;
  4532. }
  4533. .list-group-item + .list-group-item.active {
  4534. margin-top: -1px;
  4535. border-top-width: 1px;
  4536. }
  4537. .list-group-horizontal {
  4538. flex-direction: row;
  4539. }
  4540. .list-group-horizontal > .list-group-item:first-child {
  4541. border-bottom-left-radius: 0.25rem;
  4542. border-top-right-radius: 0;
  4543. }
  4544. .list-group-horizontal > .list-group-item:last-child {
  4545. border-top-right-radius: 0.25rem;
  4546. border-bottom-left-radius: 0;
  4547. }
  4548. .list-group-horizontal > .list-group-item.active {
  4549. margin-top: 0;
  4550. }
  4551. .list-group-horizontal > .list-group-item + .list-group-item {
  4552. border-top-width: 1px;
  4553. border-left-width: 0;
  4554. }
  4555. .list-group-horizontal > .list-group-item + .list-group-item.active {
  4556. margin-left: -1px;
  4557. border-left-width: 1px;
  4558. }
  4559. @media (min-width: 576px) {
  4560. .list-group-horizontal-sm {
  4561. flex-direction: row;
  4562. }
  4563. .list-group-horizontal-sm > .list-group-item:first-child {
  4564. border-bottom-left-radius: 0.25rem;
  4565. border-top-right-radius: 0;
  4566. }
  4567. .list-group-horizontal-sm > .list-group-item:last-child {
  4568. border-top-right-radius: 0.25rem;
  4569. border-bottom-left-radius: 0;
  4570. }
  4571. .list-group-horizontal-sm > .list-group-item.active {
  4572. margin-top: 0;
  4573. }
  4574. .list-group-horizontal-sm > .list-group-item + .list-group-item {
  4575. border-top-width: 1px;
  4576. border-left-width: 0;
  4577. }
  4578. .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
  4579. margin-left: -1px;
  4580. border-left-width: 1px;
  4581. }
  4582. }
  4583. @media (min-width: 768px) {
  4584. .list-group-horizontal-md {
  4585. flex-direction: row;
  4586. }
  4587. .list-group-horizontal-md > .list-group-item:first-child {
  4588. border-bottom-left-radius: 0.25rem;
  4589. border-top-right-radius: 0;
  4590. }
  4591. .list-group-horizontal-md > .list-group-item:last-child {
  4592. border-top-right-radius: 0.25rem;
  4593. border-bottom-left-radius: 0;
  4594. }
  4595. .list-group-horizontal-md > .list-group-item.active {
  4596. margin-top: 0;
  4597. }
  4598. .list-group-horizontal-md > .list-group-item + .list-group-item {
  4599. border-top-width: 1px;
  4600. border-left-width: 0;
  4601. }
  4602. .list-group-horizontal-md > .list-group-item + .list-group-item.active {
  4603. margin-left: -1px;
  4604. border-left-width: 1px;
  4605. }
  4606. }
  4607. @media (min-width: 992px) {
  4608. .list-group-horizontal-lg {
  4609. flex-direction: row;
  4610. }
  4611. .list-group-horizontal-lg > .list-group-item:first-child {
  4612. border-bottom-left-radius: 0.25rem;
  4613. border-top-right-radius: 0;
  4614. }
  4615. .list-group-horizontal-lg > .list-group-item:last-child {
  4616. border-top-right-radius: 0.25rem;
  4617. border-bottom-left-radius: 0;
  4618. }
  4619. .list-group-horizontal-lg > .list-group-item.active {
  4620. margin-top: 0;
  4621. }
  4622. .list-group-horizontal-lg > .list-group-item + .list-group-item {
  4623. border-top-width: 1px;
  4624. border-left-width: 0;
  4625. }
  4626. .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
  4627. margin-left: -1px;
  4628. border-left-width: 1px;
  4629. }
  4630. }
  4631. @media (min-width: 1200px) {
  4632. .list-group-horizontal-xl {
  4633. flex-direction: row;
  4634. }
  4635. .list-group-horizontal-xl > .list-group-item:first-child {
  4636. border-bottom-left-radius: 0.25rem;
  4637. border-top-right-radius: 0;
  4638. }
  4639. .list-group-horizontal-xl > .list-group-item:last-child {
  4640. border-top-right-radius: 0.25rem;
  4641. border-bottom-left-radius: 0;
  4642. }
  4643. .list-group-horizontal-xl > .list-group-item.active {
  4644. margin-top: 0;
  4645. }
  4646. .list-group-horizontal-xl > .list-group-item + .list-group-item {
  4647. border-top-width: 1px;
  4648. border-left-width: 0;
  4649. }
  4650. .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
  4651. margin-left: -1px;
  4652. border-left-width: 1px;
  4653. }
  4654. }
  4655. .list-group-flush {
  4656. border-radius: 0;
  4657. }
  4658. .list-group-flush > .list-group-item {
  4659. border-width: 0 0 1px;
  4660. }
  4661. .list-group-flush > .list-group-item:last-child {
  4662. border-bottom-width: 0;
  4663. }
  4664. .list-group-item-primary {
  4665. color: #1b4b72;
  4666. background-color: #c6e0f5;
  4667. }
  4668. .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  4669. color: #1b4b72;
  4670. background-color: #b0d4f1;
  4671. }
  4672. .list-group-item-primary.list-group-item-action.active {
  4673. color: #fff;
  4674. background-color: #1b4b72;
  4675. border-color: #1b4b72;
  4676. }
  4677. .list-group-item-secondary {
  4678. color: #383d41;
  4679. background-color: #d6d8db;
  4680. }
  4681. .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  4682. color: #383d41;
  4683. background-color: #c8cbcf;
  4684. }
  4685. .list-group-item-secondary.list-group-item-action.active {
  4686. color: #fff;
  4687. background-color: #383d41;
  4688. border-color: #383d41;
  4689. }
  4690. .list-group-item-success {
  4691. color: #1d643b;
  4692. background-color: #c7eed8;
  4693. }
  4694. .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  4695. color: #1d643b;
  4696. background-color: #b3e8ca;
  4697. }
  4698. .list-group-item-success.list-group-item-action.active {
  4699. color: #fff;
  4700. background-color: #1d643b;
  4701. border-color: #1d643b;
  4702. }
  4703. .list-group-item-info {
  4704. color: #385d7a;
  4705. background-color: #d6e9f9;
  4706. }
  4707. .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  4708. color: #385d7a;
  4709. background-color: #c0ddf6;
  4710. }
  4711. .list-group-item-info.list-group-item-action.active {
  4712. color: #fff;
  4713. background-color: #385d7a;
  4714. border-color: #385d7a;
  4715. }
  4716. .list-group-item-warning {
  4717. color: #857b26;
  4718. background-color: #fffacc;
  4719. }
  4720. .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  4721. color: #857b26;
  4722. background-color: #fff8b3;
  4723. }
  4724. .list-group-item-warning.list-group-item-action.active {
  4725. color: #fff;
  4726. background-color: #857b26;
  4727. border-color: #857b26;
  4728. }
  4729. .list-group-item-danger {
  4730. color: #761b18;
  4731. background-color: #f7c6c5;
  4732. }
  4733. .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  4734. color: #761b18;
  4735. background-color: #f4b0af;
  4736. }
  4737. .list-group-item-danger.list-group-item-action.active {
  4738. color: #fff;
  4739. background-color: #761b18;
  4740. border-color: #761b18;
  4741. }
  4742. .list-group-item-light {
  4743. color: #818182;
  4744. background-color: #fdfdfe;
  4745. }
  4746. .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  4747. color: #818182;
  4748. background-color: #ececf6;
  4749. }
  4750. .list-group-item-light.list-group-item-action.active {
  4751. color: #fff;
  4752. background-color: #818182;
  4753. border-color: #818182;
  4754. }
  4755. .list-group-item-dark {
  4756. color: #1b1e21;
  4757. background-color: #c6c8ca;
  4758. }
  4759. .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  4760. color: #1b1e21;
  4761. background-color: #b9bbbe;
  4762. }
  4763. .list-group-item-dark.list-group-item-action.active {
  4764. color: #fff;
  4765. background-color: #1b1e21;
  4766. border-color: #1b1e21;
  4767. }
  4768. .close {
  4769. float: right;
  4770. font-size: 1.35rem;
  4771. font-weight: 700;
  4772. line-height: 1;
  4773. color: #000;
  4774. text-shadow: 0 1px 0 #fff;
  4775. opacity: 0.5;
  4776. }
  4777. .close:hover {
  4778. color: #000;
  4779. text-decoration: none;
  4780. }
  4781. .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  4782. opacity: 0.75;
  4783. }
  4784. button.close {
  4785. padding: 0;
  4786. background-color: transparent;
  4787. border: 0;
  4788. }
  4789. a.close.disabled {
  4790. pointer-events: none;
  4791. }
  4792. .toast {
  4793. flex-basis: 350px;
  4794. max-width: 350px;
  4795. font-size: 0.875rem;
  4796. background-color: rgba(255, 255, 255, 0.85);
  4797. background-clip: padding-box;
  4798. border: 1px solid rgba(0, 0, 0, 0.1);
  4799. box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  4800. opacity: 0;
  4801. border-radius: 0.25rem;
  4802. }
  4803. .toast:not(:last-child) {
  4804. margin-bottom: 0.75rem;
  4805. }
  4806. .toast.showing {
  4807. opacity: 1;
  4808. }
  4809. .toast.show {
  4810. display: block;
  4811. opacity: 1;
  4812. }
  4813. .toast.hide {
  4814. display: none;
  4815. }
  4816. .toast-header {
  4817. display: flex;
  4818. align-items: center;
  4819. padding: 0.25rem 0.75rem;
  4820. color: #6c757d;
  4821. background-color: rgba(255, 255, 255, 0.85);
  4822. background-clip: padding-box;
  4823. border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  4824. border-top-left-radius: calc(0.25rem - 1px);
  4825. border-top-right-radius: calc(0.25rem - 1px);
  4826. }
  4827. .toast-body {
  4828. padding: 0.75rem;
  4829. }
  4830. .modal-open {
  4831. overflow: hidden;
  4832. }
  4833. .modal-open .modal {
  4834. overflow-x: hidden;
  4835. overflow-y: auto;
  4836. }
  4837. .modal {
  4838. position: fixed;
  4839. top: 0;
  4840. left: 0;
  4841. z-index: 1050;
  4842. display: none;
  4843. width: 100%;
  4844. height: 100%;
  4845. overflow: hidden;
  4846. outline: 0;
  4847. }
  4848. .modal-dialog {
  4849. position: relative;
  4850. width: auto;
  4851. margin: 0.5rem;
  4852. pointer-events: none;
  4853. }
  4854. .modal.fade .modal-dialog {
  4855. transition: transform 0.3s ease-out;
  4856. transform: translate(0, -50px);
  4857. }
  4858. @media (prefers-reduced-motion: reduce) {
  4859. .modal.fade .modal-dialog {
  4860. transition: none;
  4861. }
  4862. }
  4863. .modal.show .modal-dialog {
  4864. transform: none;
  4865. }
  4866. .modal.modal-static .modal-dialog {
  4867. transform: scale(1.02);
  4868. }
  4869. .modal-dialog-scrollable {
  4870. display: flex;
  4871. max-height: calc(100% - 1rem);
  4872. }
  4873. .modal-dialog-scrollable .modal-content {
  4874. max-height: calc(100vh - 1rem);
  4875. overflow: hidden;
  4876. }
  4877. .modal-dialog-scrollable .modal-header,
  4878. .modal-dialog-scrollable .modal-footer {
  4879. flex-shrink: 0;
  4880. }
  4881. .modal-dialog-scrollable .modal-body {
  4882. overflow-y: auto;
  4883. }
  4884. .modal-dialog-centered {
  4885. display: flex;
  4886. align-items: center;
  4887. min-height: calc(100% - 1rem);
  4888. }
  4889. .modal-dialog-centered::before {
  4890. display: block;
  4891. height: calc(100vh - 1rem);
  4892. height: -webkit-min-content;
  4893. height: -moz-min-content;
  4894. height: min-content;
  4895. content: "";
  4896. }
  4897. .modal-dialog-centered.modal-dialog-scrollable {
  4898. flex-direction: column;
  4899. justify-content: center;
  4900. height: 100%;
  4901. }
  4902. .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  4903. max-height: none;
  4904. }
  4905. .modal-dialog-centered.modal-dialog-scrollable::before {
  4906. content: none;
  4907. }
  4908. .modal-content {
  4909. position: relative;
  4910. display: flex;
  4911. flex-direction: column;
  4912. width: 100%;
  4913. pointer-events: auto;
  4914. background-color: #fff;
  4915. background-clip: padding-box;
  4916. border: 1px solid rgba(0, 0, 0, 0.2);
  4917. border-radius: 0.3rem;
  4918. outline: 0;
  4919. }
  4920. .modal-backdrop {
  4921. position: fixed;
  4922. top: 0;
  4923. left: 0;
  4924. z-index: 1040;
  4925. width: 100vw;
  4926. height: 100vh;
  4927. background-color: #000;
  4928. }
  4929. .modal-backdrop.fade {
  4930. opacity: 0;
  4931. }
  4932. .modal-backdrop.show {
  4933. opacity: 0.5;
  4934. }
  4935. .modal-header {
  4936. display: flex;
  4937. align-items: flex-start;
  4938. justify-content: space-between;
  4939. padding: 1rem 1rem;
  4940. border-bottom: 1px solid #dee2e6;
  4941. border-top-left-radius: calc(0.3rem - 1px);
  4942. border-top-right-radius: calc(0.3rem - 1px);
  4943. }
  4944. .modal-header .close {
  4945. padding: 1rem 1rem;
  4946. margin: -1rem -1rem -1rem auto;
  4947. }
  4948. .modal-title {
  4949. margin-bottom: 0;
  4950. line-height: 1.6;
  4951. }
  4952. .modal-body {
  4953. position: relative;
  4954. flex: 1 1 auto;
  4955. padding: 1rem;
  4956. }
  4957. .modal-footer {
  4958. display: flex;
  4959. flex-wrap: wrap;
  4960. align-items: center;
  4961. justify-content: flex-end;
  4962. padding: 0.75rem;
  4963. border-top: 1px solid #dee2e6;
  4964. border-bottom-right-radius: calc(0.3rem - 1px);
  4965. border-bottom-left-radius: calc(0.3rem - 1px);
  4966. }
  4967. .modal-footer > * {
  4968. margin: 0.25rem;
  4969. }
  4970. .modal-scrollbar-measure {
  4971. position: absolute;
  4972. top: -9999px;
  4973. width: 50px;
  4974. height: 50px;
  4975. overflow: scroll;
  4976. }
  4977. @media (min-width: 576px) {
  4978. .modal-dialog {
  4979. max-width: 500px;
  4980. margin: 1.75rem auto;
  4981. }
  4982. .modal-dialog-scrollable {
  4983. max-height: calc(100% - 3.5rem);
  4984. }
  4985. .modal-dialog-scrollable .modal-content {
  4986. max-height: calc(100vh - 3.5rem);
  4987. }
  4988. .modal-dialog-centered {
  4989. min-height: calc(100% - 3.5rem);
  4990. }
  4991. .modal-dialog-centered::before {
  4992. height: calc(100vh - 3.5rem);
  4993. height: -webkit-min-content;
  4994. height: -moz-min-content;
  4995. height: min-content;
  4996. }
  4997. .modal-sm {
  4998. max-width: 300px;
  4999. }
  5000. }
  5001. @media (min-width: 992px) {
  5002. .modal-lg,
  5003. .modal-xl {
  5004. max-width: 800px;
  5005. }
  5006. }
  5007. @media (min-width: 1200px) {
  5008. .modal-xl {
  5009. max-width: 1140px;
  5010. }
  5011. }
  5012. .tooltip {
  5013. position: absolute;
  5014. z-index: 1070;
  5015. display: block;
  5016. margin: 0;
  5017. font-family: "Nunito", sans-serif;
  5018. font-style: normal;
  5019. font-weight: 400;
  5020. line-height: 1.6;
  5021. text-align: left;
  5022. text-align: start;
  5023. text-decoration: none;
  5024. text-shadow: none;
  5025. text-transform: none;
  5026. letter-spacing: normal;
  5027. word-break: normal;
  5028. word-spacing: normal;
  5029. white-space: normal;
  5030. line-break: auto;
  5031. font-size: 0.7875rem;
  5032. word-wrap: break-word;
  5033. opacity: 0;
  5034. }
  5035. .tooltip.show {
  5036. opacity: 0.9;
  5037. }
  5038. .tooltip .arrow {
  5039. position: absolute;
  5040. display: block;
  5041. width: 0.8rem;
  5042. height: 0.4rem;
  5043. }
  5044. .tooltip .arrow::before {
  5045. position: absolute;
  5046. content: "";
  5047. border-color: transparent;
  5048. border-style: solid;
  5049. }
  5050. .bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  5051. padding: 0.4rem 0;
  5052. }
  5053. .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  5054. bottom: 0;
  5055. }
  5056. .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  5057. top: 0;
  5058. border-width: 0.4rem 0.4rem 0;
  5059. border-top-color: #000;
  5060. }
  5061. .bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  5062. padding: 0 0.4rem;
  5063. }
  5064. .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  5065. left: 0;
  5066. width: 0.4rem;
  5067. height: 0.8rem;
  5068. }
  5069. .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  5070. right: 0;
  5071. border-width: 0.4rem 0.4rem 0.4rem 0;
  5072. border-right-color: #000;
  5073. }
  5074. .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  5075. padding: 0.4rem 0;
  5076. }
  5077. .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  5078. top: 0;
  5079. }
  5080. .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  5081. bottom: 0;
  5082. border-width: 0 0.4rem 0.4rem;
  5083. border-bottom-color: #000;
  5084. }
  5085. .bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  5086. padding: 0 0.4rem;
  5087. }
  5088. .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  5089. right: 0;
  5090. width: 0.4rem;
  5091. height: 0.8rem;
  5092. }
  5093. .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  5094. left: 0;
  5095. border-width: 0.4rem 0 0.4rem 0.4rem;
  5096. border-left-color: #000;
  5097. }
  5098. .tooltip-inner {
  5099. max-width: 200px;
  5100. padding: 0.25rem 0.5rem;
  5101. color: #fff;
  5102. text-align: center;
  5103. background-color: #000;
  5104. border-radius: 0.25rem;
  5105. }
  5106. .popover {
  5107. position: absolute;
  5108. top: 0;
  5109. left: 0;
  5110. z-index: 1060;
  5111. display: block;
  5112. max-width: 276px;
  5113. font-family: "Nunito", sans-serif;
  5114. font-style: normal;
  5115. font-weight: 400;
  5116. line-height: 1.6;
  5117. text-align: left;
  5118. text-align: start;
  5119. text-decoration: none;
  5120. text-shadow: none;
  5121. text-transform: none;
  5122. letter-spacing: normal;
  5123. word-break: normal;
  5124. word-spacing: normal;
  5125. white-space: normal;
  5126. line-break: auto;
  5127. font-size: 0.7875rem;
  5128. word-wrap: break-word;
  5129. background-color: #fff;
  5130. background-clip: padding-box;
  5131. border: 1px solid rgba(0, 0, 0, 0.2);
  5132. border-radius: 0.3rem;
  5133. }
  5134. .popover .arrow {
  5135. position: absolute;
  5136. display: block;
  5137. width: 1rem;
  5138. height: 0.5rem;
  5139. margin: 0 0.3rem;
  5140. }
  5141. .popover .arrow::before, .popover .arrow::after {
  5142. position: absolute;
  5143. display: block;
  5144. content: "";
  5145. border-color: transparent;
  5146. border-style: solid;
  5147. }
  5148. .bs-popover-top, .bs-popover-auto[x-placement^=top] {
  5149. margin-bottom: 0.5rem;
  5150. }
  5151. .bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  5152. bottom: calc(-0.5rem - 1px);
  5153. }
  5154. .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  5155. bottom: 0;
  5156. border-width: 0.5rem 0.5rem 0;
  5157. border-top-color: rgba(0, 0, 0, 0.25);
  5158. }
  5159. .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  5160. bottom: 1px;
  5161. border-width: 0.5rem 0.5rem 0;
  5162. border-top-color: #fff;
  5163. }
  5164. .bs-popover-right, .bs-popover-auto[x-placement^=right] {
  5165. margin-left: 0.5rem;
  5166. }
  5167. .bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  5168. left: calc(-0.5rem - 1px);
  5169. width: 0.5rem;
  5170. height: 1rem;
  5171. margin: 0.3rem 0;
  5172. }
  5173. .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  5174. left: 0;
  5175. border-width: 0.5rem 0.5rem 0.5rem 0;
  5176. border-right-color: rgba(0, 0, 0, 0.25);
  5177. }
  5178. .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  5179. left: 1px;
  5180. border-width: 0.5rem 0.5rem 0.5rem 0;
  5181. border-right-color: #fff;
  5182. }
  5183. .bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  5184. margin-top: 0.5rem;
  5185. }
  5186. .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  5187. top: calc(-0.5rem - 1px);
  5188. }
  5189. .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  5190. top: 0;
  5191. border-width: 0 0.5rem 0.5rem 0.5rem;
  5192. border-bottom-color: rgba(0, 0, 0, 0.25);
  5193. }
  5194. .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  5195. top: 1px;
  5196. border-width: 0 0.5rem 0.5rem 0.5rem;
  5197. border-bottom-color: #fff;
  5198. }
  5199. .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  5200. position: absolute;
  5201. top: 0;
  5202. left: 50%;
  5203. display: block;
  5204. width: 1rem;
  5205. margin-left: -0.5rem;
  5206. content: "";
  5207. border-bottom: 1px solid #f7f7f7;
  5208. }
  5209. .bs-popover-left, .bs-popover-auto[x-placement^=left] {
  5210. margin-right: 0.5rem;
  5211. }
  5212. .bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  5213. right: calc(-0.5rem - 1px);
  5214. width: 0.5rem;
  5215. height: 1rem;
  5216. margin: 0.3rem 0;
  5217. }
  5218. .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  5219. right: 0;
  5220. border-width: 0.5rem 0 0.5rem 0.5rem;
  5221. border-left-color: rgba(0, 0, 0, 0.25);
  5222. }
  5223. .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  5224. right: 1px;
  5225. border-width: 0.5rem 0 0.5rem 0.5rem;
  5226. border-left-color: #fff;
  5227. }
  5228. .popover-header {
  5229. padding: 0.5rem 0.75rem;
  5230. margin-bottom: 0;
  5231. font-size: 0.9rem;
  5232. background-color: #f7f7f7;
  5233. border-bottom: 1px solid #ebebeb;
  5234. border-top-left-radius: calc(0.3rem - 1px);
  5235. border-top-right-radius: calc(0.3rem - 1px);
  5236. }
  5237. .popover-header:empty {
  5238. display: none;
  5239. }
  5240. .popover-body {
  5241. padding: 0.5rem 0.75rem;
  5242. color: #212529;
  5243. }
  5244. .carousel {
  5245. position: relative;
  5246. }
  5247. .carousel.pointer-event {
  5248. touch-action: pan-y;
  5249. }
  5250. .carousel-inner {
  5251. position: relative;
  5252. width: 100%;
  5253. overflow: hidden;
  5254. }
  5255. .carousel-inner::after {
  5256. display: block;
  5257. clear: both;
  5258. content: "";
  5259. }
  5260. .carousel-item {
  5261. position: relative;
  5262. display: none;
  5263. float: left;
  5264. width: 100%;
  5265. margin-right: -100%;
  5266. -webkit-backface-visibility: hidden;
  5267. backface-visibility: hidden;
  5268. transition: transform 0.6s ease-in-out;
  5269. }
  5270. @media (prefers-reduced-motion: reduce) {
  5271. .carousel-item {
  5272. transition: none;
  5273. }
  5274. }
  5275. .carousel-item.active,
  5276. .carousel-item-next,
  5277. .carousel-item-prev {
  5278. display: block;
  5279. }
  5280. .carousel-item-next:not(.carousel-item-left),
  5281. .active.carousel-item-right {
  5282. transform: translateX(100%);
  5283. }
  5284. .carousel-item-prev:not(.carousel-item-right),
  5285. .active.carousel-item-left {
  5286. transform: translateX(-100%);
  5287. }
  5288. .carousel-fade .carousel-item {
  5289. opacity: 0;
  5290. transition-property: opacity;
  5291. transform: none;
  5292. }
  5293. .carousel-fade .carousel-item.active,
  5294. .carousel-fade .carousel-item-next.carousel-item-left,
  5295. .carousel-fade .carousel-item-prev.carousel-item-right {
  5296. z-index: 1;
  5297. opacity: 1;
  5298. }
  5299. .carousel-fade .active.carousel-item-left,
  5300. .carousel-fade .active.carousel-item-right {
  5301. z-index: 0;
  5302. opacity: 0;
  5303. transition: opacity 0s 0.6s;
  5304. }
  5305. @media (prefers-reduced-motion: reduce) {
  5306. .carousel-fade .active.carousel-item-left,
  5307. .carousel-fade .active.carousel-item-right {
  5308. transition: none;
  5309. }
  5310. }
  5311. .carousel-control-prev,
  5312. .carousel-control-next {
  5313. position: absolute;
  5314. top: 0;
  5315. bottom: 0;
  5316. z-index: 1;
  5317. display: flex;
  5318. align-items: center;
  5319. justify-content: center;
  5320. width: 15%;
  5321. color: #fff;
  5322. text-align: center;
  5323. opacity: 0.5;
  5324. transition: opacity 0.15s ease;
  5325. }
  5326. @media (prefers-reduced-motion: reduce) {
  5327. .carousel-control-prev,
  5328. .carousel-control-next {
  5329. transition: none;
  5330. }
  5331. }
  5332. .carousel-control-prev:hover, .carousel-control-prev:focus,
  5333. .carousel-control-next:hover,
  5334. .carousel-control-next:focus {
  5335. color: #fff;
  5336. text-decoration: none;
  5337. outline: 0;
  5338. opacity: 0.9;
  5339. }
  5340. .carousel-control-prev {
  5341. left: 0;
  5342. }
  5343. .carousel-control-next {
  5344. right: 0;
  5345. }
  5346. .carousel-control-prev-icon,
  5347. .carousel-control-next-icon {
  5348. display: inline-block;
  5349. width: 20px;
  5350. height: 20px;
  5351. background: 50%/100% 100% no-repeat;
  5352. }
  5353. .carousel-control-prev-icon {
  5354. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  5355. }
  5356. .carousel-control-next-icon {
  5357. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  5358. }
  5359. .carousel-indicators {
  5360. position: absolute;
  5361. right: 0;
  5362. bottom: 0;
  5363. left: 0;
  5364. z-index: 15;
  5365. display: flex;
  5366. justify-content: center;
  5367. padding-left: 0;
  5368. margin-right: 15%;
  5369. margin-left: 15%;
  5370. list-style: none;
  5371. }
  5372. .carousel-indicators li {
  5373. box-sizing: content-box;
  5374. flex: 0 1 auto;
  5375. width: 30px;
  5376. height: 3px;
  5377. margin-right: 3px;
  5378. margin-left: 3px;
  5379. text-indent: -999px;
  5380. cursor: pointer;
  5381. background-color: #fff;
  5382. background-clip: padding-box;
  5383. border-top: 10px solid transparent;
  5384. border-bottom: 10px solid transparent;
  5385. opacity: 0.5;
  5386. transition: opacity 0.6s ease;
  5387. }
  5388. @media (prefers-reduced-motion: reduce) {
  5389. .carousel-indicators li {
  5390. transition: none;
  5391. }
  5392. }
  5393. .carousel-indicators .active {
  5394. opacity: 1;
  5395. }
  5396. .carousel-caption {
  5397. position: absolute;
  5398. right: 15%;
  5399. bottom: 20px;
  5400. left: 15%;
  5401. z-index: 10;
  5402. padding-top: 20px;
  5403. padding-bottom: 20px;
  5404. color: #fff;
  5405. text-align: center;
  5406. }
  5407. @-webkit-keyframes spinner-border {
  5408. to {
  5409. transform: rotate(360deg);
  5410. }
  5411. }
  5412. @keyframes spinner-border {
  5413. to {
  5414. transform: rotate(360deg);
  5415. }
  5416. }
  5417. .spinner-border {
  5418. display: inline-block;
  5419. width: 2rem;
  5420. height: 2rem;
  5421. vertical-align: text-bottom;
  5422. border: 0.25em solid currentColor;
  5423. border-right-color: transparent;
  5424. border-radius: 50%;
  5425. -webkit-animation: 0.75s linear infinite spinner-border;
  5426. animation: 0.75s linear infinite spinner-border;
  5427. }
  5428. .spinner-border-sm {
  5429. width: 1rem;
  5430. height: 1rem;
  5431. border-width: 0.2em;
  5432. }
  5433. @-webkit-keyframes spinner-grow {
  5434. 0% {
  5435. transform: scale(0);
  5436. }
  5437. 50% {
  5438. opacity: 1;
  5439. transform: none;
  5440. }
  5441. }
  5442. @keyframes spinner-grow {
  5443. 0% {
  5444. transform: scale(0);
  5445. }
  5446. 50% {
  5447. opacity: 1;
  5448. transform: none;
  5449. }
  5450. }
  5451. .spinner-grow {
  5452. display: inline-block;
  5453. width: 2rem;
  5454. height: 2rem;
  5455. vertical-align: text-bottom;
  5456. background-color: currentColor;
  5457. border-radius: 50%;
  5458. opacity: 0;
  5459. -webkit-animation: 0.75s linear infinite spinner-grow;
  5460. animation: 0.75s linear infinite spinner-grow;
  5461. }
  5462. .spinner-grow-sm {
  5463. width: 1rem;
  5464. height: 1rem;
  5465. }
  5466. @media (prefers-reduced-motion: reduce) {
  5467. .spinner-border,
  5468. .spinner-grow {
  5469. -webkit-animation-duration: 1.5s;
  5470. animation-duration: 1.5s;
  5471. }
  5472. }
  5473. .align-baseline {
  5474. vertical-align: baseline !important;
  5475. }
  5476. .align-top {
  5477. vertical-align: top !important;
  5478. }
  5479. .align-middle {
  5480. vertical-align: middle !important;
  5481. }
  5482. .align-bottom {
  5483. vertical-align: bottom !important;
  5484. }
  5485. .align-text-bottom {
  5486. vertical-align: text-bottom !important;
  5487. }
  5488. .align-text-top {
  5489. vertical-align: text-top !important;
  5490. }
  5491. .bg-primary {
  5492. background-color: #3490dc !important;
  5493. }
  5494. a.bg-primary:hover, a.bg-primary:focus,
  5495. button.bg-primary:hover,
  5496. button.bg-primary:focus {
  5497. background-color: #2176bd !important;
  5498. }
  5499. .bg-secondary {
  5500. background-color: #6c757d !important;
  5501. }
  5502. a.bg-secondary:hover, a.bg-secondary:focus,
  5503. button.bg-secondary:hover,
  5504. button.bg-secondary:focus {
  5505. background-color: #545b62 !important;
  5506. }
  5507. .bg-success {
  5508. background-color: #38c172 !important;
  5509. }
  5510. a.bg-success:hover, a.bg-success:focus,
  5511. button.bg-success:hover,
  5512. button.bg-success:focus {
  5513. background-color: #2d995b !important;
  5514. }
  5515. .bg-info {
  5516. background-color: #6cb2eb !important;
  5517. }
  5518. a.bg-info:hover, a.bg-info:focus,
  5519. button.bg-info:hover,
  5520. button.bg-info:focus {
  5521. background-color: #3f9ae5 !important;
  5522. }
  5523. .bg-warning {
  5524. background-color: #ffed4a !important;
  5525. }
  5526. a.bg-warning:hover, a.bg-warning:focus,
  5527. button.bg-warning:hover,
  5528. button.bg-warning:focus {
  5529. background-color: #ffe817 !important;
  5530. }
  5531. .bg-danger {
  5532. background-color: #e3342f !important;
  5533. }
  5534. a.bg-danger:hover, a.bg-danger:focus,
  5535. button.bg-danger:hover,
  5536. button.bg-danger:focus {
  5537. background-color: #c51f1a !important;
  5538. }
  5539. .bg-light {
  5540. background-color: #f8f9fa !important;
  5541. }
  5542. a.bg-light:hover, a.bg-light:focus,
  5543. button.bg-light:hover,
  5544. button.bg-light:focus {
  5545. background-color: #dae0e5 !important;
  5546. }
  5547. .bg-dark {
  5548. background-color: #343a40 !important;
  5549. }
  5550. a.bg-dark:hover, a.bg-dark:focus,
  5551. button.bg-dark:hover,
  5552. button.bg-dark:focus {
  5553. background-color: #1d2124 !important;
  5554. }
  5555. .bg-white {
  5556. background-color: #fff !important;
  5557. }
  5558. .bg-transparent {
  5559. background-color: transparent !important;
  5560. }
  5561. .border {
  5562. border: 1px solid #dee2e6 !important;
  5563. }
  5564. .border-top {
  5565. border-top: 1px solid #dee2e6 !important;
  5566. }
  5567. .border-right {
  5568. border-right: 1px solid #dee2e6 !important;
  5569. }
  5570. .border-bottom {
  5571. border-bottom: 1px solid #dee2e6 !important;
  5572. }
  5573. .border-left {
  5574. border-left: 1px solid #dee2e6 !important;
  5575. }
  5576. .border-0 {
  5577. border: 0 !important;
  5578. }
  5579. .border-top-0 {
  5580. border-top: 0 !important;
  5581. }
  5582. .border-right-0 {
  5583. border-right: 0 !important;
  5584. }
  5585. .border-bottom-0 {
  5586. border-bottom: 0 !important;
  5587. }
  5588. .border-left-0 {
  5589. border-left: 0 !important;
  5590. }
  5591. .border-primary {
  5592. border-color: #3490dc !important;
  5593. }
  5594. .border-secondary {
  5595. border-color: #6c757d !important;
  5596. }
  5597. .border-success {
  5598. border-color: #38c172 !important;
  5599. }
  5600. .border-info {
  5601. border-color: #6cb2eb !important;
  5602. }
  5603. .border-warning {
  5604. border-color: #ffed4a !important;
  5605. }
  5606. .border-danger {
  5607. border-color: #e3342f !important;
  5608. }
  5609. .border-light {
  5610. border-color: #f8f9fa !important;
  5611. }
  5612. .border-dark {
  5613. border-color: #343a40 !important;
  5614. }
  5615. .border-white {
  5616. border-color: #fff !important;
  5617. }
  5618. .rounded-sm {
  5619. border-radius: 0.2rem !important;
  5620. }
  5621. .rounded {
  5622. border-radius: 0.25rem !important;
  5623. }
  5624. .rounded-top {
  5625. border-top-left-radius: 0.25rem !important;
  5626. border-top-right-radius: 0.25rem !important;
  5627. }
  5628. .rounded-right {
  5629. border-top-right-radius: 0.25rem !important;
  5630. border-bottom-right-radius: 0.25rem !important;
  5631. }
  5632. .rounded-bottom {
  5633. border-bottom-right-radius: 0.25rem !important;
  5634. border-bottom-left-radius: 0.25rem !important;
  5635. }
  5636. .rounded-left {
  5637. border-top-left-radius: 0.25rem !important;
  5638. border-bottom-left-radius: 0.25rem !important;
  5639. }
  5640. .rounded-lg {
  5641. border-radius: 0.3rem !important;
  5642. }
  5643. .rounded-circle {
  5644. border-radius: 50% !important;
  5645. }
  5646. .rounded-pill {
  5647. border-radius: 50rem !important;
  5648. }
  5649. .rounded-0 {
  5650. border-radius: 0 !important;
  5651. }
  5652. .clearfix::after {
  5653. display: block;
  5654. clear: both;
  5655. content: "";
  5656. }
  5657. .d-none {
  5658. display: none !important;
  5659. }
  5660. .d-inline {
  5661. display: inline !important;
  5662. }
  5663. .d-inline-block {
  5664. display: inline-block !important;
  5665. }
  5666. .d-block {
  5667. display: block !important;
  5668. }
  5669. .d-table {
  5670. display: table !important;
  5671. }
  5672. .d-table-row {
  5673. display: table-row !important;
  5674. }
  5675. .d-table-cell {
  5676. display: table-cell !important;
  5677. }
  5678. .d-flex {
  5679. display: flex !important;
  5680. }
  5681. .d-inline-flex {
  5682. display: inline-flex !important;
  5683. }
  5684. @media (min-width: 576px) {
  5685. .d-sm-none {
  5686. display: none !important;
  5687. }
  5688. .d-sm-inline {
  5689. display: inline !important;
  5690. }
  5691. .d-sm-inline-block {
  5692. display: inline-block !important;
  5693. }
  5694. .d-sm-block {
  5695. display: block !important;
  5696. }
  5697. .d-sm-table {
  5698. display: table !important;
  5699. }
  5700. .d-sm-table-row {
  5701. display: table-row !important;
  5702. }
  5703. .d-sm-table-cell {
  5704. display: table-cell !important;
  5705. }
  5706. .d-sm-flex {
  5707. display: flex !important;
  5708. }
  5709. .d-sm-inline-flex {
  5710. display: inline-flex !important;
  5711. }
  5712. }
  5713. @media (min-width: 768px) {
  5714. .d-md-none {
  5715. display: none !important;
  5716. }
  5717. .d-md-inline {
  5718. display: inline !important;
  5719. }
  5720. .d-md-inline-block {
  5721. display: inline-block !important;
  5722. }
  5723. .d-md-block {
  5724. display: block !important;
  5725. }
  5726. .d-md-table {
  5727. display: table !important;
  5728. }
  5729. .d-md-table-row {
  5730. display: table-row !important;
  5731. }
  5732. .d-md-table-cell {
  5733. display: table-cell !important;
  5734. }
  5735. .d-md-flex {
  5736. display: flex !important;
  5737. }
  5738. .d-md-inline-flex {
  5739. display: inline-flex !important;
  5740. }
  5741. }
  5742. @media (min-width: 992px) {
  5743. .d-lg-none {
  5744. display: none !important;
  5745. }
  5746. .d-lg-inline {
  5747. display: inline !important;
  5748. }
  5749. .d-lg-inline-block {
  5750. display: inline-block !important;
  5751. }
  5752. .d-lg-block {
  5753. display: block !important;
  5754. }
  5755. .d-lg-table {
  5756. display: table !important;
  5757. }
  5758. .d-lg-table-row {
  5759. display: table-row !important;
  5760. }
  5761. .d-lg-table-cell {
  5762. display: table-cell !important;
  5763. }
  5764. .d-lg-flex {
  5765. display: flex !important;
  5766. }
  5767. .d-lg-inline-flex {
  5768. display: inline-flex !important;
  5769. }
  5770. }
  5771. @media (min-width: 1200px) {
  5772. .d-xl-none {
  5773. display: none !important;
  5774. }
  5775. .d-xl-inline {
  5776. display: inline !important;
  5777. }
  5778. .d-xl-inline-block {
  5779. display: inline-block !important;
  5780. }
  5781. .d-xl-block {
  5782. display: block !important;
  5783. }
  5784. .d-xl-table {
  5785. display: table !important;
  5786. }
  5787. .d-xl-table-row {
  5788. display: table-row !important;
  5789. }
  5790. .d-xl-table-cell {
  5791. display: table-cell !important;
  5792. }
  5793. .d-xl-flex {
  5794. display: flex !important;
  5795. }
  5796. .d-xl-inline-flex {
  5797. display: inline-flex !important;
  5798. }
  5799. }
  5800. @media print {
  5801. .d-print-none {
  5802. display: none !important;
  5803. }
  5804. .d-print-inline {
  5805. display: inline !important;
  5806. }
  5807. .d-print-inline-block {
  5808. display: inline-block !important;
  5809. }
  5810. .d-print-block {
  5811. display: block !important;
  5812. }
  5813. .d-print-table {
  5814. display: table !important;
  5815. }
  5816. .d-print-table-row {
  5817. display: table-row !important;
  5818. }
  5819. .d-print-table-cell {
  5820. display: table-cell !important;
  5821. }
  5822. .d-print-flex {
  5823. display: flex !important;
  5824. }
  5825. .d-print-inline-flex {
  5826. display: inline-flex !important;
  5827. }
  5828. }
  5829. .embed-responsive {
  5830. position: relative;
  5831. display: block;
  5832. width: 100%;
  5833. padding: 0;
  5834. overflow: hidden;
  5835. }
  5836. .embed-responsive::before {
  5837. display: block;
  5838. content: "";
  5839. }
  5840. .embed-responsive .embed-responsive-item,
  5841. .embed-responsive iframe,
  5842. .embed-responsive embed,
  5843. .embed-responsive object,
  5844. .embed-responsive video {
  5845. position: absolute;
  5846. top: 0;
  5847. bottom: 0;
  5848. left: 0;
  5849. width: 100%;
  5850. height: 100%;
  5851. border: 0;
  5852. }
  5853. .embed-responsive-21by9::before {
  5854. padding-top: 42.8571428571%;
  5855. }
  5856. .embed-responsive-16by9::before {
  5857. padding-top: 56.25%;
  5858. }
  5859. .embed-responsive-4by3::before {
  5860. padding-top: 75%;
  5861. }
  5862. .embed-responsive-1by1::before {
  5863. padding-top: 100%;
  5864. }
  5865. .flex-row {
  5866. flex-direction: row !important;
  5867. }
  5868. .flex-column {
  5869. flex-direction: column !important;
  5870. }
  5871. .flex-row-reverse {
  5872. flex-direction: row-reverse !important;
  5873. }
  5874. .flex-column-reverse {
  5875. flex-direction: column-reverse !important;
  5876. }
  5877. .flex-wrap {
  5878. flex-wrap: wrap !important;
  5879. }
  5880. .flex-nowrap {
  5881. flex-wrap: nowrap !important;
  5882. }
  5883. .flex-wrap-reverse {
  5884. flex-wrap: wrap-reverse !important;
  5885. }
  5886. .flex-fill {
  5887. flex: 1 1 auto !important;
  5888. }
  5889. .flex-grow-0 {
  5890. flex-grow: 0 !important;
  5891. }
  5892. .flex-grow-1 {
  5893. flex-grow: 1 !important;
  5894. }
  5895. .flex-shrink-0 {
  5896. flex-shrink: 0 !important;
  5897. }
  5898. .flex-shrink-1 {
  5899. flex-shrink: 1 !important;
  5900. }
  5901. .justify-content-start {
  5902. justify-content: flex-start !important;
  5903. }
  5904. .justify-content-end {
  5905. justify-content: flex-end !important;
  5906. }
  5907. .justify-content-center {
  5908. justify-content: center !important;
  5909. }
  5910. .justify-content-between {
  5911. justify-content: space-between !important;
  5912. }
  5913. .justify-content-around {
  5914. justify-content: space-around !important;
  5915. }
  5916. .align-items-start {
  5917. align-items: flex-start !important;
  5918. }
  5919. .align-items-end {
  5920. align-items: flex-end !important;
  5921. }
  5922. .align-items-center {
  5923. align-items: center !important;
  5924. }
  5925. .align-items-baseline {
  5926. align-items: baseline !important;
  5927. }
  5928. .align-items-stretch {
  5929. align-items: stretch !important;
  5930. }
  5931. .align-content-start {
  5932. align-content: flex-start !important;
  5933. }
  5934. .align-content-end {
  5935. align-content: flex-end !important;
  5936. }
  5937. .align-content-center {
  5938. align-content: center !important;
  5939. }
  5940. .align-content-between {
  5941. align-content: space-between !important;
  5942. }
  5943. .align-content-around {
  5944. align-content: space-around !important;
  5945. }
  5946. .align-content-stretch {
  5947. align-content: stretch !important;
  5948. }
  5949. .align-self-auto {
  5950. align-self: auto !important;
  5951. }
  5952. .align-self-start {
  5953. align-self: flex-start !important;
  5954. }
  5955. .align-self-end {
  5956. align-self: flex-end !important;
  5957. }
  5958. .align-self-center {
  5959. align-self: center !important;
  5960. }
  5961. .align-self-baseline {
  5962. align-self: baseline !important;
  5963. }
  5964. .align-self-stretch {
  5965. align-self: stretch !important;
  5966. }
  5967. @media (min-width: 576px) {
  5968. .flex-sm-row {
  5969. flex-direction: row !important;
  5970. }
  5971. .flex-sm-column {
  5972. flex-direction: column !important;
  5973. }
  5974. .flex-sm-row-reverse {
  5975. flex-direction: row-reverse !important;
  5976. }
  5977. .flex-sm-column-reverse {
  5978. flex-direction: column-reverse !important;
  5979. }
  5980. .flex-sm-wrap {
  5981. flex-wrap: wrap !important;
  5982. }
  5983. .flex-sm-nowrap {
  5984. flex-wrap: nowrap !important;
  5985. }
  5986. .flex-sm-wrap-reverse {
  5987. flex-wrap: wrap-reverse !important;
  5988. }
  5989. .flex-sm-fill {
  5990. flex: 1 1 auto !important;
  5991. }
  5992. .flex-sm-grow-0 {
  5993. flex-grow: 0 !important;
  5994. }
  5995. .flex-sm-grow-1 {
  5996. flex-grow: 1 !important;
  5997. }
  5998. .flex-sm-shrink-0 {
  5999. flex-shrink: 0 !important;
  6000. }
  6001. .flex-sm-shrink-1 {
  6002. flex-shrink: 1 !important;
  6003. }
  6004. .justify-content-sm-start {
  6005. justify-content: flex-start !important;
  6006. }
  6007. .justify-content-sm-end {
  6008. justify-content: flex-end !important;
  6009. }
  6010. .justify-content-sm-center {
  6011. justify-content: center !important;
  6012. }
  6013. .justify-content-sm-between {
  6014. justify-content: space-between !important;
  6015. }
  6016. .justify-content-sm-around {
  6017. justify-content: space-around !important;
  6018. }
  6019. .align-items-sm-start {
  6020. align-items: flex-start !important;
  6021. }
  6022. .align-items-sm-end {
  6023. align-items: flex-end !important;
  6024. }
  6025. .align-items-sm-center {
  6026. align-items: center !important;
  6027. }
  6028. .align-items-sm-baseline {
  6029. align-items: baseline !important;
  6030. }
  6031. .align-items-sm-stretch {
  6032. align-items: stretch !important;
  6033. }
  6034. .align-content-sm-start {
  6035. align-content: flex-start !important;
  6036. }
  6037. .align-content-sm-end {
  6038. align-content: flex-end !important;
  6039. }
  6040. .align-content-sm-center {
  6041. align-content: center !important;
  6042. }
  6043. .align-content-sm-between {
  6044. align-content: space-between !important;
  6045. }
  6046. .align-content-sm-around {
  6047. align-content: space-around !important;
  6048. }
  6049. .align-content-sm-stretch {
  6050. align-content: stretch !important;
  6051. }
  6052. .align-self-sm-auto {
  6053. align-self: auto !important;
  6054. }
  6055. .align-self-sm-start {
  6056. align-self: flex-start !important;
  6057. }
  6058. .align-self-sm-end {
  6059. align-self: flex-end !important;
  6060. }
  6061. .align-self-sm-center {
  6062. align-self: center !important;
  6063. }
  6064. .align-self-sm-baseline {
  6065. align-self: baseline !important;
  6066. }
  6067. .align-self-sm-stretch {
  6068. align-self: stretch !important;
  6069. }
  6070. }
  6071. @media (min-width: 768px) {
  6072. .flex-md-row {
  6073. flex-direction: row !important;
  6074. }
  6075. .flex-md-column {
  6076. flex-direction: column !important;
  6077. }
  6078. .flex-md-row-reverse {
  6079. flex-direction: row-reverse !important;
  6080. }
  6081. .flex-md-column-reverse {
  6082. flex-direction: column-reverse !important;
  6083. }
  6084. .flex-md-wrap {
  6085. flex-wrap: wrap !important;
  6086. }
  6087. .flex-md-nowrap {
  6088. flex-wrap: nowrap !important;
  6089. }
  6090. .flex-md-wrap-reverse {
  6091. flex-wrap: wrap-reverse !important;
  6092. }
  6093. .flex-md-fill {
  6094. flex: 1 1 auto !important;
  6095. }
  6096. .flex-md-grow-0 {
  6097. flex-grow: 0 !important;
  6098. }
  6099. .flex-md-grow-1 {
  6100. flex-grow: 1 !important;
  6101. }
  6102. .flex-md-shrink-0 {
  6103. flex-shrink: 0 !important;
  6104. }
  6105. .flex-md-shrink-1 {
  6106. flex-shrink: 1 !important;
  6107. }
  6108. .justify-content-md-start {
  6109. justify-content: flex-start !important;
  6110. }
  6111. .justify-content-md-end {
  6112. justify-content: flex-end !important;
  6113. }
  6114. .justify-content-md-center {
  6115. justify-content: center !important;
  6116. }
  6117. .justify-content-md-between {
  6118. justify-content: space-between !important;
  6119. }
  6120. .justify-content-md-around {
  6121. justify-content: space-around !important;
  6122. }
  6123. .align-items-md-start {
  6124. align-items: flex-start !important;
  6125. }
  6126. .align-items-md-end {
  6127. align-items: flex-end !important;
  6128. }
  6129. .align-items-md-center {
  6130. align-items: center !important;
  6131. }
  6132. .align-items-md-baseline {
  6133. align-items: baseline !important;
  6134. }
  6135. .align-items-md-stretch {
  6136. align-items: stretch !important;
  6137. }
  6138. .align-content-md-start {
  6139. align-content: flex-start !important;
  6140. }
  6141. .align-content-md-end {
  6142. align-content: flex-end !important;
  6143. }
  6144. .align-content-md-center {
  6145. align-content: center !important;
  6146. }
  6147. .align-content-md-between {
  6148. align-content: space-between !important;
  6149. }
  6150. .align-content-md-around {
  6151. align-content: space-around !important;
  6152. }
  6153. .align-content-md-stretch {
  6154. align-content: stretch !important;
  6155. }
  6156. .align-self-md-auto {
  6157. align-self: auto !important;
  6158. }
  6159. .align-self-md-start {
  6160. align-self: flex-start !important;
  6161. }
  6162. .align-self-md-end {
  6163. align-self: flex-end !important;
  6164. }
  6165. .align-self-md-center {
  6166. align-self: center !important;
  6167. }
  6168. .align-self-md-baseline {
  6169. align-self: baseline !important;
  6170. }
  6171. .align-self-md-stretch {
  6172. align-self: stretch !important;
  6173. }
  6174. }
  6175. @media (min-width: 992px) {
  6176. .flex-lg-row {
  6177. flex-direction: row !important;
  6178. }
  6179. .flex-lg-column {
  6180. flex-direction: column !important;
  6181. }
  6182. .flex-lg-row-reverse {
  6183. flex-direction: row-reverse !important;
  6184. }
  6185. .flex-lg-column-reverse {
  6186. flex-direction: column-reverse !important;
  6187. }
  6188. .flex-lg-wrap {
  6189. flex-wrap: wrap !important;
  6190. }
  6191. .flex-lg-nowrap {
  6192. flex-wrap: nowrap !important;
  6193. }
  6194. .flex-lg-wrap-reverse {
  6195. flex-wrap: wrap-reverse !important;
  6196. }
  6197. .flex-lg-fill {
  6198. flex: 1 1 auto !important;
  6199. }
  6200. .flex-lg-grow-0 {
  6201. flex-grow: 0 !important;
  6202. }
  6203. .flex-lg-grow-1 {
  6204. flex-grow: 1 !important;
  6205. }
  6206. .flex-lg-shrink-0 {
  6207. flex-shrink: 0 !important;
  6208. }
  6209. .flex-lg-shrink-1 {
  6210. flex-shrink: 1 !important;
  6211. }
  6212. .justify-content-lg-start {
  6213. justify-content: flex-start !important;
  6214. }
  6215. .justify-content-lg-end {
  6216. justify-content: flex-end !important;
  6217. }
  6218. .justify-content-lg-center {
  6219. justify-content: center !important;
  6220. }
  6221. .justify-content-lg-between {
  6222. justify-content: space-between !important;
  6223. }
  6224. .justify-content-lg-around {
  6225. justify-content: space-around !important;
  6226. }
  6227. .align-items-lg-start {
  6228. align-items: flex-start !important;
  6229. }
  6230. .align-items-lg-end {
  6231. align-items: flex-end !important;
  6232. }
  6233. .align-items-lg-center {
  6234. align-items: center !important;
  6235. }
  6236. .align-items-lg-baseline {
  6237. align-items: baseline !important;
  6238. }
  6239. .align-items-lg-stretch {
  6240. align-items: stretch !important;
  6241. }
  6242. .align-content-lg-start {
  6243. align-content: flex-start !important;
  6244. }
  6245. .align-content-lg-end {
  6246. align-content: flex-end !important;
  6247. }
  6248. .align-content-lg-center {
  6249. align-content: center !important;
  6250. }
  6251. .align-content-lg-between {
  6252. align-content: space-between !important;
  6253. }
  6254. .align-content-lg-around {
  6255. align-content: space-around !important;
  6256. }
  6257. .align-content-lg-stretch {
  6258. align-content: stretch !important;
  6259. }
  6260. .align-self-lg-auto {
  6261. align-self: auto !important;
  6262. }
  6263. .align-self-lg-start {
  6264. align-self: flex-start !important;
  6265. }
  6266. .align-self-lg-end {
  6267. align-self: flex-end !important;
  6268. }
  6269. .align-self-lg-center {
  6270. align-self: center !important;
  6271. }
  6272. .align-self-lg-baseline {
  6273. align-self: baseline !important;
  6274. }
  6275. .align-self-lg-stretch {
  6276. align-self: stretch !important;
  6277. }
  6278. }
  6279. @media (min-width: 1200px) {
  6280. .flex-xl-row {
  6281. flex-direction: row !important;
  6282. }
  6283. .flex-xl-column {
  6284. flex-direction: column !important;
  6285. }
  6286. .flex-xl-row-reverse {
  6287. flex-direction: row-reverse !important;
  6288. }
  6289. .flex-xl-column-reverse {
  6290. flex-direction: column-reverse !important;
  6291. }
  6292. .flex-xl-wrap {
  6293. flex-wrap: wrap !important;
  6294. }
  6295. .flex-xl-nowrap {
  6296. flex-wrap: nowrap !important;
  6297. }
  6298. .flex-xl-wrap-reverse {
  6299. flex-wrap: wrap-reverse !important;
  6300. }
  6301. .flex-xl-fill {
  6302. flex: 1 1 auto !important;
  6303. }
  6304. .flex-xl-grow-0 {
  6305. flex-grow: 0 !important;
  6306. }
  6307. .flex-xl-grow-1 {
  6308. flex-grow: 1 !important;
  6309. }
  6310. .flex-xl-shrink-0 {
  6311. flex-shrink: 0 !important;
  6312. }
  6313. .flex-xl-shrink-1 {
  6314. flex-shrink: 1 !important;
  6315. }
  6316. .justify-content-xl-start {
  6317. justify-content: flex-start !important;
  6318. }
  6319. .justify-content-xl-end {
  6320. justify-content: flex-end !important;
  6321. }
  6322. .justify-content-xl-center {
  6323. justify-content: center !important;
  6324. }
  6325. .justify-content-xl-between {
  6326. justify-content: space-between !important;
  6327. }
  6328. .justify-content-xl-around {
  6329. justify-content: space-around !important;
  6330. }
  6331. .align-items-xl-start {
  6332. align-items: flex-start !important;
  6333. }
  6334. .align-items-xl-end {
  6335. align-items: flex-end !important;
  6336. }
  6337. .align-items-xl-center {
  6338. align-items: center !important;
  6339. }
  6340. .align-items-xl-baseline {
  6341. align-items: baseline !important;
  6342. }
  6343. .align-items-xl-stretch {
  6344. align-items: stretch !important;
  6345. }
  6346. .align-content-xl-start {
  6347. align-content: flex-start !important;
  6348. }
  6349. .align-content-xl-end {
  6350. align-content: flex-end !important;
  6351. }
  6352. .align-content-xl-center {
  6353. align-content: center !important;
  6354. }
  6355. .align-content-xl-between {
  6356. align-content: space-between !important;
  6357. }
  6358. .align-content-xl-around {
  6359. align-content: space-around !important;
  6360. }
  6361. .align-content-xl-stretch {
  6362. align-content: stretch !important;
  6363. }
  6364. .align-self-xl-auto {
  6365. align-self: auto !important;
  6366. }
  6367. .align-self-xl-start {
  6368. align-self: flex-start !important;
  6369. }
  6370. .align-self-xl-end {
  6371. align-self: flex-end !important;
  6372. }
  6373. .align-self-xl-center {
  6374. align-self: center !important;
  6375. }
  6376. .align-self-xl-baseline {
  6377. align-self: baseline !important;
  6378. }
  6379. .align-self-xl-stretch {
  6380. align-self: stretch !important;
  6381. }
  6382. }
  6383. .float-left {
  6384. float: left !important;
  6385. }
  6386. .float-right {
  6387. float: right !important;
  6388. }
  6389. .float-none {
  6390. float: none !important;
  6391. }
  6392. @media (min-width: 576px) {
  6393. .float-sm-left {
  6394. float: left !important;
  6395. }
  6396. .float-sm-right {
  6397. float: right !important;
  6398. }
  6399. .float-sm-none {
  6400. float: none !important;
  6401. }
  6402. }
  6403. @media (min-width: 768px) {
  6404. .float-md-left {
  6405. float: left !important;
  6406. }
  6407. .float-md-right {
  6408. float: right !important;
  6409. }
  6410. .float-md-none {
  6411. float: none !important;
  6412. }
  6413. }
  6414. @media (min-width: 992px) {
  6415. .float-lg-left {
  6416. float: left !important;
  6417. }
  6418. .float-lg-right {
  6419. float: right !important;
  6420. }
  6421. .float-lg-none {
  6422. float: none !important;
  6423. }
  6424. }
  6425. @media (min-width: 1200px) {
  6426. .float-xl-left {
  6427. float: left !important;
  6428. }
  6429. .float-xl-right {
  6430. float: right !important;
  6431. }
  6432. .float-xl-none {
  6433. float: none !important;
  6434. }
  6435. }
  6436. .user-select-all {
  6437. -webkit-user-select: all !important;
  6438. -moz-user-select: all !important;
  6439. user-select: all !important;
  6440. }
  6441. .user-select-auto {
  6442. -webkit-user-select: auto !important;
  6443. -moz-user-select: auto !important;
  6444. -ms-user-select: auto !important;
  6445. user-select: auto !important;
  6446. }
  6447. .user-select-none {
  6448. -webkit-user-select: none !important;
  6449. -moz-user-select: none !important;
  6450. -ms-user-select: none !important;
  6451. user-select: none !important;
  6452. }
  6453. .overflow-auto {
  6454. overflow: auto !important;
  6455. }
  6456. .overflow-hidden {
  6457. overflow: hidden !important;
  6458. }
  6459. .position-static {
  6460. position: static !important;
  6461. }
  6462. .position-relative {
  6463. position: relative !important;
  6464. }
  6465. .position-absolute {
  6466. position: absolute !important;
  6467. }
  6468. .position-fixed {
  6469. position: fixed !important;
  6470. }
  6471. .position-sticky {
  6472. position: sticky !important;
  6473. }
  6474. .fixed-top {
  6475. position: fixed;
  6476. top: 0;
  6477. right: 0;
  6478. left: 0;
  6479. z-index: 1030;
  6480. }
  6481. .fixed-bottom {
  6482. position: fixed;
  6483. right: 0;
  6484. bottom: 0;
  6485. left: 0;
  6486. z-index: 1030;
  6487. }
  6488. @supports (position: sticky) {
  6489. .sticky-top {
  6490. position: sticky;
  6491. top: 0;
  6492. z-index: 1020;
  6493. }
  6494. }
  6495. .sr-only {
  6496. position: absolute;
  6497. width: 1px;
  6498. height: 1px;
  6499. padding: 0;
  6500. margin: -1px;
  6501. overflow: hidden;
  6502. clip: rect(0, 0, 0, 0);
  6503. white-space: nowrap;
  6504. border: 0;
  6505. }
  6506. .sr-only-focusable:active, .sr-only-focusable:focus {
  6507. position: static;
  6508. width: auto;
  6509. height: auto;
  6510. overflow: visible;
  6511. clip: auto;
  6512. white-space: normal;
  6513. }
  6514. .shadow-sm {
  6515. box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  6516. }
  6517. .shadow {
  6518. box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  6519. }
  6520. .shadow-lg {
  6521. box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  6522. }
  6523. .shadow-none {
  6524. box-shadow: none !important;
  6525. }
  6526. .w-25 {
  6527. width: 25% !important;
  6528. }
  6529. .w-50 {
  6530. width: 50% !important;
  6531. }
  6532. .w-75 {
  6533. width: 75% !important;
  6534. }
  6535. .w-100 {
  6536. width: 100% !important;
  6537. }
  6538. .w-auto {
  6539. width: auto !important;
  6540. }
  6541. .h-25 {
  6542. height: 25% !important;
  6543. }
  6544. .h-50 {
  6545. height: 50% !important;
  6546. }
  6547. .h-75 {
  6548. height: 75% !important;
  6549. }
  6550. .h-100 {
  6551. height: 100% !important;
  6552. }
  6553. .h-auto {
  6554. height: auto !important;
  6555. }
  6556. .mw-100 {
  6557. max-width: 100% !important;
  6558. }
  6559. .mh-100 {
  6560. max-height: 100% !important;
  6561. }
  6562. .min-vw-100 {
  6563. min-width: 100vw !important;
  6564. }
  6565. .min-vh-100 {
  6566. min-height: 100vh !important;
  6567. }
  6568. .vw-100 {
  6569. width: 100vw !important;
  6570. }
  6571. .vh-100 {
  6572. height: 100vh !important;
  6573. }
  6574. .m-0 {
  6575. margin: 0 !important;
  6576. }
  6577. .mt-0,
  6578. .my-0 {
  6579. margin-top: 0 !important;
  6580. }
  6581. .mr-0,
  6582. .mx-0 {
  6583. margin-right: 0 !important;
  6584. }
  6585. .mb-0,
  6586. .my-0 {
  6587. margin-bottom: 0 !important;
  6588. }
  6589. .ml-0,
  6590. .mx-0 {
  6591. margin-left: 0 !important;
  6592. }
  6593. .m-1 {
  6594. margin: 0.25rem !important;
  6595. }
  6596. .mt-1,
  6597. .my-1 {
  6598. margin-top: 0.25rem !important;
  6599. }
  6600. .mr-1,
  6601. .mx-1 {
  6602. margin-right: 0.25rem !important;
  6603. }
  6604. .mb-1,
  6605. .my-1 {
  6606. margin-bottom: 0.25rem !important;
  6607. }
  6608. .ml-1,
  6609. .mx-1 {
  6610. margin-left: 0.25rem !important;
  6611. }
  6612. .m-2 {
  6613. margin: 0.5rem !important;
  6614. }
  6615. .mt-2,
  6616. .my-2 {
  6617. margin-top: 0.5rem !important;
  6618. }
  6619. .mr-2,
  6620. .mx-2 {
  6621. margin-right: 0.5rem !important;
  6622. }
  6623. .mb-2,
  6624. .my-2 {
  6625. margin-bottom: 0.5rem !important;
  6626. }
  6627. .ml-2,
  6628. .mx-2 {
  6629. margin-left: 0.5rem !important;
  6630. }
  6631. .m-3 {
  6632. margin: 1rem !important;
  6633. }
  6634. .mt-3,
  6635. .my-3 {
  6636. margin-top: 1rem !important;
  6637. }
  6638. .mr-3,
  6639. .mx-3 {
  6640. margin-right: 1rem !important;
  6641. }
  6642. .mb-3,
  6643. .my-3 {
  6644. margin-bottom: 1rem !important;
  6645. }
  6646. .ml-3,
  6647. .mx-3 {
  6648. margin-left: 1rem !important;
  6649. }
  6650. .m-4 {
  6651. margin: 1.5rem !important;
  6652. }
  6653. .mt-4,
  6654. .my-4 {
  6655. margin-top: 1.5rem !important;
  6656. }
  6657. .mr-4,
  6658. .mx-4 {
  6659. margin-right: 1.5rem !important;
  6660. }
  6661. .mb-4,
  6662. .my-4 {
  6663. margin-bottom: 1.5rem !important;
  6664. }
  6665. .ml-4,
  6666. .mx-4 {
  6667. margin-left: 1.5rem !important;
  6668. }
  6669. .m-5 {
  6670. margin: 3rem !important;
  6671. }
  6672. .mt-5,
  6673. .my-5 {
  6674. margin-top: 3rem !important;
  6675. }
  6676. .mr-5,
  6677. .mx-5 {
  6678. margin-right: 3rem !important;
  6679. }
  6680. .mb-5,
  6681. .my-5 {
  6682. margin-bottom: 3rem !important;
  6683. }
  6684. .ml-5,
  6685. .mx-5 {
  6686. margin-left: 3rem !important;
  6687. }
  6688. .p-0 {
  6689. padding: 0 !important;
  6690. }
  6691. .pt-0,
  6692. .py-0 {
  6693. padding-top: 0 !important;
  6694. }
  6695. .pr-0,
  6696. .px-0 {
  6697. padding-right: 0 !important;
  6698. }
  6699. .pb-0,
  6700. .py-0 {
  6701. padding-bottom: 0 !important;
  6702. }
  6703. .pl-0,
  6704. .px-0 {
  6705. padding-left: 0 !important;
  6706. }
  6707. .p-1 {
  6708. padding: 0.25rem !important;
  6709. }
  6710. .pt-1,
  6711. .py-1 {
  6712. padding-top: 0.25rem !important;
  6713. }
  6714. .pr-1,
  6715. .px-1 {
  6716. padding-right: 0.25rem !important;
  6717. }
  6718. .pb-1,
  6719. .py-1 {
  6720. padding-bottom: 0.25rem !important;
  6721. }
  6722. .pl-1,
  6723. .px-1 {
  6724. padding-left: 0.25rem !important;
  6725. }
  6726. .p-2 {
  6727. padding: 0.5rem !important;
  6728. }
  6729. .pt-2,
  6730. .py-2 {
  6731. padding-top: 0.5rem !important;
  6732. }
  6733. .pr-2,
  6734. .px-2 {
  6735. padding-right: 0.5rem !important;
  6736. }
  6737. .pb-2,
  6738. .py-2 {
  6739. padding-bottom: 0.5rem !important;
  6740. }
  6741. .pl-2,
  6742. .px-2 {
  6743. padding-left: 0.5rem !important;
  6744. }
  6745. .p-3 {
  6746. padding: 1rem !important;
  6747. }
  6748. .pt-3,
  6749. .py-3 {
  6750. padding-top: 1rem !important;
  6751. }
  6752. .pr-3,
  6753. .px-3 {
  6754. padding-right: 1rem !important;
  6755. }
  6756. .pb-3,
  6757. .py-3 {
  6758. padding-bottom: 1rem !important;
  6759. }
  6760. .pl-3,
  6761. .px-3 {
  6762. padding-left: 1rem !important;
  6763. }
  6764. .p-4 {
  6765. padding: 1.5rem !important;
  6766. }
  6767. .pt-4,
  6768. .py-4 {
  6769. padding-top: 1.5rem !important;
  6770. }
  6771. .pr-4,
  6772. .px-4 {
  6773. padding-right: 1.5rem !important;
  6774. }
  6775. .pb-4,
  6776. .py-4 {
  6777. padding-bottom: 1.5rem !important;
  6778. }
  6779. .pl-4,
  6780. .px-4 {
  6781. padding-left: 1.5rem !important;
  6782. }
  6783. .p-5 {
  6784. padding: 3rem !important;
  6785. }
  6786. .pt-5,
  6787. .py-5 {
  6788. padding-top: 3rem !important;
  6789. }
  6790. .pr-5,
  6791. .px-5 {
  6792. padding-right: 3rem !important;
  6793. }
  6794. .pb-5,
  6795. .py-5 {
  6796. padding-bottom: 3rem !important;
  6797. }
  6798. .pl-5,
  6799. .px-5 {
  6800. padding-left: 3rem !important;
  6801. }
  6802. .m-n1 {
  6803. margin: -0.25rem !important;
  6804. }
  6805. .mt-n1,
  6806. .my-n1 {
  6807. margin-top: -0.25rem !important;
  6808. }
  6809. .mr-n1,
  6810. .mx-n1 {
  6811. margin-right: -0.25rem !important;
  6812. }
  6813. .mb-n1,
  6814. .my-n1 {
  6815. margin-bottom: -0.25rem !important;
  6816. }
  6817. .ml-n1,
  6818. .mx-n1 {
  6819. margin-left: -0.25rem !important;
  6820. }
  6821. .m-n2 {
  6822. margin: -0.5rem !important;
  6823. }
  6824. .mt-n2,
  6825. .my-n2 {
  6826. margin-top: -0.5rem !important;
  6827. }
  6828. .mr-n2,
  6829. .mx-n2 {
  6830. margin-right: -0.5rem !important;
  6831. }
  6832. .mb-n2,
  6833. .my-n2 {
  6834. margin-bottom: -0.5rem !important;
  6835. }
  6836. .ml-n2,
  6837. .mx-n2 {
  6838. margin-left: -0.5rem !important;
  6839. }
  6840. .m-n3 {
  6841. margin: -1rem !important;
  6842. }
  6843. .mt-n3,
  6844. .my-n3 {
  6845. margin-top: -1rem !important;
  6846. }
  6847. .mr-n3,
  6848. .mx-n3 {
  6849. margin-right: -1rem !important;
  6850. }
  6851. .mb-n3,
  6852. .my-n3 {
  6853. margin-bottom: -1rem !important;
  6854. }
  6855. .ml-n3,
  6856. .mx-n3 {
  6857. margin-left: -1rem !important;
  6858. }
  6859. .m-n4 {
  6860. margin: -1.5rem !important;
  6861. }
  6862. .mt-n4,
  6863. .my-n4 {
  6864. margin-top: -1.5rem !important;
  6865. }
  6866. .mr-n4,
  6867. .mx-n4 {
  6868. margin-right: -1.5rem !important;
  6869. }
  6870. .mb-n4,
  6871. .my-n4 {
  6872. margin-bottom: -1.5rem !important;
  6873. }
  6874. .ml-n4,
  6875. .mx-n4 {
  6876. margin-left: -1.5rem !important;
  6877. }
  6878. .m-n5 {
  6879. margin: -3rem !important;
  6880. }
  6881. .mt-n5,
  6882. .my-n5 {
  6883. margin-top: -3rem !important;
  6884. }
  6885. .mr-n5,
  6886. .mx-n5 {
  6887. margin-right: -3rem !important;
  6888. }
  6889. .mb-n5,
  6890. .my-n5 {
  6891. margin-bottom: -3rem !important;
  6892. }
  6893. .ml-n5,
  6894. .mx-n5 {
  6895. margin-left: -3rem !important;
  6896. }
  6897. .m-auto {
  6898. margin: auto !important;
  6899. }
  6900. .mt-auto,
  6901. .my-auto {
  6902. margin-top: auto !important;
  6903. }
  6904. .mr-auto,
  6905. .mx-auto {
  6906. margin-right: auto !important;
  6907. }
  6908. .mb-auto,
  6909. .my-auto {
  6910. margin-bottom: auto !important;
  6911. }
  6912. .ml-auto,
  6913. .mx-auto {
  6914. margin-left: auto !important;
  6915. }
  6916. @media (min-width: 576px) {
  6917. .m-sm-0 {
  6918. margin: 0 !important;
  6919. }
  6920. .mt-sm-0,
  6921. .my-sm-0 {
  6922. margin-top: 0 !important;
  6923. }
  6924. .mr-sm-0,
  6925. .mx-sm-0 {
  6926. margin-right: 0 !important;
  6927. }
  6928. .mb-sm-0,
  6929. .my-sm-0 {
  6930. margin-bottom: 0 !important;
  6931. }
  6932. .ml-sm-0,
  6933. .mx-sm-0 {
  6934. margin-left: 0 !important;
  6935. }
  6936. .m-sm-1 {
  6937. margin: 0.25rem !important;
  6938. }
  6939. .mt-sm-1,
  6940. .my-sm-1 {
  6941. margin-top: 0.25rem !important;
  6942. }
  6943. .mr-sm-1,
  6944. .mx-sm-1 {
  6945. margin-right: 0.25rem !important;
  6946. }
  6947. .mb-sm-1,
  6948. .my-sm-1 {
  6949. margin-bottom: 0.25rem !important;
  6950. }
  6951. .ml-sm-1,
  6952. .mx-sm-1 {
  6953. margin-left: 0.25rem !important;
  6954. }
  6955. .m-sm-2 {
  6956. margin: 0.5rem !important;
  6957. }
  6958. .mt-sm-2,
  6959. .my-sm-2 {
  6960. margin-top: 0.5rem !important;
  6961. }
  6962. .mr-sm-2,
  6963. .mx-sm-2 {
  6964. margin-right: 0.5rem !important;
  6965. }
  6966. .mb-sm-2,
  6967. .my-sm-2 {
  6968. margin-bottom: 0.5rem !important;
  6969. }
  6970. .ml-sm-2,
  6971. .mx-sm-2 {
  6972. margin-left: 0.5rem !important;
  6973. }
  6974. .m-sm-3 {
  6975. margin: 1rem !important;
  6976. }
  6977. .mt-sm-3,
  6978. .my-sm-3 {
  6979. margin-top: 1rem !important;
  6980. }
  6981. .mr-sm-3,
  6982. .mx-sm-3 {
  6983. margin-right: 1rem !important;
  6984. }
  6985. .mb-sm-3,
  6986. .my-sm-3 {
  6987. margin-bottom: 1rem !important;
  6988. }
  6989. .ml-sm-3,
  6990. .mx-sm-3 {
  6991. margin-left: 1rem !important;
  6992. }
  6993. .m-sm-4 {
  6994. margin: 1.5rem !important;
  6995. }
  6996. .mt-sm-4,
  6997. .my-sm-4 {
  6998. margin-top: 1.5rem !important;
  6999. }
  7000. .mr-sm-4,
  7001. .mx-sm-4 {
  7002. margin-right: 1.5rem !important;
  7003. }
  7004. .mb-sm-4,
  7005. .my-sm-4 {
  7006. margin-bottom: 1.5rem !important;
  7007. }
  7008. .ml-sm-4,
  7009. .mx-sm-4 {
  7010. margin-left: 1.5rem !important;
  7011. }
  7012. .m-sm-5 {
  7013. margin: 3rem !important;
  7014. }
  7015. .mt-sm-5,
  7016. .my-sm-5 {
  7017. margin-top: 3rem !important;
  7018. }
  7019. .mr-sm-5,
  7020. .mx-sm-5 {
  7021. margin-right: 3rem !important;
  7022. }
  7023. .mb-sm-5,
  7024. .my-sm-5 {
  7025. margin-bottom: 3rem !important;
  7026. }
  7027. .ml-sm-5,
  7028. .mx-sm-5 {
  7029. margin-left: 3rem !important;
  7030. }
  7031. .p-sm-0 {
  7032. padding: 0 !important;
  7033. }
  7034. .pt-sm-0,
  7035. .py-sm-0 {
  7036. padding-top: 0 !important;
  7037. }
  7038. .pr-sm-0,
  7039. .px-sm-0 {
  7040. padding-right: 0 !important;
  7041. }
  7042. .pb-sm-0,
  7043. .py-sm-0 {
  7044. padding-bottom: 0 !important;
  7045. }
  7046. .pl-sm-0,
  7047. .px-sm-0 {
  7048. padding-left: 0 !important;
  7049. }
  7050. .p-sm-1 {
  7051. padding: 0.25rem !important;
  7052. }
  7053. .pt-sm-1,
  7054. .py-sm-1 {
  7055. padding-top: 0.25rem !important;
  7056. }
  7057. .pr-sm-1,
  7058. .px-sm-1 {
  7059. padding-right: 0.25rem !important;
  7060. }
  7061. .pb-sm-1,
  7062. .py-sm-1 {
  7063. padding-bottom: 0.25rem !important;
  7064. }
  7065. .pl-sm-1,
  7066. .px-sm-1 {
  7067. padding-left: 0.25rem !important;
  7068. }
  7069. .p-sm-2 {
  7070. padding: 0.5rem !important;
  7071. }
  7072. .pt-sm-2,
  7073. .py-sm-2 {
  7074. padding-top: 0.5rem !important;
  7075. }
  7076. .pr-sm-2,
  7077. .px-sm-2 {
  7078. padding-right: 0.5rem !important;
  7079. }
  7080. .pb-sm-2,
  7081. .py-sm-2 {
  7082. padding-bottom: 0.5rem !important;
  7083. }
  7084. .pl-sm-2,
  7085. .px-sm-2 {
  7086. padding-left: 0.5rem !important;
  7087. }
  7088. .p-sm-3 {
  7089. padding: 1rem !important;
  7090. }
  7091. .pt-sm-3,
  7092. .py-sm-3 {
  7093. padding-top: 1rem !important;
  7094. }
  7095. .pr-sm-3,
  7096. .px-sm-3 {
  7097. padding-right: 1rem !important;
  7098. }
  7099. .pb-sm-3,
  7100. .py-sm-3 {
  7101. padding-bottom: 1rem !important;
  7102. }
  7103. .pl-sm-3,
  7104. .px-sm-3 {
  7105. padding-left: 1rem !important;
  7106. }
  7107. .p-sm-4 {
  7108. padding: 1.5rem !important;
  7109. }
  7110. .pt-sm-4,
  7111. .py-sm-4 {
  7112. padding-top: 1.5rem !important;
  7113. }
  7114. .pr-sm-4,
  7115. .px-sm-4 {
  7116. padding-right: 1.5rem !important;
  7117. }
  7118. .pb-sm-4,
  7119. .py-sm-4 {
  7120. padding-bottom: 1.5rem !important;
  7121. }
  7122. .pl-sm-4,
  7123. .px-sm-4 {
  7124. padding-left: 1.5rem !important;
  7125. }
  7126. .p-sm-5 {
  7127. padding: 3rem !important;
  7128. }
  7129. .pt-sm-5,
  7130. .py-sm-5 {
  7131. padding-top: 3rem !important;
  7132. }
  7133. .pr-sm-5,
  7134. .px-sm-5 {
  7135. padding-right: 3rem !important;
  7136. }
  7137. .pb-sm-5,
  7138. .py-sm-5 {
  7139. padding-bottom: 3rem !important;
  7140. }
  7141. .pl-sm-5,
  7142. .px-sm-5 {
  7143. padding-left: 3rem !important;
  7144. }
  7145. .m-sm-n1 {
  7146. margin: -0.25rem !important;
  7147. }
  7148. .mt-sm-n1,
  7149. .my-sm-n1 {
  7150. margin-top: -0.25rem !important;
  7151. }
  7152. .mr-sm-n1,
  7153. .mx-sm-n1 {
  7154. margin-right: -0.25rem !important;
  7155. }
  7156. .mb-sm-n1,
  7157. .my-sm-n1 {
  7158. margin-bottom: -0.25rem !important;
  7159. }
  7160. .ml-sm-n1,
  7161. .mx-sm-n1 {
  7162. margin-left: -0.25rem !important;
  7163. }
  7164. .m-sm-n2 {
  7165. margin: -0.5rem !important;
  7166. }
  7167. .mt-sm-n2,
  7168. .my-sm-n2 {
  7169. margin-top: -0.5rem !important;
  7170. }
  7171. .mr-sm-n2,
  7172. .mx-sm-n2 {
  7173. margin-right: -0.5rem !important;
  7174. }
  7175. .mb-sm-n2,
  7176. .my-sm-n2 {
  7177. margin-bottom: -0.5rem !important;
  7178. }
  7179. .ml-sm-n2,
  7180. .mx-sm-n2 {
  7181. margin-left: -0.5rem !important;
  7182. }
  7183. .m-sm-n3 {
  7184. margin: -1rem !important;
  7185. }
  7186. .mt-sm-n3,
  7187. .my-sm-n3 {
  7188. margin-top: -1rem !important;
  7189. }
  7190. .mr-sm-n3,
  7191. .mx-sm-n3 {
  7192. margin-right: -1rem !important;
  7193. }
  7194. .mb-sm-n3,
  7195. .my-sm-n3 {
  7196. margin-bottom: -1rem !important;
  7197. }
  7198. .ml-sm-n3,
  7199. .mx-sm-n3 {
  7200. margin-left: -1rem !important;
  7201. }
  7202. .m-sm-n4 {
  7203. margin: -1.5rem !important;
  7204. }
  7205. .mt-sm-n4,
  7206. .my-sm-n4 {
  7207. margin-top: -1.5rem !important;
  7208. }
  7209. .mr-sm-n4,
  7210. .mx-sm-n4 {
  7211. margin-right: -1.5rem !important;
  7212. }
  7213. .mb-sm-n4,
  7214. .my-sm-n4 {
  7215. margin-bottom: -1.5rem !important;
  7216. }
  7217. .ml-sm-n4,
  7218. .mx-sm-n4 {
  7219. margin-left: -1.5rem !important;
  7220. }
  7221. .m-sm-n5 {
  7222. margin: -3rem !important;
  7223. }
  7224. .mt-sm-n5,
  7225. .my-sm-n5 {
  7226. margin-top: -3rem !important;
  7227. }
  7228. .mr-sm-n5,
  7229. .mx-sm-n5 {
  7230. margin-right: -3rem !important;
  7231. }
  7232. .mb-sm-n5,
  7233. .my-sm-n5 {
  7234. margin-bottom: -3rem !important;
  7235. }
  7236. .ml-sm-n5,
  7237. .mx-sm-n5 {
  7238. margin-left: -3rem !important;
  7239. }
  7240. .m-sm-auto {
  7241. margin: auto !important;
  7242. }
  7243. .mt-sm-auto,
  7244. .my-sm-auto {
  7245. margin-top: auto !important;
  7246. }
  7247. .mr-sm-auto,
  7248. .mx-sm-auto {
  7249. margin-right: auto !important;
  7250. }
  7251. .mb-sm-auto,
  7252. .my-sm-auto {
  7253. margin-bottom: auto !important;
  7254. }
  7255. .ml-sm-auto,
  7256. .mx-sm-auto {
  7257. margin-left: auto !important;
  7258. }
  7259. }
  7260. @media (min-width: 768px) {
  7261. .m-md-0 {
  7262. margin: 0 !important;
  7263. }
  7264. .mt-md-0,
  7265. .my-md-0 {
  7266. margin-top: 0 !important;
  7267. }
  7268. .mr-md-0,
  7269. .mx-md-0 {
  7270. margin-right: 0 !important;
  7271. }
  7272. .mb-md-0,
  7273. .my-md-0 {
  7274. margin-bottom: 0 !important;
  7275. }
  7276. .ml-md-0,
  7277. .mx-md-0 {
  7278. margin-left: 0 !important;
  7279. }
  7280. .m-md-1 {
  7281. margin: 0.25rem !important;
  7282. }
  7283. .mt-md-1,
  7284. .my-md-1 {
  7285. margin-top: 0.25rem !important;
  7286. }
  7287. .mr-md-1,
  7288. .mx-md-1 {
  7289. margin-right: 0.25rem !important;
  7290. }
  7291. .mb-md-1,
  7292. .my-md-1 {
  7293. margin-bottom: 0.25rem !important;
  7294. }
  7295. .ml-md-1,
  7296. .mx-md-1 {
  7297. margin-left: 0.25rem !important;
  7298. }
  7299. .m-md-2 {
  7300. margin: 0.5rem !important;
  7301. }
  7302. .mt-md-2,
  7303. .my-md-2 {
  7304. margin-top: 0.5rem !important;
  7305. }
  7306. .mr-md-2,
  7307. .mx-md-2 {
  7308. margin-right: 0.5rem !important;
  7309. }
  7310. .mb-md-2,
  7311. .my-md-2 {
  7312. margin-bottom: 0.5rem !important;
  7313. }
  7314. .ml-md-2,
  7315. .mx-md-2 {
  7316. margin-left: 0.5rem !important;
  7317. }
  7318. .m-md-3 {
  7319. margin: 1rem !important;
  7320. }
  7321. .mt-md-3,
  7322. .my-md-3 {
  7323. margin-top: 1rem !important;
  7324. }
  7325. .mr-md-3,
  7326. .mx-md-3 {
  7327. margin-right: 1rem !important;
  7328. }
  7329. .mb-md-3,
  7330. .my-md-3 {
  7331. margin-bottom: 1rem !important;
  7332. }
  7333. .ml-md-3,
  7334. .mx-md-3 {
  7335. margin-left: 1rem !important;
  7336. }
  7337. .m-md-4 {
  7338. margin: 1.5rem !important;
  7339. }
  7340. .mt-md-4,
  7341. .my-md-4 {
  7342. margin-top: 1.5rem !important;
  7343. }
  7344. .mr-md-4,
  7345. .mx-md-4 {
  7346. margin-right: 1.5rem !important;
  7347. }
  7348. .mb-md-4,
  7349. .my-md-4 {
  7350. margin-bottom: 1.5rem !important;
  7351. }
  7352. .ml-md-4,
  7353. .mx-md-4 {
  7354. margin-left: 1.5rem !important;
  7355. }
  7356. .m-md-5 {
  7357. margin: 3rem !important;
  7358. }
  7359. .mt-md-5,
  7360. .my-md-5 {
  7361. margin-top: 3rem !important;
  7362. }
  7363. .mr-md-5,
  7364. .mx-md-5 {
  7365. margin-right: 3rem !important;
  7366. }
  7367. .mb-md-5,
  7368. .my-md-5 {
  7369. margin-bottom: 3rem !important;
  7370. }
  7371. .ml-md-5,
  7372. .mx-md-5 {
  7373. margin-left: 3rem !important;
  7374. }
  7375. .p-md-0 {
  7376. padding: 0 !important;
  7377. }
  7378. .pt-md-0,
  7379. .py-md-0 {
  7380. padding-top: 0 !important;
  7381. }
  7382. .pr-md-0,
  7383. .px-md-0 {
  7384. padding-right: 0 !important;
  7385. }
  7386. .pb-md-0,
  7387. .py-md-0 {
  7388. padding-bottom: 0 !important;
  7389. }
  7390. .pl-md-0,
  7391. .px-md-0 {
  7392. padding-left: 0 !important;
  7393. }
  7394. .p-md-1 {
  7395. padding: 0.25rem !important;
  7396. }
  7397. .pt-md-1,
  7398. .py-md-1 {
  7399. padding-top: 0.25rem !important;
  7400. }
  7401. .pr-md-1,
  7402. .px-md-1 {
  7403. padding-right: 0.25rem !important;
  7404. }
  7405. .pb-md-1,
  7406. .py-md-1 {
  7407. padding-bottom: 0.25rem !important;
  7408. }
  7409. .pl-md-1,
  7410. .px-md-1 {
  7411. padding-left: 0.25rem !important;
  7412. }
  7413. .p-md-2 {
  7414. padding: 0.5rem !important;
  7415. }
  7416. .pt-md-2,
  7417. .py-md-2 {
  7418. padding-top: 0.5rem !important;
  7419. }
  7420. .pr-md-2,
  7421. .px-md-2 {
  7422. padding-right: 0.5rem !important;
  7423. }
  7424. .pb-md-2,
  7425. .py-md-2 {
  7426. padding-bottom: 0.5rem !important;
  7427. }
  7428. .pl-md-2,
  7429. .px-md-2 {
  7430. padding-left: 0.5rem !important;
  7431. }
  7432. .p-md-3 {
  7433. padding: 1rem !important;
  7434. }
  7435. .pt-md-3,
  7436. .py-md-3 {
  7437. padding-top: 1rem !important;
  7438. }
  7439. .pr-md-3,
  7440. .px-md-3 {
  7441. padding-right: 1rem !important;
  7442. }
  7443. .pb-md-3,
  7444. .py-md-3 {
  7445. padding-bottom: 1rem !important;
  7446. }
  7447. .pl-md-3,
  7448. .px-md-3 {
  7449. padding-left: 1rem !important;
  7450. }
  7451. .p-md-4 {
  7452. padding: 1.5rem !important;
  7453. }
  7454. .pt-md-4,
  7455. .py-md-4 {
  7456. padding-top: 1.5rem !important;
  7457. }
  7458. .pr-md-4,
  7459. .px-md-4 {
  7460. padding-right: 1.5rem !important;
  7461. }
  7462. .pb-md-4,
  7463. .py-md-4 {
  7464. padding-bottom: 1.5rem !important;
  7465. }
  7466. .pl-md-4,
  7467. .px-md-4 {
  7468. padding-left: 1.5rem !important;
  7469. }
  7470. .p-md-5 {
  7471. padding: 3rem !important;
  7472. }
  7473. .pt-md-5,
  7474. .py-md-5 {
  7475. padding-top: 3rem !important;
  7476. }
  7477. .pr-md-5,
  7478. .px-md-5 {
  7479. padding-right: 3rem !important;
  7480. }
  7481. .pb-md-5,
  7482. .py-md-5 {
  7483. padding-bottom: 3rem !important;
  7484. }
  7485. .pl-md-5,
  7486. .px-md-5 {
  7487. padding-left: 3rem !important;
  7488. }
  7489. .m-md-n1 {
  7490. margin: -0.25rem !important;
  7491. }
  7492. .mt-md-n1,
  7493. .my-md-n1 {
  7494. margin-top: -0.25rem !important;
  7495. }
  7496. .mr-md-n1,
  7497. .mx-md-n1 {
  7498. margin-right: -0.25rem !important;
  7499. }
  7500. .mb-md-n1,
  7501. .my-md-n1 {
  7502. margin-bottom: -0.25rem !important;
  7503. }
  7504. .ml-md-n1,
  7505. .mx-md-n1 {
  7506. margin-left: -0.25rem !important;
  7507. }
  7508. .m-md-n2 {
  7509. margin: -0.5rem !important;
  7510. }
  7511. .mt-md-n2,
  7512. .my-md-n2 {
  7513. margin-top: -0.5rem !important;
  7514. }
  7515. .mr-md-n2,
  7516. .mx-md-n2 {
  7517. margin-right: -0.5rem !important;
  7518. }
  7519. .mb-md-n2,
  7520. .my-md-n2 {
  7521. margin-bottom: -0.5rem !important;
  7522. }
  7523. .ml-md-n2,
  7524. .mx-md-n2 {
  7525. margin-left: -0.5rem !important;
  7526. }
  7527. .m-md-n3 {
  7528. margin: -1rem !important;
  7529. }
  7530. .mt-md-n3,
  7531. .my-md-n3 {
  7532. margin-top: -1rem !important;
  7533. }
  7534. .mr-md-n3,
  7535. .mx-md-n3 {
  7536. margin-right: -1rem !important;
  7537. }
  7538. .mb-md-n3,
  7539. .my-md-n3 {
  7540. margin-bottom: -1rem !important;
  7541. }
  7542. .ml-md-n3,
  7543. .mx-md-n3 {
  7544. margin-left: -1rem !important;
  7545. }
  7546. .m-md-n4 {
  7547. margin: -1.5rem !important;
  7548. }
  7549. .mt-md-n4,
  7550. .my-md-n4 {
  7551. margin-top: -1.5rem !important;
  7552. }
  7553. .mr-md-n4,
  7554. .mx-md-n4 {
  7555. margin-right: -1.5rem !important;
  7556. }
  7557. .mb-md-n4,
  7558. .my-md-n4 {
  7559. margin-bottom: -1.5rem !important;
  7560. }
  7561. .ml-md-n4,
  7562. .mx-md-n4 {
  7563. margin-left: -1.5rem !important;
  7564. }
  7565. .m-md-n5 {
  7566. margin: -3rem !important;
  7567. }
  7568. .mt-md-n5,
  7569. .my-md-n5 {
  7570. margin-top: -3rem !important;
  7571. }
  7572. .mr-md-n5,
  7573. .mx-md-n5 {
  7574. margin-right: -3rem !important;
  7575. }
  7576. .mb-md-n5,
  7577. .my-md-n5 {
  7578. margin-bottom: -3rem !important;
  7579. }
  7580. .ml-md-n5,
  7581. .mx-md-n5 {
  7582. margin-left: -3rem !important;
  7583. }
  7584. .m-md-auto {
  7585. margin: auto !important;
  7586. }
  7587. .mt-md-auto,
  7588. .my-md-auto {
  7589. margin-top: auto !important;
  7590. }
  7591. .mr-md-auto,
  7592. .mx-md-auto {
  7593. margin-right: auto !important;
  7594. }
  7595. .mb-md-auto,
  7596. .my-md-auto {
  7597. margin-bottom: auto !important;
  7598. }
  7599. .ml-md-auto,
  7600. .mx-md-auto {
  7601. margin-left: auto !important;
  7602. }
  7603. }
  7604. @media (min-width: 992px) {
  7605. .m-lg-0 {
  7606. margin: 0 !important;
  7607. }
  7608. .mt-lg-0,
  7609. .my-lg-0 {
  7610. margin-top: 0 !important;
  7611. }
  7612. .mr-lg-0,
  7613. .mx-lg-0 {
  7614. margin-right: 0 !important;
  7615. }
  7616. .mb-lg-0,
  7617. .my-lg-0 {
  7618. margin-bottom: 0 !important;
  7619. }
  7620. .ml-lg-0,
  7621. .mx-lg-0 {
  7622. margin-left: 0 !important;
  7623. }
  7624. .m-lg-1 {
  7625. margin: 0.25rem !important;
  7626. }
  7627. .mt-lg-1,
  7628. .my-lg-1 {
  7629. margin-top: 0.25rem !important;
  7630. }
  7631. .mr-lg-1,
  7632. .mx-lg-1 {
  7633. margin-right: 0.25rem !important;
  7634. }
  7635. .mb-lg-1,
  7636. .my-lg-1 {
  7637. margin-bottom: 0.25rem !important;
  7638. }
  7639. .ml-lg-1,
  7640. .mx-lg-1 {
  7641. margin-left: 0.25rem !important;
  7642. }
  7643. .m-lg-2 {
  7644. margin: 0.5rem !important;
  7645. }
  7646. .mt-lg-2,
  7647. .my-lg-2 {
  7648. margin-top: 0.5rem !important;
  7649. }
  7650. .mr-lg-2,
  7651. .mx-lg-2 {
  7652. margin-right: 0.5rem !important;
  7653. }
  7654. .mb-lg-2,
  7655. .my-lg-2 {
  7656. margin-bottom: 0.5rem !important;
  7657. }
  7658. .ml-lg-2,
  7659. .mx-lg-2 {
  7660. margin-left: 0.5rem !important;
  7661. }
  7662. .m-lg-3 {
  7663. margin: 1rem !important;
  7664. }
  7665. .mt-lg-3,
  7666. .my-lg-3 {
  7667. margin-top: 1rem !important;
  7668. }
  7669. .mr-lg-3,
  7670. .mx-lg-3 {
  7671. margin-right: 1rem !important;
  7672. }
  7673. .mb-lg-3,
  7674. .my-lg-3 {
  7675. margin-bottom: 1rem !important;
  7676. }
  7677. .ml-lg-3,
  7678. .mx-lg-3 {
  7679. margin-left: 1rem !important;
  7680. }
  7681. .m-lg-4 {
  7682. margin: 1.5rem !important;
  7683. }
  7684. .mt-lg-4,
  7685. .my-lg-4 {
  7686. margin-top: 1.5rem !important;
  7687. }
  7688. .mr-lg-4,
  7689. .mx-lg-4 {
  7690. margin-right: 1.5rem !important;
  7691. }
  7692. .mb-lg-4,
  7693. .my-lg-4 {
  7694. margin-bottom: 1.5rem !important;
  7695. }
  7696. .ml-lg-4,
  7697. .mx-lg-4 {
  7698. margin-left: 1.5rem !important;
  7699. }
  7700. .m-lg-5 {
  7701. margin: 3rem !important;
  7702. }
  7703. .mt-lg-5,
  7704. .my-lg-5 {
  7705. margin-top: 3rem !important;
  7706. }
  7707. .mr-lg-5,
  7708. .mx-lg-5 {
  7709. margin-right: 3rem !important;
  7710. }
  7711. .mb-lg-5,
  7712. .my-lg-5 {
  7713. margin-bottom: 3rem !important;
  7714. }
  7715. .ml-lg-5,
  7716. .mx-lg-5 {
  7717. margin-left: 3rem !important;
  7718. }
  7719. .p-lg-0 {
  7720. padding: 0 !important;
  7721. }
  7722. .pt-lg-0,
  7723. .py-lg-0 {
  7724. padding-top: 0 !important;
  7725. }
  7726. .pr-lg-0,
  7727. .px-lg-0 {
  7728. padding-right: 0 !important;
  7729. }
  7730. .pb-lg-0,
  7731. .py-lg-0 {
  7732. padding-bottom: 0 !important;
  7733. }
  7734. .pl-lg-0,
  7735. .px-lg-0 {
  7736. padding-left: 0 !important;
  7737. }
  7738. .p-lg-1 {
  7739. padding: 0.25rem !important;
  7740. }
  7741. .pt-lg-1,
  7742. .py-lg-1 {
  7743. padding-top: 0.25rem !important;
  7744. }
  7745. .pr-lg-1,
  7746. .px-lg-1 {
  7747. padding-right: 0.25rem !important;
  7748. }
  7749. .pb-lg-1,
  7750. .py-lg-1 {
  7751. padding-bottom: 0.25rem !important;
  7752. }
  7753. .pl-lg-1,
  7754. .px-lg-1 {
  7755. padding-left: 0.25rem !important;
  7756. }
  7757. .p-lg-2 {
  7758. padding: 0.5rem !important;
  7759. }
  7760. .pt-lg-2,
  7761. .py-lg-2 {
  7762. padding-top: 0.5rem !important;
  7763. }
  7764. .pr-lg-2,
  7765. .px-lg-2 {
  7766. padding-right: 0.5rem !important;
  7767. }
  7768. .pb-lg-2,
  7769. .py-lg-2 {
  7770. padding-bottom: 0.5rem !important;
  7771. }
  7772. .pl-lg-2,
  7773. .px-lg-2 {
  7774. padding-left: 0.5rem !important;
  7775. }
  7776. .p-lg-3 {
  7777. padding: 1rem !important;
  7778. }
  7779. .pt-lg-3,
  7780. .py-lg-3 {
  7781. padding-top: 1rem !important;
  7782. }
  7783. .pr-lg-3,
  7784. .px-lg-3 {
  7785. padding-right: 1rem !important;
  7786. }
  7787. .pb-lg-3,
  7788. .py-lg-3 {
  7789. padding-bottom: 1rem !important;
  7790. }
  7791. .pl-lg-3,
  7792. .px-lg-3 {
  7793. padding-left: 1rem !important;
  7794. }
  7795. .p-lg-4 {
  7796. padding: 1.5rem !important;
  7797. }
  7798. .pt-lg-4,
  7799. .py-lg-4 {
  7800. padding-top: 1.5rem !important;
  7801. }
  7802. .pr-lg-4,
  7803. .px-lg-4 {
  7804. padding-right: 1.5rem !important;
  7805. }
  7806. .pb-lg-4,
  7807. .py-lg-4 {
  7808. padding-bottom: 1.5rem !important;
  7809. }
  7810. .pl-lg-4,
  7811. .px-lg-4 {
  7812. padding-left: 1.5rem !important;
  7813. }
  7814. .p-lg-5 {
  7815. padding: 3rem !important;
  7816. }
  7817. .pt-lg-5,
  7818. .py-lg-5 {
  7819. padding-top: 3rem !important;
  7820. }
  7821. .pr-lg-5,
  7822. .px-lg-5 {
  7823. padding-right: 3rem !important;
  7824. }
  7825. .pb-lg-5,
  7826. .py-lg-5 {
  7827. padding-bottom: 3rem !important;
  7828. }
  7829. .pl-lg-5,
  7830. .px-lg-5 {
  7831. padding-left: 3rem !important;
  7832. }
  7833. .m-lg-n1 {
  7834. margin: -0.25rem !important;
  7835. }
  7836. .mt-lg-n1,
  7837. .my-lg-n1 {
  7838. margin-top: -0.25rem !important;
  7839. }
  7840. .mr-lg-n1,
  7841. .mx-lg-n1 {
  7842. margin-right: -0.25rem !important;
  7843. }
  7844. .mb-lg-n1,
  7845. .my-lg-n1 {
  7846. margin-bottom: -0.25rem !important;
  7847. }
  7848. .ml-lg-n1,
  7849. .mx-lg-n1 {
  7850. margin-left: -0.25rem !important;
  7851. }
  7852. .m-lg-n2 {
  7853. margin: -0.5rem !important;
  7854. }
  7855. .mt-lg-n2,
  7856. .my-lg-n2 {
  7857. margin-top: -0.5rem !important;
  7858. }
  7859. .mr-lg-n2,
  7860. .mx-lg-n2 {
  7861. margin-right: -0.5rem !important;
  7862. }
  7863. .mb-lg-n2,
  7864. .my-lg-n2 {
  7865. margin-bottom: -0.5rem !important;
  7866. }
  7867. .ml-lg-n2,
  7868. .mx-lg-n2 {
  7869. margin-left: -0.5rem !important;
  7870. }
  7871. .m-lg-n3 {
  7872. margin: -1rem !important;
  7873. }
  7874. .mt-lg-n3,
  7875. .my-lg-n3 {
  7876. margin-top: -1rem !important;
  7877. }
  7878. .mr-lg-n3,
  7879. .mx-lg-n3 {
  7880. margin-right: -1rem !important;
  7881. }
  7882. .mb-lg-n3,
  7883. .my-lg-n3 {
  7884. margin-bottom: -1rem !important;
  7885. }
  7886. .ml-lg-n3,
  7887. .mx-lg-n3 {
  7888. margin-left: -1rem !important;
  7889. }
  7890. .m-lg-n4 {
  7891. margin: -1.5rem !important;
  7892. }
  7893. .mt-lg-n4,
  7894. .my-lg-n4 {
  7895. margin-top: -1.5rem !important;
  7896. }
  7897. .mr-lg-n4,
  7898. .mx-lg-n4 {
  7899. margin-right: -1.5rem !important;
  7900. }
  7901. .mb-lg-n4,
  7902. .my-lg-n4 {
  7903. margin-bottom: -1.5rem !important;
  7904. }
  7905. .ml-lg-n4,
  7906. .mx-lg-n4 {
  7907. margin-left: -1.5rem !important;
  7908. }
  7909. .m-lg-n5 {
  7910. margin: -3rem !important;
  7911. }
  7912. .mt-lg-n5,
  7913. .my-lg-n5 {
  7914. margin-top: -3rem !important;
  7915. }
  7916. .mr-lg-n5,
  7917. .mx-lg-n5 {
  7918. margin-right: -3rem !important;
  7919. }
  7920. .mb-lg-n5,
  7921. .my-lg-n5 {
  7922. margin-bottom: -3rem !important;
  7923. }
  7924. .ml-lg-n5,
  7925. .mx-lg-n5 {
  7926. margin-left: -3rem !important;
  7927. }
  7928. .m-lg-auto {
  7929. margin: auto !important;
  7930. }
  7931. .mt-lg-auto,
  7932. .my-lg-auto {
  7933. margin-top: auto !important;
  7934. }
  7935. .mr-lg-auto,
  7936. .mx-lg-auto {
  7937. margin-right: auto !important;
  7938. }
  7939. .mb-lg-auto,
  7940. .my-lg-auto {
  7941. margin-bottom: auto !important;
  7942. }
  7943. .ml-lg-auto,
  7944. .mx-lg-auto {
  7945. margin-left: auto !important;
  7946. }
  7947. }
  7948. @media (min-width: 1200px) {
  7949. .m-xl-0 {
  7950. margin: 0 !important;
  7951. }
  7952. .mt-xl-0,
  7953. .my-xl-0 {
  7954. margin-top: 0 !important;
  7955. }
  7956. .mr-xl-0,
  7957. .mx-xl-0 {
  7958. margin-right: 0 !important;
  7959. }
  7960. .mb-xl-0,
  7961. .my-xl-0 {
  7962. margin-bottom: 0 !important;
  7963. }
  7964. .ml-xl-0,
  7965. .mx-xl-0 {
  7966. margin-left: 0 !important;
  7967. }
  7968. .m-xl-1 {
  7969. margin: 0.25rem !important;
  7970. }
  7971. .mt-xl-1,
  7972. .my-xl-1 {
  7973. margin-top: 0.25rem !important;
  7974. }
  7975. .mr-xl-1,
  7976. .mx-xl-1 {
  7977. margin-right: 0.25rem !important;
  7978. }
  7979. .mb-xl-1,
  7980. .my-xl-1 {
  7981. margin-bottom: 0.25rem !important;
  7982. }
  7983. .ml-xl-1,
  7984. .mx-xl-1 {
  7985. margin-left: 0.25rem !important;
  7986. }
  7987. .m-xl-2 {
  7988. margin: 0.5rem !important;
  7989. }
  7990. .mt-xl-2,
  7991. .my-xl-2 {
  7992. margin-top: 0.5rem !important;
  7993. }
  7994. .mr-xl-2,
  7995. .mx-xl-2 {
  7996. margin-right: 0.5rem !important;
  7997. }
  7998. .mb-xl-2,
  7999. .my-xl-2 {
  8000. margin-bottom: 0.5rem !important;
  8001. }
  8002. .ml-xl-2,
  8003. .mx-xl-2 {
  8004. margin-left: 0.5rem !important;
  8005. }
  8006. .m-xl-3 {
  8007. margin: 1rem !important;
  8008. }
  8009. .mt-xl-3,
  8010. .my-xl-3 {
  8011. margin-top: 1rem !important;
  8012. }
  8013. .mr-xl-3,
  8014. .mx-xl-3 {
  8015. margin-right: 1rem !important;
  8016. }
  8017. .mb-xl-3,
  8018. .my-xl-3 {
  8019. margin-bottom: 1rem !important;
  8020. }
  8021. .ml-xl-3,
  8022. .mx-xl-3 {
  8023. margin-left: 1rem !important;
  8024. }
  8025. .m-xl-4 {
  8026. margin: 1.5rem !important;
  8027. }
  8028. .mt-xl-4,
  8029. .my-xl-4 {
  8030. margin-top: 1.5rem !important;
  8031. }
  8032. .mr-xl-4,
  8033. .mx-xl-4 {
  8034. margin-right: 1.5rem !important;
  8035. }
  8036. .mb-xl-4,
  8037. .my-xl-4 {
  8038. margin-bottom: 1.5rem !important;
  8039. }
  8040. .ml-xl-4,
  8041. .mx-xl-4 {
  8042. margin-left: 1.5rem !important;
  8043. }
  8044. .m-xl-5 {
  8045. margin: 3rem !important;
  8046. }
  8047. .mt-xl-5,
  8048. .my-xl-5 {
  8049. margin-top: 3rem !important;
  8050. }
  8051. .mr-xl-5,
  8052. .mx-xl-5 {
  8053. margin-right: 3rem !important;
  8054. }
  8055. .mb-xl-5,
  8056. .my-xl-5 {
  8057. margin-bottom: 3rem !important;
  8058. }
  8059. .ml-xl-5,
  8060. .mx-xl-5 {
  8061. margin-left: 3rem !important;
  8062. }
  8063. .p-xl-0 {
  8064. padding: 0 !important;
  8065. }
  8066. .pt-xl-0,
  8067. .py-xl-0 {
  8068. padding-top: 0 !important;
  8069. }
  8070. .pr-xl-0,
  8071. .px-xl-0 {
  8072. padding-right: 0 !important;
  8073. }
  8074. .pb-xl-0,
  8075. .py-xl-0 {
  8076. padding-bottom: 0 !important;
  8077. }
  8078. .pl-xl-0,
  8079. .px-xl-0 {
  8080. padding-left: 0 !important;
  8081. }
  8082. .p-xl-1 {
  8083. padding: 0.25rem !important;
  8084. }
  8085. .pt-xl-1,
  8086. .py-xl-1 {
  8087. padding-top: 0.25rem !important;
  8088. }
  8089. .pr-xl-1,
  8090. .px-xl-1 {
  8091. padding-right: 0.25rem !important;
  8092. }
  8093. .pb-xl-1,
  8094. .py-xl-1 {
  8095. padding-bottom: 0.25rem !important;
  8096. }
  8097. .pl-xl-1,
  8098. .px-xl-1 {
  8099. padding-left: 0.25rem !important;
  8100. }
  8101. .p-xl-2 {
  8102. padding: 0.5rem !important;
  8103. }
  8104. .pt-xl-2,
  8105. .py-xl-2 {
  8106. padding-top: 0.5rem !important;
  8107. }
  8108. .pr-xl-2,
  8109. .px-xl-2 {
  8110. padding-right: 0.5rem !important;
  8111. }
  8112. .pb-xl-2,
  8113. .py-xl-2 {
  8114. padding-bottom: 0.5rem !important;
  8115. }
  8116. .pl-xl-2,
  8117. .px-xl-2 {
  8118. padding-left: 0.5rem !important;
  8119. }
  8120. .p-xl-3 {
  8121. padding: 1rem !important;
  8122. }
  8123. .pt-xl-3,
  8124. .py-xl-3 {
  8125. padding-top: 1rem !important;
  8126. }
  8127. .pr-xl-3,
  8128. .px-xl-3 {
  8129. padding-right: 1rem !important;
  8130. }
  8131. .pb-xl-3,
  8132. .py-xl-3 {
  8133. padding-bottom: 1rem !important;
  8134. }
  8135. .pl-xl-3,
  8136. .px-xl-3 {
  8137. padding-left: 1rem !important;
  8138. }
  8139. .p-xl-4 {
  8140. padding: 1.5rem !important;
  8141. }
  8142. .pt-xl-4,
  8143. .py-xl-4 {
  8144. padding-top: 1.5rem !important;
  8145. }
  8146. .pr-xl-4,
  8147. .px-xl-4 {
  8148. padding-right: 1.5rem !important;
  8149. }
  8150. .pb-xl-4,
  8151. .py-xl-4 {
  8152. padding-bottom: 1.5rem !important;
  8153. }
  8154. .pl-xl-4,
  8155. .px-xl-4 {
  8156. padding-left: 1.5rem !important;
  8157. }
  8158. .p-xl-5 {
  8159. padding: 3rem !important;
  8160. }
  8161. .pt-xl-5,
  8162. .py-xl-5 {
  8163. padding-top: 3rem !important;
  8164. }
  8165. .pr-xl-5,
  8166. .px-xl-5 {
  8167. padding-right: 3rem !important;
  8168. }
  8169. .pb-xl-5,
  8170. .py-xl-5 {
  8171. padding-bottom: 3rem !important;
  8172. }
  8173. .pl-xl-5,
  8174. .px-xl-5 {
  8175. padding-left: 3rem !important;
  8176. }
  8177. .m-xl-n1 {
  8178. margin: -0.25rem !important;
  8179. }
  8180. .mt-xl-n1,
  8181. .my-xl-n1 {
  8182. margin-top: -0.25rem !important;
  8183. }
  8184. .mr-xl-n1,
  8185. .mx-xl-n1 {
  8186. margin-right: -0.25rem !important;
  8187. }
  8188. .mb-xl-n1,
  8189. .my-xl-n1 {
  8190. margin-bottom: -0.25rem !important;
  8191. }
  8192. .ml-xl-n1,
  8193. .mx-xl-n1 {
  8194. margin-left: -0.25rem !important;
  8195. }
  8196. .m-xl-n2 {
  8197. margin: -0.5rem !important;
  8198. }
  8199. .mt-xl-n2,
  8200. .my-xl-n2 {
  8201. margin-top: -0.5rem !important;
  8202. }
  8203. .mr-xl-n2,
  8204. .mx-xl-n2 {
  8205. margin-right: -0.5rem !important;
  8206. }
  8207. .mb-xl-n2,
  8208. .my-xl-n2 {
  8209. margin-bottom: -0.5rem !important;
  8210. }
  8211. .ml-xl-n2,
  8212. .mx-xl-n2 {
  8213. margin-left: -0.5rem !important;
  8214. }
  8215. .m-xl-n3 {
  8216. margin: -1rem !important;
  8217. }
  8218. .mt-xl-n3,
  8219. .my-xl-n3 {
  8220. margin-top: -1rem !important;
  8221. }
  8222. .mr-xl-n3,
  8223. .mx-xl-n3 {
  8224. margin-right: -1rem !important;
  8225. }
  8226. .mb-xl-n3,
  8227. .my-xl-n3 {
  8228. margin-bottom: -1rem !important;
  8229. }
  8230. .ml-xl-n3,
  8231. .mx-xl-n3 {
  8232. margin-left: -1rem !important;
  8233. }
  8234. .m-xl-n4 {
  8235. margin: -1.5rem !important;
  8236. }
  8237. .mt-xl-n4,
  8238. .my-xl-n4 {
  8239. margin-top: -1.5rem !important;
  8240. }
  8241. .mr-xl-n4,
  8242. .mx-xl-n4 {
  8243. margin-right: -1.5rem !important;
  8244. }
  8245. .mb-xl-n4,
  8246. .my-xl-n4 {
  8247. margin-bottom: -1.5rem !important;
  8248. }
  8249. .ml-xl-n4,
  8250. .mx-xl-n4 {
  8251. margin-left: -1.5rem !important;
  8252. }
  8253. .m-xl-n5 {
  8254. margin: -3rem !important;
  8255. }
  8256. .mt-xl-n5,
  8257. .my-xl-n5 {
  8258. margin-top: -3rem !important;
  8259. }
  8260. .mr-xl-n5,
  8261. .mx-xl-n5 {
  8262. margin-right: -3rem !important;
  8263. }
  8264. .mb-xl-n5,
  8265. .my-xl-n5 {
  8266. margin-bottom: -3rem !important;
  8267. }
  8268. .ml-xl-n5,
  8269. .mx-xl-n5 {
  8270. margin-left: -3rem !important;
  8271. }
  8272. .m-xl-auto {
  8273. margin: auto !important;
  8274. }
  8275. .mt-xl-auto,
  8276. .my-xl-auto {
  8277. margin-top: auto !important;
  8278. }
  8279. .mr-xl-auto,
  8280. .mx-xl-auto {
  8281. margin-right: auto !important;
  8282. }
  8283. .mb-xl-auto,
  8284. .my-xl-auto {
  8285. margin-bottom: auto !important;
  8286. }
  8287. .ml-xl-auto,
  8288. .mx-xl-auto {
  8289. margin-left: auto !important;
  8290. }
  8291. }
  8292. .stretched-link::after {
  8293. position: absolute;
  8294. top: 0;
  8295. right: 0;
  8296. bottom: 0;
  8297. left: 0;
  8298. z-index: 1;
  8299. pointer-events: auto;
  8300. content: "";
  8301. background-color: rgba(0, 0, 0, 0);
  8302. }
  8303. .text-monospace {
  8304. font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  8305. }
  8306. .text-justify {
  8307. text-align: justify !important;
  8308. }
  8309. .text-wrap {
  8310. white-space: normal !important;
  8311. }
  8312. .text-nowrap {
  8313. white-space: nowrap !important;
  8314. }
  8315. .text-truncate {
  8316. overflow: hidden;
  8317. text-overflow: ellipsis;
  8318. white-space: nowrap;
  8319. }
  8320. .text-left {
  8321. text-align: left !important;
  8322. }
  8323. .text-right {
  8324. text-align: right !important;
  8325. }
  8326. .text-center {
  8327. text-align: center !important;
  8328. }
  8329. @media (min-width: 576px) {
  8330. .text-sm-left {
  8331. text-align: left !important;
  8332. }
  8333. .text-sm-right {
  8334. text-align: right !important;
  8335. }
  8336. .text-sm-center {
  8337. text-align: center !important;
  8338. }
  8339. }
  8340. @media (min-width: 768px) {
  8341. .text-md-left {
  8342. text-align: left !important;
  8343. }
  8344. .text-md-right {
  8345. text-align: right !important;
  8346. }
  8347. .text-md-center {
  8348. text-align: center !important;
  8349. }
  8350. }
  8351. @media (min-width: 992px) {
  8352. .text-lg-left {
  8353. text-align: left !important;
  8354. }
  8355. .text-lg-right {
  8356. text-align: right !important;
  8357. }
  8358. .text-lg-center {
  8359. text-align: center !important;
  8360. }
  8361. }
  8362. @media (min-width: 1200px) {
  8363. .text-xl-left {
  8364. text-align: left !important;
  8365. }
  8366. .text-xl-right {
  8367. text-align: right !important;
  8368. }
  8369. .text-xl-center {
  8370. text-align: center !important;
  8371. }
  8372. }
  8373. .text-lowercase {
  8374. text-transform: lowercase !important;
  8375. }
  8376. .text-uppercase {
  8377. text-transform: uppercase !important;
  8378. }
  8379. .text-capitalize {
  8380. text-transform: capitalize !important;
  8381. }
  8382. .font-weight-light {
  8383. font-weight: 300 !important;
  8384. }
  8385. .font-weight-lighter {
  8386. font-weight: lighter !important;
  8387. }
  8388. .font-weight-normal {
  8389. font-weight: 400 !important;
  8390. }
  8391. .font-weight-bold {
  8392. font-weight: 700 !important;
  8393. }
  8394. .font-weight-bolder {
  8395. font-weight: bolder !important;
  8396. }
  8397. .font-italic {
  8398. font-style: italic !important;
  8399. }
  8400. .text-white {
  8401. color: #fff !important;
  8402. }
  8403. .text-primary {
  8404. color: #3490dc !important;
  8405. }
  8406. a.text-primary:hover, a.text-primary:focus {
  8407. color: #1d68a7 !important;
  8408. }
  8409. .text-secondary {
  8410. color: #6c757d !important;
  8411. }
  8412. a.text-secondary:hover, a.text-secondary:focus {
  8413. color: #494f54 !important;
  8414. }
  8415. .text-success {
  8416. color: #38c172 !important;
  8417. }
  8418. a.text-success:hover, a.text-success:focus {
  8419. color: #27864f !important;
  8420. }
  8421. .text-info {
  8422. color: #6cb2eb !important;
  8423. }
  8424. a.text-info:hover, a.text-info:focus {
  8425. color: #298fe2 !important;
  8426. }
  8427. .text-warning {
  8428. color: #ffed4a !important;
  8429. }
  8430. a.text-warning:hover, a.text-warning:focus {
  8431. color: #fde300 !important;
  8432. }
  8433. .text-danger {
  8434. color: #e3342f !important;
  8435. }
  8436. a.text-danger:hover, a.text-danger:focus {
  8437. color: #ae1c17 !important;
  8438. }
  8439. .text-light {
  8440. color: #f8f9fa !important;
  8441. }
  8442. a.text-light:hover, a.text-light:focus {
  8443. color: #cbd3da !important;
  8444. }
  8445. .text-dark {
  8446. color: #343a40 !important;
  8447. }
  8448. a.text-dark:hover, a.text-dark:focus {
  8449. color: #121416 !important;
  8450. }
  8451. .text-body {
  8452. color: #212529 !important;
  8453. }
  8454. .text-muted {
  8455. color: #6c757d !important;
  8456. }
  8457. .text-black-50 {
  8458. color: rgba(0, 0, 0, 0.5) !important;
  8459. }
  8460. .text-white-50 {
  8461. color: rgba(255, 255, 255, 0.5) !important;
  8462. }
  8463. .text-hide {
  8464. font: 0/0 a;
  8465. color: transparent;
  8466. text-shadow: none;
  8467. background-color: transparent;
  8468. border: 0;
  8469. }
  8470. .text-decoration-none {
  8471. text-decoration: none !important;
  8472. }
  8473. .text-break {
  8474. word-break: break-word !important;
  8475. word-wrap: break-word !important;
  8476. }
  8477. .text-reset {
  8478. color: inherit !important;
  8479. }
  8480. .visible {
  8481. visibility: visible !important;
  8482. }
  8483. .invisible {
  8484. visibility: hidden !important;
  8485. }
  8486. @media print {
  8487. *,
  8488. *::before,
  8489. *::after {
  8490. text-shadow: none !important;
  8491. box-shadow: none !important;
  8492. }
  8493. a:not(.btn) {
  8494. text-decoration: underline;
  8495. }
  8496. abbr[title]::after {
  8497. content: " (" attr(title) ")";
  8498. }
  8499. pre {
  8500. white-space: pre-wrap !important;
  8501. }
  8502. pre,
  8503. blockquote {
  8504. border: 1px solid #adb5bd;
  8505. page-break-inside: avoid;
  8506. }
  8507. thead {
  8508. display: table-header-group;
  8509. }
  8510. tr,
  8511. img {
  8512. page-break-inside: avoid;
  8513. }
  8514. p,
  8515. h2,
  8516. h3 {
  8517. orphans: 3;
  8518. widows: 3;
  8519. }
  8520. h2,
  8521. h3 {
  8522. page-break-after: avoid;
  8523. }
  8524. @page {
  8525. size: a3;
  8526. }
  8527. body {
  8528. min-width: 992px !important;
  8529. }
  8530. .container {
  8531. min-width: 992px !important;
  8532. }
  8533. .navbar {
  8534. display: none;
  8535. }
  8536. .badge {
  8537. border: 1px solid #000;
  8538. }
  8539. .table {
  8540. border-collapse: collapse !important;
  8541. }
  8542. .table td,
  8543. .table th {
  8544. background-color: #fff !important;
  8545. }
  8546. .table-bordered th,
  8547. .table-bordered td {
  8548. border: 1px solid #dee2e6 !important;
  8549. }
  8550. .table-dark {
  8551. color: inherit;
  8552. }
  8553. .table-dark th,
  8554. .table-dark td,
  8555. .table-dark thead th,
  8556. .table-dark tbody + tbody {
  8557. border-color: #dee2e6;
  8558. }
  8559. .table .thead-dark th {
  8560. color: inherit;
  8561. border-color: #dee2e6;
  8562. }
  8563. }