You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10258 lines
194 KiB

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