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.

12058 lines
274 KiB

6 months ago
  1. @charset "UTF-8";
  2. /*!
  3. * Bootstrap v5.3.3 (https://getbootstrap.com/)
  4. * Copyright 2011-2024 The Bootstrap Authors
  5. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  6. */
  7. :root,
  8. [data-bs-theme=light] {
  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-black: #000;
  20. --bs-white: #fff;
  21. --bs-gray: #6c757d;
  22. --bs-gray-dark: #343a40;
  23. --bs-gray-100: #f8f9fa;
  24. --bs-gray-200: #e9ecef;
  25. --bs-gray-300: #dee2e6;
  26. --bs-gray-400: #ced4da;
  27. --bs-gray-500: #adb5bd;
  28. --bs-gray-600: #6c757d;
  29. --bs-gray-700: #495057;
  30. --bs-gray-800: #343a40;
  31. --bs-gray-900: #212529;
  32. --bs-primary: #0d6efd;
  33. --bs-secondary: #6c757d;
  34. --bs-success: #198754;
  35. --bs-info: #0dcaf0;
  36. --bs-warning: #ffc107;
  37. --bs-danger: #dc3545;
  38. --bs-light: #f8f9fa;
  39. --bs-dark: #212529;
  40. --bs-primary-rgb: 13, 110, 253;
  41. --bs-secondary-rgb: 108, 117, 125;
  42. --bs-success-rgb: 25, 135, 84;
  43. --bs-info-rgb: 13, 202, 240;
  44. --bs-warning-rgb: 255, 193, 7;
  45. --bs-danger-rgb: 220, 53, 69;
  46. --bs-light-rgb: 248, 249, 250;
  47. --bs-dark-rgb: 33, 37, 41;
  48. --bs-primary-text-emphasis: #052c65;
  49. --bs-secondary-text-emphasis: #2b2f32;
  50. --bs-success-text-emphasis: #0a3622;
  51. --bs-info-text-emphasis: #055160;
  52. --bs-warning-text-emphasis: #664d03;
  53. --bs-danger-text-emphasis: #58151c;
  54. --bs-light-text-emphasis: #495057;
  55. --bs-dark-text-emphasis: #495057;
  56. --bs-primary-bg-subtle: #cfe2ff;
  57. --bs-secondary-bg-subtle: #e2e3e5;
  58. --bs-success-bg-subtle: #d1e7dd;
  59. --bs-info-bg-subtle: #cff4fc;
  60. --bs-warning-bg-subtle: #fff3cd;
  61. --bs-danger-bg-subtle: #f8d7da;
  62. --bs-light-bg-subtle: #fcfcfd;
  63. --bs-dark-bg-subtle: #ced4da;
  64. --bs-primary-border-subtle: #9ec5fe;
  65. --bs-secondary-border-subtle: #c4c8cb;
  66. --bs-success-border-subtle: #a3cfbb;
  67. --bs-info-border-subtle: #9eeaf9;
  68. --bs-warning-border-subtle: #ffe69c;
  69. --bs-danger-border-subtle: #f1aeb5;
  70. --bs-light-border-subtle: #e9ecef;
  71. --bs-dark-border-subtle: #adb5bd;
  72. --bs-white-rgb: 255, 255, 255;
  73. --bs-black-rgb: 0, 0, 0;
  74. --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  75. --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  76. --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  77. --bs-body-font-family: var(--bs-font-sans-serif);
  78. --bs-body-font-size: 1rem;
  79. --bs-body-font-weight: 400;
  80. --bs-body-line-height: 1.5;
  81. --bs-body-color: #212529;
  82. --bs-body-color-rgb: 33, 37, 41;
  83. --bs-body-bg: #fff;
  84. --bs-body-bg-rgb: 255, 255, 255;
  85. --bs-emphasis-color: #000;
  86. --bs-emphasis-color-rgb: 0, 0, 0;
  87. --bs-secondary-color: rgba(33, 37, 41, 0.75);
  88. --bs-secondary-color-rgb: 33, 37, 41;
  89. --bs-secondary-bg: #e9ecef;
  90. --bs-secondary-bg-rgb: 233, 236, 239;
  91. --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  92. --bs-tertiary-color-rgb: 33, 37, 41;
  93. --bs-tertiary-bg: #f8f9fa;
  94. --bs-tertiary-bg-rgb: 248, 249, 250;
  95. --bs-heading-color: inherit;
  96. --bs-link-color: #0d6efd;
  97. --bs-link-color-rgb: 13, 110, 253;
  98. --bs-link-decoration: underline;
  99. --bs-link-hover-color: #0a58ca;
  100. --bs-link-hover-color-rgb: 10, 88, 202;
  101. --bs-code-color: #d63384;
  102. --bs-highlight-color: #212529;
  103. --bs-highlight-bg: #fff3cd;
  104. --bs-border-width: 1px;
  105. --bs-border-style: solid;
  106. --bs-border-color: #dee2e6;
  107. --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  108. --bs-border-radius: 0.375rem;
  109. --bs-border-radius-sm: 0.25rem;
  110. --bs-border-radius-lg: 0.5rem;
  111. --bs-border-radius-xl: 1rem;
  112. --bs-border-radius-xxl: 2rem;
  113. --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  114. --bs-border-radius-pill: 50rem;
  115. --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  116. --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  117. --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  118. --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  119. --bs-focus-ring-width: 0.25rem;
  120. --bs-focus-ring-opacity: 0.25;
  121. --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  122. --bs-form-valid-color: #198754;
  123. --bs-form-valid-border-color: #198754;
  124. --bs-form-invalid-color: #dc3545;
  125. --bs-form-invalid-border-color: #dc3545;
  126. }
  127. [data-bs-theme=dark] {
  128. color-scheme: dark;
  129. --bs-body-color: #dee2e6;
  130. --bs-body-color-rgb: 222, 226, 230;
  131. --bs-body-bg: #212529;
  132. --bs-body-bg-rgb: 33, 37, 41;
  133. --bs-emphasis-color: #fff;
  134. --bs-emphasis-color-rgb: 255, 255, 255;
  135. --bs-secondary-color: rgba(222, 226, 230, 0.75);
  136. --bs-secondary-color-rgb: 222, 226, 230;
  137. --bs-secondary-bg: #343a40;
  138. --bs-secondary-bg-rgb: 52, 58, 64;
  139. --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  140. --bs-tertiary-color-rgb: 222, 226, 230;
  141. --bs-tertiary-bg: #2b3035;
  142. --bs-tertiary-bg-rgb: 43, 48, 53;
  143. --bs-primary-text-emphasis: #6ea8fe;
  144. --bs-secondary-text-emphasis: #a7acb1;
  145. --bs-success-text-emphasis: #75b798;
  146. --bs-info-text-emphasis: #6edff6;
  147. --bs-warning-text-emphasis: #ffda6a;
  148. --bs-danger-text-emphasis: #ea868f;
  149. --bs-light-text-emphasis: #f8f9fa;
  150. --bs-dark-text-emphasis: #dee2e6;
  151. --bs-primary-bg-subtle: #031633;
  152. --bs-secondary-bg-subtle: #161719;
  153. --bs-success-bg-subtle: #051b11;
  154. --bs-info-bg-subtle: #032830;
  155. --bs-warning-bg-subtle: #332701;
  156. --bs-danger-bg-subtle: #2c0b0e;
  157. --bs-light-bg-subtle: #343a40;
  158. --bs-dark-bg-subtle: #1a1d20;
  159. --bs-primary-border-subtle: #084298;
  160. --bs-secondary-border-subtle: #41464b;
  161. --bs-success-border-subtle: #0f5132;
  162. --bs-info-border-subtle: #087990;
  163. --bs-warning-border-subtle: #997404;
  164. --bs-danger-border-subtle: #842029;
  165. --bs-light-border-subtle: #495057;
  166. --bs-dark-border-subtle: #343a40;
  167. --bs-heading-color: inherit;
  168. --bs-link-color: #6ea8fe;
  169. --bs-link-hover-color: #8bb9fe;
  170. --bs-link-color-rgb: 110, 168, 254;
  171. --bs-link-hover-color-rgb: 139, 185, 254;
  172. --bs-code-color: #e685b5;
  173. --bs-highlight-color: #dee2e6;
  174. --bs-highlight-bg: #664d03;
  175. --bs-border-color: #495057;
  176. --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  177. --bs-form-valid-color: #75b798;
  178. --bs-form-valid-border-color: #75b798;
  179. --bs-form-invalid-color: #ea868f;
  180. --bs-form-invalid-border-color: #ea868f;
  181. }
  182. *,
  183. *::before,
  184. *::after {
  185. box-sizing: border-box;
  186. }
  187. @media (prefers-reduced-motion: no-preference) {
  188. :root {
  189. scroll-behavior: smooth;
  190. }
  191. }
  192. body {
  193. margin: 0;
  194. font-family: var(--bs-body-font-family);
  195. font-size: var(--bs-body-font-size);
  196. font-weight: var(--bs-body-font-weight);
  197. line-height: var(--bs-body-line-height);
  198. color: var(--bs-body-color);
  199. text-align: var(--bs-body-text-align);
  200. background-color: var(--bs-body-bg);
  201. -webkit-text-size-adjust: 100%;
  202. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  203. }
  204. hr {
  205. margin: 1rem 0;
  206. color: inherit;
  207. border: 0;
  208. border-top: var(--bs-border-width) solid;
  209. opacity: 0.25;
  210. }
  211. h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  212. margin-top: 0;
  213. margin-bottom: 0.5rem;
  214. font-weight: 500;
  215. line-height: 1.2;
  216. color: var(--bs-heading-color);
  217. }
  218. h1, .h1 {
  219. font-size: calc(1.375rem + 1.5vw);
  220. }
  221. @media (min-width: 1200px) {
  222. h1, .h1 {
  223. font-size: 2.5rem;
  224. }
  225. }
  226. h2, .h2 {
  227. font-size: calc(1.325rem + 0.9vw);
  228. }
  229. @media (min-width: 1200px) {
  230. h2, .h2 {
  231. font-size: 2rem;
  232. }
  233. }
  234. h3, .h3 {
  235. font-size: calc(1.3rem + 0.6vw);
  236. }
  237. @media (min-width: 1200px) {
  238. h3, .h3 {
  239. font-size: 1.75rem;
  240. }
  241. }
  242. h4, .h4 {
  243. font-size: calc(1.275rem + 0.3vw);
  244. }
  245. @media (min-width: 1200px) {
  246. h4, .h4 {
  247. font-size: 1.5rem;
  248. }
  249. }
  250. h5, .h5 {
  251. font-size: 1.25rem;
  252. }
  253. h6, .h6 {
  254. font-size: 1rem;
  255. }
  256. p {
  257. margin-top: 0;
  258. margin-bottom: 1rem;
  259. }
  260. abbr[title] {
  261. -webkit-text-decoration: underline dotted;
  262. text-decoration: underline dotted;
  263. cursor: help;
  264. -webkit-text-decoration-skip-ink: none;
  265. text-decoration-skip-ink: none;
  266. }
  267. address {
  268. margin-bottom: 1rem;
  269. font-style: normal;
  270. line-height: inherit;
  271. }
  272. ol,
  273. ul {
  274. padding-left: 2rem;
  275. }
  276. ol,
  277. ul,
  278. dl {
  279. margin-top: 0;
  280. margin-bottom: 1rem;
  281. }
  282. ol ol,
  283. ul ul,
  284. ol ul,
  285. ul ol {
  286. margin-bottom: 0;
  287. }
  288. dt {
  289. font-weight: 700;
  290. }
  291. dd {
  292. margin-bottom: 0.5rem;
  293. margin-left: 0;
  294. }
  295. blockquote {
  296. margin: 0 0 1rem;
  297. }
  298. b,
  299. strong {
  300. font-weight: bolder;
  301. }
  302. small, .small {
  303. font-size: 0.875em;
  304. }
  305. mark, .mark {
  306. padding: 0.1875em;
  307. color: var(--bs-highlight-color);
  308. background-color: var(--bs-highlight-bg);
  309. }
  310. sub,
  311. sup {
  312. position: relative;
  313. font-size: 0.75em;
  314. line-height: 0;
  315. vertical-align: baseline;
  316. }
  317. sub {
  318. bottom: -0.25em;
  319. }
  320. sup {
  321. top: -0.5em;
  322. }
  323. a {
  324. color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  325. text-decoration: underline;
  326. }
  327. a:hover {
  328. --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  329. }
  330. a:not([href]):not([class]), a:not([href]):not([class]):hover {
  331. color: inherit;
  332. text-decoration: none;
  333. }
  334. pre,
  335. code,
  336. kbd,
  337. samp {
  338. font-family: var(--bs-font-monospace);
  339. font-size: 1em;
  340. }
  341. pre {
  342. display: block;
  343. margin-top: 0;
  344. margin-bottom: 1rem;
  345. overflow: auto;
  346. font-size: 0.875em;
  347. }
  348. pre code {
  349. font-size: inherit;
  350. color: inherit;
  351. word-break: normal;
  352. }
  353. code {
  354. font-size: 0.875em;
  355. color: var(--bs-code-color);
  356. word-wrap: break-word;
  357. }
  358. a > code {
  359. color: inherit;
  360. }
  361. kbd {
  362. padding: 0.1875rem 0.375rem;
  363. font-size: 0.875em;
  364. color: var(--bs-body-bg);
  365. background-color: var(--bs-body-color);
  366. border-radius: 0.25rem;
  367. }
  368. kbd kbd {
  369. padding: 0;
  370. font-size: 1em;
  371. }
  372. figure {
  373. margin: 0 0 1rem;
  374. }
  375. img,
  376. svg {
  377. vertical-align: middle;
  378. }
  379. table {
  380. caption-side: bottom;
  381. border-collapse: collapse;
  382. }
  383. caption {
  384. padding-top: 0.5rem;
  385. padding-bottom: 0.5rem;
  386. color: var(--bs-secondary-color);
  387. text-align: left;
  388. }
  389. th {
  390. text-align: inherit;
  391. text-align: -webkit-match-parent;
  392. }
  393. thead,
  394. tbody,
  395. tfoot,
  396. tr,
  397. td,
  398. th {
  399. border-color: inherit;
  400. border-style: solid;
  401. border-width: 0;
  402. }
  403. label {
  404. display: inline-block;
  405. }
  406. button {
  407. border-radius: 0;
  408. }
  409. button:focus:not(:focus-visible) {
  410. outline: 0;
  411. }
  412. input,
  413. button,
  414. select,
  415. optgroup,
  416. textarea {
  417. margin: 0;
  418. font-family: inherit;
  419. font-size: inherit;
  420. line-height: inherit;
  421. }
  422. button,
  423. select {
  424. text-transform: none;
  425. }
  426. [role=button] {
  427. cursor: pointer;
  428. }
  429. select {
  430. word-wrap: normal;
  431. }
  432. select:disabled {
  433. opacity: 1;
  434. }
  435. [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  436. display: none !important;
  437. }
  438. button,
  439. [type=button],
  440. [type=reset],
  441. [type=submit] {
  442. -webkit-appearance: button;
  443. }
  444. button:not(:disabled),
  445. [type=button]:not(:disabled),
  446. [type=reset]:not(:disabled),
  447. [type=submit]:not(:disabled) {
  448. cursor: pointer;
  449. }
  450. ::-moz-focus-inner {
  451. padding: 0;
  452. border-style: none;
  453. }
  454. textarea {
  455. resize: vertical;
  456. }
  457. fieldset {
  458. min-width: 0;
  459. padding: 0;
  460. margin: 0;
  461. border: 0;
  462. }
  463. legend {
  464. float: left;
  465. width: 100%;
  466. padding: 0;
  467. margin-bottom: 0.5rem;
  468. font-size: calc(1.275rem + 0.3vw);
  469. line-height: inherit;
  470. }
  471. @media (min-width: 1200px) {
  472. legend {
  473. font-size: 1.5rem;
  474. }
  475. }
  476. legend + * {
  477. clear: left;
  478. }
  479. ::-webkit-datetime-edit-fields-wrapper,
  480. ::-webkit-datetime-edit-text,
  481. ::-webkit-datetime-edit-minute,
  482. ::-webkit-datetime-edit-hour-field,
  483. ::-webkit-datetime-edit-day-field,
  484. ::-webkit-datetime-edit-month-field,
  485. ::-webkit-datetime-edit-year-field {
  486. padding: 0;
  487. }
  488. ::-webkit-inner-spin-button {
  489. height: auto;
  490. }
  491. [type=search] {
  492. -webkit-appearance: textfield;
  493. outline-offset: -2px;
  494. }
  495. /* rtl:raw:
  496. [type="tel"],
  497. [type="url"],
  498. [type="email"],
  499. [type="number"] {
  500. direction: ltr;
  501. }
  502. */
  503. ::-webkit-search-decoration {
  504. -webkit-appearance: none;
  505. }
  506. ::-webkit-color-swatch-wrapper {
  507. padding: 0;
  508. }
  509. ::-webkit-file-upload-button {
  510. font: inherit;
  511. -webkit-appearance: button;
  512. }
  513. ::file-selector-button {
  514. font: inherit;
  515. -webkit-appearance: button;
  516. }
  517. output {
  518. display: inline-block;
  519. }
  520. iframe {
  521. border: 0;
  522. }
  523. summary {
  524. display: list-item;
  525. cursor: pointer;
  526. }
  527. progress {
  528. vertical-align: baseline;
  529. }
  530. [hidden] {
  531. display: none !important;
  532. }
  533. .lead {
  534. font-size: 1.25rem;
  535. font-weight: 300;
  536. }
  537. .display-1 {
  538. font-size: calc(1.625rem + 4.5vw);
  539. font-weight: 300;
  540. line-height: 1.2;
  541. }
  542. @media (min-width: 1200px) {
  543. .display-1 {
  544. font-size: 5rem;
  545. }
  546. }
  547. .display-2 {
  548. font-size: calc(1.575rem + 3.9vw);
  549. font-weight: 300;
  550. line-height: 1.2;
  551. }
  552. @media (min-width: 1200px) {
  553. .display-2 {
  554. font-size: 4.5rem;
  555. }
  556. }
  557. .display-3 {
  558. font-size: calc(1.525rem + 3.3vw);
  559. font-weight: 300;
  560. line-height: 1.2;
  561. }
  562. @media (min-width: 1200px) {
  563. .display-3 {
  564. font-size: 4rem;
  565. }
  566. }
  567. .display-4 {
  568. font-size: calc(1.475rem + 2.7vw);
  569. font-weight: 300;
  570. line-height: 1.2;
  571. }
  572. @media (min-width: 1200px) {
  573. .display-4 {
  574. font-size: 3.5rem;
  575. }
  576. }
  577. .display-5 {
  578. font-size: calc(1.425rem + 2.1vw);
  579. font-weight: 300;
  580. line-height: 1.2;
  581. }
  582. @media (min-width: 1200px) {
  583. .display-5 {
  584. font-size: 3rem;
  585. }
  586. }
  587. .display-6 {
  588. font-size: calc(1.375rem + 1.5vw);
  589. font-weight: 300;
  590. line-height: 1.2;
  591. }
  592. @media (min-width: 1200px) {
  593. .display-6 {
  594. font-size: 2.5rem;
  595. }
  596. }
  597. .list-unstyled {
  598. padding-left: 0;
  599. list-style: none;
  600. }
  601. .list-inline {
  602. padding-left: 0;
  603. list-style: none;
  604. }
  605. .list-inline-item {
  606. display: inline-block;
  607. }
  608. .list-inline-item:not(:last-child) {
  609. margin-right: 0.5rem;
  610. }
  611. .initialism {
  612. font-size: 0.875em;
  613. text-transform: uppercase;
  614. }
  615. .blockquote {
  616. margin-bottom: 1rem;
  617. font-size: 1.25rem;
  618. }
  619. .blockquote > :last-child {
  620. margin-bottom: 0;
  621. }
  622. .blockquote-footer {
  623. margin-top: -1rem;
  624. margin-bottom: 1rem;
  625. font-size: 0.875em;
  626. color: #6c757d;
  627. }
  628. .blockquote-footer::before {
  629. content: "— ";
  630. }
  631. .img-fluid {
  632. max-width: 100%;
  633. height: auto;
  634. }
  635. .img-thumbnail {
  636. padding: 0.25rem;
  637. background-color: var(--bs-body-bg);
  638. border: var(--bs-border-width) solid var(--bs-border-color);
  639. border-radius: var(--bs-border-radius);
  640. max-width: 100%;
  641. height: auto;
  642. }
  643. .figure {
  644. display: inline-block;
  645. }
  646. .figure-img {
  647. margin-bottom: 0.5rem;
  648. line-height: 1;
  649. }
  650. .figure-caption {
  651. font-size: 0.875em;
  652. color: var(--bs-secondary-color);
  653. }
  654. .container,
  655. .container-fluid,
  656. .container-xxl,
  657. .container-xl,
  658. .container-lg,
  659. .container-md,
  660. .container-sm {
  661. --bs-gutter-x: 1.5rem;
  662. --bs-gutter-y: 0;
  663. width: 100%;
  664. padding-right: calc(var(--bs-gutter-x) * 0.5);
  665. padding-left: calc(var(--bs-gutter-x) * 0.5);
  666. margin-right: auto;
  667. margin-left: auto;
  668. }
  669. @media (min-width: 576px) {
  670. .container-sm, .container {
  671. max-width: 540px;
  672. }
  673. }
  674. @media (min-width: 768px) {
  675. .container-md, .container-sm, .container {
  676. max-width: 720px;
  677. }
  678. }
  679. @media (min-width: 992px) {
  680. .container-lg, .container-md, .container-sm, .container {
  681. max-width: 960px;
  682. }
  683. }
  684. @media (min-width: 1200px) {
  685. .container-xl, .container-lg, .container-md, .container-sm, .container {
  686. max-width: 1140px;
  687. }
  688. }
  689. @media (min-width: 1400px) {
  690. .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  691. max-width: 1320px;
  692. }
  693. }
  694. :root {
  695. --bs-breakpoint-xs: 0;
  696. --bs-breakpoint-sm: 576px;
  697. --bs-breakpoint-md: 768px;
  698. --bs-breakpoint-lg: 992px;
  699. --bs-breakpoint-xl: 1200px;
  700. --bs-breakpoint-xxl: 1400px;
  701. }
  702. .row {
  703. --bs-gutter-x: 1.5rem;
  704. --bs-gutter-y: 0;
  705. display: flex;
  706. flex-wrap: wrap;
  707. margin-top: calc(-1 * var(--bs-gutter-y));
  708. margin-right: calc(-0.5 * var(--bs-gutter-x));
  709. margin-left: calc(-0.5 * var(--bs-gutter-x));
  710. }
  711. .row > * {
  712. flex-shrink: 0;
  713. width: 100%;
  714. max-width: 100%;
  715. padding-right: calc(var(--bs-gutter-x) * 0.5);
  716. padding-left: calc(var(--bs-gutter-x) * 0.5);
  717. margin-top: var(--bs-gutter-y);
  718. }
  719. .col {
  720. flex: 1 0 0%;
  721. }
  722. .row-cols-auto > * {
  723. flex: 0 0 auto;
  724. width: auto;
  725. }
  726. .row-cols-1 > * {
  727. flex: 0 0 auto;
  728. width: 100%;
  729. }
  730. .row-cols-2 > * {
  731. flex: 0 0 auto;
  732. width: 50%;
  733. }
  734. .row-cols-3 > * {
  735. flex: 0 0 auto;
  736. width: 33.33333333%;
  737. }
  738. .row-cols-4 > * {
  739. flex: 0 0 auto;
  740. width: 25%;
  741. }
  742. .row-cols-5 > * {
  743. flex: 0 0 auto;
  744. width: 20%;
  745. }
  746. .row-cols-6 > * {
  747. flex: 0 0 auto;
  748. width: 16.66666667%;
  749. }
  750. .col-auto {
  751. flex: 0 0 auto;
  752. width: auto;
  753. }
  754. .col-1 {
  755. flex: 0 0 auto;
  756. width: 8.33333333%;
  757. }
  758. .col-2 {
  759. flex: 0 0 auto;
  760. width: 16.66666667%;
  761. }
  762. .col-3 {
  763. flex: 0 0 auto;
  764. width: 25%;
  765. }
  766. .col-4 {
  767. flex: 0 0 auto;
  768. width: 33.33333333%;
  769. }
  770. .col-5 {
  771. flex: 0 0 auto;
  772. width: 41.66666667%;
  773. }
  774. .col-6 {
  775. flex: 0 0 auto;
  776. width: 50%;
  777. }
  778. .col-7 {
  779. flex: 0 0 auto;
  780. width: 58.33333333%;
  781. }
  782. .col-8 {
  783. flex: 0 0 auto;
  784. width: 66.66666667%;
  785. }
  786. .col-9 {
  787. flex: 0 0 auto;
  788. width: 75%;
  789. }
  790. .col-10 {
  791. flex: 0 0 auto;
  792. width: 83.33333333%;
  793. }
  794. .col-11 {
  795. flex: 0 0 auto;
  796. width: 91.66666667%;
  797. }
  798. .col-12 {
  799. flex: 0 0 auto;
  800. width: 100%;
  801. }
  802. .offset-1 {
  803. margin-left: 8.33333333%;
  804. }
  805. .offset-2 {
  806. margin-left: 16.66666667%;
  807. }
  808. .offset-3 {
  809. margin-left: 25%;
  810. }
  811. .offset-4 {
  812. margin-left: 33.33333333%;
  813. }
  814. .offset-5 {
  815. margin-left: 41.66666667%;
  816. }
  817. .offset-6 {
  818. margin-left: 50%;
  819. }
  820. .offset-7 {
  821. margin-left: 58.33333333%;
  822. }
  823. .offset-8 {
  824. margin-left: 66.66666667%;
  825. }
  826. .offset-9 {
  827. margin-left: 75%;
  828. }
  829. .offset-10 {
  830. margin-left: 83.33333333%;
  831. }
  832. .offset-11 {
  833. margin-left: 91.66666667%;
  834. }
  835. .g-0,
  836. .gx-0 {
  837. --bs-gutter-x: 0;
  838. }
  839. .g-0,
  840. .gy-0 {
  841. --bs-gutter-y: 0;
  842. }
  843. .g-1,
  844. .gx-1 {
  845. --bs-gutter-x: 0.25rem;
  846. }
  847. .g-1,
  848. .gy-1 {
  849. --bs-gutter-y: 0.25rem;
  850. }
  851. .g-2,
  852. .gx-2 {
  853. --bs-gutter-x: 0.5rem;
  854. }
  855. .g-2,
  856. .gy-2 {
  857. --bs-gutter-y: 0.5rem;
  858. }
  859. .g-3,
  860. .gx-3 {
  861. --bs-gutter-x: 1rem;
  862. }
  863. .g-3,
  864. .gy-3 {
  865. --bs-gutter-y: 1rem;
  866. }
  867. .g-4,
  868. .gx-4 {
  869. --bs-gutter-x: 1.5rem;
  870. }
  871. .g-4,
  872. .gy-4 {
  873. --bs-gutter-y: 1.5rem;
  874. }
  875. .g-5,
  876. .gx-5 {
  877. --bs-gutter-x: 3rem;
  878. }
  879. .g-5,
  880. .gy-5 {
  881. --bs-gutter-y: 3rem;
  882. }
  883. @media (min-width: 576px) {
  884. .col-sm {
  885. flex: 1 0 0%;
  886. }
  887. .row-cols-sm-auto > * {
  888. flex: 0 0 auto;
  889. width: auto;
  890. }
  891. .row-cols-sm-1 > * {
  892. flex: 0 0 auto;
  893. width: 100%;
  894. }
  895. .row-cols-sm-2 > * {
  896. flex: 0 0 auto;
  897. width: 50%;
  898. }
  899. .row-cols-sm-3 > * {
  900. flex: 0 0 auto;
  901. width: 33.33333333%;
  902. }
  903. .row-cols-sm-4 > * {
  904. flex: 0 0 auto;
  905. width: 25%;
  906. }
  907. .row-cols-sm-5 > * {
  908. flex: 0 0 auto;
  909. width: 20%;
  910. }
  911. .row-cols-sm-6 > * {
  912. flex: 0 0 auto;
  913. width: 16.66666667%;
  914. }
  915. .col-sm-auto {
  916. flex: 0 0 auto;
  917. width: auto;
  918. }
  919. .col-sm-1 {
  920. flex: 0 0 auto;
  921. width: 8.33333333%;
  922. }
  923. .col-sm-2 {
  924. flex: 0 0 auto;
  925. width: 16.66666667%;
  926. }
  927. .col-sm-3 {
  928. flex: 0 0 auto;
  929. width: 25%;
  930. }
  931. .col-sm-4 {
  932. flex: 0 0 auto;
  933. width: 33.33333333%;
  934. }
  935. .col-sm-5 {
  936. flex: 0 0 auto;
  937. width: 41.66666667%;
  938. }
  939. .col-sm-6 {
  940. flex: 0 0 auto;
  941. width: 50%;
  942. }
  943. .col-sm-7 {
  944. flex: 0 0 auto;
  945. width: 58.33333333%;
  946. }
  947. .col-sm-8 {
  948. flex: 0 0 auto;
  949. width: 66.66666667%;
  950. }
  951. .col-sm-9 {
  952. flex: 0 0 auto;
  953. width: 75%;
  954. }
  955. .col-sm-10 {
  956. flex: 0 0 auto;
  957. width: 83.33333333%;
  958. }
  959. .col-sm-11 {
  960. flex: 0 0 auto;
  961. width: 91.66666667%;
  962. }
  963. .col-sm-12 {
  964. flex: 0 0 auto;
  965. width: 100%;
  966. }
  967. .offset-sm-0 {
  968. margin-left: 0;
  969. }
  970. .offset-sm-1 {
  971. margin-left: 8.33333333%;
  972. }
  973. .offset-sm-2 {
  974. margin-left: 16.66666667%;
  975. }
  976. .offset-sm-3 {
  977. margin-left: 25%;
  978. }
  979. .offset-sm-4 {
  980. margin-left: 33.33333333%;
  981. }
  982. .offset-sm-5 {
  983. margin-left: 41.66666667%;
  984. }
  985. .offset-sm-6 {
  986. margin-left: 50%;
  987. }
  988. .offset-sm-7 {
  989. margin-left: 58.33333333%;
  990. }
  991. .offset-sm-8 {
  992. margin-left: 66.66666667%;
  993. }
  994. .offset-sm-9 {
  995. margin-left: 75%;
  996. }
  997. .offset-sm-10 {
  998. margin-left: 83.33333333%;
  999. }
  1000. .offset-sm-11 {
  1001. margin-left: 91.66666667%;
  1002. }
  1003. .g-sm-0,
  1004. .gx-sm-0 {
  1005. --bs-gutter-x: 0;
  1006. }
  1007. .g-sm-0,
  1008. .gy-sm-0 {
  1009. --bs-gutter-y: 0;
  1010. }
  1011. .g-sm-1,
  1012. .gx-sm-1 {
  1013. --bs-gutter-x: 0.25rem;
  1014. }
  1015. .g-sm-1,
  1016. .gy-sm-1 {
  1017. --bs-gutter-y: 0.25rem;
  1018. }
  1019. .g-sm-2,
  1020. .gx-sm-2 {
  1021. --bs-gutter-x: 0.5rem;
  1022. }
  1023. .g-sm-2,
  1024. .gy-sm-2 {
  1025. --bs-gutter-y: 0.5rem;
  1026. }
  1027. .g-sm-3,
  1028. .gx-sm-3 {
  1029. --bs-gutter-x: 1rem;
  1030. }
  1031. .g-sm-3,
  1032. .gy-sm-3 {
  1033. --bs-gutter-y: 1rem;
  1034. }
  1035. .g-sm-4,
  1036. .gx-sm-4 {
  1037. --bs-gutter-x: 1.5rem;
  1038. }
  1039. .g-sm-4,
  1040. .gy-sm-4 {
  1041. --bs-gutter-y: 1.5rem;
  1042. }
  1043. .g-sm-5,
  1044. .gx-sm-5 {
  1045. --bs-gutter-x: 3rem;
  1046. }
  1047. .g-sm-5,
  1048. .gy-sm-5 {
  1049. --bs-gutter-y: 3rem;
  1050. }
  1051. }
  1052. @media (min-width: 768px) {
  1053. .col-md {
  1054. flex: 1 0 0%;
  1055. }
  1056. .row-cols-md-auto > * {
  1057. flex: 0 0 auto;
  1058. width: auto;
  1059. }
  1060. .row-cols-md-1 > * {
  1061. flex: 0 0 auto;
  1062. width: 100%;
  1063. }
  1064. .row-cols-md-2 > * {
  1065. flex: 0 0 auto;
  1066. width: 50%;
  1067. }
  1068. .row-cols-md-3 > * {
  1069. flex: 0 0 auto;
  1070. width: 33.33333333%;
  1071. }
  1072. .row-cols-md-4 > * {
  1073. flex: 0 0 auto;
  1074. width: 25%;
  1075. }
  1076. .row-cols-md-5 > * {
  1077. flex: 0 0 auto;
  1078. width: 20%;
  1079. }
  1080. .row-cols-md-6 > * {
  1081. flex: 0 0 auto;
  1082. width: 16.66666667%;
  1083. }
  1084. .col-md-auto {
  1085. flex: 0 0 auto;
  1086. width: auto;
  1087. }
  1088. .col-md-1 {
  1089. flex: 0 0 auto;
  1090. width: 8.33333333%;
  1091. }
  1092. .col-md-2 {
  1093. flex: 0 0 auto;
  1094. width: 16.66666667%;
  1095. }
  1096. .col-md-3 {
  1097. flex: 0 0 auto;
  1098. width: 25%;
  1099. }
  1100. .col-md-4 {
  1101. flex: 0 0 auto;
  1102. width: 33.33333333%;
  1103. }
  1104. .col-md-5 {
  1105. flex: 0 0 auto;
  1106. width: 41.66666667%;
  1107. }
  1108. .col-md-6 {
  1109. flex: 0 0 auto;
  1110. width: 50%;
  1111. }
  1112. .col-md-7 {
  1113. flex: 0 0 auto;
  1114. width: 58.33333333%;
  1115. }
  1116. .col-md-8 {
  1117. flex: 0 0 auto;
  1118. width: 66.66666667%;
  1119. }
  1120. .col-md-9 {
  1121. flex: 0 0 auto;
  1122. width: 75%;
  1123. }
  1124. .col-md-10 {
  1125. flex: 0 0 auto;
  1126. width: 83.33333333%;
  1127. }
  1128. .col-md-11 {
  1129. flex: 0 0 auto;
  1130. width: 91.66666667%;
  1131. }
  1132. .col-md-12 {
  1133. flex: 0 0 auto;
  1134. width: 100%;
  1135. }
  1136. .offset-md-0 {
  1137. margin-left: 0;
  1138. }
  1139. .offset-md-1 {
  1140. margin-left: 8.33333333%;
  1141. }
  1142. .offset-md-2 {
  1143. margin-left: 16.66666667%;
  1144. }
  1145. .offset-md-3 {
  1146. margin-left: 25%;
  1147. }
  1148. .offset-md-4 {
  1149. margin-left: 33.33333333%;
  1150. }
  1151. .offset-md-5 {
  1152. margin-left: 41.66666667%;
  1153. }
  1154. .offset-md-6 {
  1155. margin-left: 50%;
  1156. }
  1157. .offset-md-7 {
  1158. margin-left: 58.33333333%;
  1159. }
  1160. .offset-md-8 {
  1161. margin-left: 66.66666667%;
  1162. }
  1163. .offset-md-9 {
  1164. margin-left: 75%;
  1165. }
  1166. .offset-md-10 {
  1167. margin-left: 83.33333333%;
  1168. }
  1169. .offset-md-11 {
  1170. margin-left: 91.66666667%;
  1171. }
  1172. .g-md-0,
  1173. .gx-md-0 {
  1174. --bs-gutter-x: 0;
  1175. }
  1176. .g-md-0,
  1177. .gy-md-0 {
  1178. --bs-gutter-y: 0;
  1179. }
  1180. .g-md-1,
  1181. .gx-md-1 {
  1182. --bs-gutter-x: 0.25rem;
  1183. }
  1184. .g-md-1,
  1185. .gy-md-1 {
  1186. --bs-gutter-y: 0.25rem;
  1187. }
  1188. .g-md-2,
  1189. .gx-md-2 {
  1190. --bs-gutter-x: 0.5rem;
  1191. }
  1192. .g-md-2,
  1193. .gy-md-2 {
  1194. --bs-gutter-y: 0.5rem;
  1195. }
  1196. .g-md-3,
  1197. .gx-md-3 {
  1198. --bs-gutter-x: 1rem;
  1199. }
  1200. .g-md-3,
  1201. .gy-md-3 {
  1202. --bs-gutter-y: 1rem;
  1203. }
  1204. .g-md-4,
  1205. .gx-md-4 {
  1206. --bs-gutter-x: 1.5rem;
  1207. }
  1208. .g-md-4,
  1209. .gy-md-4 {
  1210. --bs-gutter-y: 1.5rem;
  1211. }
  1212. .g-md-5,
  1213. .gx-md-5 {
  1214. --bs-gutter-x: 3rem;
  1215. }
  1216. .g-md-5,
  1217. .gy-md-5 {
  1218. --bs-gutter-y: 3rem;
  1219. }
  1220. }
  1221. @media (min-width: 992px) {
  1222. .col-lg {
  1223. flex: 1 0 0%;
  1224. }
  1225. .row-cols-lg-auto > * {
  1226. flex: 0 0 auto;
  1227. width: auto;
  1228. }
  1229. .row-cols-lg-1 > * {
  1230. flex: 0 0 auto;
  1231. width: 100%;
  1232. }
  1233. .row-cols-lg-2 > * {
  1234. flex: 0 0 auto;
  1235. width: 50%;
  1236. }
  1237. .row-cols-lg-3 > * {
  1238. flex: 0 0 auto;
  1239. width: 33.33333333%;
  1240. }
  1241. .row-cols-lg-4 > * {
  1242. flex: 0 0 auto;
  1243. width: 25%;
  1244. }
  1245. .row-cols-lg-5 > * {
  1246. flex: 0 0 auto;
  1247. width: 20%;
  1248. }
  1249. .row-cols-lg-6 > * {
  1250. flex: 0 0 auto;
  1251. width: 16.66666667%;
  1252. }
  1253. .col-lg-auto {
  1254. flex: 0 0 auto;
  1255. width: auto;
  1256. }
  1257. .col-lg-1 {
  1258. flex: 0 0 auto;
  1259. width: 8.33333333%;
  1260. }
  1261. .col-lg-2 {
  1262. flex: 0 0 auto;
  1263. width: 16.66666667%;
  1264. }
  1265. .col-lg-3 {
  1266. flex: 0 0 auto;
  1267. width: 25%;
  1268. }
  1269. .col-lg-4 {
  1270. flex: 0 0 auto;
  1271. width: 33.33333333%;
  1272. }
  1273. .col-lg-5 {
  1274. flex: 0 0 auto;
  1275. width: 41.66666667%;
  1276. }
  1277. .col-lg-6 {
  1278. flex: 0 0 auto;
  1279. width: 50%;
  1280. }
  1281. .col-lg-7 {
  1282. flex: 0 0 auto;
  1283. width: 58.33333333%;
  1284. }
  1285. .col-lg-8 {
  1286. flex: 0 0 auto;
  1287. width: 66.66666667%;
  1288. }
  1289. .col-lg-9 {
  1290. flex: 0 0 auto;
  1291. width: 75%;
  1292. }
  1293. .col-lg-10 {
  1294. flex: 0 0 auto;
  1295. width: 83.33333333%;
  1296. }
  1297. .col-lg-11 {
  1298. flex: 0 0 auto;
  1299. width: 91.66666667%;
  1300. }
  1301. .col-lg-12 {
  1302. flex: 0 0 auto;
  1303. width: 100%;
  1304. }
  1305. .offset-lg-0 {
  1306. margin-left: 0;
  1307. }
  1308. .offset-lg-1 {
  1309. margin-left: 8.33333333%;
  1310. }
  1311. .offset-lg-2 {
  1312. margin-left: 16.66666667%;
  1313. }
  1314. .offset-lg-3 {
  1315. margin-left: 25%;
  1316. }
  1317. .offset-lg-4 {
  1318. margin-left: 33.33333333%;
  1319. }
  1320. .offset-lg-5 {
  1321. margin-left: 41.66666667%;
  1322. }
  1323. .offset-lg-6 {
  1324. margin-left: 50%;
  1325. }
  1326. .offset-lg-7 {
  1327. margin-left: 58.33333333%;
  1328. }
  1329. .offset-lg-8 {
  1330. margin-left: 66.66666667%;
  1331. }
  1332. .offset-lg-9 {
  1333. margin-left: 75%;
  1334. }
  1335. .offset-lg-10 {
  1336. margin-left: 83.33333333%;
  1337. }
  1338. .offset-lg-11 {
  1339. margin-left: 91.66666667%;
  1340. }
  1341. .g-lg-0,
  1342. .gx-lg-0 {
  1343. --bs-gutter-x: 0;
  1344. }
  1345. .g-lg-0,
  1346. .gy-lg-0 {
  1347. --bs-gutter-y: 0;
  1348. }
  1349. .g-lg-1,
  1350. .gx-lg-1 {
  1351. --bs-gutter-x: 0.25rem;
  1352. }
  1353. .g-lg-1,
  1354. .gy-lg-1 {
  1355. --bs-gutter-y: 0.25rem;
  1356. }
  1357. .g-lg-2,
  1358. .gx-lg-2 {
  1359. --bs-gutter-x: 0.5rem;
  1360. }
  1361. .g-lg-2,
  1362. .gy-lg-2 {
  1363. --bs-gutter-y: 0.5rem;
  1364. }
  1365. .g-lg-3,
  1366. .gx-lg-3 {
  1367. --bs-gutter-x: 1rem;
  1368. }
  1369. .g-lg-3,
  1370. .gy-lg-3 {
  1371. --bs-gutter-y: 1rem;
  1372. }
  1373. .g-lg-4,
  1374. .gx-lg-4 {
  1375. --bs-gutter-x: 1.5rem;
  1376. }
  1377. .g-lg-4,
  1378. .gy-lg-4 {
  1379. --bs-gutter-y: 1.5rem;
  1380. }
  1381. .g-lg-5,
  1382. .gx-lg-5 {
  1383. --bs-gutter-x: 3rem;
  1384. }
  1385. .g-lg-5,
  1386. .gy-lg-5 {
  1387. --bs-gutter-y: 3rem;
  1388. }
  1389. }
  1390. @media (min-width: 1200px) {
  1391. .col-xl {
  1392. flex: 1 0 0%;
  1393. }
  1394. .row-cols-xl-auto > * {
  1395. flex: 0 0 auto;
  1396. width: auto;
  1397. }
  1398. .row-cols-xl-1 > * {
  1399. flex: 0 0 auto;
  1400. width: 100%;
  1401. }
  1402. .row-cols-xl-2 > * {
  1403. flex: 0 0 auto;
  1404. width: 50%;
  1405. }
  1406. .row-cols-xl-3 > * {
  1407. flex: 0 0 auto;
  1408. width: 33.33333333%;
  1409. }
  1410. .row-cols-xl-4 > * {
  1411. flex: 0 0 auto;
  1412. width: 25%;
  1413. }
  1414. .row-cols-xl-5 > * {
  1415. flex: 0 0 auto;
  1416. width: 20%;
  1417. }
  1418. .row-cols-xl-6 > * {
  1419. flex: 0 0 auto;
  1420. width: 16.66666667%;
  1421. }
  1422. .col-xl-auto {
  1423. flex: 0 0 auto;
  1424. width: auto;
  1425. }
  1426. .col-xl-1 {
  1427. flex: 0 0 auto;
  1428. width: 8.33333333%;
  1429. }
  1430. .col-xl-2 {
  1431. flex: 0 0 auto;
  1432. width: 16.66666667%;
  1433. }
  1434. .col-xl-3 {
  1435. flex: 0 0 auto;
  1436. width: 25%;
  1437. }
  1438. .col-xl-4 {
  1439. flex: 0 0 auto;
  1440. width: 33.33333333%;
  1441. }
  1442. .col-xl-5 {
  1443. flex: 0 0 auto;
  1444. width: 41.66666667%;
  1445. }
  1446. .col-xl-6 {
  1447. flex: 0 0 auto;
  1448. width: 50%;
  1449. }
  1450. .col-xl-7 {
  1451. flex: 0 0 auto;
  1452. width: 58.33333333%;
  1453. }
  1454. .col-xl-8 {
  1455. flex: 0 0 auto;
  1456. width: 66.66666667%;
  1457. }
  1458. .col-xl-9 {
  1459. flex: 0 0 auto;
  1460. width: 75%;
  1461. }
  1462. .col-xl-10 {
  1463. flex: 0 0 auto;
  1464. width: 83.33333333%;
  1465. }
  1466. .col-xl-11 {
  1467. flex: 0 0 auto;
  1468. width: 91.66666667%;
  1469. }
  1470. .col-xl-12 {
  1471. flex: 0 0 auto;
  1472. width: 100%;
  1473. }
  1474. .offset-xl-0 {
  1475. margin-left: 0;
  1476. }
  1477. .offset-xl-1 {
  1478. margin-left: 8.33333333%;
  1479. }
  1480. .offset-xl-2 {
  1481. margin-left: 16.66666667%;
  1482. }
  1483. .offset-xl-3 {
  1484. margin-left: 25%;
  1485. }
  1486. .offset-xl-4 {
  1487. margin-left: 33.33333333%;
  1488. }
  1489. .offset-xl-5 {
  1490. margin-left: 41.66666667%;
  1491. }
  1492. .offset-xl-6 {
  1493. margin-left: 50%;
  1494. }
  1495. .offset-xl-7 {
  1496. margin-left: 58.33333333%;
  1497. }
  1498. .offset-xl-8 {
  1499. margin-left: 66.66666667%;
  1500. }
  1501. .offset-xl-9 {
  1502. margin-left: 75%;
  1503. }
  1504. .offset-xl-10 {
  1505. margin-left: 83.33333333%;
  1506. }
  1507. .offset-xl-11 {
  1508. margin-left: 91.66666667%;
  1509. }
  1510. .g-xl-0,
  1511. .gx-xl-0 {
  1512. --bs-gutter-x: 0;
  1513. }
  1514. .g-xl-0,
  1515. .gy-xl-0 {
  1516. --bs-gutter-y: 0;
  1517. }
  1518. .g-xl-1,
  1519. .gx-xl-1 {
  1520. --bs-gutter-x: 0.25rem;
  1521. }
  1522. .g-xl-1,
  1523. .gy-xl-1 {
  1524. --bs-gutter-y: 0.25rem;
  1525. }
  1526. .g-xl-2,
  1527. .gx-xl-2 {
  1528. --bs-gutter-x: 0.5rem;
  1529. }
  1530. .g-xl-2,
  1531. .gy-xl-2 {
  1532. --bs-gutter-y: 0.5rem;
  1533. }
  1534. .g-xl-3,
  1535. .gx-xl-3 {
  1536. --bs-gutter-x: 1rem;
  1537. }
  1538. .g-xl-3,
  1539. .gy-xl-3 {
  1540. --bs-gutter-y: 1rem;
  1541. }
  1542. .g-xl-4,
  1543. .gx-xl-4 {
  1544. --bs-gutter-x: 1.5rem;
  1545. }
  1546. .g-xl-4,
  1547. .gy-xl-4 {
  1548. --bs-gutter-y: 1.5rem;
  1549. }
  1550. .g-xl-5,
  1551. .gx-xl-5 {
  1552. --bs-gutter-x: 3rem;
  1553. }
  1554. .g-xl-5,
  1555. .gy-xl-5 {
  1556. --bs-gutter-y: 3rem;
  1557. }
  1558. }
  1559. @media (min-width: 1400px) {
  1560. .col-xxl {
  1561. flex: 1 0 0%;
  1562. }
  1563. .row-cols-xxl-auto > * {
  1564. flex: 0 0 auto;
  1565. width: auto;
  1566. }
  1567. .row-cols-xxl-1 > * {
  1568. flex: 0 0 auto;
  1569. width: 100%;
  1570. }
  1571. .row-cols-xxl-2 > * {
  1572. flex: 0 0 auto;
  1573. width: 50%;
  1574. }
  1575. .row-cols-xxl-3 > * {
  1576. flex: 0 0 auto;
  1577. width: 33.33333333%;
  1578. }
  1579. .row-cols-xxl-4 > * {
  1580. flex: 0 0 auto;
  1581. width: 25%;
  1582. }
  1583. .row-cols-xxl-5 > * {
  1584. flex: 0 0 auto;
  1585. width: 20%;
  1586. }
  1587. .row-cols-xxl-6 > * {
  1588. flex: 0 0 auto;
  1589. width: 16.66666667%;
  1590. }
  1591. .col-xxl-auto {
  1592. flex: 0 0 auto;
  1593. width: auto;
  1594. }
  1595. .col-xxl-1 {
  1596. flex: 0 0 auto;
  1597. width: 8.33333333%;
  1598. }
  1599. .col-xxl-2 {
  1600. flex: 0 0 auto;
  1601. width: 16.66666667%;
  1602. }
  1603. .col-xxl-3 {
  1604. flex: 0 0 auto;
  1605. width: 25%;
  1606. }
  1607. .col-xxl-4 {
  1608. flex: 0 0 auto;
  1609. width: 33.33333333%;
  1610. }
  1611. .col-xxl-5 {
  1612. flex: 0 0 auto;
  1613. width: 41.66666667%;
  1614. }
  1615. .col-xxl-6 {
  1616. flex: 0 0 auto;
  1617. width: 50%;
  1618. }
  1619. .col-xxl-7 {
  1620. flex: 0 0 auto;
  1621. width: 58.33333333%;
  1622. }
  1623. .col-xxl-8 {
  1624. flex: 0 0 auto;
  1625. width: 66.66666667%;
  1626. }
  1627. .col-xxl-9 {
  1628. flex: 0 0 auto;
  1629. width: 75%;
  1630. }
  1631. .col-xxl-10 {
  1632. flex: 0 0 auto;
  1633. width: 83.33333333%;
  1634. }
  1635. .col-xxl-11 {
  1636. flex: 0 0 auto;
  1637. width: 91.66666667%;
  1638. }
  1639. .col-xxl-12 {
  1640. flex: 0 0 auto;
  1641. width: 100%;
  1642. }
  1643. .offset-xxl-0 {
  1644. margin-left: 0;
  1645. }
  1646. .offset-xxl-1 {
  1647. margin-left: 8.33333333%;
  1648. }
  1649. .offset-xxl-2 {
  1650. margin-left: 16.66666667%;
  1651. }
  1652. .offset-xxl-3 {
  1653. margin-left: 25%;
  1654. }
  1655. .offset-xxl-4 {
  1656. margin-left: 33.33333333%;
  1657. }
  1658. .offset-xxl-5 {
  1659. margin-left: 41.66666667%;
  1660. }
  1661. .offset-xxl-6 {
  1662. margin-left: 50%;
  1663. }
  1664. .offset-xxl-7 {
  1665. margin-left: 58.33333333%;
  1666. }
  1667. .offset-xxl-8 {
  1668. margin-left: 66.66666667%;
  1669. }
  1670. .offset-xxl-9 {
  1671. margin-left: 75%;
  1672. }
  1673. .offset-xxl-10 {
  1674. margin-left: 83.33333333%;
  1675. }
  1676. .offset-xxl-11 {
  1677. margin-left: 91.66666667%;
  1678. }
  1679. .g-xxl-0,
  1680. .gx-xxl-0 {
  1681. --bs-gutter-x: 0;
  1682. }
  1683. .g-xxl-0,
  1684. .gy-xxl-0 {
  1685. --bs-gutter-y: 0;
  1686. }
  1687. .g-xxl-1,
  1688. .gx-xxl-1 {
  1689. --bs-gutter-x: 0.25rem;
  1690. }
  1691. .g-xxl-1,
  1692. .gy-xxl-1 {
  1693. --bs-gutter-y: 0.25rem;
  1694. }
  1695. .g-xxl-2,
  1696. .gx-xxl-2 {
  1697. --bs-gutter-x: 0.5rem;
  1698. }
  1699. .g-xxl-2,
  1700. .gy-xxl-2 {
  1701. --bs-gutter-y: 0.5rem;
  1702. }
  1703. .g-xxl-3,
  1704. .gx-xxl-3 {
  1705. --bs-gutter-x: 1rem;
  1706. }
  1707. .g-xxl-3,
  1708. .gy-xxl-3 {
  1709. --bs-gutter-y: 1rem;
  1710. }
  1711. .g-xxl-4,
  1712. .gx-xxl-4 {
  1713. --bs-gutter-x: 1.5rem;
  1714. }
  1715. .g-xxl-4,
  1716. .gy-xxl-4 {
  1717. --bs-gutter-y: 1.5rem;
  1718. }
  1719. .g-xxl-5,
  1720. .gx-xxl-5 {
  1721. --bs-gutter-x: 3rem;
  1722. }
  1723. .g-xxl-5,
  1724. .gy-xxl-5 {
  1725. --bs-gutter-y: 3rem;
  1726. }
  1727. }
  1728. .table {
  1729. --bs-table-color-type: initial;
  1730. --bs-table-bg-type: initial;
  1731. --bs-table-color-state: initial;
  1732. --bs-table-bg-state: initial;
  1733. --bs-table-color: var(--bs-emphasis-color);
  1734. --bs-table-bg: var(--bs-body-bg);
  1735. --bs-table-border-color: var(--bs-border-color);
  1736. --bs-table-accent-bg: transparent;
  1737. --bs-table-striped-color: var(--bs-emphasis-color);
  1738. --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  1739. --bs-table-active-color: var(--bs-emphasis-color);
  1740. --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  1741. --bs-table-hover-color: var(--bs-emphasis-color);
  1742. --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  1743. width: 100%;
  1744. margin-bottom: 1rem;
  1745. vertical-align: top;
  1746. border-color: var(--bs-table-border-color);
  1747. }
  1748. .table > :not(caption) > * > * {
  1749. padding: 0.5rem 0.5rem;
  1750. color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  1751. background-color: var(--bs-table-bg);
  1752. border-bottom-width: var(--bs-border-width);
  1753. box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  1754. }
  1755. .table > tbody {
  1756. vertical-align: inherit;
  1757. }
  1758. .table > thead {
  1759. vertical-align: bottom;
  1760. }
  1761. .table-group-divider {
  1762. border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
  1763. }
  1764. .caption-top {
  1765. caption-side: top;
  1766. }
  1767. .table-sm > :not(caption) > * > * {
  1768. padding: 0.25rem 0.25rem;
  1769. }
  1770. .table-bordered > :not(caption) > * {
  1771. border-width: var(--bs-border-width) 0;
  1772. }
  1773. .table-bordered > :not(caption) > * > * {
  1774. border-width: 0 var(--bs-border-width);
  1775. }
  1776. .table-borderless > :not(caption) > * > * {
  1777. border-bottom-width: 0;
  1778. }
  1779. .table-borderless > :not(:first-child) {
  1780. border-top-width: 0;
  1781. }
  1782. .table-striped > tbody > tr:nth-of-type(odd) > * {
  1783. --bs-table-color-type: var(--bs-table-striped-color);
  1784. --bs-table-bg-type: var(--bs-table-striped-bg);
  1785. }
  1786. .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  1787. --bs-table-color-type: var(--bs-table-striped-color);
  1788. --bs-table-bg-type: var(--bs-table-striped-bg);
  1789. }
  1790. .table-active {
  1791. --bs-table-color-state: var(--bs-table-active-color);
  1792. --bs-table-bg-state: var(--bs-table-active-bg);
  1793. }
  1794. .table-hover > tbody > tr:hover > * {
  1795. --bs-table-color-state: var(--bs-table-hover-color);
  1796. --bs-table-bg-state: var(--bs-table-hover-bg);
  1797. }
  1798. .table-primary {
  1799. --bs-table-color: #000;
  1800. --bs-table-bg: #cfe2ff;
  1801. --bs-table-border-color: #a6b5cc;
  1802. --bs-table-striped-bg: #c5d7f2;
  1803. --bs-table-striped-color: #000;
  1804. --bs-table-active-bg: #bacbe6;
  1805. --bs-table-active-color: #000;
  1806. --bs-table-hover-bg: #bfd1ec;
  1807. --bs-table-hover-color: #000;
  1808. color: var(--bs-table-color);
  1809. border-color: var(--bs-table-border-color);
  1810. }
  1811. .table-secondary {
  1812. --bs-table-color: #000;
  1813. --bs-table-bg: #e2e3e5;
  1814. --bs-table-border-color: #b5b6b7;
  1815. --bs-table-striped-bg: #d7d8da;
  1816. --bs-table-striped-color: #000;
  1817. --bs-table-active-bg: #cbccce;
  1818. --bs-table-active-color: #000;
  1819. --bs-table-hover-bg: #d1d2d4;
  1820. --bs-table-hover-color: #000;
  1821. color: var(--bs-table-color);
  1822. border-color: var(--bs-table-border-color);
  1823. }
  1824. .table-success {
  1825. --bs-table-color: #000;
  1826. --bs-table-bg: #d1e7dd;
  1827. --bs-table-border-color: #a7b9b1;
  1828. --bs-table-striped-bg: #c7dbd2;
  1829. --bs-table-striped-color: #000;
  1830. --bs-table-active-bg: #bcd0c7;
  1831. --bs-table-active-color: #000;
  1832. --bs-table-hover-bg: #c1d6cc;
  1833. --bs-table-hover-color: #000;
  1834. color: var(--bs-table-color);
  1835. border-color: var(--bs-table-border-color);
  1836. }
  1837. .table-info {
  1838. --bs-table-color: #000;
  1839. --bs-table-bg: #cff4fc;
  1840. --bs-table-border-color: #a6c3ca;
  1841. --bs-table-striped-bg: #c5e8ef;
  1842. --bs-table-striped-color: #000;
  1843. --bs-table-active-bg: #badce3;
  1844. --bs-table-active-color: #000;
  1845. --bs-table-hover-bg: #bfe2e9;
  1846. --bs-table-hover-color: #000;
  1847. color: var(--bs-table-color);
  1848. border-color: var(--bs-table-border-color);
  1849. }
  1850. .table-warning {
  1851. --bs-table-color: #000;
  1852. --bs-table-bg: #fff3cd;
  1853. --bs-table-border-color: #ccc2a4;
  1854. --bs-table-striped-bg: #f2e7c3;
  1855. --bs-table-striped-color: #000;
  1856. --bs-table-active-bg: #e6dbb9;
  1857. --bs-table-active-color: #000;
  1858. --bs-table-hover-bg: #ece1be;
  1859. --bs-table-hover-color: #000;
  1860. color: var(--bs-table-color);
  1861. border-color: var(--bs-table-border-color);
  1862. }
  1863. .table-danger {
  1864. --bs-table-color: #000;
  1865. --bs-table-bg: #f8d7da;
  1866. --bs-table-border-color: #c6acae;
  1867. --bs-table-striped-bg: #eccccf;
  1868. --bs-table-striped-color: #000;
  1869. --bs-table-active-bg: #dfc2c4;
  1870. --bs-table-active-color: #000;
  1871. --bs-table-hover-bg: #e5c7ca;
  1872. --bs-table-hover-color: #000;
  1873. color: var(--bs-table-color);
  1874. border-color: var(--bs-table-border-color);
  1875. }
  1876. .table-light {
  1877. --bs-table-color: #000;
  1878. --bs-table-bg: #f8f9fa;
  1879. --bs-table-border-color: #c6c7c8;
  1880. --bs-table-striped-bg: #ecedee;
  1881. --bs-table-striped-color: #000;
  1882. --bs-table-active-bg: #dfe0e1;
  1883. --bs-table-active-color: #000;
  1884. --bs-table-hover-bg: #e5e6e7;
  1885. --bs-table-hover-color: #000;
  1886. color: var(--bs-table-color);
  1887. border-color: var(--bs-table-border-color);
  1888. }
  1889. .table-dark {
  1890. --bs-table-color: #fff;
  1891. --bs-table-bg: #212529;
  1892. --bs-table-border-color: #4d5154;
  1893. --bs-table-striped-bg: #2c3034;
  1894. --bs-table-striped-color: #fff;
  1895. --bs-table-active-bg: #373b3e;
  1896. --bs-table-active-color: #fff;
  1897. --bs-table-hover-bg: #323539;
  1898. --bs-table-hover-color: #fff;
  1899. color: var(--bs-table-color);
  1900. border-color: var(--bs-table-border-color);
  1901. }
  1902. .table-responsive {
  1903. overflow-x: auto;
  1904. -webkit-overflow-scrolling: touch;
  1905. }
  1906. @media (max-width: 575.98px) {
  1907. .table-responsive-sm {
  1908. overflow-x: auto;
  1909. -webkit-overflow-scrolling: touch;
  1910. }
  1911. }
  1912. @media (max-width: 767.98px) {
  1913. .table-responsive-md {
  1914. overflow-x: auto;
  1915. -webkit-overflow-scrolling: touch;
  1916. }
  1917. }
  1918. @media (max-width: 991.98px) {
  1919. .table-responsive-lg {
  1920. overflow-x: auto;
  1921. -webkit-overflow-scrolling: touch;
  1922. }
  1923. }
  1924. @media (max-width: 1199.98px) {
  1925. .table-responsive-xl {
  1926. overflow-x: auto;
  1927. -webkit-overflow-scrolling: touch;
  1928. }
  1929. }
  1930. @media (max-width: 1399.98px) {
  1931. .table-responsive-xxl {
  1932. overflow-x: auto;
  1933. -webkit-overflow-scrolling: touch;
  1934. }
  1935. }
  1936. .form-label {
  1937. margin-bottom: 0.5rem;
  1938. }
  1939. .col-form-label {
  1940. padding-top: calc(0.375rem + var(--bs-border-width));
  1941. padding-bottom: calc(0.375rem + var(--bs-border-width));
  1942. margin-bottom: 0;
  1943. font-size: inherit;
  1944. line-height: 1.5;
  1945. }
  1946. .col-form-label-lg {
  1947. padding-top: calc(0.5rem + var(--bs-border-width));
  1948. padding-bottom: calc(0.5rem + var(--bs-border-width));
  1949. font-size: 1.25rem;
  1950. }
  1951. .col-form-label-sm {
  1952. padding-top: calc(0.25rem + var(--bs-border-width));
  1953. padding-bottom: calc(0.25rem + var(--bs-border-width));
  1954. font-size: 0.875rem;
  1955. }
  1956. .form-text {
  1957. margin-top: 0.25rem;
  1958. font-size: 0.875em;
  1959. color: var(--bs-secondary-color);
  1960. }
  1961. .form-control {
  1962. display: block;
  1963. width: 100%;
  1964. padding: 0.375rem 0.75rem;
  1965. font-size: 1rem;
  1966. font-weight: 400;
  1967. line-height: 1.5;
  1968. color: var(--bs-body-color);
  1969. -webkit-appearance: none;
  1970. -moz-appearance: none;
  1971. appearance: none;
  1972. background-color: var(--bs-body-bg);
  1973. background-clip: padding-box;
  1974. border: var(--bs-border-width) solid var(--bs-border-color);
  1975. border-radius: var(--bs-border-radius);
  1976. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  1977. }
  1978. @media (prefers-reduced-motion: reduce) {
  1979. .form-control {
  1980. transition: none;
  1981. }
  1982. }
  1983. .form-control[type=file] {
  1984. overflow: hidden;
  1985. }
  1986. .form-control[type=file]:not(:disabled):not([readonly]) {
  1987. cursor: pointer;
  1988. }
  1989. .form-control:focus {
  1990. color: var(--bs-body-color);
  1991. background-color: var(--bs-body-bg);
  1992. border-color: #86b7fe;
  1993. outline: 0;
  1994. box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  1995. }
  1996. .form-control::-webkit-date-and-time-value {
  1997. min-width: 85px;
  1998. height: 1.5em;
  1999. margin: 0;
  2000. }
  2001. .form-control::-webkit-datetime-edit {
  2002. display: block;
  2003. padding: 0;
  2004. }
  2005. .form-control::-moz-placeholder {
  2006. color: var(--bs-secondary-color);
  2007. opacity: 1;
  2008. }
  2009. .form-control::placeholder {
  2010. color: var(--bs-secondary-color);
  2011. opacity: 1;
  2012. }
  2013. .form-control:disabled {
  2014. background-color: var(--bs-secondary-bg);
  2015. opacity: 1;
  2016. }
  2017. .form-control::-webkit-file-upload-button {
  2018. padding: 0.375rem 0.75rem;
  2019. margin: -0.375rem -0.75rem;
  2020. -webkit-margin-end: 0.75rem;
  2021. margin-inline-end: 0.75rem;
  2022. color: var(--bs-body-color);
  2023. background-color: var(--bs-tertiary-bg);
  2024. pointer-events: none;
  2025. border-color: inherit;
  2026. border-style: solid;
  2027. border-width: 0;
  2028. border-inline-end-width: var(--bs-border-width);
  2029. border-radius: 0;
  2030. -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;
  2031. 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;
  2032. }
  2033. .form-control::file-selector-button {
  2034. padding: 0.375rem 0.75rem;
  2035. margin: -0.375rem -0.75rem;
  2036. -webkit-margin-end: 0.75rem;
  2037. margin-inline-end: 0.75rem;
  2038. color: var(--bs-body-color);
  2039. background-color: var(--bs-tertiary-bg);
  2040. pointer-events: none;
  2041. border-color: inherit;
  2042. border-style: solid;
  2043. border-width: 0;
  2044. border-inline-end-width: var(--bs-border-width);
  2045. border-radius: 0;
  2046. 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;
  2047. }
  2048. @media (prefers-reduced-motion: reduce) {
  2049. .form-control::-webkit-file-upload-button {
  2050. -webkit-transition: none;
  2051. transition: none;
  2052. }
  2053. .form-control::file-selector-button {
  2054. transition: none;
  2055. }
  2056. }
  2057. .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  2058. background-color: var(--bs-secondary-bg);
  2059. }
  2060. .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  2061. background-color: var(--bs-secondary-bg);
  2062. }
  2063. .form-control-plaintext {
  2064. display: block;
  2065. width: 100%;
  2066. padding: 0.375rem 0;
  2067. margin-bottom: 0;
  2068. line-height: 1.5;
  2069. color: var(--bs-body-color);
  2070. background-color: transparent;
  2071. border: solid transparent;
  2072. border-width: var(--bs-border-width) 0;
  2073. }
  2074. .form-control-plaintext:focus {
  2075. outline: 0;
  2076. }
  2077. .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  2078. padding-right: 0;
  2079. padding-left: 0;
  2080. }
  2081. .form-control-sm {
  2082. min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  2083. padding: 0.25rem 0.5rem;
  2084. font-size: 0.875rem;
  2085. border-radius: var(--bs-border-radius-sm);
  2086. }
  2087. .form-control-sm::-webkit-file-upload-button {
  2088. padding: 0.25rem 0.5rem;
  2089. margin: -0.25rem -0.5rem;
  2090. -webkit-margin-end: 0.5rem;
  2091. margin-inline-end: 0.5rem;
  2092. }
  2093. .form-control-sm::file-selector-button {
  2094. padding: 0.25rem 0.5rem;
  2095. margin: -0.25rem -0.5rem;
  2096. -webkit-margin-end: 0.5rem;
  2097. margin-inline-end: 0.5rem;
  2098. }
  2099. .form-control-lg {
  2100. min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  2101. padding: 0.5rem 1rem;
  2102. font-size: 1.25rem;
  2103. border-radius: var(--bs-border-radius-lg);
  2104. }
  2105. .form-control-lg::-webkit-file-upload-button {
  2106. padding: 0.5rem 1rem;
  2107. margin: -0.5rem -1rem;
  2108. -webkit-margin-end: 1rem;
  2109. margin-inline-end: 1rem;
  2110. }
  2111. .form-control-lg::file-selector-button {
  2112. padding: 0.5rem 1rem;
  2113. margin: -0.5rem -1rem;
  2114. -webkit-margin-end: 1rem;
  2115. margin-inline-end: 1rem;
  2116. }
  2117. textarea.form-control {
  2118. min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  2119. }
  2120. textarea.form-control-sm {
  2121. min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  2122. }
  2123. textarea.form-control-lg {
  2124. min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  2125. }
  2126. .form-control-color {
  2127. width: 3rem;
  2128. height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  2129. padding: 0.375rem;
  2130. }
  2131. .form-control-color:not(:disabled):not([readonly]) {
  2132. cursor: pointer;
  2133. }
  2134. .form-control-color::-moz-color-swatch {
  2135. border: 0 !important;
  2136. border-radius: var(--bs-border-radius);
  2137. }
  2138. .form-control-color::-webkit-color-swatch {
  2139. border: 0 !important;
  2140. border-radius: var(--bs-border-radius);
  2141. }
  2142. .form-control-color.form-control-sm {
  2143. height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  2144. }
  2145. .form-control-color.form-control-lg {
  2146. height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  2147. }
  2148. .form-select {
  2149. --bs-form-select-bg-img: 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 5 6 6 6-6'/%3e%3c/svg%3e");
  2150. display: block;
  2151. width: 100%;
  2152. padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  2153. font-size: 1rem;
  2154. font-weight: 400;
  2155. line-height: 1.5;
  2156. color: var(--bs-body-color);
  2157. -webkit-appearance: none;
  2158. -moz-appearance: none;
  2159. appearance: none;
  2160. background-color: var(--bs-body-bg);
  2161. background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  2162. background-repeat: no-repeat;
  2163. background-position: right 0.75rem center;
  2164. background-size: 16px 12px;
  2165. border: var(--bs-border-width) solid var(--bs-border-color);
  2166. border-radius: var(--bs-border-radius);
  2167. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2168. }
  2169. @media (prefers-reduced-motion: reduce) {
  2170. .form-select {
  2171. transition: none;
  2172. }
  2173. }
  2174. .form-select:focus {
  2175. border-color: #86b7fe;
  2176. outline: 0;
  2177. box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  2178. }
  2179. .form-select[multiple], .form-select[size]:not([size="1"]) {
  2180. padding-right: 0.75rem;
  2181. background-image: none;
  2182. }
  2183. .form-select:disabled {
  2184. background-color: var(--bs-secondary-bg);
  2185. }
  2186. .form-select:-moz-focusring {
  2187. color: transparent;
  2188. text-shadow: 0 0 0 var(--bs-body-color);
  2189. }
  2190. .form-select-sm {
  2191. padding-top: 0.25rem;
  2192. padding-bottom: 0.25rem;
  2193. padding-left: 0.5rem;
  2194. font-size: 0.875rem;
  2195. border-radius: var(--bs-border-radius-sm);
  2196. }
  2197. .form-select-lg {
  2198. padding-top: 0.5rem;
  2199. padding-bottom: 0.5rem;
  2200. padding-left: 1rem;
  2201. font-size: 1.25rem;
  2202. border-radius: var(--bs-border-radius-lg);
  2203. }
  2204. [data-bs-theme=dark] .form-select {
  2205. --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  2206. }
  2207. .form-check {
  2208. display: block;
  2209. min-height: 1.5rem;
  2210. padding-left: 1.5em;
  2211. margin-bottom: 0.125rem;
  2212. }
  2213. .form-check .form-check-input {
  2214. float: left;
  2215. margin-left: -1.5em;
  2216. }
  2217. .form-check-reverse {
  2218. padding-right: 1.5em;
  2219. padding-left: 0;
  2220. text-align: right;
  2221. }
  2222. .form-check-reverse .form-check-input {
  2223. float: right;
  2224. margin-right: -1.5em;
  2225. margin-left: 0;
  2226. }
  2227. .form-check-input {
  2228. --bs-form-check-bg: var(--bs-body-bg);
  2229. flex-shrink: 0;
  2230. width: 1em;
  2231. height: 1em;
  2232. margin-top: 0.25em;
  2233. vertical-align: top;
  2234. -webkit-appearance: none;
  2235. -moz-appearance: none;
  2236. appearance: none;
  2237. background-color: var(--bs-form-check-bg);
  2238. background-image: var(--bs-form-check-bg-image);
  2239. background-repeat: no-repeat;
  2240. background-position: center;
  2241. background-size: contain;
  2242. border: var(--bs-border-width) solid var(--bs-border-color);
  2243. -webkit-print-color-adjust: exact;
  2244. color-adjust: exact;
  2245. print-color-adjust: exact;
  2246. }
  2247. .form-check-input[type=checkbox] {
  2248. border-radius: 0.25em;
  2249. }
  2250. .form-check-input[type=radio] {
  2251. border-radius: 50%;
  2252. }
  2253. .form-check-input:active {
  2254. filter: brightness(90%);
  2255. }
  2256. .form-check-input:focus {
  2257. border-color: #86b7fe;
  2258. outline: 0;
  2259. box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  2260. }
  2261. .form-check-input:checked {
  2262. background-color: #0d6efd;
  2263. border-color: #0d6efd;
  2264. }
  2265. .form-check-input:checked[type=checkbox] {
  2266. --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
  2267. }
  2268. .form-check-input:checked[type=radio] {
  2269. --bs-form-check-bg-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");
  2270. }
  2271. .form-check-input[type=checkbox]:indeterminate {
  2272. background-color: #0d6efd;
  2273. border-color: #0d6efd;
  2274. --bs-form-check-bg-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");
  2275. }
  2276. .form-check-input:disabled {
  2277. pointer-events: none;
  2278. filter: none;
  2279. opacity: 0.5;
  2280. }
  2281. .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  2282. cursor: default;
  2283. opacity: 0.5;
  2284. }
  2285. .form-switch {
  2286. padding-left: 2.5em;
  2287. }
  2288. .form-switch .form-check-input {
  2289. --bs-form-switch-bg: 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");
  2290. width: 2em;
  2291. margin-left: -2.5em;
  2292. background-image: var(--bs-form-switch-bg);
  2293. background-position: left center;
  2294. border-radius: 2em;
  2295. transition: background-position 0.15s ease-in-out;
  2296. }
  2297. @media (prefers-reduced-motion: reduce) {
  2298. .form-switch .form-check-input {
  2299. transition: none;
  2300. }
  2301. }
  2302. .form-switch .form-check-input:focus {
  2303. --bs-form-switch-bg: 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");
  2304. }
  2305. .form-switch .form-check-input:checked {
  2306. background-position: right center;
  2307. --bs-form-switch-bg: 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");
  2308. }
  2309. .form-switch.form-check-reverse {
  2310. padding-right: 2.5em;
  2311. padding-left: 0;
  2312. }
  2313. .form-switch.form-check-reverse .form-check-input {
  2314. margin-right: -2.5em;
  2315. margin-left: 0;
  2316. }
  2317. .form-check-inline {
  2318. display: inline-block;
  2319. margin-right: 1rem;
  2320. }
  2321. .btn-check {
  2322. position: absolute;
  2323. clip: rect(0, 0, 0, 0);
  2324. pointer-events: none;
  2325. }
  2326. .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  2327. pointer-events: none;
  2328. filter: none;
  2329. opacity: 0.65;
  2330. }
  2331. [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  2332. --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
  2333. }
  2334. .form-range {
  2335. width: 100%;
  2336. height: 1.5rem;
  2337. padding: 0;
  2338. -webkit-appearance: none;
  2339. -moz-appearance: none;
  2340. appearance: none;
  2341. background-color: transparent;
  2342. }
  2343. .form-range:focus {
  2344. outline: 0;
  2345. }
  2346. .form-range:focus::-webkit-slider-thumb {
  2347. box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  2348. }
  2349. .form-range:focus::-moz-range-thumb {
  2350. box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  2351. }
  2352. .form-range::-moz-focus-outer {
  2353. border: 0;
  2354. }
  2355. .form-range::-webkit-slider-thumb {
  2356. width: 1rem;
  2357. height: 1rem;
  2358. margin-top: -0.25rem;
  2359. -webkit-appearance: none;
  2360. appearance: none;
  2361. background-color: #0d6efd;
  2362. border: 0;
  2363. border-radius: 1rem;
  2364. -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2365. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2366. }
  2367. @media (prefers-reduced-motion: reduce) {
  2368. .form-range::-webkit-slider-thumb {
  2369. -webkit-transition: none;
  2370. transition: none;
  2371. }
  2372. }
  2373. .form-range::-webkit-slider-thumb:active {
  2374. background-color: #b6d4fe;
  2375. }
  2376. .form-range::-webkit-slider-runnable-track {
  2377. width: 100%;
  2378. height: 0.5rem;
  2379. color: transparent;
  2380. cursor: pointer;
  2381. background-color: var(--bs-secondary-bg);
  2382. border-color: transparent;
  2383. border-radius: 1rem;
  2384. }
  2385. .form-range::-moz-range-thumb {
  2386. width: 1rem;
  2387. height: 1rem;
  2388. -moz-appearance: none;
  2389. appearance: none;
  2390. background-color: #0d6efd;
  2391. border: 0;
  2392. border-radius: 1rem;
  2393. -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2394. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2395. }
  2396. @media (prefers-reduced-motion: reduce) {
  2397. .form-range::-moz-range-thumb {
  2398. -moz-transition: none;
  2399. transition: none;
  2400. }
  2401. }
  2402. .form-range::-moz-range-thumb:active {
  2403. background-color: #b6d4fe;
  2404. }
  2405. .form-range::-moz-range-track {
  2406. width: 100%;
  2407. height: 0.5rem;
  2408. color: transparent;
  2409. cursor: pointer;
  2410. background-color: var(--bs-secondary-bg);
  2411. border-color: transparent;
  2412. border-radius: 1rem;
  2413. }
  2414. .form-range:disabled {
  2415. pointer-events: none;
  2416. }
  2417. .form-range:disabled::-webkit-slider-thumb {
  2418. background-color: var(--bs-secondary-color);
  2419. }
  2420. .form-range:disabled::-moz-range-thumb {
  2421. background-color: var(--bs-secondary-color);
  2422. }
  2423. .form-floating {
  2424. position: relative;
  2425. }
  2426. .form-floating > .form-control,
  2427. .form-floating > .form-control-plaintext,
  2428. .form-floating > .form-select {
  2429. height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  2430. min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  2431. line-height: 1.25;
  2432. }
  2433. .form-floating > label {
  2434. position: absolute;
  2435. top: 0;
  2436. left: 0;
  2437. z-index: 2;
  2438. height: 100%;
  2439. padding: 1rem 0.75rem;
  2440. overflow: hidden;
  2441. text-align: start;
  2442. text-overflow: ellipsis;
  2443. white-space: nowrap;
  2444. pointer-events: none;
  2445. border: var(--bs-border-width) solid transparent;
  2446. transform-origin: 0 0;
  2447. transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  2448. }
  2449. @media (prefers-reduced-motion: reduce) {
  2450. .form-floating > label {
  2451. transition: none;
  2452. }
  2453. }
  2454. .form-floating > .form-control,
  2455. .form-floating > .form-control-plaintext {
  2456. padding: 1rem 0.75rem;
  2457. }
  2458. .form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  2459. color: transparent;
  2460. }
  2461. .form-floating > .form-control::placeholder,
  2462. .form-floating > .form-control-plaintext::placeholder {
  2463. color: transparent;
  2464. }
  2465. .form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  2466. padding-top: 1.625rem;
  2467. padding-bottom: 0.625rem;
  2468. }
  2469. .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
  2470. .form-floating > .form-control-plaintext:focus,
  2471. .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  2472. padding-top: 1.625rem;
  2473. padding-bottom: 0.625rem;
  2474. }
  2475. .form-floating > .form-control:-webkit-autofill,
  2476. .form-floating > .form-control-plaintext:-webkit-autofill {
  2477. padding-top: 1.625rem;
  2478. padding-bottom: 0.625rem;
  2479. }
  2480. .form-floating > .form-select {
  2481. padding-top: 1.625rem;
  2482. padding-bottom: 0.625rem;
  2483. }
  2484. .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  2485. color: rgba(var(--bs-body-color-rgb), 0.65);
  2486. transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  2487. }
  2488. .form-floating > .form-control:focus ~ label,
  2489. .form-floating > .form-control:not(:placeholder-shown) ~ label,
  2490. .form-floating > .form-control-plaintext ~ label,
  2491. .form-floating > .form-select ~ label {
  2492. color: rgba(var(--bs-body-color-rgb), 0.65);
  2493. transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  2494. }
  2495. .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  2496. position: absolute;
  2497. inset: 1rem 0.375rem;
  2498. z-index: -1;
  2499. height: 1.5em;
  2500. content: "";
  2501. background-color: var(--bs-body-bg);
  2502. border-radius: var(--bs-border-radius);
  2503. }
  2504. .form-floating > .form-control:focus ~ label::after,
  2505. .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
  2506. .form-floating > .form-control-plaintext ~ label::after,
  2507. .form-floating > .form-select ~ label::after {
  2508. position: absolute;
  2509. inset: 1rem 0.375rem;
  2510. z-index: -1;
  2511. height: 1.5em;
  2512. content: "";
  2513. background-color: var(--bs-body-bg);
  2514. border-radius: var(--bs-border-radius);
  2515. }
  2516. .form-floating > .form-control:-webkit-autofill ~ label {
  2517. color: rgba(var(--bs-body-color-rgb), 0.65);
  2518. transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  2519. }
  2520. .form-floating > .form-control-plaintext ~ label {
  2521. border-width: var(--bs-border-width) 0;
  2522. }
  2523. .form-floating > :disabled ~ label,
  2524. .form-floating > .form-control:disabled ~ label {
  2525. color: #6c757d;
  2526. }
  2527. .form-floating > :disabled ~ label::after,
  2528. .form-floating > .form-control:disabled ~ label::after {
  2529. background-color: var(--bs-secondary-bg);
  2530. }
  2531. .input-group {
  2532. position: relative;
  2533. display: flex;
  2534. flex-wrap: wrap;
  2535. align-items: stretch;
  2536. width: 100%;
  2537. }
  2538. .input-group > .form-control,
  2539. .input-group > .form-select,
  2540. .input-group > .form-floating {
  2541. position: relative;
  2542. flex: 1 1 auto;
  2543. width: 1%;
  2544. min-width: 0;
  2545. }
  2546. .input-group > .form-control:focus,
  2547. .input-group > .form-select:focus,
  2548. .input-group > .form-floating:focus-within {
  2549. z-index: 5;
  2550. }
  2551. .input-group .btn {
  2552. position: relative;
  2553. z-index: 2;
  2554. }
  2555. .input-group .btn:focus {
  2556. z-index: 5;
  2557. }
  2558. .input-group-text {
  2559. display: flex;
  2560. align-items: center;
  2561. padding: 0.375rem 0.75rem;
  2562. font-size: 1rem;
  2563. font-weight: 400;
  2564. line-height: 1.5;
  2565. color: var(--bs-body-color);
  2566. text-align: center;
  2567. white-space: nowrap;
  2568. background-color: var(--bs-tertiary-bg);
  2569. border: var(--bs-border-width) solid var(--bs-border-color);
  2570. border-radius: var(--bs-border-radius);
  2571. }
  2572. .input-group-lg > .form-control,
  2573. .input-group-lg > .form-select,
  2574. .input-group-lg > .input-group-text,
  2575. .input-group-lg > .btn {
  2576. padding: 0.5rem 1rem;
  2577. font-size: 1.25rem;
  2578. border-radius: var(--bs-border-radius-lg);
  2579. }
  2580. .input-group-sm > .form-control,
  2581. .input-group-sm > .form-select,
  2582. .input-group-sm > .input-group-text,
  2583. .input-group-sm > .btn {
  2584. padding: 0.25rem 0.5rem;
  2585. font-size: 0.875rem;
  2586. border-radius: var(--bs-border-radius-sm);
  2587. }
  2588. .input-group-lg > .form-select,
  2589. .input-group-sm > .form-select {
  2590. padding-right: 3rem;
  2591. }
  2592. .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
  2593. .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
  2594. .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
  2595. .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  2596. border-top-right-radius: 0;
  2597. border-bottom-right-radius: 0;
  2598. }
  2599. .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
  2600. .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
  2601. .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
  2602. .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  2603. border-top-right-radius: 0;
  2604. border-bottom-right-radius: 0;
  2605. }
  2606. .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  2607. margin-left: calc(var(--bs-border-width) * -1);
  2608. border-top-left-radius: 0;
  2609. border-bottom-left-radius: 0;
  2610. }
  2611. .input-group > .form-floating:not(:first-child) > .form-control,
  2612. .input-group > .form-floating:not(:first-child) > .form-select {
  2613. border-top-left-radius: 0;
  2614. border-bottom-left-radius: 0;
  2615. }
  2616. .valid-feedback {
  2617. display: none;
  2618. width: 100%;
  2619. margin-top: 0.25rem;
  2620. font-size: 0.875em;
  2621. color: var(--bs-form-valid-color);
  2622. }
  2623. .valid-tooltip {
  2624. position: absolute;
  2625. top: 100%;
  2626. z-index: 5;
  2627. display: none;
  2628. max-width: 100%;
  2629. padding: 0.25rem 0.5rem;
  2630. margin-top: 0.1rem;
  2631. font-size: 0.875rem;
  2632. color: #fff;
  2633. background-color: var(--bs-success);
  2634. border-radius: var(--bs-border-radius);
  2635. }
  2636. .was-validated :valid ~ .valid-feedback,
  2637. .was-validated :valid ~ .valid-tooltip,
  2638. .is-valid ~ .valid-feedback,
  2639. .is-valid ~ .valid-tooltip {
  2640. display: block;
  2641. }
  2642. .was-validated .form-control:valid, .form-control.is-valid {
  2643. border-color: var(--bs-form-valid-border-color);
  2644. padding-right: calc(1.5em + 0.75rem);
  2645. 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.73.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");
  2646. background-repeat: no-repeat;
  2647. background-position: right calc(0.375em + 0.1875rem) center;
  2648. background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  2649. }
  2650. .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  2651. border-color: var(--bs-form-valid-border-color);
  2652. box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  2653. }
  2654. .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  2655. padding-right: calc(1.5em + 0.75rem);
  2656. background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  2657. }
  2658. .was-validated .form-select:valid, .form-select.is-valid {
  2659. border-color: var(--bs-form-valid-border-color);
  2660. }
  2661. .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"] {
  2662. --bs-form-select-bg-icon: 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.73.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");
  2663. padding-right: 4.125rem;
  2664. background-position: right 0.75rem center, center right 2.25rem;
  2665. background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  2666. }
  2667. .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  2668. border-color: var(--bs-form-valid-border-color);
  2669. box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  2670. }
  2671. .was-validated .form-control-color:valid, .form-control-color.is-valid {
  2672. width: calc(3rem + calc(1.5em + 0.75rem));
  2673. }
  2674. .was-validated .form-check-input:valid, .form-check-input.is-valid {
  2675. border-color: var(--bs-form-valid-border-color);
  2676. }
  2677. .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  2678. background-color: var(--bs-form-valid-color);
  2679. }
  2680. .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  2681. box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  2682. }
  2683. .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  2684. color: var(--bs-form-valid-color);
  2685. }
  2686. .form-check-inline .form-check-input ~ .valid-feedback {
  2687. margin-left: 0.5em;
  2688. }
  2689. .was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
  2690. .was-validated .input-group > .form-select:not(:focus):valid,
  2691. .input-group > .form-select:not(:focus).is-valid,
  2692. .was-validated .input-group > .form-floating:not(:focus-within):valid,
  2693. .input-group > .form-floating:not(:focus-within).is-valid {
  2694. z-index: 3;
  2695. }
  2696. .invalid-feedback {
  2697. display: none;
  2698. width: 100%;
  2699. margin-top: 0.25rem;
  2700. font-size: 0.875em;
  2701. color: var(--bs-form-invalid-color);
  2702. }
  2703. .invalid-tooltip {
  2704. position: absolute;
  2705. top: 100%;
  2706. z-index: 5;
  2707. display: none;
  2708. max-width: 100%;
  2709. padding: 0.25rem 0.5rem;
  2710. margin-top: 0.1rem;
  2711. font-size: 0.875rem;
  2712. color: #fff;
  2713. background-color: var(--bs-danger);
  2714. border-radius: var(--bs-border-radius);
  2715. }
  2716. .was-validated :invalid ~ .invalid-feedback,
  2717. .was-validated :invalid ~ .invalid-tooltip,
  2718. .is-invalid ~ .invalid-feedback,
  2719. .is-invalid ~ .invalid-tooltip {
  2720. display: block;
  2721. }
  2722. .was-validated .form-control:invalid, .form-control.is-invalid {
  2723. border-color: var(--bs-form-invalid-border-color);
  2724. padding-right: calc(1.5em + 0.75rem);
  2725. 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");
  2726. background-repeat: no-repeat;
  2727. background-position: right calc(0.375em + 0.1875rem) center;
  2728. background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  2729. }
  2730. .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  2731. border-color: var(--bs-form-invalid-border-color);
  2732. box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  2733. }
  2734. .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  2735. padding-right: calc(1.5em + 0.75rem);
  2736. background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  2737. }
  2738. .was-validated .form-select:invalid, .form-select.is-invalid {
  2739. border-color: var(--bs-form-invalid-border-color);
  2740. }
  2741. .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"] {
  2742. --bs-form-select-bg-icon: 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");
  2743. padding-right: 4.125rem;
  2744. background-position: right 0.75rem center, center right 2.25rem;
  2745. background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  2746. }
  2747. .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  2748. border-color: var(--bs-form-invalid-border-color);
  2749. box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  2750. }
  2751. .was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  2752. width: calc(3rem + calc(1.5em + 0.75rem));
  2753. }
  2754. .was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  2755. border-color: var(--bs-form-invalid-border-color);
  2756. }
  2757. .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  2758. background-color: var(--bs-form-invalid-color);
  2759. }
  2760. .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  2761. box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  2762. }
  2763. .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  2764. color: var(--bs-form-invalid-color);
  2765. }
  2766. .form-check-inline .form-check-input ~ .invalid-feedback {
  2767. margin-left: 0.5em;
  2768. }
  2769. .was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
  2770. .was-validated .input-group > .form-select:not(:focus):invalid,
  2771. .input-group > .form-select:not(:focus).is-invalid,
  2772. .was-validated .input-group > .form-floating:not(:focus-within):invalid,
  2773. .input-group > .form-floating:not(:focus-within).is-invalid {
  2774. z-index: 4;
  2775. }
  2776. .btn {
  2777. --bs-btn-padding-x: 0.75rem;
  2778. --bs-btn-padding-y: 0.375rem;
  2779. --bs-btn-font-family: ;
  2780. --bs-btn-font-size: 1rem;
  2781. --bs-btn-font-weight: 400;
  2782. --bs-btn-line-height: 1.5;
  2783. --bs-btn-color: var(--bs-body-color);
  2784. --bs-btn-bg: transparent;
  2785. --bs-btn-border-width: var(--bs-border-width);
  2786. --bs-btn-border-color: transparent;
  2787. --bs-btn-border-radius: var(--bs-border-radius);
  2788. --bs-btn-hover-border-color: transparent;
  2789. --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  2790. --bs-btn-disabled-opacity: 0.65;
  2791. --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  2792. display: inline-block;
  2793. padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  2794. font-family: var(--bs-btn-font-family);
  2795. font-size: var(--bs-btn-font-size);
  2796. font-weight: var(--bs-btn-font-weight);
  2797. line-height: var(--bs-btn-line-height);
  2798. color: var(--bs-btn-color);
  2799. text-align: center;
  2800. text-decoration: none;
  2801. vertical-align: middle;
  2802. cursor: pointer;
  2803. -webkit-user-select: none;
  2804. -moz-user-select: none;
  2805. user-select: none;
  2806. border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  2807. border-radius: var(--bs-btn-border-radius);
  2808. background-color: var(--bs-btn-bg);
  2809. 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;
  2810. }
  2811. @media (prefers-reduced-motion: reduce) {
  2812. .btn {
  2813. transition: none;
  2814. }
  2815. }
  2816. .btn:hover {
  2817. color: var(--bs-btn-hover-color);
  2818. background-color: var(--bs-btn-hover-bg);
  2819. border-color: var(--bs-btn-hover-border-color);
  2820. }
  2821. .btn-check + .btn:hover {
  2822. color: var(--bs-btn-color);
  2823. background-color: var(--bs-btn-bg);
  2824. border-color: var(--bs-btn-border-color);
  2825. }
  2826. .btn:focus-visible {
  2827. color: var(--bs-btn-hover-color);
  2828. background-color: var(--bs-btn-hover-bg);
  2829. border-color: var(--bs-btn-hover-border-color);
  2830. outline: 0;
  2831. box-shadow: var(--bs-btn-focus-box-shadow);
  2832. }
  2833. .btn-check:focus-visible + .btn {
  2834. border-color: var(--bs-btn-hover-border-color);
  2835. outline: 0;
  2836. box-shadow: var(--bs-btn-focus-box-shadow);
  2837. }
  2838. .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  2839. color: var(--bs-btn-active-color);
  2840. background-color: var(--bs-btn-active-bg);
  2841. border-color: var(--bs-btn-active-border-color);
  2842. }
  2843. .btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  2844. box-shadow: var(--bs-btn-focus-box-shadow);
  2845. }
  2846. .btn-check:checked:focus-visible + .btn {
  2847. box-shadow: var(--bs-btn-focus-box-shadow);
  2848. }
  2849. .btn:disabled, .btn.disabled, fieldset:disabled .btn {
  2850. color: var(--bs-btn-disabled-color);
  2851. pointer-events: none;
  2852. background-color: var(--bs-btn-disabled-bg);
  2853. border-color: var(--bs-btn-disabled-border-color);
  2854. opacity: var(--bs-btn-disabled-opacity);
  2855. }
  2856. .btn-primary {
  2857. --bs-btn-color: #fff;
  2858. --bs-btn-bg: #0d6efd;
  2859. --bs-btn-border-color: #0d6efd;
  2860. --bs-btn-hover-color: #fff;
  2861. --bs-btn-hover-bg: #0b5ed7;
  2862. --bs-btn-hover-border-color: #0a58ca;
  2863. --bs-btn-focus-shadow-rgb: 49, 132, 253;
  2864. --bs-btn-active-color: #fff;
  2865. --bs-btn-active-bg: #0a58ca;
  2866. --bs-btn-active-border-color: #0a53be;
  2867. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2868. --bs-btn-disabled-color: #fff;
  2869. --bs-btn-disabled-bg: #0d6efd;
  2870. --bs-btn-disabled-border-color: #0d6efd;
  2871. }
  2872. .btn-secondary {
  2873. --bs-btn-color: #fff;
  2874. --bs-btn-bg: #6c757d;
  2875. --bs-btn-border-color: #6c757d;
  2876. --bs-btn-hover-color: #fff;
  2877. --bs-btn-hover-bg: #5c636a;
  2878. --bs-btn-hover-border-color: #565e64;
  2879. --bs-btn-focus-shadow-rgb: 130, 138, 145;
  2880. --bs-btn-active-color: #fff;
  2881. --bs-btn-active-bg: #565e64;
  2882. --bs-btn-active-border-color: #51585e;
  2883. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2884. --bs-btn-disabled-color: #fff;
  2885. --bs-btn-disabled-bg: #6c757d;
  2886. --bs-btn-disabled-border-color: #6c757d;
  2887. }
  2888. .btn-success {
  2889. --bs-btn-color: #fff;
  2890. --bs-btn-bg: #198754;
  2891. --bs-btn-border-color: #198754;
  2892. --bs-btn-hover-color: #fff;
  2893. --bs-btn-hover-bg: #157347;
  2894. --bs-btn-hover-border-color: #146c43;
  2895. --bs-btn-focus-shadow-rgb: 60, 153, 110;
  2896. --bs-btn-active-color: #fff;
  2897. --bs-btn-active-bg: #146c43;
  2898. --bs-btn-active-border-color: #13653f;
  2899. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2900. --bs-btn-disabled-color: #fff;
  2901. --bs-btn-disabled-bg: #198754;
  2902. --bs-btn-disabled-border-color: #198754;
  2903. }
  2904. .btn-info {
  2905. --bs-btn-color: #000;
  2906. --bs-btn-bg: #0dcaf0;
  2907. --bs-btn-border-color: #0dcaf0;
  2908. --bs-btn-hover-color: #000;
  2909. --bs-btn-hover-bg: #31d2f2;
  2910. --bs-btn-hover-border-color: #25cff2;
  2911. --bs-btn-focus-shadow-rgb: 11, 172, 204;
  2912. --bs-btn-active-color: #000;
  2913. --bs-btn-active-bg: #3dd5f3;
  2914. --bs-btn-active-border-color: #25cff2;
  2915. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2916. --bs-btn-disabled-color: #000;
  2917. --bs-btn-disabled-bg: #0dcaf0;
  2918. --bs-btn-disabled-border-color: #0dcaf0;
  2919. }
  2920. .btn-warning {
  2921. --bs-btn-color: #000;
  2922. --bs-btn-bg: #ffc107;
  2923. --bs-btn-border-color: #ffc107;
  2924. --bs-btn-hover-color: #000;
  2925. --bs-btn-hover-bg: #ffca2c;
  2926. --bs-btn-hover-border-color: #ffc720;
  2927. --bs-btn-focus-shadow-rgb: 217, 164, 6;
  2928. --bs-btn-active-color: #000;
  2929. --bs-btn-active-bg: #ffcd39;
  2930. --bs-btn-active-border-color: #ffc720;
  2931. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2932. --bs-btn-disabled-color: #000;
  2933. --bs-btn-disabled-bg: #ffc107;
  2934. --bs-btn-disabled-border-color: #ffc107;
  2935. }
  2936. .btn-danger {
  2937. --bs-btn-color: #fff;
  2938. --bs-btn-bg: #dc3545;
  2939. --bs-btn-border-color: #dc3545;
  2940. --bs-btn-hover-color: #fff;
  2941. --bs-btn-hover-bg: #bb2d3b;
  2942. --bs-btn-hover-border-color: #b02a37;
  2943. --bs-btn-focus-shadow-rgb: 225, 83, 97;
  2944. --bs-btn-active-color: #fff;
  2945. --bs-btn-active-bg: #b02a37;
  2946. --bs-btn-active-border-color: #a52834;
  2947. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2948. --bs-btn-disabled-color: #fff;
  2949. --bs-btn-disabled-bg: #dc3545;
  2950. --bs-btn-disabled-border-color: #dc3545;
  2951. }
  2952. .btn-light {
  2953. --bs-btn-color: #000;
  2954. --bs-btn-bg: #f8f9fa;
  2955. --bs-btn-border-color: #f8f9fa;
  2956. --bs-btn-hover-color: #000;
  2957. --bs-btn-hover-bg: #d3d4d5;
  2958. --bs-btn-hover-border-color: #c6c7c8;
  2959. --bs-btn-focus-shadow-rgb: 211, 212, 213;
  2960. --bs-btn-active-color: #000;
  2961. --bs-btn-active-bg: #c6c7c8;
  2962. --bs-btn-active-border-color: #babbbc;
  2963. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2964. --bs-btn-disabled-color: #000;
  2965. --bs-btn-disabled-bg: #f8f9fa;
  2966. --bs-btn-disabled-border-color: #f8f9fa;
  2967. }
  2968. .btn-dark {
  2969. --bs-btn-color: #fff;
  2970. --bs-btn-bg: #212529;
  2971. --bs-btn-border-color: #212529;
  2972. --bs-btn-hover-color: #fff;
  2973. --bs-btn-hover-bg: #424649;
  2974. --bs-btn-hover-border-color: #373b3e;
  2975. --bs-btn-focus-shadow-rgb: 66, 70, 73;
  2976. --bs-btn-active-color: #fff;
  2977. --bs-btn-active-bg: #4d5154;
  2978. --bs-btn-active-border-color: #373b3e;
  2979. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2980. --bs-btn-disabled-color: #fff;
  2981. --bs-btn-disabled-bg: #212529;
  2982. --bs-btn-disabled-border-color: #212529;
  2983. }
  2984. .btn-outline-primary {
  2985. --bs-btn-color: #0d6efd;
  2986. --bs-btn-border-color: #0d6efd;
  2987. --bs-btn-hover-color: #fff;
  2988. --bs-btn-hover-bg: #0d6efd;
  2989. --bs-btn-hover-border-color: #0d6efd;
  2990. --bs-btn-focus-shadow-rgb: 13, 110, 253;
  2991. --bs-btn-active-color: #fff;
  2992. --bs-btn-active-bg: #0d6efd;
  2993. --bs-btn-active-border-color: #0d6efd;
  2994. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2995. --bs-btn-disabled-color: #0d6efd;
  2996. --bs-btn-disabled-bg: transparent;
  2997. --bs-btn-disabled-border-color: #0d6efd;
  2998. --bs-gradient: none;
  2999. }
  3000. .btn-outline-secondary {
  3001. --bs-btn-color: #6c757d;
  3002. --bs-btn-border-color: #6c757d;
  3003. --bs-btn-hover-color: #fff;
  3004. --bs-btn-hover-bg: #6c757d;
  3005. --bs-btn-hover-border-color: #6c757d;
  3006. --bs-btn-focus-shadow-rgb: 108, 117, 125;
  3007. --bs-btn-active-color: #fff;
  3008. --bs-btn-active-bg: #6c757d;
  3009. --bs-btn-active-border-color: #6c757d;
  3010. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3011. --bs-btn-disabled-color: #6c757d;
  3012. --bs-btn-disabled-bg: transparent;
  3013. --bs-btn-disabled-border-color: #6c757d;
  3014. --bs-gradient: none;
  3015. }
  3016. .btn-outline-success {
  3017. --bs-btn-color: #198754;
  3018. --bs-btn-border-color: #198754;
  3019. --bs-btn-hover-color: #fff;
  3020. --bs-btn-hover-bg: #198754;
  3021. --bs-btn-hover-border-color: #198754;
  3022. --bs-btn-focus-shadow-rgb: 25, 135, 84;
  3023. --bs-btn-active-color: #fff;
  3024. --bs-btn-active-bg: #198754;
  3025. --bs-btn-active-border-color: #198754;
  3026. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3027. --bs-btn-disabled-color: #198754;
  3028. --bs-btn-disabled-bg: transparent;
  3029. --bs-btn-disabled-border-color: #198754;
  3030. --bs-gradient: none;
  3031. }
  3032. .btn-outline-info {
  3033. --bs-btn-color: #0dcaf0;
  3034. --bs-btn-border-color: #0dcaf0;
  3035. --bs-btn-hover-color: #000;
  3036. --bs-btn-hover-bg: #0dcaf0;
  3037. --bs-btn-hover-border-color: #0dcaf0;
  3038. --bs-btn-focus-shadow-rgb: 13, 202, 240;
  3039. --bs-btn-active-color: #000;
  3040. --bs-btn-active-bg: #0dcaf0;
  3041. --bs-btn-active-border-color: #0dcaf0;
  3042. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3043. --bs-btn-disabled-color: #0dcaf0;
  3044. --bs-btn-disabled-bg: transparent;
  3045. --bs-btn-disabled-border-color: #0dcaf0;
  3046. --bs-gradient: none;
  3047. }
  3048. .btn-outline-warning {
  3049. --bs-btn-color: #ffc107;
  3050. --bs-btn-border-color: #ffc107;
  3051. --bs-btn-hover-color: #000;
  3052. --bs-btn-hover-bg: #ffc107;
  3053. --bs-btn-hover-border-color: #ffc107;
  3054. --bs-btn-focus-shadow-rgb: 255, 193, 7;
  3055. --bs-btn-active-color: #000;
  3056. --bs-btn-active-bg: #ffc107;
  3057. --bs-btn-active-border-color: #ffc107;
  3058. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3059. --bs-btn-disabled-color: #ffc107;
  3060. --bs-btn-disabled-bg: transparent;
  3061. --bs-btn-disabled-border-color: #ffc107;
  3062. --bs-gradient: none;
  3063. }
  3064. .btn-outline-danger {
  3065. --bs-btn-color: #dc3545;
  3066. --bs-btn-border-color: #dc3545;
  3067. --bs-btn-hover-color: #fff;
  3068. --bs-btn-hover-bg: #dc3545;
  3069. --bs-btn-hover-border-color: #dc3545;
  3070. --bs-btn-focus-shadow-rgb: 220, 53, 69;
  3071. --bs-btn-active-color: #fff;
  3072. --bs-btn-active-bg: #dc3545;
  3073. --bs-btn-active-border-color: #dc3545;
  3074. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3075. --bs-btn-disabled-color: #dc3545;
  3076. --bs-btn-disabled-bg: transparent;
  3077. --bs-btn-disabled-border-color: #dc3545;
  3078. --bs-gradient: none;
  3079. }
  3080. .btn-outline-light {
  3081. --bs-btn-color: #f8f9fa;
  3082. --bs-btn-border-color: #f8f9fa;
  3083. --bs-btn-hover-color: #000;
  3084. --bs-btn-hover-bg: #f8f9fa;
  3085. --bs-btn-hover-border-color: #f8f9fa;
  3086. --bs-btn-focus-shadow-rgb: 248, 249, 250;
  3087. --bs-btn-active-color: #000;
  3088. --bs-btn-active-bg: #f8f9fa;
  3089. --bs-btn-active-border-color: #f8f9fa;
  3090. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3091. --bs-btn-disabled-color: #f8f9fa;
  3092. --bs-btn-disabled-bg: transparent;
  3093. --bs-btn-disabled-border-color: #f8f9fa;
  3094. --bs-gradient: none;
  3095. }
  3096. .btn-outline-dark {
  3097. --bs-btn-color: #212529;
  3098. --bs-btn-border-color: #212529;
  3099. --bs-btn-hover-color: #fff;
  3100. --bs-btn-hover-bg: #212529;
  3101. --bs-btn-hover-border-color: #212529;
  3102. --bs-btn-focus-shadow-rgb: 33, 37, 41;
  3103. --bs-btn-active-color: #fff;
  3104. --bs-btn-active-bg: #212529;
  3105. --bs-btn-active-border-color: #212529;
  3106. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3107. --bs-btn-disabled-color: #212529;
  3108. --bs-btn-disabled-bg: transparent;
  3109. --bs-btn-disabled-border-color: #212529;
  3110. --bs-gradient: none;
  3111. }
  3112. .btn-link {
  3113. --bs-btn-font-weight: 400;
  3114. --bs-btn-color: var(--bs-link-color);
  3115. --bs-btn-bg: transparent;
  3116. --bs-btn-border-color: transparent;
  3117. --bs-btn-hover-color: var(--bs-link-hover-color);
  3118. --bs-btn-hover-border-color: transparent;
  3119. --bs-btn-active-color: var(--bs-link-hover-color);
  3120. --bs-btn-active-border-color: transparent;
  3121. --bs-btn-disabled-color: #6c757d;
  3122. --bs-btn-disabled-border-color: transparent;
  3123. --bs-btn-box-shadow: 0 0 0 #000;
  3124. --bs-btn-focus-shadow-rgb: 49, 132, 253;
  3125. text-decoration: underline;
  3126. }
  3127. .btn-link:focus-visible {
  3128. color: var(--bs-btn-color);
  3129. }
  3130. .btn-link:hover {
  3131. color: var(--bs-btn-hover-color);
  3132. }
  3133. .btn-lg, .btn-group-lg > .btn {
  3134. --bs-btn-padding-y: 0.5rem;
  3135. --bs-btn-padding-x: 1rem;
  3136. --bs-btn-font-size: 1.25rem;
  3137. --bs-btn-border-radius: var(--bs-border-radius-lg);
  3138. }
  3139. .btn-sm, .btn-group-sm > .btn {
  3140. --bs-btn-padding-y: 0.25rem;
  3141. --bs-btn-padding-x: 0.5rem;
  3142. --bs-btn-font-size: 0.875rem;
  3143. --bs-btn-border-radius: var(--bs-border-radius-sm);
  3144. }
  3145. .fade {
  3146. transition: opacity 0.15s linear;
  3147. }
  3148. @media (prefers-reduced-motion: reduce) {
  3149. .fade {
  3150. transition: none;
  3151. }
  3152. }
  3153. .fade:not(.show) {
  3154. opacity: 0;
  3155. }
  3156. .collapse:not(.show) {
  3157. display: none;
  3158. }
  3159. .collapsing {
  3160. height: 0;
  3161. overflow: hidden;
  3162. transition: height 0.35s ease;
  3163. }
  3164. @media (prefers-reduced-motion: reduce) {
  3165. .collapsing {
  3166. transition: none;
  3167. }
  3168. }
  3169. .collapsing.collapse-horizontal {
  3170. width: 0;
  3171. height: auto;
  3172. transition: width 0.35s ease;
  3173. }
  3174. @media (prefers-reduced-motion: reduce) {
  3175. .collapsing.collapse-horizontal {
  3176. transition: none;
  3177. }
  3178. }
  3179. .dropup,
  3180. .dropend,
  3181. .dropdown,
  3182. .dropstart,
  3183. .dropup-center,
  3184. .dropdown-center {
  3185. position: relative;
  3186. }
  3187. .dropdown-toggle {
  3188. white-space: nowrap;
  3189. }
  3190. .dropdown-toggle::after {
  3191. display: inline-block;
  3192. margin-left: 0.255em;
  3193. vertical-align: 0.255em;
  3194. content: "";
  3195. border-top: 0.3em solid;
  3196. border-right: 0.3em solid transparent;
  3197. border-bottom: 0;
  3198. border-left: 0.3em solid transparent;
  3199. }
  3200. .dropdown-toggle:empty::after {
  3201. margin-left: 0;
  3202. }
  3203. .dropdown-menu {
  3204. --bs-dropdown-zindex: 1000;
  3205. --bs-dropdown-min-width: 10rem;
  3206. --bs-dropdown-padding-x: 0;
  3207. --bs-dropdown-padding-y: 0.5rem;
  3208. --bs-dropdown-spacer: 0.125rem;
  3209. --bs-dropdown-font-size: 1rem;
  3210. --bs-dropdown-color: var(--bs-body-color);
  3211. --bs-dropdown-bg: var(--bs-body-bg);
  3212. --bs-dropdown-border-color: var(--bs-border-color-translucent);
  3213. --bs-dropdown-border-radius: var(--bs-border-radius);
  3214. --bs-dropdown-border-width: var(--bs-border-width);
  3215. --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  3216. --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  3217. --bs-dropdown-divider-margin-y: 0.5rem;
  3218. --bs-dropdown-box-shadow: var(--bs-box-shadow);
  3219. --bs-dropdown-link-color: var(--bs-body-color);
  3220. --bs-dropdown-link-hover-color: var(--bs-body-color);
  3221. --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  3222. --bs-dropdown-link-active-color: #fff;
  3223. --bs-dropdown-link-active-bg: #0d6efd;
  3224. --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  3225. --bs-dropdown-item-padding-x: 1rem;
  3226. --bs-dropdown-item-padding-y: 0.25rem;
  3227. --bs-dropdown-header-color: #6c757d;
  3228. --bs-dropdown-header-padding-x: 1rem;
  3229. --bs-dropdown-header-padding-y: 0.5rem;
  3230. position: absolute;
  3231. z-index: var(--bs-dropdown-zindex);
  3232. display: none;
  3233. min-width: var(--bs-dropdown-min-width);
  3234. padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  3235. margin: 0;
  3236. font-size: var(--bs-dropdown-font-size);
  3237. color: var(--bs-dropdown-color);
  3238. text-align: left;
  3239. list-style: none;
  3240. background-color: var(--bs-dropdown-bg);
  3241. background-clip: padding-box;
  3242. border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  3243. border-radius: var(--bs-dropdown-border-radius);
  3244. }
  3245. .dropdown-menu[data-bs-popper] {
  3246. top: 100%;
  3247. left: 0;
  3248. margin-top: var(--bs-dropdown-spacer);
  3249. }
  3250. .dropdown-menu-start {
  3251. --bs-position: start;
  3252. }
  3253. .dropdown-menu-start[data-bs-popper] {
  3254. right: auto;
  3255. left: 0;
  3256. }
  3257. .dropdown-menu-end {
  3258. --bs-position: end;
  3259. }
  3260. .dropdown-menu-end[data-bs-popper] {
  3261. right: 0;
  3262. left: auto;
  3263. }
  3264. @media (min-width: 576px) {
  3265. .dropdown-menu-sm-start {
  3266. --bs-position: start;
  3267. }
  3268. .dropdown-menu-sm-start[data-bs-popper] {
  3269. right: auto;
  3270. left: 0;
  3271. }
  3272. .dropdown-menu-sm-end {
  3273. --bs-position: end;
  3274. }
  3275. .dropdown-menu-sm-end[data-bs-popper] {
  3276. right: 0;
  3277. left: auto;
  3278. }
  3279. }
  3280. @media (min-width: 768px) {
  3281. .dropdown-menu-md-start {
  3282. --bs-position: start;
  3283. }
  3284. .dropdown-menu-md-start[data-bs-popper] {
  3285. right: auto;
  3286. left: 0;
  3287. }
  3288. .dropdown-menu-md-end {
  3289. --bs-position: end;
  3290. }
  3291. .dropdown-menu-md-end[data-bs-popper] {
  3292. right: 0;
  3293. left: auto;
  3294. }
  3295. }
  3296. @media (min-width: 992px) {
  3297. .dropdown-menu-lg-start {
  3298. --bs-position: start;
  3299. }
  3300. .dropdown-menu-lg-start[data-bs-popper] {
  3301. right: auto;
  3302. left: 0;
  3303. }
  3304. .dropdown-menu-lg-end {
  3305. --bs-position: end;
  3306. }
  3307. .dropdown-menu-lg-end[data-bs-popper] {
  3308. right: 0;
  3309. left: auto;
  3310. }
  3311. }
  3312. @media (min-width: 1200px) {
  3313. .dropdown-menu-xl-start {
  3314. --bs-position: start;
  3315. }
  3316. .dropdown-menu-xl-start[data-bs-popper] {
  3317. right: auto;
  3318. left: 0;
  3319. }
  3320. .dropdown-menu-xl-end {
  3321. --bs-position: end;
  3322. }
  3323. .dropdown-menu-xl-end[data-bs-popper] {
  3324. right: 0;
  3325. left: auto;
  3326. }
  3327. }
  3328. @media (min-width: 1400px) {
  3329. .dropdown-menu-xxl-start {
  3330. --bs-position: start;
  3331. }
  3332. .dropdown-menu-xxl-start[data-bs-popper] {
  3333. right: auto;
  3334. left: 0;
  3335. }
  3336. .dropdown-menu-xxl-end {
  3337. --bs-position: end;
  3338. }
  3339. .dropdown-menu-xxl-end[data-bs-popper] {
  3340. right: 0;
  3341. left: auto;
  3342. }
  3343. }
  3344. .dropup .dropdown-menu[data-bs-popper] {
  3345. top: auto;
  3346. bottom: 100%;
  3347. margin-top: 0;
  3348. margin-bottom: var(--bs-dropdown-spacer);
  3349. }
  3350. .dropup .dropdown-toggle::after {
  3351. display: inline-block;
  3352. margin-left: 0.255em;
  3353. vertical-align: 0.255em;
  3354. content: "";
  3355. border-top: 0;
  3356. border-right: 0.3em solid transparent;
  3357. border-bottom: 0.3em solid;
  3358. border-left: 0.3em solid transparent;
  3359. }
  3360. .dropup .dropdown-toggle:empty::after {
  3361. margin-left: 0;
  3362. }
  3363. .dropend .dropdown-menu[data-bs-popper] {
  3364. top: 0;
  3365. right: auto;
  3366. left: 100%;
  3367. margin-top: 0;
  3368. margin-left: var(--bs-dropdown-spacer);
  3369. }
  3370. .dropend .dropdown-toggle::after {
  3371. display: inline-block;
  3372. margin-left: 0.255em;
  3373. vertical-align: 0.255em;
  3374. content: "";
  3375. border-top: 0.3em solid transparent;
  3376. border-right: 0;
  3377. border-bottom: 0.3em solid transparent;
  3378. border-left: 0.3em solid;
  3379. }
  3380. .dropend .dropdown-toggle:empty::after {
  3381. margin-left: 0;
  3382. }
  3383. .dropend .dropdown-toggle::after {
  3384. vertical-align: 0;
  3385. }
  3386. .dropstart .dropdown-menu[data-bs-popper] {
  3387. top: 0;
  3388. right: 100%;
  3389. left: auto;
  3390. margin-top: 0;
  3391. margin-right: var(--bs-dropdown-spacer);
  3392. }
  3393. .dropstart .dropdown-toggle::after {
  3394. display: inline-block;
  3395. margin-left: 0.255em;
  3396. vertical-align: 0.255em;
  3397. content: "";
  3398. }
  3399. .dropstart .dropdown-toggle::after {
  3400. display: none;
  3401. }
  3402. .dropstart .dropdown-toggle::before {
  3403. display: inline-block;
  3404. margin-right: 0.255em;
  3405. vertical-align: 0.255em;
  3406. content: "";
  3407. border-top: 0.3em solid transparent;
  3408. border-right: 0.3em solid;
  3409. border-bottom: 0.3em solid transparent;
  3410. }
  3411. .dropstart .dropdown-toggle:empty::after {
  3412. margin-left: 0;
  3413. }
  3414. .dropstart .dropdown-toggle::before {
  3415. vertical-align: 0;
  3416. }
  3417. .dropdown-divider {
  3418. height: 0;
  3419. margin: var(--bs-dropdown-divider-margin-y) 0;
  3420. overflow: hidden;
  3421. border-top: 1px solid var(--bs-dropdown-divider-bg);
  3422. opacity: 1;
  3423. }
  3424. .dropdown-item {
  3425. display: block;
  3426. width: 100%;
  3427. padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  3428. clear: both;
  3429. font-weight: 400;
  3430. color: var(--bs-dropdown-link-color);
  3431. text-align: inherit;
  3432. text-decoration: none;
  3433. white-space: nowrap;
  3434. background-color: transparent;
  3435. border: 0;
  3436. border-radius: var(--bs-dropdown-item-border-radius, 0);
  3437. }
  3438. .dropdown-item:hover, .dropdown-item:focus {
  3439. color: var(--bs-dropdown-link-hover-color);
  3440. background-color: var(--bs-dropdown-link-hover-bg);
  3441. }
  3442. .dropdown-item.active, .dropdown-item:active {
  3443. color: var(--bs-dropdown-link-active-color);
  3444. text-decoration: none;
  3445. background-color: var(--bs-dropdown-link-active-bg);
  3446. }
  3447. .dropdown-item.disabled, .dropdown-item:disabled {
  3448. color: var(--bs-dropdown-link-disabled-color);
  3449. pointer-events: none;
  3450. background-color: transparent;
  3451. }
  3452. .dropdown-menu.show {
  3453. display: block;
  3454. }
  3455. .dropdown-header {
  3456. display: block;
  3457. padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  3458. margin-bottom: 0;
  3459. font-size: 0.875rem;
  3460. color: var(--bs-dropdown-header-color);
  3461. white-space: nowrap;
  3462. }
  3463. .dropdown-item-text {
  3464. display: block;
  3465. padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  3466. color: var(--bs-dropdown-link-color);
  3467. }
  3468. .dropdown-menu-dark {
  3469. --bs-dropdown-color: #dee2e6;
  3470. --bs-dropdown-bg: #343a40;
  3471. --bs-dropdown-border-color: var(--bs-border-color-translucent);
  3472. --bs-dropdown-box-shadow: ;
  3473. --bs-dropdown-link-color: #dee2e6;
  3474. --bs-dropdown-link-hover-color: #fff;
  3475. --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  3476. --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  3477. --bs-dropdown-link-active-color: #fff;
  3478. --bs-dropdown-link-active-bg: #0d6efd;
  3479. --bs-dropdown-link-disabled-color: #adb5bd;
  3480. --bs-dropdown-header-color: #adb5bd;
  3481. }
  3482. .btn-group,
  3483. .btn-group-vertical {
  3484. position: relative;
  3485. display: inline-flex;
  3486. vertical-align: middle;
  3487. }
  3488. .btn-group > .btn,
  3489. .btn-group-vertical > .btn {
  3490. position: relative;
  3491. flex: 1 1 auto;
  3492. }
  3493. .btn-group > .btn-check:checked + .btn,
  3494. .btn-group > .btn-check:focus + .btn,
  3495. .btn-group > .btn:hover,
  3496. .btn-group > .btn:focus,
  3497. .btn-group > .btn:active,
  3498. .btn-group > .btn.active,
  3499. .btn-group-vertical > .btn-check:checked + .btn,
  3500. .btn-group-vertical > .btn-check:focus + .btn,
  3501. .btn-group-vertical > .btn:hover,
  3502. .btn-group-vertical > .btn:focus,
  3503. .btn-group-vertical > .btn:active,
  3504. .btn-group-vertical > .btn.active {
  3505. z-index: 1;
  3506. }
  3507. .btn-toolbar {
  3508. display: flex;
  3509. flex-wrap: wrap;
  3510. justify-content: flex-start;
  3511. }
  3512. .btn-toolbar .input-group {
  3513. width: auto;
  3514. }
  3515. .btn-group {
  3516. border-radius: var(--bs-border-radius);
  3517. }
  3518. .btn-group > :not(.btn-check:first-child) + .btn,
  3519. .btn-group > .btn-group:not(:first-child) {
  3520. margin-left: calc(var(--bs-border-width) * -1);
  3521. }
  3522. .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  3523. .btn-group > .btn.dropdown-toggle-split:first-child,
  3524. .btn-group > .btn-group:not(:last-child) > .btn {
  3525. border-top-right-radius: 0;
  3526. border-bottom-right-radius: 0;
  3527. }
  3528. .btn-group > .btn:nth-child(n+3),
  3529. .btn-group > :not(.btn-check) + .btn,
  3530. .btn-group > .btn-group:not(:first-child) > .btn {
  3531. border-top-left-radius: 0;
  3532. border-bottom-left-radius: 0;
  3533. }
  3534. .dropdown-toggle-split {
  3535. padding-right: 0.5625rem;
  3536. padding-left: 0.5625rem;
  3537. }
  3538. .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  3539. margin-left: 0;
  3540. }
  3541. .dropstart .dropdown-toggle-split::before {
  3542. margin-right: 0;
  3543. }
  3544. .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  3545. padding-right: 0.375rem;
  3546. padding-left: 0.375rem;
  3547. }
  3548. .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  3549. padding-right: 0.75rem;
  3550. padding-left: 0.75rem;
  3551. }
  3552. .btn-group-vertical {
  3553. flex-direction: column;
  3554. align-items: flex-start;
  3555. justify-content: center;
  3556. }
  3557. .btn-group-vertical > .btn,
  3558. .btn-group-vertical > .btn-group {
  3559. width: 100%;
  3560. }
  3561. .btn-group-vertical > .btn:not(:first-child),
  3562. .btn-group-vertical > .btn-group:not(:first-child) {
  3563. margin-top: calc(var(--bs-border-width) * -1);
  3564. }
  3565. .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  3566. .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  3567. border-bottom-right-radius: 0;
  3568. border-bottom-left-radius: 0;
  3569. }
  3570. .btn-group-vertical > .btn ~ .btn,
  3571. .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  3572. border-top-left-radius: 0;
  3573. border-top-right-radius: 0;
  3574. }
  3575. .nav {
  3576. --bs-nav-link-padding-x: 1rem;
  3577. --bs-nav-link-padding-y: 0.5rem;
  3578. --bs-nav-link-font-weight: ;
  3579. --bs-nav-link-color: var(--bs-link-color);
  3580. --bs-nav-link-hover-color: var(--bs-link-hover-color);
  3581. --bs-nav-link-disabled-color: var(--bs-secondary-color);
  3582. display: flex;
  3583. flex-wrap: wrap;
  3584. padding-left: 0;
  3585. margin-bottom: 0;
  3586. list-style: none;
  3587. }
  3588. .nav-link {
  3589. display: block;
  3590. padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  3591. font-size: var(--bs-nav-link-font-size);
  3592. font-weight: var(--bs-nav-link-font-weight);
  3593. color: var(--bs-nav-link-color);
  3594. text-decoration: none;
  3595. background: none;
  3596. border: 0;
  3597. transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  3598. }
  3599. @media (prefers-reduced-motion: reduce) {
  3600. .nav-link {
  3601. transition: none;
  3602. }
  3603. }
  3604. .nav-link:hover, .nav-link:focus {
  3605. color: var(--bs-nav-link-hover-color);
  3606. }
  3607. .nav-link:focus-visible {
  3608. outline: 0;
  3609. box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  3610. }
  3611. .nav-link.disabled, .nav-link:disabled {
  3612. color: var(--bs-nav-link-disabled-color);
  3613. pointer-events: none;
  3614. cursor: default;
  3615. }
  3616. .nav-tabs {
  3617. --bs-nav-tabs-border-width: var(--bs-border-width);
  3618. --bs-nav-tabs-border-color: var(--bs-border-color);
  3619. --bs-nav-tabs-border-radius: var(--bs-border-radius);
  3620. --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  3621. --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  3622. --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  3623. --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  3624. border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
  3625. }
  3626. .nav-tabs .nav-link {
  3627. margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  3628. border: var(--bs-nav-tabs-border-width) solid transparent;
  3629. border-top-left-radius: var(--bs-nav-tabs-border-radius);
  3630. border-top-right-radius: var(--bs-nav-tabs-border-radius);
  3631. }
  3632. .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  3633. isolation: isolate;
  3634. border-color: var(--bs-nav-tabs-link-hover-border-color);
  3635. }
  3636. .nav-tabs .nav-link.active,
  3637. .nav-tabs .nav-item.show .nav-link {
  3638. color: var(--bs-nav-tabs-link-active-color);
  3639. background-color: var(--bs-nav-tabs-link-active-bg);
  3640. border-color: var(--bs-nav-tabs-link-active-border-color);
  3641. }
  3642. .nav-tabs .dropdown-menu {
  3643. margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  3644. border-top-left-radius: 0;
  3645. border-top-right-radius: 0;
  3646. }
  3647. .nav-pills {
  3648. --bs-nav-pills-border-radius: var(--bs-border-radius);
  3649. --bs-nav-pills-link-active-color: #fff;
  3650. --bs-nav-pills-link-active-bg: #0d6efd;
  3651. }
  3652. .nav-pills .nav-link {
  3653. border-radius: var(--bs-nav-pills-border-radius);
  3654. }
  3655. .nav-pills .nav-link.active,
  3656. .nav-pills .show > .nav-link {
  3657. color: var(--bs-nav-pills-link-active-color);
  3658. background-color: var(--bs-nav-pills-link-active-bg);
  3659. }
  3660. .nav-underline {
  3661. --bs-nav-underline-gap: 1rem;
  3662. --bs-nav-underline-border-width: 0.125rem;
  3663. --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  3664. gap: var(--bs-nav-underline-gap);
  3665. }
  3666. .nav-underline .nav-link {
  3667. padding-right: 0;
  3668. padding-left: 0;
  3669. border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  3670. }
  3671. .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  3672. border-bottom-color: currentcolor;
  3673. }
  3674. .nav-underline .nav-link.active,
  3675. .nav-underline .show > .nav-link {
  3676. font-weight: 700;
  3677. color: var(--bs-nav-underline-link-active-color);
  3678. border-bottom-color: currentcolor;
  3679. }
  3680. .nav-fill > .nav-link,
  3681. .nav-fill .nav-item {
  3682. flex: 1 1 auto;
  3683. text-align: center;
  3684. }
  3685. .nav-justified > .nav-link,
  3686. .nav-justified .nav-item {
  3687. flex-basis: 0;
  3688. flex-grow: 1;
  3689. text-align: center;
  3690. }
  3691. .nav-fill .nav-item .nav-link,
  3692. .nav-justified .nav-item .nav-link {
  3693. width: 100%;
  3694. }
  3695. .tab-content > .tab-pane {
  3696. display: none;
  3697. }
  3698. .tab-content > .active {
  3699. display: block;
  3700. }
  3701. .navbar {
  3702. --bs-navbar-padding-x: 0;
  3703. --bs-navbar-padding-y: 0.5rem;
  3704. --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  3705. --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  3706. --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  3707. --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  3708. --bs-navbar-brand-padding-y: 0.3125rem;
  3709. --bs-navbar-brand-margin-end: 1rem;
  3710. --bs-navbar-brand-font-size: 1.25rem;
  3711. --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  3712. --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  3713. --bs-navbar-nav-link-padding-x: 0.5rem;
  3714. --bs-navbar-toggler-padding-y: 0.25rem;
  3715. --bs-navbar-toggler-padding-x: 0.75rem;
  3716. --bs-navbar-toggler-font-size: 1.25rem;
  3717. --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  3718. --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  3719. --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  3720. --bs-navbar-toggler-focus-width: 0.25rem;
  3721. --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  3722. position: relative;
  3723. display: flex;
  3724. flex-wrap: wrap;
  3725. align-items: center;
  3726. justify-content: space-between;
  3727. padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  3728. }
  3729. .navbar > .container,
  3730. .navbar > .container-fluid,
  3731. .navbar > .container-sm,
  3732. .navbar > .container-md,
  3733. .navbar > .container-lg,
  3734. .navbar > .container-xl,
  3735. .navbar > .container-xxl {
  3736. display: flex;
  3737. flex-wrap: inherit;
  3738. align-items: center;
  3739. justify-content: space-between;
  3740. }
  3741. .navbar-brand {
  3742. padding-top: var(--bs-navbar-brand-padding-y);
  3743. padding-bottom: var(--bs-navbar-brand-padding-y);
  3744. margin-right: var(--bs-navbar-brand-margin-end);
  3745. font-size: var(--bs-navbar-brand-font-size);
  3746. color: var(--bs-navbar-brand-color);
  3747. text-decoration: none;
  3748. white-space: nowrap;
  3749. }
  3750. .navbar-brand:hover, .navbar-brand:focus {
  3751. color: var(--bs-navbar-brand-hover-color);
  3752. }
  3753. .navbar-nav {
  3754. --bs-nav-link-padding-x: 0;
  3755. --bs-nav-link-padding-y: 0.5rem;
  3756. --bs-nav-link-font-weight: ;
  3757. --bs-nav-link-color: var(--bs-navbar-color);
  3758. --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  3759. --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  3760. display: flex;
  3761. flex-direction: column;
  3762. padding-left: 0;
  3763. margin-bottom: 0;
  3764. list-style: none;
  3765. }
  3766. .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  3767. color: var(--bs-navbar-active-color);
  3768. }
  3769. .navbar-nav .dropdown-menu {
  3770. position: static;
  3771. }
  3772. .navbar-text {
  3773. padding-top: 0.5rem;
  3774. padding-bottom: 0.5rem;
  3775. color: var(--bs-navbar-color);
  3776. }
  3777. .navbar-text a,
  3778. .navbar-text a:hover,
  3779. .navbar-text a:focus {
  3780. color: var(--bs-navbar-active-color);
  3781. }
  3782. .navbar-collapse {
  3783. flex-basis: 100%;
  3784. flex-grow: 1;
  3785. align-items: center;
  3786. }
  3787. .navbar-toggler {
  3788. padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  3789. font-size: var(--bs-navbar-toggler-font-size);
  3790. line-height: 1;
  3791. color: var(--bs-navbar-color);
  3792. background-color: transparent;
  3793. border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  3794. border-radius: var(--bs-navbar-toggler-border-radius);
  3795. transition: var(--bs-navbar-toggler-transition);
  3796. }
  3797. @media (prefers-reduced-motion: reduce) {
  3798. .navbar-toggler {
  3799. transition: none;
  3800. }
  3801. }
  3802. .navbar-toggler:hover {
  3803. text-decoration: none;
  3804. }
  3805. .navbar-toggler:focus {
  3806. text-decoration: none;
  3807. outline: 0;
  3808. box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  3809. }
  3810. .navbar-toggler-icon {
  3811. display: inline-block;
  3812. width: 1.5em;
  3813. height: 1.5em;
  3814. vertical-align: middle;
  3815. background-image: var(--bs-navbar-toggler-icon-bg);
  3816. background-repeat: no-repeat;
  3817. background-position: center;
  3818. background-size: 100%;
  3819. }
  3820. .navbar-nav-scroll {
  3821. max-height: var(--bs-scroll-height, 75vh);
  3822. overflow-y: auto;
  3823. }
  3824. @media (min-width: 576px) {
  3825. .navbar-expand-sm {
  3826. flex-wrap: nowrap;
  3827. justify-content: flex-start;
  3828. }
  3829. .navbar-expand-sm .navbar-nav {
  3830. flex-direction: row;
  3831. }
  3832. .navbar-expand-sm .navbar-nav .dropdown-menu {
  3833. position: absolute;
  3834. }
  3835. .navbar-expand-sm .navbar-nav .nav-link {
  3836. padding-right: var(--bs-navbar-nav-link-padding-x);
  3837. padding-left: var(--bs-navbar-nav-link-padding-x);
  3838. }
  3839. .navbar-expand-sm .navbar-nav-scroll {
  3840. overflow: visible;
  3841. }
  3842. .navbar-expand-sm .navbar-collapse {
  3843. display: flex !important;
  3844. flex-basis: auto;
  3845. }
  3846. .navbar-expand-sm .navbar-toggler {
  3847. display: none;
  3848. }
  3849. .navbar-expand-sm .offcanvas {
  3850. position: static;
  3851. z-index: auto;
  3852. flex-grow: 1;
  3853. width: auto !important;
  3854. height: auto !important;
  3855. visibility: visible !important;
  3856. background-color: transparent !important;
  3857. border: 0 !important;
  3858. transform: none !important;
  3859. transition: none;
  3860. }
  3861. .navbar-expand-sm .offcanvas .offcanvas-header {
  3862. display: none;
  3863. }
  3864. .navbar-expand-sm .offcanvas .offcanvas-body {
  3865. display: flex;
  3866. flex-grow: 0;
  3867. padding: 0;
  3868. overflow-y: visible;
  3869. }
  3870. }
  3871. @media (min-width: 768px) {
  3872. .navbar-expand-md {
  3873. flex-wrap: nowrap;
  3874. justify-content: flex-start;
  3875. }
  3876. .navbar-expand-md .navbar-nav {
  3877. flex-direction: row;
  3878. }
  3879. .navbar-expand-md .navbar-nav .dropdown-menu {
  3880. position: absolute;
  3881. }
  3882. .navbar-expand-md .navbar-nav .nav-link {
  3883. padding-right: var(--bs-navbar-nav-link-padding-x);
  3884. padding-left: var(--bs-navbar-nav-link-padding-x);
  3885. }
  3886. .navbar-expand-md .navbar-nav-scroll {
  3887. overflow: visible;
  3888. }
  3889. .navbar-expand-md .navbar-collapse {
  3890. display: flex !important;
  3891. flex-basis: auto;
  3892. }
  3893. .navbar-expand-md .navbar-toggler {
  3894. display: none;
  3895. }
  3896. .navbar-expand-md .offcanvas {
  3897. position: static;
  3898. z-index: auto;
  3899. flex-grow: 1;
  3900. width: auto !important;
  3901. height: auto !important;
  3902. visibility: visible !important;
  3903. background-color: transparent !important;
  3904. border: 0 !important;
  3905. transform: none !important;
  3906. transition: none;
  3907. }
  3908. .navbar-expand-md .offcanvas .offcanvas-header {
  3909. display: none;
  3910. }
  3911. .navbar-expand-md .offcanvas .offcanvas-body {
  3912. display: flex;
  3913. flex-grow: 0;
  3914. padding: 0;
  3915. overflow-y: visible;
  3916. }
  3917. }
  3918. @media (min-width: 992px) {
  3919. .navbar-expand-lg {
  3920. flex-wrap: nowrap;
  3921. justify-content: flex-start;
  3922. }
  3923. .navbar-expand-lg .navbar-nav {
  3924. flex-direction: row;
  3925. }
  3926. .navbar-expand-lg .navbar-nav .dropdown-menu {
  3927. position: absolute;
  3928. }
  3929. .navbar-expand-lg .navbar-nav .nav-link {
  3930. padding-right: var(--bs-navbar-nav-link-padding-x);
  3931. padding-left: var(--bs-navbar-nav-link-padding-x);
  3932. }
  3933. .navbar-expand-lg .navbar-nav-scroll {
  3934. overflow: visible;
  3935. }
  3936. .navbar-expand-lg .navbar-collapse {
  3937. display: flex !important;
  3938. flex-basis: auto;
  3939. }
  3940. .navbar-expand-lg .navbar-toggler {
  3941. display: none;
  3942. }
  3943. .navbar-expand-lg .offcanvas {
  3944. position: static;
  3945. z-index: auto;
  3946. flex-grow: 1;
  3947. width: auto !important;
  3948. height: auto !important;
  3949. visibility: visible !important;
  3950. background-color: transparent !important;
  3951. border: 0 !important;
  3952. transform: none !important;
  3953. transition: none;
  3954. }
  3955. .navbar-expand-lg .offcanvas .offcanvas-header {
  3956. display: none;
  3957. }
  3958. .navbar-expand-lg .offcanvas .offcanvas-body {
  3959. display: flex;
  3960. flex-grow: 0;
  3961. padding: 0;
  3962. overflow-y: visible;
  3963. }
  3964. }
  3965. @media (min-width: 1200px) {
  3966. .navbar-expand-xl {
  3967. flex-wrap: nowrap;
  3968. justify-content: flex-start;
  3969. }
  3970. .navbar-expand-xl .navbar-nav {
  3971. flex-direction: row;
  3972. }
  3973. .navbar-expand-xl .navbar-nav .dropdown-menu {
  3974. position: absolute;
  3975. }
  3976. .navbar-expand-xl .navbar-nav .nav-link {
  3977. padding-right: var(--bs-navbar-nav-link-padding-x);
  3978. padding-left: var(--bs-navbar-nav-link-padding-x);
  3979. }
  3980. .navbar-expand-xl .navbar-nav-scroll {
  3981. overflow: visible;
  3982. }
  3983. .navbar-expand-xl .navbar-collapse {
  3984. display: flex !important;
  3985. flex-basis: auto;
  3986. }
  3987. .navbar-expand-xl .navbar-toggler {
  3988. display: none;
  3989. }
  3990. .navbar-expand-xl .offcanvas {
  3991. position: static;
  3992. z-index: auto;
  3993. flex-grow: 1;
  3994. width: auto !important;
  3995. height: auto !important;
  3996. visibility: visible !important;
  3997. background-color: transparent !important;
  3998. border: 0 !important;
  3999. transform: none !important;
  4000. transition: none;
  4001. }
  4002. .navbar-expand-xl .offcanvas .offcanvas-header {
  4003. display: none;
  4004. }
  4005. .navbar-expand-xl .offcanvas .offcanvas-body {
  4006. display: flex;
  4007. flex-grow: 0;
  4008. padding: 0;
  4009. overflow-y: visible;
  4010. }
  4011. }
  4012. @media (min-width: 1400px) {
  4013. .navbar-expand-xxl {
  4014. flex-wrap: nowrap;
  4015. justify-content: flex-start;
  4016. }
  4017. .navbar-expand-xxl .navbar-nav {
  4018. flex-direction: row;
  4019. }
  4020. .navbar-expand-xxl .navbar-nav .dropdown-menu {
  4021. position: absolute;
  4022. }
  4023. .navbar-expand-xxl .navbar-nav .nav-link {
  4024. padding-right: var(--bs-navbar-nav-link-padding-x);
  4025. padding-left: var(--bs-navbar-nav-link-padding-x);
  4026. }
  4027. .navbar-expand-xxl .navbar-nav-scroll {
  4028. overflow: visible;
  4029. }
  4030. .navbar-expand-xxl .navbar-collapse {
  4031. display: flex !important;
  4032. flex-basis: auto;
  4033. }
  4034. .navbar-expand-xxl .navbar-toggler {
  4035. display: none;
  4036. }
  4037. .navbar-expand-xxl .offcanvas {
  4038. position: static;
  4039. z-index: auto;
  4040. flex-grow: 1;
  4041. width: auto !important;
  4042. height: auto !important;
  4043. visibility: visible !important;
  4044. background-color: transparent !important;
  4045. border: 0 !important;
  4046. transform: none !important;
  4047. transition: none;
  4048. }
  4049. .navbar-expand-xxl .offcanvas .offcanvas-header {
  4050. display: none;
  4051. }
  4052. .navbar-expand-xxl .offcanvas .offcanvas-body {
  4053. display: flex;
  4054. flex-grow: 0;
  4055. padding: 0;
  4056. overflow-y: visible;
  4057. }
  4058. }
  4059. .navbar-expand {
  4060. flex-wrap: nowrap;
  4061. justify-content: flex-start;
  4062. }
  4063. .navbar-expand .navbar-nav {
  4064. flex-direction: row;
  4065. }
  4066. .navbar-expand .navbar-nav .dropdown-menu {
  4067. position: absolute;
  4068. }
  4069. .navbar-expand .navbar-nav .nav-link {
  4070. padding-right: var(--bs-navbar-nav-link-padding-x);
  4071. padding-left: var(--bs-navbar-nav-link-padding-x);
  4072. }
  4073. .navbar-expand .navbar-nav-scroll {
  4074. overflow: visible;
  4075. }
  4076. .navbar-expand .navbar-collapse {
  4077. display: flex !important;
  4078. flex-basis: auto;
  4079. }
  4080. .navbar-expand .navbar-toggler {
  4081. display: none;
  4082. }
  4083. .navbar-expand .offcanvas {
  4084. position: static;
  4085. z-index: auto;
  4086. flex-grow: 1;
  4087. width: auto !important;
  4088. height: auto !important;
  4089. visibility: visible !important;
  4090. background-color: transparent !important;
  4091. border: 0 !important;
  4092. transform: none !important;
  4093. transition: none;
  4094. }
  4095. .navbar-expand .offcanvas .offcanvas-header {
  4096. display: none;
  4097. }
  4098. .navbar-expand .offcanvas .offcanvas-body {
  4099. display: flex;
  4100. flex-grow: 0;
  4101. padding: 0;
  4102. overflow-y: visible;
  4103. }
  4104. .navbar-dark,
  4105. .navbar[data-bs-theme=dark] {
  4106. --bs-navbar-color: rgba(255, 255, 255, 0.55);
  4107. --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  4108. --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  4109. --bs-navbar-active-color: #fff;
  4110. --bs-navbar-brand-color: #fff;
  4111. --bs-navbar-brand-hover-color: #fff;
  4112. --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  4113. --bs-navbar-toggler-icon-bg: 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");
  4114. }
  4115. [data-bs-theme=dark] .navbar-toggler-icon {
  4116. --bs-navbar-toggler-icon-bg: 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");
  4117. }
  4118. .card {
  4119. --bs-card-spacer-y: 1rem;
  4120. --bs-card-spacer-x: 1rem;
  4121. --bs-card-title-spacer-y: 0.5rem;
  4122. --bs-card-title-color: ;
  4123. --bs-card-subtitle-color: ;
  4124. --bs-card-border-width: var(--bs-border-width);
  4125. --bs-card-border-color: var(--bs-border-color-translucent);
  4126. --bs-card-border-radius: var(--bs-border-radius);
  4127. --bs-card-box-shadow: ;
  4128. --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  4129. --bs-card-cap-padding-y: 0.5rem;
  4130. --bs-card-cap-padding-x: 1rem;
  4131. --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  4132. --bs-card-cap-color: ;
  4133. --bs-card-height: ;
  4134. --bs-card-color: ;
  4135. --bs-card-bg: var(--bs-body-bg);
  4136. --bs-card-img-overlay-padding: 1rem;
  4137. --bs-card-group-margin: 0.75rem;
  4138. position: relative;
  4139. display: flex;
  4140. flex-direction: column;
  4141. min-width: 0;
  4142. height: var(--bs-card-height);
  4143. color: var(--bs-body-color);
  4144. word-wrap: break-word;
  4145. background-color: var(--bs-card-bg);
  4146. background-clip: border-box;
  4147. border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  4148. border-radius: var(--bs-card-border-radius);
  4149. }
  4150. .card > hr {
  4151. margin-right: 0;
  4152. margin-left: 0;
  4153. }
  4154. .card > .list-group {
  4155. border-top: inherit;
  4156. border-bottom: inherit;
  4157. }
  4158. .card > .list-group:first-child {
  4159. border-top-width: 0;
  4160. border-top-left-radius: var(--bs-card-inner-border-radius);
  4161. border-top-right-radius: var(--bs-card-inner-border-radius);
  4162. }
  4163. .card > .list-group:last-child {
  4164. border-bottom-width: 0;
  4165. border-bottom-right-radius: var(--bs-card-inner-border-radius);
  4166. border-bottom-left-radius: var(--bs-card-inner-border-radius);
  4167. }
  4168. .card > .card-header + .list-group,
  4169. .card > .list-group + .card-footer {
  4170. border-top: 0;
  4171. }
  4172. .card-body {
  4173. flex: 1 1 auto;
  4174. padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  4175. color: var(--bs-card-color);
  4176. }
  4177. .card-title {
  4178. margin-bottom: var(--bs-card-title-spacer-y);
  4179. color: var(--bs-card-title-color);
  4180. }
  4181. .card-subtitle {
  4182. margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  4183. margin-bottom: 0;
  4184. color: var(--bs-card-subtitle-color);
  4185. }
  4186. .card-text:last-child {
  4187. margin-bottom: 0;
  4188. }
  4189. .card-link + .card-link {
  4190. margin-left: var(--bs-card-spacer-x);
  4191. }
  4192. .card-header {
  4193. padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  4194. margin-bottom: 0;
  4195. color: var(--bs-card-cap-color);
  4196. background-color: var(--bs-card-cap-bg);
  4197. border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  4198. }
  4199. .card-header:first-child {
  4200. border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
  4201. }
  4202. .card-footer {
  4203. padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  4204. color: var(--bs-card-cap-color);
  4205. background-color: var(--bs-card-cap-bg);
  4206. border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
  4207. }
  4208. .card-footer:last-child {
  4209. border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
  4210. }
  4211. .card-header-tabs {
  4212. margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  4213. margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  4214. margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  4215. border-bottom: 0;
  4216. }
  4217. .card-header-tabs .nav-link.active {
  4218. background-color: var(--bs-card-bg);
  4219. border-bottom-color: var(--bs-card-bg);
  4220. }
  4221. .card-header-pills {
  4222. margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  4223. margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  4224. }
  4225. .card-img-overlay {
  4226. position: absolute;
  4227. top: 0;
  4228. right: 0;
  4229. bottom: 0;
  4230. left: 0;
  4231. padding: var(--bs-card-img-overlay-padding);
  4232. border-radius: var(--bs-card-inner-border-radius);
  4233. }
  4234. .card-img,
  4235. .card-img-top,
  4236. .card-img-bottom {
  4237. width: 100%;
  4238. }
  4239. .card-img,
  4240. .card-img-top {
  4241. border-top-left-radius: var(--bs-card-inner-border-radius);
  4242. border-top-right-radius: var(--bs-card-inner-border-radius);
  4243. }
  4244. .card-img,
  4245. .card-img-bottom {
  4246. border-bottom-right-radius: var(--bs-card-inner-border-radius);
  4247. border-bottom-left-radius: var(--bs-card-inner-border-radius);
  4248. }
  4249. .card-group > .card {
  4250. margin-bottom: var(--bs-card-group-margin);
  4251. }
  4252. @media (min-width: 576px) {
  4253. .card-group {
  4254. display: flex;
  4255. flex-flow: row wrap;
  4256. }
  4257. .card-group > .card {
  4258. flex: 1 0 0%;
  4259. margin-bottom: 0;
  4260. }
  4261. .card-group > .card + .card {
  4262. margin-left: 0;
  4263. border-left: 0;
  4264. }
  4265. .card-group > .card:not(:last-child) {
  4266. border-top-right-radius: 0;
  4267. border-bottom-right-radius: 0;
  4268. }
  4269. .card-group > .card:not(:last-child) .card-img-top,
  4270. .card-group > .card:not(:last-child) .card-header {
  4271. border-top-right-radius: 0;
  4272. }
  4273. .card-group > .card:not(:last-child) .card-img-bottom,
  4274. .card-group > .card:not(:last-child) .card-footer {
  4275. border-bottom-right-radius: 0;
  4276. }
  4277. .card-group > .card:not(:first-child) {
  4278. border-top-left-radius: 0;
  4279. border-bottom-left-radius: 0;
  4280. }
  4281. .card-group > .card:not(:first-child) .card-img-top,
  4282. .card-group > .card:not(:first-child) .card-header {
  4283. border-top-left-radius: 0;
  4284. }
  4285. .card-group > .card:not(:first-child) .card-img-bottom,
  4286. .card-group > .card:not(:first-child) .card-footer {
  4287. border-bottom-left-radius: 0;
  4288. }
  4289. }
  4290. .accordion {
  4291. --bs-accordion-color: var(--bs-body-color);
  4292. --bs-accordion-bg: var(--bs-body-bg);
  4293. --bs-accordion-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;
  4294. --bs-accordion-border-color: var(--bs-border-color);
  4295. --bs-accordion-border-width: var(--bs-border-width);
  4296. --bs-accordion-border-radius: var(--bs-border-radius);
  4297. --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  4298. --bs-accordion-btn-padding-x: 1.25rem;
  4299. --bs-accordion-btn-padding-y: 1rem;
  4300. --bs-accordion-btn-color: var(--bs-body-color);
  4301. --bs-accordion-btn-bg: var(--bs-accordion-bg);
  4302. --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  4303. --bs-accordion-btn-icon-width: 1.25rem;
  4304. --bs-accordion-btn-icon-transform: rotate(-180deg);
  4305. --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  4306. --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  4307. --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  4308. --bs-accordion-body-padding-x: 1.25rem;
  4309. --bs-accordion-body-padding-y: 1rem;
  4310. --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  4311. --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
  4312. }
  4313. .accordion-button {
  4314. position: relative;
  4315. display: flex;
  4316. align-items: center;
  4317. width: 100%;
  4318. padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  4319. font-size: 1rem;
  4320. color: var(--bs-accordion-btn-color);
  4321. text-align: left;
  4322. background-color: var(--bs-accordion-btn-bg);
  4323. border: 0;
  4324. border-radius: 0;
  4325. overflow-anchor: none;
  4326. transition: var(--bs-accordion-transition);
  4327. }
  4328. @media (prefers-reduced-motion: reduce) {
  4329. .accordion-button {
  4330. transition: none;
  4331. }
  4332. }
  4333. .accordion-button:not(.collapsed) {
  4334. color: var(--bs-accordion-active-color);
  4335. background-color: var(--bs-accordion-active-bg);
  4336. box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  4337. }
  4338. .accordion-button:not(.collapsed)::after {
  4339. background-image: var(--bs-accordion-btn-active-icon);
  4340. transform: var(--bs-accordion-btn-icon-transform);
  4341. }
  4342. .accordion-button::after {
  4343. flex-shrink: 0;
  4344. width: var(--bs-accordion-btn-icon-width);
  4345. height: var(--bs-accordion-btn-icon-width);
  4346. margin-left: auto;
  4347. content: "";
  4348. background-image: var(--bs-accordion-btn-icon);
  4349. background-repeat: no-repeat;
  4350. background-size: var(--bs-accordion-btn-icon-width);
  4351. transition: var(--bs-accordion-btn-icon-transition);
  4352. }
  4353. @media (prefers-reduced-motion: reduce) {
  4354. .accordion-button::after {
  4355. transition: none;
  4356. }
  4357. }
  4358. .accordion-button:hover {
  4359. z-index: 2;
  4360. }
  4361. .accordion-button:focus {
  4362. z-index: 3;
  4363. outline: 0;
  4364. box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  4365. }
  4366. .accordion-header {
  4367. margin-bottom: 0;
  4368. }
  4369. .accordion-item {
  4370. color: var(--bs-accordion-color);
  4371. background-color: var(--bs-accordion-bg);
  4372. border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  4373. }
  4374. .accordion-item:first-of-type {
  4375. border-top-left-radius: var(--bs-accordion-border-radius);
  4376. border-top-right-radius: var(--bs-accordion-border-radius);
  4377. }
  4378. .accordion-item:first-of-type > .accordion-header .accordion-button {
  4379. border-top-left-radius: var(--bs-accordion-inner-border-radius);
  4380. border-top-right-radius: var(--bs-accordion-inner-border-radius);
  4381. }
  4382. .accordion-item:not(:first-of-type) {
  4383. border-top: 0;
  4384. }
  4385. .accordion-item:last-of-type {
  4386. border-bottom-right-radius: var(--bs-accordion-border-radius);
  4387. border-bottom-left-radius: var(--bs-accordion-border-radius);
  4388. }
  4389. .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  4390. border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  4391. border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  4392. }
  4393. .accordion-item:last-of-type > .accordion-collapse {
  4394. border-bottom-right-radius: var(--bs-accordion-border-radius);
  4395. border-bottom-left-radius: var(--bs-accordion-border-radius);
  4396. }
  4397. .accordion-body {
  4398. padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  4399. }
  4400. .accordion-flush > .accordion-item {
  4401. border-right: 0;
  4402. border-left: 0;
  4403. border-radius: 0;
  4404. }
  4405. .accordion-flush > .accordion-item:first-child {
  4406. border-top: 0;
  4407. }
  4408. .accordion-flush > .accordion-item:last-child {
  4409. border-bottom: 0;
  4410. }
  4411. .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  4412. border-radius: 0;
  4413. }
  4414. .accordion-flush > .accordion-item > .accordion-collapse {
  4415. border-radius: 0;
  4416. }
  4417. [data-bs-theme=dark] .accordion-button::after {
  4418. --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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");
  4419. --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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");
  4420. }
  4421. .breadcrumb {
  4422. --bs-breadcrumb-padding-x: 0;
  4423. --bs-breadcrumb-padding-y: 0;
  4424. --bs-breadcrumb-margin-bottom: 1rem;
  4425. --bs-breadcrumb-bg: ;
  4426. --bs-breadcrumb-border-radius: ;
  4427. --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  4428. --bs-breadcrumb-item-padding-x: 0.5rem;
  4429. --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  4430. display: flex;
  4431. flex-wrap: wrap;
  4432. padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  4433. margin-bottom: var(--bs-breadcrumb-margin-bottom);
  4434. font-size: var(--bs-breadcrumb-font-size);
  4435. list-style: none;
  4436. background-color: var(--bs-breadcrumb-bg);
  4437. border-radius: var(--bs-breadcrumb-border-radius);
  4438. }
  4439. .breadcrumb-item + .breadcrumb-item {
  4440. padding-left: var(--bs-breadcrumb-item-padding-x);
  4441. }
  4442. .breadcrumb-item + .breadcrumb-item::before {
  4443. float: left;
  4444. padding-right: var(--bs-breadcrumb-item-padding-x);
  4445. color: var(--bs-breadcrumb-divider-color);
  4446. content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
  4447. }
  4448. .breadcrumb-item.active {
  4449. color: var(--bs-breadcrumb-item-active-color);
  4450. }
  4451. .pagination {
  4452. --bs-pagination-padding-x: 0.75rem;
  4453. --bs-pagination-padding-y: 0.375rem;
  4454. --bs-pagination-font-size: 1rem;
  4455. --bs-pagination-color: var(--bs-link-color);
  4456. --bs-pagination-bg: var(--bs-body-bg);
  4457. --bs-pagination-border-width: var(--bs-border-width);
  4458. --bs-pagination-border-color: var(--bs-border-color);
  4459. --bs-pagination-border-radius: var(--bs-border-radius);
  4460. --bs-pagination-hover-color: var(--bs-link-hover-color);
  4461. --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  4462. --bs-pagination-hover-border-color: var(--bs-border-color);
  4463. --bs-pagination-focus-color: var(--bs-link-hover-color);
  4464. --bs-pagination-focus-bg: var(--bs-secondary-bg);
  4465. --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  4466. --bs-pagination-active-color: #fff;
  4467. --bs-pagination-active-bg: #0d6efd;
  4468. --bs-pagination-active-border-color: #0d6efd;
  4469. --bs-pagination-disabled-color: var(--bs-secondary-color);
  4470. --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  4471. --bs-pagination-disabled-border-color: var(--bs-border-color);
  4472. display: flex;
  4473. padding-left: 0;
  4474. list-style: none;
  4475. }
  4476. .page-link {
  4477. position: relative;
  4478. display: block;
  4479. padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  4480. font-size: var(--bs-pagination-font-size);
  4481. color: var(--bs-pagination-color);
  4482. text-decoration: none;
  4483. background-color: var(--bs-pagination-bg);
  4484. border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  4485. 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;
  4486. }
  4487. @media (prefers-reduced-motion: reduce) {
  4488. .page-link {
  4489. transition: none;
  4490. }
  4491. }
  4492. .page-link:hover {
  4493. z-index: 2;
  4494. color: var(--bs-pagination-hover-color);
  4495. background-color: var(--bs-pagination-hover-bg);
  4496. border-color: var(--bs-pagination-hover-border-color);
  4497. }
  4498. .page-link:focus {
  4499. z-index: 3;
  4500. color: var(--bs-pagination-focus-color);
  4501. background-color: var(--bs-pagination-focus-bg);
  4502. outline: 0;
  4503. box-shadow: var(--bs-pagination-focus-box-shadow);
  4504. }
  4505. .page-link.active, .active > .page-link {
  4506. z-index: 3;
  4507. color: var(--bs-pagination-active-color);
  4508. background-color: var(--bs-pagination-active-bg);
  4509. border-color: var(--bs-pagination-active-border-color);
  4510. }
  4511. .page-link.disabled, .disabled > .page-link {
  4512. color: var(--bs-pagination-disabled-color);
  4513. pointer-events: none;
  4514. background-color: var(--bs-pagination-disabled-bg);
  4515. border-color: var(--bs-pagination-disabled-border-color);
  4516. }
  4517. .page-item:not(:first-child) .page-link {
  4518. margin-left: calc(var(--bs-border-width) * -1);
  4519. }
  4520. .page-item:first-child .page-link {
  4521. border-top-left-radius: var(--bs-pagination-border-radius);
  4522. border-bottom-left-radius: var(--bs-pagination-border-radius);
  4523. }
  4524. .page-item:last-child .page-link {
  4525. border-top-right-radius: var(--bs-pagination-border-radius);
  4526. border-bottom-right-radius: var(--bs-pagination-border-radius);
  4527. }
  4528. .pagination-lg {
  4529. --bs-pagination-padding-x: 1.5rem;
  4530. --bs-pagination-padding-y: 0.75rem;
  4531. --bs-pagination-font-size: 1.25rem;
  4532. --bs-pagination-border-radius: var(--bs-border-radius-lg);
  4533. }
  4534. .pagination-sm {
  4535. --bs-pagination-padding-x: 0.5rem;
  4536. --bs-pagination-padding-y: 0.25rem;
  4537. --bs-pagination-font-size: 0.875rem;
  4538. --bs-pagination-border-radius: var(--bs-border-radius-sm);
  4539. }
  4540. .badge {
  4541. --bs-badge-padding-x: 0.65em;
  4542. --bs-badge-padding-y: 0.35em;
  4543. --bs-badge-font-size: 0.75em;
  4544. --bs-badge-font-weight: 700;
  4545. --bs-badge-color: #fff;
  4546. --bs-badge-border-radius: var(--bs-border-radius);
  4547. display: inline-block;
  4548. padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  4549. font-size: var(--bs-badge-font-size);
  4550. font-weight: var(--bs-badge-font-weight);
  4551. line-height: 1;
  4552. color: var(--bs-badge-color);
  4553. text-align: center;
  4554. white-space: nowrap;
  4555. vertical-align: baseline;
  4556. border-radius: var(--bs-badge-border-radius);
  4557. }
  4558. .badge:empty {
  4559. display: none;
  4560. }
  4561. .btn .badge {
  4562. position: relative;
  4563. top: -1px;
  4564. }
  4565. .alert {
  4566. --bs-alert-bg: transparent;
  4567. --bs-alert-padding-x: 1rem;
  4568. --bs-alert-padding-y: 1rem;
  4569. --bs-alert-margin-bottom: 1rem;
  4570. --bs-alert-color: inherit;
  4571. --bs-alert-border-color: transparent;
  4572. --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  4573. --bs-alert-border-radius: var(--bs-border-radius);
  4574. --bs-alert-link-color: inherit;
  4575. position: relative;
  4576. padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  4577. margin-bottom: var(--bs-alert-margin-bottom);
  4578. color: var(--bs-alert-color);
  4579. background-color: var(--bs-alert-bg);
  4580. border: var(--bs-alert-border);
  4581. border-radius: var(--bs-alert-border-radius);
  4582. }
  4583. .alert-heading {
  4584. color: inherit;
  4585. }
  4586. .alert-link {
  4587. font-weight: 700;
  4588. color: var(--bs-alert-link-color);
  4589. }
  4590. .alert-dismissible {
  4591. padding-right: 3rem;
  4592. }
  4593. .alert-dismissible .btn-close {
  4594. position: absolute;
  4595. top: 0;
  4596. right: 0;
  4597. z-index: 2;
  4598. padding: 1.25rem 1rem;
  4599. }
  4600. .alert-primary {
  4601. --bs-alert-color: var(--bs-primary-text-emphasis);
  4602. --bs-alert-bg: var(--bs-primary-bg-subtle);
  4603. --bs-alert-border-color: var(--bs-primary-border-subtle);
  4604. --bs-alert-link-color: var(--bs-primary-text-emphasis);
  4605. }
  4606. .alert-secondary {
  4607. --bs-alert-color: var(--bs-secondary-text-emphasis);
  4608. --bs-alert-bg: var(--bs-secondary-bg-subtle);
  4609. --bs-alert-border-color: var(--bs-secondary-border-subtle);
  4610. --bs-alert-link-color: var(--bs-secondary-text-emphasis);
  4611. }
  4612. .alert-success {
  4613. --bs-alert-color: var(--bs-success-text-emphasis);
  4614. --bs-alert-bg: var(--bs-success-bg-subtle);
  4615. --bs-alert-border-color: var(--bs-success-border-subtle);
  4616. --bs-alert-link-color: var(--bs-success-text-emphasis);
  4617. }
  4618. .alert-info {
  4619. --bs-alert-color: var(--bs-info-text-emphasis);
  4620. --bs-alert-bg: var(--bs-info-bg-subtle);
  4621. --bs-alert-border-color: var(--bs-info-border-subtle);
  4622. --bs-alert-link-color: var(--bs-info-text-emphasis);
  4623. }
  4624. .alert-warning {
  4625. --bs-alert-color: var(--bs-warning-text-emphasis);
  4626. --bs-alert-bg: var(--bs-warning-bg-subtle);
  4627. --bs-alert-border-color: var(--bs-warning-border-subtle);
  4628. --bs-alert-link-color: var(--bs-warning-text-emphasis);
  4629. }
  4630. .alert-danger {
  4631. --bs-alert-color: var(--bs-danger-text-emphasis);
  4632. --bs-alert-bg: var(--bs-danger-bg-subtle);
  4633. --bs-alert-border-color: var(--bs-danger-border-subtle);
  4634. --bs-alert-link-color: var(--bs-danger-text-emphasis);
  4635. }
  4636. .alert-light {
  4637. --bs-alert-color: var(--bs-light-text-emphasis);
  4638. --bs-alert-bg: var(--bs-light-bg-subtle);
  4639. --bs-alert-border-color: var(--bs-light-border-subtle);
  4640. --bs-alert-link-color: var(--bs-light-text-emphasis);
  4641. }
  4642. .alert-dark {
  4643. --bs-alert-color: var(--bs-dark-text-emphasis);
  4644. --bs-alert-bg: var(--bs-dark-bg-subtle);
  4645. --bs-alert-border-color: var(--bs-dark-border-subtle);
  4646. --bs-alert-link-color: var(--bs-dark-text-emphasis);
  4647. }
  4648. @keyframes progress-bar-stripes {
  4649. 0% {
  4650. background-position-x: 1rem;
  4651. }
  4652. }
  4653. .progress,
  4654. .progress-stacked {
  4655. --bs-progress-height: 1rem;
  4656. --bs-progress-font-size: 0.75rem;
  4657. --bs-progress-bg: var(--bs-secondary-bg);
  4658. --bs-progress-border-radius: var(--bs-border-radius);
  4659. --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  4660. --bs-progress-bar-color: #fff;
  4661. --bs-progress-bar-bg: #0d6efd;
  4662. --bs-progress-bar-transition: width 0.6s ease;
  4663. display: flex;
  4664. height: var(--bs-progress-height);
  4665. overflow: hidden;
  4666. font-size: var(--bs-progress-font-size);
  4667. background-color: var(--bs-progress-bg);
  4668. border-radius: var(--bs-progress-border-radius);
  4669. }
  4670. .progress-bar {
  4671. display: flex;
  4672. flex-direction: column;
  4673. justify-content: center;
  4674. overflow: hidden;
  4675. color: var(--bs-progress-bar-color);
  4676. text-align: center;
  4677. white-space: nowrap;
  4678. background-color: var(--bs-progress-bar-bg);
  4679. transition: var(--bs-progress-bar-transition);
  4680. }
  4681. @media (prefers-reduced-motion: reduce) {
  4682. .progress-bar {
  4683. transition: none;
  4684. }
  4685. }
  4686. .progress-bar-striped {
  4687. 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);
  4688. background-size: var(--bs-progress-height) var(--bs-progress-height);
  4689. }
  4690. .progress-stacked > .progress {
  4691. overflow: visible;
  4692. }
  4693. .progress-stacked > .progress > .progress-bar {
  4694. width: 100%;
  4695. }
  4696. .progress-bar-animated {
  4697. animation: 1s linear infinite progress-bar-stripes;
  4698. }
  4699. @media (prefers-reduced-motion: reduce) {
  4700. .progress-bar-animated {
  4701. animation: none;
  4702. }
  4703. }
  4704. .list-group {
  4705. --bs-list-group-color: var(--bs-body-color);
  4706. --bs-list-group-bg: var(--bs-body-bg);
  4707. --bs-list-group-border-color: var(--bs-border-color);
  4708. --bs-list-group-border-width: var(--bs-border-width);
  4709. --bs-list-group-border-radius: var(--bs-border-radius);
  4710. --bs-list-group-item-padding-x: 1rem;
  4711. --bs-list-group-item-padding-y: 0.5rem;
  4712. --bs-list-group-action-color: var(--bs-secondary-color);
  4713. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  4714. --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  4715. --bs-list-group-action-active-color: var(--bs-body-color);
  4716. --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  4717. --bs-list-group-disabled-color: var(--bs-secondary-color);
  4718. --bs-list-group-disabled-bg: var(--bs-body-bg);
  4719. --bs-list-group-active-color: #fff;
  4720. --bs-list-group-active-bg: #0d6efd;
  4721. --bs-list-group-active-border-color: #0d6efd;
  4722. display: flex;
  4723. flex-direction: column;
  4724. padding-left: 0;
  4725. margin-bottom: 0;
  4726. border-radius: var(--bs-list-group-border-radius);
  4727. }
  4728. .list-group-numbered {
  4729. list-style-type: none;
  4730. counter-reset: section;
  4731. }
  4732. .list-group-numbered > .list-group-item::before {
  4733. content: counters(section, ".") ". ";
  4734. counter-increment: section;
  4735. }
  4736. .list-group-item-action {
  4737. width: 100%;
  4738. color: var(--bs-list-group-action-color);
  4739. text-align: inherit;
  4740. }
  4741. .list-group-item-action:hover, .list-group-item-action:focus {
  4742. z-index: 1;
  4743. color: var(--bs-list-group-action-hover-color);
  4744. text-decoration: none;
  4745. background-color: var(--bs-list-group-action-hover-bg);
  4746. }
  4747. .list-group-item-action:active {
  4748. color: var(--bs-list-group-action-active-color);
  4749. background-color: var(--bs-list-group-action-active-bg);
  4750. }
  4751. .list-group-item {
  4752. position: relative;
  4753. display: block;
  4754. padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  4755. color: var(--bs-list-group-color);
  4756. text-decoration: none;
  4757. background-color: var(--bs-list-group-bg);
  4758. border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  4759. }
  4760. .list-group-item:first-child {
  4761. border-top-left-radius: inherit;
  4762. border-top-right-radius: inherit;
  4763. }
  4764. .list-group-item:last-child {
  4765. border-bottom-right-radius: inherit;
  4766. border-bottom-left-radius: inherit;
  4767. }
  4768. .list-group-item.disabled, .list-group-item:disabled {
  4769. color: var(--bs-list-group-disabled-color);
  4770. pointer-events: none;
  4771. background-color: var(--bs-list-group-disabled-bg);
  4772. }
  4773. .list-group-item.active {
  4774. z-index: 2;
  4775. color: var(--bs-list-group-active-color);
  4776. background-color: var(--bs-list-group-active-bg);
  4777. border-color: var(--bs-list-group-active-border-color);
  4778. }
  4779. .list-group-item + .list-group-item {
  4780. border-top-width: 0;
  4781. }
  4782. .list-group-item + .list-group-item.active {
  4783. margin-top: calc(-1 * var(--bs-list-group-border-width));
  4784. border-top-width: var(--bs-list-group-border-width);
  4785. }
  4786. .list-group-horizontal {
  4787. flex-direction: row;
  4788. }
  4789. .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  4790. border-bottom-left-radius: var(--bs-list-group-border-radius);
  4791. border-top-right-radius: 0;
  4792. }
  4793. .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  4794. border-top-right-radius: var(--bs-list-group-border-radius);
  4795. border-bottom-left-radius: 0;
  4796. }
  4797. .list-group-horizontal > .list-group-item.active {
  4798. margin-top: 0;
  4799. }
  4800. .list-group-horizontal > .list-group-item + .list-group-item {
  4801. border-top-width: var(--bs-list-group-border-width);
  4802. border-left-width: 0;
  4803. }
  4804. .list-group-horizontal > .list-group-item + .list-group-item.active {
  4805. margin-left: calc(-1 * var(--bs-list-group-border-width));
  4806. border-left-width: var(--bs-list-group-border-width);
  4807. }
  4808. @media (min-width: 576px) {
  4809. .list-group-horizontal-sm {
  4810. flex-direction: row;
  4811. }
  4812. .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
  4813. border-bottom-left-radius: var(--bs-list-group-border-radius);
  4814. border-top-right-radius: 0;
  4815. }
  4816. .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
  4817. border-top-right-radius: var(--bs-list-group-border-radius);
  4818. border-bottom-left-radius: 0;
  4819. }
  4820. .list-group-horizontal-sm > .list-group-item.active {
  4821. margin-top: 0;
  4822. }
  4823. .list-group-horizontal-sm > .list-group-item + .list-group-item {
  4824. border-top-width: var(--bs-list-group-border-width);
  4825. border-left-width: 0;
  4826. }
  4827. .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
  4828. margin-left: calc(-1 * var(--bs-list-group-border-width));
  4829. border-left-width: var(--bs-list-group-border-width);
  4830. }
  4831. }
  4832. @media (min-width: 768px) {
  4833. .list-group-horizontal-md {
  4834. flex-direction: row;
  4835. }
  4836. .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
  4837. border-bottom-left-radius: var(--bs-list-group-border-radius);
  4838. border-top-right-radius: 0;
  4839. }
  4840. .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
  4841. border-top-right-radius: var(--bs-list-group-border-radius);
  4842. border-bottom-left-radius: 0;
  4843. }
  4844. .list-group-horizontal-md > .list-group-item.active {
  4845. margin-top: 0;
  4846. }
  4847. .list-group-horizontal-md > .list-group-item + .list-group-item {
  4848. border-top-width: var(--bs-list-group-border-width);
  4849. border-left-width: 0;
  4850. }
  4851. .list-group-horizontal-md > .list-group-item + .list-group-item.active {
  4852. margin-left: calc(-1 * var(--bs-list-group-border-width));
  4853. border-left-width: var(--bs-list-group-border-width);
  4854. }
  4855. }
  4856. @media (min-width: 992px) {
  4857. .list-group-horizontal-lg {
  4858. flex-direction: row;
  4859. }
  4860. .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
  4861. border-bottom-left-radius: var(--bs-list-group-border-radius);
  4862. border-top-right-radius: 0;
  4863. }
  4864. .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
  4865. border-top-right-radius: var(--bs-list-group-border-radius);
  4866. border-bottom-left-radius: 0;
  4867. }
  4868. .list-group-horizontal-lg > .list-group-item.active {
  4869. margin-top: 0;
  4870. }
  4871. .list-group-horizontal-lg > .list-group-item + .list-group-item {
  4872. border-top-width: var(--bs-list-group-border-width);
  4873. border-left-width: 0;
  4874. }
  4875. .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
  4876. margin-left: calc(-1 * var(--bs-list-group-border-width));
  4877. border-left-width: var(--bs-list-group-border-width);
  4878. }
  4879. }
  4880. @media (min-width: 1200px) {
  4881. .list-group-horizontal-xl {
  4882. flex-direction: row;
  4883. }
  4884. .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
  4885. border-bottom-left-radius: var(--bs-list-group-border-radius);
  4886. border-top-right-radius: 0;
  4887. }
  4888. .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
  4889. border-top-right-radius: var(--bs-list-group-border-radius);
  4890. border-bottom-left-radius: 0;
  4891. }
  4892. .list-group-horizontal-xl > .list-group-item.active {
  4893. margin-top: 0;
  4894. }
  4895. .list-group-horizontal-xl > .list-group-item + .list-group-item {
  4896. border-top-width: var(--bs-list-group-border-width);
  4897. border-left-width: 0;
  4898. }
  4899. .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
  4900. margin-left: calc(-1 * var(--bs-list-group-border-width));
  4901. border-left-width: var(--bs-list-group-border-width);
  4902. }
  4903. }
  4904. @media (min-width: 1400px) {
  4905. .list-group-horizontal-xxl {
  4906. flex-direction: row;
  4907. }
  4908. .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
  4909. border-bottom-left-radius: var(--bs-list-group-border-radius);
  4910. border-top-right-radius: 0;
  4911. }
  4912. .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
  4913. border-top-right-radius: var(--bs-list-group-border-radius);
  4914. border-bottom-left-radius: 0;
  4915. }
  4916. .list-group-horizontal-xxl > .list-group-item.active {
  4917. margin-top: 0;
  4918. }
  4919. .list-group-horizontal-xxl > .list-group-item + .list-group-item {
  4920. border-top-width: var(--bs-list-group-border-width);
  4921. border-left-width: 0;
  4922. }
  4923. .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
  4924. margin-left: calc(-1 * var(--bs-list-group-border-width));
  4925. border-left-width: var(--bs-list-group-border-width);
  4926. }
  4927. }
  4928. .list-group-flush {
  4929. border-radius: 0;
  4930. }
  4931. .list-group-flush > .list-group-item {
  4932. border-width: 0 0 var(--bs-list-group-border-width);
  4933. }
  4934. .list-group-flush > .list-group-item:last-child {
  4935. border-bottom-width: 0;
  4936. }
  4937. .list-group-item-primary {
  4938. --bs-list-group-color: var(--bs-primary-text-emphasis);
  4939. --bs-list-group-bg: var(--bs-primary-bg-subtle);
  4940. --bs-list-group-border-color: var(--bs-primary-border-subtle);
  4941. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  4942. --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  4943. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  4944. --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  4945. --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  4946. --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  4947. --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
  4948. }
  4949. .list-group-item-secondary {
  4950. --bs-list-group-color: var(--bs-secondary-text-emphasis);
  4951. --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  4952. --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  4953. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  4954. --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  4955. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  4956. --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  4957. --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  4958. --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  4959. --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
  4960. }
  4961. .list-group-item-success {
  4962. --bs-list-group-color: var(--bs-success-text-emphasis);
  4963. --bs-list-group-bg: var(--bs-success-bg-subtle);
  4964. --bs-list-group-border-color: var(--bs-success-border-subtle);
  4965. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  4966. --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  4967. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  4968. --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  4969. --bs-list-group-active-color: var(--bs-success-bg-subtle);
  4970. --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  4971. --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
  4972. }
  4973. .list-group-item-info {
  4974. --bs-list-group-color: var(--bs-info-text-emphasis);
  4975. --bs-list-group-bg: var(--bs-info-bg-subtle);
  4976. --bs-list-group-border-color: var(--bs-info-border-subtle);
  4977. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  4978. --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  4979. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  4980. --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  4981. --bs-list-group-active-color: var(--bs-info-bg-subtle);
  4982. --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  4983. --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
  4984. }
  4985. .list-group-item-warning {
  4986. --bs-list-group-color: var(--bs-warning-text-emphasis);
  4987. --bs-list-group-bg: var(--bs-warning-bg-subtle);
  4988. --bs-list-group-border-color: var(--bs-warning-border-subtle);
  4989. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  4990. --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  4991. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  4992. --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  4993. --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  4994. --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  4995. --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
  4996. }
  4997. .list-group-item-danger {
  4998. --bs-list-group-color: var(--bs-danger-text-emphasis);
  4999. --bs-list-group-bg: var(--bs-danger-bg-subtle);
  5000. --bs-list-group-border-color: var(--bs-danger-border-subtle);
  5001. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  5002. --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  5003. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  5004. --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  5005. --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  5006. --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  5007. --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
  5008. }
  5009. .list-group-item-light {
  5010. --bs-list-group-color: var(--bs-light-text-emphasis);
  5011. --bs-list-group-bg: var(--bs-light-bg-subtle);
  5012. --bs-list-group-border-color: var(--bs-light-border-subtle);
  5013. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  5014. --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  5015. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  5016. --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  5017. --bs-list-group-active-color: var(--bs-light-bg-subtle);
  5018. --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  5019. --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
  5020. }
  5021. .list-group-item-dark {
  5022. --bs-list-group-color: var(--bs-dark-text-emphasis);
  5023. --bs-list-group-bg: var(--bs-dark-bg-subtle);
  5024. --bs-list-group-border-color: var(--bs-dark-border-subtle);
  5025. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  5026. --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  5027. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  5028. --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  5029. --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  5030. --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  5031. --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
  5032. }
  5033. .btn-close {
  5034. --bs-btn-close-color: #000;
  5035. --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  5036. --bs-btn-close-opacity: 0.5;
  5037. --bs-btn-close-hover-opacity: 0.75;
  5038. --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  5039. --bs-btn-close-focus-opacity: 1;
  5040. --bs-btn-close-disabled-opacity: 0.25;
  5041. --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  5042. box-sizing: content-box;
  5043. width: 1em;
  5044. height: 1em;
  5045. padding: 0.25em 0.25em;
  5046. color: var(--bs-btn-close-color);
  5047. background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  5048. border: 0;
  5049. border-radius: 0.375rem;
  5050. opacity: var(--bs-btn-close-opacity);
  5051. }
  5052. .btn-close:hover {
  5053. color: var(--bs-btn-close-color);
  5054. text-decoration: none;
  5055. opacity: var(--bs-btn-close-hover-opacity);
  5056. }
  5057. .btn-close:focus {
  5058. outline: 0;
  5059. box-shadow: var(--bs-btn-close-focus-shadow);
  5060. opacity: var(--bs-btn-close-focus-opacity);
  5061. }
  5062. .btn-close:disabled, .btn-close.disabled {
  5063. pointer-events: none;
  5064. -webkit-user-select: none;
  5065. -moz-user-select: none;
  5066. user-select: none;
  5067. opacity: var(--bs-btn-close-disabled-opacity);
  5068. }
  5069. .btn-close-white {
  5070. filter: var(--bs-btn-close-white-filter);
  5071. }
  5072. [data-bs-theme=dark] .btn-close {
  5073. filter: var(--bs-btn-close-white-filter);
  5074. }
  5075. .toast {
  5076. --bs-toast-zindex: 1090;
  5077. --bs-toast-padding-x: 0.75rem;
  5078. --bs-toast-padding-y: 0.5rem;
  5079. --bs-toast-spacing: 1.5rem;
  5080. --bs-toast-max-width: 350px;
  5081. --bs-toast-font-size: 0.875rem;
  5082. --bs-toast-color: ;
  5083. --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  5084. --bs-toast-border-width: var(--bs-border-width);
  5085. --bs-toast-border-color: var(--bs-border-color-translucent);
  5086. --bs-toast-border-radius: var(--bs-border-radius);
  5087. --bs-toast-box-shadow: var(--bs-box-shadow);
  5088. --bs-toast-header-color: var(--bs-secondary-color);
  5089. --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  5090. --bs-toast-header-border-color: var(--bs-border-color-translucent);
  5091. width: var(--bs-toast-max-width);
  5092. max-width: 100%;
  5093. font-size: var(--bs-toast-font-size);
  5094. color: var(--bs-toast-color);
  5095. pointer-events: auto;
  5096. background-color: var(--bs-toast-bg);
  5097. background-clip: padding-box;
  5098. border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  5099. box-shadow: var(--bs-toast-box-shadow);
  5100. border-radius: var(--bs-toast-border-radius);
  5101. }
  5102. .toast.showing {
  5103. opacity: 0;
  5104. }
  5105. .toast:not(.show) {
  5106. display: none;
  5107. }
  5108. .toast-container {
  5109. --bs-toast-zindex: 1090;
  5110. position: absolute;
  5111. z-index: var(--bs-toast-zindex);
  5112. width: -webkit-max-content;
  5113. width: -moz-max-content;
  5114. width: max-content;
  5115. max-width: 100%;
  5116. pointer-events: none;
  5117. }
  5118. .toast-container > :not(:last-child) {
  5119. margin-bottom: var(--bs-toast-spacing);
  5120. }
  5121. .toast-header {
  5122. display: flex;
  5123. align-items: center;
  5124. padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  5125. color: var(--bs-toast-header-color);
  5126. background-color: var(--bs-toast-header-bg);
  5127. background-clip: padding-box;
  5128. border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  5129. border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  5130. border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  5131. }
  5132. .toast-header .btn-close {
  5133. margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  5134. margin-left: var(--bs-toast-padding-x);
  5135. }
  5136. .toast-body {
  5137. padding: var(--bs-toast-padding-x);
  5138. word-wrap: break-word;
  5139. }
  5140. .modal {
  5141. --bs-modal-zindex: 1055;
  5142. --bs-modal-width: 500px;
  5143. --bs-modal-padding: 1rem;
  5144. --bs-modal-margin: 0.5rem;
  5145. --bs-modal-color: ;
  5146. --bs-modal-bg: var(--bs-body-bg);
  5147. --bs-modal-border-color: var(--bs-border-color-translucent);
  5148. --bs-modal-border-width: var(--bs-border-width);
  5149. --bs-modal-border-radius: var(--bs-border-radius-lg);
  5150. --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  5151. --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  5152. --bs-modal-header-padding-x: 1rem;
  5153. --bs-modal-header-padding-y: 1rem;
  5154. --bs-modal-header-padding: 1rem 1rem;
  5155. --bs-modal-header-border-color: var(--bs-border-color);
  5156. --bs-modal-header-border-width: var(--bs-border-width);
  5157. --bs-modal-title-line-height: 1.5;
  5158. --bs-modal-footer-gap: 0.5rem;
  5159. --bs-modal-footer-bg: ;
  5160. --bs-modal-footer-border-color: var(--bs-border-color);
  5161. --bs-modal-footer-border-width: var(--bs-border-width);
  5162. position: fixed;
  5163. top: 0;
  5164. left: 0;
  5165. z-index: var(--bs-modal-zindex);
  5166. display: none;
  5167. width: 100%;
  5168. height: 100%;
  5169. overflow-x: hidden;
  5170. overflow-y: auto;
  5171. outline: 0;
  5172. }
  5173. .modal-dialog {
  5174. position: relative;
  5175. width: auto;
  5176. margin: var(--bs-modal-margin);
  5177. pointer-events: none;
  5178. }
  5179. .modal.fade .modal-dialog {
  5180. transition: transform 0.3s ease-out;
  5181. transform: translate(0, -50px);
  5182. }
  5183. @media (prefers-reduced-motion: reduce) {
  5184. .modal.fade .modal-dialog {
  5185. transition: none;
  5186. }
  5187. }
  5188. .modal.show .modal-dialog {
  5189. transform: none;
  5190. }
  5191. .modal.modal-static .modal-dialog {
  5192. transform: scale(1.02);
  5193. }
  5194. .modal-dialog-scrollable {
  5195. height: calc(100% - var(--bs-modal-margin) * 2);
  5196. }
  5197. .modal-dialog-scrollable .modal-content {
  5198. max-height: 100%;
  5199. overflow: hidden;
  5200. }
  5201. .modal-dialog-scrollable .modal-body {
  5202. overflow-y: auto;
  5203. }
  5204. .modal-dialog-centered {
  5205. display: flex;
  5206. align-items: center;
  5207. min-height: calc(100% - var(--bs-modal-margin) * 2);
  5208. }
  5209. .modal-content {
  5210. position: relative;
  5211. display: flex;
  5212. flex-direction: column;
  5213. width: 100%;
  5214. color: var(--bs-modal-color);
  5215. pointer-events: auto;
  5216. background-color: var(--bs-modal-bg);
  5217. background-clip: padding-box;
  5218. border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  5219. border-radius: var(--bs-modal-border-radius);
  5220. outline: 0;
  5221. }
  5222. .modal-backdrop {
  5223. --bs-backdrop-zindex: 1050;
  5224. --bs-backdrop-bg: #000;
  5225. --bs-backdrop-opacity: 0.5;
  5226. position: fixed;
  5227. top: 0;
  5228. left: 0;
  5229. z-index: var(--bs-backdrop-zindex);
  5230. width: 100vw;
  5231. height: 100vh;
  5232. background-color: var(--bs-backdrop-bg);
  5233. }
  5234. .modal-backdrop.fade {
  5235. opacity: 0;
  5236. }
  5237. .modal-backdrop.show {
  5238. opacity: var(--bs-backdrop-opacity);
  5239. }
  5240. .modal-header {
  5241. display: flex;
  5242. flex-shrink: 0;
  5243. align-items: center;
  5244. padding: var(--bs-modal-header-padding);
  5245. border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  5246. border-top-left-radius: var(--bs-modal-inner-border-radius);
  5247. border-top-right-radius: var(--bs-modal-inner-border-radius);
  5248. }
  5249. .modal-header .btn-close {
  5250. padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  5251. margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
  5252. }
  5253. .modal-title {
  5254. margin-bottom: 0;
  5255. line-height: var(--bs-modal-title-line-height);
  5256. }
  5257. .modal-body {
  5258. position: relative;
  5259. flex: 1 1 auto;
  5260. padding: var(--bs-modal-padding);
  5261. }
  5262. .modal-footer {
  5263. display: flex;
  5264. flex-shrink: 0;
  5265. flex-wrap: wrap;
  5266. align-items: center;
  5267. justify-content: flex-end;
  5268. padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  5269. background-color: var(--bs-modal-footer-bg);
  5270. border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  5271. border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  5272. border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  5273. }
  5274. .modal-footer > * {
  5275. margin: calc(var(--bs-modal-footer-gap) * 0.5);
  5276. }
  5277. @media (min-width: 576px) {
  5278. .modal {
  5279. --bs-modal-margin: 1.75rem;
  5280. --bs-modal-box-shadow: var(--bs-box-shadow);
  5281. }
  5282. .modal-dialog {
  5283. max-width: var(--bs-modal-width);
  5284. margin-right: auto;
  5285. margin-left: auto;
  5286. }
  5287. .modal-sm {
  5288. --bs-modal-width: 300px;
  5289. }
  5290. }
  5291. @media (min-width: 992px) {
  5292. .modal-lg,
  5293. .modal-xl {
  5294. --bs-modal-width: 800px;
  5295. }
  5296. }
  5297. @media (min-width: 1200px) {
  5298. .modal-xl {
  5299. --bs-modal-width: 1140px;
  5300. }
  5301. }
  5302. .modal-fullscreen {
  5303. width: 100vw;
  5304. max-width: none;
  5305. height: 100%;
  5306. margin: 0;
  5307. }
  5308. .modal-fullscreen .modal-content {
  5309. height: 100%;
  5310. border: 0;
  5311. border-radius: 0;
  5312. }
  5313. .modal-fullscreen .modal-header,
  5314. .modal-fullscreen .modal-footer {
  5315. border-radius: 0;
  5316. }
  5317. .modal-fullscreen .modal-body {
  5318. overflow-y: auto;
  5319. }
  5320. @media (max-width: 575.98px) {
  5321. .modal-fullscreen-sm-down {
  5322. width: 100vw;
  5323. max-width: none;
  5324. height: 100%;
  5325. margin: 0;
  5326. }
  5327. .modal-fullscreen-sm-down .modal-content {
  5328. height: 100%;
  5329. border: 0;
  5330. border-radius: 0;
  5331. }
  5332. .modal-fullscreen-sm-down .modal-header,
  5333. .modal-fullscreen-sm-down .modal-footer {
  5334. border-radius: 0;
  5335. }
  5336. .modal-fullscreen-sm-down .modal-body {
  5337. overflow-y: auto;
  5338. }
  5339. }
  5340. @media (max-width: 767.98px) {
  5341. .modal-fullscreen-md-down {
  5342. width: 100vw;
  5343. max-width: none;
  5344. height: 100%;
  5345. margin: 0;
  5346. }
  5347. .modal-fullscreen-md-down .modal-content {
  5348. height: 100%;
  5349. border: 0;
  5350. border-radius: 0;
  5351. }
  5352. .modal-fullscreen-md-down .modal-header,
  5353. .modal-fullscreen-md-down .modal-footer {
  5354. border-radius: 0;
  5355. }
  5356. .modal-fullscreen-md-down .modal-body {
  5357. overflow-y: auto;
  5358. }
  5359. }
  5360. @media (max-width: 991.98px) {
  5361. .modal-fullscreen-lg-down {
  5362. width: 100vw;
  5363. max-width: none;
  5364. height: 100%;
  5365. margin: 0;
  5366. }
  5367. .modal-fullscreen-lg-down .modal-content {
  5368. height: 100%;
  5369. border: 0;
  5370. border-radius: 0;
  5371. }
  5372. .modal-fullscreen-lg-down .modal-header,
  5373. .modal-fullscreen-lg-down .modal-footer {
  5374. border-radius: 0;
  5375. }
  5376. .modal-fullscreen-lg-down .modal-body {
  5377. overflow-y: auto;
  5378. }
  5379. }
  5380. @media (max-width: 1199.98px) {
  5381. .modal-fullscreen-xl-down {
  5382. width: 100vw;
  5383. max-width: none;
  5384. height: 100%;
  5385. margin: 0;
  5386. }
  5387. .modal-fullscreen-xl-down .modal-content {
  5388. height: 100%;
  5389. border: 0;
  5390. border-radius: 0;
  5391. }
  5392. .modal-fullscreen-xl-down .modal-header,
  5393. .modal-fullscreen-xl-down .modal-footer {
  5394. border-radius: 0;
  5395. }
  5396. .modal-fullscreen-xl-down .modal-body {
  5397. overflow-y: auto;
  5398. }
  5399. }
  5400. @media (max-width: 1399.98px) {
  5401. .modal-fullscreen-xxl-down {
  5402. width: 100vw;
  5403. max-width: none;
  5404. height: 100%;
  5405. margin: 0;
  5406. }
  5407. .modal-fullscreen-xxl-down .modal-content {
  5408. height: 100%;
  5409. border: 0;
  5410. border-radius: 0;
  5411. }
  5412. .modal-fullscreen-xxl-down .modal-header,
  5413. .modal-fullscreen-xxl-down .modal-footer {
  5414. border-radius: 0;
  5415. }
  5416. .modal-fullscreen-xxl-down .modal-body {
  5417. overflow-y: auto;
  5418. }
  5419. }
  5420. .tooltip {
  5421. --bs-tooltip-zindex: 1080;
  5422. --bs-tooltip-max-width: 200px;
  5423. --bs-tooltip-padding-x: 0.5rem;
  5424. --bs-tooltip-padding-y: 0.25rem;
  5425. --bs-tooltip-margin: ;
  5426. --bs-tooltip-font-size: 0.875rem;
  5427. --bs-tooltip-color: var(--bs-body-bg);
  5428. --bs-tooltip-bg: var(--bs-emphasis-color);
  5429. --bs-tooltip-border-radius: var(--bs-border-radius);
  5430. --bs-tooltip-opacity: 0.9;
  5431. --bs-tooltip-arrow-width: 0.8rem;
  5432. --bs-tooltip-arrow-height: 0.4rem;
  5433. z-index: var(--bs-tooltip-zindex);
  5434. display: block;
  5435. margin: var(--bs-tooltip-margin);
  5436. font-family: var(--bs-font-sans-serif);
  5437. font-style: normal;
  5438. font-weight: 400;
  5439. line-height: 1.5;
  5440. text-align: left;
  5441. text-align: start;
  5442. text-decoration: none;
  5443. text-shadow: none;
  5444. text-transform: none;
  5445. letter-spacing: normal;
  5446. word-break: normal;
  5447. white-space: normal;
  5448. word-spacing: normal;
  5449. line-break: auto;
  5450. font-size: var(--bs-tooltip-font-size);
  5451. word-wrap: break-word;
  5452. opacity: 0;
  5453. }
  5454. .tooltip.show {
  5455. opacity: var(--bs-tooltip-opacity);
  5456. }
  5457. .tooltip .tooltip-arrow {
  5458. display: block;
  5459. width: var(--bs-tooltip-arrow-width);
  5460. height: var(--bs-tooltip-arrow-height);
  5461. }
  5462. .tooltip .tooltip-arrow::before {
  5463. position: absolute;
  5464. content: "";
  5465. border-color: transparent;
  5466. border-style: solid;
  5467. }
  5468. .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  5469. bottom: calc(-1 * var(--bs-tooltip-arrow-height));
  5470. }
  5471. .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  5472. top: -1px;
  5473. border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  5474. border-top-color: var(--bs-tooltip-bg);
  5475. }
  5476. /* rtl:begin:ignore */
  5477. .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  5478. left: calc(-1 * var(--bs-tooltip-arrow-height));
  5479. width: var(--bs-tooltip-arrow-height);
  5480. height: var(--bs-tooltip-arrow-width);
  5481. }
  5482. .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  5483. right: -1px;
  5484. border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  5485. border-right-color: var(--bs-tooltip-bg);
  5486. }
  5487. /* rtl:end:ignore */
  5488. .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  5489. top: calc(-1 * var(--bs-tooltip-arrow-height));
  5490. }
  5491. .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  5492. bottom: -1px;
  5493. border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  5494. border-bottom-color: var(--bs-tooltip-bg);
  5495. }
  5496. /* rtl:begin:ignore */
  5497. .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  5498. right: calc(-1 * var(--bs-tooltip-arrow-height));
  5499. width: var(--bs-tooltip-arrow-height);
  5500. height: var(--bs-tooltip-arrow-width);
  5501. }
  5502. .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  5503. left: -1px;
  5504. border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  5505. border-left-color: var(--bs-tooltip-bg);
  5506. }
  5507. /* rtl:end:ignore */
  5508. .tooltip-inner {
  5509. max-width: var(--bs-tooltip-max-width);
  5510. padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  5511. color: var(--bs-tooltip-color);
  5512. text-align: center;
  5513. background-color: var(--bs-tooltip-bg);
  5514. border-radius: var(--bs-tooltip-border-radius);
  5515. }
  5516. .popover {
  5517. --bs-popover-zindex: 1070;
  5518. --bs-popover-max-width: 276px;
  5519. --bs-popover-font-size: 0.875rem;
  5520. --bs-popover-bg: var(--bs-body-bg);
  5521. --bs-popover-border-width: var(--bs-border-width);
  5522. --bs-popover-border-color: var(--bs-border-color-translucent);
  5523. --bs-popover-border-radius: var(--bs-border-radius-lg);
  5524. --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  5525. --bs-popover-box-shadow: var(--bs-box-shadow);
  5526. --bs-popover-header-padding-x: 1rem;
  5527. --bs-popover-header-padding-y: 0.5rem;
  5528. --bs-popover-header-font-size: 1rem;
  5529. --bs-popover-header-color: inherit;
  5530. --bs-popover-header-bg: var(--bs-secondary-bg);
  5531. --bs-popover-body-padding-x: 1rem;
  5532. --bs-popover-body-padding-y: 1rem;
  5533. --bs-popover-body-color: var(--bs-body-color);
  5534. --bs-popover-arrow-width: 1rem;
  5535. --bs-popover-arrow-height: 0.5rem;
  5536. --bs-popover-arrow-border: var(--bs-popover-border-color);
  5537. z-index: var(--bs-popover-zindex);
  5538. display: block;
  5539. max-width: var(--bs-popover-max-width);
  5540. font-family: var(--bs-font-sans-serif);
  5541. font-style: normal;
  5542. font-weight: 400;
  5543. line-height: 1.5;
  5544. text-align: left;
  5545. text-align: start;
  5546. text-decoration: none;
  5547. text-shadow: none;
  5548. text-transform: none;
  5549. letter-spacing: normal;
  5550. word-break: normal;
  5551. white-space: normal;
  5552. word-spacing: normal;
  5553. line-break: auto;
  5554. font-size: var(--bs-popover-font-size);
  5555. word-wrap: break-word;
  5556. background-color: var(--bs-popover-bg);
  5557. background-clip: padding-box;
  5558. border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  5559. border-radius: var(--bs-popover-border-radius);
  5560. }
  5561. .popover .popover-arrow {
  5562. display: block;
  5563. width: var(--bs-popover-arrow-width);
  5564. height: var(--bs-popover-arrow-height);
  5565. }
  5566. .popover .popover-arrow::before, .popover .popover-arrow::after {
  5567. position: absolute;
  5568. display: block;
  5569. content: "";
  5570. border-color: transparent;
  5571. border-style: solid;
  5572. border-width: 0;
  5573. }
  5574. .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  5575. bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  5576. }
  5577. .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  5578. border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
  5579. }
  5580. .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  5581. bottom: 0;
  5582. border-top-color: var(--bs-popover-arrow-border);
  5583. }
  5584. .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  5585. bottom: var(--bs-popover-border-width);
  5586. border-top-color: var(--bs-popover-bg);
  5587. }
  5588. /* rtl:begin:ignore */
  5589. .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  5590. left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  5591. width: var(--bs-popover-arrow-height);
  5592. height: var(--bs-popover-arrow-width);
  5593. }
  5594. .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  5595. border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
  5596. }
  5597. .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  5598. left: 0;
  5599. border-right-color: var(--bs-popover-arrow-border);
  5600. }
  5601. .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  5602. left: var(--bs-popover-border-width);
  5603. border-right-color: var(--bs-popover-bg);
  5604. }
  5605. /* rtl:end:ignore */
  5606. .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  5607. top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  5608. }
  5609. .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  5610. border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
  5611. }
  5612. .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  5613. top: 0;
  5614. border-bottom-color: var(--bs-popover-arrow-border);
  5615. }
  5616. .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  5617. top: var(--bs-popover-border-width);
  5618. border-bottom-color: var(--bs-popover-bg);
  5619. }
  5620. .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  5621. position: absolute;
  5622. top: 0;
  5623. left: 50%;
  5624. display: block;
  5625. width: var(--bs-popover-arrow-width);
  5626. margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  5627. content: "";
  5628. border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
  5629. }
  5630. /* rtl:begin:ignore */
  5631. .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  5632. right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  5633. width: var(--bs-popover-arrow-height);
  5634. height: var(--bs-popover-arrow-width);
  5635. }
  5636. .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  5637. border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
  5638. }
  5639. .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  5640. right: 0;
  5641. border-left-color: var(--bs-popover-arrow-border);
  5642. }
  5643. .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  5644. right: var(--bs-popover-border-width);
  5645. border-left-color: var(--bs-popover-bg);
  5646. }
  5647. /* rtl:end:ignore */
  5648. .popover-header {
  5649. padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  5650. margin-bottom: 0;
  5651. font-size: var(--bs-popover-header-font-size);
  5652. color: var(--bs-popover-header-color);
  5653. background-color: var(--bs-popover-header-bg);
  5654. border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  5655. border-top-left-radius: var(--bs-popover-inner-border-radius);
  5656. border-top-right-radius: var(--bs-popover-inner-border-radius);
  5657. }
  5658. .popover-header:empty {
  5659. display: none;
  5660. }
  5661. .popover-body {
  5662. padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  5663. color: var(--bs-popover-body-color);
  5664. }
  5665. .carousel {
  5666. position: relative;
  5667. }
  5668. .carousel.pointer-event {
  5669. touch-action: pan-y;
  5670. }
  5671. .carousel-inner {
  5672. position: relative;
  5673. width: 100%;
  5674. overflow: hidden;
  5675. }
  5676. .carousel-inner::after {
  5677. display: block;
  5678. clear: both;
  5679. content: "";
  5680. }
  5681. .carousel-item {
  5682. position: relative;
  5683. display: none;
  5684. float: left;
  5685. width: 100%;
  5686. margin-right: -100%;
  5687. -webkit-backface-visibility: hidden;
  5688. backface-visibility: hidden;
  5689. transition: transform 0.6s ease-in-out;
  5690. }
  5691. @media (prefers-reduced-motion: reduce) {
  5692. .carousel-item {
  5693. transition: none;
  5694. }
  5695. }
  5696. .carousel-item.active,
  5697. .carousel-item-next,
  5698. .carousel-item-prev {
  5699. display: block;
  5700. }
  5701. .carousel-item-next:not(.carousel-item-start),
  5702. .active.carousel-item-end {
  5703. transform: translateX(100%);
  5704. }
  5705. .carousel-item-prev:not(.carousel-item-end),
  5706. .active.carousel-item-start {
  5707. transform: translateX(-100%);
  5708. }
  5709. .carousel-fade .carousel-item {
  5710. opacity: 0;
  5711. transition-property: opacity;
  5712. transform: none;
  5713. }
  5714. .carousel-fade .carousel-item.active,
  5715. .carousel-fade .carousel-item-next.carousel-item-start,
  5716. .carousel-fade .carousel-item-prev.carousel-item-end {
  5717. z-index: 1;
  5718. opacity: 1;
  5719. }
  5720. .carousel-fade .active.carousel-item-start,
  5721. .carousel-fade .active.carousel-item-end {
  5722. z-index: 0;
  5723. opacity: 0;
  5724. transition: opacity 0s 0.6s;
  5725. }
  5726. @media (prefers-reduced-motion: reduce) {
  5727. .carousel-fade .active.carousel-item-start,
  5728. .carousel-fade .active.carousel-item-end {
  5729. transition: none;
  5730. }
  5731. }
  5732. .carousel-control-prev,
  5733. .carousel-control-next {
  5734. position: absolute;
  5735. top: 0;
  5736. bottom: 0;
  5737. z-index: 1;
  5738. display: flex;
  5739. align-items: center;
  5740. justify-content: center;
  5741. width: 15%;
  5742. padding: 0;
  5743. color: #fff;
  5744. text-align: center;
  5745. background: none;
  5746. border: 0;
  5747. opacity: 0.5;
  5748. transition: opacity 0.15s ease;
  5749. }
  5750. @media (prefers-reduced-motion: reduce) {
  5751. .carousel-control-prev,
  5752. .carousel-control-next {
  5753. transition: none;
  5754. }
  5755. }
  5756. .carousel-control-prev:hover, .carousel-control-prev:focus,
  5757. .carousel-control-next:hover,
  5758. .carousel-control-next:focus {
  5759. color: #fff;
  5760. text-decoration: none;
  5761. outline: 0;
  5762. opacity: 0.9;
  5763. }
  5764. .carousel-control-prev {
  5765. left: 0;
  5766. }
  5767. .carousel-control-next {
  5768. right: 0;
  5769. }
  5770. .carousel-control-prev-icon,
  5771. .carousel-control-next-icon {
  5772. display: inline-block;
  5773. width: 2rem;
  5774. height: 2rem;
  5775. background-repeat: no-repeat;
  5776. background-position: 50%;
  5777. background-size: 100% 100%;
  5778. }
  5779. .carousel-control-prev-icon {
  5780. 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") /*rtl: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")*/;
  5781. }
  5782. .carousel-control-next-icon {
  5783. 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") /*rtl: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")*/;
  5784. }
  5785. .carousel-indicators {
  5786. position: absolute;
  5787. right: 0;
  5788. bottom: 0;
  5789. left: 0;
  5790. z-index: 2;
  5791. display: flex;
  5792. justify-content: center;
  5793. padding: 0;
  5794. margin-right: 15%;
  5795. margin-bottom: 1rem;
  5796. margin-left: 15%;
  5797. }
  5798. .carousel-indicators [data-bs-target] {
  5799. box-sizing: content-box;
  5800. flex: 0 1 auto;
  5801. width: 30px;
  5802. height: 3px;
  5803. padding: 0;
  5804. margin-right: 3px;
  5805. margin-left: 3px;
  5806. text-indent: -999px;
  5807. cursor: pointer;
  5808. background-color: #fff;
  5809. background-clip: padding-box;
  5810. border: 0;
  5811. border-top: 10px solid transparent;
  5812. border-bottom: 10px solid transparent;
  5813. opacity: 0.5;
  5814. transition: opacity 0.6s ease;
  5815. }
  5816. @media (prefers-reduced-motion: reduce) {
  5817. .carousel-indicators [data-bs-target] {
  5818. transition: none;
  5819. }
  5820. }
  5821. .carousel-indicators .active {
  5822. opacity: 1;
  5823. }
  5824. .carousel-caption {
  5825. position: absolute;
  5826. right: 15%;
  5827. bottom: 1.25rem;
  5828. left: 15%;
  5829. padding-top: 1.25rem;
  5830. padding-bottom: 1.25rem;
  5831. color: #fff;
  5832. text-align: center;
  5833. }
  5834. .carousel-dark .carousel-control-prev-icon,
  5835. .carousel-dark .carousel-control-next-icon {
  5836. filter: invert(1) grayscale(100);
  5837. }
  5838. .carousel-dark .carousel-indicators [data-bs-target] {
  5839. background-color: #000;
  5840. }
  5841. .carousel-dark .carousel-caption {
  5842. color: #000;
  5843. }
  5844. [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
  5845. [data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
  5846. [data-bs-theme=dark].carousel .carousel-control-next-icon {
  5847. filter: invert(1) grayscale(100);
  5848. }
  5849. [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  5850. background-color: #000;
  5851. }
  5852. [data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  5853. color: #000;
  5854. }
  5855. .spinner-grow,
  5856. .spinner-border {
  5857. display: inline-block;
  5858. width: var(--bs-spinner-width);
  5859. height: var(--bs-spinner-height);
  5860. vertical-align: var(--bs-spinner-vertical-align);
  5861. border-radius: 50%;
  5862. animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  5863. }
  5864. @keyframes spinner-border {
  5865. to {
  5866. transform: rotate(360deg) /* rtl:ignore */;
  5867. }
  5868. }
  5869. .spinner-border {
  5870. --bs-spinner-width: 2rem;
  5871. --bs-spinner-height: 2rem;
  5872. --bs-spinner-vertical-align: -0.125em;
  5873. --bs-spinner-border-width: 0.25em;
  5874. --bs-spinner-animation-speed: 0.75s;
  5875. --bs-spinner-animation-name: spinner-border;
  5876. border: var(--bs-spinner-border-width) solid currentcolor;
  5877. border-right-color: transparent;
  5878. }
  5879. .spinner-border-sm {
  5880. --bs-spinner-width: 1rem;
  5881. --bs-spinner-height: 1rem;
  5882. --bs-spinner-border-width: 0.2em;
  5883. }
  5884. @keyframes spinner-grow {
  5885. 0% {
  5886. transform: scale(0);
  5887. }
  5888. 50% {
  5889. opacity: 1;
  5890. transform: none;
  5891. }
  5892. }
  5893. .spinner-grow {
  5894. --bs-spinner-width: 2rem;
  5895. --bs-spinner-height: 2rem;
  5896. --bs-spinner-vertical-align: -0.125em;
  5897. --bs-spinner-animation-speed: 0.75s;
  5898. --bs-spinner-animation-name: spinner-grow;
  5899. background-color: currentcolor;
  5900. opacity: 0;
  5901. }
  5902. .spinner-grow-sm {
  5903. --bs-spinner-width: 1rem;
  5904. --bs-spinner-height: 1rem;
  5905. }
  5906. @media (prefers-reduced-motion: reduce) {
  5907. .spinner-border,
  5908. .spinner-grow {
  5909. --bs-spinner-animation-speed: 1.5s;
  5910. }
  5911. }
  5912. .offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  5913. --bs-offcanvas-zindex: 1045;
  5914. --bs-offcanvas-width: 400px;
  5915. --bs-offcanvas-height: 30vh;
  5916. --bs-offcanvas-padding-x: 1rem;
  5917. --bs-offcanvas-padding-y: 1rem;
  5918. --bs-offcanvas-color: var(--bs-body-color);
  5919. --bs-offcanvas-bg: var(--bs-body-bg);
  5920. --bs-offcanvas-border-width: var(--bs-border-width);
  5921. --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  5922. --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  5923. --bs-offcanvas-transition: transform 0.3s ease-in-out;
  5924. --bs-offcanvas-title-line-height: 1.5;
  5925. }
  5926. @media (max-width: 575.98px) {
  5927. .offcanvas-sm {
  5928. position: fixed;
  5929. bottom: 0;
  5930. z-index: var(--bs-offcanvas-zindex);
  5931. display: flex;
  5932. flex-direction: column;
  5933. max-width: 100%;
  5934. color: var(--bs-offcanvas-color);
  5935. visibility: hidden;
  5936. background-color: var(--bs-offcanvas-bg);
  5937. background-clip: padding-box;
  5938. outline: 0;
  5939. transition: var(--bs-offcanvas-transition);
  5940. }
  5941. }
  5942. @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  5943. .offcanvas-sm {
  5944. transition: none;
  5945. }
  5946. }
  5947. @media (max-width: 575.98px) {
  5948. .offcanvas-sm.offcanvas-start {
  5949. top: 0;
  5950. left: 0;
  5951. width: var(--bs-offcanvas-width);
  5952. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5953. transform: translateX(-100%);
  5954. }
  5955. .offcanvas-sm.offcanvas-end {
  5956. top: 0;
  5957. right: 0;
  5958. width: var(--bs-offcanvas-width);
  5959. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5960. transform: translateX(100%);
  5961. }
  5962. .offcanvas-sm.offcanvas-top {
  5963. top: 0;
  5964. right: 0;
  5965. left: 0;
  5966. height: var(--bs-offcanvas-height);
  5967. max-height: 100%;
  5968. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5969. transform: translateY(-100%);
  5970. }
  5971. .offcanvas-sm.offcanvas-bottom {
  5972. right: 0;
  5973. left: 0;
  5974. height: var(--bs-offcanvas-height);
  5975. max-height: 100%;
  5976. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5977. transform: translateY(100%);
  5978. }
  5979. .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
  5980. transform: none;
  5981. }
  5982. .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
  5983. visibility: visible;
  5984. }
  5985. }
  5986. @media (min-width: 576px) {
  5987. .offcanvas-sm {
  5988. --bs-offcanvas-height: auto;
  5989. --bs-offcanvas-border-width: 0;
  5990. background-color: transparent !important;
  5991. }
  5992. .offcanvas-sm .offcanvas-header {
  5993. display: none;
  5994. }
  5995. .offcanvas-sm .offcanvas-body {
  5996. display: flex;
  5997. flex-grow: 0;
  5998. padding: 0;
  5999. overflow-y: visible;
  6000. background-color: transparent !important;
  6001. }
  6002. }
  6003. @media (max-width: 767.98px) {
  6004. .offcanvas-md {
  6005. position: fixed;
  6006. bottom: 0;
  6007. z-index: var(--bs-offcanvas-zindex);
  6008. display: flex;
  6009. flex-direction: column;
  6010. max-width: 100%;
  6011. color: var(--bs-offcanvas-color);
  6012. visibility: hidden;
  6013. background-color: var(--bs-offcanvas-bg);
  6014. background-clip: padding-box;
  6015. outline: 0;
  6016. transition: var(--bs-offcanvas-transition);
  6017. }
  6018. }
  6019. @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  6020. .offcanvas-md {
  6021. transition: none;
  6022. }
  6023. }
  6024. @media (max-width: 767.98px) {
  6025. .offcanvas-md.offcanvas-start {
  6026. top: 0;
  6027. left: 0;
  6028. width: var(--bs-offcanvas-width);
  6029. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6030. transform: translateX(-100%);
  6031. }
  6032. .offcanvas-md.offcanvas-end {
  6033. top: 0;
  6034. right: 0;
  6035. width: var(--bs-offcanvas-width);
  6036. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6037. transform: translateX(100%);
  6038. }
  6039. .offcanvas-md.offcanvas-top {
  6040. top: 0;
  6041. right: 0;
  6042. left: 0;
  6043. height: var(--bs-offcanvas-height);
  6044. max-height: 100%;
  6045. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6046. transform: translateY(-100%);
  6047. }
  6048. .offcanvas-md.offcanvas-bottom {
  6049. right: 0;
  6050. left: 0;
  6051. height: var(--bs-offcanvas-height);
  6052. max-height: 100%;
  6053. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6054. transform: translateY(100%);
  6055. }
  6056. .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
  6057. transform: none;
  6058. }
  6059. .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
  6060. visibility: visible;
  6061. }
  6062. }
  6063. @media (min-width: 768px) {
  6064. .offcanvas-md {
  6065. --bs-offcanvas-height: auto;
  6066. --bs-offcanvas-border-width: 0;
  6067. background-color: transparent !important;
  6068. }
  6069. .offcanvas-md .offcanvas-header {
  6070. display: none;
  6071. }
  6072. .offcanvas-md .offcanvas-body {
  6073. display: flex;
  6074. flex-grow: 0;
  6075. padding: 0;
  6076. overflow-y: visible;
  6077. background-color: transparent !important;
  6078. }
  6079. }
  6080. @media (max-width: 991.98px) {
  6081. .offcanvas-lg {
  6082. position: fixed;
  6083. bottom: 0;
  6084. z-index: var(--bs-offcanvas-zindex);
  6085. display: flex;
  6086. flex-direction: column;
  6087. max-width: 100%;
  6088. color: var(--bs-offcanvas-color);
  6089. visibility: hidden;
  6090. background-color: var(--bs-offcanvas-bg);
  6091. background-clip: padding-box;
  6092. outline: 0;
  6093. transition: var(--bs-offcanvas-transition);
  6094. }
  6095. }
  6096. @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  6097. .offcanvas-lg {
  6098. transition: none;
  6099. }
  6100. }
  6101. @media (max-width: 991.98px) {
  6102. .offcanvas-lg.offcanvas-start {
  6103. top: 0;
  6104. left: 0;
  6105. width: var(--bs-offcanvas-width);
  6106. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6107. transform: translateX(-100%);
  6108. }
  6109. .offcanvas-lg.offcanvas-end {
  6110. top: 0;
  6111. right: 0;
  6112. width: var(--bs-offcanvas-width);
  6113. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6114. transform: translateX(100%);
  6115. }
  6116. .offcanvas-lg.offcanvas-top {
  6117. top: 0;
  6118. right: 0;
  6119. left: 0;
  6120. height: var(--bs-offcanvas-height);
  6121. max-height: 100%;
  6122. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6123. transform: translateY(-100%);
  6124. }
  6125. .offcanvas-lg.offcanvas-bottom {
  6126. right: 0;
  6127. left: 0;
  6128. height: var(--bs-offcanvas-height);
  6129. max-height: 100%;
  6130. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6131. transform: translateY(100%);
  6132. }
  6133. .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
  6134. transform: none;
  6135. }
  6136. .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
  6137. visibility: visible;
  6138. }
  6139. }
  6140. @media (min-width: 992px) {
  6141. .offcanvas-lg {
  6142. --bs-offcanvas-height: auto;
  6143. --bs-offcanvas-border-width: 0;
  6144. background-color: transparent !important;
  6145. }
  6146. .offcanvas-lg .offcanvas-header {
  6147. display: none;
  6148. }
  6149. .offcanvas-lg .offcanvas-body {
  6150. display: flex;
  6151. flex-grow: 0;
  6152. padding: 0;
  6153. overflow-y: visible;
  6154. background-color: transparent !important;
  6155. }
  6156. }
  6157. @media (max-width: 1199.98px) {
  6158. .offcanvas-xl {
  6159. position: fixed;
  6160. bottom: 0;
  6161. z-index: var(--bs-offcanvas-zindex);
  6162. display: flex;
  6163. flex-direction: column;
  6164. max-width: 100%;
  6165. color: var(--bs-offcanvas-color);
  6166. visibility: hidden;
  6167. background-color: var(--bs-offcanvas-bg);
  6168. background-clip: padding-box;
  6169. outline: 0;
  6170. transition: var(--bs-offcanvas-transition);
  6171. }
  6172. }
  6173. @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  6174. .offcanvas-xl {
  6175. transition: none;
  6176. }
  6177. }
  6178. @media (max-width: 1199.98px) {
  6179. .offcanvas-xl.offcanvas-start {
  6180. top: 0;
  6181. left: 0;
  6182. width: var(--bs-offcanvas-width);
  6183. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6184. transform: translateX(-100%);
  6185. }
  6186. .offcanvas-xl.offcanvas-end {
  6187. top: 0;
  6188. right: 0;
  6189. width: var(--bs-offcanvas-width);
  6190. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6191. transform: translateX(100%);
  6192. }
  6193. .offcanvas-xl.offcanvas-top {
  6194. top: 0;
  6195. right: 0;
  6196. left: 0;
  6197. height: var(--bs-offcanvas-height);
  6198. max-height: 100%;
  6199. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6200. transform: translateY(-100%);
  6201. }
  6202. .offcanvas-xl.offcanvas-bottom {
  6203. right: 0;
  6204. left: 0;
  6205. height: var(--bs-offcanvas-height);
  6206. max-height: 100%;
  6207. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6208. transform: translateY(100%);
  6209. }
  6210. .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
  6211. transform: none;
  6212. }
  6213. .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
  6214. visibility: visible;
  6215. }
  6216. }
  6217. @media (min-width: 1200px) {
  6218. .offcanvas-xl {
  6219. --bs-offcanvas-height: auto;
  6220. --bs-offcanvas-border-width: 0;
  6221. background-color: transparent !important;
  6222. }
  6223. .offcanvas-xl .offcanvas-header {
  6224. display: none;
  6225. }
  6226. .offcanvas-xl .offcanvas-body {
  6227. display: flex;
  6228. flex-grow: 0;
  6229. padding: 0;
  6230. overflow-y: visible;
  6231. background-color: transparent !important;
  6232. }
  6233. }
  6234. @media (max-width: 1399.98px) {
  6235. .offcanvas-xxl {
  6236. position: fixed;
  6237. bottom: 0;
  6238. z-index: var(--bs-offcanvas-zindex);
  6239. display: flex;
  6240. flex-direction: column;
  6241. max-width: 100%;
  6242. color: var(--bs-offcanvas-color);
  6243. visibility: hidden;
  6244. background-color: var(--bs-offcanvas-bg);
  6245. background-clip: padding-box;
  6246. outline: 0;
  6247. transition: var(--bs-offcanvas-transition);
  6248. }
  6249. }
  6250. @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  6251. .offcanvas-xxl {
  6252. transition: none;
  6253. }
  6254. }
  6255. @media (max-width: 1399.98px) {
  6256. .offcanvas-xxl.offcanvas-start {
  6257. top: 0;
  6258. left: 0;
  6259. width: var(--bs-offcanvas-width);
  6260. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6261. transform: translateX(-100%);
  6262. }
  6263. .offcanvas-xxl.offcanvas-end {
  6264. top: 0;
  6265. right: 0;
  6266. width: var(--bs-offcanvas-width);
  6267. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6268. transform: translateX(100%);
  6269. }
  6270. .offcanvas-xxl.offcanvas-top {
  6271. top: 0;
  6272. right: 0;
  6273. left: 0;
  6274. height: var(--bs-offcanvas-height);
  6275. max-height: 100%;
  6276. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6277. transform: translateY(-100%);
  6278. }
  6279. .offcanvas-xxl.offcanvas-bottom {
  6280. right: 0;
  6281. left: 0;
  6282. height: var(--bs-offcanvas-height);
  6283. max-height: 100%;
  6284. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6285. transform: translateY(100%);
  6286. }
  6287. .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
  6288. transform: none;
  6289. }
  6290. .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
  6291. visibility: visible;
  6292. }
  6293. }
  6294. @media (min-width: 1400px) {
  6295. .offcanvas-xxl {
  6296. --bs-offcanvas-height: auto;
  6297. --bs-offcanvas-border-width: 0;
  6298. background-color: transparent !important;
  6299. }
  6300. .offcanvas-xxl .offcanvas-header {
  6301. display: none;
  6302. }
  6303. .offcanvas-xxl .offcanvas-body {
  6304. display: flex;
  6305. flex-grow: 0;
  6306. padding: 0;
  6307. overflow-y: visible;
  6308. background-color: transparent !important;
  6309. }
  6310. }
  6311. .offcanvas {
  6312. position: fixed;
  6313. bottom: 0;
  6314. z-index: var(--bs-offcanvas-zindex);
  6315. display: flex;
  6316. flex-direction: column;
  6317. max-width: 100%;
  6318. color: var(--bs-offcanvas-color);
  6319. visibility: hidden;
  6320. background-color: var(--bs-offcanvas-bg);
  6321. background-clip: padding-box;
  6322. outline: 0;
  6323. transition: var(--bs-offcanvas-transition);
  6324. }
  6325. @media (prefers-reduced-motion: reduce) {
  6326. .offcanvas {
  6327. transition: none;
  6328. }
  6329. }
  6330. .offcanvas.offcanvas-start {
  6331. top: 0;
  6332. left: 0;
  6333. width: var(--bs-offcanvas-width);
  6334. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6335. transform: translateX(-100%);
  6336. }
  6337. .offcanvas.offcanvas-end {
  6338. top: 0;
  6339. right: 0;
  6340. width: var(--bs-offcanvas-width);
  6341. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6342. transform: translateX(100%);
  6343. }
  6344. .offcanvas.offcanvas-top {
  6345. top: 0;
  6346. right: 0;
  6347. left: 0;
  6348. height: var(--bs-offcanvas-height);
  6349. max-height: 100%;
  6350. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6351. transform: translateY(-100%);
  6352. }
  6353. .offcanvas.offcanvas-bottom {
  6354. right: 0;
  6355. left: 0;
  6356. height: var(--bs-offcanvas-height);
  6357. max-height: 100%;
  6358. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6359. transform: translateY(100%);
  6360. }
  6361. .offcanvas.showing, .offcanvas.show:not(.hiding) {
  6362. transform: none;
  6363. }
  6364. .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  6365. visibility: visible;
  6366. }
  6367. .offcanvas-backdrop {
  6368. position: fixed;
  6369. top: 0;
  6370. left: 0;
  6371. z-index: 1040;
  6372. width: 100vw;
  6373. height: 100vh;
  6374. background-color: #000;
  6375. }
  6376. .offcanvas-backdrop.fade {
  6377. opacity: 0;
  6378. }
  6379. .offcanvas-backdrop.show {
  6380. opacity: 0.5;
  6381. }
  6382. .offcanvas-header {
  6383. display: flex;
  6384. align-items: center;
  6385. padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  6386. }
  6387. .offcanvas-header .btn-close {
  6388. padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  6389. margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
  6390. }
  6391. .offcanvas-title {
  6392. margin-bottom: 0;
  6393. line-height: var(--bs-offcanvas-title-line-height);
  6394. }
  6395. .offcanvas-body {
  6396. flex-grow: 1;
  6397. padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  6398. overflow-y: auto;
  6399. }
  6400. .placeholder {
  6401. display: inline-block;
  6402. min-height: 1em;
  6403. vertical-align: middle;
  6404. cursor: wait;
  6405. background-color: currentcolor;
  6406. opacity: 0.5;
  6407. }
  6408. .placeholder.btn::before {
  6409. display: inline-block;
  6410. content: "";
  6411. }
  6412. .placeholder-xs {
  6413. min-height: 0.6em;
  6414. }
  6415. .placeholder-sm {
  6416. min-height: 0.8em;
  6417. }
  6418. .placeholder-lg {
  6419. min-height: 1.2em;
  6420. }
  6421. .placeholder-glow .placeholder {
  6422. animation: placeholder-glow 2s ease-in-out infinite;
  6423. }
  6424. @keyframes placeholder-glow {
  6425. 50% {
  6426. opacity: 0.2;
  6427. }
  6428. }
  6429. .placeholder-wave {
  6430. -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  6431. mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  6432. -webkit-mask-size: 200% 100%;
  6433. mask-size: 200% 100%;
  6434. animation: placeholder-wave 2s linear infinite;
  6435. }
  6436. @keyframes placeholder-wave {
  6437. 100% {
  6438. -webkit-mask-position: -200% 0%;
  6439. mask-position: -200% 0%;
  6440. }
  6441. }
  6442. .clearfix::after {
  6443. display: block;
  6444. clear: both;
  6445. content: "";
  6446. }
  6447. .text-bg-primary {
  6448. color: #fff !important;
  6449. background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
  6450. }
  6451. .text-bg-secondary {
  6452. color: #fff !important;
  6453. background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
  6454. }
  6455. .text-bg-success {
  6456. color: #fff !important;
  6457. background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
  6458. }
  6459. .text-bg-info {
  6460. color: #000 !important;
  6461. background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
  6462. }
  6463. .text-bg-warning {
  6464. color: #000 !important;
  6465. background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
  6466. }
  6467. .text-bg-danger {
  6468. color: #fff !important;
  6469. background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
  6470. }
  6471. .text-bg-light {
  6472. color: #000 !important;
  6473. background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
  6474. }
  6475. .text-bg-dark {
  6476. color: #fff !important;
  6477. background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
  6478. }
  6479. .link-primary {
  6480. color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  6481. -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6482. text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6483. }
  6484. .link-primary:hover, .link-primary:focus {
  6485. color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  6486. -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  6487. text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  6488. }
  6489. .link-secondary {
  6490. color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  6491. -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6492. text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6493. }
  6494. .link-secondary:hover, .link-secondary:focus {
  6495. color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  6496. -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  6497. text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  6498. }
  6499. .link-success {
  6500. color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  6501. -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6502. text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6503. }
  6504. .link-success:hover, .link-success:focus {
  6505. color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  6506. -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  6507. text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  6508. }
  6509. .link-info {
  6510. color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  6511. -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6512. text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6513. }
  6514. .link-info:hover, .link-info:focus {
  6515. color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  6516. -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  6517. text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  6518. }
  6519. .link-warning {
  6520. color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  6521. -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6522. text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6523. }
  6524. .link-warning:hover, .link-warning:focus {
  6525. color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  6526. -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  6527. text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  6528. }
  6529. .link-danger {
  6530. color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  6531. -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6532. text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6533. }
  6534. .link-danger:hover, .link-danger:focus {
  6535. color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  6536. -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  6537. text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  6538. }
  6539. .link-light {
  6540. color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  6541. -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6542. text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6543. }
  6544. .link-light:hover, .link-light:focus {
  6545. color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  6546. -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  6547. text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  6548. }
  6549. .link-dark {
  6550. color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  6551. -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6552. text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6553. }
  6554. .link-dark:hover, .link-dark:focus {
  6555. color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  6556. -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  6557. text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  6558. }
  6559. .link-body-emphasis {
  6560. color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  6561. -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6562. text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6563. }
  6564. .link-body-emphasis:hover, .link-body-emphasis:focus {
  6565. color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  6566. -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  6567. text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  6568. }
  6569. .focus-ring:focus {
  6570. outline: 0;
  6571. box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  6572. }
  6573. .icon-link {
  6574. display: inline-flex;
  6575. gap: 0.375rem;
  6576. align-items: center;
  6577. -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  6578. text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  6579. text-underline-offset: 0.25em;
  6580. -webkit-backface-visibility: hidden;
  6581. backface-visibility: hidden;
  6582. }
  6583. .icon-link > .bi {
  6584. flex-shrink: 0;
  6585. width: 1em;
  6586. height: 1em;
  6587. fill: currentcolor;
  6588. transition: 0.2s ease-in-out transform;
  6589. }
  6590. @media (prefers-reduced-motion: reduce) {
  6591. .icon-link > .bi {
  6592. transition: none;
  6593. }
  6594. }
  6595. .icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  6596. transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  6597. }
  6598. .ratio {
  6599. position: relative;
  6600. width: 100%;
  6601. }
  6602. .ratio::before {
  6603. display: block;
  6604. padding-top: var(--bs-aspect-ratio);
  6605. content: "";
  6606. }
  6607. .ratio > * {
  6608. position: absolute;
  6609. top: 0;
  6610. left: 0;
  6611. width: 100%;
  6612. height: 100%;
  6613. }
  6614. .ratio-1x1 {
  6615. --bs-aspect-ratio: 100%;
  6616. }
  6617. .ratio-4x3 {
  6618. --bs-aspect-ratio: 75%;
  6619. }
  6620. .ratio-16x9 {
  6621. --bs-aspect-ratio: 56.25%;
  6622. }
  6623. .ratio-21x9 {
  6624. --bs-aspect-ratio: 42.8571428571%;
  6625. }
  6626. .fixed-top {
  6627. position: fixed;
  6628. top: 0;
  6629. right: 0;
  6630. left: 0;
  6631. z-index: 1030;
  6632. }
  6633. .fixed-bottom {
  6634. position: fixed;
  6635. right: 0;
  6636. bottom: 0;
  6637. left: 0;
  6638. z-index: 1030;
  6639. }
  6640. .sticky-top {
  6641. position: -webkit-sticky;
  6642. position: sticky;
  6643. top: 0;
  6644. z-index: 1020;
  6645. }
  6646. .sticky-bottom {
  6647. position: -webkit-sticky;
  6648. position: sticky;
  6649. bottom: 0;
  6650. z-index: 1020;
  6651. }
  6652. @media (min-width: 576px) {
  6653. .sticky-sm-top {
  6654. position: -webkit-sticky;
  6655. position: sticky;
  6656. top: 0;
  6657. z-index: 1020;
  6658. }
  6659. .sticky-sm-bottom {
  6660. position: -webkit-sticky;
  6661. position: sticky;
  6662. bottom: 0;
  6663. z-index: 1020;
  6664. }
  6665. }
  6666. @media (min-width: 768px) {
  6667. .sticky-md-top {
  6668. position: -webkit-sticky;
  6669. position: sticky;
  6670. top: 0;
  6671. z-index: 1020;
  6672. }
  6673. .sticky-md-bottom {
  6674. position: -webkit-sticky;
  6675. position: sticky;
  6676. bottom: 0;
  6677. z-index: 1020;
  6678. }
  6679. }
  6680. @media (min-width: 992px) {
  6681. .sticky-lg-top {
  6682. position: -webkit-sticky;
  6683. position: sticky;
  6684. top: 0;
  6685. z-index: 1020;
  6686. }
  6687. .sticky-lg-bottom {
  6688. position: -webkit-sticky;
  6689. position: sticky;
  6690. bottom: 0;
  6691. z-index: 1020;
  6692. }
  6693. }
  6694. @media (min-width: 1200px) {
  6695. .sticky-xl-top {
  6696. position: -webkit-sticky;
  6697. position: sticky;
  6698. top: 0;
  6699. z-index: 1020;
  6700. }
  6701. .sticky-xl-bottom {
  6702. position: -webkit-sticky;
  6703. position: sticky;
  6704. bottom: 0;
  6705. z-index: 1020;
  6706. }
  6707. }
  6708. @media (min-width: 1400px) {
  6709. .sticky-xxl-top {
  6710. position: -webkit-sticky;
  6711. position: sticky;
  6712. top: 0;
  6713. z-index: 1020;
  6714. }
  6715. .sticky-xxl-bottom {
  6716. position: -webkit-sticky;
  6717. position: sticky;
  6718. bottom: 0;
  6719. z-index: 1020;
  6720. }
  6721. }
  6722. .hstack {
  6723. display: flex;
  6724. flex-direction: row;
  6725. align-items: center;
  6726. align-self: stretch;
  6727. }
  6728. .vstack {
  6729. display: flex;
  6730. flex: 1 1 auto;
  6731. flex-direction: column;
  6732. align-self: stretch;
  6733. }
  6734. .visually-hidden,
  6735. .visually-hidden-focusable:not(:focus):not(:focus-within) {
  6736. width: 1px !important;
  6737. height: 1px !important;
  6738. padding: 0 !important;
  6739. margin: -1px !important;
  6740. overflow: hidden !important;
  6741. clip: rect(0, 0, 0, 0) !important;
  6742. white-space: nowrap !important;
  6743. border: 0 !important;
  6744. }
  6745. .visually-hidden:not(caption),
  6746. .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  6747. position: absolute !important;
  6748. }
  6749. .stretched-link::after {
  6750. position: absolute;
  6751. top: 0;
  6752. right: 0;
  6753. bottom: 0;
  6754. left: 0;
  6755. z-index: 1;
  6756. content: "";
  6757. }
  6758. .text-truncate {
  6759. overflow: hidden;
  6760. text-overflow: ellipsis;
  6761. white-space: nowrap;
  6762. }
  6763. .vr {
  6764. display: inline-block;
  6765. align-self: stretch;
  6766. width: var(--bs-border-width);
  6767. min-height: 1em;
  6768. background-color: currentcolor;
  6769. opacity: 0.25;
  6770. }
  6771. .align-baseline {
  6772. vertical-align: baseline !important;
  6773. }
  6774. .align-top {
  6775. vertical-align: top !important;
  6776. }
  6777. .align-middle {
  6778. vertical-align: middle !important;
  6779. }
  6780. .align-bottom {
  6781. vertical-align: bottom !important;
  6782. }
  6783. .align-text-bottom {
  6784. vertical-align: text-bottom !important;
  6785. }
  6786. .align-text-top {
  6787. vertical-align: text-top !important;
  6788. }
  6789. .float-start {
  6790. float: left !important;
  6791. }
  6792. .float-end {
  6793. float: right !important;
  6794. }
  6795. .float-none {
  6796. float: none !important;
  6797. }
  6798. .object-fit-contain {
  6799. -o-object-fit: contain !important;
  6800. object-fit: contain !important;
  6801. }
  6802. .object-fit-cover {
  6803. -o-object-fit: cover !important;
  6804. object-fit: cover !important;
  6805. }
  6806. .object-fit-fill {
  6807. -o-object-fit: fill !important;
  6808. object-fit: fill !important;
  6809. }
  6810. .object-fit-scale {
  6811. -o-object-fit: scale-down !important;
  6812. object-fit: scale-down !important;
  6813. }
  6814. .object-fit-none {
  6815. -o-object-fit: none !important;
  6816. object-fit: none !important;
  6817. }
  6818. .opacity-0 {
  6819. opacity: 0 !important;
  6820. }
  6821. .opacity-25 {
  6822. opacity: 0.25 !important;
  6823. }
  6824. .opacity-50 {
  6825. opacity: 0.5 !important;
  6826. }
  6827. .opacity-75 {
  6828. opacity: 0.75 !important;
  6829. }
  6830. .opacity-100 {
  6831. opacity: 1 !important;
  6832. }
  6833. .overflow-auto {
  6834. overflow: auto !important;
  6835. }
  6836. .overflow-hidden {
  6837. overflow: hidden !important;
  6838. }
  6839. .overflow-visible {
  6840. overflow: visible !important;
  6841. }
  6842. .overflow-scroll {
  6843. overflow: scroll !important;
  6844. }
  6845. .overflow-x-auto {
  6846. overflow-x: auto !important;
  6847. }
  6848. .overflow-x-hidden {
  6849. overflow-x: hidden !important;
  6850. }
  6851. .overflow-x-visible {
  6852. overflow-x: visible !important;
  6853. }
  6854. .overflow-x-scroll {
  6855. overflow-x: scroll !important;
  6856. }
  6857. .overflow-y-auto {
  6858. overflow-y: auto !important;
  6859. }
  6860. .overflow-y-hidden {
  6861. overflow-y: hidden !important;
  6862. }
  6863. .overflow-y-visible {
  6864. overflow-y: visible !important;
  6865. }
  6866. .overflow-y-scroll {
  6867. overflow-y: scroll !important;
  6868. }
  6869. .d-inline {
  6870. display: inline !important;
  6871. }
  6872. .d-inline-block {
  6873. display: inline-block !important;
  6874. }
  6875. .d-block {
  6876. display: block !important;
  6877. }
  6878. .d-grid {
  6879. display: grid !important;
  6880. }
  6881. .d-inline-grid {
  6882. display: inline-grid !important;
  6883. }
  6884. .d-table {
  6885. display: table !important;
  6886. }
  6887. .d-table-row {
  6888. display: table-row !important;
  6889. }
  6890. .d-table-cell {
  6891. display: table-cell !important;
  6892. }
  6893. .d-flex {
  6894. display: flex !important;
  6895. }
  6896. .d-inline-flex {
  6897. display: inline-flex !important;
  6898. }
  6899. .d-none {
  6900. display: none !important;
  6901. }
  6902. .shadow {
  6903. box-shadow: var(--bs-box-shadow) !important;
  6904. }
  6905. .shadow-sm {
  6906. box-shadow: var(--bs-box-shadow-sm) !important;
  6907. }
  6908. .shadow-lg {
  6909. box-shadow: var(--bs-box-shadow-lg) !important;
  6910. }
  6911. .shadow-none {
  6912. box-shadow: none !important;
  6913. }
  6914. .focus-ring-primary {
  6915. --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
  6916. }
  6917. .focus-ring-secondary {
  6918. --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
  6919. }
  6920. .focus-ring-success {
  6921. --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
  6922. }
  6923. .focus-ring-info {
  6924. --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
  6925. }
  6926. .focus-ring-warning {
  6927. --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
  6928. }
  6929. .focus-ring-danger {
  6930. --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
  6931. }
  6932. .focus-ring-light {
  6933. --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
  6934. }
  6935. .focus-ring-dark {
  6936. --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
  6937. }
  6938. .position-static {
  6939. position: static !important;
  6940. }
  6941. .position-relative {
  6942. position: relative !important;
  6943. }
  6944. .position-absolute {
  6945. position: absolute !important;
  6946. }
  6947. .position-fixed {
  6948. position: fixed !important;
  6949. }
  6950. .position-sticky {
  6951. position: -webkit-sticky !important;
  6952. position: sticky !important;
  6953. }
  6954. .top-0 {
  6955. top: 0 !important;
  6956. }
  6957. .top-50 {
  6958. top: 50% !important;
  6959. }
  6960. .top-100 {
  6961. top: 100% !important;
  6962. }
  6963. .bottom-0 {
  6964. bottom: 0 !important;
  6965. }
  6966. .bottom-50 {
  6967. bottom: 50% !important;
  6968. }
  6969. .bottom-100 {
  6970. bottom: 100% !important;
  6971. }
  6972. .start-0 {
  6973. left: 0 !important;
  6974. }
  6975. .start-50 {
  6976. left: 50% !important;
  6977. }
  6978. .start-100 {
  6979. left: 100% !important;
  6980. }
  6981. .end-0 {
  6982. right: 0 !important;
  6983. }
  6984. .end-50 {
  6985. right: 50% !important;
  6986. }
  6987. .end-100 {
  6988. right: 100% !important;
  6989. }
  6990. .translate-middle {
  6991. transform: translate(-50%, -50%) !important;
  6992. }
  6993. .translate-middle-x {
  6994. transform: translateX(-50%) !important;
  6995. }
  6996. .translate-middle-y {
  6997. transform: translateY(-50%) !important;
  6998. }
  6999. .border {
  7000. border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  7001. }
  7002. .border-0 {
  7003. border: 0 !important;
  7004. }
  7005. .border-top {
  7006. border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  7007. }
  7008. .border-top-0 {
  7009. border-top: 0 !important;
  7010. }
  7011. .border-end {
  7012. border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  7013. }
  7014. .border-end-0 {
  7015. border-right: 0 !important;
  7016. }
  7017. .border-bottom {
  7018. border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  7019. }
  7020. .border-bottom-0 {
  7021. border-bottom: 0 !important;
  7022. }
  7023. .border-start {
  7024. border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  7025. }
  7026. .border-start-0 {
  7027. border-left: 0 !important;
  7028. }
  7029. .border-primary {
  7030. --bs-border-opacity: 1;
  7031. border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  7032. }
  7033. .border-secondary {
  7034. --bs-border-opacity: 1;
  7035. border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  7036. }
  7037. .border-success {
  7038. --bs-border-opacity: 1;
  7039. border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  7040. }
  7041. .border-info {
  7042. --bs-border-opacity: 1;
  7043. border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  7044. }
  7045. .border-warning {
  7046. --bs-border-opacity: 1;
  7047. border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  7048. }
  7049. .border-danger {
  7050. --bs-border-opacity: 1;
  7051. border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  7052. }
  7053. .border-light {
  7054. --bs-border-opacity: 1;
  7055. border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  7056. }
  7057. .border-dark {
  7058. --bs-border-opacity: 1;
  7059. border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  7060. }
  7061. .border-black {
  7062. --bs-border-opacity: 1;
  7063. border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  7064. }
  7065. .border-white {
  7066. --bs-border-opacity: 1;
  7067. border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  7068. }
  7069. .border-primary-subtle {
  7070. border-color: var(--bs-primary-border-subtle) !important;
  7071. }
  7072. .border-secondary-subtle {
  7073. border-color: var(--bs-secondary-border-subtle) !important;
  7074. }
  7075. .border-success-subtle {
  7076. border-color: var(--bs-success-border-subtle) !important;
  7077. }
  7078. .border-info-subtle {
  7079. border-color: var(--bs-info-border-subtle) !important;
  7080. }
  7081. .border-warning-subtle {
  7082. border-color: var(--bs-warning-border-subtle) !important;
  7083. }
  7084. .border-danger-subtle {
  7085. border-color: var(--bs-danger-border-subtle) !important;
  7086. }
  7087. .border-light-subtle {
  7088. border-color: var(--bs-light-border-subtle) !important;
  7089. }
  7090. .border-dark-subtle {
  7091. border-color: var(--bs-dark-border-subtle) !important;
  7092. }
  7093. .border-1 {
  7094. border-width: 1px !important;
  7095. }
  7096. .border-2 {
  7097. border-width: 2px !important;
  7098. }
  7099. .border-3 {
  7100. border-width: 3px !important;
  7101. }
  7102. .border-4 {
  7103. border-width: 4px !important;
  7104. }
  7105. .border-5 {
  7106. border-width: 5px !important;
  7107. }
  7108. .border-opacity-10 {
  7109. --bs-border-opacity: 0.1;
  7110. }
  7111. .border-opacity-25 {
  7112. --bs-border-opacity: 0.25;
  7113. }
  7114. .border-opacity-50 {
  7115. --bs-border-opacity: 0.5;
  7116. }
  7117. .border-opacity-75 {
  7118. --bs-border-opacity: 0.75;
  7119. }
  7120. .border-opacity-100 {
  7121. --bs-border-opacity: 1;
  7122. }
  7123. .w-25 {
  7124. width: 25% !important;
  7125. }
  7126. .w-50 {
  7127. width: 50% !important;
  7128. }
  7129. .w-75 {
  7130. width: 75% !important;
  7131. }
  7132. .w-100 {
  7133. width: 100% !important;
  7134. }
  7135. .w-auto {
  7136. width: auto !important;
  7137. }
  7138. .mw-100 {
  7139. max-width: 100% !important;
  7140. }
  7141. .vw-100 {
  7142. width: 100vw !important;
  7143. }
  7144. .min-vw-100 {
  7145. min-width: 100vw !important;
  7146. }
  7147. .h-25 {
  7148. height: 25% !important;
  7149. }
  7150. .h-50 {
  7151. height: 50% !important;
  7152. }
  7153. .h-75 {
  7154. height: 75% !important;
  7155. }
  7156. .h-100 {
  7157. height: 100% !important;
  7158. }
  7159. .h-auto {
  7160. height: auto !important;
  7161. }
  7162. .mh-100 {
  7163. max-height: 100% !important;
  7164. }
  7165. .vh-100 {
  7166. height: 100vh !important;
  7167. }
  7168. .min-vh-100 {
  7169. min-height: 100vh !important;
  7170. }
  7171. .flex-fill {
  7172. flex: 1 1 auto !important;
  7173. }
  7174. .flex-row {
  7175. flex-direction: row !important;
  7176. }
  7177. .flex-column {
  7178. flex-direction: column !important;
  7179. }
  7180. .flex-row-reverse {
  7181. flex-direction: row-reverse !important;
  7182. }
  7183. .flex-column-reverse {
  7184. flex-direction: column-reverse !important;
  7185. }
  7186. .flex-grow-0 {
  7187. flex-grow: 0 !important;
  7188. }
  7189. .flex-grow-1 {
  7190. flex-grow: 1 !important;
  7191. }
  7192. .flex-shrink-0 {
  7193. flex-shrink: 0 !important;
  7194. }
  7195. .flex-shrink-1 {
  7196. flex-shrink: 1 !important;
  7197. }
  7198. .flex-wrap {
  7199. flex-wrap: wrap !important;
  7200. }
  7201. .flex-nowrap {
  7202. flex-wrap: nowrap !important;
  7203. }
  7204. .flex-wrap-reverse {
  7205. flex-wrap: wrap-reverse !important;
  7206. }
  7207. .justify-content-start {
  7208. justify-content: flex-start !important;
  7209. }
  7210. .justify-content-end {
  7211. justify-content: flex-end !important;
  7212. }
  7213. .justify-content-center {
  7214. justify-content: center !important;
  7215. }
  7216. .justify-content-between {
  7217. justify-content: space-between !important;
  7218. }
  7219. .justify-content-around {
  7220. justify-content: space-around !important;
  7221. }
  7222. .justify-content-evenly {
  7223. justify-content: space-evenly !important;
  7224. }
  7225. .align-items-start {
  7226. align-items: flex-start !important;
  7227. }
  7228. .align-items-end {
  7229. align-items: flex-end !important;
  7230. }
  7231. .align-items-center {
  7232. align-items: center !important;
  7233. }
  7234. .align-items-baseline {
  7235. align-items: baseline !important;
  7236. }
  7237. .align-items-stretch {
  7238. align-items: stretch !important;
  7239. }
  7240. .align-content-start {
  7241. align-content: flex-start !important;
  7242. }
  7243. .align-content-end {
  7244. align-content: flex-end !important;
  7245. }
  7246. .align-content-center {
  7247. align-content: center !important;
  7248. }
  7249. .align-content-between {
  7250. align-content: space-between !important;
  7251. }
  7252. .align-content-around {
  7253. align-content: space-around !important;
  7254. }
  7255. .align-content-stretch {
  7256. align-content: stretch !important;
  7257. }
  7258. .align-self-auto {
  7259. align-self: auto !important;
  7260. }
  7261. .align-self-start {
  7262. align-self: flex-start !important;
  7263. }
  7264. .align-self-end {
  7265. align-self: flex-end !important;
  7266. }
  7267. .align-self-center {
  7268. align-self: center !important;
  7269. }
  7270. .align-self-baseline {
  7271. align-self: baseline !important;
  7272. }
  7273. .align-self-stretch {
  7274. align-self: stretch !important;
  7275. }
  7276. .order-first {
  7277. order: -1 !important;
  7278. }
  7279. .order-0 {
  7280. order: 0 !important;
  7281. }
  7282. .order-1 {
  7283. order: 1 !important;
  7284. }
  7285. .order-2 {
  7286. order: 2 !important;
  7287. }
  7288. .order-3 {
  7289. order: 3 !important;
  7290. }
  7291. .order-4 {
  7292. order: 4 !important;
  7293. }
  7294. .order-5 {
  7295. order: 5 !important;
  7296. }
  7297. .order-last {
  7298. order: 6 !important;
  7299. }
  7300. .m-0 {
  7301. margin: 0 !important;
  7302. }
  7303. .m-1 {
  7304. margin: 0.25rem !important;
  7305. }
  7306. .m-2 {
  7307. margin: 0.5rem !important;
  7308. }
  7309. .m-3 {
  7310. margin: 1rem !important;
  7311. }
  7312. .m-4 {
  7313. margin: 1.5rem !important;
  7314. }
  7315. .m-5 {
  7316. margin: 3rem !important;
  7317. }
  7318. .m-auto {
  7319. margin: auto !important;
  7320. }
  7321. .mx-0 {
  7322. margin-right: 0 !important;
  7323. margin-left: 0 !important;
  7324. }
  7325. .mx-1 {
  7326. margin-right: 0.25rem !important;
  7327. margin-left: 0.25rem !important;
  7328. }
  7329. .mx-2 {
  7330. margin-right: 0.5rem !important;
  7331. margin-left: 0.5rem !important;
  7332. }
  7333. .mx-3 {
  7334. margin-right: 1rem !important;
  7335. margin-left: 1rem !important;
  7336. }
  7337. .mx-4 {
  7338. margin-right: 1.5rem !important;
  7339. margin-left: 1.5rem !important;
  7340. }
  7341. .mx-5 {
  7342. margin-right: 3rem !important;
  7343. margin-left: 3rem !important;
  7344. }
  7345. .mx-auto {
  7346. margin-right: auto !important;
  7347. margin-left: auto !important;
  7348. }
  7349. .my-0 {
  7350. margin-top: 0 !important;
  7351. margin-bottom: 0 !important;
  7352. }
  7353. .my-1 {
  7354. margin-top: 0.25rem !important;
  7355. margin-bottom: 0.25rem !important;
  7356. }
  7357. .my-2 {
  7358. margin-top: 0.5rem !important;
  7359. margin-bottom: 0.5rem !important;
  7360. }
  7361. .my-3 {
  7362. margin-top: 1rem !important;
  7363. margin-bottom: 1rem !important;
  7364. }
  7365. .my-4 {
  7366. margin-top: 1.5rem !important;
  7367. margin-bottom: 1.5rem !important;
  7368. }
  7369. .my-5 {
  7370. margin-top: 3rem !important;
  7371. margin-bottom: 3rem !important;
  7372. }
  7373. .my-auto {
  7374. margin-top: auto !important;
  7375. margin-bottom: auto !important;
  7376. }
  7377. .mt-0 {
  7378. margin-top: 0 !important;
  7379. }
  7380. .mt-1 {
  7381. margin-top: 0.25rem !important;
  7382. }
  7383. .mt-2 {
  7384. margin-top: 0.5rem !important;
  7385. }
  7386. .mt-3 {
  7387. margin-top: 1rem !important;
  7388. }
  7389. .mt-4 {
  7390. margin-top: 1.5rem !important;
  7391. }
  7392. .mt-5 {
  7393. margin-top: 3rem !important;
  7394. }
  7395. .mt-auto {
  7396. margin-top: auto !important;
  7397. }
  7398. .me-0 {
  7399. margin-right: 0 !important;
  7400. }
  7401. .me-1 {
  7402. margin-right: 0.25rem !important;
  7403. }
  7404. .me-2 {
  7405. margin-right: 0.5rem !important;
  7406. }
  7407. .me-3 {
  7408. margin-right: 1rem !important;
  7409. }
  7410. .me-4 {
  7411. margin-right: 1.5rem !important;
  7412. }
  7413. .me-5 {
  7414. margin-right: 3rem !important;
  7415. }
  7416. .me-auto {
  7417. margin-right: auto !important;
  7418. }
  7419. .mb-0 {
  7420. margin-bottom: 0 !important;
  7421. }
  7422. .mb-1 {
  7423. margin-bottom: 0.25rem !important;
  7424. }
  7425. .mb-2 {
  7426. margin-bottom: 0.5rem !important;
  7427. }
  7428. .mb-3 {
  7429. margin-bottom: 1rem !important;
  7430. }
  7431. .mb-4 {
  7432. margin-bottom: 1.5rem !important;
  7433. }
  7434. .mb-5 {
  7435. margin-bottom: 3rem !important;
  7436. }
  7437. .mb-auto {
  7438. margin-bottom: auto !important;
  7439. }
  7440. .ms-0 {
  7441. margin-left: 0 !important;
  7442. }
  7443. .ms-1 {
  7444. margin-left: 0.25rem !important;
  7445. }
  7446. .ms-2 {
  7447. margin-left: 0.5rem !important;
  7448. }
  7449. .ms-3 {
  7450. margin-left: 1rem !important;
  7451. }
  7452. .ms-4 {
  7453. margin-left: 1.5rem !important;
  7454. }
  7455. .ms-5 {
  7456. margin-left: 3rem !important;
  7457. }
  7458. .ms-auto {
  7459. margin-left: auto !important;
  7460. }
  7461. .p-0 {
  7462. padding: 0 !important;
  7463. }
  7464. .p-1 {
  7465. padding: 0.25rem !important;
  7466. }
  7467. .p-2 {
  7468. padding: 0.5rem !important;
  7469. }
  7470. .p-3 {
  7471. padding: 1rem !important;
  7472. }
  7473. .p-4 {
  7474. padding: 1.5rem !important;
  7475. }
  7476. .p-5 {
  7477. padding: 3rem !important;
  7478. }
  7479. .px-0 {
  7480. padding-right: 0 !important;
  7481. padding-left: 0 !important;
  7482. }
  7483. .px-1 {
  7484. padding-right: 0.25rem !important;
  7485. padding-left: 0.25rem !important;
  7486. }
  7487. .px-2 {
  7488. padding-right: 0.5rem !important;
  7489. padding-left: 0.5rem !important;
  7490. }
  7491. .px-3 {
  7492. padding-right: 1rem !important;
  7493. padding-left: 1rem !important;
  7494. }
  7495. .px-4 {
  7496. padding-right: 1.5rem !important;
  7497. padding-left: 1.5rem !important;
  7498. }
  7499. .px-5 {
  7500. padding-right: 3rem !important;
  7501. padding-left: 3rem !important;
  7502. }
  7503. .py-0 {
  7504. padding-top: 0 !important;
  7505. padding-bottom: 0 !important;
  7506. }
  7507. .py-1 {
  7508. padding-top: 0.25rem !important;
  7509. padding-bottom: 0.25rem !important;
  7510. }
  7511. .py-2 {
  7512. padding-top: 0.5rem !important;
  7513. padding-bottom: 0.5rem !important;
  7514. }
  7515. .py-3 {
  7516. padding-top: 1rem !important;
  7517. padding-bottom: 1rem !important;
  7518. }
  7519. .py-4 {
  7520. padding-top: 1.5rem !important;
  7521. padding-bottom: 1.5rem !important;
  7522. }
  7523. .py-5 {
  7524. padding-top: 3rem !important;
  7525. padding-bottom: 3rem !important;
  7526. }
  7527. .pt-0 {
  7528. padding-top: 0 !important;
  7529. }
  7530. .pt-1 {
  7531. padding-top: 0.25rem !important;
  7532. }
  7533. .pt-2 {
  7534. padding-top: 0.5rem !important;
  7535. }
  7536. .pt-3 {
  7537. padding-top: 1rem !important;
  7538. }
  7539. .pt-4 {
  7540. padding-top: 1.5rem !important;
  7541. }
  7542. .pt-5 {
  7543. padding-top: 3rem !important;
  7544. }
  7545. .pe-0 {
  7546. padding-right: 0 !important;
  7547. }
  7548. .pe-1 {
  7549. padding-right: 0.25rem !important;
  7550. }
  7551. .pe-2 {
  7552. padding-right: 0.5rem !important;
  7553. }
  7554. .pe-3 {
  7555. padding-right: 1rem !important;
  7556. }
  7557. .pe-4 {
  7558. padding-right: 1.5rem !important;
  7559. }
  7560. .pe-5 {
  7561. padding-right: 3rem !important;
  7562. }
  7563. .pb-0 {
  7564. padding-bottom: 0 !important;
  7565. }
  7566. .pb-1 {
  7567. padding-bottom: 0.25rem !important;
  7568. }
  7569. .pb-2 {
  7570. padding-bottom: 0.5rem !important;
  7571. }
  7572. .pb-3 {
  7573. padding-bottom: 1rem !important;
  7574. }
  7575. .pb-4 {
  7576. padding-bottom: 1.5rem !important;
  7577. }
  7578. .pb-5 {
  7579. padding-bottom: 3rem !important;
  7580. }
  7581. .ps-0 {
  7582. padding-left: 0 !important;
  7583. }
  7584. .ps-1 {
  7585. padding-left: 0.25rem !important;
  7586. }
  7587. .ps-2 {
  7588. padding-left: 0.5rem !important;
  7589. }
  7590. .ps-3 {
  7591. padding-left: 1rem !important;
  7592. }
  7593. .ps-4 {
  7594. padding-left: 1.5rem !important;
  7595. }
  7596. .ps-5 {
  7597. padding-left: 3rem !important;
  7598. }
  7599. .gap-0 {
  7600. gap: 0 !important;
  7601. }
  7602. .gap-1 {
  7603. gap: 0.25rem !important;
  7604. }
  7605. .gap-2 {
  7606. gap: 0.5rem !important;
  7607. }
  7608. .gap-3 {
  7609. gap: 1rem !important;
  7610. }
  7611. .gap-4 {
  7612. gap: 1.5rem !important;
  7613. }
  7614. .gap-5 {
  7615. gap: 3rem !important;
  7616. }
  7617. .row-gap-0 {
  7618. row-gap: 0 !important;
  7619. }
  7620. .row-gap-1 {
  7621. row-gap: 0.25rem !important;
  7622. }
  7623. .row-gap-2 {
  7624. row-gap: 0.5rem !important;
  7625. }
  7626. .row-gap-3 {
  7627. row-gap: 1rem !important;
  7628. }
  7629. .row-gap-4 {
  7630. row-gap: 1.5rem !important;
  7631. }
  7632. .row-gap-5 {
  7633. row-gap: 3rem !important;
  7634. }
  7635. .column-gap-0 {
  7636. -moz-column-gap: 0 !important;
  7637. column-gap: 0 !important;
  7638. }
  7639. .column-gap-1 {
  7640. -moz-column-gap: 0.25rem !important;
  7641. column-gap: 0.25rem !important;
  7642. }
  7643. .column-gap-2 {
  7644. -moz-column-gap: 0.5rem !important;
  7645. column-gap: 0.5rem !important;
  7646. }
  7647. .column-gap-3 {
  7648. -moz-column-gap: 1rem !important;
  7649. column-gap: 1rem !important;
  7650. }
  7651. .column-gap-4 {
  7652. -moz-column-gap: 1.5rem !important;
  7653. column-gap: 1.5rem !important;
  7654. }
  7655. .column-gap-5 {
  7656. -moz-column-gap: 3rem !important;
  7657. column-gap: 3rem !important;
  7658. }
  7659. .font-monospace {
  7660. font-family: var(--bs-font-monospace) !important;
  7661. }
  7662. .fs-1 {
  7663. font-size: calc(1.375rem + 1.5vw) !important;
  7664. }
  7665. .fs-2 {
  7666. font-size: calc(1.325rem + 0.9vw) !important;
  7667. }
  7668. .fs-3 {
  7669. font-size: calc(1.3rem + 0.6vw) !important;
  7670. }
  7671. .fs-4 {
  7672. font-size: calc(1.275rem + 0.3vw) !important;
  7673. }
  7674. .fs-5 {
  7675. font-size: 1.25rem !important;
  7676. }
  7677. .fs-6 {
  7678. font-size: 1rem !important;
  7679. }
  7680. .fst-italic {
  7681. font-style: italic !important;
  7682. }
  7683. .fst-normal {
  7684. font-style: normal !important;
  7685. }
  7686. .fw-lighter {
  7687. font-weight: lighter !important;
  7688. }
  7689. .fw-light {
  7690. font-weight: 300 !important;
  7691. }
  7692. .fw-normal {
  7693. font-weight: 400 !important;
  7694. }
  7695. .fw-medium {
  7696. font-weight: 500 !important;
  7697. }
  7698. .fw-semibold {
  7699. font-weight: 600 !important;
  7700. }
  7701. .fw-bold {
  7702. font-weight: 700 !important;
  7703. }
  7704. .fw-bolder {
  7705. font-weight: bolder !important;
  7706. }
  7707. .lh-1 {
  7708. line-height: 1 !important;
  7709. }
  7710. .lh-sm {
  7711. line-height: 1.25 !important;
  7712. }
  7713. .lh-base {
  7714. line-height: 1.5 !important;
  7715. }
  7716. .lh-lg {
  7717. line-height: 2 !important;
  7718. }
  7719. .text-start {
  7720. text-align: left !important;
  7721. }
  7722. .text-end {
  7723. text-align: right !important;
  7724. }
  7725. .text-center {
  7726. text-align: center !important;
  7727. }
  7728. .text-decoration-none {
  7729. text-decoration: none !important;
  7730. }
  7731. .text-decoration-underline {
  7732. text-decoration: underline !important;
  7733. }
  7734. .text-decoration-line-through {
  7735. text-decoration: line-through !important;
  7736. }
  7737. .text-lowercase {
  7738. text-transform: lowercase !important;
  7739. }
  7740. .text-uppercase {
  7741. text-transform: uppercase !important;
  7742. }
  7743. .text-capitalize {
  7744. text-transform: capitalize !important;
  7745. }
  7746. .text-wrap {
  7747. white-space: normal !important;
  7748. }
  7749. .text-nowrap {
  7750. white-space: nowrap !important;
  7751. }
  7752. /* rtl:begin:remove */
  7753. .text-break {
  7754. word-wrap: break-word !important;
  7755. word-break: break-word !important;
  7756. }
  7757. /* rtl:end:remove */
  7758. .text-primary {
  7759. --bs-text-opacity: 1;
  7760. color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
  7761. }
  7762. .text-secondary {
  7763. --bs-text-opacity: 1;
  7764. color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
  7765. }
  7766. .text-success {
  7767. --bs-text-opacity: 1;
  7768. color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
  7769. }
  7770. .text-info {
  7771. --bs-text-opacity: 1;
  7772. color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
  7773. }
  7774. .text-warning {
  7775. --bs-text-opacity: 1;
  7776. color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
  7777. }
  7778. .text-danger {
  7779. --bs-text-opacity: 1;
  7780. color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  7781. }
  7782. .text-light {
  7783. --bs-text-opacity: 1;
  7784. color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
  7785. }
  7786. .text-dark {
  7787. --bs-text-opacity: 1;
  7788. color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  7789. }
  7790. .text-black {
  7791. --bs-text-opacity: 1;
  7792. color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
  7793. }
  7794. .text-white {
  7795. --bs-text-opacity: 1;
  7796. color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
  7797. }
  7798. .text-body {
  7799. --bs-text-opacity: 1;
  7800. color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
  7801. }
  7802. .text-muted {
  7803. --bs-text-opacity: 1;
  7804. color: var(--bs-secondary-color) !important;
  7805. }
  7806. .text-black-50 {
  7807. --bs-text-opacity: 1;
  7808. color: rgba(0, 0, 0, 0.5) !important;
  7809. }
  7810. .text-white-50 {
  7811. --bs-text-opacity: 1;
  7812. color: rgba(255, 255, 255, 0.5) !important;
  7813. }
  7814. .text-body-secondary {
  7815. --bs-text-opacity: 1;
  7816. color: var(--bs-secondary-color) !important;
  7817. }
  7818. .text-body-tertiary {
  7819. --bs-text-opacity: 1;
  7820. color: var(--bs-tertiary-color) !important;
  7821. }
  7822. .text-body-emphasis {
  7823. --bs-text-opacity: 1;
  7824. color: var(--bs-emphasis-color) !important;
  7825. }
  7826. .text-reset {
  7827. --bs-text-opacity: 1;
  7828. color: inherit !important;
  7829. }
  7830. .text-opacity-25 {
  7831. --bs-text-opacity: 0.25;
  7832. }
  7833. .text-opacity-50 {
  7834. --bs-text-opacity: 0.5;
  7835. }
  7836. .text-opacity-75 {
  7837. --bs-text-opacity: 0.75;
  7838. }
  7839. .text-opacity-100 {
  7840. --bs-text-opacity: 1;
  7841. }
  7842. .text-primary-emphasis {
  7843. color: var(--bs-primary-text-emphasis) !important;
  7844. }
  7845. .text-secondary-emphasis {
  7846. color: var(--bs-secondary-text-emphasis) !important;
  7847. }
  7848. .text-success-emphasis {
  7849. color: var(--bs-success-text-emphasis) !important;
  7850. }
  7851. .text-info-emphasis {
  7852. color: var(--bs-info-text-emphasis) !important;
  7853. }
  7854. .text-warning-emphasis {
  7855. color: var(--bs-warning-text-emphasis) !important;
  7856. }
  7857. .text-danger-emphasis {
  7858. color: var(--bs-danger-text-emphasis) !important;
  7859. }
  7860. .text-light-emphasis {
  7861. color: var(--bs-light-text-emphasis) !important;
  7862. }
  7863. .text-dark-emphasis {
  7864. color: var(--bs-dark-text-emphasis) !important;
  7865. }
  7866. .link-opacity-10 {
  7867. --bs-link-opacity: 0.1;
  7868. }
  7869. .link-opacity-10-hover:hover {
  7870. --bs-link-opacity: 0.1;
  7871. }
  7872. .link-opacity-25 {
  7873. --bs-link-opacity: 0.25;
  7874. }
  7875. .link-opacity-25-hover:hover {
  7876. --bs-link-opacity: 0.25;
  7877. }
  7878. .link-opacity-50 {
  7879. --bs-link-opacity: 0.5;
  7880. }
  7881. .link-opacity-50-hover:hover {
  7882. --bs-link-opacity: 0.5;
  7883. }
  7884. .link-opacity-75 {
  7885. --bs-link-opacity: 0.75;
  7886. }
  7887. .link-opacity-75-hover:hover {
  7888. --bs-link-opacity: 0.75;
  7889. }
  7890. .link-opacity-100 {
  7891. --bs-link-opacity: 1;
  7892. }
  7893. .link-opacity-100-hover:hover {
  7894. --bs-link-opacity: 1;
  7895. }
  7896. .link-offset-1 {
  7897. text-underline-offset: 0.125em !important;
  7898. }
  7899. .link-offset-1-hover:hover {
  7900. text-underline-offset: 0.125em !important;
  7901. }
  7902. .link-offset-2 {
  7903. text-underline-offset: 0.25em !important;
  7904. }
  7905. .link-offset-2-hover:hover {
  7906. text-underline-offset: 0.25em !important;
  7907. }
  7908. .link-offset-3 {
  7909. text-underline-offset: 0.375em !important;
  7910. }
  7911. .link-offset-3-hover:hover {
  7912. text-underline-offset: 0.375em !important;
  7913. }
  7914. .link-underline-primary {
  7915. --bs-link-underline-opacity: 1;
  7916. -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  7917. text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  7918. }
  7919. .link-underline-secondary {
  7920. --bs-link-underline-opacity: 1;
  7921. -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  7922. text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  7923. }
  7924. .link-underline-success {
  7925. --bs-link-underline-opacity: 1;
  7926. -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  7927. text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  7928. }
  7929. .link-underline-info {
  7930. --bs-link-underline-opacity: 1;
  7931. -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  7932. text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  7933. }
  7934. .link-underline-warning {
  7935. --bs-link-underline-opacity: 1;
  7936. -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  7937. text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  7938. }
  7939. .link-underline-danger {
  7940. --bs-link-underline-opacity: 1;
  7941. -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  7942. text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  7943. }
  7944. .link-underline-light {
  7945. --bs-link-underline-opacity: 1;
  7946. -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  7947. text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  7948. }
  7949. .link-underline-dark {
  7950. --bs-link-underline-opacity: 1;
  7951. -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  7952. text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  7953. }
  7954. .link-underline {
  7955. --bs-link-underline-opacity: 1;
  7956. -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  7957. text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  7958. }
  7959. .link-underline-opacity-0 {
  7960. --bs-link-underline-opacity: 0;
  7961. }
  7962. .link-underline-opacity-0-hover:hover {
  7963. --bs-link-underline-opacity: 0;
  7964. }
  7965. .link-underline-opacity-10 {
  7966. --bs-link-underline-opacity: 0.1;
  7967. }
  7968. .link-underline-opacity-10-hover:hover {
  7969. --bs-link-underline-opacity: 0.1;
  7970. }
  7971. .link-underline-opacity-25 {
  7972. --bs-link-underline-opacity: 0.25;
  7973. }
  7974. .link-underline-opacity-25-hover:hover {
  7975. --bs-link-underline-opacity: 0.25;
  7976. }
  7977. .link-underline-opacity-50 {
  7978. --bs-link-underline-opacity: 0.5;
  7979. }
  7980. .link-underline-opacity-50-hover:hover {
  7981. --bs-link-underline-opacity: 0.5;
  7982. }
  7983. .link-underline-opacity-75 {
  7984. --bs-link-underline-opacity: 0.75;
  7985. }
  7986. .link-underline-opacity-75-hover:hover {
  7987. --bs-link-underline-opacity: 0.75;
  7988. }
  7989. .link-underline-opacity-100 {
  7990. --bs-link-underline-opacity: 1;
  7991. }
  7992. .link-underline-opacity-100-hover:hover {
  7993. --bs-link-underline-opacity: 1;
  7994. }
  7995. .bg-primary {
  7996. --bs-bg-opacity: 1;
  7997. background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  7998. }
  7999. .bg-secondary {
  8000. --bs-bg-opacity: 1;
  8001. background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  8002. }
  8003. .bg-success {
  8004. --bs-bg-opacity: 1;
  8005. background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  8006. }
  8007. .bg-info {
  8008. --bs-bg-opacity: 1;
  8009. background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  8010. }
  8011. .bg-warning {
  8012. --bs-bg-opacity: 1;
  8013. background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  8014. }
  8015. .bg-danger {
  8016. --bs-bg-opacity: 1;
  8017. background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  8018. }
  8019. .bg-light {
  8020. --bs-bg-opacity: 1;
  8021. background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  8022. }
  8023. .bg-dark {
  8024. --bs-bg-opacity: 1;
  8025. background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  8026. }
  8027. .bg-black {
  8028. --bs-bg-opacity: 1;
  8029. background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  8030. }
  8031. .bg-white {
  8032. --bs-bg-opacity: 1;
  8033. background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  8034. }
  8035. .bg-body {
  8036. --bs-bg-opacity: 1;
  8037. background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  8038. }
  8039. .bg-transparent {
  8040. --bs-bg-opacity: 1;
  8041. background-color: transparent !important;
  8042. }
  8043. .bg-body-secondary {
  8044. --bs-bg-opacity: 1;
  8045. background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  8046. }
  8047. .bg-body-tertiary {
  8048. --bs-bg-opacity: 1;
  8049. background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  8050. }
  8051. .bg-opacity-10 {
  8052. --bs-bg-opacity: 0.1;
  8053. }
  8054. .bg-opacity-25 {
  8055. --bs-bg-opacity: 0.25;
  8056. }
  8057. .bg-opacity-50 {
  8058. --bs-bg-opacity: 0.5;
  8059. }
  8060. .bg-opacity-75 {
  8061. --bs-bg-opacity: 0.75;
  8062. }
  8063. .bg-opacity-100 {
  8064. --bs-bg-opacity: 1;
  8065. }
  8066. .bg-primary-subtle {
  8067. background-color: var(--bs-primary-bg-subtle) !important;
  8068. }
  8069. .bg-secondary-subtle {
  8070. background-color: var(--bs-secondary-bg-subtle) !important;
  8071. }
  8072. .bg-success-subtle {
  8073. background-color: var(--bs-success-bg-subtle) !important;
  8074. }
  8075. .bg-info-subtle {
  8076. background-color: var(--bs-info-bg-subtle) !important;
  8077. }
  8078. .bg-warning-subtle {
  8079. background-color: var(--bs-warning-bg-subtle) !important;
  8080. }
  8081. .bg-danger-subtle {
  8082. background-color: var(--bs-danger-bg-subtle) !important;
  8083. }
  8084. .bg-light-subtle {
  8085. background-color: var(--bs-light-bg-subtle) !important;
  8086. }
  8087. .bg-dark-subtle {
  8088. background-color: var(--bs-dark-bg-subtle) !important;
  8089. }
  8090. .bg-gradient {
  8091. background-image: var(--bs-gradient) !important;
  8092. }
  8093. .user-select-all {
  8094. -webkit-user-select: all !important;
  8095. -moz-user-select: all !important;
  8096. user-select: all !important;
  8097. }
  8098. .user-select-auto {
  8099. -webkit-user-select: auto !important;
  8100. -moz-user-select: auto !important;
  8101. user-select: auto !important;
  8102. }
  8103. .user-select-none {
  8104. -webkit-user-select: none !important;
  8105. -moz-user-select: none !important;
  8106. user-select: none !important;
  8107. }
  8108. .pe-none {
  8109. pointer-events: none !important;
  8110. }
  8111. .pe-auto {
  8112. pointer-events: auto !important;
  8113. }
  8114. .rounded {
  8115. border-radius: var(--bs-border-radius) !important;
  8116. }
  8117. .rounded-0 {
  8118. border-radius: 0 !important;
  8119. }
  8120. .rounded-1 {
  8121. border-radius: var(--bs-border-radius-sm) !important;
  8122. }
  8123. .rounded-2 {
  8124. border-radius: var(--bs-border-radius) !important;
  8125. }
  8126. .rounded-3 {
  8127. border-radius: var(--bs-border-radius-lg) !important;
  8128. }
  8129. .rounded-4 {
  8130. border-radius: var(--bs-border-radius-xl) !important;
  8131. }
  8132. .rounded-5 {
  8133. border-radius: var(--bs-border-radius-xxl) !important;
  8134. }
  8135. .rounded-circle {
  8136. border-radius: 50% !important;
  8137. }
  8138. .rounded-pill {
  8139. border-radius: var(--bs-border-radius-pill) !important;
  8140. }
  8141. .rounded-top {
  8142. border-top-left-radius: var(--bs-border-radius) !important;
  8143. border-top-right-radius: var(--bs-border-radius) !important;
  8144. }
  8145. .rounded-top-0 {
  8146. border-top-left-radius: 0 !important;
  8147. border-top-right-radius: 0 !important;
  8148. }
  8149. .rounded-top-1 {
  8150. border-top-left-radius: var(--bs-border-radius-sm) !important;
  8151. border-top-right-radius: var(--bs-border-radius-sm) !important;
  8152. }
  8153. .rounded-top-2 {
  8154. border-top-left-radius: var(--bs-border-radius) !important;
  8155. border-top-right-radius: var(--bs-border-radius) !important;
  8156. }
  8157. .rounded-top-3 {
  8158. border-top-left-radius: var(--bs-border-radius-lg) !important;
  8159. border-top-right-radius: var(--bs-border-radius-lg) !important;
  8160. }
  8161. .rounded-top-4 {
  8162. border-top-left-radius: var(--bs-border-radius-xl) !important;
  8163. border-top-right-radius: var(--bs-border-radius-xl) !important;
  8164. }
  8165. .rounded-top-5 {
  8166. border-top-left-radius: var(--bs-border-radius-xxl) !important;
  8167. border-top-right-radius: var(--bs-border-radius-xxl) !important;
  8168. }
  8169. .rounded-top-circle {
  8170. border-top-left-radius: 50% !important;
  8171. border-top-right-radius: 50% !important;
  8172. }
  8173. .rounded-top-pill {
  8174. border-top-left-radius: var(--bs-border-radius-pill) !important;
  8175. border-top-right-radius: var(--bs-border-radius-pill) !important;
  8176. }
  8177. .rounded-end {
  8178. border-top-right-radius: var(--bs-border-radius) !important;
  8179. border-bottom-right-radius: var(--bs-border-radius) !important;
  8180. }
  8181. .rounded-end-0 {
  8182. border-top-right-radius: 0 !important;
  8183. border-bottom-right-radius: 0 !important;
  8184. }
  8185. .rounded-end-1 {
  8186. border-top-right-radius: var(--bs-border-radius-sm) !important;
  8187. border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  8188. }
  8189. .rounded-end-2 {
  8190. border-top-right-radius: var(--bs-border-radius) !important;
  8191. border-bottom-right-radius: var(--bs-border-radius) !important;
  8192. }
  8193. .rounded-end-3 {
  8194. border-top-right-radius: var(--bs-border-radius-lg) !important;
  8195. border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  8196. }
  8197. .rounded-end-4 {
  8198. border-top-right-radius: var(--bs-border-radius-xl) !important;
  8199. border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  8200. }
  8201. .rounded-end-5 {
  8202. border-top-right-radius: var(--bs-border-radius-xxl) !important;
  8203. border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  8204. }
  8205. .rounded-end-circle {
  8206. border-top-right-radius: 50% !important;
  8207. border-bottom-right-radius: 50% !important;
  8208. }
  8209. .rounded-end-pill {
  8210. border-top-right-radius: var(--bs-border-radius-pill) !important;
  8211. border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  8212. }
  8213. .rounded-bottom {
  8214. border-bottom-right-radius: var(--bs-border-radius) !important;
  8215. border-bottom-left-radius: var(--bs-border-radius) !important;
  8216. }
  8217. .rounded-bottom-0 {
  8218. border-bottom-right-radius: 0 !important;
  8219. border-bottom-left-radius: 0 !important;
  8220. }
  8221. .rounded-bottom-1 {
  8222. border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  8223. border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  8224. }
  8225. .rounded-bottom-2 {
  8226. border-bottom-right-radius: var(--bs-border-radius) !important;
  8227. border-bottom-left-radius: var(--bs-border-radius) !important;
  8228. }
  8229. .rounded-bottom-3 {
  8230. border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  8231. border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  8232. }
  8233. .rounded-bottom-4 {
  8234. border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  8235. border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  8236. }
  8237. .rounded-bottom-5 {
  8238. border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  8239. border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  8240. }
  8241. .rounded-bottom-circle {
  8242. border-bottom-right-radius: 50% !important;
  8243. border-bottom-left-radius: 50% !important;
  8244. }
  8245. .rounded-bottom-pill {
  8246. border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  8247. border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  8248. }
  8249. .rounded-start {
  8250. border-bottom-left-radius: var(--bs-border-radius) !important;
  8251. border-top-left-radius: var(--bs-border-radius) !important;
  8252. }
  8253. .rounded-start-0 {
  8254. border-bottom-left-radius: 0 !important;
  8255. border-top-left-radius: 0 !important;
  8256. }
  8257. .rounded-start-1 {
  8258. border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  8259. border-top-left-radius: var(--bs-border-radius-sm) !important;
  8260. }
  8261. .rounded-start-2 {
  8262. border-bottom-left-radius: var(--bs-border-radius) !important;
  8263. border-top-left-radius: var(--bs-border-radius) !important;
  8264. }
  8265. .rounded-start-3 {
  8266. border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  8267. border-top-left-radius: var(--bs-border-radius-lg) !important;
  8268. }
  8269. .rounded-start-4 {
  8270. border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  8271. border-top-left-radius: var(--bs-border-radius-xl) !important;
  8272. }
  8273. .rounded-start-5 {
  8274. border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  8275. border-top-left-radius: var(--bs-border-radius-xxl) !important;
  8276. }
  8277. .rounded-start-circle {
  8278. border-bottom-left-radius: 50% !important;
  8279. border-top-left-radius: 50% !important;
  8280. }
  8281. .rounded-start-pill {
  8282. border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  8283. border-top-left-radius: var(--bs-border-radius-pill) !important;
  8284. }
  8285. .visible {
  8286. visibility: visible !important;
  8287. }
  8288. .invisible {
  8289. visibility: hidden !important;
  8290. }
  8291. .z-n1 {
  8292. z-index: -1 !important;
  8293. }
  8294. .z-0 {
  8295. z-index: 0 !important;
  8296. }
  8297. .z-1 {
  8298. z-index: 1 !important;
  8299. }
  8300. .z-2 {
  8301. z-index: 2 !important;
  8302. }
  8303. .z-3 {
  8304. z-index: 3 !important;
  8305. }
  8306. @media (min-width: 576px) {
  8307. .float-sm-start {
  8308. float: left !important;
  8309. }
  8310. .float-sm-end {
  8311. float: right !important;
  8312. }
  8313. .float-sm-none {
  8314. float: none !important;
  8315. }
  8316. .object-fit-sm-contain {
  8317. -o-object-fit: contain !important;
  8318. object-fit: contain !important;
  8319. }
  8320. .object-fit-sm-cover {
  8321. -o-object-fit: cover !important;
  8322. object-fit: cover !important;
  8323. }
  8324. .object-fit-sm-fill {
  8325. -o-object-fit: fill !important;
  8326. object-fit: fill !important;
  8327. }
  8328. .object-fit-sm-scale {
  8329. -o-object-fit: scale-down !important;
  8330. object-fit: scale-down !important;
  8331. }
  8332. .object-fit-sm-none {
  8333. -o-object-fit: none !important;
  8334. object-fit: none !important;
  8335. }
  8336. .d-sm-inline {
  8337. display: inline !important;
  8338. }
  8339. .d-sm-inline-block {
  8340. display: inline-block !important;
  8341. }
  8342. .d-sm-block {
  8343. display: block !important;
  8344. }
  8345. .d-sm-grid {
  8346. display: grid !important;
  8347. }
  8348. .d-sm-inline-grid {
  8349. display: inline-grid !important;
  8350. }
  8351. .d-sm-table {
  8352. display: table !important;
  8353. }
  8354. .d-sm-table-row {
  8355. display: table-row !important;
  8356. }
  8357. .d-sm-table-cell {
  8358. display: table-cell !important;
  8359. }
  8360. .d-sm-flex {
  8361. display: flex !important;
  8362. }
  8363. .d-sm-inline-flex {
  8364. display: inline-flex !important;
  8365. }
  8366. .d-sm-none {
  8367. display: none !important;
  8368. }
  8369. .flex-sm-fill {
  8370. flex: 1 1 auto !important;
  8371. }
  8372. .flex-sm-row {
  8373. flex-direction: row !important;
  8374. }
  8375. .flex-sm-column {
  8376. flex-direction: column !important;
  8377. }
  8378. .flex-sm-row-reverse {
  8379. flex-direction: row-reverse !important;
  8380. }
  8381. .flex-sm-column-reverse {
  8382. flex-direction: column-reverse !important;
  8383. }
  8384. .flex-sm-grow-0 {
  8385. flex-grow: 0 !important;
  8386. }
  8387. .flex-sm-grow-1 {
  8388. flex-grow: 1 !important;
  8389. }
  8390. .flex-sm-shrink-0 {
  8391. flex-shrink: 0 !important;
  8392. }
  8393. .flex-sm-shrink-1 {
  8394. flex-shrink: 1 !important;
  8395. }
  8396. .flex-sm-wrap {
  8397. flex-wrap: wrap !important;
  8398. }
  8399. .flex-sm-nowrap {
  8400. flex-wrap: nowrap !important;
  8401. }
  8402. .flex-sm-wrap-reverse {
  8403. flex-wrap: wrap-reverse !important;
  8404. }
  8405. .justify-content-sm-start {
  8406. justify-content: flex-start !important;
  8407. }
  8408. .justify-content-sm-end {
  8409. justify-content: flex-end !important;
  8410. }
  8411. .justify-content-sm-center {
  8412. justify-content: center !important;
  8413. }
  8414. .justify-content-sm-between {
  8415. justify-content: space-between !important;
  8416. }
  8417. .justify-content-sm-around {
  8418. justify-content: space-around !important;
  8419. }
  8420. .justify-content-sm-evenly {
  8421. justify-content: space-evenly !important;
  8422. }
  8423. .align-items-sm-start {
  8424. align-items: flex-start !important;
  8425. }
  8426. .align-items-sm-end {
  8427. align-items: flex-end !important;
  8428. }
  8429. .align-items-sm-center {
  8430. align-items: center !important;
  8431. }
  8432. .align-items-sm-baseline {
  8433. align-items: baseline !important;
  8434. }
  8435. .align-items-sm-stretch {
  8436. align-items: stretch !important;
  8437. }
  8438. .align-content-sm-start {
  8439. align-content: flex-start !important;
  8440. }
  8441. .align-content-sm-end {
  8442. align-content: flex-end !important;
  8443. }
  8444. .align-content-sm-center {
  8445. align-content: center !important;
  8446. }
  8447. .align-content-sm-between {
  8448. align-content: space-between !important;
  8449. }
  8450. .align-content-sm-around {
  8451. align-content: space-around !important;
  8452. }
  8453. .align-content-sm-stretch {
  8454. align-content: stretch !important;
  8455. }
  8456. .align-self-sm-auto {
  8457. align-self: auto !important;
  8458. }
  8459. .align-self-sm-start {
  8460. align-self: flex-start !important;
  8461. }
  8462. .align-self-sm-end {
  8463. align-self: flex-end !important;
  8464. }
  8465. .align-self-sm-center {
  8466. align-self: center !important;
  8467. }
  8468. .align-self-sm-baseline {
  8469. align-self: baseline !important;
  8470. }
  8471. .align-self-sm-stretch {
  8472. align-self: stretch !important;
  8473. }
  8474. .order-sm-first {
  8475. order: -1 !important;
  8476. }
  8477. .order-sm-0 {
  8478. order: 0 !important;
  8479. }
  8480. .order-sm-1 {
  8481. order: 1 !important;
  8482. }
  8483. .order-sm-2 {
  8484. order: 2 !important;
  8485. }
  8486. .order-sm-3 {
  8487. order: 3 !important;
  8488. }
  8489. .order-sm-4 {
  8490. order: 4 !important;
  8491. }
  8492. .order-sm-5 {
  8493. order: 5 !important;
  8494. }
  8495. .order-sm-last {
  8496. order: 6 !important;
  8497. }
  8498. .m-sm-0 {
  8499. margin: 0 !important;
  8500. }
  8501. .m-sm-1 {
  8502. margin: 0.25rem !important;
  8503. }
  8504. .m-sm-2 {
  8505. margin: 0.5rem !important;
  8506. }
  8507. .m-sm-3 {
  8508. margin: 1rem !important;
  8509. }
  8510. .m-sm-4 {
  8511. margin: 1.5rem !important;
  8512. }
  8513. .m-sm-5 {
  8514. margin: 3rem !important;
  8515. }
  8516. .m-sm-auto {
  8517. margin: auto !important;
  8518. }
  8519. .mx-sm-0 {
  8520. margin-right: 0 !important;
  8521. margin-left: 0 !important;
  8522. }
  8523. .mx-sm-1 {
  8524. margin-right: 0.25rem !important;
  8525. margin-left: 0.25rem !important;
  8526. }
  8527. .mx-sm-2 {
  8528. margin-right: 0.5rem !important;
  8529. margin-left: 0.5rem !important;
  8530. }
  8531. .mx-sm-3 {
  8532. margin-right: 1rem !important;
  8533. margin-left: 1rem !important;
  8534. }
  8535. .mx-sm-4 {
  8536. margin-right: 1.5rem !important;
  8537. margin-left: 1.5rem !important;
  8538. }
  8539. .mx-sm-5 {
  8540. margin-right: 3rem !important;
  8541. margin-left: 3rem !important;
  8542. }
  8543. .mx-sm-auto {
  8544. margin-right: auto !important;
  8545. margin-left: auto !important;
  8546. }
  8547. .my-sm-0 {
  8548. margin-top: 0 !important;
  8549. margin-bottom: 0 !important;
  8550. }
  8551. .my-sm-1 {
  8552. margin-top: 0.25rem !important;
  8553. margin-bottom: 0.25rem !important;
  8554. }
  8555. .my-sm-2 {
  8556. margin-top: 0.5rem !important;
  8557. margin-bottom: 0.5rem !important;
  8558. }
  8559. .my-sm-3 {
  8560. margin-top: 1rem !important;
  8561. margin-bottom: 1rem !important;
  8562. }
  8563. .my-sm-4 {
  8564. margin-top: 1.5rem !important;
  8565. margin-bottom: 1.5rem !important;
  8566. }
  8567. .my-sm-5 {
  8568. margin-top: 3rem !important;
  8569. margin-bottom: 3rem !important;
  8570. }
  8571. .my-sm-auto {
  8572. margin-top: auto !important;
  8573. margin-bottom: auto !important;
  8574. }
  8575. .mt-sm-0 {
  8576. margin-top: 0 !important;
  8577. }
  8578. .mt-sm-1 {
  8579. margin-top: 0.25rem !important;
  8580. }
  8581. .mt-sm-2 {
  8582. margin-top: 0.5rem !important;
  8583. }
  8584. .mt-sm-3 {
  8585. margin-top: 1rem !important;
  8586. }
  8587. .mt-sm-4 {
  8588. margin-top: 1.5rem !important;
  8589. }
  8590. .mt-sm-5 {
  8591. margin-top: 3rem !important;
  8592. }
  8593. .mt-sm-auto {
  8594. margin-top: auto !important;
  8595. }
  8596. .me-sm-0 {
  8597. margin-right: 0 !important;
  8598. }
  8599. .me-sm-1 {
  8600. margin-right: 0.25rem !important;
  8601. }
  8602. .me-sm-2 {
  8603. margin-right: 0.5rem !important;
  8604. }
  8605. .me-sm-3 {
  8606. margin-right: 1rem !important;
  8607. }
  8608. .me-sm-4 {
  8609. margin-right: 1.5rem !important;
  8610. }
  8611. .me-sm-5 {
  8612. margin-right: 3rem !important;
  8613. }
  8614. .me-sm-auto {
  8615. margin-right: auto !important;
  8616. }
  8617. .mb-sm-0 {
  8618. margin-bottom: 0 !important;
  8619. }
  8620. .mb-sm-1 {
  8621. margin-bottom: 0.25rem !important;
  8622. }
  8623. .mb-sm-2 {
  8624. margin-bottom: 0.5rem !important;
  8625. }
  8626. .mb-sm-3 {
  8627. margin-bottom: 1rem !important;
  8628. }
  8629. .mb-sm-4 {
  8630. margin-bottom: 1.5rem !important;
  8631. }
  8632. .mb-sm-5 {
  8633. margin-bottom: 3rem !important;
  8634. }
  8635. .mb-sm-auto {
  8636. margin-bottom: auto !important;
  8637. }
  8638. .ms-sm-0 {
  8639. margin-left: 0 !important;
  8640. }
  8641. .ms-sm-1 {
  8642. margin-left: 0.25rem !important;
  8643. }
  8644. .ms-sm-2 {
  8645. margin-left: 0.5rem !important;
  8646. }
  8647. .ms-sm-3 {
  8648. margin-left: 1rem !important;
  8649. }
  8650. .ms-sm-4 {
  8651. margin-left: 1.5rem !important;
  8652. }
  8653. .ms-sm-5 {
  8654. margin-left: 3rem !important;
  8655. }
  8656. .ms-sm-auto {
  8657. margin-left: auto !important;
  8658. }
  8659. .p-sm-0 {
  8660. padding: 0 !important;
  8661. }
  8662. .p-sm-1 {
  8663. padding: 0.25rem !important;
  8664. }
  8665. .p-sm-2 {
  8666. padding: 0.5rem !important;
  8667. }
  8668. .p-sm-3 {
  8669. padding: 1rem !important;
  8670. }
  8671. .p-sm-4 {
  8672. padding: 1.5rem !important;
  8673. }
  8674. .p-sm-5 {
  8675. padding: 3rem !important;
  8676. }
  8677. .px-sm-0 {
  8678. padding-right: 0 !important;
  8679. padding-left: 0 !important;
  8680. }
  8681. .px-sm-1 {
  8682. padding-right: 0.25rem !important;
  8683. padding-left: 0.25rem !important;
  8684. }
  8685. .px-sm-2 {
  8686. padding-right: 0.5rem !important;
  8687. padding-left: 0.5rem !important;
  8688. }
  8689. .px-sm-3 {
  8690. padding-right: 1rem !important;
  8691. padding-left: 1rem !important;
  8692. }
  8693. .px-sm-4 {
  8694. padding-right: 1.5rem !important;
  8695. padding-left: 1.5rem !important;
  8696. }
  8697. .px-sm-5 {
  8698. padding-right: 3rem !important;
  8699. padding-left: 3rem !important;
  8700. }
  8701. .py-sm-0 {
  8702. padding-top: 0 !important;
  8703. padding-bottom: 0 !important;
  8704. }
  8705. .py-sm-1 {
  8706. padding-top: 0.25rem !important;
  8707. padding-bottom: 0.25rem !important;
  8708. }
  8709. .py-sm-2 {
  8710. padding-top: 0.5rem !important;
  8711. padding-bottom: 0.5rem !important;
  8712. }
  8713. .py-sm-3 {
  8714. padding-top: 1rem !important;
  8715. padding-bottom: 1rem !important;
  8716. }
  8717. .py-sm-4 {
  8718. padding-top: 1.5rem !important;
  8719. padding-bottom: 1.5rem !important;
  8720. }
  8721. .py-sm-5 {
  8722. padding-top: 3rem !important;
  8723. padding-bottom: 3rem !important;
  8724. }
  8725. .pt-sm-0 {
  8726. padding-top: 0 !important;
  8727. }
  8728. .pt-sm-1 {
  8729. padding-top: 0.25rem !important;
  8730. }
  8731. .pt-sm-2 {
  8732. padding-top: 0.5rem !important;
  8733. }
  8734. .pt-sm-3 {
  8735. padding-top: 1rem !important;
  8736. }
  8737. .pt-sm-4 {
  8738. padding-top: 1.5rem !important;
  8739. }
  8740. .pt-sm-5 {
  8741. padding-top: 3rem !important;
  8742. }
  8743. .pe-sm-0 {
  8744. padding-right: 0 !important;
  8745. }
  8746. .pe-sm-1 {
  8747. padding-right: 0.25rem !important;
  8748. }
  8749. .pe-sm-2 {
  8750. padding-right: 0.5rem !important;
  8751. }
  8752. .pe-sm-3 {
  8753. padding-right: 1rem !important;
  8754. }
  8755. .pe-sm-4 {
  8756. padding-right: 1.5rem !important;
  8757. }
  8758. .pe-sm-5 {
  8759. padding-right: 3rem !important;
  8760. }
  8761. .pb-sm-0 {
  8762. padding-bottom: 0 !important;
  8763. }
  8764. .pb-sm-1 {
  8765. padding-bottom: 0.25rem !important;
  8766. }
  8767. .pb-sm-2 {
  8768. padding-bottom: 0.5rem !important;
  8769. }
  8770. .pb-sm-3 {
  8771. padding-bottom: 1rem !important;
  8772. }
  8773. .pb-sm-4 {
  8774. padding-bottom: 1.5rem !important;
  8775. }
  8776. .pb-sm-5 {
  8777. padding-bottom: 3rem !important;
  8778. }
  8779. .ps-sm-0 {
  8780. padding-left: 0 !important;
  8781. }
  8782. .ps-sm-1 {
  8783. padding-left: 0.25rem !important;
  8784. }
  8785. .ps-sm-2 {
  8786. padding-left: 0.5rem !important;
  8787. }
  8788. .ps-sm-3 {
  8789. padding-left: 1rem !important;
  8790. }
  8791. .ps-sm-4 {
  8792. padding-left: 1.5rem !important;
  8793. }
  8794. .ps-sm-5 {
  8795. padding-left: 3rem !important;
  8796. }
  8797. .gap-sm-0 {
  8798. gap: 0 !important;
  8799. }
  8800. .gap-sm-1 {
  8801. gap: 0.25rem !important;
  8802. }
  8803. .gap-sm-2 {
  8804. gap: 0.5rem !important;
  8805. }
  8806. .gap-sm-3 {
  8807. gap: 1rem !important;
  8808. }
  8809. .gap-sm-4 {
  8810. gap: 1.5rem !important;
  8811. }
  8812. .gap-sm-5 {
  8813. gap: 3rem !important;
  8814. }
  8815. .row-gap-sm-0 {
  8816. row-gap: 0 !important;
  8817. }
  8818. .row-gap-sm-1 {
  8819. row-gap: 0.25rem !important;
  8820. }
  8821. .row-gap-sm-2 {
  8822. row-gap: 0.5rem !important;
  8823. }
  8824. .row-gap-sm-3 {
  8825. row-gap: 1rem !important;
  8826. }
  8827. .row-gap-sm-4 {
  8828. row-gap: 1.5rem !important;
  8829. }
  8830. .row-gap-sm-5 {
  8831. row-gap: 3rem !important;
  8832. }
  8833. .column-gap-sm-0 {
  8834. -moz-column-gap: 0 !important;
  8835. column-gap: 0 !important;
  8836. }
  8837. .column-gap-sm-1 {
  8838. -moz-column-gap: 0.25rem !important;
  8839. column-gap: 0.25rem !important;
  8840. }
  8841. .column-gap-sm-2 {
  8842. -moz-column-gap: 0.5rem !important;
  8843. column-gap: 0.5rem !important;
  8844. }
  8845. .column-gap-sm-3 {
  8846. -moz-column-gap: 1rem !important;
  8847. column-gap: 1rem !important;
  8848. }
  8849. .column-gap-sm-4 {
  8850. -moz-column-gap: 1.5rem !important;
  8851. column-gap: 1.5rem !important;
  8852. }
  8853. .column-gap-sm-5 {
  8854. -moz-column-gap: 3rem !important;
  8855. column-gap: 3rem !important;
  8856. }
  8857. .text-sm-start {
  8858. text-align: left !important;
  8859. }
  8860. .text-sm-end {
  8861. text-align: right !important;
  8862. }
  8863. .text-sm-center {
  8864. text-align: center !important;
  8865. }
  8866. }
  8867. @media (min-width: 768px) {
  8868. .float-md-start {
  8869. float: left !important;
  8870. }
  8871. .float-md-end {
  8872. float: right !important;
  8873. }
  8874. .float-md-none {
  8875. float: none !important;
  8876. }
  8877. .object-fit-md-contain {
  8878. -o-object-fit: contain !important;
  8879. object-fit: contain !important;
  8880. }
  8881. .object-fit-md-cover {
  8882. -o-object-fit: cover !important;
  8883. object-fit: cover !important;
  8884. }
  8885. .object-fit-md-fill {
  8886. -o-object-fit: fill !important;
  8887. object-fit: fill !important;
  8888. }
  8889. .object-fit-md-scale {
  8890. -o-object-fit: scale-down !important;
  8891. object-fit: scale-down !important;
  8892. }
  8893. .object-fit-md-none {
  8894. -o-object-fit: none !important;
  8895. object-fit: none !important;
  8896. }
  8897. .d-md-inline {
  8898. display: inline !important;
  8899. }
  8900. .d-md-inline-block {
  8901. display: inline-block !important;
  8902. }
  8903. .d-md-block {
  8904. display: block !important;
  8905. }
  8906. .d-md-grid {
  8907. display: grid !important;
  8908. }
  8909. .d-md-inline-grid {
  8910. display: inline-grid !important;
  8911. }
  8912. .d-md-table {
  8913. display: table !important;
  8914. }
  8915. .d-md-table-row {
  8916. display: table-row !important;
  8917. }
  8918. .d-md-table-cell {
  8919. display: table-cell !important;
  8920. }
  8921. .d-md-flex {
  8922. display: flex !important;
  8923. }
  8924. .d-md-inline-flex {
  8925. display: inline-flex !important;
  8926. }
  8927. .d-md-none {
  8928. display: none !important;
  8929. }
  8930. .flex-md-fill {
  8931. flex: 1 1 auto !important;
  8932. }
  8933. .flex-md-row {
  8934. flex-direction: row !important;
  8935. }
  8936. .flex-md-column {
  8937. flex-direction: column !important;
  8938. }
  8939. .flex-md-row-reverse {
  8940. flex-direction: row-reverse !important;
  8941. }
  8942. .flex-md-column-reverse {
  8943. flex-direction: column-reverse !important;
  8944. }
  8945. .flex-md-grow-0 {
  8946. flex-grow: 0 !important;
  8947. }
  8948. .flex-md-grow-1 {
  8949. flex-grow: 1 !important;
  8950. }
  8951. .flex-md-shrink-0 {
  8952. flex-shrink: 0 !important;
  8953. }
  8954. .flex-md-shrink-1 {
  8955. flex-shrink: 1 !important;
  8956. }
  8957. .flex-md-wrap {
  8958. flex-wrap: wrap !important;
  8959. }
  8960. .flex-md-nowrap {
  8961. flex-wrap: nowrap !important;
  8962. }
  8963. .flex-md-wrap-reverse {
  8964. flex-wrap: wrap-reverse !important;
  8965. }
  8966. .justify-content-md-start {
  8967. justify-content: flex-start !important;
  8968. }
  8969. .justify-content-md-end {
  8970. justify-content: flex-end !important;
  8971. }
  8972. .justify-content-md-center {
  8973. justify-content: center !important;
  8974. }
  8975. .justify-content-md-between {
  8976. justify-content: space-between !important;
  8977. }
  8978. .justify-content-md-around {
  8979. justify-content: space-around !important;
  8980. }
  8981. .justify-content-md-evenly {
  8982. justify-content: space-evenly !important;
  8983. }
  8984. .align-items-md-start {
  8985. align-items: flex-start !important;
  8986. }
  8987. .align-items-md-end {
  8988. align-items: flex-end !important;
  8989. }
  8990. .align-items-md-center {
  8991. align-items: center !important;
  8992. }
  8993. .align-items-md-baseline {
  8994. align-items: baseline !important;
  8995. }
  8996. .align-items-md-stretch {
  8997. align-items: stretch !important;
  8998. }
  8999. .align-content-md-start {
  9000. align-content: flex-start !important;
  9001. }
  9002. .align-content-md-end {
  9003. align-content: flex-end !important;
  9004. }
  9005. .align-content-md-center {
  9006. align-content: center !important;
  9007. }
  9008. .align-content-md-between {
  9009. align-content: space-between !important;
  9010. }
  9011. .align-content-md-around {
  9012. align-content: space-around !important;
  9013. }
  9014. .align-content-md-stretch {
  9015. align-content: stretch !important;
  9016. }
  9017. .align-self-md-auto {
  9018. align-self: auto !important;
  9019. }
  9020. .align-self-md-start {
  9021. align-self: flex-start !important;
  9022. }
  9023. .align-self-md-end {
  9024. align-self: flex-end !important;
  9025. }
  9026. .align-self-md-center {
  9027. align-self: center !important;
  9028. }
  9029. .align-self-md-baseline {
  9030. align-self: baseline !important;
  9031. }
  9032. .align-self-md-stretch {
  9033. align-self: stretch !important;
  9034. }
  9035. .order-md-first {
  9036. order: -1 !important;
  9037. }
  9038. .order-md-0 {
  9039. order: 0 !important;
  9040. }
  9041. .order-md-1 {
  9042. order: 1 !important;
  9043. }
  9044. .order-md-2 {
  9045. order: 2 !important;
  9046. }
  9047. .order-md-3 {
  9048. order: 3 !important;
  9049. }
  9050. .order-md-4 {
  9051. order: 4 !important;
  9052. }
  9053. .order-md-5 {
  9054. order: 5 !important;
  9055. }
  9056. .order-md-last {
  9057. order: 6 !important;
  9058. }
  9059. .m-md-0 {
  9060. margin: 0 !important;
  9061. }
  9062. .m-md-1 {
  9063. margin: 0.25rem !important;
  9064. }
  9065. .m-md-2 {
  9066. margin: 0.5rem !important;
  9067. }
  9068. .m-md-3 {
  9069. margin: 1rem !important;
  9070. }
  9071. .m-md-4 {
  9072. margin: 1.5rem !important;
  9073. }
  9074. .m-md-5 {
  9075. margin: 3rem !important;
  9076. }
  9077. .m-md-auto {
  9078. margin: auto !important;
  9079. }
  9080. .mx-md-0 {
  9081. margin-right: 0 !important;
  9082. margin-left: 0 !important;
  9083. }
  9084. .mx-md-1 {
  9085. margin-right: 0.25rem !important;
  9086. margin-left: 0.25rem !important;
  9087. }
  9088. .mx-md-2 {
  9089. margin-right: 0.5rem !important;
  9090. margin-left: 0.5rem !important;
  9091. }
  9092. .mx-md-3 {
  9093. margin-right: 1rem !important;
  9094. margin-left: 1rem !important;
  9095. }
  9096. .mx-md-4 {
  9097. margin-right: 1.5rem !important;
  9098. margin-left: 1.5rem !important;
  9099. }
  9100. .mx-md-5 {
  9101. margin-right: 3rem !important;
  9102. margin-left: 3rem !important;
  9103. }
  9104. .mx-md-auto {
  9105. margin-right: auto !important;
  9106. margin-left: auto !important;
  9107. }
  9108. .my-md-0 {
  9109. margin-top: 0 !important;
  9110. margin-bottom: 0 !important;
  9111. }
  9112. .my-md-1 {
  9113. margin-top: 0.25rem !important;
  9114. margin-bottom: 0.25rem !important;
  9115. }
  9116. .my-md-2 {
  9117. margin-top: 0.5rem !important;
  9118. margin-bottom: 0.5rem !important;
  9119. }
  9120. .my-md-3 {
  9121. margin-top: 1rem !important;
  9122. margin-bottom: 1rem !important;
  9123. }
  9124. .my-md-4 {
  9125. margin-top: 1.5rem !important;
  9126. margin-bottom: 1.5rem !important;
  9127. }
  9128. .my-md-5 {
  9129. margin-top: 3rem !important;
  9130. margin-bottom: 3rem !important;
  9131. }
  9132. .my-md-auto {
  9133. margin-top: auto !important;
  9134. margin-bottom: auto !important;
  9135. }
  9136. .mt-md-0 {
  9137. margin-top: 0 !important;
  9138. }
  9139. .mt-md-1 {
  9140. margin-top: 0.25rem !important;
  9141. }
  9142. .mt-md-2 {
  9143. margin-top: 0.5rem !important;
  9144. }
  9145. .mt-md-3 {
  9146. margin-top: 1rem !important;
  9147. }
  9148. .mt-md-4 {
  9149. margin-top: 1.5rem !important;
  9150. }
  9151. .mt-md-5 {
  9152. margin-top: 3rem !important;
  9153. }
  9154. .mt-md-auto {
  9155. margin-top: auto !important;
  9156. }
  9157. .me-md-0 {
  9158. margin-right: 0 !important;
  9159. }
  9160. .me-md-1 {
  9161. margin-right: 0.25rem !important;
  9162. }
  9163. .me-md-2 {
  9164. margin-right: 0.5rem !important;
  9165. }
  9166. .me-md-3 {
  9167. margin-right: 1rem !important;
  9168. }
  9169. .me-md-4 {
  9170. margin-right: 1.5rem !important;
  9171. }
  9172. .me-md-5 {
  9173. margin-right: 3rem !important;
  9174. }
  9175. .me-md-auto {
  9176. margin-right: auto !important;
  9177. }
  9178. .mb-md-0 {
  9179. margin-bottom: 0 !important;
  9180. }
  9181. .mb-md-1 {
  9182. margin-bottom: 0.25rem !important;
  9183. }
  9184. .mb-md-2 {
  9185. margin-bottom: 0.5rem !important;
  9186. }
  9187. .mb-md-3 {
  9188. margin-bottom: 1rem !important;
  9189. }
  9190. .mb-md-4 {
  9191. margin-bottom: 1.5rem !important;
  9192. }
  9193. .mb-md-5 {
  9194. margin-bottom: 3rem !important;
  9195. }
  9196. .mb-md-auto {
  9197. margin-bottom: auto !important;
  9198. }
  9199. .ms-md-0 {
  9200. margin-left: 0 !important;
  9201. }
  9202. .ms-md-1 {
  9203. margin-left: 0.25rem !important;
  9204. }
  9205. .ms-md-2 {
  9206. margin-left: 0.5rem !important;
  9207. }
  9208. .ms-md-3 {
  9209. margin-left: 1rem !important;
  9210. }
  9211. .ms-md-4 {
  9212. margin-left: 1.5rem !important;
  9213. }
  9214. .ms-md-5 {
  9215. margin-left: 3rem !important;
  9216. }
  9217. .ms-md-auto {
  9218. margin-left: auto !important;
  9219. }
  9220. .p-md-0 {
  9221. padding: 0 !important;
  9222. }
  9223. .p-md-1 {
  9224. padding: 0.25rem !important;
  9225. }
  9226. .p-md-2 {
  9227. padding: 0.5rem !important;
  9228. }
  9229. .p-md-3 {
  9230. padding: 1rem !important;
  9231. }
  9232. .p-md-4 {
  9233. padding: 1.5rem !important;
  9234. }
  9235. .p-md-5 {
  9236. padding: 3rem !important;
  9237. }
  9238. .px-md-0 {
  9239. padding-right: 0 !important;
  9240. padding-left: 0 !important;
  9241. }
  9242. .px-md-1 {
  9243. padding-right: 0.25rem !important;
  9244. padding-left: 0.25rem !important;
  9245. }
  9246. .px-md-2 {
  9247. padding-right: 0.5rem !important;
  9248. padding-left: 0.5rem !important;
  9249. }
  9250. .px-md-3 {
  9251. padding-right: 1rem !important;
  9252. padding-left: 1rem !important;
  9253. }
  9254. .px-md-4 {
  9255. padding-right: 1.5rem !important;
  9256. padding-left: 1.5rem !important;
  9257. }
  9258. .px-md-5 {
  9259. padding-right: 3rem !important;
  9260. padding-left: 3rem !important;
  9261. }
  9262. .py-md-0 {
  9263. padding-top: 0 !important;
  9264. padding-bottom: 0 !important;
  9265. }
  9266. .py-md-1 {
  9267. padding-top: 0.25rem !important;
  9268. padding-bottom: 0.25rem !important;
  9269. }
  9270. .py-md-2 {
  9271. padding-top: 0.5rem !important;
  9272. padding-bottom: 0.5rem !important;
  9273. }
  9274. .py-md-3 {
  9275. padding-top: 1rem !important;
  9276. padding-bottom: 1rem !important;
  9277. }
  9278. .py-md-4 {
  9279. padding-top: 1.5rem !important;
  9280. padding-bottom: 1.5rem !important;
  9281. }
  9282. .py-md-5 {
  9283. padding-top: 3rem !important;
  9284. padding-bottom: 3rem !important;
  9285. }
  9286. .pt-md-0 {
  9287. padding-top: 0 !important;
  9288. }
  9289. .pt-md-1 {
  9290. padding-top: 0.25rem !important;
  9291. }
  9292. .pt-md-2 {
  9293. padding-top: 0.5rem !important;
  9294. }
  9295. .pt-md-3 {
  9296. padding-top: 1rem !important;
  9297. }
  9298. .pt-md-4 {
  9299. padding-top: 1.5rem !important;
  9300. }
  9301. .pt-md-5 {
  9302. padding-top: 3rem !important;
  9303. }
  9304. .pe-md-0 {
  9305. padding-right: 0 !important;
  9306. }
  9307. .pe-md-1 {
  9308. padding-right: 0.25rem !important;
  9309. }
  9310. .pe-md-2 {
  9311. padding-right: 0.5rem !important;
  9312. }
  9313. .pe-md-3 {
  9314. padding-right: 1rem !important;
  9315. }
  9316. .pe-md-4 {
  9317. padding-right: 1.5rem !important;
  9318. }
  9319. .pe-md-5 {
  9320. padding-right: 3rem !important;
  9321. }
  9322. .pb-md-0 {
  9323. padding-bottom: 0 !important;
  9324. }
  9325. .pb-md-1 {
  9326. padding-bottom: 0.25rem !important;
  9327. }
  9328. .pb-md-2 {
  9329. padding-bottom: 0.5rem !important;
  9330. }
  9331. .pb-md-3 {
  9332. padding-bottom: 1rem !important;
  9333. }
  9334. .pb-md-4 {
  9335. padding-bottom: 1.5rem !important;
  9336. }
  9337. .pb-md-5 {
  9338. padding-bottom: 3rem !important;
  9339. }
  9340. .ps-md-0 {
  9341. padding-left: 0 !important;
  9342. }
  9343. .ps-md-1 {
  9344. padding-left: 0.25rem !important;
  9345. }
  9346. .ps-md-2 {
  9347. padding-left: 0.5rem !important;
  9348. }
  9349. .ps-md-3 {
  9350. padding-left: 1rem !important;
  9351. }
  9352. .ps-md-4 {
  9353. padding-left: 1.5rem !important;
  9354. }
  9355. .ps-md-5 {
  9356. padding-left: 3rem !important;
  9357. }
  9358. .gap-md-0 {
  9359. gap: 0 !important;
  9360. }
  9361. .gap-md-1 {
  9362. gap: 0.25rem !important;
  9363. }
  9364. .gap-md-2 {
  9365. gap: 0.5rem !important;
  9366. }
  9367. .gap-md-3 {
  9368. gap: 1rem !important;
  9369. }
  9370. .gap-md-4 {
  9371. gap: 1.5rem !important;
  9372. }
  9373. .gap-md-5 {
  9374. gap: 3rem !important;
  9375. }
  9376. .row-gap-md-0 {
  9377. row-gap: 0 !important;
  9378. }
  9379. .row-gap-md-1 {
  9380. row-gap: 0.25rem !important;
  9381. }
  9382. .row-gap-md-2 {
  9383. row-gap: 0.5rem !important;
  9384. }
  9385. .row-gap-md-3 {
  9386. row-gap: 1rem !important;
  9387. }
  9388. .row-gap-md-4 {
  9389. row-gap: 1.5rem !important;
  9390. }
  9391. .row-gap-md-5 {
  9392. row-gap: 3rem !important;
  9393. }
  9394. .column-gap-md-0 {
  9395. -moz-column-gap: 0 !important;
  9396. column-gap: 0 !important;
  9397. }
  9398. .column-gap-md-1 {
  9399. -moz-column-gap: 0.25rem !important;
  9400. column-gap: 0.25rem !important;
  9401. }
  9402. .column-gap-md-2 {
  9403. -moz-column-gap: 0.5rem !important;
  9404. column-gap: 0.5rem !important;
  9405. }
  9406. .column-gap-md-3 {
  9407. -moz-column-gap: 1rem !important;
  9408. column-gap: 1rem !important;
  9409. }
  9410. .column-gap-md-4 {
  9411. -moz-column-gap: 1.5rem !important;
  9412. column-gap: 1.5rem !important;
  9413. }
  9414. .column-gap-md-5 {
  9415. -moz-column-gap: 3rem !important;
  9416. column-gap: 3rem !important;
  9417. }
  9418. .text-md-start {
  9419. text-align: left !important;
  9420. }
  9421. .text-md-end {
  9422. text-align: right !important;
  9423. }
  9424. .text-md-center {
  9425. text-align: center !important;
  9426. }
  9427. }
  9428. @media (min-width: 992px) {
  9429. .float-lg-start {
  9430. float: left !important;
  9431. }
  9432. .float-lg-end {
  9433. float: right !important;
  9434. }
  9435. .float-lg-none {
  9436. float: none !important;
  9437. }
  9438. .object-fit-lg-contain {
  9439. -o-object-fit: contain !important;
  9440. object-fit: contain !important;
  9441. }
  9442. .object-fit-lg-cover {
  9443. -o-object-fit: cover !important;
  9444. object-fit: cover !important;
  9445. }
  9446. .object-fit-lg-fill {
  9447. -o-object-fit: fill !important;
  9448. object-fit: fill !important;
  9449. }
  9450. .object-fit-lg-scale {
  9451. -o-object-fit: scale-down !important;
  9452. object-fit: scale-down !important;
  9453. }
  9454. .object-fit-lg-none {
  9455. -o-object-fit: none !important;
  9456. object-fit: none !important;
  9457. }
  9458. .d-lg-inline {
  9459. display: inline !important;
  9460. }
  9461. .d-lg-inline-block {
  9462. display: inline-block !important;
  9463. }
  9464. .d-lg-block {
  9465. display: block !important;
  9466. }
  9467. .d-lg-grid {
  9468. display: grid !important;
  9469. }
  9470. .d-lg-inline-grid {
  9471. display: inline-grid !important;
  9472. }
  9473. .d-lg-table {
  9474. display: table !important;
  9475. }
  9476. .d-lg-table-row {
  9477. display: table-row !important;
  9478. }
  9479. .d-lg-table-cell {
  9480. display: table-cell !important;
  9481. }
  9482. .d-lg-flex {
  9483. display: flex !important;
  9484. }
  9485. .d-lg-inline-flex {
  9486. display: inline-flex !important;
  9487. }
  9488. .d-lg-none {
  9489. display: none !important;
  9490. }
  9491. .flex-lg-fill {
  9492. flex: 1 1 auto !important;
  9493. }
  9494. .flex-lg-row {
  9495. flex-direction: row !important;
  9496. }
  9497. .flex-lg-column {
  9498. flex-direction: column !important;
  9499. }
  9500. .flex-lg-row-reverse {
  9501. flex-direction: row-reverse !important;
  9502. }
  9503. .flex-lg-column-reverse {
  9504. flex-direction: column-reverse !important;
  9505. }
  9506. .flex-lg-grow-0 {
  9507. flex-grow: 0 !important;
  9508. }
  9509. .flex-lg-grow-1 {
  9510. flex-grow: 1 !important;
  9511. }
  9512. .flex-lg-shrink-0 {
  9513. flex-shrink: 0 !important;
  9514. }
  9515. .flex-lg-shrink-1 {
  9516. flex-shrink: 1 !important;
  9517. }
  9518. .flex-lg-wrap {
  9519. flex-wrap: wrap !important;
  9520. }
  9521. .flex-lg-nowrap {
  9522. flex-wrap: nowrap !important;
  9523. }
  9524. .flex-lg-wrap-reverse {
  9525. flex-wrap: wrap-reverse !important;
  9526. }
  9527. .justify-content-lg-start {
  9528. justify-content: flex-start !important;
  9529. }
  9530. .justify-content-lg-end {
  9531. justify-content: flex-end !important;
  9532. }
  9533. .justify-content-lg-center {
  9534. justify-content: center !important;
  9535. }
  9536. .justify-content-lg-between {
  9537. justify-content: space-between !important;
  9538. }
  9539. .justify-content-lg-around {
  9540. justify-content: space-around !important;
  9541. }
  9542. .justify-content-lg-evenly {
  9543. justify-content: space-evenly !important;
  9544. }
  9545. .align-items-lg-start {
  9546. align-items: flex-start !important;
  9547. }
  9548. .align-items-lg-end {
  9549. align-items: flex-end !important;
  9550. }
  9551. .align-items-lg-center {
  9552. align-items: center !important;
  9553. }
  9554. .align-items-lg-baseline {
  9555. align-items: baseline !important;
  9556. }
  9557. .align-items-lg-stretch {
  9558. align-items: stretch !important;
  9559. }
  9560. .align-content-lg-start {
  9561. align-content: flex-start !important;
  9562. }
  9563. .align-content-lg-end {
  9564. align-content: flex-end !important;
  9565. }
  9566. .align-content-lg-center {
  9567. align-content: center !important;
  9568. }
  9569. .align-content-lg-between {
  9570. align-content: space-between !important;
  9571. }
  9572. .align-content-lg-around {
  9573. align-content: space-around !important;
  9574. }
  9575. .align-content-lg-stretch {
  9576. align-content: stretch !important;
  9577. }
  9578. .align-self-lg-auto {
  9579. align-self: auto !important;
  9580. }
  9581. .align-self-lg-start {
  9582. align-self: flex-start !important;
  9583. }
  9584. .align-self-lg-end {
  9585. align-self: flex-end !important;
  9586. }
  9587. .align-self-lg-center {
  9588. align-self: center !important;
  9589. }
  9590. .align-self-lg-baseline {
  9591. align-self: baseline !important;
  9592. }
  9593. .align-self-lg-stretch {
  9594. align-self: stretch !important;
  9595. }
  9596. .order-lg-first {
  9597. order: -1 !important;
  9598. }
  9599. .order-lg-0 {
  9600. order: 0 !important;
  9601. }
  9602. .order-lg-1 {
  9603. order: 1 !important;
  9604. }
  9605. .order-lg-2 {
  9606. order: 2 !important;
  9607. }
  9608. .order-lg-3 {
  9609. order: 3 !important;
  9610. }
  9611. .order-lg-4 {
  9612. order: 4 !important;
  9613. }
  9614. .order-lg-5 {
  9615. order: 5 !important;
  9616. }
  9617. .order-lg-last {
  9618. order: 6 !important;
  9619. }
  9620. .m-lg-0 {
  9621. margin: 0 !important;
  9622. }
  9623. .m-lg-1 {
  9624. margin: 0.25rem !important;
  9625. }
  9626. .m-lg-2 {
  9627. margin: 0.5rem !important;
  9628. }
  9629. .m-lg-3 {
  9630. margin: 1rem !important;
  9631. }
  9632. .m-lg-4 {
  9633. margin: 1.5rem !important;
  9634. }
  9635. .m-lg-5 {
  9636. margin: 3rem !important;
  9637. }
  9638. .m-lg-auto {
  9639. margin: auto !important;
  9640. }
  9641. .mx-lg-0 {
  9642. margin-right: 0 !important;
  9643. margin-left: 0 !important;
  9644. }
  9645. .mx-lg-1 {
  9646. margin-right: 0.25rem !important;
  9647. margin-left: 0.25rem !important;
  9648. }
  9649. .mx-lg-2 {
  9650. margin-right: 0.5rem !important;
  9651. margin-left: 0.5rem !important;
  9652. }
  9653. .mx-lg-3 {
  9654. margin-right: 1rem !important;
  9655. margin-left: 1rem !important;
  9656. }
  9657. .mx-lg-4 {
  9658. margin-right: 1.5rem !important;
  9659. margin-left: 1.5rem !important;
  9660. }
  9661. .mx-lg-5 {
  9662. margin-right: 3rem !important;
  9663. margin-left: 3rem !important;
  9664. }
  9665. .mx-lg-auto {
  9666. margin-right: auto !important;
  9667. margin-left: auto !important;
  9668. }
  9669. .my-lg-0 {
  9670. margin-top: 0 !important;
  9671. margin-bottom: 0 !important;
  9672. }
  9673. .my-lg-1 {
  9674. margin-top: 0.25rem !important;
  9675. margin-bottom: 0.25rem !important;
  9676. }
  9677. .my-lg-2 {
  9678. margin-top: 0.5rem !important;
  9679. margin-bottom: 0.5rem !important;
  9680. }
  9681. .my-lg-3 {
  9682. margin-top: 1rem !important;
  9683. margin-bottom: 1rem !important;
  9684. }
  9685. .my-lg-4 {
  9686. margin-top: 1.5rem !important;
  9687. margin-bottom: 1.5rem !important;
  9688. }
  9689. .my-lg-5 {
  9690. margin-top: 3rem !important;
  9691. margin-bottom: 3rem !important;
  9692. }
  9693. .my-lg-auto {
  9694. margin-top: auto !important;
  9695. margin-bottom: auto !important;
  9696. }
  9697. .mt-lg-0 {
  9698. margin-top: 0 !important;
  9699. }
  9700. .mt-lg-1 {
  9701. margin-top: 0.25rem !important;
  9702. }
  9703. .mt-lg-2 {
  9704. margin-top: 0.5rem !important;
  9705. }
  9706. .mt-lg-3 {
  9707. margin-top: 1rem !important;
  9708. }
  9709. .mt-lg-4 {
  9710. margin-top: 1.5rem !important;
  9711. }
  9712. .mt-lg-5 {
  9713. margin-top: 3rem !important;
  9714. }
  9715. .mt-lg-auto {
  9716. margin-top: auto !important;
  9717. }
  9718. .me-lg-0 {
  9719. margin-right: 0 !important;
  9720. }
  9721. .me-lg-1 {
  9722. margin-right: 0.25rem !important;
  9723. }
  9724. .me-lg-2 {
  9725. margin-right: 0.5rem !important;
  9726. }
  9727. .me-lg-3 {
  9728. margin-right: 1rem !important;
  9729. }
  9730. .me-lg-4 {
  9731. margin-right: 1.5rem !important;
  9732. }
  9733. .me-lg-5 {
  9734. margin-right: 3rem !important;
  9735. }
  9736. .me-lg-auto {
  9737. margin-right: auto !important;
  9738. }
  9739. .mb-lg-0 {
  9740. margin-bottom: 0 !important;
  9741. }
  9742. .mb-lg-1 {
  9743. margin-bottom: 0.25rem !important;
  9744. }
  9745. .mb-lg-2 {
  9746. margin-bottom: 0.5rem !important;
  9747. }
  9748. .mb-lg-3 {
  9749. margin-bottom: 1rem !important;
  9750. }
  9751. .mb-lg-4 {
  9752. margin-bottom: 1.5rem !important;
  9753. }
  9754. .mb-lg-5 {
  9755. margin-bottom: 3rem !important;
  9756. }
  9757. .mb-lg-auto {
  9758. margin-bottom: auto !important;
  9759. }
  9760. .ms-lg-0 {
  9761. margin-left: 0 !important;
  9762. }
  9763. .ms-lg-1 {
  9764. margin-left: 0.25rem !important;
  9765. }
  9766. .ms-lg-2 {
  9767. margin-left: 0.5rem !important;
  9768. }
  9769. .ms-lg-3 {
  9770. margin-left: 1rem !important;
  9771. }
  9772. .ms-lg-4 {
  9773. margin-left: 1.5rem !important;
  9774. }
  9775. .ms-lg-5 {
  9776. margin-left: 3rem !important;
  9777. }
  9778. .ms-lg-auto {
  9779. margin-left: auto !important;
  9780. }
  9781. .p-lg-0 {
  9782. padding: 0 !important;
  9783. }
  9784. .p-lg-1 {
  9785. padding: 0.25rem !important;
  9786. }
  9787. .p-lg-2 {
  9788. padding: 0.5rem !important;
  9789. }
  9790. .p-lg-3 {
  9791. padding: 1rem !important;
  9792. }
  9793. .p-lg-4 {
  9794. padding: 1.5rem !important;
  9795. }
  9796. .p-lg-5 {
  9797. padding: 3rem !important;
  9798. }
  9799. .px-lg-0 {
  9800. padding-right: 0 !important;
  9801. padding-left: 0 !important;
  9802. }
  9803. .px-lg-1 {
  9804. padding-right: 0.25rem !important;
  9805. padding-left: 0.25rem !important;
  9806. }
  9807. .px-lg-2 {
  9808. padding-right: 0.5rem !important;
  9809. padding-left: 0.5rem !important;
  9810. }
  9811. .px-lg-3 {
  9812. padding-right: 1rem !important;
  9813. padding-left: 1rem !important;
  9814. }
  9815. .px-lg-4 {
  9816. padding-right: 1.5rem !important;
  9817. padding-left: 1.5rem !important;
  9818. }
  9819. .px-lg-5 {
  9820. padding-right: 3rem !important;
  9821. padding-left: 3rem !important;
  9822. }
  9823. .py-lg-0 {
  9824. padding-top: 0 !important;
  9825. padding-bottom: 0 !important;
  9826. }
  9827. .py-lg-1 {
  9828. padding-top: 0.25rem !important;
  9829. padding-bottom: 0.25rem !important;
  9830. }
  9831. .py-lg-2 {
  9832. padding-top: 0.5rem !important;
  9833. padding-bottom: 0.5rem !important;
  9834. }
  9835. .py-lg-3 {
  9836. padding-top: 1rem !important;
  9837. padding-bottom: 1rem !important;
  9838. }
  9839. .py-lg-4 {
  9840. padding-top: 1.5rem !important;
  9841. padding-bottom: 1.5rem !important;
  9842. }
  9843. .py-lg-5 {
  9844. padding-top: 3rem !important;
  9845. padding-bottom: 3rem !important;
  9846. }
  9847. .pt-lg-0 {
  9848. padding-top: 0 !important;
  9849. }
  9850. .pt-lg-1 {
  9851. padding-top: 0.25rem !important;
  9852. }
  9853. .pt-lg-2 {
  9854. padding-top: 0.5rem !important;
  9855. }
  9856. .pt-lg-3 {
  9857. padding-top: 1rem !important;
  9858. }
  9859. .pt-lg-4 {
  9860. padding-top: 1.5rem !important;
  9861. }
  9862. .pt-lg-5 {
  9863. padding-top: 3rem !important;
  9864. }
  9865. .pe-lg-0 {
  9866. padding-right: 0 !important;
  9867. }
  9868. .pe-lg-1 {
  9869. padding-right: 0.25rem !important;
  9870. }
  9871. .pe-lg-2 {
  9872. padding-right: 0.5rem !important;
  9873. }
  9874. .pe-lg-3 {
  9875. padding-right: 1rem !important;
  9876. }
  9877. .pe-lg-4 {
  9878. padding-right: 1.5rem !important;
  9879. }
  9880. .pe-lg-5 {
  9881. padding-right: 3rem !important;
  9882. }
  9883. .pb-lg-0 {
  9884. padding-bottom: 0 !important;
  9885. }
  9886. .pb-lg-1 {
  9887. padding-bottom: 0.25rem !important;
  9888. }
  9889. .pb-lg-2 {
  9890. padding-bottom: 0.5rem !important;
  9891. }
  9892. .pb-lg-3 {
  9893. padding-bottom: 1rem !important;
  9894. }
  9895. .pb-lg-4 {
  9896. padding-bottom: 1.5rem !important;
  9897. }
  9898. .pb-lg-5 {
  9899. padding-bottom: 3rem !important;
  9900. }
  9901. .ps-lg-0 {
  9902. padding-left: 0 !important;
  9903. }
  9904. .ps-lg-1 {
  9905. padding-left: 0.25rem !important;
  9906. }
  9907. .ps-lg-2 {
  9908. padding-left: 0.5rem !important;
  9909. }
  9910. .ps-lg-3 {
  9911. padding-left: 1rem !important;
  9912. }
  9913. .ps-lg-4 {
  9914. padding-left: 1.5rem !important;
  9915. }
  9916. .ps-lg-5 {
  9917. padding-left: 3rem !important;
  9918. }
  9919. .gap-lg-0 {
  9920. gap: 0 !important;
  9921. }
  9922. .gap-lg-1 {
  9923. gap: 0.25rem !important;
  9924. }
  9925. .gap-lg-2 {
  9926. gap: 0.5rem !important;
  9927. }
  9928. .gap-lg-3 {
  9929. gap: 1rem !important;
  9930. }
  9931. .gap-lg-4 {
  9932. gap: 1.5rem !important;
  9933. }
  9934. .gap-lg-5 {
  9935. gap: 3rem !important;
  9936. }
  9937. .row-gap-lg-0 {
  9938. row-gap: 0 !important;
  9939. }
  9940. .row-gap-lg-1 {
  9941. row-gap: 0.25rem !important;
  9942. }
  9943. .row-gap-lg-2 {
  9944. row-gap: 0.5rem !important;
  9945. }
  9946. .row-gap-lg-3 {
  9947. row-gap: 1rem !important;
  9948. }
  9949. .row-gap-lg-4 {
  9950. row-gap: 1.5rem !important;
  9951. }
  9952. .row-gap-lg-5 {
  9953. row-gap: 3rem !important;
  9954. }
  9955. .column-gap-lg-0 {
  9956. -moz-column-gap: 0 !important;
  9957. column-gap: 0 !important;
  9958. }
  9959. .column-gap-lg-1 {
  9960. -moz-column-gap: 0.25rem !important;
  9961. column-gap: 0.25rem !important;
  9962. }
  9963. .column-gap-lg-2 {
  9964. -moz-column-gap: 0.5rem !important;
  9965. column-gap: 0.5rem !important;
  9966. }
  9967. .column-gap-lg-3 {
  9968. -moz-column-gap: 1rem !important;
  9969. column-gap: 1rem !important;
  9970. }
  9971. .column-gap-lg-4 {
  9972. -moz-column-gap: 1.5rem !important;
  9973. column-gap: 1.5rem !important;
  9974. }
  9975. .column-gap-lg-5 {
  9976. -moz-column-gap: 3rem !important;
  9977. column-gap: 3rem !important;
  9978. }
  9979. .text-lg-start {
  9980. text-align: left !important;
  9981. }
  9982. .text-lg-end {
  9983. text-align: right !important;
  9984. }
  9985. .text-lg-center {
  9986. text-align: center !important;
  9987. }
  9988. }
  9989. @media (min-width: 1200px) {
  9990. .float-xl-start {
  9991. float: left !important;
  9992. }
  9993. .float-xl-end {
  9994. float: right !important;
  9995. }
  9996. .float-xl-none {
  9997. float: none !important;
  9998. }
  9999. .object-fit-xl-contain {
  10000. -o-object-fit: contain !important;
  10001. object-fit: contain !important;
  10002. }
  10003. .object-fit-xl-cover {
  10004. -o-object-fit: cover !important;
  10005. object-fit: cover !important;
  10006. }
  10007. .object-fit-xl-fill {
  10008. -o-object-fit: fill !important;
  10009. object-fit: fill !important;
  10010. }
  10011. .object-fit-xl-scale {
  10012. -o-object-fit: scale-down !important;
  10013. object-fit: scale-down !important;
  10014. }
  10015. .object-fit-xl-none {
  10016. -o-object-fit: none !important;
  10017. object-fit: none !important;
  10018. }
  10019. .d-xl-inline {
  10020. display: inline !important;
  10021. }
  10022. .d-xl-inline-block {
  10023. display: inline-block !important;
  10024. }
  10025. .d-xl-block {
  10026. display: block !important;
  10027. }
  10028. .d-xl-grid {
  10029. display: grid !important;
  10030. }
  10031. .d-xl-inline-grid {
  10032. display: inline-grid !important;
  10033. }
  10034. .d-xl-table {
  10035. display: table !important;
  10036. }
  10037. .d-xl-table-row {
  10038. display: table-row !important;
  10039. }
  10040. .d-xl-table-cell {
  10041. display: table-cell !important;
  10042. }
  10043. .d-xl-flex {
  10044. display: flex !important;
  10045. }
  10046. .d-xl-inline-flex {
  10047. display: inline-flex !important;
  10048. }
  10049. .d-xl-none {
  10050. display: none !important;
  10051. }
  10052. .flex-xl-fill {
  10053. flex: 1 1 auto !important;
  10054. }
  10055. .flex-xl-row {
  10056. flex-direction: row !important;
  10057. }
  10058. .flex-xl-column {
  10059. flex-direction: column !important;
  10060. }
  10061. .flex-xl-row-reverse {
  10062. flex-direction: row-reverse !important;
  10063. }
  10064. .flex-xl-column-reverse {
  10065. flex-direction: column-reverse !important;
  10066. }
  10067. .flex-xl-grow-0 {
  10068. flex-grow: 0 !important;
  10069. }
  10070. .flex-xl-grow-1 {
  10071. flex-grow: 1 !important;
  10072. }
  10073. .flex-xl-shrink-0 {
  10074. flex-shrink: 0 !important;
  10075. }
  10076. .flex-xl-shrink-1 {
  10077. flex-shrink: 1 !important;
  10078. }
  10079. .flex-xl-wrap {
  10080. flex-wrap: wrap !important;
  10081. }
  10082. .flex-xl-nowrap {
  10083. flex-wrap: nowrap !important;
  10084. }
  10085. .flex-xl-wrap-reverse {
  10086. flex-wrap: wrap-reverse !important;
  10087. }
  10088. .justify-content-xl-start {
  10089. justify-content: flex-start !important;
  10090. }
  10091. .justify-content-xl-end {
  10092. justify-content: flex-end !important;
  10093. }
  10094. .justify-content-xl-center {
  10095. justify-content: center !important;
  10096. }
  10097. .justify-content-xl-between {
  10098. justify-content: space-between !important;
  10099. }
  10100. .justify-content-xl-around {
  10101. justify-content: space-around !important;
  10102. }
  10103. .justify-content-xl-evenly {
  10104. justify-content: space-evenly !important;
  10105. }
  10106. .align-items-xl-start {
  10107. align-items: flex-start !important;
  10108. }
  10109. .align-items-xl-end {
  10110. align-items: flex-end !important;
  10111. }
  10112. .align-items-xl-center {
  10113. align-items: center !important;
  10114. }
  10115. .align-items-xl-baseline {
  10116. align-items: baseline !important;
  10117. }
  10118. .align-items-xl-stretch {
  10119. align-items: stretch !important;
  10120. }
  10121. .align-content-xl-start {
  10122. align-content: flex-start !important;
  10123. }
  10124. .align-content-xl-end {
  10125. align-content: flex-end !important;
  10126. }
  10127. .align-content-xl-center {
  10128. align-content: center !important;
  10129. }
  10130. .align-content-xl-between {
  10131. align-content: space-between !important;
  10132. }
  10133. .align-content-xl-around {
  10134. align-content: space-around !important;
  10135. }
  10136. .align-content-xl-stretch {
  10137. align-content: stretch !important;
  10138. }
  10139. .align-self-xl-auto {
  10140. align-self: auto !important;
  10141. }
  10142. .align-self-xl-start {
  10143. align-self: flex-start !important;
  10144. }
  10145. .align-self-xl-end {
  10146. align-self: flex-end !important;
  10147. }
  10148. .align-self-xl-center {
  10149. align-self: center !important;
  10150. }
  10151. .align-self-xl-baseline {
  10152. align-self: baseline !important;
  10153. }
  10154. .align-self-xl-stretch {
  10155. align-self: stretch !important;
  10156. }
  10157. .order-xl-first {
  10158. order: -1 !important;
  10159. }
  10160. .order-xl-0 {
  10161. order: 0 !important;
  10162. }
  10163. .order-xl-1 {
  10164. order: 1 !important;
  10165. }
  10166. .order-xl-2 {
  10167. order: 2 !important;
  10168. }
  10169. .order-xl-3 {
  10170. order: 3 !important;
  10171. }
  10172. .order-xl-4 {
  10173. order: 4 !important;
  10174. }
  10175. .order-xl-5 {
  10176. order: 5 !important;
  10177. }
  10178. .order-xl-last {
  10179. order: 6 !important;
  10180. }
  10181. .m-xl-0 {
  10182. margin: 0 !important;
  10183. }
  10184. .m-xl-1 {
  10185. margin: 0.25rem !important;
  10186. }
  10187. .m-xl-2 {
  10188. margin: 0.5rem !important;
  10189. }
  10190. .m-xl-3 {
  10191. margin: 1rem !important;
  10192. }
  10193. .m-xl-4 {
  10194. margin: 1.5rem !important;
  10195. }
  10196. .m-xl-5 {
  10197. margin: 3rem !important;
  10198. }
  10199. .m-xl-auto {
  10200. margin: auto !important;
  10201. }
  10202. .mx-xl-0 {
  10203. margin-right: 0 !important;
  10204. margin-left: 0 !important;
  10205. }
  10206. .mx-xl-1 {
  10207. margin-right: 0.25rem !important;
  10208. margin-left: 0.25rem !important;
  10209. }
  10210. .mx-xl-2 {
  10211. margin-right: 0.5rem !important;
  10212. margin-left: 0.5rem !important;
  10213. }
  10214. .mx-xl-3 {
  10215. margin-right: 1rem !important;
  10216. margin-left: 1rem !important;
  10217. }
  10218. .mx-xl-4 {
  10219. margin-right: 1.5rem !important;
  10220. margin-left: 1.5rem !important;
  10221. }
  10222. .mx-xl-5 {
  10223. margin-right: 3rem !important;
  10224. margin-left: 3rem !important;
  10225. }
  10226. .mx-xl-auto {
  10227. margin-right: auto !important;
  10228. margin-left: auto !important;
  10229. }
  10230. .my-xl-0 {
  10231. margin-top: 0 !important;
  10232. margin-bottom: 0 !important;
  10233. }
  10234. .my-xl-1 {
  10235. margin-top: 0.25rem !important;
  10236. margin-bottom: 0.25rem !important;
  10237. }
  10238. .my-xl-2 {
  10239. margin-top: 0.5rem !important;
  10240. margin-bottom: 0.5rem !important;
  10241. }
  10242. .my-xl-3 {
  10243. margin-top: 1rem !important;
  10244. margin-bottom: 1rem !important;
  10245. }
  10246. .my-xl-4 {
  10247. margin-top: 1.5rem !important;
  10248. margin-bottom: 1.5rem !important;
  10249. }
  10250. .my-xl-5 {
  10251. margin-top: 3rem !important;
  10252. margin-bottom: 3rem !important;
  10253. }
  10254. .my-xl-auto {
  10255. margin-top: auto !important;
  10256. margin-bottom: auto !important;
  10257. }
  10258. .mt-xl-0 {
  10259. margin-top: 0 !important;
  10260. }
  10261. .mt-xl-1 {
  10262. margin-top: 0.25rem !important;
  10263. }
  10264. .mt-xl-2 {
  10265. margin-top: 0.5rem !important;
  10266. }
  10267. .mt-xl-3 {
  10268. margin-top: 1rem !important;
  10269. }
  10270. .mt-xl-4 {
  10271. margin-top: 1.5rem !important;
  10272. }
  10273. .mt-xl-5 {
  10274. margin-top: 3rem !important;
  10275. }
  10276. .mt-xl-auto {
  10277. margin-top: auto !important;
  10278. }
  10279. .me-xl-0 {
  10280. margin-right: 0 !important;
  10281. }
  10282. .me-xl-1 {
  10283. margin-right: 0.25rem !important;
  10284. }
  10285. .me-xl-2 {
  10286. margin-right: 0.5rem !important;
  10287. }
  10288. .me-xl-3 {
  10289. margin-right: 1rem !important;
  10290. }
  10291. .me-xl-4 {
  10292. margin-right: 1.5rem !important;
  10293. }
  10294. .me-xl-5 {
  10295. margin-right: 3rem !important;
  10296. }
  10297. .me-xl-auto {
  10298. margin-right: auto !important;
  10299. }
  10300. .mb-xl-0 {
  10301. margin-bottom: 0 !important;
  10302. }
  10303. .mb-xl-1 {
  10304. margin-bottom: 0.25rem !important;
  10305. }
  10306. .mb-xl-2 {
  10307. margin-bottom: 0.5rem !important;
  10308. }
  10309. .mb-xl-3 {
  10310. margin-bottom: 1rem !important;
  10311. }
  10312. .mb-xl-4 {
  10313. margin-bottom: 1.5rem !important;
  10314. }
  10315. .mb-xl-5 {
  10316. margin-bottom: 3rem !important;
  10317. }
  10318. .mb-xl-auto {
  10319. margin-bottom: auto !important;
  10320. }
  10321. .ms-xl-0 {
  10322. margin-left: 0 !important;
  10323. }
  10324. .ms-xl-1 {
  10325. margin-left: 0.25rem !important;
  10326. }
  10327. .ms-xl-2 {
  10328. margin-left: 0.5rem !important;
  10329. }
  10330. .ms-xl-3 {
  10331. margin-left: 1rem !important;
  10332. }
  10333. .ms-xl-4 {
  10334. margin-left: 1.5rem !important;
  10335. }
  10336. .ms-xl-5 {
  10337. margin-left: 3rem !important;
  10338. }
  10339. .ms-xl-auto {
  10340. margin-left: auto !important;
  10341. }
  10342. .p-xl-0 {
  10343. padding: 0 !important;
  10344. }
  10345. .p-xl-1 {
  10346. padding: 0.25rem !important;
  10347. }
  10348. .p-xl-2 {
  10349. padding: 0.5rem !important;
  10350. }
  10351. .p-xl-3 {
  10352. padding: 1rem !important;
  10353. }
  10354. .p-xl-4 {
  10355. padding: 1.5rem !important;
  10356. }
  10357. .p-xl-5 {
  10358. padding: 3rem !important;
  10359. }
  10360. .px-xl-0 {
  10361. padding-right: 0 !important;
  10362. padding-left: 0 !important;
  10363. }
  10364. .px-xl-1 {
  10365. padding-right: 0.25rem !important;
  10366. padding-left: 0.25rem !important;
  10367. }
  10368. .px-xl-2 {
  10369. padding-right: 0.5rem !important;
  10370. padding-left: 0.5rem !important;
  10371. }
  10372. .px-xl-3 {
  10373. padding-right: 1rem !important;
  10374. padding-left: 1rem !important;
  10375. }
  10376. .px-xl-4 {
  10377. padding-right: 1.5rem !important;
  10378. padding-left: 1.5rem !important;
  10379. }
  10380. .px-xl-5 {
  10381. padding-right: 3rem !important;
  10382. padding-left: 3rem !important;
  10383. }
  10384. .py-xl-0 {
  10385. padding-top: 0 !important;
  10386. padding-bottom: 0 !important;
  10387. }
  10388. .py-xl-1 {
  10389. padding-top: 0.25rem !important;
  10390. padding-bottom: 0.25rem !important;
  10391. }
  10392. .py-xl-2 {
  10393. padding-top: 0.5rem !important;
  10394. padding-bottom: 0.5rem !important;
  10395. }
  10396. .py-xl-3 {
  10397. padding-top: 1rem !important;
  10398. padding-bottom: 1rem !important;
  10399. }
  10400. .py-xl-4 {
  10401. padding-top: 1.5rem !important;
  10402. padding-bottom: 1.5rem !important;
  10403. }
  10404. .py-xl-5 {
  10405. padding-top: 3rem !important;
  10406. padding-bottom: 3rem !important;
  10407. }
  10408. .pt-xl-0 {
  10409. padding-top: 0 !important;
  10410. }
  10411. .pt-xl-1 {
  10412. padding-top: 0.25rem !important;
  10413. }
  10414. .pt-xl-2 {
  10415. padding-top: 0.5rem !important;
  10416. }
  10417. .pt-xl-3 {
  10418. padding-top: 1rem !important;
  10419. }
  10420. .pt-xl-4 {
  10421. padding-top: 1.5rem !important;
  10422. }
  10423. .pt-xl-5 {
  10424. padding-top: 3rem !important;
  10425. }
  10426. .pe-xl-0 {
  10427. padding-right: 0 !important;
  10428. }
  10429. .pe-xl-1 {
  10430. padding-right: 0.25rem !important;
  10431. }
  10432. .pe-xl-2 {
  10433. padding-right: 0.5rem !important;
  10434. }
  10435. .pe-xl-3 {
  10436. padding-right: 1rem !important;
  10437. }
  10438. .pe-xl-4 {
  10439. padding-right: 1.5rem !important;
  10440. }
  10441. .pe-xl-5 {
  10442. padding-right: 3rem !important;
  10443. }
  10444. .pb-xl-0 {
  10445. padding-bottom: 0 !important;
  10446. }
  10447. .pb-xl-1 {
  10448. padding-bottom: 0.25rem !important;
  10449. }
  10450. .pb-xl-2 {
  10451. padding-bottom: 0.5rem !important;
  10452. }
  10453. .pb-xl-3 {
  10454. padding-bottom: 1rem !important;
  10455. }
  10456. .pb-xl-4 {
  10457. padding-bottom: 1.5rem !important;
  10458. }
  10459. .pb-xl-5 {
  10460. padding-bottom: 3rem !important;
  10461. }
  10462. .ps-xl-0 {
  10463. padding-left: 0 !important;
  10464. }
  10465. .ps-xl-1 {
  10466. padding-left: 0.25rem !important;
  10467. }
  10468. .ps-xl-2 {
  10469. padding-left: 0.5rem !important;
  10470. }
  10471. .ps-xl-3 {
  10472. padding-left: 1rem !important;
  10473. }
  10474. .ps-xl-4 {
  10475. padding-left: 1.5rem !important;
  10476. }
  10477. .ps-xl-5 {
  10478. padding-left: 3rem !important;
  10479. }
  10480. .gap-xl-0 {
  10481. gap: 0 !important;
  10482. }
  10483. .gap-xl-1 {
  10484. gap: 0.25rem !important;
  10485. }
  10486. .gap-xl-2 {
  10487. gap: 0.5rem !important;
  10488. }
  10489. .gap-xl-3 {
  10490. gap: 1rem !important;
  10491. }
  10492. .gap-xl-4 {
  10493. gap: 1.5rem !important;
  10494. }
  10495. .gap-xl-5 {
  10496. gap: 3rem !important;
  10497. }
  10498. .row-gap-xl-0 {
  10499. row-gap: 0 !important;
  10500. }
  10501. .row-gap-xl-1 {
  10502. row-gap: 0.25rem !important;
  10503. }
  10504. .row-gap-xl-2 {
  10505. row-gap: 0.5rem !important;
  10506. }
  10507. .row-gap-xl-3 {
  10508. row-gap: 1rem !important;
  10509. }
  10510. .row-gap-xl-4 {
  10511. row-gap: 1.5rem !important;
  10512. }
  10513. .row-gap-xl-5 {
  10514. row-gap: 3rem !important;
  10515. }
  10516. .column-gap-xl-0 {
  10517. -moz-column-gap: 0 !important;
  10518. column-gap: 0 !important;
  10519. }
  10520. .column-gap-xl-1 {
  10521. -moz-column-gap: 0.25rem !important;
  10522. column-gap: 0.25rem !important;
  10523. }
  10524. .column-gap-xl-2 {
  10525. -moz-column-gap: 0.5rem !important;
  10526. column-gap: 0.5rem !important;
  10527. }
  10528. .column-gap-xl-3 {
  10529. -moz-column-gap: 1rem !important;
  10530. column-gap: 1rem !important;
  10531. }
  10532. .column-gap-xl-4 {
  10533. -moz-column-gap: 1.5rem !important;
  10534. column-gap: 1.5rem !important;
  10535. }
  10536. .column-gap-xl-5 {
  10537. -moz-column-gap: 3rem !important;
  10538. column-gap: 3rem !important;
  10539. }
  10540. .text-xl-start {
  10541. text-align: left !important;
  10542. }
  10543. .text-xl-end {
  10544. text-align: right !important;
  10545. }
  10546. .text-xl-center {
  10547. text-align: center !important;
  10548. }
  10549. }
  10550. @media (min-width: 1400px) {
  10551. .float-xxl-start {
  10552. float: left !important;
  10553. }
  10554. .float-xxl-end {
  10555. float: right !important;
  10556. }
  10557. .float-xxl-none {
  10558. float: none !important;
  10559. }
  10560. .object-fit-xxl-contain {
  10561. -o-object-fit: contain !important;
  10562. object-fit: contain !important;
  10563. }
  10564. .object-fit-xxl-cover {
  10565. -o-object-fit: cover !important;
  10566. object-fit: cover !important;
  10567. }
  10568. .object-fit-xxl-fill {
  10569. -o-object-fit: fill !important;
  10570. object-fit: fill !important;
  10571. }
  10572. .object-fit-xxl-scale {
  10573. -o-object-fit: scale-down !important;
  10574. object-fit: scale-down !important;
  10575. }
  10576. .object-fit-xxl-none {
  10577. -o-object-fit: none !important;
  10578. object-fit: none !important;
  10579. }
  10580. .d-xxl-inline {
  10581. display: inline !important;
  10582. }
  10583. .d-xxl-inline-block {
  10584. display: inline-block !important;
  10585. }
  10586. .d-xxl-block {
  10587. display: block !important;
  10588. }
  10589. .d-xxl-grid {
  10590. display: grid !important;
  10591. }
  10592. .d-xxl-inline-grid {
  10593. display: inline-grid !important;
  10594. }
  10595. .d-xxl-table {
  10596. display: table !important;
  10597. }
  10598. .d-xxl-table-row {
  10599. display: table-row !important;
  10600. }
  10601. .d-xxl-table-cell {
  10602. display: table-cell !important;
  10603. }
  10604. .d-xxl-flex {
  10605. display: flex !important;
  10606. }
  10607. .d-xxl-inline-flex {
  10608. display: inline-flex !important;
  10609. }
  10610. .d-xxl-none {
  10611. display: none !important;
  10612. }
  10613. .flex-xxl-fill {
  10614. flex: 1 1 auto !important;
  10615. }
  10616. .flex-xxl-row {
  10617. flex-direction: row !important;
  10618. }
  10619. .flex-xxl-column {
  10620. flex-direction: column !important;
  10621. }
  10622. .flex-xxl-row-reverse {
  10623. flex-direction: row-reverse !important;
  10624. }
  10625. .flex-xxl-column-reverse {
  10626. flex-direction: column-reverse !important;
  10627. }
  10628. .flex-xxl-grow-0 {
  10629. flex-grow: 0 !important;
  10630. }
  10631. .flex-xxl-grow-1 {
  10632. flex-grow: 1 !important;
  10633. }
  10634. .flex-xxl-shrink-0 {
  10635. flex-shrink: 0 !important;
  10636. }
  10637. .flex-xxl-shrink-1 {
  10638. flex-shrink: 1 !important;
  10639. }
  10640. .flex-xxl-wrap {
  10641. flex-wrap: wrap !important;
  10642. }
  10643. .flex-xxl-nowrap {
  10644. flex-wrap: nowrap !important;
  10645. }
  10646. .flex-xxl-wrap-reverse {
  10647. flex-wrap: wrap-reverse !important;
  10648. }
  10649. .justify-content-xxl-start {
  10650. justify-content: flex-start !important;
  10651. }
  10652. .justify-content-xxl-end {
  10653. justify-content: flex-end !important;
  10654. }
  10655. .justify-content-xxl-center {
  10656. justify-content: center !important;
  10657. }
  10658. .justify-content-xxl-between {
  10659. justify-content: space-between !important;
  10660. }
  10661. .justify-content-xxl-around {
  10662. justify-content: space-around !important;
  10663. }
  10664. .justify-content-xxl-evenly {
  10665. justify-content: space-evenly !important;
  10666. }
  10667. .align-items-xxl-start {
  10668. align-items: flex-start !important;
  10669. }
  10670. .align-items-xxl-end {
  10671. align-items: flex-end !important;
  10672. }
  10673. .align-items-xxl-center {
  10674. align-items: center !important;
  10675. }
  10676. .align-items-xxl-baseline {
  10677. align-items: baseline !important;
  10678. }
  10679. .align-items-xxl-stretch {
  10680. align-items: stretch !important;
  10681. }
  10682. .align-content-xxl-start {
  10683. align-content: flex-start !important;
  10684. }
  10685. .align-content-xxl-end {
  10686. align-content: flex-end !important;
  10687. }
  10688. .align-content-xxl-center {
  10689. align-content: center !important;
  10690. }
  10691. .align-content-xxl-between {
  10692. align-content: space-between !important;
  10693. }
  10694. .align-content-xxl-around {
  10695. align-content: space-around !important;
  10696. }
  10697. .align-content-xxl-stretch {
  10698. align-content: stretch !important;
  10699. }
  10700. .align-self-xxl-auto {
  10701. align-self: auto !important;
  10702. }
  10703. .align-self-xxl-start {
  10704. align-self: flex-start !important;
  10705. }
  10706. .align-self-xxl-end {
  10707. align-self: flex-end !important;
  10708. }
  10709. .align-self-xxl-center {
  10710. align-self: center !important;
  10711. }
  10712. .align-self-xxl-baseline {
  10713. align-self: baseline !important;
  10714. }
  10715. .align-self-xxl-stretch {
  10716. align-self: stretch !important;
  10717. }
  10718. .order-xxl-first {
  10719. order: -1 !important;
  10720. }
  10721. .order-xxl-0 {
  10722. order: 0 !important;
  10723. }
  10724. .order-xxl-1 {
  10725. order: 1 !important;
  10726. }
  10727. .order-xxl-2 {
  10728. order: 2 !important;
  10729. }
  10730. .order-xxl-3 {
  10731. order: 3 !important;
  10732. }
  10733. .order-xxl-4 {
  10734. order: 4 !important;
  10735. }
  10736. .order-xxl-5 {
  10737. order: 5 !important;
  10738. }
  10739. .order-xxl-last {
  10740. order: 6 !important;
  10741. }
  10742. .m-xxl-0 {
  10743. margin: 0 !important;
  10744. }
  10745. .m-xxl-1 {
  10746. margin: 0.25rem !important;
  10747. }
  10748. .m-xxl-2 {
  10749. margin: 0.5rem !important;
  10750. }
  10751. .m-xxl-3 {
  10752. margin: 1rem !important;
  10753. }
  10754. .m-xxl-4 {
  10755. margin: 1.5rem !important;
  10756. }
  10757. .m-xxl-5 {
  10758. margin: 3rem !important;
  10759. }
  10760. .m-xxl-auto {
  10761. margin: auto !important;
  10762. }
  10763. .mx-xxl-0 {
  10764. margin-right: 0 !important;
  10765. margin-left: 0 !important;
  10766. }
  10767. .mx-xxl-1 {
  10768. margin-right: 0.25rem !important;
  10769. margin-left: 0.25rem !important;
  10770. }
  10771. .mx-xxl-2 {
  10772. margin-right: 0.5rem !important;
  10773. margin-left: 0.5rem !important;
  10774. }
  10775. .mx-xxl-3 {
  10776. margin-right: 1rem !important;
  10777. margin-left: 1rem !important;
  10778. }
  10779. .mx-xxl-4 {
  10780. margin-right: 1.5rem !important;
  10781. margin-left: 1.5rem !important;
  10782. }
  10783. .mx-xxl-5 {
  10784. margin-right: 3rem !important;
  10785. margin-left: 3rem !important;
  10786. }
  10787. .mx-xxl-auto {
  10788. margin-right: auto !important;
  10789. margin-left: auto !important;
  10790. }
  10791. .my-xxl-0 {
  10792. margin-top: 0 !important;
  10793. margin-bottom: 0 !important;
  10794. }
  10795. .my-xxl-1 {
  10796. margin-top: 0.25rem !important;
  10797. margin-bottom: 0.25rem !important;
  10798. }
  10799. .my-xxl-2 {
  10800. margin-top: 0.5rem !important;
  10801. margin-bottom: 0.5rem !important;
  10802. }
  10803. .my-xxl-3 {
  10804. margin-top: 1rem !important;
  10805. margin-bottom: 1rem !important;
  10806. }
  10807. .my-xxl-4 {
  10808. margin-top: 1.5rem !important;
  10809. margin-bottom: 1.5rem !important;
  10810. }
  10811. .my-xxl-5 {
  10812. margin-top: 3rem !important;
  10813. margin-bottom: 3rem !important;
  10814. }
  10815. .my-xxl-auto {
  10816. margin-top: auto !important;
  10817. margin-bottom: auto !important;
  10818. }
  10819. .mt-xxl-0 {
  10820. margin-top: 0 !important;
  10821. }
  10822. .mt-xxl-1 {
  10823. margin-top: 0.25rem !important;
  10824. }
  10825. .mt-xxl-2 {
  10826. margin-top: 0.5rem !important;
  10827. }
  10828. .mt-xxl-3 {
  10829. margin-top: 1rem !important;
  10830. }
  10831. .mt-xxl-4 {
  10832. margin-top: 1.5rem !important;
  10833. }
  10834. .mt-xxl-5 {
  10835. margin-top: 3rem !important;
  10836. }
  10837. .mt-xxl-auto {
  10838. margin-top: auto !important;
  10839. }
  10840. .me-xxl-0 {
  10841. margin-right: 0 !important;
  10842. }
  10843. .me-xxl-1 {
  10844. margin-right: 0.25rem !important;
  10845. }
  10846. .me-xxl-2 {
  10847. margin-right: 0.5rem !important;
  10848. }
  10849. .me-xxl-3 {
  10850. margin-right: 1rem !important;
  10851. }
  10852. .me-xxl-4 {
  10853. margin-right: 1.5rem !important;
  10854. }
  10855. .me-xxl-5 {
  10856. margin-right: 3rem !important;
  10857. }
  10858. .me-xxl-auto {
  10859. margin-right: auto !important;
  10860. }
  10861. .mb-xxl-0 {
  10862. margin-bottom: 0 !important;
  10863. }
  10864. .mb-xxl-1 {
  10865. margin-bottom: 0.25rem !important;
  10866. }
  10867. .mb-xxl-2 {
  10868. margin-bottom: 0.5rem !important;
  10869. }
  10870. .mb-xxl-3 {
  10871. margin-bottom: 1rem !important;
  10872. }
  10873. .mb-xxl-4 {
  10874. margin-bottom: 1.5rem !important;
  10875. }
  10876. .mb-xxl-5 {
  10877. margin-bottom: 3rem !important;
  10878. }
  10879. .mb-xxl-auto {
  10880. margin-bottom: auto !important;
  10881. }
  10882. .ms-xxl-0 {
  10883. margin-left: 0 !important;
  10884. }
  10885. .ms-xxl-1 {
  10886. margin-left: 0.25rem !important;
  10887. }
  10888. .ms-xxl-2 {
  10889. margin-left: 0.5rem !important;
  10890. }
  10891. .ms-xxl-3 {
  10892. margin-left: 1rem !important;
  10893. }
  10894. .ms-xxl-4 {
  10895. margin-left: 1.5rem !important;
  10896. }
  10897. .ms-xxl-5 {
  10898. margin-left: 3rem !important;
  10899. }
  10900. .ms-xxl-auto {
  10901. margin-left: auto !important;
  10902. }
  10903. .p-xxl-0 {
  10904. padding: 0 !important;
  10905. }
  10906. .p-xxl-1 {
  10907. padding: 0.25rem !important;
  10908. }
  10909. .p-xxl-2 {
  10910. padding: 0.5rem !important;
  10911. }
  10912. .p-xxl-3 {
  10913. padding: 1rem !important;
  10914. }
  10915. .p-xxl-4 {
  10916. padding: 1.5rem !important;
  10917. }
  10918. .p-xxl-5 {
  10919. padding: 3rem !important;
  10920. }
  10921. .px-xxl-0 {
  10922. padding-right: 0 !important;
  10923. padding-left: 0 !important;
  10924. }
  10925. .px-xxl-1 {
  10926. padding-right: 0.25rem !important;
  10927. padding-left: 0.25rem !important;
  10928. }
  10929. .px-xxl-2 {
  10930. padding-right: 0.5rem !important;
  10931. padding-left: 0.5rem !important;
  10932. }
  10933. .px-xxl-3 {
  10934. padding-right: 1rem !important;
  10935. padding-left: 1rem !important;
  10936. }
  10937. .px-xxl-4 {
  10938. padding-right: 1.5rem !important;
  10939. padding-left: 1.5rem !important;
  10940. }
  10941. .px-xxl-5 {
  10942. padding-right: 3rem !important;
  10943. padding-left: 3rem !important;
  10944. }
  10945. .py-xxl-0 {
  10946. padding-top: 0 !important;
  10947. padding-bottom: 0 !important;
  10948. }
  10949. .py-xxl-1 {
  10950. padding-top: 0.25rem !important;
  10951. padding-bottom: 0.25rem !important;
  10952. }
  10953. .py-xxl-2 {
  10954. padding-top: 0.5rem !important;
  10955. padding-bottom: 0.5rem !important;
  10956. }
  10957. .py-xxl-3 {
  10958. padding-top: 1rem !important;
  10959. padding-bottom: 1rem !important;
  10960. }
  10961. .py-xxl-4 {
  10962. padding-top: 1.5rem !important;
  10963. padding-bottom: 1.5rem !important;
  10964. }
  10965. .py-xxl-5 {
  10966. padding-top: 3rem !important;
  10967. padding-bottom: 3rem !important;
  10968. }
  10969. .pt-xxl-0 {
  10970. padding-top: 0 !important;
  10971. }
  10972. .pt-xxl-1 {
  10973. padding-top: 0.25rem !important;
  10974. }
  10975. .pt-xxl-2 {
  10976. padding-top: 0.5rem !important;
  10977. }
  10978. .pt-xxl-3 {
  10979. padding-top: 1rem !important;
  10980. }
  10981. .pt-xxl-4 {
  10982. padding-top: 1.5rem !important;
  10983. }
  10984. .pt-xxl-5 {
  10985. padding-top: 3rem !important;
  10986. }
  10987. .pe-xxl-0 {
  10988. padding-right: 0 !important;
  10989. }
  10990. .pe-xxl-1 {
  10991. padding-right: 0.25rem !important;
  10992. }
  10993. .pe-xxl-2 {
  10994. padding-right: 0.5rem !important;
  10995. }
  10996. .pe-xxl-3 {
  10997. padding-right: 1rem !important;
  10998. }
  10999. .pe-xxl-4 {
  11000. padding-right: 1.5rem !important;
  11001. }
  11002. .pe-xxl-5 {
  11003. padding-right: 3rem !important;
  11004. }
  11005. .pb-xxl-0 {
  11006. padding-bottom: 0 !important;
  11007. }
  11008. .pb-xxl-1 {
  11009. padding-bottom: 0.25rem !important;
  11010. }
  11011. .pb-xxl-2 {
  11012. padding-bottom: 0.5rem !important;
  11013. }
  11014. .pb-xxl-3 {
  11015. padding-bottom: 1rem !important;
  11016. }
  11017. .pb-xxl-4 {
  11018. padding-bottom: 1.5rem !important;
  11019. }
  11020. .pb-xxl-5 {
  11021. padding-bottom: 3rem !important;
  11022. }
  11023. .ps-xxl-0 {
  11024. padding-left: 0 !important;
  11025. }
  11026. .ps-xxl-1 {
  11027. padding-left: 0.25rem !important;
  11028. }
  11029. .ps-xxl-2 {
  11030. padding-left: 0.5rem !important;
  11031. }
  11032. .ps-xxl-3 {
  11033. padding-left: 1rem !important;
  11034. }
  11035. .ps-xxl-4 {
  11036. padding-left: 1.5rem !important;
  11037. }
  11038. .ps-xxl-5 {
  11039. padding-left: 3rem !important;
  11040. }
  11041. .gap-xxl-0 {
  11042. gap: 0 !important;
  11043. }
  11044. .gap-xxl-1 {
  11045. gap: 0.25rem !important;
  11046. }
  11047. .gap-xxl-2 {
  11048. gap: 0.5rem !important;
  11049. }
  11050. .gap-xxl-3 {
  11051. gap: 1rem !important;
  11052. }
  11053. .gap-xxl-4 {
  11054. gap: 1.5rem !important;
  11055. }
  11056. .gap-xxl-5 {
  11057. gap: 3rem !important;
  11058. }
  11059. .row-gap-xxl-0 {
  11060. row-gap: 0 !important;
  11061. }
  11062. .row-gap-xxl-1 {
  11063. row-gap: 0.25rem !important;
  11064. }
  11065. .row-gap-xxl-2 {
  11066. row-gap: 0.5rem !important;
  11067. }
  11068. .row-gap-xxl-3 {
  11069. row-gap: 1rem !important;
  11070. }
  11071. .row-gap-xxl-4 {
  11072. row-gap: 1.5rem !important;
  11073. }
  11074. .row-gap-xxl-5 {
  11075. row-gap: 3rem !important;
  11076. }
  11077. .column-gap-xxl-0 {
  11078. -moz-column-gap: 0 !important;
  11079. column-gap: 0 !important;
  11080. }
  11081. .column-gap-xxl-1 {
  11082. -moz-column-gap: 0.25rem !important;
  11083. column-gap: 0.25rem !important;
  11084. }
  11085. .column-gap-xxl-2 {
  11086. -moz-column-gap: 0.5rem !important;
  11087. column-gap: 0.5rem !important;
  11088. }
  11089. .column-gap-xxl-3 {
  11090. -moz-column-gap: 1rem !important;
  11091. column-gap: 1rem !important;
  11092. }
  11093. .column-gap-xxl-4 {
  11094. -moz-column-gap: 1.5rem !important;
  11095. column-gap: 1.5rem !important;
  11096. }
  11097. .column-gap-xxl-5 {
  11098. -moz-column-gap: 3rem !important;
  11099. column-gap: 3rem !important;
  11100. }
  11101. .text-xxl-start {
  11102. text-align: left !important;
  11103. }
  11104. .text-xxl-end {
  11105. text-align: right !important;
  11106. }
  11107. .text-xxl-center {
  11108. text-align: center !important;
  11109. }
  11110. }
  11111. @media (min-width: 1200px) {
  11112. .fs-1 {
  11113. font-size: 2.5rem !important;
  11114. }
  11115. .fs-2 {
  11116. font-size: 2rem !important;
  11117. }
  11118. .fs-3 {
  11119. font-size: 1.75rem !important;
  11120. }
  11121. .fs-4 {
  11122. font-size: 1.5rem !important;
  11123. }
  11124. }
  11125. @media print {
  11126. .d-print-inline {
  11127. display: inline !important;
  11128. }
  11129. .d-print-inline-block {
  11130. display: inline-block !important;
  11131. }
  11132. .d-print-block {
  11133. display: block !important;
  11134. }
  11135. .d-print-grid {
  11136. display: grid !important;
  11137. }
  11138. .d-print-inline-grid {
  11139. display: inline-grid !important;
  11140. }
  11141. .d-print-table {
  11142. display: table !important;
  11143. }
  11144. .d-print-table-row {
  11145. display: table-row !important;
  11146. }
  11147. .d-print-table-cell {
  11148. display: table-cell !important;
  11149. }
  11150. .d-print-flex {
  11151. display: flex !important;
  11152. }
  11153. .d-print-inline-flex {
  11154. display: inline-flex !important;
  11155. }
  11156. .d-print-none {
  11157. display: none !important;
  11158. }
  11159. }
  11160. /*# sourceMappingURL=bootstrap.css.map */