国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10445 lines
197KB

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