COGNHACKER - LAB
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

11361 wiersze
249 KiB

  1. @charset "UTF-8";
  2. /*!
  3. * Bootswatch v5.2.3 (https://bootswatch.com)
  4. * Theme: vapor
  5. * Copyright 2012-2022 Thomas Park
  6. * Licensed under MIT
  7. * Based on Bootstrap
  8. */
  9. /*!
  10. * Bootstrap v5.2.3 (https://getbootstrap.com/)
  11. * Copyright 2011-2022 The Bootstrap Authors
  12. * Copyright 2011-2022 Twitter, Inc.
  13. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  14. */
  15. @import url("../fonts/amboss.ttf");
  16. :root {
  17. --bs-blue: #1ba2f6;
  18. --bs-indigo: #6610f2;
  19. --bs-purple: #6f42c1;
  20. --bs-pink: #ea39b8;
  21. --bs-red: #e44c55;
  22. --bs-orange: #f1b633;
  23. --bs-yellow: #ffc107;
  24. --bs-green: #3cf281;
  25. --bs-teal: #3f81a2;
  26. --bs-cyan: #32fbe2;
  27. --bs-black: #000;
  28. --bs-white: #fff;
  29. --bs-gray: #6c757d;
  30. --bs-gray-dark: #343a40;
  31. --bs-gray-100: #f8f9fa;
  32. --bs-gray-200: #e9ecef;
  33. --bs-gray-300: #dee2e6;
  34. --bs-gray-400: #ced4da;
  35. --bs-gray-500: #adb5bd;
  36. --bs-gray-600: #6c757d;
  37. --bs-gray-700: #495057;
  38. --bs-gray-800: #343a40;
  39. --bs-gray-900: #170229;
  40. --bs-primary: #6f42c1;
  41. --bs-secondary: #ea39b8;
  42. --bs-success: #3cf281;
  43. --bs-info: #1ba2f6;
  44. --bs-warning: #ffc107;
  45. --bs-danger: #e44c55;
  46. --bs-light: #44d9e8;
  47. --bs-dark: #170229;
  48. --bs-primary-rgb: 111, 66, 193;
  49. --bs-secondary-rgb: 234, 57, 184;
  50. --bs-success-rgb: 60, 242, 129;
  51. --bs-info-rgb: 27, 162, 246;
  52. --bs-warning-rgb: 255, 193, 7;
  53. --bs-danger-rgb: 228, 76, 85;
  54. --bs-light-rgb: 68, 217, 232;
  55. --bs-dark-rgb: 23, 2, 41;
  56. --bs-white-rgb: 255, 255, 255;
  57. --bs-black-rgb: 0, 0, 0;
  58. --bs-body-color-rgb: 50, 251, 226;
  59. --bs-body-bg-rgb: 26, 9, 51;
  60. --bs-font-sans-serif: "Segoe UI", amboss, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  61. --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  62. --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  63. --bs-body-font-family: var(--bs-font-sans-serif);
  64. --bs-body-font-size: 1rem;
  65. --bs-body-font-weight: 400;
  66. --bs-body-line-height: 1.5;
  67. --bs-body-color: #32fbe2;
  68. --bs-body-bg: #1a0933;
  69. --bs-border-width: 0;
  70. --bs-border-style: solid;
  71. --bs-border-color: #dee2e6;
  72. --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  73. --bs-border-radius: 0.15rem;
  74. --bs-border-radius-sm: 0.05rem;
  75. --bs-border-radius-lg: 0.5rem;
  76. --bs-border-radius-xl: 1rem;
  77. --bs-border-radius-2xl: 2rem;
  78. --bs-border-radius-pill: 50rem;
  79. --bs-link-color: #32fbe2;
  80. --bs-link-hover-color: #28c9b5;
  81. --bs-code-color: #ea39b8;
  82. --bs-highlight-bg: #fff3cd;
  83. }
  84. *,
  85. *::before,
  86. *::after {
  87. box-sizing: border-box;
  88. }
  89. @media (prefers-reduced-motion: no-preference) {
  90. :root {
  91. scroll-behavior: smooth;
  92. }
  93. }
  94. body {
  95. margin: 0;
  96. font-family: var(--bs-body-font-family);
  97. font-size: var(--bs-body-font-size);
  98. font-weight: var(--bs-body-font-weight);
  99. line-height: var(--bs-body-line-height);
  100. color: var(--bs-body-color);
  101. text-align: var(--bs-body-text-align);
  102. background-color: var(--bs-body-bg);
  103. -webkit-text-size-adjust: 100%;
  104. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  105. }
  106. hr {
  107. margin: 1rem 0;
  108. color: inherit;
  109. border: 0;
  110. border-top: 0 solid;
  111. opacity: 0.25;
  112. }
  113. h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  114. margin-top: 0;
  115. margin-bottom: 0.5rem;
  116. font-weight: 500;
  117. line-height: 1.2;
  118. font-family: "amboss"
  119. }
  120. h1, .h1 {
  121. font-size: calc(1.375rem + 1.5vw);
  122. }
  123. @media (min-width: 1200px) {
  124. h1, .h1 {
  125. font-size: 2.5rem;
  126. }
  127. }
  128. h2, .h2 {
  129. font-size: calc(1.325rem + 0.9vw);
  130. }
  131. @media (min-width: 1200px) {
  132. h2, .h2 {
  133. font-size: 2rem;
  134. }
  135. }
  136. h3, .h3 {
  137. font-size: calc(1.3rem + 0.6vw);
  138. }
  139. @media (min-width: 1200px) {
  140. h3, .h3 {
  141. font-size: 1.75rem;
  142. }
  143. }
  144. h4, .h4 {
  145. font-size: calc(1.275rem + 0.3vw);
  146. }
  147. @media (min-width: 1200px) {
  148. h4, .h4 {
  149. font-size: 1.5rem;
  150. }
  151. }
  152. h5, .h5 {
  153. font-size: 1.25rem;
  154. }
  155. h6, .h6 {
  156. font-size: 1rem;
  157. }
  158. p {
  159. margin-top: 0;
  160. margin-bottom: 1rem;
  161. }
  162. abbr[title] {
  163. -webkit-text-decoration: underline dotted;
  164. text-decoration: underline dotted;
  165. cursor: help;
  166. -webkit-text-decoration-skip-ink: none;
  167. text-decoration-skip-ink: none;
  168. }
  169. address {
  170. margin-bottom: 1rem;
  171. font-style: normal;
  172. line-height: inherit;
  173. }
  174. ol,
  175. ul {
  176. padding-left: 2rem;
  177. }
  178. ol,
  179. ul,
  180. dl {
  181. margin-top: 0;
  182. margin-bottom: 1rem;
  183. }
  184. ol ol,
  185. ul ul,
  186. ol ul,
  187. ul ol {
  188. margin-bottom: 0;
  189. }
  190. dt {
  191. font-weight: 700;
  192. }
  193. dd {
  194. margin-bottom: 0.5rem;
  195. margin-left: 0;
  196. }
  197. blockquote {
  198. margin: 0 0 1rem;
  199. }
  200. b,
  201. strong {
  202. font-weight: bolder;
  203. }
  204. small, .small {
  205. font-size: 0.875em;
  206. }
  207. mark, .mark {
  208. padding: 0.1875em;
  209. background-color: var(--bs-highlight-bg);
  210. }
  211. sub,
  212. sup {
  213. position: relative;
  214. font-size: 0.75em;
  215. line-height: 0;
  216. vertical-align: baseline;
  217. }
  218. sub {
  219. bottom: -0.25em;
  220. }
  221. sup {
  222. top: -0.5em;
  223. }
  224. a {
  225. color: var(--bs-link-color);
  226. text-decoration: underline;
  227. }
  228. a:hover {
  229. color: var(--bs-link-hover-color);
  230. }
  231. a:not([href]):not([class]), a:not([href]):not([class]):hover {
  232. color: inherit;
  233. text-decoration: none;
  234. }
  235. pre,
  236. code,
  237. kbd,
  238. samp {
  239. font-family: var(--bs-font-monospace);
  240. font-size: 1em;
  241. }
  242. pre {
  243. display: block;
  244. margin-top: 0;
  245. margin-bottom: 1rem;
  246. overflow: auto;
  247. font-size: 0.875em;
  248. }
  249. pre code {
  250. font-size: inherit;
  251. color: inherit;
  252. word-break: normal;
  253. }
  254. code {
  255. font-size: 0.875em;
  256. color: var(--bs-code-color);
  257. word-wrap: break-word;
  258. }
  259. a > code {
  260. color: inherit;
  261. }
  262. kbd {
  263. padding: 0.1875rem 0.375rem;
  264. font-size: 0.875em;
  265. color: var(--bs-body-bg);
  266. background-color: var(--bs-body-color);
  267. border-radius: 0.05rem;
  268. }
  269. kbd kbd {
  270. padding: 0;
  271. font-size: 1em;
  272. }
  273. figure {
  274. margin: 0 0 1rem;
  275. }
  276. img,
  277. svg {
  278. vertical-align: middle;
  279. }
  280. table {
  281. caption-side: bottom;
  282. border-collapse: collapse;
  283. }
  284. caption {
  285. padding-top: 0.5rem;
  286. padding-bottom: 0.5rem;
  287. color: rgba(50, 251, 226, 0.3);
  288. text-align: left;
  289. }
  290. th {
  291. text-align: inherit;
  292. text-align: -webkit-match-parent;
  293. }
  294. thead,
  295. tbody,
  296. tfoot,
  297. tr,
  298. td,
  299. th {
  300. border-color: inherit;
  301. border-style: solid;
  302. border-width: 0;
  303. }
  304. label {
  305. display: inline-block;
  306. }
  307. button {
  308. border-radius: 0;
  309. }
  310. button:focus:not(:focus-visible) {
  311. outline: 0;
  312. }
  313. input,
  314. button,
  315. select,
  316. optgroup,
  317. textarea {
  318. margin: 0;
  319. font-family: inherit;
  320. font-size: inherit;
  321. line-height: inherit;
  322. }
  323. button,
  324. select {
  325. text-transform: none;
  326. }
  327. [role=button] {
  328. cursor: pointer;
  329. }
  330. select {
  331. word-wrap: normal;
  332. }
  333. select:disabled {
  334. opacity: 1;
  335. }
  336. [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  337. display: none !important;
  338. }
  339. button,
  340. [type=button],
  341. [type=reset],
  342. [type=submit] {
  343. -webkit-appearance: button;
  344. }
  345. button:not(:disabled),
  346. [type=button]:not(:disabled),
  347. [type=reset]:not(:disabled),
  348. [type=submit]:not(:disabled) {
  349. cursor: pointer;
  350. }
  351. ::-moz-focus-inner {
  352. padding: 0;
  353. border-style: none;
  354. }
  355. textarea {
  356. resize: vertical;
  357. }
  358. fieldset {
  359. min-width: 0;
  360. padding: 0;
  361. margin: 0;
  362. border: 0;
  363. }
  364. legend {
  365. float: left;
  366. width: 100%;
  367. padding: 0;
  368. margin-bottom: 0.5rem;
  369. font-size: calc(1.275rem + 0.3vw);
  370. line-height: inherit;
  371. }
  372. @media (min-width: 1200px) {
  373. legend {
  374. font-size: 1.5rem;
  375. }
  376. }
  377. legend + * {
  378. clear: left;
  379. }
  380. ::-webkit-datetime-edit-fields-wrapper,
  381. ::-webkit-datetime-edit-text,
  382. ::-webkit-datetime-edit-minute,
  383. ::-webkit-datetime-edit-hour-field,
  384. ::-webkit-datetime-edit-day-field,
  385. ::-webkit-datetime-edit-month-field,
  386. ::-webkit-datetime-edit-year-field {
  387. padding: 0;
  388. }
  389. ::-webkit-inner-spin-button {
  390. height: auto;
  391. }
  392. [type=search] {
  393. outline-offset: -2px;
  394. -webkit-appearance: textfield;
  395. }
  396. /* rtl:raw:
  397. [type="tel"],
  398. [type="url"],
  399. [type="email"],
  400. [type="number"] {
  401. direction: ltr;
  402. }
  403. */
  404. ::-webkit-search-decoration {
  405. -webkit-appearance: none;
  406. }
  407. ::-webkit-color-swatch-wrapper {
  408. padding: 0;
  409. }
  410. ::-webkit-file-upload-button {
  411. font: inherit;
  412. -webkit-appearance: button;
  413. }
  414. ::file-selector-button {
  415. font: inherit;
  416. -webkit-appearance: button;
  417. }
  418. output {
  419. display: inline-block;
  420. }
  421. iframe {
  422. border: 0;
  423. }
  424. summary {
  425. display: list-item;
  426. cursor: pointer;
  427. }
  428. progress {
  429. vertical-align: baseline;
  430. }
  431. [hidden] {
  432. display: none !important;
  433. }
  434. .lead {
  435. font-size: 1.25rem;
  436. font-weight: 300;
  437. }
  438. .display-1 {
  439. font-size: calc(1.625rem + 4.5vw);
  440. font-weight: 300;
  441. line-height: 1.2;
  442. }
  443. @media (min-width: 1200px) {
  444. .display-1 {
  445. font-size: 5rem;
  446. }
  447. }
  448. .display-2 {
  449. font-size: calc(1.575rem + 3.9vw);
  450. font-weight: 300;
  451. line-height: 1.2;
  452. }
  453. @media (min-width: 1200px) {
  454. .display-2 {
  455. font-size: 4.5rem;
  456. }
  457. }
  458. .display-3 {
  459. font-size: calc(1.525rem + 3.3vw);
  460. font-weight: 300;
  461. line-height: 1.2;
  462. }
  463. @media (min-width: 1200px) {
  464. .display-3 {
  465. font-size: 4rem;
  466. }
  467. }
  468. .display-4 {
  469. font-size: calc(1.475rem + 2.7vw);
  470. font-weight: 300;
  471. line-height: 1.2;
  472. }
  473. @media (min-width: 1200px) {
  474. .display-4 {
  475. font-size: 3.5rem;
  476. }
  477. }
  478. .display-5 {
  479. font-size: calc(1.425rem + 2.1vw);
  480. font-weight: 300;
  481. line-height: 1.2;
  482. }
  483. @media (min-width: 1200px) {
  484. .display-5 {
  485. font-size: 3rem;
  486. }
  487. }
  488. .display-6 {
  489. font-size: calc(1.375rem + 1.5vw);
  490. font-weight: 300;
  491. line-height: 1.2;
  492. }
  493. @media (min-width: 1200px) {
  494. .display-6 {
  495. font-size: 2.5rem;
  496. }
  497. }
  498. .list-unstyled {
  499. padding-left: 0;
  500. list-style: none;
  501. }
  502. .list-inline {
  503. padding-left: 0;
  504. list-style: none;
  505. }
  506. .list-inline-item {
  507. display: inline-block;
  508. }
  509. .list-inline-item:not(:last-child) {
  510. margin-right: 0.5rem;
  511. }
  512. .initialism {
  513. font-size: 0.875em;
  514. text-transform: uppercase;
  515. }
  516. .blockquote {
  517. margin-bottom: 1rem;
  518. font-size: 1.25rem;
  519. }
  520. .blockquote > :last-child {
  521. margin-bottom: 0;
  522. }
  523. .blockquote-footer {
  524. margin-top: -1rem;
  525. margin-bottom: 1rem;
  526. font-size: 0.875em;
  527. color: rgba(50, 251, 226, 0.3);
  528. }
  529. .blockquote-footer::before {
  530. content: "— ";
  531. }
  532. .img-fluid {
  533. max-width: 100%;
  534. height: auto;
  535. }
  536. .img-thumbnail {
  537. padding: 0.25rem;
  538. background-color: #1a0933;
  539. border: 0 solid var(--bs-border-color);
  540. border-radius: 0.15rem;
  541. max-width: 100%;
  542. height: auto;
  543. }
  544. .figure {
  545. display: inline-block;
  546. }
  547. .figure-img {
  548. margin-bottom: 0.5rem;
  549. line-height: 1;
  550. }
  551. .figure-caption {
  552. font-size: 0.875em;
  553. color: #6c757d;
  554. }
  555. .container,
  556. .container-fluid,
  557. .container-xxl,
  558. .container-xl,
  559. .container-lg,
  560. .container-md,
  561. .container-sm {
  562. --bs-gutter-x: 1.5rem;
  563. --bs-gutter-y: 0;
  564. width: 100%;
  565. padding-right: calc(var(--bs-gutter-x) * 0.5);
  566. padding-left: calc(var(--bs-gutter-x) * 0.5);
  567. margin-right: auto;
  568. margin-left: auto;
  569. }
  570. @media (min-width: 576px) {
  571. .container-sm, .container {
  572. max-width: 540px;
  573. }
  574. }
  575. @media (min-width: 768px) {
  576. .container-md, .container-sm, .container {
  577. max-width: 720px;
  578. }
  579. }
  580. @media (min-width: 992px) {
  581. .container-lg, .container-md, .container-sm, .container {
  582. max-width: 960px;
  583. }
  584. }
  585. @media (min-width: 1200px) {
  586. .container-xl, .container-lg, .container-md, .container-sm, .container {
  587. max-width: 1140px;
  588. }
  589. }
  590. @media (min-width: 1400px) {
  591. .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  592. max-width: 1320px;
  593. }
  594. }
  595. .row {
  596. --bs-gutter-x: 1.5rem;
  597. --bs-gutter-y: 0;
  598. display: flex;
  599. flex-wrap: wrap;
  600. margin-top: calc(-1 * var(--bs-gutter-y));
  601. margin-right: calc(-0.5 * var(--bs-gutter-x));
  602. margin-left: calc(-0.5 * var(--bs-gutter-x));
  603. }
  604. .row > * {
  605. flex-shrink: 0;
  606. width: 100%;
  607. max-width: 100%;
  608. padding-right: calc(var(--bs-gutter-x) * 0.5);
  609. padding-left: calc(var(--bs-gutter-x) * 0.5);
  610. margin-top: var(--bs-gutter-y);
  611. }
  612. .col {
  613. flex: 1 0 0%;
  614. }
  615. .row-cols-auto > * {
  616. flex: 0 0 auto;
  617. width: auto;
  618. }
  619. .row-cols-1 > * {
  620. flex: 0 0 auto;
  621. width: 100%;
  622. }
  623. .row-cols-2 > * {
  624. flex: 0 0 auto;
  625. width: 50%;
  626. }
  627. .row-cols-3 > * {
  628. flex: 0 0 auto;
  629. width: 33.3333333333%;
  630. }
  631. .row-cols-4 > * {
  632. flex: 0 0 auto;
  633. width: 25%;
  634. }
  635. .row-cols-5 > * {
  636. flex: 0 0 auto;
  637. width: 20%;
  638. }
  639. .row-cols-6 > * {
  640. flex: 0 0 auto;
  641. width: 16.6666666667%;
  642. }
  643. .col-auto {
  644. flex: 0 0 auto;
  645. width: auto;
  646. }
  647. .col-1 {
  648. flex: 0 0 auto;
  649. width: 8.33333333%;
  650. }
  651. .col-2 {
  652. flex: 0 0 auto;
  653. width: 16.66666667%;
  654. }
  655. .col-3 {
  656. flex: 0 0 auto;
  657. width: 25%;
  658. }
  659. .col-4 {
  660. flex: 0 0 auto;
  661. width: 33.33333333%;
  662. }
  663. .col-5 {
  664. flex: 0 0 auto;
  665. width: 41.66666667%;
  666. }
  667. .col-6 {
  668. flex: 0 0 auto;
  669. width: 50%;
  670. }
  671. .col-7 {
  672. flex: 0 0 auto;
  673. width: 58.33333333%;
  674. }
  675. .col-8 {
  676. flex: 0 0 auto;
  677. width: 66.66666667%;
  678. }
  679. .col-9 {
  680. flex: 0 0 auto;
  681. width: 75%;
  682. }
  683. .col-10 {
  684. flex: 0 0 auto;
  685. width: 83.33333333%;
  686. }
  687. .col-11 {
  688. flex: 0 0 auto;
  689. width: 91.66666667%;
  690. }
  691. .col-12 {
  692. flex: 0 0 auto;
  693. width: 100%;
  694. }
  695. .offset-1 {
  696. margin-left: 8.33333333%;
  697. }
  698. .offset-2 {
  699. margin-left: 16.66666667%;
  700. }
  701. .offset-3 {
  702. margin-left: 25%;
  703. }
  704. .offset-4 {
  705. margin-left: 33.33333333%;
  706. }
  707. .offset-5 {
  708. margin-left: 41.66666667%;
  709. }
  710. .offset-6 {
  711. margin-left: 50%;
  712. }
  713. .offset-7 {
  714. margin-left: 58.33333333%;
  715. }
  716. .offset-8 {
  717. margin-left: 66.66666667%;
  718. }
  719. .offset-9 {
  720. margin-left: 75%;
  721. }
  722. .offset-10 {
  723. margin-left: 83.33333333%;
  724. }
  725. .offset-11 {
  726. margin-left: 91.66666667%;
  727. }
  728. .g-0,
  729. .gx-0 {
  730. --bs-gutter-x: 0;
  731. }
  732. .g-0,
  733. .gy-0 {
  734. --bs-gutter-y: 0;
  735. }
  736. .g-1,
  737. .gx-1 {
  738. --bs-gutter-x: 0.25rem;
  739. }
  740. .g-1,
  741. .gy-1 {
  742. --bs-gutter-y: 0.25rem;
  743. }
  744. .g-2,
  745. .gx-2 {
  746. --bs-gutter-x: 0.5rem;
  747. }
  748. .g-2,
  749. .gy-2 {
  750. --bs-gutter-y: 0.5rem;
  751. }
  752. .g-3,
  753. .gx-3 {
  754. --bs-gutter-x: 1rem;
  755. }
  756. .g-3,
  757. .gy-3 {
  758. --bs-gutter-y: 1rem;
  759. }
  760. .g-4,
  761. .gx-4 {
  762. --bs-gutter-x: 1.5rem;
  763. }
  764. .g-4,
  765. .gy-4 {
  766. --bs-gutter-y: 1.5rem;
  767. }
  768. .g-5,
  769. .gx-5 {
  770. --bs-gutter-x: 3rem;
  771. }
  772. .g-5,
  773. .gy-5 {
  774. --bs-gutter-y: 3rem;
  775. }
  776. @media (min-width: 576px) {
  777. .col-sm {
  778. flex: 1 0 0%;
  779. }
  780. .row-cols-sm-auto > * {
  781. flex: 0 0 auto;
  782. width: auto;
  783. }
  784. .row-cols-sm-1 > * {
  785. flex: 0 0 auto;
  786. width: 100%;
  787. }
  788. .row-cols-sm-2 > * {
  789. flex: 0 0 auto;
  790. width: 50%;
  791. }
  792. .row-cols-sm-3 > * {
  793. flex: 0 0 auto;
  794. width: 33.3333333333%;
  795. }
  796. .row-cols-sm-4 > * {
  797. flex: 0 0 auto;
  798. width: 25%;
  799. }
  800. .row-cols-sm-5 > * {
  801. flex: 0 0 auto;
  802. width: 20%;
  803. }
  804. .row-cols-sm-6 > * {
  805. flex: 0 0 auto;
  806. width: 16.6666666667%;
  807. }
  808. .col-sm-auto {
  809. flex: 0 0 auto;
  810. width: auto;
  811. }
  812. .col-sm-1 {
  813. flex: 0 0 auto;
  814. width: 8.33333333%;
  815. }
  816. .col-sm-2 {
  817. flex: 0 0 auto;
  818. width: 16.66666667%;
  819. }
  820. .col-sm-3 {
  821. flex: 0 0 auto;
  822. width: 25%;
  823. }
  824. .col-sm-4 {
  825. flex: 0 0 auto;
  826. width: 33.33333333%;
  827. }
  828. .col-sm-5 {
  829. flex: 0 0 auto;
  830. width: 41.66666667%;
  831. }
  832. .col-sm-6 {
  833. flex: 0 0 auto;
  834. width: 50%;
  835. }
  836. .col-sm-7 {
  837. flex: 0 0 auto;
  838. width: 58.33333333%;
  839. }
  840. .col-sm-8 {
  841. flex: 0 0 auto;
  842. width: 66.66666667%;
  843. }
  844. .col-sm-9 {
  845. flex: 0 0 auto;
  846. width: 75%;
  847. }
  848. .col-sm-10 {
  849. flex: 0 0 auto;
  850. width: 83.33333333%;
  851. }
  852. .col-sm-11 {
  853. flex: 0 0 auto;
  854. width: 91.66666667%;
  855. }
  856. .col-sm-12 {
  857. flex: 0 0 auto;
  858. width: 100%;
  859. }
  860. .offset-sm-0 {
  861. margin-left: 0;
  862. }
  863. .offset-sm-1 {
  864. margin-left: 8.33333333%;
  865. }
  866. .offset-sm-2 {
  867. margin-left: 16.66666667%;
  868. }
  869. .offset-sm-3 {
  870. margin-left: 25%;
  871. }
  872. .offset-sm-4 {
  873. margin-left: 33.33333333%;
  874. }
  875. .offset-sm-5 {
  876. margin-left: 41.66666667%;
  877. }
  878. .offset-sm-6 {
  879. margin-left: 50%;
  880. }
  881. .offset-sm-7 {
  882. margin-left: 58.33333333%;
  883. }
  884. .offset-sm-8 {
  885. margin-left: 66.66666667%;
  886. }
  887. .offset-sm-9 {
  888. margin-left: 75%;
  889. }
  890. .offset-sm-10 {
  891. margin-left: 83.33333333%;
  892. }
  893. .offset-sm-11 {
  894. margin-left: 91.66666667%;
  895. }
  896. .g-sm-0,
  897. .gx-sm-0 {
  898. --bs-gutter-x: 0;
  899. }
  900. .g-sm-0,
  901. .gy-sm-0 {
  902. --bs-gutter-y: 0;
  903. }
  904. .g-sm-1,
  905. .gx-sm-1 {
  906. --bs-gutter-x: 0.25rem;
  907. }
  908. .g-sm-1,
  909. .gy-sm-1 {
  910. --bs-gutter-y: 0.25rem;
  911. }
  912. .g-sm-2,
  913. .gx-sm-2 {
  914. --bs-gutter-x: 0.5rem;
  915. }
  916. .g-sm-2,
  917. .gy-sm-2 {
  918. --bs-gutter-y: 0.5rem;
  919. }
  920. .g-sm-3,
  921. .gx-sm-3 {
  922. --bs-gutter-x: 1rem;
  923. }
  924. .g-sm-3,
  925. .gy-sm-3 {
  926. --bs-gutter-y: 1rem;
  927. }
  928. .g-sm-4,
  929. .gx-sm-4 {
  930. --bs-gutter-x: 1.5rem;
  931. }
  932. .g-sm-4,
  933. .gy-sm-4 {
  934. --bs-gutter-y: 1.5rem;
  935. }
  936. .g-sm-5,
  937. .gx-sm-5 {
  938. --bs-gutter-x: 3rem;
  939. }
  940. .g-sm-5,
  941. .gy-sm-5 {
  942. --bs-gutter-y: 3rem;
  943. }
  944. }
  945. @media (min-width: 768px) {
  946. .col-md {
  947. flex: 1 0 0%;
  948. }
  949. .row-cols-md-auto > * {
  950. flex: 0 0 auto;
  951. width: auto;
  952. }
  953. .row-cols-md-1 > * {
  954. flex: 0 0 auto;
  955. width: 100%;
  956. }
  957. .row-cols-md-2 > * {
  958. flex: 0 0 auto;
  959. width: 50%;
  960. }
  961. .row-cols-md-3 > * {
  962. flex: 0 0 auto;
  963. width: 33.3333333333%;
  964. }
  965. .row-cols-md-4 > * {
  966. flex: 0 0 auto;
  967. width: 25%;
  968. }
  969. .row-cols-md-5 > * {
  970. flex: 0 0 auto;
  971. width: 20%;
  972. }
  973. .row-cols-md-6 > * {
  974. flex: 0 0 auto;
  975. width: 16.6666666667%;
  976. }
  977. .col-md-auto {
  978. flex: 0 0 auto;
  979. width: auto;
  980. }
  981. .col-md-1 {
  982. flex: 0 0 auto;
  983. width: 8.33333333%;
  984. }
  985. .col-md-2 {
  986. flex: 0 0 auto;
  987. width: 16.66666667%;
  988. }
  989. .col-md-3 {
  990. flex: 0 0 auto;
  991. width: 25%;
  992. }
  993. .col-md-4 {
  994. flex: 0 0 auto;
  995. width: 33.33333333%;
  996. }
  997. .col-md-5 {
  998. flex: 0 0 auto;
  999. width: 41.66666667%;
  1000. }
  1001. .col-md-6 {
  1002. flex: 0 0 auto;
  1003. width: 50%;
  1004. }
  1005. .col-md-7 {
  1006. flex: 0 0 auto;
  1007. width: 58.33333333%;
  1008. }
  1009. .col-md-8 {
  1010. flex: 0 0 auto;
  1011. width: 66.66666667%;
  1012. }
  1013. .col-md-9 {
  1014. flex: 0 0 auto;
  1015. width: 75%;
  1016. }
  1017. .col-md-10 {
  1018. flex: 0 0 auto;
  1019. width: 83.33333333%;
  1020. }
  1021. .col-md-11 {
  1022. flex: 0 0 auto;
  1023. width: 91.66666667%;
  1024. }
  1025. .col-md-12 {
  1026. flex: 0 0 auto;
  1027. width: 100%;
  1028. }
  1029. .offset-md-0 {
  1030. margin-left: 0;
  1031. }
  1032. .offset-md-1 {
  1033. margin-left: 8.33333333%;
  1034. }
  1035. .offset-md-2 {
  1036. margin-left: 16.66666667%;
  1037. }
  1038. .offset-md-3 {
  1039. margin-left: 25%;
  1040. }
  1041. .offset-md-4 {
  1042. margin-left: 33.33333333%;
  1043. }
  1044. .offset-md-5 {
  1045. margin-left: 41.66666667%;
  1046. }
  1047. .offset-md-6 {
  1048. margin-left: 50%;
  1049. }
  1050. .offset-md-7 {
  1051. margin-left: 58.33333333%;
  1052. }
  1053. .offset-md-8 {
  1054. margin-left: 66.66666667%;
  1055. }
  1056. .offset-md-9 {
  1057. margin-left: 75%;
  1058. }
  1059. .offset-md-10 {
  1060. margin-left: 83.33333333%;
  1061. }
  1062. .offset-md-11 {
  1063. margin-left: 91.66666667%;
  1064. }
  1065. .g-md-0,
  1066. .gx-md-0 {
  1067. --bs-gutter-x: 0;
  1068. }
  1069. .g-md-0,
  1070. .gy-md-0 {
  1071. --bs-gutter-y: 0;
  1072. }
  1073. .g-md-1,
  1074. .gx-md-1 {
  1075. --bs-gutter-x: 0.25rem;
  1076. }
  1077. .g-md-1,
  1078. .gy-md-1 {
  1079. --bs-gutter-y: 0.25rem;
  1080. }
  1081. .g-md-2,
  1082. .gx-md-2 {
  1083. --bs-gutter-x: 0.5rem;
  1084. }
  1085. .g-md-2,
  1086. .gy-md-2 {
  1087. --bs-gutter-y: 0.5rem;
  1088. }
  1089. .g-md-3,
  1090. .gx-md-3 {
  1091. --bs-gutter-x: 1rem;
  1092. }
  1093. .g-md-3,
  1094. .gy-md-3 {
  1095. --bs-gutter-y: 1rem;
  1096. }
  1097. .g-md-4,
  1098. .gx-md-4 {
  1099. --bs-gutter-x: 1.5rem;
  1100. }
  1101. .g-md-4,
  1102. .gy-md-4 {
  1103. --bs-gutter-y: 1.5rem;
  1104. }
  1105. .g-md-5,
  1106. .gx-md-5 {
  1107. --bs-gutter-x: 3rem;
  1108. }
  1109. .g-md-5,
  1110. .gy-md-5 {
  1111. --bs-gutter-y: 3rem;
  1112. }
  1113. }
  1114. @media (min-width: 992px) {
  1115. .col-lg {
  1116. flex: 1 0 0%;
  1117. }
  1118. .row-cols-lg-auto > * {
  1119. flex: 0 0 auto;
  1120. width: auto;
  1121. }
  1122. .row-cols-lg-1 > * {
  1123. flex: 0 0 auto;
  1124. width: 100%;
  1125. }
  1126. .row-cols-lg-2 > * {
  1127. flex: 0 0 auto;
  1128. width: 50%;
  1129. }
  1130. .row-cols-lg-3 > * {
  1131. flex: 0 0 auto;
  1132. width: 33.3333333333%;
  1133. }
  1134. .row-cols-lg-4 > * {
  1135. flex: 0 0 auto;
  1136. width: 25%;
  1137. }
  1138. .row-cols-lg-5 > * {
  1139. flex: 0 0 auto;
  1140. width: 20%;
  1141. }
  1142. .row-cols-lg-6 > * {
  1143. flex: 0 0 auto;
  1144. width: 16.6666666667%;
  1145. }
  1146. .col-lg-auto {
  1147. flex: 0 0 auto;
  1148. width: auto;
  1149. }
  1150. .col-lg-1 {
  1151. flex: 0 0 auto;
  1152. width: 8.33333333%;
  1153. }
  1154. .col-lg-2 {
  1155. flex: 0 0 auto;
  1156. width: 16.66666667%;
  1157. }
  1158. .col-lg-3 {
  1159. flex: 0 0 auto;
  1160. width: 25%;
  1161. }
  1162. .col-lg-4 {
  1163. flex: 0 0 auto;
  1164. width: 33.33333333%;
  1165. }
  1166. .col-lg-5 {
  1167. flex: 0 0 auto;
  1168. width: 41.66666667%;
  1169. }
  1170. .col-lg-6 {
  1171. flex: 0 0 auto;
  1172. width: 50%;
  1173. }
  1174. .col-lg-7 {
  1175. flex: 0 0 auto;
  1176. width: 58.33333333%;
  1177. }
  1178. .col-lg-8 {
  1179. flex: 0 0 auto;
  1180. width: 66.66666667%;
  1181. }
  1182. .col-lg-9 {
  1183. flex: 0 0 auto;
  1184. width: 75%;
  1185. }
  1186. .col-lg-10 {
  1187. flex: 0 0 auto;
  1188. width: 83.33333333%;
  1189. }
  1190. .col-lg-11 {
  1191. flex: 0 0 auto;
  1192. width: 91.66666667%;
  1193. }
  1194. .col-lg-12 {
  1195. flex: 0 0 auto;
  1196. width: 100%;
  1197. }
  1198. .offset-lg-0 {
  1199. margin-left: 0;
  1200. }
  1201. .offset-lg-1 {
  1202. margin-left: 8.33333333%;
  1203. }
  1204. .offset-lg-2 {
  1205. margin-left: 16.66666667%;
  1206. }
  1207. .offset-lg-3 {
  1208. margin-left: 25%;
  1209. }
  1210. .offset-lg-4 {
  1211. margin-left: 33.33333333%;
  1212. }
  1213. .offset-lg-5 {
  1214. margin-left: 41.66666667%;
  1215. }
  1216. .offset-lg-6 {
  1217. margin-left: 50%;
  1218. }
  1219. .offset-lg-7 {
  1220. margin-left: 58.33333333%;
  1221. }
  1222. .offset-lg-8 {
  1223. margin-left: 66.66666667%;
  1224. }
  1225. .offset-lg-9 {
  1226. margin-left: 75%;
  1227. }
  1228. .offset-lg-10 {
  1229. margin-left: 83.33333333%;
  1230. }
  1231. .offset-lg-11 {
  1232. margin-left: 91.66666667%;
  1233. }
  1234. .g-lg-0,
  1235. .gx-lg-0 {
  1236. --bs-gutter-x: 0;
  1237. }
  1238. .g-lg-0,
  1239. .gy-lg-0 {
  1240. --bs-gutter-y: 0;
  1241. }
  1242. .g-lg-1,
  1243. .gx-lg-1 {
  1244. --bs-gutter-x: 0.25rem;
  1245. }
  1246. .g-lg-1,
  1247. .gy-lg-1 {
  1248. --bs-gutter-y: 0.25rem;
  1249. }
  1250. .g-lg-2,
  1251. .gx-lg-2 {
  1252. --bs-gutter-x: 0.5rem;
  1253. }
  1254. .g-lg-2,
  1255. .gy-lg-2 {
  1256. --bs-gutter-y: 0.5rem;
  1257. }
  1258. .g-lg-3,
  1259. .gx-lg-3 {
  1260. --bs-gutter-x: 1rem;
  1261. }
  1262. .g-lg-3,
  1263. .gy-lg-3 {
  1264. --bs-gutter-y: 1rem;
  1265. }
  1266. .g-lg-4,
  1267. .gx-lg-4 {
  1268. --bs-gutter-x: 1.5rem;
  1269. }
  1270. .g-lg-4,
  1271. .gy-lg-4 {
  1272. --bs-gutter-y: 1.5rem;
  1273. }
  1274. .g-lg-5,
  1275. .gx-lg-5 {
  1276. --bs-gutter-x: 3rem;
  1277. }
  1278. .g-lg-5,
  1279. .gy-lg-5 {
  1280. --bs-gutter-y: 3rem;
  1281. }
  1282. }
  1283. @media (min-width: 1200px) {
  1284. .col-xl {
  1285. flex: 1 0 0%;
  1286. }
  1287. .row-cols-xl-auto > * {
  1288. flex: 0 0 auto;
  1289. width: auto;
  1290. }
  1291. .row-cols-xl-1 > * {
  1292. flex: 0 0 auto;
  1293. width: 100%;
  1294. }
  1295. .row-cols-xl-2 > * {
  1296. flex: 0 0 auto;
  1297. width: 50%;
  1298. }
  1299. .row-cols-xl-3 > * {
  1300. flex: 0 0 auto;
  1301. width: 33.3333333333%;
  1302. }
  1303. .row-cols-xl-4 > * {
  1304. flex: 0 0 auto;
  1305. width: 25%;
  1306. }
  1307. .row-cols-xl-5 > * {
  1308. flex: 0 0 auto;
  1309. width: 20%;
  1310. }
  1311. .row-cols-xl-6 > * {
  1312. flex: 0 0 auto;
  1313. width: 16.6666666667%;
  1314. }
  1315. .col-xl-auto {
  1316. flex: 0 0 auto;
  1317. width: auto;
  1318. }
  1319. .col-xl-1 {
  1320. flex: 0 0 auto;
  1321. width: 8.33333333%;
  1322. }
  1323. .col-xl-2 {
  1324. flex: 0 0 auto;
  1325. width: 16.66666667%;
  1326. }
  1327. .col-xl-3 {
  1328. flex: 0 0 auto;
  1329. width: 25%;
  1330. }
  1331. .col-xl-4 {
  1332. flex: 0 0 auto;
  1333. width: 33.33333333%;
  1334. }
  1335. .col-xl-5 {
  1336. flex: 0 0 auto;
  1337. width: 41.66666667%;
  1338. }
  1339. .col-xl-6 {
  1340. flex: 0 0 auto;
  1341. width: 50%;
  1342. }
  1343. .col-xl-7 {
  1344. flex: 0 0 auto;
  1345. width: 58.33333333%;
  1346. }
  1347. .col-xl-8 {
  1348. flex: 0 0 auto;
  1349. width: 66.66666667%;
  1350. }
  1351. .col-xl-9 {
  1352. flex: 0 0 auto;
  1353. width: 75%;
  1354. }
  1355. .col-xl-10 {
  1356. flex: 0 0 auto;
  1357. width: 83.33333333%;
  1358. }
  1359. .col-xl-11 {
  1360. flex: 0 0 auto;
  1361. width: 91.66666667%;
  1362. }
  1363. .col-xl-12 {
  1364. flex: 0 0 auto;
  1365. width: 100%;
  1366. }
  1367. .offset-xl-0 {
  1368. margin-left: 0;
  1369. }
  1370. .offset-xl-1 {
  1371. margin-left: 8.33333333%;
  1372. }
  1373. .offset-xl-2 {
  1374. margin-left: 16.66666667%;
  1375. }
  1376. .offset-xl-3 {
  1377. margin-left: 25%;
  1378. }
  1379. .offset-xl-4 {
  1380. margin-left: 33.33333333%;
  1381. }
  1382. .offset-xl-5 {
  1383. margin-left: 41.66666667%;
  1384. }
  1385. .offset-xl-6 {
  1386. margin-left: 50%;
  1387. }
  1388. .offset-xl-7 {
  1389. margin-left: 58.33333333%;
  1390. }
  1391. .offset-xl-8 {
  1392. margin-left: 66.66666667%;
  1393. }
  1394. .offset-xl-9 {
  1395. margin-left: 75%;
  1396. }
  1397. .offset-xl-10 {
  1398. margin-left: 83.33333333%;
  1399. }
  1400. .offset-xl-11 {
  1401. margin-left: 91.66666667%;
  1402. }
  1403. .g-xl-0,
  1404. .gx-xl-0 {
  1405. --bs-gutter-x: 0;
  1406. }
  1407. .g-xl-0,
  1408. .gy-xl-0 {
  1409. --bs-gutter-y: 0;
  1410. }
  1411. .g-xl-1,
  1412. .gx-xl-1 {
  1413. --bs-gutter-x: 0.25rem;
  1414. }
  1415. .g-xl-1,
  1416. .gy-xl-1 {
  1417. --bs-gutter-y: 0.25rem;
  1418. }
  1419. .g-xl-2,
  1420. .gx-xl-2 {
  1421. --bs-gutter-x: 0.5rem;
  1422. }
  1423. .g-xl-2,
  1424. .gy-xl-2 {
  1425. --bs-gutter-y: 0.5rem;
  1426. }
  1427. .g-xl-3,
  1428. .gx-xl-3 {
  1429. --bs-gutter-x: 1rem;
  1430. }
  1431. .g-xl-3,
  1432. .gy-xl-3 {
  1433. --bs-gutter-y: 1rem;
  1434. }
  1435. .g-xl-4,
  1436. .gx-xl-4 {
  1437. --bs-gutter-x: 1.5rem;
  1438. }
  1439. .g-xl-4,
  1440. .gy-xl-4 {
  1441. --bs-gutter-y: 1.5rem;
  1442. }
  1443. .g-xl-5,
  1444. .gx-xl-5 {
  1445. --bs-gutter-x: 3rem;
  1446. }
  1447. .g-xl-5,
  1448. .gy-xl-5 {
  1449. --bs-gutter-y: 3rem;
  1450. }
  1451. }
  1452. @media (min-width: 1400px) {
  1453. .col-xxl {
  1454. flex: 1 0 0%;
  1455. }
  1456. .row-cols-xxl-auto > * {
  1457. flex: 0 0 auto;
  1458. width: auto;
  1459. }
  1460. .row-cols-xxl-1 > * {
  1461. flex: 0 0 auto;
  1462. width: 100%;
  1463. }
  1464. .row-cols-xxl-2 > * {
  1465. flex: 0 0 auto;
  1466. width: 50%;
  1467. }
  1468. .row-cols-xxl-3 > * {
  1469. flex: 0 0 auto;
  1470. width: 33.3333333333%;
  1471. }
  1472. .row-cols-xxl-4 > * {
  1473. flex: 0 0 auto;
  1474. width: 25%;
  1475. }
  1476. .row-cols-xxl-5 > * {
  1477. flex: 0 0 auto;
  1478. width: 20%;
  1479. }
  1480. .row-cols-xxl-6 > * {
  1481. flex: 0 0 auto;
  1482. width: 16.6666666667%;
  1483. }
  1484. .col-xxl-auto {
  1485. flex: 0 0 auto;
  1486. width: auto;
  1487. }
  1488. .col-xxl-1 {
  1489. flex: 0 0 auto;
  1490. width: 8.33333333%;
  1491. }
  1492. .col-xxl-2 {
  1493. flex: 0 0 auto;
  1494. width: 16.66666667%;
  1495. }
  1496. .col-xxl-3 {
  1497. flex: 0 0 auto;
  1498. width: 25%;
  1499. }
  1500. .col-xxl-4 {
  1501. flex: 0 0 auto;
  1502. width: 33.33333333%;
  1503. }
  1504. .col-xxl-5 {
  1505. flex: 0 0 auto;
  1506. width: 41.66666667%;
  1507. }
  1508. .col-xxl-6 {
  1509. flex: 0 0 auto;
  1510. width: 50%;
  1511. }
  1512. .col-xxl-7 {
  1513. flex: 0 0 auto;
  1514. width: 58.33333333%;
  1515. }
  1516. .col-xxl-8 {
  1517. flex: 0 0 auto;
  1518. width: 66.66666667%;
  1519. }
  1520. .col-xxl-9 {
  1521. flex: 0 0 auto;
  1522. width: 75%;
  1523. }
  1524. .col-xxl-10 {
  1525. flex: 0 0 auto;
  1526. width: 83.33333333%;
  1527. }
  1528. .col-xxl-11 {
  1529. flex: 0 0 auto;
  1530. width: 91.66666667%;
  1531. }
  1532. .col-xxl-12 {
  1533. flex: 0 0 auto;
  1534. width: 100%;
  1535. }
  1536. .offset-xxl-0 {
  1537. margin-left: 0;
  1538. }
  1539. .offset-xxl-1 {
  1540. margin-left: 8.33333333%;
  1541. }
  1542. .offset-xxl-2 {
  1543. margin-left: 16.66666667%;
  1544. }
  1545. .offset-xxl-3 {
  1546. margin-left: 25%;
  1547. }
  1548. .offset-xxl-4 {
  1549. margin-left: 33.33333333%;
  1550. }
  1551. .offset-xxl-5 {
  1552. margin-left: 41.66666667%;
  1553. }
  1554. .offset-xxl-6 {
  1555. margin-left: 50%;
  1556. }
  1557. .offset-xxl-7 {
  1558. margin-left: 58.33333333%;
  1559. }
  1560. .offset-xxl-8 {
  1561. margin-left: 66.66666667%;
  1562. }
  1563. .offset-xxl-9 {
  1564. margin-left: 75%;
  1565. }
  1566. .offset-xxl-10 {
  1567. margin-left: 83.33333333%;
  1568. }
  1569. .offset-xxl-11 {
  1570. margin-left: 91.66666667%;
  1571. }
  1572. .g-xxl-0,
  1573. .gx-xxl-0 {
  1574. --bs-gutter-x: 0;
  1575. }
  1576. .g-xxl-0,
  1577. .gy-xxl-0 {
  1578. --bs-gutter-y: 0;
  1579. }
  1580. .g-xxl-1,
  1581. .gx-xxl-1 {
  1582. --bs-gutter-x: 0.25rem;
  1583. }
  1584. .g-xxl-1,
  1585. .gy-xxl-1 {
  1586. --bs-gutter-y: 0.25rem;
  1587. }
  1588. .g-xxl-2,
  1589. .gx-xxl-2 {
  1590. --bs-gutter-x: 0.5rem;
  1591. }
  1592. .g-xxl-2,
  1593. .gy-xxl-2 {
  1594. --bs-gutter-y: 0.5rem;
  1595. }
  1596. .g-xxl-3,
  1597. .gx-xxl-3 {
  1598. --bs-gutter-x: 1rem;
  1599. }
  1600. .g-xxl-3,
  1601. .gy-xxl-3 {
  1602. --bs-gutter-y: 1rem;
  1603. }
  1604. .g-xxl-4,
  1605. .gx-xxl-4 {
  1606. --bs-gutter-x: 1.5rem;
  1607. }
  1608. .g-xxl-4,
  1609. .gy-xxl-4 {
  1610. --bs-gutter-y: 1.5rem;
  1611. }
  1612. .g-xxl-5,
  1613. .gx-xxl-5 {
  1614. --bs-gutter-x: 3rem;
  1615. }
  1616. .g-xxl-5,
  1617. .gy-xxl-5 {
  1618. --bs-gutter-y: 3rem;
  1619. }
  1620. }
  1621. .table {
  1622. --bs-table-color: #fff;
  1623. --bs-table-bg: transparent;
  1624. --bs-table-border-color: var(--bs-border-color);
  1625. --bs-table-accent-bg: transparent;
  1626. --bs-table-striped-color: #fff;
  1627. --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  1628. --bs-table-active-color: #fff;
  1629. --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  1630. --bs-table-hover-color: #fff;
  1631. --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  1632. width: 100%;
  1633. margin-bottom: 1rem;
  1634. color: var(--bs-table-color);
  1635. vertical-align: top;
  1636. border-color: var(--bs-table-border-color);
  1637. }
  1638. .table > :not(caption) > * > * {
  1639. padding: 0.5rem 0.5rem;
  1640. background-color: var(--bs-table-bg);
  1641. border-bottom-width: 0;
  1642. box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  1643. }
  1644. .table > tbody {
  1645. vertical-align: inherit;
  1646. }
  1647. .table > thead {
  1648. vertical-align: bottom;
  1649. }
  1650. .table-group-divider {
  1651. border-top: 0 solid currentcolor;
  1652. }
  1653. .caption-top {
  1654. caption-side: top;
  1655. }
  1656. .table-sm > :not(caption) > * > * {
  1657. padding: 0.25rem 0.25rem;
  1658. }
  1659. .table-bordered > :not(caption) > * {
  1660. border-width: 0 0;
  1661. }
  1662. .table-bordered > :not(caption) > * > * {
  1663. border-width: 0 0;
  1664. }
  1665. .table-borderless > :not(caption) > * > * {
  1666. border-bottom-width: 0;
  1667. }
  1668. .table-borderless > :not(:first-child) {
  1669. border-top-width: 0;
  1670. }
  1671. .table-striped > tbody > tr:nth-of-type(odd) > * {
  1672. --bs-table-accent-bg: var(--bs-table-striped-bg);
  1673. color: var(--bs-table-striped-color);
  1674. }
  1675. .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  1676. --bs-table-accent-bg: var(--bs-table-striped-bg);
  1677. color: var(--bs-table-striped-color);
  1678. }
  1679. .table-active {
  1680. --bs-table-accent-bg: var(--bs-table-active-bg);
  1681. color: var(--bs-table-active-color);
  1682. }
  1683. .table-hover > tbody > tr:hover > * {
  1684. --bs-table-accent-bg: var(--bs-table-hover-bg);
  1685. color: var(--bs-table-hover-color);
  1686. }
  1687. .table-primary {
  1688. --bs-table-color: #fff;
  1689. --bs-table-bg: #6f42c1;
  1690. --bs-table-border-color: #7d55c7;
  1691. --bs-table-striped-bg: #764bc4;
  1692. --bs-table-striped-color: #fff;
  1693. --bs-table-active-bg: #7d55c7;
  1694. --bs-table-active-color: #fff;
  1695. --bs-table-hover-bg: #7a50c6;
  1696. --bs-table-hover-color: #fff;
  1697. color: var(--bs-table-color);
  1698. border-color: var(--bs-table-border-color);
  1699. }
  1700. .table-secondary {
  1701. --bs-table-color: #fff;
  1702. --bs-table-bg: #ea39b8;
  1703. --bs-table-border-color: #ec4dbf;
  1704. --bs-table-striped-bg: #eb43bc;
  1705. --bs-table-striped-color: #fff;
  1706. --bs-table-active-bg: #ec4dbf;
  1707. --bs-table-active-color: #fff;
  1708. --bs-table-hover-bg: #ec48bd;
  1709. --bs-table-hover-color: #fff;
  1710. color: var(--bs-table-color);
  1711. border-color: var(--bs-table-border-color);
  1712. }
  1713. .table-success {
  1714. --bs-table-color: #fff;
  1715. --bs-table-bg: #3cf281;
  1716. --bs-table-border-color: #50f38e;
  1717. --bs-table-striped-bg: #46f387;
  1718. --bs-table-striped-color: #fff;
  1719. --bs-table-active-bg: #50f38e;
  1720. --bs-table-active-color: #fff;
  1721. --bs-table-hover-bg: #4bf38a;
  1722. --bs-table-hover-color: #fff;
  1723. color: var(--bs-table-color);
  1724. border-color: var(--bs-table-border-color);
  1725. }
  1726. .table-info {
  1727. --bs-table-color: #fff;
  1728. --bs-table-bg: #1ba2f6;
  1729. --bs-table-border-color: #32abf7;
  1730. --bs-table-striped-bg: #26a7f6;
  1731. --bs-table-striped-color: #fff;
  1732. --bs-table-active-bg: #32abf7;
  1733. --bs-table-active-color: #fff;
  1734. --bs-table-hover-bg: #2ca9f7;
  1735. --bs-table-hover-color: #fff;
  1736. color: var(--bs-table-color);
  1737. border-color: var(--bs-table-border-color);
  1738. }
  1739. .table-warning {
  1740. --bs-table-color: #fff;
  1741. --bs-table-bg: #ffc107;
  1742. --bs-table-border-color: #ffc720;
  1743. --bs-table-striped-bg: #ffc413;
  1744. --bs-table-striped-color: #fff;
  1745. --bs-table-active-bg: #ffc720;
  1746. --bs-table-active-color: #fff;
  1747. --bs-table-hover-bg: #ffc61a;
  1748. --bs-table-hover-color: #fff;
  1749. color: var(--bs-table-color);
  1750. border-color: var(--bs-table-border-color);
  1751. }
  1752. .table-danger {
  1753. --bs-table-color: #fff;
  1754. --bs-table-bg: #e44c55;
  1755. --bs-table-border-color: #e75e66;
  1756. --bs-table-striped-bg: #e5555e;
  1757. --bs-table-striped-color: #fff;
  1758. --bs-table-active-bg: #e75e66;
  1759. --bs-table-active-color: #fff;
  1760. --bs-table-hover-bg: #e65962;
  1761. --bs-table-hover-color: #fff;
  1762. color: var(--bs-table-color);
  1763. border-color: var(--bs-table-border-color);
  1764. }
  1765. .table-light {
  1766. --bs-table-color: #fff;
  1767. --bs-table-bg: #44d9e8;
  1768. --bs-table-border-color: #57ddea;
  1769. --bs-table-striped-bg: #4ddbe9;
  1770. --bs-table-striped-color: #fff;
  1771. --bs-table-active-bg: #57ddea;
  1772. --bs-table-active-color: #fff;
  1773. --bs-table-hover-bg: #52dcea;
  1774. --bs-table-hover-color: #fff;
  1775. color: var(--bs-table-color);
  1776. border-color: var(--bs-table-border-color);
  1777. }
  1778. .table-dark {
  1779. --bs-table-color: #fff;
  1780. --bs-table-bg: #170229;
  1781. --bs-table-border-color: #2e1b3e;
  1782. --bs-table-striped-bg: #230f34;
  1783. --bs-table-striped-color: #fff;
  1784. --bs-table-active-bg: #2e1b3e;
  1785. --bs-table-active-color: #fff;
  1786. --bs-table-hover-bg: #281539;
  1787. --bs-table-hover-color: #fff;
  1788. color: var(--bs-table-color);
  1789. border-color: var(--bs-table-border-color);
  1790. }
  1791. .table-responsive {
  1792. overflow-x: auto;
  1793. -webkit-overflow-scrolling: touch;
  1794. }
  1795. @media (max-width: 575.98px) {
  1796. .table-responsive-sm {
  1797. overflow-x: auto;
  1798. -webkit-overflow-scrolling: touch;
  1799. }
  1800. }
  1801. @media (max-width: 767.98px) {
  1802. .table-responsive-md {
  1803. overflow-x: auto;
  1804. -webkit-overflow-scrolling: touch;
  1805. }
  1806. }
  1807. @media (max-width: 991.98px) {
  1808. .table-responsive-lg {
  1809. overflow-x: auto;
  1810. -webkit-overflow-scrolling: touch;
  1811. }
  1812. }
  1813. @media (max-width: 1199.98px) {
  1814. .table-responsive-xl {
  1815. overflow-x: auto;
  1816. -webkit-overflow-scrolling: touch;
  1817. }
  1818. }
  1819. @media (max-width: 1399.98px) {
  1820. .table-responsive-xxl {
  1821. overflow-x: auto;
  1822. -webkit-overflow-scrolling: touch;
  1823. }
  1824. }
  1825. .form-label {
  1826. margin-bottom: 0.5rem;
  1827. }
  1828. .col-form-label {
  1829. padding-top: 0.375rem;
  1830. padding-bottom: 0.375rem;
  1831. margin-bottom: 0;
  1832. font-size: inherit;
  1833. line-height: 1.5;
  1834. }
  1835. .col-form-label-lg {
  1836. padding-top: 0.5rem;
  1837. padding-bottom: 0.5rem;
  1838. font-size: 1.25rem;
  1839. }
  1840. .col-form-label-sm {
  1841. padding-top: 0.25rem;
  1842. padding-bottom: 0.25rem;
  1843. font-size: 0.875rem;
  1844. }
  1845. .form-text {
  1846. margin-top: 0.25rem;
  1847. font-size: 0.875em;
  1848. color: rgba(50, 251, 226, 0.3);
  1849. }
  1850. .form-control {
  1851. display: block;
  1852. width: 100%;
  1853. padding: 0.375rem 0.75rem;
  1854. font-size: 1rem;
  1855. font-weight: 400;
  1856. line-height: 1.5;
  1857. color: #fff;
  1858. background-color: #30115e;
  1859. background-clip: padding-box;
  1860. border: 0 solid #ced4da;
  1861. -webkit-appearance: none;
  1862. -moz-appearance: none;
  1863. appearance: none;
  1864. border-radius: 0.15rem;
  1865. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  1866. }
  1867. @media (prefers-reduced-motion: reduce) {
  1868. .form-control {
  1869. transition: none;
  1870. }
  1871. }
  1872. .form-control[type=file] {
  1873. overflow: hidden;
  1874. }
  1875. .form-control[type=file]:not(:disabled):not([readonly]) {
  1876. cursor: pointer;
  1877. }
  1878. .form-control:focus {
  1879. color: #fff;
  1880. background-color: #30115e;
  1881. border-color: #f59cdc;
  1882. outline: 0;
  1883. box-shadow: 0 0 0 0.25rem rgba(234, 57, 184, 0.25);
  1884. }
  1885. .form-control::-webkit-date-and-time-value {
  1886. height: 1.5em;
  1887. }
  1888. .form-control::-moz-placeholder {
  1889. color: rgba(255, 255, 255, 0.4);
  1890. opacity: 1;
  1891. }
  1892. .form-control::placeholder {
  1893. color: rgba(255, 255, 255, 0.4);
  1894. opacity: 1;
  1895. }
  1896. .form-control:disabled {
  1897. background-color: #250d49;
  1898. opacity: 1;
  1899. }
  1900. .form-control::-webkit-file-upload-button {
  1901. padding: 0.375rem 0.75rem;
  1902. margin: -0.375rem -0.75rem;
  1903. -webkit-margin-end: 0.75rem;
  1904. margin-inline-end: 0.75rem;
  1905. color: #fff;
  1906. background-color: #250d49;
  1907. pointer-events: none;
  1908. border-color: inherit;
  1909. border-style: solid;
  1910. border-width: 0;
  1911. border-inline-end-width: 0;
  1912. border-radius: 0;
  1913. -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  1914. transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  1915. }
  1916. .form-control::file-selector-button {
  1917. padding: 0.375rem 0.75rem;
  1918. margin: -0.375rem -0.75rem;
  1919. -webkit-margin-end: 0.75rem;
  1920. margin-inline-end: 0.75rem;
  1921. color: #fff;
  1922. background-color: #250d49;
  1923. pointer-events: none;
  1924. border-color: inherit;
  1925. border-style: solid;
  1926. border-width: 0;
  1927. border-inline-end-width: 0;
  1928. border-radius: 0;
  1929. transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  1930. }
  1931. @media (prefers-reduced-motion: reduce) {
  1932. .form-control::-webkit-file-upload-button {
  1933. -webkit-transition: none;
  1934. transition: none;
  1935. }
  1936. .form-control::file-selector-button {
  1937. transition: none;
  1938. }
  1939. }
  1940. .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  1941. background-color: #230c45;
  1942. }
  1943. .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  1944. background-color: #230c45;
  1945. }
  1946. .form-control-plaintext {
  1947. display: block;
  1948. width: 100%;
  1949. padding: 0.375rem 0;
  1950. margin-bottom: 0;
  1951. line-height: 1.5;
  1952. color: #32fbe2;
  1953. background-color: transparent;
  1954. border: solid transparent;
  1955. border-width: 0 0;
  1956. }
  1957. .form-control-plaintext:focus {
  1958. outline: 0;
  1959. }
  1960. .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  1961. padding-right: 0;
  1962. padding-left: 0;
  1963. }
  1964. .form-control-sm {
  1965. min-height: calc(1.5em + 0.5rem);
  1966. padding: 0.25rem 0.5rem;
  1967. font-size: 0.875rem;
  1968. border-radius: 0.05rem;
  1969. }
  1970. .form-control-sm::-webkit-file-upload-button {
  1971. padding: 0.25rem 0.5rem;
  1972. margin: -0.25rem -0.5rem;
  1973. -webkit-margin-end: 0.5rem;
  1974. margin-inline-end: 0.5rem;
  1975. }
  1976. .form-control-sm::file-selector-button {
  1977. padding: 0.25rem 0.5rem;
  1978. margin: -0.25rem -0.5rem;
  1979. -webkit-margin-end: 0.5rem;
  1980. margin-inline-end: 0.5rem;
  1981. }
  1982. .form-control-lg {
  1983. min-height: calc(1.5em + 1rem);
  1984. padding: 0.5rem 1rem;
  1985. font-size: 1.25rem;
  1986. border-radius: 0.5rem;
  1987. }
  1988. .form-control-lg::-webkit-file-upload-button {
  1989. padding: 0.5rem 1rem;
  1990. margin: -0.5rem -1rem;
  1991. -webkit-margin-end: 1rem;
  1992. margin-inline-end: 1rem;
  1993. }
  1994. .form-control-lg::file-selector-button {
  1995. padding: 0.5rem 1rem;
  1996. margin: -0.5rem -1rem;
  1997. -webkit-margin-end: 1rem;
  1998. margin-inline-end: 1rem;
  1999. }
  2000. textarea.form-control {
  2001. min-height: calc(1.5em + 0.75rem);
  2002. }
  2003. textarea.form-control-sm {
  2004. min-height: calc(1.5em + 0.5rem);
  2005. }
  2006. textarea.form-control-lg {
  2007. min-height: calc(1.5em + 1rem);
  2008. }
  2009. .form-control-color {
  2010. width: 3rem;
  2011. height: calc(1.5em + 0.75rem);
  2012. padding: 0.375rem;
  2013. }
  2014. .form-control-color:not(:disabled):not([readonly]) {
  2015. cursor: pointer;
  2016. }
  2017. .form-control-color::-moz-color-swatch {
  2018. border: 0 !important;
  2019. border-radius: 0.15rem;
  2020. }
  2021. .form-control-color::-webkit-color-swatch {
  2022. border-radius: 0.15rem;
  2023. }
  2024. .form-control-color.form-control-sm {
  2025. height: calc(1.5em + 0.5rem);
  2026. }
  2027. .form-control-color.form-control-lg {
  2028. height: calc(1.5em + 1rem);
  2029. }
  2030. .form-select {
  2031. display: block;
  2032. width: 100%;
  2033. padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  2034. -moz-padding-start: calc(0.75rem - 3px);
  2035. font-size: 1rem;
  2036. font-weight: 400;
  2037. line-height: 1.5;
  2038. color: #fff;
  2039. background-color: #30115e;
  2040. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  2041. background-repeat: no-repeat;
  2042. background-position: right 0.75rem center;
  2043. background-size: 16px 12px;
  2044. border: 0 solid #ced4da;
  2045. border-radius: 0.15rem;
  2046. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2047. -webkit-appearance: none;
  2048. -moz-appearance: none;
  2049. appearance: none;
  2050. }
  2051. @media (prefers-reduced-motion: reduce) {
  2052. .form-select {
  2053. transition: none;
  2054. }
  2055. }
  2056. .form-select:focus {
  2057. border-color: #f59cdc;
  2058. outline: 0;
  2059. box-shadow: 0 0 0 0.25rem rgba(234, 57, 184, 0.25);
  2060. }
  2061. .form-select[multiple], .form-select[size]:not([size="1"]) {
  2062. padding-right: 0.75rem;
  2063. background-image: none;
  2064. }
  2065. .form-select:disabled {
  2066. background-color: #e9ecef;
  2067. }
  2068. .form-select:-moz-focusring {
  2069. color: transparent;
  2070. text-shadow: 0 0 0 #fff;
  2071. }
  2072. .form-select-sm {
  2073. padding-top: 0.25rem;
  2074. padding-bottom: 0.25rem;
  2075. padding-left: 0.5rem;
  2076. font-size: 0.875rem;
  2077. border-radius: 0.05rem;
  2078. }
  2079. .form-select-lg {
  2080. padding-top: 0.5rem;
  2081. padding-bottom: 0.5rem;
  2082. padding-left: 1rem;
  2083. font-size: 1.25rem;
  2084. border-radius: 0.5rem;
  2085. }
  2086. .form-check {
  2087. display: block;
  2088. min-height: 1.5rem;
  2089. padding-left: 1.5em;
  2090. margin-bottom: 0.125rem;
  2091. }
  2092. .form-check .form-check-input {
  2093. float: left;
  2094. margin-left: -1.5em;
  2095. }
  2096. .form-check-reverse {
  2097. padding-right: 1.5em;
  2098. padding-left: 0;
  2099. text-align: right;
  2100. }
  2101. .form-check-reverse .form-check-input {
  2102. float: right;
  2103. margin-right: -1.5em;
  2104. margin-left: 0;
  2105. }
  2106. .form-check-input {
  2107. width: 1em;
  2108. height: 1em;
  2109. margin-top: 0.25em;
  2110. vertical-align: top;
  2111. background-color: #30115e;
  2112. background-repeat: no-repeat;
  2113. background-position: center;
  2114. background-size: contain;
  2115. border: 1px solid rgba(0, 0, 0, 0.25);
  2116. -webkit-appearance: none;
  2117. -moz-appearance: none;
  2118. appearance: none;
  2119. -webkit-print-color-adjust: exact;
  2120. color-adjust: exact;
  2121. print-color-adjust: exact;
  2122. }
  2123. .form-check-input[type=checkbox] {
  2124. border-radius: 0.25em;
  2125. }
  2126. .form-check-input[type=radio] {
  2127. border-radius: 50%;
  2128. }
  2129. .form-check-input:active {
  2130. filter: brightness(90%);
  2131. }
  2132. .form-check-input:focus {
  2133. border-color: #f59cdc;
  2134. outline: 0;
  2135. box-shadow: 0 0 0 0.25rem rgba(234, 57, 184, 0.25);
  2136. }
  2137. .form-check-input:checked {
  2138. background-color: #ea39b8;
  2139. border-color: #ea39b8;
  2140. }
  2141. .form-check-input:checked[type=checkbox] {
  2142. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  2143. }
  2144. .form-check-input:checked[type=radio] {
  2145. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  2146. }
  2147. .form-check-input[type=checkbox]:indeterminate {
  2148. background-color: #ea39b8;
  2149. border-color: #ea39b8;
  2150. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  2151. }
  2152. .form-check-input:disabled {
  2153. pointer-events: none;
  2154. filter: none;
  2155. opacity: 0.5;
  2156. }
  2157. .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  2158. cursor: default;
  2159. opacity: 0.5;
  2160. }
  2161. .form-switch {
  2162. padding-left: 2.5em;
  2163. }
  2164. .form-switch .form-check-input {
  2165. width: 2em;
  2166. margin-left: -2.5em;
  2167. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  2168. background-position: left center;
  2169. border-radius: 2em;
  2170. transition: background-position 0.15s ease-in-out;
  2171. }
  2172. @media (prefers-reduced-motion: reduce) {
  2173. .form-switch .form-check-input {
  2174. transition: none;
  2175. }
  2176. }
  2177. .form-switch .form-check-input:focus {
  2178. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f59cdc'/%3e%3c/svg%3e");
  2179. }
  2180. .form-switch .form-check-input:checked {
  2181. background-position: right center;
  2182. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  2183. }
  2184. .form-switch.form-check-reverse {
  2185. padding-right: 2.5em;
  2186. padding-left: 0;
  2187. }
  2188. .form-switch.form-check-reverse .form-check-input {
  2189. margin-right: -2.5em;
  2190. margin-left: 0;
  2191. }
  2192. .form-check-inline {
  2193. display: inline-block;
  2194. margin-right: 1rem;
  2195. }
  2196. .btn-check {
  2197. position: absolute;
  2198. clip: rect(0, 0, 0, 0);
  2199. pointer-events: none;
  2200. }
  2201. .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  2202. pointer-events: none;
  2203. filter: none;
  2204. opacity: 0.65;
  2205. }
  2206. .form-range {
  2207. width: 100%;
  2208. height: 1.5rem;
  2209. padding: 0;
  2210. background-color: transparent;
  2211. -webkit-appearance: none;
  2212. -moz-appearance: none;
  2213. appearance: none;
  2214. }
  2215. .form-range:focus {
  2216. outline: 0;
  2217. }
  2218. .form-range:focus::-webkit-slider-thumb {
  2219. box-shadow: 0 0 0 1px #1a0933, 0 0 0 0.25rem rgba(234, 57, 184, 0.25);
  2220. }
  2221. .form-range:focus::-moz-range-thumb {
  2222. box-shadow: 0 0 0 1px #1a0933, 0 0 0 0.25rem rgba(234, 57, 184, 0.25);
  2223. }
  2224. .form-range::-moz-focus-outer {
  2225. border: 0;
  2226. }
  2227. .form-range::-webkit-slider-thumb {
  2228. width: 1rem;
  2229. height: 1rem;
  2230. margin-top: -0.25rem;
  2231. background-color: #ea39b8;
  2232. border: 0;
  2233. border-radius: 1rem;
  2234. -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2235. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2236. -webkit-appearance: none;
  2237. appearance: none;
  2238. }
  2239. @media (prefers-reduced-motion: reduce) {
  2240. .form-range::-webkit-slider-thumb {
  2241. -webkit-transition: none;
  2242. transition: none;
  2243. }
  2244. }
  2245. .form-range::-webkit-slider-thumb:active {
  2246. background-color: #f9c4ea;
  2247. }
  2248. .form-range::-webkit-slider-runnable-track {
  2249. width: 100%;
  2250. height: 0.5rem;
  2251. color: transparent;
  2252. cursor: pointer;
  2253. background-color: #30115e;
  2254. border-color: transparent;
  2255. border-radius: 1rem;
  2256. }
  2257. .form-range::-moz-range-thumb {
  2258. width: 1rem;
  2259. height: 1rem;
  2260. background-color: #ea39b8;
  2261. border: 0;
  2262. border-radius: 1rem;
  2263. -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2264. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2265. -moz-appearance: none;
  2266. appearance: none;
  2267. }
  2268. @media (prefers-reduced-motion: reduce) {
  2269. .form-range::-moz-range-thumb {
  2270. -moz-transition: none;
  2271. transition: none;
  2272. }
  2273. }
  2274. .form-range::-moz-range-thumb:active {
  2275. background-color: #f9c4ea;
  2276. }
  2277. .form-range::-moz-range-track {
  2278. width: 100%;
  2279. height: 0.5rem;
  2280. color: transparent;
  2281. cursor: pointer;
  2282. background-color: #30115e;
  2283. border-color: transparent;
  2284. border-radius: 1rem;
  2285. }
  2286. .form-range:disabled {
  2287. pointer-events: none;
  2288. }
  2289. .form-range:disabled::-webkit-slider-thumb {
  2290. background-color: #6f42c1;
  2291. }
  2292. .form-range:disabled::-moz-range-thumb {
  2293. background-color: #6f42c1;
  2294. }
  2295. .form-floating {
  2296. position: relative;
  2297. }
  2298. .form-floating > .form-control,
  2299. .form-floating > .form-control-plaintext,
  2300. .form-floating > .form-select {
  2301. height: 3.5rem;
  2302. line-height: 1.25;
  2303. }
  2304. .form-floating > label {
  2305. position: absolute;
  2306. top: 0;
  2307. left: 0;
  2308. width: 100%;
  2309. height: 100%;
  2310. padding: 1rem 0.75rem;
  2311. overflow: hidden;
  2312. text-align: start;
  2313. text-overflow: ellipsis;
  2314. white-space: nowrap;
  2315. pointer-events: none;
  2316. border: 0 solid transparent;
  2317. transform-origin: 0 0;
  2318. transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  2319. }
  2320. @media (prefers-reduced-motion: reduce) {
  2321. .form-floating > label {
  2322. transition: none;
  2323. }
  2324. }
  2325. .form-floating > .form-control,
  2326. .form-floating > .form-control-plaintext {
  2327. padding: 1rem 0.75rem;
  2328. }
  2329. .form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  2330. color: transparent;
  2331. }
  2332. .form-floating > .form-control::placeholder,
  2333. .form-floating > .form-control-plaintext::placeholder {
  2334. color: transparent;
  2335. }
  2336. .form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  2337. padding-top: 1.625rem;
  2338. padding-bottom: 0.625rem;
  2339. }
  2340. .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
  2341. .form-floating > .form-control-plaintext:focus,
  2342. .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  2343. padding-top: 1.625rem;
  2344. padding-bottom: 0.625rem;
  2345. }
  2346. .form-floating > .form-control:-webkit-autofill,
  2347. .form-floating > .form-control-plaintext:-webkit-autofill {
  2348. padding-top: 1.625rem;
  2349. padding-bottom: 0.625rem;
  2350. }
  2351. .form-floating > .form-select {
  2352. padding-top: 1.625rem;
  2353. padding-bottom: 0.625rem;
  2354. }
  2355. .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  2356. opacity: 0.65;
  2357. transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  2358. }
  2359. .form-floating > .form-control:focus ~ label,
  2360. .form-floating > .form-control:not(:placeholder-shown) ~ label,
  2361. .form-floating > .form-control-plaintext ~ label,
  2362. .form-floating > .form-select ~ label {
  2363. opacity: 0.65;
  2364. transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  2365. }
  2366. .form-floating > .form-control:-webkit-autofill ~ label {
  2367. opacity: 0.65;
  2368. transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  2369. }
  2370. .form-floating > .form-control-plaintext ~ label {
  2371. border-width: 0 0;
  2372. }
  2373. .input-group {
  2374. position: relative;
  2375. display: flex;
  2376. flex-wrap: wrap;
  2377. align-items: stretch;
  2378. width: 100%;
  2379. }
  2380. .input-group > .form-control,
  2381. .input-group > .form-select,
  2382. .input-group > .form-floating {
  2383. position: relative;
  2384. flex: 1 1 auto;
  2385. width: 1%;
  2386. min-width: 0;
  2387. }
  2388. .input-group > .form-control:focus,
  2389. .input-group > .form-select:focus,
  2390. .input-group > .form-floating:focus-within {
  2391. z-index: 5;
  2392. }
  2393. .input-group .btn {
  2394. position: relative;
  2395. z-index: 2;
  2396. }
  2397. .input-group .btn:focus {
  2398. z-index: 5;
  2399. }
  2400. .input-group-text {
  2401. display: flex;
  2402. align-items: center;
  2403. padding: 0.375rem 0.75rem;
  2404. font-size: 1rem;
  2405. font-weight: 400;
  2406. line-height: 1.5;
  2407. color: #fff;
  2408. text-align: center;
  2409. white-space: nowrap;
  2410. background-color: #250d49;
  2411. border: 0 solid #ced4da;
  2412. border-radius: 0.15rem;
  2413. }
  2414. .input-group-lg > .form-control,
  2415. .input-group-lg > .form-select,
  2416. .input-group-lg > .input-group-text,
  2417. .input-group-lg > .btn {
  2418. padding: 0.5rem 1rem;
  2419. font-size: 1.25rem;
  2420. border-radius: 0.5rem;
  2421. }
  2422. .input-group-sm > .form-control,
  2423. .input-group-sm > .form-select,
  2424. .input-group-sm > .input-group-text,
  2425. .input-group-sm > .btn {
  2426. padding: 0.25rem 0.5rem;
  2427. font-size: 0.875rem;
  2428. border-radius: 0.05rem;
  2429. }
  2430. .input-group-lg > .form-select,
  2431. .input-group-sm > .form-select {
  2432. padding-right: 3rem;
  2433. }
  2434. .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
  2435. .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
  2436. .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
  2437. .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  2438. border-top-right-radius: 0;
  2439. border-bottom-right-radius: 0;
  2440. }
  2441. .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
  2442. .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
  2443. .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
  2444. .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  2445. border-top-right-radius: 0;
  2446. border-bottom-right-radius: 0;
  2447. }
  2448. .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  2449. margin-left: 0;
  2450. border-top-left-radius: 0;
  2451. border-bottom-left-radius: 0;
  2452. }
  2453. .input-group > .form-floating:not(:first-child) > .form-control,
  2454. .input-group > .form-floating:not(:first-child) > .form-select {
  2455. border-top-left-radius: 0;
  2456. border-bottom-left-radius: 0;
  2457. }
  2458. .valid-feedback {
  2459. display: none;
  2460. width: 100%;
  2461. margin-top: 0.25rem;
  2462. font-size: 0.875em;
  2463. color: #3cf281;
  2464. }
  2465. .valid-tooltip {
  2466. position: absolute;
  2467. top: 100%;
  2468. z-index: 5;
  2469. display: none;
  2470. max-width: 100%;
  2471. padding: 0.25rem 0.5rem;
  2472. margin-top: 0.1rem;
  2473. font-size: 0.875rem;
  2474. color: #fff;
  2475. background-color: #3cf281;
  2476. border-radius: 0.15rem;
  2477. }
  2478. .was-validated :valid ~ .valid-feedback,
  2479. .was-validated :valid ~ .valid-tooltip,
  2480. .is-valid ~ .valid-feedback,
  2481. .is-valid ~ .valid-tooltip {
  2482. display: block;
  2483. }
  2484. .was-validated .form-control:valid, .form-control.is-valid {
  2485. border-color: #3cf281;
  2486. padding-right: calc(1.5em + 0.75rem);
  2487. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233cf281' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  2488. background-repeat: no-repeat;
  2489. background-position: right calc(0.375em + 0.1875rem) center;
  2490. background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  2491. }
  2492. .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  2493. border-color: #3cf281;
  2494. box-shadow: 0 0 0 0.25rem rgba(60, 242, 129, 0.25);
  2495. }
  2496. .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  2497. padding-right: calc(1.5em + 0.75rem);
  2498. background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  2499. }
  2500. .was-validated .form-select:valid, .form-select.is-valid {
  2501. border-color: #3cf281;
  2502. }
  2503. .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  2504. padding-right: 4.125rem;
  2505. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233cf281' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  2506. background-position: right 0.75rem center, center right 2.25rem;
  2507. background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  2508. }
  2509. .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  2510. border-color: #3cf281;
  2511. box-shadow: 0 0 0 0.25rem rgba(60, 242, 129, 0.25);
  2512. }
  2513. .was-validated .form-control-color:valid, .form-control-color.is-valid {
  2514. width: calc(3rem + calc(1.5em + 0.75rem));
  2515. }
  2516. .was-validated .form-check-input:valid, .form-check-input.is-valid {
  2517. border-color: #3cf281;
  2518. }
  2519. .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  2520. background-color: #3cf281;
  2521. }
  2522. .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  2523. box-shadow: 0 0 0 0.25rem rgba(60, 242, 129, 0.25);
  2524. }
  2525. .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  2526. color: #3cf281;
  2527. }
  2528. .form-check-inline .form-check-input ~ .valid-feedback {
  2529. margin-left: 0.5em;
  2530. }
  2531. .was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
  2532. .was-validated .input-group > .form-select:not(:focus):valid,
  2533. .input-group > .form-select:not(:focus).is-valid,
  2534. .was-validated .input-group > .form-floating:not(:focus-within):valid,
  2535. .input-group > .form-floating:not(:focus-within).is-valid {
  2536. z-index: 3;
  2537. }
  2538. .invalid-feedback {
  2539. display: none;
  2540. width: 100%;
  2541. margin-top: 0.25rem;
  2542. font-size: 0.875em;
  2543. color: #e44c55;
  2544. }
  2545. .invalid-tooltip {
  2546. position: absolute;
  2547. top: 100%;
  2548. z-index: 5;
  2549. display: none;
  2550. max-width: 100%;
  2551. padding: 0.25rem 0.5rem;
  2552. margin-top: 0.1rem;
  2553. font-size: 0.875rem;
  2554. color: #fff;
  2555. background-color: #e44c55;
  2556. border-radius: 0.15rem;
  2557. }
  2558. .was-validated :invalid ~ .invalid-feedback,
  2559. .was-validated :invalid ~ .invalid-tooltip,
  2560. .is-invalid ~ .invalid-feedback,
  2561. .is-invalid ~ .invalid-tooltip {
  2562. display: block;
  2563. }
  2564. .was-validated .form-control:invalid, .form-control.is-invalid {
  2565. border-color: #e44c55;
  2566. padding-right: calc(1.5em + 0.75rem);
  2567. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e44c55'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e44c55' stroke='none'/%3e%3c/svg%3e");
  2568. background-repeat: no-repeat;
  2569. background-position: right calc(0.375em + 0.1875rem) center;
  2570. background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  2571. }
  2572. .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  2573. border-color: #e44c55;
  2574. box-shadow: 0 0 0 0.25rem rgba(228, 76, 85, 0.25);
  2575. }
  2576. .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  2577. padding-right: calc(1.5em + 0.75rem);
  2578. background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  2579. }
  2580. .was-validated .form-select:invalid, .form-select.is-invalid {
  2581. border-color: #e44c55;
  2582. }
  2583. .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  2584. padding-right: 4.125rem;
  2585. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e44c55'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e44c55' stroke='none'/%3e%3c/svg%3e");
  2586. background-position: right 0.75rem center, center right 2.25rem;
  2587. background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  2588. }
  2589. .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  2590. border-color: #e44c55;
  2591. box-shadow: 0 0 0 0.25rem rgba(228, 76, 85, 0.25);
  2592. }
  2593. .was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  2594. width: calc(3rem + calc(1.5em + 0.75rem));
  2595. }
  2596. .was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  2597. border-color: #e44c55;
  2598. }
  2599. .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  2600. background-color: #e44c55;
  2601. }
  2602. .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  2603. box-shadow: 0 0 0 0.25rem rgba(228, 76, 85, 0.25);
  2604. }
  2605. .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  2606. color: #e44c55;
  2607. }
  2608. .form-check-inline .form-check-input ~ .invalid-feedback {
  2609. margin-left: 0.5em;
  2610. }
  2611. .was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
  2612. .was-validated .input-group > .form-select:not(:focus):invalid,
  2613. .input-group > .form-select:not(:focus).is-invalid,
  2614. .was-validated .input-group > .form-floating:not(:focus-within):invalid,
  2615. .input-group > .form-floating:not(:focus-within).is-invalid {
  2616. z-index: 4;
  2617. }
  2618. .btn {
  2619. --bs-btn-padding-x: 0.75rem;
  2620. --bs-btn-padding-y: 0.375rem;
  2621. --bs-btn-font-family: ;
  2622. --bs-btn-font-size: 1rem;
  2623. --bs-btn-font-weight: 400;
  2624. --bs-btn-line-height: 1.5;
  2625. --bs-btn-color: #32fbe2;
  2626. --bs-btn-bg: transparent;
  2627. --bs-btn-border-width: 0;
  2628. --bs-btn-border-color: transparent;
  2629. --bs-btn-border-radius: 0.15rem;
  2630. --bs-btn-hover-border-color: transparent;
  2631. --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  2632. --bs-btn-disabled-opacity: 0.65;
  2633. --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  2634. display: inline-block;
  2635. padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  2636. font-family: var(--bs-btn-font-family);
  2637. font-size: var(--bs-btn-font-size);
  2638. font-weight: var(--bs-btn-font-weight);
  2639. line-height: var(--bs-btn-line-height);
  2640. color: var(--bs-btn-color);
  2641. text-align: center;
  2642. text-decoration: none;
  2643. vertical-align: middle;
  2644. cursor: pointer;
  2645. -webkit-user-select: none;
  2646. -moz-user-select: none;
  2647. user-select: none;
  2648. border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  2649. border-radius: var(--bs-btn-border-radius);
  2650. background-color: var(--bs-btn-bg);
  2651. transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2652. }
  2653. @media (prefers-reduced-motion: reduce) {
  2654. .btn {
  2655. transition: none;
  2656. }
  2657. }
  2658. .btn:hover {
  2659. color: var(--bs-btn-hover-color);
  2660. background-color: var(--bs-btn-hover-bg);
  2661. border-color: var(--bs-btn-hover-border-color);
  2662. }
  2663. .btn-check + .btn:hover {
  2664. color: var(--bs-btn-color);
  2665. background-color: var(--bs-btn-bg);
  2666. border-color: var(--bs-btn-border-color);
  2667. }
  2668. .btn:focus-visible {
  2669. color: var(--bs-btn-hover-color);
  2670. background-color: var(--bs-btn-hover-bg);
  2671. border-color: var(--bs-btn-hover-border-color);
  2672. outline: 0;
  2673. box-shadow: var(--bs-btn-focus-box-shadow);
  2674. }
  2675. .btn-check:focus-visible + .btn {
  2676. border-color: var(--bs-btn-hover-border-color);
  2677. outline: 0;
  2678. box-shadow: var(--bs-btn-focus-box-shadow);
  2679. }
  2680. .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  2681. color: var(--bs-btn-active-color);
  2682. background-color: var(--bs-btn-active-bg);
  2683. border-color: var(--bs-btn-active-border-color);
  2684. }
  2685. .btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  2686. box-shadow: var(--bs-btn-focus-box-shadow);
  2687. }
  2688. .btn:disabled, .btn.disabled, fieldset:disabled .btn {
  2689. color: var(--bs-btn-disabled-color);
  2690. pointer-events: none;
  2691. background-color: var(--bs-btn-disabled-bg);
  2692. border-color: var(--bs-btn-disabled-border-color);
  2693. opacity: var(--bs-btn-disabled-opacity);
  2694. }
  2695. .btn-primary {
  2696. --bs-btn-color: #fff;
  2697. --bs-btn-bg: #6f42c1;
  2698. --bs-btn-border-color: #6f42c1;
  2699. --bs-btn-hover-color: #fff;
  2700. --bs-btn-hover-bg: #5e38a4;
  2701. --bs-btn-hover-border-color: #59359a;
  2702. --bs-btn-focus-shadow-rgb: 133, 94, 202;
  2703. --bs-btn-active-color: #fff;
  2704. --bs-btn-active-bg: #59359a;
  2705. --bs-btn-active-border-color: #533291;
  2706. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2707. --bs-btn-disabled-color: #fff;
  2708. --bs-btn-disabled-bg: #6f42c1;
  2709. --bs-btn-disabled-border-color: #6f42c1;
  2710. }
  2711. .btn-secondary {
  2712. --bs-btn-color: #fff;
  2713. --bs-btn-bg: #ea39b8;
  2714. --bs-btn-border-color: #ea39b8;
  2715. --bs-btn-hover-color: #fff;
  2716. --bs-btn-hover-bg: #c7309c;
  2717. --bs-btn-hover-border-color: #bb2e93;
  2718. --bs-btn-focus-shadow-rgb: 237, 87, 195;
  2719. --bs-btn-active-color: #fff;
  2720. --bs-btn-active-bg: #bb2e93;
  2721. --bs-btn-active-border-color: #b02b8a;
  2722. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2723. --bs-btn-disabled-color: #fff;
  2724. --bs-btn-disabled-bg: #ea39b8;
  2725. --bs-btn-disabled-border-color: #ea39b8;
  2726. }
  2727. .btn-success {
  2728. --bs-btn-color: #fff;
  2729. --bs-btn-bg: #3cf281;
  2730. --bs-btn-border-color: #3cf281;
  2731. --bs-btn-hover-color: #fff;
  2732. --bs-btn-hover-bg: #33ce6e;
  2733. --bs-btn-hover-border-color: #30c267;
  2734. --bs-btn-focus-shadow-rgb: 89, 244, 148;
  2735. --bs-btn-active-color: #fff;
  2736. --bs-btn-active-bg: #30c267;
  2737. --bs-btn-active-border-color: #2db661;
  2738. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2739. --bs-btn-disabled-color: #fff;
  2740. --bs-btn-disabled-bg: #3cf281;
  2741. --bs-btn-disabled-border-color: #3cf281;
  2742. }
  2743. .btn-info {
  2744. --bs-btn-color: #fff;
  2745. --bs-btn-bg: #1ba2f6;
  2746. --bs-btn-border-color: #1ba2f6;
  2747. --bs-btn-hover-color: #fff;
  2748. --bs-btn-hover-bg: #178ad1;
  2749. --bs-btn-hover-border-color: #1682c5;
  2750. --bs-btn-focus-shadow-rgb: 61, 176, 247;
  2751. --bs-btn-active-color: #fff;
  2752. --bs-btn-active-bg: #1682c5;
  2753. --bs-btn-active-border-color: #147ab9;
  2754. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2755. --bs-btn-disabled-color: #fff;
  2756. --bs-btn-disabled-bg: #1ba2f6;
  2757. --bs-btn-disabled-border-color: #1ba2f6;
  2758. }
  2759. .btn-warning {
  2760. --bs-btn-color: #fff;
  2761. --bs-btn-bg: #ffc107;
  2762. --bs-btn-border-color: #ffc107;
  2763. --bs-btn-hover-color: #fff;
  2764. --bs-btn-hover-bg: #d9a406;
  2765. --bs-btn-hover-border-color: #cc9a06;
  2766. --bs-btn-focus-shadow-rgb: 255, 202, 44;
  2767. --bs-btn-active-color: #fff;
  2768. --bs-btn-active-bg: #cc9a06;
  2769. --bs-btn-active-border-color: #bf9105;
  2770. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2771. --bs-btn-disabled-color: #fff;
  2772. --bs-btn-disabled-bg: #ffc107;
  2773. --bs-btn-disabled-border-color: #ffc107;
  2774. }
  2775. .btn-danger {
  2776. --bs-btn-color: #fff;
  2777. --bs-btn-bg: #e44c55;
  2778. --bs-btn-border-color: #e44c55;
  2779. --bs-btn-hover-color: #fff;
  2780. --bs-btn-hover-bg: #c24148;
  2781. --bs-btn-hover-border-color: #b63d44;
  2782. --bs-btn-focus-shadow-rgb: 232, 103, 111;
  2783. --bs-btn-active-color: #fff;
  2784. --bs-btn-active-bg: #b63d44;
  2785. --bs-btn-active-border-color: #ab3940;
  2786. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2787. --bs-btn-disabled-color: #fff;
  2788. --bs-btn-disabled-bg: #e44c55;
  2789. --bs-btn-disabled-border-color: #e44c55;
  2790. }
  2791. .btn-light {
  2792. --bs-btn-color: #fff;
  2793. --bs-btn-bg: #44d9e8;
  2794. --bs-btn-border-color: #44d9e8;
  2795. --bs-btn-hover-color: #fff;
  2796. --bs-btn-hover-bg: #3ab8c5;
  2797. --bs-btn-hover-border-color: #36aeba;
  2798. --bs-btn-focus-shadow-rgb: 96, 223, 235;
  2799. --bs-btn-active-color: #fff;
  2800. --bs-btn-active-bg: #36aeba;
  2801. --bs-btn-active-border-color: #33a3ae;
  2802. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2803. --bs-btn-disabled-color: #fff;
  2804. --bs-btn-disabled-bg: #44d9e8;
  2805. --bs-btn-disabled-border-color: #44d9e8;
  2806. }
  2807. .btn-dark {
  2808. --bs-btn-color: #fff;
  2809. --bs-btn-bg: #170229;
  2810. --bs-btn-border-color: #170229;
  2811. --bs-btn-hover-color: #fff;
  2812. --bs-btn-hover-bg: #3a2849;
  2813. --bs-btn-hover-border-color: #2e1b3e;
  2814. --bs-btn-focus-shadow-rgb: 58, 40, 73;
  2815. --bs-btn-active-color: #fff;
  2816. --bs-btn-active-bg: #453554;
  2817. --bs-btn-active-border-color: #2e1b3e;
  2818. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2819. --bs-btn-disabled-color: #fff;
  2820. --bs-btn-disabled-bg: #170229;
  2821. --bs-btn-disabled-border-color: #170229;
  2822. }
  2823. .btn-outline-primary {
  2824. --bs-btn-color: #6f42c1;
  2825. --bs-btn-border-color: #6f42c1;
  2826. --bs-btn-hover-color: #fff;
  2827. --bs-btn-hover-bg: #6f42c1;
  2828. --bs-btn-hover-border-color: #6f42c1;
  2829. --bs-btn-focus-shadow-rgb: 111, 66, 193;
  2830. --bs-btn-active-color: #fff;
  2831. --bs-btn-active-bg: #6f42c1;
  2832. --bs-btn-active-border-color: #6f42c1;
  2833. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2834. --bs-btn-disabled-color: #6f42c1;
  2835. --bs-btn-disabled-bg: transparent;
  2836. --bs-btn-disabled-border-color: #6f42c1;
  2837. --bs-gradient: none;
  2838. }
  2839. .btn-outline-secondary {
  2840. --bs-btn-color: #ea39b8;
  2841. --bs-btn-border-color: #ea39b8;
  2842. --bs-btn-hover-color: #fff;
  2843. --bs-btn-hover-bg: #ea39b8;
  2844. --bs-btn-hover-border-color: #ea39b8;
  2845. --bs-btn-focus-shadow-rgb: 234, 57, 184;
  2846. --bs-btn-active-color: #fff;
  2847. --bs-btn-active-bg: #ea39b8;
  2848. --bs-btn-active-border-color: #ea39b8;
  2849. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2850. --bs-btn-disabled-color: #ea39b8;
  2851. --bs-btn-disabled-bg: transparent;
  2852. --bs-btn-disabled-border-color: #ea39b8;
  2853. --bs-gradient: none;
  2854. }
  2855. .btn-outline-success {
  2856. --bs-btn-color: #3cf281;
  2857. --bs-btn-border-color: #3cf281;
  2858. --bs-btn-hover-color: #fff;
  2859. --bs-btn-hover-bg: #3cf281;
  2860. --bs-btn-hover-border-color: #3cf281;
  2861. --bs-btn-focus-shadow-rgb: 60, 242, 129;
  2862. --bs-btn-active-color: #fff;
  2863. --bs-btn-active-bg: #3cf281;
  2864. --bs-btn-active-border-color: #3cf281;
  2865. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2866. --bs-btn-disabled-color: #3cf281;
  2867. --bs-btn-disabled-bg: transparent;
  2868. --bs-btn-disabled-border-color: #3cf281;
  2869. --bs-gradient: none;
  2870. }
  2871. .btn-outline-info {
  2872. --bs-btn-color: #1ba2f6;
  2873. --bs-btn-border-color: #1ba2f6;
  2874. --bs-btn-hover-color: #fff;
  2875. --bs-btn-hover-bg: #1ba2f6;
  2876. --bs-btn-hover-border-color: #1ba2f6;
  2877. --bs-btn-focus-shadow-rgb: 27, 162, 246;
  2878. --bs-btn-active-color: #fff;
  2879. --bs-btn-active-bg: #1ba2f6;
  2880. --bs-btn-active-border-color: #1ba2f6;
  2881. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2882. --bs-btn-disabled-color: #1ba2f6;
  2883. --bs-btn-disabled-bg: transparent;
  2884. --bs-btn-disabled-border-color: #1ba2f6;
  2885. --bs-gradient: none;
  2886. }
  2887. .btn-outline-warning {
  2888. --bs-btn-color: #ffc107;
  2889. --bs-btn-border-color: #ffc107;
  2890. --bs-btn-hover-color: #fff;
  2891. --bs-btn-hover-bg: #ffc107;
  2892. --bs-btn-hover-border-color: #ffc107;
  2893. --bs-btn-focus-shadow-rgb: 255, 193, 7;
  2894. --bs-btn-active-color: #fff;
  2895. --bs-btn-active-bg: #ffc107;
  2896. --bs-btn-active-border-color: #ffc107;
  2897. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2898. --bs-btn-disabled-color: #ffc107;
  2899. --bs-btn-disabled-bg: transparent;
  2900. --bs-btn-disabled-border-color: #ffc107;
  2901. --bs-gradient: none;
  2902. }
  2903. .btn-outline-danger {
  2904. --bs-btn-color: #e44c55;
  2905. --bs-btn-border-color: #e44c55;
  2906. --bs-btn-hover-color: #fff;
  2907. --bs-btn-hover-bg: #e44c55;
  2908. --bs-btn-hover-border-color: #e44c55;
  2909. --bs-btn-focus-shadow-rgb: 228, 76, 85;
  2910. --bs-btn-active-color: #fff;
  2911. --bs-btn-active-bg: #e44c55;
  2912. --bs-btn-active-border-color: #e44c55;
  2913. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2914. --bs-btn-disabled-color: #e44c55;
  2915. --bs-btn-disabled-bg: transparent;
  2916. --bs-btn-disabled-border-color: #e44c55;
  2917. --bs-gradient: none;
  2918. }
  2919. .btn-outline-light {
  2920. --bs-btn-color: #44d9e8;
  2921. --bs-btn-border-color: #44d9e8;
  2922. --bs-btn-hover-color: #fff;
  2923. --bs-btn-hover-bg: #44d9e8;
  2924. --bs-btn-hover-border-color: #44d9e8;
  2925. --bs-btn-focus-shadow-rgb: 68, 217, 232;
  2926. --bs-btn-active-color: #fff;
  2927. --bs-btn-active-bg: #44d9e8;
  2928. --bs-btn-active-border-color: #44d9e8;
  2929. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2930. --bs-btn-disabled-color: #44d9e8;
  2931. --bs-btn-disabled-bg: transparent;
  2932. --bs-btn-disabled-border-color: #44d9e8;
  2933. --bs-gradient: none;
  2934. }
  2935. .btn-outline-dark {
  2936. --bs-btn-color: #170229;
  2937. --bs-btn-border-color: #170229;
  2938. --bs-btn-hover-color: #fff;
  2939. --bs-btn-hover-bg: #170229;
  2940. --bs-btn-hover-border-color: #170229;
  2941. --bs-btn-focus-shadow-rgb: 23, 2, 41;
  2942. --bs-btn-active-color: #fff;
  2943. --bs-btn-active-bg: #170229;
  2944. --bs-btn-active-border-color: #170229;
  2945. --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2946. --bs-btn-disabled-color: #170229;
  2947. --bs-btn-disabled-bg: transparent;
  2948. --bs-btn-disabled-border-color: #170229;
  2949. --bs-gradient: none;
  2950. }
  2951. .btn-link {
  2952. --bs-btn-font-weight: 400;
  2953. --bs-btn-color: var(--bs-link-color);
  2954. --bs-btn-bg: transparent;
  2955. --bs-btn-border-color: transparent;
  2956. --bs-btn-hover-color: var(--bs-link-hover-color);
  2957. --bs-btn-hover-border-color: transparent;
  2958. --bs-btn-active-color: var(--bs-link-hover-color);
  2959. --bs-btn-active-border-color: transparent;
  2960. --bs-btn-disabled-color: #6c757d;
  2961. --bs-btn-disabled-border-color: transparent;
  2962. --bs-btn-box-shadow: none;
  2963. --bs-btn-focus-shadow-rgb: 133, 94, 202;
  2964. text-decoration: underline;
  2965. }
  2966. .btn-link:focus-visible {
  2967. color: var(--bs-btn-color);
  2968. }
  2969. .btn-link:hover {
  2970. color: var(--bs-btn-hover-color);
  2971. }
  2972. .btn-lg, .btn-group-lg > .btn {
  2973. --bs-btn-padding-y: 0.5rem;
  2974. --bs-btn-padding-x: 1rem;
  2975. --bs-btn-font-size: 1.25rem;
  2976. --bs-btn-border-radius: 0.5rem;
  2977. }
  2978. .btn-sm, .btn-group-sm > .btn {
  2979. --bs-btn-padding-y: 0.25rem;
  2980. --bs-btn-padding-x: 0.5rem;
  2981. --bs-btn-font-size: 0.875rem;
  2982. --bs-btn-border-radius: 0.05rem;
  2983. }
  2984. .fade {
  2985. transition: opacity 0.15s linear;
  2986. }
  2987. @media (prefers-reduced-motion: reduce) {
  2988. .fade {
  2989. transition: none;
  2990. }
  2991. }
  2992. .fade:not(.show) {
  2993. opacity: 0;
  2994. }
  2995. .collapse:not(.show) {
  2996. display: none;
  2997. }
  2998. .collapsing {
  2999. height: 0;
  3000. overflow: hidden;
  3001. transition: height 0.35s ease;
  3002. }
  3003. @media (prefers-reduced-motion: reduce) {
  3004. .collapsing {
  3005. transition: none;
  3006. }
  3007. }
  3008. .collapsing.collapse-horizontal {
  3009. width: 0;
  3010. height: auto;
  3011. transition: width 0.35s ease;
  3012. }
  3013. @media (prefers-reduced-motion: reduce) {
  3014. .collapsing.collapse-horizontal {
  3015. transition: none;
  3016. }
  3017. }
  3018. .dropup,
  3019. .dropend,
  3020. .dropdown,
  3021. .dropstart,
  3022. .dropup-center,
  3023. .dropdown-center {
  3024. position: relative;
  3025. }
  3026. .dropdown-toggle {
  3027. white-space: nowrap;
  3028. }
  3029. .dropdown-toggle::after {
  3030. display: inline-block;
  3031. margin-left: 0.255em;
  3032. vertical-align: 0.255em;
  3033. content: "";
  3034. border-top: 0.3em solid;
  3035. border-right: 0.3em solid transparent;
  3036. border-bottom: 0;
  3037. border-left: 0.3em solid transparent;
  3038. }
  3039. .dropdown-toggle:empty::after {
  3040. margin-left: 0;
  3041. }
  3042. .dropdown-menu {
  3043. --bs-dropdown-zindex: 1000;
  3044. --bs-dropdown-min-width: 10rem;
  3045. --bs-dropdown-padding-x: 0;
  3046. --bs-dropdown-padding-y: 0.5rem;
  3047. --bs-dropdown-spacer: 0.125rem;
  3048. --bs-dropdown-font-size: 1rem;
  3049. --bs-dropdown-color: #32fbe2;
  3050. --bs-dropdown-bg: #fff;
  3051. --bs-dropdown-border-color: var(--bs-border-color-translucent);
  3052. --bs-dropdown-border-radius: 0.15rem;
  3053. --bs-dropdown-border-width: 0;
  3054. --bs-dropdown-inner-border-radius: 0.15rem;
  3055. --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  3056. --bs-dropdown-divider-margin-y: 0.5rem;
  3057. --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  3058. --bs-dropdown-link-color: #170229;
  3059. --bs-dropdown-link-hover-color: #150225;
  3060. --bs-dropdown-link-hover-bg: #e9ecef;
  3061. --bs-dropdown-link-active-color: #fff;
  3062. --bs-dropdown-link-active-bg: #ea39b8;
  3063. --bs-dropdown-link-disabled-color: #adb5bd;
  3064. --bs-dropdown-item-padding-x: 1rem;
  3065. --bs-dropdown-item-padding-y: 0.25rem;
  3066. --bs-dropdown-header-color: #6c757d;
  3067. --bs-dropdown-header-padding-x: 1rem;
  3068. --bs-dropdown-header-padding-y: 0.5rem;
  3069. position: absolute;
  3070. z-index: var(--bs-dropdown-zindex);
  3071. display: none;
  3072. min-width: var(--bs-dropdown-min-width);
  3073. padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  3074. margin: 0;
  3075. font-size: var(--bs-dropdown-font-size);
  3076. color: var(--bs-dropdown-color);
  3077. text-align: left;
  3078. list-style: none;
  3079. background-color: var(--bs-dropdown-bg);
  3080. background-clip: padding-box;
  3081. border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  3082. border-radius: var(--bs-dropdown-border-radius);
  3083. }
  3084. .dropdown-menu[data-bs-popper] {
  3085. top: 100%;
  3086. left: 0;
  3087. margin-top: var(--bs-dropdown-spacer);
  3088. }
  3089. .dropdown-menu-start {
  3090. --bs-position: start;
  3091. }
  3092. .dropdown-menu-start[data-bs-popper] {
  3093. right: auto;
  3094. left: 0;
  3095. }
  3096. .dropdown-menu-end {
  3097. --bs-position: end;
  3098. }
  3099. .dropdown-menu-end[data-bs-popper] {
  3100. right: 0;
  3101. left: auto;
  3102. }
  3103. @media (min-width: 576px) {
  3104. .dropdown-menu-sm-start {
  3105. --bs-position: start;
  3106. }
  3107. .dropdown-menu-sm-start[data-bs-popper] {
  3108. right: auto;
  3109. left: 0;
  3110. }
  3111. .dropdown-menu-sm-end {
  3112. --bs-position: end;
  3113. }
  3114. .dropdown-menu-sm-end[data-bs-popper] {
  3115. right: 0;
  3116. left: auto;
  3117. }
  3118. }
  3119. @media (min-width: 768px) {
  3120. .dropdown-menu-md-start {
  3121. --bs-position: start;
  3122. }
  3123. .dropdown-menu-md-start[data-bs-popper] {
  3124. right: auto;
  3125. left: 0;
  3126. }
  3127. .dropdown-menu-md-end {
  3128. --bs-position: end;
  3129. }
  3130. .dropdown-menu-md-end[data-bs-popper] {
  3131. right: 0;
  3132. left: auto;
  3133. }
  3134. }
  3135. @media (min-width: 992px) {
  3136. .dropdown-menu-lg-start {
  3137. --bs-position: start;
  3138. }
  3139. .dropdown-menu-lg-start[data-bs-popper] {
  3140. right: auto;
  3141. left: 0;
  3142. }
  3143. .dropdown-menu-lg-end {
  3144. --bs-position: end;
  3145. }
  3146. .dropdown-menu-lg-end[data-bs-popper] {
  3147. right: 0;
  3148. left: auto;
  3149. }
  3150. }
  3151. @media (min-width: 1200px) {
  3152. .dropdown-menu-xl-start {
  3153. --bs-position: start;
  3154. }
  3155. .dropdown-menu-xl-start[data-bs-popper] {
  3156. right: auto;
  3157. left: 0;
  3158. }
  3159. .dropdown-menu-xl-end {
  3160. --bs-position: end;
  3161. }
  3162. .dropdown-menu-xl-end[data-bs-popper] {
  3163. right: 0;
  3164. left: auto;
  3165. }
  3166. }
  3167. @media (min-width: 1400px) {
  3168. .dropdown-menu-xxl-start {
  3169. --bs-position: start;
  3170. }
  3171. .dropdown-menu-xxl-start[data-bs-popper] {
  3172. right: auto;
  3173. left: 0;
  3174. }
  3175. .dropdown-menu-xxl-end {
  3176. --bs-position: end;
  3177. }
  3178. .dropdown-menu-xxl-end[data-bs-popper] {
  3179. right: 0;
  3180. left: auto;
  3181. }
  3182. }
  3183. .dropup .dropdown-menu[data-bs-popper] {
  3184. top: auto;
  3185. bottom: 100%;
  3186. margin-top: 0;
  3187. margin-bottom: var(--bs-dropdown-spacer);
  3188. }
  3189. .dropup .dropdown-toggle::after {
  3190. display: inline-block;
  3191. margin-left: 0.255em;
  3192. vertical-align: 0.255em;
  3193. content: "";
  3194. border-top: 0;
  3195. border-right: 0.3em solid transparent;
  3196. border-bottom: 0.3em solid;
  3197. border-left: 0.3em solid transparent;
  3198. }
  3199. .dropup .dropdown-toggle:empty::after {
  3200. margin-left: 0;
  3201. }
  3202. .dropend .dropdown-menu[data-bs-popper] {
  3203. top: 0;
  3204. right: auto;
  3205. left: 100%;
  3206. margin-top: 0;
  3207. margin-left: var(--bs-dropdown-spacer);
  3208. }
  3209. .dropend .dropdown-toggle::after {
  3210. display: inline-block;
  3211. margin-left: 0.255em;
  3212. vertical-align: 0.255em;
  3213. content: "";
  3214. border-top: 0.3em solid transparent;
  3215. border-right: 0;
  3216. border-bottom: 0.3em solid transparent;
  3217. border-left: 0.3em solid;
  3218. }
  3219. .dropend .dropdown-toggle:empty::after {
  3220. margin-left: 0;
  3221. }
  3222. .dropend .dropdown-toggle::after {
  3223. vertical-align: 0;
  3224. }
  3225. .dropstart .dropdown-menu[data-bs-popper] {
  3226. top: 0;
  3227. right: 100%;
  3228. left: auto;
  3229. margin-top: 0;
  3230. margin-right: var(--bs-dropdown-spacer);
  3231. }
  3232. .dropstart .dropdown-toggle::after {
  3233. display: inline-block;
  3234. margin-left: 0.255em;
  3235. vertical-align: 0.255em;
  3236. content: "";
  3237. }
  3238. .dropstart .dropdown-toggle::after {
  3239. display: none;
  3240. }
  3241. .dropstart .dropdown-toggle::before {
  3242. display: inline-block;
  3243. margin-right: 0.255em;
  3244. vertical-align: 0.255em;
  3245. content: "";
  3246. border-top: 0.3em solid transparent;
  3247. border-right: 0.3em solid;
  3248. border-bottom: 0.3em solid transparent;
  3249. }
  3250. .dropstart .dropdown-toggle:empty::after {
  3251. margin-left: 0;
  3252. }
  3253. .dropstart .dropdown-toggle::before {
  3254. vertical-align: 0;
  3255. }
  3256. .dropdown-divider {
  3257. height: 0;
  3258. margin: var(--bs-dropdown-divider-margin-y) 0;
  3259. overflow: hidden;
  3260. border-top: 1px solid var(--bs-dropdown-divider-bg);
  3261. opacity: 1;
  3262. }
  3263. .dropdown-item {
  3264. display: block;
  3265. width: 100%;
  3266. padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  3267. clear: both;
  3268. font-weight: 400;
  3269. color: var(--bs-dropdown-link-color);
  3270. text-align: inherit;
  3271. text-decoration: none;
  3272. white-space: nowrap;
  3273. background-color: transparent;
  3274. border: 0;
  3275. }
  3276. .dropdown-item:hover, .dropdown-item:focus {
  3277. color: var(--bs-dropdown-link-hover-color);
  3278. background-color: var(--bs-dropdown-link-hover-bg);
  3279. }
  3280. .dropdown-item.active, .dropdown-item:active {
  3281. color: var(--bs-dropdown-link-active-color);
  3282. text-decoration: none;
  3283. background-color: var(--bs-dropdown-link-active-bg);
  3284. }
  3285. .dropdown-item.disabled, .dropdown-item:disabled {
  3286. color: var(--bs-dropdown-link-disabled-color);
  3287. pointer-events: none;
  3288. background-color: transparent;
  3289. }
  3290. .dropdown-menu.show {
  3291. display: block;
  3292. }
  3293. .dropdown-header {
  3294. display: block;
  3295. padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  3296. margin-bottom: 0;
  3297. font-size: 0.875rem;
  3298. color: var(--bs-dropdown-header-color);
  3299. white-space: nowrap;
  3300. }
  3301. .dropdown-item-text {
  3302. display: block;
  3303. padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  3304. color: var(--bs-dropdown-link-color);
  3305. }
  3306. .dropdown-menu-dark {
  3307. --bs-dropdown-color: #dee2e6;
  3308. --bs-dropdown-bg: #343a40;
  3309. --bs-dropdown-border-color: var(--bs-border-color-translucent);
  3310. --bs-dropdown-box-shadow: ;
  3311. --bs-dropdown-link-color: #dee2e6;
  3312. --bs-dropdown-link-hover-color: #fff;
  3313. --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  3314. --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  3315. --bs-dropdown-link-active-color: #fff;
  3316. --bs-dropdown-link-active-bg: #ea39b8;
  3317. --bs-dropdown-link-disabled-color: #adb5bd;
  3318. --bs-dropdown-header-color: #adb5bd;
  3319. }
  3320. .btn-group,
  3321. .btn-group-vertical {
  3322. position: relative;
  3323. display: inline-flex;
  3324. vertical-align: middle;
  3325. }
  3326. .btn-group > .btn,
  3327. .btn-group-vertical > .btn {
  3328. position: relative;
  3329. flex: 1 1 auto;
  3330. }
  3331. .btn-group > .btn-check:checked + .btn,
  3332. .btn-group > .btn-check:focus + .btn,
  3333. .btn-group > .btn:hover,
  3334. .btn-group > .btn:focus,
  3335. .btn-group > .btn:active,
  3336. .btn-group > .btn.active,
  3337. .btn-group-vertical > .btn-check:checked + .btn,
  3338. .btn-group-vertical > .btn-check:focus + .btn,
  3339. .btn-group-vertical > .btn:hover,
  3340. .btn-group-vertical > .btn:focus,
  3341. .btn-group-vertical > .btn:active,
  3342. .btn-group-vertical > .btn.active {
  3343. z-index: 1;
  3344. }
  3345. .btn-toolbar {
  3346. display: flex;
  3347. flex-wrap: wrap;
  3348. justify-content: flex-start;
  3349. }
  3350. .btn-toolbar .input-group {
  3351. width: auto;
  3352. }
  3353. .btn-group {
  3354. border-radius: 0.15rem;
  3355. }
  3356. .btn-group > :not(.btn-check:first-child) + .btn,
  3357. .btn-group > .btn-group:not(:first-child) {
  3358. margin-left: 0;
  3359. }
  3360. .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  3361. .btn-group > .btn.dropdown-toggle-split:first-child,
  3362. .btn-group > .btn-group:not(:last-child) > .btn {
  3363. border-top-right-radius: 0;
  3364. border-bottom-right-radius: 0;
  3365. }
  3366. .btn-group > .btn:nth-child(n+3),
  3367. .btn-group > :not(.btn-check) + .btn,
  3368. .btn-group > .btn-group:not(:first-child) > .btn {
  3369. border-top-left-radius: 0;
  3370. border-bottom-left-radius: 0;
  3371. }
  3372. .dropdown-toggle-split {
  3373. padding-right: 0.5625rem;
  3374. padding-left: 0.5625rem;
  3375. }
  3376. .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  3377. margin-left: 0;
  3378. }
  3379. .dropstart .dropdown-toggle-split::before {
  3380. margin-right: 0;
  3381. }
  3382. .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  3383. padding-right: 0.375rem;
  3384. padding-left: 0.375rem;
  3385. }
  3386. .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  3387. padding-right: 0.75rem;
  3388. padding-left: 0.75rem;
  3389. }
  3390. .btn-group-vertical {
  3391. flex-direction: column;
  3392. align-items: flex-start;
  3393. justify-content: center;
  3394. }
  3395. .btn-group-vertical > .btn,
  3396. .btn-group-vertical > .btn-group {
  3397. width: 100%;
  3398. }
  3399. .btn-group-vertical > .btn:not(:first-child),
  3400. .btn-group-vertical > .btn-group:not(:first-child) {
  3401. margin-top: 0;
  3402. }
  3403. .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  3404. .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  3405. border-bottom-right-radius: 0;
  3406. border-bottom-left-radius: 0;
  3407. }
  3408. .btn-group-vertical > .btn ~ .btn,
  3409. .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  3410. border-top-left-radius: 0;
  3411. border-top-right-radius: 0;
  3412. }
  3413. .nav {
  3414. --bs-nav-link-padding-x: 1rem;
  3415. --bs-nav-link-padding-y: 0.5rem;
  3416. --bs-nav-link-font-weight: ;
  3417. --bs-nav-link-color: var(--bs-link-color);
  3418. --bs-nav-link-hover-color: var(--bs-link-hover-color);
  3419. --bs-nav-link-disabled-color: rgba(50, 251, 226, 0.3);
  3420. display: flex;
  3421. flex-wrap: wrap;
  3422. padding-left: 0;
  3423. margin-bottom: 0;
  3424. list-style: none;
  3425. }
  3426. .nav-link {
  3427. display: block;
  3428. padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  3429. font-size: var(--bs-nav-link-font-size);
  3430. font-weight: var(--bs-nav-link-font-weight);
  3431. color: var(--bs-nav-link-color);
  3432. text-decoration: none;
  3433. transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  3434. }
  3435. @media (prefers-reduced-motion: reduce) {
  3436. .nav-link {
  3437. transition: none;
  3438. }
  3439. }
  3440. .nav-link:hover, .nav-link:focus {
  3441. color: var(--bs-nav-link-hover-color);
  3442. }
  3443. .nav-link.disabled {
  3444. color: var(--bs-nav-link-disabled-color);
  3445. pointer-events: none;
  3446. cursor: default;
  3447. }
  3448. .nav-tabs {
  3449. --bs-nav-tabs-border-width: 0;
  3450. --bs-nav-tabs-border-color: #dee2e6;
  3451. --bs-nav-tabs-border-radius: 0.15rem;
  3452. --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  3453. --bs-nav-tabs-link-active-color: #ea39b8;
  3454. --bs-nav-tabs-link-active-bg: #1a0933;
  3455. --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #1a0933;
  3456. border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
  3457. }
  3458. .nav-tabs .nav-link {
  3459. margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  3460. background: none;
  3461. border: var(--bs-nav-tabs-border-width) solid transparent;
  3462. border-top-left-radius: var(--bs-nav-tabs-border-radius);
  3463. border-top-right-radius: var(--bs-nav-tabs-border-radius);
  3464. }
  3465. .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  3466. isolation: isolate;
  3467. border-color: var(--bs-nav-tabs-link-hover-border-color);
  3468. }
  3469. .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  3470. color: var(--bs-nav-link-disabled-color);
  3471. background-color: transparent;
  3472. border-color: transparent;
  3473. }
  3474. .nav-tabs .nav-link.active,
  3475. .nav-tabs .nav-item.show .nav-link {
  3476. color: var(--bs-nav-tabs-link-active-color);
  3477. background-color: var(--bs-nav-tabs-link-active-bg);
  3478. border-color: var(--bs-nav-tabs-link-active-border-color);
  3479. }
  3480. .nav-tabs .dropdown-menu {
  3481. margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  3482. border-top-left-radius: 0;
  3483. border-top-right-radius: 0;
  3484. }
  3485. .nav-pills {
  3486. --bs-nav-pills-border-radius: 0.15rem;
  3487. --bs-nav-pills-link-active-color: #fff;
  3488. --bs-nav-pills-link-active-bg: #ea39b8;
  3489. }
  3490. .nav-pills .nav-link {
  3491. background: none;
  3492. border: 0;
  3493. border-radius: var(--bs-nav-pills-border-radius);
  3494. }
  3495. .nav-pills .nav-link:disabled {
  3496. color: var(--bs-nav-link-disabled-color);
  3497. background-color: transparent;
  3498. border-color: transparent;
  3499. }
  3500. .nav-pills .nav-link.active,
  3501. .nav-pills .show > .nav-link {
  3502. color: var(--bs-nav-pills-link-active-color);
  3503. background-color: var(--bs-nav-pills-link-active-bg);
  3504. }
  3505. .nav-fill > .nav-link,
  3506. .nav-fill .nav-item {
  3507. flex: 1 1 auto;
  3508. text-align: center;
  3509. }
  3510. .nav-justified > .nav-link,
  3511. .nav-justified .nav-item {
  3512. flex-basis: 0;
  3513. flex-grow: 1;
  3514. text-align: center;
  3515. }
  3516. .nav-fill .nav-item .nav-link,
  3517. .nav-justified .nav-item .nav-link {
  3518. width: 100%;
  3519. }
  3520. .tab-content > .tab-pane {
  3521. display: none;
  3522. }
  3523. .tab-content > .active {
  3524. display: block;
  3525. }
  3526. .navbar {
  3527. --bs-navbar-padding-x: 0;
  3528. --bs-navbar-padding-y: 0.5rem;
  3529. --bs-navbar-color: rgba(0, 0, 0, 0.55);
  3530. --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  3531. --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  3532. --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  3533. --bs-navbar-brand-padding-y: 0.3125rem;
  3534. --bs-navbar-brand-margin-end: 1rem;
  3535. --bs-navbar-brand-font-size: 1.25rem;
  3536. --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  3537. --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  3538. --bs-navbar-nav-link-padding-x: 0.5rem;
  3539. --bs-navbar-toggler-padding-y: 0.25rem;
  3540. --bs-navbar-toggler-padding-x: 0.75rem;
  3541. --bs-navbar-toggler-font-size: 1.25rem;
  3542. --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  3543. --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  3544. --bs-navbar-toggler-border-radius: 0.15rem;
  3545. --bs-navbar-toggler-focus-width: 0.25rem;
  3546. --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  3547. position: relative;
  3548. display: flex;
  3549. flex-wrap: wrap;
  3550. align-items: center;
  3551. justify-content: space-between;
  3552. padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  3553. }
  3554. .navbar > .container,
  3555. .navbar > .container-fluid,
  3556. .navbar > .container-sm,
  3557. .navbar > .container-md,
  3558. .navbar > .container-lg,
  3559. .navbar > .container-xl,
  3560. .navbar > .container-xxl {
  3561. display: flex;
  3562. flex-wrap: inherit;
  3563. align-items: center;
  3564. justify-content: space-between;
  3565. }
  3566. .navbar-brand {
  3567. padding-top: var(--bs-navbar-brand-padding-y);
  3568. padding-bottom: var(--bs-navbar-brand-padding-y);
  3569. margin-right: var(--bs-navbar-brand-margin-end);
  3570. font-size: var(--bs-navbar-brand-font-size);
  3571. color: var(--bs-navbar-brand-color);
  3572. text-decoration: none;
  3573. white-space: nowrap;
  3574. }
  3575. .navbar-brand:hover, .navbar-brand:focus {
  3576. color: var(--bs-navbar-brand-hover-color);
  3577. }
  3578. .navbar-nav {
  3579. --bs-nav-link-padding-x: 0;
  3580. --bs-nav-link-padding-y: 0.5rem;
  3581. --bs-nav-link-font-weight: ;
  3582. --bs-nav-link-color: var(--bs-navbar-color);
  3583. --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  3584. --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  3585. display: flex;
  3586. flex-direction: column;
  3587. padding-left: 0;
  3588. margin-bottom: 0;
  3589. list-style: none;
  3590. }
  3591. .navbar-nav .show > .nav-link,
  3592. .navbar-nav .nav-link.active {
  3593. color: var(--bs-navbar-active-color);
  3594. }
  3595. .navbar-nav .dropdown-menu {
  3596. position: static;
  3597. }
  3598. .navbar-text {
  3599. padding-top: 0.5rem;
  3600. padding-bottom: 0.5rem;
  3601. color: var(--bs-navbar-color);
  3602. }
  3603. .navbar-text a,
  3604. .navbar-text a:hover,
  3605. .navbar-text a:focus {
  3606. color: var(--bs-navbar-active-color);
  3607. }
  3608. .navbar-collapse {
  3609. flex-basis: 100%;
  3610. flex-grow: 1;
  3611. align-items: center;
  3612. }
  3613. .navbar-toggler {
  3614. padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  3615. font-size: var(--bs-navbar-toggler-font-size);
  3616. line-height: 1;
  3617. color: var(--bs-navbar-color);
  3618. background-color: transparent;
  3619. border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  3620. border-radius: var(--bs-navbar-toggler-border-radius);
  3621. transition: var(--bs-navbar-toggler-transition);
  3622. }
  3623. @media (prefers-reduced-motion: reduce) {
  3624. .navbar-toggler {
  3625. transition: none;
  3626. }
  3627. }
  3628. .navbar-toggler:hover {
  3629. text-decoration: none;
  3630. }
  3631. .navbar-toggler:focus {
  3632. text-decoration: none;
  3633. outline: 0;
  3634. box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  3635. }
  3636. .navbar-toggler-icon {
  3637. display: inline-block;
  3638. width: 1.5em;
  3639. height: 1.5em;
  3640. vertical-align: middle;
  3641. background-image: var(--bs-navbar-toggler-icon-bg);
  3642. background-repeat: no-repeat;
  3643. background-position: center;
  3644. background-size: 100%;
  3645. }
  3646. .navbar-nav-scroll {
  3647. max-height: var(--bs-scroll-height, 75vh);
  3648. overflow-y: auto;
  3649. }
  3650. @media (min-width: 576px) {
  3651. .navbar-expand-sm {
  3652. flex-wrap: nowrap;
  3653. justify-content: flex-start;
  3654. }
  3655. .navbar-expand-sm .navbar-nav {
  3656. flex-direction: row;
  3657. }
  3658. .navbar-expand-sm .navbar-nav .dropdown-menu {
  3659. position: absolute;
  3660. }
  3661. .navbar-expand-sm .navbar-nav .nav-link {
  3662. padding-right: var(--bs-navbar-nav-link-padding-x);
  3663. padding-left: var(--bs-navbar-nav-link-padding-x);
  3664. }
  3665. .navbar-expand-sm .navbar-nav-scroll {
  3666. overflow: visible;
  3667. }
  3668. .navbar-expand-sm .navbar-collapse {
  3669. display: flex !important;
  3670. flex-basis: auto;
  3671. }
  3672. .navbar-expand-sm .navbar-toggler {
  3673. display: none;
  3674. }
  3675. .navbar-expand-sm .offcanvas {
  3676. position: static;
  3677. z-index: auto;
  3678. flex-grow: 1;
  3679. width: auto !important;
  3680. height: auto !important;
  3681. visibility: visible !important;
  3682. background-color: transparent !important;
  3683. border: 0 !important;
  3684. transform: none !important;
  3685. transition: none;
  3686. }
  3687. .navbar-expand-sm .offcanvas .offcanvas-header {
  3688. display: none;
  3689. }
  3690. .navbar-expand-sm .offcanvas .offcanvas-body {
  3691. display: flex;
  3692. flex-grow: 0;
  3693. padding: 0;
  3694. overflow-y: visible;
  3695. }
  3696. }
  3697. @media (min-width: 768px) {
  3698. .navbar-expand-md {
  3699. flex-wrap: nowrap;
  3700. justify-content: flex-start;
  3701. }
  3702. .navbar-expand-md .navbar-nav {
  3703. flex-direction: row;
  3704. }
  3705. .navbar-expand-md .navbar-nav .dropdown-menu {
  3706. position: absolute;
  3707. }
  3708. .navbar-expand-md .navbar-nav .nav-link {
  3709. padding-right: var(--bs-navbar-nav-link-padding-x);
  3710. padding-left: var(--bs-navbar-nav-link-padding-x);
  3711. }
  3712. .navbar-expand-md .navbar-nav-scroll {
  3713. overflow: visible;
  3714. }
  3715. .navbar-expand-md .navbar-collapse {
  3716. display: flex !important;
  3717. flex-basis: auto;
  3718. }
  3719. .navbar-expand-md .navbar-toggler {
  3720. display: none;
  3721. }
  3722. .navbar-expand-md .offcanvas {
  3723. position: static;
  3724. z-index: auto;
  3725. flex-grow: 1;
  3726. width: auto !important;
  3727. height: auto !important;
  3728. visibility: visible !important;
  3729. background-color: transparent !important;
  3730. border: 0 !important;
  3731. transform: none !important;
  3732. transition: none;
  3733. }
  3734. .navbar-expand-md .offcanvas .offcanvas-header {
  3735. display: none;
  3736. }
  3737. .navbar-expand-md .offcanvas .offcanvas-body {
  3738. display: flex;
  3739. flex-grow: 0;
  3740. padding: 0;
  3741. overflow-y: visible;
  3742. }
  3743. }
  3744. @media (min-width: 992px) {
  3745. .navbar-expand-lg {
  3746. flex-wrap: nowrap;
  3747. justify-content: flex-start;
  3748. }
  3749. .navbar-expand-lg .navbar-nav {
  3750. flex-direction: row;
  3751. }
  3752. .navbar-expand-lg .navbar-nav .dropdown-menu {
  3753. position: absolute;
  3754. }
  3755. .navbar-expand-lg .navbar-nav .nav-link {
  3756. padding-right: var(--bs-navbar-nav-link-padding-x);
  3757. padding-left: var(--bs-navbar-nav-link-padding-x);
  3758. }
  3759. .navbar-expand-lg .navbar-nav-scroll {
  3760. overflow: visible;
  3761. }
  3762. .navbar-expand-lg .navbar-collapse {
  3763. display: flex !important;
  3764. flex-basis: auto;
  3765. }
  3766. .navbar-expand-lg .navbar-toggler {
  3767. display: none;
  3768. }
  3769. .navbar-expand-lg .offcanvas {
  3770. position: static;
  3771. z-index: auto;
  3772. flex-grow: 1;
  3773. width: auto !important;
  3774. height: auto !important;
  3775. visibility: visible !important;
  3776. background-color: transparent !important;
  3777. border: 0 !important;
  3778. transform: none !important;
  3779. transition: none;
  3780. }
  3781. .navbar-expand-lg .offcanvas .offcanvas-header {
  3782. display: none;
  3783. }
  3784. .navbar-expand-lg .offcanvas .offcanvas-body {
  3785. display: flex;
  3786. flex-grow: 0;
  3787. padding: 0;
  3788. overflow-y: visible;
  3789. }
  3790. }
  3791. @media (min-width: 1200px) {
  3792. .navbar-expand-xl {
  3793. flex-wrap: nowrap;
  3794. justify-content: flex-start;
  3795. }
  3796. .navbar-expand-xl .navbar-nav {
  3797. flex-direction: row;
  3798. }
  3799. .navbar-expand-xl .navbar-nav .dropdown-menu {
  3800. position: absolute;
  3801. }
  3802. .navbar-expand-xl .navbar-nav .nav-link {
  3803. padding-right: var(--bs-navbar-nav-link-padding-x);
  3804. padding-left: var(--bs-navbar-nav-link-padding-x);
  3805. }
  3806. .navbar-expand-xl .navbar-nav-scroll {
  3807. overflow: visible;
  3808. }
  3809. .navbar-expand-xl .navbar-collapse {
  3810. display: flex !important;
  3811. flex-basis: auto;
  3812. }
  3813. .navbar-expand-xl .navbar-toggler {
  3814. display: none;
  3815. }
  3816. .navbar-expand-xl .offcanvas {
  3817. position: static;
  3818. z-index: auto;
  3819. flex-grow: 1;
  3820. width: auto !important;
  3821. height: auto !important;
  3822. visibility: visible !important;
  3823. background-color: transparent !important;
  3824. border: 0 !important;
  3825. transform: none !important;
  3826. transition: none;
  3827. }
  3828. .navbar-expand-xl .offcanvas .offcanvas-header {
  3829. display: none;
  3830. }
  3831. .navbar-expand-xl .offcanvas .offcanvas-body {
  3832. display: flex;
  3833. flex-grow: 0;
  3834. padding: 0;
  3835. overflow-y: visible;
  3836. }
  3837. }
  3838. @media (min-width: 1400px) {
  3839. .navbar-expand-xxl {
  3840. flex-wrap: nowrap;
  3841. justify-content: flex-start;
  3842. }
  3843. .navbar-expand-xxl .navbar-nav {
  3844. flex-direction: row;
  3845. }
  3846. .navbar-expand-xxl .navbar-nav .dropdown-menu {
  3847. position: absolute;
  3848. }
  3849. .navbar-expand-xxl .navbar-nav .nav-link {
  3850. padding-right: var(--bs-navbar-nav-link-padding-x);
  3851. padding-left: var(--bs-navbar-nav-link-padding-x);
  3852. }
  3853. .navbar-expand-xxl .navbar-nav-scroll {
  3854. overflow: visible;
  3855. }
  3856. .navbar-expand-xxl .navbar-collapse {
  3857. display: flex !important;
  3858. flex-basis: auto;
  3859. }
  3860. .navbar-expand-xxl .navbar-toggler {
  3861. display: none;
  3862. }
  3863. .navbar-expand-xxl .offcanvas {
  3864. position: static;
  3865. z-index: auto;
  3866. flex-grow: 1;
  3867. width: auto !important;
  3868. height: auto !important;
  3869. visibility: visible !important;
  3870. background-color: transparent !important;
  3871. border: 0 !important;
  3872. transform: none !important;
  3873. transition: none;
  3874. }
  3875. .navbar-expand-xxl .offcanvas .offcanvas-header {
  3876. display: none;
  3877. }
  3878. .navbar-expand-xxl .offcanvas .offcanvas-body {
  3879. display: flex;
  3880. flex-grow: 0;
  3881. padding: 0;
  3882. overflow-y: visible;
  3883. }
  3884. }
  3885. .navbar-expand {
  3886. flex-wrap: nowrap;
  3887. justify-content: flex-start;
  3888. }
  3889. .navbar-expand .navbar-nav {
  3890. flex-direction: row;
  3891. }
  3892. .navbar-expand .navbar-nav .dropdown-menu {
  3893. position: absolute;
  3894. }
  3895. .navbar-expand .navbar-nav .nav-link {
  3896. padding-right: var(--bs-navbar-nav-link-padding-x);
  3897. padding-left: var(--bs-navbar-nav-link-padding-x);
  3898. }
  3899. .navbar-expand .navbar-nav-scroll {
  3900. overflow: visible;
  3901. }
  3902. .navbar-expand .navbar-collapse {
  3903. display: flex !important;
  3904. flex-basis: auto;
  3905. }
  3906. .navbar-expand .navbar-toggler {
  3907. display: none;
  3908. }
  3909. .navbar-expand .offcanvas {
  3910. position: static;
  3911. z-index: auto;
  3912. flex-grow: 1;
  3913. width: auto !important;
  3914. height: auto !important;
  3915. visibility: visible !important;
  3916. background-color: transparent !important;
  3917. border: 0 !important;
  3918. transform: none !important;
  3919. transition: none;
  3920. }
  3921. .navbar-expand .offcanvas .offcanvas-header {
  3922. display: none;
  3923. }
  3924. .navbar-expand .offcanvas .offcanvas-body {
  3925. display: flex;
  3926. flex-grow: 0;
  3927. padding: 0;
  3928. overflow-y: visible;
  3929. }
  3930. .navbar-dark {
  3931. --bs-navbar-color: rgba(255, 255, 255, 0.55);
  3932. --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  3933. --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  3934. --bs-navbar-active-color: #fff;
  3935. --bs-navbar-brand-color: #fff;
  3936. --bs-navbar-brand-hover-color: #fff;
  3937. --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  3938. --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  3939. }
  3940. .card {
  3941. --bs-card-spacer-y: 1rem;
  3942. --bs-card-spacer-x: 1rem;
  3943. --bs-card-title-spacer-y: 0.5rem;
  3944. --bs-card-border-width: 2px;
  3945. --bs-card-border-color: var(--bs-border-color-translucent);
  3946. --bs-card-border-radius: 0.15rem;
  3947. --bs-card-box-shadow: ;
  3948. --bs-card-inner-border-radius: calc(0.15rem - 2px);
  3949. --bs-card-cap-padding-y: 0.5rem;
  3950. --bs-card-cap-padding-x: 1rem;
  3951. --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  3952. --bs-card-cap-color: #fff;
  3953. --bs-card-height: ;
  3954. --bs-card-color: #fff;
  3955. --bs-card-bg: #fff;
  3956. --bs-card-img-overlay-padding: 1rem;
  3957. --bs-card-group-margin: 0.75rem;
  3958. position: relative;
  3959. display: flex;
  3960. flex-direction: column;
  3961. min-width: 0;
  3962. height: var(--bs-card-height);
  3963. word-wrap: break-word;
  3964. background-color: var(--bs-card-bg);
  3965. background-clip: border-box;
  3966. border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  3967. border-radius: var(--bs-card-border-radius);
  3968. }
  3969. .card > hr {
  3970. margin-right: 0;
  3971. margin-left: 0;
  3972. }
  3973. .card > .list-group {
  3974. border-top: inherit;
  3975. border-bottom: inherit;
  3976. }
  3977. .card > .list-group:first-child {
  3978. border-top-width: 0;
  3979. border-top-left-radius: var(--bs-card-inner-border-radius);
  3980. border-top-right-radius: var(--bs-card-inner-border-radius);
  3981. }
  3982. .card > .list-group:last-child {
  3983. border-bottom-width: 0;
  3984. border-bottom-right-radius: var(--bs-card-inner-border-radius);
  3985. border-bottom-left-radius: var(--bs-card-inner-border-radius);
  3986. }
  3987. .card > .card-header + .list-group,
  3988. .card > .list-group + .card-footer {
  3989. border-top: 0;
  3990. }
  3991. .card-body {
  3992. flex: 1 1 auto;
  3993. padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  3994. color: var(--bs-card-color);
  3995. }
  3996. .card-title {
  3997. margin-bottom: var(--bs-card-title-spacer-y);
  3998. }
  3999. .card-subtitle {
  4000. margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  4001. margin-bottom: 0;
  4002. }
  4003. .card-text:last-child {
  4004. margin-bottom: 0;
  4005. }
  4006. .card-link + .card-link {
  4007. margin-left: var(--bs-card-spacer-x);
  4008. }
  4009. .card-header {
  4010. padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  4011. margin-bottom: 0;
  4012. color: var(--bs-card-cap-color);
  4013. background-color: var(--bs-card-cap-bg);
  4014. border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  4015. }
  4016. .card-header:first-child {
  4017. border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
  4018. }
  4019. .card-footer {
  4020. padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  4021. color: var(--bs-card-cap-color);
  4022. background-color: var(--bs-card-cap-bg);
  4023. border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
  4024. }
  4025. .card-footer:last-child {
  4026. border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
  4027. }
  4028. .card-header-tabs {
  4029. margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  4030. margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  4031. margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  4032. border-bottom: 0;
  4033. }
  4034. .card-header-tabs .nav-link.active {
  4035. background-color: var(--bs-card-bg);
  4036. border-bottom-color: var(--bs-card-bg);
  4037. }
  4038. .card-header-pills {
  4039. margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  4040. margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  4041. }
  4042. .card-img-overlay {
  4043. position: absolute;
  4044. top: 0;
  4045. right: 0;
  4046. bottom: 0;
  4047. left: 0;
  4048. padding: var(--bs-card-img-overlay-padding);
  4049. border-radius: var(--bs-card-inner-border-radius);
  4050. }
  4051. .card-img,
  4052. .card-img-top,
  4053. .card-img-bottom {
  4054. width: 100%;
  4055. }
  4056. .card-img,
  4057. .card-img-top {
  4058. border-top-left-radius: var(--bs-card-inner-border-radius);
  4059. border-top-right-radius: var(--bs-card-inner-border-radius);
  4060. }
  4061. .card-img,
  4062. .card-img-bottom {
  4063. border-bottom-right-radius: var(--bs-card-inner-border-radius);
  4064. border-bottom-left-radius: var(--bs-card-inner-border-radius);
  4065. }
  4066. .card-group > .card {
  4067. margin-bottom: var(--bs-card-group-margin);
  4068. }
  4069. @media (min-width: 576px) {
  4070. .card-group {
  4071. display: flex;
  4072. flex-flow: row wrap;
  4073. }
  4074. .card-group > .card {
  4075. flex: 1 0 0%;
  4076. margin-bottom: 0;
  4077. }
  4078. .card-group > .card + .card {
  4079. margin-left: 0;
  4080. border-left: 0;
  4081. }
  4082. .card-group > .card:not(:last-child) {
  4083. border-top-right-radius: 0;
  4084. border-bottom-right-radius: 0;
  4085. }
  4086. .card-group > .card:not(:last-child) .card-img-top,
  4087. .card-group > .card:not(:last-child) .card-header {
  4088. border-top-right-radius: 0;
  4089. }
  4090. .card-group > .card:not(:last-child) .card-img-bottom,
  4091. .card-group > .card:not(:last-child) .card-footer {
  4092. border-bottom-right-radius: 0;
  4093. }
  4094. .card-group > .card:not(:first-child) {
  4095. border-top-left-radius: 0;
  4096. border-bottom-left-radius: 0;
  4097. }
  4098. .card-group > .card:not(:first-child) .card-img-top,
  4099. .card-group > .card:not(:first-child) .card-header {
  4100. border-top-left-radius: 0;
  4101. }
  4102. .card-group > .card:not(:first-child) .card-img-bottom,
  4103. .card-group > .card:not(:first-child) .card-footer {
  4104. border-bottom-left-radius: 0;
  4105. }
  4106. }
  4107. .accordion {
  4108. --bs-accordion-color: #32fbe2;
  4109. --bs-accordion-bg: #1a0933;
  4110. --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  4111. --bs-accordion-border-color: var(--bs-border-color);
  4112. --bs-accordion-border-width: 0;
  4113. --bs-accordion-border-radius: 0.15rem;
  4114. --bs-accordion-inner-border-radius: 0.15rem;
  4115. --bs-accordion-btn-padding-x: 1.25rem;
  4116. --bs-accordion-btn-padding-y: 1rem;
  4117. --bs-accordion-btn-color: #32fbe2;
  4118. --bs-accordion-btn-bg: var(--bs-accordion-bg);
  4119. --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2332fbe2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  4120. --bs-accordion-btn-icon-width: 1.25rem;
  4121. --bs-accordion-btn-icon-transform: rotate(-180deg);
  4122. --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  4123. --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23643bae'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  4124. --bs-accordion-btn-focus-border-color: #f59cdc;
  4125. --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(234, 57, 184, 0.25);
  4126. --bs-accordion-body-padding-x: 1.25rem;
  4127. --bs-accordion-body-padding-y: 1rem;
  4128. --bs-accordion-active-color: #643bae;
  4129. --bs-accordion-active-bg: #fdebf8;
  4130. }
  4131. .accordion-button {
  4132. position: relative;
  4133. display: flex;
  4134. align-items: center;
  4135. width: 100%;
  4136. padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  4137. font-size: 1rem;
  4138. color: var(--bs-accordion-btn-color);
  4139. text-align: left;
  4140. background-color: var(--bs-accordion-btn-bg);
  4141. border: 0;
  4142. border-radius: 0;
  4143. overflow-anchor: none;
  4144. transition: var(--bs-accordion-transition);
  4145. }
  4146. @media (prefers-reduced-motion: reduce) {
  4147. .accordion-button {
  4148. transition: none;
  4149. }
  4150. }
  4151. .accordion-button:not(.collapsed) {
  4152. color: var(--bs-accordion-active-color);
  4153. background-color: var(--bs-accordion-active-bg);
  4154. box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  4155. }
  4156. .accordion-button:not(.collapsed)::after {
  4157. background-image: var(--bs-accordion-btn-active-icon);
  4158. transform: var(--bs-accordion-btn-icon-transform);
  4159. }
  4160. .accordion-button::after {
  4161. flex-shrink: 0;
  4162. width: var(--bs-accordion-btn-icon-width);
  4163. height: var(--bs-accordion-btn-icon-width);
  4164. margin-left: auto;
  4165. content: "";
  4166. background-image: var(--bs-accordion-btn-icon);
  4167. background-repeat: no-repeat;
  4168. background-size: var(--bs-accordion-btn-icon-width);
  4169. transition: var(--bs-accordion-btn-icon-transition);
  4170. }
  4171. @media (prefers-reduced-motion: reduce) {
  4172. .accordion-button::after {
  4173. transition: none;
  4174. }
  4175. }
  4176. .accordion-button:hover {
  4177. z-index: 2;
  4178. }
  4179. .accordion-button:focus {
  4180. z-index: 3;
  4181. border-color: var(--bs-accordion-btn-focus-border-color);
  4182. outline: 0;
  4183. box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  4184. }
  4185. .accordion-header {
  4186. margin-bottom: 0;
  4187. }
  4188. .accordion-item {
  4189. color: var(--bs-accordion-color);
  4190. background-color: var(--bs-accordion-bg);
  4191. border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  4192. }
  4193. .accordion-item:first-of-type {
  4194. border-top-left-radius: var(--bs-accordion-border-radius);
  4195. border-top-right-radius: var(--bs-accordion-border-radius);
  4196. }
  4197. .accordion-item:first-of-type .accordion-button {
  4198. border-top-left-radius: var(--bs-accordion-inner-border-radius);
  4199. border-top-right-radius: var(--bs-accordion-inner-border-radius);
  4200. }
  4201. .accordion-item:not(:first-of-type) {
  4202. border-top: 0;
  4203. }
  4204. .accordion-item:last-of-type {
  4205. border-bottom-right-radius: var(--bs-accordion-border-radius);
  4206. border-bottom-left-radius: var(--bs-accordion-border-radius);
  4207. }
  4208. .accordion-item:last-of-type .accordion-button.collapsed {
  4209. border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  4210. border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  4211. }
  4212. .accordion-item:last-of-type .accordion-collapse {
  4213. border-bottom-right-radius: var(--bs-accordion-border-radius);
  4214. border-bottom-left-radius: var(--bs-accordion-border-radius);
  4215. }
  4216. .accordion-body {
  4217. padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  4218. }
  4219. .accordion-flush .accordion-collapse {
  4220. border-width: 0;
  4221. }
  4222. .accordion-flush .accordion-item {
  4223. border-right: 0;
  4224. border-left: 0;
  4225. border-radius: 0;
  4226. }
  4227. .accordion-flush .accordion-item:first-child {
  4228. border-top: 0;
  4229. }
  4230. .accordion-flush .accordion-item:last-child {
  4231. border-bottom: 0;
  4232. }
  4233. .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  4234. border-radius: 0;
  4235. }
  4236. .breadcrumb {
  4237. --bs-breadcrumb-padding-x: 0;
  4238. --bs-breadcrumb-padding-y: 0;
  4239. --bs-breadcrumb-margin-bottom: 1rem;
  4240. --bs-breadcrumb-bg: ;
  4241. --bs-breadcrumb-border-radius: ;
  4242. --bs-breadcrumb-divider-color: rgba(50, 251, 226, 0.3);
  4243. --bs-breadcrumb-item-padding-x: 0.5rem;
  4244. --bs-breadcrumb-item-active-color: #ea39b8;
  4245. display: flex;
  4246. flex-wrap: wrap;
  4247. padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  4248. margin-bottom: var(--bs-breadcrumb-margin-bottom);
  4249. font-size: var(--bs-breadcrumb-font-size);
  4250. list-style: none;
  4251. background-color: var(--bs-breadcrumb-bg);
  4252. border-radius: var(--bs-breadcrumb-border-radius);
  4253. }
  4254. .breadcrumb-item + .breadcrumb-item {
  4255. padding-left: var(--bs-breadcrumb-item-padding-x);
  4256. }
  4257. .breadcrumb-item + .breadcrumb-item::before {
  4258. float: left;
  4259. padding-right: var(--bs-breadcrumb-item-padding-x);
  4260. color: var(--bs-breadcrumb-divider-color);
  4261. content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
  4262. }
  4263. .breadcrumb-item.active {
  4264. color: var(--bs-breadcrumb-item-active-color);
  4265. }
  4266. .pagination {
  4267. --bs-pagination-padding-x: 0.75rem;
  4268. --bs-pagination-padding-y: 0.375rem;
  4269. --bs-pagination-font-size: 1rem;
  4270. --bs-pagination-color: var(--bs-link-color);
  4271. --bs-pagination-bg: transparent;
  4272. --bs-pagination-border-width: 0;
  4273. --bs-pagination-border-color: #dee2e6;
  4274. --bs-pagination-border-radius: 0.15rem;
  4275. --bs-pagination-hover-color: var(--bs-link-hover-color);
  4276. --bs-pagination-hover-bg: transparent;
  4277. --bs-pagination-hover-border-color: #dee2e6;
  4278. --bs-pagination-focus-color: var(--bs-link-hover-color);
  4279. --bs-pagination-focus-bg: transparent;
  4280. --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(234, 57, 184, 0.25);
  4281. --bs-pagination-active-color: #fff;
  4282. --bs-pagination-active-bg: #ea39b8;
  4283. --bs-pagination-active-border-color: #ea39b8;
  4284. --bs-pagination-disabled-color: rgba(50, 251, 226, 0.3);
  4285. --bs-pagination-disabled-bg: transparent;
  4286. --bs-pagination-disabled-border-color: #dee2e6;
  4287. display: flex;
  4288. padding-left: 0;
  4289. list-style: none;
  4290. }
  4291. .page-link {
  4292. position: relative;
  4293. display: block;
  4294. padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  4295. font-size: var(--bs-pagination-font-size);
  4296. color: var(--bs-pagination-color);
  4297. text-decoration: none;
  4298. background-color: var(--bs-pagination-bg);
  4299. border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  4300. transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  4301. }
  4302. @media (prefers-reduced-motion: reduce) {
  4303. .page-link {
  4304. transition: none;
  4305. }
  4306. }
  4307. .page-link:hover {
  4308. z-index: 2;
  4309. color: var(--bs-pagination-hover-color);
  4310. background-color: var(--bs-pagination-hover-bg);
  4311. border-color: var(--bs-pagination-hover-border-color);
  4312. }
  4313. .page-link:focus {
  4314. z-index: 3;
  4315. color: var(--bs-pagination-focus-color);
  4316. background-color: var(--bs-pagination-focus-bg);
  4317. outline: 0;
  4318. box-shadow: var(--bs-pagination-focus-box-shadow);
  4319. }
  4320. .page-link.active, .active > .page-link {
  4321. z-index: 3;
  4322. color: var(--bs-pagination-active-color);
  4323. background-color: var(--bs-pagination-active-bg);
  4324. border-color: var(--bs-pagination-active-border-color);
  4325. }
  4326. .page-link.disabled, .disabled > .page-link {
  4327. color: var(--bs-pagination-disabled-color);
  4328. pointer-events: none;
  4329. background-color: var(--bs-pagination-disabled-bg);
  4330. border-color: var(--bs-pagination-disabled-border-color);
  4331. }
  4332. .page-item:not(:first-child) .page-link {
  4333. margin-left: 0;
  4334. }
  4335. .page-item:first-child .page-link {
  4336. border-top-left-radius: var(--bs-pagination-border-radius);
  4337. border-bottom-left-radius: var(--bs-pagination-border-radius);
  4338. }
  4339. .page-item:last-child .page-link {
  4340. border-top-right-radius: var(--bs-pagination-border-radius);
  4341. border-bottom-right-radius: var(--bs-pagination-border-radius);
  4342. }
  4343. .pagination-lg {
  4344. --bs-pagination-padding-x: 1.5rem;
  4345. --bs-pagination-padding-y: 0.75rem;
  4346. --bs-pagination-font-size: 1.25rem;
  4347. --bs-pagination-border-radius: 0.5rem;
  4348. }
  4349. .pagination-sm {
  4350. --bs-pagination-padding-x: 0.5rem;
  4351. --bs-pagination-padding-y: 0.25rem;
  4352. --bs-pagination-font-size: 0.875rem;
  4353. --bs-pagination-border-radius: 0.05rem;
  4354. }
  4355. .badge {
  4356. --bs-badge-padding-x: 0.65em;
  4357. --bs-badge-padding-y: 0.35em;
  4358. --bs-badge-font-size: 0.75em;
  4359. --bs-badge-font-weight: 700;
  4360. --bs-badge-color: #fff;
  4361. --bs-badge-border-radius: 0.15rem;
  4362. display: inline-block;
  4363. padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  4364. font-size: var(--bs-badge-font-size);
  4365. font-weight: var(--bs-badge-font-weight);
  4366. line-height: 1;
  4367. color: var(--bs-badge-color);
  4368. text-align: center;
  4369. white-space: nowrap;
  4370. vertical-align: baseline;
  4371. border-radius: var(--bs-badge-border-radius);
  4372. }
  4373. .badge:empty {
  4374. display: none;
  4375. }
  4376. .btn .badge {
  4377. position: relative;
  4378. top: -1px;
  4379. }
  4380. .alert {
  4381. --bs-alert-bg: transparent;
  4382. --bs-alert-padding-x: 1rem;
  4383. --bs-alert-padding-y: 1rem;
  4384. --bs-alert-margin-bottom: 1rem;
  4385. --bs-alert-color: inherit;
  4386. --bs-alert-border-color: transparent;
  4387. --bs-alert-border: 0 solid var(--bs-alert-border-color);
  4388. --bs-alert-border-radius: 0.15rem;
  4389. position: relative;
  4390. padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  4391. margin-bottom: var(--bs-alert-margin-bottom);
  4392. color: var(--bs-alert-color);
  4393. background-color: var(--bs-alert-bg);
  4394. border: var(--bs-alert-border);
  4395. border-radius: var(--bs-alert-border-radius);
  4396. }
  4397. .alert-heading {
  4398. color: inherit;
  4399. }
  4400. .alert-link {
  4401. font-weight: 700;
  4402. }
  4403. .alert-dismissible {
  4404. padding-right: 3rem;
  4405. }
  4406. .alert-dismissible .btn-close {
  4407. position: absolute;
  4408. top: 0;
  4409. right: 0;
  4410. z-index: 2;
  4411. padding: 1.25rem 1rem;
  4412. }
  4413. .alert-primary {
  4414. --bs-alert-color: #432874;
  4415. --bs-alert-bg: #e2d9f3;
  4416. --bs-alert-border-color: #d4c6ec;
  4417. }
  4418. .alert-primary .alert-link {
  4419. color: #36205d;
  4420. }
  4421. .alert-secondary {
  4422. --bs-alert-color: #8c226e;
  4423. --bs-alert-bg: #fbd7f1;
  4424. --bs-alert-border-color: #f9c4ea;
  4425. }
  4426. .alert-secondary .alert-link {
  4427. color: #701b58;
  4428. }
  4429. .alert-success {
  4430. --bs-alert-color: #24914d;
  4431. --bs-alert-bg: #d8fce6;
  4432. --bs-alert-border-color: #c5fbd9;
  4433. }
  4434. .alert-success .alert-link {
  4435. color: #1d743e;
  4436. }
  4437. .alert-info {
  4438. --bs-alert-color: #106194;
  4439. --bs-alert-bg: #d1ecfd;
  4440. --bs-alert-border-color: #bbe3fc;
  4441. }
  4442. .alert-info .alert-link {
  4443. color: #0d4e76;
  4444. }
  4445. .alert-warning {
  4446. --bs-alert-color: #997404;
  4447. --bs-alert-bg: #fff3cd;
  4448. --bs-alert-border-color: #ffecb5;
  4449. }
  4450. .alert-warning .alert-link {
  4451. color: #7a5d03;
  4452. }
  4453. .alert-danger {
  4454. --bs-alert-color: #892e33;
  4455. --bs-alert-bg: #fadbdd;
  4456. --bs-alert-border-color: #f7c9cc;
  4457. }
  4458. .alert-danger .alert-link {
  4459. color: #6e2529;
  4460. }
  4461. .alert-light {
  4462. --bs-alert-color: #29828b;
  4463. --bs-alert-bg: #daf7fa;
  4464. --bs-alert-border-color: #c7f4f8;
  4465. }
  4466. .alert-light .alert-link {
  4467. color: #21686f;
  4468. }
  4469. .alert-dark {
  4470. --bs-alert-color: #0e0119;
  4471. --bs-alert-bg: #d1ccd4;
  4472. --bs-alert-border-color: #b9b3bf;
  4473. }
  4474. .alert-dark .alert-link {
  4475. color: #0b0114;
  4476. }
  4477. @keyframes progress-bar-stripes {
  4478. 0% {
  4479. background-position-x: 1rem;
  4480. }
  4481. }
  4482. .progress {
  4483. --bs-progress-height: 1rem;
  4484. --bs-progress-font-size: 0.75rem;
  4485. --bs-progress-bg: #250d49;
  4486. --bs-progress-border-radius: 0.15rem;
  4487. --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  4488. --bs-progress-bar-color: #fff;
  4489. --bs-progress-bar-bg: #6f42c1;
  4490. --bs-progress-bar-transition: width 0.6s ease;
  4491. display: flex;
  4492. height: var(--bs-progress-height);
  4493. overflow: hidden;
  4494. font-size: var(--bs-progress-font-size);
  4495. background-color: var(--bs-progress-bg);
  4496. border-radius: var(--bs-progress-border-radius);
  4497. }
  4498. .progress-bar {
  4499. display: flex;
  4500. flex-direction: column;
  4501. justify-content: center;
  4502. overflow: hidden;
  4503. color: var(--bs-progress-bar-color);
  4504. text-align: center;
  4505. white-space: nowrap;
  4506. background-color: var(--bs-progress-bar-bg);
  4507. transition: var(--bs-progress-bar-transition);
  4508. }
  4509. @media (prefers-reduced-motion: reduce) {
  4510. .progress-bar {
  4511. transition: none;
  4512. }
  4513. }
  4514. .progress-bar-striped {
  4515. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4516. background-size: var(--bs-progress-height) var(--bs-progress-height);
  4517. }
  4518. .progress-bar-animated {
  4519. animation: 1s linear infinite progress-bar-stripes;
  4520. }
  4521. @media (prefers-reduced-motion: reduce) {
  4522. .progress-bar-animated {
  4523. animation: none;
  4524. }
  4525. }
  4526. .list-group {
  4527. --bs-list-group-color: #fff;
  4528. --bs-list-group-bg: #250d49;
  4529. --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  4530. --bs-list-group-border-width: 0;
  4531. --bs-list-group-border-radius: 0.15rem;
  4532. --bs-list-group-item-padding-x: 1rem;
  4533. --bs-list-group-item-padding-y: 0.5rem;
  4534. --bs-list-group-action-color: #32fbe2;
  4535. --bs-list-group-action-hover-color: #fff;
  4536. --bs-list-group-action-hover-bg: #ea39b8;
  4537. --bs-list-group-action-active-color: #32fbe2;
  4538. --bs-list-group-action-active-bg: #ea39b8;
  4539. --bs-list-group-disabled-color: rgba(50, 251, 226, 0.3);
  4540. --bs-list-group-disabled-bg: #250d49;
  4541. --bs-list-group-active-color: #fff;
  4542. --bs-list-group-active-bg: #ea39b8;
  4543. --bs-list-group-active-border-color: #ea39b8;
  4544. display: flex;
  4545. flex-direction: column;
  4546. padding-left: 0;
  4547. margin-bottom: 0;
  4548. border-radius: var(--bs-list-group-border-radius);
  4549. }
  4550. .list-group-numbered {
  4551. list-style-type: none;
  4552. counter-reset: section;
  4553. }
  4554. .list-group-numbered > .list-group-item::before {
  4555. content: counters(section, ".") ". ";
  4556. counter-increment: section;
  4557. }
  4558. .list-group-item-action {
  4559. width: 100%;
  4560. color: var(--bs-list-group-action-color);
  4561. text-align: inherit;
  4562. }
  4563. .list-group-item-action:hover, .list-group-item-action:focus {
  4564. z-index: 1;
  4565. color: var(--bs-list-group-action-hover-color);
  4566. text-decoration: none;
  4567. background-color: var(--bs-list-group-action-hover-bg);
  4568. }
  4569. .list-group-item-action:active {
  4570. color: var(--bs-list-group-action-active-color);
  4571. background-color: var(--bs-list-group-action-active-bg);
  4572. }
  4573. .list-group-item {
  4574. position: relative;
  4575. display: block;
  4576. padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  4577. color: var(--bs-list-group-color);
  4578. text-decoration: none;
  4579. background-color: var(--bs-list-group-bg);
  4580. border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  4581. }
  4582. .list-group-item:first-child {
  4583. border-top-left-radius: inherit;
  4584. border-top-right-radius: inherit;
  4585. }
  4586. .list-group-item:last-child {
  4587. border-bottom-right-radius: inherit;
  4588. border-bottom-left-radius: inherit;
  4589. }
  4590. .list-group-item.disabled, .list-group-item:disabled {
  4591. color: var(--bs-list-group-disabled-color);
  4592. pointer-events: none;
  4593. background-color: var(--bs-list-group-disabled-bg);
  4594. }
  4595. .list-group-item.active {
  4596. z-index: 2;
  4597. color: var(--bs-list-group-active-color);
  4598. background-color: var(--bs-list-group-active-bg);
  4599. border-color: var(--bs-list-group-active-border-color);
  4600. }
  4601. .list-group-item + .list-group-item {
  4602. border-top-width: 0;
  4603. }
  4604. .list-group-item + .list-group-item.active {
  4605. margin-top: calc(-1 * var(--bs-list-group-border-width));
  4606. border-top-width: var(--bs-list-group-border-width);
  4607. }
  4608. .list-group-horizontal {
  4609. flex-direction: row;
  4610. }
  4611. .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  4612. border-bottom-left-radius: var(--bs-list-group-border-radius);
  4613. border-top-right-radius: 0;
  4614. }
  4615. .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  4616. border-top-right-radius: var(--bs-list-group-border-radius);
  4617. border-bottom-left-radius: 0;
  4618. }
  4619. .list-group-horizontal > .list-group-item.active {
  4620. margin-top: 0;
  4621. }
  4622. .list-group-horizontal > .list-group-item + .list-group-item {
  4623. border-top-width: var(--bs-list-group-border-width);
  4624. border-left-width: 0;
  4625. }
  4626. .list-group-horizontal > .list-group-item + .list-group-item.active {
  4627. margin-left: calc(-1 * var(--bs-list-group-border-width));
  4628. border-left-width: var(--bs-list-group-border-width);
  4629. }
  4630. @media (min-width: 576px) {
  4631. .list-group-horizontal-sm {
  4632. flex-direction: row;
  4633. }
  4634. .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
  4635. border-bottom-left-radius: var(--bs-list-group-border-radius);
  4636. border-top-right-radius: 0;
  4637. }
  4638. .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
  4639. border-top-right-radius: var(--bs-list-group-border-radius);
  4640. border-bottom-left-radius: 0;
  4641. }
  4642. .list-group-horizontal-sm > .list-group-item.active {
  4643. margin-top: 0;
  4644. }
  4645. .list-group-horizontal-sm > .list-group-item + .list-group-item {
  4646. border-top-width: var(--bs-list-group-border-width);
  4647. border-left-width: 0;
  4648. }
  4649. .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
  4650. margin-left: calc(-1 * var(--bs-list-group-border-width));
  4651. border-left-width: var(--bs-list-group-border-width);
  4652. }
  4653. }
  4654. @media (min-width: 768px) {
  4655. .list-group-horizontal-md {
  4656. flex-direction: row;
  4657. }
  4658. .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
  4659. border-bottom-left-radius: var(--bs-list-group-border-radius);
  4660. border-top-right-radius: 0;
  4661. }
  4662. .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
  4663. border-top-right-radius: var(--bs-list-group-border-radius);
  4664. border-bottom-left-radius: 0;
  4665. }
  4666. .list-group-horizontal-md > .list-group-item.active {
  4667. margin-top: 0;
  4668. }
  4669. .list-group-horizontal-md > .list-group-item + .list-group-item {
  4670. border-top-width: var(--bs-list-group-border-width);
  4671. border-left-width: 0;
  4672. }
  4673. .list-group-horizontal-md > .list-group-item + .list-group-item.active {
  4674. margin-left: calc(-1 * var(--bs-list-group-border-width));
  4675. border-left-width: var(--bs-list-group-border-width);
  4676. }
  4677. }
  4678. @media (min-width: 992px) {
  4679. .list-group-horizontal-lg {
  4680. flex-direction: row;
  4681. }
  4682. .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
  4683. border-bottom-left-radius: var(--bs-list-group-border-radius);
  4684. border-top-right-radius: 0;
  4685. }
  4686. .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
  4687. border-top-right-radius: var(--bs-list-group-border-radius);
  4688. border-bottom-left-radius: 0;
  4689. }
  4690. .list-group-horizontal-lg > .list-group-item.active {
  4691. margin-top: 0;
  4692. }
  4693. .list-group-horizontal-lg > .list-group-item + .list-group-item {
  4694. border-top-width: var(--bs-list-group-border-width);
  4695. border-left-width: 0;
  4696. }
  4697. .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
  4698. margin-left: calc(-1 * var(--bs-list-group-border-width));
  4699. border-left-width: var(--bs-list-group-border-width);
  4700. }
  4701. }
  4702. @media (min-width: 1200px) {
  4703. .list-group-horizontal-xl {
  4704. flex-direction: row;
  4705. }
  4706. .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
  4707. border-bottom-left-radius: var(--bs-list-group-border-radius);
  4708. border-top-right-radius: 0;
  4709. }
  4710. .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
  4711. border-top-right-radius: var(--bs-list-group-border-radius);
  4712. border-bottom-left-radius: 0;
  4713. }
  4714. .list-group-horizontal-xl > .list-group-item.active {
  4715. margin-top: 0;
  4716. }
  4717. .list-group-horizontal-xl > .list-group-item + .list-group-item {
  4718. border-top-width: var(--bs-list-group-border-width);
  4719. border-left-width: 0;
  4720. }
  4721. .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
  4722. margin-left: calc(-1 * var(--bs-list-group-border-width));
  4723. border-left-width: var(--bs-list-group-border-width);
  4724. }
  4725. }
  4726. @media (min-width: 1400px) {
  4727. .list-group-horizontal-xxl {
  4728. flex-direction: row;
  4729. }
  4730. .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
  4731. border-bottom-left-radius: var(--bs-list-group-border-radius);
  4732. border-top-right-radius: 0;
  4733. }
  4734. .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
  4735. border-top-right-radius: var(--bs-list-group-border-radius);
  4736. border-bottom-left-radius: 0;
  4737. }
  4738. .list-group-horizontal-xxl > .list-group-item.active {
  4739. margin-top: 0;
  4740. }
  4741. .list-group-horizontal-xxl > .list-group-item + .list-group-item {
  4742. border-top-width: var(--bs-list-group-border-width);
  4743. border-left-width: 0;
  4744. }
  4745. .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
  4746. margin-left: calc(-1 * var(--bs-list-group-border-width));
  4747. border-left-width: var(--bs-list-group-border-width);
  4748. }
  4749. }
  4750. .list-group-flush {
  4751. border-radius: 0;
  4752. }
  4753. .list-group-flush > .list-group-item {
  4754. border-width: 0 0 var(--bs-list-group-border-width);
  4755. }
  4756. .list-group-flush > .list-group-item:last-child {
  4757. border-bottom-width: 0;
  4758. }
  4759. .list-group-item-primary {
  4760. color: #432874;
  4761. background-color: #e2d9f3;
  4762. }
  4763. .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  4764. color: #432874;
  4765. background-color: #cbc3db;
  4766. }
  4767. .list-group-item-primary.list-group-item-action.active {
  4768. color: #fff;
  4769. background-color: #432874;
  4770. border-color: #432874;
  4771. }
  4772. .list-group-item-secondary {
  4773. color: #8c226e;
  4774. background-color: #fbd7f1;
  4775. }
  4776. .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  4777. color: #8c226e;
  4778. background-color: #e2c2d9;
  4779. }
  4780. .list-group-item-secondary.list-group-item-action.active {
  4781. color: #fff;
  4782. background-color: #8c226e;
  4783. border-color: #8c226e;
  4784. }
  4785. .list-group-item-success {
  4786. color: #24914d;
  4787. background-color: #d8fce6;
  4788. }
  4789. .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  4790. color: #24914d;
  4791. background-color: #c2e3cf;
  4792. }
  4793. .list-group-item-success.list-group-item-action.active {
  4794. color: #fff;
  4795. background-color: #24914d;
  4796. border-color: #24914d;
  4797. }
  4798. .list-group-item-info {
  4799. color: #106194;
  4800. background-color: #d1ecfd;
  4801. }
  4802. .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  4803. color: #106194;
  4804. background-color: #bcd4e4;
  4805. }
  4806. .list-group-item-info.list-group-item-action.active {
  4807. color: #fff;
  4808. background-color: #106194;
  4809. border-color: #106194;
  4810. }
  4811. .list-group-item-warning {
  4812. color: #997404;
  4813. background-color: #fff3cd;
  4814. }
  4815. .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  4816. color: #997404;
  4817. background-color: #e6dbb9;
  4818. }
  4819. .list-group-item-warning.list-group-item-action.active {
  4820. color: #fff;
  4821. background-color: #997404;
  4822. border-color: #997404;
  4823. }
  4824. .list-group-item-danger {
  4825. color: #892e33;
  4826. background-color: #fadbdd;
  4827. }
  4828. .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  4829. color: #892e33;
  4830. background-color: #e1c5c7;
  4831. }
  4832. .list-group-item-danger.list-group-item-action.active {
  4833. color: #fff;
  4834. background-color: #892e33;
  4835. border-color: #892e33;
  4836. }
  4837. .list-group-item-light {
  4838. color: #29828b;
  4839. background-color: #daf7fa;
  4840. }
  4841. .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  4842. color: #29828b;
  4843. background-color: #c4dee1;
  4844. }
  4845. .list-group-item-light.list-group-item-action.active {
  4846. color: #fff;
  4847. background-color: #29828b;
  4848. border-color: #29828b;
  4849. }
  4850. .list-group-item-dark {
  4851. color: #0e0119;
  4852. background-color: #d1ccd4;
  4853. }
  4854. .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  4855. color: #0e0119;
  4856. background-color: #bcb8bf;
  4857. }
  4858. .list-group-item-dark.list-group-item-action.active {
  4859. color: #fff;
  4860. background-color: #0e0119;
  4861. border-color: #0e0119;
  4862. }
  4863. .btn-close {
  4864. box-sizing: content-box;
  4865. width: 1em;
  4866. height: 1em;
  4867. padding: 0.25em 0.25em;
  4868. color: #000;
  4869. background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  4870. border: 0;
  4871. border-radius: 0.15rem;
  4872. opacity: 0.5;
  4873. }
  4874. .btn-close:hover {
  4875. color: #000;
  4876. text-decoration: none;
  4877. opacity: 0.75;
  4878. }
  4879. .btn-close:focus {
  4880. outline: 0;
  4881. box-shadow: 0 0 0 0.25rem rgba(234, 57, 184, 0.25);
  4882. opacity: 1;
  4883. }
  4884. .btn-close:disabled, .btn-close.disabled {
  4885. pointer-events: none;
  4886. -webkit-user-select: none;
  4887. -moz-user-select: none;
  4888. user-select: none;
  4889. opacity: 0.25;
  4890. }
  4891. .btn-close-white {
  4892. filter: invert(1) grayscale(100%) brightness(200%);
  4893. }
  4894. .toast {
  4895. --bs-toast-zindex: 1090;
  4896. --bs-toast-padding-x: 0.75rem;
  4897. --bs-toast-padding-y: 0.5rem;
  4898. --bs-toast-spacing: 1.5rem;
  4899. --bs-toast-max-width: 350px;
  4900. --bs-toast-font-size: 0.875rem;
  4901. --bs-toast-color: #fff;
  4902. --bs-toast-bg: #6f42c1;
  4903. --bs-toast-border-width: 0;
  4904. --bs-toast-border-color: var(--bs-border-color-translucent);
  4905. --bs-toast-border-radius: 0.15rem;
  4906. --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  4907. --bs-toast-header-color: #fff;
  4908. --bs-toast-header-bg: #6f42c1;
  4909. --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  4910. width: var(--bs-toast-max-width);
  4911. max-width: 100%;
  4912. font-size: var(--bs-toast-font-size);
  4913. color: var(--bs-toast-color);
  4914. pointer-events: auto;
  4915. background-color: var(--bs-toast-bg);
  4916. background-clip: padding-box;
  4917. border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  4918. box-shadow: var(--bs-toast-box-shadow);
  4919. border-radius: var(--bs-toast-border-radius);
  4920. }
  4921. .toast.showing {
  4922. opacity: 0;
  4923. }
  4924. .toast:not(.show) {
  4925. display: none;
  4926. }
  4927. .toast-container {
  4928. --bs-toast-zindex: 1090;
  4929. position: absolute;
  4930. z-index: var(--bs-toast-zindex);
  4931. width: -webkit-max-content;
  4932. width: -moz-max-content;
  4933. width: max-content;
  4934. max-width: 100%;
  4935. pointer-events: none;
  4936. }
  4937. .toast-container > :not(:last-child) {
  4938. margin-bottom: var(--bs-toast-spacing);
  4939. }
  4940. .toast-header {
  4941. display: flex;
  4942. align-items: center;
  4943. padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  4944. color: var(--bs-toast-header-color);
  4945. background-color: var(--bs-toast-header-bg);
  4946. background-clip: padding-box;
  4947. border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  4948. border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  4949. border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  4950. }
  4951. .toast-header .btn-close {
  4952. margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  4953. margin-left: var(--bs-toast-padding-x);
  4954. }
  4955. .toast-body {
  4956. padding: var(--bs-toast-padding-x);
  4957. word-wrap: break-word;
  4958. }
  4959. .modal {
  4960. --bs-modal-zindex: 1055;
  4961. --bs-modal-width: 500px;
  4962. --bs-modal-padding: 1rem;
  4963. --bs-modal-margin: 0.5rem;
  4964. --bs-modal-color: #fff;
  4965. --bs-modal-bg: #6f42c1;
  4966. --bs-modal-border-color: var(--bs-border-color-translucent);
  4967. --bs-modal-border-width: 0;
  4968. --bs-modal-border-radius: 0.5rem;
  4969. --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  4970. --bs-modal-inner-border-radius: 0.5rem;
  4971. --bs-modal-header-padding-x: 1rem;
  4972. --bs-modal-header-padding-y: 1rem;
  4973. --bs-modal-header-padding: 1rem 1rem;
  4974. --bs-modal-header-border-color: var(--bs-border-color);
  4975. --bs-modal-header-border-width: 0;
  4976. --bs-modal-title-line-height: 1.5;
  4977. --bs-modal-footer-gap: 0.5rem;
  4978. --bs-modal-footer-bg: ;
  4979. --bs-modal-footer-border-color: var(--bs-border-color);
  4980. --bs-modal-footer-border-width: 0;
  4981. position: fixed;
  4982. top: 0;
  4983. left: 0;
  4984. z-index: var(--bs-modal-zindex);
  4985. display: none;
  4986. width: 100%;
  4987. height: 100%;
  4988. overflow-x: hidden;
  4989. overflow-y: auto;
  4990. outline: 0;
  4991. }
  4992. .modal-dialog {
  4993. position: relative;
  4994. width: auto;
  4995. margin: var(--bs-modal-margin);
  4996. pointer-events: none;
  4997. }
  4998. .modal.fade .modal-dialog {
  4999. transition: transform 0.3s ease-out;
  5000. transform: translate(0, -50px);
  5001. }
  5002. @media (prefers-reduced-motion: reduce) {
  5003. .modal.fade .modal-dialog {
  5004. transition: none;
  5005. }
  5006. }
  5007. .modal.show .modal-dialog {
  5008. transform: none;
  5009. }
  5010. .modal.modal-static .modal-dialog {
  5011. transform: scale(1.02);
  5012. }
  5013. .modal-dialog-scrollable {
  5014. height: calc(100% - var(--bs-modal-margin) * 2);
  5015. }
  5016. .modal-dialog-scrollable .modal-content {
  5017. max-height: 100%;
  5018. overflow: hidden;
  5019. }
  5020. .modal-dialog-scrollable .modal-body {
  5021. overflow-y: auto;
  5022. }
  5023. .modal-dialog-centered {
  5024. display: flex;
  5025. align-items: center;
  5026. min-height: calc(100% - var(--bs-modal-margin) * 2);
  5027. }
  5028. .modal-content {
  5029. position: relative;
  5030. display: flex;
  5031. flex-direction: column;
  5032. width: 100%;
  5033. color: var(--bs-modal-color);
  5034. pointer-events: auto;
  5035. background-color: var(--bs-modal-bg);
  5036. background-clip: padding-box;
  5037. border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  5038. border-radius: var(--bs-modal-border-radius);
  5039. outline: 0;
  5040. }
  5041. .modal-backdrop {
  5042. --bs-backdrop-zindex: 1050;
  5043. --bs-backdrop-bg: #000;
  5044. --bs-backdrop-opacity: 0.5;
  5045. position: fixed;
  5046. top: 0;
  5047. left: 0;
  5048. z-index: var(--bs-backdrop-zindex);
  5049. width: 100vw;
  5050. height: 100vh;
  5051. background-color: var(--bs-backdrop-bg);
  5052. }
  5053. .modal-backdrop.fade {
  5054. opacity: 0;
  5055. }
  5056. .modal-backdrop.show {
  5057. opacity: var(--bs-backdrop-opacity);
  5058. }
  5059. .modal-header {
  5060. display: flex;
  5061. flex-shrink: 0;
  5062. align-items: center;
  5063. justify-content: space-between;
  5064. padding: var(--bs-modal-header-padding);
  5065. border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  5066. border-top-left-radius: var(--bs-modal-inner-border-radius);
  5067. border-top-right-radius: var(--bs-modal-inner-border-radius);
  5068. }
  5069. .modal-header .btn-close {
  5070. padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  5071. margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
  5072. }
  5073. .modal-title {
  5074. margin-bottom: 0;
  5075. line-height: var(--bs-modal-title-line-height);
  5076. }
  5077. .modal-body {
  5078. position: relative;
  5079. flex: 1 1 auto;
  5080. padding: var(--bs-modal-padding);
  5081. }
  5082. .modal-footer {
  5083. display: flex;
  5084. flex-shrink: 0;
  5085. flex-wrap: wrap;
  5086. align-items: center;
  5087. justify-content: flex-end;
  5088. padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  5089. background-color: var(--bs-modal-footer-bg);
  5090. border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  5091. border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  5092. border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  5093. }
  5094. .modal-footer > * {
  5095. margin: calc(var(--bs-modal-footer-gap) * 0.5);
  5096. }
  5097. @media (min-width: 576px) {
  5098. .modal {
  5099. --bs-modal-margin: 1.75rem;
  5100. --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  5101. }
  5102. .modal-dialog {
  5103. max-width: var(--bs-modal-width);
  5104. margin-right: auto;
  5105. margin-left: auto;
  5106. }
  5107. .modal-sm {
  5108. --bs-modal-width: 300px;
  5109. }
  5110. }
  5111. @media (min-width: 992px) {
  5112. .modal-lg,
  5113. .modal-xl {
  5114. --bs-modal-width: 800px;
  5115. }
  5116. }
  5117. @media (min-width: 1200px) {
  5118. .modal-xl {
  5119. --bs-modal-width: 1140px;
  5120. }
  5121. }
  5122. .modal-fullscreen {
  5123. width: 100vw;
  5124. max-width: none;
  5125. height: 100%;
  5126. margin: 0;
  5127. }
  5128. .modal-fullscreen .modal-content {
  5129. height: 100%;
  5130. border: 0;
  5131. border-radius: 0;
  5132. }
  5133. .modal-fullscreen .modal-header,
  5134. .modal-fullscreen .modal-footer {
  5135. border-radius: 0;
  5136. }
  5137. .modal-fullscreen .modal-body {
  5138. overflow-y: auto;
  5139. }
  5140. @media (max-width: 575.98px) {
  5141. .modal-fullscreen-sm-down {
  5142. width: 100vw;
  5143. max-width: none;
  5144. height: 100%;
  5145. margin: 0;
  5146. }
  5147. .modal-fullscreen-sm-down .modal-content {
  5148. height: 100%;
  5149. border: 0;
  5150. border-radius: 0;
  5151. }
  5152. .modal-fullscreen-sm-down .modal-header,
  5153. .modal-fullscreen-sm-down .modal-footer {
  5154. border-radius: 0;
  5155. }
  5156. .modal-fullscreen-sm-down .modal-body {
  5157. overflow-y: auto;
  5158. }
  5159. }
  5160. @media (max-width: 767.98px) {
  5161. .modal-fullscreen-md-down {
  5162. width: 100vw;
  5163. max-width: none;
  5164. height: 100%;
  5165. margin: 0;
  5166. }
  5167. .modal-fullscreen-md-down .modal-content {
  5168. height: 100%;
  5169. border: 0;
  5170. border-radius: 0;
  5171. }
  5172. .modal-fullscreen-md-down .modal-header,
  5173. .modal-fullscreen-md-down .modal-footer {
  5174. border-radius: 0;
  5175. }
  5176. .modal-fullscreen-md-down .modal-body {
  5177. overflow-y: auto;
  5178. }
  5179. }
  5180. @media (max-width: 991.98px) {
  5181. .modal-fullscreen-lg-down {
  5182. width: 100vw;
  5183. max-width: none;
  5184. height: 100%;
  5185. margin: 0;
  5186. }
  5187. .modal-fullscreen-lg-down .modal-content {
  5188. height: 100%;
  5189. border: 0;
  5190. border-radius: 0;
  5191. }
  5192. .modal-fullscreen-lg-down .modal-header,
  5193. .modal-fullscreen-lg-down .modal-footer {
  5194. border-radius: 0;
  5195. }
  5196. .modal-fullscreen-lg-down .modal-body {
  5197. overflow-y: auto;
  5198. }
  5199. }
  5200. @media (max-width: 1199.98px) {
  5201. .modal-fullscreen-xl-down {
  5202. width: 100vw;
  5203. max-width: none;
  5204. height: 100%;
  5205. margin: 0;
  5206. }
  5207. .modal-fullscreen-xl-down .modal-content {
  5208. height: 100%;
  5209. border: 0;
  5210. border-radius: 0;
  5211. }
  5212. .modal-fullscreen-xl-down .modal-header,
  5213. .modal-fullscreen-xl-down .modal-footer {
  5214. border-radius: 0;
  5215. }
  5216. .modal-fullscreen-xl-down .modal-body {
  5217. overflow-y: auto;
  5218. }
  5219. }
  5220. @media (max-width: 1399.98px) {
  5221. .modal-fullscreen-xxl-down {
  5222. width: 100vw;
  5223. max-width: none;
  5224. height: 100%;
  5225. margin: 0;
  5226. }
  5227. .modal-fullscreen-xxl-down .modal-content {
  5228. height: 100%;
  5229. border: 0;
  5230. border-radius: 0;
  5231. }
  5232. .modal-fullscreen-xxl-down .modal-header,
  5233. .modal-fullscreen-xxl-down .modal-footer {
  5234. border-radius: 0;
  5235. }
  5236. .modal-fullscreen-xxl-down .modal-body {
  5237. overflow-y: auto;
  5238. }
  5239. }
  5240. .tooltip {
  5241. --bs-tooltip-zindex: 1080;
  5242. --bs-tooltip-max-width: 200px;
  5243. --bs-tooltip-padding-x: 0.5rem;
  5244. --bs-tooltip-padding-y: 0.25rem;
  5245. --bs-tooltip-margin: ;
  5246. --bs-tooltip-font-size: 0.875rem;
  5247. --bs-tooltip-color: #fff;
  5248. --bs-tooltip-bg: #170229;
  5249. --bs-tooltip-border-radius: 0.15rem;
  5250. --bs-tooltip-opacity: 1;
  5251. --bs-tooltip-arrow-width: 0.8rem;
  5252. --bs-tooltip-arrow-height: 0.4rem;
  5253. z-index: var(--bs-tooltip-zindex);
  5254. display: block;
  5255. padding: var(--bs-tooltip-arrow-height);
  5256. margin: var(--bs-tooltip-margin);
  5257. font-family: var(--bs-font-sans-serif);
  5258. font-style: normal;
  5259. font-weight: 400;
  5260. line-height: 1.5;
  5261. text-align: left;
  5262. text-align: start;
  5263. text-decoration: none;
  5264. text-shadow: none;
  5265. text-transform: none;
  5266. letter-spacing: normal;
  5267. word-break: normal;
  5268. white-space: normal;
  5269. word-spacing: normal;
  5270. line-break: auto;
  5271. font-size: var(--bs-tooltip-font-size);
  5272. word-wrap: break-word;
  5273. opacity: 0;
  5274. }
  5275. .tooltip.show {
  5276. opacity: var(--bs-tooltip-opacity);
  5277. }
  5278. .tooltip .tooltip-arrow {
  5279. display: block;
  5280. width: var(--bs-tooltip-arrow-width);
  5281. height: var(--bs-tooltip-arrow-height);
  5282. }
  5283. .tooltip .tooltip-arrow::before {
  5284. position: absolute;
  5285. content: "";
  5286. border-color: transparent;
  5287. border-style: solid;
  5288. }
  5289. .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  5290. bottom: 0;
  5291. }
  5292. .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  5293. top: -1px;
  5294. border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  5295. border-top-color: var(--bs-tooltip-bg);
  5296. }
  5297. /* rtl:begin:ignore */
  5298. .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  5299. left: 0;
  5300. width: var(--bs-tooltip-arrow-height);
  5301. height: var(--bs-tooltip-arrow-width);
  5302. }
  5303. .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  5304. right: -1px;
  5305. border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  5306. border-right-color: var(--bs-tooltip-bg);
  5307. }
  5308. /* rtl:end:ignore */
  5309. .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  5310. top: 0;
  5311. }
  5312. .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  5313. bottom: -1px;
  5314. border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  5315. border-bottom-color: var(--bs-tooltip-bg);
  5316. }
  5317. /* rtl:begin:ignore */
  5318. .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  5319. right: 0;
  5320. width: var(--bs-tooltip-arrow-height);
  5321. height: var(--bs-tooltip-arrow-width);
  5322. }
  5323. .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  5324. left: -1px;
  5325. border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  5326. border-left-color: var(--bs-tooltip-bg);
  5327. }
  5328. /* rtl:end:ignore */
  5329. .tooltip-inner {
  5330. max-width: var(--bs-tooltip-max-width);
  5331. padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  5332. color: var(--bs-tooltip-color);
  5333. text-align: center;
  5334. background-color: var(--bs-tooltip-bg);
  5335. border-radius: var(--bs-tooltip-border-radius);
  5336. }
  5337. .popover {
  5338. --bs-popover-zindex: 1070;
  5339. --bs-popover-max-width: 276px;
  5340. --bs-popover-font-size: 0.875rem;
  5341. --bs-popover-bg: #6f42c1;
  5342. --bs-popover-border-width: 0;
  5343. --bs-popover-border-color: var(--bs-border-color-translucent);
  5344. --bs-popover-border-radius: 0.5rem;
  5345. --bs-popover-inner-border-radius: 0.5rem;
  5346. --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  5347. --bs-popover-header-padding-x: 1rem;
  5348. --bs-popover-header-padding-y: 0.5rem;
  5349. --bs-popover-header-font-size: 1rem;
  5350. --bs-popover-header-color: #fff;
  5351. --bs-popover-header-bg: #683eb5;
  5352. --bs-popover-body-padding-x: 1rem;
  5353. --bs-popover-body-padding-y: 1rem;
  5354. --bs-popover-body-color: #fff;
  5355. --bs-popover-arrow-width: 1rem;
  5356. --bs-popover-arrow-height: 0.5rem;
  5357. --bs-popover-arrow-border: var(--bs-popover-border-color);
  5358. z-index: var(--bs-popover-zindex);
  5359. display: block;
  5360. max-width: var(--bs-popover-max-width);
  5361. font-family: var(--bs-font-sans-serif);
  5362. font-style: normal;
  5363. font-weight: 400;
  5364. line-height: 1.5;
  5365. text-align: left;
  5366. text-align: start;
  5367. text-decoration: none;
  5368. text-shadow: none;
  5369. text-transform: none;
  5370. letter-spacing: normal;
  5371. word-break: normal;
  5372. white-space: normal;
  5373. word-spacing: normal;
  5374. line-break: auto;
  5375. font-size: var(--bs-popover-font-size);
  5376. word-wrap: break-word;
  5377. background-color: var(--bs-popover-bg);
  5378. background-clip: padding-box;
  5379. border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  5380. border-radius: var(--bs-popover-border-radius);
  5381. }
  5382. .popover .popover-arrow {
  5383. display: block;
  5384. width: var(--bs-popover-arrow-width);
  5385. height: var(--bs-popover-arrow-height);
  5386. }
  5387. .popover .popover-arrow::before, .popover .popover-arrow::after {
  5388. position: absolute;
  5389. display: block;
  5390. content: "";
  5391. border-color: transparent;
  5392. border-style: solid;
  5393. border-width: 0;
  5394. }
  5395. .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  5396. bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  5397. }
  5398. .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  5399. border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
  5400. }
  5401. .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  5402. bottom: 0;
  5403. border-top-color: var(--bs-popover-arrow-border);
  5404. }
  5405. .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  5406. bottom: var(--bs-popover-border-width);
  5407. border-top-color: var(--bs-popover-bg);
  5408. }
  5409. /* rtl:begin:ignore */
  5410. .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  5411. left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  5412. width: var(--bs-popover-arrow-height);
  5413. height: var(--bs-popover-arrow-width);
  5414. }
  5415. .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  5416. border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
  5417. }
  5418. .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  5419. left: 0;
  5420. border-right-color: var(--bs-popover-arrow-border);
  5421. }
  5422. .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  5423. left: var(--bs-popover-border-width);
  5424. border-right-color: var(--bs-popover-bg);
  5425. }
  5426. /* rtl:end:ignore */
  5427. .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  5428. top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  5429. }
  5430. .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  5431. border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
  5432. }
  5433. .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  5434. top: 0;
  5435. border-bottom-color: var(--bs-popover-arrow-border);
  5436. }
  5437. .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  5438. top: var(--bs-popover-border-width);
  5439. border-bottom-color: var(--bs-popover-bg);
  5440. }
  5441. .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  5442. position: absolute;
  5443. top: 0;
  5444. left: 50%;
  5445. display: block;
  5446. width: var(--bs-popover-arrow-width);
  5447. margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  5448. content: "";
  5449. border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
  5450. }
  5451. /* rtl:begin:ignore */
  5452. .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  5453. right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  5454. width: var(--bs-popover-arrow-height);
  5455. height: var(--bs-popover-arrow-width);
  5456. }
  5457. .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  5458. border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
  5459. }
  5460. .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  5461. right: 0;
  5462. border-left-color: var(--bs-popover-arrow-border);
  5463. }
  5464. .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  5465. right: var(--bs-popover-border-width);
  5466. border-left-color: var(--bs-popover-bg);
  5467. }
  5468. /* rtl:end:ignore */
  5469. .popover-header {
  5470. padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  5471. margin-bottom: 0;
  5472. font-size: var(--bs-popover-header-font-size);
  5473. color: var(--bs-popover-header-color);
  5474. background-color: var(--bs-popover-header-bg);
  5475. border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  5476. border-top-left-radius: var(--bs-popover-inner-border-radius);
  5477. border-top-right-radius: var(--bs-popover-inner-border-radius);
  5478. }
  5479. .popover-header:empty {
  5480. display: none;
  5481. }
  5482. .popover-body {
  5483. padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  5484. color: var(--bs-popover-body-color);
  5485. }
  5486. .carousel {
  5487. position: relative;
  5488. }
  5489. .carousel.pointer-event {
  5490. touch-action: pan-y;
  5491. }
  5492. .carousel-inner {
  5493. position: relative;
  5494. width: 100%;
  5495. overflow: hidden;
  5496. }
  5497. .carousel-inner::after {
  5498. display: block;
  5499. clear: both;
  5500. content: "";
  5501. }
  5502. .carousel-item {
  5503. position: relative;
  5504. display: none;
  5505. float: left;
  5506. width: 100%;
  5507. margin-right: -100%;
  5508. -webkit-backface-visibility: hidden;
  5509. backface-visibility: hidden;
  5510. transition: transform 0.6s ease-in-out;
  5511. }
  5512. @media (prefers-reduced-motion: reduce) {
  5513. .carousel-item {
  5514. transition: none;
  5515. }
  5516. }
  5517. .carousel-item.active,
  5518. .carousel-item-next,
  5519. .carousel-item-prev {
  5520. display: block;
  5521. }
  5522. .carousel-item-next:not(.carousel-item-start),
  5523. .active.carousel-item-end {
  5524. transform: translateX(100%);
  5525. }
  5526. .carousel-item-prev:not(.carousel-item-end),
  5527. .active.carousel-item-start {
  5528. transform: translateX(-100%);
  5529. }
  5530. .carousel-fade .carousel-item {
  5531. opacity: 0;
  5532. transition-property: opacity;
  5533. transform: none;
  5534. }
  5535. .carousel-fade .carousel-item.active,
  5536. .carousel-fade .carousel-item-next.carousel-item-start,
  5537. .carousel-fade .carousel-item-prev.carousel-item-end {
  5538. z-index: 1;
  5539. opacity: 1;
  5540. }
  5541. .carousel-fade .active.carousel-item-start,
  5542. .carousel-fade .active.carousel-item-end {
  5543. z-index: 0;
  5544. opacity: 0;
  5545. transition: opacity 0s 0.6s;
  5546. }
  5547. @media (prefers-reduced-motion: reduce) {
  5548. .carousel-fade .active.carousel-item-start,
  5549. .carousel-fade .active.carousel-item-end {
  5550. transition: none;
  5551. }
  5552. }
  5553. .carousel-control-prev,
  5554. .carousel-control-next {
  5555. position: absolute;
  5556. top: 0;
  5557. bottom: 0;
  5558. z-index: 1;
  5559. display: flex;
  5560. align-items: center;
  5561. justify-content: center;
  5562. width: 15%;
  5563. padding: 0;
  5564. color: #fff;
  5565. text-align: center;
  5566. background: none;
  5567. border: 0;
  5568. opacity: 0.5;
  5569. transition: opacity 0.15s ease;
  5570. }
  5571. @media (prefers-reduced-motion: reduce) {
  5572. .carousel-control-prev,
  5573. .carousel-control-next {
  5574. transition: none;
  5575. }
  5576. }
  5577. .carousel-control-prev:hover, .carousel-control-prev:focus,
  5578. .carousel-control-next:hover,
  5579. .carousel-control-next:focus {
  5580. color: #fff;
  5581. text-decoration: none;
  5582. outline: 0;
  5583. opacity: 0.9;
  5584. }
  5585. .carousel-control-prev {
  5586. left: 0;
  5587. }
  5588. .carousel-control-next {
  5589. right: 0;
  5590. }
  5591. .carousel-control-prev-icon,
  5592. .carousel-control-next-icon {
  5593. display: inline-block;
  5594. width: 2rem;
  5595. height: 2rem;
  5596. background-repeat: no-repeat;
  5597. background-position: 50%;
  5598. background-size: 100% 100%;
  5599. }
  5600. /* rtl:options: {
  5601. "autoRename": true,
  5602. "stringMap":[ {
  5603. "name" : "prev-next",
  5604. "search" : "prev",
  5605. "replace" : "next"
  5606. } ]
  5607. } */
  5608. .carousel-control-prev-icon {
  5609. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  5610. }
  5611. .carousel-control-next-icon {
  5612. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  5613. }
  5614. .carousel-indicators {
  5615. position: absolute;
  5616. right: 0;
  5617. bottom: 0;
  5618. left: 0;
  5619. z-index: 2;
  5620. display: flex;
  5621. justify-content: center;
  5622. padding: 0;
  5623. margin-right: 15%;
  5624. margin-bottom: 1rem;
  5625. margin-left: 15%;
  5626. list-style: none;
  5627. }
  5628. .carousel-indicators [data-bs-target] {
  5629. box-sizing: content-box;
  5630. flex: 0 1 auto;
  5631. width: 30px;
  5632. height: 3px;
  5633. padding: 0;
  5634. margin-right: 3px;
  5635. margin-left: 3px;
  5636. text-indent: -999px;
  5637. cursor: pointer;
  5638. background-color: #fff;
  5639. background-clip: padding-box;
  5640. border: 0;
  5641. border-top: 10px solid transparent;
  5642. border-bottom: 10px solid transparent;
  5643. opacity: 0.5;
  5644. transition: opacity 0.6s ease;
  5645. }
  5646. @media (prefers-reduced-motion: reduce) {
  5647. .carousel-indicators [data-bs-target] {
  5648. transition: none;
  5649. }
  5650. }
  5651. .carousel-indicators .active {
  5652. opacity: 1;
  5653. }
  5654. .carousel-caption {
  5655. position: absolute;
  5656. right: 15%;
  5657. bottom: 1.25rem;
  5658. left: 15%;
  5659. padding-top: 1.25rem;
  5660. padding-bottom: 1.25rem;
  5661. color: #fff;
  5662. text-align: center;
  5663. }
  5664. .carousel-dark .carousel-control-prev-icon,
  5665. .carousel-dark .carousel-control-next-icon {
  5666. filter: invert(1) grayscale(100);
  5667. }
  5668. .carousel-dark .carousel-indicators [data-bs-target] {
  5669. background-color: #000;
  5670. }
  5671. .carousel-dark .carousel-caption {
  5672. color: #000;
  5673. }
  5674. .spinner-grow,
  5675. .spinner-border {
  5676. display: inline-block;
  5677. width: var(--bs-spinner-width);
  5678. height: var(--bs-spinner-height);
  5679. vertical-align: var(--bs-spinner-vertical-align);
  5680. border-radius: 50%;
  5681. animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  5682. }
  5683. @keyframes spinner-border {
  5684. to {
  5685. transform: rotate(360deg) /* rtl:ignore */;
  5686. }
  5687. }
  5688. .spinner-border {
  5689. --bs-spinner-width: 2rem;
  5690. --bs-spinner-height: 2rem;
  5691. --bs-spinner-vertical-align: -0.125em;
  5692. --bs-spinner-border-width: 0.25em;
  5693. --bs-spinner-animation-speed: 0.75s;
  5694. --bs-spinner-animation-name: spinner-border;
  5695. border: var(--bs-spinner-border-width) solid currentcolor;
  5696. border-right-color: transparent;
  5697. }
  5698. .spinner-border-sm {
  5699. --bs-spinner-width: 1rem;
  5700. --bs-spinner-height: 1rem;
  5701. --bs-spinner-border-width: 0.2em;
  5702. }
  5703. @keyframes spinner-grow {
  5704. 0% {
  5705. transform: scale(0);
  5706. }
  5707. 50% {
  5708. opacity: 1;
  5709. transform: none;
  5710. }
  5711. }
  5712. .spinner-grow {
  5713. --bs-spinner-width: 2rem;
  5714. --bs-spinner-height: 2rem;
  5715. --bs-spinner-vertical-align: -0.125em;
  5716. --bs-spinner-animation-speed: 0.75s;
  5717. --bs-spinner-animation-name: spinner-grow;
  5718. background-color: currentcolor;
  5719. opacity: 0;
  5720. }
  5721. .spinner-grow-sm {
  5722. --bs-spinner-width: 1rem;
  5723. --bs-spinner-height: 1rem;
  5724. }
  5725. @media (prefers-reduced-motion: reduce) {
  5726. .spinner-border,
  5727. .spinner-grow {
  5728. --bs-spinner-animation-speed: 1.5s;
  5729. }
  5730. }
  5731. .offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  5732. --bs-offcanvas-zindex: 1045;
  5733. --bs-offcanvas-width: 400px;
  5734. --bs-offcanvas-height: 30vh;
  5735. --bs-offcanvas-padding-x: 1rem;
  5736. --bs-offcanvas-padding-y: 1rem;
  5737. --bs-offcanvas-color: #fff;
  5738. --bs-offcanvas-bg: #6f42c1;
  5739. --bs-offcanvas-border-width: 0;
  5740. --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  5741. --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  5742. }
  5743. @media (max-width: 575.98px) {
  5744. .offcanvas-sm {
  5745. position: fixed;
  5746. bottom: 0;
  5747. z-index: var(--bs-offcanvas-zindex);
  5748. display: flex;
  5749. flex-direction: column;
  5750. max-width: 100%;
  5751. color: var(--bs-offcanvas-color);
  5752. visibility: hidden;
  5753. background-color: var(--bs-offcanvas-bg);
  5754. background-clip: padding-box;
  5755. outline: 0;
  5756. transition: transform 0.3s ease-in-out;
  5757. }
  5758. }
  5759. @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  5760. .offcanvas-sm {
  5761. transition: none;
  5762. }
  5763. }
  5764. @media (max-width: 575.98px) {
  5765. .offcanvas-sm.offcanvas-start {
  5766. top: 0;
  5767. left: 0;
  5768. width: var(--bs-offcanvas-width);
  5769. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5770. transform: translateX(-100%);
  5771. }
  5772. }
  5773. @media (max-width: 575.98px) {
  5774. .offcanvas-sm.offcanvas-end {
  5775. top: 0;
  5776. right: 0;
  5777. width: var(--bs-offcanvas-width);
  5778. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5779. transform: translateX(100%);
  5780. }
  5781. }
  5782. @media (max-width: 575.98px) {
  5783. .offcanvas-sm.offcanvas-top {
  5784. top: 0;
  5785. right: 0;
  5786. left: 0;
  5787. height: var(--bs-offcanvas-height);
  5788. max-height: 100%;
  5789. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5790. transform: translateY(-100%);
  5791. }
  5792. }
  5793. @media (max-width: 575.98px) {
  5794. .offcanvas-sm.offcanvas-bottom {
  5795. right: 0;
  5796. left: 0;
  5797. height: var(--bs-offcanvas-height);
  5798. max-height: 100%;
  5799. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5800. transform: translateY(100%);
  5801. }
  5802. }
  5803. @media (max-width: 575.98px) {
  5804. .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
  5805. transform: none;
  5806. }
  5807. }
  5808. @media (max-width: 575.98px) {
  5809. .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
  5810. visibility: visible;
  5811. }
  5812. }
  5813. @media (min-width: 576px) {
  5814. .offcanvas-sm {
  5815. --bs-offcanvas-height: auto;
  5816. --bs-offcanvas-border-width: 0;
  5817. background-color: transparent !important;
  5818. }
  5819. .offcanvas-sm .offcanvas-header {
  5820. display: none;
  5821. }
  5822. .offcanvas-sm .offcanvas-body {
  5823. display: flex;
  5824. flex-grow: 0;
  5825. padding: 0;
  5826. overflow-y: visible;
  5827. background-color: transparent !important;
  5828. }
  5829. }
  5830. @media (max-width: 767.98px) {
  5831. .offcanvas-md {
  5832. position: fixed;
  5833. bottom: 0;
  5834. z-index: var(--bs-offcanvas-zindex);
  5835. display: flex;
  5836. flex-direction: column;
  5837. max-width: 100%;
  5838. color: var(--bs-offcanvas-color);
  5839. visibility: hidden;
  5840. background-color: var(--bs-offcanvas-bg);
  5841. background-clip: padding-box;
  5842. outline: 0;
  5843. transition: transform 0.3s ease-in-out;
  5844. }
  5845. }
  5846. @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  5847. .offcanvas-md {
  5848. transition: none;
  5849. }
  5850. }
  5851. @media (max-width: 767.98px) {
  5852. .offcanvas-md.offcanvas-start {
  5853. top: 0;
  5854. left: 0;
  5855. width: var(--bs-offcanvas-width);
  5856. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5857. transform: translateX(-100%);
  5858. }
  5859. }
  5860. @media (max-width: 767.98px) {
  5861. .offcanvas-md.offcanvas-end {
  5862. top: 0;
  5863. right: 0;
  5864. width: var(--bs-offcanvas-width);
  5865. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5866. transform: translateX(100%);
  5867. }
  5868. }
  5869. @media (max-width: 767.98px) {
  5870. .offcanvas-md.offcanvas-top {
  5871. top: 0;
  5872. right: 0;
  5873. left: 0;
  5874. height: var(--bs-offcanvas-height);
  5875. max-height: 100%;
  5876. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5877. transform: translateY(-100%);
  5878. }
  5879. }
  5880. @media (max-width: 767.98px) {
  5881. .offcanvas-md.offcanvas-bottom {
  5882. right: 0;
  5883. left: 0;
  5884. height: var(--bs-offcanvas-height);
  5885. max-height: 100%;
  5886. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5887. transform: translateY(100%);
  5888. }
  5889. }
  5890. @media (max-width: 767.98px) {
  5891. .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
  5892. transform: none;
  5893. }
  5894. }
  5895. @media (max-width: 767.98px) {
  5896. .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
  5897. visibility: visible;
  5898. }
  5899. }
  5900. @media (min-width: 768px) {
  5901. .offcanvas-md {
  5902. --bs-offcanvas-height: auto;
  5903. --bs-offcanvas-border-width: 0;
  5904. background-color: transparent !important;
  5905. }
  5906. .offcanvas-md .offcanvas-header {
  5907. display: none;
  5908. }
  5909. .offcanvas-md .offcanvas-body {
  5910. display: flex;
  5911. flex-grow: 0;
  5912. padding: 0;
  5913. overflow-y: visible;
  5914. background-color: transparent !important;
  5915. }
  5916. }
  5917. @media (max-width: 991.98px) {
  5918. .offcanvas-lg {
  5919. position: fixed;
  5920. bottom: 0;
  5921. z-index: var(--bs-offcanvas-zindex);
  5922. display: flex;
  5923. flex-direction: column;
  5924. max-width: 100%;
  5925. color: var(--bs-offcanvas-color);
  5926. visibility: hidden;
  5927. background-color: var(--bs-offcanvas-bg);
  5928. background-clip: padding-box;
  5929. outline: 0;
  5930. transition: transform 0.3s ease-in-out;
  5931. }
  5932. }
  5933. @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  5934. .offcanvas-lg {
  5935. transition: none;
  5936. }
  5937. }
  5938. @media (max-width: 991.98px) {
  5939. .offcanvas-lg.offcanvas-start {
  5940. top: 0;
  5941. left: 0;
  5942. width: var(--bs-offcanvas-width);
  5943. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5944. transform: translateX(-100%);
  5945. }
  5946. }
  5947. @media (max-width: 991.98px) {
  5948. .offcanvas-lg.offcanvas-end {
  5949. top: 0;
  5950. right: 0;
  5951. width: var(--bs-offcanvas-width);
  5952. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5953. transform: translateX(100%);
  5954. }
  5955. }
  5956. @media (max-width: 991.98px) {
  5957. .offcanvas-lg.offcanvas-top {
  5958. top: 0;
  5959. right: 0;
  5960. left: 0;
  5961. height: var(--bs-offcanvas-height);
  5962. max-height: 100%;
  5963. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5964. transform: translateY(-100%);
  5965. }
  5966. }
  5967. @media (max-width: 991.98px) {
  5968. .offcanvas-lg.offcanvas-bottom {
  5969. right: 0;
  5970. left: 0;
  5971. height: var(--bs-offcanvas-height);
  5972. max-height: 100%;
  5973. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  5974. transform: translateY(100%);
  5975. }
  5976. }
  5977. @media (max-width: 991.98px) {
  5978. .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
  5979. transform: none;
  5980. }
  5981. }
  5982. @media (max-width: 991.98px) {
  5983. .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
  5984. visibility: visible;
  5985. }
  5986. }
  5987. @media (min-width: 992px) {
  5988. .offcanvas-lg {
  5989. --bs-offcanvas-height: auto;
  5990. --bs-offcanvas-border-width: 0;
  5991. background-color: transparent !important;
  5992. }
  5993. .offcanvas-lg .offcanvas-header {
  5994. display: none;
  5995. }
  5996. .offcanvas-lg .offcanvas-body {
  5997. display: flex;
  5998. flex-grow: 0;
  5999. padding: 0;
  6000. overflow-y: visible;
  6001. background-color: transparent !important;
  6002. }
  6003. }
  6004. @media (max-width: 1199.98px) {
  6005. .offcanvas-xl {
  6006. position: fixed;
  6007. bottom: 0;
  6008. z-index: var(--bs-offcanvas-zindex);
  6009. display: flex;
  6010. flex-direction: column;
  6011. max-width: 100%;
  6012. color: var(--bs-offcanvas-color);
  6013. visibility: hidden;
  6014. background-color: var(--bs-offcanvas-bg);
  6015. background-clip: padding-box;
  6016. outline: 0;
  6017. transition: transform 0.3s ease-in-out;
  6018. }
  6019. }
  6020. @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  6021. .offcanvas-xl {
  6022. transition: none;
  6023. }
  6024. }
  6025. @media (max-width: 1199.98px) {
  6026. .offcanvas-xl.offcanvas-start {
  6027. top: 0;
  6028. left: 0;
  6029. width: var(--bs-offcanvas-width);
  6030. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6031. transform: translateX(-100%);
  6032. }
  6033. }
  6034. @media (max-width: 1199.98px) {
  6035. .offcanvas-xl.offcanvas-end {
  6036. top: 0;
  6037. right: 0;
  6038. width: var(--bs-offcanvas-width);
  6039. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6040. transform: translateX(100%);
  6041. }
  6042. }
  6043. @media (max-width: 1199.98px) {
  6044. .offcanvas-xl.offcanvas-top {
  6045. top: 0;
  6046. right: 0;
  6047. left: 0;
  6048. height: var(--bs-offcanvas-height);
  6049. max-height: 100%;
  6050. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6051. transform: translateY(-100%);
  6052. }
  6053. }
  6054. @media (max-width: 1199.98px) {
  6055. .offcanvas-xl.offcanvas-bottom {
  6056. right: 0;
  6057. left: 0;
  6058. height: var(--bs-offcanvas-height);
  6059. max-height: 100%;
  6060. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6061. transform: translateY(100%);
  6062. }
  6063. }
  6064. @media (max-width: 1199.98px) {
  6065. .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
  6066. transform: none;
  6067. }
  6068. }
  6069. @media (max-width: 1199.98px) {
  6070. .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
  6071. visibility: visible;
  6072. }
  6073. }
  6074. @media (min-width: 1200px) {
  6075. .offcanvas-xl {
  6076. --bs-offcanvas-height: auto;
  6077. --bs-offcanvas-border-width: 0;
  6078. background-color: transparent !important;
  6079. }
  6080. .offcanvas-xl .offcanvas-header {
  6081. display: none;
  6082. }
  6083. .offcanvas-xl .offcanvas-body {
  6084. display: flex;
  6085. flex-grow: 0;
  6086. padding: 0;
  6087. overflow-y: visible;
  6088. background-color: transparent !important;
  6089. }
  6090. }
  6091. @media (max-width: 1399.98px) {
  6092. .offcanvas-xxl {
  6093. position: fixed;
  6094. bottom: 0;
  6095. z-index: var(--bs-offcanvas-zindex);
  6096. display: flex;
  6097. flex-direction: column;
  6098. max-width: 100%;
  6099. color: var(--bs-offcanvas-color);
  6100. visibility: hidden;
  6101. background-color: var(--bs-offcanvas-bg);
  6102. background-clip: padding-box;
  6103. outline: 0;
  6104. transition: transform 0.3s ease-in-out;
  6105. }
  6106. }
  6107. @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  6108. .offcanvas-xxl {
  6109. transition: none;
  6110. }
  6111. }
  6112. @media (max-width: 1399.98px) {
  6113. .offcanvas-xxl.offcanvas-start {
  6114. top: 0;
  6115. left: 0;
  6116. width: var(--bs-offcanvas-width);
  6117. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6118. transform: translateX(-100%);
  6119. }
  6120. }
  6121. @media (max-width: 1399.98px) {
  6122. .offcanvas-xxl.offcanvas-end {
  6123. top: 0;
  6124. right: 0;
  6125. width: var(--bs-offcanvas-width);
  6126. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6127. transform: translateX(100%);
  6128. }
  6129. }
  6130. @media (max-width: 1399.98px) {
  6131. .offcanvas-xxl.offcanvas-top {
  6132. top: 0;
  6133. right: 0;
  6134. left: 0;
  6135. height: var(--bs-offcanvas-height);
  6136. max-height: 100%;
  6137. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6138. transform: translateY(-100%);
  6139. }
  6140. }
  6141. @media (max-width: 1399.98px) {
  6142. .offcanvas-xxl.offcanvas-bottom {
  6143. right: 0;
  6144. left: 0;
  6145. height: var(--bs-offcanvas-height);
  6146. max-height: 100%;
  6147. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6148. transform: translateY(100%);
  6149. }
  6150. }
  6151. @media (max-width: 1399.98px) {
  6152. .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
  6153. transform: none;
  6154. }
  6155. }
  6156. @media (max-width: 1399.98px) {
  6157. .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
  6158. visibility: visible;
  6159. }
  6160. }
  6161. @media (min-width: 1400px) {
  6162. .offcanvas-xxl {
  6163. --bs-offcanvas-height: auto;
  6164. --bs-offcanvas-border-width: 0;
  6165. background-color: transparent !important;
  6166. }
  6167. .offcanvas-xxl .offcanvas-header {
  6168. display: none;
  6169. }
  6170. .offcanvas-xxl .offcanvas-body {
  6171. display: flex;
  6172. flex-grow: 0;
  6173. padding: 0;
  6174. overflow-y: visible;
  6175. background-color: transparent !important;
  6176. }
  6177. }
  6178. .offcanvas {
  6179. position: fixed;
  6180. bottom: 0;
  6181. z-index: var(--bs-offcanvas-zindex);
  6182. display: flex;
  6183. flex-direction: column;
  6184. max-width: 100%;
  6185. color: var(--bs-offcanvas-color);
  6186. visibility: hidden;
  6187. background-color: var(--bs-offcanvas-bg);
  6188. background-clip: padding-box;
  6189. outline: 0;
  6190. transition: transform 0.3s ease-in-out;
  6191. }
  6192. @media (prefers-reduced-motion: reduce) {
  6193. .offcanvas {
  6194. transition: none;
  6195. }
  6196. }
  6197. .offcanvas.offcanvas-start {
  6198. top: 0;
  6199. left: 0;
  6200. width: var(--bs-offcanvas-width);
  6201. border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6202. transform: translateX(-100%);
  6203. }
  6204. .offcanvas.offcanvas-end {
  6205. top: 0;
  6206. right: 0;
  6207. width: var(--bs-offcanvas-width);
  6208. border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6209. transform: translateX(100%);
  6210. }
  6211. .offcanvas.offcanvas-top {
  6212. top: 0;
  6213. right: 0;
  6214. left: 0;
  6215. height: var(--bs-offcanvas-height);
  6216. max-height: 100%;
  6217. border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6218. transform: translateY(-100%);
  6219. }
  6220. .offcanvas.offcanvas-bottom {
  6221. right: 0;
  6222. left: 0;
  6223. height: var(--bs-offcanvas-height);
  6224. max-height: 100%;
  6225. border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  6226. transform: translateY(100%);
  6227. }
  6228. .offcanvas.showing, .offcanvas.show:not(.hiding) {
  6229. transform: none;
  6230. }
  6231. .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  6232. visibility: visible;
  6233. }
  6234. .offcanvas-backdrop {
  6235. position: fixed;
  6236. top: 0;
  6237. left: 0;
  6238. z-index: 1040;
  6239. width: 100vw;
  6240. height: 100vh;
  6241. background-color: #000;
  6242. }
  6243. .offcanvas-backdrop.fade {
  6244. opacity: 0;
  6245. }
  6246. .offcanvas-backdrop.show {
  6247. opacity: 0.5;
  6248. }
  6249. .offcanvas-header {
  6250. display: flex;
  6251. align-items: center;
  6252. justify-content: space-between;
  6253. padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  6254. }
  6255. .offcanvas-header .btn-close {
  6256. padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  6257. margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  6258. margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  6259. margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  6260. }
  6261. .offcanvas-title {
  6262. margin-bottom: 0;
  6263. line-height: 1.5;
  6264. }
  6265. .offcanvas-body {
  6266. flex-grow: 1;
  6267. padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  6268. overflow-y: auto;
  6269. }
  6270. .placeholder {
  6271. display: inline-block;
  6272. min-height: 1em;
  6273. vertical-align: middle;
  6274. cursor: wait;
  6275. background-color: currentcolor;
  6276. opacity: 0.5;
  6277. }
  6278. .placeholder.btn::before {
  6279. display: inline-block;
  6280. content: "";
  6281. }
  6282. .placeholder-xs {
  6283. min-height: 0.6em;
  6284. }
  6285. .placeholder-sm {
  6286. min-height: 0.8em;
  6287. }
  6288. .placeholder-lg {
  6289. min-height: 1.2em;
  6290. }
  6291. .placeholder-glow .placeholder {
  6292. animation: placeholder-glow 2s ease-in-out infinite;
  6293. }
  6294. @keyframes placeholder-glow {
  6295. 50% {
  6296. opacity: 0.2;
  6297. }
  6298. }
  6299. .placeholder-wave {
  6300. -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  6301. mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  6302. -webkit-mask-size: 200% 100%;
  6303. mask-size: 200% 100%;
  6304. animation: placeholder-wave 2s linear infinite;
  6305. }
  6306. @keyframes placeholder-wave {
  6307. 100% {
  6308. -webkit-mask-position: -200% 0%;
  6309. mask-position: -200% 0%;
  6310. }
  6311. }
  6312. .clearfix::after {
  6313. display: block;
  6314. clear: both;
  6315. content: "";
  6316. }
  6317. .text-bg-primary {
  6318. color: #fff !important;
  6319. background-color: RGBA(111, 66, 193, var(--bs-bg-opacity, 1)) !important;
  6320. }
  6321. .text-bg-secondary {
  6322. color: #fff !important;
  6323. background-color: RGBA(234, 57, 184, var(--bs-bg-opacity, 1)) !important;
  6324. }
  6325. .text-bg-success {
  6326. color: #fff !important;
  6327. background-color: RGBA(60, 242, 129, var(--bs-bg-opacity, 1)) !important;
  6328. }
  6329. .text-bg-info {
  6330. color: #fff !important;
  6331. background-color: RGBA(27, 162, 246, var(--bs-bg-opacity, 1)) !important;
  6332. }
  6333. .text-bg-warning {
  6334. color: #fff !important;
  6335. background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
  6336. }
  6337. .text-bg-danger {
  6338. color: #fff !important;
  6339. background-color: RGBA(228, 76, 85, var(--bs-bg-opacity, 1)) !important;
  6340. }
  6341. .text-bg-light {
  6342. color: #fff !important;
  6343. background-color: RGBA(68, 217, 232, var(--bs-bg-opacity, 1)) !important;
  6344. }
  6345. .text-bg-dark {
  6346. color: #fff !important;
  6347. background-color: RGBA(23, 2, 41, var(--bs-bg-opacity, 1)) !important;
  6348. }
  6349. .link-primary {
  6350. color: #6f42c1 !important;
  6351. }
  6352. .link-primary:hover, .link-primary:focus {
  6353. color: #59359a !important;
  6354. }
  6355. .link-secondary {
  6356. color: #ea39b8 !important;
  6357. }
  6358. .link-secondary:hover, .link-secondary:focus {
  6359. color: #bb2e93 !important;
  6360. }
  6361. .link-success {
  6362. color: #3cf281 !important;
  6363. }
  6364. .link-success:hover, .link-success:focus {
  6365. color: #30c267 !important;
  6366. }
  6367. .link-info {
  6368. color: #1ba2f6 !important;
  6369. }
  6370. .link-info:hover, .link-info:focus {
  6371. color: #1682c5 !important;
  6372. }
  6373. .link-warning {
  6374. color: #ffc107 !important;
  6375. }
  6376. .link-warning:hover, .link-warning:focus {
  6377. color: #cc9a06 !important;
  6378. }
  6379. .link-danger {
  6380. color: #e44c55 !important;
  6381. }
  6382. .link-danger:hover, .link-danger:focus {
  6383. color: #b63d44 !important;
  6384. }
  6385. .link-light {
  6386. color: #44d9e8 !important;
  6387. }
  6388. .link-light:hover, .link-light:focus {
  6389. color: #36aeba !important;
  6390. }
  6391. .link-dark {
  6392. color: #170229 !important;
  6393. }
  6394. .link-dark:hover, .link-dark:focus {
  6395. color: #120221 !important;
  6396. }
  6397. .ratio {
  6398. position: relative;
  6399. width: 100%;
  6400. }
  6401. .ratio::before {
  6402. display: block;
  6403. padding-top: var(--bs-aspect-ratio);
  6404. content: "";
  6405. }
  6406. .ratio > * {
  6407. position: absolute;
  6408. top: 0;
  6409. left: 0;
  6410. width: 100%;
  6411. height: 100%;
  6412. }
  6413. .ratio-1x1 {
  6414. --bs-aspect-ratio: 100%;
  6415. }
  6416. .ratio-4x3 {
  6417. --bs-aspect-ratio: 75%;
  6418. }
  6419. .ratio-16x9 {
  6420. --bs-aspect-ratio: 56.25%;
  6421. }
  6422. .ratio-21x9 {
  6423. --bs-aspect-ratio: 42.8571428571%;
  6424. }
  6425. .fixed-top {
  6426. position: fixed;
  6427. top: 0;
  6428. right: 0;
  6429. left: 0;
  6430. z-index: 1030;
  6431. }
  6432. .fixed-bottom {
  6433. position: fixed;
  6434. right: 0;
  6435. bottom: 0;
  6436. left: 0;
  6437. z-index: 1030;
  6438. }
  6439. .sticky-top {
  6440. position: -webkit-sticky;
  6441. position: sticky;
  6442. top: 0;
  6443. z-index: 1020;
  6444. }
  6445. .sticky-bottom {
  6446. position: -webkit-sticky;
  6447. position: sticky;
  6448. bottom: 0;
  6449. z-index: 1020;
  6450. }
  6451. @media (min-width: 576px) {
  6452. .sticky-sm-top {
  6453. position: -webkit-sticky;
  6454. position: sticky;
  6455. top: 0;
  6456. z-index: 1020;
  6457. }
  6458. .sticky-sm-bottom {
  6459. position: -webkit-sticky;
  6460. position: sticky;
  6461. bottom: 0;
  6462. z-index: 1020;
  6463. }
  6464. }
  6465. @media (min-width: 768px) {
  6466. .sticky-md-top {
  6467. position: -webkit-sticky;
  6468. position: sticky;
  6469. top: 0;
  6470. z-index: 1020;
  6471. }
  6472. .sticky-md-bottom {
  6473. position: -webkit-sticky;
  6474. position: sticky;
  6475. bottom: 0;
  6476. z-index: 1020;
  6477. }
  6478. }
  6479. @media (min-width: 992px) {
  6480. .sticky-lg-top {
  6481. position: -webkit-sticky;
  6482. position: sticky;
  6483. top: 0;
  6484. z-index: 1020;
  6485. }
  6486. .sticky-lg-bottom {
  6487. position: -webkit-sticky;
  6488. position: sticky;
  6489. bottom: 0;
  6490. z-index: 1020;
  6491. }
  6492. }
  6493. @media (min-width: 1200px) {
  6494. .sticky-xl-top {
  6495. position: -webkit-sticky;
  6496. position: sticky;
  6497. top: 0;
  6498. z-index: 1020;
  6499. }
  6500. .sticky-xl-bottom {
  6501. position: -webkit-sticky;
  6502. position: sticky;
  6503. bottom: 0;
  6504. z-index: 1020;
  6505. }
  6506. }
  6507. @media (min-width: 1400px) {
  6508. .sticky-xxl-top {
  6509. position: -webkit-sticky;
  6510. position: sticky;
  6511. top: 0;
  6512. z-index: 1020;
  6513. }
  6514. .sticky-xxl-bottom {
  6515. position: -webkit-sticky;
  6516. position: sticky;
  6517. bottom: 0;
  6518. z-index: 1020;
  6519. }
  6520. }
  6521. .hstack {
  6522. display: flex;
  6523. flex-direction: row;
  6524. align-items: center;
  6525. align-self: stretch;
  6526. }
  6527. .vstack {
  6528. display: flex;
  6529. flex: 1 1 auto;
  6530. flex-direction: column;
  6531. align-self: stretch;
  6532. }
  6533. .visually-hidden,
  6534. .visually-hidden-focusable:not(:focus):not(:focus-within) {
  6535. position: absolute !important;
  6536. width: 1px !important;
  6537. height: 1px !important;
  6538. padding: 0 !important;
  6539. margin: -1px !important;
  6540. overflow: hidden !important;
  6541. clip: rect(0, 0, 0, 0) !important;
  6542. white-space: nowrap !important;
  6543. border: 0 !important;
  6544. }
  6545. .stretched-link::after {
  6546. position: absolute;
  6547. top: 0;
  6548. right: 0;
  6549. bottom: 0;
  6550. left: 0;
  6551. z-index: 1;
  6552. content: "";
  6553. }
  6554. .text-truncate {
  6555. overflow: hidden;
  6556. text-overflow: ellipsis;
  6557. white-space: nowrap;
  6558. }
  6559. .vr {
  6560. display: inline-block;
  6561. align-self: stretch;
  6562. width: 1px;
  6563. min-height: 1em;
  6564. background-color: currentcolor;
  6565. opacity: 0.25;
  6566. }
  6567. .align-baseline {
  6568. vertical-align: baseline !important;
  6569. }
  6570. .align-top {
  6571. vertical-align: top !important;
  6572. }
  6573. .align-middle {
  6574. vertical-align: middle !important;
  6575. }
  6576. .align-bottom {
  6577. vertical-align: bottom !important;
  6578. }
  6579. .align-text-bottom {
  6580. vertical-align: text-bottom !important;
  6581. }
  6582. .align-text-top {
  6583. vertical-align: text-top !important;
  6584. }
  6585. .float-start {
  6586. float: left !important;
  6587. }
  6588. .float-end {
  6589. float: right !important;
  6590. }
  6591. .float-none {
  6592. float: none !important;
  6593. }
  6594. .opacity-0 {
  6595. opacity: 0 !important;
  6596. }
  6597. .opacity-25 {
  6598. opacity: 0.25 !important;
  6599. }
  6600. .opacity-50 {
  6601. opacity: 0.5 !important;
  6602. }
  6603. .opacity-75 {
  6604. opacity: 0.75 !important;
  6605. }
  6606. .opacity-100 {
  6607. opacity: 1 !important;
  6608. }
  6609. .overflow-auto {
  6610. overflow: auto !important;
  6611. }
  6612. .overflow-hidden {
  6613. overflow: hidden !important;
  6614. }
  6615. .overflow-visible {
  6616. overflow: visible !important;
  6617. }
  6618. .overflow-scroll {
  6619. overflow: scroll !important;
  6620. }
  6621. .d-inline {
  6622. display: inline !important;
  6623. }
  6624. .d-inline-block {
  6625. display: inline-block !important;
  6626. }
  6627. .d-block {
  6628. display: block !important;
  6629. }
  6630. .d-grid {
  6631. display: grid !important;
  6632. }
  6633. .d-table {
  6634. display: table !important;
  6635. }
  6636. .d-table-row {
  6637. display: table-row !important;
  6638. }
  6639. .d-table-cell {
  6640. display: table-cell !important;
  6641. }
  6642. .d-flex {
  6643. display: flex !important;
  6644. }
  6645. .d-inline-flex {
  6646. display: inline-flex !important;
  6647. }
  6648. .d-none {
  6649. display: none !important;
  6650. }
  6651. .shadow {
  6652. box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  6653. }
  6654. .shadow-sm {
  6655. box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  6656. }
  6657. .shadow-lg {
  6658. box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  6659. }
  6660. .shadow-none {
  6661. box-shadow: none !important;
  6662. }
  6663. .position-static {
  6664. position: static !important;
  6665. }
  6666. .position-relative {
  6667. position: relative !important;
  6668. }
  6669. .position-absolute {
  6670. position: absolute !important;
  6671. }
  6672. .position-fixed {
  6673. position: fixed !important;
  6674. }
  6675. .position-sticky {
  6676. position: -webkit-sticky !important;
  6677. position: sticky !important;
  6678. }
  6679. .top-0 {
  6680. top: 0 !important;
  6681. }
  6682. .top-50 {
  6683. top: 50% !important;
  6684. }
  6685. .top-100 {
  6686. top: 100% !important;
  6687. }
  6688. .bottom-0 {
  6689. bottom: 0 !important;
  6690. }
  6691. .bottom-50 {
  6692. bottom: 50% !important;
  6693. }
  6694. .bottom-100 {
  6695. bottom: 100% !important;
  6696. }
  6697. .start-0 {
  6698. left: 0 !important;
  6699. }
  6700. .start-50 {
  6701. left: 50% !important;
  6702. }
  6703. .start-100 {
  6704. left: 100% !important;
  6705. }
  6706. .end-0 {
  6707. right: 0 !important;
  6708. }
  6709. .end-50 {
  6710. right: 50% !important;
  6711. }
  6712. .end-100 {
  6713. right: 100% !important;
  6714. }
  6715. .translate-middle {
  6716. transform: translate(-50%, -50%) !important;
  6717. }
  6718. .translate-middle-x {
  6719. transform: translateX(-50%) !important;
  6720. }
  6721. .translate-middle-y {
  6722. transform: translateY(-50%) !important;
  6723. }
  6724. .border {
  6725. border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  6726. }
  6727. .border-0 {
  6728. border: 0 !important;
  6729. }
  6730. .border-top {
  6731. border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  6732. }
  6733. .border-top-0 {
  6734. border-top: 0 !important;
  6735. }
  6736. .border-end {
  6737. border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  6738. }
  6739. .border-end-0 {
  6740. border-right: 0 !important;
  6741. }
  6742. .border-bottom {
  6743. border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  6744. }
  6745. .border-bottom-0 {
  6746. border-bottom: 0 !important;
  6747. }
  6748. .border-start {
  6749. border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  6750. }
  6751. .border-start-0 {
  6752. border-left: 0 !important;
  6753. }
  6754. .border-primary {
  6755. --bs-border-opacity: 1;
  6756. border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  6757. }
  6758. .border-secondary {
  6759. --bs-border-opacity: 1;
  6760. border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  6761. }
  6762. .border-success {
  6763. --bs-border-opacity: 1;
  6764. border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  6765. }
  6766. .border-info {
  6767. --bs-border-opacity: 1;
  6768. border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  6769. }
  6770. .border-warning {
  6771. --bs-border-opacity: 1;
  6772. border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  6773. }
  6774. .border-danger {
  6775. --bs-border-opacity: 1;
  6776. border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  6777. }
  6778. .border-light {
  6779. --bs-border-opacity: 1;
  6780. border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  6781. }
  6782. .border-dark {
  6783. --bs-border-opacity: 1;
  6784. border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  6785. }
  6786. .border-white {
  6787. --bs-border-opacity: 1;
  6788. border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  6789. }
  6790. .border-1 {
  6791. --bs-border-width: 1px;
  6792. }
  6793. .border-2 {
  6794. --bs-border-width: 2px;
  6795. }
  6796. .border-3 {
  6797. --bs-border-width: 3px;
  6798. }
  6799. .border-4 {
  6800. --bs-border-width: 4px;
  6801. }
  6802. .border-5 {
  6803. --bs-border-width: 5px;
  6804. }
  6805. .border-opacity-10 {
  6806. --bs-border-opacity: 0.1;
  6807. }
  6808. .border-opacity-25 {
  6809. --bs-border-opacity: 0.25;
  6810. }
  6811. .border-opacity-50 {
  6812. --bs-border-opacity: 0.5;
  6813. }
  6814. .border-opacity-75 {
  6815. --bs-border-opacity: 0.75;
  6816. }
  6817. .border-opacity-100 {
  6818. --bs-border-opacity: 1;
  6819. }
  6820. .w-25 {
  6821. width: 25% !important;
  6822. }
  6823. .w-50 {
  6824. width: 50% !important;
  6825. }
  6826. .w-75 {
  6827. width: 75% !important;
  6828. }
  6829. .w-100 {
  6830. width: 100% !important;
  6831. }
  6832. .w-auto {
  6833. width: auto !important;
  6834. }
  6835. .mw-100 {
  6836. max-width: 100% !important;
  6837. }
  6838. .vw-100 {
  6839. width: 100vw !important;
  6840. }
  6841. .min-vw-100 {
  6842. min-width: 100vw !important;
  6843. }
  6844. .h-25 {
  6845. height: 25% !important;
  6846. }
  6847. .h-50 {
  6848. height: 50% !important;
  6849. }
  6850. .h-75 {
  6851. height: 75% !important;
  6852. }
  6853. .h-100 {
  6854. height: 100% !important;
  6855. }
  6856. .h-auto {
  6857. height: auto !important;
  6858. }
  6859. .mh-100 {
  6860. max-height: 100% !important;
  6861. }
  6862. .vh-100 {
  6863. height: 100vh !important;
  6864. }
  6865. .min-vh-100 {
  6866. min-height: 100vh !important;
  6867. }
  6868. .flex-fill {
  6869. flex: 1 1 auto !important;
  6870. }
  6871. .flex-row {
  6872. flex-direction: row !important;
  6873. }
  6874. .flex-column {
  6875. flex-direction: column !important;
  6876. }
  6877. .flex-row-reverse {
  6878. flex-direction: row-reverse !important;
  6879. }
  6880. .flex-column-reverse {
  6881. flex-direction: column-reverse !important;
  6882. }
  6883. .flex-grow-0 {
  6884. flex-grow: 0 !important;
  6885. }
  6886. .flex-grow-1 {
  6887. flex-grow: 1 !important;
  6888. }
  6889. .flex-shrink-0 {
  6890. flex-shrink: 0 !important;
  6891. }
  6892. .flex-shrink-1 {
  6893. flex-shrink: 1 !important;
  6894. }
  6895. .flex-wrap {
  6896. flex-wrap: wrap !important;
  6897. }
  6898. .flex-nowrap {
  6899. flex-wrap: nowrap !important;
  6900. }
  6901. .flex-wrap-reverse {
  6902. flex-wrap: wrap-reverse !important;
  6903. }
  6904. .justify-content-start {
  6905. justify-content: flex-start !important;
  6906. }
  6907. .justify-content-end {
  6908. justify-content: flex-end !important;
  6909. }
  6910. .justify-content-center {
  6911. justify-content: center !important;
  6912. }
  6913. .justify-content-between {
  6914. justify-content: space-between !important;
  6915. }
  6916. .justify-content-around {
  6917. justify-content: space-around !important;
  6918. }
  6919. .justify-content-evenly {
  6920. justify-content: space-evenly !important;
  6921. }
  6922. .align-items-start {
  6923. align-items: flex-start !important;
  6924. }
  6925. .align-items-end {
  6926. align-items: flex-end !important;
  6927. }
  6928. .align-items-center {
  6929. align-items: center !important;
  6930. }
  6931. .align-items-baseline {
  6932. align-items: baseline !important;
  6933. }
  6934. .align-items-stretch {
  6935. align-items: stretch !important;
  6936. }
  6937. .align-content-start {
  6938. align-content: flex-start !important;
  6939. }
  6940. .align-content-end {
  6941. align-content: flex-end !important;
  6942. }
  6943. .align-content-center {
  6944. align-content: center !important;
  6945. }
  6946. .align-content-between {
  6947. align-content: space-between !important;
  6948. }
  6949. .align-content-around {
  6950. align-content: space-around !important;
  6951. }
  6952. .align-content-stretch {
  6953. align-content: stretch !important;
  6954. }
  6955. .align-self-auto {
  6956. align-self: auto !important;
  6957. }
  6958. .align-self-start {
  6959. align-self: flex-start !important;
  6960. }
  6961. .align-self-end {
  6962. align-self: flex-end !important;
  6963. }
  6964. .align-self-center {
  6965. align-self: center !important;
  6966. }
  6967. .align-self-baseline {
  6968. align-self: baseline !important;
  6969. }
  6970. .align-self-stretch {
  6971. align-self: stretch !important;
  6972. }
  6973. .order-first {
  6974. order: -1 !important;
  6975. }
  6976. .order-0 {
  6977. order: 0 !important;
  6978. }
  6979. .order-1 {
  6980. order: 1 !important;
  6981. }
  6982. .order-2 {
  6983. order: 2 !important;
  6984. }
  6985. .order-3 {
  6986. order: 3 !important;
  6987. }
  6988. .order-4 {
  6989. order: 4 !important;
  6990. }
  6991. .order-5 {
  6992. order: 5 !important;
  6993. }
  6994. .order-last {
  6995. order: 6 !important;
  6996. }
  6997. .m-0 {
  6998. margin: 0 !important;
  6999. }
  7000. .m-1 {
  7001. margin: 0.25rem !important;
  7002. }
  7003. .m-2 {
  7004. margin: 0.5rem !important;
  7005. }
  7006. .m-3 {
  7007. margin: 1rem !important;
  7008. }
  7009. .m-4 {
  7010. margin: 1.5rem !important;
  7011. }
  7012. .m-5 {
  7013. margin: 3rem !important;
  7014. }
  7015. .m-auto {
  7016. margin: auto !important;
  7017. }
  7018. .mx-0 {
  7019. margin-right: 0 !important;
  7020. margin-left: 0 !important;
  7021. }
  7022. .mx-1 {
  7023. margin-right: 0.25rem !important;
  7024. margin-left: 0.25rem !important;
  7025. }
  7026. .mx-2 {
  7027. margin-right: 0.5rem !important;
  7028. margin-left: 0.5rem !important;
  7029. }
  7030. .mx-3 {
  7031. margin-right: 1rem !important;
  7032. margin-left: 1rem !important;
  7033. }
  7034. .mx-4 {
  7035. margin-right: 1.5rem !important;
  7036. margin-left: 1.5rem !important;
  7037. }
  7038. .mx-5 {
  7039. margin-right: 3rem !important;
  7040. margin-left: 3rem !important;
  7041. }
  7042. .mx-auto {
  7043. margin-right: auto !important;
  7044. margin-left: auto !important;
  7045. }
  7046. .my-0 {
  7047. margin-top: 0 !important;
  7048. margin-bottom: 0 !important;
  7049. }
  7050. .my-1 {
  7051. margin-top: 0.25rem !important;
  7052. margin-bottom: 0.25rem !important;
  7053. }
  7054. .my-2 {
  7055. margin-top: 0.5rem !important;
  7056. margin-bottom: 0.5rem !important;
  7057. }
  7058. .my-3 {
  7059. margin-top: 1rem !important;
  7060. margin-bottom: 1rem !important;
  7061. }
  7062. .my-4 {
  7063. margin-top: 1.5rem !important;
  7064. margin-bottom: 1.5rem !important;
  7065. }
  7066. .my-5 {
  7067. margin-top: 3rem !important;
  7068. margin-bottom: 3rem !important;
  7069. }
  7070. .my-auto {
  7071. margin-top: auto !important;
  7072. margin-bottom: auto !important;
  7073. }
  7074. .mt-0 {
  7075. margin-top: 0 !important;
  7076. }
  7077. .mt-1 {
  7078. margin-top: 0.25rem !important;
  7079. }
  7080. .mt-2 {
  7081. margin-top: 0.5rem !important;
  7082. }
  7083. .mt-3 {
  7084. margin-top: 1rem !important;
  7085. }
  7086. .mt-4 {
  7087. margin-top: 1.5rem !important;
  7088. }
  7089. .mt-5 {
  7090. margin-top: 3rem !important;
  7091. }
  7092. .mt-auto {
  7093. margin-top: auto !important;
  7094. }
  7095. .me-0 {
  7096. margin-right: 0 !important;
  7097. }
  7098. .me-1 {
  7099. margin-right: 0.25rem !important;
  7100. }
  7101. .me-2 {
  7102. margin-right: 0.5rem !important;
  7103. }
  7104. .me-3 {
  7105. margin-right: 1rem !important;
  7106. }
  7107. .me-4 {
  7108. margin-right: 1.5rem !important;
  7109. }
  7110. .me-5 {
  7111. margin-right: 3rem !important;
  7112. }
  7113. .me-auto {
  7114. margin-right: auto !important;
  7115. }
  7116. .mb-0 {
  7117. margin-bottom: 0 !important;
  7118. }
  7119. .mb-1 {
  7120. margin-bottom: 0.25rem !important;
  7121. }
  7122. .mb-2 {
  7123. margin-bottom: 0.5rem !important;
  7124. }
  7125. .mb-3 {
  7126. margin-bottom: 1rem !important;
  7127. }
  7128. .mb-4 {
  7129. margin-bottom: 1.5rem !important;
  7130. }
  7131. .mb-5 {
  7132. margin-bottom: 3rem !important;
  7133. }
  7134. .mb-auto {
  7135. margin-bottom: auto !important;
  7136. }
  7137. .ms-0 {
  7138. margin-left: 0 !important;
  7139. }
  7140. .ms-1 {
  7141. margin-left: 0.25rem !important;
  7142. }
  7143. .ms-2 {
  7144. margin-left: 0.5rem !important;
  7145. }
  7146. .ms-3 {
  7147. margin-left: 1rem !important;
  7148. }
  7149. .ms-4 {
  7150. margin-left: 1.5rem !important;
  7151. }
  7152. .ms-5 {
  7153. margin-left: 3rem !important;
  7154. }
  7155. .ms-auto {
  7156. margin-left: auto !important;
  7157. }
  7158. .p-0 {
  7159. padding: 0 !important;
  7160. }
  7161. .p-1 {
  7162. padding: 0.25rem !important;
  7163. }
  7164. .p-2 {
  7165. padding: 0.5rem !important;
  7166. }
  7167. .p-3 {
  7168. padding: 1rem !important;
  7169. }
  7170. .p-4 {
  7171. padding: 1.5rem !important;
  7172. }
  7173. .p-5 {
  7174. padding: 3rem !important;
  7175. }
  7176. .px-0 {
  7177. padding-right: 0 !important;
  7178. padding-left: 0 !important;
  7179. }
  7180. .px-1 {
  7181. padding-right: 0.25rem !important;
  7182. padding-left: 0.25rem !important;
  7183. }
  7184. .px-2 {
  7185. padding-right: 0.5rem !important;
  7186. padding-left: 0.5rem !important;
  7187. }
  7188. .px-3 {
  7189. padding-right: 1rem !important;
  7190. padding-left: 1rem !important;
  7191. }
  7192. .px-4 {
  7193. padding-right: 1.5rem !important;
  7194. padding-left: 1.5rem !important;
  7195. }
  7196. .px-5 {
  7197. padding-right: 3rem !important;
  7198. padding-left: 3rem !important;
  7199. }
  7200. .py-0 {
  7201. padding-top: 0 !important;
  7202. padding-bottom: 0 !important;
  7203. }
  7204. .py-1 {
  7205. padding-top: 0.25rem !important;
  7206. padding-bottom: 0.25rem !important;
  7207. }
  7208. .py-2 {
  7209. padding-top: 0.5rem !important;
  7210. padding-bottom: 0.5rem !important;
  7211. }
  7212. .py-3 {
  7213. padding-top: 1rem !important;
  7214. padding-bottom: 1rem !important;
  7215. }
  7216. .py-4 {
  7217. padding-top: 1.5rem !important;
  7218. padding-bottom: 1.5rem !important;
  7219. }
  7220. .py-5 {
  7221. padding-top: 3rem !important;
  7222. padding-bottom: 3rem !important;
  7223. }
  7224. .pt-0 {
  7225. padding-top: 0 !important;
  7226. }
  7227. .pt-1 {
  7228. padding-top: 0.25rem !important;
  7229. }
  7230. .pt-2 {
  7231. padding-top: 0.5rem !important;
  7232. }
  7233. .pt-3 {
  7234. padding-top: 1rem !important;
  7235. }
  7236. .pt-4 {
  7237. padding-top: 1.5rem !important;
  7238. }
  7239. .pt-5 {
  7240. padding-top: 3rem !important;
  7241. }
  7242. .pe-0 {
  7243. padding-right: 0 !important;
  7244. }
  7245. .pe-1 {
  7246. padding-right: 0.25rem !important;
  7247. }
  7248. .pe-2 {
  7249. padding-right: 0.5rem !important;
  7250. }
  7251. .pe-3 {
  7252. padding-right: 1rem !important;
  7253. }
  7254. .pe-4 {
  7255. padding-right: 1.5rem !important;
  7256. }
  7257. .pe-5 {
  7258. padding-right: 3rem !important;
  7259. }
  7260. .pb-0 {
  7261. padding-bottom: 0 !important;
  7262. }
  7263. .pb-1 {
  7264. padding-bottom: 0.25rem !important;
  7265. }
  7266. .pb-2 {
  7267. padding-bottom: 0.5rem !important;
  7268. }
  7269. .pb-3 {
  7270. padding-bottom: 1rem !important;
  7271. }
  7272. .pb-4 {
  7273. padding-bottom: 1.5rem !important;
  7274. }
  7275. .pb-5 {
  7276. padding-bottom: 3rem !important;
  7277. }
  7278. .ps-0 {
  7279. padding-left: 0 !important;
  7280. }
  7281. .ps-1 {
  7282. padding-left: 0.25rem !important;
  7283. }
  7284. .ps-2 {
  7285. padding-left: 0.5rem !important;
  7286. }
  7287. .ps-3 {
  7288. padding-left: 1rem !important;
  7289. }
  7290. .ps-4 {
  7291. padding-left: 1.5rem !important;
  7292. }
  7293. .ps-5 {
  7294. padding-left: 3rem !important;
  7295. }
  7296. .gap-0 {
  7297. gap: 0 !important;
  7298. }
  7299. .gap-1 {
  7300. gap: 0.25rem !important;
  7301. }
  7302. .gap-2 {
  7303. gap: 0.5rem !important;
  7304. }
  7305. .gap-3 {
  7306. gap: 1rem !important;
  7307. }
  7308. .gap-4 {
  7309. gap: 1.5rem !important;
  7310. }
  7311. .gap-5 {
  7312. gap: 3rem !important;
  7313. }
  7314. .font-monospace {
  7315. font-family: var(--bs-font-monospace) !important;
  7316. }
  7317. .fs-1 {
  7318. font-size: calc(1.375rem + 1.5vw) !important;
  7319. }
  7320. .fs-2 {
  7321. font-size: calc(1.325rem + 0.9vw) !important;
  7322. }
  7323. .fs-3 {
  7324. font-size: calc(1.3rem + 0.6vw) !important;
  7325. }
  7326. .fs-4 {
  7327. font-size: calc(1.275rem + 0.3vw) !important;
  7328. }
  7329. .fs-5 {
  7330. font-size: 1.25rem !important;
  7331. }
  7332. .fs-6 {
  7333. font-size: 1rem !important;
  7334. }
  7335. .fst-italic {
  7336. font-style: italic !important;
  7337. }
  7338. .fst-normal {
  7339. font-style: normal !important;
  7340. }
  7341. .fw-light {
  7342. font-weight: 300 !important;
  7343. }
  7344. .fw-lighter {
  7345. font-weight: lighter !important;
  7346. }
  7347. .fw-normal {
  7348. font-weight: 400 !important;
  7349. }
  7350. .fw-bold {
  7351. font-weight: 700 !important;
  7352. }
  7353. .fw-semibold {
  7354. font-weight: 600 !important;
  7355. }
  7356. .fw-bolder {
  7357. font-weight: bolder !important;
  7358. }
  7359. .lh-1 {
  7360. line-height: 1 !important;
  7361. }
  7362. .lh-sm {
  7363. line-height: 1.25 !important;
  7364. }
  7365. .lh-base {
  7366. line-height: 1.5 !important;
  7367. }
  7368. .lh-lg {
  7369. line-height: 2 !important;
  7370. }
  7371. .text-start {
  7372. text-align: left !important;
  7373. }
  7374. .text-end {
  7375. text-align: right !important;
  7376. }
  7377. .text-center {
  7378. text-align: center !important;
  7379. }
  7380. .text-decoration-none {
  7381. text-decoration: none !important;
  7382. }
  7383. .text-decoration-underline {
  7384. text-decoration: underline !important;
  7385. }
  7386. .text-decoration-line-through {
  7387. text-decoration: line-through !important;
  7388. }
  7389. .text-lowercase {
  7390. text-transform: lowercase !important;
  7391. }
  7392. .text-uppercase {
  7393. text-transform: uppercase !important;
  7394. }
  7395. .text-capitalize {
  7396. text-transform: capitalize !important;
  7397. }
  7398. .text-wrap {
  7399. white-space: normal !important;
  7400. }
  7401. .text-nowrap {
  7402. white-space: nowrap !important;
  7403. }
  7404. /* rtl:begin:remove */
  7405. .text-break {
  7406. word-wrap: break-word !important;
  7407. word-break: break-word !important;
  7408. }
  7409. /* rtl:end:remove */
  7410. .text-primary {
  7411. --bs-text-opacity: 1;
  7412. color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
  7413. }
  7414. .text-secondary {
  7415. --bs-text-opacity: 1;
  7416. color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
  7417. }
  7418. .text-success {
  7419. --bs-text-opacity: 1;
  7420. color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
  7421. }
  7422. .text-info {
  7423. --bs-text-opacity: 1;
  7424. color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
  7425. }
  7426. .text-warning {
  7427. --bs-text-opacity: 1;
  7428. color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
  7429. }
  7430. .text-danger {
  7431. --bs-text-opacity: 1;
  7432. color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  7433. }
  7434. .text-light {
  7435. --bs-text-opacity: 1;
  7436. color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
  7437. }
  7438. .text-dark {
  7439. --bs-text-opacity: 1;
  7440. color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  7441. }
  7442. .text-black {
  7443. --bs-text-opacity: 1;
  7444. color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
  7445. }
  7446. .text-white {
  7447. --bs-text-opacity: 1;
  7448. color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
  7449. }
  7450. .text-body {
  7451. --bs-text-opacity: 1;
  7452. color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
  7453. }
  7454. .text-muted {
  7455. --bs-text-opacity: 1;
  7456. color: rgba(50, 251, 226, 0.3) !important;
  7457. }
  7458. .text-black-50 {
  7459. --bs-text-opacity: 1;
  7460. color: rgba(0, 0, 0, 0.5) !important;
  7461. }
  7462. .text-white-50 {
  7463. --bs-text-opacity: 1;
  7464. color: rgba(255, 255, 255, 0.5) !important;
  7465. }
  7466. .text-reset {
  7467. --bs-text-opacity: 1;
  7468. color: inherit !important;
  7469. }
  7470. .text-opacity-25 {
  7471. --bs-text-opacity: 0.25;
  7472. }
  7473. .text-opacity-50 {
  7474. --bs-text-opacity: 0.5;
  7475. }
  7476. .text-opacity-75 {
  7477. --bs-text-opacity: 0.75;
  7478. }
  7479. .text-opacity-100 {
  7480. --bs-text-opacity: 1;
  7481. }
  7482. .bg-primary {
  7483. --bs-bg-opacity: 1;
  7484. background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  7485. }
  7486. .bg-secondary {
  7487. --bs-bg-opacity: 1;
  7488. background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  7489. }
  7490. .bg-success {
  7491. --bs-bg-opacity: 1;
  7492. background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  7493. }
  7494. .bg-info {
  7495. --bs-bg-opacity: 1;
  7496. background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  7497. }
  7498. .bg-warning {
  7499. --bs-bg-opacity: 1;
  7500. background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  7501. }
  7502. .bg-danger {
  7503. --bs-bg-opacity: 1;
  7504. background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  7505. }
  7506. .bg-light {
  7507. --bs-bg-opacity: 1;
  7508. background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  7509. }
  7510. .bg-dark {
  7511. --bs-bg-opacity: 1;
  7512. background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  7513. }
  7514. .bg-black {
  7515. --bs-bg-opacity: 1;
  7516. background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  7517. }
  7518. .bg-white {
  7519. --bs-bg-opacity: 1;
  7520. background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  7521. }
  7522. .bg-body {
  7523. --bs-bg-opacity: 1;
  7524. background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  7525. }
  7526. .bg-transparent {
  7527. --bs-bg-opacity: 1;
  7528. background-color: transparent !important;
  7529. }
  7530. .bg-opacity-10 {
  7531. --bs-bg-opacity: 0.1;
  7532. }
  7533. .bg-opacity-25 {
  7534. --bs-bg-opacity: 0.25;
  7535. }
  7536. .bg-opacity-50 {
  7537. --bs-bg-opacity: 0.5;
  7538. }
  7539. .bg-opacity-75 {
  7540. --bs-bg-opacity: 0.75;
  7541. }
  7542. .bg-opacity-100 {
  7543. --bs-bg-opacity: 1;
  7544. }
  7545. .bg-gradient {
  7546. background-image: var(--bs-gradient) !important;
  7547. }
  7548. .user-select-all {
  7549. -webkit-user-select: all !important;
  7550. -moz-user-select: all !important;
  7551. user-select: all !important;
  7552. }
  7553. .user-select-auto {
  7554. -webkit-user-select: auto !important;
  7555. -moz-user-select: auto !important;
  7556. user-select: auto !important;
  7557. }
  7558. .user-select-none {
  7559. -webkit-user-select: none !important;
  7560. -moz-user-select: none !important;
  7561. user-select: none !important;
  7562. }
  7563. .pe-none {
  7564. pointer-events: none !important;
  7565. }
  7566. .pe-auto {
  7567. pointer-events: auto !important;
  7568. }
  7569. .rounded {
  7570. border-radius: var(--bs-border-radius) !important;
  7571. }
  7572. .rounded-0 {
  7573. border-radius: 0 !important;
  7574. }
  7575. .rounded-1 {
  7576. border-radius: var(--bs-border-radius-sm) !important;
  7577. }
  7578. .rounded-2 {
  7579. border-radius: var(--bs-border-radius) !important;
  7580. }
  7581. .rounded-3 {
  7582. border-radius: var(--bs-border-radius-lg) !important;
  7583. }
  7584. .rounded-4 {
  7585. border-radius: var(--bs-border-radius-xl) !important;
  7586. }
  7587. .rounded-5 {
  7588. border-radius: var(--bs-border-radius-2xl) !important;
  7589. }
  7590. .rounded-circle {
  7591. border-radius: 50% !important;
  7592. }
  7593. .rounded-pill {
  7594. border-radius: var(--bs-border-radius-pill) !important;
  7595. }
  7596. .rounded-top {
  7597. border-top-left-radius: var(--bs-border-radius) !important;
  7598. border-top-right-radius: var(--bs-border-radius) !important;
  7599. }
  7600. .rounded-end {
  7601. border-top-right-radius: var(--bs-border-radius) !important;
  7602. border-bottom-right-radius: var(--bs-border-radius) !important;
  7603. }
  7604. .rounded-bottom {
  7605. border-bottom-right-radius: var(--bs-border-radius) !important;
  7606. border-bottom-left-radius: var(--bs-border-radius) !important;
  7607. }
  7608. .rounded-start {
  7609. border-bottom-left-radius: var(--bs-border-radius) !important;
  7610. border-top-left-radius: var(--bs-border-radius) !important;
  7611. }
  7612. .visible {
  7613. visibility: visible !important;
  7614. }
  7615. .invisible {
  7616. visibility: hidden !important;
  7617. }
  7618. @media (min-width: 576px) {
  7619. .float-sm-start {
  7620. float: left !important;
  7621. }
  7622. .float-sm-end {
  7623. float: right !important;
  7624. }
  7625. .float-sm-none {
  7626. float: none !important;
  7627. }
  7628. .d-sm-inline {
  7629. display: inline !important;
  7630. }
  7631. .d-sm-inline-block {
  7632. display: inline-block !important;
  7633. }
  7634. .d-sm-block {
  7635. display: block !important;
  7636. }
  7637. .d-sm-grid {
  7638. display: grid !important;
  7639. }
  7640. .d-sm-table {
  7641. display: table !important;
  7642. }
  7643. .d-sm-table-row {
  7644. display: table-row !important;
  7645. }
  7646. .d-sm-table-cell {
  7647. display: table-cell !important;
  7648. }
  7649. .d-sm-flex {
  7650. display: flex !important;
  7651. }
  7652. .d-sm-inline-flex {
  7653. display: inline-flex !important;
  7654. }
  7655. .d-sm-none {
  7656. display: none !important;
  7657. }
  7658. .flex-sm-fill {
  7659. flex: 1 1 auto !important;
  7660. }
  7661. .flex-sm-row {
  7662. flex-direction: row !important;
  7663. }
  7664. .flex-sm-column {
  7665. flex-direction: column !important;
  7666. }
  7667. .flex-sm-row-reverse {
  7668. flex-direction: row-reverse !important;
  7669. }
  7670. .flex-sm-column-reverse {
  7671. flex-direction: column-reverse !important;
  7672. }
  7673. .flex-sm-grow-0 {
  7674. flex-grow: 0 !important;
  7675. }
  7676. .flex-sm-grow-1 {
  7677. flex-grow: 1 !important;
  7678. }
  7679. .flex-sm-shrink-0 {
  7680. flex-shrink: 0 !important;
  7681. }
  7682. .flex-sm-shrink-1 {
  7683. flex-shrink: 1 !important;
  7684. }
  7685. .flex-sm-wrap {
  7686. flex-wrap: wrap !important;
  7687. }
  7688. .flex-sm-nowrap {
  7689. flex-wrap: nowrap !important;
  7690. }
  7691. .flex-sm-wrap-reverse {
  7692. flex-wrap: wrap-reverse !important;
  7693. }
  7694. .justify-content-sm-start {
  7695. justify-content: flex-start !important;
  7696. }
  7697. .justify-content-sm-end {
  7698. justify-content: flex-end !important;
  7699. }
  7700. .justify-content-sm-center {
  7701. justify-content: center !important;
  7702. }
  7703. .justify-content-sm-between {
  7704. justify-content: space-between !important;
  7705. }
  7706. .justify-content-sm-around {
  7707. justify-content: space-around !important;
  7708. }
  7709. .justify-content-sm-evenly {
  7710. justify-content: space-evenly !important;
  7711. }
  7712. .align-items-sm-start {
  7713. align-items: flex-start !important;
  7714. }
  7715. .align-items-sm-end {
  7716. align-items: flex-end !important;
  7717. }
  7718. .align-items-sm-center {
  7719. align-items: center !important;
  7720. }
  7721. .align-items-sm-baseline {
  7722. align-items: baseline !important;
  7723. }
  7724. .align-items-sm-stretch {
  7725. align-items: stretch !important;
  7726. }
  7727. .align-content-sm-start {
  7728. align-content: flex-start !important;
  7729. }
  7730. .align-content-sm-end {
  7731. align-content: flex-end !important;
  7732. }
  7733. .align-content-sm-center {
  7734. align-content: center !important;
  7735. }
  7736. .align-content-sm-between {
  7737. align-content: space-between !important;
  7738. }
  7739. .align-content-sm-around {
  7740. align-content: space-around !important;
  7741. }
  7742. .align-content-sm-stretch {
  7743. align-content: stretch !important;
  7744. }
  7745. .align-self-sm-auto {
  7746. align-self: auto !important;
  7747. }
  7748. .align-self-sm-start {
  7749. align-self: flex-start !important;
  7750. }
  7751. .align-self-sm-end {
  7752. align-self: flex-end !important;
  7753. }
  7754. .align-self-sm-center {
  7755. align-self: center !important;
  7756. }
  7757. .align-self-sm-baseline {
  7758. align-self: baseline !important;
  7759. }
  7760. .align-self-sm-stretch {
  7761. align-self: stretch !important;
  7762. }
  7763. .order-sm-first {
  7764. order: -1 !important;
  7765. }
  7766. .order-sm-0 {
  7767. order: 0 !important;
  7768. }
  7769. .order-sm-1 {
  7770. order: 1 !important;
  7771. }
  7772. .order-sm-2 {
  7773. order: 2 !important;
  7774. }
  7775. .order-sm-3 {
  7776. order: 3 !important;
  7777. }
  7778. .order-sm-4 {
  7779. order: 4 !important;
  7780. }
  7781. .order-sm-5 {
  7782. order: 5 !important;
  7783. }
  7784. .order-sm-last {
  7785. order: 6 !important;
  7786. }
  7787. .m-sm-0 {
  7788. margin: 0 !important;
  7789. }
  7790. .m-sm-1 {
  7791. margin: 0.25rem !important;
  7792. }
  7793. .m-sm-2 {
  7794. margin: 0.5rem !important;
  7795. }
  7796. .m-sm-3 {
  7797. margin: 1rem !important;
  7798. }
  7799. .m-sm-4 {
  7800. margin: 1.5rem !important;
  7801. }
  7802. .m-sm-5 {
  7803. margin: 3rem !important;
  7804. }
  7805. .m-sm-auto {
  7806. margin: auto !important;
  7807. }
  7808. .mx-sm-0 {
  7809. margin-right: 0 !important;
  7810. margin-left: 0 !important;
  7811. }
  7812. .mx-sm-1 {
  7813. margin-right: 0.25rem !important;
  7814. margin-left: 0.25rem !important;
  7815. }
  7816. .mx-sm-2 {
  7817. margin-right: 0.5rem !important;
  7818. margin-left: 0.5rem !important;
  7819. }
  7820. .mx-sm-3 {
  7821. margin-right: 1rem !important;
  7822. margin-left: 1rem !important;
  7823. }
  7824. .mx-sm-4 {
  7825. margin-right: 1.5rem !important;
  7826. margin-left: 1.5rem !important;
  7827. }
  7828. .mx-sm-5 {
  7829. margin-right: 3rem !important;
  7830. margin-left: 3rem !important;
  7831. }
  7832. .mx-sm-auto {
  7833. margin-right: auto !important;
  7834. margin-left: auto !important;
  7835. }
  7836. .my-sm-0 {
  7837. margin-top: 0 !important;
  7838. margin-bottom: 0 !important;
  7839. }
  7840. .my-sm-1 {
  7841. margin-top: 0.25rem !important;
  7842. margin-bottom: 0.25rem !important;
  7843. }
  7844. .my-sm-2 {
  7845. margin-top: 0.5rem !important;
  7846. margin-bottom: 0.5rem !important;
  7847. }
  7848. .my-sm-3 {
  7849. margin-top: 1rem !important;
  7850. margin-bottom: 1rem !important;
  7851. }
  7852. .my-sm-4 {
  7853. margin-top: 1.5rem !important;
  7854. margin-bottom: 1.5rem !important;
  7855. }
  7856. .my-sm-5 {
  7857. margin-top: 3rem !important;
  7858. margin-bottom: 3rem !important;
  7859. }
  7860. .my-sm-auto {
  7861. margin-top: auto !important;
  7862. margin-bottom: auto !important;
  7863. }
  7864. .mt-sm-0 {
  7865. margin-top: 0 !important;
  7866. }
  7867. .mt-sm-1 {
  7868. margin-top: 0.25rem !important;
  7869. }
  7870. .mt-sm-2 {
  7871. margin-top: 0.5rem !important;
  7872. }
  7873. .mt-sm-3 {
  7874. margin-top: 1rem !important;
  7875. }
  7876. .mt-sm-4 {
  7877. margin-top: 1.5rem !important;
  7878. }
  7879. .mt-sm-5 {
  7880. margin-top: 3rem !important;
  7881. }
  7882. .mt-sm-auto {
  7883. margin-top: auto !important;
  7884. }
  7885. .me-sm-0 {
  7886. margin-right: 0 !important;
  7887. }
  7888. .me-sm-1 {
  7889. margin-right: 0.25rem !important;
  7890. }
  7891. .me-sm-2 {
  7892. margin-right: 0.5rem !important;
  7893. }
  7894. .me-sm-3 {
  7895. margin-right: 1rem !important;
  7896. }
  7897. .me-sm-4 {
  7898. margin-right: 1.5rem !important;
  7899. }
  7900. .me-sm-5 {
  7901. margin-right: 3rem !important;
  7902. }
  7903. .me-sm-auto {
  7904. margin-right: auto !important;
  7905. }
  7906. .mb-sm-0 {
  7907. margin-bottom: 0 !important;
  7908. }
  7909. .mb-sm-1 {
  7910. margin-bottom: 0.25rem !important;
  7911. }
  7912. .mb-sm-2 {
  7913. margin-bottom: 0.5rem !important;
  7914. }
  7915. .mb-sm-3 {
  7916. margin-bottom: 1rem !important;
  7917. }
  7918. .mb-sm-4 {
  7919. margin-bottom: 1.5rem !important;
  7920. }
  7921. .mb-sm-5 {
  7922. margin-bottom: 3rem !important;
  7923. }
  7924. .mb-sm-auto {
  7925. margin-bottom: auto !important;
  7926. }
  7927. .ms-sm-0 {
  7928. margin-left: 0 !important;
  7929. }
  7930. .ms-sm-1 {
  7931. margin-left: 0.25rem !important;
  7932. }
  7933. .ms-sm-2 {
  7934. margin-left: 0.5rem !important;
  7935. }
  7936. .ms-sm-3 {
  7937. margin-left: 1rem !important;
  7938. }
  7939. .ms-sm-4 {
  7940. margin-left: 1.5rem !important;
  7941. }
  7942. .ms-sm-5 {
  7943. margin-left: 3rem !important;
  7944. }
  7945. .ms-sm-auto {
  7946. margin-left: auto !important;
  7947. }
  7948. .p-sm-0 {
  7949. padding: 0 !important;
  7950. }
  7951. .p-sm-1 {
  7952. padding: 0.25rem !important;
  7953. }
  7954. .p-sm-2 {
  7955. padding: 0.5rem !important;
  7956. }
  7957. .p-sm-3 {
  7958. padding: 1rem !important;
  7959. }
  7960. .p-sm-4 {
  7961. padding: 1.5rem !important;
  7962. }
  7963. .p-sm-5 {
  7964. padding: 3rem !important;
  7965. }
  7966. .px-sm-0 {
  7967. padding-right: 0 !important;
  7968. padding-left: 0 !important;
  7969. }
  7970. .px-sm-1 {
  7971. padding-right: 0.25rem !important;
  7972. padding-left: 0.25rem !important;
  7973. }
  7974. .px-sm-2 {
  7975. padding-right: 0.5rem !important;
  7976. padding-left: 0.5rem !important;
  7977. }
  7978. .px-sm-3 {
  7979. padding-right: 1rem !important;
  7980. padding-left: 1rem !important;
  7981. }
  7982. .px-sm-4 {
  7983. padding-right: 1.5rem !important;
  7984. padding-left: 1.5rem !important;
  7985. }
  7986. .px-sm-5 {
  7987. padding-right: 3rem !important;
  7988. padding-left: 3rem !important;
  7989. }
  7990. .py-sm-0 {
  7991. padding-top: 0 !important;
  7992. padding-bottom: 0 !important;
  7993. }
  7994. .py-sm-1 {
  7995. padding-top: 0.25rem !important;
  7996. padding-bottom: 0.25rem !important;
  7997. }
  7998. .py-sm-2 {
  7999. padding-top: 0.5rem !important;
  8000. padding-bottom: 0.5rem !important;
  8001. }
  8002. .py-sm-3 {
  8003. padding-top: 1rem !important;
  8004. padding-bottom: 1rem !important;
  8005. }
  8006. .py-sm-4 {
  8007. padding-top: 1.5rem !important;
  8008. padding-bottom: 1.5rem !important;
  8009. }
  8010. .py-sm-5 {
  8011. padding-top: 3rem !important;
  8012. padding-bottom: 3rem !important;
  8013. }
  8014. .pt-sm-0 {
  8015. padding-top: 0 !important;
  8016. }
  8017. .pt-sm-1 {
  8018. padding-top: 0.25rem !important;
  8019. }
  8020. .pt-sm-2 {
  8021. padding-top: 0.5rem !important;
  8022. }
  8023. .pt-sm-3 {
  8024. padding-top: 1rem !important;
  8025. }
  8026. .pt-sm-4 {
  8027. padding-top: 1.5rem !important;
  8028. }
  8029. .pt-sm-5 {
  8030. padding-top: 3rem !important;
  8031. }
  8032. .pe-sm-0 {
  8033. padding-right: 0 !important;
  8034. }
  8035. .pe-sm-1 {
  8036. padding-right: 0.25rem !important;
  8037. }
  8038. .pe-sm-2 {
  8039. padding-right: 0.5rem !important;
  8040. }
  8041. .pe-sm-3 {
  8042. padding-right: 1rem !important;
  8043. }
  8044. .pe-sm-4 {
  8045. padding-right: 1.5rem !important;
  8046. }
  8047. .pe-sm-5 {
  8048. padding-right: 3rem !important;
  8049. }
  8050. .pb-sm-0 {
  8051. padding-bottom: 0 !important;
  8052. }
  8053. .pb-sm-1 {
  8054. padding-bottom: 0.25rem !important;
  8055. }
  8056. .pb-sm-2 {
  8057. padding-bottom: 0.5rem !important;
  8058. }
  8059. .pb-sm-3 {
  8060. padding-bottom: 1rem !important;
  8061. }
  8062. .pb-sm-4 {
  8063. padding-bottom: 1.5rem !important;
  8064. }
  8065. .pb-sm-5 {
  8066. padding-bottom: 3rem !important;
  8067. }
  8068. .ps-sm-0 {
  8069. padding-left: 0 !important;
  8070. }
  8071. .ps-sm-1 {
  8072. padding-left: 0.25rem !important;
  8073. }
  8074. .ps-sm-2 {
  8075. padding-left: 0.5rem !important;
  8076. }
  8077. .ps-sm-3 {
  8078. padding-left: 1rem !important;
  8079. }
  8080. .ps-sm-4 {
  8081. padding-left: 1.5rem !important;
  8082. }
  8083. .ps-sm-5 {
  8084. padding-left: 3rem !important;
  8085. }
  8086. .gap-sm-0 {
  8087. gap: 0 !important;
  8088. }
  8089. .gap-sm-1 {
  8090. gap: 0.25rem !important;
  8091. }
  8092. .gap-sm-2 {
  8093. gap: 0.5rem !important;
  8094. }
  8095. .gap-sm-3 {
  8096. gap: 1rem !important;
  8097. }
  8098. .gap-sm-4 {
  8099. gap: 1.5rem !important;
  8100. }
  8101. .gap-sm-5 {
  8102. gap: 3rem !important;
  8103. }
  8104. .text-sm-start {
  8105. text-align: left !important;
  8106. }
  8107. .text-sm-end {
  8108. text-align: right !important;
  8109. }
  8110. .text-sm-center {
  8111. text-align: center !important;
  8112. }
  8113. }
  8114. @media (min-width: 768px) {
  8115. .float-md-start {
  8116. float: left !important;
  8117. }
  8118. .float-md-end {
  8119. float: right !important;
  8120. }
  8121. .float-md-none {
  8122. float: none !important;
  8123. }
  8124. .d-md-inline {
  8125. display: inline !important;
  8126. }
  8127. .d-md-inline-block {
  8128. display: inline-block !important;
  8129. }
  8130. .d-md-block {
  8131. display: block !important;
  8132. }
  8133. .d-md-grid {
  8134. display: grid !important;
  8135. }
  8136. .d-md-table {
  8137. display: table !important;
  8138. }
  8139. .d-md-table-row {
  8140. display: table-row !important;
  8141. }
  8142. .d-md-table-cell {
  8143. display: table-cell !important;
  8144. }
  8145. .d-md-flex {
  8146. display: flex !important;
  8147. }
  8148. .d-md-inline-flex {
  8149. display: inline-flex !important;
  8150. }
  8151. .d-md-none {
  8152. display: none !important;
  8153. }
  8154. .flex-md-fill {
  8155. flex: 1 1 auto !important;
  8156. }
  8157. .flex-md-row {
  8158. flex-direction: row !important;
  8159. }
  8160. .flex-md-column {
  8161. flex-direction: column !important;
  8162. }
  8163. .flex-md-row-reverse {
  8164. flex-direction: row-reverse !important;
  8165. }
  8166. .flex-md-column-reverse {
  8167. flex-direction: column-reverse !important;
  8168. }
  8169. .flex-md-grow-0 {
  8170. flex-grow: 0 !important;
  8171. }
  8172. .flex-md-grow-1 {
  8173. flex-grow: 1 !important;
  8174. }
  8175. .flex-md-shrink-0 {
  8176. flex-shrink: 0 !important;
  8177. }
  8178. .flex-md-shrink-1 {
  8179. flex-shrink: 1 !important;
  8180. }
  8181. .flex-md-wrap {
  8182. flex-wrap: wrap !important;
  8183. }
  8184. .flex-md-nowrap {
  8185. flex-wrap: nowrap !important;
  8186. }
  8187. .flex-md-wrap-reverse {
  8188. flex-wrap: wrap-reverse !important;
  8189. }
  8190. .justify-content-md-start {
  8191. justify-content: flex-start !important;
  8192. }
  8193. .justify-content-md-end {
  8194. justify-content: flex-end !important;
  8195. }
  8196. .justify-content-md-center {
  8197. justify-content: center !important;
  8198. }
  8199. .justify-content-md-between {
  8200. justify-content: space-between !important;
  8201. }
  8202. .justify-content-md-around {
  8203. justify-content: space-around !important;
  8204. }
  8205. .justify-content-md-evenly {
  8206. justify-content: space-evenly !important;
  8207. }
  8208. .align-items-md-start {
  8209. align-items: flex-start !important;
  8210. }
  8211. .align-items-md-end {
  8212. align-items: flex-end !important;
  8213. }
  8214. .align-items-md-center {
  8215. align-items: center !important;
  8216. }
  8217. .align-items-md-baseline {
  8218. align-items: baseline !important;
  8219. }
  8220. .align-items-md-stretch {
  8221. align-items: stretch !important;
  8222. }
  8223. .align-content-md-start {
  8224. align-content: flex-start !important;
  8225. }
  8226. .align-content-md-end {
  8227. align-content: flex-end !important;
  8228. }
  8229. .align-content-md-center {
  8230. align-content: center !important;
  8231. }
  8232. .align-content-md-between {
  8233. align-content: space-between !important;
  8234. }
  8235. .align-content-md-around {
  8236. align-content: space-around !important;
  8237. }
  8238. .align-content-md-stretch {
  8239. align-content: stretch !important;
  8240. }
  8241. .align-self-md-auto {
  8242. align-self: auto !important;
  8243. }
  8244. .align-self-md-start {
  8245. align-self: flex-start !important;
  8246. }
  8247. .align-self-md-end {
  8248. align-self: flex-end !important;
  8249. }
  8250. .align-self-md-center {
  8251. align-self: center !important;
  8252. }
  8253. .align-self-md-baseline {
  8254. align-self: baseline !important;
  8255. }
  8256. .align-self-md-stretch {
  8257. align-self: stretch !important;
  8258. }
  8259. .order-md-first {
  8260. order: -1 !important;
  8261. }
  8262. .order-md-0 {
  8263. order: 0 !important;
  8264. }
  8265. .order-md-1 {
  8266. order: 1 !important;
  8267. }
  8268. .order-md-2 {
  8269. order: 2 !important;
  8270. }
  8271. .order-md-3 {
  8272. order: 3 !important;
  8273. }
  8274. .order-md-4 {
  8275. order: 4 !important;
  8276. }
  8277. .order-md-5 {
  8278. order: 5 !important;
  8279. }
  8280. .order-md-last {
  8281. order: 6 !important;
  8282. }
  8283. .m-md-0 {
  8284. margin: 0 !important;
  8285. }
  8286. .m-md-1 {
  8287. margin: 0.25rem !important;
  8288. }
  8289. .m-md-2 {
  8290. margin: 0.5rem !important;
  8291. }
  8292. .m-md-3 {
  8293. margin: 1rem !important;
  8294. }
  8295. .m-md-4 {
  8296. margin: 1.5rem !important;
  8297. }
  8298. .m-md-5 {
  8299. margin: 3rem !important;
  8300. }
  8301. .m-md-auto {
  8302. margin: auto !important;
  8303. }
  8304. .mx-md-0 {
  8305. margin-right: 0 !important;
  8306. margin-left: 0 !important;
  8307. }
  8308. .mx-md-1 {
  8309. margin-right: 0.25rem !important;
  8310. margin-left: 0.25rem !important;
  8311. }
  8312. .mx-md-2 {
  8313. margin-right: 0.5rem !important;
  8314. margin-left: 0.5rem !important;
  8315. }
  8316. .mx-md-3 {
  8317. margin-right: 1rem !important;
  8318. margin-left: 1rem !important;
  8319. }
  8320. .mx-md-4 {
  8321. margin-right: 1.5rem !important;
  8322. margin-left: 1.5rem !important;
  8323. }
  8324. .mx-md-5 {
  8325. margin-right: 3rem !important;
  8326. margin-left: 3rem !important;
  8327. }
  8328. .mx-md-auto {
  8329. margin-right: auto !important;
  8330. margin-left: auto !important;
  8331. }
  8332. .my-md-0 {
  8333. margin-top: 0 !important;
  8334. margin-bottom: 0 !important;
  8335. }
  8336. .my-md-1 {
  8337. margin-top: 0.25rem !important;
  8338. margin-bottom: 0.25rem !important;
  8339. }
  8340. .my-md-2 {
  8341. margin-top: 0.5rem !important;
  8342. margin-bottom: 0.5rem !important;
  8343. }
  8344. .my-md-3 {
  8345. margin-top: 1rem !important;
  8346. margin-bottom: 1rem !important;
  8347. }
  8348. .my-md-4 {
  8349. margin-top: 1.5rem !important;
  8350. margin-bottom: 1.5rem !important;
  8351. }
  8352. .my-md-5 {
  8353. margin-top: 3rem !important;
  8354. margin-bottom: 3rem !important;
  8355. }
  8356. .my-md-auto {
  8357. margin-top: auto !important;
  8358. margin-bottom: auto !important;
  8359. }
  8360. .mt-md-0 {
  8361. margin-top: 0 !important;
  8362. }
  8363. .mt-md-1 {
  8364. margin-top: 0.25rem !important;
  8365. }
  8366. .mt-md-2 {
  8367. margin-top: 0.5rem !important;
  8368. }
  8369. .mt-md-3 {
  8370. margin-top: 1rem !important;
  8371. }
  8372. .mt-md-4 {
  8373. margin-top: 1.5rem !important;
  8374. }
  8375. .mt-md-5 {
  8376. margin-top: 3rem !important;
  8377. }
  8378. .mt-md-auto {
  8379. margin-top: auto !important;
  8380. }
  8381. .me-md-0 {
  8382. margin-right: 0 !important;
  8383. }
  8384. .me-md-1 {
  8385. margin-right: 0.25rem !important;
  8386. }
  8387. .me-md-2 {
  8388. margin-right: 0.5rem !important;
  8389. }
  8390. .me-md-3 {
  8391. margin-right: 1rem !important;
  8392. }
  8393. .me-md-4 {
  8394. margin-right: 1.5rem !important;
  8395. }
  8396. .me-md-5 {
  8397. margin-right: 3rem !important;
  8398. }
  8399. .me-md-auto {
  8400. margin-right: auto !important;
  8401. }
  8402. .mb-md-0 {
  8403. margin-bottom: 0 !important;
  8404. }
  8405. .mb-md-1 {
  8406. margin-bottom: 0.25rem !important;
  8407. }
  8408. .mb-md-2 {
  8409. margin-bottom: 0.5rem !important;
  8410. }
  8411. .mb-md-3 {
  8412. margin-bottom: 1rem !important;
  8413. }
  8414. .mb-md-4 {
  8415. margin-bottom: 1.5rem !important;
  8416. }
  8417. .mb-md-5 {
  8418. margin-bottom: 3rem !important;
  8419. }
  8420. .mb-md-auto {
  8421. margin-bottom: auto !important;
  8422. }
  8423. .ms-md-0 {
  8424. margin-left: 0 !important;
  8425. }
  8426. .ms-md-1 {
  8427. margin-left: 0.25rem !important;
  8428. }
  8429. .ms-md-2 {
  8430. margin-left: 0.5rem !important;
  8431. }
  8432. .ms-md-3 {
  8433. margin-left: 1rem !important;
  8434. }
  8435. .ms-md-4 {
  8436. margin-left: 1.5rem !important;
  8437. }
  8438. .ms-md-5 {
  8439. margin-left: 3rem !important;
  8440. }
  8441. .ms-md-auto {
  8442. margin-left: auto !important;
  8443. }
  8444. .p-md-0 {
  8445. padding: 0 !important;
  8446. }
  8447. .p-md-1 {
  8448. padding: 0.25rem !important;
  8449. }
  8450. .p-md-2 {
  8451. padding: 0.5rem !important;
  8452. }
  8453. .p-md-3 {
  8454. padding: 1rem !important;
  8455. }
  8456. .p-md-4 {
  8457. padding: 1.5rem !important;
  8458. }
  8459. .p-md-5 {
  8460. padding: 3rem !important;
  8461. }
  8462. .px-md-0 {
  8463. padding-right: 0 !important;
  8464. padding-left: 0 !important;
  8465. }
  8466. .px-md-1 {
  8467. padding-right: 0.25rem !important;
  8468. padding-left: 0.25rem !important;
  8469. }
  8470. .px-md-2 {
  8471. padding-right: 0.5rem !important;
  8472. padding-left: 0.5rem !important;
  8473. }
  8474. .px-md-3 {
  8475. padding-right: 1rem !important;
  8476. padding-left: 1rem !important;
  8477. }
  8478. .px-md-4 {
  8479. padding-right: 1.5rem !important;
  8480. padding-left: 1.5rem !important;
  8481. }
  8482. .px-md-5 {
  8483. padding-right: 3rem !important;
  8484. padding-left: 3rem !important;
  8485. }
  8486. .py-md-0 {
  8487. padding-top: 0 !important;
  8488. padding-bottom: 0 !important;
  8489. }
  8490. .py-md-1 {
  8491. padding-top: 0.25rem !important;
  8492. padding-bottom: 0.25rem !important;
  8493. }
  8494. .py-md-2 {
  8495. padding-top: 0.5rem !important;
  8496. padding-bottom: 0.5rem !important;
  8497. }
  8498. .py-md-3 {
  8499. padding-top: 1rem !important;
  8500. padding-bottom: 1rem !important;
  8501. }
  8502. .py-md-4 {
  8503. padding-top: 1.5rem !important;
  8504. padding-bottom: 1.5rem !important;
  8505. }
  8506. .py-md-5 {
  8507. padding-top: 3rem !important;
  8508. padding-bottom: 3rem !important;
  8509. }
  8510. .pt-md-0 {
  8511. padding-top: 0 !important;
  8512. }
  8513. .pt-md-1 {
  8514. padding-top: 0.25rem !important;
  8515. }
  8516. .pt-md-2 {
  8517. padding-top: 0.5rem !important;
  8518. }
  8519. .pt-md-3 {
  8520. padding-top: 1rem !important;
  8521. }
  8522. .pt-md-4 {
  8523. padding-top: 1.5rem !important;
  8524. }
  8525. .pt-md-5 {
  8526. padding-top: 3rem !important;
  8527. }
  8528. .pe-md-0 {
  8529. padding-right: 0 !important;
  8530. }
  8531. .pe-md-1 {
  8532. padding-right: 0.25rem !important;
  8533. }
  8534. .pe-md-2 {
  8535. padding-right: 0.5rem !important;
  8536. }
  8537. .pe-md-3 {
  8538. padding-right: 1rem !important;
  8539. }
  8540. .pe-md-4 {
  8541. padding-right: 1.5rem !important;
  8542. }
  8543. .pe-md-5 {
  8544. padding-right: 3rem !important;
  8545. }
  8546. .pb-md-0 {
  8547. padding-bottom: 0 !important;
  8548. }
  8549. .pb-md-1 {
  8550. padding-bottom: 0.25rem !important;
  8551. }
  8552. .pb-md-2 {
  8553. padding-bottom: 0.5rem !important;
  8554. }
  8555. .pb-md-3 {
  8556. padding-bottom: 1rem !important;
  8557. }
  8558. .pb-md-4 {
  8559. padding-bottom: 1.5rem !important;
  8560. }
  8561. .pb-md-5 {
  8562. padding-bottom: 3rem !important;
  8563. }
  8564. .ps-md-0 {
  8565. padding-left: 0 !important;
  8566. }
  8567. .ps-md-1 {
  8568. padding-left: 0.25rem !important;
  8569. }
  8570. .ps-md-2 {
  8571. padding-left: 0.5rem !important;
  8572. }
  8573. .ps-md-3 {
  8574. padding-left: 1rem !important;
  8575. }
  8576. .ps-md-4 {
  8577. padding-left: 1.5rem !important;
  8578. }
  8579. .ps-md-5 {
  8580. padding-left: 3rem !important;
  8581. }
  8582. .gap-md-0 {
  8583. gap: 0 !important;
  8584. }
  8585. .gap-md-1 {
  8586. gap: 0.25rem !important;
  8587. }
  8588. .gap-md-2 {
  8589. gap: 0.5rem !important;
  8590. }
  8591. .gap-md-3 {
  8592. gap: 1rem !important;
  8593. }
  8594. .gap-md-4 {
  8595. gap: 1.5rem !important;
  8596. }
  8597. .gap-md-5 {
  8598. gap: 3rem !important;
  8599. }
  8600. .text-md-start {
  8601. text-align: left !important;
  8602. }
  8603. .text-md-end {
  8604. text-align: right !important;
  8605. }
  8606. .text-md-center {
  8607. text-align: center !important;
  8608. }
  8609. }
  8610. @media (min-width: 992px) {
  8611. .float-lg-start {
  8612. float: left !important;
  8613. }
  8614. .float-lg-end {
  8615. float: right !important;
  8616. }
  8617. .float-lg-none {
  8618. float: none !important;
  8619. }
  8620. .d-lg-inline {
  8621. display: inline !important;
  8622. }
  8623. .d-lg-inline-block {
  8624. display: inline-block !important;
  8625. }
  8626. .d-lg-block {
  8627. display: block !important;
  8628. }
  8629. .d-lg-grid {
  8630. display: grid !important;
  8631. }
  8632. .d-lg-table {
  8633. display: table !important;
  8634. }
  8635. .d-lg-table-row {
  8636. display: table-row !important;
  8637. }
  8638. .d-lg-table-cell {
  8639. display: table-cell !important;
  8640. }
  8641. .d-lg-flex {
  8642. display: flex !important;
  8643. }
  8644. .d-lg-inline-flex {
  8645. display: inline-flex !important;
  8646. }
  8647. .d-lg-none {
  8648. display: none !important;
  8649. }
  8650. .flex-lg-fill {
  8651. flex: 1 1 auto !important;
  8652. }
  8653. .flex-lg-row {
  8654. flex-direction: row !important;
  8655. }
  8656. .flex-lg-column {
  8657. flex-direction: column !important;
  8658. }
  8659. .flex-lg-row-reverse {
  8660. flex-direction: row-reverse !important;
  8661. }
  8662. .flex-lg-column-reverse {
  8663. flex-direction: column-reverse !important;
  8664. }
  8665. .flex-lg-grow-0 {
  8666. flex-grow: 0 !important;
  8667. }
  8668. .flex-lg-grow-1 {
  8669. flex-grow: 1 !important;
  8670. }
  8671. .flex-lg-shrink-0 {
  8672. flex-shrink: 0 !important;
  8673. }
  8674. .flex-lg-shrink-1 {
  8675. flex-shrink: 1 !important;
  8676. }
  8677. .flex-lg-wrap {
  8678. flex-wrap: wrap !important;
  8679. }
  8680. .flex-lg-nowrap {
  8681. flex-wrap: nowrap !important;
  8682. }
  8683. .flex-lg-wrap-reverse {
  8684. flex-wrap: wrap-reverse !important;
  8685. }
  8686. .justify-content-lg-start {
  8687. justify-content: flex-start !important;
  8688. }
  8689. .justify-content-lg-end {
  8690. justify-content: flex-end !important;
  8691. }
  8692. .justify-content-lg-center {
  8693. justify-content: center !important;
  8694. }
  8695. .justify-content-lg-between {
  8696. justify-content: space-between !important;
  8697. }
  8698. .justify-content-lg-around {
  8699. justify-content: space-around !important;
  8700. }
  8701. .justify-content-lg-evenly {
  8702. justify-content: space-evenly !important;
  8703. }
  8704. .align-items-lg-start {
  8705. align-items: flex-start !important;
  8706. }
  8707. .align-items-lg-end {
  8708. align-items: flex-end !important;
  8709. }
  8710. .align-items-lg-center {
  8711. align-items: center !important;
  8712. }
  8713. .align-items-lg-baseline {
  8714. align-items: baseline !important;
  8715. }
  8716. .align-items-lg-stretch {
  8717. align-items: stretch !important;
  8718. }
  8719. .align-content-lg-start {
  8720. align-content: flex-start !important;
  8721. }
  8722. .align-content-lg-end {
  8723. align-content: flex-end !important;
  8724. }
  8725. .align-content-lg-center {
  8726. align-content: center !important;
  8727. }
  8728. .align-content-lg-between {
  8729. align-content: space-between !important;
  8730. }
  8731. .align-content-lg-around {
  8732. align-content: space-around !important;
  8733. }
  8734. .align-content-lg-stretch {
  8735. align-content: stretch !important;
  8736. }
  8737. .align-self-lg-auto {
  8738. align-self: auto !important;
  8739. }
  8740. .align-self-lg-start {
  8741. align-self: flex-start !important;
  8742. }
  8743. .align-self-lg-end {
  8744. align-self: flex-end !important;
  8745. }
  8746. .align-self-lg-center {
  8747. align-self: center !important;
  8748. }
  8749. .align-self-lg-baseline {
  8750. align-self: baseline !important;
  8751. }
  8752. .align-self-lg-stretch {
  8753. align-self: stretch !important;
  8754. }
  8755. .order-lg-first {
  8756. order: -1 !important;
  8757. }
  8758. .order-lg-0 {
  8759. order: 0 !important;
  8760. }
  8761. .order-lg-1 {
  8762. order: 1 !important;
  8763. }
  8764. .order-lg-2 {
  8765. order: 2 !important;
  8766. }
  8767. .order-lg-3 {
  8768. order: 3 !important;
  8769. }
  8770. .order-lg-4 {
  8771. order: 4 !important;
  8772. }
  8773. .order-lg-5 {
  8774. order: 5 !important;
  8775. }
  8776. .order-lg-last {
  8777. order: 6 !important;
  8778. }
  8779. .m-lg-0 {
  8780. margin: 0 !important;
  8781. }
  8782. .m-lg-1 {
  8783. margin: 0.25rem !important;
  8784. }
  8785. .m-lg-2 {
  8786. margin: 0.5rem !important;
  8787. }
  8788. .m-lg-3 {
  8789. margin: 1rem !important;
  8790. }
  8791. .m-lg-4 {
  8792. margin: 1.5rem !important;
  8793. }
  8794. .m-lg-5 {
  8795. margin: 3rem !important;
  8796. }
  8797. .m-lg-auto {
  8798. margin: auto !important;
  8799. }
  8800. .mx-lg-0 {
  8801. margin-right: 0 !important;
  8802. margin-left: 0 !important;
  8803. }
  8804. .mx-lg-1 {
  8805. margin-right: 0.25rem !important;
  8806. margin-left: 0.25rem !important;
  8807. }
  8808. .mx-lg-2 {
  8809. margin-right: 0.5rem !important;
  8810. margin-left: 0.5rem !important;
  8811. }
  8812. .mx-lg-3 {
  8813. margin-right: 1rem !important;
  8814. margin-left: 1rem !important;
  8815. }
  8816. .mx-lg-4 {
  8817. margin-right: 1.5rem !important;
  8818. margin-left: 1.5rem !important;
  8819. }
  8820. .mx-lg-5 {
  8821. margin-right: 3rem !important;
  8822. margin-left: 3rem !important;
  8823. }
  8824. .mx-lg-auto {
  8825. margin-right: auto !important;
  8826. margin-left: auto !important;
  8827. }
  8828. .my-lg-0 {
  8829. margin-top: 0 !important;
  8830. margin-bottom: 0 !important;
  8831. }
  8832. .my-lg-1 {
  8833. margin-top: 0.25rem !important;
  8834. margin-bottom: 0.25rem !important;
  8835. }
  8836. .my-lg-2 {
  8837. margin-top: 0.5rem !important;
  8838. margin-bottom: 0.5rem !important;
  8839. }
  8840. .my-lg-3 {
  8841. margin-top: 1rem !important;
  8842. margin-bottom: 1rem !important;
  8843. }
  8844. .my-lg-4 {
  8845. margin-top: 1.5rem !important;
  8846. margin-bottom: 1.5rem !important;
  8847. }
  8848. .my-lg-5 {
  8849. margin-top: 3rem !important;
  8850. margin-bottom: 3rem !important;
  8851. }
  8852. .my-lg-auto {
  8853. margin-top: auto !important;
  8854. margin-bottom: auto !important;
  8855. }
  8856. .mt-lg-0 {
  8857. margin-top: 0 !important;
  8858. }
  8859. .mt-lg-1 {
  8860. margin-top: 0.25rem !important;
  8861. }
  8862. .mt-lg-2 {
  8863. margin-top: 0.5rem !important;
  8864. }
  8865. .mt-lg-3 {
  8866. margin-top: 1rem !important;
  8867. }
  8868. .mt-lg-4 {
  8869. margin-top: 1.5rem !important;
  8870. }
  8871. .mt-lg-5 {
  8872. margin-top: 3rem !important;
  8873. }
  8874. .mt-lg-auto {
  8875. margin-top: auto !important;
  8876. }
  8877. .me-lg-0 {
  8878. margin-right: 0 !important;
  8879. }
  8880. .me-lg-1 {
  8881. margin-right: 0.25rem !important;
  8882. }
  8883. .me-lg-2 {
  8884. margin-right: 0.5rem !important;
  8885. }
  8886. .me-lg-3 {
  8887. margin-right: 1rem !important;
  8888. }
  8889. .me-lg-4 {
  8890. margin-right: 1.5rem !important;
  8891. }
  8892. .me-lg-5 {
  8893. margin-right: 3rem !important;
  8894. }
  8895. .me-lg-auto {
  8896. margin-right: auto !important;
  8897. }
  8898. .mb-lg-0 {
  8899. margin-bottom: 0 !important;
  8900. }
  8901. .mb-lg-1 {
  8902. margin-bottom: 0.25rem !important;
  8903. }
  8904. .mb-lg-2 {
  8905. margin-bottom: 0.5rem !important;
  8906. }
  8907. .mb-lg-3 {
  8908. margin-bottom: 1rem !important;
  8909. }
  8910. .mb-lg-4 {
  8911. margin-bottom: 1.5rem !important;
  8912. }
  8913. .mb-lg-5 {
  8914. margin-bottom: 3rem !important;
  8915. }
  8916. .mb-lg-auto {
  8917. margin-bottom: auto !important;
  8918. }
  8919. .ms-lg-0 {
  8920. margin-left: 0 !important;
  8921. }
  8922. .ms-lg-1 {
  8923. margin-left: 0.25rem !important;
  8924. }
  8925. .ms-lg-2 {
  8926. margin-left: 0.5rem !important;
  8927. }
  8928. .ms-lg-3 {
  8929. margin-left: 1rem !important;
  8930. }
  8931. .ms-lg-4 {
  8932. margin-left: 1.5rem !important;
  8933. }
  8934. .ms-lg-5 {
  8935. margin-left: 3rem !important;
  8936. }
  8937. .ms-lg-auto {
  8938. margin-left: auto !important;
  8939. }
  8940. .p-lg-0 {
  8941. padding: 0 !important;
  8942. }
  8943. .p-lg-1 {
  8944. padding: 0.25rem !important;
  8945. }
  8946. .p-lg-2 {
  8947. padding: 0.5rem !important;
  8948. }
  8949. .p-lg-3 {
  8950. padding: 1rem !important;
  8951. }
  8952. .p-lg-4 {
  8953. padding: 1.5rem !important;
  8954. }
  8955. .p-lg-5 {
  8956. padding: 3rem !important;
  8957. }
  8958. .px-lg-0 {
  8959. padding-right: 0 !important;
  8960. padding-left: 0 !important;
  8961. }
  8962. .px-lg-1 {
  8963. padding-right: 0.25rem !important;
  8964. padding-left: 0.25rem !important;
  8965. }
  8966. .px-lg-2 {
  8967. padding-right: 0.5rem !important;
  8968. padding-left: 0.5rem !important;
  8969. }
  8970. .px-lg-3 {
  8971. padding-right: 1rem !important;
  8972. padding-left: 1rem !important;
  8973. }
  8974. .px-lg-4 {
  8975. padding-right: 1.5rem !important;
  8976. padding-left: 1.5rem !important;
  8977. }
  8978. .px-lg-5 {
  8979. padding-right: 3rem !important;
  8980. padding-left: 3rem !important;
  8981. }
  8982. .py-lg-0 {
  8983. padding-top: 0 !important;
  8984. padding-bottom: 0 !important;
  8985. }
  8986. .py-lg-1 {
  8987. padding-top: 0.25rem !important;
  8988. padding-bottom: 0.25rem !important;
  8989. }
  8990. .py-lg-2 {
  8991. padding-top: 0.5rem !important;
  8992. padding-bottom: 0.5rem !important;
  8993. }
  8994. .py-lg-3 {
  8995. padding-top: 1rem !important;
  8996. padding-bottom: 1rem !important;
  8997. }
  8998. .py-lg-4 {
  8999. padding-top: 1.5rem !important;
  9000. padding-bottom: 1.5rem !important;
  9001. }
  9002. .py-lg-5 {
  9003. padding-top: 3rem !important;
  9004. padding-bottom: 3rem !important;
  9005. }
  9006. .pt-lg-0 {
  9007. padding-top: 0 !important;
  9008. }
  9009. .pt-lg-1 {
  9010. padding-top: 0.25rem !important;
  9011. }
  9012. .pt-lg-2 {
  9013. padding-top: 0.5rem !important;
  9014. }
  9015. .pt-lg-3 {
  9016. padding-top: 1rem !important;
  9017. }
  9018. .pt-lg-4 {
  9019. padding-top: 1.5rem !important;
  9020. }
  9021. .pt-lg-5 {
  9022. padding-top: 3rem !important;
  9023. }
  9024. .pe-lg-0 {
  9025. padding-right: 0 !important;
  9026. }
  9027. .pe-lg-1 {
  9028. padding-right: 0.25rem !important;
  9029. }
  9030. .pe-lg-2 {
  9031. padding-right: 0.5rem !important;
  9032. }
  9033. .pe-lg-3 {
  9034. padding-right: 1rem !important;
  9035. }
  9036. .pe-lg-4 {
  9037. padding-right: 1.5rem !important;
  9038. }
  9039. .pe-lg-5 {
  9040. padding-right: 3rem !important;
  9041. }
  9042. .pb-lg-0 {
  9043. padding-bottom: 0 !important;
  9044. }
  9045. .pb-lg-1 {
  9046. padding-bottom: 0.25rem !important;
  9047. }
  9048. .pb-lg-2 {
  9049. padding-bottom: 0.5rem !important;
  9050. }
  9051. .pb-lg-3 {
  9052. padding-bottom: 1rem !important;
  9053. }
  9054. .pb-lg-4 {
  9055. padding-bottom: 1.5rem !important;
  9056. }
  9057. .pb-lg-5 {
  9058. padding-bottom: 3rem !important;
  9059. }
  9060. .ps-lg-0 {
  9061. padding-left: 0 !important;
  9062. }
  9063. .ps-lg-1 {
  9064. padding-left: 0.25rem !important;
  9065. }
  9066. .ps-lg-2 {
  9067. padding-left: 0.5rem !important;
  9068. }
  9069. .ps-lg-3 {
  9070. padding-left: 1rem !important;
  9071. }
  9072. .ps-lg-4 {
  9073. padding-left: 1.5rem !important;
  9074. }
  9075. .ps-lg-5 {
  9076. padding-left: 3rem !important;
  9077. }
  9078. .gap-lg-0 {
  9079. gap: 0 !important;
  9080. }
  9081. .gap-lg-1 {
  9082. gap: 0.25rem !important;
  9083. }
  9084. .gap-lg-2 {
  9085. gap: 0.5rem !important;
  9086. }
  9087. .gap-lg-3 {
  9088. gap: 1rem !important;
  9089. }
  9090. .gap-lg-4 {
  9091. gap: 1.5rem !important;
  9092. }
  9093. .gap-lg-5 {
  9094. gap: 3rem !important;
  9095. }
  9096. .text-lg-start {
  9097. text-align: left !important;
  9098. }
  9099. .text-lg-end {
  9100. text-align: right !important;
  9101. }
  9102. .text-lg-center {
  9103. text-align: center !important;
  9104. }
  9105. }
  9106. @media (min-width: 1200px) {
  9107. .float-xl-start {
  9108. float: left !important;
  9109. }
  9110. .float-xl-end {
  9111. float: right !important;
  9112. }
  9113. .float-xl-none {
  9114. float: none !important;
  9115. }
  9116. .d-xl-inline {
  9117. display: inline !important;
  9118. }
  9119. .d-xl-inline-block {
  9120. display: inline-block !important;
  9121. }
  9122. .d-xl-block {
  9123. display: block !important;
  9124. }
  9125. .d-xl-grid {
  9126. display: grid !important;
  9127. }
  9128. .d-xl-table {
  9129. display: table !important;
  9130. }
  9131. .d-xl-table-row {
  9132. display: table-row !important;
  9133. }
  9134. .d-xl-table-cell {
  9135. display: table-cell !important;
  9136. }
  9137. .d-xl-flex {
  9138. display: flex !important;
  9139. }
  9140. .d-xl-inline-flex {
  9141. display: inline-flex !important;
  9142. }
  9143. .d-xl-none {
  9144. display: none !important;
  9145. }
  9146. .flex-xl-fill {
  9147. flex: 1 1 auto !important;
  9148. }
  9149. .flex-xl-row {
  9150. flex-direction: row !important;
  9151. }
  9152. .flex-xl-column {
  9153. flex-direction: column !important;
  9154. }
  9155. .flex-xl-row-reverse {
  9156. flex-direction: row-reverse !important;
  9157. }
  9158. .flex-xl-column-reverse {
  9159. flex-direction: column-reverse !important;
  9160. }
  9161. .flex-xl-grow-0 {
  9162. flex-grow: 0 !important;
  9163. }
  9164. .flex-xl-grow-1 {
  9165. flex-grow: 1 !important;
  9166. }
  9167. .flex-xl-shrink-0 {
  9168. flex-shrink: 0 !important;
  9169. }
  9170. .flex-xl-shrink-1 {
  9171. flex-shrink: 1 !important;
  9172. }
  9173. .flex-xl-wrap {
  9174. flex-wrap: wrap !important;
  9175. }
  9176. .flex-xl-nowrap {
  9177. flex-wrap: nowrap !important;
  9178. }
  9179. .flex-xl-wrap-reverse {
  9180. flex-wrap: wrap-reverse !important;
  9181. }
  9182. .justify-content-xl-start {
  9183. justify-content: flex-start !important;
  9184. }
  9185. .justify-content-xl-end {
  9186. justify-content: flex-end !important;
  9187. }
  9188. .justify-content-xl-center {
  9189. justify-content: center !important;
  9190. }
  9191. .justify-content-xl-between {
  9192. justify-content: space-between !important;
  9193. }
  9194. .justify-content-xl-around {
  9195. justify-content: space-around !important;
  9196. }
  9197. .justify-content-xl-evenly {
  9198. justify-content: space-evenly !important;
  9199. }
  9200. .align-items-xl-start {
  9201. align-items: flex-start !important;
  9202. }
  9203. .align-items-xl-end {
  9204. align-items: flex-end !important;
  9205. }
  9206. .align-items-xl-center {
  9207. align-items: center !important;
  9208. }
  9209. .align-items-xl-baseline {
  9210. align-items: baseline !important;
  9211. }
  9212. .align-items-xl-stretch {
  9213. align-items: stretch !important;
  9214. }
  9215. .align-content-xl-start {
  9216. align-content: flex-start !important;
  9217. }
  9218. .align-content-xl-end {
  9219. align-content: flex-end !important;
  9220. }
  9221. .align-content-xl-center {
  9222. align-content: center !important;
  9223. }
  9224. .align-content-xl-between {
  9225. align-content: space-between !important;
  9226. }
  9227. .align-content-xl-around {
  9228. align-content: space-around !important;
  9229. }
  9230. .align-content-xl-stretch {
  9231. align-content: stretch !important;
  9232. }
  9233. .align-self-xl-auto {
  9234. align-self: auto !important;
  9235. }
  9236. .align-self-xl-start {
  9237. align-self: flex-start !important;
  9238. }
  9239. .align-self-xl-end {
  9240. align-self: flex-end !important;
  9241. }
  9242. .align-self-xl-center {
  9243. align-self: center !important;
  9244. }
  9245. .align-self-xl-baseline {
  9246. align-self: baseline !important;
  9247. }
  9248. .align-self-xl-stretch {
  9249. align-self: stretch !important;
  9250. }
  9251. .order-xl-first {
  9252. order: -1 !important;
  9253. }
  9254. .order-xl-0 {
  9255. order: 0 !important;
  9256. }
  9257. .order-xl-1 {
  9258. order: 1 !important;
  9259. }
  9260. .order-xl-2 {
  9261. order: 2 !important;
  9262. }
  9263. .order-xl-3 {
  9264. order: 3 !important;
  9265. }
  9266. .order-xl-4 {
  9267. order: 4 !important;
  9268. }
  9269. .order-xl-5 {
  9270. order: 5 !important;
  9271. }
  9272. .order-xl-last {
  9273. order: 6 !important;
  9274. }
  9275. .m-xl-0 {
  9276. margin: 0 !important;
  9277. }
  9278. .m-xl-1 {
  9279. margin: 0.25rem !important;
  9280. }
  9281. .m-xl-2 {
  9282. margin: 0.5rem !important;
  9283. }
  9284. .m-xl-3 {
  9285. margin: 1rem !important;
  9286. }
  9287. .m-xl-4 {
  9288. margin: 1.5rem !important;
  9289. }
  9290. .m-xl-5 {
  9291. margin: 3rem !important;
  9292. }
  9293. .m-xl-auto {
  9294. margin: auto !important;
  9295. }
  9296. .mx-xl-0 {
  9297. margin-right: 0 !important;
  9298. margin-left: 0 !important;
  9299. }
  9300. .mx-xl-1 {
  9301. margin-right: 0.25rem !important;
  9302. margin-left: 0.25rem !important;
  9303. }
  9304. .mx-xl-2 {
  9305. margin-right: 0.5rem !important;
  9306. margin-left: 0.5rem !important;
  9307. }
  9308. .mx-xl-3 {
  9309. margin-right: 1rem !important;
  9310. margin-left: 1rem !important;
  9311. }
  9312. .mx-xl-4 {
  9313. margin-right: 1.5rem !important;
  9314. margin-left: 1.5rem !important;
  9315. }
  9316. .mx-xl-5 {
  9317. margin-right: 3rem !important;
  9318. margin-left: 3rem !important;
  9319. }
  9320. .mx-xl-auto {
  9321. margin-right: auto !important;
  9322. margin-left: auto !important;
  9323. }
  9324. .my-xl-0 {
  9325. margin-top: 0 !important;
  9326. margin-bottom: 0 !important;
  9327. }
  9328. .my-xl-1 {
  9329. margin-top: 0.25rem !important;
  9330. margin-bottom: 0.25rem !important;
  9331. }
  9332. .my-xl-2 {
  9333. margin-top: 0.5rem !important;
  9334. margin-bottom: 0.5rem !important;
  9335. }
  9336. .my-xl-3 {
  9337. margin-top: 1rem !important;
  9338. margin-bottom: 1rem !important;
  9339. }
  9340. .my-xl-4 {
  9341. margin-top: 1.5rem !important;
  9342. margin-bottom: 1.5rem !important;
  9343. }
  9344. .my-xl-5 {
  9345. margin-top: 3rem !important;
  9346. margin-bottom: 3rem !important;
  9347. }
  9348. .my-xl-auto {
  9349. margin-top: auto !important;
  9350. margin-bottom: auto !important;
  9351. }
  9352. .mt-xl-0 {
  9353. margin-top: 0 !important;
  9354. }
  9355. .mt-xl-1 {
  9356. margin-top: 0.25rem !important;
  9357. }
  9358. .mt-xl-2 {
  9359. margin-top: 0.5rem !important;
  9360. }
  9361. .mt-xl-3 {
  9362. margin-top: 1rem !important;
  9363. }
  9364. .mt-xl-4 {
  9365. margin-top: 1.5rem !important;
  9366. }
  9367. .mt-xl-5 {
  9368. margin-top: 3rem !important;
  9369. }
  9370. .mt-xl-auto {
  9371. margin-top: auto !important;
  9372. }
  9373. .me-xl-0 {
  9374. margin-right: 0 !important;
  9375. }
  9376. .me-xl-1 {
  9377. margin-right: 0.25rem !important;
  9378. }
  9379. .me-xl-2 {
  9380. margin-right: 0.5rem !important;
  9381. }
  9382. .me-xl-3 {
  9383. margin-right: 1rem !important;
  9384. }
  9385. .me-xl-4 {
  9386. margin-right: 1.5rem !important;
  9387. }
  9388. .me-xl-5 {
  9389. margin-right: 3rem !important;
  9390. }
  9391. .me-xl-auto {
  9392. margin-right: auto !important;
  9393. }
  9394. .mb-xl-0 {
  9395. margin-bottom: 0 !important;
  9396. }
  9397. .mb-xl-1 {
  9398. margin-bottom: 0.25rem !important;
  9399. }
  9400. .mb-xl-2 {
  9401. margin-bottom: 0.5rem !important;
  9402. }
  9403. .mb-xl-3 {
  9404. margin-bottom: 1rem !important;
  9405. }
  9406. .mb-xl-4 {
  9407. margin-bottom: 1.5rem !important;
  9408. }
  9409. .mb-xl-5 {
  9410. margin-bottom: 3rem !important;
  9411. }
  9412. .mb-xl-auto {
  9413. margin-bottom: auto !important;
  9414. }
  9415. .ms-xl-0 {
  9416. margin-left: 0 !important;
  9417. }
  9418. .ms-xl-1 {
  9419. margin-left: 0.25rem !important;
  9420. }
  9421. .ms-xl-2 {
  9422. margin-left: 0.5rem !important;
  9423. }
  9424. .ms-xl-3 {
  9425. margin-left: 1rem !important;
  9426. }
  9427. .ms-xl-4 {
  9428. margin-left: 1.5rem !important;
  9429. }
  9430. .ms-xl-5 {
  9431. margin-left: 3rem !important;
  9432. }
  9433. .ms-xl-auto {
  9434. margin-left: auto !important;
  9435. }
  9436. .p-xl-0 {
  9437. padding: 0 !important;
  9438. }
  9439. .p-xl-1 {
  9440. padding: 0.25rem !important;
  9441. }
  9442. .p-xl-2 {
  9443. padding: 0.5rem !important;
  9444. }
  9445. .p-xl-3 {
  9446. padding: 1rem !important;
  9447. }
  9448. .p-xl-4 {
  9449. padding: 1.5rem !important;
  9450. }
  9451. .p-xl-5 {
  9452. padding: 3rem !important;
  9453. }
  9454. .px-xl-0 {
  9455. padding-right: 0 !important;
  9456. padding-left: 0 !important;
  9457. }
  9458. .px-xl-1 {
  9459. padding-right: 0.25rem !important;
  9460. padding-left: 0.25rem !important;
  9461. }
  9462. .px-xl-2 {
  9463. padding-right: 0.5rem !important;
  9464. padding-left: 0.5rem !important;
  9465. }
  9466. .px-xl-3 {
  9467. padding-right: 1rem !important;
  9468. padding-left: 1rem !important;
  9469. }
  9470. .px-xl-4 {
  9471. padding-right: 1.5rem !important;
  9472. padding-left: 1.5rem !important;
  9473. }
  9474. .px-xl-5 {
  9475. padding-right: 3rem !important;
  9476. padding-left: 3rem !important;
  9477. }
  9478. .py-xl-0 {
  9479. padding-top: 0 !important;
  9480. padding-bottom: 0 !important;
  9481. }
  9482. .py-xl-1 {
  9483. padding-top: 0.25rem !important;
  9484. padding-bottom: 0.25rem !important;
  9485. }
  9486. .py-xl-2 {
  9487. padding-top: 0.5rem !important;
  9488. padding-bottom: 0.5rem !important;
  9489. }
  9490. .py-xl-3 {
  9491. padding-top: 1rem !important;
  9492. padding-bottom: 1rem !important;
  9493. }
  9494. .py-xl-4 {
  9495. padding-top: 1.5rem !important;
  9496. padding-bottom: 1.5rem !important;
  9497. }
  9498. .py-xl-5 {
  9499. padding-top: 3rem !important;
  9500. padding-bottom: 3rem !important;
  9501. }
  9502. .pt-xl-0 {
  9503. padding-top: 0 !important;
  9504. }
  9505. .pt-xl-1 {
  9506. padding-top: 0.25rem !important;
  9507. }
  9508. .pt-xl-2 {
  9509. padding-top: 0.5rem !important;
  9510. }
  9511. .pt-xl-3 {
  9512. padding-top: 1rem !important;
  9513. }
  9514. .pt-xl-4 {
  9515. padding-top: 1.5rem !important;
  9516. }
  9517. .pt-xl-5 {
  9518. padding-top: 3rem !important;
  9519. }
  9520. .pe-xl-0 {
  9521. padding-right: 0 !important;
  9522. }
  9523. .pe-xl-1 {
  9524. padding-right: 0.25rem !important;
  9525. }
  9526. .pe-xl-2 {
  9527. padding-right: 0.5rem !important;
  9528. }
  9529. .pe-xl-3 {
  9530. padding-right: 1rem !important;
  9531. }
  9532. .pe-xl-4 {
  9533. padding-right: 1.5rem !important;
  9534. }
  9535. .pe-xl-5 {
  9536. padding-right: 3rem !important;
  9537. }
  9538. .pb-xl-0 {
  9539. padding-bottom: 0 !important;
  9540. }
  9541. .pb-xl-1 {
  9542. padding-bottom: 0.25rem !important;
  9543. }
  9544. .pb-xl-2 {
  9545. padding-bottom: 0.5rem !important;
  9546. }
  9547. .pb-xl-3 {
  9548. padding-bottom: 1rem !important;
  9549. }
  9550. .pb-xl-4 {
  9551. padding-bottom: 1.5rem !important;
  9552. }
  9553. .pb-xl-5 {
  9554. padding-bottom: 3rem !important;
  9555. }
  9556. .ps-xl-0 {
  9557. padding-left: 0 !important;
  9558. }
  9559. .ps-xl-1 {
  9560. padding-left: 0.25rem !important;
  9561. }
  9562. .ps-xl-2 {
  9563. padding-left: 0.5rem !important;
  9564. }
  9565. .ps-xl-3 {
  9566. padding-left: 1rem !important;
  9567. }
  9568. .ps-xl-4 {
  9569. padding-left: 1.5rem !important;
  9570. }
  9571. .ps-xl-5 {
  9572. padding-left: 3rem !important;
  9573. }
  9574. .gap-xl-0 {
  9575. gap: 0 !important;
  9576. }
  9577. .gap-xl-1 {
  9578. gap: 0.25rem !important;
  9579. }
  9580. .gap-xl-2 {
  9581. gap: 0.5rem !important;
  9582. }
  9583. .gap-xl-3 {
  9584. gap: 1rem !important;
  9585. }
  9586. .gap-xl-4 {
  9587. gap: 1.5rem !important;
  9588. }
  9589. .gap-xl-5 {
  9590. gap: 3rem !important;
  9591. }
  9592. .text-xl-start {
  9593. text-align: left !important;
  9594. }
  9595. .text-xl-end {
  9596. text-align: right !important;
  9597. }
  9598. .text-xl-center {
  9599. text-align: center !important;
  9600. }
  9601. }
  9602. @media (min-width: 1400px) {
  9603. .float-xxl-start {
  9604. float: left !important;
  9605. }
  9606. .float-xxl-end {
  9607. float: right !important;
  9608. }
  9609. .float-xxl-none {
  9610. float: none !important;
  9611. }
  9612. .d-xxl-inline {
  9613. display: inline !important;
  9614. }
  9615. .d-xxl-inline-block {
  9616. display: inline-block !important;
  9617. }
  9618. .d-xxl-block {
  9619. display: block !important;
  9620. }
  9621. .d-xxl-grid {
  9622. display: grid !important;
  9623. }
  9624. .d-xxl-table {
  9625. display: table !important;
  9626. }
  9627. .d-xxl-table-row {
  9628. display: table-row !important;
  9629. }
  9630. .d-xxl-table-cell {
  9631. display: table-cell !important;
  9632. }
  9633. .d-xxl-flex {
  9634. display: flex !important;
  9635. }
  9636. .d-xxl-inline-flex {
  9637. display: inline-flex !important;
  9638. }
  9639. .d-xxl-none {
  9640. display: none !important;
  9641. }
  9642. .flex-xxl-fill {
  9643. flex: 1 1 auto !important;
  9644. }
  9645. .flex-xxl-row {
  9646. flex-direction: row !important;
  9647. }
  9648. .flex-xxl-column {
  9649. flex-direction: column !important;
  9650. }
  9651. .flex-xxl-row-reverse {
  9652. flex-direction: row-reverse !important;
  9653. }
  9654. .flex-xxl-column-reverse {
  9655. flex-direction: column-reverse !important;
  9656. }
  9657. .flex-xxl-grow-0 {
  9658. flex-grow: 0 !important;
  9659. }
  9660. .flex-xxl-grow-1 {
  9661. flex-grow: 1 !important;
  9662. }
  9663. .flex-xxl-shrink-0 {
  9664. flex-shrink: 0 !important;
  9665. }
  9666. .flex-xxl-shrink-1 {
  9667. flex-shrink: 1 !important;
  9668. }
  9669. .flex-xxl-wrap {
  9670. flex-wrap: wrap !important;
  9671. }
  9672. .flex-xxl-nowrap {
  9673. flex-wrap: nowrap !important;
  9674. }
  9675. .flex-xxl-wrap-reverse {
  9676. flex-wrap: wrap-reverse !important;
  9677. }
  9678. .justify-content-xxl-start {
  9679. justify-content: flex-start !important;
  9680. }
  9681. .justify-content-xxl-end {
  9682. justify-content: flex-end !important;
  9683. }
  9684. .justify-content-xxl-center {
  9685. justify-content: center !important;
  9686. }
  9687. .justify-content-xxl-between {
  9688. justify-content: space-between !important;
  9689. }
  9690. .justify-content-xxl-around {
  9691. justify-content: space-around !important;
  9692. }
  9693. .justify-content-xxl-evenly {
  9694. justify-content: space-evenly !important;
  9695. }
  9696. .align-items-xxl-start {
  9697. align-items: flex-start !important;
  9698. }
  9699. .align-items-xxl-end {
  9700. align-items: flex-end !important;
  9701. }
  9702. .align-items-xxl-center {
  9703. align-items: center !important;
  9704. }
  9705. .align-items-xxl-baseline {
  9706. align-items: baseline !important;
  9707. }
  9708. .align-items-xxl-stretch {
  9709. align-items: stretch !important;
  9710. }
  9711. .align-content-xxl-start {
  9712. align-content: flex-start !important;
  9713. }
  9714. .align-content-xxl-end {
  9715. align-content: flex-end !important;
  9716. }
  9717. .align-content-xxl-center {
  9718. align-content: center !important;
  9719. }
  9720. .align-content-xxl-between {
  9721. align-content: space-between !important;
  9722. }
  9723. .align-content-xxl-around {
  9724. align-content: space-around !important;
  9725. }
  9726. .align-content-xxl-stretch {
  9727. align-content: stretch !important;
  9728. }
  9729. .align-self-xxl-auto {
  9730. align-self: auto !important;
  9731. }
  9732. .align-self-xxl-start {
  9733. align-self: flex-start !important;
  9734. }
  9735. .align-self-xxl-end {
  9736. align-self: flex-end !important;
  9737. }
  9738. .align-self-xxl-center {
  9739. align-self: center !important;
  9740. }
  9741. .align-self-xxl-baseline {
  9742. align-self: baseline !important;
  9743. }
  9744. .align-self-xxl-stretch {
  9745. align-self: stretch !important;
  9746. }
  9747. .order-xxl-first {
  9748. order: -1 !important;
  9749. }
  9750. .order-xxl-0 {
  9751. order: 0 !important;
  9752. }
  9753. .order-xxl-1 {
  9754. order: 1 !important;
  9755. }
  9756. .order-xxl-2 {
  9757. order: 2 !important;
  9758. }
  9759. .order-xxl-3 {
  9760. order: 3 !important;
  9761. }
  9762. .order-xxl-4 {
  9763. order: 4 !important;
  9764. }
  9765. .order-xxl-5 {
  9766. order: 5 !important;
  9767. }
  9768. .order-xxl-last {
  9769. order: 6 !important;
  9770. }
  9771. .m-xxl-0 {
  9772. margin: 0 !important;
  9773. }
  9774. .m-xxl-1 {
  9775. margin: 0.25rem !important;
  9776. }
  9777. .m-xxl-2 {
  9778. margin: 0.5rem !important;
  9779. }
  9780. .m-xxl-3 {
  9781. margin: 1rem !important;
  9782. }
  9783. .m-xxl-4 {
  9784. margin: 1.5rem !important;
  9785. }
  9786. .m-xxl-5 {
  9787. margin: 3rem !important;
  9788. }
  9789. .m-xxl-auto {
  9790. margin: auto !important;
  9791. }
  9792. .mx-xxl-0 {
  9793. margin-right: 0 !important;
  9794. margin-left: 0 !important;
  9795. }
  9796. .mx-xxl-1 {
  9797. margin-right: 0.25rem !important;
  9798. margin-left: 0.25rem !important;
  9799. }
  9800. .mx-xxl-2 {
  9801. margin-right: 0.5rem !important;
  9802. margin-left: 0.5rem !important;
  9803. }
  9804. .mx-xxl-3 {
  9805. margin-right: 1rem !important;
  9806. margin-left: 1rem !important;
  9807. }
  9808. .mx-xxl-4 {
  9809. margin-right: 1.5rem !important;
  9810. margin-left: 1.5rem !important;
  9811. }
  9812. .mx-xxl-5 {
  9813. margin-right: 3rem !important;
  9814. margin-left: 3rem !important;
  9815. }
  9816. .mx-xxl-auto {
  9817. margin-right: auto !important;
  9818. margin-left: auto !important;
  9819. }
  9820. .my-xxl-0 {
  9821. margin-top: 0 !important;
  9822. margin-bottom: 0 !important;
  9823. }
  9824. .my-xxl-1 {
  9825. margin-top: 0.25rem !important;
  9826. margin-bottom: 0.25rem !important;
  9827. }
  9828. .my-xxl-2 {
  9829. margin-top: 0.5rem !important;
  9830. margin-bottom: 0.5rem !important;
  9831. }
  9832. .my-xxl-3 {
  9833. margin-top: 1rem !important;
  9834. margin-bottom: 1rem !important;
  9835. }
  9836. .my-xxl-4 {
  9837. margin-top: 1.5rem !important;
  9838. margin-bottom: 1.5rem !important;
  9839. }
  9840. .my-xxl-5 {
  9841. margin-top: 3rem !important;
  9842. margin-bottom: 3rem !important;
  9843. }
  9844. .my-xxl-auto {
  9845. margin-top: auto !important;
  9846. margin-bottom: auto !important;
  9847. }
  9848. .mt-xxl-0 {
  9849. margin-top: 0 !important;
  9850. }
  9851. .mt-xxl-1 {
  9852. margin-top: 0.25rem !important;
  9853. }
  9854. .mt-xxl-2 {
  9855. margin-top: 0.5rem !important;
  9856. }
  9857. .mt-xxl-3 {
  9858. margin-top: 1rem !important;
  9859. }
  9860. .mt-xxl-4 {
  9861. margin-top: 1.5rem !important;
  9862. }
  9863. .mt-xxl-5 {
  9864. margin-top: 3rem !important;
  9865. }
  9866. .mt-xxl-auto {
  9867. margin-top: auto !important;
  9868. }
  9869. .me-xxl-0 {
  9870. margin-right: 0 !important;
  9871. }
  9872. .me-xxl-1 {
  9873. margin-right: 0.25rem !important;
  9874. }
  9875. .me-xxl-2 {
  9876. margin-right: 0.5rem !important;
  9877. }
  9878. .me-xxl-3 {
  9879. margin-right: 1rem !important;
  9880. }
  9881. .me-xxl-4 {
  9882. margin-right: 1.5rem !important;
  9883. }
  9884. .me-xxl-5 {
  9885. margin-right: 3rem !important;
  9886. }
  9887. .me-xxl-auto {
  9888. margin-right: auto !important;
  9889. }
  9890. .mb-xxl-0 {
  9891. margin-bottom: 0 !important;
  9892. }
  9893. .mb-xxl-1 {
  9894. margin-bottom: 0.25rem !important;
  9895. }
  9896. .mb-xxl-2 {
  9897. margin-bottom: 0.5rem !important;
  9898. }
  9899. .mb-xxl-3 {
  9900. margin-bottom: 1rem !important;
  9901. }
  9902. .mb-xxl-4 {
  9903. margin-bottom: 1.5rem !important;
  9904. }
  9905. .mb-xxl-5 {
  9906. margin-bottom: 3rem !important;
  9907. }
  9908. .mb-xxl-auto {
  9909. margin-bottom: auto !important;
  9910. }
  9911. .ms-xxl-0 {
  9912. margin-left: 0 !important;
  9913. }
  9914. .ms-xxl-1 {
  9915. margin-left: 0.25rem !important;
  9916. }
  9917. .ms-xxl-2 {
  9918. margin-left: 0.5rem !important;
  9919. }
  9920. .ms-xxl-3 {
  9921. margin-left: 1rem !important;
  9922. }
  9923. .ms-xxl-4 {
  9924. margin-left: 1.5rem !important;
  9925. }
  9926. .ms-xxl-5 {
  9927. margin-left: 3rem !important;
  9928. }
  9929. .ms-xxl-auto {
  9930. margin-left: auto !important;
  9931. }
  9932. .p-xxl-0 {
  9933. padding: 0 !important;
  9934. }
  9935. .p-xxl-1 {
  9936. padding: 0.25rem !important;
  9937. }
  9938. .p-xxl-2 {
  9939. padding: 0.5rem !important;
  9940. }
  9941. .p-xxl-3 {
  9942. padding: 1rem !important;
  9943. }
  9944. .p-xxl-4 {
  9945. padding: 1.5rem !important;
  9946. }
  9947. .p-xxl-5 {
  9948. padding: 3rem !important;
  9949. }
  9950. .px-xxl-0 {
  9951. padding-right: 0 !important;
  9952. padding-left: 0 !important;
  9953. }
  9954. .px-xxl-1 {
  9955. padding-right: 0.25rem !important;
  9956. padding-left: 0.25rem !important;
  9957. }
  9958. .px-xxl-2 {
  9959. padding-right: 0.5rem !important;
  9960. padding-left: 0.5rem !important;
  9961. }
  9962. .px-xxl-3 {
  9963. padding-right: 1rem !important;
  9964. padding-left: 1rem !important;
  9965. }
  9966. .px-xxl-4 {
  9967. padding-right: 1.5rem !important;
  9968. padding-left: 1.5rem !important;
  9969. }
  9970. .px-xxl-5 {
  9971. padding-right: 3rem !important;
  9972. padding-left: 3rem !important;
  9973. }
  9974. .py-xxl-0 {
  9975. padding-top: 0 !important;
  9976. padding-bottom: 0 !important;
  9977. }
  9978. .py-xxl-1 {
  9979. padding-top: 0.25rem !important;
  9980. padding-bottom: 0.25rem !important;
  9981. }
  9982. .py-xxl-2 {
  9983. padding-top: 0.5rem !important;
  9984. padding-bottom: 0.5rem !important;
  9985. }
  9986. .py-xxl-3 {
  9987. padding-top: 1rem !important;
  9988. padding-bottom: 1rem !important;
  9989. }
  9990. .py-xxl-4 {
  9991. padding-top: 1.5rem !important;
  9992. padding-bottom: 1.5rem !important;
  9993. }
  9994. .py-xxl-5 {
  9995. padding-top: 3rem !important;
  9996. padding-bottom: 3rem !important;
  9997. }
  9998. .pt-xxl-0 {
  9999. padding-top: 0 !important;
  10000. }
  10001. .pt-xxl-1 {
  10002. padding-top: 0.25rem !important;
  10003. }
  10004. .pt-xxl-2 {
  10005. padding-top: 0.5rem !important;
  10006. }
  10007. .pt-xxl-3 {
  10008. padding-top: 1rem !important;
  10009. }
  10010. .pt-xxl-4 {
  10011. padding-top: 1.5rem !important;
  10012. }
  10013. .pt-xxl-5 {
  10014. padding-top: 3rem !important;
  10015. }
  10016. .pe-xxl-0 {
  10017. padding-right: 0 !important;
  10018. }
  10019. .pe-xxl-1 {
  10020. padding-right: 0.25rem !important;
  10021. }
  10022. .pe-xxl-2 {
  10023. padding-right: 0.5rem !important;
  10024. }
  10025. .pe-xxl-3 {
  10026. padding-right: 1rem !important;
  10027. }
  10028. .pe-xxl-4 {
  10029. padding-right: 1.5rem !important;
  10030. }
  10031. .pe-xxl-5 {
  10032. padding-right: 3rem !important;
  10033. }
  10034. .pb-xxl-0 {
  10035. padding-bottom: 0 !important;
  10036. }
  10037. .pb-xxl-1 {
  10038. padding-bottom: 0.25rem !important;
  10039. }
  10040. .pb-xxl-2 {
  10041. padding-bottom: 0.5rem !important;
  10042. }
  10043. .pb-xxl-3 {
  10044. padding-bottom: 1rem !important;
  10045. }
  10046. .pb-xxl-4 {
  10047. padding-bottom: 1.5rem !important;
  10048. }
  10049. .pb-xxl-5 {
  10050. padding-bottom: 3rem !important;
  10051. }
  10052. .ps-xxl-0 {
  10053. padding-left: 0 !important;
  10054. }
  10055. .ps-xxl-1 {
  10056. padding-left: 0.25rem !important;
  10057. }
  10058. .ps-xxl-2 {
  10059. padding-left: 0.5rem !important;
  10060. }
  10061. .ps-xxl-3 {
  10062. padding-left: 1rem !important;
  10063. }
  10064. .ps-xxl-4 {
  10065. padding-left: 1.5rem !important;
  10066. }
  10067. .ps-xxl-5 {
  10068. padding-left: 3rem !important;
  10069. }
  10070. .gap-xxl-0 {
  10071. gap: 0 !important;
  10072. }
  10073. .gap-xxl-1 {
  10074. gap: 0.25rem !important;
  10075. }
  10076. .gap-xxl-2 {
  10077. gap: 0.5rem !important;
  10078. }
  10079. .gap-xxl-3 {
  10080. gap: 1rem !important;
  10081. }
  10082. .gap-xxl-4 {
  10083. gap: 1.5rem !important;
  10084. }
  10085. .gap-xxl-5 {
  10086. gap: 3rem !important;
  10087. }
  10088. .text-xxl-start {
  10089. text-align: left !important;
  10090. }
  10091. .text-xxl-end {
  10092. text-align: right !important;
  10093. }
  10094. .text-xxl-center {
  10095. text-align: center !important;
  10096. }
  10097. }
  10098. @media (min-width: 1200px) {
  10099. .fs-1 {
  10100. font-size: 2.5rem !important;
  10101. }
  10102. .fs-2 {
  10103. font-size: 2rem !important;
  10104. }
  10105. .fs-3 {
  10106. font-size: 1.75rem !important;
  10107. }
  10108. .fs-4 {
  10109. font-size: 1.5rem !important;
  10110. }
  10111. }
  10112. @media print {
  10113. .d-print-inline {
  10114. display: inline !important;
  10115. }
  10116. .d-print-inline-block {
  10117. display: inline-block !important;
  10118. }
  10119. .d-print-block {
  10120. display: block !important;
  10121. }
  10122. .d-print-grid {
  10123. display: grid !important;
  10124. }
  10125. .d-print-table {
  10126. display: table !important;
  10127. }
  10128. .d-print-table-row {
  10129. display: table-row !important;
  10130. }
  10131. .d-print-table-cell {
  10132. display: table-cell !important;
  10133. }
  10134. .d-print-flex {
  10135. display: flex !important;
  10136. }
  10137. .d-print-inline-flex {
  10138. display: inline-flex !important;
  10139. }
  10140. .d-print-none {
  10141. display: none !important;
  10142. }
  10143. }
  10144. :root {
  10145. color-scheme: dark;
  10146. }
  10147. body {
  10148. background-image: linear-gradient(#17082e 0%, #1a0933 7%, #1a0933 80%, #0c1f4c 100%);
  10149. background-repeat: no-repeat;
  10150. text-shadow: 0 0 1px rgba(50, 251, 226, 0.3), 0 0 2px rgba(50, 251, 226, 0.3), 0 0 5px rgba(50, 251, 226, 0.2);
  10151. }
  10152. h1,
  10153. .h1,
  10154. h2,
  10155. h3,
  10156. h4,
  10157. h5,
  10158. h6,
  10159. .h2,
  10160. .h3,
  10161. .h4,
  10162. .h5,
  10163. .h6 {
  10164. text-shadow: 0 0 1px rgba(50, 251, 226, 0.6), 0 0 3px rgba(50, 251, 226, 0.5), 0 0 0.5rem rgba(50, 251, 226, 0.3), 0 0 2rem rgba(50, 251, 226, 0.2);
  10165. }
  10166. .text-primary {
  10167. text-shadow: 0 0 1px rgba(111, 66, 193, 0.3), 0 0 2px rgba(111, 66, 193, 0.3), 0 0 5px rgba(111, 66, 193, 0.2);
  10168. }
  10169. .text-secondary {
  10170. text-shadow: 0 0 1px rgba(234, 57, 184, 0.3), 0 0 2px rgba(234, 57, 184, 0.3), 0 0 5px rgba(234, 57, 184, 0.2);
  10171. }
  10172. .text-success {
  10173. text-shadow: 0 0 1px rgba(60, 242, 129, 0.3), 0 0 2px rgba(60, 242, 129, 0.3), 0 0 5px rgba(60, 242, 129, 0.2);
  10174. }
  10175. .text-info {
  10176. text-shadow: 0 0 1px rgba(27, 162, 246, 0.3), 0 0 2px rgba(27, 162, 246, 0.3), 0 0 5px rgba(27, 162, 246, 0.2);
  10177. }
  10178. .text-warning {
  10179. text-shadow: 0 0 1px rgba(255, 193, 7, 0.3), 0 0 2px rgba(255, 193, 7, 0.3), 0 0 5px rgba(255, 193, 7, 0.2);
  10180. }
  10181. .text-danger {
  10182. text-shadow: 0 0 1px rgba(228, 76, 85, 0.3), 0 0 2px rgba(228, 76, 85, 0.3), 0 0 5px rgba(228, 76, 85, 0.2);
  10183. }
  10184. .text-light {
  10185. text-shadow: 0 0 1px rgba(68, 217, 232, 0.3), 0 0 2px rgba(68, 217, 232, 0.3), 0 0 5px rgba(68, 217, 232, 0.2);
  10186. }
  10187. .text-dark {
  10188. text-shadow: 0 0 1px rgba(23, 2, 41, 0.3), 0 0 2px rgba(23, 2, 41, 0.3), 0 0 5px rgba(23, 2, 41, 0.2);
  10189. }
  10190. .text-white {
  10191. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10192. }
  10193. .text-white h1,
  10194. .text-white h2,
  10195. .text-white h3,
  10196. .text-white h4,
  10197. .text-white h5,
  10198. .text-white h6,
  10199. .text-white .h1,
  10200. .text-white .h2,
  10201. .text-white .h3,
  10202. .text-white .h4,
  10203. .text-white .h5,
  10204. .text-white .h6 {
  10205. text-shadow: 0 0 1px rgba(255, 255, 255, 0.6), 0 0 3px rgba(255, 255, 255, 0.5), 0 0 0.5rem rgba(255, 255, 255, 0.3), 0 0 2rem rgba(255, 255, 255, 0.2);
  10206. }
  10207. .text-muted {
  10208. text-shadow: 0 0 1px rgba(21, 104, 94, 0.3), 0 0 2px rgba(21, 104, 94, 0.3), 0 0 5px rgba(21, 104, 94, 0.2);
  10209. }
  10210. a {
  10211. text-shadow: 0 0 1px rgba(50, 251, 226, 0.3), 0 0 2px rgba(50, 251, 226, 0.3), 0 0 5px rgba(50, 251, 226, 0.2);
  10212. }
  10213. .blockquote-footer {
  10214. text-shadow: 0 0 1px rgba(21, 104, 94, 0.3), 0 0 2px rgba(21, 104, 94, 0.3), 0 0 5px rgba(21, 104, 94, 0.2);
  10215. }
  10216. hr {
  10217. border-top: 1px solid #6f42c1;
  10218. box-shadow: 0 0 2px rgba(111, 66, 193, 0.9), 0 0 4px rgba(111, 66, 193, 0.4), 0 0 1rem rgba(111, 66, 193, 0.3), 0 0 4rem rgba(111, 66, 193, 0.1);
  10219. opacity: 1;
  10220. }
  10221. table,
  10222. .table {
  10223. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10224. }
  10225. .btn-primary, .btn-outline-primary {
  10226. box-shadow: 0 0 2px rgba(111, 66, 193, 0.9), 0 0 4px rgba(111, 66, 193, 0.4), 0 0 1rem rgba(111, 66, 193, 0.3), 0 0 4rem rgba(111, 66, 193, 0.1);
  10227. }
  10228. .btn-primary {
  10229. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10230. }
  10231. .btn-outline-primary {
  10232. color: #fff;
  10233. border-width: 2px;
  10234. }
  10235. .btn-secondary, .btn-outline-secondary {
  10236. box-shadow: 0 0 2px rgba(234, 57, 184, 0.9), 0 0 4px rgba(234, 57, 184, 0.4), 0 0 1rem rgba(234, 57, 184, 0.3), 0 0 4rem rgba(234, 57, 184, 0.1);
  10237. }
  10238. .btn-secondary {
  10239. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10240. }
  10241. .btn-outline-secondary {
  10242. color: #fff;
  10243. border-width: 2px;
  10244. }
  10245. .btn-success, .btn-outline-success {
  10246. box-shadow: 0 0 2px rgba(60, 242, 129, 0.9), 0 0 4px rgba(60, 242, 129, 0.4), 0 0 1rem rgba(60, 242, 129, 0.3), 0 0 4rem rgba(60, 242, 129, 0.1);
  10247. }
  10248. .btn-success {
  10249. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10250. }
  10251. .btn-outline-success {
  10252. color: #fff;
  10253. border-width: 2px;
  10254. }
  10255. .btn-info, .btn-outline-info {
  10256. box-shadow: 0 0 2px rgba(27, 162, 246, 0.9), 0 0 4px rgba(27, 162, 246, 0.4), 0 0 1rem rgba(27, 162, 246, 0.3), 0 0 4rem rgba(27, 162, 246, 0.1);
  10257. }
  10258. .btn-info {
  10259. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10260. }
  10261. .btn-outline-info {
  10262. color: #fff;
  10263. border-width: 2px;
  10264. }
  10265. .btn-warning, .btn-outline-warning {
  10266. box-shadow: 0 0 2px rgba(255, 193, 7, 0.9), 0 0 4px rgba(255, 193, 7, 0.4), 0 0 1rem rgba(255, 193, 7, 0.3), 0 0 4rem rgba(255, 193, 7, 0.1);
  10267. }
  10268. .btn-warning {
  10269. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10270. }
  10271. .btn-outline-warning {
  10272. color: #fff;
  10273. border-width: 2px;
  10274. }
  10275. .btn-danger, .btn-outline-danger {
  10276. box-shadow: 0 0 2px rgba(228, 76, 85, 0.9), 0 0 4px rgba(228, 76, 85, 0.4), 0 0 1rem rgba(228, 76, 85, 0.3), 0 0 4rem rgba(228, 76, 85, 0.1);
  10277. }
  10278. .btn-danger {
  10279. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10280. }
  10281. .btn-outline-danger {
  10282. color: #fff;
  10283. border-width: 2px;
  10284. }
  10285. .btn-light, .btn-outline-light {
  10286. box-shadow: 0 0 2px rgba(68, 217, 232, 0.9), 0 0 4px rgba(68, 217, 232, 0.4), 0 0 1rem rgba(68, 217, 232, 0.3), 0 0 4rem rgba(68, 217, 232, 0.1);
  10287. }
  10288. .btn-light {
  10289. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10290. }
  10291. .btn-outline-light {
  10292. color: #fff;
  10293. border-width: 2px;
  10294. }
  10295. .btn-dark, .btn-outline-dark {
  10296. box-shadow: 0 0 2px rgba(23, 2, 41, 0.9), 0 0 4px rgba(23, 2, 41, 0.4), 0 0 1rem rgba(23, 2, 41, 0.3), 0 0 4rem rgba(23, 2, 41, 0.1);
  10297. }
  10298. .btn-dark {
  10299. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10300. }
  10301. .btn-outline-dark {
  10302. color: #fff;
  10303. border-width: 2px;
  10304. }
  10305. .btn-dark {
  10306. box-shadow: 0 0 2px rgba(111, 66, 193, 0.9), 0 0 4px rgba(111, 66, 193, 0.4), 0 0 1rem rgba(111, 66, 193, 0.3), 0 0 4rem rgba(111, 66, 193, 0.1);
  10307. }
  10308. .btn-link {
  10309. box-shadow: none;
  10310. text-shadow: 0 0 1px rgba(50, 251, 226, 0.6), 0 0 3px rgba(50, 251, 226, 0.5), 0 0 0.5rem rgba(50, 251, 226, 0.3), 0 0 2rem rgba(50, 251, 226, 0.2);
  10311. }
  10312. .btn-outline-dark {
  10313. color: #fff;
  10314. }
  10315. .navbar.bg-primary {
  10316. box-shadow: 0 0 2px rgba(111, 66, 193, 0.9), 0 0 4px rgba(111, 66, 193, 0.4), 0 0 1rem rgba(111, 66, 193, 0.3), 0 0 4rem rgba(111, 66, 193, 0.1);
  10317. }
  10318. .navbar.bg-secondary {
  10319. box-shadow: 0 0 2px rgba(234, 57, 184, 0.9), 0 0 4px rgba(234, 57, 184, 0.4), 0 0 1rem rgba(234, 57, 184, 0.3), 0 0 4rem rgba(234, 57, 184, 0.1);
  10320. }
  10321. .navbar.bg-success {
  10322. box-shadow: 0 0 2px rgba(60, 242, 129, 0.9), 0 0 4px rgba(60, 242, 129, 0.4), 0 0 1rem rgba(60, 242, 129, 0.3), 0 0 4rem rgba(60, 242, 129, 0.1);
  10323. }
  10324. .navbar.bg-info {
  10325. box-shadow: 0 0 2px rgba(27, 162, 246, 0.9), 0 0 4px rgba(27, 162, 246, 0.4), 0 0 1rem rgba(27, 162, 246, 0.3), 0 0 4rem rgba(27, 162, 246, 0.1);
  10326. }
  10327. .navbar.bg-warning {
  10328. box-shadow: 0 0 2px rgba(255, 193, 7, 0.9), 0 0 4px rgba(255, 193, 7, 0.4), 0 0 1rem rgba(255, 193, 7, 0.3), 0 0 4rem rgba(255, 193, 7, 0.1);
  10329. }
  10330. .navbar.bg-danger {
  10331. box-shadow: 0 0 2px rgba(228, 76, 85, 0.9), 0 0 4px rgba(228, 76, 85, 0.4), 0 0 1rem rgba(228, 76, 85, 0.3), 0 0 4rem rgba(228, 76, 85, 0.1);
  10332. }
  10333. .navbar.bg-light {
  10334. box-shadow: 0 0 2px rgba(68, 217, 232, 0.9), 0 0 4px rgba(68, 217, 232, 0.4), 0 0 1rem rgba(68, 217, 232, 0.3), 0 0 4rem rgba(68, 217, 232, 0.1);
  10335. }
  10336. .navbar.bg-dark {
  10337. box-shadow: 0 0 2px rgba(23, 2, 41, 0.9), 0 0 4px rgba(23, 2, 41, 0.4), 0 0 1rem rgba(23, 2, 41, 0.3), 0 0 4rem rgba(23, 2, 41, 0.1);
  10338. }
  10339. .navbar-dark,
  10340. .navbar-dark a {
  10341. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10342. }
  10343. .navbar-dark .navbar-brand {
  10344. text-shadow: 0 0 1px rgba(255, 255, 255, 0.6), 0 0 3px rgba(255, 255, 255, 0.5), 0 0 0.5rem rgba(255, 255, 255, 0.3), 0 0 2rem rgba(255, 255, 255, 0.2);
  10345. }
  10346. .navbar-light,
  10347. .navbar-light a {
  10348. text-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.2);
  10349. }
  10350. .navbar-light .navbar-brand {
  10351. text-shadow: 0 0 1px rgba(0, 0, 0, 0.6), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 0.5rem rgba(0, 0, 0, 0.3), 0 0 2rem rgba(0, 0, 0, 0.2);
  10352. }
  10353. .nav-link.disabled {
  10354. text-shadow: 0 0 1px rgba(50, 251, 226, 0.3), 0 0 2px rgba(50, 251, 226, 0.3), 0 0 5px rgba(50, 251, 226, 0.2);
  10355. }
  10356. .nav-tabs .nav-link.active,
  10357. .nav-tabs .nav-item.show .nav-link {
  10358. text-shadow: 0 0 1px rgba(234, 57, 184, 0.3), 0 0 2px rgba(234, 57, 184, 0.3), 0 0 5px rgba(234, 57, 184, 0.2);
  10359. }
  10360. .nav-pills .nav-link.active,
  10361. .nav-pills .show > .nav-link {
  10362. box-shadow: 0 0 2px rgba(234, 57, 184, 0.9), 0 0 4px rgba(234, 57, 184, 0.4), 0 0 1rem rgba(234, 57, 184, 0.3), 0 0 4rem rgba(234, 57, 184, 0.1);
  10363. }
  10364. .breadcrumb-item.active {
  10365. text-shadow: 0 0 1px rgba(234, 57, 184, 0.3), 0 0 2px rgba(234, 57, 184, 0.3), 0 0 5px rgba(234, 57, 184, 0.2);
  10366. }
  10367. .breadcrumb-item + .breadcrumb-item::before {
  10368. text-shadow: 0 0 1px rgba(50, 251, 226, 0.3), 0 0 2px rgba(50, 251, 226, 0.3), 0 0 5px rgba(50, 251, 226, 0.2);
  10369. }
  10370. .page-link {
  10371. border-radius: 0.15rem;
  10372. }
  10373. .page-item.active .page-link {
  10374. box-shadow: 0 0 2px rgba(234, 57, 184, 0.9), 0 0 4px rgba(234, 57, 184, 0.4), 0 0 1rem rgba(234, 57, 184, 0.3), 0 0 4rem rgba(234, 57, 184, 0.1);
  10375. }
  10376. legend {
  10377. text-shadow: 0 0 1px rgba(50, 251, 226, 0.6), 0 0 3px rgba(50, 251, 226, 0.5), 0 0 0.5rem rgba(50, 251, 226, 0.3), 0 0 2rem rgba(50, 251, 226, 0.2);
  10378. }
  10379. .valid-feedback {
  10380. text-shadow: 0 0 1px rgba(60, 242, 129, 0.3), 0 0 2px rgba(60, 242, 129, 0.3), 0 0 5px rgba(60, 242, 129, 0.2);
  10381. }
  10382. .invalid-feedback {
  10383. text-shadow: 0 0 1px rgba(228, 76, 85, 0.3), 0 0 2px rgba(228, 76, 85, 0.3), 0 0 5px rgba(228, 76, 85, 0.2);
  10384. }
  10385. .alert-primary {
  10386. color: #fff;
  10387. background-color: #6f42c1;
  10388. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10389. box-shadow: 0 0 2rem rgba(125, 85, 199, 0.4), 0 0 8rem rgba(125, 85, 199, 0.3);
  10390. }
  10391. .alert-secondary {
  10392. color: #fff;
  10393. background-color: #ea39b8;
  10394. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10395. box-shadow: 0 0 2rem rgba(236, 77, 191, 0.4), 0 0 8rem rgba(236, 77, 191, 0.3);
  10396. }
  10397. .alert-success {
  10398. color: #fff;
  10399. background-color: #3cf281;
  10400. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10401. box-shadow: 0 0 2rem rgba(80, 243, 142, 0.4), 0 0 8rem rgba(80, 243, 142, 0.3);
  10402. }
  10403. .alert-info {
  10404. color: #fff;
  10405. background-color: #1ba2f6;
  10406. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10407. box-shadow: 0 0 2rem rgba(50, 171, 247, 0.4), 0 0 8rem rgba(50, 171, 247, 0.3);
  10408. }
  10409. .alert-warning {
  10410. color: #fff;
  10411. background-color: #ffc107;
  10412. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10413. box-shadow: 0 0 2rem rgba(255, 199, 32, 0.4), 0 0 8rem rgba(255, 199, 32, 0.3);
  10414. }
  10415. .alert-danger {
  10416. color: #fff;
  10417. background-color: #e44c55;
  10418. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10419. box-shadow: 0 0 2rem rgba(231, 94, 102, 0.4), 0 0 8rem rgba(231, 94, 102, 0.3);
  10420. }
  10421. .alert-light {
  10422. color: #fff;
  10423. background-color: #44d9e8;
  10424. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10425. box-shadow: 0 0 2rem rgba(87, 221, 234, 0.4), 0 0 8rem rgba(87, 221, 234, 0.3);
  10426. }
  10427. .alert-dark {
  10428. color: #fff;
  10429. background-color: #170229;
  10430. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10431. box-shadow: 0 0 2rem rgba(46, 27, 62, 0.4), 0 0 8rem rgba(46, 27, 62, 0.3);
  10432. }
  10433. .alert .alert-link,
  10434. .alert a {
  10435. color: #fff;
  10436. }
  10437. .alert h1,
  10438. .alert h2,
  10439. .alert h3,
  10440. .alert h4,
  10441. .alert h5,
  10442. .alert h6,
  10443. .alert .h1,
  10444. .alert .h2,
  10445. .alert .h3,
  10446. .alert .h4,
  10447. .alert .h5,
  10448. .alert .h6 {
  10449. text-shadow: 0 0 1px rgba(255, 255, 255, 0.6), 0 0 3px rgba(255, 255, 255, 0.5), 0 0 0.5rem rgba(255, 255, 255, 0.3), 0 0 2rem rgba(255, 255, 255, 0.2);
  10450. }
  10451. .progress {
  10452. overflow: visible;
  10453. }
  10454. .progress-bar {
  10455. box-shadow: 0 0 2px rgba(111, 66, 193, 0.9), 0 0 4px rgba(111, 66, 193, 0.4), 0 0 1rem rgba(111, 66, 193, 0.3), 0 0 4rem rgba(111, 66, 193, 0.1);
  10456. }
  10457. .progress-bar.bg-primary {
  10458. box-shadow: 0 0 2px rgba(111, 66, 193, 0.9), 0 0 4px rgba(111, 66, 193, 0.4), 0 0 1rem rgba(111, 66, 193, 0.3), 0 0 4rem rgba(111, 66, 193, 0.1);
  10459. }
  10460. .progress-bar.bg-secondary {
  10461. box-shadow: 0 0 2px rgba(234, 57, 184, 0.9), 0 0 4px rgba(234, 57, 184, 0.4), 0 0 1rem rgba(234, 57, 184, 0.3), 0 0 4rem rgba(234, 57, 184, 0.1);
  10462. }
  10463. .progress-bar.bg-success {
  10464. box-shadow: 0 0 2px rgba(60, 242, 129, 0.9), 0 0 4px rgba(60, 242, 129, 0.4), 0 0 1rem rgba(60, 242, 129, 0.3), 0 0 4rem rgba(60, 242, 129, 0.1);
  10465. }
  10466. .progress-bar.bg-info {
  10467. box-shadow: 0 0 2px rgba(27, 162, 246, 0.9), 0 0 4px rgba(27, 162, 246, 0.4), 0 0 1rem rgba(27, 162, 246, 0.3), 0 0 4rem rgba(27, 162, 246, 0.1);
  10468. }
  10469. .progress-bar.bg-warning {
  10470. box-shadow: 0 0 2px rgba(255, 193, 7, 0.9), 0 0 4px rgba(255, 193, 7, 0.4), 0 0 1rem rgba(255, 193, 7, 0.3), 0 0 4rem rgba(255, 193, 7, 0.1);
  10471. }
  10472. .progress-bar.bg-danger {
  10473. box-shadow: 0 0 2px rgba(228, 76, 85, 0.9), 0 0 4px rgba(228, 76, 85, 0.4), 0 0 1rem rgba(228, 76, 85, 0.3), 0 0 4rem rgba(228, 76, 85, 0.1);
  10474. }
  10475. .progress-bar.bg-light {
  10476. box-shadow: 0 0 2px rgba(68, 217, 232, 0.9), 0 0 4px rgba(68, 217, 232, 0.4), 0 0 1rem rgba(68, 217, 232, 0.3), 0 0 4rem rgba(68, 217, 232, 0.1);
  10477. }
  10478. .progress-bar.bg-dark {
  10479. box-shadow: 0 0 2px rgba(23, 2, 41, 0.9), 0 0 4px rgba(23, 2, 41, 0.4), 0 0 1rem rgba(23, 2, 41, 0.3), 0 0 4rem rgba(23, 2, 41, 0.1);
  10480. }
  10481. .tooltip-inner,
  10482. .tooltip .arrow {
  10483. box-shadow: 0 0 2rem rgba(125, 85, 199, 0.4), 0 0 8rem rgba(125, 85, 199, 0.3);
  10484. }
  10485. .modal,
  10486. .popover,
  10487. .toast {
  10488. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10489. }
  10490. .modal h1,
  10491. .modal h2,
  10492. .modal h3,
  10493. .modal h4,
  10494. .modal h5,
  10495. .modal h6,
  10496. .modal .h1,
  10497. .modal .h2,
  10498. .modal .h3,
  10499. .modal .h4,
  10500. .modal .h5,
  10501. .modal .h6,
  10502. .popover h1,
  10503. .popover h2,
  10504. .popover h3,
  10505. .popover h4,
  10506. .popover h5,
  10507. .popover h6,
  10508. .popover .h1,
  10509. .popover .h2,
  10510. .popover .h3,
  10511. .popover .h4,
  10512. .popover .h5,
  10513. .popover .h6,
  10514. .toast h1,
  10515. .toast h2,
  10516. .toast h3,
  10517. .toast h4,
  10518. .toast h5,
  10519. .toast h6,
  10520. .toast .h1,
  10521. .toast .h2,
  10522. .toast .h3,
  10523. .toast .h4,
  10524. .toast .h5,
  10525. .toast .h6 {
  10526. text-shadow: 0 0 1px rgba(255, 255, 255, 0.6), 0 0 3px rgba(255, 255, 255, 0.5), 0 0 0.5rem rgba(255, 255, 255, 0.3), 0 0 2rem rgba(255, 255, 255, 0.2);
  10527. }
  10528. .popover,
  10529. .toast {
  10530. box-shadow: 0 0 2rem rgba(125, 85, 199, 0.4), 0 0 8rem rgba(125, 85, 199, 0.3);
  10531. }
  10532. .modal-content {
  10533. box-shadow: 0 0 2rem rgba(125, 85, 199, 0.4), 0 0 8rem rgba(125, 85, 199, 0.3);
  10534. }
  10535. .list-group-item.active h1,
  10536. .list-group-item.active h2,
  10537. .list-group-item.active h3,
  10538. .list-group-item.active h4,
  10539. .list-group-item.active h5,
  10540. .list-group-item.active h6,
  10541. .list-group-item.active .h1,
  10542. .list-group-item.active .h2,
  10543. .list-group-item.active .h3,
  10544. .list-group-item.active .h4,
  10545. .list-group-item.active .h5,
  10546. .list-group-item.active .h6 {
  10547. text-shadow: 0 0 1px rgba(255, 255, 255, 0.6), 0 0 3px rgba(255, 255, 255, 0.5), 0 0 0.5rem rgba(255, 255, 255, 0.3), 0 0 2rem rgba(255, 255, 255, 0.2);
  10548. }
  10549. .card {
  10550. background-color: transparent;
  10551. text-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
  10552. }
  10553. .card.border-primary {
  10554. box-shadow: 0 0 2px rgba(111, 66, 193, 0.9), 0 0 4px rgba(111, 66, 193, 0.4), 0 0 1rem rgba(111, 66, 193, 0.3), 0 0 4rem rgba(111, 66, 193, 0.1);
  10555. }
  10556. .card.border-secondary {
  10557. box-shadow: 0 0 2px rgba(234, 57, 184, 0.9), 0 0 4px rgba(234, 57, 184, 0.4), 0 0 1rem rgba(234, 57, 184, 0.3), 0 0 4rem rgba(234, 57, 184, 0.1);
  10558. }
  10559. .card.border-success {
  10560. box-shadow: 0 0 2px rgba(60, 242, 129, 0.9), 0 0 4px rgba(60, 242, 129, 0.4), 0 0 1rem rgba(60, 242, 129, 0.3), 0 0 4rem rgba(60, 242, 129, 0.1);
  10561. }
  10562. .card.border-info {
  10563. box-shadow: 0 0 2px rgba(27, 162, 246, 0.9), 0 0 4px rgba(27, 162, 246, 0.4), 0 0 1rem rgba(27, 162, 246, 0.3), 0 0 4rem rgba(27, 162, 246, 0.1);
  10564. }
  10565. .card.border-warning {
  10566. box-shadow: 0 0 2px rgba(255, 193, 7, 0.9), 0 0 4px rgba(255, 193, 7, 0.4), 0 0 1rem rgba(255, 193, 7, 0.3), 0 0 4rem rgba(255, 193, 7, 0.1);
  10567. }
  10568. .card.border-danger {
  10569. box-shadow: 0 0 2px rgba(228, 76, 85, 0.9), 0 0 4px rgba(228, 76, 85, 0.4), 0 0 1rem rgba(228, 76, 85, 0.3), 0 0 4rem rgba(228, 76, 85, 0.1);
  10570. }
  10571. .card.border-light {
  10572. box-shadow: 0 0 2px rgba(68, 217, 232, 0.9), 0 0 4px rgba(68, 217, 232, 0.4), 0 0 1rem rgba(68, 217, 232, 0.3), 0 0 4rem rgba(68, 217, 232, 0.1);
  10573. }
  10574. .card.border-dark {
  10575. box-shadow: 0 0 2px rgba(111, 66, 193, 0.9), 0 0 4px rgba(111, 66, 193, 0.4), 0 0 1rem rgba(111, 66, 193, 0.3), 0 0 4rem rgba(111, 66, 193, 0.1);
  10576. }
  10577. .card h1,
  10578. .card h2,
  10579. .card h3,
  10580. .card h4,
  10581. .card h5,
  10582. .card h6,
  10583. .card .h1,
  10584. .card .h2,
  10585. .card .h3,
  10586. .card .h4,
  10587. .card .h5,
  10588. .card .h6 {
  10589. text-shadow: 0 0 1px rgba(255, 255, 255, 0.6), 0 0 3px rgba(255, 255, 255, 0.5), 0 0 0.5rem rgba(255, 255, 255, 0.3), 0 0 2rem rgba(255, 255, 255, 0.2);
  10590. }