_ripperdoc

bootstrap-4.4.1.css

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