A self hosted chat application with end-to-end encrypted messaging.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11004 lines
200 KiB

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