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.

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