payment gateway for rpn cn
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

11401 line
208KB

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