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.

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