You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12211 lines
201 KiB

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