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.

5401 lines
105 KiB

5 months ago
  1. /*!
  2. * Bootstrap Utilities v5.3.3 (https://getbootstrap.com/)
  3. * Copyright 2011-2024 The Bootstrap Authors
  4. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  5. */
  6. :root,
  7. [data-bs-theme=light] {
  8. --bs-blue: #0d6efd;
  9. --bs-indigo: #6610f2;
  10. --bs-purple: #6f42c1;
  11. --bs-pink: #d63384;
  12. --bs-red: #dc3545;
  13. --bs-orange: #fd7e14;
  14. --bs-yellow: #ffc107;
  15. --bs-green: #198754;
  16. --bs-teal: #20c997;
  17. --bs-cyan: #0dcaf0;
  18. --bs-black: #000;
  19. --bs-white: #fff;
  20. --bs-gray: #6c757d;
  21. --bs-gray-dark: #343a40;
  22. --bs-gray-100: #f8f9fa;
  23. --bs-gray-200: #e9ecef;
  24. --bs-gray-300: #dee2e6;
  25. --bs-gray-400: #ced4da;
  26. --bs-gray-500: #adb5bd;
  27. --bs-gray-600: #6c757d;
  28. --bs-gray-700: #495057;
  29. --bs-gray-800: #343a40;
  30. --bs-gray-900: #212529;
  31. --bs-primary: #0d6efd;
  32. --bs-secondary: #6c757d;
  33. --bs-success: #198754;
  34. --bs-info: #0dcaf0;
  35. --bs-warning: #ffc107;
  36. --bs-danger: #dc3545;
  37. --bs-light: #f8f9fa;
  38. --bs-dark: #212529;
  39. --bs-primary-rgb: 13, 110, 253;
  40. --bs-secondary-rgb: 108, 117, 125;
  41. --bs-success-rgb: 25, 135, 84;
  42. --bs-info-rgb: 13, 202, 240;
  43. --bs-warning-rgb: 255, 193, 7;
  44. --bs-danger-rgb: 220, 53, 69;
  45. --bs-light-rgb: 248, 249, 250;
  46. --bs-dark-rgb: 33, 37, 41;
  47. --bs-primary-text-emphasis: #052c65;
  48. --bs-secondary-text-emphasis: #2b2f32;
  49. --bs-success-text-emphasis: #0a3622;
  50. --bs-info-text-emphasis: #055160;
  51. --bs-warning-text-emphasis: #664d03;
  52. --bs-danger-text-emphasis: #58151c;
  53. --bs-light-text-emphasis: #495057;
  54. --bs-dark-text-emphasis: #495057;
  55. --bs-primary-bg-subtle: #cfe2ff;
  56. --bs-secondary-bg-subtle: #e2e3e5;
  57. --bs-success-bg-subtle: #d1e7dd;
  58. --bs-info-bg-subtle: #cff4fc;
  59. --bs-warning-bg-subtle: #fff3cd;
  60. --bs-danger-bg-subtle: #f8d7da;
  61. --bs-light-bg-subtle: #fcfcfd;
  62. --bs-dark-bg-subtle: #ced4da;
  63. --bs-primary-border-subtle: #9ec5fe;
  64. --bs-secondary-border-subtle: #c4c8cb;
  65. --bs-success-border-subtle: #a3cfbb;
  66. --bs-info-border-subtle: #9eeaf9;
  67. --bs-warning-border-subtle: #ffe69c;
  68. --bs-danger-border-subtle: #f1aeb5;
  69. --bs-light-border-subtle: #e9ecef;
  70. --bs-dark-border-subtle: #adb5bd;
  71. --bs-white-rgb: 255, 255, 255;
  72. --bs-black-rgb: 0, 0, 0;
  73. --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";
  74. --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  75. --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  76. --bs-body-font-family: var(--bs-font-sans-serif);
  77. --bs-body-font-size: 1rem;
  78. --bs-body-font-weight: 400;
  79. --bs-body-line-height: 1.5;
  80. --bs-body-color: #212529;
  81. --bs-body-color-rgb: 33, 37, 41;
  82. --bs-body-bg: #fff;
  83. --bs-body-bg-rgb: 255, 255, 255;
  84. --bs-emphasis-color: #000;
  85. --bs-emphasis-color-rgb: 0, 0, 0;
  86. --bs-secondary-color: rgba(33, 37, 41, 0.75);
  87. --bs-secondary-color-rgb: 33, 37, 41;
  88. --bs-secondary-bg: #e9ecef;
  89. --bs-secondary-bg-rgb: 233, 236, 239;
  90. --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  91. --bs-tertiary-color-rgb: 33, 37, 41;
  92. --bs-tertiary-bg: #f8f9fa;
  93. --bs-tertiary-bg-rgb: 248, 249, 250;
  94. --bs-heading-color: inherit;
  95. --bs-link-color: #0d6efd;
  96. --bs-link-color-rgb: 13, 110, 253;
  97. --bs-link-decoration: underline;
  98. --bs-link-hover-color: #0a58ca;
  99. --bs-link-hover-color-rgb: 10, 88, 202;
  100. --bs-code-color: #d63384;
  101. --bs-highlight-color: #212529;
  102. --bs-highlight-bg: #fff3cd;
  103. --bs-border-width: 1px;
  104. --bs-border-style: solid;
  105. --bs-border-color: #dee2e6;
  106. --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  107. --bs-border-radius: 0.375rem;
  108. --bs-border-radius-sm: 0.25rem;
  109. --bs-border-radius-lg: 0.5rem;
  110. --bs-border-radius-xl: 1rem;
  111. --bs-border-radius-xxl: 2rem;
  112. --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  113. --bs-border-radius-pill: 50rem;
  114. --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  115. --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  116. --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  117. --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  118. --bs-focus-ring-width: 0.25rem;
  119. --bs-focus-ring-opacity: 0.25;
  120. --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  121. --bs-form-valid-color: #198754;
  122. --bs-form-valid-border-color: #198754;
  123. --bs-form-invalid-color: #dc3545;
  124. --bs-form-invalid-border-color: #dc3545;
  125. }
  126. [data-bs-theme=dark] {
  127. color-scheme: dark;
  128. --bs-body-color: #dee2e6;
  129. --bs-body-color-rgb: 222, 226, 230;
  130. --bs-body-bg: #212529;
  131. --bs-body-bg-rgb: 33, 37, 41;
  132. --bs-emphasis-color: #fff;
  133. --bs-emphasis-color-rgb: 255, 255, 255;
  134. --bs-secondary-color: rgba(222, 226, 230, 0.75);
  135. --bs-secondary-color-rgb: 222, 226, 230;
  136. --bs-secondary-bg: #343a40;
  137. --bs-secondary-bg-rgb: 52, 58, 64;
  138. --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  139. --bs-tertiary-color-rgb: 222, 226, 230;
  140. --bs-tertiary-bg: #2b3035;
  141. --bs-tertiary-bg-rgb: 43, 48, 53;
  142. --bs-primary-text-emphasis: #6ea8fe;
  143. --bs-secondary-text-emphasis: #a7acb1;
  144. --bs-success-text-emphasis: #75b798;
  145. --bs-info-text-emphasis: #6edff6;
  146. --bs-warning-text-emphasis: #ffda6a;
  147. --bs-danger-text-emphasis: #ea868f;
  148. --bs-light-text-emphasis: #f8f9fa;
  149. --bs-dark-text-emphasis: #dee2e6;
  150. --bs-primary-bg-subtle: #031633;
  151. --bs-secondary-bg-subtle: #161719;
  152. --bs-success-bg-subtle: #051b11;
  153. --bs-info-bg-subtle: #032830;
  154. --bs-warning-bg-subtle: #332701;
  155. --bs-danger-bg-subtle: #2c0b0e;
  156. --bs-light-bg-subtle: #343a40;
  157. --bs-dark-bg-subtle: #1a1d20;
  158. --bs-primary-border-subtle: #084298;
  159. --bs-secondary-border-subtle: #41464b;
  160. --bs-success-border-subtle: #0f5132;
  161. --bs-info-border-subtle: #087990;
  162. --bs-warning-border-subtle: #997404;
  163. --bs-danger-border-subtle: #842029;
  164. --bs-light-border-subtle: #495057;
  165. --bs-dark-border-subtle: #343a40;
  166. --bs-heading-color: inherit;
  167. --bs-link-color: #6ea8fe;
  168. --bs-link-hover-color: #8bb9fe;
  169. --bs-link-color-rgb: 110, 168, 254;
  170. --bs-link-hover-color-rgb: 139, 185, 254;
  171. --bs-code-color: #e685b5;
  172. --bs-highlight-color: #dee2e6;
  173. --bs-highlight-bg: #664d03;
  174. --bs-border-color: #495057;
  175. --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  176. --bs-form-valid-color: #75b798;
  177. --bs-form-valid-border-color: #75b798;
  178. --bs-form-invalid-color: #ea868f;
  179. --bs-form-invalid-border-color: #ea868f;
  180. }
  181. .clearfix::after {
  182. display: block;
  183. clear: both;
  184. content: "";
  185. }
  186. .text-bg-primary {
  187. color: #fff !important;
  188. background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
  189. }
  190. .text-bg-secondary {
  191. color: #fff !important;
  192. background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
  193. }
  194. .text-bg-success {
  195. color: #fff !important;
  196. background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
  197. }
  198. .text-bg-info {
  199. color: #000 !important;
  200. background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
  201. }
  202. .text-bg-warning {
  203. color: #000 !important;
  204. background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
  205. }
  206. .text-bg-danger {
  207. color: #fff !important;
  208. background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
  209. }
  210. .text-bg-light {
  211. color: #000 !important;
  212. background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
  213. }
  214. .text-bg-dark {
  215. color: #fff !important;
  216. background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
  217. }
  218. .link-primary {
  219. color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  220. -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  221. text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  222. }
  223. .link-primary:hover, .link-primary:focus {
  224. color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  225. -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  226. text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  227. }
  228. .link-secondary {
  229. color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  230. -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  231. text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  232. }
  233. .link-secondary:hover, .link-secondary:focus {
  234. color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  235. -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  236. text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  237. }
  238. .link-success {
  239. color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  240. -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  241. text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  242. }
  243. .link-success:hover, .link-success:focus {
  244. color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  245. -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  246. text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  247. }
  248. .link-info {
  249. color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  250. -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  251. text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  252. }
  253. .link-info:hover, .link-info:focus {
  254. color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  255. -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  256. text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  257. }
  258. .link-warning {
  259. color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  260. -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  261. text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  262. }
  263. .link-warning:hover, .link-warning:focus {
  264. color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  265. -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  266. text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  267. }
  268. .link-danger {
  269. color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  270. -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  271. text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  272. }
  273. .link-danger:hover, .link-danger:focus {
  274. color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  275. -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  276. text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  277. }
  278. .link-light {
  279. color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  280. -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  281. text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  282. }
  283. .link-light:hover, .link-light:focus {
  284. color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  285. -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  286. text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  287. }
  288. .link-dark {
  289. color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  290. -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  291. text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  292. }
  293. .link-dark:hover, .link-dark:focus {
  294. color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  295. -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  296. text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  297. }
  298. .link-body-emphasis {
  299. color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  300. -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  301. text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  302. }
  303. .link-body-emphasis:hover, .link-body-emphasis:focus {
  304. color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  305. -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  306. text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  307. }
  308. .focus-ring:focus {
  309. outline: 0;
  310. 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);
  311. }
  312. .icon-link {
  313. display: inline-flex;
  314. gap: 0.375rem;
  315. align-items: center;
  316. -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  317. text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  318. text-underline-offset: 0.25em;
  319. -webkit-backface-visibility: hidden;
  320. backface-visibility: hidden;
  321. }
  322. .icon-link > .bi {
  323. flex-shrink: 0;
  324. width: 1em;
  325. height: 1em;
  326. fill: currentcolor;
  327. transition: 0.2s ease-in-out transform;
  328. }
  329. @media (prefers-reduced-motion: reduce) {
  330. .icon-link > .bi {
  331. transition: none;
  332. }
  333. }
  334. .icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  335. transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  336. }
  337. .ratio {
  338. position: relative;
  339. width: 100%;
  340. }
  341. .ratio::before {
  342. display: block;
  343. padding-top: var(--bs-aspect-ratio);
  344. content: "";
  345. }
  346. .ratio > * {
  347. position: absolute;
  348. top: 0;
  349. left: 0;
  350. width: 100%;
  351. height: 100%;
  352. }
  353. .ratio-1x1 {
  354. --bs-aspect-ratio: 100%;
  355. }
  356. .ratio-4x3 {
  357. --bs-aspect-ratio: 75%;
  358. }
  359. .ratio-16x9 {
  360. --bs-aspect-ratio: 56.25%;
  361. }
  362. .ratio-21x9 {
  363. --bs-aspect-ratio: 42.8571428571%;
  364. }
  365. .fixed-top {
  366. position: fixed;
  367. top: 0;
  368. right: 0;
  369. left: 0;
  370. z-index: 1030;
  371. }
  372. .fixed-bottom {
  373. position: fixed;
  374. right: 0;
  375. bottom: 0;
  376. left: 0;
  377. z-index: 1030;
  378. }
  379. .sticky-top {
  380. position: -webkit-sticky;
  381. position: sticky;
  382. top: 0;
  383. z-index: 1020;
  384. }
  385. .sticky-bottom {
  386. position: -webkit-sticky;
  387. position: sticky;
  388. bottom: 0;
  389. z-index: 1020;
  390. }
  391. @media (min-width: 576px) {
  392. .sticky-sm-top {
  393. position: -webkit-sticky;
  394. position: sticky;
  395. top: 0;
  396. z-index: 1020;
  397. }
  398. .sticky-sm-bottom {
  399. position: -webkit-sticky;
  400. position: sticky;
  401. bottom: 0;
  402. z-index: 1020;
  403. }
  404. }
  405. @media (min-width: 768px) {
  406. .sticky-md-top {
  407. position: -webkit-sticky;
  408. position: sticky;
  409. top: 0;
  410. z-index: 1020;
  411. }
  412. .sticky-md-bottom {
  413. position: -webkit-sticky;
  414. position: sticky;
  415. bottom: 0;
  416. z-index: 1020;
  417. }
  418. }
  419. @media (min-width: 992px) {
  420. .sticky-lg-top {
  421. position: -webkit-sticky;
  422. position: sticky;
  423. top: 0;
  424. z-index: 1020;
  425. }
  426. .sticky-lg-bottom {
  427. position: -webkit-sticky;
  428. position: sticky;
  429. bottom: 0;
  430. z-index: 1020;
  431. }
  432. }
  433. @media (min-width: 1200px) {
  434. .sticky-xl-top {
  435. position: -webkit-sticky;
  436. position: sticky;
  437. top: 0;
  438. z-index: 1020;
  439. }
  440. .sticky-xl-bottom {
  441. position: -webkit-sticky;
  442. position: sticky;
  443. bottom: 0;
  444. z-index: 1020;
  445. }
  446. }
  447. @media (min-width: 1400px) {
  448. .sticky-xxl-top {
  449. position: -webkit-sticky;
  450. position: sticky;
  451. top: 0;
  452. z-index: 1020;
  453. }
  454. .sticky-xxl-bottom {
  455. position: -webkit-sticky;
  456. position: sticky;
  457. bottom: 0;
  458. z-index: 1020;
  459. }
  460. }
  461. .hstack {
  462. display: flex;
  463. flex-direction: row;
  464. align-items: center;
  465. align-self: stretch;
  466. }
  467. .vstack {
  468. display: flex;
  469. flex: 1 1 auto;
  470. flex-direction: column;
  471. align-self: stretch;
  472. }
  473. .visually-hidden,
  474. .visually-hidden-focusable:not(:focus):not(:focus-within) {
  475. width: 1px !important;
  476. height: 1px !important;
  477. padding: 0 !important;
  478. margin: -1px !important;
  479. overflow: hidden !important;
  480. clip: rect(0, 0, 0, 0) !important;
  481. white-space: nowrap !important;
  482. border: 0 !important;
  483. }
  484. .visually-hidden:not(caption),
  485. .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  486. position: absolute !important;
  487. }
  488. .stretched-link::after {
  489. position: absolute;
  490. top: 0;
  491. right: 0;
  492. bottom: 0;
  493. left: 0;
  494. z-index: 1;
  495. content: "";
  496. }
  497. .text-truncate {
  498. overflow: hidden;
  499. text-overflow: ellipsis;
  500. white-space: nowrap;
  501. }
  502. .vr {
  503. display: inline-block;
  504. align-self: stretch;
  505. width: var(--bs-border-width);
  506. min-height: 1em;
  507. background-color: currentcolor;
  508. opacity: 0.25;
  509. }
  510. .align-baseline {
  511. vertical-align: baseline !important;
  512. }
  513. .align-top {
  514. vertical-align: top !important;
  515. }
  516. .align-middle {
  517. vertical-align: middle !important;
  518. }
  519. .align-bottom {
  520. vertical-align: bottom !important;
  521. }
  522. .align-text-bottom {
  523. vertical-align: text-bottom !important;
  524. }
  525. .align-text-top {
  526. vertical-align: text-top !important;
  527. }
  528. .float-start {
  529. float: left !important;
  530. }
  531. .float-end {
  532. float: right !important;
  533. }
  534. .float-none {
  535. float: none !important;
  536. }
  537. .object-fit-contain {
  538. -o-object-fit: contain !important;
  539. object-fit: contain !important;
  540. }
  541. .object-fit-cover {
  542. -o-object-fit: cover !important;
  543. object-fit: cover !important;
  544. }
  545. .object-fit-fill {
  546. -o-object-fit: fill !important;
  547. object-fit: fill !important;
  548. }
  549. .object-fit-scale {
  550. -o-object-fit: scale-down !important;
  551. object-fit: scale-down !important;
  552. }
  553. .object-fit-none {
  554. -o-object-fit: none !important;
  555. object-fit: none !important;
  556. }
  557. .opacity-0 {
  558. opacity: 0 !important;
  559. }
  560. .opacity-25 {
  561. opacity: 0.25 !important;
  562. }
  563. .opacity-50 {
  564. opacity: 0.5 !important;
  565. }
  566. .opacity-75 {
  567. opacity: 0.75 !important;
  568. }
  569. .opacity-100 {
  570. opacity: 1 !important;
  571. }
  572. .overflow-auto {
  573. overflow: auto !important;
  574. }
  575. .overflow-hidden {
  576. overflow: hidden !important;
  577. }
  578. .overflow-visible {
  579. overflow: visible !important;
  580. }
  581. .overflow-scroll {
  582. overflow: scroll !important;
  583. }
  584. .overflow-x-auto {
  585. overflow-x: auto !important;
  586. }
  587. .overflow-x-hidden {
  588. overflow-x: hidden !important;
  589. }
  590. .overflow-x-visible {
  591. overflow-x: visible !important;
  592. }
  593. .overflow-x-scroll {
  594. overflow-x: scroll !important;
  595. }
  596. .overflow-y-auto {
  597. overflow-y: auto !important;
  598. }
  599. .overflow-y-hidden {
  600. overflow-y: hidden !important;
  601. }
  602. .overflow-y-visible {
  603. overflow-y: visible !important;
  604. }
  605. .overflow-y-scroll {
  606. overflow-y: scroll !important;
  607. }
  608. .d-inline {
  609. display: inline !important;
  610. }
  611. .d-inline-block {
  612. display: inline-block !important;
  613. }
  614. .d-block {
  615. display: block !important;
  616. }
  617. .d-grid {
  618. display: grid !important;
  619. }
  620. .d-inline-grid {
  621. display: inline-grid !important;
  622. }
  623. .d-table {
  624. display: table !important;
  625. }
  626. .d-table-row {
  627. display: table-row !important;
  628. }
  629. .d-table-cell {
  630. display: table-cell !important;
  631. }
  632. .d-flex {
  633. display: flex !important;
  634. }
  635. .d-inline-flex {
  636. display: inline-flex !important;
  637. }
  638. .d-none {
  639. display: none !important;
  640. }
  641. .shadow {
  642. box-shadow: var(--bs-box-shadow) !important;
  643. }
  644. .shadow-sm {
  645. box-shadow: var(--bs-box-shadow-sm) !important;
  646. }
  647. .shadow-lg {
  648. box-shadow: var(--bs-box-shadow-lg) !important;
  649. }
  650. .shadow-none {
  651. box-shadow: none !important;
  652. }
  653. .focus-ring-primary {
  654. --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
  655. }
  656. .focus-ring-secondary {
  657. --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
  658. }
  659. .focus-ring-success {
  660. --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
  661. }
  662. .focus-ring-info {
  663. --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
  664. }
  665. .focus-ring-warning {
  666. --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
  667. }
  668. .focus-ring-danger {
  669. --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
  670. }
  671. .focus-ring-light {
  672. --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
  673. }
  674. .focus-ring-dark {
  675. --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
  676. }
  677. .position-static {
  678. position: static !important;
  679. }
  680. .position-relative {
  681. position: relative !important;
  682. }
  683. .position-absolute {
  684. position: absolute !important;
  685. }
  686. .position-fixed {
  687. position: fixed !important;
  688. }
  689. .position-sticky {
  690. position: -webkit-sticky !important;
  691. position: sticky !important;
  692. }
  693. .top-0 {
  694. top: 0 !important;
  695. }
  696. .top-50 {
  697. top: 50% !important;
  698. }
  699. .top-100 {
  700. top: 100% !important;
  701. }
  702. .bottom-0 {
  703. bottom: 0 !important;
  704. }
  705. .bottom-50 {
  706. bottom: 50% !important;
  707. }
  708. .bottom-100 {
  709. bottom: 100% !important;
  710. }
  711. .start-0 {
  712. left: 0 !important;
  713. }
  714. .start-50 {
  715. left: 50% !important;
  716. }
  717. .start-100 {
  718. left: 100% !important;
  719. }
  720. .end-0 {
  721. right: 0 !important;
  722. }
  723. .end-50 {
  724. right: 50% !important;
  725. }
  726. .end-100 {
  727. right: 100% !important;
  728. }
  729. .translate-middle {
  730. transform: translate(-50%, -50%) !important;
  731. }
  732. .translate-middle-x {
  733. transform: translateX(-50%) !important;
  734. }
  735. .translate-middle-y {
  736. transform: translateY(-50%) !important;
  737. }
  738. .border {
  739. border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  740. }
  741. .border-0 {
  742. border: 0 !important;
  743. }
  744. .border-top {
  745. border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  746. }
  747. .border-top-0 {
  748. border-top: 0 !important;
  749. }
  750. .border-end {
  751. border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  752. }
  753. .border-end-0 {
  754. border-right: 0 !important;
  755. }
  756. .border-bottom {
  757. border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  758. }
  759. .border-bottom-0 {
  760. border-bottom: 0 !important;
  761. }
  762. .border-start {
  763. border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  764. }
  765. .border-start-0 {
  766. border-left: 0 !important;
  767. }
  768. .border-primary {
  769. --bs-border-opacity: 1;
  770. border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  771. }
  772. .border-secondary {
  773. --bs-border-opacity: 1;
  774. border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  775. }
  776. .border-success {
  777. --bs-border-opacity: 1;
  778. border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  779. }
  780. .border-info {
  781. --bs-border-opacity: 1;
  782. border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  783. }
  784. .border-warning {
  785. --bs-border-opacity: 1;
  786. border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  787. }
  788. .border-danger {
  789. --bs-border-opacity: 1;
  790. border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  791. }
  792. .border-light {
  793. --bs-border-opacity: 1;
  794. border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  795. }
  796. .border-dark {
  797. --bs-border-opacity: 1;
  798. border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  799. }
  800. .border-black {
  801. --bs-border-opacity: 1;
  802. border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  803. }
  804. .border-white {
  805. --bs-border-opacity: 1;
  806. border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  807. }
  808. .border-primary-subtle {
  809. border-color: var(--bs-primary-border-subtle) !important;
  810. }
  811. .border-secondary-subtle {
  812. border-color: var(--bs-secondary-border-subtle) !important;
  813. }
  814. .border-success-subtle {
  815. border-color: var(--bs-success-border-subtle) !important;
  816. }
  817. .border-info-subtle {
  818. border-color: var(--bs-info-border-subtle) !important;
  819. }
  820. .border-warning-subtle {
  821. border-color: var(--bs-warning-border-subtle) !important;
  822. }
  823. .border-danger-subtle {
  824. border-color: var(--bs-danger-border-subtle) !important;
  825. }
  826. .border-light-subtle {
  827. border-color: var(--bs-light-border-subtle) !important;
  828. }
  829. .border-dark-subtle {
  830. border-color: var(--bs-dark-border-subtle) !important;
  831. }
  832. .border-1 {
  833. border-width: 1px !important;
  834. }
  835. .border-2 {
  836. border-width: 2px !important;
  837. }
  838. .border-3 {
  839. border-width: 3px !important;
  840. }
  841. .border-4 {
  842. border-width: 4px !important;
  843. }
  844. .border-5 {
  845. border-width: 5px !important;
  846. }
  847. .border-opacity-10 {
  848. --bs-border-opacity: 0.1;
  849. }
  850. .border-opacity-25 {
  851. --bs-border-opacity: 0.25;
  852. }
  853. .border-opacity-50 {
  854. --bs-border-opacity: 0.5;
  855. }
  856. .border-opacity-75 {
  857. --bs-border-opacity: 0.75;
  858. }
  859. .border-opacity-100 {
  860. --bs-border-opacity: 1;
  861. }
  862. .w-25 {
  863. width: 25% !important;
  864. }
  865. .w-50 {
  866. width: 50% !important;
  867. }
  868. .w-75 {
  869. width: 75% !important;
  870. }
  871. .w-100 {
  872. width: 100% !important;
  873. }
  874. .w-auto {
  875. width: auto !important;
  876. }
  877. .mw-100 {
  878. max-width: 100% !important;
  879. }
  880. .vw-100 {
  881. width: 100vw !important;
  882. }
  883. .min-vw-100 {
  884. min-width: 100vw !important;
  885. }
  886. .h-25 {
  887. height: 25% !important;
  888. }
  889. .h-50 {
  890. height: 50% !important;
  891. }
  892. .h-75 {
  893. height: 75% !important;
  894. }
  895. .h-100 {
  896. height: 100% !important;
  897. }
  898. .h-auto {
  899. height: auto !important;
  900. }
  901. .mh-100 {
  902. max-height: 100% !important;
  903. }
  904. .vh-100 {
  905. height: 100vh !important;
  906. }
  907. .min-vh-100 {
  908. min-height: 100vh !important;
  909. }
  910. .flex-fill {
  911. flex: 1 1 auto !important;
  912. }
  913. .flex-row {
  914. flex-direction: row !important;
  915. }
  916. .flex-column {
  917. flex-direction: column !important;
  918. }
  919. .flex-row-reverse {
  920. flex-direction: row-reverse !important;
  921. }
  922. .flex-column-reverse {
  923. flex-direction: column-reverse !important;
  924. }
  925. .flex-grow-0 {
  926. flex-grow: 0 !important;
  927. }
  928. .flex-grow-1 {
  929. flex-grow: 1 !important;
  930. }
  931. .flex-shrink-0 {
  932. flex-shrink: 0 !important;
  933. }
  934. .flex-shrink-1 {
  935. flex-shrink: 1 !important;
  936. }
  937. .flex-wrap {
  938. flex-wrap: wrap !important;
  939. }
  940. .flex-nowrap {
  941. flex-wrap: nowrap !important;
  942. }
  943. .flex-wrap-reverse {
  944. flex-wrap: wrap-reverse !important;
  945. }
  946. .justify-content-start {
  947. justify-content: flex-start !important;
  948. }
  949. .justify-content-end {
  950. justify-content: flex-end !important;
  951. }
  952. .justify-content-center {
  953. justify-content: center !important;
  954. }
  955. .justify-content-between {
  956. justify-content: space-between !important;
  957. }
  958. .justify-content-around {
  959. justify-content: space-around !important;
  960. }
  961. .justify-content-evenly {
  962. justify-content: space-evenly !important;
  963. }
  964. .align-items-start {
  965. align-items: flex-start !important;
  966. }
  967. .align-items-end {
  968. align-items: flex-end !important;
  969. }
  970. .align-items-center {
  971. align-items: center !important;
  972. }
  973. .align-items-baseline {
  974. align-items: baseline !important;
  975. }
  976. .align-items-stretch {
  977. align-items: stretch !important;
  978. }
  979. .align-content-start {
  980. align-content: flex-start !important;
  981. }
  982. .align-content-end {
  983. align-content: flex-end !important;
  984. }
  985. .align-content-center {
  986. align-content: center !important;
  987. }
  988. .align-content-between {
  989. align-content: space-between !important;
  990. }
  991. .align-content-around {
  992. align-content: space-around !important;
  993. }
  994. .align-content-stretch {
  995. align-content: stretch !important;
  996. }
  997. .align-self-auto {
  998. align-self: auto !important;
  999. }
  1000. .align-self-start {
  1001. align-self: flex-start !important;
  1002. }
  1003. .align-self-end {
  1004. align-self: flex-end !important;
  1005. }
  1006. .align-self-center {
  1007. align-self: center !important;
  1008. }
  1009. .align-self-baseline {
  1010. align-self: baseline !important;
  1011. }
  1012. .align-self-stretch {
  1013. align-self: stretch !important;
  1014. }
  1015. .order-first {
  1016. order: -1 !important;
  1017. }
  1018. .order-0 {
  1019. order: 0 !important;
  1020. }
  1021. .order-1 {
  1022. order: 1 !important;
  1023. }
  1024. .order-2 {
  1025. order: 2 !important;
  1026. }
  1027. .order-3 {
  1028. order: 3 !important;
  1029. }
  1030. .order-4 {
  1031. order: 4 !important;
  1032. }
  1033. .order-5 {
  1034. order: 5 !important;
  1035. }
  1036. .order-last {
  1037. order: 6 !important;
  1038. }
  1039. .m-0 {
  1040. margin: 0 !important;
  1041. }
  1042. .m-1 {
  1043. margin: 0.25rem !important;
  1044. }
  1045. .m-2 {
  1046. margin: 0.5rem !important;
  1047. }
  1048. .m-3 {
  1049. margin: 1rem !important;
  1050. }
  1051. .m-4 {
  1052. margin: 1.5rem !important;
  1053. }
  1054. .m-5 {
  1055. margin: 3rem !important;
  1056. }
  1057. .m-auto {
  1058. margin: auto !important;
  1059. }
  1060. .mx-0 {
  1061. margin-right: 0 !important;
  1062. margin-left: 0 !important;
  1063. }
  1064. .mx-1 {
  1065. margin-right: 0.25rem !important;
  1066. margin-left: 0.25rem !important;
  1067. }
  1068. .mx-2 {
  1069. margin-right: 0.5rem !important;
  1070. margin-left: 0.5rem !important;
  1071. }
  1072. .mx-3 {
  1073. margin-right: 1rem !important;
  1074. margin-left: 1rem !important;
  1075. }
  1076. .mx-4 {
  1077. margin-right: 1.5rem !important;
  1078. margin-left: 1.5rem !important;
  1079. }
  1080. .mx-5 {
  1081. margin-right: 3rem !important;
  1082. margin-left: 3rem !important;
  1083. }
  1084. .mx-auto {
  1085. margin-right: auto !important;
  1086. margin-left: auto !important;
  1087. }
  1088. .my-0 {
  1089. margin-top: 0 !important;
  1090. margin-bottom: 0 !important;
  1091. }
  1092. .my-1 {
  1093. margin-top: 0.25rem !important;
  1094. margin-bottom: 0.25rem !important;
  1095. }
  1096. .my-2 {
  1097. margin-top: 0.5rem !important;
  1098. margin-bottom: 0.5rem !important;
  1099. }
  1100. .my-3 {
  1101. margin-top: 1rem !important;
  1102. margin-bottom: 1rem !important;
  1103. }
  1104. .my-4 {
  1105. margin-top: 1.5rem !important;
  1106. margin-bottom: 1.5rem !important;
  1107. }
  1108. .my-5 {
  1109. margin-top: 3rem !important;
  1110. margin-bottom: 3rem !important;
  1111. }
  1112. .my-auto {
  1113. margin-top: auto !important;
  1114. margin-bottom: auto !important;
  1115. }
  1116. .mt-0 {
  1117. margin-top: 0 !important;
  1118. }
  1119. .mt-1 {
  1120. margin-top: 0.25rem !important;
  1121. }
  1122. .mt-2 {
  1123. margin-top: 0.5rem !important;
  1124. }
  1125. .mt-3 {
  1126. margin-top: 1rem !important;
  1127. }
  1128. .mt-4 {
  1129. margin-top: 1.5rem !important;
  1130. }
  1131. .mt-5 {
  1132. margin-top: 3rem !important;
  1133. }
  1134. .mt-auto {
  1135. margin-top: auto !important;
  1136. }
  1137. .me-0 {
  1138. margin-right: 0 !important;
  1139. }
  1140. .me-1 {
  1141. margin-right: 0.25rem !important;
  1142. }
  1143. .me-2 {
  1144. margin-right: 0.5rem !important;
  1145. }
  1146. .me-3 {
  1147. margin-right: 1rem !important;
  1148. }
  1149. .me-4 {
  1150. margin-right: 1.5rem !important;
  1151. }
  1152. .me-5 {
  1153. margin-right: 3rem !important;
  1154. }
  1155. .me-auto {
  1156. margin-right: auto !important;
  1157. }
  1158. .mb-0 {
  1159. margin-bottom: 0 !important;
  1160. }
  1161. .mb-1 {
  1162. margin-bottom: 0.25rem !important;
  1163. }
  1164. .mb-2 {
  1165. margin-bottom: 0.5rem !important;
  1166. }
  1167. .mb-3 {
  1168. margin-bottom: 1rem !important;
  1169. }
  1170. .mb-4 {
  1171. margin-bottom: 1.5rem !important;
  1172. }
  1173. .mb-5 {
  1174. margin-bottom: 3rem !important;
  1175. }
  1176. .mb-auto {
  1177. margin-bottom: auto !important;
  1178. }
  1179. .ms-0 {
  1180. margin-left: 0 !important;
  1181. }
  1182. .ms-1 {
  1183. margin-left: 0.25rem !important;
  1184. }
  1185. .ms-2 {
  1186. margin-left: 0.5rem !important;
  1187. }
  1188. .ms-3 {
  1189. margin-left: 1rem !important;
  1190. }
  1191. .ms-4 {
  1192. margin-left: 1.5rem !important;
  1193. }
  1194. .ms-5 {
  1195. margin-left: 3rem !important;
  1196. }
  1197. .ms-auto {
  1198. margin-left: auto !important;
  1199. }
  1200. .p-0 {
  1201. padding: 0 !important;
  1202. }
  1203. .p-1 {
  1204. padding: 0.25rem !important;
  1205. }
  1206. .p-2 {
  1207. padding: 0.5rem !important;
  1208. }
  1209. .p-3 {
  1210. padding: 1rem !important;
  1211. }
  1212. .p-4 {
  1213. padding: 1.5rem !important;
  1214. }
  1215. .p-5 {
  1216. padding: 3rem !important;
  1217. }
  1218. .px-0 {
  1219. padding-right: 0 !important;
  1220. padding-left: 0 !important;
  1221. }
  1222. .px-1 {
  1223. padding-right: 0.25rem !important;
  1224. padding-left: 0.25rem !important;
  1225. }
  1226. .px-2 {
  1227. padding-right: 0.5rem !important;
  1228. padding-left: 0.5rem !important;
  1229. }
  1230. .px-3 {
  1231. padding-right: 1rem !important;
  1232. padding-left: 1rem !important;
  1233. }
  1234. .px-4 {
  1235. padding-right: 1.5rem !important;
  1236. padding-left: 1.5rem !important;
  1237. }
  1238. .px-5 {
  1239. padding-right: 3rem !important;
  1240. padding-left: 3rem !important;
  1241. }
  1242. .py-0 {
  1243. padding-top: 0 !important;
  1244. padding-bottom: 0 !important;
  1245. }
  1246. .py-1 {
  1247. padding-top: 0.25rem !important;
  1248. padding-bottom: 0.25rem !important;
  1249. }
  1250. .py-2 {
  1251. padding-top: 0.5rem !important;
  1252. padding-bottom: 0.5rem !important;
  1253. }
  1254. .py-3 {
  1255. padding-top: 1rem !important;
  1256. padding-bottom: 1rem !important;
  1257. }
  1258. .py-4 {
  1259. padding-top: 1.5rem !important;
  1260. padding-bottom: 1.5rem !important;
  1261. }
  1262. .py-5 {
  1263. padding-top: 3rem !important;
  1264. padding-bottom: 3rem !important;
  1265. }
  1266. .pt-0 {
  1267. padding-top: 0 !important;
  1268. }
  1269. .pt-1 {
  1270. padding-top: 0.25rem !important;
  1271. }
  1272. .pt-2 {
  1273. padding-top: 0.5rem !important;
  1274. }
  1275. .pt-3 {
  1276. padding-top: 1rem !important;
  1277. }
  1278. .pt-4 {
  1279. padding-top: 1.5rem !important;
  1280. }
  1281. .pt-5 {
  1282. padding-top: 3rem !important;
  1283. }
  1284. .pe-0 {
  1285. padding-right: 0 !important;
  1286. }
  1287. .pe-1 {
  1288. padding-right: 0.25rem !important;
  1289. }
  1290. .pe-2 {
  1291. padding-right: 0.5rem !important;
  1292. }
  1293. .pe-3 {
  1294. padding-right: 1rem !important;
  1295. }
  1296. .pe-4 {
  1297. padding-right: 1.5rem !important;
  1298. }
  1299. .pe-5 {
  1300. padding-right: 3rem !important;
  1301. }
  1302. .pb-0 {
  1303. padding-bottom: 0 !important;
  1304. }
  1305. .pb-1 {
  1306. padding-bottom: 0.25rem !important;
  1307. }
  1308. .pb-2 {
  1309. padding-bottom: 0.5rem !important;
  1310. }
  1311. .pb-3 {
  1312. padding-bottom: 1rem !important;
  1313. }
  1314. .pb-4 {
  1315. padding-bottom: 1.5rem !important;
  1316. }
  1317. .pb-5 {
  1318. padding-bottom: 3rem !important;
  1319. }
  1320. .ps-0 {
  1321. padding-left: 0 !important;
  1322. }
  1323. .ps-1 {
  1324. padding-left: 0.25rem !important;
  1325. }
  1326. .ps-2 {
  1327. padding-left: 0.5rem !important;
  1328. }
  1329. .ps-3 {
  1330. padding-left: 1rem !important;
  1331. }
  1332. .ps-4 {
  1333. padding-left: 1.5rem !important;
  1334. }
  1335. .ps-5 {
  1336. padding-left: 3rem !important;
  1337. }
  1338. .gap-0 {
  1339. gap: 0 !important;
  1340. }
  1341. .gap-1 {
  1342. gap: 0.25rem !important;
  1343. }
  1344. .gap-2 {
  1345. gap: 0.5rem !important;
  1346. }
  1347. .gap-3 {
  1348. gap: 1rem !important;
  1349. }
  1350. .gap-4 {
  1351. gap: 1.5rem !important;
  1352. }
  1353. .gap-5 {
  1354. gap: 3rem !important;
  1355. }
  1356. .row-gap-0 {
  1357. row-gap: 0 !important;
  1358. }
  1359. .row-gap-1 {
  1360. row-gap: 0.25rem !important;
  1361. }
  1362. .row-gap-2 {
  1363. row-gap: 0.5rem !important;
  1364. }
  1365. .row-gap-3 {
  1366. row-gap: 1rem !important;
  1367. }
  1368. .row-gap-4 {
  1369. row-gap: 1.5rem !important;
  1370. }
  1371. .row-gap-5 {
  1372. row-gap: 3rem !important;
  1373. }
  1374. .column-gap-0 {
  1375. -moz-column-gap: 0 !important;
  1376. column-gap: 0 !important;
  1377. }
  1378. .column-gap-1 {
  1379. -moz-column-gap: 0.25rem !important;
  1380. column-gap: 0.25rem !important;
  1381. }
  1382. .column-gap-2 {
  1383. -moz-column-gap: 0.5rem !important;
  1384. column-gap: 0.5rem !important;
  1385. }
  1386. .column-gap-3 {
  1387. -moz-column-gap: 1rem !important;
  1388. column-gap: 1rem !important;
  1389. }
  1390. .column-gap-4 {
  1391. -moz-column-gap: 1.5rem !important;
  1392. column-gap: 1.5rem !important;
  1393. }
  1394. .column-gap-5 {
  1395. -moz-column-gap: 3rem !important;
  1396. column-gap: 3rem !important;
  1397. }
  1398. .font-monospace {
  1399. font-family: var(--bs-font-monospace) !important;
  1400. }
  1401. .fs-1 {
  1402. font-size: calc(1.375rem + 1.5vw) !important;
  1403. }
  1404. .fs-2 {
  1405. font-size: calc(1.325rem + 0.9vw) !important;
  1406. }
  1407. .fs-3 {
  1408. font-size: calc(1.3rem + 0.6vw) !important;
  1409. }
  1410. .fs-4 {
  1411. font-size: calc(1.275rem + 0.3vw) !important;
  1412. }
  1413. .fs-5 {
  1414. font-size: 1.25rem !important;
  1415. }
  1416. .fs-6 {
  1417. font-size: 1rem !important;
  1418. }
  1419. .fst-italic {
  1420. font-style: italic !important;
  1421. }
  1422. .fst-normal {
  1423. font-style: normal !important;
  1424. }
  1425. .fw-lighter {
  1426. font-weight: lighter !important;
  1427. }
  1428. .fw-light {
  1429. font-weight: 300 !important;
  1430. }
  1431. .fw-normal {
  1432. font-weight: 400 !important;
  1433. }
  1434. .fw-medium {
  1435. font-weight: 500 !important;
  1436. }
  1437. .fw-semibold {
  1438. font-weight: 600 !important;
  1439. }
  1440. .fw-bold {
  1441. font-weight: 700 !important;
  1442. }
  1443. .fw-bolder {
  1444. font-weight: bolder !important;
  1445. }
  1446. .lh-1 {
  1447. line-height: 1 !important;
  1448. }
  1449. .lh-sm {
  1450. line-height: 1.25 !important;
  1451. }
  1452. .lh-base {
  1453. line-height: 1.5 !important;
  1454. }
  1455. .lh-lg {
  1456. line-height: 2 !important;
  1457. }
  1458. .text-start {
  1459. text-align: left !important;
  1460. }
  1461. .text-end {
  1462. text-align: right !important;
  1463. }
  1464. .text-center {
  1465. text-align: center !important;
  1466. }
  1467. .text-decoration-none {
  1468. text-decoration: none !important;
  1469. }
  1470. .text-decoration-underline {
  1471. text-decoration: underline !important;
  1472. }
  1473. .text-decoration-line-through {
  1474. text-decoration: line-through !important;
  1475. }
  1476. .text-lowercase {
  1477. text-transform: lowercase !important;
  1478. }
  1479. .text-uppercase {
  1480. text-transform: uppercase !important;
  1481. }
  1482. .text-capitalize {
  1483. text-transform: capitalize !important;
  1484. }
  1485. .text-wrap {
  1486. white-space: normal !important;
  1487. }
  1488. .text-nowrap {
  1489. white-space: nowrap !important;
  1490. }
  1491. /* rtl:begin:remove */
  1492. .text-break {
  1493. word-wrap: break-word !important;
  1494. word-break: break-word !important;
  1495. }
  1496. /* rtl:end:remove */
  1497. .text-primary {
  1498. --bs-text-opacity: 1;
  1499. color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
  1500. }
  1501. .text-secondary {
  1502. --bs-text-opacity: 1;
  1503. color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
  1504. }
  1505. .text-success {
  1506. --bs-text-opacity: 1;
  1507. color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
  1508. }
  1509. .text-info {
  1510. --bs-text-opacity: 1;
  1511. color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
  1512. }
  1513. .text-warning {
  1514. --bs-text-opacity: 1;
  1515. color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
  1516. }
  1517. .text-danger {
  1518. --bs-text-opacity: 1;
  1519. color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  1520. }
  1521. .text-light {
  1522. --bs-text-opacity: 1;
  1523. color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
  1524. }
  1525. .text-dark {
  1526. --bs-text-opacity: 1;
  1527. color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  1528. }
  1529. .text-black {
  1530. --bs-text-opacity: 1;
  1531. color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
  1532. }
  1533. .text-white {
  1534. --bs-text-opacity: 1;
  1535. color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
  1536. }
  1537. .text-body {
  1538. --bs-text-opacity: 1;
  1539. color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
  1540. }
  1541. .text-muted {
  1542. --bs-text-opacity: 1;
  1543. color: var(--bs-secondary-color) !important;
  1544. }
  1545. .text-black-50 {
  1546. --bs-text-opacity: 1;
  1547. color: rgba(0, 0, 0, 0.5) !important;
  1548. }
  1549. .text-white-50 {
  1550. --bs-text-opacity: 1;
  1551. color: rgba(255, 255, 255, 0.5) !important;
  1552. }
  1553. .text-body-secondary {
  1554. --bs-text-opacity: 1;
  1555. color: var(--bs-secondary-color) !important;
  1556. }
  1557. .text-body-tertiary {
  1558. --bs-text-opacity: 1;
  1559. color: var(--bs-tertiary-color) !important;
  1560. }
  1561. .text-body-emphasis {
  1562. --bs-text-opacity: 1;
  1563. color: var(--bs-emphasis-color) !important;
  1564. }
  1565. .text-reset {
  1566. --bs-text-opacity: 1;
  1567. color: inherit !important;
  1568. }
  1569. .text-opacity-25 {
  1570. --bs-text-opacity: 0.25;
  1571. }
  1572. .text-opacity-50 {
  1573. --bs-text-opacity: 0.5;
  1574. }
  1575. .text-opacity-75 {
  1576. --bs-text-opacity: 0.75;
  1577. }
  1578. .text-opacity-100 {
  1579. --bs-text-opacity: 1;
  1580. }
  1581. .text-primary-emphasis {
  1582. color: var(--bs-primary-text-emphasis) !important;
  1583. }
  1584. .text-secondary-emphasis {
  1585. color: var(--bs-secondary-text-emphasis) !important;
  1586. }
  1587. .text-success-emphasis {
  1588. color: var(--bs-success-text-emphasis) !important;
  1589. }
  1590. .text-info-emphasis {
  1591. color: var(--bs-info-text-emphasis) !important;
  1592. }
  1593. .text-warning-emphasis {
  1594. color: var(--bs-warning-text-emphasis) !important;
  1595. }
  1596. .text-danger-emphasis {
  1597. color: var(--bs-danger-text-emphasis) !important;
  1598. }
  1599. .text-light-emphasis {
  1600. color: var(--bs-light-text-emphasis) !important;
  1601. }
  1602. .text-dark-emphasis {
  1603. color: var(--bs-dark-text-emphasis) !important;
  1604. }
  1605. .link-opacity-10 {
  1606. --bs-link-opacity: 0.1;
  1607. }
  1608. .link-opacity-10-hover:hover {
  1609. --bs-link-opacity: 0.1;
  1610. }
  1611. .link-opacity-25 {
  1612. --bs-link-opacity: 0.25;
  1613. }
  1614. .link-opacity-25-hover:hover {
  1615. --bs-link-opacity: 0.25;
  1616. }
  1617. .link-opacity-50 {
  1618. --bs-link-opacity: 0.5;
  1619. }
  1620. .link-opacity-50-hover:hover {
  1621. --bs-link-opacity: 0.5;
  1622. }
  1623. .link-opacity-75 {
  1624. --bs-link-opacity: 0.75;
  1625. }
  1626. .link-opacity-75-hover:hover {
  1627. --bs-link-opacity: 0.75;
  1628. }
  1629. .link-opacity-100 {
  1630. --bs-link-opacity: 1;
  1631. }
  1632. .link-opacity-100-hover:hover {
  1633. --bs-link-opacity: 1;
  1634. }
  1635. .link-offset-1 {
  1636. text-underline-offset: 0.125em !important;
  1637. }
  1638. .link-offset-1-hover:hover {
  1639. text-underline-offset: 0.125em !important;
  1640. }
  1641. .link-offset-2 {
  1642. text-underline-offset: 0.25em !important;
  1643. }
  1644. .link-offset-2-hover:hover {
  1645. text-underline-offset: 0.25em !important;
  1646. }
  1647. .link-offset-3 {
  1648. text-underline-offset: 0.375em !important;
  1649. }
  1650. .link-offset-3-hover:hover {
  1651. text-underline-offset: 0.375em !important;
  1652. }
  1653. .link-underline-primary {
  1654. --bs-link-underline-opacity: 1;
  1655. -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  1656. text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  1657. }
  1658. .link-underline-secondary {
  1659. --bs-link-underline-opacity: 1;
  1660. -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  1661. text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  1662. }
  1663. .link-underline-success {
  1664. --bs-link-underline-opacity: 1;
  1665. -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  1666. text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  1667. }
  1668. .link-underline-info {
  1669. --bs-link-underline-opacity: 1;
  1670. -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  1671. text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  1672. }
  1673. .link-underline-warning {
  1674. --bs-link-underline-opacity: 1;
  1675. -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  1676. text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  1677. }
  1678. .link-underline-danger {
  1679. --bs-link-underline-opacity: 1;
  1680. -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  1681. text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  1682. }
  1683. .link-underline-light {
  1684. --bs-link-underline-opacity: 1;
  1685. -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  1686. text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  1687. }
  1688. .link-underline-dark {
  1689. --bs-link-underline-opacity: 1;
  1690. -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  1691. text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  1692. }
  1693. .link-underline {
  1694. --bs-link-underline-opacity: 1;
  1695. -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  1696. text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  1697. }
  1698. .link-underline-opacity-0 {
  1699. --bs-link-underline-opacity: 0;
  1700. }
  1701. .link-underline-opacity-0-hover:hover {
  1702. --bs-link-underline-opacity: 0;
  1703. }
  1704. .link-underline-opacity-10 {
  1705. --bs-link-underline-opacity: 0.1;
  1706. }
  1707. .link-underline-opacity-10-hover:hover {
  1708. --bs-link-underline-opacity: 0.1;
  1709. }
  1710. .link-underline-opacity-25 {
  1711. --bs-link-underline-opacity: 0.25;
  1712. }
  1713. .link-underline-opacity-25-hover:hover {
  1714. --bs-link-underline-opacity: 0.25;
  1715. }
  1716. .link-underline-opacity-50 {
  1717. --bs-link-underline-opacity: 0.5;
  1718. }
  1719. .link-underline-opacity-50-hover:hover {
  1720. --bs-link-underline-opacity: 0.5;
  1721. }
  1722. .link-underline-opacity-75 {
  1723. --bs-link-underline-opacity: 0.75;
  1724. }
  1725. .link-underline-opacity-75-hover:hover {
  1726. --bs-link-underline-opacity: 0.75;
  1727. }
  1728. .link-underline-opacity-100 {
  1729. --bs-link-underline-opacity: 1;
  1730. }
  1731. .link-underline-opacity-100-hover:hover {
  1732. --bs-link-underline-opacity: 1;
  1733. }
  1734. .bg-primary {
  1735. --bs-bg-opacity: 1;
  1736. background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  1737. }
  1738. .bg-secondary {
  1739. --bs-bg-opacity: 1;
  1740. background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  1741. }
  1742. .bg-success {
  1743. --bs-bg-opacity: 1;
  1744. background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  1745. }
  1746. .bg-info {
  1747. --bs-bg-opacity: 1;
  1748. background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  1749. }
  1750. .bg-warning {
  1751. --bs-bg-opacity: 1;
  1752. background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  1753. }
  1754. .bg-danger {
  1755. --bs-bg-opacity: 1;
  1756. background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  1757. }
  1758. .bg-light {
  1759. --bs-bg-opacity: 1;
  1760. background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  1761. }
  1762. .bg-dark {
  1763. --bs-bg-opacity: 1;
  1764. background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  1765. }
  1766. .bg-black {
  1767. --bs-bg-opacity: 1;
  1768. background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  1769. }
  1770. .bg-white {
  1771. --bs-bg-opacity: 1;
  1772. background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  1773. }
  1774. .bg-body {
  1775. --bs-bg-opacity: 1;
  1776. background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  1777. }
  1778. .bg-transparent {
  1779. --bs-bg-opacity: 1;
  1780. background-color: transparent !important;
  1781. }
  1782. .bg-body-secondary {
  1783. --bs-bg-opacity: 1;
  1784. background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  1785. }
  1786. .bg-body-tertiary {
  1787. --bs-bg-opacity: 1;
  1788. background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  1789. }
  1790. .bg-opacity-10 {
  1791. --bs-bg-opacity: 0.1;
  1792. }
  1793. .bg-opacity-25 {
  1794. --bs-bg-opacity: 0.25;
  1795. }
  1796. .bg-opacity-50 {
  1797. --bs-bg-opacity: 0.5;
  1798. }
  1799. .bg-opacity-75 {
  1800. --bs-bg-opacity: 0.75;
  1801. }
  1802. .bg-opacity-100 {
  1803. --bs-bg-opacity: 1;
  1804. }
  1805. .bg-primary-subtle {
  1806. background-color: var(--bs-primary-bg-subtle) !important;
  1807. }
  1808. .bg-secondary-subtle {
  1809. background-color: var(--bs-secondary-bg-subtle) !important;
  1810. }
  1811. .bg-success-subtle {
  1812. background-color: var(--bs-success-bg-subtle) !important;
  1813. }
  1814. .bg-info-subtle {
  1815. background-color: var(--bs-info-bg-subtle) !important;
  1816. }
  1817. .bg-warning-subtle {
  1818. background-color: var(--bs-warning-bg-subtle) !important;
  1819. }
  1820. .bg-danger-subtle {
  1821. background-color: var(--bs-danger-bg-subtle) !important;
  1822. }
  1823. .bg-light-subtle {
  1824. background-color: var(--bs-light-bg-subtle) !important;
  1825. }
  1826. .bg-dark-subtle {
  1827. background-color: var(--bs-dark-bg-subtle) !important;
  1828. }
  1829. .bg-gradient {
  1830. background-image: var(--bs-gradient) !important;
  1831. }
  1832. .user-select-all {
  1833. -webkit-user-select: all !important;
  1834. -moz-user-select: all !important;
  1835. user-select: all !important;
  1836. }
  1837. .user-select-auto {
  1838. -webkit-user-select: auto !important;
  1839. -moz-user-select: auto !important;
  1840. user-select: auto !important;
  1841. }
  1842. .user-select-none {
  1843. -webkit-user-select: none !important;
  1844. -moz-user-select: none !important;
  1845. user-select: none !important;
  1846. }
  1847. .pe-none {
  1848. pointer-events: none !important;
  1849. }
  1850. .pe-auto {
  1851. pointer-events: auto !important;
  1852. }
  1853. .rounded {
  1854. border-radius: var(--bs-border-radius) !important;
  1855. }
  1856. .rounded-0 {
  1857. border-radius: 0 !important;
  1858. }
  1859. .rounded-1 {
  1860. border-radius: var(--bs-border-radius-sm) !important;
  1861. }
  1862. .rounded-2 {
  1863. border-radius: var(--bs-border-radius) !important;
  1864. }
  1865. .rounded-3 {
  1866. border-radius: var(--bs-border-radius-lg) !important;
  1867. }
  1868. .rounded-4 {
  1869. border-radius: var(--bs-border-radius-xl) !important;
  1870. }
  1871. .rounded-5 {
  1872. border-radius: var(--bs-border-radius-xxl) !important;
  1873. }
  1874. .rounded-circle {
  1875. border-radius: 50% !important;
  1876. }
  1877. .rounded-pill {
  1878. border-radius: var(--bs-border-radius-pill) !important;
  1879. }
  1880. .rounded-top {
  1881. border-top-left-radius: var(--bs-border-radius) !important;
  1882. border-top-right-radius: var(--bs-border-radius) !important;
  1883. }
  1884. .rounded-top-0 {
  1885. border-top-left-radius: 0 !important;
  1886. border-top-right-radius: 0 !important;
  1887. }
  1888. .rounded-top-1 {
  1889. border-top-left-radius: var(--bs-border-radius-sm) !important;
  1890. border-top-right-radius: var(--bs-border-radius-sm) !important;
  1891. }
  1892. .rounded-top-2 {
  1893. border-top-left-radius: var(--bs-border-radius) !important;
  1894. border-top-right-radius: var(--bs-border-radius) !important;
  1895. }
  1896. .rounded-top-3 {
  1897. border-top-left-radius: var(--bs-border-radius-lg) !important;
  1898. border-top-right-radius: var(--bs-border-radius-lg) !important;
  1899. }
  1900. .rounded-top-4 {
  1901. border-top-left-radius: var(--bs-border-radius-xl) !important;
  1902. border-top-right-radius: var(--bs-border-radius-xl) !important;
  1903. }
  1904. .rounded-top-5 {
  1905. border-top-left-radius: var(--bs-border-radius-xxl) !important;
  1906. border-top-right-radius: var(--bs-border-radius-xxl) !important;
  1907. }
  1908. .rounded-top-circle {
  1909. border-top-left-radius: 50% !important;
  1910. border-top-right-radius: 50% !important;
  1911. }
  1912. .rounded-top-pill {
  1913. border-top-left-radius: var(--bs-border-radius-pill) !important;
  1914. border-top-right-radius: var(--bs-border-radius-pill) !important;
  1915. }
  1916. .rounded-end {
  1917. border-top-right-radius: var(--bs-border-radius) !important;
  1918. border-bottom-right-radius: var(--bs-border-radius) !important;
  1919. }
  1920. .rounded-end-0 {
  1921. border-top-right-radius: 0 !important;
  1922. border-bottom-right-radius: 0 !important;
  1923. }
  1924. .rounded-end-1 {
  1925. border-top-right-radius: var(--bs-border-radius-sm) !important;
  1926. border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  1927. }
  1928. .rounded-end-2 {
  1929. border-top-right-radius: var(--bs-border-radius) !important;
  1930. border-bottom-right-radius: var(--bs-border-radius) !important;
  1931. }
  1932. .rounded-end-3 {
  1933. border-top-right-radius: var(--bs-border-radius-lg) !important;
  1934. border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  1935. }
  1936. .rounded-end-4 {
  1937. border-top-right-radius: var(--bs-border-radius-xl) !important;
  1938. border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  1939. }
  1940. .rounded-end-5 {
  1941. border-top-right-radius: var(--bs-border-radius-xxl) !important;
  1942. border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  1943. }
  1944. .rounded-end-circle {
  1945. border-top-right-radius: 50% !important;
  1946. border-bottom-right-radius: 50% !important;
  1947. }
  1948. .rounded-end-pill {
  1949. border-top-right-radius: var(--bs-border-radius-pill) !important;
  1950. border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  1951. }
  1952. .rounded-bottom {
  1953. border-bottom-right-radius: var(--bs-border-radius) !important;
  1954. border-bottom-left-radius: var(--bs-border-radius) !important;
  1955. }
  1956. .rounded-bottom-0 {
  1957. border-bottom-right-radius: 0 !important;
  1958. border-bottom-left-radius: 0 !important;
  1959. }
  1960. .rounded-bottom-1 {
  1961. border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  1962. border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  1963. }
  1964. .rounded-bottom-2 {
  1965. border-bottom-right-radius: var(--bs-border-radius) !important;
  1966. border-bottom-left-radius: var(--bs-border-radius) !important;
  1967. }
  1968. .rounded-bottom-3 {
  1969. border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  1970. border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  1971. }
  1972. .rounded-bottom-4 {
  1973. border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  1974. border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  1975. }
  1976. .rounded-bottom-5 {
  1977. border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  1978. border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  1979. }
  1980. .rounded-bottom-circle {
  1981. border-bottom-right-radius: 50% !important;
  1982. border-bottom-left-radius: 50% !important;
  1983. }
  1984. .rounded-bottom-pill {
  1985. border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  1986. border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  1987. }
  1988. .rounded-start {
  1989. border-bottom-left-radius: var(--bs-border-radius) !important;
  1990. border-top-left-radius: var(--bs-border-radius) !important;
  1991. }
  1992. .rounded-start-0 {
  1993. border-bottom-left-radius: 0 !important;
  1994. border-top-left-radius: 0 !important;
  1995. }
  1996. .rounded-start-1 {
  1997. border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  1998. border-top-left-radius: var(--bs-border-radius-sm) !important;
  1999. }
  2000. .rounded-start-2 {
  2001. border-bottom-left-radius: var(--bs-border-radius) !important;
  2002. border-top-left-radius: var(--bs-border-radius) !important;
  2003. }
  2004. .rounded-start-3 {
  2005. border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  2006. border-top-left-radius: var(--bs-border-radius-lg) !important;
  2007. }
  2008. .rounded-start-4 {
  2009. border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  2010. border-top-left-radius: var(--bs-border-radius-xl) !important;
  2011. }
  2012. .rounded-start-5 {
  2013. border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  2014. border-top-left-radius: var(--bs-border-radius-xxl) !important;
  2015. }
  2016. .rounded-start-circle {
  2017. border-bottom-left-radius: 50% !important;
  2018. border-top-left-radius: 50% !important;
  2019. }
  2020. .rounded-start-pill {
  2021. border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  2022. border-top-left-radius: var(--bs-border-radius-pill) !important;
  2023. }
  2024. .visible {
  2025. visibility: visible !important;
  2026. }
  2027. .invisible {
  2028. visibility: hidden !important;
  2029. }
  2030. .z-n1 {
  2031. z-index: -1 !important;
  2032. }
  2033. .z-0 {
  2034. z-index: 0 !important;
  2035. }
  2036. .z-1 {
  2037. z-index: 1 !important;
  2038. }
  2039. .z-2 {
  2040. z-index: 2 !important;
  2041. }
  2042. .z-3 {
  2043. z-index: 3 !important;
  2044. }
  2045. @media (min-width: 576px) {
  2046. .float-sm-start {
  2047. float: left !important;
  2048. }
  2049. .float-sm-end {
  2050. float: right !important;
  2051. }
  2052. .float-sm-none {
  2053. float: none !important;
  2054. }
  2055. .object-fit-sm-contain {
  2056. -o-object-fit: contain !important;
  2057. object-fit: contain !important;
  2058. }
  2059. .object-fit-sm-cover {
  2060. -o-object-fit: cover !important;
  2061. object-fit: cover !important;
  2062. }
  2063. .object-fit-sm-fill {
  2064. -o-object-fit: fill !important;
  2065. object-fit: fill !important;
  2066. }
  2067. .object-fit-sm-scale {
  2068. -o-object-fit: scale-down !important;
  2069. object-fit: scale-down !important;
  2070. }
  2071. .object-fit-sm-none {
  2072. -o-object-fit: none !important;
  2073. object-fit: none !important;
  2074. }
  2075. .d-sm-inline {
  2076. display: inline !important;
  2077. }
  2078. .d-sm-inline-block {
  2079. display: inline-block !important;
  2080. }
  2081. .d-sm-block {
  2082. display: block !important;
  2083. }
  2084. .d-sm-grid {
  2085. display: grid !important;
  2086. }
  2087. .d-sm-inline-grid {
  2088. display: inline-grid !important;
  2089. }
  2090. .d-sm-table {
  2091. display: table !important;
  2092. }
  2093. .d-sm-table-row {
  2094. display: table-row !important;
  2095. }
  2096. .d-sm-table-cell {
  2097. display: table-cell !important;
  2098. }
  2099. .d-sm-flex {
  2100. display: flex !important;
  2101. }
  2102. .d-sm-inline-flex {
  2103. display: inline-flex !important;
  2104. }
  2105. .d-sm-none {
  2106. display: none !important;
  2107. }
  2108. .flex-sm-fill {
  2109. flex: 1 1 auto !important;
  2110. }
  2111. .flex-sm-row {
  2112. flex-direction: row !important;
  2113. }
  2114. .flex-sm-column {
  2115. flex-direction: column !important;
  2116. }
  2117. .flex-sm-row-reverse {
  2118. flex-direction: row-reverse !important;
  2119. }
  2120. .flex-sm-column-reverse {
  2121. flex-direction: column-reverse !important;
  2122. }
  2123. .flex-sm-grow-0 {
  2124. flex-grow: 0 !important;
  2125. }
  2126. .flex-sm-grow-1 {
  2127. flex-grow: 1 !important;
  2128. }
  2129. .flex-sm-shrink-0 {
  2130. flex-shrink: 0 !important;
  2131. }
  2132. .flex-sm-shrink-1 {
  2133. flex-shrink: 1 !important;
  2134. }
  2135. .flex-sm-wrap {
  2136. flex-wrap: wrap !important;
  2137. }
  2138. .flex-sm-nowrap {
  2139. flex-wrap: nowrap !important;
  2140. }
  2141. .flex-sm-wrap-reverse {
  2142. flex-wrap: wrap-reverse !important;
  2143. }
  2144. .justify-content-sm-start {
  2145. justify-content: flex-start !important;
  2146. }
  2147. .justify-content-sm-end {
  2148. justify-content: flex-end !important;
  2149. }
  2150. .justify-content-sm-center {
  2151. justify-content: center !important;
  2152. }
  2153. .justify-content-sm-between {
  2154. justify-content: space-between !important;
  2155. }
  2156. .justify-content-sm-around {
  2157. justify-content: space-around !important;
  2158. }
  2159. .justify-content-sm-evenly {
  2160. justify-content: space-evenly !important;
  2161. }
  2162. .align-items-sm-start {
  2163. align-items: flex-start !important;
  2164. }
  2165. .align-items-sm-end {
  2166. align-items: flex-end !important;
  2167. }
  2168. .align-items-sm-center {
  2169. align-items: center !important;
  2170. }
  2171. .align-items-sm-baseline {
  2172. align-items: baseline !important;
  2173. }
  2174. .align-items-sm-stretch {
  2175. align-items: stretch !important;
  2176. }
  2177. .align-content-sm-start {
  2178. align-content: flex-start !important;
  2179. }
  2180. .align-content-sm-end {
  2181. align-content: flex-end !important;
  2182. }
  2183. .align-content-sm-center {
  2184. align-content: center !important;
  2185. }
  2186. .align-content-sm-between {
  2187. align-content: space-between !important;
  2188. }
  2189. .align-content-sm-around {
  2190. align-content: space-around !important;
  2191. }
  2192. .align-content-sm-stretch {
  2193. align-content: stretch !important;
  2194. }
  2195. .align-self-sm-auto {
  2196. align-self: auto !important;
  2197. }
  2198. .align-self-sm-start {
  2199. align-self: flex-start !important;
  2200. }
  2201. .align-self-sm-end {
  2202. align-self: flex-end !important;
  2203. }
  2204. .align-self-sm-center {
  2205. align-self: center !important;
  2206. }
  2207. .align-self-sm-baseline {
  2208. align-self: baseline !important;
  2209. }
  2210. .align-self-sm-stretch {
  2211. align-self: stretch !important;
  2212. }
  2213. .order-sm-first {
  2214. order: -1 !important;
  2215. }
  2216. .order-sm-0 {
  2217. order: 0 !important;
  2218. }
  2219. .order-sm-1 {
  2220. order: 1 !important;
  2221. }
  2222. .order-sm-2 {
  2223. order: 2 !important;
  2224. }
  2225. .order-sm-3 {
  2226. order: 3 !important;
  2227. }
  2228. .order-sm-4 {
  2229. order: 4 !important;
  2230. }
  2231. .order-sm-5 {
  2232. order: 5 !important;
  2233. }
  2234. .order-sm-last {
  2235. order: 6 !important;
  2236. }
  2237. .m-sm-0 {
  2238. margin: 0 !important;
  2239. }
  2240. .m-sm-1 {
  2241. margin: 0.25rem !important;
  2242. }
  2243. .m-sm-2 {
  2244. margin: 0.5rem !important;
  2245. }
  2246. .m-sm-3 {
  2247. margin: 1rem !important;
  2248. }
  2249. .m-sm-4 {
  2250. margin: 1.5rem !important;
  2251. }
  2252. .m-sm-5 {
  2253. margin: 3rem !important;
  2254. }
  2255. .m-sm-auto {
  2256. margin: auto !important;
  2257. }
  2258. .mx-sm-0 {
  2259. margin-right: 0 !important;
  2260. margin-left: 0 !important;
  2261. }
  2262. .mx-sm-1 {
  2263. margin-right: 0.25rem !important;
  2264. margin-left: 0.25rem !important;
  2265. }
  2266. .mx-sm-2 {
  2267. margin-right: 0.5rem !important;
  2268. margin-left: 0.5rem !important;
  2269. }
  2270. .mx-sm-3 {
  2271. margin-right: 1rem !important;
  2272. margin-left: 1rem !important;
  2273. }
  2274. .mx-sm-4 {
  2275. margin-right: 1.5rem !important;
  2276. margin-left: 1.5rem !important;
  2277. }
  2278. .mx-sm-5 {
  2279. margin-right: 3rem !important;
  2280. margin-left: 3rem !important;
  2281. }
  2282. .mx-sm-auto {
  2283. margin-right: auto !important;
  2284. margin-left: auto !important;
  2285. }
  2286. .my-sm-0 {
  2287. margin-top: 0 !important;
  2288. margin-bottom: 0 !important;
  2289. }
  2290. .my-sm-1 {
  2291. margin-top: 0.25rem !important;
  2292. margin-bottom: 0.25rem !important;
  2293. }
  2294. .my-sm-2 {
  2295. margin-top: 0.5rem !important;
  2296. margin-bottom: 0.5rem !important;
  2297. }
  2298. .my-sm-3 {
  2299. margin-top: 1rem !important;
  2300. margin-bottom: 1rem !important;
  2301. }
  2302. .my-sm-4 {
  2303. margin-top: 1.5rem !important;
  2304. margin-bottom: 1.5rem !important;
  2305. }
  2306. .my-sm-5 {
  2307. margin-top: 3rem !important;
  2308. margin-bottom: 3rem !important;
  2309. }
  2310. .my-sm-auto {
  2311. margin-top: auto !important;
  2312. margin-bottom: auto !important;
  2313. }
  2314. .mt-sm-0 {
  2315. margin-top: 0 !important;
  2316. }
  2317. .mt-sm-1 {
  2318. margin-top: 0.25rem !important;
  2319. }
  2320. .mt-sm-2 {
  2321. margin-top: 0.5rem !important;
  2322. }
  2323. .mt-sm-3 {
  2324. margin-top: 1rem !important;
  2325. }
  2326. .mt-sm-4 {
  2327. margin-top: 1.5rem !important;
  2328. }
  2329. .mt-sm-5 {
  2330. margin-top: 3rem !important;
  2331. }
  2332. .mt-sm-auto {
  2333. margin-top: auto !important;
  2334. }
  2335. .me-sm-0 {
  2336. margin-right: 0 !important;
  2337. }
  2338. .me-sm-1 {
  2339. margin-right: 0.25rem !important;
  2340. }
  2341. .me-sm-2 {
  2342. margin-right: 0.5rem !important;
  2343. }
  2344. .me-sm-3 {
  2345. margin-right: 1rem !important;
  2346. }
  2347. .me-sm-4 {
  2348. margin-right: 1.5rem !important;
  2349. }
  2350. .me-sm-5 {
  2351. margin-right: 3rem !important;
  2352. }
  2353. .me-sm-auto {
  2354. margin-right: auto !important;
  2355. }
  2356. .mb-sm-0 {
  2357. margin-bottom: 0 !important;
  2358. }
  2359. .mb-sm-1 {
  2360. margin-bottom: 0.25rem !important;
  2361. }
  2362. .mb-sm-2 {
  2363. margin-bottom: 0.5rem !important;
  2364. }
  2365. .mb-sm-3 {
  2366. margin-bottom: 1rem !important;
  2367. }
  2368. .mb-sm-4 {
  2369. margin-bottom: 1.5rem !important;
  2370. }
  2371. .mb-sm-5 {
  2372. margin-bottom: 3rem !important;
  2373. }
  2374. .mb-sm-auto {
  2375. margin-bottom: auto !important;
  2376. }
  2377. .ms-sm-0 {
  2378. margin-left: 0 !important;
  2379. }
  2380. .ms-sm-1 {
  2381. margin-left: 0.25rem !important;
  2382. }
  2383. .ms-sm-2 {
  2384. margin-left: 0.5rem !important;
  2385. }
  2386. .ms-sm-3 {
  2387. margin-left: 1rem !important;
  2388. }
  2389. .ms-sm-4 {
  2390. margin-left: 1.5rem !important;
  2391. }
  2392. .ms-sm-5 {
  2393. margin-left: 3rem !important;
  2394. }
  2395. .ms-sm-auto {
  2396. margin-left: auto !important;
  2397. }
  2398. .p-sm-0 {
  2399. padding: 0 !important;
  2400. }
  2401. .p-sm-1 {
  2402. padding: 0.25rem !important;
  2403. }
  2404. .p-sm-2 {
  2405. padding: 0.5rem !important;
  2406. }
  2407. .p-sm-3 {
  2408. padding: 1rem !important;
  2409. }
  2410. .p-sm-4 {
  2411. padding: 1.5rem !important;
  2412. }
  2413. .p-sm-5 {
  2414. padding: 3rem !important;
  2415. }
  2416. .px-sm-0 {
  2417. padding-right: 0 !important;
  2418. padding-left: 0 !important;
  2419. }
  2420. .px-sm-1 {
  2421. padding-right: 0.25rem !important;
  2422. padding-left: 0.25rem !important;
  2423. }
  2424. .px-sm-2 {
  2425. padding-right: 0.5rem !important;
  2426. padding-left: 0.5rem !important;
  2427. }
  2428. .px-sm-3 {
  2429. padding-right: 1rem !important;
  2430. padding-left: 1rem !important;
  2431. }
  2432. .px-sm-4 {
  2433. padding-right: 1.5rem !important;
  2434. padding-left: 1.5rem !important;
  2435. }
  2436. .px-sm-5 {
  2437. padding-right: 3rem !important;
  2438. padding-left: 3rem !important;
  2439. }
  2440. .py-sm-0 {
  2441. padding-top: 0 !important;
  2442. padding-bottom: 0 !important;
  2443. }
  2444. .py-sm-1 {
  2445. padding-top: 0.25rem !important;
  2446. padding-bottom: 0.25rem !important;
  2447. }
  2448. .py-sm-2 {
  2449. padding-top: 0.5rem !important;
  2450. padding-bottom: 0.5rem !important;
  2451. }
  2452. .py-sm-3 {
  2453. padding-top: 1rem !important;
  2454. padding-bottom: 1rem !important;
  2455. }
  2456. .py-sm-4 {
  2457. padding-top: 1.5rem !important;
  2458. padding-bottom: 1.5rem !important;
  2459. }
  2460. .py-sm-5 {
  2461. padding-top: 3rem !important;
  2462. padding-bottom: 3rem !important;
  2463. }
  2464. .pt-sm-0 {
  2465. padding-top: 0 !important;
  2466. }
  2467. .pt-sm-1 {
  2468. padding-top: 0.25rem !important;
  2469. }
  2470. .pt-sm-2 {
  2471. padding-top: 0.5rem !important;
  2472. }
  2473. .pt-sm-3 {
  2474. padding-top: 1rem !important;
  2475. }
  2476. .pt-sm-4 {
  2477. padding-top: 1.5rem !important;
  2478. }
  2479. .pt-sm-5 {
  2480. padding-top: 3rem !important;
  2481. }
  2482. .pe-sm-0 {
  2483. padding-right: 0 !important;
  2484. }
  2485. .pe-sm-1 {
  2486. padding-right: 0.25rem !important;
  2487. }
  2488. .pe-sm-2 {
  2489. padding-right: 0.5rem !important;
  2490. }
  2491. .pe-sm-3 {
  2492. padding-right: 1rem !important;
  2493. }
  2494. .pe-sm-4 {
  2495. padding-right: 1.5rem !important;
  2496. }
  2497. .pe-sm-5 {
  2498. padding-right: 3rem !important;
  2499. }
  2500. .pb-sm-0 {
  2501. padding-bottom: 0 !important;
  2502. }
  2503. .pb-sm-1 {
  2504. padding-bottom: 0.25rem !important;
  2505. }
  2506. .pb-sm-2 {
  2507. padding-bottom: 0.5rem !important;
  2508. }
  2509. .pb-sm-3 {
  2510. padding-bottom: 1rem !important;
  2511. }
  2512. .pb-sm-4 {
  2513. padding-bottom: 1.5rem !important;
  2514. }
  2515. .pb-sm-5 {
  2516. padding-bottom: 3rem !important;
  2517. }
  2518. .ps-sm-0 {
  2519. padding-left: 0 !important;
  2520. }
  2521. .ps-sm-1 {
  2522. padding-left: 0.25rem !important;
  2523. }
  2524. .ps-sm-2 {
  2525. padding-left: 0.5rem !important;
  2526. }
  2527. .ps-sm-3 {
  2528. padding-left: 1rem !important;
  2529. }
  2530. .ps-sm-4 {
  2531. padding-left: 1.5rem !important;
  2532. }
  2533. .ps-sm-5 {
  2534. padding-left: 3rem !important;
  2535. }
  2536. .gap-sm-0 {
  2537. gap: 0 !important;
  2538. }
  2539. .gap-sm-1 {
  2540. gap: 0.25rem !important;
  2541. }
  2542. .gap-sm-2 {
  2543. gap: 0.5rem !important;
  2544. }
  2545. .gap-sm-3 {
  2546. gap: 1rem !important;
  2547. }
  2548. .gap-sm-4 {
  2549. gap: 1.5rem !important;
  2550. }
  2551. .gap-sm-5 {
  2552. gap: 3rem !important;
  2553. }
  2554. .row-gap-sm-0 {
  2555. row-gap: 0 !important;
  2556. }
  2557. .row-gap-sm-1 {
  2558. row-gap: 0.25rem !important;
  2559. }
  2560. .row-gap-sm-2 {
  2561. row-gap: 0.5rem !important;
  2562. }
  2563. .row-gap-sm-3 {
  2564. row-gap: 1rem !important;
  2565. }
  2566. .row-gap-sm-4 {
  2567. row-gap: 1.5rem !important;
  2568. }
  2569. .row-gap-sm-5 {
  2570. row-gap: 3rem !important;
  2571. }
  2572. .column-gap-sm-0 {
  2573. -moz-column-gap: 0 !important;
  2574. column-gap: 0 !important;
  2575. }
  2576. .column-gap-sm-1 {
  2577. -moz-column-gap: 0.25rem !important;
  2578. column-gap: 0.25rem !important;
  2579. }
  2580. .column-gap-sm-2 {
  2581. -moz-column-gap: 0.5rem !important;
  2582. column-gap: 0.5rem !important;
  2583. }
  2584. .column-gap-sm-3 {
  2585. -moz-column-gap: 1rem !important;
  2586. column-gap: 1rem !important;
  2587. }
  2588. .column-gap-sm-4 {
  2589. -moz-column-gap: 1.5rem !important;
  2590. column-gap: 1.5rem !important;
  2591. }
  2592. .column-gap-sm-5 {
  2593. -moz-column-gap: 3rem !important;
  2594. column-gap: 3rem !important;
  2595. }
  2596. .text-sm-start {
  2597. text-align: left !important;
  2598. }
  2599. .text-sm-end {
  2600. text-align: right !important;
  2601. }
  2602. .text-sm-center {
  2603. text-align: center !important;
  2604. }
  2605. }
  2606. @media (min-width: 768px) {
  2607. .float-md-start {
  2608. float: left !important;
  2609. }
  2610. .float-md-end {
  2611. float: right !important;
  2612. }
  2613. .float-md-none {
  2614. float: none !important;
  2615. }
  2616. .object-fit-md-contain {
  2617. -o-object-fit: contain !important;
  2618. object-fit: contain !important;
  2619. }
  2620. .object-fit-md-cover {
  2621. -o-object-fit: cover !important;
  2622. object-fit: cover !important;
  2623. }
  2624. .object-fit-md-fill {
  2625. -o-object-fit: fill !important;
  2626. object-fit: fill !important;
  2627. }
  2628. .object-fit-md-scale {
  2629. -o-object-fit: scale-down !important;
  2630. object-fit: scale-down !important;
  2631. }
  2632. .object-fit-md-none {
  2633. -o-object-fit: none !important;
  2634. object-fit: none !important;
  2635. }
  2636. .d-md-inline {
  2637. display: inline !important;
  2638. }
  2639. .d-md-inline-block {
  2640. display: inline-block !important;
  2641. }
  2642. .d-md-block {
  2643. display: block !important;
  2644. }
  2645. .d-md-grid {
  2646. display: grid !important;
  2647. }
  2648. .d-md-inline-grid {
  2649. display: inline-grid !important;
  2650. }
  2651. .d-md-table {
  2652. display: table !important;
  2653. }
  2654. .d-md-table-row {
  2655. display: table-row !important;
  2656. }
  2657. .d-md-table-cell {
  2658. display: table-cell !important;
  2659. }
  2660. .d-md-flex {
  2661. display: flex !important;
  2662. }
  2663. .d-md-inline-flex {
  2664. display: inline-flex !important;
  2665. }
  2666. .d-md-none {
  2667. display: none !important;
  2668. }
  2669. .flex-md-fill {
  2670. flex: 1 1 auto !important;
  2671. }
  2672. .flex-md-row {
  2673. flex-direction: row !important;
  2674. }
  2675. .flex-md-column {
  2676. flex-direction: column !important;
  2677. }
  2678. .flex-md-row-reverse {
  2679. flex-direction: row-reverse !important;
  2680. }
  2681. .flex-md-column-reverse {
  2682. flex-direction: column-reverse !important;
  2683. }
  2684. .flex-md-grow-0 {
  2685. flex-grow: 0 !important;
  2686. }
  2687. .flex-md-grow-1 {
  2688. flex-grow: 1 !important;
  2689. }
  2690. .flex-md-shrink-0 {
  2691. flex-shrink: 0 !important;
  2692. }
  2693. .flex-md-shrink-1 {
  2694. flex-shrink: 1 !important;
  2695. }
  2696. .flex-md-wrap {
  2697. flex-wrap: wrap !important;
  2698. }
  2699. .flex-md-nowrap {
  2700. flex-wrap: nowrap !important;
  2701. }
  2702. .flex-md-wrap-reverse {
  2703. flex-wrap: wrap-reverse !important;
  2704. }
  2705. .justify-content-md-start {
  2706. justify-content: flex-start !important;
  2707. }
  2708. .justify-content-md-end {
  2709. justify-content: flex-end !important;
  2710. }
  2711. .justify-content-md-center {
  2712. justify-content: center !important;
  2713. }
  2714. .justify-content-md-between {
  2715. justify-content: space-between !important;
  2716. }
  2717. .justify-content-md-around {
  2718. justify-content: space-around !important;
  2719. }
  2720. .justify-content-md-evenly {
  2721. justify-content: space-evenly !important;
  2722. }
  2723. .align-items-md-start {
  2724. align-items: flex-start !important;
  2725. }
  2726. .align-items-md-end {
  2727. align-items: flex-end !important;
  2728. }
  2729. .align-items-md-center {
  2730. align-items: center !important;
  2731. }
  2732. .align-items-md-baseline {
  2733. align-items: baseline !important;
  2734. }
  2735. .align-items-md-stretch {
  2736. align-items: stretch !important;
  2737. }
  2738. .align-content-md-start {
  2739. align-content: flex-start !important;
  2740. }
  2741. .align-content-md-end {
  2742. align-content: flex-end !important;
  2743. }
  2744. .align-content-md-center {
  2745. align-content: center !important;
  2746. }
  2747. .align-content-md-between {
  2748. align-content: space-between !important;
  2749. }
  2750. .align-content-md-around {
  2751. align-content: space-around !important;
  2752. }
  2753. .align-content-md-stretch {
  2754. align-content: stretch !important;
  2755. }
  2756. .align-self-md-auto {
  2757. align-self: auto !important;
  2758. }
  2759. .align-self-md-start {
  2760. align-self: flex-start !important;
  2761. }
  2762. .align-self-md-end {
  2763. align-self: flex-end !important;
  2764. }
  2765. .align-self-md-center {
  2766. align-self: center !important;
  2767. }
  2768. .align-self-md-baseline {
  2769. align-self: baseline !important;
  2770. }
  2771. .align-self-md-stretch {
  2772. align-self: stretch !important;
  2773. }
  2774. .order-md-first {
  2775. order: -1 !important;
  2776. }
  2777. .order-md-0 {
  2778. order: 0 !important;
  2779. }
  2780. .order-md-1 {
  2781. order: 1 !important;
  2782. }
  2783. .order-md-2 {
  2784. order: 2 !important;
  2785. }
  2786. .order-md-3 {
  2787. order: 3 !important;
  2788. }
  2789. .order-md-4 {
  2790. order: 4 !important;
  2791. }
  2792. .order-md-5 {
  2793. order: 5 !important;
  2794. }
  2795. .order-md-last {
  2796. order: 6 !important;
  2797. }
  2798. .m-md-0 {
  2799. margin: 0 !important;
  2800. }
  2801. .m-md-1 {
  2802. margin: 0.25rem !important;
  2803. }
  2804. .m-md-2 {
  2805. margin: 0.5rem !important;
  2806. }
  2807. .m-md-3 {
  2808. margin: 1rem !important;
  2809. }
  2810. .m-md-4 {
  2811. margin: 1.5rem !important;
  2812. }
  2813. .m-md-5 {
  2814. margin: 3rem !important;
  2815. }
  2816. .m-md-auto {
  2817. margin: auto !important;
  2818. }
  2819. .mx-md-0 {
  2820. margin-right: 0 !important;
  2821. margin-left: 0 !important;
  2822. }
  2823. .mx-md-1 {
  2824. margin-right: 0.25rem !important;
  2825. margin-left: 0.25rem !important;
  2826. }
  2827. .mx-md-2 {
  2828. margin-right: 0.5rem !important;
  2829. margin-left: 0.5rem !important;
  2830. }
  2831. .mx-md-3 {
  2832. margin-right: 1rem !important;
  2833. margin-left: 1rem !important;
  2834. }
  2835. .mx-md-4 {
  2836. margin-right: 1.5rem !important;
  2837. margin-left: 1.5rem !important;
  2838. }
  2839. .mx-md-5 {
  2840. margin-right: 3rem !important;
  2841. margin-left: 3rem !important;
  2842. }
  2843. .mx-md-auto {
  2844. margin-right: auto !important;
  2845. margin-left: auto !important;
  2846. }
  2847. .my-md-0 {
  2848. margin-top: 0 !important;
  2849. margin-bottom: 0 !important;
  2850. }
  2851. .my-md-1 {
  2852. margin-top: 0.25rem !important;
  2853. margin-bottom: 0.25rem !important;
  2854. }
  2855. .my-md-2 {
  2856. margin-top: 0.5rem !important;
  2857. margin-bottom: 0.5rem !important;
  2858. }
  2859. .my-md-3 {
  2860. margin-top: 1rem !important;
  2861. margin-bottom: 1rem !important;
  2862. }
  2863. .my-md-4 {
  2864. margin-top: 1.5rem !important;
  2865. margin-bottom: 1.5rem !important;
  2866. }
  2867. .my-md-5 {
  2868. margin-top: 3rem !important;
  2869. margin-bottom: 3rem !important;
  2870. }
  2871. .my-md-auto {
  2872. margin-top: auto !important;
  2873. margin-bottom: auto !important;
  2874. }
  2875. .mt-md-0 {
  2876. margin-top: 0 !important;
  2877. }
  2878. .mt-md-1 {
  2879. margin-top: 0.25rem !important;
  2880. }
  2881. .mt-md-2 {
  2882. margin-top: 0.5rem !important;
  2883. }
  2884. .mt-md-3 {
  2885. margin-top: 1rem !important;
  2886. }
  2887. .mt-md-4 {
  2888. margin-top: 1.5rem !important;
  2889. }
  2890. .mt-md-5 {
  2891. margin-top: 3rem !important;
  2892. }
  2893. .mt-md-auto {
  2894. margin-top: auto !important;
  2895. }
  2896. .me-md-0 {
  2897. margin-right: 0 !important;
  2898. }
  2899. .me-md-1 {
  2900. margin-right: 0.25rem !important;
  2901. }
  2902. .me-md-2 {
  2903. margin-right: 0.5rem !important;
  2904. }
  2905. .me-md-3 {
  2906. margin-right: 1rem !important;
  2907. }
  2908. .me-md-4 {
  2909. margin-right: 1.5rem !important;
  2910. }
  2911. .me-md-5 {
  2912. margin-right: 3rem !important;
  2913. }
  2914. .me-md-auto {
  2915. margin-right: auto !important;
  2916. }
  2917. .mb-md-0 {
  2918. margin-bottom: 0 !important;
  2919. }
  2920. .mb-md-1 {
  2921. margin-bottom: 0.25rem !important;
  2922. }
  2923. .mb-md-2 {
  2924. margin-bottom: 0.5rem !important;
  2925. }
  2926. .mb-md-3 {
  2927. margin-bottom: 1rem !important;
  2928. }
  2929. .mb-md-4 {
  2930. margin-bottom: 1.5rem !important;
  2931. }
  2932. .mb-md-5 {
  2933. margin-bottom: 3rem !important;
  2934. }
  2935. .mb-md-auto {
  2936. margin-bottom: auto !important;
  2937. }
  2938. .ms-md-0 {
  2939. margin-left: 0 !important;
  2940. }
  2941. .ms-md-1 {
  2942. margin-left: 0.25rem !important;
  2943. }
  2944. .ms-md-2 {
  2945. margin-left: 0.5rem !important;
  2946. }
  2947. .ms-md-3 {
  2948. margin-left: 1rem !important;
  2949. }
  2950. .ms-md-4 {
  2951. margin-left: 1.5rem !important;
  2952. }
  2953. .ms-md-5 {
  2954. margin-left: 3rem !important;
  2955. }
  2956. .ms-md-auto {
  2957. margin-left: auto !important;
  2958. }
  2959. .p-md-0 {
  2960. padding: 0 !important;
  2961. }
  2962. .p-md-1 {
  2963. padding: 0.25rem !important;
  2964. }
  2965. .p-md-2 {
  2966. padding: 0.5rem !important;
  2967. }
  2968. .p-md-3 {
  2969. padding: 1rem !important;
  2970. }
  2971. .p-md-4 {
  2972. padding: 1.5rem !important;
  2973. }
  2974. .p-md-5 {
  2975. padding: 3rem !important;
  2976. }
  2977. .px-md-0 {
  2978. padding-right: 0 !important;
  2979. padding-left: 0 !important;
  2980. }
  2981. .px-md-1 {
  2982. padding-right: 0.25rem !important;
  2983. padding-left: 0.25rem !important;
  2984. }
  2985. .px-md-2 {
  2986. padding-right: 0.5rem !important;
  2987. padding-left: 0.5rem !important;
  2988. }
  2989. .px-md-3 {
  2990. padding-right: 1rem !important;
  2991. padding-left: 1rem !important;
  2992. }
  2993. .px-md-4 {
  2994. padding-right: 1.5rem !important;
  2995. padding-left: 1.5rem !important;
  2996. }
  2997. .px-md-5 {
  2998. padding-right: 3rem !important;
  2999. padding-left: 3rem !important;
  3000. }
  3001. .py-md-0 {
  3002. padding-top: 0 !important;
  3003. padding-bottom: 0 !important;
  3004. }
  3005. .py-md-1 {
  3006. padding-top: 0.25rem !important;
  3007. padding-bottom: 0.25rem !important;
  3008. }
  3009. .py-md-2 {
  3010. padding-top: 0.5rem !important;
  3011. padding-bottom: 0.5rem !important;
  3012. }
  3013. .py-md-3 {
  3014. padding-top: 1rem !important;
  3015. padding-bottom: 1rem !important;
  3016. }
  3017. .py-md-4 {
  3018. padding-top: 1.5rem !important;
  3019. padding-bottom: 1.5rem !important;
  3020. }
  3021. .py-md-5 {
  3022. padding-top: 3rem !important;
  3023. padding-bottom: 3rem !important;
  3024. }
  3025. .pt-md-0 {
  3026. padding-top: 0 !important;
  3027. }
  3028. .pt-md-1 {
  3029. padding-top: 0.25rem !important;
  3030. }
  3031. .pt-md-2 {
  3032. padding-top: 0.5rem !important;
  3033. }
  3034. .pt-md-3 {
  3035. padding-top: 1rem !important;
  3036. }
  3037. .pt-md-4 {
  3038. padding-top: 1.5rem !important;
  3039. }
  3040. .pt-md-5 {
  3041. padding-top: 3rem !important;
  3042. }
  3043. .pe-md-0 {
  3044. padding-right: 0 !important;
  3045. }
  3046. .pe-md-1 {
  3047. padding-right: 0.25rem !important;
  3048. }
  3049. .pe-md-2 {
  3050. padding-right: 0.5rem !important;
  3051. }
  3052. .pe-md-3 {
  3053. padding-right: 1rem !important;
  3054. }
  3055. .pe-md-4 {
  3056. padding-right: 1.5rem !important;
  3057. }
  3058. .pe-md-5 {
  3059. padding-right: 3rem !important;
  3060. }
  3061. .pb-md-0 {
  3062. padding-bottom: 0 !important;
  3063. }
  3064. .pb-md-1 {
  3065. padding-bottom: 0.25rem !important;
  3066. }
  3067. .pb-md-2 {
  3068. padding-bottom: 0.5rem !important;
  3069. }
  3070. .pb-md-3 {
  3071. padding-bottom: 1rem !important;
  3072. }
  3073. .pb-md-4 {
  3074. padding-bottom: 1.5rem !important;
  3075. }
  3076. .pb-md-5 {
  3077. padding-bottom: 3rem !important;
  3078. }
  3079. .ps-md-0 {
  3080. padding-left: 0 !important;
  3081. }
  3082. .ps-md-1 {
  3083. padding-left: 0.25rem !important;
  3084. }
  3085. .ps-md-2 {
  3086. padding-left: 0.5rem !important;
  3087. }
  3088. .ps-md-3 {
  3089. padding-left: 1rem !important;
  3090. }
  3091. .ps-md-4 {
  3092. padding-left: 1.5rem !important;
  3093. }
  3094. .ps-md-5 {
  3095. padding-left: 3rem !important;
  3096. }
  3097. .gap-md-0 {
  3098. gap: 0 !important;
  3099. }
  3100. .gap-md-1 {
  3101. gap: 0.25rem !important;
  3102. }
  3103. .gap-md-2 {
  3104. gap: 0.5rem !important;
  3105. }
  3106. .gap-md-3 {
  3107. gap: 1rem !important;
  3108. }
  3109. .gap-md-4 {
  3110. gap: 1.5rem !important;
  3111. }
  3112. .gap-md-5 {
  3113. gap: 3rem !important;
  3114. }
  3115. .row-gap-md-0 {
  3116. row-gap: 0 !important;
  3117. }
  3118. .row-gap-md-1 {
  3119. row-gap: 0.25rem !important;
  3120. }
  3121. .row-gap-md-2 {
  3122. row-gap: 0.5rem !important;
  3123. }
  3124. .row-gap-md-3 {
  3125. row-gap: 1rem !important;
  3126. }
  3127. .row-gap-md-4 {
  3128. row-gap: 1.5rem !important;
  3129. }
  3130. .row-gap-md-5 {
  3131. row-gap: 3rem !important;
  3132. }
  3133. .column-gap-md-0 {
  3134. -moz-column-gap: 0 !important;
  3135. column-gap: 0 !important;
  3136. }
  3137. .column-gap-md-1 {
  3138. -moz-column-gap: 0.25rem !important;
  3139. column-gap: 0.25rem !important;
  3140. }
  3141. .column-gap-md-2 {
  3142. -moz-column-gap: 0.5rem !important;
  3143. column-gap: 0.5rem !important;
  3144. }
  3145. .column-gap-md-3 {
  3146. -moz-column-gap: 1rem !important;
  3147. column-gap: 1rem !important;
  3148. }
  3149. .column-gap-md-4 {
  3150. -moz-column-gap: 1.5rem !important;
  3151. column-gap: 1.5rem !important;
  3152. }
  3153. .column-gap-md-5 {
  3154. -moz-column-gap: 3rem !important;
  3155. column-gap: 3rem !important;
  3156. }
  3157. .text-md-start {
  3158. text-align: left !important;
  3159. }
  3160. .text-md-end {
  3161. text-align: right !important;
  3162. }
  3163. .text-md-center {
  3164. text-align: center !important;
  3165. }
  3166. }
  3167. @media (min-width: 992px) {
  3168. .float-lg-start {
  3169. float: left !important;
  3170. }
  3171. .float-lg-end {
  3172. float: right !important;
  3173. }
  3174. .float-lg-none {
  3175. float: none !important;
  3176. }
  3177. .object-fit-lg-contain {
  3178. -o-object-fit: contain !important;
  3179. object-fit: contain !important;
  3180. }
  3181. .object-fit-lg-cover {
  3182. -o-object-fit: cover !important;
  3183. object-fit: cover !important;
  3184. }
  3185. .object-fit-lg-fill {
  3186. -o-object-fit: fill !important;
  3187. object-fit: fill !important;
  3188. }
  3189. .object-fit-lg-scale {
  3190. -o-object-fit: scale-down !important;
  3191. object-fit: scale-down !important;
  3192. }
  3193. .object-fit-lg-none {
  3194. -o-object-fit: none !important;
  3195. object-fit: none !important;
  3196. }
  3197. .d-lg-inline {
  3198. display: inline !important;
  3199. }
  3200. .d-lg-inline-block {
  3201. display: inline-block !important;
  3202. }
  3203. .d-lg-block {
  3204. display: block !important;
  3205. }
  3206. .d-lg-grid {
  3207. display: grid !important;
  3208. }
  3209. .d-lg-inline-grid {
  3210. display: inline-grid !important;
  3211. }
  3212. .d-lg-table {
  3213. display: table !important;
  3214. }
  3215. .d-lg-table-row {
  3216. display: table-row !important;
  3217. }
  3218. .d-lg-table-cell {
  3219. display: table-cell !important;
  3220. }
  3221. .d-lg-flex {
  3222. display: flex !important;
  3223. }
  3224. .d-lg-inline-flex {
  3225. display: inline-flex !important;
  3226. }
  3227. .d-lg-none {
  3228. display: none !important;
  3229. }
  3230. .flex-lg-fill {
  3231. flex: 1 1 auto !important;
  3232. }
  3233. .flex-lg-row {
  3234. flex-direction: row !important;
  3235. }
  3236. .flex-lg-column {
  3237. flex-direction: column !important;
  3238. }
  3239. .flex-lg-row-reverse {
  3240. flex-direction: row-reverse !important;
  3241. }
  3242. .flex-lg-column-reverse {
  3243. flex-direction: column-reverse !important;
  3244. }
  3245. .flex-lg-grow-0 {
  3246. flex-grow: 0 !important;
  3247. }
  3248. .flex-lg-grow-1 {
  3249. flex-grow: 1 !important;
  3250. }
  3251. .flex-lg-shrink-0 {
  3252. flex-shrink: 0 !important;
  3253. }
  3254. .flex-lg-shrink-1 {
  3255. flex-shrink: 1 !important;
  3256. }
  3257. .flex-lg-wrap {
  3258. flex-wrap: wrap !important;
  3259. }
  3260. .flex-lg-nowrap {
  3261. flex-wrap: nowrap !important;
  3262. }
  3263. .flex-lg-wrap-reverse {
  3264. flex-wrap: wrap-reverse !important;
  3265. }
  3266. .justify-content-lg-start {
  3267. justify-content: flex-start !important;
  3268. }
  3269. .justify-content-lg-end {
  3270. justify-content: flex-end !important;
  3271. }
  3272. .justify-content-lg-center {
  3273. justify-content: center !important;
  3274. }
  3275. .justify-content-lg-between {
  3276. justify-content: space-between !important;
  3277. }
  3278. .justify-content-lg-around {
  3279. justify-content: space-around !important;
  3280. }
  3281. .justify-content-lg-evenly {
  3282. justify-content: space-evenly !important;
  3283. }
  3284. .align-items-lg-start {
  3285. align-items: flex-start !important;
  3286. }
  3287. .align-items-lg-end {
  3288. align-items: flex-end !important;
  3289. }
  3290. .align-items-lg-center {
  3291. align-items: center !important;
  3292. }
  3293. .align-items-lg-baseline {
  3294. align-items: baseline !important;
  3295. }
  3296. .align-items-lg-stretch {
  3297. align-items: stretch !important;
  3298. }
  3299. .align-content-lg-start {
  3300. align-content: flex-start !important;
  3301. }
  3302. .align-content-lg-end {
  3303. align-content: flex-end !important;
  3304. }
  3305. .align-content-lg-center {
  3306. align-content: center !important;
  3307. }
  3308. .align-content-lg-between {
  3309. align-content: space-between !important;
  3310. }
  3311. .align-content-lg-around {
  3312. align-content: space-around !important;
  3313. }
  3314. .align-content-lg-stretch {
  3315. align-content: stretch !important;
  3316. }
  3317. .align-self-lg-auto {
  3318. align-self: auto !important;
  3319. }
  3320. .align-self-lg-start {
  3321. align-self: flex-start !important;
  3322. }
  3323. .align-self-lg-end {
  3324. align-self: flex-end !important;
  3325. }
  3326. .align-self-lg-center {
  3327. align-self: center !important;
  3328. }
  3329. .align-self-lg-baseline {
  3330. align-self: baseline !important;
  3331. }
  3332. .align-self-lg-stretch {
  3333. align-self: stretch !important;
  3334. }
  3335. .order-lg-first {
  3336. order: -1 !important;
  3337. }
  3338. .order-lg-0 {
  3339. order: 0 !important;
  3340. }
  3341. .order-lg-1 {
  3342. order: 1 !important;
  3343. }
  3344. .order-lg-2 {
  3345. order: 2 !important;
  3346. }
  3347. .order-lg-3 {
  3348. order: 3 !important;
  3349. }
  3350. .order-lg-4 {
  3351. order: 4 !important;
  3352. }
  3353. .order-lg-5 {
  3354. order: 5 !important;
  3355. }
  3356. .order-lg-last {
  3357. order: 6 !important;
  3358. }
  3359. .m-lg-0 {
  3360. margin: 0 !important;
  3361. }
  3362. .m-lg-1 {
  3363. margin: 0.25rem !important;
  3364. }
  3365. .m-lg-2 {
  3366. margin: 0.5rem !important;
  3367. }
  3368. .m-lg-3 {
  3369. margin: 1rem !important;
  3370. }
  3371. .m-lg-4 {
  3372. margin: 1.5rem !important;
  3373. }
  3374. .m-lg-5 {
  3375. margin: 3rem !important;
  3376. }
  3377. .m-lg-auto {
  3378. margin: auto !important;
  3379. }
  3380. .mx-lg-0 {
  3381. margin-right: 0 !important;
  3382. margin-left: 0 !important;
  3383. }
  3384. .mx-lg-1 {
  3385. margin-right: 0.25rem !important;
  3386. margin-left: 0.25rem !important;
  3387. }
  3388. .mx-lg-2 {
  3389. margin-right: 0.5rem !important;
  3390. margin-left: 0.5rem !important;
  3391. }
  3392. .mx-lg-3 {
  3393. margin-right: 1rem !important;
  3394. margin-left: 1rem !important;
  3395. }
  3396. .mx-lg-4 {
  3397. margin-right: 1.5rem !important;
  3398. margin-left: 1.5rem !important;
  3399. }
  3400. .mx-lg-5 {
  3401. margin-right: 3rem !important;
  3402. margin-left: 3rem !important;
  3403. }
  3404. .mx-lg-auto {
  3405. margin-right: auto !important;
  3406. margin-left: auto !important;
  3407. }
  3408. .my-lg-0 {
  3409. margin-top: 0 !important;
  3410. margin-bottom: 0 !important;
  3411. }
  3412. .my-lg-1 {
  3413. margin-top: 0.25rem !important;
  3414. margin-bottom: 0.25rem !important;
  3415. }
  3416. .my-lg-2 {
  3417. margin-top: 0.5rem !important;
  3418. margin-bottom: 0.5rem !important;
  3419. }
  3420. .my-lg-3 {
  3421. margin-top: 1rem !important;
  3422. margin-bottom: 1rem !important;
  3423. }
  3424. .my-lg-4 {
  3425. margin-top: 1.5rem !important;
  3426. margin-bottom: 1.5rem !important;
  3427. }
  3428. .my-lg-5 {
  3429. margin-top: 3rem !important;
  3430. margin-bottom: 3rem !important;
  3431. }
  3432. .my-lg-auto {
  3433. margin-top: auto !important;
  3434. margin-bottom: auto !important;
  3435. }
  3436. .mt-lg-0 {
  3437. margin-top: 0 !important;
  3438. }
  3439. .mt-lg-1 {
  3440. margin-top: 0.25rem !important;
  3441. }
  3442. .mt-lg-2 {
  3443. margin-top: 0.5rem !important;
  3444. }
  3445. .mt-lg-3 {
  3446. margin-top: 1rem !important;
  3447. }
  3448. .mt-lg-4 {
  3449. margin-top: 1.5rem !important;
  3450. }
  3451. .mt-lg-5 {
  3452. margin-top: 3rem !important;
  3453. }
  3454. .mt-lg-auto {
  3455. margin-top: auto !important;
  3456. }
  3457. .me-lg-0 {
  3458. margin-right: 0 !important;
  3459. }
  3460. .me-lg-1 {
  3461. margin-right: 0.25rem !important;
  3462. }
  3463. .me-lg-2 {
  3464. margin-right: 0.5rem !important;
  3465. }
  3466. .me-lg-3 {
  3467. margin-right: 1rem !important;
  3468. }
  3469. .me-lg-4 {
  3470. margin-right: 1.5rem !important;
  3471. }
  3472. .me-lg-5 {
  3473. margin-right: 3rem !important;
  3474. }
  3475. .me-lg-auto {
  3476. margin-right: auto !important;
  3477. }
  3478. .mb-lg-0 {
  3479. margin-bottom: 0 !important;
  3480. }
  3481. .mb-lg-1 {
  3482. margin-bottom: 0.25rem !important;
  3483. }
  3484. .mb-lg-2 {
  3485. margin-bottom: 0.5rem !important;
  3486. }
  3487. .mb-lg-3 {
  3488. margin-bottom: 1rem !important;
  3489. }
  3490. .mb-lg-4 {
  3491. margin-bottom: 1.5rem !important;
  3492. }
  3493. .mb-lg-5 {
  3494. margin-bottom: 3rem !important;
  3495. }
  3496. .mb-lg-auto {
  3497. margin-bottom: auto !important;
  3498. }
  3499. .ms-lg-0 {
  3500. margin-left: 0 !important;
  3501. }
  3502. .ms-lg-1 {
  3503. margin-left: 0.25rem !important;
  3504. }
  3505. .ms-lg-2 {
  3506. margin-left: 0.5rem !important;
  3507. }
  3508. .ms-lg-3 {
  3509. margin-left: 1rem !important;
  3510. }
  3511. .ms-lg-4 {
  3512. margin-left: 1.5rem !important;
  3513. }
  3514. .ms-lg-5 {
  3515. margin-left: 3rem !important;
  3516. }
  3517. .ms-lg-auto {
  3518. margin-left: auto !important;
  3519. }
  3520. .p-lg-0 {
  3521. padding: 0 !important;
  3522. }
  3523. .p-lg-1 {
  3524. padding: 0.25rem !important;
  3525. }
  3526. .p-lg-2 {
  3527. padding: 0.5rem !important;
  3528. }
  3529. .p-lg-3 {
  3530. padding: 1rem !important;
  3531. }
  3532. .p-lg-4 {
  3533. padding: 1.5rem !important;
  3534. }
  3535. .p-lg-5 {
  3536. padding: 3rem !important;
  3537. }
  3538. .px-lg-0 {
  3539. padding-right: 0 !important;
  3540. padding-left: 0 !important;
  3541. }
  3542. .px-lg-1 {
  3543. padding-right: 0.25rem !important;
  3544. padding-left: 0.25rem !important;
  3545. }
  3546. .px-lg-2 {
  3547. padding-right: 0.5rem !important;
  3548. padding-left: 0.5rem !important;
  3549. }
  3550. .px-lg-3 {
  3551. padding-right: 1rem !important;
  3552. padding-left: 1rem !important;
  3553. }
  3554. .px-lg-4 {
  3555. padding-right: 1.5rem !important;
  3556. padding-left: 1.5rem !important;
  3557. }
  3558. .px-lg-5 {
  3559. padding-right: 3rem !important;
  3560. padding-left: 3rem !important;
  3561. }
  3562. .py-lg-0 {
  3563. padding-top: 0 !important;
  3564. padding-bottom: 0 !important;
  3565. }
  3566. .py-lg-1 {
  3567. padding-top: 0.25rem !important;
  3568. padding-bottom: 0.25rem !important;
  3569. }
  3570. .py-lg-2 {
  3571. padding-top: 0.5rem !important;
  3572. padding-bottom: 0.5rem !important;
  3573. }
  3574. .py-lg-3 {
  3575. padding-top: 1rem !important;
  3576. padding-bottom: 1rem !important;
  3577. }
  3578. .py-lg-4 {
  3579. padding-top: 1.5rem !important;
  3580. padding-bottom: 1.5rem !important;
  3581. }
  3582. .py-lg-5 {
  3583. padding-top: 3rem !important;
  3584. padding-bottom: 3rem !important;
  3585. }
  3586. .pt-lg-0 {
  3587. padding-top: 0 !important;
  3588. }
  3589. .pt-lg-1 {
  3590. padding-top: 0.25rem !important;
  3591. }
  3592. .pt-lg-2 {
  3593. padding-top: 0.5rem !important;
  3594. }
  3595. .pt-lg-3 {
  3596. padding-top: 1rem !important;
  3597. }
  3598. .pt-lg-4 {
  3599. padding-top: 1.5rem !important;
  3600. }
  3601. .pt-lg-5 {
  3602. padding-top: 3rem !important;
  3603. }
  3604. .pe-lg-0 {
  3605. padding-right: 0 !important;
  3606. }
  3607. .pe-lg-1 {
  3608. padding-right: 0.25rem !important;
  3609. }
  3610. .pe-lg-2 {
  3611. padding-right: 0.5rem !important;
  3612. }
  3613. .pe-lg-3 {
  3614. padding-right: 1rem !important;
  3615. }
  3616. .pe-lg-4 {
  3617. padding-right: 1.5rem !important;
  3618. }
  3619. .pe-lg-5 {
  3620. padding-right: 3rem !important;
  3621. }
  3622. .pb-lg-0 {
  3623. padding-bottom: 0 !important;
  3624. }
  3625. .pb-lg-1 {
  3626. padding-bottom: 0.25rem !important;
  3627. }
  3628. .pb-lg-2 {
  3629. padding-bottom: 0.5rem !important;
  3630. }
  3631. .pb-lg-3 {
  3632. padding-bottom: 1rem !important;
  3633. }
  3634. .pb-lg-4 {
  3635. padding-bottom: 1.5rem !important;
  3636. }
  3637. .pb-lg-5 {
  3638. padding-bottom: 3rem !important;
  3639. }
  3640. .ps-lg-0 {
  3641. padding-left: 0 !important;
  3642. }
  3643. .ps-lg-1 {
  3644. padding-left: 0.25rem !important;
  3645. }
  3646. .ps-lg-2 {
  3647. padding-left: 0.5rem !important;
  3648. }
  3649. .ps-lg-3 {
  3650. padding-left: 1rem !important;
  3651. }
  3652. .ps-lg-4 {
  3653. padding-left: 1.5rem !important;
  3654. }
  3655. .ps-lg-5 {
  3656. padding-left: 3rem !important;
  3657. }
  3658. .gap-lg-0 {
  3659. gap: 0 !important;
  3660. }
  3661. .gap-lg-1 {
  3662. gap: 0.25rem !important;
  3663. }
  3664. .gap-lg-2 {
  3665. gap: 0.5rem !important;
  3666. }
  3667. .gap-lg-3 {
  3668. gap: 1rem !important;
  3669. }
  3670. .gap-lg-4 {
  3671. gap: 1.5rem !important;
  3672. }
  3673. .gap-lg-5 {
  3674. gap: 3rem !important;
  3675. }
  3676. .row-gap-lg-0 {
  3677. row-gap: 0 !important;
  3678. }
  3679. .row-gap-lg-1 {
  3680. row-gap: 0.25rem !important;
  3681. }
  3682. .row-gap-lg-2 {
  3683. row-gap: 0.5rem !important;
  3684. }
  3685. .row-gap-lg-3 {
  3686. row-gap: 1rem !important;
  3687. }
  3688. .row-gap-lg-4 {
  3689. row-gap: 1.5rem !important;
  3690. }
  3691. .row-gap-lg-5 {
  3692. row-gap: 3rem !important;
  3693. }
  3694. .column-gap-lg-0 {
  3695. -moz-column-gap: 0 !important;
  3696. column-gap: 0 !important;
  3697. }
  3698. .column-gap-lg-1 {
  3699. -moz-column-gap: 0.25rem !important;
  3700. column-gap: 0.25rem !important;
  3701. }
  3702. .column-gap-lg-2 {
  3703. -moz-column-gap: 0.5rem !important;
  3704. column-gap: 0.5rem !important;
  3705. }
  3706. .column-gap-lg-3 {
  3707. -moz-column-gap: 1rem !important;
  3708. column-gap: 1rem !important;
  3709. }
  3710. .column-gap-lg-4 {
  3711. -moz-column-gap: 1.5rem !important;
  3712. column-gap: 1.5rem !important;
  3713. }
  3714. .column-gap-lg-5 {
  3715. -moz-column-gap: 3rem !important;
  3716. column-gap: 3rem !important;
  3717. }
  3718. .text-lg-start {
  3719. text-align: left !important;
  3720. }
  3721. .text-lg-end {
  3722. text-align: right !important;
  3723. }
  3724. .text-lg-center {
  3725. text-align: center !important;
  3726. }
  3727. }
  3728. @media (min-width: 1200px) {
  3729. .float-xl-start {
  3730. float: left !important;
  3731. }
  3732. .float-xl-end {
  3733. float: right !important;
  3734. }
  3735. .float-xl-none {
  3736. float: none !important;
  3737. }
  3738. .object-fit-xl-contain {
  3739. -o-object-fit: contain !important;
  3740. object-fit: contain !important;
  3741. }
  3742. .object-fit-xl-cover {
  3743. -o-object-fit: cover !important;
  3744. object-fit: cover !important;
  3745. }
  3746. .object-fit-xl-fill {
  3747. -o-object-fit: fill !important;
  3748. object-fit: fill !important;
  3749. }
  3750. .object-fit-xl-scale {
  3751. -o-object-fit: scale-down !important;
  3752. object-fit: scale-down !important;
  3753. }
  3754. .object-fit-xl-none {
  3755. -o-object-fit: none !important;
  3756. object-fit: none !important;
  3757. }
  3758. .d-xl-inline {
  3759. display: inline !important;
  3760. }
  3761. .d-xl-inline-block {
  3762. display: inline-block !important;
  3763. }
  3764. .d-xl-block {
  3765. display: block !important;
  3766. }
  3767. .d-xl-grid {
  3768. display: grid !important;
  3769. }
  3770. .d-xl-inline-grid {
  3771. display: inline-grid !important;
  3772. }
  3773. .d-xl-table {
  3774. display: table !important;
  3775. }
  3776. .d-xl-table-row {
  3777. display: table-row !important;
  3778. }
  3779. .d-xl-table-cell {
  3780. display: table-cell !important;
  3781. }
  3782. .d-xl-flex {
  3783. display: flex !important;
  3784. }
  3785. .d-xl-inline-flex {
  3786. display: inline-flex !important;
  3787. }
  3788. .d-xl-none {
  3789. display: none !important;
  3790. }
  3791. .flex-xl-fill {
  3792. flex: 1 1 auto !important;
  3793. }
  3794. .flex-xl-row {
  3795. flex-direction: row !important;
  3796. }
  3797. .flex-xl-column {
  3798. flex-direction: column !important;
  3799. }
  3800. .flex-xl-row-reverse {
  3801. flex-direction: row-reverse !important;
  3802. }
  3803. .flex-xl-column-reverse {
  3804. flex-direction: column-reverse !important;
  3805. }
  3806. .flex-xl-grow-0 {
  3807. flex-grow: 0 !important;
  3808. }
  3809. .flex-xl-grow-1 {
  3810. flex-grow: 1 !important;
  3811. }
  3812. .flex-xl-shrink-0 {
  3813. flex-shrink: 0 !important;
  3814. }
  3815. .flex-xl-shrink-1 {
  3816. flex-shrink: 1 !important;
  3817. }
  3818. .flex-xl-wrap {
  3819. flex-wrap: wrap !important;
  3820. }
  3821. .flex-xl-nowrap {
  3822. flex-wrap: nowrap !important;
  3823. }
  3824. .flex-xl-wrap-reverse {
  3825. flex-wrap: wrap-reverse !important;
  3826. }
  3827. .justify-content-xl-start {
  3828. justify-content: flex-start !important;
  3829. }
  3830. .justify-content-xl-end {
  3831. justify-content: flex-end !important;
  3832. }
  3833. .justify-content-xl-center {
  3834. justify-content: center !important;
  3835. }
  3836. .justify-content-xl-between {
  3837. justify-content: space-between !important;
  3838. }
  3839. .justify-content-xl-around {
  3840. justify-content: space-around !important;
  3841. }
  3842. .justify-content-xl-evenly {
  3843. justify-content: space-evenly !important;
  3844. }
  3845. .align-items-xl-start {
  3846. align-items: flex-start !important;
  3847. }
  3848. .align-items-xl-end {
  3849. align-items: flex-end !important;
  3850. }
  3851. .align-items-xl-center {
  3852. align-items: center !important;
  3853. }
  3854. .align-items-xl-baseline {
  3855. align-items: baseline !important;
  3856. }
  3857. .align-items-xl-stretch {
  3858. align-items: stretch !important;
  3859. }
  3860. .align-content-xl-start {
  3861. align-content: flex-start !important;
  3862. }
  3863. .align-content-xl-end {
  3864. align-content: flex-end !important;
  3865. }
  3866. .align-content-xl-center {
  3867. align-content: center !important;
  3868. }
  3869. .align-content-xl-between {
  3870. align-content: space-between !important;
  3871. }
  3872. .align-content-xl-around {
  3873. align-content: space-around !important;
  3874. }
  3875. .align-content-xl-stretch {
  3876. align-content: stretch !important;
  3877. }
  3878. .align-self-xl-auto {
  3879. align-self: auto !important;
  3880. }
  3881. .align-self-xl-start {
  3882. align-self: flex-start !important;
  3883. }
  3884. .align-self-xl-end {
  3885. align-self: flex-end !important;
  3886. }
  3887. .align-self-xl-center {
  3888. align-self: center !important;
  3889. }
  3890. .align-self-xl-baseline {
  3891. align-self: baseline !important;
  3892. }
  3893. .align-self-xl-stretch {
  3894. align-self: stretch !important;
  3895. }
  3896. .order-xl-first {
  3897. order: -1 !important;
  3898. }
  3899. .order-xl-0 {
  3900. order: 0 !important;
  3901. }
  3902. .order-xl-1 {
  3903. order: 1 !important;
  3904. }
  3905. .order-xl-2 {
  3906. order: 2 !important;
  3907. }
  3908. .order-xl-3 {
  3909. order: 3 !important;
  3910. }
  3911. .order-xl-4 {
  3912. order: 4 !important;
  3913. }
  3914. .order-xl-5 {
  3915. order: 5 !important;
  3916. }
  3917. .order-xl-last {
  3918. order: 6 !important;
  3919. }
  3920. .m-xl-0 {
  3921. margin: 0 !important;
  3922. }
  3923. .m-xl-1 {
  3924. margin: 0.25rem !important;
  3925. }
  3926. .m-xl-2 {
  3927. margin: 0.5rem !important;
  3928. }
  3929. .m-xl-3 {
  3930. margin: 1rem !important;
  3931. }
  3932. .m-xl-4 {
  3933. margin: 1.5rem !important;
  3934. }
  3935. .m-xl-5 {
  3936. margin: 3rem !important;
  3937. }
  3938. .m-xl-auto {
  3939. margin: auto !important;
  3940. }
  3941. .mx-xl-0 {
  3942. margin-right: 0 !important;
  3943. margin-left: 0 !important;
  3944. }
  3945. .mx-xl-1 {
  3946. margin-right: 0.25rem !important;
  3947. margin-left: 0.25rem !important;
  3948. }
  3949. .mx-xl-2 {
  3950. margin-right: 0.5rem !important;
  3951. margin-left: 0.5rem !important;
  3952. }
  3953. .mx-xl-3 {
  3954. margin-right: 1rem !important;
  3955. margin-left: 1rem !important;
  3956. }
  3957. .mx-xl-4 {
  3958. margin-right: 1.5rem !important;
  3959. margin-left: 1.5rem !important;
  3960. }
  3961. .mx-xl-5 {
  3962. margin-right: 3rem !important;
  3963. margin-left: 3rem !important;
  3964. }
  3965. .mx-xl-auto {
  3966. margin-right: auto !important;
  3967. margin-left: auto !important;
  3968. }
  3969. .my-xl-0 {
  3970. margin-top: 0 !important;
  3971. margin-bottom: 0 !important;
  3972. }
  3973. .my-xl-1 {
  3974. margin-top: 0.25rem !important;
  3975. margin-bottom: 0.25rem !important;
  3976. }
  3977. .my-xl-2 {
  3978. margin-top: 0.5rem !important;
  3979. margin-bottom: 0.5rem !important;
  3980. }
  3981. .my-xl-3 {
  3982. margin-top: 1rem !important;
  3983. margin-bottom: 1rem !important;
  3984. }
  3985. .my-xl-4 {
  3986. margin-top: 1.5rem !important;
  3987. margin-bottom: 1.5rem !important;
  3988. }
  3989. .my-xl-5 {
  3990. margin-top: 3rem !important;
  3991. margin-bottom: 3rem !important;
  3992. }
  3993. .my-xl-auto {
  3994. margin-top: auto !important;
  3995. margin-bottom: auto !important;
  3996. }
  3997. .mt-xl-0 {
  3998. margin-top: 0 !important;
  3999. }
  4000. .mt-xl-1 {
  4001. margin-top: 0.25rem !important;
  4002. }
  4003. .mt-xl-2 {
  4004. margin-top: 0.5rem !important;
  4005. }
  4006. .mt-xl-3 {
  4007. margin-top: 1rem !important;
  4008. }
  4009. .mt-xl-4 {
  4010. margin-top: 1.5rem !important;
  4011. }
  4012. .mt-xl-5 {
  4013. margin-top: 3rem !important;
  4014. }
  4015. .mt-xl-auto {
  4016. margin-top: auto !important;
  4017. }
  4018. .me-xl-0 {
  4019. margin-right: 0 !important;
  4020. }
  4021. .me-xl-1 {
  4022. margin-right: 0.25rem !important;
  4023. }
  4024. .me-xl-2 {
  4025. margin-right: 0.5rem !important;
  4026. }
  4027. .me-xl-3 {
  4028. margin-right: 1rem !important;
  4029. }
  4030. .me-xl-4 {
  4031. margin-right: 1.5rem !important;
  4032. }
  4033. .me-xl-5 {
  4034. margin-right: 3rem !important;
  4035. }
  4036. .me-xl-auto {
  4037. margin-right: auto !important;
  4038. }
  4039. .mb-xl-0 {
  4040. margin-bottom: 0 !important;
  4041. }
  4042. .mb-xl-1 {
  4043. margin-bottom: 0.25rem !important;
  4044. }
  4045. .mb-xl-2 {
  4046. margin-bottom: 0.5rem !important;
  4047. }
  4048. .mb-xl-3 {
  4049. margin-bottom: 1rem !important;
  4050. }
  4051. .mb-xl-4 {
  4052. margin-bottom: 1.5rem !important;
  4053. }
  4054. .mb-xl-5 {
  4055. margin-bottom: 3rem !important;
  4056. }
  4057. .mb-xl-auto {
  4058. margin-bottom: auto !important;
  4059. }
  4060. .ms-xl-0 {
  4061. margin-left: 0 !important;
  4062. }
  4063. .ms-xl-1 {
  4064. margin-left: 0.25rem !important;
  4065. }
  4066. .ms-xl-2 {
  4067. margin-left: 0.5rem !important;
  4068. }
  4069. .ms-xl-3 {
  4070. margin-left: 1rem !important;
  4071. }
  4072. .ms-xl-4 {
  4073. margin-left: 1.5rem !important;
  4074. }
  4075. .ms-xl-5 {
  4076. margin-left: 3rem !important;
  4077. }
  4078. .ms-xl-auto {
  4079. margin-left: auto !important;
  4080. }
  4081. .p-xl-0 {
  4082. padding: 0 !important;
  4083. }
  4084. .p-xl-1 {
  4085. padding: 0.25rem !important;
  4086. }
  4087. .p-xl-2 {
  4088. padding: 0.5rem !important;
  4089. }
  4090. .p-xl-3 {
  4091. padding: 1rem !important;
  4092. }
  4093. .p-xl-4 {
  4094. padding: 1.5rem !important;
  4095. }
  4096. .p-xl-5 {
  4097. padding: 3rem !important;
  4098. }
  4099. .px-xl-0 {
  4100. padding-right: 0 !important;
  4101. padding-left: 0 !important;
  4102. }
  4103. .px-xl-1 {
  4104. padding-right: 0.25rem !important;
  4105. padding-left: 0.25rem !important;
  4106. }
  4107. .px-xl-2 {
  4108. padding-right: 0.5rem !important;
  4109. padding-left: 0.5rem !important;
  4110. }
  4111. .px-xl-3 {
  4112. padding-right: 1rem !important;
  4113. padding-left: 1rem !important;
  4114. }
  4115. .px-xl-4 {
  4116. padding-right: 1.5rem !important;
  4117. padding-left: 1.5rem !important;
  4118. }
  4119. .px-xl-5 {
  4120. padding-right: 3rem !important;
  4121. padding-left: 3rem !important;
  4122. }
  4123. .py-xl-0 {
  4124. padding-top: 0 !important;
  4125. padding-bottom: 0 !important;
  4126. }
  4127. .py-xl-1 {
  4128. padding-top: 0.25rem !important;
  4129. padding-bottom: 0.25rem !important;
  4130. }
  4131. .py-xl-2 {
  4132. padding-top: 0.5rem !important;
  4133. padding-bottom: 0.5rem !important;
  4134. }
  4135. .py-xl-3 {
  4136. padding-top: 1rem !important;
  4137. padding-bottom: 1rem !important;
  4138. }
  4139. .py-xl-4 {
  4140. padding-top: 1.5rem !important;
  4141. padding-bottom: 1.5rem !important;
  4142. }
  4143. .py-xl-5 {
  4144. padding-top: 3rem !important;
  4145. padding-bottom: 3rem !important;
  4146. }
  4147. .pt-xl-0 {
  4148. padding-top: 0 !important;
  4149. }
  4150. .pt-xl-1 {
  4151. padding-top: 0.25rem !important;
  4152. }
  4153. .pt-xl-2 {
  4154. padding-top: 0.5rem !important;
  4155. }
  4156. .pt-xl-3 {
  4157. padding-top: 1rem !important;
  4158. }
  4159. .pt-xl-4 {
  4160. padding-top: 1.5rem !important;
  4161. }
  4162. .pt-xl-5 {
  4163. padding-top: 3rem !important;
  4164. }
  4165. .pe-xl-0 {
  4166. padding-right: 0 !important;
  4167. }
  4168. .pe-xl-1 {
  4169. padding-right: 0.25rem !important;
  4170. }
  4171. .pe-xl-2 {
  4172. padding-right: 0.5rem !important;
  4173. }
  4174. .pe-xl-3 {
  4175. padding-right: 1rem !important;
  4176. }
  4177. .pe-xl-4 {
  4178. padding-right: 1.5rem !important;
  4179. }
  4180. .pe-xl-5 {
  4181. padding-right: 3rem !important;
  4182. }
  4183. .pb-xl-0 {
  4184. padding-bottom: 0 !important;
  4185. }
  4186. .pb-xl-1 {
  4187. padding-bottom: 0.25rem !important;
  4188. }
  4189. .pb-xl-2 {
  4190. padding-bottom: 0.5rem !important;
  4191. }
  4192. .pb-xl-3 {
  4193. padding-bottom: 1rem !important;
  4194. }
  4195. .pb-xl-4 {
  4196. padding-bottom: 1.5rem !important;
  4197. }
  4198. .pb-xl-5 {
  4199. padding-bottom: 3rem !important;
  4200. }
  4201. .ps-xl-0 {
  4202. padding-left: 0 !important;
  4203. }
  4204. .ps-xl-1 {
  4205. padding-left: 0.25rem !important;
  4206. }
  4207. .ps-xl-2 {
  4208. padding-left: 0.5rem !important;
  4209. }
  4210. .ps-xl-3 {
  4211. padding-left: 1rem !important;
  4212. }
  4213. .ps-xl-4 {
  4214. padding-left: 1.5rem !important;
  4215. }
  4216. .ps-xl-5 {
  4217. padding-left: 3rem !important;
  4218. }
  4219. .gap-xl-0 {
  4220. gap: 0 !important;
  4221. }
  4222. .gap-xl-1 {
  4223. gap: 0.25rem !important;
  4224. }
  4225. .gap-xl-2 {
  4226. gap: 0.5rem !important;
  4227. }
  4228. .gap-xl-3 {
  4229. gap: 1rem !important;
  4230. }
  4231. .gap-xl-4 {
  4232. gap: 1.5rem !important;
  4233. }
  4234. .gap-xl-5 {
  4235. gap: 3rem !important;
  4236. }
  4237. .row-gap-xl-0 {
  4238. row-gap: 0 !important;
  4239. }
  4240. .row-gap-xl-1 {
  4241. row-gap: 0.25rem !important;
  4242. }
  4243. .row-gap-xl-2 {
  4244. row-gap: 0.5rem !important;
  4245. }
  4246. .row-gap-xl-3 {
  4247. row-gap: 1rem !important;
  4248. }
  4249. .row-gap-xl-4 {
  4250. row-gap: 1.5rem !important;
  4251. }
  4252. .row-gap-xl-5 {
  4253. row-gap: 3rem !important;
  4254. }
  4255. .column-gap-xl-0 {
  4256. -moz-column-gap: 0 !important;
  4257. column-gap: 0 !important;
  4258. }
  4259. .column-gap-xl-1 {
  4260. -moz-column-gap: 0.25rem !important;
  4261. column-gap: 0.25rem !important;
  4262. }
  4263. .column-gap-xl-2 {
  4264. -moz-column-gap: 0.5rem !important;
  4265. column-gap: 0.5rem !important;
  4266. }
  4267. .column-gap-xl-3 {
  4268. -moz-column-gap: 1rem !important;
  4269. column-gap: 1rem !important;
  4270. }
  4271. .column-gap-xl-4 {
  4272. -moz-column-gap: 1.5rem !important;
  4273. column-gap: 1.5rem !important;
  4274. }
  4275. .column-gap-xl-5 {
  4276. -moz-column-gap: 3rem !important;
  4277. column-gap: 3rem !important;
  4278. }
  4279. .text-xl-start {
  4280. text-align: left !important;
  4281. }
  4282. .text-xl-end {
  4283. text-align: right !important;
  4284. }
  4285. .text-xl-center {
  4286. text-align: center !important;
  4287. }
  4288. }
  4289. @media (min-width: 1400px) {
  4290. .float-xxl-start {
  4291. float: left !important;
  4292. }
  4293. .float-xxl-end {
  4294. float: right !important;
  4295. }
  4296. .float-xxl-none {
  4297. float: none !important;
  4298. }
  4299. .object-fit-xxl-contain {
  4300. -o-object-fit: contain !important;
  4301. object-fit: contain !important;
  4302. }
  4303. .object-fit-xxl-cover {
  4304. -o-object-fit: cover !important;
  4305. object-fit: cover !important;
  4306. }
  4307. .object-fit-xxl-fill {
  4308. -o-object-fit: fill !important;
  4309. object-fit: fill !important;
  4310. }
  4311. .object-fit-xxl-scale {
  4312. -o-object-fit: scale-down !important;
  4313. object-fit: scale-down !important;
  4314. }
  4315. .object-fit-xxl-none {
  4316. -o-object-fit: none !important;
  4317. object-fit: none !important;
  4318. }
  4319. .d-xxl-inline {
  4320. display: inline !important;
  4321. }
  4322. .d-xxl-inline-block {
  4323. display: inline-block !important;
  4324. }
  4325. .d-xxl-block {
  4326. display: block !important;
  4327. }
  4328. .d-xxl-grid {
  4329. display: grid !important;
  4330. }
  4331. .d-xxl-inline-grid {
  4332. display: inline-grid !important;
  4333. }
  4334. .d-xxl-table {
  4335. display: table !important;
  4336. }
  4337. .d-xxl-table-row {
  4338. display: table-row !important;
  4339. }
  4340. .d-xxl-table-cell {
  4341. display: table-cell !important;
  4342. }
  4343. .d-xxl-flex {
  4344. display: flex !important;
  4345. }
  4346. .d-xxl-inline-flex {
  4347. display: inline-flex !important;
  4348. }
  4349. .d-xxl-none {
  4350. display: none !important;
  4351. }
  4352. .flex-xxl-fill {
  4353. flex: 1 1 auto !important;
  4354. }
  4355. .flex-xxl-row {
  4356. flex-direction: row !important;
  4357. }
  4358. .flex-xxl-column {
  4359. flex-direction: column !important;
  4360. }
  4361. .flex-xxl-row-reverse {
  4362. flex-direction: row-reverse !important;
  4363. }
  4364. .flex-xxl-column-reverse {
  4365. flex-direction: column-reverse !important;
  4366. }
  4367. .flex-xxl-grow-0 {
  4368. flex-grow: 0 !important;
  4369. }
  4370. .flex-xxl-grow-1 {
  4371. flex-grow: 1 !important;
  4372. }
  4373. .flex-xxl-shrink-0 {
  4374. flex-shrink: 0 !important;
  4375. }
  4376. .flex-xxl-shrink-1 {
  4377. flex-shrink: 1 !important;
  4378. }
  4379. .flex-xxl-wrap {
  4380. flex-wrap: wrap !important;
  4381. }
  4382. .flex-xxl-nowrap {
  4383. flex-wrap: nowrap !important;
  4384. }
  4385. .flex-xxl-wrap-reverse {
  4386. flex-wrap: wrap-reverse !important;
  4387. }
  4388. .justify-content-xxl-start {
  4389. justify-content: flex-start !important;
  4390. }
  4391. .justify-content-xxl-end {
  4392. justify-content: flex-end !important;
  4393. }
  4394. .justify-content-xxl-center {
  4395. justify-content: center !important;
  4396. }
  4397. .justify-content-xxl-between {
  4398. justify-content: space-between !important;
  4399. }
  4400. .justify-content-xxl-around {
  4401. justify-content: space-around !important;
  4402. }
  4403. .justify-content-xxl-evenly {
  4404. justify-content: space-evenly !important;
  4405. }
  4406. .align-items-xxl-start {
  4407. align-items: flex-start !important;
  4408. }
  4409. .align-items-xxl-end {
  4410. align-items: flex-end !important;
  4411. }
  4412. .align-items-xxl-center {
  4413. align-items: center !important;
  4414. }
  4415. .align-items-xxl-baseline {
  4416. align-items: baseline !important;
  4417. }
  4418. .align-items-xxl-stretch {
  4419. align-items: stretch !important;
  4420. }
  4421. .align-content-xxl-start {
  4422. align-content: flex-start !important;
  4423. }
  4424. .align-content-xxl-end {
  4425. align-content: flex-end !important;
  4426. }
  4427. .align-content-xxl-center {
  4428. align-content: center !important;
  4429. }
  4430. .align-content-xxl-between {
  4431. align-content: space-between !important;
  4432. }
  4433. .align-content-xxl-around {
  4434. align-content: space-around !important;
  4435. }
  4436. .align-content-xxl-stretch {
  4437. align-content: stretch !important;
  4438. }
  4439. .align-self-xxl-auto {
  4440. align-self: auto !important;
  4441. }
  4442. .align-self-xxl-start {
  4443. align-self: flex-start !important;
  4444. }
  4445. .align-self-xxl-end {
  4446. align-self: flex-end !important;
  4447. }
  4448. .align-self-xxl-center {
  4449. align-self: center !important;
  4450. }
  4451. .align-self-xxl-baseline {
  4452. align-self: baseline !important;
  4453. }
  4454. .align-self-xxl-stretch {
  4455. align-self: stretch !important;
  4456. }
  4457. .order-xxl-first {
  4458. order: -1 !important;
  4459. }
  4460. .order-xxl-0 {
  4461. order: 0 !important;
  4462. }
  4463. .order-xxl-1 {
  4464. order: 1 !important;
  4465. }
  4466. .order-xxl-2 {
  4467. order: 2 !important;
  4468. }
  4469. .order-xxl-3 {
  4470. order: 3 !important;
  4471. }
  4472. .order-xxl-4 {
  4473. order: 4 !important;
  4474. }
  4475. .order-xxl-5 {
  4476. order: 5 !important;
  4477. }
  4478. .order-xxl-last {
  4479. order: 6 !important;
  4480. }
  4481. .m-xxl-0 {
  4482. margin: 0 !important;
  4483. }
  4484. .m-xxl-1 {
  4485. margin: 0.25rem !important;
  4486. }
  4487. .m-xxl-2 {
  4488. margin: 0.5rem !important;
  4489. }
  4490. .m-xxl-3 {
  4491. margin: 1rem !important;
  4492. }
  4493. .m-xxl-4 {
  4494. margin: 1.5rem !important;
  4495. }
  4496. .m-xxl-5 {
  4497. margin: 3rem !important;
  4498. }
  4499. .m-xxl-auto {
  4500. margin: auto !important;
  4501. }
  4502. .mx-xxl-0 {
  4503. margin-right: 0 !important;
  4504. margin-left: 0 !important;
  4505. }
  4506. .mx-xxl-1 {
  4507. margin-right: 0.25rem !important;
  4508. margin-left: 0.25rem !important;
  4509. }
  4510. .mx-xxl-2 {
  4511. margin-right: 0.5rem !important;
  4512. margin-left: 0.5rem !important;
  4513. }
  4514. .mx-xxl-3 {
  4515. margin-right: 1rem !important;
  4516. margin-left: 1rem !important;
  4517. }
  4518. .mx-xxl-4 {
  4519. margin-right: 1.5rem !important;
  4520. margin-left: 1.5rem !important;
  4521. }
  4522. .mx-xxl-5 {
  4523. margin-right: 3rem !important;
  4524. margin-left: 3rem !important;
  4525. }
  4526. .mx-xxl-auto {
  4527. margin-right: auto !important;
  4528. margin-left: auto !important;
  4529. }
  4530. .my-xxl-0 {
  4531. margin-top: 0 !important;
  4532. margin-bottom: 0 !important;
  4533. }
  4534. .my-xxl-1 {
  4535. margin-top: 0.25rem !important;
  4536. margin-bottom: 0.25rem !important;
  4537. }
  4538. .my-xxl-2 {
  4539. margin-top: 0.5rem !important;
  4540. margin-bottom: 0.5rem !important;
  4541. }
  4542. .my-xxl-3 {
  4543. margin-top: 1rem !important;
  4544. margin-bottom: 1rem !important;
  4545. }
  4546. .my-xxl-4 {
  4547. margin-top: 1.5rem !important;
  4548. margin-bottom: 1.5rem !important;
  4549. }
  4550. .my-xxl-5 {
  4551. margin-top: 3rem !important;
  4552. margin-bottom: 3rem !important;
  4553. }
  4554. .my-xxl-auto {
  4555. margin-top: auto !important;
  4556. margin-bottom: auto !important;
  4557. }
  4558. .mt-xxl-0 {
  4559. margin-top: 0 !important;
  4560. }
  4561. .mt-xxl-1 {
  4562. margin-top: 0.25rem !important;
  4563. }
  4564. .mt-xxl-2 {
  4565. margin-top: 0.5rem !important;
  4566. }
  4567. .mt-xxl-3 {
  4568. margin-top: 1rem !important;
  4569. }
  4570. .mt-xxl-4 {
  4571. margin-top: 1.5rem !important;
  4572. }
  4573. .mt-xxl-5 {
  4574. margin-top: 3rem !important;
  4575. }
  4576. .mt-xxl-auto {
  4577. margin-top: auto !important;
  4578. }
  4579. .me-xxl-0 {
  4580. margin-right: 0 !important;
  4581. }
  4582. .me-xxl-1 {
  4583. margin-right: 0.25rem !important;
  4584. }
  4585. .me-xxl-2 {
  4586. margin-right: 0.5rem !important;
  4587. }
  4588. .me-xxl-3 {
  4589. margin-right: 1rem !important;
  4590. }
  4591. .me-xxl-4 {
  4592. margin-right: 1.5rem !important;
  4593. }
  4594. .me-xxl-5 {
  4595. margin-right: 3rem !important;
  4596. }
  4597. .me-xxl-auto {
  4598. margin-right: auto !important;
  4599. }
  4600. .mb-xxl-0 {
  4601. margin-bottom: 0 !important;
  4602. }
  4603. .mb-xxl-1 {
  4604. margin-bottom: 0.25rem !important;
  4605. }
  4606. .mb-xxl-2 {
  4607. margin-bottom: 0.5rem !important;
  4608. }
  4609. .mb-xxl-3 {
  4610. margin-bottom: 1rem !important;
  4611. }
  4612. .mb-xxl-4 {
  4613. margin-bottom: 1.5rem !important;
  4614. }
  4615. .mb-xxl-5 {
  4616. margin-bottom: 3rem !important;
  4617. }
  4618. .mb-xxl-auto {
  4619. margin-bottom: auto !important;
  4620. }
  4621. .ms-xxl-0 {
  4622. margin-left: 0 !important;
  4623. }
  4624. .ms-xxl-1 {
  4625. margin-left: 0.25rem !important;
  4626. }
  4627. .ms-xxl-2 {
  4628. margin-left: 0.5rem !important;
  4629. }
  4630. .ms-xxl-3 {
  4631. margin-left: 1rem !important;
  4632. }
  4633. .ms-xxl-4 {
  4634. margin-left: 1.5rem !important;
  4635. }
  4636. .ms-xxl-5 {
  4637. margin-left: 3rem !important;
  4638. }
  4639. .ms-xxl-auto {
  4640. margin-left: auto !important;
  4641. }
  4642. .p-xxl-0 {
  4643. padding: 0 !important;
  4644. }
  4645. .p-xxl-1 {
  4646. padding: 0.25rem !important;
  4647. }
  4648. .p-xxl-2 {
  4649. padding: 0.5rem !important;
  4650. }
  4651. .p-xxl-3 {
  4652. padding: 1rem !important;
  4653. }
  4654. .p-xxl-4 {
  4655. padding: 1.5rem !important;
  4656. }
  4657. .p-xxl-5 {
  4658. padding: 3rem !important;
  4659. }
  4660. .px-xxl-0 {
  4661. padding-right: 0 !important;
  4662. padding-left: 0 !important;
  4663. }
  4664. .px-xxl-1 {
  4665. padding-right: 0.25rem !important;
  4666. padding-left: 0.25rem !important;
  4667. }
  4668. .px-xxl-2 {
  4669. padding-right: 0.5rem !important;
  4670. padding-left: 0.5rem !important;
  4671. }
  4672. .px-xxl-3 {
  4673. padding-right: 1rem !important;
  4674. padding-left: 1rem !important;
  4675. }
  4676. .px-xxl-4 {
  4677. padding-right: 1.5rem !important;
  4678. padding-left: 1.5rem !important;
  4679. }
  4680. .px-xxl-5 {
  4681. padding-right: 3rem !important;
  4682. padding-left: 3rem !important;
  4683. }
  4684. .py-xxl-0 {
  4685. padding-top: 0 !important;
  4686. padding-bottom: 0 !important;
  4687. }
  4688. .py-xxl-1 {
  4689. padding-top: 0.25rem !important;
  4690. padding-bottom: 0.25rem !important;
  4691. }
  4692. .py-xxl-2 {
  4693. padding-top: 0.5rem !important;
  4694. padding-bottom: 0.5rem !important;
  4695. }
  4696. .py-xxl-3 {
  4697. padding-top: 1rem !important;
  4698. padding-bottom: 1rem !important;
  4699. }
  4700. .py-xxl-4 {
  4701. padding-top: 1.5rem !important;
  4702. padding-bottom: 1.5rem !important;
  4703. }
  4704. .py-xxl-5 {
  4705. padding-top: 3rem !important;
  4706. padding-bottom: 3rem !important;
  4707. }
  4708. .pt-xxl-0 {
  4709. padding-top: 0 !important;
  4710. }
  4711. .pt-xxl-1 {
  4712. padding-top: 0.25rem !important;
  4713. }
  4714. .pt-xxl-2 {
  4715. padding-top: 0.5rem !important;
  4716. }
  4717. .pt-xxl-3 {
  4718. padding-top: 1rem !important;
  4719. }
  4720. .pt-xxl-4 {
  4721. padding-top: 1.5rem !important;
  4722. }
  4723. .pt-xxl-5 {
  4724. padding-top: 3rem !important;
  4725. }
  4726. .pe-xxl-0 {
  4727. padding-right: 0 !important;
  4728. }
  4729. .pe-xxl-1 {
  4730. padding-right: 0.25rem !important;
  4731. }
  4732. .pe-xxl-2 {
  4733. padding-right: 0.5rem !important;
  4734. }
  4735. .pe-xxl-3 {
  4736. padding-right: 1rem !important;
  4737. }
  4738. .pe-xxl-4 {
  4739. padding-right: 1.5rem !important;
  4740. }
  4741. .pe-xxl-5 {
  4742. padding-right: 3rem !important;
  4743. }
  4744. .pb-xxl-0 {
  4745. padding-bottom: 0 !important;
  4746. }
  4747. .pb-xxl-1 {
  4748. padding-bottom: 0.25rem !important;
  4749. }
  4750. .pb-xxl-2 {
  4751. padding-bottom: 0.5rem !important;
  4752. }
  4753. .pb-xxl-3 {
  4754. padding-bottom: 1rem !important;
  4755. }
  4756. .pb-xxl-4 {
  4757. padding-bottom: 1.5rem !important;
  4758. }
  4759. .pb-xxl-5 {
  4760. padding-bottom: 3rem !important;
  4761. }
  4762. .ps-xxl-0 {
  4763. padding-left: 0 !important;
  4764. }
  4765. .ps-xxl-1 {
  4766. padding-left: 0.25rem !important;
  4767. }
  4768. .ps-xxl-2 {
  4769. padding-left: 0.5rem !important;
  4770. }
  4771. .ps-xxl-3 {
  4772. padding-left: 1rem !important;
  4773. }
  4774. .ps-xxl-4 {
  4775. padding-left: 1.5rem !important;
  4776. }
  4777. .ps-xxl-5 {
  4778. padding-left: 3rem !important;
  4779. }
  4780. .gap-xxl-0 {
  4781. gap: 0 !important;
  4782. }
  4783. .gap-xxl-1 {
  4784. gap: 0.25rem !important;
  4785. }
  4786. .gap-xxl-2 {
  4787. gap: 0.5rem !important;
  4788. }
  4789. .gap-xxl-3 {
  4790. gap: 1rem !important;
  4791. }
  4792. .gap-xxl-4 {
  4793. gap: 1.5rem !important;
  4794. }
  4795. .gap-xxl-5 {
  4796. gap: 3rem !important;
  4797. }
  4798. .row-gap-xxl-0 {
  4799. row-gap: 0 !important;
  4800. }
  4801. .row-gap-xxl-1 {
  4802. row-gap: 0.25rem !important;
  4803. }
  4804. .row-gap-xxl-2 {
  4805. row-gap: 0.5rem !important;
  4806. }
  4807. .row-gap-xxl-3 {
  4808. row-gap: 1rem !important;
  4809. }
  4810. .row-gap-xxl-4 {
  4811. row-gap: 1.5rem !important;
  4812. }
  4813. .row-gap-xxl-5 {
  4814. row-gap: 3rem !important;
  4815. }
  4816. .column-gap-xxl-0 {
  4817. -moz-column-gap: 0 !important;
  4818. column-gap: 0 !important;
  4819. }
  4820. .column-gap-xxl-1 {
  4821. -moz-column-gap: 0.25rem !important;
  4822. column-gap: 0.25rem !important;
  4823. }
  4824. .column-gap-xxl-2 {
  4825. -moz-column-gap: 0.5rem !important;
  4826. column-gap: 0.5rem !important;
  4827. }
  4828. .column-gap-xxl-3 {
  4829. -moz-column-gap: 1rem !important;
  4830. column-gap: 1rem !important;
  4831. }
  4832. .column-gap-xxl-4 {
  4833. -moz-column-gap: 1.5rem !important;
  4834. column-gap: 1.5rem !important;
  4835. }
  4836. .column-gap-xxl-5 {
  4837. -moz-column-gap: 3rem !important;
  4838. column-gap: 3rem !important;
  4839. }
  4840. .text-xxl-start {
  4841. text-align: left !important;
  4842. }
  4843. .text-xxl-end {
  4844. text-align: right !important;
  4845. }
  4846. .text-xxl-center {
  4847. text-align: center !important;
  4848. }
  4849. }
  4850. @media (min-width: 1200px) {
  4851. .fs-1 {
  4852. font-size: 2.5rem !important;
  4853. }
  4854. .fs-2 {
  4855. font-size: 2rem !important;
  4856. }
  4857. .fs-3 {
  4858. font-size: 1.75rem !important;
  4859. }
  4860. .fs-4 {
  4861. font-size: 1.5rem !important;
  4862. }
  4863. }
  4864. @media print {
  4865. .d-print-inline {
  4866. display: inline !important;
  4867. }
  4868. .d-print-inline-block {
  4869. display: inline-block !important;
  4870. }
  4871. .d-print-block {
  4872. display: block !important;
  4873. }
  4874. .d-print-grid {
  4875. display: grid !important;
  4876. }
  4877. .d-print-inline-grid {
  4878. display: inline-grid !important;
  4879. }
  4880. .d-print-table {
  4881. display: table !important;
  4882. }
  4883. .d-print-table-row {
  4884. display: table-row !important;
  4885. }
  4886. .d-print-table-cell {
  4887. display: table-cell !important;
  4888. }
  4889. .d-print-flex {
  4890. display: flex !important;
  4891. }
  4892. .d-print-inline-flex {
  4893. display: inline-flex !important;
  4894. }
  4895. .d-print-none {
  4896. display: none !important;
  4897. }
  4898. }
  4899. /*# sourceMappingURL=bootstrap-utilities.css.map */