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.

12029 lines
274 KiB

5 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-right: 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-right: 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: right;
  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: right;
  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: right;
  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. [type="tel"],
  496. [type="url"],
  497. [type="email"],
  498. [type="number"] {
  499. direction: ltr;
  500. }
  501. ::-webkit-search-decoration {
  502. -webkit-appearance: none;
  503. }
  504. ::-webkit-color-swatch-wrapper {
  505. padding: 0;
  506. }
  507. ::-webkit-file-upload-button {
  508. font: inherit;
  509. -webkit-appearance: button;
  510. }
  511. ::file-selector-button {
  512. font: inherit;
  513. -webkit-appearance: button;
  514. }
  515. output {
  516. display: inline-block;
  517. }
  518. iframe {
  519. border: 0;
  520. }
  521. summary {
  522. display: list-item;
  523. cursor: pointer;
  524. }
  525. progress {
  526. vertical-align: baseline;
  527. }
  528. [hidden] {
  529. display: none !important;
  530. }
  531. .lead {
  532. font-size: 1.25rem;
  533. font-weight: 300;
  534. }
  535. .display-1 {
  536. font-size: calc(1.625rem + 4.5vw);
  537. font-weight: 300;
  538. line-height: 1.2;
  539. }
  540. @media (min-width: 1200px) {
  541. .display-1 {
  542. font-size: 5rem;
  543. }
  544. }
  545. .display-2 {
  546. font-size: calc(1.575rem + 3.9vw);
  547. font-weight: 300;
  548. line-height: 1.2;
  549. }
  550. @media (min-width: 1200px) {
  551. .display-2 {
  552. font-size: 4.5rem;
  553. }
  554. }
  555. .display-3 {
  556. font-size: calc(1.525rem + 3.3vw);
  557. font-weight: 300;
  558. line-height: 1.2;
  559. }
  560. @media (min-width: 1200px) {
  561. .display-3 {
  562. font-size: 4rem;
  563. }
  564. }
  565. .display-4 {
  566. font-size: calc(1.475rem + 2.7vw);
  567. font-weight: 300;
  568. line-height: 1.2;
  569. }
  570. @media (min-width: 1200px) {
  571. .display-4 {
  572. font-size: 3.5rem;
  573. }
  574. }
  575. .display-5 {
  576. font-size: calc(1.425rem + 2.1vw);
  577. font-weight: 300;
  578. line-height: 1.2;
  579. }
  580. @media (min-width: 1200px) {
  581. .display-5 {
  582. font-size: 3rem;
  583. }
  584. }
  585. .display-6 {
  586. font-size: calc(1.375rem + 1.5vw);
  587. font-weight: 300;
  588. line-height: 1.2;
  589. }
  590. @media (min-width: 1200px) {
  591. .display-6 {
  592. font-size: 2.5rem;
  593. }
  594. }
  595. .list-unstyled {
  596. padding-right: 0;
  597. list-style: none;
  598. }
  599. .list-inline {
  600. padding-right: 0;
  601. list-style: none;
  602. }
  603. .list-inline-item {
  604. display: inline-block;
  605. }
  606. .list-inline-item:not(:last-child) {
  607. margin-left: 0.5rem;
  608. }
  609. .initialism {
  610. font-size: 0.875em;
  611. text-transform: uppercase;
  612. }
  613. .blockquote {
  614. margin-bottom: 1rem;
  615. font-size: 1.25rem;
  616. }
  617. .blockquote > :last-child {
  618. margin-bottom: 0;
  619. }
  620. .blockquote-footer {
  621. margin-top: -1rem;
  622. margin-bottom: 1rem;
  623. font-size: 0.875em;
  624. color: #6c757d;
  625. }
  626. .blockquote-footer::before {
  627. content: "— ";
  628. }
  629. .img-fluid {
  630. max-width: 100%;
  631. height: auto;
  632. }
  633. .img-thumbnail {
  634. padding: 0.25rem;
  635. background-color: var(--bs-body-bg);
  636. border: var(--bs-border-width) solid var(--bs-border-color);
  637. border-radius: var(--bs-border-radius);
  638. max-width: 100%;
  639. height: auto;
  640. }
  641. .figure {
  642. display: inline-block;
  643. }
  644. .figure-img {
  645. margin-bottom: 0.5rem;
  646. line-height: 1;
  647. }
  648. .figure-caption {
  649. font-size: 0.875em;
  650. color: var(--bs-secondary-color);
  651. }
  652. .container,
  653. .container-fluid,
  654. .container-xxl,
  655. .container-xl,
  656. .container-lg,
  657. .container-md,
  658. .container-sm {
  659. --bs-gutter-x: 1.5rem;
  660. --bs-gutter-y: 0;
  661. width: 100%;
  662. padding-left: calc(var(--bs-gutter-x) * 0.5);
  663. padding-right: calc(var(--bs-gutter-x) * 0.5);
  664. margin-left: auto;
  665. margin-right: auto;
  666. }
  667. @media (min-width: 576px) {
  668. .container-sm, .container {
  669. max-width: 540px;
  670. }
  671. }
  672. @media (min-width: 768px) {
  673. .container-md, .container-sm, .container {
  674. max-width: 720px;
  675. }
  676. }
  677. @media (min-width: 992px) {
  678. .container-lg, .container-md, .container-sm, .container {
  679. max-width: 960px;
  680. }
  681. }
  682. @media (min-width: 1200px) {
  683. .container-xl, .container-lg, .container-md, .container-sm, .container {
  684. max-width: 1140px;
  685. }
  686. }
  687. @media (min-width: 1400px) {
  688. .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  689. max-width: 1320px;
  690. }
  691. }
  692. :root {
  693. --bs-breakpoint-xs: 0;
  694. --bs-breakpoint-sm: 576px;
  695. --bs-breakpoint-md: 768px;
  696. --bs-breakpoint-lg: 992px;
  697. --bs-breakpoint-xl: 1200px;
  698. --bs-breakpoint-xxl: 1400px;
  699. }
  700. .row {
  701. --bs-gutter-x: 1.5rem;
  702. --bs-gutter-y: 0;
  703. display: flex;
  704. flex-wrap: wrap;
  705. margin-top: calc(-1 * var(--bs-gutter-y));
  706. margin-left: calc(-0.5 * var(--bs-gutter-x));
  707. margin-right: calc(-0.5 * var(--bs-gutter-x));
  708. }
  709. .row > * {
  710. flex-shrink: 0;
  711. width: 100%;
  712. max-width: 100%;
  713. padding-left: calc(var(--bs-gutter-x) * 0.5);
  714. padding-right: calc(var(--bs-gutter-x) * 0.5);
  715. margin-top: var(--bs-gutter-y);
  716. }
  717. .col {
  718. flex: 1 0 0%;
  719. }
  720. .row-cols-auto > * {
  721. flex: 0 0 auto;
  722. width: auto;
  723. }
  724. .row-cols-1 > * {
  725. flex: 0 0 auto;
  726. width: 100%;
  727. }
  728. .row-cols-2 > * {
  729. flex: 0 0 auto;
  730. width: 50%;
  731. }
  732. .row-cols-3 > * {
  733. flex: 0 0 auto;
  734. width: 33.33333333%;
  735. }
  736. .row-cols-4 > * {
  737. flex: 0 0 auto;
  738. width: 25%;
  739. }
  740. .row-cols-5 > * {
  741. flex: 0 0 auto;
  742. width: 20%;
  743. }
  744. .row-cols-6 > * {
  745. flex: 0 0 auto;
  746. width: 16.66666667%;
  747. }
  748. .col-auto {
  749. flex: 0 0 auto;
  750. width: auto;
  751. }
  752. .col-1 {
  753. flex: 0 0 auto;
  754. width: 8.33333333%;
  755. }
  756. .col-2 {
  757. flex: 0 0 auto;
  758. width: 16.66666667%;
  759. }
  760. .col-3 {
  761. flex: 0 0 auto;
  762. width: 25%;
  763. }
  764. .col-4 {
  765. flex: 0 0 auto;
  766. width: 33.33333333%;
  767. }
  768. .col-5 {
  769. flex: 0 0 auto;
  770. width: 41.66666667%;
  771. }
  772. .col-6 {
  773. flex: 0 0 auto;
  774. width: 50%;
  775. }
  776. .col-7 {
  777. flex: 0 0 auto;
  778. width: 58.33333333%;
  779. }
  780. .col-8 {
  781. flex: 0 0 auto;
  782. width: 66.66666667%;
  783. }
  784. .col-9 {
  785. flex: 0 0 auto;
  786. width: 75%;
  787. }
  788. .col-10 {
  789. flex: 0 0 auto;
  790. width: 83.33333333%;
  791. }
  792. .col-11 {
  793. flex: 0 0 auto;
  794. width: 91.66666667%;
  795. }
  796. .col-12 {
  797. flex: 0 0 auto;
  798. width: 100%;
  799. }
  800. .offset-1 {
  801. margin-right: 8.33333333%;
  802. }
  803. .offset-2 {
  804. margin-right: 16.66666667%;
  805. }
  806. .offset-3 {
  807. margin-right: 25%;
  808. }
  809. .offset-4 {
  810. margin-right: 33.33333333%;
  811. }
  812. .offset-5 {
  813. margin-right: 41.66666667%;
  814. }
  815. .offset-6 {
  816. margin-right: 50%;
  817. }
  818. .offset-7 {
  819. margin-right: 58.33333333%;
  820. }
  821. .offset-8 {
  822. margin-right: 66.66666667%;
  823. }
  824. .offset-9 {
  825. margin-right: 75%;
  826. }
  827. .offset-10 {
  828. margin-right: 83.33333333%;
  829. }
  830. .offset-11 {
  831. margin-right: 91.66666667%;
  832. }
  833. .g-0,
  834. .gx-0 {
  835. --bs-gutter-x: 0;
  836. }
  837. .g-0,
  838. .gy-0 {
  839. --bs-gutter-y: 0;
  840. }
  841. .g-1,
  842. .gx-1 {
  843. --bs-gutter-x: 0.25rem;
  844. }
  845. .g-1,
  846. .gy-1 {
  847. --bs-gutter-y: 0.25rem;
  848. }
  849. .g-2,
  850. .gx-2 {
  851. --bs-gutter-x: 0.5rem;
  852. }
  853. .g-2,
  854. .gy-2 {
  855. --bs-gutter-y: 0.5rem;
  856. }
  857. .g-3,
  858. .gx-3 {
  859. --bs-gutter-x: 1rem;
  860. }
  861. .g-3,
  862. .gy-3 {
  863. --bs-gutter-y: 1rem;
  864. }
  865. .g-4,
  866. .gx-4 {
  867. --bs-gutter-x: 1.5rem;
  868. }
  869. .g-4,
  870. .gy-4 {
  871. --bs-gutter-y: 1.5rem;
  872. }
  873. .g-5,
  874. .gx-5 {
  875. --bs-gutter-x: 3rem;
  876. }
  877. .g-5,
  878. .gy-5 {
  879. --bs-gutter-y: 3rem;
  880. }
  881. @media (min-width: 576px) {
  882. .col-sm {
  883. flex: 1 0 0%;
  884. }
  885. .row-cols-sm-auto > * {
  886. flex: 0 0 auto;
  887. width: auto;
  888. }
  889. .row-cols-sm-1 > * {
  890. flex: 0 0 auto;
  891. width: 100%;
  892. }
  893. .row-cols-sm-2 > * {
  894. flex: 0 0 auto;
  895. width: 50%;
  896. }
  897. .row-cols-sm-3 > * {
  898. flex: 0 0 auto;
  899. width: 33.33333333%;
  900. }
  901. .row-cols-sm-4 > * {
  902. flex: 0 0 auto;
  903. width: 25%;
  904. }
  905. .row-cols-sm-5 > * {
  906. flex: 0 0 auto;
  907. width: 20%;
  908. }
  909. .row-cols-sm-6 > * {
  910. flex: 0 0 auto;
  911. width: 16.66666667%;
  912. }
  913. .col-sm-auto {
  914. flex: 0 0 auto;
  915. width: auto;
  916. }
  917. .col-sm-1 {
  918. flex: 0 0 auto;
  919. width: 8.33333333%;
  920. }
  921. .col-sm-2 {
  922. flex: 0 0 auto;
  923. width: 16.66666667%;
  924. }
  925. .col-sm-3 {
  926. flex: 0 0 auto;
  927. width: 25%;
  928. }
  929. .col-sm-4 {
  930. flex: 0 0 auto;
  931. width: 33.33333333%;
  932. }
  933. .col-sm-5 {
  934. flex: 0 0 auto;
  935. width: 41.66666667%;
  936. }
  937. .col-sm-6 {
  938. flex: 0 0 auto;
  939. width: 50%;
  940. }
  941. .col-sm-7 {
  942. flex: 0 0 auto;
  943. width: 58.33333333%;
  944. }
  945. .col-sm-8 {
  946. flex: 0 0 auto;
  947. width: 66.66666667%;
  948. }
  949. .col-sm-9 {
  950. flex: 0 0 auto;
  951. width: 75%;
  952. }
  953. .col-sm-10 {
  954. flex: 0 0 auto;
  955. width: 83.33333333%;
  956. }
  957. .col-sm-11 {
  958. flex: 0 0 auto;
  959. width: 91.66666667%;
  960. }
  961. .col-sm-12 {
  962. flex: 0 0 auto;
  963. width: 100%;
  964. }
  965. .offset-sm-0 {
  966. margin-right: 0;
  967. }
  968. .offset-sm-1 {
  969. margin-right: 8.33333333%;
  970. }
  971. .offset-sm-2 {
  972. margin-right: 16.66666667%;
  973. }
  974. .offset-sm-3 {
  975. margin-right: 25%;
  976. }
  977. .offset-sm-4 {
  978. margin-right: 33.33333333%;
  979. }
  980. .offset-sm-5 {
  981. margin-right: 41.66666667%;
  982. }
  983. .offset-sm-6 {
  984. margin-right: 50%;
  985. }
  986. .offset-sm-7 {
  987. margin-right: 58.33333333%;
  988. }
  989. .offset-sm-8 {
  990. margin-right: 66.66666667%;
  991. }
  992. .offset-sm-9 {
  993. margin-right: 75%;
  994. }
  995. .offset-sm-10 {
  996. margin-right: 83.33333333%;
  997. }
  998. .offset-sm-11 {
  999. margin-right: 91.66666667%;
  1000. }
  1001. .g-sm-0,
  1002. .gx-sm-0 {
  1003. --bs-gutter-x: 0;
  1004. }
  1005. .g-sm-0,
  1006. .gy-sm-0 {
  1007. --bs-gutter-y: 0;
  1008. }
  1009. .g-sm-1,
  1010. .gx-sm-1 {
  1011. --bs-gutter-x: 0.25rem;
  1012. }
  1013. .g-sm-1,
  1014. .gy-sm-1 {
  1015. --bs-gutter-y: 0.25rem;
  1016. }
  1017. .g-sm-2,
  1018. .gx-sm-2 {
  1019. --bs-gutter-x: 0.5rem;
  1020. }
  1021. .g-sm-2,
  1022. .gy-sm-2 {
  1023. --bs-gutter-y: 0.5rem;
  1024. }
  1025. .g-sm-3,
  1026. .gx-sm-3 {
  1027. --bs-gutter-x: 1rem;
  1028. }
  1029. .g-sm-3,
  1030. .gy-sm-3 {
  1031. --bs-gutter-y: 1rem;
  1032. }
  1033. .g-sm-4,
  1034. .gx-sm-4 {
  1035. --bs-gutter-x: 1.5rem;
  1036. }
  1037. .g-sm-4,
  1038. .gy-sm-4 {
  1039. --bs-gutter-y: 1.5rem;
  1040. }
  1041. .g-sm-5,
  1042. .gx-sm-5 {
  1043. --bs-gutter-x: 3rem;
  1044. }
  1045. .g-sm-5,
  1046. .gy-sm-5 {
  1047. --bs-gutter-y: 3rem;
  1048. }
  1049. }
  1050. @media (min-width: 768px) {
  1051. .col-md {
  1052. flex: 1 0 0%;
  1053. }
  1054. .row-cols-md-auto > * {
  1055. flex: 0 0 auto;
  1056. width: auto;
  1057. }
  1058. .row-cols-md-1 > * {
  1059. flex: 0 0 auto;
  1060. width: 100%;
  1061. }
  1062. .row-cols-md-2 > * {
  1063. flex: 0 0 auto;
  1064. width: 50%;
  1065. }
  1066. .row-cols-md-3 > * {
  1067. flex: 0 0 auto;
  1068. width: 33.33333333%;
  1069. }
  1070. .row-cols-md-4 > * {
  1071. flex: 0 0 auto;
  1072. width: 25%;
  1073. }
  1074. .row-cols-md-5 > * {
  1075. flex: 0 0 auto;
  1076. width: 20%;
  1077. }
  1078. .row-cols-md-6 > * {
  1079. flex: 0 0 auto;
  1080. width: 16.66666667%;
  1081. }
  1082. .col-md-auto {
  1083. flex: 0 0 auto;
  1084. width: auto;
  1085. }
  1086. .col-md-1 {
  1087. flex: 0 0 auto;
  1088. width: 8.33333333%;
  1089. }
  1090. .col-md-2 {
  1091. flex: 0 0 auto;
  1092. width: 16.66666667%;
  1093. }
  1094. .col-md-3 {
  1095. flex: 0 0 auto;
  1096. width: 25%;
  1097. }
  1098. .col-md-4 {
  1099. flex: 0 0 auto;
  1100. width: 33.33333333%;
  1101. }
  1102. .col-md-5 {
  1103. flex: 0 0 auto;
  1104. width: 41.66666667%;
  1105. }
  1106. .col-md-6 {
  1107. flex: 0 0 auto;
  1108. width: 50%;
  1109. }
  1110. .col-md-7 {
  1111. flex: 0 0 auto;
  1112. width: 58.33333333%;
  1113. }
  1114. .col-md-8 {
  1115. flex: 0 0 auto;
  1116. width: 66.66666667%;
  1117. }
  1118. .col-md-9 {
  1119. flex: 0 0 auto;
  1120. width: 75%;
  1121. }
  1122. .col-md-10 {
  1123. flex: 0 0 auto;
  1124. width: 83.33333333%;
  1125. }
  1126. .col-md-11 {
  1127. flex: 0 0 auto;
  1128. width: 91.66666667%;
  1129. }
  1130. .col-md-12 {
  1131. flex: 0 0 auto;
  1132. width: 100%;
  1133. }
  1134. .offset-md-0 {
  1135. margin-right: 0;
  1136. }
  1137. .offset-md-1 {
  1138. margin-right: 8.33333333%;
  1139. }
  1140. .offset-md-2 {
  1141. margin-right: 16.66666667%;
  1142. }
  1143. .offset-md-3 {
  1144. margin-right: 25%;
  1145. }
  1146. .offset-md-4 {
  1147. margin-right: 33.33333333%;
  1148. }
  1149. .offset-md-5 {
  1150. margin-right: 41.66666667%;
  1151. }
  1152. .offset-md-6 {
  1153. margin-right: 50%;
  1154. }
  1155. .offset-md-7 {
  1156. margin-right: 58.33333333%;
  1157. }
  1158. .offset-md-8 {
  1159. margin-right: 66.66666667%;
  1160. }
  1161. .offset-md-9 {
  1162. margin-right: 75%;
  1163. }
  1164. .offset-md-10 {
  1165. margin-right: 83.33333333%;
  1166. }
  1167. .offset-md-11 {
  1168. margin-right: 91.66666667%;
  1169. }
  1170. .g-md-0,
  1171. .gx-md-0 {
  1172. --bs-gutter-x: 0;
  1173. }
  1174. .g-md-0,
  1175. .gy-md-0 {
  1176. --bs-gutter-y: 0;
  1177. }
  1178. .g-md-1,
  1179. .gx-md-1 {
  1180. --bs-gutter-x: 0.25rem;
  1181. }
  1182. .g-md-1,
  1183. .gy-md-1 {
  1184. --bs-gutter-y: 0.25rem;
  1185. }
  1186. .g-md-2,
  1187. .gx-md-2 {
  1188. --bs-gutter-x: 0.5rem;
  1189. }
  1190. .g-md-2,
  1191. .gy-md-2 {
  1192. --bs-gutter-y: 0.5rem;
  1193. }
  1194. .g-md-3,
  1195. .gx-md-3 {
  1196. --bs-gutter-x: 1rem;
  1197. }
  1198. .g-md-3,
  1199. .gy-md-3 {
  1200. --bs-gutter-y: 1rem;
  1201. }
  1202. .g-md-4,
  1203. .gx-md-4 {
  1204. --bs-gutter-x: 1.5rem;
  1205. }
  1206. .g-md-4,
  1207. .gy-md-4 {
  1208. --bs-gutter-y: 1.5rem;
  1209. }
  1210. .g-md-5,
  1211. .gx-md-5 {
  1212. --bs-gutter-x: 3rem;
  1213. }
  1214. .g-md-5,
  1215. .gy-md-5 {
  1216. --bs-gutter-y: 3rem;
  1217. }
  1218. }
  1219. @media (min-width: 992px) {
  1220. .col-lg {
  1221. flex: 1 0 0%;
  1222. }
  1223. .row-cols-lg-auto > * {
  1224. flex: 0 0 auto;
  1225. width: auto;
  1226. }
  1227. .row-cols-lg-1 > * {
  1228. flex: 0 0 auto;
  1229. width: 100%;
  1230. }
  1231. .row-cols-lg-2 > * {
  1232. flex: 0 0 auto;
  1233. width: 50%;
  1234. }
  1235. .row-cols-lg-3 > * {
  1236. flex: 0 0 auto;
  1237. width: 33.33333333%;
  1238. }
  1239. .row-cols-lg-4 > * {
  1240. flex: 0 0 auto;
  1241. width: 25%;
  1242. }
  1243. .row-cols-lg-5 > * {
  1244. flex: 0 0 auto;
  1245. width: 20%;
  1246. }
  1247. .row-cols-lg-6 > * {
  1248. flex: 0 0 auto;
  1249. width: 16.66666667%;
  1250. }
  1251. .col-lg-auto {
  1252. flex: 0 0 auto;
  1253. width: auto;
  1254. }
  1255. .col-lg-1 {
  1256. flex: 0 0 auto;
  1257. width: 8.33333333%;
  1258. }
  1259. .col-lg-2 {
  1260. flex: 0 0 auto;
  1261. width: 16.66666667%;
  1262. }
  1263. .col-lg-3 {
  1264. flex: 0 0 auto;
  1265. width: 25%;
  1266. }
  1267. .col-lg-4 {
  1268. flex: 0 0 auto;
  1269. width: 33.33333333%;
  1270. }
  1271. .col-lg-5 {
  1272. flex: 0 0 auto;
  1273. width: 41.66666667%;
  1274. }
  1275. .col-lg-6 {
  1276. flex: 0 0 auto;
  1277. width: 50%;
  1278. }
  1279. .col-lg-7 {
  1280. flex: 0 0 auto;
  1281. width: 58.33333333%;
  1282. }
  1283. .col-lg-8 {
  1284. flex: 0 0 auto;
  1285. width: 66.66666667%;
  1286. }
  1287. .col-lg-9 {
  1288. flex: 0 0 auto;
  1289. width: 75%;
  1290. }
  1291. .col-lg-10 {
  1292. flex: 0 0 auto;
  1293. width: 83.33333333%;
  1294. }
  1295. .col-lg-11 {
  1296. flex: 0 0 auto;
  1297. width: 91.66666667%;
  1298. }
  1299. .col-lg-12 {
  1300. flex: 0 0 auto;
  1301. width: 100%;
  1302. }
  1303. .offset-lg-0 {
  1304. margin-right: 0;
  1305. }
  1306. .offset-lg-1 {
  1307. margin-right: 8.33333333%;
  1308. }
  1309. .offset-lg-2 {
  1310. margin-right: 16.66666667%;
  1311. }
  1312. .offset-lg-3 {
  1313. margin-right: 25%;
  1314. }
  1315. .offset-lg-4 {
  1316. margin-right: 33.33333333%;
  1317. }
  1318. .offset-lg-5 {
  1319. margin-right: 41.66666667%;
  1320. }
  1321. .offset-lg-6 {
  1322. margin-right: 50%;
  1323. }
  1324. .offset-lg-7 {
  1325. margin-right: 58.33333333%;
  1326. }
  1327. .offset-lg-8 {
  1328. margin-right: 66.66666667%;
  1329. }
  1330. .offset-lg-9 {
  1331. margin-right: 75%;
  1332. }
  1333. .offset-lg-10 {
  1334. margin-right: 83.33333333%;
  1335. }
  1336. .offset-lg-11 {
  1337. margin-right: 91.66666667%;
  1338. }
  1339. .g-lg-0,
  1340. .gx-lg-0 {
  1341. --bs-gutter-x: 0;
  1342. }
  1343. .g-lg-0,
  1344. .gy-lg-0 {
  1345. --bs-gutter-y: 0;
  1346. }
  1347. .g-lg-1,
  1348. .gx-lg-1 {
  1349. --bs-gutter-x: 0.25rem;
  1350. }
  1351. .g-lg-1,
  1352. .gy-lg-1 {
  1353. --bs-gutter-y: 0.25rem;
  1354. }
  1355. .g-lg-2,
  1356. .gx-lg-2 {
  1357. --bs-gutter-x: 0.5rem;
  1358. }
  1359. .g-lg-2,
  1360. .gy-lg-2 {
  1361. --bs-gutter-y: 0.5rem;
  1362. }
  1363. .g-lg-3,
  1364. .gx-lg-3 {
  1365. --bs-gutter-x: 1rem;
  1366. }
  1367. .g-lg-3,
  1368. .gy-lg-3 {
  1369. --bs-gutter-y: 1rem;
  1370. }
  1371. .g-lg-4,
  1372. .gx-lg-4 {
  1373. --bs-gutter-x: 1.5rem;
  1374. }
  1375. .g-lg-4,
  1376. .gy-lg-4 {
  1377. --bs-gutter-y: 1.5rem;
  1378. }
  1379. .g-lg-5,
  1380. .gx-lg-5 {
  1381. --bs-gutter-x: 3rem;
  1382. }
  1383. .g-lg-5,
  1384. .gy-lg-5 {
  1385. --bs-gutter-y: 3rem;
  1386. }
  1387. }
  1388. @media (min-width: 1200px) {
  1389. .col-xl {
  1390. flex: 1 0 0%;
  1391. }
  1392. .row-cols-xl-auto > * {
  1393. flex: 0 0 auto;
  1394. width: auto;
  1395. }
  1396. .row-cols-xl-1 > * {
  1397. flex: 0 0 auto;
  1398. width: 100%;
  1399. }
  1400. .row-cols-xl-2 > * {
  1401. flex: 0 0 auto;
  1402. width: 50%;
  1403. }
  1404. .row-cols-xl-3 > * {
  1405. flex: 0 0 auto;
  1406. width: 33.33333333%;
  1407. }
  1408. .row-cols-xl-4 > * {
  1409. flex: 0 0 auto;
  1410. width: 25%;
  1411. }
  1412. .row-cols-xl-5 > * {
  1413. flex: 0 0 auto;
  1414. width: 20%;
  1415. }
  1416. .row-cols-xl-6 > * {
  1417. flex: 0 0 auto;
  1418. width: 16.66666667%;
  1419. }
  1420. .col-xl-auto {
  1421. flex: 0 0 auto;
  1422. width: auto;
  1423. }
  1424. .col-xl-1 {
  1425. flex: 0 0 auto;
  1426. width: 8.33333333%;
  1427. }
  1428. .col-xl-2 {
  1429. flex: 0 0 auto;
  1430. width: 16.66666667%;
  1431. }
  1432. .col-xl-3 {
  1433. flex: 0 0 auto;
  1434. width: 25%;
  1435. }
  1436. .col-xl-4 {
  1437. flex: 0 0 auto;
  1438. width: 33.33333333%;
  1439. }
  1440. .col-xl-5 {
  1441. flex: 0 0 auto;
  1442. width: 41.66666667%;
  1443. }
  1444. .col-xl-6 {
  1445. flex: 0 0 auto;
  1446. width: 50%;
  1447. }
  1448. .col-xl-7 {
  1449. flex: 0 0 auto;
  1450. width: 58.33333333%;
  1451. }
  1452. .col-xl-8 {
  1453. flex: 0 0 auto;
  1454. width: 66.66666667%;
  1455. }
  1456. .col-xl-9 {
  1457. flex: 0 0 auto;
  1458. width: 75%;
  1459. }
  1460. .col-xl-10 {
  1461. flex: 0 0 auto;
  1462. width: 83.33333333%;
  1463. }
  1464. .col-xl-11 {
  1465. flex: 0 0 auto;
  1466. width: 91.66666667%;
  1467. }
  1468. .col-xl-12 {
  1469. flex: 0 0 auto;
  1470. width: 100%;
  1471. }
  1472. .offset-xl-0 {
  1473. margin-right: 0;
  1474. }
  1475. .offset-xl-1 {
  1476. margin-right: 8.33333333%;
  1477. }
  1478. .offset-xl-2 {
  1479. margin-right: 16.66666667%;
  1480. }
  1481. .offset-xl-3 {
  1482. margin-right: 25%;
  1483. }
  1484. .offset-xl-4 {
  1485. margin-right: 33.33333333%;
  1486. }
  1487. .offset-xl-5 {
  1488. margin-right: 41.66666667%;
  1489. }
  1490. .offset-xl-6 {
  1491. margin-right: 50%;
  1492. }
  1493. .offset-xl-7 {
  1494. margin-right: 58.33333333%;
  1495. }
  1496. .offset-xl-8 {
  1497. margin-right: 66.66666667%;
  1498. }
  1499. .offset-xl-9 {
  1500. margin-right: 75%;
  1501. }
  1502. .offset-xl-10 {
  1503. margin-right: 83.33333333%;
  1504. }
  1505. .offset-xl-11 {
  1506. margin-right: 91.66666667%;
  1507. }
  1508. .g-xl-0,
  1509. .gx-xl-0 {
  1510. --bs-gutter-x: 0;
  1511. }
  1512. .g-xl-0,
  1513. .gy-xl-0 {
  1514. --bs-gutter-y: 0;
  1515. }
  1516. .g-xl-1,
  1517. .gx-xl-1 {
  1518. --bs-gutter-x: 0.25rem;
  1519. }
  1520. .g-xl-1,
  1521. .gy-xl-1 {
  1522. --bs-gutter-y: 0.25rem;
  1523. }
  1524. .g-xl-2,
  1525. .gx-xl-2 {
  1526. --bs-gutter-x: 0.5rem;
  1527. }
  1528. .g-xl-2,
  1529. .gy-xl-2 {
  1530. --bs-gutter-y: 0.5rem;
  1531. }
  1532. .g-xl-3,
  1533. .gx-xl-3 {
  1534. --bs-gutter-x: 1rem;
  1535. }
  1536. .g-xl-3,
  1537. .gy-xl-3 {
  1538. --bs-gutter-y: 1rem;
  1539. }
  1540. .g-xl-4,
  1541. .gx-xl-4 {
  1542. --bs-gutter-x: 1.5rem;
  1543. }
  1544. .g-xl-4,
  1545. .gy-xl-4 {
  1546. --bs-gutter-y: 1.5rem;
  1547. }
  1548. .g-xl-5,
  1549. .gx-xl-5 {
  1550. --bs-gutter-x: 3rem;
  1551. }
  1552. .g-xl-5,
  1553. .gy-xl-5 {
  1554. --bs-gutter-y: 3rem;
  1555. }
  1556. }
  1557. @media (min-width: 1400px) {
  1558. .col-xxl {
  1559. flex: 1 0 0%;
  1560. }
  1561. .row-cols-xxl-auto > * {
  1562. flex: 0 0 auto;
  1563. width: auto;
  1564. }
  1565. .row-cols-xxl-1 > * {
  1566. flex: 0 0 auto;
  1567. width: 100%;
  1568. }
  1569. .row-cols-xxl-2 > * {
  1570. flex: 0 0 auto;
  1571. width: 50%;
  1572. }
  1573. .row-cols-xxl-3 > * {
  1574. flex: 0 0 auto;
  1575. width: 33.33333333%;
  1576. }
  1577. .row-cols-xxl-4 > * {
  1578. flex: 0 0 auto;
  1579. width: 25%;
  1580. }
  1581. .row-cols-xxl-5 > * {
  1582. flex: 0 0 auto;
  1583. width: 20%;
  1584. }
  1585. .row-cols-xxl-6 > * {
  1586. flex: 0 0 auto;
  1587. width: 16.66666667%;
  1588. }
  1589. .col-xxl-auto {
  1590. flex: 0 0 auto;
  1591. width: auto;
  1592. }
  1593. .col-xxl-1 {
  1594. flex: 0 0 auto;
  1595. width: 8.33333333%;
  1596. }
  1597. .col-xxl-2 {
  1598. flex: 0 0 auto;
  1599. width: 16.66666667%;
  1600. }
  1601. .col-xxl-3 {
  1602. flex: 0 0 auto;
  1603. width: 25%;
  1604. }
  1605. .col-xxl-4 {
  1606. flex: 0 0 auto;
  1607. width: 33.33333333%;
  1608. }
  1609. .col-xxl-5 {
  1610. flex: 0 0 auto;
  1611. width: 41.66666667%;
  1612. }
  1613. .col-xxl-6 {
  1614. flex: 0 0 auto;
  1615. width: 50%;
  1616. }
  1617. .col-xxl-7 {
  1618. flex: 0 0 auto;
  1619. width: 58.33333333%;
  1620. }
  1621. .col-xxl-8 {
  1622. flex: 0 0 auto;
  1623. width: 66.66666667%;
  1624. }
  1625. .col-xxl-9 {
  1626. flex: 0 0 auto;
  1627. width: 75%;
  1628. }
  1629. .col-xxl-10 {
  1630. flex: 0 0 auto;
  1631. width: 83.33333333%;
  1632. }
  1633. .col-xxl-11 {
  1634. flex: 0 0 auto;
  1635. width: 91.66666667%;
  1636. }
  1637. .col-xxl-12 {
  1638. flex: 0 0 auto;
  1639. width: 100%;
  1640. }
  1641. .offset-xxl-0 {
  1642. margin-right: 0;
  1643. }
  1644. .offset-xxl-1 {
  1645. margin-right: 8.33333333%;
  1646. }
  1647. .offset-xxl-2 {
  1648. margin-right: 16.66666667%;
  1649. }
  1650. .offset-xxl-3 {
  1651. margin-right: 25%;
  1652. }
  1653. .offset-xxl-4 {
  1654. margin-right: 33.33333333%;
  1655. }
  1656. .offset-xxl-5 {
  1657. margin-right: 41.66666667%;
  1658. }
  1659. .offset-xxl-6 {
  1660. margin-right: 50%;
  1661. }
  1662. .offset-xxl-7 {
  1663. margin-right: 58.33333333%;
  1664. }
  1665. .offset-xxl-8 {
  1666. margin-right: 66.66666667%;
  1667. }
  1668. .offset-xxl-9 {
  1669. margin-right: 75%;
  1670. }
  1671. .offset-xxl-10 {
  1672. margin-right: 83.33333333%;
  1673. }
  1674. .offset-xxl-11 {
  1675. margin-right: 91.66666667%;
  1676. }
  1677. .g-xxl-0,
  1678. .gx-xxl-0 {
  1679. --bs-gutter-x: 0;
  1680. }
  1681. .g-xxl-0,
  1682. .gy-xxl-0 {
  1683. --bs-gutter-y: 0;
  1684. }
  1685. .g-xxl-1,
  1686. .gx-xxl-1 {
  1687. --bs-gutter-x: 0.25rem;
  1688. }
  1689. .g-xxl-1,
  1690. .gy-xxl-1 {
  1691. --bs-gutter-y: 0.25rem;
  1692. }
  1693. .g-xxl-2,
  1694. .gx-xxl-2 {
  1695. --bs-gutter-x: 0.5rem;
  1696. }
  1697. .g-xxl-2,
  1698. .gy-xxl-2 {
  1699. --bs-gutter-y: 0.5rem;
  1700. }
  1701. .g-xxl-3,
  1702. .gx-xxl-3 {
  1703. --bs-gutter-x: 1rem;
  1704. }
  1705. .g-xxl-3,
  1706. .gy-xxl-3 {
  1707. --bs-gutter-y: 1rem;
  1708. }
  1709. .g-xxl-4,
  1710. .gx-xxl-4 {
  1711. --bs-gutter-x: 1.5rem;
  1712. }
  1713. .g-xxl-4,
  1714. .gy-xxl-4 {
  1715. --bs-gutter-y: 1.5rem;
  1716. }
  1717. .g-xxl-5,
  1718. .gx-xxl-5 {
  1719. --bs-gutter-x: 3rem;
  1720. }
  1721. .g-xxl-5,
  1722. .gy-xxl-5 {
  1723. --bs-gutter-y: 3rem;
  1724. }
  1725. }
  1726. .table {
  1727. --bs-table-color-type: initial;
  1728. --bs-table-bg-type: initial;
  1729. --bs-table-color-state: initial;
  1730. --bs-table-bg-state: initial;
  1731. --bs-table-color: var(--bs-emphasis-color);
  1732. --bs-table-bg: var(--bs-body-bg);
  1733. --bs-table-border-color: var(--bs-border-color);
  1734. --bs-table-accent-bg: transparent;
  1735. --bs-table-striped-color: var(--bs-emphasis-color);
  1736. --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  1737. --bs-table-active-color: var(--bs-emphasis-color);
  1738. --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  1739. --bs-table-hover-color: var(--bs-emphasis-color);
  1740. --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  1741. width: 100%;
  1742. margin-bottom: 1rem;
  1743. vertical-align: top;
  1744. border-color: var(--bs-table-border-color);
  1745. }
  1746. .table > :not(caption) > * > * {
  1747. padding: 0.5rem 0.5rem;
  1748. color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  1749. background-color: var(--bs-table-bg);
  1750. border-bottom-width: var(--bs-border-width);
  1751. box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  1752. }
  1753. .table > tbody {
  1754. vertical-align: inherit;
  1755. }
  1756. .table > thead {
  1757. vertical-align: bottom;
  1758. }
  1759. .table-group-divider {
  1760. border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
  1761. }
  1762. .caption-top {
  1763. caption-side: top;
  1764. }
  1765. .table-sm > :not(caption) > * > * {
  1766. padding: 0.25rem 0.25rem;
  1767. }
  1768. .table-bordered > :not(caption) > * {
  1769. border-width: var(--bs-border-width) 0;
  1770. }
  1771. .table-bordered > :not(caption) > * > * {
  1772. border-width: 0 var(--bs-border-width);
  1773. }
  1774. .table-borderless > :not(caption) > * > * {
  1775. border-bottom-width: 0;
  1776. }
  1777. .table-borderless > :not(:first-child) {
  1778. border-top-width: 0;
  1779. }
  1780. .table-striped > tbody > tr:nth-of-type(odd) > * {
  1781. --bs-table-color-type: var(--bs-table-striped-color);
  1782. --bs-table-bg-type: var(--bs-table-striped-bg);
  1783. }
  1784. .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  1785. --bs-table-color-type: var(--bs-table-striped-color);
  1786. --bs-table-bg-type: var(--bs-table-striped-bg);
  1787. }
  1788. .table-active {
  1789. --bs-table-color-state: var(--bs-table-active-color);
  1790. --bs-table-bg-state: var(--bs-table-active-bg);
  1791. }
  1792. .table-hover > tbody > tr:hover > * {
  1793. --bs-table-color-state: var(--bs-table-hover-color);
  1794. --bs-table-bg-state: var(--bs-table-hover-bg);
  1795. }
  1796. .table-primary {
  1797. --bs-table-color: #000;
  1798. --bs-table-bg: #cfe2ff;
  1799. --bs-table-border-color: #a6b5cc;
  1800. --bs-table-striped-bg: #c5d7f2;
  1801. --bs-table-striped-color: #000;
  1802. --bs-table-active-bg: #bacbe6;
  1803. --bs-table-active-color: #000;
  1804. --bs-table-hover-bg: #bfd1ec;
  1805. --bs-table-hover-color: #000;
  1806. color: var(--bs-table-color);
  1807. border-color: var(--bs-table-border-color);
  1808. }
  1809. .table-secondary {
  1810. --bs-table-color: #000;
  1811. --bs-table-bg: #e2e3e5;
  1812. --bs-table-border-color: #b5b6b7;
  1813. --bs-table-striped-bg: #d7d8da;
  1814. --bs-table-striped-color: #000;
  1815. --bs-table-active-bg: #cbccce;
  1816. --bs-table-active-color: #000;
  1817. --bs-table-hover-bg: #d1d2d4;
  1818. --bs-table-hover-color: #000;
  1819. color: var(--bs-table-color);
  1820. border-color: var(--bs-table-border-color);
  1821. }
  1822. .table-success {
  1823. --bs-table-color: #000;
  1824. --bs-table-bg: #d1e7dd;
  1825. --bs-table-border-color: #a7b9b1;
  1826. --bs-table-striped-bg: #c7dbd2;
  1827. --bs-table-striped-color: #000;
  1828. --bs-table-active-bg: #bcd0c7;
  1829. --bs-table-active-color: #000;
  1830. --bs-table-hover-bg: #c1d6cc;
  1831. --bs-table-hover-color: #000;
  1832. color: var(--bs-table-color);
  1833. border-color: var(--bs-table-border-color);
  1834. }
  1835. .table-info {
  1836. --bs-table-color: #000;
  1837. --bs-table-bg: #cff4fc;
  1838. --bs-table-border-color: #a6c3ca;
  1839. --bs-table-striped-bg: #c5e8ef;
  1840. --bs-table-striped-color: #000;
  1841. --bs-table-active-bg: #badce3;
  1842. --bs-table-active-color: #000;
  1843. --bs-table-hover-bg: #bfe2e9;
  1844. --bs-table-hover-color: #000;
  1845. color: var(--bs-table-color);
  1846. border-color: var(--bs-table-border-color);
  1847. }
  1848. .table-warning {
  1849. --bs-table-color: #000;
  1850. --bs-table-bg: #fff3cd;
  1851. --bs-table-border-color: #ccc2a4;
  1852. --bs-table-striped-bg: #f2e7c3;
  1853. --bs-table-striped-color: #000;
  1854. --bs-table-active-bg: #e6dbb9;
  1855. --bs-table-active-color: #000;
  1856. --bs-table-hover-bg: #ece1be;
  1857. --bs-table-hover-color: #000;
  1858. color: var(--bs-table-color);
  1859. border-color: var(--bs-table-border-color);
  1860. }
  1861. .table-danger {
  1862. --bs-table-color: #000;
  1863. --bs-table-bg: #f8d7da;
  1864. --bs-table-border-color: #c6acae;
  1865. --bs-table-striped-bg: #eccccf;
  1866. --bs-table-striped-color: #000;
  1867. --bs-table-active-bg: #dfc2c4;
  1868. --bs-table-active-color: #000;
  1869. --bs-table-hover-bg: #e5c7ca;
  1870. --bs-table-hover-color: #000;
  1871. color: var(--bs-table-color);
  1872. border-color: var(--bs-table-border-color);
  1873. }
  1874. .table-light {
  1875. --bs-table-color: #000;
  1876. --bs-table-bg: #f8f9fa;
  1877. --bs-table-border-color: #c6c7c8;
  1878. --bs-table-striped-bg: #ecedee;
  1879. --bs-table-striped-color: #000;
  1880. --bs-table-active-bg: #dfe0e1;
  1881. --bs-table-active-color: #000;
  1882. --bs-table-hover-bg: #e5e6e7;
  1883. --bs-table-hover-color: #000;
  1884. color: var(--bs-table-color);
  1885. border-color: var(--bs-table-border-color);
  1886. }
  1887. .table-dark {
  1888. --bs-table-color: #fff;
  1889. --bs-table-bg: #212529;
  1890. --bs-table-border-color: #4d5154;
  1891. --bs-table-striped-bg: #2c3034;
  1892. --bs-table-striped-color: #fff;
  1893. --bs-table-active-bg: #373b3e;
  1894. --bs-table-active-color: #fff;
  1895. --bs-table-hover-bg: #323539;
  1896. --bs-table-hover-color: #fff;
  1897. color: var(--bs-table-color);
  1898. border-color: var(--bs-table-border-color);
  1899. }
  1900. .table-responsive {
  1901. overflow-x: auto;
  1902. -webkit-overflow-scrolling: touch;
  1903. }
  1904. @media (max-width: 575.98px) {
  1905. .table-responsive-sm {
  1906. overflow-x: auto;
  1907. -webkit-overflow-scrolling: touch;
  1908. }
  1909. }
  1910. @media (max-width: 767.98px) {
  1911. .table-responsive-md {
  1912. overflow-x: auto;
  1913. -webkit-overflow-scrolling: touch;
  1914. }
  1915. }
  1916. @media (max-width: 991.98px) {
  1917. .table-responsive-lg {
  1918. overflow-x: auto;
  1919. -webkit-overflow-scrolling: touch;
  1920. }
  1921. }
  1922. @media (max-width: 1199.98px) {
  1923. .table-responsive-xl {
  1924. overflow-x: auto;
  1925. -webkit-overflow-scrolling: touch;
  1926. }
  1927. }
  1928. @media (max-width: 1399.98px) {
  1929. .table-responsive-xxl {
  1930. overflow-x: auto;
  1931. -webkit-overflow-scrolling: touch;
  1932. }
  1933. }
  1934. .form-label {
  1935. margin-bottom: 0.5rem;
  1936. }
  1937. .col-form-label {
  1938. padding-top: calc(0.375rem + var(--bs-border-width));
  1939. padding-bottom: calc(0.375rem + var(--bs-border-width));
  1940. margin-bottom: 0;
  1941. font-size: inherit;
  1942. line-height: 1.5;
  1943. }
  1944. .col-form-label-lg {
  1945. padding-top: calc(0.5rem + var(--bs-border-width));
  1946. padding-bottom: calc(0.5rem + var(--bs-border-width));
  1947. font-size: 1.25rem;
  1948. }
  1949. .col-form-label-sm {
  1950. padding-top: calc(0.25rem + var(--bs-border-width));
  1951. padding-bottom: calc(0.25rem + var(--bs-border-width));
  1952. font-size: 0.875rem;
  1953. }
  1954. .form-text {
  1955. margin-top: 0.25rem;
  1956. font-size: 0.875em;
  1957. color: var(--bs-secondary-color);
  1958. }
  1959. .form-control {
  1960. display: block;
  1961. width: 100%;
  1962. padding: 0.375rem 0.75rem;
  1963. font-size: 1rem;
  1964. font-weight: 400;
  1965. line-height: 1.5;
  1966. color: var(--bs-body-color);
  1967. -webkit-appearance: none;
  1968. -moz-appearance: none;
  1969. appearance: none;
  1970. background-color: var(--bs-body-bg);
  1971. background-clip: padding-box;
  1972. border: var(--bs-border-width) solid var(--bs-border-color);
  1973. border-radius: var(--bs-border-radius);
  1974. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  1975. }
  1976. @media (prefers-reduced-motion: reduce) {
  1977. .form-control {
  1978. transition: none;
  1979. }
  1980. }
  1981. .form-control[type=file] {
  1982. overflow: hidden;
  1983. }
  1984. .form-control[type=file]:not(:disabled):not([readonly]) {
  1985. cursor: pointer;
  1986. }
  1987. .form-control:focus {
  1988. color: var(--bs-body-color);
  1989. background-color: var(--bs-body-bg);
  1990. border-color: #86b7fe;
  1991. outline: 0;
  1992. box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  1993. }
  1994. .form-control::-webkit-date-and-time-value {
  1995. min-width: 85px;
  1996. height: 1.5em;
  1997. margin: 0;
  1998. }
  1999. .form-control::-webkit-datetime-edit {
  2000. display: block;
  2001. padding: 0;
  2002. }
  2003. .form-control::-moz-placeholder {
  2004. color: var(--bs-secondary-color);
  2005. opacity: 1;
  2006. }
  2007. .form-control::placeholder {
  2008. color: var(--bs-secondary-color);
  2009. opacity: 1;
  2010. }
  2011. .form-control:disabled {
  2012. background-color: var(--bs-secondary-bg);
  2013. opacity: 1;
  2014. }
  2015. .form-control::-webkit-file-upload-button {
  2016. padding: 0.375rem 0.75rem;
  2017. margin: -0.375rem -0.75rem;
  2018. -webkit-margin-end: 0.75rem;
  2019. margin-inline-end: 0.75rem;
  2020. color: var(--bs-body-color);
  2021. background-color: var(--bs-tertiary-bg);
  2022. pointer-events: none;
  2023. border-color: inherit;
  2024. border-style: solid;
  2025. border-width: 0;
  2026. border-inline-end-width: var(--bs-border-width);
  2027. border-radius: 0;
  2028. -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;
  2029. transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2030. }
  2031. .form-control::file-selector-button {
  2032. padding: 0.375rem 0.75rem;
  2033. margin: -0.375rem -0.75rem;
  2034. -webkit-margin-end: 0.75rem;
  2035. margin-inline-end: 0.75rem;
  2036. color: var(--bs-body-color);
  2037. background-color: var(--bs-tertiary-bg);
  2038. pointer-events: none;
  2039. border-color: inherit;
  2040. border-style: solid;
  2041. border-width: 0;
  2042. border-inline-end-width: var(--bs-border-width);
  2043. border-radius: 0;
  2044. 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;
  2045. }
  2046. @media (prefers-reduced-motion: reduce) {
  2047. .form-control::-webkit-file-upload-button {
  2048. -webkit-transition: none;
  2049. transition: none;
  2050. }
  2051. .form-control::file-selector-button {
  2052. transition: none;
  2053. }
  2054. }
  2055. .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  2056. background-color: var(--bs-secondary-bg);
  2057. }
  2058. .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  2059. background-color: var(--bs-secondary-bg);
  2060. }
  2061. .form-control-plaintext {
  2062. display: block;
  2063. width: 100%;
  2064. padding: 0.375rem 0;
  2065. margin-bottom: 0;
  2066. line-height: 1.5;
  2067. color: var(--bs-body-color);
  2068. background-color: transparent;
  2069. border: solid transparent;
  2070. border-width: var(--bs-border-width) 0;
  2071. }
  2072. .form-control-plaintext:focus {
  2073. outline: 0;
  2074. }
  2075. .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  2076. padding-left: 0;
  2077. padding-right: 0;
  2078. }
  2079. .form-control-sm {
  2080. min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  2081. padding: 0.25rem 0.5rem;
  2082. font-size: 0.875rem;
  2083. border-radius: var(--bs-border-radius-sm);
  2084. }
  2085. .form-control-sm::-webkit-file-upload-button {
  2086. padding: 0.25rem 0.5rem;
  2087. margin: -0.25rem -0.5rem;
  2088. -webkit-margin-end: 0.5rem;
  2089. margin-inline-end: 0.5rem;
  2090. }
  2091. .form-control-sm::file-selector-button {
  2092. padding: 0.25rem 0.5rem;
  2093. margin: -0.25rem -0.5rem;
  2094. -webkit-margin-end: 0.5rem;
  2095. margin-inline-end: 0.5rem;
  2096. }
  2097. .form-control-lg {
  2098. min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  2099. padding: 0.5rem 1rem;
  2100. font-size: 1.25rem;
  2101. border-radius: var(--bs-border-radius-lg);
  2102. }
  2103. .form-control-lg::-webkit-file-upload-button {
  2104. padding: 0.5rem 1rem;
  2105. margin: -0.5rem -1rem;
  2106. -webkit-margin-end: 1rem;
  2107. margin-inline-end: 1rem;
  2108. }
  2109. .form-control-lg::file-selector-button {
  2110. padding: 0.5rem 1rem;
  2111. margin: -0.5rem -1rem;
  2112. -webkit-margin-end: 1rem;
  2113. margin-inline-end: 1rem;
  2114. }
  2115. textarea.form-control {
  2116. min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  2117. }
  2118. textarea.form-control-sm {
  2119. min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  2120. }
  2121. textarea.form-control-lg {
  2122. min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  2123. }
  2124. .form-control-color {
  2125. width: 3rem;
  2126. height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  2127. padding: 0.375rem;
  2128. }
  2129. .form-control-color:not(:disabled):not([readonly]) {
  2130. cursor: pointer;
  2131. }
  2132. .form-control-color::-moz-color-swatch {
  2133. border: 0 !important;
  2134. border-radius: var(--bs-border-radius);
  2135. }
  2136. .form-control-color::-webkit-color-swatch {
  2137. border: 0 !important;
  2138. border-radius: var(--bs-border-radius);
  2139. }
  2140. .form-control-color.form-control-sm {
  2141. height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  2142. }
  2143. .form-control-color.form-control-lg {
  2144. height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  2145. }
  2146. .form-select {
  2147. --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");
  2148. display: block;
  2149. width: 100%;
  2150. padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  2151. font-size: 1rem;
  2152. font-weight: 400;
  2153. line-height: 1.5;
  2154. color: var(--bs-body-color);
  2155. -webkit-appearance: none;
  2156. -moz-appearance: none;
  2157. appearance: none;
  2158. background-color: var(--bs-body-bg);
  2159. background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  2160. background-repeat: no-repeat;
  2161. background-position: left 0.75rem center;
  2162. background-size: 16px 12px;
  2163. border: var(--bs-border-width) solid var(--bs-border-color);
  2164. border-radius: var(--bs-border-radius);
  2165. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2166. }
  2167. @media (prefers-reduced-motion: reduce) {
  2168. .form-select {
  2169. transition: none;
  2170. }
  2171. }
  2172. .form-select:focus {
  2173. border-color: #86b7fe;
  2174. outline: 0;
  2175. box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  2176. }
  2177. .form-select[multiple], .form-select[size]:not([size="1"]) {
  2178. padding-left: 0.75rem;
  2179. background-image: none;
  2180. }
  2181. .form-select:disabled {
  2182. background-color: var(--bs-secondary-bg);
  2183. }
  2184. .form-select:-moz-focusring {
  2185. color: transparent;
  2186. text-shadow: 0 0 0 var(--bs-body-color);
  2187. }
  2188. .form-select-sm {
  2189. padding-top: 0.25rem;
  2190. padding-bottom: 0.25rem;
  2191. padding-right: 0.5rem;
  2192. font-size: 0.875rem;
  2193. border-radius: var(--bs-border-radius-sm);
  2194. }
  2195. .form-select-lg {
  2196. padding-top: 0.5rem;
  2197. padding-bottom: 0.5rem;
  2198. padding-right: 1rem;
  2199. font-size: 1.25rem;
  2200. border-radius: var(--bs-border-radius-lg);
  2201. }
  2202. [data-bs-theme=dark] .form-select {
  2203. --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");
  2204. }
  2205. .form-check {
  2206. display: block;
  2207. min-height: 1.5rem;
  2208. padding-right: 1.5em;
  2209. margin-bottom: 0.125rem;
  2210. }
  2211. .form-check .form-check-input {
  2212. float: right;
  2213. margin-right: -1.5em;
  2214. }
  2215. .form-check-reverse {
  2216. padding-left: 1.5em;
  2217. padding-right: 0;
  2218. text-align: left;
  2219. }
  2220. .form-check-reverse .form-check-input {
  2221. float: left;
  2222. margin-left: -1.5em;
  2223. margin-right: 0;
  2224. }
  2225. .form-check-input {
  2226. --bs-form-check-bg: var(--bs-body-bg);
  2227. flex-shrink: 0;
  2228. width: 1em;
  2229. height: 1em;
  2230. margin-top: 0.25em;
  2231. vertical-align: top;
  2232. -webkit-appearance: none;
  2233. -moz-appearance: none;
  2234. appearance: none;
  2235. background-color: var(--bs-form-check-bg);
  2236. background-image: var(--bs-form-check-bg-image);
  2237. background-repeat: no-repeat;
  2238. background-position: center;
  2239. background-size: contain;
  2240. border: var(--bs-border-width) solid var(--bs-border-color);
  2241. -webkit-print-color-adjust: exact;
  2242. color-adjust: exact;
  2243. print-color-adjust: exact;
  2244. }
  2245. .form-check-input[type=checkbox] {
  2246. border-radius: 0.25em;
  2247. }
  2248. .form-check-input[type=radio] {
  2249. border-radius: 50%;
  2250. }
  2251. .form-check-input:active {
  2252. filter: brightness(90%);
  2253. }
  2254. .form-check-input:focus {
  2255. border-color: #86b7fe;
  2256. outline: 0;
  2257. box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  2258. }
  2259. .form-check-input:checked {
  2260. background-color: #0d6efd;
  2261. border-color: #0d6efd;
  2262. }
  2263. .form-check-input:checked[type=checkbox] {
  2264. --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");
  2265. }
  2266. .form-check-input:checked[type=radio] {
  2267. --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");
  2268. }
  2269. .form-check-input[type=checkbox]:indeterminate {
  2270. background-color: #0d6efd;
  2271. border-color: #0d6efd;
  2272. --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");
  2273. }
  2274. .form-check-input:disabled {
  2275. pointer-events: none;
  2276. filter: none;
  2277. opacity: 0.5;
  2278. }
  2279. .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  2280. cursor: default;
  2281. opacity: 0.5;
  2282. }
  2283. .form-switch {
  2284. padding-right: 2.5em;
  2285. }
  2286. .form-switch .form-check-input {
  2287. --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");
  2288. width: 2em;
  2289. margin-right: -2.5em;
  2290. background-image: var(--bs-form-switch-bg);
  2291. background-position: right center;
  2292. border-radius: 2em;
  2293. transition: background-position 0.15s ease-in-out;
  2294. }
  2295. @media (prefers-reduced-motion: reduce) {
  2296. .form-switch .form-check-input {
  2297. transition: none;
  2298. }
  2299. }
  2300. .form-switch .form-check-input:focus {
  2301. --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");
  2302. }
  2303. .form-switch .form-check-input:checked {
  2304. background-position: left center;
  2305. --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");
  2306. }
  2307. .form-switch.form-check-reverse {
  2308. padding-left: 2.5em;
  2309. padding-right: 0;
  2310. }
  2311. .form-switch.form-check-reverse .form-check-input {
  2312. margin-left: -2.5em;
  2313. margin-right: 0;
  2314. }
  2315. .form-check-inline {
  2316. display: inline-block;
  2317. margin-left: 1rem;
  2318. }
  2319. .btn-check {
  2320. position: absolute;
  2321. clip: rect(0, 0, 0, 0);
  2322. pointer-events: none;
  2323. }
  2324. .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  2325. pointer-events: none;
  2326. filter: none;
  2327. opacity: 0.65;
  2328. }
  2329. [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  2330. --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");
  2331. }
  2332. .form-range {
  2333. width: 100%;
  2334. height: 1.5rem;
  2335. padding: 0;
  2336. -webkit-appearance: none;
  2337. -moz-appearance: none;
  2338. appearance: none;
  2339. background-color: transparent;
  2340. }
  2341. .form-range:focus {
  2342. outline: 0;
  2343. }
  2344. .form-range:focus::-webkit-slider-thumb {
  2345. box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  2346. }
  2347. .form-range:focus::-moz-range-thumb {
  2348. box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  2349. }
  2350. .form-range::-moz-focus-outer {
  2351. border: 0;
  2352. }
  2353. .form-range::-webkit-slider-thumb {
  2354. width: 1rem;
  2355. height: 1rem;
  2356. margin-top: -0.25rem;
  2357. -webkit-appearance: none;
  2358. appearance: none;
  2359. background-color: #0d6efd;
  2360. border: 0;
  2361. border-radius: 1rem;
  2362. -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2363. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2364. }
  2365. @media (prefers-reduced-motion: reduce) {
  2366. .form-range::-webkit-slider-thumb {
  2367. -webkit-transition: none;
  2368. transition: none;
  2369. }
  2370. }
  2371. .form-range::-webkit-slider-thumb:active {
  2372. background-color: #b6d4fe;
  2373. }
  2374. .form-range::-webkit-slider-runnable-track {
  2375. width: 100%;
  2376. height: 0.5rem;
  2377. color: transparent;
  2378. cursor: pointer;
  2379. background-color: var(--bs-secondary-bg);
  2380. border-color: transparent;
  2381. border-radius: 1rem;
  2382. }
  2383. .form-range::-moz-range-thumb {
  2384. width: 1rem;
  2385. height: 1rem;
  2386. -moz-appearance: none;
  2387. appearance: none;
  2388. background-color: #0d6efd;
  2389. border: 0;
  2390. border-radius: 1rem;
  2391. -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2392. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2393. }
  2394. @media (prefers-reduced-motion: reduce) {
  2395. .form-range::-moz-range-thumb {
  2396. -moz-transition: none;
  2397. transition: none;
  2398. }
  2399. }
  2400. .form-range::-moz-range-thumb:active {
  2401. background-color: #b6d4fe;
  2402. }
  2403. .form-range::-moz-range-track {
  2404. width: 100%;
  2405. height: 0.5rem;
  2406. color: transparent;
  2407. cursor: pointer;
  2408. background-color: var(--bs-secondary-bg);
  2409. border-color: transparent;
  2410. border-radius: 1rem;
  2411. }
  2412. .form-range:disabled {
  2413. pointer-events: none;
  2414. }
  2415. .form-range:disabled::-webkit-slider-thumb {
  2416. background-color: var(--bs-secondary-color);
  2417. }
  2418. .form-range:disabled::-moz-range-thumb {
  2419. background-color: var(--bs-secondary-color);
  2420. }
  2421. .form-floating {
  2422. position: relative;
  2423. }
  2424. .form-floating > .form-control,
  2425. .form-floating > .form-control-plaintext,
  2426. .form-floating > .form-select {
  2427. height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  2428. min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  2429. line-height: 1.25;
  2430. }
  2431. .form-floating > label {
  2432. position: absolute;
  2433. top: 0;
  2434. right: 0;
  2435. z-index: 2;
  2436. height: 100%;
  2437. padding: 1rem 0.75rem;
  2438. overflow: hidden;
  2439. text-align: start;
  2440. text-overflow: ellipsis;
  2441. white-space: nowrap;
  2442. pointer-events: none;
  2443. border: var(--bs-border-width) solid transparent;
  2444. transform-origin: 100% 0;
  2445. transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  2446. }
  2447. @media (prefers-reduced-motion: reduce) {
  2448. .form-floating > label {
  2449. transition: none;
  2450. }
  2451. }
  2452. .form-floating > .form-control,
  2453. .form-floating > .form-control-plaintext {
  2454. padding: 1rem 0.75rem;
  2455. }
  2456. .form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  2457. color: transparent;
  2458. }
  2459. .form-floating > .form-control::placeholder,
  2460. .form-floating > .form-control-plaintext::placeholder {
  2461. color: transparent;
  2462. }
  2463. .form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  2464. padding-top: 1.625rem;
  2465. padding-bottom: 0.625rem;
  2466. }
  2467. .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
  2468. .form-floating > .form-control-plaintext:focus,
  2469. .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  2470. padding-top: 1.625rem;
  2471. padding-bottom: 0.625rem;
  2472. }
  2473. .form-floating > .form-control:-webkit-autofill,
  2474. .form-floating > .form-control-plaintext:-webkit-autofill {
  2475. padding-top: 1.625rem;
  2476. padding-bottom: 0.625rem;
  2477. }
  2478. .form-floating > .form-select {
  2479. padding-top: 1.625rem;
  2480. padding-bottom: 0.625rem;
  2481. }
  2482. .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  2483. color: rgba(var(--bs-body-color-rgb), 0.65);
  2484. transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
  2485. }
  2486. .form-floating > .form-control:focus ~ label,
  2487. .form-floating > .form-control:not(:placeholder-shown) ~ label,
  2488. .form-floating > .form-control-plaintext ~ label,
  2489. .form-floating > .form-select ~ label {
  2490. color: rgba(var(--bs-body-color-rgb), 0.65);
  2491. transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
  2492. }
  2493. .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  2494. position: absolute;
  2495. inset: 1rem 0.375rem;
  2496. z-index: -1;
  2497. height: 1.5em;
  2498. content: "";
  2499. background-color: var(--bs-body-bg);
  2500. border-radius: var(--bs-border-radius);
  2501. }
  2502. .form-floating > .form-control:focus ~ label::after,
  2503. .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
  2504. .form-floating > .form-control-plaintext ~ label::after,
  2505. .form-floating > .form-select ~ label::after {
  2506. position: absolute;
  2507. inset: 1rem 0.375rem;
  2508. z-index: -1;
  2509. height: 1.5em;
  2510. content: "";
  2511. background-color: var(--bs-body-bg);
  2512. border-radius: var(--bs-border-radius);
  2513. }
  2514. .form-floating > .form-control:-webkit-autofill ~ label {
  2515. color: rgba(var(--bs-body-color-rgb), 0.65);
  2516. transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
  2517. }
  2518. .form-floating > .form-control-plaintext ~ label {
  2519. border-width: var(--bs-border-width) 0;
  2520. }
  2521. .form-floating > :disabled ~ label,
  2522. .form-floating > .form-control:disabled ~ label {
  2523. color: #6c757d;
  2524. }
  2525. .form-floating > :disabled ~ label::after,
  2526. .form-floating > .form-control:disabled ~ label::after {
  2527. background-color: var(--bs-secondary-bg);
  2528. }
  2529. .input-group {
  2530. position: relative;
  2531. display: flex;
  2532. flex-wrap: wrap;
  2533. align-items: stretch;
  2534. width: 100%;
  2535. }
  2536. .input-group > .form-control,
  2537. .input-group > .form-select,
  2538. .input-group > .form-floating {
  2539. position: relative;
  2540. flex: 1 1 auto;
  2541. width: 1%;
  2542. min-width: 0;
  2543. }
  2544. .input-group > .form-control:focus,
  2545. .input-group > .form-select:focus,
  2546. .input-group > .form-floating:focus-within {
  2547. z-index: 5;
  2548. }
  2549. .input-group .btn {
  2550. position: relative;
  2551. z-index: 2;
  2552. }
  2553. .input-group .btn:focus {
  2554. z-index: 5;
  2555. }
  2556. .input-group-text {
  2557. display: flex;
  2558. align-items: center;
  2559. padding: 0.375rem 0.75rem;
  2560. font-size: 1rem;
  2561. font-weight: 400;
  2562. line-height: 1.5;
  2563. color: var(--bs-body-color);
  2564. text-align: center;
  2565. white-space: nowrap;
  2566. background-color: var(--bs-tertiary-bg);
  2567. border: var(--bs-border-width) solid var(--bs-border-color);
  2568. border-radius: var(--bs-border-radius);
  2569. }
  2570. .input-group-lg > .form-control,
  2571. .input-group-lg > .form-select,
  2572. .input-group-lg > .input-group-text,
  2573. .input-group-lg > .btn {
  2574. padding: 0.5rem 1rem;
  2575. font-size: 1.25rem;
  2576. border-radius: var(--bs-border-radius-lg);
  2577. }
  2578. .input-group-sm > .form-control,
  2579. .input-group-sm > .form-select,
  2580. .input-group-sm > .input-group-text,
  2581. .input-group-sm > .btn {
  2582. padding: 0.25rem 0.5rem;
  2583. font-size: 0.875rem;
  2584. border-radius: var(--bs-border-radius-sm);
  2585. }
  2586. .input-group-lg > .form-select,
  2587. .input-group-sm > .form-select {
  2588. padding-left: 3rem;
  2589. }
  2590. .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
  2591. .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
  2592. .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
  2593. .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  2594. border-top-left-radius: 0;
  2595. border-bottom-left-radius: 0;
  2596. }
  2597. .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
  2598. .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
  2599. .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
  2600. .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  2601. border-top-left-radius: 0;
  2602. border-bottom-left-radius: 0;
  2603. }
  2604. .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  2605. margin-right: calc(var(--bs-border-width) * -1);
  2606. border-top-right-radius: 0;
  2607. border-bottom-right-radius: 0;
  2608. }
  2609. .input-group > .form-floating:not(:first-child) > .form-control,
  2610. .input-group > .form-floating:not(:first-child) > .form-select {
  2611. border-top-right-radius: 0;
  2612. border-bottom-right-radius: 0;
  2613. }
  2614. .valid-feedback {
  2615. display: none;
  2616. width: 100%;
  2617. margin-top: 0.25rem;
  2618. font-size: 0.875em;
  2619. color: var(--bs-form-valid-color);
  2620. }
  2621. .valid-tooltip {
  2622. position: absolute;
  2623. top: 100%;
  2624. z-index: 5;
  2625. display: none;
  2626. max-width: 100%;
  2627. padding: 0.25rem 0.5rem;
  2628. margin-top: 0.1rem;
  2629. font-size: 0.875rem;
  2630. color: #fff;
  2631. background-color: var(--bs-success);
  2632. border-radius: var(--bs-border-radius);
  2633. }
  2634. .was-validated :valid ~ .valid-feedback,
  2635. .was-validated :valid ~ .valid-tooltip,
  2636. .is-valid ~ .valid-feedback,
  2637. .is-valid ~ .valid-tooltip {
  2638. display: block;
  2639. }
  2640. .was-validated .form-control:valid, .form-control.is-valid {
  2641. border-color: var(--bs-form-valid-border-color);
  2642. padding-left: calc(1.5em + 0.75rem);
  2643. 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");
  2644. background-repeat: no-repeat;
  2645. background-position: left calc(0.375em + 0.1875rem) center;
  2646. background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  2647. }
  2648. .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  2649. border-color: var(--bs-form-valid-border-color);
  2650. box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  2651. }
  2652. .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  2653. padding-left: calc(1.5em + 0.75rem);
  2654. background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
  2655. }
  2656. .was-validated .form-select:valid, .form-select.is-valid {
  2657. border-color: var(--bs-form-valid-border-color);
  2658. }
  2659. .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"] {
  2660. --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");
  2661. padding-left: 4.125rem;
  2662. background-position: left 0.75rem center, center left 2.25rem;
  2663. background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  2664. }
  2665. .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  2666. border-color: var(--bs-form-valid-border-color);
  2667. box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  2668. }
  2669. .was-validated .form-control-color:valid, .form-control-color.is-valid {
  2670. width: calc(3rem + calc(1.5em + 0.75rem));
  2671. }
  2672. .was-validated .form-check-input:valid, .form-check-input.is-valid {
  2673. border-color: var(--bs-form-valid-border-color);
  2674. }
  2675. .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  2676. background-color: var(--bs-form-valid-color);
  2677. }
  2678. .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  2679. box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  2680. }
  2681. .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  2682. color: var(--bs-form-valid-color);
  2683. }
  2684. .form-check-inline .form-check-input ~ .valid-feedback {
  2685. margin-right: 0.5em;
  2686. }
  2687. .was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
  2688. .was-validated .input-group > .form-select:not(:focus):valid,
  2689. .input-group > .form-select:not(:focus).is-valid,
  2690. .was-validated .input-group > .form-floating:not(:focus-within):valid,
  2691. .input-group > .form-floating:not(:focus-within).is-valid {
  2692. z-index: 3;
  2693. }
  2694. .invalid-feedback {
  2695. display: none;
  2696. width: 100%;
  2697. margin-top: 0.25rem;
  2698. font-size: 0.875em;
  2699. color: var(--bs-form-invalid-color);
  2700. }
  2701. .invalid-tooltip {
  2702. position: absolute;
  2703. top: 100%;
  2704. z-index: 5;
  2705. display: none;
  2706. max-width: 100%;
  2707. padding: 0.25rem 0.5rem;
  2708. margin-top: 0.1rem;
  2709. font-size: 0.875rem;
  2710. color: #fff;
  2711. background-color: var(--bs-danger);
  2712. border-radius: var(--bs-border-radius);
  2713. }
  2714. .was-validated :invalid ~ .invalid-feedback,
  2715. .was-validated :invalid ~ .invalid-tooltip,
  2716. .is-invalid ~ .invalid-feedback,
  2717. .is-invalid ~ .invalid-tooltip {
  2718. display: block;
  2719. }
  2720. .was-validated .form-control:invalid, .form-control.is-invalid {
  2721. border-color: var(--bs-form-invalid-border-color);
  2722. padding-left: calc(1.5em + 0.75rem);
  2723. 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");
  2724. background-repeat: no-repeat;
  2725. background-position: left calc(0.375em + 0.1875rem) center;
  2726. background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  2727. }
  2728. .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  2729. border-color: var(--bs-form-invalid-border-color);
  2730. box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  2731. }
  2732. .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  2733. padding-left: calc(1.5em + 0.75rem);
  2734. background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
  2735. }
  2736. .was-validated .form-select:invalid, .form-select.is-invalid {
  2737. border-color: var(--bs-form-invalid-border-color);
  2738. }
  2739. .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"] {
  2740. --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");
  2741. padding-left: 4.125rem;
  2742. background-position: left 0.75rem center, center left 2.25rem;
  2743. background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  2744. }
  2745. .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  2746. border-color: var(--bs-form-invalid-border-color);
  2747. box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  2748. }
  2749. .was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  2750. width: calc(3rem + calc(1.5em + 0.75rem));
  2751. }
  2752. .was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  2753. border-color: var(--bs-form-invalid-border-color);
  2754. }
  2755. .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  2756. background-color: var(--bs-form-invalid-color);
  2757. }
  2758. .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  2759. box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  2760. }
  2761. .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  2762. color: var(--bs-form-invalid-color);
  2763. }
  2764. .form-check-inline .form-check-input ~ .invalid-feedback {
  2765. margin-right: 0.5em;
  2766. }
  2767. .was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
  2768. .was-validated .input-group > .form-select:not(:focus):invalid,
  2769. .input-group > .form-select:not(:focus).is-invalid,
  2770. .was-validated .input-group > .form-floating:not(:focus-within):invalid,
  2771. .input-group > .form-floating:not(:focus-within).is-invalid {
  2772. z-index: 4;
  2773. }
  2774. .btn {
  2775. --bs-btn-padding-x: 0.75rem;
  2776. --bs-btn-padding-y: 0.375rem;
  2777. --bs-btn-font-family: ;
  2778. --bs-btn-font-size: 1rem;
  2779. --bs-btn-font-weight: 400;
  2780. --bs-btn-line-height: 1.5;
  2781. --bs-btn-color: var(--bs-body-color);
  2782. --bs-btn-bg: transparent;
  2783. --bs-btn-border-width: var(--bs-border-width);
  2784. --bs-btn-border-color: transparent;
  2785. --bs-btn-border-radius: var(--bs-border-radius);
  2786. --bs-btn-hover-border-color: transparent;
  2787. --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  2788. --bs-btn-disabled-opacity: 0.65;
  2789. --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  2790. display: inline-block;
  2791. padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  2792. font-family: var(--bs-btn-font-family);
  2793. font-size: var(--bs-btn-font-size);
  2794. font-weight: var(--bs-btn-font-weight);
  2795. line-height: var(--bs-btn-line-height);
  2796. color: var(--bs-btn-color);
  2797. text-align: center;
  2798. text-decoration: none;
  2799. vertical-align: middle;
  2800. cursor: pointer;
  2801. -webkit-user-select: none;
  2802. -moz-user-select: none;
  2803. user-select: none;
  2804. border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  2805. border-radius: var(--bs-btn-border-radius);
  2806. background-color: var(--bs-btn-bg);
  2807. 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;
  2808. }
  2809. @media (prefers-reduced-motion: reduce) {
  2810. .btn {
  2811. transition: none;
  2812. }
  2813. }
  2814. .btn:hover {
  2815. color: var(--bs-btn-hover-color);
  2816. background-color: var(--bs-btn-hover-bg);
  2817. border-color: var(--bs-btn-hover-border-color);
  2818. }
  2819. .btn-check + .btn:hover {
  2820. color: var(--bs-btn-color);
  2821. background-color: var(--bs-btn-bg);
  2822. border-color: var(--bs-btn-border-color);
  2823. }
  2824. .btn:focus-visible {
  2825. color: var(--bs-btn-hover-color);
  2826. background-color: var(--bs-btn-hover-bg);
  2827. border-color: var(--bs-btn-hover-border-color);
  2828. outline: 0;
  2829. box-shadow: var(--bs-btn-focus-box-shadow);
  2830. }
  2831. .btn-check:focus-visible + .btn {
  2832. border-color: var(--bs-btn-hover-border-color);
  2833. outline: 0;
  2834. box-shadow: var(--bs-btn-focus-box-shadow);
  2835. }
  2836. .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  2837. color: var(--bs-btn-active-color);
  2838. background-color: var(--bs-btn-active-bg);
  2839. border-color: var(--bs-btn-active-border-color);
  2840. }
  2841. .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 {
  2842. box-shadow: var(--bs-btn-focus-box-shadow);
  2843. }
  2844. .btn-check:checked:focus-visible + .btn {
  2845. box-shadow: var(--bs-btn-focus-box-shadow);
  2846. }
  2847. .btn:disabled, .btn.disabled, fieldset:disabled .btn {
  2848. color: var(--bs-btn-disabled-color);
  2849. pointer-events: none;
  2850. background-color: var(--bs-btn-disabled-bg);
  2851. border-color: var(--bs-btn-disabled-border-color);
  2852. opacity: var(--bs-btn-disabled-opacity);
  2853. }
  2854. .btn-primary {
  2855. --bs-btn-color: #fff;
  2856. --bs-btn-bg: #0d6efd;
  2857. --bs-btn-border-color: #0d6efd;
  2858. --bs-btn-hover-color: #fff;
  2859. --bs-btn-hover-bg: #0b5ed7;
  2860. --bs-btn-hover-border-color: #0a58ca;
  2861. --bs-btn-focus-shadow-rgb: 49, 132, 253;
  2862. --bs-btn-active-color: #fff;
  2863. --bs-btn-active-bg: #0a58ca;
  2864. --bs-btn-active-border-color: #0a53be;
  2865. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2866. --bs-btn-disabled-color: #fff;
  2867. --bs-btn-disabled-bg: #0d6efd;
  2868. --bs-btn-disabled-border-color: #0d6efd;
  2869. }
  2870. .btn-secondary {
  2871. --bs-btn-color: #fff;
  2872. --bs-btn-bg: #6c757d;
  2873. --bs-btn-border-color: #6c757d;
  2874. --bs-btn-hover-color: #fff;
  2875. --bs-btn-hover-bg: #5c636a;
  2876. --bs-btn-hover-border-color: #565e64;
  2877. --bs-btn-focus-shadow-rgb: 130, 138, 145;
  2878. --bs-btn-active-color: #fff;
  2879. --bs-btn-active-bg: #565e64;
  2880. --bs-btn-active-border-color: #51585e;
  2881. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2882. --bs-btn-disabled-color: #fff;
  2883. --bs-btn-disabled-bg: #6c757d;
  2884. --bs-btn-disabled-border-color: #6c757d;
  2885. }
  2886. .btn-success {
  2887. --bs-btn-color: #fff;
  2888. --bs-btn-bg: #198754;
  2889. --bs-btn-border-color: #198754;
  2890. --bs-btn-hover-color: #fff;
  2891. --bs-btn-hover-bg: #157347;
  2892. --bs-btn-hover-border-color: #146c43;
  2893. --bs-btn-focus-shadow-rgb: 60, 153, 110;
  2894. --bs-btn-active-color: #fff;
  2895. --bs-btn-active-bg: #146c43;
  2896. --bs-btn-active-border-color: #13653f;
  2897. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2898. --bs-btn-disabled-color: #fff;
  2899. --bs-btn-disabled-bg: #198754;
  2900. --bs-btn-disabled-border-color: #198754;
  2901. }
  2902. .btn-info {
  2903. --bs-btn-color: #000;
  2904. --bs-btn-bg: #0dcaf0;
  2905. --bs-btn-border-color: #0dcaf0;
  2906. --bs-btn-hover-color: #000;
  2907. --bs-btn-hover-bg: #31d2f2;
  2908. --bs-btn-hover-border-color: #25cff2;
  2909. --bs-btn-focus-shadow-rgb: 11, 172, 204;
  2910. --bs-btn-active-color: #000;
  2911. --bs-btn-active-bg: #3dd5f3;
  2912. --bs-btn-active-border-color: #25cff2;
  2913. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2914. --bs-btn-disabled-color: #000;
  2915. --bs-btn-disabled-bg: #0dcaf0;
  2916. --bs-btn-disabled-border-color: #0dcaf0;
  2917. }
  2918. .btn-warning {
  2919. --bs-btn-color: #000;
  2920. --bs-btn-bg: #ffc107;
  2921. --bs-btn-border-color: #ffc107;
  2922. --bs-btn-hover-color: #000;
  2923. --bs-btn-hover-bg: #ffca2c;
  2924. --bs-btn-hover-border-color: #ffc720;
  2925. --bs-btn-focus-shadow-rgb: 217, 164, 6;
  2926. --bs-btn-active-color: #000;
  2927. --bs-btn-active-bg: #ffcd39;
  2928. --bs-btn-active-border-color: #ffc720;
  2929. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2930. --bs-btn-disabled-color: #000;
  2931. --bs-btn-disabled-bg: #ffc107;
  2932. --bs-btn-disabled-border-color: #ffc107;
  2933. }
  2934. .btn-danger {
  2935. --bs-btn-color: #fff;
  2936. --bs-btn-bg: #dc3545;
  2937. --bs-btn-border-color: #dc3545;
  2938. --bs-btn-hover-color: #fff;
  2939. --bs-btn-hover-bg: #bb2d3b;
  2940. --bs-btn-hover-border-color: #b02a37;
  2941. --bs-btn-focus-shadow-rgb: 225, 83, 97;
  2942. --bs-btn-active-color: #fff;
  2943. --bs-btn-active-bg: #b02a37;
  2944. --bs-btn-active-border-color: #a52834;
  2945. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2946. --bs-btn-disabled-color: #fff;
  2947. --bs-btn-disabled-bg: #dc3545;
  2948. --bs-btn-disabled-border-color: #dc3545;
  2949. }
  2950. .btn-light {
  2951. --bs-btn-color: #000;
  2952. --bs-btn-bg: #f8f9fa;
  2953. --bs-btn-border-color: #f8f9fa;
  2954. --bs-btn-hover-color: #000;
  2955. --bs-btn-hover-bg: #d3d4d5;
  2956. --bs-btn-hover-border-color: #c6c7c8;
  2957. --bs-btn-focus-shadow-rgb: 211, 212, 213;
  2958. --bs-btn-active-color: #000;
  2959. --bs-btn-active-bg: #c6c7c8;
  2960. --bs-btn-active-border-color: #babbbc;
  2961. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2962. --bs-btn-disabled-color: #000;
  2963. --bs-btn-disabled-bg: #f8f9fa;
  2964. --bs-btn-disabled-border-color: #f8f9fa;
  2965. }
  2966. .btn-dark {
  2967. --bs-btn-color: #fff;
  2968. --bs-btn-bg: #212529;
  2969. --bs-btn-border-color: #212529;
  2970. --bs-btn-hover-color: #fff;
  2971. --bs-btn-hover-bg: #424649;
  2972. --bs-btn-hover-border-color: #373b3e;
  2973. --bs-btn-focus-shadow-rgb: 66, 70, 73;
  2974. --bs-btn-active-color: #fff;
  2975. --bs-btn-active-bg: #4d5154;
  2976. --bs-btn-active-border-color: #373b3e;
  2977. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2978. --bs-btn-disabled-color: #fff;
  2979. --bs-btn-disabled-bg: #212529;
  2980. --bs-btn-disabled-border-color: #212529;
  2981. }
  2982. .btn-outline-primary {
  2983. --bs-btn-color: #0d6efd;
  2984. --bs-btn-border-color: #0d6efd;
  2985. --bs-btn-hover-color: #fff;
  2986. --bs-btn-hover-bg: #0d6efd;
  2987. --bs-btn-hover-border-color: #0d6efd;
  2988. --bs-btn-focus-shadow-rgb: 13, 110, 253;
  2989. --bs-btn-active-color: #fff;
  2990. --bs-btn-active-bg: #0d6efd;
  2991. --bs-btn-active-border-color: #0d6efd;
  2992. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2993. --bs-btn-disabled-color: #0d6efd;
  2994. --bs-btn-disabled-bg: transparent;
  2995. --bs-btn-disabled-border-color: #0d6efd;
  2996. --bs-gradient: none;
  2997. }
  2998. .btn-outline-secondary {
  2999. --bs-btn-color: #6c757d;
  3000. --bs-btn-border-color: #6c757d;
  3001. --bs-btn-hover-color: #fff;
  3002. --bs-btn-hover-bg: #6c757d;
  3003. --bs-btn-hover-border-color: #6c757d;
  3004. --bs-btn-focus-shadow-rgb: 108, 117, 125;
  3005. --bs-btn-active-color: #fff;
  3006. --bs-btn-active-bg: #6c757d;
  3007. --bs-btn-active-border-color: #6c757d;
  3008. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3009. --bs-btn-disabled-color: #6c757d;
  3010. --bs-btn-disabled-bg: transparent;
  3011. --bs-btn-disabled-border-color: #6c757d;
  3012. --bs-gradient: none;
  3013. }
  3014. .btn-outline-success {
  3015. --bs-btn-color: #198754;
  3016. --bs-btn-border-color: #198754;
  3017. --bs-btn-hover-color: #fff;
  3018. --bs-btn-hover-bg: #198754;
  3019. --bs-btn-hover-border-color: #198754;
  3020. --bs-btn-focus-shadow-rgb: 25, 135, 84;
  3021. --bs-btn-active-color: #fff;
  3022. --bs-btn-active-bg: #198754;
  3023. --bs-btn-active-border-color: #198754;
  3024. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3025. --bs-btn-disabled-color: #198754;
  3026. --bs-btn-disabled-bg: transparent;
  3027. --bs-btn-disabled-border-color: #198754;
  3028. --bs-gradient: none;
  3029. }
  3030. .btn-outline-info {
  3031. --bs-btn-color: #0dcaf0;
  3032. --bs-btn-border-color: #0dcaf0;
  3033. --bs-btn-hover-color: #000;
  3034. --bs-btn-hover-bg: #0dcaf0;
  3035. --bs-btn-hover-border-color: #0dcaf0;
  3036. --bs-btn-focus-shadow-rgb: 13, 202, 240;
  3037. --bs-btn-active-color: #000;
  3038. --bs-btn-active-bg: #0dcaf0;
  3039. --bs-btn-active-border-color: #0dcaf0;
  3040. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3041. --bs-btn-disabled-color: #0dcaf0;
  3042. --bs-btn-disabled-bg: transparent;
  3043. --bs-btn-disabled-border-color: #0dcaf0;
  3044. --bs-gradient: none;
  3045. }
  3046. .btn-outline-warning {
  3047. --bs-btn-color: #ffc107;
  3048. --bs-btn-border-color: #ffc107;
  3049. --bs-btn-hover-color: #000;
  3050. --bs-btn-hover-bg: #ffc107;
  3051. --bs-btn-hover-border-color: #ffc107;
  3052. --bs-btn-focus-shadow-rgb: 255, 193, 7;
  3053. --bs-btn-active-color: #000;
  3054. --bs-btn-active-bg: #ffc107;
  3055. --bs-btn-active-border-color: #ffc107;
  3056. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3057. --bs-btn-disabled-color: #ffc107;
  3058. --bs-btn-disabled-bg: transparent;
  3059. --bs-btn-disabled-border-color: #ffc107;
  3060. --bs-gradient: none;
  3061. }
  3062. .btn-outline-danger {
  3063. --bs-btn-color: #dc3545;
  3064. --bs-btn-border-color: #dc3545;
  3065. --bs-btn-hover-color: #fff;
  3066. --bs-btn-hover-bg: #dc3545;
  3067. --bs-btn-hover-border-color: #dc3545;
  3068. --bs-btn-focus-shadow-rgb: 220, 53, 69;
  3069. --bs-btn-active-color: #fff;
  3070. --bs-btn-active-bg: #dc3545;
  3071. --bs-btn-active-border-color: #dc3545;
  3072. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3073. --bs-btn-disabled-color: #dc3545;
  3074. --bs-btn-disabled-bg: transparent;
  3075. --bs-btn-disabled-border-color: #dc3545;
  3076. --bs-gradient: none;
  3077. }
  3078. .btn-outline-light {
  3079. --bs-btn-color: #f8f9fa;
  3080. --bs-btn-border-color: #f8f9fa;
  3081. --bs-btn-hover-color: #000;
  3082. --bs-btn-hover-bg: #f8f9fa;
  3083. --bs-btn-hover-border-color: #f8f9fa;
  3084. --bs-btn-focus-shadow-rgb: 248, 249, 250;
  3085. --bs-btn-active-color: #000;
  3086. --bs-btn-active-bg: #f8f9fa;
  3087. --bs-btn-active-border-color: #f8f9fa;
  3088. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3089. --bs-btn-disabled-color: #f8f9fa;
  3090. --bs-btn-disabled-bg: transparent;
  3091. --bs-btn-disabled-border-color: #f8f9fa;
  3092. --bs-gradient: none;
  3093. }
  3094. .btn-outline-dark {
  3095. --bs-btn-color: #212529;
  3096. --bs-btn-border-color: #212529;
  3097. --bs-btn-hover-color: #fff;
  3098. --bs-btn-hover-bg: #212529;
  3099. --bs-btn-hover-border-color: #212529;
  3100. --bs-btn-focus-shadow-rgb: 33, 37, 41;
  3101. --bs-btn-active-color: #fff;
  3102. --bs-btn-active-bg: #212529;
  3103. --bs-btn-active-border-color: #212529;
  3104. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3105. --bs-btn-disabled-color: #212529;
  3106. --bs-btn-disabled-bg: transparent;
  3107. --bs-btn-disabled-border-color: #212529;
  3108. --bs-gradient: none;
  3109. }
  3110. .btn-link {
  3111. --bs-btn-font-weight: 400;
  3112. --bs-btn-color: var(--bs-link-color);
  3113. --bs-btn-bg: transparent;
  3114. --bs-btn-border-color: transparent;
  3115. --bs-btn-hover-color: var(--bs-link-hover-color);
  3116. --bs-btn-hover-border-color: transparent;
  3117. --bs-btn-active-color: var(--bs-link-hover-color);
  3118. --bs-btn-active-border-color: transparent;
  3119. --bs-btn-disabled-color: #6c757d;
  3120. --bs-btn-disabled-border-color: transparent;
  3121. --bs-btn-box-shadow: 0 0 0 #000;
  3122. --bs-btn-focus-shadow-rgb: 49, 132, 253;
  3123. text-decoration: underline;
  3124. }
  3125. .btn-link:focus-visible {
  3126. color: var(--bs-btn-color);
  3127. }
  3128. .btn-link:hover {
  3129. color: var(--bs-btn-hover-color);
  3130. }
  3131. .btn-lg, .btn-group-lg > .btn {
  3132. --bs-btn-padding-y: 0.5rem;
  3133. --bs-btn-padding-x: 1rem;
  3134. --bs-btn-font-size: 1.25rem;
  3135. --bs-btn-border-radius: var(--bs-border-radius-lg);
  3136. }
  3137. .btn-sm, .btn-group-sm > .btn {
  3138. --bs-btn-padding-y: 0.25rem;
  3139. --bs-btn-padding-x: 0.5rem;
  3140. --bs-btn-font-size: 0.875rem;
  3141. --bs-btn-border-radius: var(--bs-border-radius-sm);
  3142. }
  3143. .fade {
  3144. transition: opacity 0.15s linear;
  3145. }
  3146. @media (prefers-reduced-motion: reduce) {
  3147. .fade {
  3148. transition: none;
  3149. }
  3150. }
  3151. .fade:not(.show) {
  3152. opacity: 0;
  3153. }
  3154. .collapse:not(.show) {
  3155. display: none;
  3156. }
  3157. .collapsing {
  3158. height: 0;
  3159. overflow: hidden;
  3160. transition: height 0.35s ease;
  3161. }
  3162. @media (prefers-reduced-motion: reduce) {
  3163. .collapsing {
  3164. transition: none;
  3165. }
  3166. }
  3167. .collapsing.collapse-horizontal {
  3168. width: 0;
  3169. height: auto;
  3170. transition: width 0.35s ease;
  3171. }
  3172. @media (prefers-reduced-motion: reduce) {
  3173. .collapsing.collapse-horizontal {
  3174. transition: none;
  3175. }
  3176. }
  3177. .dropup,
  3178. .dropend,
  3179. .dropdown,
  3180. .dropstart,
  3181. .dropup-center,
  3182. .dropdown-center {
  3183. position: relative;
  3184. }
  3185. .dropdown-toggle {
  3186. white-space: nowrap;
  3187. }
  3188. .dropdown-toggle::after {
  3189. display: inline-block;
  3190. margin-right: 0.255em;
  3191. vertical-align: 0.255em;
  3192. content: "";
  3193. border-top: 0.3em solid;
  3194. border-left: 0.3em solid transparent;
  3195. border-bottom: 0;
  3196. border-right: 0.3em solid transparent;
  3197. }
  3198. .dropdown-toggle:empty::after {
  3199. margin-right: 0;
  3200. }
  3201. .dropdown-menu {
  3202. --bs-dropdown-zindex: 1000;
  3203. --bs-dropdown-min-width: 10rem;
  3204. --bs-dropdown-padding-x: 0;
  3205. --bs-dropdown-padding-y: 0.5rem;
  3206. --bs-dropdown-spacer: 0.125rem;
  3207. --bs-dropdown-font-size: 1rem;
  3208. --bs-dropdown-color: var(--bs-body-color);
  3209. --bs-dropdown-bg: var(--bs-body-bg);
  3210. --bs-dropdown-border-color: var(--bs-border-color-translucent);
  3211. --bs-dropdown-border-radius: var(--bs-border-radius);
  3212. --bs-dropdown-border-width: var(--bs-border-width);
  3213. --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  3214. --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  3215. --bs-dropdown-divider-margin-y: 0.5rem;
  3216. --bs-dropdown-box-shadow: var(--bs-box-shadow);
  3217. --bs-dropdown-link-color: var(--bs-body-color);
  3218. --bs-dropdown-link-hover-color: var(--bs-body-color);
  3219. --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  3220. --bs-dropdown-link-active-color: #fff;
  3221. --bs-dropdown-link-active-bg: #0d6efd;
  3222. --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  3223. --bs-dropdown-item-padding-x: 1rem;
  3224. --bs-dropdown-item-padding-y: 0.25rem;
  3225. --bs-dropdown-header-color: #6c757d;
  3226. --bs-dropdown-header-padding-x: 1rem;
  3227. --bs-dropdown-header-padding-y: 0.5rem;
  3228. position: absolute;
  3229. z-index: var(--bs-dropdown-zindex);
  3230. display: none;
  3231. min-width: var(--bs-dropdown-min-width);
  3232. padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  3233. margin: 0;
  3234. font-size: var(--bs-dropdown-font-size);
  3235. color: var(--bs-dropdown-color);
  3236. text-align: right;
  3237. list-style: none;
  3238. background-color: var(--bs-dropdown-bg);
  3239. background-clip: padding-box;
  3240. border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  3241. border-radius: var(--bs-dropdown-border-radius);
  3242. }
  3243. .dropdown-menu[data-bs-popper] {
  3244. top: 100%;
  3245. right: 0;
  3246. margin-top: var(--bs-dropdown-spacer);
  3247. }
  3248. .dropdown-menu-start {
  3249. --bs-position: start;
  3250. }
  3251. .dropdown-menu-start[data-bs-popper] {
  3252. left: auto;
  3253. right: 0;
  3254. }
  3255. .dropdown-menu-end {
  3256. --bs-position: end;
  3257. }
  3258. .dropdown-menu-end[data-bs-popper] {
  3259. left: 0;
  3260. right: auto;
  3261. }
  3262. @media (min-width: 576px) {
  3263. .dropdown-menu-sm-start {
  3264. --bs-position: start;
  3265. }
  3266. .dropdown-menu-sm-start[data-bs-popper] {
  3267. left: auto;
  3268. right: 0;
  3269. }
  3270. .dropdown-menu-sm-end {
  3271. --bs-position: end;
  3272. }
  3273. .dropdown-menu-sm-end[data-bs-popper] {
  3274. left: 0;
  3275. right: auto;
  3276. }
  3277. }
  3278. @media (min-width: 768px) {
  3279. .dropdown-menu-md-start {
  3280. --bs-position: start;
  3281. }
  3282. .dropdown-menu-md-start[data-bs-popper] {
  3283. left: auto;
  3284. right: 0;
  3285. }
  3286. .dropdown-menu-md-end {
  3287. --bs-position: end;
  3288. }
  3289. .dropdown-menu-md-end[data-bs-popper] {
  3290. left: 0;
  3291. right: auto;
  3292. }
  3293. }
  3294. @media (min-width: 992px) {
  3295. .dropdown-menu-lg-start {
  3296. --bs-position: start;
  3297. }
  3298. .dropdown-menu-lg-start[data-bs-popper] {
  3299. left: auto;
  3300. right: 0;
  3301. }
  3302. .dropdown-menu-lg-end {
  3303. --bs-position: end;
  3304. }
  3305. .dropdown-menu-lg-end[data-bs-popper] {
  3306. left: 0;
  3307. right: auto;
  3308. }
  3309. }
  3310. @media (min-width: 1200px) {
  3311. .dropdown-menu-xl-start {
  3312. --bs-position: start;
  3313. }
  3314. .dropdown-menu-xl-start[data-bs-popper] {
  3315. left: auto;
  3316. right: 0;
  3317. }
  3318. .dropdown-menu-xl-end {
  3319. --bs-position: end;
  3320. }
  3321. .dropdown-menu-xl-end[data-bs-popper] {
  3322. left: 0;
  3323. right: auto;
  3324. }
  3325. }
  3326. @media (min-width: 1400px) {
  3327. .dropdown-menu-xxl-start {
  3328. --bs-position: start;
  3329. }
  3330. .dropdown-menu-xxl-start[data-bs-popper] {
  3331. left: auto;
  3332. right: 0;
  3333. }
  3334. .dropdown-menu-xxl-end {
  3335. --bs-position: end;
  3336. }
  3337. .dropdown-menu-xxl-end[data-bs-popper] {
  3338. left: 0;
  3339. right: auto;
  3340. }
  3341. }
  3342. .dropup .dropdown-menu[data-bs-popper] {
  3343. top: auto;
  3344. bottom: 100%;
  3345. margin-top: 0;
  3346. margin-bottom: var(--bs-dropdown-spacer);
  3347. }
  3348. .dropup .dropdown-toggle::after {
  3349. display: inline-block;
  3350. margin-right: 0.255em;
  3351. vertical-align: 0.255em;
  3352. content: "";
  3353. border-top: 0;
  3354. border-left: 0.3em solid transparent;
  3355. border-bottom: 0.3em solid;
  3356. border-right: 0.3em solid transparent;
  3357. }
  3358. .dropup .dropdown-toggle:empty::after {
  3359. margin-right: 0;
  3360. }
  3361. .dropend .dropdown-menu[data-bs-popper] {
  3362. top: 0;
  3363. left: auto;
  3364. right: 100%;
  3365. margin-top: 0;
  3366. margin-right: var(--bs-dropdown-spacer);
  3367. }
  3368. .dropend .dropdown-toggle::after {
  3369. display: inline-block;
  3370. margin-right: 0.255em;
  3371. vertical-align: 0.255em;
  3372. content: "";
  3373. border-top: 0.3em solid transparent;
  3374. border-left: 0;
  3375. border-bottom: 0.3em solid transparent;
  3376. border-right: 0.3em solid;
  3377. }
  3378. .dropend .dropdown-toggle:empty::after {
  3379. margin-right: 0;
  3380. }
  3381. .dropend .dropdown-toggle::after {
  3382. vertical-align: 0;
  3383. }
  3384. .dropstart .dropdown-menu[data-bs-popper] {
  3385. top: 0;
  3386. left: 100%;
  3387. right: auto;
  3388. margin-top: 0;
  3389. margin-left: var(--bs-dropdown-spacer);
  3390. }
  3391. .dropstart .dropdown-toggle::after {
  3392. display: inline-block;
  3393. margin-right: 0.255em;
  3394. vertical-align: 0.255em;
  3395. content: "";
  3396. }
  3397. .dropstart .dropdown-toggle::after {
  3398. display: none;
  3399. }
  3400. .dropstart .dropdown-toggle::before {
  3401. display: inline-block;
  3402. margin-left: 0.255em;
  3403. vertical-align: 0.255em;
  3404. content: "";
  3405. border-top: 0.3em solid transparent;
  3406. border-left: 0.3em solid;
  3407. border-bottom: 0.3em solid transparent;
  3408. }
  3409. .dropstart .dropdown-toggle:empty::after {
  3410. margin-right: 0;
  3411. }
  3412. .dropstart .dropdown-toggle::before {
  3413. vertical-align: 0;
  3414. }
  3415. .dropdown-divider {
  3416. height: 0;
  3417. margin: var(--bs-dropdown-divider-margin-y) 0;
  3418. overflow: hidden;
  3419. border-top: 1px solid var(--bs-dropdown-divider-bg);
  3420. opacity: 1;
  3421. }
  3422. .dropdown-item {
  3423. display: block;
  3424. width: 100%;
  3425. padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  3426. clear: both;
  3427. font-weight: 400;
  3428. color: var(--bs-dropdown-link-color);
  3429. text-align: inherit;
  3430. text-decoration: none;
  3431. white-space: nowrap;
  3432. background-color: transparent;
  3433. border: 0;
  3434. border-radius: var(--bs-dropdown-item-border-radius, 0);
  3435. }
  3436. .dropdown-item:hover, .dropdown-item:focus {
  3437. color: var(--bs-dropdown-link-hover-color);
  3438. background-color: var(--bs-dropdown-link-hover-bg);
  3439. }
  3440. .dropdown-item.active, .dropdown-item:active {
  3441. color: var(--bs-dropdown-link-active-color);
  3442. text-decoration: none;
  3443. background-color: var(--bs-dropdown-link-active-bg);
  3444. }
  3445. .dropdown-item.disabled, .dropdown-item:disabled {
  3446. color: var(--bs-dropdown-link-disabled-color);
  3447. pointer-events: none;
  3448. background-color: transparent;
  3449. }
  3450. .dropdown-menu.show {
  3451. display: block;
  3452. }
  3453. .dropdown-header {
  3454. display: block;
  3455. padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  3456. margin-bottom: 0;
  3457. font-size: 0.875rem;
  3458. color: var(--bs-dropdown-header-color);
  3459. white-space: nowrap;
  3460. }
  3461. .dropdown-item-text {
  3462. display: block;
  3463. padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  3464. color: var(--bs-dropdown-link-color);
  3465. }
  3466. .dropdown-menu-dark {
  3467. --bs-dropdown-color: #dee2e6;
  3468. --bs-dropdown-bg: #343a40;
  3469. --bs-dropdown-border-color: var(--bs-border-color-translucent);
  3470. --bs-dropdown-box-shadow: ;
  3471. --bs-dropdown-link-color: #dee2e6;
  3472. --bs-dropdown-link-hover-color: #fff;
  3473. --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  3474. --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  3475. --bs-dropdown-link-active-color: #fff;
  3476. --bs-dropdown-link-active-bg: #0d6efd;
  3477. --bs-dropdown-link-disabled-color: #adb5bd;
  3478. --bs-dropdown-header-color: #adb5bd;
  3479. }
  3480. .btn-group,
  3481. .btn-group-vertical {
  3482. position: relative;
  3483. display: inline-flex;
  3484. vertical-align: middle;
  3485. }
  3486. .btn-group > .btn,
  3487. .btn-group-vertical > .btn {
  3488. position: relative;
  3489. flex: 1 1 auto;
  3490. }
  3491. .btn-group > .btn-check:checked + .btn,
  3492. .btn-group > .btn-check:focus + .btn,
  3493. .btn-group > .btn:hover,
  3494. .btn-group > .btn:focus,
  3495. .btn-group > .btn:active,
  3496. .btn-group > .btn.active,
  3497. .btn-group-vertical > .btn-check:checked + .btn,
  3498. .btn-group-vertical > .btn-check:focus + .btn,
  3499. .btn-group-vertical > .btn:hover,
  3500. .btn-group-vertical > .btn:focus,
  3501. .btn-group-vertical > .btn:active,
  3502. .btn-group-vertical > .btn.active {
  3503. z-index: 1;
  3504. }
  3505. .btn-toolbar {
  3506. display: flex;
  3507. flex-wrap: wrap;
  3508. justify-content: flex-start;
  3509. }
  3510. .btn-toolbar .input-group {
  3511. width: auto;
  3512. }
  3513. .btn-group {
  3514. border-radius: var(--bs-border-radius);
  3515. }
  3516. .btn-group > :not(.btn-check:first-child) + .btn,
  3517. .btn-group > .btn-group:not(:first-child) {
  3518. margin-right: calc(var(--bs-border-width) * -1);
  3519. }
  3520. .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  3521. .btn-group > .btn.dropdown-toggle-split:first-child,
  3522. .btn-group > .btn-group:not(:last-child) > .btn {
  3523. border-top-left-radius: 0;
  3524. border-bottom-left-radius: 0;
  3525. }
  3526. .btn-group > .btn:nth-child(n+3),
  3527. .btn-group > :not(.btn-check) + .btn,
  3528. .btn-group > .btn-group:not(:first-child) > .btn {
  3529. border-top-right-radius: 0;
  3530. border-bottom-right-radius: 0;
  3531. }
  3532. .dropdown-toggle-split {
  3533. padding-left: 0.5625rem;
  3534. padding-right: 0.5625rem;
  3535. }
  3536. .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  3537. margin-right: 0;
  3538. }
  3539. .dropstart .dropdown-toggle-split::before {
  3540. margin-left: 0;
  3541. }
  3542. .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  3543. padding-left: 0.375rem;
  3544. padding-right: 0.375rem;
  3545. }
  3546. .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  3547. padding-left: 0.75rem;
  3548. padding-right: 0.75rem;
  3549. }
  3550. .btn-group-vertical {
  3551. flex-direction: column;
  3552. align-items: flex-start;
  3553. justify-content: center;
  3554. }
  3555. .btn-group-vertical > .btn,
  3556. .btn-group-vertical > .btn-group {
  3557. width: 100%;
  3558. }
  3559. .btn-group-vertical > .btn:not(:first-child),
  3560. .btn-group-vertical > .btn-group:not(:first-child) {
  3561. margin-top: calc(var(--bs-border-width) * -1);
  3562. }
  3563. .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  3564. .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  3565. border-bottom-left-radius: 0;
  3566. border-bottom-right-radius: 0;
  3567. }
  3568. .btn-group-vertical > .btn ~ .btn,
  3569. .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  3570. border-top-right-radius: 0;
  3571. border-top-left-radius: 0;
  3572. }
  3573. .nav {
  3574. --bs-nav-link-padding-x: 1rem;
  3575. --bs-nav-link-padding-y: 0.5rem;
  3576. --bs-nav-link-font-weight: ;
  3577. --bs-nav-link-color: var(--bs-link-color);
  3578. --bs-nav-link-hover-color: var(--bs-link-hover-color);
  3579. --bs-nav-link-disabled-color: var(--bs-secondary-color);
  3580. display: flex;
  3581. flex-wrap: wrap;
  3582. padding-right: 0;
  3583. margin-bottom: 0;
  3584. list-style: none;
  3585. }
  3586. .nav-link {
  3587. display: block;
  3588. padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  3589. font-size: var(--bs-nav-link-font-size);
  3590. font-weight: var(--bs-nav-link-font-weight);
  3591. color: var(--bs-nav-link-color);
  3592. text-decoration: none;
  3593. background: none;
  3594. border: 0;
  3595. transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  3596. }
  3597. @media (prefers-reduced-motion: reduce) {
  3598. .nav-link {
  3599. transition: none;
  3600. }
  3601. }
  3602. .nav-link:hover, .nav-link:focus {
  3603. color: var(--bs-nav-link-hover-color);
  3604. }
  3605. .nav-link:focus-visible {
  3606. outline: 0;
  3607. box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  3608. }
  3609. .nav-link.disabled, .nav-link:disabled {
  3610. color: var(--bs-nav-link-disabled-color);
  3611. pointer-events: none;
  3612. cursor: default;
  3613. }
  3614. .nav-tabs {
  3615. --bs-nav-tabs-border-width: var(--bs-border-width);
  3616. --bs-nav-tabs-border-color: var(--bs-border-color);
  3617. --bs-nav-tabs-border-radius: var(--bs-border-radius);
  3618. --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  3619. --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  3620. --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  3621. --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  3622. border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
  3623. }
  3624. .nav-tabs .nav-link {
  3625. margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  3626. border: var(--bs-nav-tabs-border-width) solid transparent;
  3627. border-top-right-radius: var(--bs-nav-tabs-border-radius);
  3628. border-top-left-radius: var(--bs-nav-tabs-border-radius);
  3629. }
  3630. .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  3631. isolation: isolate;
  3632. border-color: var(--bs-nav-tabs-link-hover-border-color);
  3633. }
  3634. .nav-tabs .nav-link.active,
  3635. .nav-tabs .nav-item.show .nav-link {
  3636. color: var(--bs-nav-tabs-link-active-color);
  3637. background-color: var(--bs-nav-tabs-link-active-bg);
  3638. border-color: var(--bs-nav-tabs-link-active-border-color);
  3639. }
  3640. .nav-tabs .dropdown-menu {
  3641. margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  3642. border-top-right-radius: 0;
  3643. border-top-left-radius: 0;
  3644. }
  3645. .nav-pills {
  3646. --bs-nav-pills-border-radius: var(--bs-border-radius);
  3647. --bs-nav-pills-link-active-color: #fff;
  3648. --bs-nav-pills-link-active-bg: #0d6efd;
  3649. }
  3650. .nav-pills .nav-link {
  3651. border-radius: var(--bs-nav-pills-border-radius);
  3652. }
  3653. .nav-pills .nav-link.active,
  3654. .nav-pills .show > .nav-link {
  3655. color: var(--bs-nav-pills-link-active-color);
  3656. background-color: var(--bs-nav-pills-link-active-bg);
  3657. }
  3658. .nav-underline {
  3659. --bs-nav-underline-gap: 1rem;
  3660. --bs-nav-underline-border-width: 0.125rem;
  3661. --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  3662. gap: var(--bs-nav-underline-gap);
  3663. }
  3664. .nav-underline .nav-link {
  3665. padding-left: 0;
  3666. padding-right: 0;
  3667. border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  3668. }
  3669. .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  3670. border-bottom-color: currentcolor;
  3671. }
  3672. .nav-underline .nav-link.active,
  3673. .nav-underline .show > .nav-link {
  3674. font-weight: 700;
  3675. color: var(--bs-nav-underline-link-active-color);
  3676. border-bottom-color: currentcolor;
  3677. }
  3678. .nav-fill > .nav-link,
  3679. .nav-fill .nav-item {
  3680. flex: 1 1 auto;
  3681. text-align: center;
  3682. }
  3683. .nav-justified > .nav-link,
  3684. .nav-justified .nav-item {
  3685. flex-basis: 0;
  3686. flex-grow: 1;
  3687. text-align: center;
  3688. }
  3689. .nav-fill .nav-item .nav-link,
  3690. .nav-justified .nav-item .nav-link {
  3691. width: 100%;
  3692. }
  3693. .tab-content > .tab-pane {
  3694. display: none;
  3695. }
  3696. .tab-content > .active {
  3697. display: block;
  3698. }
  3699. .navbar {
  3700. --bs-navbar-padding-x: 0;
  3701. --bs-navbar-padding-y: 0.5rem;
  3702. --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  3703. --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  3704. --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  3705. --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  3706. --bs-navbar-brand-padding-y: 0.3125rem;
  3707. --bs-navbar-brand-margin-end: 1rem;
  3708. --bs-navbar-brand-font-size: 1.25rem;
  3709. --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  3710. --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  3711. --bs-navbar-nav-link-padding-x: 0.5rem;
  3712. --bs-navbar-toggler-padding-y: 0.25rem;
  3713. --bs-navbar-toggler-padding-x: 0.75rem;
  3714. --bs-navbar-toggler-font-size: 1.25rem;
  3715. --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");
  3716. --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  3717. --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  3718. --bs-navbar-toggler-focus-width: 0.25rem;
  3719. --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  3720. position: relative;
  3721. display: flex;
  3722. flex-wrap: wrap;
  3723. align-items: center;
  3724. justify-content: space-between;
  3725. padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  3726. }
  3727. .navbar > .container,
  3728. .navbar > .container-fluid,
  3729. .navbar > .container-sm,
  3730. .navbar > .container-md,
  3731. .navbar > .container-lg,
  3732. .navbar > .container-xl,
  3733. .navbar > .container-xxl {
  3734. display: flex;
  3735. flex-wrap: inherit;
  3736. align-items: center;
  3737. justify-content: space-between;
  3738. }
  3739. .navbar-brand {
  3740. padding-top: var(--bs-navbar-brand-padding-y);
  3741. padding-bottom: var(--bs-navbar-brand-padding-y);
  3742. margin-left: var(--bs-navbar-brand-margin-end);
  3743. font-size: var(--bs-navbar-brand-font-size);
  3744. color: var(--bs-navbar-brand-color);
  3745. text-decoration: none;
  3746. white-space: nowrap;
  3747. }
  3748. .navbar-brand:hover, .navbar-brand:focus {
  3749. color: var(--bs-navbar-brand-hover-color);
  3750. }
  3751. .navbar-nav {
  3752. --bs-nav-link-padding-x: 0;
  3753. --bs-nav-link-padding-y: 0.5rem;
  3754. --bs-nav-link-font-weight: ;
  3755. --bs-nav-link-color: var(--bs-navbar-color);
  3756. --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  3757. --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  3758. display: flex;
  3759. flex-direction: column;
  3760. padding-right: 0;
  3761. margin-bottom: 0;
  3762. list-style: none;
  3763. }
  3764. .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  3765. color: var(--bs-navbar-active-color);
  3766. }
  3767. .navbar-nav .dropdown-menu {
  3768. position: static;
  3769. }
  3770. .navbar-text {
  3771. padding-top: 0.5rem;
  3772. padding-bottom: 0.5rem;
  3773. color: var(--bs-navbar-color);
  3774. }
  3775. .navbar-text a,
  3776. .navbar-text a:hover,
  3777. .navbar-text a:focus {
  3778. color: var(--bs-navbar-active-color);
  3779. }
  3780. .navbar-collapse {
  3781. flex-basis: 100%;
  3782. flex-grow: 1;
  3783. align-items: center;
  3784. }
  3785. .navbar-toggler {
  3786. padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  3787. font-size: var(--bs-navbar-toggler-font-size);
  3788. line-height: 1;
  3789. color: var(--bs-navbar-color);
  3790. background-color: transparent;
  3791. border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  3792. border-radius: var(--bs-navbar-toggler-border-radius);
  3793. transition: var(--bs-navbar-toggler-transition);
  3794. }
  3795. @media (prefers-reduced-motion: reduce) {
  3796. .navbar-toggler {
  3797. transition: none;
  3798. }
  3799. }
  3800. .navbar-toggler:hover {
  3801. text-decoration: none;
  3802. }
  3803. .navbar-toggler:focus {
  3804. text-decoration: none;
  3805. outline: 0;
  3806. box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  3807. }
  3808. .navbar-toggler-icon {
  3809. display: inline-block;
  3810. width: 1.5em;
  3811. height: 1.5em;
  3812. vertical-align: middle;
  3813. background-image: var(--bs-navbar-toggler-icon-bg);
  3814. background-repeat: no-repeat;
  3815. background-position: center;
  3816. background-size: 100%;
  3817. }
  3818. .navbar-nav-scroll {
  3819. max-height: var(--bs-scroll-height, 75vh);
  3820. overflow-y: auto;
  3821. }
  3822. @media (min-width: 576px) {
  3823. .navbar-expand-sm {
  3824. flex-wrap: nowrap;
  3825. justify-content: flex-start;
  3826. }
  3827. .navbar-expand-sm .navbar-nav {
  3828. flex-direction: row;
  3829. }
  3830. .navbar-expand-sm .navbar-nav .dropdown-menu {
  3831. position: absolute;
  3832. }
  3833. .navbar-expand-sm .navbar-nav .nav-link {
  3834. padding-left: var(--bs-navbar-nav-link-padding-x);
  3835. padding-right: var(--bs-navbar-nav-link-padding-x);
  3836. }
  3837. .navbar-expand-sm .navbar-nav-scroll {
  3838. overflow: visible;
  3839. }
  3840. .navbar-expand-sm .navbar-collapse {
  3841. display: flex !important;
  3842. flex-basis: auto;
  3843. }
  3844. .navbar-expand-sm .navbar-toggler {
  3845. display: none;
  3846. }
  3847. .navbar-expand-sm .offcanvas {
  3848. position: static;
  3849. z-index: auto;
  3850. flex-grow: 1;
  3851. width: auto !important;
  3852. height: auto !important;
  3853. visibility: visible !important;
  3854. background-color: transparent !important;
  3855. border: 0 !important;
  3856. transform: none !important;
  3857. transition: none;
  3858. }
  3859. .navbar-expand-sm .offcanvas .offcanvas-header {
  3860. display: none;
  3861. }
  3862. .navbar-expand-sm .offcanvas .offcanvas-body {
  3863. display: flex;
  3864. flex-grow: 0;
  3865. padding: 0;
  3866. overflow-y: visible;
  3867. }
  3868. }
  3869. @media (min-width: 768px) {
  3870. .navbar-expand-md {
  3871. flex-wrap: nowrap;
  3872. justify-content: flex-start;
  3873. }
  3874. .navbar-expand-md .navbar-nav {
  3875. flex-direction: row;
  3876. }
  3877. .navbar-expand-md .navbar-nav .dropdown-menu {
  3878. position: absolute;
  3879. }
  3880. .navbar-expand-md .navbar-nav .nav-link {
  3881. padding-left: var(--bs-navbar-nav-link-padding-x);
  3882. padding-right: var(--bs-navbar-nav-link-padding-x);
  3883. }
  3884. .navbar-expand-md .navbar-nav-scroll {
  3885. overflow: visible;
  3886. }
  3887. .navbar-expand-md .navbar-collapse {
  3888. display: flex !important;
  3889. flex-basis: auto;
  3890. }
  3891. .navbar-expand-md .navbar-toggler {
  3892. display: none;
  3893. }
  3894. .navbar-expand-md .offcanvas {
  3895. position: static;
  3896. z-index: auto;
  3897. flex-grow: 1;
  3898. width: auto !important;
  3899. height: auto !important;
  3900. visibility: visible !important;
  3901. background-color: transparent !important;
  3902. border: 0 !important;
  3903. transform: none !important;
  3904. transition: none;
  3905. }
  3906. .navbar-expand-md .offcanvas .offcanvas-header {
  3907. display: none;
  3908. }
  3909. .navbar-expand-md .offcanvas .offcanvas-body {
  3910. display: flex;
  3911. flex-grow: 0;
  3912. padding: 0;
  3913. overflow-y: visible;
  3914. }
  3915. }
  3916. @media (min-width: 992px) {
  3917. .navbar-expand-lg {
  3918. flex-wrap: nowrap;
  3919. justify-content: flex-start;
  3920. }
  3921. .navbar-expand-lg .navbar-nav {
  3922. flex-direction: row;
  3923. }
  3924. .navbar-expand-lg .navbar-nav .dropdown-menu {
  3925. position: absolute;
  3926. }
  3927. .navbar-expand-lg .navbar-nav .nav-link {
  3928. padding-left: var(--bs-navbar-nav-link-padding-x);
  3929. padding-right: var(--bs-navbar-nav-link-padding-x);
  3930. }
  3931. .navbar-expand-lg .navbar-nav-scroll {
  3932. overflow: visible;
  3933. }
  3934. .navbar-expand-lg .navbar-collapse {
  3935. display: flex !important;
  3936. flex-basis: auto;
  3937. }
  3938. .navbar-expand-lg .navbar-toggler {
  3939. display: none;
  3940. }
  3941. .navbar-expand-lg .offcanvas {
  3942. position: static;
  3943. z-index: auto;
  3944. flex-grow: 1;
  3945. width: auto !important;
  3946. height: auto !important;
  3947. visibility: visible !important;
  3948. background-color: transparent !important;
  3949. border: 0 !important;
  3950. transform: none !important;
  3951. transition: none;
  3952. }
  3953. .navbar-expand-lg .offcanvas .offcanvas-header {
  3954. display: none;
  3955. }
  3956. .navbar-expand-lg .offcanvas .offcanvas-body {
  3957. display: flex;
  3958. flex-grow: 0;
  3959. padding: 0;
  3960. overflow-y: visible;
  3961. }
  3962. }
  3963. @media (min-width: 1200px) {
  3964. .navbar-expand-xl {
  3965. flex-wrap: nowrap;
  3966. justify-content: flex-start;
  3967. }
  3968. .navbar-expand-xl .navbar-nav {
  3969. flex-direction: row;
  3970. }
  3971. .navbar-expand-xl .navbar-nav .dropdown-menu {
  3972. position: absolute;
  3973. }
  3974. .navbar-expand-xl .navbar-nav .nav-link {
  3975. padding-left: var(--bs-navbar-nav-link-padding-x);
  3976. padding-right: var(--bs-navbar-nav-link-padding-x);
  3977. }
  3978. .navbar-expand-xl .navbar-nav-scroll {
  3979. overflow: visible;
  3980. }
  3981. .navbar-expand-xl .navbar-collapse {
  3982. display: flex !important;
  3983. flex-basis: auto;
  3984. }
  3985. .navbar-expand-xl .navbar-toggler {
  3986. display: none;
  3987. }
  3988. .navbar-expand-xl .offcanvas {
  3989. position: static;
  3990. z-index: auto;
  3991. flex-grow: 1;
  3992. width: auto !important;
  3993. height: auto !important;
  3994. visibility: visible !important;
  3995. background-color: transparent !important;
  3996. border: 0 !important;
  3997. transform: none !important;
  3998. transition: none;
  3999. }
  4000. .navbar-expand-xl .offcanvas .offcanvas-header {
  4001. display: none;
  4002. }
  4003. .navbar-expand-xl .offcanvas .offcanvas-body {
  4004. display: flex;
  4005. flex-grow: 0;
  4006. padding: 0;
  4007. overflow-y: visible;
  4008. }
  4009. }
  4010. @media (min-width: 1400px) {
  4011. .navbar-expand-xxl {
  4012. flex-wrap: nowrap;
  4013. justify-content: flex-start;
  4014. }
  4015. .navbar-expand-xxl .navbar-nav {
  4016. flex-direction: row;
  4017. }
  4018. .navbar-expand-xxl .navbar-nav .dropdown-menu {
  4019. position: absolute;
  4020. }
  4021. .navbar-expand-xxl .navbar-nav .nav-link {
  4022. padding-left: var(--bs-navbar-nav-link-padding-x);
  4023. padding-right: var(--bs-navbar-nav-link-padding-x);
  4024. }
  4025. .navbar-expand-xxl .navbar-nav-scroll {
  4026. overflow: visible;
  4027. }
  4028. .navbar-expand-xxl .navbar-collapse {
  4029. display: flex !important;
  4030. flex-basis: auto;
  4031. }
  4032. .navbar-expand-xxl .navbar-toggler {
  4033. display: none;
  4034. }
  4035. .navbar-expand-xxl .offcanvas {
  4036. position: static;
  4037. z-index: auto;
  4038. flex-grow: 1;
  4039. width: auto !important;
  4040. height: auto !important;
  4041. visibility: visible !important;
  4042. background-color: transparent !important;
  4043. border: 0 !important;
  4044. transform: none !important;
  4045. transition: none;
  4046. }
  4047. .navbar-expand-xxl .offcanvas .offcanvas-header {
  4048. display: none;
  4049. }
  4050. .navbar-expand-xxl .offcanvas .offcanvas-body {
  4051. display: flex;
  4052. flex-grow: 0;
  4053. padding: 0;
  4054. overflow-y: visible;
  4055. }
  4056. }
  4057. .navbar-expand {
  4058. flex-wrap: nowrap;
  4059. justify-content: flex-start;
  4060. }
  4061. .navbar-expand .navbar-nav {
  4062. flex-direction: row;
  4063. }
  4064. .navbar-expand .navbar-nav .dropdown-menu {
  4065. position: absolute;
  4066. }
  4067. .navbar-expand .navbar-nav .nav-link {
  4068. padding-left: var(--bs-navbar-nav-link-padding-x);
  4069. padding-right: var(--bs-navbar-nav-link-padding-x);
  4070. }
  4071. .navbar-expand .navbar-nav-scroll {
  4072. overflow: visible;
  4073. }
  4074. .navbar-expand .navbar-collapse {
  4075. display: flex !important;
  4076. flex-basis: auto;
  4077. }
  4078. .navbar-expand .navbar-toggler {
  4079. display: none;
  4080. }
  4081. .navbar-expand .offcanvas {
  4082. position: static;
  4083. z-index: auto;
  4084. flex-grow: 1;
  4085. width: auto !important;
  4086. height: auto !important;
  4087. visibility: visible !important;
  4088. background-color: transparent !important;
  4089. border: 0 !important;
  4090. transform: none !important;
  4091. transition: none;
  4092. }
  4093. .navbar-expand .offcanvas .offcanvas-header {
  4094. display: none;
  4095. }
  4096. .navbar-expand .offcanvas .offcanvas-body {
  4097. display: flex;
  4098. flex-grow: 0;
  4099. padding: 0;
  4100. overflow-y: visible;
  4101. }
  4102. .navbar-dark,
  4103. .navbar[data-bs-theme=dark] {
  4104. --bs-navbar-color: rgba(255, 255, 255, 0.55);
  4105. --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  4106. --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  4107. --bs-navbar-active-color: #fff;
  4108. --bs-navbar-brand-color: #fff;
  4109. --bs-navbar-brand-hover-color: #fff;
  4110. --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  4111. --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");
  4112. }
  4113. [data-bs-theme=dark] .navbar-toggler-icon {
  4114. --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");
  4115. }
  4116. .card {
  4117. --bs-card-spacer-y: 1rem;
  4118. --bs-card-spacer-x: 1rem;
  4119. --bs-card-title-spacer-y: 0.5rem;
  4120. --bs-card-title-color: ;
  4121. --bs-card-subtitle-color: ;
  4122. --bs-card-border-width: var(--bs-border-width);
  4123. --bs-card-border-color: var(--bs-border-color-translucent);
  4124. --bs-card-border-radius: var(--bs-border-radius);
  4125. --bs-card-box-shadow: ;
  4126. --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  4127. --bs-card-cap-padding-y: 0.5rem;
  4128. --bs-card-cap-padding-x: 1rem;
  4129. --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  4130. --bs-card-cap-color: ;
  4131. --bs-card-height: ;
  4132. --bs-card-color: ;
  4133. --bs-card-bg: var(--bs-body-bg);
  4134. --bs-card-img-overlay-padding: 1rem;
  4135. --bs-card-group-margin: 0.75rem;
  4136. position: relative;
  4137. display: flex;
  4138. flex-direction: column;
  4139. min-width: 0;
  4140. height: var(--bs-card-height);
  4141. color: var(--bs-body-color);
  4142. word-wrap: break-word;
  4143. background-color: var(--bs-card-bg);
  4144. background-clip: border-box;
  4145. border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  4146. border-radius: var(--bs-card-border-radius);
  4147. }
  4148. .card > hr {
  4149. margin-left: 0;
  4150. margin-right: 0;
  4151. }
  4152. .card > .list-group {
  4153. border-top: inherit;
  4154. border-bottom: inherit;
  4155. }
  4156. .card > .list-group:first-child {
  4157. border-top-width: 0;
  4158. border-top-right-radius: var(--bs-card-inner-border-radius);
  4159. border-top-left-radius: var(--bs-card-inner-border-radius);
  4160. }
  4161. .card > .list-group:last-child {
  4162. border-bottom-width: 0;
  4163. border-bottom-left-radius: var(--bs-card-inner-border-radius);
  4164. border-bottom-right-radius: var(--bs-card-inner-border-radius);
  4165. }
  4166. .card > .card-header + .list-group,
  4167. .card > .list-group + .card-footer {
  4168. border-top: 0;
  4169. }
  4170. .card-body {
  4171. flex: 1 1 auto;
  4172. padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  4173. color: var(--bs-card-color);
  4174. }
  4175. .card-title {
  4176. margin-bottom: var(--bs-card-title-spacer-y);
  4177. color: var(--bs-card-title-color);
  4178. }
  4179. .card-subtitle {
  4180. margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  4181. margin-bottom: 0;
  4182. color: var(--bs-card-subtitle-color);
  4183. }
  4184. .card-text:last-child {
  4185. margin-bottom: 0;
  4186. }
  4187. .card-link + .card-link {
  4188. margin-right: var(--bs-card-spacer-x);
  4189. }
  4190. .card-header {
  4191. padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  4192. margin-bottom: 0;
  4193. color: var(--bs-card-cap-color);
  4194. background-color: var(--bs-card-cap-bg);
  4195. border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  4196. }
  4197. .card-header:first-child {
  4198. border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
  4199. }
  4200. .card-footer {
  4201. padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  4202. color: var(--bs-card-cap-color);
  4203. background-color: var(--bs-card-cap-bg);
  4204. border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
  4205. }
  4206. .card-footer:last-child {
  4207. border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
  4208. }
  4209. .card-header-tabs {
  4210. margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  4211. margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  4212. margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  4213. border-bottom: 0;
  4214. }
  4215. .card-header-tabs .nav-link.active {
  4216. background-color: var(--bs-card-bg);
  4217. border-bottom-color: var(--bs-card-bg);
  4218. }
  4219. .card-header-pills {
  4220. margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  4221. margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  4222. }
  4223. .card-img-overlay {
  4224. position: absolute;
  4225. top: 0;
  4226. left: 0;
  4227. bottom: 0;
  4228. right: 0;
  4229. padding: var(--bs-card-img-overlay-padding);
  4230. border-radius: var(--bs-card-inner-border-radius);
  4231. }
  4232. .card-img,
  4233. .card-img-top,
  4234. .card-img-bottom {
  4235. width: 100%;
  4236. }
  4237. .card-img,
  4238. .card-img-top {
  4239. border-top-right-radius: var(--bs-card-inner-border-radius);
  4240. border-top-left-radius: var(--bs-card-inner-border-radius);
  4241. }
  4242. .card-img,
  4243. .card-img-bottom {
  4244. border-bottom-left-radius: var(--bs-card-inner-border-radius);
  4245. border-bottom-right-radius: var(--bs-card-inner-border-radius);
  4246. }
  4247. .card-group > .card {
  4248. margin-bottom: var(--bs-card-group-margin);
  4249. }
  4250. @media (min-width: 576px) {
  4251. .card-group {
  4252. display: flex;
  4253. flex-flow: row wrap;
  4254. }
  4255. .card-group > .card {
  4256. flex: 1 0 0%;
  4257. margin-bottom: 0;
  4258. }
  4259. .card-group > .card + .card {
  4260. margin-right: 0;
  4261. border-right: 0;
  4262. }
  4263. .card-group > .card:not(:last-child) {
  4264. border-top-left-radius: 0;
  4265. border-bottom-left-radius: 0;
  4266. }
  4267. .card-group > .card:not(:last-child) .card-img-top,
  4268. .card-group > .card:not(:last-child) .card-header {
  4269. border-top-left-radius: 0;
  4270. }
  4271. .card-group > .card:not(:last-child) .card-img-bottom,
  4272. .card-group > .card:not(:last-child) .card-footer {
  4273. border-bottom-left-radius: 0;
  4274. }
  4275. .card-group > .card:not(:first-child) {
  4276. border-top-right-radius: 0;
  4277. border-bottom-right-radius: 0;
  4278. }
  4279. .card-group > .card:not(:first-child) .card-img-top,
  4280. .card-group > .card:not(:first-child) .card-header {
  4281. border-top-right-radius: 0;
  4282. }
  4283. .card-group > .card:not(:first-child) .card-img-bottom,
  4284. .card-group > .card:not(:first-child) .card-footer {
  4285. border-bottom-right-radius: 0;
  4286. }
  4287. }
  4288. .accordion {
  4289. --bs-accordion-color: var(--bs-body-color);
  4290. --bs-accordion-bg: var(--bs-body-bg);
  4291. --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;
  4292. --bs-accordion-border-color: var(--bs-border-color);
  4293. --bs-accordion-border-width: var(--bs-border-width);
  4294. --bs-accordion-border-radius: var(--bs-border-radius);
  4295. --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  4296. --bs-accordion-btn-padding-x: 1.25rem;
  4297. --bs-accordion-btn-padding-y: 1rem;
  4298. --bs-accordion-btn-color: var(--bs-body-color);
  4299. --bs-accordion-btn-bg: var(--bs-accordion-bg);
  4300. --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");
  4301. --bs-accordion-btn-icon-width: 1.25rem;
  4302. --bs-accordion-btn-icon-transform: rotate(-180deg);
  4303. --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  4304. --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");
  4305. --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  4306. --bs-accordion-body-padding-x: 1.25rem;
  4307. --bs-accordion-body-padding-y: 1rem;
  4308. --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  4309. --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
  4310. }
  4311. .accordion-button {
  4312. position: relative;
  4313. display: flex;
  4314. align-items: center;
  4315. width: 100%;
  4316. padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  4317. font-size: 1rem;
  4318. color: var(--bs-accordion-btn-color);
  4319. text-align: right;
  4320. background-color: var(--bs-accordion-btn-bg);
  4321. border: 0;
  4322. border-radius: 0;
  4323. overflow-anchor: none;
  4324. transition: var(--bs-accordion-transition);
  4325. }
  4326. @media (prefers-reduced-motion: reduce) {
  4327. .accordion-button {
  4328. transition: none;
  4329. }
  4330. }
  4331. .accordion-button:not(.collapsed) {
  4332. color: var(--bs-accordion-active-color);
  4333. background-color: var(--bs-accordion-active-bg);
  4334. box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  4335. }
  4336. .accordion-button:not(.collapsed)::after {
  4337. background-image: var(--bs-accordion-btn-active-icon);
  4338. transform: var(--bs-accordion-btn-icon-transform);
  4339. }
  4340. .accordion-button::after {
  4341. flex-shrink: 0;
  4342. width: var(--bs-accordion-btn-icon-width);
  4343. height: var(--bs-accordion-btn-icon-width);
  4344. margin-right: auto;
  4345. content: "";
  4346. background-image: var(--bs-accordion-btn-icon);
  4347. background-repeat: no-repeat;
  4348. background-size: var(--bs-accordion-btn-icon-width);
  4349. transition: var(--bs-accordion-btn-icon-transition);
  4350. }
  4351. @media (prefers-reduced-motion: reduce) {
  4352. .accordion-button::after {
  4353. transition: none;
  4354. }
  4355. }
  4356. .accordion-button:hover {
  4357. z-index: 2;
  4358. }
  4359. .accordion-button:focus {
  4360. z-index: 3;
  4361. outline: 0;
  4362. box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  4363. }
  4364. .accordion-header {
  4365. margin-bottom: 0;
  4366. }
  4367. .accordion-item {
  4368. color: var(--bs-accordion-color);
  4369. background-color: var(--bs-accordion-bg);
  4370. border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  4371. }
  4372. .accordion-item:first-of-type {
  4373. border-top-right-radius: var(--bs-accordion-border-radius);
  4374. border-top-left-radius: var(--bs-accordion-border-radius);
  4375. }
  4376. .accordion-item:first-of-type > .accordion-header .accordion-button {
  4377. border-top-right-radius: var(--bs-accordion-inner-border-radius);
  4378. border-top-left-radius: var(--bs-accordion-inner-border-radius);
  4379. }
  4380. .accordion-item:not(:first-of-type) {
  4381. border-top: 0;
  4382. }
  4383. .accordion-item:last-of-type {
  4384. border-bottom-left-radius: var(--bs-accordion-border-radius);
  4385. border-bottom-right-radius: var(--bs-accordion-border-radius);
  4386. }
  4387. .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  4388. border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  4389. border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  4390. }
  4391. .accordion-item:last-of-type > .accordion-collapse {
  4392. border-bottom-left-radius: var(--bs-accordion-border-radius);
  4393. border-bottom-right-radius: var(--bs-accordion-border-radius);
  4394. }
  4395. .accordion-body {
  4396. padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  4397. }
  4398. .accordion-flush > .accordion-item {
  4399. border-left: 0;
  4400. border-right: 0;
  4401. border-radius: 0;
  4402. }
  4403. .accordion-flush > .accordion-item:first-child {
  4404. border-top: 0;
  4405. }
  4406. .accordion-flush > .accordion-item:last-child {
  4407. border-bottom: 0;
  4408. }
  4409. .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  4410. border-radius: 0;
  4411. }
  4412. .accordion-flush > .accordion-item > .accordion-collapse {
  4413. border-radius: 0;
  4414. }
  4415. [data-bs-theme=dark] .accordion-button::after {
  4416. --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");
  4417. --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");
  4418. }
  4419. .breadcrumb {
  4420. --bs-breadcrumb-padding-x: 0;
  4421. --bs-breadcrumb-padding-y: 0;
  4422. --bs-breadcrumb-margin-bottom: 1rem;
  4423. --bs-breadcrumb-bg: ;
  4424. --bs-breadcrumb-border-radius: ;
  4425. --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  4426. --bs-breadcrumb-item-padding-x: 0.5rem;
  4427. --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  4428. display: flex;
  4429. flex-wrap: wrap;
  4430. padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  4431. margin-bottom: var(--bs-breadcrumb-margin-bottom);
  4432. font-size: var(--bs-breadcrumb-font-size);
  4433. list-style: none;
  4434. background-color: var(--bs-breadcrumb-bg);
  4435. border-radius: var(--bs-breadcrumb-border-radius);
  4436. }
  4437. .breadcrumb-item + .breadcrumb-item {
  4438. padding-right: var(--bs-breadcrumb-item-padding-x);
  4439. }
  4440. .breadcrumb-item + .breadcrumb-item::before {
  4441. float: right;
  4442. padding-left: var(--bs-breadcrumb-item-padding-x);
  4443. color: var(--bs-breadcrumb-divider-color);
  4444. content: var(--bs-breadcrumb-divider, "/") ;
  4445. }
  4446. .breadcrumb-item.active {
  4447. color: var(--bs-breadcrumb-item-active-color);
  4448. }
  4449. .pagination {
  4450. --bs-pagination-padding-x: 0.75rem;
  4451. --bs-pagination-padding-y: 0.375rem;
  4452. --bs-pagination-font-size: 1rem;
  4453. --bs-pagination-color: var(--bs-link-color);
  4454. --bs-pagination-bg: var(--bs-body-bg);
  4455. --bs-pagination-border-width: var(--bs-border-width);
  4456. --bs-pagination-border-color: var(--bs-border-color);
  4457. --bs-pagination-border-radius: var(--bs-border-radius);
  4458. --bs-pagination-hover-color: var(--bs-link-hover-color);
  4459. --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  4460. --bs-pagination-hover-border-color: var(--bs-border-color);
  4461. --bs-pagination-focus-color: var(--bs-link-hover-color);
  4462. --bs-pagination-focus-bg: var(--bs-secondary-bg);
  4463. --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  4464. --bs-pagination-active-color: #fff;
  4465. --bs-pagination-active-bg: #0d6efd;
  4466. --bs-pagination-active-border-color: #0d6efd;
  4467. --bs-pagination-disabled-color: var(--bs-secondary-color);
  4468. --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  4469. --bs-pagination-disabled-border-color: var(--bs-border-color);
  4470. display: flex;
  4471. padding-right: 0;
  4472. list-style: none;
  4473. }
  4474. .page-link {
  4475. position: relative;
  4476. display: block;
  4477. padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  4478. font-size: var(--bs-pagination-font-size);
  4479. color: var(--bs-pagination-color);
  4480. text-decoration: none;
  4481. background-color: var(--bs-pagination-bg);
  4482. border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  4483. 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;
  4484. }
  4485. @media (prefers-reduced-motion: reduce) {
  4486. .page-link {
  4487. transition: none;
  4488. }
  4489. }
  4490. .page-link:hover {
  4491. z-index: 2;
  4492. color: var(--bs-pagination-hover-color);
  4493. background-color: var(--bs-pagination-hover-bg);
  4494. border-color: var(--bs-pagination-hover-border-color);
  4495. }
  4496. .page-link:focus {
  4497. z-index: 3;
  4498. color: var(--bs-pagination-focus-color);
  4499. background-color: var(--bs-pagination-focus-bg);
  4500. outline: 0;
  4501. box-shadow: var(--bs-pagination-focus-box-shadow);
  4502. }
  4503. .page-link.active, .active > .page-link {
  4504. z-index: 3;
  4505. color: var(--bs-pagination-active-color);
  4506. background-color: var(--bs-pagination-active-bg);
  4507. border-color: var(--bs-pagination-active-border-color);
  4508. }
  4509. .page-link.disabled, .disabled > .page-link {
  4510. color: var(--bs-pagination-disabled-color);
  4511. pointer-events: none;
  4512. background-color: var(--bs-pagination-disabled-bg);
  4513. border-color: var(--bs-pagination-disabled-border-color);
  4514. }
  4515. .page-item:not(:first-child) .page-link {
  4516. margin-right: calc(var(--bs-border-width) * -1);
  4517. }
  4518. .page-item:first-child .page-link {
  4519. border-top-right-radius: var(--bs-pagination-border-radius);
  4520. border-bottom-right-radius: var(--bs-pagination-border-radius);
  4521. }
  4522. .page-item:last-child .page-link {
  4523. border-top-left-radius: var(--bs-pagination-border-radius);
  4524. border-bottom-left-radius: var(--bs-pagination-border-radius);
  4525. }
  4526. .pagination-lg {
  4527. --bs-pagination-padding-x: 1.5rem;
  4528. --bs-pagination-padding-y: 0.75rem;
  4529. --bs-pagination-font-size: 1.25rem;
  4530. --bs-pagination-border-radius: var(--bs-border-radius-lg);
  4531. }
  4532. .pagination-sm {
  4533. --bs-pagination-padding-x: 0.5rem;
  4534. --bs-pagination-padding-y: 0.25rem;
  4535. --bs-pagination-font-size: 0.875rem;
  4536. --bs-pagination-border-radius: var(--bs-border-radius-sm);
  4537. }
  4538. .badge {
  4539. --bs-badge-padding-x: 0.65em;
  4540. --bs-badge-padding-y: 0.35em;
  4541. --bs-badge-font-size: 0.75em;
  4542. --bs-badge-font-weight: 700;
  4543. --bs-badge-color: #fff;
  4544. --bs-badge-border-radius: var(--bs-border-radius);
  4545. display: inline-block;
  4546. padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  4547. font-size: var(--bs-badge-font-size);
  4548. font-weight: var(--bs-badge-font-weight);
  4549. line-height: 1;
  4550. color: var(--bs-badge-color);
  4551. text-align: center;
  4552. white-space: nowrap;
  4553. vertical-align: baseline;
  4554. border-radius: var(--bs-badge-border-radius);
  4555. }
  4556. .badge:empty {
  4557. display: none;
  4558. }
  4559. .btn .badge {
  4560. position: relative;
  4561. top: -1px;
  4562. }
  4563. .alert {
  4564. --bs-alert-bg: transparent;
  4565. --bs-alert-padding-x: 1rem;
  4566. --bs-alert-padding-y: 1rem;
  4567. --bs-alert-margin-bottom: 1rem;
  4568. --bs-alert-color: inherit;
  4569. --bs-alert-border-color: transparent;
  4570. --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  4571. --bs-alert-border-radius: var(--bs-border-radius);
  4572. --bs-alert-link-color: inherit;
  4573. position: relative;
  4574. padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  4575. margin-bottom: var(--bs-alert-margin-bottom);
  4576. color: var(--bs-alert-color);
  4577. background-color: var(--bs-alert-bg);
  4578. border: var(--bs-alert-border);
  4579. border-radius: var(--bs-alert-border-radius);
  4580. }
  4581. .alert-heading {
  4582. color: inherit;
  4583. }
  4584. .alert-link {
  4585. font-weight: 700;
  4586. color: var(--bs-alert-link-color);
  4587. }
  4588. .alert-dismissible {
  4589. padding-left: 3rem;
  4590. }
  4591. .alert-dismissible .btn-close {
  4592. position: absolute;
  4593. top: 0;
  4594. left: 0;
  4595. z-index: 2;
  4596. padding: 1.25rem 1rem;
  4597. }
  4598. .alert-primary {
  4599. --bs-alert-color: var(--bs-primary-text-emphasis);
  4600. --bs-alert-bg: var(--bs-primary-bg-subtle);
  4601. --bs-alert-border-color: var(--bs-primary-border-subtle);
  4602. --bs-alert-link-color: var(--bs-primary-text-emphasis);
  4603. }
  4604. .alert-secondary {
  4605. --bs-alert-color: var(--bs-secondary-text-emphasis);
  4606. --bs-alert-bg: var(--bs-secondary-bg-subtle);
  4607. --bs-alert-border-color: var(--bs-secondary-border-subtle);
  4608. --bs-alert-link-color: var(--bs-secondary-text-emphasis);
  4609. }
  4610. .alert-success {
  4611. --bs-alert-color: var(--bs-success-text-emphasis);
  4612. --bs-alert-bg: var(--bs-success-bg-subtle);
  4613. --bs-alert-border-color: var(--bs-success-border-subtle);
  4614. --bs-alert-link-color: var(--bs-success-text-emphasis);
  4615. }
  4616. .alert-info {
  4617. --bs-alert-color: var(--bs-info-text-emphasis);
  4618. --bs-alert-bg: var(--bs-info-bg-subtle);
  4619. --bs-alert-border-color: var(--bs-info-border-subtle);
  4620. --bs-alert-link-color: var(--bs-info-text-emphasis);
  4621. }
  4622. .alert-warning {
  4623. --bs-alert-color: var(--bs-warning-text-emphasis);
  4624. --bs-alert-bg: var(--bs-warning-bg-subtle);
  4625. --bs-alert-border-color: var(--bs-warning-border-subtle);
  4626. --bs-alert-link-color: var(--bs-warning-text-emphasis);
  4627. }
  4628. .alert-danger {
  4629. --bs-alert-color: var(--bs-danger-text-emphasis);
  4630. --bs-alert-bg: var(--bs-danger-bg-subtle);
  4631. --bs-alert-border-color: var(--bs-danger-border-subtle);
  4632. --bs-alert-link-color: var(--bs-danger-text-emphasis);
  4633. }
  4634. .alert-light {
  4635. --bs-alert-color: var(--bs-light-text-emphasis);
  4636. --bs-alert-bg: var(--bs-light-bg-subtle);
  4637. --bs-alert-border-color: var(--bs-light-border-subtle);
  4638. --bs-alert-link-color: var(--bs-light-text-emphasis);
  4639. }
  4640. .alert-dark {
  4641. --bs-alert-color: var(--bs-dark-text-emphasis);
  4642. --bs-alert-bg: var(--bs-dark-bg-subtle);
  4643. --bs-alert-border-color: var(--bs-dark-border-subtle);
  4644. --bs-alert-link-color: var(--bs-dark-text-emphasis);
  4645. }
  4646. @keyframes progress-bar-stripes {
  4647. 0% {
  4648. background-position-x: 1rem;
  4649. }
  4650. }
  4651. .progress,
  4652. .progress-stacked {
  4653. --bs-progress-height: 1rem;
  4654. --bs-progress-font-size: 0.75rem;
  4655. --bs-progress-bg: var(--bs-secondary-bg);
  4656. --bs-progress-border-radius: var(--bs-border-radius);
  4657. --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  4658. --bs-progress-bar-color: #fff;
  4659. --bs-progress-bar-bg: #0d6efd;
  4660. --bs-progress-bar-transition: width 0.6s ease;
  4661. display: flex;
  4662. height: var(--bs-progress-height);
  4663. overflow: hidden;
  4664. font-size: var(--bs-progress-font-size);
  4665. background-color: var(--bs-progress-bg);
  4666. border-radius: var(--bs-progress-border-radius);
  4667. }
  4668. .progress-bar {
  4669. display: flex;
  4670. flex-direction: column;
  4671. justify-content: center;
  4672. overflow: hidden;
  4673. color: var(--bs-progress-bar-color);
  4674. text-align: center;
  4675. white-space: nowrap;
  4676. background-color: var(--bs-progress-bar-bg);
  4677. transition: var(--bs-progress-bar-transition);
  4678. }
  4679. @media (prefers-reduced-motion: reduce) {
  4680. .progress-bar {
  4681. transition: none;
  4682. }
  4683. }
  4684. .progress-bar-striped {
  4685. 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);
  4686. background-size: var(--bs-progress-height) var(--bs-progress-height);
  4687. }
  4688. .progress-stacked > .progress {
  4689. overflow: visible;
  4690. }
  4691. .progress-stacked > .progress > .progress-bar {
  4692. width: 100%;
  4693. }
  4694. .progress-bar-animated {
  4695. animation: 1s linear infinite progress-bar-stripes;
  4696. }
  4697. @media (prefers-reduced-motion: reduce) {
  4698. .progress-bar-animated {
  4699. animation: none;
  4700. }
  4701. }
  4702. .list-group {
  4703. --bs-list-group-color: var(--bs-body-color);
  4704. --bs-list-group-bg: var(--bs-body-bg);
  4705. --bs-list-group-border-color: var(--bs-border-color);
  4706. --bs-list-group-border-width: var(--bs-border-width);
  4707. --bs-list-group-border-radius: var(--bs-border-radius);
  4708. --bs-list-group-item-padding-x: 1rem;
  4709. --bs-list-group-item-padding-y: 0.5rem;
  4710. --bs-list-group-action-color: var(--bs-secondary-color);
  4711. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  4712. --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  4713. --bs-list-group-action-active-color: var(--bs-body-color);
  4714. --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  4715. --bs-list-group-disabled-color: var(--bs-secondary-color);
  4716. --bs-list-group-disabled-bg: var(--bs-body-bg);
  4717. --bs-list-group-active-color: #fff;
  4718. --bs-list-group-active-bg: #0d6efd;
  4719. --bs-list-group-active-border-color: #0d6efd;
  4720. display: flex;
  4721. flex-direction: column;
  4722. padding-right: 0;
  4723. margin-bottom: 0;
  4724. border-radius: var(--bs-list-group-border-radius);
  4725. }
  4726. .list-group-numbered {
  4727. list-style-type: none;
  4728. counter-reset: section;
  4729. }
  4730. .list-group-numbered > .list-group-item::before {
  4731. content: counters(section, ".") ". ";
  4732. counter-increment: section;
  4733. }
  4734. .list-group-item-action {
  4735. width: 100%;
  4736. color: var(--bs-list-group-action-color);
  4737. text-align: inherit;
  4738. }
  4739. .list-group-item-action:hover, .list-group-item-action:focus {
  4740. z-index: 1;
  4741. color: var(--bs-list-group-action-hover-color);
  4742. text-decoration: none;
  4743. background-color: var(--bs-list-group-action-hover-bg);
  4744. }
  4745. .list-group-item-action:active {
  4746. color: var(--bs-list-group-action-active-color);
  4747. background-color: var(--bs-list-group-action-active-bg);
  4748. }
  4749. .list-group-item {
  4750. position: relative;
  4751. display: block;
  4752. padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  4753. color: var(--bs-list-group-color);
  4754. text-decoration: none;
  4755. background-color: var(--bs-list-group-bg);
  4756. border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  4757. }
  4758. .list-group-item:first-child {
  4759. border-top-right-radius: inherit;
  4760. border-top-left-radius: inherit;
  4761. }
  4762. .list-group-item:last-child {
  4763. border-bottom-left-radius: inherit;
  4764. border-bottom-right-radius: inherit;
  4765. }
  4766. .list-group-item.disabled, .list-group-item:disabled {
  4767. color: var(--bs-list-group-disabled-color);
  4768. pointer-events: none;
  4769. background-color: var(--bs-list-group-disabled-bg);
  4770. }
  4771. .list-group-item.active {
  4772. z-index: 2;
  4773. color: var(--bs-list-group-active-color);
  4774. background-color: var(--bs-list-group-active-bg);
  4775. border-color: var(--bs-list-group-active-border-color);
  4776. }
  4777. .list-group-item + .list-group-item {
  4778. border-top-width: 0;
  4779. }
  4780. .list-group-item + .list-group-item.active {
  4781. margin-top: calc(-1 * var(--bs-list-group-border-width));
  4782. border-top-width: var(--bs-list-group-border-width);
  4783. }
  4784. .list-group-horizontal {
  4785. flex-direction: row;
  4786. }
  4787. .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  4788. border-bottom-right-radius: var(--bs-list-group-border-radius);
  4789. border-top-left-radius: 0;
  4790. }
  4791. .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  4792. border-top-left-radius: var(--bs-list-group-border-radius);
  4793. border-bottom-right-radius: 0;
  4794. }
  4795. .list-group-horizontal > .list-group-item.active {
  4796. margin-top: 0;
  4797. }
  4798. .list-group-horizontal > .list-group-item + .list-group-item {
  4799. border-top-width: var(--bs-list-group-border-width);
  4800. border-right-width: 0;
  4801. }
  4802. .list-group-horizontal > .list-group-item + .list-group-item.active {
  4803. margin-right: calc(-1 * var(--bs-list-group-border-width));
  4804. border-right-width: var(--bs-list-group-border-width);
  4805. }
  4806. @media (min-width: 576px) {
  4807. .list-group-horizontal-sm {
  4808. flex-direction: row;
  4809. }
  4810. .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
  4811. border-bottom-right-radius: var(--bs-list-group-border-radius);
  4812. border-top-left-radius: 0;
  4813. }
  4814. .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
  4815. border-top-left-radius: var(--bs-list-group-border-radius);
  4816. border-bottom-right-radius: 0;
  4817. }
  4818. .list-group-horizontal-sm > .list-group-item.active {
  4819. margin-top: 0;
  4820. }
  4821. .list-group-horizontal-sm > .list-group-item + .list-group-item {
  4822. border-top-width: var(--bs-list-group-border-width);
  4823. border-right-width: 0;
  4824. }
  4825. .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
  4826. margin-right: calc(-1 * var(--bs-list-group-border-width));
  4827. border-right-width: var(--bs-list-group-border-width);
  4828. }
  4829. }
  4830. @media (min-width: 768px) {
  4831. .list-group-horizontal-md {
  4832. flex-direction: row;
  4833. }
  4834. .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
  4835. border-bottom-right-radius: var(--bs-list-group-border-radius);
  4836. border-top-left-radius: 0;
  4837. }
  4838. .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
  4839. border-top-left-radius: var(--bs-list-group-border-radius);
  4840. border-bottom-right-radius: 0;
  4841. }
  4842. .list-group-horizontal-md > .list-group-item.active {
  4843. margin-top: 0;
  4844. }
  4845. .list-group-horizontal-md > .list-group-item + .list-group-item {
  4846. border-top-width: var(--bs-list-group-border-width);
  4847. border-right-width: 0;
  4848. }
  4849. .list-group-horizontal-md > .list-group-item + .list-group-item.active {
  4850. margin-right: calc(-1 * var(--bs-list-group-border-width));
  4851. border-right-width: var(--bs-list-group-border-width);
  4852. }
  4853. }
  4854. @media (min-width: 992px) {
  4855. .list-group-horizontal-lg {
  4856. flex-direction: row;
  4857. }
  4858. .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
  4859. border-bottom-right-radius: var(--bs-list-group-border-radius);
  4860. border-top-left-radius: 0;
  4861. }
  4862. .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
  4863. border-top-left-radius: var(--bs-list-group-border-radius);
  4864. border-bottom-right-radius: 0;
  4865. }
  4866. .list-group-horizontal-lg > .list-group-item.active {
  4867. margin-top: 0;
  4868. }
  4869. .list-group-horizontal-lg > .list-group-item + .list-group-item {
  4870. border-top-width: var(--bs-list-group-border-width);
  4871. border-right-width: 0;
  4872. }
  4873. .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
  4874. margin-right: calc(-1 * var(--bs-list-group-border-width));
  4875. border-right-width: var(--bs-list-group-border-width);
  4876. }
  4877. }
  4878. @media (min-width: 1200px) {
  4879. .list-group-horizontal-xl {
  4880. flex-direction: row;
  4881. }
  4882. .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
  4883. border-bottom-right-radius: var(--bs-list-group-border-radius);
  4884. border-top-left-radius: 0;
  4885. }
  4886. .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
  4887. border-top-left-radius: var(--bs-list-group-border-radius);
  4888. border-bottom-right-radius: 0;
  4889. }
  4890. .list-group-horizontal-xl > .list-group-item.active {
  4891. margin-top: 0;
  4892. }
  4893. .list-group-horizontal-xl > .list-group-item + .list-group-item {
  4894. border-top-width: var(--bs-list-group-border-width);
  4895. border-right-width: 0;
  4896. }
  4897. .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
  4898. margin-right: calc(-1 * var(--bs-list-group-border-width));
  4899. border-right-width: var(--bs-list-group-border-width);
  4900. }
  4901. }
  4902. @media (min-width: 1400px) {
  4903. .list-group-horizontal-xxl {
  4904. flex-direction: row;
  4905. }
  4906. .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
  4907. border-bottom-right-radius: var(--bs-list-group-border-radius);
  4908. border-top-left-radius: 0;
  4909. }
  4910. .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
  4911. border-top-left-radius: var(--bs-list-group-border-radius);
  4912. border-bottom-right-radius: 0;
  4913. }
  4914. .list-group-horizontal-xxl > .list-group-item.active {
  4915. margin-top: 0;
  4916. }
  4917. .list-group-horizontal-xxl > .list-group-item + .list-group-item {
  4918. border-top-width: var(--bs-list-group-border-width);
  4919. border-right-width: 0;
  4920. }
  4921. .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
  4922. margin-right: calc(-1 * var(--bs-list-group-border-width));
  4923. border-right-width: var(--bs-list-group-border-width);
  4924. }
  4925. }
  4926. .list-group-flush {
  4927. border-radius: 0;
  4928. }
  4929. .list-group-flush > .list-group-item {
  4930. border-width: 0 0 var(--bs-list-group-border-width);
  4931. }
  4932. .list-group-flush > .list-group-item:last-child {
  4933. border-bottom-width: 0;
  4934. }
  4935. .list-group-item-primary {
  4936. --bs-list-group-color: var(--bs-primary-text-emphasis);
  4937. --bs-list-group-bg: var(--bs-primary-bg-subtle);
  4938. --bs-list-group-border-color: var(--bs-primary-border-subtle);
  4939. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  4940. --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  4941. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  4942. --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  4943. --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  4944. --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  4945. --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
  4946. }
  4947. .list-group-item-secondary {
  4948. --bs-list-group-color: var(--bs-secondary-text-emphasis);
  4949. --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  4950. --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  4951. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  4952. --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  4953. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  4954. --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  4955. --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  4956. --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  4957. --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
  4958. }
  4959. .list-group-item-success {
  4960. --bs-list-group-color: var(--bs-success-text-emphasis);
  4961. --bs-list-group-bg: var(--bs-success-bg-subtle);
  4962. --bs-list-group-border-color: var(--bs-success-border-subtle);
  4963. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  4964. --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  4965. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  4966. --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  4967. --bs-list-group-active-color: var(--bs-success-bg-subtle);
  4968. --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  4969. --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
  4970. }
  4971. .list-group-item-info {
  4972. --bs-list-group-color: var(--bs-info-text-emphasis);
  4973. --bs-list-group-bg: var(--bs-info-bg-subtle);
  4974. --bs-list-group-border-color: var(--bs-info-border-subtle);
  4975. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  4976. --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  4977. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  4978. --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  4979. --bs-list-group-active-color: var(--bs-info-bg-subtle);
  4980. --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  4981. --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
  4982. }
  4983. .list-group-item-warning {
  4984. --bs-list-group-color: var(--bs-warning-text-emphasis);
  4985. --bs-list-group-bg: var(--bs-warning-bg-subtle);
  4986. --bs-list-group-border-color: var(--bs-warning-border-subtle);
  4987. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  4988. --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  4989. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  4990. --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  4991. --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  4992. --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  4993. --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
  4994. }
  4995. .list-group-item-danger {
  4996. --bs-list-group-color: var(--bs-danger-text-emphasis);
  4997. --bs-list-group-bg: var(--bs-danger-bg-subtle);
  4998. --bs-list-group-border-color: var(--bs-danger-border-subtle);
  4999. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  5000. --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  5001. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  5002. --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  5003. --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  5004. --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  5005. --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
  5006. }
  5007. .list-group-item-light {
  5008. --bs-list-group-color: var(--bs-light-text-emphasis);
  5009. --bs-list-group-bg: var(--bs-light-bg-subtle);
  5010. --bs-list-group-border-color: var(--bs-light-border-subtle);
  5011. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  5012. --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  5013. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  5014. --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  5015. --bs-list-group-active-color: var(--bs-light-bg-subtle);
  5016. --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  5017. --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
  5018. }
  5019. .list-group-item-dark {
  5020. --bs-list-group-color: var(--bs-dark-text-emphasis);
  5021. --bs-list-group-bg: var(--bs-dark-bg-subtle);
  5022. --bs-list-group-border-color: var(--bs-dark-border-subtle);
  5023. --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  5024. --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  5025. --bs-list-group-action-active-color: var(--bs-emphasis-color);
  5026. --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  5027. --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  5028. --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  5029. --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
  5030. }
  5031. .btn-close {
  5032. --bs-btn-close-color: #000;
  5033. --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");
  5034. --bs-btn-close-opacity: 0.5;
  5035. --bs-btn-close-hover-opacity: 0.75;
  5036. --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  5037. --bs-btn-close-focus-opacity: 1;
  5038. --bs-btn-close-disabled-opacity: 0.25;
  5039. --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  5040. box-sizing: content-box;
  5041. width: 1em;
  5042. height: 1em;
  5043. padding: 0.25em 0.25em;
  5044. color: var(--bs-btn-close-color);
  5045. background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  5046. border: 0;
  5047. border-radius: 0.375rem;
  5048. opacity: var(--bs-btn-close-opacity);
  5049. }
  5050. .btn-close:hover {
  5051. color: var(--bs-btn-close-color);
  5052. text-decoration: none;
  5053. opacity: var(--bs-btn-close-hover-opacity);
  5054. }
  5055. .btn-close:focus {
  5056. outline: 0;
  5057. box-shadow: var(--bs-btn-close-focus-shadow);
  5058. opacity: var(--bs-btn-close-focus-opacity);
  5059. }
  5060. .btn-close:disabled, .btn-close.disabled {
  5061. pointer-events: none;
  5062. -webkit-user-select: none;
  5063. -moz-user-select: none;
  5064. user-select: none;
  5065. opacity: var(--bs-btn-close-disabled-opacity);
  5066. }
  5067. .btn-close-white {
  5068. filter: var(--bs-btn-close-white-filter);
  5069. }
  5070. [data-bs-theme=dark] .btn-close {
  5071. filter: var(--bs-btn-close-white-filter);
  5072. }
  5073. .toast {
  5074. --bs-toast-zindex: 1090;
  5075. --bs-toast-padding-x: 0.75rem;
  5076. --bs-toast-padding-y: 0.5rem;
  5077. --bs-toast-spacing: 1.5rem;
  5078. --bs-toast-max-width: 350px;
  5079. --bs-toast-font-size: 0.875rem;
  5080. --bs-toast-color: ;
  5081. --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  5082. --bs-toast-border-width: var(--bs-border-width);
  5083. --bs-toast-border-color: var(--bs-border-color-translucent);
  5084. --bs-toast-border-radius: var(--bs-border-radius);
  5085. --bs-toast-box-shadow: var(--bs-box-shadow);
  5086. --bs-toast-header-color: var(--bs-secondary-color);
  5087. --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  5088. --bs-toast-header-border-color: var(--bs-border-color-translucent);
  5089. width: var(--bs-toast-max-width);
  5090. max-width: 100%;
  5091. font-size: var(--bs-toast-font-size);
  5092. color: var(--bs-toast-color);
  5093. pointer-events: auto;
  5094. background-color: var(--bs-toast-bg);
  5095. background-clip: padding-box;
  5096. border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  5097. box-shadow: var(--bs-toast-box-shadow);
  5098. border-radius: var(--bs-toast-border-radius);
  5099. }
  5100. .toast.showing {
  5101. opacity: 0;
  5102. }
  5103. .toast:not(.show) {
  5104. display: none;
  5105. }
  5106. .toast-container {
  5107. --bs-toast-zindex: 1090;
  5108. position: absolute;
  5109. z-index: var(--bs-toast-zindex);
  5110. width: -webkit-max-content;
  5111. width: -moz-max-content;
  5112. width: max-content;
  5113. max-width: 100%;
  5114. pointer-events: none;
  5115. }
  5116. .toast-container > :not(:last-child) {
  5117. margin-bottom: var(--bs-toast-spacing);
  5118. }
  5119. .toast-header {
  5120. display: flex;
  5121. align-items: center;
  5122. padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  5123. color: var(--bs-toast-header-color);
  5124. background-color: var(--bs-toast-header-bg);
  5125. background-clip: padding-box;
  5126. border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  5127. border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  5128. border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  5129. }
  5130. .toast-header .btn-close {
  5131. margin-left: calc(-0.5 * var(--bs-toast-padding-x));
  5132. margin-right: var(--bs-toast-padding-x);
  5133. }
  5134. .toast-body {
  5135. padding: var(--bs-toast-padding-x);
  5136. word-wrap: break-word;
  5137. }
  5138. .modal {
  5139. --bs-modal-zindex: 1055;
  5140. --bs-modal-width: 500px;
  5141. --bs-modal-padding: 1rem;
  5142. --bs-modal-margin: 0.5rem;
  5143. --bs-modal-color: ;
  5144. --bs-modal-bg: var(--bs-body-bg);
  5145. --bs-modal-border-color: var(--bs-border-color-translucent);
  5146. --bs-modal-border-width: var(--bs-border-width);
  5147. --bs-modal-border-radius: var(--bs-border-radius-lg);
  5148. --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  5149. --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  5150. --bs-modal-header-padding-x: 1rem;
  5151. --bs-modal-header-padding-y: 1rem;
  5152. --bs-modal-header-padding: 1rem 1rem;
  5153. --bs-modal-header-border-color: var(--bs-border-color);
  5154. --bs-modal-header-border-width: var(--bs-border-width);
  5155. --bs-modal-title-line-height: 1.5;
  5156. --bs-modal-footer-gap: 0.5rem;
  5157. --bs-modal-footer-bg: ;
  5158. --bs-modal-footer-border-color: var(--bs-border-color);
  5159. --bs-modal-footer-border-width: var(--bs-border-width);
  5160. position: fixed;
  5161. top: 0;
  5162. right: 0;
  5163. z-index: var(--bs-modal-zindex);
  5164. display: none;
  5165. width: 100%;
  5166. height: 100%;
  5167. overflow-x: hidden;
  5168. overflow-y: auto;
  5169. outline: 0;
  5170. }
  5171. .modal-dialog {
  5172. position: relative;
  5173. width: auto;
  5174. margin: var(--bs-modal-margin);
  5175. pointer-events: none;
  5176. }
  5177. .modal.fade .modal-dialog {
  5178. transition: transform 0.3s ease-out;
  5179. transform: translate(0, -50px);
  5180. }
  5181. @media (prefers-reduced-motion: reduce) {
  5182. .modal.fade .modal-dialog {
  5183. transition: none;
  5184. }
  5185. }
  5186. .modal.show .modal-dialog {
  5187. transform: none;
  5188. }
  5189. .modal.modal-static .modal-dialog {
  5190. transform: scale(1.02);
  5191. }
  5192. .modal-dialog-scrollable {
  5193. height: calc(100% - var(--bs-modal-margin) * 2);
  5194. }
  5195. .modal-dialog-scrollable .modal-content {
  5196. max-height: 100%;
  5197. overflow: hidden;
  5198. }
  5199. .modal-dialog-scrollable .modal-body {
  5200. overflow-y: auto;
  5201. }
  5202. .modal-dialog-centered {
  5203. display: flex;
  5204. align-items: center;
  5205. min-height: calc(100% - var(--bs-modal-margin) * 2);
  5206. }
  5207. .modal-content {
  5208. position: relative;
  5209. display: flex;
  5210. flex-direction: column;
  5211. width: 100%;
  5212. color: var(--bs-modal-color);
  5213. pointer-events: auto;
  5214. background-color: var(--bs-modal-bg);
  5215. background-clip: padding-box;
  5216. border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  5217. border-radius: var(--bs-modal-border-radius);
  5218. outline: 0;
  5219. }
  5220. .modal-backdrop {
  5221. --bs-backdrop-zindex: 1050;
  5222. --bs-backdrop-bg: #000;
  5223. --bs-backdrop-opacity: 0.5;
  5224. position: fixed;
  5225. top: 0;
  5226. right: 0;
  5227. z-index: var(--bs-backdrop-zindex);
  5228. width: 100vw;
  5229. height: 100vh;
  5230. background-color: var(--bs-backdrop-bg);
  5231. }
  5232. .modal-backdrop.fade {
  5233. opacity: 0;
  5234. }
  5235. .modal-backdrop.show {
  5236. opacity: var(--bs-backdrop-opacity);
  5237. }
  5238. .modal-header {
  5239. display: flex;
  5240. flex-shrink: 0;
  5241. align-items: center;
  5242. padding: var(--bs-modal-header-padding);
  5243. border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  5244. border-top-right-radius: var(--bs-modal-inner-border-radius);
  5245. border-top-left-radius: var(--bs-modal-inner-border-radius);
  5246. }
  5247. .modal-header .btn-close {
  5248. padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  5249. margin: calc(-0.5 * var(--bs-modal-header-padding-y)) auto calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x));
  5250. }
  5251. .modal-title {
  5252. margin-bottom: 0;
  5253. line-height: var(--bs-modal-title-line-height);
  5254. }
  5255. .modal-body {
  5256. position: relative;
  5257. flex: 1 1 auto;
  5258. padding: var(--bs-modal-padding);
  5259. }
  5260. .modal-footer {
  5261. display: flex;
  5262. flex-shrink: 0;
  5263. flex-wrap: wrap;
  5264. align-items: center;
  5265. justify-content: flex-end;
  5266. padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  5267. background-color: var(--bs-modal-footer-bg);
  5268. border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  5269. border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  5270. border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  5271. }
  5272. .modal-footer > * {
  5273. margin: calc(var(--bs-modal-footer-gap) * 0.5);
  5274. }
  5275. @media (min-width: 576px) {
  5276. .modal {
  5277. --bs-modal-margin: 1.75rem;
  5278. --bs-modal-box-shadow: var(--bs-box-shadow);
  5279. }
  5280. .modal-dialog {
  5281. max-width: var(--bs-modal-width);
  5282. margin-left: auto;
  5283. margin-right: auto;
  5284. }
  5285. .modal-sm {
  5286. --bs-modal-width: 300px;
  5287. }
  5288. }
  5289. @media (min-width: 992px) {
  5290. .modal-lg,
  5291. .modal-xl {
  5292. --bs-modal-width: 800px;
  5293. }
  5294. }
  5295. @media (min-width: 1200px) {
  5296. .modal-xl {
  5297. --bs-modal-width: 1140px;
  5298. }
  5299. }
  5300. .modal-fullscreen {
  5301. width: 100vw;
  5302. max-width: none;
  5303. height: 100%;
  5304. margin: 0;
  5305. }
  5306. .modal-fullscreen .modal-content {
  5307. height: 100%;
  5308. border: 0;
  5309. border-radius: 0;
  5310. }
  5311. .modal-fullscreen .modal-header,
  5312. .modal-fullscreen .modal-footer {
  5313. border-radius: 0;
  5314. }
  5315. .modal-fullscreen .modal-body {
  5316. overflow-y: auto;
  5317. }
  5318. @media (max-width: 575.98px) {
  5319. .modal-fullscreen-sm-down {
  5320. width: 100vw;
  5321. max-width: none;
  5322. height: 100%;
  5323. margin: 0;
  5324. }
  5325. .modal-fullscreen-sm-down .modal-content {
  5326. height: 100%;
  5327. border: 0;
  5328. border-radius: 0;
  5329. }
  5330. .modal-fullscreen-sm-down .modal-header,
  5331. .modal-fullscreen-sm-down .modal-footer {
  5332. border-radius: 0;
  5333. }
  5334. .modal-fullscreen-sm-down .modal-body {
  5335. overflow-y: auto;
  5336. }
  5337. }
  5338. @media (max-width: 767.98px) {
  5339. .modal-fullscreen-md-down {
  5340. width: 100vw;
  5341. max-width: none;
  5342. height: 100%;
  5343. margin: 0;
  5344. }
  5345. .modal-fullscreen-md-down .modal-content {
  5346. height: 100%;
  5347. border: 0;
  5348. border-radius: 0;
  5349. }
  5350. .modal-fullscreen-md-down .modal-header,
  5351. .modal-fullscreen-md-down .modal-footer {
  5352. border-radius: 0;
  5353. }
  5354. .modal-fullscreen-md-down .modal-body {
  5355. overflow-y: auto;
  5356. }
  5357. }
  5358. @media (max-width: 991.98px) {
  5359. .modal-fullscreen-lg-down {
  5360. width: 100vw;
  5361. max-width: none;
  5362. height: 100%;
  5363. margin: 0;
  5364. }
  5365. .modal-fullscreen-lg-down .modal-content {
  5366. height: 100%;
  5367. border: 0;
  5368. border-radius: 0;
  5369. }
  5370. .modal-fullscreen-lg-down .modal-header,
  5371. .modal-fullscreen-lg-down .modal-footer {
  5372. border-radius: 0;
  5373. }
  5374. .modal-fullscreen-lg-down .modal-body {
  5375. overflow-y: auto;
  5376. }
  5377. }
  5378. @media (max-width: 1199.98px) {
  5379. .modal-fullscreen-xl-down {
  5380. width: 100vw;
  5381. max-width: none;
  5382. height: 100%;
  5383. margin: 0;
  5384. }
  5385. .modal-fullscreen-xl-down .modal-content {
  5386. height: 100%;
  5387. border: 0;
  5388. border-radius: 0;
  5389. }
  5390. .modal-fullscreen-xl-down .modal-header,
  5391. .modal-fullscreen-xl-down .modal-footer {
  5392. border-radius: 0;
  5393. }
  5394. .modal-fullscreen-xl-down .modal-body {
  5395. overflow-y: auto;
  5396. }
  5397. }
  5398. @media (max-width: 1399.98px) {
  5399. .modal-fullscreen-xxl-down {
  5400. width: 100vw;
  5401. max-width: none;
  5402. height: 100%;
  5403. margin: 0;
  5404. }
  5405. .modal-fullscreen-xxl-down .modal-content {
  5406. height: 100%;
  5407. border: 0;
  5408. border-radius: 0;
  5409. }
  5410. .modal-fullscreen-xxl-down .modal-header,
  5411. .modal-fullscreen-xxl-down .modal-footer {
  5412. border-radius: 0;
  5413. }
  5414. .modal-fullscreen-xxl-down .modal-body {
  5415. overflow-y: auto;
  5416. }
  5417. }
  5418. .tooltip {
  5419. --bs-tooltip-zindex: 1080;
  5420. --bs-tooltip-max-width: 200px;
  5421. --bs-tooltip-padding-x: 0.5rem;
  5422. --bs-tooltip-padding-y: 0.25rem;
  5423. --bs-tooltip-margin: ;
  5424. --bs-tooltip-font-size: 0.875rem;
  5425. --bs-tooltip-color: var(--bs-body-bg);
  5426. --bs-tooltip-bg: var(--bs-emphasis-color);
  5427. --bs-tooltip-border-radius: var(--bs-border-radius);
  5428. --bs-tooltip-opacity: 0.9;
  5429. --bs-tooltip-arrow-width: 0.8rem;
  5430. --bs-tooltip-arrow-height: 0.4rem;
  5431. z-index: var(--bs-tooltip-zindex);
  5432. display: block;
  5433. margin: var(--bs-tooltip-margin);
  5434. font-family: var(--bs-font-sans-serif);
  5435. font-style: normal;
  5436. font-weight: 400;
  5437. line-height: 1.5;
  5438. text-align: right;
  5439. text-align: start;
  5440. text-decoration: none;
  5441. text-shadow: none;
  5442. text-transform: none;
  5443. letter-spacing: normal;
  5444. word-break: normal;
  5445. white-space: normal;
  5446. word-spacing: normal;
  5447. line-break: auto;
  5448. font-size: var(--bs-tooltip-font-size);
  5449. word-wrap: break-word;
  5450. opacity: 0;
  5451. }
  5452. .tooltip.show {
  5453. opacity: var(--bs-tooltip-opacity);
  5454. }
  5455. .tooltip .tooltip-arrow {
  5456. display: block;
  5457. width: var(--bs-tooltip-arrow-width);
  5458. height: var(--bs-tooltip-arrow-height);
  5459. }
  5460. .tooltip .tooltip-arrow::before {
  5461. position: absolute;
  5462. content: "";
  5463. border-color: transparent;
  5464. border-style: solid;
  5465. }
  5466. .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  5467. bottom: calc(-1 * var(--bs-tooltip-arrow-height));
  5468. }
  5469. .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  5470. top: -1px;
  5471. border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  5472. border-top-color: var(--bs-tooltip-bg);
  5473. }
  5474. .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  5475. left: calc(-1 * var(--bs-tooltip-arrow-height));
  5476. width: var(--bs-tooltip-arrow-height);
  5477. height: var(--bs-tooltip-arrow-width);
  5478. }
  5479. .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  5480. right: -1px;
  5481. border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  5482. border-right-color: var(--bs-tooltip-bg);
  5483. }
  5484. .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  5485. top: calc(-1 * var(--bs-tooltip-arrow-height));
  5486. }
  5487. .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  5488. bottom: -1px;
  5489. border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  5490. border-bottom-color: var(--bs-tooltip-bg);
  5491. }
  5492. .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  5493. right: calc(-1 * var(--bs-tooltip-arrow-height));
  5494. width: var(--bs-tooltip-arrow-height);
  5495. height: var(--bs-tooltip-arrow-width);
  5496. }
  5497. .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  5498. left: -1px;
  5499. border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  5500. border-left-color: var(--bs-tooltip-bg);
  5501. }
  5502. .tooltip-inner {
  5503. max-width: var(--bs-tooltip-max-width);
  5504. padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  5505. color: var(--bs-tooltip-color);
  5506. text-align: center;
  5507. background-color: var(--bs-tooltip-bg);
  5508. border-radius: var(--bs-tooltip-border-radius);
  5509. }
  5510. .popover {
  5511. --bs-popover-zindex: 1070;
  5512. --bs-popover-max-width: 276px;
  5513. --bs-popover-font-size: 0.875rem;
  5514. --bs-popover-bg: var(--bs-body-bg);
  5515. --bs-popover-border-width: var(--bs-border-width);
  5516. --bs-popover-border-color: var(--bs-border-color-translucent);
  5517. --bs-popover-border-radius: var(--bs-border-radius-lg);
  5518. --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  5519. --bs-popover-box-shadow: var(--bs-box-shadow);
  5520. --bs-popover-header-padding-x: 1rem;
  5521. --bs-popover-header-padding-y: 0.5rem;
  5522. --bs-popover-header-font-size: 1rem;
  5523. --bs-popover-header-color: inherit;
  5524. --bs-popover-header-bg: var(--bs-secondary-bg);
  5525. --bs-popover-body-padding-x: 1rem;
  5526. --bs-popover-body-padding-y: 1rem;
  5527. --bs-popover-body-color: var(--bs-body-color);
  5528. --bs-popover-arrow-width: 1rem;
  5529. --bs-popover-arrow-height: 0.5rem;
  5530. --bs-popover-arrow-border: var(--bs-popover-border-color);
  5531. z-index: var(--bs-popover-zindex);
  5532. display: block;
  5533. max-width: var(--bs-popover-max-width);
  5534. font-family: var(--bs-font-sans-serif);
  5535. font-style: normal;
  5536. font-weight: 400;
  5537. line-height: 1.5;
  5538. text-align: right;
  5539. text-align: start;
  5540. text-decoration: none;
  5541. text-shadow: none;
  5542. text-transform: none;
  5543. letter-spacing: normal;
  5544. word-break: normal;
  5545. white-space: normal;
  5546. word-spacing: normal;
  5547. line-break: auto;
  5548. font-size: var(--bs-popover-font-size);
  5549. word-wrap: break-word;
  5550. background-color: var(--bs-popover-bg);
  5551. background-clip: padding-box;
  5552. border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  5553. border-radius: var(--bs-popover-border-radius);
  5554. }
  5555. .popover .popover-arrow {
  5556. display: block;
  5557. width: var(--bs-popover-arrow-width);
  5558. height: var(--bs-popover-arrow-height);
  5559. }
  5560. .popover .popover-arrow::before, .popover .popover-arrow::after {
  5561. position: absolute;
  5562. display: block;
  5563. content: "";
  5564. border-color: transparent;
  5565. border-style: solid;
  5566. border-width: 0;
  5567. }
  5568. .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  5569. bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  5570. }
  5571. .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 {
  5572. border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
  5573. }
  5574. .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  5575. bottom: 0;
  5576. border-top-color: var(--bs-popover-arrow-border);
  5577. }
  5578. .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  5579. bottom: var(--bs-popover-border-width);
  5580. border-top-color: var(--bs-popover-bg);
  5581. }
  5582. .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  5583. left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  5584. width: var(--bs-popover-arrow-height);
  5585. height: var(--bs-popover-arrow-width);
  5586. }
  5587. .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 {
  5588. border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
  5589. }
  5590. .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  5591. left: 0;
  5592. border-right-color: var(--bs-popover-arrow-border);
  5593. }
  5594. .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  5595. left: var(--bs-popover-border-width);
  5596. border-right-color: var(--bs-popover-bg);
  5597. }
  5598. .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  5599. top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  5600. }
  5601. .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 {
  5602. border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
  5603. }
  5604. .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  5605. top: 0;
  5606. border-bottom-color: var(--bs-popover-arrow-border);
  5607. }
  5608. .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  5609. top: var(--bs-popover-border-width);
  5610. border-bottom-color: var(--bs-popover-bg);
  5611. }
  5612. .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  5613. position: absolute;
  5614. top: 0;
  5615. right: 50%;
  5616. display: block;
  5617. width: var(--bs-popover-arrow-width);
  5618. margin-right: calc(-0.5 * var(--bs-popover-arrow-width));
  5619. content: "";
  5620. border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
  5621. }
  5622. .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  5623. right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  5624. width: var(--bs-popover-arrow-height);
  5625. height: var(--bs-popover-arrow-width);
  5626. }
  5627. .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 {
  5628. border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
  5629. }
  5630. .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  5631. right: 0;
  5632. border-left-color: var(--bs-popover-arrow-border);
  5633. }
  5634. .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  5635. right: var(--bs-popover-border-width);
  5636. border-left-color: var(--bs-popover-bg);
  5637. }
  5638. .popover-header {
  5639. padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  5640. margin-bottom: 0;
  5641. font-size: var(--bs-popover-header-font-size);
  5642. color: var(--bs-popover-header-color);
  5643. background-color: var(--bs-popover-header-bg);
  5644. border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  5645. border-top-right-radius: var(--bs-popover-inner-border-radius);
  5646. border-top-left-radius: var(--bs-popover-inner-border-radius);
  5647. }
  5648. .popover-header:empty {
  5649. display: none;
  5650. }
  5651. .popover-body {
  5652. padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  5653. color: var(--bs-popover-body-color);
  5654. }
  5655. .carousel {
  5656. position: relative;
  5657. }
  5658. .carousel.pointer-event {
  5659. touch-action: pan-y;
  5660. }
  5661. .carousel-inner {
  5662. position: relative;
  5663. width: 100%;
  5664. overflow: hidden;
  5665. }
  5666. .carousel-inner::after {
  5667. display: block;
  5668. clear: both;
  5669. content: "";
  5670. }
  5671. .carousel-item {
  5672. position: relative;
  5673. display: none;
  5674. float: right;
  5675. width: 100%;
  5676. margin-left: -100%;
  5677. -webkit-backface-visibility: hidden;
  5678. backface-visibility: hidden;
  5679. transition: transform 0.6s ease-in-out;
  5680. }
  5681. @media (prefers-reduced-motion: reduce) {
  5682. .carousel-item {
  5683. transition: none;
  5684. }
  5685. }
  5686. .carousel-item.active,
  5687. .carousel-item-next,
  5688. .carousel-item-prev {
  5689. display: block;
  5690. }
  5691. .carousel-item-next:not(.carousel-item-start),
  5692. .active.carousel-item-end {
  5693. transform: translateX(-100%);
  5694. }
  5695. .carousel-item-prev:not(.carousel-item-end),
  5696. .active.carousel-item-start {
  5697. transform: translateX(100%);
  5698. }
  5699. .carousel-fade .carousel-item {
  5700. opacity: 0;
  5701. transition-property: opacity;
  5702. transform: none;
  5703. }
  5704. .carousel-fade .carousel-item.active,
  5705. .carousel-fade .carousel-item-next.carousel-item-start,
  5706. .carousel-fade .carousel-item-prev.carousel-item-end {
  5707. z-index: 1;
  5708. opacity: 1;
  5709. }
  5710. .carousel-fade .active.carousel-item-start,
  5711. .carousel-fade .active.carousel-item-end {
  5712. z-index: 0;
  5713. opacity: 0;
  5714. transition: opacity 0s 0.6s;
  5715. }
  5716. @media (prefers-reduced-motion: reduce) {
  5717. .carousel-fade .active.carousel-item-start,
  5718. .carousel-fade .active.carousel-item-end {
  5719. transition: none;
  5720. }
  5721. }
  5722. .carousel-control-prev,
  5723. .carousel-control-next {
  5724. position: absolute;
  5725. top: 0;
  5726. bottom: 0;
  5727. z-index: 1;
  5728. display: flex;
  5729. align-items: center;
  5730. justify-content: center;
  5731. width: 15%;
  5732. padding: 0;
  5733. color: #fff;
  5734. text-align: center;
  5735. background: none;
  5736. border: 0;
  5737. opacity: 0.5;
  5738. transition: opacity 0.15s ease;
  5739. }
  5740. @media (prefers-reduced-motion: reduce) {
  5741. .carousel-control-prev,
  5742. .carousel-control-next {
  5743. transition: none;
  5744. }
  5745. }
  5746. .carousel-control-prev:hover, .carousel-control-prev:focus,
  5747. .carousel-control-next:hover,
  5748. .carousel-control-next:focus {
  5749. color: #fff;
  5750. text-decoration: none;
  5751. outline: 0;
  5752. opacity: 0.9;
  5753. }
  5754. .carousel-control-prev {
  5755. right: 0;
  5756. }
  5757. .carousel-control-next {
  5758. left: 0;
  5759. }
  5760. .carousel-control-prev-icon,
  5761. .carousel-control-next-icon {
  5762. display: inline-block;
  5763. width: 2rem;
  5764. height: 2rem;
  5765. background-repeat: no-repeat;
  5766. background-position: 50%;
  5767. background-size: 100% 100%;
  5768. }
  5769. .carousel-control-prev-icon {
  5770. 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");
  5771. }
  5772. .carousel-control-next-icon {
  5773. 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");
  5774. }
  5775. .carousel-indicators {
  5776. position: absolute;
  5777. left: 0;
  5778. bottom: 0;
  5779. right: 0;
  5780. z-index: 2;
  5781. display: flex;
  5782. justify-content: center;
  5783. padding: 0;
  5784. margin-left: 15%;
  5785. margin-bottom: 1rem;
  5786. margin-right: 15%;
  5787. }
  5788. .carousel-indicators [data-bs-target] {
  5789. box-sizing: content-box;
  5790. flex: 0 1 auto;
  5791. width: 30px;
  5792. height: 3px;
  5793. padding: 0;
  5794. margin-left: 3px;
  5795. margin-right: 3px;
  5796. text-indent: -999px;
  5797. cursor: pointer;
  5798. background-color: #fff;
  5799. background-clip: padding-box;
  5800. border: 0;
  5801. border-top: 10px solid transparent;
  5802. border-bottom: 10px solid transparent;
  5803. opacity: 0.5;
  5804. transition: opacity 0.6s ease;
  5805. }
  5806. @media (prefers-reduced-motion: reduce) {
  5807. .carousel-indicators [data-bs-target] {
  5808. transition: none;
  5809. }
  5810. }
  5811. .carousel-indicators .active {
  5812. opacity: 1;
  5813. }
  5814. .carousel-caption {
  5815. position: absolute;
  5816. left: 15%;
  5817. bottom: 1.25rem;
  5818. right: 15%;
  5819. padding-top: 1.25rem;
  5820. padding-bottom: 1.25rem;
  5821. color: #fff;
  5822. text-align: center;
  5823. }
  5824. .carousel-dark .carousel-control-prev-icon,
  5825. .carousel-dark .carousel-control-next-icon {
  5826. filter: invert(1) grayscale(100);
  5827. }
  5828. .carousel-dark .carousel-indicators [data-bs-target] {
  5829. background-color: #000;
  5830. }
  5831. .carousel-dark .carousel-caption {
  5832. color: #000;
  5833. }
  5834. [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
  5835. [data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
  5836. [data-bs-theme=dark].carousel .carousel-control-next-icon {
  5837. filter: invert(1) grayscale(100);
  5838. }
  5839. [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  5840. background-color: #000;
  5841. }
  5842. [data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  5843. color: #000;
  5844. }
  5845. .spinner-grow,
  5846. .spinner-border {
  5847. display: inline-block;
  5848. width: var(--bs-spinner-width);
  5849. height: var(--bs-spinner-height);
  5850. vertical-align: var(--bs-spinner-vertical-align);
  5851. border-radius: 50%;
  5852. animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  5853. }
  5854. @keyframes spinner-border {
  5855. to {
  5856. transform: rotate(360deg) ;
  5857. }
  5858. }
  5859. .spinner-border {
  5860. --bs-spinner-width: 2rem;
  5861. --bs-spinner-height: 2rem;
  5862. --bs-spinner-vertical-align: -0.125em;
  5863. --bs-spinner-border-width: 0.25em;
  5864. --bs-spinner-animation-speed: 0.75s;
  5865. --bs-spinner-animation-name: spinner-border;
  5866. border: var(--bs-spinner-border-width) solid currentcolor;
  5867. border-left-color: transparent;
  5868. }
  5869. .spinner-border-sm {
  5870. --bs-spinner-width: 1rem;
  5871. --bs-spinner-height: 1rem;
  5872. --bs-spinner-border-width: 0.2em;
  5873. }
  5874. @keyframes spinner-grow {
  5875. 0% {
  5876. transform: scale(0);
  5877. }
  5878. 50% {
  5879. opacity: 1;
  5880. transform: none;
  5881. }
  5882. }
  5883. .spinner-grow {
  5884. --bs-spinner-width: 2rem;
  5885. --bs-spinner-height: 2rem;
  5886. --bs-spinner-vertical-align: -0.125em;
  5887. --bs-spinner-animation-speed: 0.75s;
  5888. --bs-spinner-animation-name: spinner-grow;
  5889. background-color: currentcolor;
  5890. opacity: 0;
  5891. }
  5892. .spinner-grow-sm {
  5893. --bs-spinner-width: 1rem;
  5894. --bs-spinner-height: 1rem;
  5895. }
  5896. @media (prefers-reduced-motion: reduce) {
  5897. .spinner-border,
  5898. .spinner-grow {
  5899. --bs-spinner-animation-speed: 1.5s;
  5900. }
  5901. }
  5902. .offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  5903. --bs-offcanvas-zindex: 1045;
  5904. --bs-offcanvas-width: 400px;
  5905. --bs-offcanvas-height: 30vh;
  5906. --bs-offcanvas-padding-x: 1rem;
  5907. --bs-offcanvas-padding-y: 1rem;
  5908. --bs-offcanvas-color: var(--bs-body-color);
  5909. --bs-offcanvas-bg: var(--bs-body-bg);
  5910. --bs-offcanvas-border-width: var(--bs-border-width);
  5911. --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  5912. --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  5913. --bs-offcanvas-transition: transform 0.3s ease-in-out;
  5914. --bs-offcanvas-title-line-height: 1.5;
  5915. }
  5916. @media (max-width: 575.98px) {
  5917. .offcanvas-sm {
  5918. position: fixed;
  5919. bottom: 0;
  5920. z-index: var(--bs-offcanvas-zindex);
  5921. display: flex;
  5922. flex-direction: column;
  5923. max-width: 100%;
  5924. color: var(--bs-offcanvas-color);
  5925. visibility: hidden;
  5926. background-color: var(--bs-offcanvas-bg);
  5927. background-clip: padding-box;
  5928. outline: 0;
  5929. transition: var(--bs-offcanvas-transition);
  5930. }
  5931. }
  5932. @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  5933. .offcanvas-sm {
  5934. transition: none;
  5935. }
  5936. }
  5937. @media (max-width: 575.98px) {
  5938. .offcanvas-sm.offcanvas-start {
  5939. top: 0;
  5940. right: 0;
  5941. width: var(--bs-offcanvas-width);
  5942. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5943. transform: translateX(100%);
  5944. }
  5945. .offcanvas-sm.offcanvas-end {
  5946. top: 0;
  5947. left: 0;
  5948. width: var(--bs-offcanvas-width);
  5949. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5950. transform: translateX(-100%);
  5951. }
  5952. .offcanvas-sm.offcanvas-top {
  5953. top: 0;
  5954. left: 0;
  5955. right: 0;
  5956. height: var(--bs-offcanvas-height);
  5957. max-height: 100%;
  5958. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5959. transform: translateY(-100%);
  5960. }
  5961. .offcanvas-sm.offcanvas-bottom {
  5962. left: 0;
  5963. right: 0;
  5964. height: var(--bs-offcanvas-height);
  5965. max-height: 100%;
  5966. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5967. transform: translateY(100%);
  5968. }
  5969. .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
  5970. transform: none;
  5971. }
  5972. .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
  5973. visibility: visible;
  5974. }
  5975. }
  5976. @media (min-width: 576px) {
  5977. .offcanvas-sm {
  5978. --bs-offcanvas-height: auto;
  5979. --bs-offcanvas-border-width: 0;
  5980. background-color: transparent !important;
  5981. }
  5982. .offcanvas-sm .offcanvas-header {
  5983. display: none;
  5984. }
  5985. .offcanvas-sm .offcanvas-body {
  5986. display: flex;
  5987. flex-grow: 0;
  5988. padding: 0;
  5989. overflow-y: visible;
  5990. background-color: transparent !important;
  5991. }
  5992. }
  5993. @media (max-width: 767.98px) {
  5994. .offcanvas-md {
  5995. position: fixed;
  5996. bottom: 0;
  5997. z-index: var(--bs-offcanvas-zindex);
  5998. display: flex;
  5999. flex-direction: column;
  6000. max-width: 100%;
  6001. color: var(--bs-offcanvas-color);
  6002. visibility: hidden;
  6003. background-color: var(--bs-offcanvas-bg);
  6004. background-clip: padding-box;
  6005. outline: 0;
  6006. transition: var(--bs-offcanvas-transition);
  6007. }
  6008. }
  6009. @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  6010. .offcanvas-md {
  6011. transition: none;
  6012. }
  6013. }
  6014. @media (max-width: 767.98px) {
  6015. .offcanvas-md.offcanvas-start {
  6016. top: 0;
  6017. right: 0;
  6018. width: var(--bs-offcanvas-width);
  6019. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6020. transform: translateX(100%);
  6021. }
  6022. .offcanvas-md.offcanvas-end {
  6023. top: 0;
  6024. left: 0;
  6025. width: var(--bs-offcanvas-width);
  6026. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6027. transform: translateX(-100%);
  6028. }
  6029. .offcanvas-md.offcanvas-top {
  6030. top: 0;
  6031. left: 0;
  6032. right: 0;
  6033. height: var(--bs-offcanvas-height);
  6034. max-height: 100%;
  6035. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6036. transform: translateY(-100%);
  6037. }
  6038. .offcanvas-md.offcanvas-bottom {
  6039. left: 0;
  6040. right: 0;
  6041. height: var(--bs-offcanvas-height);
  6042. max-height: 100%;
  6043. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6044. transform: translateY(100%);
  6045. }
  6046. .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
  6047. transform: none;
  6048. }
  6049. .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
  6050. visibility: visible;
  6051. }
  6052. }
  6053. @media (min-width: 768px) {
  6054. .offcanvas-md {
  6055. --bs-offcanvas-height: auto;
  6056. --bs-offcanvas-border-width: 0;
  6057. background-color: transparent !important;
  6058. }
  6059. .offcanvas-md .offcanvas-header {
  6060. display: none;
  6061. }
  6062. .offcanvas-md .offcanvas-body {
  6063. display: flex;
  6064. flex-grow: 0;
  6065. padding: 0;
  6066. overflow-y: visible;
  6067. background-color: transparent !important;
  6068. }
  6069. }
  6070. @media (max-width: 991.98px) {
  6071. .offcanvas-lg {
  6072. position: fixed;
  6073. bottom: 0;
  6074. z-index: var(--bs-offcanvas-zindex);
  6075. display: flex;
  6076. flex-direction: column;
  6077. max-width: 100%;
  6078. color: var(--bs-offcanvas-color);
  6079. visibility: hidden;
  6080. background-color: var(--bs-offcanvas-bg);
  6081. background-clip: padding-box;
  6082. outline: 0;
  6083. transition: var(--bs-offcanvas-transition);
  6084. }
  6085. }
  6086. @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  6087. .offcanvas-lg {
  6088. transition: none;
  6089. }
  6090. }
  6091. @media (max-width: 991.98px) {
  6092. .offcanvas-lg.offcanvas-start {
  6093. top: 0;
  6094. right: 0;
  6095. width: var(--bs-offcanvas-width);
  6096. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6097. transform: translateX(100%);
  6098. }
  6099. .offcanvas-lg.offcanvas-end {
  6100. top: 0;
  6101. left: 0;
  6102. width: var(--bs-offcanvas-width);
  6103. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6104. transform: translateX(-100%);
  6105. }
  6106. .offcanvas-lg.offcanvas-top {
  6107. top: 0;
  6108. left: 0;
  6109. right: 0;
  6110. height: var(--bs-offcanvas-height);
  6111. max-height: 100%;
  6112. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6113. transform: translateY(-100%);
  6114. }
  6115. .offcanvas-lg.offcanvas-bottom {
  6116. left: 0;
  6117. right: 0;
  6118. height: var(--bs-offcanvas-height);
  6119. max-height: 100%;
  6120. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6121. transform: translateY(100%);
  6122. }
  6123. .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
  6124. transform: none;
  6125. }
  6126. .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
  6127. visibility: visible;
  6128. }
  6129. }
  6130. @media (min-width: 992px) {
  6131. .offcanvas-lg {
  6132. --bs-offcanvas-height: auto;
  6133. --bs-offcanvas-border-width: 0;
  6134. background-color: transparent !important;
  6135. }
  6136. .offcanvas-lg .offcanvas-header {
  6137. display: none;
  6138. }
  6139. .offcanvas-lg .offcanvas-body {
  6140. display: flex;
  6141. flex-grow: 0;
  6142. padding: 0;
  6143. overflow-y: visible;
  6144. background-color: transparent !important;
  6145. }
  6146. }
  6147. @media (max-width: 1199.98px) {
  6148. .offcanvas-xl {
  6149. position: fixed;
  6150. bottom: 0;
  6151. z-index: var(--bs-offcanvas-zindex);
  6152. display: flex;
  6153. flex-direction: column;
  6154. max-width: 100%;
  6155. color: var(--bs-offcanvas-color);
  6156. visibility: hidden;
  6157. background-color: var(--bs-offcanvas-bg);
  6158. background-clip: padding-box;
  6159. outline: 0;
  6160. transition: var(--bs-offcanvas-transition);
  6161. }
  6162. }
  6163. @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  6164. .offcanvas-xl {
  6165. transition: none;
  6166. }
  6167. }
  6168. @media (max-width: 1199.98px) {
  6169. .offcanvas-xl.offcanvas-start {
  6170. top: 0;
  6171. right: 0;
  6172. width: var(--bs-offcanvas-width);
  6173. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6174. transform: translateX(100%);
  6175. }
  6176. .offcanvas-xl.offcanvas-end {
  6177. top: 0;
  6178. left: 0;
  6179. width: var(--bs-offcanvas-width);
  6180. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6181. transform: translateX(-100%);
  6182. }
  6183. .offcanvas-xl.offcanvas-top {
  6184. top: 0;
  6185. left: 0;
  6186. right: 0;
  6187. height: var(--bs-offcanvas-height);
  6188. max-height: 100%;
  6189. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6190. transform: translateY(-100%);
  6191. }
  6192. .offcanvas-xl.offcanvas-bottom {
  6193. left: 0;
  6194. right: 0;
  6195. height: var(--bs-offcanvas-height);
  6196. max-height: 100%;
  6197. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6198. transform: translateY(100%);
  6199. }
  6200. .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
  6201. transform: none;
  6202. }
  6203. .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
  6204. visibility: visible;
  6205. }
  6206. }
  6207. @media (min-width: 1200px) {
  6208. .offcanvas-xl {
  6209. --bs-offcanvas-height: auto;
  6210. --bs-offcanvas-border-width: 0;
  6211. background-color: transparent !important;
  6212. }
  6213. .offcanvas-xl .offcanvas-header {
  6214. display: none;
  6215. }
  6216. .offcanvas-xl .offcanvas-body {
  6217. display: flex;
  6218. flex-grow: 0;
  6219. padding: 0;
  6220. overflow-y: visible;
  6221. background-color: transparent !important;
  6222. }
  6223. }
  6224. @media (max-width: 1399.98px) {
  6225. .offcanvas-xxl {
  6226. position: fixed;
  6227. bottom: 0;
  6228. z-index: var(--bs-offcanvas-zindex);
  6229. display: flex;
  6230. flex-direction: column;
  6231. max-width: 100%;
  6232. color: var(--bs-offcanvas-color);
  6233. visibility: hidden;
  6234. background-color: var(--bs-offcanvas-bg);
  6235. background-clip: padding-box;
  6236. outline: 0;
  6237. transition: var(--bs-offcanvas-transition);
  6238. }
  6239. }
  6240. @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  6241. .offcanvas-xxl {
  6242. transition: none;
  6243. }
  6244. }
  6245. @media (max-width: 1399.98px) {
  6246. .offcanvas-xxl.offcanvas-start {
  6247. top: 0;
  6248. right: 0;
  6249. width: var(--bs-offcanvas-width);
  6250. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6251. transform: translateX(100%);
  6252. }
  6253. .offcanvas-xxl.offcanvas-end {
  6254. top: 0;
  6255. left: 0;
  6256. width: var(--bs-offcanvas-width);
  6257. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6258. transform: translateX(-100%);
  6259. }
  6260. .offcanvas-xxl.offcanvas-top {
  6261. top: 0;
  6262. left: 0;
  6263. right: 0;
  6264. height: var(--bs-offcanvas-height);
  6265. max-height: 100%;
  6266. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6267. transform: translateY(-100%);
  6268. }
  6269. .offcanvas-xxl.offcanvas-bottom {
  6270. left: 0;
  6271. right: 0;
  6272. height: var(--bs-offcanvas-height);
  6273. max-height: 100%;
  6274. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6275. transform: translateY(100%);
  6276. }
  6277. .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
  6278. transform: none;
  6279. }
  6280. .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
  6281. visibility: visible;
  6282. }
  6283. }
  6284. @media (min-width: 1400px) {
  6285. .offcanvas-xxl {
  6286. --bs-offcanvas-height: auto;
  6287. --bs-offcanvas-border-width: 0;
  6288. background-color: transparent !important;
  6289. }
  6290. .offcanvas-xxl .offcanvas-header {
  6291. display: none;
  6292. }
  6293. .offcanvas-xxl .offcanvas-body {
  6294. display: flex;
  6295. flex-grow: 0;
  6296. padding: 0;
  6297. overflow-y: visible;
  6298. background-color: transparent !important;
  6299. }
  6300. }
  6301. .offcanvas {
  6302. position: fixed;
  6303. bottom: 0;
  6304. z-index: var(--bs-offcanvas-zindex);
  6305. display: flex;
  6306. flex-direction: column;
  6307. max-width: 100%;
  6308. color: var(--bs-offcanvas-color);
  6309. visibility: hidden;
  6310. background-color: var(--bs-offcanvas-bg);
  6311. background-clip: padding-box;
  6312. outline: 0;
  6313. transition: var(--bs-offcanvas-transition);
  6314. }
  6315. @media (prefers-reduced-motion: reduce) {
  6316. .offcanvas {
  6317. transition: none;
  6318. }
  6319. }
  6320. .offcanvas.offcanvas-start {
  6321. top: 0;
  6322. right: 0;
  6323. width: var(--bs-offcanvas-width);
  6324. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6325. transform: translateX(100%);
  6326. }
  6327. .offcanvas.offcanvas-end {
  6328. top: 0;
  6329. left: 0;
  6330. width: var(--bs-offcanvas-width);
  6331. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6332. transform: translateX(-100%);
  6333. }
  6334. .offcanvas.offcanvas-top {
  6335. top: 0;
  6336. left: 0;
  6337. right: 0;
  6338. height: var(--bs-offcanvas-height);
  6339. max-height: 100%;
  6340. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6341. transform: translateY(-100%);
  6342. }
  6343. .offcanvas.offcanvas-bottom {
  6344. left: 0;
  6345. right: 0;
  6346. height: var(--bs-offcanvas-height);
  6347. max-height: 100%;
  6348. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6349. transform: translateY(100%);
  6350. }
  6351. .offcanvas.showing, .offcanvas.show:not(.hiding) {
  6352. transform: none;
  6353. }
  6354. .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  6355. visibility: visible;
  6356. }
  6357. .offcanvas-backdrop {
  6358. position: fixed;
  6359. top: 0;
  6360. right: 0;
  6361. z-index: 1040;
  6362. width: 100vw;
  6363. height: 100vh;
  6364. background-color: #000;
  6365. }
  6366. .offcanvas-backdrop.fade {
  6367. opacity: 0;
  6368. }
  6369. .offcanvas-backdrop.show {
  6370. opacity: 0.5;
  6371. }
  6372. .offcanvas-header {
  6373. display: flex;
  6374. align-items: center;
  6375. padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  6376. }
  6377. .offcanvas-header .btn-close {
  6378. padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  6379. margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) auto calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x));
  6380. }
  6381. .offcanvas-title {
  6382. margin-bottom: 0;
  6383. line-height: var(--bs-offcanvas-title-line-height);
  6384. }
  6385. .offcanvas-body {
  6386. flex-grow: 1;
  6387. padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  6388. overflow-y: auto;
  6389. }
  6390. .placeholder {
  6391. display: inline-block;
  6392. min-height: 1em;
  6393. vertical-align: middle;
  6394. cursor: wait;
  6395. background-color: currentcolor;
  6396. opacity: 0.5;
  6397. }
  6398. .placeholder.btn::before {
  6399. display: inline-block;
  6400. content: "";
  6401. }
  6402. .placeholder-xs {
  6403. min-height: 0.6em;
  6404. }
  6405. .placeholder-sm {
  6406. min-height: 0.8em;
  6407. }
  6408. .placeholder-lg {
  6409. min-height: 1.2em;
  6410. }
  6411. .placeholder-glow .placeholder {
  6412. animation: placeholder-glow 2s ease-in-out infinite;
  6413. }
  6414. @keyframes placeholder-glow {
  6415. 50% {
  6416. opacity: 0.2;
  6417. }
  6418. }
  6419. .placeholder-wave {
  6420. -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  6421. mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  6422. -webkit-mask-size: 200% 100%;
  6423. mask-size: 200% 100%;
  6424. animation: placeholder-wave 2s linear infinite;
  6425. }
  6426. @keyframes placeholder-wave {
  6427. 100% {
  6428. -webkit-mask-position: -200% 0%;
  6429. mask-position: -200% 0%;
  6430. }
  6431. }
  6432. .clearfix::after {
  6433. display: block;
  6434. clear: both;
  6435. content: "";
  6436. }
  6437. .text-bg-primary {
  6438. color: #fff !important;
  6439. background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
  6440. }
  6441. .text-bg-secondary {
  6442. color: #fff !important;
  6443. background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
  6444. }
  6445. .text-bg-success {
  6446. color: #fff !important;
  6447. background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
  6448. }
  6449. .text-bg-info {
  6450. color: #000 !important;
  6451. background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
  6452. }
  6453. .text-bg-warning {
  6454. color: #000 !important;
  6455. background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
  6456. }
  6457. .text-bg-danger {
  6458. color: #fff !important;
  6459. background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
  6460. }
  6461. .text-bg-light {
  6462. color: #000 !important;
  6463. background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
  6464. }
  6465. .text-bg-dark {
  6466. color: #fff !important;
  6467. background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
  6468. }
  6469. .link-primary {
  6470. color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  6471. -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6472. text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6473. }
  6474. .link-primary:hover, .link-primary:focus {
  6475. color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  6476. -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  6477. text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  6478. }
  6479. .link-secondary {
  6480. color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  6481. -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6482. text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6483. }
  6484. .link-secondary:hover, .link-secondary:focus {
  6485. color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  6486. -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  6487. text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  6488. }
  6489. .link-success {
  6490. color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  6491. -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6492. text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6493. }
  6494. .link-success:hover, .link-success:focus {
  6495. color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  6496. -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  6497. text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  6498. }
  6499. .link-info {
  6500. color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  6501. -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6502. text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6503. }
  6504. .link-info:hover, .link-info:focus {
  6505. color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  6506. -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  6507. text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  6508. }
  6509. .link-warning {
  6510. color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  6511. -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6512. text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6513. }
  6514. .link-warning:hover, .link-warning:focus {
  6515. color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  6516. -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  6517. text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  6518. }
  6519. .link-danger {
  6520. color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  6521. -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6522. text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6523. }
  6524. .link-danger:hover, .link-danger:focus {
  6525. color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  6526. -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  6527. text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  6528. }
  6529. .link-light {
  6530. color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  6531. -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6532. text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6533. }
  6534. .link-light:hover, .link-light:focus {
  6535. color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  6536. -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  6537. text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  6538. }
  6539. .link-dark {
  6540. color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  6541. -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6542. text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6543. }
  6544. .link-dark:hover, .link-dark:focus {
  6545. color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  6546. -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  6547. text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  6548. }
  6549. .link-body-emphasis {
  6550. color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  6551. -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6552. text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  6553. }
  6554. .link-body-emphasis:hover, .link-body-emphasis:focus {
  6555. color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  6556. -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  6557. text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  6558. }
  6559. .focus-ring:focus {
  6560. outline: 0;
  6561. 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);
  6562. }
  6563. .icon-link {
  6564. display: inline-flex;
  6565. gap: 0.375rem;
  6566. align-items: center;
  6567. -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  6568. text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  6569. text-underline-offset: 0.25em;
  6570. -webkit-backface-visibility: hidden;
  6571. backface-visibility: hidden;
  6572. }
  6573. .icon-link > .bi {
  6574. flex-shrink: 0;
  6575. width: 1em;
  6576. height: 1em;
  6577. fill: currentcolor;
  6578. transition: 0.2s ease-in-out transform;
  6579. }
  6580. @media (prefers-reduced-motion: reduce) {
  6581. .icon-link > .bi {
  6582. transition: none;
  6583. }
  6584. }
  6585. .icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  6586. transform: var(--bs-icon-link-transform, translate3d(-0.25em, 0, 0));
  6587. }
  6588. .ratio {
  6589. position: relative;
  6590. width: 100%;
  6591. }
  6592. .ratio::before {
  6593. display: block;
  6594. padding-top: var(--bs-aspect-ratio);
  6595. content: "";
  6596. }
  6597. .ratio > * {
  6598. position: absolute;
  6599. top: 0;
  6600. right: 0;
  6601. width: 100%;
  6602. height: 100%;
  6603. }
  6604. .ratio-1x1 {
  6605. --bs-aspect-ratio: 100%;
  6606. }
  6607. .ratio-4x3 {
  6608. --bs-aspect-ratio: 75%;
  6609. }
  6610. .ratio-16x9 {
  6611. --bs-aspect-ratio: 56.25%;
  6612. }
  6613. .ratio-21x9 {
  6614. --bs-aspect-ratio: 42.8571428571%;
  6615. }
  6616. .fixed-top {
  6617. position: fixed;
  6618. top: 0;
  6619. left: 0;
  6620. right: 0;
  6621. z-index: 1030;
  6622. }
  6623. .fixed-bottom {
  6624. position: fixed;
  6625. left: 0;
  6626. bottom: 0;
  6627. right: 0;
  6628. z-index: 1030;
  6629. }
  6630. .sticky-top {
  6631. position: -webkit-sticky;
  6632. position: sticky;
  6633. top: 0;
  6634. z-index: 1020;
  6635. }
  6636. .sticky-bottom {
  6637. position: -webkit-sticky;
  6638. position: sticky;
  6639. bottom: 0;
  6640. z-index: 1020;
  6641. }
  6642. @media (min-width: 576px) {
  6643. .sticky-sm-top {
  6644. position: -webkit-sticky;
  6645. position: sticky;
  6646. top: 0;
  6647. z-index: 1020;
  6648. }
  6649. .sticky-sm-bottom {
  6650. position: -webkit-sticky;
  6651. position: sticky;
  6652. bottom: 0;
  6653. z-index: 1020;
  6654. }
  6655. }
  6656. @media (min-width: 768px) {
  6657. .sticky-md-top {
  6658. position: -webkit-sticky;
  6659. position: sticky;
  6660. top: 0;
  6661. z-index: 1020;
  6662. }
  6663. .sticky-md-bottom {
  6664. position: -webkit-sticky;
  6665. position: sticky;
  6666. bottom: 0;
  6667. z-index: 1020;
  6668. }
  6669. }
  6670. @media (min-width: 992px) {
  6671. .sticky-lg-top {
  6672. position: -webkit-sticky;
  6673. position: sticky;
  6674. top: 0;
  6675. z-index: 1020;
  6676. }
  6677. .sticky-lg-bottom {
  6678. position: -webkit-sticky;
  6679. position: sticky;
  6680. bottom: 0;
  6681. z-index: 1020;
  6682. }
  6683. }
  6684. @media (min-width: 1200px) {
  6685. .sticky-xl-top {
  6686. position: -webkit-sticky;
  6687. position: sticky;
  6688. top: 0;
  6689. z-index: 1020;
  6690. }
  6691. .sticky-xl-bottom {
  6692. position: -webkit-sticky;
  6693. position: sticky;
  6694. bottom: 0;
  6695. z-index: 1020;
  6696. }
  6697. }
  6698. @media (min-width: 1400px) {
  6699. .sticky-xxl-top {
  6700. position: -webkit-sticky;
  6701. position: sticky;
  6702. top: 0;
  6703. z-index: 1020;
  6704. }
  6705. .sticky-xxl-bottom {
  6706. position: -webkit-sticky;
  6707. position: sticky;
  6708. bottom: 0;
  6709. z-index: 1020;
  6710. }
  6711. }
  6712. .hstack {
  6713. display: flex;
  6714. flex-direction: row;
  6715. align-items: center;
  6716. align-self: stretch;
  6717. }
  6718. .vstack {
  6719. display: flex;
  6720. flex: 1 1 auto;
  6721. flex-direction: column;
  6722. align-self: stretch;
  6723. }
  6724. .visually-hidden,
  6725. .visually-hidden-focusable:not(:focus):not(:focus-within) {
  6726. width: 1px !important;
  6727. height: 1px !important;
  6728. padding: 0 !important;
  6729. margin: -1px !important;
  6730. overflow: hidden !important;
  6731. clip: rect(0, 0, 0, 0) !important;
  6732. white-space: nowrap !important;
  6733. border: 0 !important;
  6734. }
  6735. .visually-hidden:not(caption),
  6736. .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  6737. position: absolute !important;
  6738. }
  6739. .stretched-link::after {
  6740. position: absolute;
  6741. top: 0;
  6742. left: 0;
  6743. bottom: 0;
  6744. right: 0;
  6745. z-index: 1;
  6746. content: "";
  6747. }
  6748. .text-truncate {
  6749. overflow: hidden;
  6750. text-overflow: ellipsis;
  6751. white-space: nowrap;
  6752. }
  6753. .vr {
  6754. display: inline-block;
  6755. align-self: stretch;
  6756. width: var(--bs-border-width);
  6757. min-height: 1em;
  6758. background-color: currentcolor;
  6759. opacity: 0.25;
  6760. }
  6761. .align-baseline {
  6762. vertical-align: baseline !important;
  6763. }
  6764. .align-top {
  6765. vertical-align: top !important;
  6766. }
  6767. .align-middle {
  6768. vertical-align: middle !important;
  6769. }
  6770. .align-bottom {
  6771. vertical-align: bottom !important;
  6772. }
  6773. .align-text-bottom {
  6774. vertical-align: text-bottom !important;
  6775. }
  6776. .align-text-top {
  6777. vertical-align: text-top !important;
  6778. }
  6779. .float-start {
  6780. float: right !important;
  6781. }
  6782. .float-end {
  6783. float: left !important;
  6784. }
  6785. .float-none {
  6786. float: none !important;
  6787. }
  6788. .object-fit-contain {
  6789. -o-object-fit: contain !important;
  6790. object-fit: contain !important;
  6791. }
  6792. .object-fit-cover {
  6793. -o-object-fit: cover !important;
  6794. object-fit: cover !important;
  6795. }
  6796. .object-fit-fill {
  6797. -o-object-fit: fill !important;
  6798. object-fit: fill !important;
  6799. }
  6800. .object-fit-scale {
  6801. -o-object-fit: scale-down !important;
  6802. object-fit: scale-down !important;
  6803. }
  6804. .object-fit-none {
  6805. -o-object-fit: none !important;
  6806. object-fit: none !important;
  6807. }
  6808. .opacity-0 {
  6809. opacity: 0 !important;
  6810. }
  6811. .opacity-25 {
  6812. opacity: 0.25 !important;
  6813. }
  6814. .opacity-50 {
  6815. opacity: 0.5 !important;
  6816. }
  6817. .opacity-75 {
  6818. opacity: 0.75 !important;
  6819. }
  6820. .opacity-100 {
  6821. opacity: 1 !important;
  6822. }
  6823. .overflow-auto {
  6824. overflow: auto !important;
  6825. }
  6826. .overflow-hidden {
  6827. overflow: hidden !important;
  6828. }
  6829. .overflow-visible {
  6830. overflow: visible !important;
  6831. }
  6832. .overflow-scroll {
  6833. overflow: scroll !important;
  6834. }
  6835. .overflow-x-auto {
  6836. overflow-x: auto !important;
  6837. }
  6838. .overflow-x-hidden {
  6839. overflow-x: hidden !important;
  6840. }
  6841. .overflow-x-visible {
  6842. overflow-x: visible !important;
  6843. }
  6844. .overflow-x-scroll {
  6845. overflow-x: scroll !important;
  6846. }
  6847. .overflow-y-auto {
  6848. overflow-y: auto !important;
  6849. }
  6850. .overflow-y-hidden {
  6851. overflow-y: hidden !important;
  6852. }
  6853. .overflow-y-visible {
  6854. overflow-y: visible !important;
  6855. }
  6856. .overflow-y-scroll {
  6857. overflow-y: scroll !important;
  6858. }
  6859. .d-inline {
  6860. display: inline !important;
  6861. }
  6862. .d-inline-block {
  6863. display: inline-block !important;
  6864. }
  6865. .d-block {
  6866. display: block !important;
  6867. }
  6868. .d-grid {
  6869. display: grid !important;
  6870. }
  6871. .d-inline-grid {
  6872. display: inline-grid !important;
  6873. }
  6874. .d-table {
  6875. display: table !important;
  6876. }
  6877. .d-table-row {
  6878. display: table-row !important;
  6879. }
  6880. .d-table-cell {
  6881. display: table-cell !important;
  6882. }
  6883. .d-flex {
  6884. display: flex !important;
  6885. }
  6886. .d-inline-flex {
  6887. display: inline-flex !important;
  6888. }
  6889. .d-none {
  6890. display: none !important;
  6891. }
  6892. .shadow {
  6893. box-shadow: var(--bs-box-shadow) !important;
  6894. }
  6895. .shadow-sm {
  6896. box-shadow: var(--bs-box-shadow-sm) !important;
  6897. }
  6898. .shadow-lg {
  6899. box-shadow: var(--bs-box-shadow-lg) !important;
  6900. }
  6901. .shadow-none {
  6902. box-shadow: none !important;
  6903. }
  6904. .focus-ring-primary {
  6905. --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
  6906. }
  6907. .focus-ring-secondary {
  6908. --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
  6909. }
  6910. .focus-ring-success {
  6911. --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
  6912. }
  6913. .focus-ring-info {
  6914. --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
  6915. }
  6916. .focus-ring-warning {
  6917. --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
  6918. }
  6919. .focus-ring-danger {
  6920. --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
  6921. }
  6922. .focus-ring-light {
  6923. --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
  6924. }
  6925. .focus-ring-dark {
  6926. --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
  6927. }
  6928. .position-static {
  6929. position: static !important;
  6930. }
  6931. .position-relative {
  6932. position: relative !important;
  6933. }
  6934. .position-absolute {
  6935. position: absolute !important;
  6936. }
  6937. .position-fixed {
  6938. position: fixed !important;
  6939. }
  6940. .position-sticky {
  6941. position: -webkit-sticky !important;
  6942. position: sticky !important;
  6943. }
  6944. .top-0 {
  6945. top: 0 !important;
  6946. }
  6947. .top-50 {
  6948. top: 50% !important;
  6949. }
  6950. .top-100 {
  6951. top: 100% !important;
  6952. }
  6953. .bottom-0 {
  6954. bottom: 0 !important;
  6955. }
  6956. .bottom-50 {
  6957. bottom: 50% !important;
  6958. }
  6959. .bottom-100 {
  6960. bottom: 100% !important;
  6961. }
  6962. .start-0 {
  6963. right: 0 !important;
  6964. }
  6965. .start-50 {
  6966. right: 50% !important;
  6967. }
  6968. .start-100 {
  6969. right: 100% !important;
  6970. }
  6971. .end-0 {
  6972. left: 0 !important;
  6973. }
  6974. .end-50 {
  6975. left: 50% !important;
  6976. }
  6977. .end-100 {
  6978. left: 100% !important;
  6979. }
  6980. .translate-middle {
  6981. transform: translate(50%, -50%) !important;
  6982. }
  6983. .translate-middle-x {
  6984. transform: translateX(50%) !important;
  6985. }
  6986. .translate-middle-y {
  6987. transform: translateY(-50%) !important;
  6988. }
  6989. .border {
  6990. border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  6991. }
  6992. .border-0 {
  6993. border: 0 !important;
  6994. }
  6995. .border-top {
  6996. border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  6997. }
  6998. .border-top-0 {
  6999. border-top: 0 !important;
  7000. }
  7001. .border-end {
  7002. border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  7003. }
  7004. .border-end-0 {
  7005. border-left: 0 !important;
  7006. }
  7007. .border-bottom {
  7008. border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  7009. }
  7010. .border-bottom-0 {
  7011. border-bottom: 0 !important;
  7012. }
  7013. .border-start {
  7014. border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  7015. }
  7016. .border-start-0 {
  7017. border-right: 0 !important;
  7018. }
  7019. .border-primary {
  7020. --bs-border-opacity: 1;
  7021. border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  7022. }
  7023. .border-secondary {
  7024. --bs-border-opacity: 1;
  7025. border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  7026. }
  7027. .border-success {
  7028. --bs-border-opacity: 1;
  7029. border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  7030. }
  7031. .border-info {
  7032. --bs-border-opacity: 1;
  7033. border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  7034. }
  7035. .border-warning {
  7036. --bs-border-opacity: 1;
  7037. border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  7038. }
  7039. .border-danger {
  7040. --bs-border-opacity: 1;
  7041. border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  7042. }
  7043. .border-light {
  7044. --bs-border-opacity: 1;
  7045. border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  7046. }
  7047. .border-dark {
  7048. --bs-border-opacity: 1;
  7049. border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  7050. }
  7051. .border-black {
  7052. --bs-border-opacity: 1;
  7053. border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  7054. }
  7055. .border-white {
  7056. --bs-border-opacity: 1;
  7057. border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  7058. }
  7059. .border-primary-subtle {
  7060. border-color: var(--bs-primary-border-subtle) !important;
  7061. }
  7062. .border-secondary-subtle {
  7063. border-color: var(--bs-secondary-border-subtle) !important;
  7064. }
  7065. .border-success-subtle {
  7066. border-color: var(--bs-success-border-subtle) !important;
  7067. }
  7068. .border-info-subtle {
  7069. border-color: var(--bs-info-border-subtle) !important;
  7070. }
  7071. .border-warning-subtle {
  7072. border-color: var(--bs-warning-border-subtle) !important;
  7073. }
  7074. .border-danger-subtle {
  7075. border-color: var(--bs-danger-border-subtle) !important;
  7076. }
  7077. .border-light-subtle {
  7078. border-color: var(--bs-light-border-subtle) !important;
  7079. }
  7080. .border-dark-subtle {
  7081. border-color: var(--bs-dark-border-subtle) !important;
  7082. }
  7083. .border-1 {
  7084. border-width: 1px !important;
  7085. }
  7086. .border-2 {
  7087. border-width: 2px !important;
  7088. }
  7089. .border-3 {
  7090. border-width: 3px !important;
  7091. }
  7092. .border-4 {
  7093. border-width: 4px !important;
  7094. }
  7095. .border-5 {
  7096. border-width: 5px !important;
  7097. }
  7098. .border-opacity-10 {
  7099. --bs-border-opacity: 0.1;
  7100. }
  7101. .border-opacity-25 {
  7102. --bs-border-opacity: 0.25;
  7103. }
  7104. .border-opacity-50 {
  7105. --bs-border-opacity: 0.5;
  7106. }
  7107. .border-opacity-75 {
  7108. --bs-border-opacity: 0.75;
  7109. }
  7110. .border-opacity-100 {
  7111. --bs-border-opacity: 1;
  7112. }
  7113. .w-25 {
  7114. width: 25% !important;
  7115. }
  7116. .w-50 {
  7117. width: 50% !important;
  7118. }
  7119. .w-75 {
  7120. width: 75% !important;
  7121. }
  7122. .w-100 {
  7123. width: 100% !important;
  7124. }
  7125. .w-auto {
  7126. width: auto !important;
  7127. }
  7128. .mw-100 {
  7129. max-width: 100% !important;
  7130. }
  7131. .vw-100 {
  7132. width: 100vw !important;
  7133. }
  7134. .min-vw-100 {
  7135. min-width: 100vw !important;
  7136. }
  7137. .h-25 {
  7138. height: 25% !important;
  7139. }
  7140. .h-50 {
  7141. height: 50% !important;
  7142. }
  7143. .h-75 {
  7144. height: 75% !important;
  7145. }
  7146. .h-100 {
  7147. height: 100% !important;
  7148. }
  7149. .h-auto {
  7150. height: auto !important;
  7151. }
  7152. .mh-100 {
  7153. max-height: 100% !important;
  7154. }
  7155. .vh-100 {
  7156. height: 100vh !important;
  7157. }
  7158. .min-vh-100 {
  7159. min-height: 100vh !important;
  7160. }
  7161. .flex-fill {
  7162. flex: 1 1 auto !important;
  7163. }
  7164. .flex-row {
  7165. flex-direction: row !important;
  7166. }
  7167. .flex-column {
  7168. flex-direction: column !important;
  7169. }
  7170. .flex-row-reverse {
  7171. flex-direction: row-reverse !important;
  7172. }
  7173. .flex-column-reverse {
  7174. flex-direction: column-reverse !important;
  7175. }
  7176. .flex-grow-0 {
  7177. flex-grow: 0 !important;
  7178. }
  7179. .flex-grow-1 {
  7180. flex-grow: 1 !important;
  7181. }
  7182. .flex-shrink-0 {
  7183. flex-shrink: 0 !important;
  7184. }
  7185. .flex-shrink-1 {
  7186. flex-shrink: 1 !important;
  7187. }
  7188. .flex-wrap {
  7189. flex-wrap: wrap !important;
  7190. }
  7191. .flex-nowrap {
  7192. flex-wrap: nowrap !important;
  7193. }
  7194. .flex-wrap-reverse {
  7195. flex-wrap: wrap-reverse !important;
  7196. }
  7197. .justify-content-start {
  7198. justify-content: flex-start !important;
  7199. }
  7200. .justify-content-end {
  7201. justify-content: flex-end !important;
  7202. }
  7203. .justify-content-center {
  7204. justify-content: center !important;
  7205. }
  7206. .justify-content-between {
  7207. justify-content: space-between !important;
  7208. }
  7209. .justify-content-around {
  7210. justify-content: space-around !important;
  7211. }
  7212. .justify-content-evenly {
  7213. justify-content: space-evenly !important;
  7214. }
  7215. .align-items-start {
  7216. align-items: flex-start !important;
  7217. }
  7218. .align-items-end {
  7219. align-items: flex-end !important;
  7220. }
  7221. .align-items-center {
  7222. align-items: center !important;
  7223. }
  7224. .align-items-baseline {
  7225. align-items: baseline !important;
  7226. }
  7227. .align-items-stretch {
  7228. align-items: stretch !important;
  7229. }
  7230. .align-content-start {
  7231. align-content: flex-start !important;
  7232. }
  7233. .align-content-end {
  7234. align-content: flex-end !important;
  7235. }
  7236. .align-content-center {
  7237. align-content: center !important;
  7238. }
  7239. .align-content-between {
  7240. align-content: space-between !important;
  7241. }
  7242. .align-content-around {
  7243. align-content: space-around !important;
  7244. }
  7245. .align-content-stretch {
  7246. align-content: stretch !important;
  7247. }
  7248. .align-self-auto {
  7249. align-self: auto !important;
  7250. }
  7251. .align-self-start {
  7252. align-self: flex-start !important;
  7253. }
  7254. .align-self-end {
  7255. align-self: flex-end !important;
  7256. }
  7257. .align-self-center {
  7258. align-self: center !important;
  7259. }
  7260. .align-self-baseline {
  7261. align-self: baseline !important;
  7262. }
  7263. .align-self-stretch {
  7264. align-self: stretch !important;
  7265. }
  7266. .order-first {
  7267. order: -1 !important;
  7268. }
  7269. .order-0 {
  7270. order: 0 !important;
  7271. }
  7272. .order-1 {
  7273. order: 1 !important;
  7274. }
  7275. .order-2 {
  7276. order: 2 !important;
  7277. }
  7278. .order-3 {
  7279. order: 3 !important;
  7280. }
  7281. .order-4 {
  7282. order: 4 !important;
  7283. }
  7284. .order-5 {
  7285. order: 5 !important;
  7286. }
  7287. .order-last {
  7288. order: 6 !important;
  7289. }
  7290. .m-0 {
  7291. margin: 0 !important;
  7292. }
  7293. .m-1 {
  7294. margin: 0.25rem !important;
  7295. }
  7296. .m-2 {
  7297. margin: 0.5rem !important;
  7298. }
  7299. .m-3 {
  7300. margin: 1rem !important;
  7301. }
  7302. .m-4 {
  7303. margin: 1.5rem !important;
  7304. }
  7305. .m-5 {
  7306. margin: 3rem !important;
  7307. }
  7308. .m-auto {
  7309. margin: auto !important;
  7310. }
  7311. .mx-0 {
  7312. margin-left: 0 !important;
  7313. margin-right: 0 !important;
  7314. }
  7315. .mx-1 {
  7316. margin-left: 0.25rem !important;
  7317. margin-right: 0.25rem !important;
  7318. }
  7319. .mx-2 {
  7320. margin-left: 0.5rem !important;
  7321. margin-right: 0.5rem !important;
  7322. }
  7323. .mx-3 {
  7324. margin-left: 1rem !important;
  7325. margin-right: 1rem !important;
  7326. }
  7327. .mx-4 {
  7328. margin-left: 1.5rem !important;
  7329. margin-right: 1.5rem !important;
  7330. }
  7331. .mx-5 {
  7332. margin-left: 3rem !important;
  7333. margin-right: 3rem !important;
  7334. }
  7335. .mx-auto {
  7336. margin-left: auto !important;
  7337. margin-right: auto !important;
  7338. }
  7339. .my-0 {
  7340. margin-top: 0 !important;
  7341. margin-bottom: 0 !important;
  7342. }
  7343. .my-1 {
  7344. margin-top: 0.25rem !important;
  7345. margin-bottom: 0.25rem !important;
  7346. }
  7347. .my-2 {
  7348. margin-top: 0.5rem !important;
  7349. margin-bottom: 0.5rem !important;
  7350. }
  7351. .my-3 {
  7352. margin-top: 1rem !important;
  7353. margin-bottom: 1rem !important;
  7354. }
  7355. .my-4 {
  7356. margin-top: 1.5rem !important;
  7357. margin-bottom: 1.5rem !important;
  7358. }
  7359. .my-5 {
  7360. margin-top: 3rem !important;
  7361. margin-bottom: 3rem !important;
  7362. }
  7363. .my-auto {
  7364. margin-top: auto !important;
  7365. margin-bottom: auto !important;
  7366. }
  7367. .mt-0 {
  7368. margin-top: 0 !important;
  7369. }
  7370. .mt-1 {
  7371. margin-top: 0.25rem !important;
  7372. }
  7373. .mt-2 {
  7374. margin-top: 0.5rem !important;
  7375. }
  7376. .mt-3 {
  7377. margin-top: 1rem !important;
  7378. }
  7379. .mt-4 {
  7380. margin-top: 1.5rem !important;
  7381. }
  7382. .mt-5 {
  7383. margin-top: 3rem !important;
  7384. }
  7385. .mt-auto {
  7386. margin-top: auto !important;
  7387. }
  7388. .me-0 {
  7389. margin-left: 0 !important;
  7390. }
  7391. .me-1 {
  7392. margin-left: 0.25rem !important;
  7393. }
  7394. .me-2 {
  7395. margin-left: 0.5rem !important;
  7396. }
  7397. .me-3 {
  7398. margin-left: 1rem !important;
  7399. }
  7400. .me-4 {
  7401. margin-left: 1.5rem !important;
  7402. }
  7403. .me-5 {
  7404. margin-left: 3rem !important;
  7405. }
  7406. .me-auto {
  7407. margin-left: auto !important;
  7408. }
  7409. .mb-0 {
  7410. margin-bottom: 0 !important;
  7411. }
  7412. .mb-1 {
  7413. margin-bottom: 0.25rem !important;
  7414. }
  7415. .mb-2 {
  7416. margin-bottom: 0.5rem !important;
  7417. }
  7418. .mb-3 {
  7419. margin-bottom: 1rem !important;
  7420. }
  7421. .mb-4 {
  7422. margin-bottom: 1.5rem !important;
  7423. }
  7424. .mb-5 {
  7425. margin-bottom: 3rem !important;
  7426. }
  7427. .mb-auto {
  7428. margin-bottom: auto !important;
  7429. }
  7430. .ms-0 {
  7431. margin-right: 0 !important;
  7432. }
  7433. .ms-1 {
  7434. margin-right: 0.25rem !important;
  7435. }
  7436. .ms-2 {
  7437. margin-right: 0.5rem !important;
  7438. }
  7439. .ms-3 {
  7440. margin-right: 1rem !important;
  7441. }
  7442. .ms-4 {
  7443. margin-right: 1.5rem !important;
  7444. }
  7445. .ms-5 {
  7446. margin-right: 3rem !important;
  7447. }
  7448. .ms-auto {
  7449. margin-right: auto !important;
  7450. }
  7451. .p-0 {
  7452. padding: 0 !important;
  7453. }
  7454. .p-1 {
  7455. padding: 0.25rem !important;
  7456. }
  7457. .p-2 {
  7458. padding: 0.5rem !important;
  7459. }
  7460. .p-3 {
  7461. padding: 1rem !important;
  7462. }
  7463. .p-4 {
  7464. padding: 1.5rem !important;
  7465. }
  7466. .p-5 {
  7467. padding: 3rem !important;
  7468. }
  7469. .px-0 {
  7470. padding-left: 0 !important;
  7471. padding-right: 0 !important;
  7472. }
  7473. .px-1 {
  7474. padding-left: 0.25rem !important;
  7475. padding-right: 0.25rem !important;
  7476. }
  7477. .px-2 {
  7478. padding-left: 0.5rem !important;
  7479. padding-right: 0.5rem !important;
  7480. }
  7481. .px-3 {
  7482. padding-left: 1rem !important;
  7483. padding-right: 1rem !important;
  7484. }
  7485. .px-4 {
  7486. padding-left: 1.5rem !important;
  7487. padding-right: 1.5rem !important;
  7488. }
  7489. .px-5 {
  7490. padding-left: 3rem !important;
  7491. padding-right: 3rem !important;
  7492. }
  7493. .py-0 {
  7494. padding-top: 0 !important;
  7495. padding-bottom: 0 !important;
  7496. }
  7497. .py-1 {
  7498. padding-top: 0.25rem !important;
  7499. padding-bottom: 0.25rem !important;
  7500. }
  7501. .py-2 {
  7502. padding-top: 0.5rem !important;
  7503. padding-bottom: 0.5rem !important;
  7504. }
  7505. .py-3 {
  7506. padding-top: 1rem !important;
  7507. padding-bottom: 1rem !important;
  7508. }
  7509. .py-4 {
  7510. padding-top: 1.5rem !important;
  7511. padding-bottom: 1.5rem !important;
  7512. }
  7513. .py-5 {
  7514. padding-top: 3rem !important;
  7515. padding-bottom: 3rem !important;
  7516. }
  7517. .pt-0 {
  7518. padding-top: 0 !important;
  7519. }
  7520. .pt-1 {
  7521. padding-top: 0.25rem !important;
  7522. }
  7523. .pt-2 {
  7524. padding-top: 0.5rem !important;
  7525. }
  7526. .pt-3 {
  7527. padding-top: 1rem !important;
  7528. }
  7529. .pt-4 {
  7530. padding-top: 1.5rem !important;
  7531. }
  7532. .pt-5 {
  7533. padding-top: 3rem !important;
  7534. }
  7535. .pe-0 {
  7536. padding-left: 0 !important;
  7537. }
  7538. .pe-1 {
  7539. padding-left: 0.25rem !important;
  7540. }
  7541. .pe-2 {
  7542. padding-left: 0.5rem !important;
  7543. }
  7544. .pe-3 {
  7545. padding-left: 1rem !important;
  7546. }
  7547. .pe-4 {
  7548. padding-left: 1.5rem !important;
  7549. }
  7550. .pe-5 {
  7551. padding-left: 3rem !important;
  7552. }
  7553. .pb-0 {
  7554. padding-bottom: 0 !important;
  7555. }
  7556. .pb-1 {
  7557. padding-bottom: 0.25rem !important;
  7558. }
  7559. .pb-2 {
  7560. padding-bottom: 0.5rem !important;
  7561. }
  7562. .pb-3 {
  7563. padding-bottom: 1rem !important;
  7564. }
  7565. .pb-4 {
  7566. padding-bottom: 1.5rem !important;
  7567. }
  7568. .pb-5 {
  7569. padding-bottom: 3rem !important;
  7570. }
  7571. .ps-0 {
  7572. padding-right: 0 !important;
  7573. }
  7574. .ps-1 {
  7575. padding-right: 0.25rem !important;
  7576. }
  7577. .ps-2 {
  7578. padding-right: 0.5rem !important;
  7579. }
  7580. .ps-3 {
  7581. padding-right: 1rem !important;
  7582. }
  7583. .ps-4 {
  7584. padding-right: 1.5rem !important;
  7585. }
  7586. .ps-5 {
  7587. padding-right: 3rem !important;
  7588. }
  7589. .gap-0 {
  7590. gap: 0 !important;
  7591. }
  7592. .gap-1 {
  7593. gap: 0.25rem !important;
  7594. }
  7595. .gap-2 {
  7596. gap: 0.5rem !important;
  7597. }
  7598. .gap-3 {
  7599. gap: 1rem !important;
  7600. }
  7601. .gap-4 {
  7602. gap: 1.5rem !important;
  7603. }
  7604. .gap-5 {
  7605. gap: 3rem !important;
  7606. }
  7607. .row-gap-0 {
  7608. row-gap: 0 !important;
  7609. }
  7610. .row-gap-1 {
  7611. row-gap: 0.25rem !important;
  7612. }
  7613. .row-gap-2 {
  7614. row-gap: 0.5rem !important;
  7615. }
  7616. .row-gap-3 {
  7617. row-gap: 1rem !important;
  7618. }
  7619. .row-gap-4 {
  7620. row-gap: 1.5rem !important;
  7621. }
  7622. .row-gap-5 {
  7623. row-gap: 3rem !important;
  7624. }
  7625. .column-gap-0 {
  7626. -moz-column-gap: 0 !important;
  7627. column-gap: 0 !important;
  7628. }
  7629. .column-gap-1 {
  7630. -moz-column-gap: 0.25rem !important;
  7631. column-gap: 0.25rem !important;
  7632. }
  7633. .column-gap-2 {
  7634. -moz-column-gap: 0.5rem !important;
  7635. column-gap: 0.5rem !important;
  7636. }
  7637. .column-gap-3 {
  7638. -moz-column-gap: 1rem !important;
  7639. column-gap: 1rem !important;
  7640. }
  7641. .column-gap-4 {
  7642. -moz-column-gap: 1.5rem !important;
  7643. column-gap: 1.5rem !important;
  7644. }
  7645. .column-gap-5 {
  7646. -moz-column-gap: 3rem !important;
  7647. column-gap: 3rem !important;
  7648. }
  7649. .font-monospace {
  7650. font-family: var(--bs-font-monospace) !important;
  7651. }
  7652. .fs-1 {
  7653. font-size: calc(1.375rem + 1.5vw) !important;
  7654. }
  7655. .fs-2 {
  7656. font-size: calc(1.325rem + 0.9vw) !important;
  7657. }
  7658. .fs-3 {
  7659. font-size: calc(1.3rem + 0.6vw) !important;
  7660. }
  7661. .fs-4 {
  7662. font-size: calc(1.275rem + 0.3vw) !important;
  7663. }
  7664. .fs-5 {
  7665. font-size: 1.25rem !important;
  7666. }
  7667. .fs-6 {
  7668. font-size: 1rem !important;
  7669. }
  7670. .fst-italic {
  7671. font-style: italic !important;
  7672. }
  7673. .fst-normal {
  7674. font-style: normal !important;
  7675. }
  7676. .fw-lighter {
  7677. font-weight: lighter !important;
  7678. }
  7679. .fw-light {
  7680. font-weight: 300 !important;
  7681. }
  7682. .fw-normal {
  7683. font-weight: 400 !important;
  7684. }
  7685. .fw-medium {
  7686. font-weight: 500 !important;
  7687. }
  7688. .fw-semibold {
  7689. font-weight: 600 !important;
  7690. }
  7691. .fw-bold {
  7692. font-weight: 700 !important;
  7693. }
  7694. .fw-bolder {
  7695. font-weight: bolder !important;
  7696. }
  7697. .lh-1 {
  7698. line-height: 1 !important;
  7699. }
  7700. .lh-sm {
  7701. line-height: 1.25 !important;
  7702. }
  7703. .lh-base {
  7704. line-height: 1.5 !important;
  7705. }
  7706. .lh-lg {
  7707. line-height: 2 !important;
  7708. }
  7709. .text-start {
  7710. text-align: right !important;
  7711. }
  7712. .text-end {
  7713. text-align: left !important;
  7714. }
  7715. .text-center {
  7716. text-align: center !important;
  7717. }
  7718. .text-decoration-none {
  7719. text-decoration: none !important;
  7720. }
  7721. .text-decoration-underline {
  7722. text-decoration: underline !important;
  7723. }
  7724. .text-decoration-line-through {
  7725. text-decoration: line-through !important;
  7726. }
  7727. .text-lowercase {
  7728. text-transform: lowercase !important;
  7729. }
  7730. .text-uppercase {
  7731. text-transform: uppercase !important;
  7732. }
  7733. .text-capitalize {
  7734. text-transform: capitalize !important;
  7735. }
  7736. .text-wrap {
  7737. white-space: normal !important;
  7738. }
  7739. .text-nowrap {
  7740. white-space: nowrap !important;
  7741. }
  7742. .text-primary {
  7743. --bs-text-opacity: 1;
  7744. color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
  7745. }
  7746. .text-secondary {
  7747. --bs-text-opacity: 1;
  7748. color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
  7749. }
  7750. .text-success {
  7751. --bs-text-opacity: 1;
  7752. color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
  7753. }
  7754. .text-info {
  7755. --bs-text-opacity: 1;
  7756. color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
  7757. }
  7758. .text-warning {
  7759. --bs-text-opacity: 1;
  7760. color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
  7761. }
  7762. .text-danger {
  7763. --bs-text-opacity: 1;
  7764. color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  7765. }
  7766. .text-light {
  7767. --bs-text-opacity: 1;
  7768. color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
  7769. }
  7770. .text-dark {
  7771. --bs-text-opacity: 1;
  7772. color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  7773. }
  7774. .text-black {
  7775. --bs-text-opacity: 1;
  7776. color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
  7777. }
  7778. .text-white {
  7779. --bs-text-opacity: 1;
  7780. color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
  7781. }
  7782. .text-body {
  7783. --bs-text-opacity: 1;
  7784. color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
  7785. }
  7786. .text-muted {
  7787. --bs-text-opacity: 1;
  7788. color: var(--bs-secondary-color) !important;
  7789. }
  7790. .text-black-50 {
  7791. --bs-text-opacity: 1;
  7792. color: rgba(0, 0, 0, 0.5) !important;
  7793. }
  7794. .text-white-50 {
  7795. --bs-text-opacity: 1;
  7796. color: rgba(255, 255, 255, 0.5) !important;
  7797. }
  7798. .text-body-secondary {
  7799. --bs-text-opacity: 1;
  7800. color: var(--bs-secondary-color) !important;
  7801. }
  7802. .text-body-tertiary {
  7803. --bs-text-opacity: 1;
  7804. color: var(--bs-tertiary-color) !important;
  7805. }
  7806. .text-body-emphasis {
  7807. --bs-text-opacity: 1;
  7808. color: var(--bs-emphasis-color) !important;
  7809. }
  7810. .text-reset {
  7811. --bs-text-opacity: 1;
  7812. color: inherit !important;
  7813. }
  7814. .text-opacity-25 {
  7815. --bs-text-opacity: 0.25;
  7816. }
  7817. .text-opacity-50 {
  7818. --bs-text-opacity: 0.5;
  7819. }
  7820. .text-opacity-75 {
  7821. --bs-text-opacity: 0.75;
  7822. }
  7823. .text-opacity-100 {
  7824. --bs-text-opacity: 1;
  7825. }
  7826. .text-primary-emphasis {
  7827. color: var(--bs-primary-text-emphasis) !important;
  7828. }
  7829. .text-secondary-emphasis {
  7830. color: var(--bs-secondary-text-emphasis) !important;
  7831. }
  7832. .text-success-emphasis {
  7833. color: var(--bs-success-text-emphasis) !important;
  7834. }
  7835. .text-info-emphasis {
  7836. color: var(--bs-info-text-emphasis) !important;
  7837. }
  7838. .text-warning-emphasis {
  7839. color: var(--bs-warning-text-emphasis) !important;
  7840. }
  7841. .text-danger-emphasis {
  7842. color: var(--bs-danger-text-emphasis) !important;
  7843. }
  7844. .text-light-emphasis {
  7845. color: var(--bs-light-text-emphasis) !important;
  7846. }
  7847. .text-dark-emphasis {
  7848. color: var(--bs-dark-text-emphasis) !important;
  7849. }
  7850. .link-opacity-10 {
  7851. --bs-link-opacity: 0.1;
  7852. }
  7853. .link-opacity-10-hover:hover {
  7854. --bs-link-opacity: 0.1;
  7855. }
  7856. .link-opacity-25 {
  7857. --bs-link-opacity: 0.25;
  7858. }
  7859. .link-opacity-25-hover:hover {
  7860. --bs-link-opacity: 0.25;
  7861. }
  7862. .link-opacity-50 {
  7863. --bs-link-opacity: 0.5;
  7864. }
  7865. .link-opacity-50-hover:hover {
  7866. --bs-link-opacity: 0.5;
  7867. }
  7868. .link-opacity-75 {
  7869. --bs-link-opacity: 0.75;
  7870. }
  7871. .link-opacity-75-hover:hover {
  7872. --bs-link-opacity: 0.75;
  7873. }
  7874. .link-opacity-100 {
  7875. --bs-link-opacity: 1;
  7876. }
  7877. .link-opacity-100-hover:hover {
  7878. --bs-link-opacity: 1;
  7879. }
  7880. .link-offset-1 {
  7881. text-underline-offset: 0.125em !important;
  7882. }
  7883. .link-offset-1-hover:hover {
  7884. text-underline-offset: 0.125em !important;
  7885. }
  7886. .link-offset-2 {
  7887. text-underline-offset: 0.25em !important;
  7888. }
  7889. .link-offset-2-hover:hover {
  7890. text-underline-offset: 0.25em !important;
  7891. }
  7892. .link-offset-3 {
  7893. text-underline-offset: 0.375em !important;
  7894. }
  7895. .link-offset-3-hover:hover {
  7896. text-underline-offset: 0.375em !important;
  7897. }
  7898. .link-underline-primary {
  7899. --bs-link-underline-opacity: 1;
  7900. -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  7901. text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  7902. }
  7903. .link-underline-secondary {
  7904. --bs-link-underline-opacity: 1;
  7905. -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  7906. text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  7907. }
  7908. .link-underline-success {
  7909. --bs-link-underline-opacity: 1;
  7910. -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  7911. text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  7912. }
  7913. .link-underline-info {
  7914. --bs-link-underline-opacity: 1;
  7915. -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  7916. text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  7917. }
  7918. .link-underline-warning {
  7919. --bs-link-underline-opacity: 1;
  7920. -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  7921. text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  7922. }
  7923. .link-underline-danger {
  7924. --bs-link-underline-opacity: 1;
  7925. -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  7926. text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  7927. }
  7928. .link-underline-light {
  7929. --bs-link-underline-opacity: 1;
  7930. -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  7931. text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  7932. }
  7933. .link-underline-dark {
  7934. --bs-link-underline-opacity: 1;
  7935. -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  7936. text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  7937. }
  7938. .link-underline {
  7939. --bs-link-underline-opacity: 1;
  7940. -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  7941. text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  7942. }
  7943. .link-underline-opacity-0 {
  7944. --bs-link-underline-opacity: 0;
  7945. }
  7946. .link-underline-opacity-0-hover:hover {
  7947. --bs-link-underline-opacity: 0;
  7948. }
  7949. .link-underline-opacity-10 {
  7950. --bs-link-underline-opacity: 0.1;
  7951. }
  7952. .link-underline-opacity-10-hover:hover {
  7953. --bs-link-underline-opacity: 0.1;
  7954. }
  7955. .link-underline-opacity-25 {
  7956. --bs-link-underline-opacity: 0.25;
  7957. }
  7958. .link-underline-opacity-25-hover:hover {
  7959. --bs-link-underline-opacity: 0.25;
  7960. }
  7961. .link-underline-opacity-50 {
  7962. --bs-link-underline-opacity: 0.5;
  7963. }
  7964. .link-underline-opacity-50-hover:hover {
  7965. --bs-link-underline-opacity: 0.5;
  7966. }
  7967. .link-underline-opacity-75 {
  7968. --bs-link-underline-opacity: 0.75;
  7969. }
  7970. .link-underline-opacity-75-hover:hover {
  7971. --bs-link-underline-opacity: 0.75;
  7972. }
  7973. .link-underline-opacity-100 {
  7974. --bs-link-underline-opacity: 1;
  7975. }
  7976. .link-underline-opacity-100-hover:hover {
  7977. --bs-link-underline-opacity: 1;
  7978. }
  7979. .bg-primary {
  7980. --bs-bg-opacity: 1;
  7981. background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  7982. }
  7983. .bg-secondary {
  7984. --bs-bg-opacity: 1;
  7985. background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  7986. }
  7987. .bg-success {
  7988. --bs-bg-opacity: 1;
  7989. background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  7990. }
  7991. .bg-info {
  7992. --bs-bg-opacity: 1;
  7993. background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  7994. }
  7995. .bg-warning {
  7996. --bs-bg-opacity: 1;
  7997. background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  7998. }
  7999. .bg-danger {
  8000. --bs-bg-opacity: 1;
  8001. background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  8002. }
  8003. .bg-light {
  8004. --bs-bg-opacity: 1;
  8005. background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  8006. }
  8007. .bg-dark {
  8008. --bs-bg-opacity: 1;
  8009. background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  8010. }
  8011. .bg-black {
  8012. --bs-bg-opacity: 1;
  8013. background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  8014. }
  8015. .bg-white {
  8016. --bs-bg-opacity: 1;
  8017. background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  8018. }
  8019. .bg-body {
  8020. --bs-bg-opacity: 1;
  8021. background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  8022. }
  8023. .bg-transparent {
  8024. --bs-bg-opacity: 1;
  8025. background-color: transparent !important;
  8026. }
  8027. .bg-body-secondary {
  8028. --bs-bg-opacity: 1;
  8029. background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  8030. }
  8031. .bg-body-tertiary {
  8032. --bs-bg-opacity: 1;
  8033. background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  8034. }
  8035. .bg-opacity-10 {
  8036. --bs-bg-opacity: 0.1;
  8037. }
  8038. .bg-opacity-25 {
  8039. --bs-bg-opacity: 0.25;
  8040. }
  8041. .bg-opacity-50 {
  8042. --bs-bg-opacity: 0.5;
  8043. }
  8044. .bg-opacity-75 {
  8045. --bs-bg-opacity: 0.75;
  8046. }
  8047. .bg-opacity-100 {
  8048. --bs-bg-opacity: 1;
  8049. }
  8050. .bg-primary-subtle {
  8051. background-color: var(--bs-primary-bg-subtle) !important;
  8052. }
  8053. .bg-secondary-subtle {
  8054. background-color: var(--bs-secondary-bg-subtle) !important;
  8055. }
  8056. .bg-success-subtle {
  8057. background-color: var(--bs-success-bg-subtle) !important;
  8058. }
  8059. .bg-info-subtle {
  8060. background-color: var(--bs-info-bg-subtle) !important;
  8061. }
  8062. .bg-warning-subtle {
  8063. background-color: var(--bs-warning-bg-subtle) !important;
  8064. }
  8065. .bg-danger-subtle {
  8066. background-color: var(--bs-danger-bg-subtle) !important;
  8067. }
  8068. .bg-light-subtle {
  8069. background-color: var(--bs-light-bg-subtle) !important;
  8070. }
  8071. .bg-dark-subtle {
  8072. background-color: var(--bs-dark-bg-subtle) !important;
  8073. }
  8074. .bg-gradient {
  8075. background-image: var(--bs-gradient) !important;
  8076. }
  8077. .user-select-all {
  8078. -webkit-user-select: all !important;
  8079. -moz-user-select: all !important;
  8080. user-select: all !important;
  8081. }
  8082. .user-select-auto {
  8083. -webkit-user-select: auto !important;
  8084. -moz-user-select: auto !important;
  8085. user-select: auto !important;
  8086. }
  8087. .user-select-none {
  8088. -webkit-user-select: none !important;
  8089. -moz-user-select: none !important;
  8090. user-select: none !important;
  8091. }
  8092. .pe-none {
  8093. pointer-events: none !important;
  8094. }
  8095. .pe-auto {
  8096. pointer-events: auto !important;
  8097. }
  8098. .rounded {
  8099. border-radius: var(--bs-border-radius) !important;
  8100. }
  8101. .rounded-0 {
  8102. border-radius: 0 !important;
  8103. }
  8104. .rounded-1 {
  8105. border-radius: var(--bs-border-radius-sm) !important;
  8106. }
  8107. .rounded-2 {
  8108. border-radius: var(--bs-border-radius) !important;
  8109. }
  8110. .rounded-3 {
  8111. border-radius: var(--bs-border-radius-lg) !important;
  8112. }
  8113. .rounded-4 {
  8114. border-radius: var(--bs-border-radius-xl) !important;
  8115. }
  8116. .rounded-5 {
  8117. border-radius: var(--bs-border-radius-xxl) !important;
  8118. }
  8119. .rounded-circle {
  8120. border-radius: 50% !important;
  8121. }
  8122. .rounded-pill {
  8123. border-radius: var(--bs-border-radius-pill) !important;
  8124. }
  8125. .rounded-top {
  8126. border-top-right-radius: var(--bs-border-radius) !important;
  8127. border-top-left-radius: var(--bs-border-radius) !important;
  8128. }
  8129. .rounded-top-0 {
  8130. border-top-right-radius: 0 !important;
  8131. border-top-left-radius: 0 !important;
  8132. }
  8133. .rounded-top-1 {
  8134. border-top-right-radius: var(--bs-border-radius-sm) !important;
  8135. border-top-left-radius: var(--bs-border-radius-sm) !important;
  8136. }
  8137. .rounded-top-2 {
  8138. border-top-right-radius: var(--bs-border-radius) !important;
  8139. border-top-left-radius: var(--bs-border-radius) !important;
  8140. }
  8141. .rounded-top-3 {
  8142. border-top-right-radius: var(--bs-border-radius-lg) !important;
  8143. border-top-left-radius: var(--bs-border-radius-lg) !important;
  8144. }
  8145. .rounded-top-4 {
  8146. border-top-right-radius: var(--bs-border-radius-xl) !important;
  8147. border-top-left-radius: var(--bs-border-radius-xl) !important;
  8148. }
  8149. .rounded-top-5 {
  8150. border-top-right-radius: var(--bs-border-radius-xxl) !important;
  8151. border-top-left-radius: var(--bs-border-radius-xxl) !important;
  8152. }
  8153. .rounded-top-circle {
  8154. border-top-right-radius: 50% !important;
  8155. border-top-left-radius: 50% !important;
  8156. }
  8157. .rounded-top-pill {
  8158. border-top-right-radius: var(--bs-border-radius-pill) !important;
  8159. border-top-left-radius: var(--bs-border-radius-pill) !important;
  8160. }
  8161. .rounded-end {
  8162. border-top-left-radius: var(--bs-border-radius) !important;
  8163. border-bottom-left-radius: var(--bs-border-radius) !important;
  8164. }
  8165. .rounded-end-0 {
  8166. border-top-left-radius: 0 !important;
  8167. border-bottom-left-radius: 0 !important;
  8168. }
  8169. .rounded-end-1 {
  8170. border-top-left-radius: var(--bs-border-radius-sm) !important;
  8171. border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  8172. }
  8173. .rounded-end-2 {
  8174. border-top-left-radius: var(--bs-border-radius) !important;
  8175. border-bottom-left-radius: var(--bs-border-radius) !important;
  8176. }
  8177. .rounded-end-3 {
  8178. border-top-left-radius: var(--bs-border-radius-lg) !important;
  8179. border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  8180. }
  8181. .rounded-end-4 {
  8182. border-top-left-radius: var(--bs-border-radius-xl) !important;
  8183. border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  8184. }
  8185. .rounded-end-5 {
  8186. border-top-left-radius: var(--bs-border-radius-xxl) !important;
  8187. border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  8188. }
  8189. .rounded-end-circle {
  8190. border-top-left-radius: 50% !important;
  8191. border-bottom-left-radius: 50% !important;
  8192. }
  8193. .rounded-end-pill {
  8194. border-top-left-radius: var(--bs-border-radius-pill) !important;
  8195. border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  8196. }
  8197. .rounded-bottom {
  8198. border-bottom-left-radius: var(--bs-border-radius) !important;
  8199. border-bottom-right-radius: var(--bs-border-radius) !important;
  8200. }
  8201. .rounded-bottom-0 {
  8202. border-bottom-left-radius: 0 !important;
  8203. border-bottom-right-radius: 0 !important;
  8204. }
  8205. .rounded-bottom-1 {
  8206. border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  8207. border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  8208. }
  8209. .rounded-bottom-2 {
  8210. border-bottom-left-radius: var(--bs-border-radius) !important;
  8211. border-bottom-right-radius: var(--bs-border-radius) !important;
  8212. }
  8213. .rounded-bottom-3 {
  8214. border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  8215. border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  8216. }
  8217. .rounded-bottom-4 {
  8218. border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  8219. border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  8220. }
  8221. .rounded-bottom-5 {
  8222. border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  8223. border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  8224. }
  8225. .rounded-bottom-circle {
  8226. border-bottom-left-radius: 50% !important;
  8227. border-bottom-right-radius: 50% !important;
  8228. }
  8229. .rounded-bottom-pill {
  8230. border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  8231. border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  8232. }
  8233. .rounded-start {
  8234. border-bottom-right-radius: var(--bs-border-radius) !important;
  8235. border-top-right-radius: var(--bs-border-radius) !important;
  8236. }
  8237. .rounded-start-0 {
  8238. border-bottom-right-radius: 0 !important;
  8239. border-top-right-radius: 0 !important;
  8240. }
  8241. .rounded-start-1 {
  8242. border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  8243. border-top-right-radius: var(--bs-border-radius-sm) !important;
  8244. }
  8245. .rounded-start-2 {
  8246. border-bottom-right-radius: var(--bs-border-radius) !important;
  8247. border-top-right-radius: var(--bs-border-radius) !important;
  8248. }
  8249. .rounded-start-3 {
  8250. border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  8251. border-top-right-radius: var(--bs-border-radius-lg) !important;
  8252. }
  8253. .rounded-start-4 {
  8254. border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  8255. border-top-right-radius: var(--bs-border-radius-xl) !important;
  8256. }
  8257. .rounded-start-5 {
  8258. border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  8259. border-top-right-radius: var(--bs-border-radius-xxl) !important;
  8260. }
  8261. .rounded-start-circle {
  8262. border-bottom-right-radius: 50% !important;
  8263. border-top-right-radius: 50% !important;
  8264. }
  8265. .rounded-start-pill {
  8266. border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  8267. border-top-right-radius: var(--bs-border-radius-pill) !important;
  8268. }
  8269. .visible {
  8270. visibility: visible !important;
  8271. }
  8272. .invisible {
  8273. visibility: hidden !important;
  8274. }
  8275. .z-n1 {
  8276. z-index: -1 !important;
  8277. }
  8278. .z-0 {
  8279. z-index: 0 !important;
  8280. }
  8281. .z-1 {
  8282. z-index: 1 !important;
  8283. }
  8284. .z-2 {
  8285. z-index: 2 !important;
  8286. }
  8287. .z-3 {
  8288. z-index: 3 !important;
  8289. }
  8290. @media (min-width: 576px) {
  8291. .float-sm-start {
  8292. float: right !important;
  8293. }
  8294. .float-sm-end {
  8295. float: left !important;
  8296. }
  8297. .float-sm-none {
  8298. float: none !important;
  8299. }
  8300. .object-fit-sm-contain {
  8301. -o-object-fit: contain !important;
  8302. object-fit: contain !important;
  8303. }
  8304. .object-fit-sm-cover {
  8305. -o-object-fit: cover !important;
  8306. object-fit: cover !important;
  8307. }
  8308. .object-fit-sm-fill {
  8309. -o-object-fit: fill !important;
  8310. object-fit: fill !important;
  8311. }
  8312. .object-fit-sm-scale {
  8313. -o-object-fit: scale-down !important;
  8314. object-fit: scale-down !important;
  8315. }
  8316. .object-fit-sm-none {
  8317. -o-object-fit: none !important;
  8318. object-fit: none !important;
  8319. }
  8320. .d-sm-inline {
  8321. display: inline !important;
  8322. }
  8323. .d-sm-inline-block {
  8324. display: inline-block !important;
  8325. }
  8326. .d-sm-block {
  8327. display: block !important;
  8328. }
  8329. .d-sm-grid {
  8330. display: grid !important;
  8331. }
  8332. .d-sm-inline-grid {
  8333. display: inline-grid !important;
  8334. }
  8335. .d-sm-table {
  8336. display: table !important;
  8337. }
  8338. .d-sm-table-row {
  8339. display: table-row !important;
  8340. }
  8341. .d-sm-table-cell {
  8342. display: table-cell !important;
  8343. }
  8344. .d-sm-flex {
  8345. display: flex !important;
  8346. }
  8347. .d-sm-inline-flex {
  8348. display: inline-flex !important;
  8349. }
  8350. .d-sm-none {
  8351. display: none !important;
  8352. }
  8353. .flex-sm-fill {
  8354. flex: 1 1 auto !important;
  8355. }
  8356. .flex-sm-row {
  8357. flex-direction: row !important;
  8358. }
  8359. .flex-sm-column {
  8360. flex-direction: column !important;
  8361. }
  8362. .flex-sm-row-reverse {
  8363. flex-direction: row-reverse !important;
  8364. }
  8365. .flex-sm-column-reverse {
  8366. flex-direction: column-reverse !important;
  8367. }
  8368. .flex-sm-grow-0 {
  8369. flex-grow: 0 !important;
  8370. }
  8371. .flex-sm-grow-1 {
  8372. flex-grow: 1 !important;
  8373. }
  8374. .flex-sm-shrink-0 {
  8375. flex-shrink: 0 !important;
  8376. }
  8377. .flex-sm-shrink-1 {
  8378. flex-shrink: 1 !important;
  8379. }
  8380. .flex-sm-wrap {
  8381. flex-wrap: wrap !important;
  8382. }
  8383. .flex-sm-nowrap {
  8384. flex-wrap: nowrap !important;
  8385. }
  8386. .flex-sm-wrap-reverse {
  8387. flex-wrap: wrap-reverse !important;
  8388. }
  8389. .justify-content-sm-start {
  8390. justify-content: flex-start !important;
  8391. }
  8392. .justify-content-sm-end {
  8393. justify-content: flex-end !important;
  8394. }
  8395. .justify-content-sm-center {
  8396. justify-content: center !important;
  8397. }
  8398. .justify-content-sm-between {
  8399. justify-content: space-between !important;
  8400. }
  8401. .justify-content-sm-around {
  8402. justify-content: space-around !important;
  8403. }
  8404. .justify-content-sm-evenly {
  8405. justify-content: space-evenly !important;
  8406. }
  8407. .align-items-sm-start {
  8408. align-items: flex-start !important;
  8409. }
  8410. .align-items-sm-end {
  8411. align-items: flex-end !important;
  8412. }
  8413. .align-items-sm-center {
  8414. align-items: center !important;
  8415. }
  8416. .align-items-sm-baseline {
  8417. align-items: baseline !important;
  8418. }
  8419. .align-items-sm-stretch {
  8420. align-items: stretch !important;
  8421. }
  8422. .align-content-sm-start {
  8423. align-content: flex-start !important;
  8424. }
  8425. .align-content-sm-end {
  8426. align-content: flex-end !important;
  8427. }
  8428. .align-content-sm-center {
  8429. align-content: center !important;
  8430. }
  8431. .align-content-sm-between {
  8432. align-content: space-between !important;
  8433. }
  8434. .align-content-sm-around {
  8435. align-content: space-around !important;
  8436. }
  8437. .align-content-sm-stretch {
  8438. align-content: stretch !important;
  8439. }
  8440. .align-self-sm-auto {
  8441. align-self: auto !important;
  8442. }
  8443. .align-self-sm-start {
  8444. align-self: flex-start !important;
  8445. }
  8446. .align-self-sm-end {
  8447. align-self: flex-end !important;
  8448. }
  8449. .align-self-sm-center {
  8450. align-self: center !important;
  8451. }
  8452. .align-self-sm-baseline {
  8453. align-self: baseline !important;
  8454. }
  8455. .align-self-sm-stretch {
  8456. align-self: stretch !important;
  8457. }
  8458. .order-sm-first {
  8459. order: -1 !important;
  8460. }
  8461. .order-sm-0 {
  8462. order: 0 !important;
  8463. }
  8464. .order-sm-1 {
  8465. order: 1 !important;
  8466. }
  8467. .order-sm-2 {
  8468. order: 2 !important;
  8469. }
  8470. .order-sm-3 {
  8471. order: 3 !important;
  8472. }
  8473. .order-sm-4 {
  8474. order: 4 !important;
  8475. }
  8476. .order-sm-5 {
  8477. order: 5 !important;
  8478. }
  8479. .order-sm-last {
  8480. order: 6 !important;
  8481. }
  8482. .m-sm-0 {
  8483. margin: 0 !important;
  8484. }
  8485. .m-sm-1 {
  8486. margin: 0.25rem !important;
  8487. }
  8488. .m-sm-2 {
  8489. margin: 0.5rem !important;
  8490. }
  8491. .m-sm-3 {
  8492. margin: 1rem !important;
  8493. }
  8494. .m-sm-4 {
  8495. margin: 1.5rem !important;
  8496. }
  8497. .m-sm-5 {
  8498. margin: 3rem !important;
  8499. }
  8500. .m-sm-auto {
  8501. margin: auto !important;
  8502. }
  8503. .mx-sm-0 {
  8504. margin-left: 0 !important;
  8505. margin-right: 0 !important;
  8506. }
  8507. .mx-sm-1 {
  8508. margin-left: 0.25rem !important;
  8509. margin-right: 0.25rem !important;
  8510. }
  8511. .mx-sm-2 {
  8512. margin-left: 0.5rem !important;
  8513. margin-right: 0.5rem !important;
  8514. }
  8515. .mx-sm-3 {
  8516. margin-left: 1rem !important;
  8517. margin-right: 1rem !important;
  8518. }
  8519. .mx-sm-4 {
  8520. margin-left: 1.5rem !important;
  8521. margin-right: 1.5rem !important;
  8522. }
  8523. .mx-sm-5 {
  8524. margin-left: 3rem !important;
  8525. margin-right: 3rem !important;
  8526. }
  8527. .mx-sm-auto {
  8528. margin-left: auto !important;
  8529. margin-right: auto !important;
  8530. }
  8531. .my-sm-0 {
  8532. margin-top: 0 !important;
  8533. margin-bottom: 0 !important;
  8534. }
  8535. .my-sm-1 {
  8536. margin-top: 0.25rem !important;
  8537. margin-bottom: 0.25rem !important;
  8538. }
  8539. .my-sm-2 {
  8540. margin-top: 0.5rem !important;
  8541. margin-bottom: 0.5rem !important;
  8542. }
  8543. .my-sm-3 {
  8544. margin-top: 1rem !important;
  8545. margin-bottom: 1rem !important;
  8546. }
  8547. .my-sm-4 {
  8548. margin-top: 1.5rem !important;
  8549. margin-bottom: 1.5rem !important;
  8550. }
  8551. .my-sm-5 {
  8552. margin-top: 3rem !important;
  8553. margin-bottom: 3rem !important;
  8554. }
  8555. .my-sm-auto {
  8556. margin-top: auto !important;
  8557. margin-bottom: auto !important;
  8558. }
  8559. .mt-sm-0 {
  8560. margin-top: 0 !important;
  8561. }
  8562. .mt-sm-1 {
  8563. margin-top: 0.25rem !important;
  8564. }
  8565. .mt-sm-2 {
  8566. margin-top: 0.5rem !important;
  8567. }
  8568. .mt-sm-3 {
  8569. margin-top: 1rem !important;
  8570. }
  8571. .mt-sm-4 {
  8572. margin-top: 1.5rem !important;
  8573. }
  8574. .mt-sm-5 {
  8575. margin-top: 3rem !important;
  8576. }
  8577. .mt-sm-auto {
  8578. margin-top: auto !important;
  8579. }
  8580. .me-sm-0 {
  8581. margin-left: 0 !important;
  8582. }
  8583. .me-sm-1 {
  8584. margin-left: 0.25rem !important;
  8585. }
  8586. .me-sm-2 {
  8587. margin-left: 0.5rem !important;
  8588. }
  8589. .me-sm-3 {
  8590. margin-left: 1rem !important;
  8591. }
  8592. .me-sm-4 {
  8593. margin-left: 1.5rem !important;
  8594. }
  8595. .me-sm-5 {
  8596. margin-left: 3rem !important;
  8597. }
  8598. .me-sm-auto {
  8599. margin-left: auto !important;
  8600. }
  8601. .mb-sm-0 {
  8602. margin-bottom: 0 !important;
  8603. }
  8604. .mb-sm-1 {
  8605. margin-bottom: 0.25rem !important;
  8606. }
  8607. .mb-sm-2 {
  8608. margin-bottom: 0.5rem !important;
  8609. }
  8610. .mb-sm-3 {
  8611. margin-bottom: 1rem !important;
  8612. }
  8613. .mb-sm-4 {
  8614. margin-bottom: 1.5rem !important;
  8615. }
  8616. .mb-sm-5 {
  8617. margin-bottom: 3rem !important;
  8618. }
  8619. .mb-sm-auto {
  8620. margin-bottom: auto !important;
  8621. }
  8622. .ms-sm-0 {
  8623. margin-right: 0 !important;
  8624. }
  8625. .ms-sm-1 {
  8626. margin-right: 0.25rem !important;
  8627. }
  8628. .ms-sm-2 {
  8629. margin-right: 0.5rem !important;
  8630. }
  8631. .ms-sm-3 {
  8632. margin-right: 1rem !important;
  8633. }
  8634. .ms-sm-4 {
  8635. margin-right: 1.5rem !important;
  8636. }
  8637. .ms-sm-5 {
  8638. margin-right: 3rem !important;
  8639. }
  8640. .ms-sm-auto {
  8641. margin-right: auto !important;
  8642. }
  8643. .p-sm-0 {
  8644. padding: 0 !important;
  8645. }
  8646. .p-sm-1 {
  8647. padding: 0.25rem !important;
  8648. }
  8649. .p-sm-2 {
  8650. padding: 0.5rem !important;
  8651. }
  8652. .p-sm-3 {
  8653. padding: 1rem !important;
  8654. }
  8655. .p-sm-4 {
  8656. padding: 1.5rem !important;
  8657. }
  8658. .p-sm-5 {
  8659. padding: 3rem !important;
  8660. }
  8661. .px-sm-0 {
  8662. padding-left: 0 !important;
  8663. padding-right: 0 !important;
  8664. }
  8665. .px-sm-1 {
  8666. padding-left: 0.25rem !important;
  8667. padding-right: 0.25rem !important;
  8668. }
  8669. .px-sm-2 {
  8670. padding-left: 0.5rem !important;
  8671. padding-right: 0.5rem !important;
  8672. }
  8673. .px-sm-3 {
  8674. padding-left: 1rem !important;
  8675. padding-right: 1rem !important;
  8676. }
  8677. .px-sm-4 {
  8678. padding-left: 1.5rem !important;
  8679. padding-right: 1.5rem !important;
  8680. }
  8681. .px-sm-5 {
  8682. padding-left: 3rem !important;
  8683. padding-right: 3rem !important;
  8684. }
  8685. .py-sm-0 {
  8686. padding-top: 0 !important;
  8687. padding-bottom: 0 !important;
  8688. }
  8689. .py-sm-1 {
  8690. padding-top: 0.25rem !important;
  8691. padding-bottom: 0.25rem !important;
  8692. }
  8693. .py-sm-2 {
  8694. padding-top: 0.5rem !important;
  8695. padding-bottom: 0.5rem !important;
  8696. }
  8697. .py-sm-3 {
  8698. padding-top: 1rem !important;
  8699. padding-bottom: 1rem !important;
  8700. }
  8701. .py-sm-4 {
  8702. padding-top: 1.5rem !important;
  8703. padding-bottom: 1.5rem !important;
  8704. }
  8705. .py-sm-5 {
  8706. padding-top: 3rem !important;
  8707. padding-bottom: 3rem !important;
  8708. }
  8709. .pt-sm-0 {
  8710. padding-top: 0 !important;
  8711. }
  8712. .pt-sm-1 {
  8713. padding-top: 0.25rem !important;
  8714. }
  8715. .pt-sm-2 {
  8716. padding-top: 0.5rem !important;
  8717. }
  8718. .pt-sm-3 {
  8719. padding-top: 1rem !important;
  8720. }
  8721. .pt-sm-4 {
  8722. padding-top: 1.5rem !important;
  8723. }
  8724. .pt-sm-5 {
  8725. padding-top: 3rem !important;
  8726. }
  8727. .pe-sm-0 {
  8728. padding-left: 0 !important;
  8729. }
  8730. .pe-sm-1 {
  8731. padding-left: 0.25rem !important;
  8732. }
  8733. .pe-sm-2 {
  8734. padding-left: 0.5rem !important;
  8735. }
  8736. .pe-sm-3 {
  8737. padding-left: 1rem !important;
  8738. }
  8739. .pe-sm-4 {
  8740. padding-left: 1.5rem !important;
  8741. }
  8742. .pe-sm-5 {
  8743. padding-left: 3rem !important;
  8744. }
  8745. .pb-sm-0 {
  8746. padding-bottom: 0 !important;
  8747. }
  8748. .pb-sm-1 {
  8749. padding-bottom: 0.25rem !important;
  8750. }
  8751. .pb-sm-2 {
  8752. padding-bottom: 0.5rem !important;
  8753. }
  8754. .pb-sm-3 {
  8755. padding-bottom: 1rem !important;
  8756. }
  8757. .pb-sm-4 {
  8758. padding-bottom: 1.5rem !important;
  8759. }
  8760. .pb-sm-5 {
  8761. padding-bottom: 3rem !important;
  8762. }
  8763. .ps-sm-0 {
  8764. padding-right: 0 !important;
  8765. }
  8766. .ps-sm-1 {
  8767. padding-right: 0.25rem !important;
  8768. }
  8769. .ps-sm-2 {
  8770. padding-right: 0.5rem !important;
  8771. }
  8772. .ps-sm-3 {
  8773. padding-right: 1rem !important;
  8774. }
  8775. .ps-sm-4 {
  8776. padding-right: 1.5rem !important;
  8777. }
  8778. .ps-sm-5 {
  8779. padding-right: 3rem !important;
  8780. }
  8781. .gap-sm-0 {
  8782. gap: 0 !important;
  8783. }
  8784. .gap-sm-1 {
  8785. gap: 0.25rem !important;
  8786. }
  8787. .gap-sm-2 {
  8788. gap: 0.5rem !important;
  8789. }
  8790. .gap-sm-3 {
  8791. gap: 1rem !important;
  8792. }
  8793. .gap-sm-4 {
  8794. gap: 1.5rem !important;
  8795. }
  8796. .gap-sm-5 {
  8797. gap: 3rem !important;
  8798. }
  8799. .row-gap-sm-0 {
  8800. row-gap: 0 !important;
  8801. }
  8802. .row-gap-sm-1 {
  8803. row-gap: 0.25rem !important;
  8804. }
  8805. .row-gap-sm-2 {
  8806. row-gap: 0.5rem !important;
  8807. }
  8808. .row-gap-sm-3 {
  8809. row-gap: 1rem !important;
  8810. }
  8811. .row-gap-sm-4 {
  8812. row-gap: 1.5rem !important;
  8813. }
  8814. .row-gap-sm-5 {
  8815. row-gap: 3rem !important;
  8816. }
  8817. .column-gap-sm-0 {
  8818. -moz-column-gap: 0 !important;
  8819. column-gap: 0 !important;
  8820. }
  8821. .column-gap-sm-1 {
  8822. -moz-column-gap: 0.25rem !important;
  8823. column-gap: 0.25rem !important;
  8824. }
  8825. .column-gap-sm-2 {
  8826. -moz-column-gap: 0.5rem !important;
  8827. column-gap: 0.5rem !important;
  8828. }
  8829. .column-gap-sm-3 {
  8830. -moz-column-gap: 1rem !important;
  8831. column-gap: 1rem !important;
  8832. }
  8833. .column-gap-sm-4 {
  8834. -moz-column-gap: 1.5rem !important;
  8835. column-gap: 1.5rem !important;
  8836. }
  8837. .column-gap-sm-5 {
  8838. -moz-column-gap: 3rem !important;
  8839. column-gap: 3rem !important;
  8840. }
  8841. .text-sm-start {
  8842. text-align: right !important;
  8843. }
  8844. .text-sm-end {
  8845. text-align: left !important;
  8846. }
  8847. .text-sm-center {
  8848. text-align: center !important;
  8849. }
  8850. }
  8851. @media (min-width: 768px) {
  8852. .float-md-start {
  8853. float: right !important;
  8854. }
  8855. .float-md-end {
  8856. float: left !important;
  8857. }
  8858. .float-md-none {
  8859. float: none !important;
  8860. }
  8861. .object-fit-md-contain {
  8862. -o-object-fit: contain !important;
  8863. object-fit: contain !important;
  8864. }
  8865. .object-fit-md-cover {
  8866. -o-object-fit: cover !important;
  8867. object-fit: cover !important;
  8868. }
  8869. .object-fit-md-fill {
  8870. -o-object-fit: fill !important;
  8871. object-fit: fill !important;
  8872. }
  8873. .object-fit-md-scale {
  8874. -o-object-fit: scale-down !important;
  8875. object-fit: scale-down !important;
  8876. }
  8877. .object-fit-md-none {
  8878. -o-object-fit: none !important;
  8879. object-fit: none !important;
  8880. }
  8881. .d-md-inline {
  8882. display: inline !important;
  8883. }
  8884. .d-md-inline-block {
  8885. display: inline-block !important;
  8886. }
  8887. .d-md-block {
  8888. display: block !important;
  8889. }
  8890. .d-md-grid {
  8891. display: grid !important;
  8892. }
  8893. .d-md-inline-grid {
  8894. display: inline-grid !important;
  8895. }
  8896. .d-md-table {
  8897. display: table !important;
  8898. }
  8899. .d-md-table-row {
  8900. display: table-row !important;
  8901. }
  8902. .d-md-table-cell {
  8903. display: table-cell !important;
  8904. }
  8905. .d-md-flex {
  8906. display: flex !important;
  8907. }
  8908. .d-md-inline-flex {
  8909. display: inline-flex !important;
  8910. }
  8911. .d-md-none {
  8912. display: none !important;
  8913. }
  8914. .flex-md-fill {
  8915. flex: 1 1 auto !important;
  8916. }
  8917. .flex-md-row {
  8918. flex-direction: row !important;
  8919. }
  8920. .flex-md-column {
  8921. flex-direction: column !important;
  8922. }
  8923. .flex-md-row-reverse {
  8924. flex-direction: row-reverse !important;
  8925. }
  8926. .flex-md-column-reverse {
  8927. flex-direction: column-reverse !important;
  8928. }
  8929. .flex-md-grow-0 {
  8930. flex-grow: 0 !important;
  8931. }
  8932. .flex-md-grow-1 {
  8933. flex-grow: 1 !important;
  8934. }
  8935. .flex-md-shrink-0 {
  8936. flex-shrink: 0 !important;
  8937. }
  8938. .flex-md-shrink-1 {
  8939. flex-shrink: 1 !important;
  8940. }
  8941. .flex-md-wrap {
  8942. flex-wrap: wrap !important;
  8943. }
  8944. .flex-md-nowrap {
  8945. flex-wrap: nowrap !important;
  8946. }
  8947. .flex-md-wrap-reverse {
  8948. flex-wrap: wrap-reverse !important;
  8949. }
  8950. .justify-content-md-start {
  8951. justify-content: flex-start !important;
  8952. }
  8953. .justify-content-md-end {
  8954. justify-content: flex-end !important;
  8955. }
  8956. .justify-content-md-center {
  8957. justify-content: center !important;
  8958. }
  8959. .justify-content-md-between {
  8960. justify-content: space-between !important;
  8961. }
  8962. .justify-content-md-around {
  8963. justify-content: space-around !important;
  8964. }
  8965. .justify-content-md-evenly {
  8966. justify-content: space-evenly !important;
  8967. }
  8968. .align-items-md-start {
  8969. align-items: flex-start !important;
  8970. }
  8971. .align-items-md-end {
  8972. align-items: flex-end !important;
  8973. }
  8974. .align-items-md-center {
  8975. align-items: center !important;
  8976. }
  8977. .align-items-md-baseline {
  8978. align-items: baseline !important;
  8979. }
  8980. .align-items-md-stretch {
  8981. align-items: stretch !important;
  8982. }
  8983. .align-content-md-start {
  8984. align-content: flex-start !important;
  8985. }
  8986. .align-content-md-end {
  8987. align-content: flex-end !important;
  8988. }
  8989. .align-content-md-center {
  8990. align-content: center !important;
  8991. }
  8992. .align-content-md-between {
  8993. align-content: space-between !important;
  8994. }
  8995. .align-content-md-around {
  8996. align-content: space-around !important;
  8997. }
  8998. .align-content-md-stretch {
  8999. align-content: stretch !important;
  9000. }
  9001. .align-self-md-auto {
  9002. align-self: auto !important;
  9003. }
  9004. .align-self-md-start {
  9005. align-self: flex-start !important;
  9006. }
  9007. .align-self-md-end {
  9008. align-self: flex-end !important;
  9009. }
  9010. .align-self-md-center {
  9011. align-self: center !important;
  9012. }
  9013. .align-self-md-baseline {
  9014. align-self: baseline !important;
  9015. }
  9016. .align-self-md-stretch {
  9017. align-self: stretch !important;
  9018. }
  9019. .order-md-first {
  9020. order: -1 !important;
  9021. }
  9022. .order-md-0 {
  9023. order: 0 !important;
  9024. }
  9025. .order-md-1 {
  9026. order: 1 !important;
  9027. }
  9028. .order-md-2 {
  9029. order: 2 !important;
  9030. }
  9031. .order-md-3 {
  9032. order: 3 !important;
  9033. }
  9034. .order-md-4 {
  9035. order: 4 !important;
  9036. }
  9037. .order-md-5 {
  9038. order: 5 !important;
  9039. }
  9040. .order-md-last {
  9041. order: 6 !important;
  9042. }
  9043. .m-md-0 {
  9044. margin: 0 !important;
  9045. }
  9046. .m-md-1 {
  9047. margin: 0.25rem !important;
  9048. }
  9049. .m-md-2 {
  9050. margin: 0.5rem !important;
  9051. }
  9052. .m-md-3 {
  9053. margin: 1rem !important;
  9054. }
  9055. .m-md-4 {
  9056. margin: 1.5rem !important;
  9057. }
  9058. .m-md-5 {
  9059. margin: 3rem !important;
  9060. }
  9061. .m-md-auto {
  9062. margin: auto !important;
  9063. }
  9064. .mx-md-0 {
  9065. margin-left: 0 !important;
  9066. margin-right: 0 !important;
  9067. }
  9068. .mx-md-1 {
  9069. margin-left: 0.25rem !important;
  9070. margin-right: 0.25rem !important;
  9071. }
  9072. .mx-md-2 {
  9073. margin-left: 0.5rem !important;
  9074. margin-right: 0.5rem !important;
  9075. }
  9076. .mx-md-3 {
  9077. margin-left: 1rem !important;
  9078. margin-right: 1rem !important;
  9079. }
  9080. .mx-md-4 {
  9081. margin-left: 1.5rem !important;
  9082. margin-right: 1.5rem !important;
  9083. }
  9084. .mx-md-5 {
  9085. margin-left: 3rem !important;
  9086. margin-right: 3rem !important;
  9087. }
  9088. .mx-md-auto {
  9089. margin-left: auto !important;
  9090. margin-right: auto !important;
  9091. }
  9092. .my-md-0 {
  9093. margin-top: 0 !important;
  9094. margin-bottom: 0 !important;
  9095. }
  9096. .my-md-1 {
  9097. margin-top: 0.25rem !important;
  9098. margin-bottom: 0.25rem !important;
  9099. }
  9100. .my-md-2 {
  9101. margin-top: 0.5rem !important;
  9102. margin-bottom: 0.5rem !important;
  9103. }
  9104. .my-md-3 {
  9105. margin-top: 1rem !important;
  9106. margin-bottom: 1rem !important;
  9107. }
  9108. .my-md-4 {
  9109. margin-top: 1.5rem !important;
  9110. margin-bottom: 1.5rem !important;
  9111. }
  9112. .my-md-5 {
  9113. margin-top: 3rem !important;
  9114. margin-bottom: 3rem !important;
  9115. }
  9116. .my-md-auto {
  9117. margin-top: auto !important;
  9118. margin-bottom: auto !important;
  9119. }
  9120. .mt-md-0 {
  9121. margin-top: 0 !important;
  9122. }
  9123. .mt-md-1 {
  9124. margin-top: 0.25rem !important;
  9125. }
  9126. .mt-md-2 {
  9127. margin-top: 0.5rem !important;
  9128. }
  9129. .mt-md-3 {
  9130. margin-top: 1rem !important;
  9131. }
  9132. .mt-md-4 {
  9133. margin-top: 1.5rem !important;
  9134. }
  9135. .mt-md-5 {
  9136. margin-top: 3rem !important;
  9137. }
  9138. .mt-md-auto {
  9139. margin-top: auto !important;
  9140. }
  9141. .me-md-0 {
  9142. margin-left: 0 !important;
  9143. }
  9144. .me-md-1 {
  9145. margin-left: 0.25rem !important;
  9146. }
  9147. .me-md-2 {
  9148. margin-left: 0.5rem !important;
  9149. }
  9150. .me-md-3 {
  9151. margin-left: 1rem !important;
  9152. }
  9153. .me-md-4 {
  9154. margin-left: 1.5rem !important;
  9155. }
  9156. .me-md-5 {
  9157. margin-left: 3rem !important;
  9158. }
  9159. .me-md-auto {
  9160. margin-left: auto !important;
  9161. }
  9162. .mb-md-0 {
  9163. margin-bottom: 0 !important;
  9164. }
  9165. .mb-md-1 {
  9166. margin-bottom: 0.25rem !important;
  9167. }
  9168. .mb-md-2 {
  9169. margin-bottom: 0.5rem !important;
  9170. }
  9171. .mb-md-3 {
  9172. margin-bottom: 1rem !important;
  9173. }
  9174. .mb-md-4 {
  9175. margin-bottom: 1.5rem !important;
  9176. }
  9177. .mb-md-5 {
  9178. margin-bottom: 3rem !important;
  9179. }
  9180. .mb-md-auto {
  9181. margin-bottom: auto !important;
  9182. }
  9183. .ms-md-0 {
  9184. margin-right: 0 !important;
  9185. }
  9186. .ms-md-1 {
  9187. margin-right: 0.25rem !important;
  9188. }
  9189. .ms-md-2 {
  9190. margin-right: 0.5rem !important;
  9191. }
  9192. .ms-md-3 {
  9193. margin-right: 1rem !important;
  9194. }
  9195. .ms-md-4 {
  9196. margin-right: 1.5rem !important;
  9197. }
  9198. .ms-md-5 {
  9199. margin-right: 3rem !important;
  9200. }
  9201. .ms-md-auto {
  9202. margin-right: auto !important;
  9203. }
  9204. .p-md-0 {
  9205. padding: 0 !important;
  9206. }
  9207. .p-md-1 {
  9208. padding: 0.25rem !important;
  9209. }
  9210. .p-md-2 {
  9211. padding: 0.5rem !important;
  9212. }
  9213. .p-md-3 {
  9214. padding: 1rem !important;
  9215. }
  9216. .p-md-4 {
  9217. padding: 1.5rem !important;
  9218. }
  9219. .p-md-5 {
  9220. padding: 3rem !important;
  9221. }
  9222. .px-md-0 {
  9223. padding-left: 0 !important;
  9224. padding-right: 0 !important;
  9225. }
  9226. .px-md-1 {
  9227. padding-left: 0.25rem !important;
  9228. padding-right: 0.25rem !important;
  9229. }
  9230. .px-md-2 {
  9231. padding-left: 0.5rem !important;
  9232. padding-right: 0.5rem !important;
  9233. }
  9234. .px-md-3 {
  9235. padding-left: 1rem !important;
  9236. padding-right: 1rem !important;
  9237. }
  9238. .px-md-4 {
  9239. padding-left: 1.5rem !important;
  9240. padding-right: 1.5rem !important;
  9241. }
  9242. .px-md-5 {
  9243. padding-left: 3rem !important;
  9244. padding-right: 3rem !important;
  9245. }
  9246. .py-md-0 {
  9247. padding-top: 0 !important;
  9248. padding-bottom: 0 !important;
  9249. }
  9250. .py-md-1 {
  9251. padding-top: 0.25rem !important;
  9252. padding-bottom: 0.25rem !important;
  9253. }
  9254. .py-md-2 {
  9255. padding-top: 0.5rem !important;
  9256. padding-bottom: 0.5rem !important;
  9257. }
  9258. .py-md-3 {
  9259. padding-top: 1rem !important;
  9260. padding-bottom: 1rem !important;
  9261. }
  9262. .py-md-4 {
  9263. padding-top: 1.5rem !important;
  9264. padding-bottom: 1.5rem !important;
  9265. }
  9266. .py-md-5 {
  9267. padding-top: 3rem !important;
  9268. padding-bottom: 3rem !important;
  9269. }
  9270. .pt-md-0 {
  9271. padding-top: 0 !important;
  9272. }
  9273. .pt-md-1 {
  9274. padding-top: 0.25rem !important;
  9275. }
  9276. .pt-md-2 {
  9277. padding-top: 0.5rem !important;
  9278. }
  9279. .pt-md-3 {
  9280. padding-top: 1rem !important;
  9281. }
  9282. .pt-md-4 {
  9283. padding-top: 1.5rem !important;
  9284. }
  9285. .pt-md-5 {
  9286. padding-top: 3rem !important;
  9287. }
  9288. .pe-md-0 {
  9289. padding-left: 0 !important;
  9290. }
  9291. .pe-md-1 {
  9292. padding-left: 0.25rem !important;
  9293. }
  9294. .pe-md-2 {
  9295. padding-left: 0.5rem !important;
  9296. }
  9297. .pe-md-3 {
  9298. padding-left: 1rem !important;
  9299. }
  9300. .pe-md-4 {
  9301. padding-left: 1.5rem !important;
  9302. }
  9303. .pe-md-5 {
  9304. padding-left: 3rem !important;
  9305. }
  9306. .pb-md-0 {
  9307. padding-bottom: 0 !important;
  9308. }
  9309. .pb-md-1 {
  9310. padding-bottom: 0.25rem !important;
  9311. }
  9312. .pb-md-2 {
  9313. padding-bottom: 0.5rem !important;
  9314. }
  9315. .pb-md-3 {
  9316. padding-bottom: 1rem !important;
  9317. }
  9318. .pb-md-4 {
  9319. padding-bottom: 1.5rem !important;
  9320. }
  9321. .pb-md-5 {
  9322. padding-bottom: 3rem !important;
  9323. }
  9324. .ps-md-0 {
  9325. padding-right: 0 !important;
  9326. }
  9327. .ps-md-1 {
  9328. padding-right: 0.25rem !important;
  9329. }
  9330. .ps-md-2 {
  9331. padding-right: 0.5rem !important;
  9332. }
  9333. .ps-md-3 {
  9334. padding-right: 1rem !important;
  9335. }
  9336. .ps-md-4 {
  9337. padding-right: 1.5rem !important;
  9338. }
  9339. .ps-md-5 {
  9340. padding-right: 3rem !important;
  9341. }
  9342. .gap-md-0 {
  9343. gap: 0 !important;
  9344. }
  9345. .gap-md-1 {
  9346. gap: 0.25rem !important;
  9347. }
  9348. .gap-md-2 {
  9349. gap: 0.5rem !important;
  9350. }
  9351. .gap-md-3 {
  9352. gap: 1rem !important;
  9353. }
  9354. .gap-md-4 {
  9355. gap: 1.5rem !important;
  9356. }
  9357. .gap-md-5 {
  9358. gap: 3rem !important;
  9359. }
  9360. .row-gap-md-0 {
  9361. row-gap: 0 !important;
  9362. }
  9363. .row-gap-md-1 {
  9364. row-gap: 0.25rem !important;
  9365. }
  9366. .row-gap-md-2 {
  9367. row-gap: 0.5rem !important;
  9368. }
  9369. .row-gap-md-3 {
  9370. row-gap: 1rem !important;
  9371. }
  9372. .row-gap-md-4 {
  9373. row-gap: 1.5rem !important;
  9374. }
  9375. .row-gap-md-5 {
  9376. row-gap: 3rem !important;
  9377. }
  9378. .column-gap-md-0 {
  9379. -moz-column-gap: 0 !important;
  9380. column-gap: 0 !important;
  9381. }
  9382. .column-gap-md-1 {
  9383. -moz-column-gap: 0.25rem !important;
  9384. column-gap: 0.25rem !important;
  9385. }
  9386. .column-gap-md-2 {
  9387. -moz-column-gap: 0.5rem !important;
  9388. column-gap: 0.5rem !important;
  9389. }
  9390. .column-gap-md-3 {
  9391. -moz-column-gap: 1rem !important;
  9392. column-gap: 1rem !important;
  9393. }
  9394. .column-gap-md-4 {
  9395. -moz-column-gap: 1.5rem !important;
  9396. column-gap: 1.5rem !important;
  9397. }
  9398. .column-gap-md-5 {
  9399. -moz-column-gap: 3rem !important;
  9400. column-gap: 3rem !important;
  9401. }
  9402. .text-md-start {
  9403. text-align: right !important;
  9404. }
  9405. .text-md-end {
  9406. text-align: left !important;
  9407. }
  9408. .text-md-center {
  9409. text-align: center !important;
  9410. }
  9411. }
  9412. @media (min-width: 992px) {
  9413. .float-lg-start {
  9414. float: right !important;
  9415. }
  9416. .float-lg-end {
  9417. float: left !important;
  9418. }
  9419. .float-lg-none {
  9420. float: none !important;
  9421. }
  9422. .object-fit-lg-contain {
  9423. -o-object-fit: contain !important;
  9424. object-fit: contain !important;
  9425. }
  9426. .object-fit-lg-cover {
  9427. -o-object-fit: cover !important;
  9428. object-fit: cover !important;
  9429. }
  9430. .object-fit-lg-fill {
  9431. -o-object-fit: fill !important;
  9432. object-fit: fill !important;
  9433. }
  9434. .object-fit-lg-scale {
  9435. -o-object-fit: scale-down !important;
  9436. object-fit: scale-down !important;
  9437. }
  9438. .object-fit-lg-none {
  9439. -o-object-fit: none !important;
  9440. object-fit: none !important;
  9441. }
  9442. .d-lg-inline {
  9443. display: inline !important;
  9444. }
  9445. .d-lg-inline-block {
  9446. display: inline-block !important;
  9447. }
  9448. .d-lg-block {
  9449. display: block !important;
  9450. }
  9451. .d-lg-grid {
  9452. display: grid !important;
  9453. }
  9454. .d-lg-inline-grid {
  9455. display: inline-grid !important;
  9456. }
  9457. .d-lg-table {
  9458. display: table !important;
  9459. }
  9460. .d-lg-table-row {
  9461. display: table-row !important;
  9462. }
  9463. .d-lg-table-cell {
  9464. display: table-cell !important;
  9465. }
  9466. .d-lg-flex {
  9467. display: flex !important;
  9468. }
  9469. .d-lg-inline-flex {
  9470. display: inline-flex !important;
  9471. }
  9472. .d-lg-none {
  9473. display: none !important;
  9474. }
  9475. .flex-lg-fill {
  9476. flex: 1 1 auto !important;
  9477. }
  9478. .flex-lg-row {
  9479. flex-direction: row !important;
  9480. }
  9481. .flex-lg-column {
  9482. flex-direction: column !important;
  9483. }
  9484. .flex-lg-row-reverse {
  9485. flex-direction: row-reverse !important;
  9486. }
  9487. .flex-lg-column-reverse {
  9488. flex-direction: column-reverse !important;
  9489. }
  9490. .flex-lg-grow-0 {
  9491. flex-grow: 0 !important;
  9492. }
  9493. .flex-lg-grow-1 {
  9494. flex-grow: 1 !important;
  9495. }
  9496. .flex-lg-shrink-0 {
  9497. flex-shrink: 0 !important;
  9498. }
  9499. .flex-lg-shrink-1 {
  9500. flex-shrink: 1 !important;
  9501. }
  9502. .flex-lg-wrap {
  9503. flex-wrap: wrap !important;
  9504. }
  9505. .flex-lg-nowrap {
  9506. flex-wrap: nowrap !important;
  9507. }
  9508. .flex-lg-wrap-reverse {
  9509. flex-wrap: wrap-reverse !important;
  9510. }
  9511. .justify-content-lg-start {
  9512. justify-content: flex-start !important;
  9513. }
  9514. .justify-content-lg-end {
  9515. justify-content: flex-end !important;
  9516. }
  9517. .justify-content-lg-center {
  9518. justify-content: center !important;
  9519. }
  9520. .justify-content-lg-between {
  9521. justify-content: space-between !important;
  9522. }
  9523. .justify-content-lg-around {
  9524. justify-content: space-around !important;
  9525. }
  9526. .justify-content-lg-evenly {
  9527. justify-content: space-evenly !important;
  9528. }
  9529. .align-items-lg-start {
  9530. align-items: flex-start !important;
  9531. }
  9532. .align-items-lg-end {
  9533. align-items: flex-end !important;
  9534. }
  9535. .align-items-lg-center {
  9536. align-items: center !important;
  9537. }
  9538. .align-items-lg-baseline {
  9539. align-items: baseline !important;
  9540. }
  9541. .align-items-lg-stretch {
  9542. align-items: stretch !important;
  9543. }
  9544. .align-content-lg-start {
  9545. align-content: flex-start !important;
  9546. }
  9547. .align-content-lg-end {
  9548. align-content: flex-end !important;
  9549. }
  9550. .align-content-lg-center {
  9551. align-content: center !important;
  9552. }
  9553. .align-content-lg-between {
  9554. align-content: space-between !important;
  9555. }
  9556. .align-content-lg-around {
  9557. align-content: space-around !important;
  9558. }
  9559. .align-content-lg-stretch {
  9560. align-content: stretch !important;
  9561. }
  9562. .align-self-lg-auto {
  9563. align-self: auto !important;
  9564. }
  9565. .align-self-lg-start {
  9566. align-self: flex-start !important;
  9567. }
  9568. .align-self-lg-end {
  9569. align-self: flex-end !important;
  9570. }
  9571. .align-self-lg-center {
  9572. align-self: center !important;
  9573. }
  9574. .align-self-lg-baseline {
  9575. align-self: baseline !important;
  9576. }
  9577. .align-self-lg-stretch {
  9578. align-self: stretch !important;
  9579. }
  9580. .order-lg-first {
  9581. order: -1 !important;
  9582. }
  9583. .order-lg-0 {
  9584. order: 0 !important;
  9585. }
  9586. .order-lg-1 {
  9587. order: 1 !important;
  9588. }
  9589. .order-lg-2 {
  9590. order: 2 !important;
  9591. }
  9592. .order-lg-3 {
  9593. order: 3 !important;
  9594. }
  9595. .order-lg-4 {
  9596. order: 4 !important;
  9597. }
  9598. .order-lg-5 {
  9599. order: 5 !important;
  9600. }
  9601. .order-lg-last {
  9602. order: 6 !important;
  9603. }
  9604. .m-lg-0 {
  9605. margin: 0 !important;
  9606. }
  9607. .m-lg-1 {
  9608. margin: 0.25rem !important;
  9609. }
  9610. .m-lg-2 {
  9611. margin: 0.5rem !important;
  9612. }
  9613. .m-lg-3 {
  9614. margin: 1rem !important;
  9615. }
  9616. .m-lg-4 {
  9617. margin: 1.5rem !important;
  9618. }
  9619. .m-lg-5 {
  9620. margin: 3rem !important;
  9621. }
  9622. .m-lg-auto {
  9623. margin: auto !important;
  9624. }
  9625. .mx-lg-0 {
  9626. margin-left: 0 !important;
  9627. margin-right: 0 !important;
  9628. }
  9629. .mx-lg-1 {
  9630. margin-left: 0.25rem !important;
  9631. margin-right: 0.25rem !important;
  9632. }
  9633. .mx-lg-2 {
  9634. margin-left: 0.5rem !important;
  9635. margin-right: 0.5rem !important;
  9636. }
  9637. .mx-lg-3 {
  9638. margin-left: 1rem !important;
  9639. margin-right: 1rem !important;
  9640. }
  9641. .mx-lg-4 {
  9642. margin-left: 1.5rem !important;
  9643. margin-right: 1.5rem !important;
  9644. }
  9645. .mx-lg-5 {
  9646. margin-left: 3rem !important;
  9647. margin-right: 3rem !important;
  9648. }
  9649. .mx-lg-auto {
  9650. margin-left: auto !important;
  9651. margin-right: auto !important;
  9652. }
  9653. .my-lg-0 {
  9654. margin-top: 0 !important;
  9655. margin-bottom: 0 !important;
  9656. }
  9657. .my-lg-1 {
  9658. margin-top: 0.25rem !important;
  9659. margin-bottom: 0.25rem !important;
  9660. }
  9661. .my-lg-2 {
  9662. margin-top: 0.5rem !important;
  9663. margin-bottom: 0.5rem !important;
  9664. }
  9665. .my-lg-3 {
  9666. margin-top: 1rem !important;
  9667. margin-bottom: 1rem !important;
  9668. }
  9669. .my-lg-4 {
  9670. margin-top: 1.5rem !important;
  9671. margin-bottom: 1.5rem !important;
  9672. }
  9673. .my-lg-5 {
  9674. margin-top: 3rem !important;
  9675. margin-bottom: 3rem !important;
  9676. }
  9677. .my-lg-auto {
  9678. margin-top: auto !important;
  9679. margin-bottom: auto !important;
  9680. }
  9681. .mt-lg-0 {
  9682. margin-top: 0 !important;
  9683. }
  9684. .mt-lg-1 {
  9685. margin-top: 0.25rem !important;
  9686. }
  9687. .mt-lg-2 {
  9688. margin-top: 0.5rem !important;
  9689. }
  9690. .mt-lg-3 {
  9691. margin-top: 1rem !important;
  9692. }
  9693. .mt-lg-4 {
  9694. margin-top: 1.5rem !important;
  9695. }
  9696. .mt-lg-5 {
  9697. margin-top: 3rem !important;
  9698. }
  9699. .mt-lg-auto {
  9700. margin-top: auto !important;
  9701. }
  9702. .me-lg-0 {
  9703. margin-left: 0 !important;
  9704. }
  9705. .me-lg-1 {
  9706. margin-left: 0.25rem !important;
  9707. }
  9708. .me-lg-2 {
  9709. margin-left: 0.5rem !important;
  9710. }
  9711. .me-lg-3 {
  9712. margin-left: 1rem !important;
  9713. }
  9714. .me-lg-4 {
  9715. margin-left: 1.5rem !important;
  9716. }
  9717. .me-lg-5 {
  9718. margin-left: 3rem !important;
  9719. }
  9720. .me-lg-auto {
  9721. margin-left: auto !important;
  9722. }
  9723. .mb-lg-0 {
  9724. margin-bottom: 0 !important;
  9725. }
  9726. .mb-lg-1 {
  9727. margin-bottom: 0.25rem !important;
  9728. }
  9729. .mb-lg-2 {
  9730. margin-bottom: 0.5rem !important;
  9731. }
  9732. .mb-lg-3 {
  9733. margin-bottom: 1rem !important;
  9734. }
  9735. .mb-lg-4 {
  9736. margin-bottom: 1.5rem !important;
  9737. }
  9738. .mb-lg-5 {
  9739. margin-bottom: 3rem !important;
  9740. }
  9741. .mb-lg-auto {
  9742. margin-bottom: auto !important;
  9743. }
  9744. .ms-lg-0 {
  9745. margin-right: 0 !important;
  9746. }
  9747. .ms-lg-1 {
  9748. margin-right: 0.25rem !important;
  9749. }
  9750. .ms-lg-2 {
  9751. margin-right: 0.5rem !important;
  9752. }
  9753. .ms-lg-3 {
  9754. margin-right: 1rem !important;
  9755. }
  9756. .ms-lg-4 {
  9757. margin-right: 1.5rem !important;
  9758. }
  9759. .ms-lg-5 {
  9760. margin-right: 3rem !important;
  9761. }
  9762. .ms-lg-auto {
  9763. margin-right: auto !important;
  9764. }
  9765. .p-lg-0 {
  9766. padding: 0 !important;
  9767. }
  9768. .p-lg-1 {
  9769. padding: 0.25rem !important;
  9770. }
  9771. .p-lg-2 {
  9772. padding: 0.5rem !important;
  9773. }
  9774. .p-lg-3 {
  9775. padding: 1rem !important;
  9776. }
  9777. .p-lg-4 {
  9778. padding: 1.5rem !important;
  9779. }
  9780. .p-lg-5 {
  9781. padding: 3rem !important;
  9782. }
  9783. .px-lg-0 {
  9784. padding-left: 0 !important;
  9785. padding-right: 0 !important;
  9786. }
  9787. .px-lg-1 {
  9788. padding-left: 0.25rem !important;
  9789. padding-right: 0.25rem !important;
  9790. }
  9791. .px-lg-2 {
  9792. padding-left: 0.5rem !important;
  9793. padding-right: 0.5rem !important;
  9794. }
  9795. .px-lg-3 {
  9796. padding-left: 1rem !important;
  9797. padding-right: 1rem !important;
  9798. }
  9799. .px-lg-4 {
  9800. padding-left: 1.5rem !important;
  9801. padding-right: 1.5rem !important;
  9802. }
  9803. .px-lg-5 {
  9804. padding-left: 3rem !important;
  9805. padding-right: 3rem !important;
  9806. }
  9807. .py-lg-0 {
  9808. padding-top: 0 !important;
  9809. padding-bottom: 0 !important;
  9810. }
  9811. .py-lg-1 {
  9812. padding-top: 0.25rem !important;
  9813. padding-bottom: 0.25rem !important;
  9814. }
  9815. .py-lg-2 {
  9816. padding-top: 0.5rem !important;
  9817. padding-bottom: 0.5rem !important;
  9818. }
  9819. .py-lg-3 {
  9820. padding-top: 1rem !important;
  9821. padding-bottom: 1rem !important;
  9822. }
  9823. .py-lg-4 {
  9824. padding-top: 1.5rem !important;
  9825. padding-bottom: 1.5rem !important;
  9826. }
  9827. .py-lg-5 {
  9828. padding-top: 3rem !important;
  9829. padding-bottom: 3rem !important;
  9830. }
  9831. .pt-lg-0 {
  9832. padding-top: 0 !important;
  9833. }
  9834. .pt-lg-1 {
  9835. padding-top: 0.25rem !important;
  9836. }
  9837. .pt-lg-2 {
  9838. padding-top: 0.5rem !important;
  9839. }
  9840. .pt-lg-3 {
  9841. padding-top: 1rem !important;
  9842. }
  9843. .pt-lg-4 {
  9844. padding-top: 1.5rem !important;
  9845. }
  9846. .pt-lg-5 {
  9847. padding-top: 3rem !important;
  9848. }
  9849. .pe-lg-0 {
  9850. padding-left: 0 !important;
  9851. }
  9852. .pe-lg-1 {
  9853. padding-left: 0.25rem !important;
  9854. }
  9855. .pe-lg-2 {
  9856. padding-left: 0.5rem !important;
  9857. }
  9858. .pe-lg-3 {
  9859. padding-left: 1rem !important;
  9860. }
  9861. .pe-lg-4 {
  9862. padding-left: 1.5rem !important;
  9863. }
  9864. .pe-lg-5 {
  9865. padding-left: 3rem !important;
  9866. }
  9867. .pb-lg-0 {
  9868. padding-bottom: 0 !important;
  9869. }
  9870. .pb-lg-1 {
  9871. padding-bottom: 0.25rem !important;
  9872. }
  9873. .pb-lg-2 {
  9874. padding-bottom: 0.5rem !important;
  9875. }
  9876. .pb-lg-3 {
  9877. padding-bottom: 1rem !important;
  9878. }
  9879. .pb-lg-4 {
  9880. padding-bottom: 1.5rem !important;
  9881. }
  9882. .pb-lg-5 {
  9883. padding-bottom: 3rem !important;
  9884. }
  9885. .ps-lg-0 {
  9886. padding-right: 0 !important;
  9887. }
  9888. .ps-lg-1 {
  9889. padding-right: 0.25rem !important;
  9890. }
  9891. .ps-lg-2 {
  9892. padding-right: 0.5rem !important;
  9893. }
  9894. .ps-lg-3 {
  9895. padding-right: 1rem !important;
  9896. }
  9897. .ps-lg-4 {
  9898. padding-right: 1.5rem !important;
  9899. }
  9900. .ps-lg-5 {
  9901. padding-right: 3rem !important;
  9902. }
  9903. .gap-lg-0 {
  9904. gap: 0 !important;
  9905. }
  9906. .gap-lg-1 {
  9907. gap: 0.25rem !important;
  9908. }
  9909. .gap-lg-2 {
  9910. gap: 0.5rem !important;
  9911. }
  9912. .gap-lg-3 {
  9913. gap: 1rem !important;
  9914. }
  9915. .gap-lg-4 {
  9916. gap: 1.5rem !important;
  9917. }
  9918. .gap-lg-5 {
  9919. gap: 3rem !important;
  9920. }
  9921. .row-gap-lg-0 {
  9922. row-gap: 0 !important;
  9923. }
  9924. .row-gap-lg-1 {
  9925. row-gap: 0.25rem !important;
  9926. }
  9927. .row-gap-lg-2 {
  9928. row-gap: 0.5rem !important;
  9929. }
  9930. .row-gap-lg-3 {
  9931. row-gap: 1rem !important;
  9932. }
  9933. .row-gap-lg-4 {
  9934. row-gap: 1.5rem !important;
  9935. }
  9936. .row-gap-lg-5 {
  9937. row-gap: 3rem !important;
  9938. }
  9939. .column-gap-lg-0 {
  9940. -moz-column-gap: 0 !important;
  9941. column-gap: 0 !important;
  9942. }
  9943. .column-gap-lg-1 {
  9944. -moz-column-gap: 0.25rem !important;
  9945. column-gap: 0.25rem !important;
  9946. }
  9947. .column-gap-lg-2 {
  9948. -moz-column-gap: 0.5rem !important;
  9949. column-gap: 0.5rem !important;
  9950. }
  9951. .column-gap-lg-3 {
  9952. -moz-column-gap: 1rem !important;
  9953. column-gap: 1rem !important;
  9954. }
  9955. .column-gap-lg-4 {
  9956. -moz-column-gap: 1.5rem !important;
  9957. column-gap: 1.5rem !important;
  9958. }
  9959. .column-gap-lg-5 {
  9960. -moz-column-gap: 3rem !important;
  9961. column-gap: 3rem !important;
  9962. }
  9963. .text-lg-start {
  9964. text-align: right !important;
  9965. }
  9966. .text-lg-end {
  9967. text-align: left !important;
  9968. }
  9969. .text-lg-center {
  9970. text-align: center !important;
  9971. }
  9972. }
  9973. @media (min-width: 1200px) {
  9974. .float-xl-start {
  9975. float: right !important;
  9976. }
  9977. .float-xl-end {
  9978. float: left !important;
  9979. }
  9980. .float-xl-none {
  9981. float: none !important;
  9982. }
  9983. .object-fit-xl-contain {
  9984. -o-object-fit: contain !important;
  9985. object-fit: contain !important;
  9986. }
  9987. .object-fit-xl-cover {
  9988. -o-object-fit: cover !important;
  9989. object-fit: cover !important;
  9990. }
  9991. .object-fit-xl-fill {
  9992. -o-object-fit: fill !important;
  9993. object-fit: fill !important;
  9994. }
  9995. .object-fit-xl-scale {
  9996. -o-object-fit: scale-down !important;
  9997. object-fit: scale-down !important;
  9998. }
  9999. .object-fit-xl-none {
  10000. -o-object-fit: none !important;
  10001. object-fit: none !important;
  10002. }
  10003. .d-xl-inline {
  10004. display: inline !important;
  10005. }
  10006. .d-xl-inline-block {
  10007. display: inline-block !important;
  10008. }
  10009. .d-xl-block {
  10010. display: block !important;
  10011. }
  10012. .d-xl-grid {
  10013. display: grid !important;
  10014. }
  10015. .d-xl-inline-grid {
  10016. display: inline-grid !important;
  10017. }
  10018. .d-xl-table {
  10019. display: table !important;
  10020. }
  10021. .d-xl-table-row {
  10022. display: table-row !important;
  10023. }
  10024. .d-xl-table-cell {
  10025. display: table-cell !important;
  10026. }
  10027. .d-xl-flex {
  10028. display: flex !important;
  10029. }
  10030. .d-xl-inline-flex {
  10031. display: inline-flex !important;
  10032. }
  10033. .d-xl-none {
  10034. display: none !important;
  10035. }
  10036. .flex-xl-fill {
  10037. flex: 1 1 auto !important;
  10038. }
  10039. .flex-xl-row {
  10040. flex-direction: row !important;
  10041. }
  10042. .flex-xl-column {
  10043. flex-direction: column !important;
  10044. }
  10045. .flex-xl-row-reverse {
  10046. flex-direction: row-reverse !important;
  10047. }
  10048. .flex-xl-column-reverse {
  10049. flex-direction: column-reverse !important;
  10050. }
  10051. .flex-xl-grow-0 {
  10052. flex-grow: 0 !important;
  10053. }
  10054. .flex-xl-grow-1 {
  10055. flex-grow: 1 !important;
  10056. }
  10057. .flex-xl-shrink-0 {
  10058. flex-shrink: 0 !important;
  10059. }
  10060. .flex-xl-shrink-1 {
  10061. flex-shrink: 1 !important;
  10062. }
  10063. .flex-xl-wrap {
  10064. flex-wrap: wrap !important;
  10065. }
  10066. .flex-xl-nowrap {
  10067. flex-wrap: nowrap !important;
  10068. }
  10069. .flex-xl-wrap-reverse {
  10070. flex-wrap: wrap-reverse !important;
  10071. }
  10072. .justify-content-xl-start {
  10073. justify-content: flex-start !important;
  10074. }
  10075. .justify-content-xl-end {
  10076. justify-content: flex-end !important;
  10077. }
  10078. .justify-content-xl-center {
  10079. justify-content: center !important;
  10080. }
  10081. .justify-content-xl-between {
  10082. justify-content: space-between !important;
  10083. }
  10084. .justify-content-xl-around {
  10085. justify-content: space-around !important;
  10086. }
  10087. .justify-content-xl-evenly {
  10088. justify-content: space-evenly !important;
  10089. }
  10090. .align-items-xl-start {
  10091. align-items: flex-start !important;
  10092. }
  10093. .align-items-xl-end {
  10094. align-items: flex-end !important;
  10095. }
  10096. .align-items-xl-center {
  10097. align-items: center !important;
  10098. }
  10099. .align-items-xl-baseline {
  10100. align-items: baseline !important;
  10101. }
  10102. .align-items-xl-stretch {
  10103. align-items: stretch !important;
  10104. }
  10105. .align-content-xl-start {
  10106. align-content: flex-start !important;
  10107. }
  10108. .align-content-xl-end {
  10109. align-content: flex-end !important;
  10110. }
  10111. .align-content-xl-center {
  10112. align-content: center !important;
  10113. }
  10114. .align-content-xl-between {
  10115. align-content: space-between !important;
  10116. }
  10117. .align-content-xl-around {
  10118. align-content: space-around !important;
  10119. }
  10120. .align-content-xl-stretch {
  10121. align-content: stretch !important;
  10122. }
  10123. .align-self-xl-auto {
  10124. align-self: auto !important;
  10125. }
  10126. .align-self-xl-start {
  10127. align-self: flex-start !important;
  10128. }
  10129. .align-self-xl-end {
  10130. align-self: flex-end !important;
  10131. }
  10132. .align-self-xl-center {
  10133. align-self: center !important;
  10134. }
  10135. .align-self-xl-baseline {
  10136. align-self: baseline !important;
  10137. }
  10138. .align-self-xl-stretch {
  10139. align-self: stretch !important;
  10140. }
  10141. .order-xl-first {
  10142. order: -1 !important;
  10143. }
  10144. .order-xl-0 {
  10145. order: 0 !important;
  10146. }
  10147. .order-xl-1 {
  10148. order: 1 !important;
  10149. }
  10150. .order-xl-2 {
  10151. order: 2 !important;
  10152. }
  10153. .order-xl-3 {
  10154. order: 3 !important;
  10155. }
  10156. .order-xl-4 {
  10157. order: 4 !important;
  10158. }
  10159. .order-xl-5 {
  10160. order: 5 !important;
  10161. }
  10162. .order-xl-last {
  10163. order: 6 !important;
  10164. }
  10165. .m-xl-0 {
  10166. margin: 0 !important;
  10167. }
  10168. .m-xl-1 {
  10169. margin: 0.25rem !important;
  10170. }
  10171. .m-xl-2 {
  10172. margin: 0.5rem !important;
  10173. }
  10174. .m-xl-3 {
  10175. margin: 1rem !important;
  10176. }
  10177. .m-xl-4 {
  10178. margin: 1.5rem !important;
  10179. }
  10180. .m-xl-5 {
  10181. margin: 3rem !important;
  10182. }
  10183. .m-xl-auto {
  10184. margin: auto !important;
  10185. }
  10186. .mx-xl-0 {
  10187. margin-left: 0 !important;
  10188. margin-right: 0 !important;
  10189. }
  10190. .mx-xl-1 {
  10191. margin-left: 0.25rem !important;
  10192. margin-right: 0.25rem !important;
  10193. }
  10194. .mx-xl-2 {
  10195. margin-left: 0.5rem !important;
  10196. margin-right: 0.5rem !important;
  10197. }
  10198. .mx-xl-3 {
  10199. margin-left: 1rem !important;
  10200. margin-right: 1rem !important;
  10201. }
  10202. .mx-xl-4 {
  10203. margin-left: 1.5rem !important;
  10204. margin-right: 1.5rem !important;
  10205. }
  10206. .mx-xl-5 {
  10207. margin-left: 3rem !important;
  10208. margin-right: 3rem !important;
  10209. }
  10210. .mx-xl-auto {
  10211. margin-left: auto !important;
  10212. margin-right: auto !important;
  10213. }
  10214. .my-xl-0 {
  10215. margin-top: 0 !important;
  10216. margin-bottom: 0 !important;
  10217. }
  10218. .my-xl-1 {
  10219. margin-top: 0.25rem !important;
  10220. margin-bottom: 0.25rem !important;
  10221. }
  10222. .my-xl-2 {
  10223. margin-top: 0.5rem !important;
  10224. margin-bottom: 0.5rem !important;
  10225. }
  10226. .my-xl-3 {
  10227. margin-top: 1rem !important;
  10228. margin-bottom: 1rem !important;
  10229. }
  10230. .my-xl-4 {
  10231. margin-top: 1.5rem !important;
  10232. margin-bottom: 1.5rem !important;
  10233. }
  10234. .my-xl-5 {
  10235. margin-top: 3rem !important;
  10236. margin-bottom: 3rem !important;
  10237. }
  10238. .my-xl-auto {
  10239. margin-top: auto !important;
  10240. margin-bottom: auto !important;
  10241. }
  10242. .mt-xl-0 {
  10243. margin-top: 0 !important;
  10244. }
  10245. .mt-xl-1 {
  10246. margin-top: 0.25rem !important;
  10247. }
  10248. .mt-xl-2 {
  10249. margin-top: 0.5rem !important;
  10250. }
  10251. .mt-xl-3 {
  10252. margin-top: 1rem !important;
  10253. }
  10254. .mt-xl-4 {
  10255. margin-top: 1.5rem !important;
  10256. }
  10257. .mt-xl-5 {
  10258. margin-top: 3rem !important;
  10259. }
  10260. .mt-xl-auto {
  10261. margin-top: auto !important;
  10262. }
  10263. .me-xl-0 {
  10264. margin-left: 0 !important;
  10265. }
  10266. .me-xl-1 {
  10267. margin-left: 0.25rem !important;
  10268. }
  10269. .me-xl-2 {
  10270. margin-left: 0.5rem !important;
  10271. }
  10272. .me-xl-3 {
  10273. margin-left: 1rem !important;
  10274. }
  10275. .me-xl-4 {
  10276. margin-left: 1.5rem !important;
  10277. }
  10278. .me-xl-5 {
  10279. margin-left: 3rem !important;
  10280. }
  10281. .me-xl-auto {
  10282. margin-left: auto !important;
  10283. }
  10284. .mb-xl-0 {
  10285. margin-bottom: 0 !important;
  10286. }
  10287. .mb-xl-1 {
  10288. margin-bottom: 0.25rem !important;
  10289. }
  10290. .mb-xl-2 {
  10291. margin-bottom: 0.5rem !important;
  10292. }
  10293. .mb-xl-3 {
  10294. margin-bottom: 1rem !important;
  10295. }
  10296. .mb-xl-4 {
  10297. margin-bottom: 1.5rem !important;
  10298. }
  10299. .mb-xl-5 {
  10300. margin-bottom: 3rem !important;
  10301. }
  10302. .mb-xl-auto {
  10303. margin-bottom: auto !important;
  10304. }
  10305. .ms-xl-0 {
  10306. margin-right: 0 !important;
  10307. }
  10308. .ms-xl-1 {
  10309. margin-right: 0.25rem !important;
  10310. }
  10311. .ms-xl-2 {
  10312. margin-right: 0.5rem !important;
  10313. }
  10314. .ms-xl-3 {
  10315. margin-right: 1rem !important;
  10316. }
  10317. .ms-xl-4 {
  10318. margin-right: 1.5rem !important;
  10319. }
  10320. .ms-xl-5 {
  10321. margin-right: 3rem !important;
  10322. }
  10323. .ms-xl-auto {
  10324. margin-right: auto !important;
  10325. }
  10326. .p-xl-0 {
  10327. padding: 0 !important;
  10328. }
  10329. .p-xl-1 {
  10330. padding: 0.25rem !important;
  10331. }
  10332. .p-xl-2 {
  10333. padding: 0.5rem !important;
  10334. }
  10335. .p-xl-3 {
  10336. padding: 1rem !important;
  10337. }
  10338. .p-xl-4 {
  10339. padding: 1.5rem !important;
  10340. }
  10341. .p-xl-5 {
  10342. padding: 3rem !important;
  10343. }
  10344. .px-xl-0 {
  10345. padding-left: 0 !important;
  10346. padding-right: 0 !important;
  10347. }
  10348. .px-xl-1 {
  10349. padding-left: 0.25rem !important;
  10350. padding-right: 0.25rem !important;
  10351. }
  10352. .px-xl-2 {
  10353. padding-left: 0.5rem !important;
  10354. padding-right: 0.5rem !important;
  10355. }
  10356. .px-xl-3 {
  10357. padding-left: 1rem !important;
  10358. padding-right: 1rem !important;
  10359. }
  10360. .px-xl-4 {
  10361. padding-left: 1.5rem !important;
  10362. padding-right: 1.5rem !important;
  10363. }
  10364. .px-xl-5 {
  10365. padding-left: 3rem !important;
  10366. padding-right: 3rem !important;
  10367. }
  10368. .py-xl-0 {
  10369. padding-top: 0 !important;
  10370. padding-bottom: 0 !important;
  10371. }
  10372. .py-xl-1 {
  10373. padding-top: 0.25rem !important;
  10374. padding-bottom: 0.25rem !important;
  10375. }
  10376. .py-xl-2 {
  10377. padding-top: 0.5rem !important;
  10378. padding-bottom: 0.5rem !important;
  10379. }
  10380. .py-xl-3 {
  10381. padding-top: 1rem !important;
  10382. padding-bottom: 1rem !important;
  10383. }
  10384. .py-xl-4 {
  10385. padding-top: 1.5rem !important;
  10386. padding-bottom: 1.5rem !important;
  10387. }
  10388. .py-xl-5 {
  10389. padding-top: 3rem !important;
  10390. padding-bottom: 3rem !important;
  10391. }
  10392. .pt-xl-0 {
  10393. padding-top: 0 !important;
  10394. }
  10395. .pt-xl-1 {
  10396. padding-top: 0.25rem !important;
  10397. }
  10398. .pt-xl-2 {
  10399. padding-top: 0.5rem !important;
  10400. }
  10401. .pt-xl-3 {
  10402. padding-top: 1rem !important;
  10403. }
  10404. .pt-xl-4 {
  10405. padding-top: 1.5rem !important;
  10406. }
  10407. .pt-xl-5 {
  10408. padding-top: 3rem !important;
  10409. }
  10410. .pe-xl-0 {
  10411. padding-left: 0 !important;
  10412. }
  10413. .pe-xl-1 {
  10414. padding-left: 0.25rem !important;
  10415. }
  10416. .pe-xl-2 {
  10417. padding-left: 0.5rem !important;
  10418. }
  10419. .pe-xl-3 {
  10420. padding-left: 1rem !important;
  10421. }
  10422. .pe-xl-4 {
  10423. padding-left: 1.5rem !important;
  10424. }
  10425. .pe-xl-5 {
  10426. padding-left: 3rem !important;
  10427. }
  10428. .pb-xl-0 {
  10429. padding-bottom: 0 !important;
  10430. }
  10431. .pb-xl-1 {
  10432. padding-bottom: 0.25rem !important;
  10433. }
  10434. .pb-xl-2 {
  10435. padding-bottom: 0.5rem !important;
  10436. }
  10437. .pb-xl-3 {
  10438. padding-bottom: 1rem !important;
  10439. }
  10440. .pb-xl-4 {
  10441. padding-bottom: 1.5rem !important;
  10442. }
  10443. .pb-xl-5 {
  10444. padding-bottom: 3rem !important;
  10445. }
  10446. .ps-xl-0 {
  10447. padding-right: 0 !important;
  10448. }
  10449. .ps-xl-1 {
  10450. padding-right: 0.25rem !important;
  10451. }
  10452. .ps-xl-2 {
  10453. padding-right: 0.5rem !important;
  10454. }
  10455. .ps-xl-3 {
  10456. padding-right: 1rem !important;
  10457. }
  10458. .ps-xl-4 {
  10459. padding-right: 1.5rem !important;
  10460. }
  10461. .ps-xl-5 {
  10462. padding-right: 3rem !important;
  10463. }
  10464. .gap-xl-0 {
  10465. gap: 0 !important;
  10466. }
  10467. .gap-xl-1 {
  10468. gap: 0.25rem !important;
  10469. }
  10470. .gap-xl-2 {
  10471. gap: 0.5rem !important;
  10472. }
  10473. .gap-xl-3 {
  10474. gap: 1rem !important;
  10475. }
  10476. .gap-xl-4 {
  10477. gap: 1.5rem !important;
  10478. }
  10479. .gap-xl-5 {
  10480. gap: 3rem !important;
  10481. }
  10482. .row-gap-xl-0 {
  10483. row-gap: 0 !important;
  10484. }
  10485. .row-gap-xl-1 {
  10486. row-gap: 0.25rem !important;
  10487. }
  10488. .row-gap-xl-2 {
  10489. row-gap: 0.5rem !important;
  10490. }
  10491. .row-gap-xl-3 {
  10492. row-gap: 1rem !important;
  10493. }
  10494. .row-gap-xl-4 {
  10495. row-gap: 1.5rem !important;
  10496. }
  10497. .row-gap-xl-5 {
  10498. row-gap: 3rem !important;
  10499. }
  10500. .column-gap-xl-0 {
  10501. -moz-column-gap: 0 !important;
  10502. column-gap: 0 !important;
  10503. }
  10504. .column-gap-xl-1 {
  10505. -moz-column-gap: 0.25rem !important;
  10506. column-gap: 0.25rem !important;
  10507. }
  10508. .column-gap-xl-2 {
  10509. -moz-column-gap: 0.5rem !important;
  10510. column-gap: 0.5rem !important;
  10511. }
  10512. .column-gap-xl-3 {
  10513. -moz-column-gap: 1rem !important;
  10514. column-gap: 1rem !important;
  10515. }
  10516. .column-gap-xl-4 {
  10517. -moz-column-gap: 1.5rem !important;
  10518. column-gap: 1.5rem !important;
  10519. }
  10520. .column-gap-xl-5 {
  10521. -moz-column-gap: 3rem !important;
  10522. column-gap: 3rem !important;
  10523. }
  10524. .text-xl-start {
  10525. text-align: right !important;
  10526. }
  10527. .text-xl-end {
  10528. text-align: left !important;
  10529. }
  10530. .text-xl-center {
  10531. text-align: center !important;
  10532. }
  10533. }
  10534. @media (min-width: 1400px) {
  10535. .float-xxl-start {
  10536. float: right !important;
  10537. }
  10538. .float-xxl-end {
  10539. float: left !important;
  10540. }
  10541. .float-xxl-none {
  10542. float: none !important;
  10543. }
  10544. .object-fit-xxl-contain {
  10545. -o-object-fit: contain !important;
  10546. object-fit: contain !important;
  10547. }
  10548. .object-fit-xxl-cover {
  10549. -o-object-fit: cover !important;
  10550. object-fit: cover !important;
  10551. }
  10552. .object-fit-xxl-fill {
  10553. -o-object-fit: fill !important;
  10554. object-fit: fill !important;
  10555. }
  10556. .object-fit-xxl-scale {
  10557. -o-object-fit: scale-down !important;
  10558. object-fit: scale-down !important;
  10559. }
  10560. .object-fit-xxl-none {
  10561. -o-object-fit: none !important;
  10562. object-fit: none !important;
  10563. }
  10564. .d-xxl-inline {
  10565. display: inline !important;
  10566. }
  10567. .d-xxl-inline-block {
  10568. display: inline-block !important;
  10569. }
  10570. .d-xxl-block {
  10571. display: block !important;
  10572. }
  10573. .d-xxl-grid {
  10574. display: grid !important;
  10575. }
  10576. .d-xxl-inline-grid {
  10577. display: inline-grid !important;
  10578. }
  10579. .d-xxl-table {
  10580. display: table !important;
  10581. }
  10582. .d-xxl-table-row {
  10583. display: table-row !important;
  10584. }
  10585. .d-xxl-table-cell {
  10586. display: table-cell !important;
  10587. }
  10588. .d-xxl-flex {
  10589. display: flex !important;
  10590. }
  10591. .d-xxl-inline-flex {
  10592. display: inline-flex !important;
  10593. }
  10594. .d-xxl-none {
  10595. display: none !important;
  10596. }
  10597. .flex-xxl-fill {
  10598. flex: 1 1 auto !important;
  10599. }
  10600. .flex-xxl-row {
  10601. flex-direction: row !important;
  10602. }
  10603. .flex-xxl-column {
  10604. flex-direction: column !important;
  10605. }
  10606. .flex-xxl-row-reverse {
  10607. flex-direction: row-reverse !important;
  10608. }
  10609. .flex-xxl-column-reverse {
  10610. flex-direction: column-reverse !important;
  10611. }
  10612. .flex-xxl-grow-0 {
  10613. flex-grow: 0 !important;
  10614. }
  10615. .flex-xxl-grow-1 {
  10616. flex-grow: 1 !important;
  10617. }
  10618. .flex-xxl-shrink-0 {
  10619. flex-shrink: 0 !important;
  10620. }
  10621. .flex-xxl-shrink-1 {
  10622. flex-shrink: 1 !important;
  10623. }
  10624. .flex-xxl-wrap {
  10625. flex-wrap: wrap !important;
  10626. }
  10627. .flex-xxl-nowrap {
  10628. flex-wrap: nowrap !important;
  10629. }
  10630. .flex-xxl-wrap-reverse {
  10631. flex-wrap: wrap-reverse !important;
  10632. }
  10633. .justify-content-xxl-start {
  10634. justify-content: flex-start !important;
  10635. }
  10636. .justify-content-xxl-end {
  10637. justify-content: flex-end !important;
  10638. }
  10639. .justify-content-xxl-center {
  10640. justify-content: center !important;
  10641. }
  10642. .justify-content-xxl-between {
  10643. justify-content: space-between !important;
  10644. }
  10645. .justify-content-xxl-around {
  10646. justify-content: space-around !important;
  10647. }
  10648. .justify-content-xxl-evenly {
  10649. justify-content: space-evenly !important;
  10650. }
  10651. .align-items-xxl-start {
  10652. align-items: flex-start !important;
  10653. }
  10654. .align-items-xxl-end {
  10655. align-items: flex-end !important;
  10656. }
  10657. .align-items-xxl-center {
  10658. align-items: center !important;
  10659. }
  10660. .align-items-xxl-baseline {
  10661. align-items: baseline !important;
  10662. }
  10663. .align-items-xxl-stretch {
  10664. align-items: stretch !important;
  10665. }
  10666. .align-content-xxl-start {
  10667. align-content: flex-start !important;
  10668. }
  10669. .align-content-xxl-end {
  10670. align-content: flex-end !important;
  10671. }
  10672. .align-content-xxl-center {
  10673. align-content: center !important;
  10674. }
  10675. .align-content-xxl-between {
  10676. align-content: space-between !important;
  10677. }
  10678. .align-content-xxl-around {
  10679. align-content: space-around !important;
  10680. }
  10681. .align-content-xxl-stretch {
  10682. align-content: stretch !important;
  10683. }
  10684. .align-self-xxl-auto {
  10685. align-self: auto !important;
  10686. }
  10687. .align-self-xxl-start {
  10688. align-self: flex-start !important;
  10689. }
  10690. .align-self-xxl-end {
  10691. align-self: flex-end !important;
  10692. }
  10693. .align-self-xxl-center {
  10694. align-self: center !important;
  10695. }
  10696. .align-self-xxl-baseline {
  10697. align-self: baseline !important;
  10698. }
  10699. .align-self-xxl-stretch {
  10700. align-self: stretch !important;
  10701. }
  10702. .order-xxl-first {
  10703. order: -1 !important;
  10704. }
  10705. .order-xxl-0 {
  10706. order: 0 !important;
  10707. }
  10708. .order-xxl-1 {
  10709. order: 1 !important;
  10710. }
  10711. .order-xxl-2 {
  10712. order: 2 !important;
  10713. }
  10714. .order-xxl-3 {
  10715. order: 3 !important;
  10716. }
  10717. .order-xxl-4 {
  10718. order: 4 !important;
  10719. }
  10720. .order-xxl-5 {
  10721. order: 5 !important;
  10722. }
  10723. .order-xxl-last {
  10724. order: 6 !important;
  10725. }
  10726. .m-xxl-0 {
  10727. margin: 0 !important;
  10728. }
  10729. .m-xxl-1 {
  10730. margin: 0.25rem !important;
  10731. }
  10732. .m-xxl-2 {
  10733. margin: 0.5rem !important;
  10734. }
  10735. .m-xxl-3 {
  10736. margin: 1rem !important;
  10737. }
  10738. .m-xxl-4 {
  10739. margin: 1.5rem !important;
  10740. }
  10741. .m-xxl-5 {
  10742. margin: 3rem !important;
  10743. }
  10744. .m-xxl-auto {
  10745. margin: auto !important;
  10746. }
  10747. .mx-xxl-0 {
  10748. margin-left: 0 !important;
  10749. margin-right: 0 !important;
  10750. }
  10751. .mx-xxl-1 {
  10752. margin-left: 0.25rem !important;
  10753. margin-right: 0.25rem !important;
  10754. }
  10755. .mx-xxl-2 {
  10756. margin-left: 0.5rem !important;
  10757. margin-right: 0.5rem !important;
  10758. }
  10759. .mx-xxl-3 {
  10760. margin-left: 1rem !important;
  10761. margin-right: 1rem !important;
  10762. }
  10763. .mx-xxl-4 {
  10764. margin-left: 1.5rem !important;
  10765. margin-right: 1.5rem !important;
  10766. }
  10767. .mx-xxl-5 {
  10768. margin-left: 3rem !important;
  10769. margin-right: 3rem !important;
  10770. }
  10771. .mx-xxl-auto {
  10772. margin-left: auto !important;
  10773. margin-right: auto !important;
  10774. }
  10775. .my-xxl-0 {
  10776. margin-top: 0 !important;
  10777. margin-bottom: 0 !important;
  10778. }
  10779. .my-xxl-1 {
  10780. margin-top: 0.25rem !important;
  10781. margin-bottom: 0.25rem !important;
  10782. }
  10783. .my-xxl-2 {
  10784. margin-top: 0.5rem !important;
  10785. margin-bottom: 0.5rem !important;
  10786. }
  10787. .my-xxl-3 {
  10788. margin-top: 1rem !important;
  10789. margin-bottom: 1rem !important;
  10790. }
  10791. .my-xxl-4 {
  10792. margin-top: 1.5rem !important;
  10793. margin-bottom: 1.5rem !important;
  10794. }
  10795. .my-xxl-5 {
  10796. margin-top: 3rem !important;
  10797. margin-bottom: 3rem !important;
  10798. }
  10799. .my-xxl-auto {
  10800. margin-top: auto !important;
  10801. margin-bottom: auto !important;
  10802. }
  10803. .mt-xxl-0 {
  10804. margin-top: 0 !important;
  10805. }
  10806. .mt-xxl-1 {
  10807. margin-top: 0.25rem !important;
  10808. }
  10809. .mt-xxl-2 {
  10810. margin-top: 0.5rem !important;
  10811. }
  10812. .mt-xxl-3 {
  10813. margin-top: 1rem !important;
  10814. }
  10815. .mt-xxl-4 {
  10816. margin-top: 1.5rem !important;
  10817. }
  10818. .mt-xxl-5 {
  10819. margin-top: 3rem !important;
  10820. }
  10821. .mt-xxl-auto {
  10822. margin-top: auto !important;
  10823. }
  10824. .me-xxl-0 {
  10825. margin-left: 0 !important;
  10826. }
  10827. .me-xxl-1 {
  10828. margin-left: 0.25rem !important;
  10829. }
  10830. .me-xxl-2 {
  10831. margin-left: 0.5rem !important;
  10832. }
  10833. .me-xxl-3 {
  10834. margin-left: 1rem !important;
  10835. }
  10836. .me-xxl-4 {
  10837. margin-left: 1.5rem !important;
  10838. }
  10839. .me-xxl-5 {
  10840. margin-left: 3rem !important;
  10841. }
  10842. .me-xxl-auto {
  10843. margin-left: auto !important;
  10844. }
  10845. .mb-xxl-0 {
  10846. margin-bottom: 0 !important;
  10847. }
  10848. .mb-xxl-1 {
  10849. margin-bottom: 0.25rem !important;
  10850. }
  10851. .mb-xxl-2 {
  10852. margin-bottom: 0.5rem !important;
  10853. }
  10854. .mb-xxl-3 {
  10855. margin-bottom: 1rem !important;
  10856. }
  10857. .mb-xxl-4 {
  10858. margin-bottom: 1.5rem !important;
  10859. }
  10860. .mb-xxl-5 {
  10861. margin-bottom: 3rem !important;
  10862. }
  10863. .mb-xxl-auto {
  10864. margin-bottom: auto !important;
  10865. }
  10866. .ms-xxl-0 {
  10867. margin-right: 0 !important;
  10868. }
  10869. .ms-xxl-1 {
  10870. margin-right: 0.25rem !important;
  10871. }
  10872. .ms-xxl-2 {
  10873. margin-right: 0.5rem !important;
  10874. }
  10875. .ms-xxl-3 {
  10876. margin-right: 1rem !important;
  10877. }
  10878. .ms-xxl-4 {
  10879. margin-right: 1.5rem !important;
  10880. }
  10881. .ms-xxl-5 {
  10882. margin-right: 3rem !important;
  10883. }
  10884. .ms-xxl-auto {
  10885. margin-right: auto !important;
  10886. }
  10887. .p-xxl-0 {
  10888. padding: 0 !important;
  10889. }
  10890. .p-xxl-1 {
  10891. padding: 0.25rem !important;
  10892. }
  10893. .p-xxl-2 {
  10894. padding: 0.5rem !important;
  10895. }
  10896. .p-xxl-3 {
  10897. padding: 1rem !important;
  10898. }
  10899. .p-xxl-4 {
  10900. padding: 1.5rem !important;
  10901. }
  10902. .p-xxl-5 {
  10903. padding: 3rem !important;
  10904. }
  10905. .px-xxl-0 {
  10906. padding-left: 0 !important;
  10907. padding-right: 0 !important;
  10908. }
  10909. .px-xxl-1 {
  10910. padding-left: 0.25rem !important;
  10911. padding-right: 0.25rem !important;
  10912. }
  10913. .px-xxl-2 {
  10914. padding-left: 0.5rem !important;
  10915. padding-right: 0.5rem !important;
  10916. }
  10917. .px-xxl-3 {
  10918. padding-left: 1rem !important;
  10919. padding-right: 1rem !important;
  10920. }
  10921. .px-xxl-4 {
  10922. padding-left: 1.5rem !important;
  10923. padding-right: 1.5rem !important;
  10924. }
  10925. .px-xxl-5 {
  10926. padding-left: 3rem !important;
  10927. padding-right: 3rem !important;
  10928. }
  10929. .py-xxl-0 {
  10930. padding-top: 0 !important;
  10931. padding-bottom: 0 !important;
  10932. }
  10933. .py-xxl-1 {
  10934. padding-top: 0.25rem !important;
  10935. padding-bottom: 0.25rem !important;
  10936. }
  10937. .py-xxl-2 {
  10938. padding-top: 0.5rem !important;
  10939. padding-bottom: 0.5rem !important;
  10940. }
  10941. .py-xxl-3 {
  10942. padding-top: 1rem !important;
  10943. padding-bottom: 1rem !important;
  10944. }
  10945. .py-xxl-4 {
  10946. padding-top: 1.5rem !important;
  10947. padding-bottom: 1.5rem !important;
  10948. }
  10949. .py-xxl-5 {
  10950. padding-top: 3rem !important;
  10951. padding-bottom: 3rem !important;
  10952. }
  10953. .pt-xxl-0 {
  10954. padding-top: 0 !important;
  10955. }
  10956. .pt-xxl-1 {
  10957. padding-top: 0.25rem !important;
  10958. }
  10959. .pt-xxl-2 {
  10960. padding-top: 0.5rem !important;
  10961. }
  10962. .pt-xxl-3 {
  10963. padding-top: 1rem !important;
  10964. }
  10965. .pt-xxl-4 {
  10966. padding-top: 1.5rem !important;
  10967. }
  10968. .pt-xxl-5 {
  10969. padding-top: 3rem !important;
  10970. }
  10971. .pe-xxl-0 {
  10972. padding-left: 0 !important;
  10973. }
  10974. .pe-xxl-1 {
  10975. padding-left: 0.25rem !important;
  10976. }
  10977. .pe-xxl-2 {
  10978. padding-left: 0.5rem !important;
  10979. }
  10980. .pe-xxl-3 {
  10981. padding-left: 1rem !important;
  10982. }
  10983. .pe-xxl-4 {
  10984. padding-left: 1.5rem !important;
  10985. }
  10986. .pe-xxl-5 {
  10987. padding-left: 3rem !important;
  10988. }
  10989. .pb-xxl-0 {
  10990. padding-bottom: 0 !important;
  10991. }
  10992. .pb-xxl-1 {
  10993. padding-bottom: 0.25rem !important;
  10994. }
  10995. .pb-xxl-2 {
  10996. padding-bottom: 0.5rem !important;
  10997. }
  10998. .pb-xxl-3 {
  10999. padding-bottom: 1rem !important;
  11000. }
  11001. .pb-xxl-4 {
  11002. padding-bottom: 1.5rem !important;
  11003. }
  11004. .pb-xxl-5 {
  11005. padding-bottom: 3rem !important;
  11006. }
  11007. .ps-xxl-0 {
  11008. padding-right: 0 !important;
  11009. }
  11010. .ps-xxl-1 {
  11011. padding-right: 0.25rem !important;
  11012. }
  11013. .ps-xxl-2 {
  11014. padding-right: 0.5rem !important;
  11015. }
  11016. .ps-xxl-3 {
  11017. padding-right: 1rem !important;
  11018. }
  11019. .ps-xxl-4 {
  11020. padding-right: 1.5rem !important;
  11021. }
  11022. .ps-xxl-5 {
  11023. padding-right: 3rem !important;
  11024. }
  11025. .gap-xxl-0 {
  11026. gap: 0 !important;
  11027. }
  11028. .gap-xxl-1 {
  11029. gap: 0.25rem !important;
  11030. }
  11031. .gap-xxl-2 {
  11032. gap: 0.5rem !important;
  11033. }
  11034. .gap-xxl-3 {
  11035. gap: 1rem !important;
  11036. }
  11037. .gap-xxl-4 {
  11038. gap: 1.5rem !important;
  11039. }
  11040. .gap-xxl-5 {
  11041. gap: 3rem !important;
  11042. }
  11043. .row-gap-xxl-0 {
  11044. row-gap: 0 !important;
  11045. }
  11046. .row-gap-xxl-1 {
  11047. row-gap: 0.25rem !important;
  11048. }
  11049. .row-gap-xxl-2 {
  11050. row-gap: 0.5rem !important;
  11051. }
  11052. .row-gap-xxl-3 {
  11053. row-gap: 1rem !important;
  11054. }
  11055. .row-gap-xxl-4 {
  11056. row-gap: 1.5rem !important;
  11057. }
  11058. .row-gap-xxl-5 {
  11059. row-gap: 3rem !important;
  11060. }
  11061. .column-gap-xxl-0 {
  11062. -moz-column-gap: 0 !important;
  11063. column-gap: 0 !important;
  11064. }
  11065. .column-gap-xxl-1 {
  11066. -moz-column-gap: 0.25rem !important;
  11067. column-gap: 0.25rem !important;
  11068. }
  11069. .column-gap-xxl-2 {
  11070. -moz-column-gap: 0.5rem !important;
  11071. column-gap: 0.5rem !important;
  11072. }
  11073. .column-gap-xxl-3 {
  11074. -moz-column-gap: 1rem !important;
  11075. column-gap: 1rem !important;
  11076. }
  11077. .column-gap-xxl-4 {
  11078. -moz-column-gap: 1.5rem !important;
  11079. column-gap: 1.5rem !important;
  11080. }
  11081. .column-gap-xxl-5 {
  11082. -moz-column-gap: 3rem !important;
  11083. column-gap: 3rem !important;
  11084. }
  11085. .text-xxl-start {
  11086. text-align: right !important;
  11087. }
  11088. .text-xxl-end {
  11089. text-align: left !important;
  11090. }
  11091. .text-xxl-center {
  11092. text-align: center !important;
  11093. }
  11094. }
  11095. @media (min-width: 1200px) {
  11096. .fs-1 {
  11097. font-size: 2.5rem !important;
  11098. }
  11099. .fs-2 {
  11100. font-size: 2rem !important;
  11101. }
  11102. .fs-3 {
  11103. font-size: 1.75rem !important;
  11104. }
  11105. .fs-4 {
  11106. font-size: 1.5rem !important;
  11107. }
  11108. }
  11109. @media print {
  11110. .d-print-inline {
  11111. display: inline !important;
  11112. }
  11113. .d-print-inline-block {
  11114. display: inline-block !important;
  11115. }
  11116. .d-print-block {
  11117. display: block !important;
  11118. }
  11119. .d-print-grid {
  11120. display: grid !important;
  11121. }
  11122. .d-print-inline-grid {
  11123. display: inline-grid !important;
  11124. }
  11125. .d-print-table {
  11126. display: table !important;
  11127. }
  11128. .d-print-table-row {
  11129. display: table-row !important;
  11130. }
  11131. .d-print-table-cell {
  11132. display: table-cell !important;
  11133. }
  11134. .d-print-flex {
  11135. display: flex !important;
  11136. }
  11137. .d-print-inline-flex {
  11138. display: inline-flex !important;
  11139. }
  11140. .d-print-none {
  11141. display: none !important;
  11142. }
  11143. }
  11144. /*# sourceMappingURL=bootstrap.rtl.css.map */