Graphs and tables for your Spotify account.
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.

6465 lines
158 KiB

  1. /*!
  2. * Bootstrap v4.1.3 (https://getbootstrap.com/)
  3. * Copyright 2011-2018 The Bootstrap Authors
  4. * Copyright 2011-2018 Twitter, Inc.
  5. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  6. */
  7. @import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");
  8. :root {
  9. --blue: #2A9FD6;
  10. --indigo: #6610f2;
  11. --purple: #6f42c1;
  12. --pink: #e83e8c;
  13. --red: #E74C3C;
  14. --orange: #fd7e14;
  15. --yellow: #F39C12;
  16. --green: #00bc8c;
  17. --teal: #20c997;
  18. --cyan: #3498DB;
  19. --white: #fff;
  20. --gray: #999;
  21. --gray-dark: #303030;
  22. --primary: #2A9FD6;
  23. --secondary: #444;
  24. --success: #00bc8c;
  25. --info: #3498DB;
  26. --warning: #F39C12;
  27. --danger: #E74C3C;
  28. --light: #303030;
  29. --dark: #adb5bd;
  30. --breakpoint-xs: 0;
  31. --breakpoint-sm: 576px;
  32. --breakpoint-md: 768px;
  33. --breakpoint-lg: 992px;
  34. --breakpoint-xl: 1200px;
  35. --font-family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  36. --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  37. *,
  38. *::before,
  39. *::after {
  40. box-sizing: border-box; }
  41. html {
  42. font-family: sans-serif;
  43. line-height: 1.15;
  44. -webkit-text-size-adjust: 100%;
  45. -ms-text-size-adjust: 100%;
  46. -ms-overflow-style: scrollbar;
  47. -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  48. @-ms-viewport {
  49. width: device-width; }
  50. article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  51. display: block; }
  52. body {
  53. margin: 0;
  54. font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  55. font-size: 0.9375rem;
  56. font-weight: 400;
  57. line-height: 1.5;
  58. color: #fff;
  59. text-align: left;
  60. background-color: #222; }
  61. [tabindex="-1"]:focus {
  62. outline: 0 !important; }
  63. hr {
  64. box-sizing: content-box;
  65. height: 0;
  66. overflow: visible; }
  67. h1, h2, h3, h4, h5, h6 {
  68. margin-top: 0;
  69. margin-bottom: 0.5rem; }
  70. p {
  71. margin-top: 0;
  72. margin-bottom: 1rem; }
  73. abbr[title],
  74. abbr[data-original-title] {
  75. text-decoration: underline;
  76. text-decoration: underline dotted;
  77. cursor: help;
  78. border-bottom: 0; }
  79. address {
  80. margin-bottom: 1rem;
  81. font-style: normal;
  82. line-height: inherit; }
  83. ol,
  84. ul,
  85. dl {
  86. margin-top: 0;
  87. margin-bottom: 1rem; }
  88. ol ol,
  89. ul ul,
  90. ol ul,
  91. ul ol {
  92. margin-bottom: 0; }
  93. dt {
  94. font-weight: 700; }
  95. dd {
  96. margin-bottom: .5rem;
  97. margin-left: 0; }
  98. blockquote {
  99. margin: 0 0 1rem; }
  100. dfn {
  101. font-style: italic; }
  102. b,
  103. strong {
  104. font-weight: bolder; }
  105. small {
  106. font-size: 80%; }
  107. sub,
  108. sup {
  109. position: relative;
  110. font-size: 75%;
  111. line-height: 0;
  112. vertical-align: baseline; }
  113. sub {
  114. bottom: -.25em; }
  115. sup {
  116. top: -.5em; }
  117. a {
  118. color: #00bc8c;
  119. text-decoration: none;
  120. background-color: transparent;
  121. -webkit-text-decoration-skip: objects; }
  122. a:hover {
  123. color: #007053;
  124. text-decoration: underline; }
  125. a:not([href]):not([tabindex]) {
  126. color: inherit;
  127. text-decoration: none; }
  128. a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  129. color: inherit;
  130. text-decoration: none; }
  131. a:not([href]):not([tabindex]):focus {
  132. outline: 0; }
  133. pre,
  134. code,
  135. kbd,
  136. samp {
  137. font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  138. font-size: 1em; }
  139. pre {
  140. margin-top: 0;
  141. margin-bottom: 1rem;
  142. overflow: auto;
  143. -ms-overflow-style: scrollbar; }
  144. figure {
  145. margin: 0 0 1rem; }
  146. img {
  147. vertical-align: middle;
  148. border-style: none; }
  149. svg {
  150. overflow: hidden;
  151. vertical-align: middle; }
  152. table {
  153. border-collapse: collapse; }
  154. caption {
  155. padding-top: 0.75rem;
  156. padding-bottom: 0.75rem;
  157. color: #999;
  158. text-align: left;
  159. caption-side: bottom; }
  160. th {
  161. text-align: inherit; }
  162. label {
  163. display: inline-block;
  164. margin-bottom: 0.5rem; }
  165. button {
  166. border-radius: 0; }
  167. button:focus {
  168. outline: 1px dotted;
  169. outline: 5px auto -webkit-focus-ring-color; }
  170. input,
  171. button,
  172. select,
  173. optgroup,
  174. textarea {
  175. margin: 0;
  176. font-family: inherit;
  177. font-size: inherit;
  178. line-height: inherit; }
  179. button,
  180. input {
  181. overflow: visible; }
  182. button,
  183. select {
  184. text-transform: none; }
  185. button,
  186. html [type="button"],
  187. [type="reset"],
  188. [type="submit"] {
  189. -webkit-appearance: button; }
  190. button::-moz-focus-inner,
  191. [type="button"]::-moz-focus-inner,
  192. [type="reset"]::-moz-focus-inner,
  193. [type="submit"]::-moz-focus-inner {
  194. padding: 0;
  195. border-style: none; }
  196. input[type="radio"],
  197. input[type="checkbox"] {
  198. box-sizing: border-box;
  199. padding: 0; }
  200. input[type="date"],
  201. input[type="time"],
  202. input[type="datetime-local"],
  203. input[type="month"] {
  204. -webkit-appearance: listbox; }
  205. textarea {
  206. overflow: auto;
  207. resize: vertical; }
  208. fieldset {
  209. min-width: 0;
  210. padding: 0;
  211. margin: 0;
  212. border: 0; }
  213. legend {
  214. display: block;
  215. width: 100%;
  216. max-width: 100%;
  217. padding: 0;
  218. margin-bottom: .5rem;
  219. font-size: 1.5rem;
  220. line-height: inherit;
  221. color: inherit;
  222. white-space: normal; }
  223. progress {
  224. vertical-align: baseline; }
  225. [type="number"]::-webkit-inner-spin-button,
  226. [type="number"]::-webkit-outer-spin-button {
  227. height: auto; }
  228. [type="search"] {
  229. outline-offset: -2px;
  230. -webkit-appearance: none; }
  231. [type="search"]::-webkit-search-cancel-button,
  232. [type="search"]::-webkit-search-decoration {
  233. -webkit-appearance: none; }
  234. ::-webkit-file-upload-button {
  235. font: inherit;
  236. -webkit-appearance: button; }
  237. output {
  238. display: inline-block; }
  239. summary {
  240. display: list-item;
  241. cursor: pointer; }
  242. template {
  243. display: none; }
  244. [hidden] {
  245. display: none !important; }
  246. h1, h2, h3, h4, h5, h6,
  247. .h1, .h2, .h3, .h4, .h5, .h6 {
  248. margin-bottom: 0.5rem;
  249. font-family: inherit;
  250. font-weight: 500;
  251. line-height: 1.2;
  252. color: inherit; }
  253. h1, .h1 {
  254. font-size: 3rem; }
  255. h2, .h2 {
  256. font-size: 2.5rem; }
  257. h3, .h3 {
  258. font-size: 2rem; }
  259. h4, .h4 {
  260. font-size: 1.40625rem; }
  261. h5, .h5 {
  262. font-size: 1.17188rem; }
  263. h6, .h6 {
  264. font-size: 0.9375rem; }
  265. .lead {
  266. font-size: 1.17188rem;
  267. font-weight: 300; }
  268. .display-1 {
  269. font-size: 6rem;
  270. font-weight: 300;
  271. line-height: 1.2; }
  272. .display-2 {
  273. font-size: 5.5rem;
  274. font-weight: 300;
  275. line-height: 1.2; }
  276. .display-3 {
  277. font-size: 4.5rem;
  278. font-weight: 300;
  279. line-height: 1.2; }
  280. .display-4 {
  281. font-size: 3.5rem;
  282. font-weight: 300;
  283. line-height: 1.2; }
  284. hr {
  285. margin-top: 1rem;
  286. margin-bottom: 1rem;
  287. border: 0;
  288. border-top: 1px solid rgba(0, 0, 0, 0.1); }
  289. small,
  290. .small {
  291. font-size: 80%;
  292. font-weight: 400; }
  293. mark,
  294. .mark {
  295. padding: 0.2em;
  296. background-color: #fcf8e3; }
  297. .list-unstyled {
  298. padding-left: 0;
  299. list-style: none; }
  300. .list-inline {
  301. padding-left: 0;
  302. list-style: none; }
  303. .list-inline-item {
  304. display: inline-block; }
  305. .list-inline-item:not(:last-child) {
  306. margin-right: 0.5rem; }
  307. .initialism {
  308. font-size: 90%;
  309. text-transform: uppercase; }
  310. .blockquote {
  311. margin-bottom: 1rem;
  312. font-size: 1.17188rem; }
  313. .blockquote-footer {
  314. display: block;
  315. font-size: 80%;
  316. color: #999; }
  317. .blockquote-footer::before {
  318. content: "\2014 \00A0"; }
  319. .img-fluid {
  320. max-width: 100%;
  321. height: auto; }
  322. .img-thumbnail {
  323. padding: 0.25rem;
  324. background-color: #222;
  325. border: 1px solid #dee2e6;
  326. border-radius: 0.25rem;
  327. max-width: 100%;
  328. height: auto; }
  329. .figure {
  330. display: inline-block; }
  331. .figure-img {
  332. margin-bottom: 0.5rem;
  333. line-height: 1; }
  334. .figure-caption {
  335. font-size: 90%;
  336. color: #999; }
  337. code {
  338. font-size: 87.5%;
  339. color: #e83e8c;
  340. word-break: break-word; }
  341. a > code {
  342. color: inherit; }
  343. kbd {
  344. padding: 0.2rem 0.4rem;
  345. font-size: 87.5%;
  346. color: #fff;
  347. background-color: #222;
  348. border-radius: 0.2rem; }
  349. kbd kbd {
  350. padding: 0;
  351. font-size: 100%;
  352. font-weight: 700; }
  353. pre {
  354. display: block;
  355. font-size: 87.5%;
  356. color: inherit; }
  357. pre code {
  358. font-size: inherit;
  359. color: inherit;
  360. word-break: normal; }
  361. .pre-scrollable {
  362. max-height: 340px;
  363. overflow-y: scroll; }
  364. .container {
  365. width: 100%;
  366. padding-right: 15px;
  367. padding-left: 15px;
  368. margin-right: auto;
  369. margin-left: auto; }
  370. @media (min-width: 576px) {
  371. .container {
  372. max-width: 540px; } }
  373. @media (min-width: 768px) {
  374. .container {
  375. max-width: 720px; } }
  376. @media (min-width: 992px) {
  377. .container {
  378. max-width: 960px; } }
  379. @media (min-width: 1200px) {
  380. .container {
  381. max-width: 1140px; } }
  382. .container-fluid {
  383. width: 100%;
  384. padding-right: 15px;
  385. padding-left: 15px;
  386. margin-right: auto;
  387. margin-left: auto; }
  388. .row {
  389. display: flex;
  390. flex-wrap: wrap;
  391. margin-right: -15px;
  392. margin-left: -15px; }
  393. .no-gutters {
  394. margin-right: 0;
  395. margin-left: 0; }
  396. .no-gutters > .col,
  397. .no-gutters > [class*="col-"] {
  398. padding-right: 0;
  399. padding-left: 0; }
  400. .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,
  401. .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,
  402. .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,
  403. .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,
  404. .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,
  405. .col-xl-auto {
  406. position: relative;
  407. width: 100%;
  408. min-height: 1px;
  409. padding-right: 15px;
  410. padding-left: 15px; }
  411. .col {
  412. flex-basis: 0;
  413. flex-grow: 1;
  414. max-width: 100%; }
  415. .col-auto {
  416. flex: 0 0 auto;
  417. width: auto;
  418. max-width: none; }
  419. .col-1 {
  420. flex: 0 0 8.33333%;
  421. max-width: 8.33333%; }
  422. .col-2 {
  423. flex: 0 0 16.66667%;
  424. max-width: 16.66667%; }
  425. .col-3 {
  426. flex: 0 0 25%;
  427. max-width: 25%; }
  428. .col-4 {
  429. flex: 0 0 33.33333%;
  430. max-width: 33.33333%; }
  431. .col-5 {
  432. flex: 0 0 41.66667%;
  433. max-width: 41.66667%; }
  434. .col-6 {
  435. flex: 0 0 50%;
  436. max-width: 50%; }
  437. .col-7 {
  438. flex: 0 0 58.33333%;
  439. max-width: 58.33333%; }
  440. .col-8 {
  441. flex: 0 0 66.66667%;
  442. max-width: 66.66667%; }
  443. .col-9 {
  444. flex: 0 0 75%;
  445. max-width: 75%; }
  446. .col-10 {
  447. flex: 0 0 83.33333%;
  448. max-width: 83.33333%; }
  449. .col-11 {
  450. flex: 0 0 91.66667%;
  451. max-width: 91.66667%; }
  452. .col-12 {
  453. flex: 0 0 100%;
  454. max-width: 100%; }
  455. .order-first {
  456. order: -1; }
  457. .order-last {
  458. order: 13; }
  459. .order-0 {
  460. order: 0; }
  461. .order-1 {
  462. order: 1; }
  463. .order-2 {
  464. order: 2; }
  465. .order-3 {
  466. order: 3; }
  467. .order-4 {
  468. order: 4; }
  469. .order-5 {
  470. order: 5; }
  471. .order-6 {
  472. order: 6; }
  473. .order-7 {
  474. order: 7; }
  475. .order-8 {
  476. order: 8; }
  477. .order-9 {
  478. order: 9; }
  479. .order-10 {
  480. order: 10; }
  481. .order-11 {
  482. order: 11; }
  483. .order-12 {
  484. order: 12; }
  485. .offset-1 {
  486. margin-left: 8.33333%; }
  487. .offset-2 {
  488. margin-left: 16.66667%; }
  489. .offset-3 {
  490. margin-left: 25%; }
  491. .offset-4 {
  492. margin-left: 33.33333%; }
  493. .offset-5 {
  494. margin-left: 41.66667%; }
  495. .offset-6 {
  496. margin-left: 50%; }
  497. .offset-7 {
  498. margin-left: 58.33333%; }
  499. .offset-8 {
  500. margin-left: 66.66667%; }
  501. .offset-9 {
  502. margin-left: 75%; }
  503. .offset-10 {
  504. margin-left: 83.33333%; }
  505. .offset-11 {
  506. margin-left: 91.66667%; }
  507. @media (min-width: 576px) {
  508. .col-sm {
  509. flex-basis: 0;
  510. flex-grow: 1;
  511. max-width: 100%; }
  512. .col-sm-auto {
  513. flex: 0 0 auto;
  514. width: auto;
  515. max-width: none; }
  516. .col-sm-1 {
  517. flex: 0 0 8.33333%;
  518. max-width: 8.33333%; }
  519. .col-sm-2 {
  520. flex: 0 0 16.66667%;
  521. max-width: 16.66667%; }
  522. .col-sm-3 {
  523. flex: 0 0 25%;
  524. max-width: 25%; }
  525. .col-sm-4 {
  526. flex: 0 0 33.33333%;
  527. max-width: 33.33333%; }
  528. .col-sm-5 {
  529. flex: 0 0 41.66667%;
  530. max-width: 41.66667%; }
  531. .col-sm-6 {
  532. flex: 0 0 50%;
  533. max-width: 50%; }
  534. .col-sm-7 {
  535. flex: 0 0 58.33333%;
  536. max-width: 58.33333%; }
  537. .col-sm-8 {
  538. flex: 0 0 66.66667%;
  539. max-width: 66.66667%; }
  540. .col-sm-9 {
  541. flex: 0 0 75%;
  542. max-width: 75%; }
  543. .col-sm-10 {
  544. flex: 0 0 83.33333%;
  545. max-width: 83.33333%; }
  546. .col-sm-11 {
  547. flex: 0 0 91.66667%;
  548. max-width: 91.66667%; }
  549. .col-sm-12 {
  550. flex: 0 0 100%;
  551. max-width: 100%; }
  552. .order-sm-first {
  553. order: -1; }
  554. .order-sm-last {
  555. order: 13; }
  556. .order-sm-0 {
  557. order: 0; }
  558. .order-sm-1 {
  559. order: 1; }
  560. .order-sm-2 {
  561. order: 2; }
  562. .order-sm-3 {
  563. order: 3; }
  564. .order-sm-4 {
  565. order: 4; }
  566. .order-sm-5 {
  567. order: 5; }
  568. .order-sm-6 {
  569. order: 6; }
  570. .order-sm-7 {
  571. order: 7; }
  572. .order-sm-8 {
  573. order: 8; }
  574. .order-sm-9 {
  575. order: 9; }
  576. .order-sm-10 {
  577. order: 10; }
  578. .order-sm-11 {
  579. order: 11; }
  580. .order-sm-12 {
  581. order: 12; }
  582. .offset-sm-0 {
  583. margin-left: 0; }
  584. .offset-sm-1 {
  585. margin-left: 8.33333%; }
  586. .offset-sm-2 {
  587. margin-left: 16.66667%; }
  588. .offset-sm-3 {
  589. margin-left: 25%; }
  590. .offset-sm-4 {
  591. margin-left: 33.33333%; }
  592. .offset-sm-5 {
  593. margin-left: 41.66667%; }
  594. .offset-sm-6 {
  595. margin-left: 50%; }
  596. .offset-sm-7 {
  597. margin-left: 58.33333%; }
  598. .offset-sm-8 {
  599. margin-left: 66.66667%; }
  600. .offset-sm-9 {
  601. margin-left: 75%; }
  602. .offset-sm-10 {
  603. margin-left: 83.33333%; }
  604. .offset-sm-11 {
  605. margin-left: 91.66667%; } }
  606. @media (min-width: 768px) {
  607. .col-md {
  608. flex-basis: 0;
  609. flex-grow: 1;
  610. max-width: 100%; }
  611. .col-md-auto {
  612. flex: 0 0 auto;
  613. width: auto;
  614. max-width: none; }
  615. .col-md-1 {
  616. flex: 0 0 8.33333%;
  617. max-width: 8.33333%; }
  618. .col-md-2 {
  619. flex: 0 0 16.66667%;
  620. max-width: 16.66667%; }
  621. .col-md-3 {
  622. flex: 0 0 25%;
  623. max-width: 25%; }
  624. .col-md-4 {
  625. flex: 0 0 33.33333%;
  626. max-width: 33.33333%; }
  627. .col-md-5 {
  628. flex: 0 0 41.66667%;
  629. max-width: 41.66667%; }
  630. .col-md-6 {
  631. flex: 0 0 50%;
  632. max-width: 50%; }
  633. .col-md-7 {
  634. flex: 0 0 58.33333%;
  635. max-width: 58.33333%; }
  636. .col-md-8 {
  637. flex: 0 0 66.66667%;
  638. max-width: 66.66667%; }
  639. .col-md-9 {
  640. flex: 0 0 75%;
  641. max-width: 75%; }
  642. .col-md-10 {
  643. flex: 0 0 83.33333%;
  644. max-width: 83.33333%; }
  645. .col-md-11 {
  646. flex: 0 0 91.66667%;
  647. max-width: 91.66667%; }
  648. .col-md-12 {
  649. flex: 0 0 100%;
  650. max-width: 100%; }
  651. .order-md-first {
  652. order: -1; }
  653. .order-md-last {
  654. order: 13; }
  655. .order-md-0 {
  656. order: 0; }
  657. .order-md-1 {
  658. order: 1; }
  659. .order-md-2 {
  660. order: 2; }
  661. .order-md-3 {
  662. order: 3; }
  663. .order-md-4 {
  664. order: 4; }
  665. .order-md-5 {
  666. order: 5; }
  667. .order-md-6 {
  668. order: 6; }
  669. .order-md-7 {
  670. order: 7; }
  671. .order-md-8 {
  672. order: 8; }
  673. .order-md-9 {
  674. order: 9; }
  675. .order-md-10 {
  676. order: 10; }
  677. .order-md-11 {
  678. order: 11; }
  679. .order-md-12 {
  680. order: 12; }
  681. .offset-md-0 {
  682. margin-left: 0; }
  683. .offset-md-1 {
  684. margin-left: 8.33333%; }
  685. .offset-md-2 {
  686. margin-left: 16.66667%; }
  687. .offset-md-3 {
  688. margin-left: 25%; }
  689. .offset-md-4 {
  690. margin-left: 33.33333%; }
  691. .offset-md-5 {
  692. margin-left: 41.66667%; }
  693. .offset-md-6 {
  694. margin-left: 50%; }
  695. .offset-md-7 {
  696. margin-left: 58.33333%; }
  697. .offset-md-8 {
  698. margin-left: 66.66667%; }
  699. .offset-md-9 {
  700. margin-left: 75%; }
  701. .offset-md-10 {
  702. margin-left: 83.33333%; }
  703. .offset-md-11 {
  704. margin-left: 91.66667%; } }
  705. @media (min-width: 992px) {
  706. .col-lg {
  707. flex-basis: 0;
  708. flex-grow: 1;
  709. max-width: 100%; }
  710. .col-lg-auto {
  711. flex: 0 0 auto;
  712. width: auto;
  713. max-width: none; }
  714. .col-lg-1 {
  715. flex: 0 0 8.33333%;
  716. max-width: 8.33333%; }
  717. .col-lg-2 {
  718. flex: 0 0 16.66667%;
  719. max-width: 16.66667%; }
  720. .col-lg-3 {
  721. flex: 0 0 25%;
  722. max-width: 25%; }
  723. .col-lg-4 {
  724. flex: 0 0 33.33333%;
  725. max-width: 33.33333%; }
  726. .col-lg-5 {
  727. flex: 0 0 41.66667%;
  728. max-width: 41.66667%; }
  729. .col-lg-6 {
  730. flex: 0 0 50%;
  731. max-width: 50%; }
  732. .col-lg-7 {
  733. flex: 0 0 58.33333%;
  734. max-width: 58.33333%; }
  735. .col-lg-8 {
  736. flex: 0 0 66.66667%;
  737. max-width: 66.66667%; }
  738. .col-lg-9 {
  739. flex: 0 0 75%;
  740. max-width: 75%; }
  741. .col-lg-10 {
  742. flex: 0 0 83.33333%;
  743. max-width: 83.33333%; }
  744. .col-lg-11 {
  745. flex: 0 0 91.66667%;
  746. max-width: 91.66667%; }
  747. .col-lg-12 {
  748. flex: 0 0 100%;
  749. max-width: 100%; }
  750. .order-lg-first {
  751. order: -1; }
  752. .order-lg-last {
  753. order: 13; }
  754. .order-lg-0 {
  755. order: 0; }
  756. .order-lg-1 {
  757. order: 1; }
  758. .order-lg-2 {
  759. order: 2; }
  760. .order-lg-3 {
  761. order: 3; }
  762. .order-lg-4 {
  763. order: 4; }
  764. .order-lg-5 {
  765. order: 5; }
  766. .order-lg-6 {
  767. order: 6; }
  768. .order-lg-7 {
  769. order: 7; }
  770. .order-lg-8 {
  771. order: 8; }
  772. .order-lg-9 {
  773. order: 9; }
  774. .order-lg-10 {
  775. order: 10; }
  776. .order-lg-11 {
  777. order: 11; }
  778. .order-lg-12 {
  779. order: 12; }
  780. .offset-lg-0 {
  781. margin-left: 0; }
  782. .offset-lg-1 {
  783. margin-left: 8.33333%; }
  784. .offset-lg-2 {
  785. margin-left: 16.66667%; }
  786. .offset-lg-3 {
  787. margin-left: 25%; }
  788. .offset-lg-4 {
  789. margin-left: 33.33333%; }
  790. .offset-lg-5 {
  791. margin-left: 41.66667%; }
  792. .offset-lg-6 {
  793. margin-left: 50%; }
  794. .offset-lg-7 {
  795. margin-left: 58.33333%; }
  796. .offset-lg-8 {
  797. margin-left: 66.66667%; }
  798. .offset-lg-9 {
  799. margin-left: 75%; }
  800. .offset-lg-10 {
  801. margin-left: 83.33333%; }
  802. .offset-lg-11 {
  803. margin-left: 91.66667%; } }
  804. @media (min-width: 1200px) {
  805. .col-xl {
  806. flex-basis: 0;
  807. flex-grow: 1;
  808. max-width: 100%; }
  809. .col-xl-auto {
  810. flex: 0 0 auto;
  811. width: auto;
  812. max-width: none; }
  813. .col-xl-1 {
  814. flex: 0 0 8.33333%;
  815. max-width: 8.33333%; }
  816. .col-xl-2 {
  817. flex: 0 0 16.66667%;
  818. max-width: 16.66667%; }
  819. .col-xl-3 {
  820. flex: 0 0 25%;
  821. max-width: 25%; }
  822. .col-xl-4 {
  823. flex: 0 0 33.33333%;
  824. max-width: 33.33333%; }
  825. .col-xl-5 {
  826. flex: 0 0 41.66667%;
  827. max-width: 41.66667%; }
  828. .col-xl-6 {
  829. flex: 0 0 50%;
  830. max-width: 50%; }
  831. .col-xl-7 {
  832. flex: 0 0 58.33333%;
  833. max-width: 58.33333%; }
  834. .col-xl-8 {
  835. flex: 0 0 66.66667%;
  836. max-width: 66.66667%; }
  837. .col-xl-9 {
  838. flex: 0 0 75%;
  839. max-width: 75%; }
  840. .col-xl-10 {
  841. flex: 0 0 83.33333%;
  842. max-width: 83.33333%; }
  843. .col-xl-11 {
  844. flex: 0 0 91.66667%;
  845. max-width: 91.66667%; }
  846. .col-xl-12 {
  847. flex: 0 0 100%;
  848. max-width: 100%; }
  849. .order-xl-first {
  850. order: -1; }
  851. .order-xl-last {
  852. order: 13; }
  853. .order-xl-0 {
  854. order: 0; }
  855. .order-xl-1 {
  856. order: 1; }
  857. .order-xl-2 {
  858. order: 2; }
  859. .order-xl-3 {
  860. order: 3; }
  861. .order-xl-4 {
  862. order: 4; }
  863. .order-xl-5 {
  864. order: 5; }
  865. .order-xl-6 {
  866. order: 6; }
  867. .order-xl-7 {
  868. order: 7; }
  869. .order-xl-8 {
  870. order: 8; }
  871. .order-xl-9 {
  872. order: 9; }
  873. .order-xl-10 {
  874. order: 10; }
  875. .order-xl-11 {
  876. order: 11; }
  877. .order-xl-12 {
  878. order: 12; }
  879. .offset-xl-0 {
  880. margin-left: 0; }
  881. .offset-xl-1 {
  882. margin-left: 8.33333%; }
  883. .offset-xl-2 {
  884. margin-left: 16.66667%; }
  885. .offset-xl-3 {
  886. margin-left: 25%; }
  887. .offset-xl-4 {
  888. margin-left: 33.33333%; }
  889. .offset-xl-5 {
  890. margin-left: 41.66667%; }
  891. .offset-xl-6 {
  892. margin-left: 50%; }
  893. .offset-xl-7 {
  894. margin-left: 58.33333%; }
  895. .offset-xl-8 {
  896. margin-left: 66.66667%; }
  897. .offset-xl-9 {
  898. margin-left: 75%; }
  899. .offset-xl-10 {
  900. margin-left: 83.33333%; }
  901. .offset-xl-11 {
  902. margin-left: 91.66667%; } }
  903. .table {
  904. width: 100%;
  905. margin-bottom: 1rem;
  906. background-color: transparent; }
  907. .table th,
  908. .table td {
  909. padding: 0.75rem;
  910. vertical-align: top;
  911. border-top: 1px solid #444; }
  912. .table thead th {
  913. vertical-align: bottom;
  914. border-bottom: 2px solid #444; }
  915. .table tbody + tbody {
  916. border-top: 2px solid #444; }
  917. .table .table {
  918. background-color: #222; }
  919. .table-sm th,
  920. .table-sm td {
  921. padding: 0.3rem; }
  922. .table-bordered {
  923. border: 1px solid #444; }
  924. .table-bordered th,
  925. .table-bordered td {
  926. border: 1px solid #444; }
  927. .table-bordered thead th,
  928. .table-bordered thead td {
  929. border-bottom-width: 2px; }
  930. .table-borderless th,
  931. .table-borderless td,
  932. .table-borderless thead th,
  933. .table-borderless tbody + tbody {
  934. border: 0; }
  935. .table-striped tbody tr:nth-of-type(odd) {
  936. background-color: #303030; }
  937. .table-hover tbody tr:hover {
  938. background-color: rgba(0, 0, 0, 0.075); }
  939. .table-primary,
  940. .table-primary > th,
  941. .table-primary > td {
  942. background-color: #c3e4f4; }
  943. .table-hover .table-primary:hover {
  944. background-color: #addaf0; }
  945. .table-hover .table-primary:hover > td,
  946. .table-hover .table-primary:hover > th {
  947. background-color: #addaf0; }
  948. .table-secondary,
  949. .table-secondary > th,
  950. .table-secondary > td {
  951. background-color: #cbcbcb; }
  952. .table-hover .table-secondary:hover {
  953. background-color: #bebebe; }
  954. .table-hover .table-secondary:hover > td,
  955. .table-hover .table-secondary:hover > th {
  956. background-color: #bebebe; }
  957. .table-success,
  958. .table-success > th,
  959. .table-success > td {
  960. background-color: #b8ecdf; }
  961. .table-hover .table-success:hover {
  962. background-color: #a4e7d6; }
  963. .table-hover .table-success:hover > td,
  964. .table-hover .table-success:hover > th {
  965. background-color: #a4e7d6; }
  966. .table-info,
  967. .table-info > th,
  968. .table-info > td {
  969. background-color: #c6e2f5; }
  970. .table-hover .table-info:hover {
  971. background-color: #b0d7f1; }
  972. .table-hover .table-info:hover > td,
  973. .table-hover .table-info:hover > th {
  974. background-color: #b0d7f1; }
  975. .table-warning,
  976. .table-warning > th,
  977. .table-warning > td {
  978. background-color: #fce3bd; }
  979. .table-hover .table-warning:hover {
  980. background-color: #fbd9a5; }
  981. .table-hover .table-warning:hover > td,
  982. .table-hover .table-warning:hover > th {
  983. background-color: #fbd9a5; }
  984. .table-danger,
  985. .table-danger > th,
  986. .table-danger > td {
  987. background-color: #f8cdc8; }
  988. .table-hover .table-danger:hover {
  989. background-color: #f5b8b1; }
  990. .table-hover .table-danger:hover > td,
  991. .table-hover .table-danger:hover > th {
  992. background-color: #f5b8b1; }
  993. .table-light,
  994. .table-light > th,
  995. .table-light > td {
  996. background-color: #c5c5c5; }
  997. .table-hover .table-light:hover {
  998. background-color: #b8b8b8; }
  999. .table-hover .table-light:hover > td,
  1000. .table-hover .table-light:hover > th {
  1001. background-color: #b8b8b8; }
  1002. .table-dark,
  1003. .table-dark > th,
  1004. .table-dark > td {
  1005. background-color: #e8eaed; }
  1006. .table-hover .table-dark:hover {
  1007. background-color: #dadde2; }
  1008. .table-hover .table-dark:hover > td,
  1009. .table-hover .table-dark:hover > th {
  1010. background-color: #dadde2; }
  1011. .table-active,
  1012. .table-active > th,
  1013. .table-active > td {
  1014. background-color: rgba(0, 0, 0, 0.075); }
  1015. .table-hover .table-active:hover {
  1016. background-color: rgba(0, 0, 0, 0.075); }
  1017. .table-hover .table-active:hover > td,
  1018. .table-hover .table-active:hover > th {
  1019. background-color: rgba(0, 0, 0, 0.075); }
  1020. .table .thead-dark th {
  1021. color: #222;
  1022. background-color: #adb5bd;
  1023. border-color: #98a2ac; }
  1024. .table .thead-light th {
  1025. color: #444;
  1026. background-color: #ebebeb;
  1027. border-color: #444; }
  1028. .table-dark {
  1029. color: #222;
  1030. background-color: #adb5bd; }
  1031. .table-dark th,
  1032. .table-dark td,
  1033. .table-dark thead th {
  1034. border-color: #98a2ac; }
  1035. .table-dark.table-bordered {
  1036. border: 0; }
  1037. .table-dark.table-striped tbody tr:nth-of-type(odd) {
  1038. background-color: rgba(255, 255, 255, 0.05); }
  1039. .table-dark.table-hover tbody tr:hover {
  1040. background-color: rgba(255, 255, 255, 0.075); }
  1041. @media (max-width: 575.98px) {
  1042. .table-responsive-sm {
  1043. display: block;
  1044. width: 100%;
  1045. overflow-x: auto;
  1046. -webkit-overflow-scrolling: touch;
  1047. -ms-overflow-style: -ms-autohiding-scrollbar; }
  1048. .table-responsive-sm > .table-bordered {
  1049. border: 0; } }
  1050. @media (max-width: 767.98px) {
  1051. .table-responsive-md {
  1052. display: block;
  1053. width: 100%;
  1054. overflow-x: auto;
  1055. -webkit-overflow-scrolling: touch;
  1056. -ms-overflow-style: -ms-autohiding-scrollbar; }
  1057. .table-responsive-md > .table-bordered {
  1058. border: 0; } }
  1059. @media (max-width: 991.98px) {
  1060. .table-responsive-lg {
  1061. display: block;
  1062. width: 100%;
  1063. overflow-x: auto;
  1064. -webkit-overflow-scrolling: touch;
  1065. -ms-overflow-style: -ms-autohiding-scrollbar; }
  1066. .table-responsive-lg > .table-bordered {
  1067. border: 0; } }
  1068. @media (max-width: 1199.98px) {
  1069. .table-responsive-xl {
  1070. display: block;
  1071. width: 100%;
  1072. overflow-x: auto;
  1073. -webkit-overflow-scrolling: touch;
  1074. -ms-overflow-style: -ms-autohiding-scrollbar; }
  1075. .table-responsive-xl > .table-bordered {
  1076. border: 0; } }
  1077. .table-responsive {
  1078. display: block;
  1079. width: 100%;
  1080. overflow-x: auto;
  1081. -webkit-overflow-scrolling: touch;
  1082. -ms-overflow-style: -ms-autohiding-scrollbar; }
  1083. .table-responsive > .table-bordered {
  1084. border: 0; }
  1085. .form-control {
  1086. display: block;
  1087. width: 100%;
  1088. height: calc(2.15625rem + 2px);
  1089. padding: 0.375rem 0.75rem;
  1090. font-size: 0.9375rem;
  1091. line-height: 1.5;
  1092. color: #444;
  1093. background-color: #fff;
  1094. background-clip: padding-box;
  1095. border: 1px solid transparent;
  1096. border-radius: 0.25rem;
  1097. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  1098. @media screen and (prefers-reduced-motion: reduce) {
  1099. .form-control {
  1100. transition: none; } }
  1101. .form-control::-ms-expand {
  1102. background-color: transparent;
  1103. border: 0; }
  1104. .form-control:focus {
  1105. color: #444;
  1106. background-color: #fff;
  1107. border-color: #95cfeb;
  1108. outline: 0;
  1109. box-shadow: 0 0 0 0.2rem rgba(42, 159, 214, 0.25); }
  1110. .form-control::placeholder {
  1111. color: #999;
  1112. opacity: 1; }
  1113. .form-control:disabled, .form-control[readonly] {
  1114. background-color: #ebebeb;
  1115. opacity: 1; }
  1116. select.form-control:focus::-ms-value {
  1117. color: #444;
  1118. background-color: #fff; }
  1119. .form-control-file,
  1120. .form-control-range {
  1121. display: block;
  1122. width: 100%; }
  1123. .col-form-label {
  1124. padding-top: calc(0.375rem + 1px);
  1125. padding-bottom: calc(0.375rem + 1px);
  1126. margin-bottom: 0;
  1127. font-size: inherit;
  1128. line-height: 1.5; }
  1129. .col-form-label-lg {
  1130. padding-top: calc(0.5rem + 1px);
  1131. padding-bottom: calc(0.5rem + 1px);
  1132. font-size: 1.17188rem;
  1133. line-height: 1.5; }
  1134. .col-form-label-sm {
  1135. padding-top: calc(0.25rem + 1px);
  1136. padding-bottom: calc(0.25rem + 1px);
  1137. font-size: 0.82031rem;
  1138. line-height: 1.5; }
  1139. .form-control-plaintext {
  1140. display: block;
  1141. width: 100%;
  1142. padding-top: 0.375rem;
  1143. padding-bottom: 0.375rem;
  1144. margin-bottom: 0;
  1145. line-height: 1.5;
  1146. color: #fff;
  1147. background-color: transparent;
  1148. border: solid transparent;
  1149. border-width: 1px 0; }
  1150. .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  1151. padding-right: 0;
  1152. padding-left: 0; }
  1153. .form-control-sm {
  1154. height: calc(1.73047rem + 2px);
  1155. padding: 0.25rem 0.5rem;
  1156. font-size: 0.82031rem;
  1157. line-height: 1.5;
  1158. border-radius: 0.2rem; }
  1159. .form-control-lg {
  1160. height: calc(2.75781rem + 2px);
  1161. padding: 0.5rem 1rem;
  1162. font-size: 1.17188rem;
  1163. line-height: 1.5;
  1164. border-radius: 0.3rem; }
  1165. select.form-control[size], select.form-control[multiple] {
  1166. height: auto; }
  1167. textarea.form-control {
  1168. height: auto; }
  1169. .form-group {
  1170. margin-bottom: 1rem; }
  1171. .form-text {
  1172. display: block;
  1173. margin-top: 0.25rem; }
  1174. .form-row {
  1175. display: flex;
  1176. flex-wrap: wrap;
  1177. margin-right: -5px;
  1178. margin-left: -5px; }
  1179. .form-row > .col,
  1180. .form-row > [class*="col-"] {
  1181. padding-right: 5px;
  1182. padding-left: 5px; }
  1183. .form-check {
  1184. position: relative;
  1185. display: block;
  1186. padding-left: 1.25rem; }
  1187. .form-check-input {
  1188. position: absolute;
  1189. margin-top: 0.3rem;
  1190. margin-left: -1.25rem; }
  1191. .form-check-input:disabled ~ .form-check-label {
  1192. color: #999; }
  1193. .form-check-label {
  1194. margin-bottom: 0; }
  1195. .form-check-inline {
  1196. display: inline-flex;
  1197. align-items: center;
  1198. padding-left: 0;
  1199. margin-right: 0.75rem; }
  1200. .form-check-inline .form-check-input {
  1201. position: static;
  1202. margin-top: 0;
  1203. margin-right: 0.3125rem;
  1204. margin-left: 0; }
  1205. .valid-feedback {
  1206. display: none;
  1207. width: 100%;
  1208. margin-top: 0.25rem;
  1209. font-size: 80%;
  1210. color: #00bc8c; }
  1211. .valid-tooltip {
  1212. position: absolute;
  1213. top: 100%;
  1214. z-index: 5;
  1215. display: none;
  1216. max-width: 100%;
  1217. padding: 0.25rem 0.5rem;
  1218. margin-top: .1rem;
  1219. font-size: 0.82031rem;
  1220. line-height: 1.5;
  1221. color: #fff;
  1222. background-color: rgba(0, 188, 140, 0.9);
  1223. border-radius: 0.25rem; }
  1224. .was-validated .form-control:valid, .form-control.is-valid, .was-validated
  1225. .custom-select:valid,
  1226. .custom-select.is-valid {
  1227. border-color: #00bc8c; }
  1228. .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  1229. .custom-select:valid:focus,
  1230. .custom-select.is-valid:focus {
  1231. border-color: #00bc8c;
  1232. box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); }
  1233. .was-validated .form-control:valid ~ .valid-feedback,
  1234. .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  1235. .form-control.is-valid ~ .valid-tooltip, .was-validated
  1236. .custom-select:valid ~ .valid-feedback,
  1237. .was-validated
  1238. .custom-select:valid ~ .valid-tooltip,
  1239. .custom-select.is-valid ~ .valid-feedback,
  1240. .custom-select.is-valid ~ .valid-tooltip {
  1241. display: block; }
  1242. .was-validated .form-control-file:valid ~ .valid-feedback,
  1243. .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
  1244. .form-control-file.is-valid ~ .valid-tooltip {
  1245. display: block; }
  1246. .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  1247. color: #00bc8c; }
  1248. .was-validated .form-check-input:valid ~ .valid-feedback,
  1249. .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
  1250. .form-check-input.is-valid ~ .valid-tooltip {
  1251. display: block; }
  1252. .was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  1253. color: #00bc8c; }
  1254. .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  1255. background-color: #3dffcd; }
  1256. .was-validated .custom-control-input:valid ~ .valid-feedback,
  1257. .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
  1258. .custom-control-input.is-valid ~ .valid-tooltip {
  1259. display: block; }
  1260. .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  1261. background-color: #00efb2; }
  1262. .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  1263. box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(0, 188, 140, 0.25); }
  1264. .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  1265. border-color: #00bc8c; }
  1266. .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  1267. border-color: inherit; }
  1268. .was-validated .custom-file-input:valid ~ .valid-feedback,
  1269. .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
  1270. .custom-file-input.is-valid ~ .valid-tooltip {
  1271. display: block; }
  1272. .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  1273. box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); }
  1274. .invalid-feedback {
  1275. display: none;
  1276. width: 100%;
  1277. margin-top: 0.25rem;
  1278. font-size: 80%;
  1279. color: #E74C3C; }
  1280. .invalid-tooltip {
  1281. position: absolute;
  1282. top: 100%;
  1283. z-index: 5;
  1284. display: none;
  1285. max-width: 100%;
  1286. padding: 0.25rem 0.5rem;
  1287. margin-top: .1rem;
  1288. font-size: 0.82031rem;
  1289. line-height: 1.5;
  1290. color: #fff;
  1291. background-color: rgba(231, 76, 60, 0.9);
  1292. border-radius: 0.25rem; }
  1293. .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
  1294. .custom-select:invalid,
  1295. .custom-select.is-invalid {
  1296. border-color: #E74C3C; }
  1297. .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  1298. .custom-select:invalid:focus,
  1299. .custom-select.is-invalid:focus {
  1300. border-color: #E74C3C;
  1301. box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25); }
  1302. .was-validated .form-control:invalid ~ .invalid-feedback,
  1303. .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  1304. .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  1305. .custom-select:invalid ~ .invalid-feedback,
  1306. .was-validated
  1307. .custom-select:invalid ~ .invalid-tooltip,
  1308. .custom-select.is-invalid ~ .invalid-feedback,
  1309. .custom-select.is-invalid ~ .invalid-tooltip {
  1310. display: block; }
  1311. .was-validated .form-control-file:invalid ~ .invalid-feedback,
  1312. .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
  1313. .form-control-file.is-invalid ~ .invalid-tooltip {
  1314. display: block; }
  1315. .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  1316. color: #E74C3C; }
  1317. .was-validated .form-check-input:invalid ~ .invalid-feedback,
  1318. .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
  1319. .form-check-input.is-invalid ~ .invalid-tooltip {
  1320. display: block; }
  1321. .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  1322. color: #E74C3C; }
  1323. .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  1324. background-color: #f5b4ae; }
  1325. .was-validated .custom-control-input:invalid ~ .invalid-feedback,
  1326. .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
  1327. .custom-control-input.is-invalid ~ .invalid-tooltip {
  1328. display: block; }
  1329. .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  1330. background-color: #ed7669; }
  1331. .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  1332. box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(231, 76, 60, 0.25); }
  1333. .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  1334. border-color: #E74C3C; }
  1335. .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  1336. border-color: inherit; }
  1337. .was-validated .custom-file-input:invalid ~ .invalid-feedback,
  1338. .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
  1339. .custom-file-input.is-invalid ~ .invalid-tooltip {
  1340. display: block; }
  1341. .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  1342. box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25); }
  1343. .form-inline {
  1344. display: flex;
  1345. flex-flow: row wrap;
  1346. align-items: center; }
  1347. .form-inline .form-check {
  1348. width: 100%; }
  1349. @media (min-width: 576px) {
  1350. .form-inline label {
  1351. display: flex;
  1352. align-items: center;
  1353. justify-content: center;
  1354. margin-bottom: 0; }
  1355. .form-inline .form-group {
  1356. display: flex;
  1357. flex: 0 0 auto;
  1358. flex-flow: row wrap;
  1359. align-items: center;
  1360. margin-bottom: 0; }
  1361. .form-inline .form-control {
  1362. display: inline-block;
  1363. width: auto;
  1364. vertical-align: middle; }
  1365. .form-inline .form-control-plaintext {
  1366. display: inline-block; }
  1367. .form-inline .input-group,
  1368. .form-inline .custom-select {
  1369. width: auto; }
  1370. .form-inline .form-check {
  1371. display: flex;
  1372. align-items: center;
  1373. justify-content: center;
  1374. width: auto;
  1375. padding-left: 0; }
  1376. .form-inline .form-check-input {
  1377. position: relative;
  1378. margin-top: 0;
  1379. margin-right: 0.25rem;
  1380. margin-left: 0; }
  1381. .form-inline .custom-control {
  1382. align-items: center;
  1383. justify-content: center; }
  1384. .form-inline .custom-control-label {
  1385. margin-bottom: 0; } }
  1386. .btn {
  1387. display: inline-block;
  1388. font-weight: 400;
  1389. text-align: center;
  1390. white-space: nowrap;
  1391. vertical-align: middle;
  1392. user-select: none;
  1393. border: 1px solid transparent;
  1394. padding: 0.375rem 0.75rem;
  1395. font-size: 0.9375rem;
  1396. line-height: 1.5;
  1397. border-radius: 0.25rem;
  1398. 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; }
  1399. @media screen and (prefers-reduced-motion: reduce) {
  1400. .btn {
  1401. transition: none; } }
  1402. .btn:hover, .btn:focus {
  1403. text-decoration: none; }
  1404. .btn:focus, .btn.focus {
  1405. outline: 0;
  1406. box-shadow: 0 0 0 0.2rem rgba(42, 159, 214, 0.25); }
  1407. .btn.disabled, .btn:disabled {
  1408. opacity: 0.65; }
  1409. .btn:not(:disabled):not(.disabled) {
  1410. cursor: pointer; }
  1411. a.btn.disabled,
  1412. fieldset:disabled a.btn {
  1413. pointer-events: none; }
  1414. .btn-primary {
  1415. color: #fff;
  1416. background-color: #2A9FD6;
  1417. border-color: #2A9FD6; }
  1418. .btn-primary:hover {
  1419. color: #fff;
  1420. background-color: #2387b7;
  1421. border-color: #2180ac; }
  1422. .btn-primary:focus, .btn-primary.focus {
  1423. box-shadow: 0 0 0 0.2rem rgba(42, 159, 214, 0.5); }
  1424. .btn-primary.disabled, .btn-primary:disabled {
  1425. color: #fff;
  1426. background-color: #2A9FD6;
  1427. border-color: #2A9FD6; }
  1428. .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  1429. .show > .btn-primary.dropdown-toggle {
  1430. color: #fff;
  1431. background-color: #2180ac;
  1432. border-color: #1f78a1; }
  1433. .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
  1434. .show > .btn-primary.dropdown-toggle:focus {
  1435. box-shadow: 0 0 0 0.2rem rgba(42, 159, 214, 0.5); }
  1436. .btn-secondary {
  1437. color: #fff;
  1438. background-color: #444;
  1439. border-color: #444; }
  1440. .btn-secondary:hover {
  1441. color: #fff;
  1442. background-color: #313131;
  1443. border-color: #2b2b2b; }
  1444. .btn-secondary:focus, .btn-secondary.focus {
  1445. box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5); }
  1446. .btn-secondary.disabled, .btn-secondary:disabled {
  1447. color: #fff;
  1448. background-color: #444;
  1449. border-color: #444; }
  1450. .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  1451. .show > .btn-secondary.dropdown-toggle {
  1452. color: #fff;
  1453. background-color: #2b2b2b;
  1454. border-color: #242424; }
  1455. .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
  1456. .show > .btn-secondary.dropdown-toggle:focus {
  1457. box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5); }
  1458. .btn-success {
  1459. color: #fff;
  1460. background-color: #00bc8c;
  1461. border-color: #00bc8c; }
  1462. .btn-success:hover {
  1463. color: #fff;
  1464. background-color: #009670;
  1465. border-color: #008966; }
  1466. .btn-success:focus, .btn-success.focus {
  1467. box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); }
  1468. .btn-success.disabled, .btn-success:disabled {
  1469. color: #fff;
  1470. background-color: #00bc8c;
  1471. border-color: #00bc8c; }
  1472. .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  1473. .show > .btn-success.dropdown-toggle {
  1474. color: #fff;
  1475. background-color: #008966;
  1476. border-color: #007c5d; }
  1477. .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
  1478. .show > .btn-success.dropdown-toggle:focus {
  1479. box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); }
  1480. .btn-info {
  1481. color: #fff;
  1482. background-color: #3498DB;
  1483. border-color: #3498DB; }
  1484. .btn-info:hover {
  1485. color: #fff;
  1486. background-color: #2384c6;
  1487. border-color: #217dbb; }
  1488. .btn-info:focus, .btn-info.focus {
  1489. box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5); }
  1490. .btn-info.disabled, .btn-info:disabled {
  1491. color: #fff;
  1492. background-color: #3498DB;
  1493. border-color: #3498DB; }
  1494. .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  1495. .show > .btn-info.dropdown-toggle {
  1496. color: #fff;
  1497. background-color: #217dbb;
  1498. border-color: #1f76b0; }
  1499. .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
  1500. .show > .btn-info.dropdown-toggle:focus {
  1501. box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5); }
  1502. .btn-warning {
  1503. color: #fff;
  1504. background-color: #F39C12;
  1505. border-color: #F39C12; }
  1506. .btn-warning:hover {
  1507. color: #fff;
  1508. background-color: #d4860b;
  1509. border-color: #c87f0a; }
  1510. .btn-warning:focus, .btn-warning.focus {
  1511. box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5); }
  1512. .btn-warning.disabled, .btn-warning:disabled {
  1513. color: #fff;
  1514. background-color: #F39C12;
  1515. border-color: #F39C12; }
  1516. .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  1517. .show > .btn-warning.dropdown-toggle {
  1518. color: #fff;
  1519. background-color: #c87f0a;
  1520. border-color: #bc770a; }
  1521. .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
  1522. .show > .btn-warning.dropdown-toggle:focus {
  1523. box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5); }
  1524. .btn-danger {
  1525. color: #fff;
  1526. background-color: #E74C3C;
  1527. border-color: #E74C3C; }
  1528. .btn-danger:hover {
  1529. color: #fff;
  1530. background-color: #e12e1c;
  1531. border-color: #d62c1a; }
  1532. .btn-danger:focus, .btn-danger.focus {
  1533. box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5); }
  1534. .btn-danger.disabled, .btn-danger:disabled {
  1535. color: #fff;
  1536. background-color: #E74C3C;
  1537. border-color: #E74C3C; }
  1538. .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  1539. .show > .btn-danger.dropdown-toggle {
  1540. color: #fff;
  1541. background-color: #d62c1a;
  1542. border-color: #ca2a19; }
  1543. .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
  1544. .show > .btn-danger.dropdown-toggle:focus {
  1545. box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5); }
  1546. .btn-light {
  1547. color: #fff;
  1548. background-color: #303030;
  1549. border-color: #303030; }
  1550. .btn-light:hover {
  1551. color: #fff;
  1552. background-color: #1d1d1d;
  1553. border-color: #171717; }
  1554. .btn-light:focus, .btn-light.focus {
  1555. box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); }
  1556. .btn-light.disabled, .btn-light:disabled {
  1557. color: #fff;
  1558. background-color: #303030;
  1559. border-color: #303030; }
  1560. .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  1561. .show > .btn-light.dropdown-toggle {
  1562. color: #fff;
  1563. background-color: #171717;
  1564. border-color: #101010; }
  1565. .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
  1566. .show > .btn-light.dropdown-toggle:focus {
  1567. box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); }
  1568. .btn-dark {
  1569. color: #222;
  1570. background-color: #adb5bd;
  1571. border-color: #adb5bd; }
  1572. .btn-dark:hover {
  1573. color: #fff;
  1574. background-color: #98a2ac;
  1575. border-color: #919ca6; }
  1576. .btn-dark:focus, .btn-dark.focus {
  1577. box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }
  1578. .btn-dark.disabled, .btn-dark:disabled {
  1579. color: #222;
  1580. background-color: #adb5bd;
  1581. border-color: #adb5bd; }
  1582. .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  1583. .show > .btn-dark.dropdown-toggle {
  1584. color: #fff;
  1585. background-color: #919ca6;
  1586. border-color: #8a95a1; }
  1587. .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
  1588. .show > .btn-dark.dropdown-toggle:focus {
  1589. box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }
  1590. .btn-outline-primary {
  1591. color: #2A9FD6;
  1592. background-color: transparent;
  1593. background-image: none;
  1594. border-color: #2A9FD6; }
  1595. .btn-outline-primary:hover {
  1596. color: #fff;
  1597. background-color: #2A9FD6;
  1598. border-color: #2A9FD6; }
  1599. .btn-outline-primary:focus, .btn-outline-primary.focus {
  1600. box-shadow: 0 0 0 0.2rem rgba(42, 159, 214, 0.5); }
  1601. .btn-outline-primary.disabled, .btn-outline-primary:disabled {
  1602. color: #2A9FD6;
  1603. background-color: transparent; }
  1604. .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  1605. .show > .btn-outline-primary.dropdown-toggle {
  1606. color: #fff;
  1607. background-color: #2A9FD6;
  1608. border-color: #2A9FD6; }
  1609. .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  1610. .show > .btn-outline-primary.dropdown-toggle:focus {
  1611. box-shadow: 0 0 0 0.2rem rgba(42, 159, 214, 0.5); }
  1612. .btn-outline-secondary {
  1613. color: #444;
  1614. background-color: transparent;
  1615. background-image: none;
  1616. border-color: #444; }
  1617. .btn-outline-secondary:hover {
  1618. color: #fff;
  1619. background-color: #444;
  1620. border-color: #444; }
  1621. .btn-outline-secondary:focus, .btn-outline-secondary.focus {
  1622. box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5); }
  1623. .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  1624. color: #444;
  1625. background-color: transparent; }
  1626. .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  1627. .show > .btn-outline-secondary.dropdown-toggle {
  1628. color: #fff;
  1629. background-color: #444;
  1630. border-color: #444; }
  1631. .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  1632. .show > .btn-outline-secondary.dropdown-toggle:focus {
  1633. box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5); }
  1634. .btn-outline-success {
  1635. color: #00bc8c;
  1636. background-color: transparent;
  1637. background-image: none;
  1638. border-color: #00bc8c; }
  1639. .btn-outline-success:hover {
  1640. color: #fff;
  1641. background-color: #00bc8c;
  1642. border-color: #00bc8c; }
  1643. .btn-outline-success:focus, .btn-outline-success.focus {
  1644. box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); }
  1645. .btn-outline-success.disabled, .btn-outline-success:disabled {
  1646. color: #00bc8c;
  1647. background-color: transparent; }
  1648. .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  1649. .show > .btn-outline-success.dropdown-toggle {
  1650. color: #fff;
  1651. background-color: #00bc8c;
  1652. border-color: #00bc8c; }
  1653. .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
  1654. .show > .btn-outline-success.dropdown-toggle:focus {
  1655. box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); }
  1656. .btn-outline-info {
  1657. color: #3498DB;
  1658. background-color: transparent;
  1659. background-image: none;
  1660. border-color: #3498DB; }
  1661. .btn-outline-info:hover {
  1662. color: #fff;
  1663. background-color: #3498DB;
  1664. border-color: #3498DB; }
  1665. .btn-outline-info:focus, .btn-outline-info.focus {
  1666. box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5); }
  1667. .btn-outline-info.disabled, .btn-outline-info:disabled {
  1668. color: #3498DB;
  1669. background-color: transparent; }
  1670. .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  1671. .show > .btn-outline-info.dropdown-toggle {
  1672. color: #fff;
  1673. background-color: #3498DB;
  1674. border-color: #3498DB; }
  1675. .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
  1676. .show > .btn-outline-info.dropdown-toggle:focus {
  1677. box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5); }
  1678. .btn-outline-warning {
  1679. color: #F39C12;
  1680. background-color: transparent;
  1681. background-image: none;
  1682. border-color: #F39C12; }
  1683. .btn-outline-warning:hover {
  1684. color: #fff;
  1685. background-color: #F39C12;
  1686. border-color: #F39C12; }
  1687. .btn-outline-warning:focus, .btn-outline-warning.focus {
  1688. box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5); }
  1689. .btn-outline-warning.disabled, .btn-outline-warning:disabled {
  1690. color: #F39C12;
  1691. background-color: transparent; }
  1692. .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  1693. .show > .btn-outline-warning.dropdown-toggle {
  1694. color: #fff;
  1695. background-color: #F39C12;
  1696. border-color: #F39C12; }
  1697. .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
  1698. .show > .btn-outline-warning.dropdown-toggle:focus {
  1699. box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5); }
  1700. .btn-outline-danger {
  1701. color: #E74C3C;
  1702. background-color: transparent;
  1703. background-image: none;
  1704. border-color: #E74C3C; }
  1705. .btn-outline-danger:hover {
  1706. color: #fff;
  1707. background-color: #E74C3C;
  1708. border-color: #E74C3C; }
  1709. .btn-outline-danger:focus, .btn-outline-danger.focus {
  1710. box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5); }
  1711. .btn-outline-danger.disabled, .btn-outline-danger:disabled {
  1712. color: #E74C3C;
  1713. background-color: transparent; }
  1714. .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  1715. .show > .btn-outline-danger.dropdown-toggle {
  1716. color: #fff;
  1717. background-color: #E74C3C;
  1718. border-color: #E74C3C; }
  1719. .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
  1720. .show > .btn-outline-danger.dropdown-toggle:focus {
  1721. box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5); }
  1722. .btn-outline-light {
  1723. color: #303030;
  1724. background-color: transparent;
  1725. background-image: none;
  1726. border-color: #303030; }
  1727. .btn-outline-light:hover {
  1728. color: #fff;
  1729. background-color: #303030;
  1730. border-color: #303030; }
  1731. .btn-outline-light:focus, .btn-outline-light.focus {
  1732. box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); }
  1733. .btn-outline-light.disabled, .btn-outline-light:disabled {
  1734. color: #303030;
  1735. background-color: transparent; }
  1736. .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  1737. .show > .btn-outline-light.dropdown-toggle {
  1738. color: #fff;
  1739. background-color: #303030;
  1740. border-color: #303030; }
  1741. .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  1742. .show > .btn-outline-light.dropdown-toggle:focus {
  1743. box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); }
  1744. .btn-outline-dark {
  1745. color: #adb5bd;
  1746. background-color: transparent;
  1747. background-image: none;
  1748. border-color: #adb5bd; }
  1749. .btn-outline-dark:hover {
  1750. color: #222;
  1751. background-color: #adb5bd;
  1752. border-color: #adb5bd; }
  1753. .btn-outline-dark:focus, .btn-outline-dark.focus {
  1754. box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }
  1755. .btn-outline-dark.disabled, .btn-outline-dark:disabled {
  1756. color: #adb5bd;
  1757. background-color: transparent; }
  1758. .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  1759. .show > .btn-outline-dark.dropdown-toggle {
  1760. color: #222;
  1761. background-color: #adb5bd;
  1762. border-color: #adb5bd; }
  1763. .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  1764. .show > .btn-outline-dark.dropdown-toggle:focus {
  1765. box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }
  1766. .btn-link {
  1767. font-weight: 400;
  1768. color: #00bc8c;
  1769. background-color: transparent; }
  1770. .btn-link:hover {
  1771. color: #007053;
  1772. text-decoration: underline;
  1773. background-color: transparent;
  1774. border-color: transparent; }
  1775. .btn-link:focus, .btn-link.focus {
  1776. text-decoration: underline;
  1777. border-color: transparent;
  1778. box-shadow: none; }
  1779. .btn-link:disabled, .btn-link.disabled {
  1780. color: #999;
  1781. pointer-events: none; }
  1782. .btn-lg, .btn-group-lg > .btn {
  1783. padding: 0.5rem 1rem;
  1784. font-size: 1.17188rem;
  1785. line-height: 1.5;
  1786. border-radius: 0.3rem; }
  1787. .btn-sm, .btn-group-sm > .btn {
  1788. padding: 0.25rem 0.5rem;
  1789. font-size: 0.82031rem;
  1790. line-height: 1.5;
  1791. border-radius: 0.2rem; }
  1792. .btn-block {
  1793. display: block;
  1794. width: 100%; }
  1795. .btn-block + .btn-block {
  1796. margin-top: 0.5rem; }
  1797. input[type="submit"].btn-block,
  1798. input[type="reset"].btn-block,
  1799. input[type="button"].btn-block {
  1800. width: 100%; }
  1801. .fade {
  1802. transition: opacity 0.15s linear; }
  1803. @media screen and (prefers-reduced-motion: reduce) {
  1804. .fade {
  1805. transition: none; } }
  1806. .fade:not(.show) {
  1807. opacity: 0; }
  1808. .collapse:not(.show) {
  1809. display: none; }
  1810. .collapsing {
  1811. position: relative;
  1812. height: 0;
  1813. overflow: hidden;
  1814. transition: height 0.35s ease; }
  1815. @media screen and (prefers-reduced-motion: reduce) {
  1816. .collapsing {
  1817. transition: none; } }
  1818. .dropup,
  1819. .dropright,
  1820. .dropdown,
  1821. .dropleft {
  1822. position: relative; }
  1823. .dropdown-toggle::after {
  1824. display: inline-block;
  1825. width: 0;
  1826. height: 0;
  1827. margin-left: 0.255em;
  1828. vertical-align: 0.255em;
  1829. content: "";
  1830. border-top: 0.3em solid;
  1831. border-right: 0.3em solid transparent;
  1832. border-bottom: 0;
  1833. border-left: 0.3em solid transparent; }
  1834. .dropdown-toggle:empty::after {
  1835. margin-left: 0; }
  1836. .dropdown-menu {
  1837. position: absolute;
  1838. top: 100%;
  1839. left: 0;
  1840. z-index: 1000;
  1841. display: none;
  1842. float: left;
  1843. min-width: 10rem;
  1844. padding: 0.5rem 0;
  1845. margin: 0.125rem 0 0;
  1846. font-size: 0.9375rem;
  1847. color: #fff;
  1848. text-align: left;
  1849. list-style: none;
  1850. background-color: #222;
  1851. background-clip: padding-box;
  1852. border: 1px solid #444;
  1853. border-radius: 0.25rem; }
  1854. .dropdown-menu-right {
  1855. right: 0;
  1856. left: auto; }
  1857. .dropup .dropdown-menu {
  1858. top: auto;
  1859. bottom: 100%;
  1860. margin-top: 0;
  1861. margin-bottom: 0.125rem; }
  1862. .dropup .dropdown-toggle::after {
  1863. display: inline-block;
  1864. width: 0;
  1865. height: 0;
  1866. margin-left: 0.255em;
  1867. vertical-align: 0.255em;
  1868. content: "";
  1869. border-top: 0;
  1870. border-right: 0.3em solid transparent;
  1871. border-bottom: 0.3em solid;
  1872. border-left: 0.3em solid transparent; }
  1873. .dropup .dropdown-toggle:empty::after {
  1874. margin-left: 0; }
  1875. .dropright .dropdown-menu {
  1876. top: 0;
  1877. right: auto;
  1878. left: 100%;
  1879. margin-top: 0;
  1880. margin-left: 0.125rem; }
  1881. .dropright .dropdown-toggle::after {
  1882. display: inline-block;
  1883. width: 0;
  1884. height: 0;
  1885. margin-left: 0.255em;
  1886. vertical-align: 0.255em;
  1887. content: "";
  1888. border-top: 0.3em solid transparent;
  1889. border-right: 0;
  1890. border-bottom: 0.3em solid transparent;
  1891. border-left: 0.3em solid; }
  1892. .dropright .dropdown-toggle:empty::after {
  1893. margin-left: 0; }
  1894. .dropright .dropdown-toggle::after {
  1895. vertical-align: 0; }
  1896. .dropleft .dropdown-menu {
  1897. top: 0;
  1898. right: 100%;
  1899. left: auto;
  1900. margin-top: 0;
  1901. margin-right: 0.125rem; }
  1902. .dropleft .dropdown-toggle::after {
  1903. display: inline-block;
  1904. width: 0;
  1905. height: 0;
  1906. margin-left: 0.255em;
  1907. vertical-align: 0.255em;
  1908. content: ""; }
  1909. .dropleft .dropdown-toggle::after {
  1910. display: none; }
  1911. .dropleft .dropdown-toggle::before {
  1912. display: inline-block;
  1913. width: 0;
  1914. height: 0;
  1915. margin-right: 0.255em;
  1916. vertical-align: 0.255em;
  1917. content: "";
  1918. border-top: 0.3em solid transparent;
  1919. border-right: 0.3em solid;
  1920. border-bottom: 0.3em solid transparent; }
  1921. .dropleft .dropdown-toggle:empty::after {
  1922. margin-left: 0; }
  1923. .dropleft .dropdown-toggle::before {
  1924. vertical-align: 0; }
  1925. .dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  1926. right: auto;
  1927. bottom: auto; }
  1928. .dropdown-divider {
  1929. height: 0;
  1930. margin: 0.5rem 0;
  1931. overflow: hidden;
  1932. border-top: 1px solid #444; }
  1933. .dropdown-item {
  1934. display: block;
  1935. width: 100%;
  1936. padding: 0.25rem 1.5rem;
  1937. clear: both;
  1938. font-weight: 400;
  1939. color: #fff;
  1940. text-align: inherit;
  1941. white-space: nowrap;
  1942. background-color: transparent;
  1943. border: 0; }
  1944. .dropdown-item:hover, .dropdown-item:focus {
  1945. color: #fff;
  1946. text-decoration: none;
  1947. background-color: #2A9FD6; }
  1948. .dropdown-item.active, .dropdown-item:active {
  1949. color: #fff;
  1950. text-decoration: none;
  1951. background-color: #2A9FD6; }
  1952. .dropdown-item.disabled, .dropdown-item:disabled {
  1953. color: #999;
  1954. background-color: transparent; }
  1955. .dropdown-menu.show {
  1956. display: block; }
  1957. .dropdown-header {
  1958. display: block;
  1959. padding: 0.5rem 1.5rem;
  1960. margin-bottom: 0;
  1961. font-size: 0.82031rem;
  1962. color: #999;
  1963. white-space: nowrap; }
  1964. .dropdown-item-text {
  1965. display: block;
  1966. padding: 0.25rem 1.5rem;
  1967. color: #fff; }
  1968. .btn-group,
  1969. .btn-group-vertical {
  1970. position: relative;
  1971. display: inline-flex;
  1972. vertical-align: middle; }
  1973. .btn-group > .btn,
  1974. .btn-group-vertical > .btn {
  1975. position: relative;
  1976. flex: 0 1 auto; }
  1977. .btn-group > .btn:hover,
  1978. .btn-group-vertical > .btn:hover {
  1979. z-index: 1; }
  1980. .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
  1981. .btn-group-vertical > .btn:focus,
  1982. .btn-group-vertical > .btn:active,
  1983. .btn-group-vertical > .btn.active {
  1984. z-index: 1; }
  1985. .btn-group .btn + .btn,
  1986. .btn-group .btn + .btn-group,
  1987. .btn-group .btn-group + .btn,
  1988. .btn-group .btn-group + .btn-group,
  1989. .btn-group-vertical .btn + .btn,
  1990. .btn-group-vertical .btn + .btn-group,
  1991. .btn-group-vertical .btn-group + .btn,
  1992. .btn-group-vertical .btn-group + .btn-group {
  1993. margin-left: -1px; }
  1994. .btn-toolbar {
  1995. display: flex;
  1996. flex-wrap: wrap;
  1997. justify-content: flex-start; }
  1998. .btn-toolbar .input-group {
  1999. width: auto; }
  2000. .btn-group > .btn:first-child {
  2001. margin-left: 0; }
  2002. .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  2003. .btn-group > .btn-group:not(:last-child) > .btn {
  2004. border-top-right-radius: 0;
  2005. border-bottom-right-radius: 0; }
  2006. .btn-group > .btn:not(:first-child),
  2007. .btn-group > .btn-group:not(:first-child) > .btn {
  2008. border-top-left-radius: 0;
  2009. border-bottom-left-radius: 0; }
  2010. .dropdown-toggle-split {
  2011. padding-right: 0.5625rem;
  2012. padding-left: 0.5625rem; }
  2013. .dropdown-toggle-split::after,
  2014. .dropup .dropdown-toggle-split::after,
  2015. .dropright .dropdown-toggle-split::after {
  2016. margin-left: 0; }
  2017. .dropleft .dropdown-toggle-split::before {
  2018. margin-right: 0; }
  2019. .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  2020. padding-right: 0.375rem;
  2021. padding-left: 0.375rem; }
  2022. .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  2023. padding-right: 0.75rem;
  2024. padding-left: 0.75rem; }
  2025. .btn-group-vertical {
  2026. flex-direction: column;
  2027. align-items: flex-start;
  2028. justify-content: center; }
  2029. .btn-group-vertical .btn,
  2030. .btn-group-vertical .btn-group {
  2031. width: 100%; }
  2032. .btn-group-vertical > .btn + .btn,
  2033. .btn-group-vertical > .btn + .btn-group,
  2034. .btn-group-vertical > .btn-group + .btn,
  2035. .btn-group-vertical > .btn-group + .btn-group {
  2036. margin-top: -1px;
  2037. margin-left: 0; }
  2038. .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  2039. .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  2040. border-bottom-right-radius: 0;
  2041. border-bottom-left-radius: 0; }
  2042. .btn-group-vertical > .btn:not(:first-child),
  2043. .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  2044. border-top-left-radius: 0;
  2045. border-top-right-radius: 0; }
  2046. .btn-group-toggle > .btn,
  2047. .btn-group-toggle > .btn-group > .btn {
  2048. margin-bottom: 0; }
  2049. .btn-group-toggle > .btn input[type="radio"],
  2050. .btn-group-toggle > .btn input[type="checkbox"],
  2051. .btn-group-toggle > .btn-group > .btn input[type="radio"],
  2052. .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  2053. position: absolute;
  2054. clip: rect(0, 0, 0, 0);
  2055. pointer-events: none; }
  2056. .input-group {
  2057. position: relative;
  2058. display: flex;
  2059. flex-wrap: wrap;
  2060. align-items: stretch;
  2061. width: 100%; }
  2062. .input-group > .form-control,
  2063. .input-group > .custom-select,
  2064. .input-group > .custom-file {
  2065. position: relative;
  2066. flex: 1 1 auto;
  2067. width: 1%;
  2068. margin-bottom: 0; }
  2069. .input-group > .form-control + .form-control,
  2070. .input-group > .form-control + .custom-select,
  2071. .input-group > .form-control + .custom-file,
  2072. .input-group > .custom-select + .form-control,
  2073. .input-group > .custom-select + .custom-select,
  2074. .input-group > .custom-select + .custom-file,
  2075. .input-group > .custom-file + .form-control,
  2076. .input-group > .custom-file + .custom-select,
  2077. .input-group > .custom-file + .custom-file {
  2078. margin-left: -1px; }
  2079. .input-group > .form-control:focus,
  2080. .input-group > .custom-select:focus,
  2081. .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  2082. z-index: 3; }
  2083. .input-group > .custom-file .custom-file-input:focus {
  2084. z-index: 4; }
  2085. .input-group > .form-control:not(:last-child),
  2086. .input-group > .custom-select:not(:last-child) {
  2087. border-top-right-radius: 0;
  2088. border-bottom-right-radius: 0; }
  2089. .input-group > .form-control:not(:first-child),
  2090. .input-group > .custom-select:not(:first-child) {
  2091. border-top-left-radius: 0;
  2092. border-bottom-left-radius: 0; }
  2093. .input-group > .custom-file {
  2094. display: flex;
  2095. align-items: center; }
  2096. .input-group > .custom-file:not(:last-child) .custom-file-label,
  2097. .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  2098. border-top-right-radius: 0;
  2099. border-bottom-right-radius: 0; }
  2100. .input-group > .custom-file:not(:first-child) .custom-file-label {
  2101. border-top-left-radius: 0;
  2102. border-bottom-left-radius: 0; }
  2103. .input-group-prepend,
  2104. .input-group-append {
  2105. display: flex; }
  2106. .input-group-prepend .btn,
  2107. .input-group-append .btn {
  2108. position: relative;
  2109. z-index: 2; }
  2110. .input-group-prepend .btn + .btn,
  2111. .input-group-prepend .btn + .input-group-text,
  2112. .input-group-prepend .input-group-text + .input-group-text,
  2113. .input-group-prepend .input-group-text + .btn,
  2114. .input-group-append .btn + .btn,
  2115. .input-group-append .btn + .input-group-text,
  2116. .input-group-append .input-group-text + .input-group-text,
  2117. .input-group-append .input-group-text + .btn {
  2118. margin-left: -1px; }
  2119. .input-group-prepend {
  2120. margin-right: -1px; }
  2121. .input-group-append {
  2122. margin-left: -1px; }
  2123. .input-group-text {
  2124. display: flex;
  2125. align-items: center;
  2126. padding: 0.375rem 0.75rem;
  2127. margin-bottom: 0;
  2128. font-size: 0.9375rem;
  2129. font-weight: 400;
  2130. line-height: 1.5;
  2131. color: #adb5bd;
  2132. text-align: center;
  2133. white-space: nowrap;
  2134. background-color: #444;
  2135. border: 1px solid transparent;
  2136. border-radius: 0.25rem; }
  2137. .input-group-text input[type="radio"],
  2138. .input-group-text input[type="checkbox"] {
  2139. margin-top: 0; }
  2140. .input-group-lg > .form-control,
  2141. .input-group-lg > .input-group-prepend > .input-group-text,
  2142. .input-group-lg > .input-group-append > .input-group-text,
  2143. .input-group-lg > .input-group-prepend > .btn,
  2144. .input-group-lg > .input-group-append > .btn {
  2145. height: calc(2.75781rem + 2px);
  2146. padding: 0.5rem 1rem;
  2147. font-size: 1.17188rem;
  2148. line-height: 1.5;
  2149. border-radius: 0.3rem; }
  2150. .input-group-sm > .form-control,
  2151. .input-group-sm > .input-group-prepend > .input-group-text,
  2152. .input-group-sm > .input-group-append > .input-group-text,
  2153. .input-group-sm > .input-group-prepend > .btn,
  2154. .input-group-sm > .input-group-append > .btn {
  2155. height: calc(1.73047rem + 2px);
  2156. padding: 0.25rem 0.5rem;
  2157. font-size: 0.82031rem;
  2158. line-height: 1.5;
  2159. border-radius: 0.2rem; }
  2160. .input-group > .input-group-prepend > .btn,
  2161. .input-group > .input-group-prepend > .input-group-text,
  2162. .input-group > .input-group-append:not(:last-child) > .btn,
  2163. .input-group > .input-group-append:not(:last-child) > .input-group-text,
  2164. .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  2165. .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  2166. border-top-right-radius: 0;
  2167. border-bottom-right-radius: 0; }
  2168. .input-group > .input-group-append > .btn,
  2169. .input-group > .input-group-append > .input-group-text,
  2170. .input-group > .input-group-prepend:not(:first-child) > .btn,
  2171. .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
  2172. .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  2173. .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  2174. border-top-left-radius: 0;
  2175. border-bottom-left-radius: 0; }
  2176. .custom-control {
  2177. position: relative;
  2178. display: block;
  2179. min-height: 1.40625rem;
  2180. padding-left: 1.5rem; }
  2181. .custom-control-inline {
  2182. display: inline-flex;
  2183. margin-right: 1rem; }
  2184. .custom-control-input {
  2185. position: absolute;
  2186. z-index: -1;
  2187. opacity: 0; }
  2188. .custom-control-input:checked ~ .custom-control-label::before {
  2189. color: #fff;
  2190. background-color: #2A9FD6; }
  2191. .custom-control-input:focus ~ .custom-control-label::before {
  2192. box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(42, 159, 214, 0.25); }
  2193. .custom-control-input:active ~ .custom-control-label::before {
  2194. color: #fff;
  2195. background-color: #c0e2f3; }
  2196. .custom-control-input:disabled ~ .custom-control-label {
  2197. color: #999; }
  2198. .custom-control-input:disabled ~ .custom-control-label::before {
  2199. background-color: #ebebeb; }
  2200. .custom-control-label {
  2201. position: relative;
  2202. margin-bottom: 0; }
  2203. .custom-control-label::before {
  2204. position: absolute;
  2205. top: 0.20312rem;
  2206. left: -1.5rem;
  2207. display: block;
  2208. width: 1rem;
  2209. height: 1rem;
  2210. pointer-events: none;
  2211. content: "";
  2212. user-select: none;
  2213. background-color: #dee2e6; }
  2214. .custom-control-label::after {
  2215. position: absolute;
  2216. top: 0.20312rem;
  2217. left: -1.5rem;
  2218. display: block;
  2219. width: 1rem;
  2220. height: 1rem;
  2221. content: "";
  2222. background-repeat: no-repeat;
  2223. background-position: center center;
  2224. background-size: 50% 50%; }
  2225. .custom-checkbox .custom-control-label::before {
  2226. border-radius: 0.25rem; }
  2227. .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  2228. background-color: #2A9FD6; }
  2229. .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  2230. background-image: url("data:image/svg+xml;charset=utf8,%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"); }
  2231. .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  2232. background-color: #2A9FD6; }
  2233. .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  2234. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
  2235. .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  2236. background-color: rgba(42, 159, 214, 0.5); }
  2237. .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  2238. background-color: rgba(42, 159, 214, 0.5); }
  2239. .custom-radio .custom-control-label::before {
  2240. border-radius: 50%; }
  2241. .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  2242. background-color: #2A9FD6; }
  2243. .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  2244. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
  2245. .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  2246. background-color: rgba(42, 159, 214, 0.5); }
  2247. .custom-select {
  2248. display: inline-block;
  2249. width: 100%;
  2250. height: calc(2.15625rem + 2px);
  2251. padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  2252. line-height: 1.5;
  2253. color: #444;
  2254. vertical-align: middle;
  2255. background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  2256. background-size: 8px 10px;
  2257. border: 1px solid transparent;
  2258. border-radius: 0.25rem;
  2259. appearance: none; }
  2260. .custom-select:focus {
  2261. border-color: #95cfeb;
  2262. outline: 0;
  2263. box-shadow: 0 0 0 0.2rem rgba(149, 207, 235, 0.5); }
  2264. .custom-select:focus::-ms-value {
  2265. color: #444;
  2266. background-color: #fff; }
  2267. .custom-select[multiple], .custom-select[size]:not([size="1"]) {
  2268. height: auto;
  2269. padding-right: 0.75rem;
  2270. background-image: none; }
  2271. .custom-select:disabled {
  2272. color: #999;
  2273. background-color: #ebebeb; }
  2274. .custom-select::-ms-expand {
  2275. opacity: 0; }
  2276. .custom-select-sm {
  2277. height: calc(1.73047rem + 2px);
  2278. padding-top: 0.375rem;
  2279. padding-bottom: 0.375rem;
  2280. font-size: 75%; }
  2281. .custom-select-lg {
  2282. height: calc(2.75781rem + 2px);
  2283. padding-top: 0.375rem;
  2284. padding-bottom: 0.375rem;
  2285. font-size: 125%; }
  2286. .custom-file {
  2287. position: relative;
  2288. display: inline-block;
  2289. width: 100%;
  2290. height: calc(2.15625rem + 2px);
  2291. margin-bottom: 0; }
  2292. .custom-file-input {
  2293. position: relative;
  2294. z-index: 2;
  2295. width: 100%;
  2296. height: calc(2.15625rem + 2px);
  2297. margin: 0;
  2298. opacity: 0; }
  2299. .custom-file-input:focus ~ .custom-file-label {
  2300. border-color: #95cfeb;
  2301. box-shadow: 0 0 0 0.2rem rgba(42, 159, 214, 0.25); }
  2302. .custom-file-input:focus ~ .custom-file-label::after {
  2303. border-color: #95cfeb; }
  2304. .custom-file-input:disabled ~ .custom-file-label {
  2305. background-color: #ebebeb; }
  2306. .custom-file-input:lang(en) ~ .custom-file-label::after {
  2307. content: "Browse"; }
  2308. .custom-file-label {
  2309. position: absolute;
  2310. top: 0;
  2311. right: 0;
  2312. left: 0;
  2313. z-index: 1;
  2314. height: calc(2.15625rem + 2px);
  2315. padding: 0.375rem 0.75rem;
  2316. line-height: 1.5;
  2317. color: #adb5bd;
  2318. background-color: #fff;
  2319. border: 1px solid #444;
  2320. border-radius: 0.25rem; }
  2321. .custom-file-label::after {
  2322. position: absolute;
  2323. top: 0;
  2324. right: 0;
  2325. bottom: 0;
  2326. z-index: 3;
  2327. display: block;
  2328. height: 2.15625rem;
  2329. padding: 0.375rem 0.75rem;
  2330. line-height: 1.5;
  2331. color: #adb5bd;
  2332. content: "Browse";
  2333. background-color: #444;
  2334. border-left: 1px solid #444;
  2335. border-radius: 0 0.25rem 0.25rem 0; }
  2336. .custom-range {
  2337. width: 100%;
  2338. padding-left: 0;
  2339. background-color: transparent;
  2340. appearance: none; }
  2341. .custom-range:focus {
  2342. outline: none; }
  2343. .custom-range:focus::-webkit-slider-thumb {
  2344. box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(42, 159, 214, 0.25); }
  2345. .custom-range:focus::-moz-range-thumb {
  2346. box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(42, 159, 214, 0.25); }
  2347. .custom-range:focus::-ms-thumb {
  2348. box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(42, 159, 214, 0.25); }
  2349. .custom-range::-moz-focus-outer {
  2350. border: 0; }
  2351. .custom-range::-webkit-slider-thumb {
  2352. width: 1rem;
  2353. height: 1rem;
  2354. margin-top: -0.25rem;
  2355. background-color: #2A9FD6;
  2356. border: 0;
  2357. border-radius: 1rem;
  2358. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2359. appearance: none; }
  2360. @media screen and (prefers-reduced-motion: reduce) {
  2361. .custom-range::-webkit-slider-thumb {
  2362. transition: none; } }
  2363. .custom-range::-webkit-slider-thumb:active {
  2364. background-color: #c0e2f3; }
  2365. .custom-range::-webkit-slider-runnable-track {
  2366. width: 100%;
  2367. height: 0.5rem;
  2368. color: transparent;
  2369. cursor: pointer;
  2370. background-color: #dee2e6;
  2371. border-color: transparent;
  2372. border-radius: 1rem; }
  2373. .custom-range::-moz-range-thumb {
  2374. width: 1rem;
  2375. height: 1rem;
  2376. background-color: #2A9FD6;
  2377. border: 0;
  2378. border-radius: 1rem;
  2379. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2380. appearance: none; }
  2381. @media screen and (prefers-reduced-motion: reduce) {
  2382. .custom-range::-moz-range-thumb {
  2383. transition: none; } }
  2384. .custom-range::-moz-range-thumb:active {
  2385. background-color: #c0e2f3; }
  2386. .custom-range::-moz-range-track {
  2387. width: 100%;
  2388. height: 0.5rem;
  2389. color: transparent;
  2390. cursor: pointer;
  2391. background-color: #dee2e6;
  2392. border-color: transparent;
  2393. border-radius: 1rem; }
  2394. .custom-range::-ms-thumb {
  2395. width: 1rem;
  2396. height: 1rem;
  2397. margin-top: 0;
  2398. margin-right: 0.2rem;
  2399. margin-left: 0.2rem;
  2400. background-color: #2A9FD6;
  2401. border: 0;
  2402. border-radius: 1rem;
  2403. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2404. appearance: none; }
  2405. @media screen and (prefers-reduced-motion: reduce) {
  2406. .custom-range::-ms-thumb {
  2407. transition: none; } }
  2408. .custom-range::-ms-thumb:active {
  2409. background-color: #c0e2f3; }
  2410. .custom-range::-ms-track {
  2411. width: 100%;
  2412. height: 0.5rem;
  2413. color: transparent;
  2414. cursor: pointer;
  2415. background-color: transparent;
  2416. border-color: transparent;
  2417. border-width: 0.5rem; }
  2418. .custom-range::-ms-fill-lower {
  2419. background-color: #dee2e6;
  2420. border-radius: 1rem; }
  2421. .custom-range::-ms-fill-upper {
  2422. margin-right: 15px;
  2423. background-color: #dee2e6;
  2424. border-radius: 1rem; }
  2425. .custom-control-label::before,
  2426. .custom-file-label,
  2427. .custom-select {
  2428. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  2429. @media screen and (prefers-reduced-motion: reduce) {
  2430. .custom-control-label::before,
  2431. .custom-file-label,
  2432. .custom-select {
  2433. transition: none; } }
  2434. .nav {
  2435. display: flex;
  2436. flex-wrap: wrap;
  2437. padding-left: 0;
  2438. margin-bottom: 0;
  2439. list-style: none; }
  2440. .nav-link {
  2441. display: block;
  2442. padding: 0.5rem 2rem; }
  2443. .nav-link:hover, .nav-link:focus {
  2444. text-decoration: none; }
  2445. .nav-link.disabled {
  2446. color: #adb5bd; }
  2447. .nav-tabs {
  2448. border-bottom: 1px solid #444; }
  2449. .nav-tabs .nav-item {
  2450. margin-bottom: -1px; }
  2451. .nav-tabs .nav-link {
  2452. border: 1px solid transparent;
  2453. border-top-left-radius: 0.25rem;
  2454. border-top-right-radius: 0.25rem; }
  2455. .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  2456. border-color: #444 #444 transparent; }
  2457. .nav-tabs .nav-link.disabled {
  2458. color: #adb5bd;
  2459. background-color: transparent;
  2460. border-color: transparent; }
  2461. .nav-tabs .nav-link.active,
  2462. .nav-tabs .nav-item.show .nav-link {
  2463. color: #fff;
  2464. background-color: #222;
  2465. border-color: #444 #444 transparent; }
  2466. .nav-tabs .dropdown-menu {
  2467. margin-top: -1px;
  2468. border-top-left-radius: 0;
  2469. border-top-right-radius: 0; }
  2470. .nav-pills .nav-link {
  2471. border-radius: 0.25rem; }
  2472. .nav-pills .nav-link.active,
  2473. .nav-pills .show > .nav-link {
  2474. color: #fff;
  2475. background-color: #2A9FD6; }
  2476. .nav-fill .nav-item {
  2477. flex: 1 1 auto;
  2478. text-align: center; }
  2479. .nav-justified .nav-item {
  2480. flex-basis: 0;
  2481. flex-grow: 1;
  2482. text-align: center; }
  2483. .tab-content > .tab-pane {
  2484. display: none; }
  2485. .tab-content > .active {
  2486. display: block; }
  2487. .navbar {
  2488. position: relative;
  2489. display: flex;
  2490. flex-wrap: wrap;
  2491. align-items: center;
  2492. justify-content: space-between;
  2493. padding: 1rem 1rem; }
  2494. .navbar > .container,
  2495. .navbar > .container-fluid {
  2496. display: flex;
  2497. flex-wrap: wrap;
  2498. align-items: center;
  2499. justify-content: space-between; }
  2500. .navbar-brand {
  2501. display: inline-block;
  2502. padding-top: 0.32422rem;
  2503. padding-bottom: 0.32422rem;
  2504. margin-right: 1rem;
  2505. font-size: 1.17188rem;
  2506. line-height: inherit;
  2507. white-space: nowrap; }
  2508. .navbar-brand:hover, .navbar-brand:focus {
  2509. text-decoration: none; }
  2510. .navbar-nav {
  2511. display: flex;
  2512. flex-direction: column;
  2513. padding-left: 0;
  2514. margin-bottom: 0;
  2515. list-style: none; }
  2516. .navbar-nav .nav-link {
  2517. padding-right: 0;
  2518. padding-left: 0; }
  2519. .navbar-nav .dropdown-menu {
  2520. position: static;
  2521. float: none; }
  2522. .navbar-text {
  2523. display: inline-block;
  2524. padding-top: 0.5rem;
  2525. padding-bottom: 0.5rem; }
  2526. .navbar-collapse {
  2527. flex-basis: 100%;
  2528. flex-grow: 1;
  2529. align-items: center; }
  2530. .navbar-toggler {
  2531. padding: 0.25rem 0.75rem;
  2532. font-size: 1.17188rem;
  2533. line-height: 1;
  2534. background-color: transparent;
  2535. border: 1px solid transparent;
  2536. border-radius: 0.25rem; }
  2537. .navbar-toggler:hover, .navbar-toggler:focus {
  2538. text-decoration: none; }
  2539. .navbar-toggler:not(:disabled):not(.disabled) {
  2540. cursor: pointer; }
  2541. .navbar-toggler-icon {
  2542. display: inline-block;
  2543. width: 1.5em;
  2544. height: 1.5em;
  2545. vertical-align: middle;
  2546. content: "";
  2547. background: no-repeat center center;
  2548. background-size: 100% 100%; }
  2549. @media (max-width: 575.98px) {
  2550. .navbar-expand-sm > .container,
  2551. .navbar-expand-sm > .container-fluid {
  2552. padding-right: 0;
  2553. padding-left: 0; } }
  2554. @media (min-width: 576px) {
  2555. .navbar-expand-sm {
  2556. flex-flow: row nowrap;
  2557. justify-content: flex-start; }
  2558. .navbar-expand-sm .navbar-nav {
  2559. flex-direction: row; }
  2560. .navbar-expand-sm .navbar-nav .dropdown-menu {
  2561. position: absolute; }
  2562. .navbar-expand-sm .navbar-nav .nav-link {
  2563. padding-right: 0.5rem;
  2564. padding-left: 0.5rem; }
  2565. .navbar-expand-sm > .container,
  2566. .navbar-expand-sm > .container-fluid {
  2567. flex-wrap: nowrap; }
  2568. .navbar-expand-sm .navbar-collapse {
  2569. display: flex !important;
  2570. flex-basis: auto; }
  2571. .navbar-expand-sm .navbar-toggler {
  2572. display: none; } }
  2573. @media (max-width: 767.98px) {
  2574. .navbar-expand-md > .container,
  2575. .navbar-expand-md > .container-fluid {
  2576. padding-right: 0;
  2577. padding-left: 0; } }
  2578. @media (min-width: 768px) {
  2579. .navbar-expand-md {
  2580. flex-flow: row nowrap;
  2581. justify-content: flex-start; }
  2582. .navbar-expand-md .navbar-nav {
  2583. flex-direction: row; }
  2584. .navbar-expand-md .navbar-nav .dropdown-menu {
  2585. position: absolute; }
  2586. .navbar-expand-md .navbar-nav .nav-link {
  2587. padding-right: 0.5rem;
  2588. padding-left: 0.5rem; }
  2589. .navbar-expand-md > .container,
  2590. .navbar-expand-md > .container-fluid {
  2591. flex-wrap: nowrap; }
  2592. .navbar-expand-md .navbar-collapse {
  2593. display: flex !important;
  2594. flex-basis: auto; }
  2595. .navbar-expand-md .navbar-toggler {
  2596. display: none; } }
  2597. @media (max-width: 991.98px) {
  2598. .navbar-expand-lg > .container,
  2599. .navbar-expand-lg > .container-fluid {
  2600. padding-right: 0;
  2601. padding-left: 0; } }
  2602. @media (min-width: 992px) {
  2603. .navbar-expand-lg {
  2604. flex-flow: row nowrap;
  2605. justify-content: flex-start; }
  2606. .navbar-expand-lg .navbar-nav {
  2607. flex-direction: row; }
  2608. .navbar-expand-lg .navbar-nav .dropdown-menu {
  2609. position: absolute; }
  2610. .navbar-expand-lg .navbar-nav .nav-link {
  2611. padding-right: 0.5rem;
  2612. padding-left: 0.5rem; }
  2613. .navbar-expand-lg > .container,
  2614. .navbar-expand-lg > .container-fluid {
  2615. flex-wrap: nowrap; }
  2616. .navbar-expand-lg .navbar-collapse {
  2617. display: flex !important;
  2618. flex-basis: auto; }
  2619. .navbar-expand-lg .navbar-toggler {
  2620. display: none; } }
  2621. @media (max-width: 1199.98px) {
  2622. .navbar-expand-xl > .container,
  2623. .navbar-expand-xl > .container-fluid {
  2624. padding-right: 0;
  2625. padding-left: 0; } }
  2626. @media (min-width: 1200px) {
  2627. .navbar-expand-xl {
  2628. flex-flow: row nowrap;
  2629. justify-content: flex-start; }
  2630. .navbar-expand-xl .navbar-nav {
  2631. flex-direction: row; }
  2632. .navbar-expand-xl .navbar-nav .dropdown-menu {
  2633. position: absolute; }
  2634. .navbar-expand-xl .navbar-nav .nav-link {
  2635. padding-right: 0.5rem;
  2636. padding-left: 0.5rem; }
  2637. .navbar-expand-xl > .container,
  2638. .navbar-expand-xl > .container-fluid {
  2639. flex-wrap: nowrap; }
  2640. .navbar-expand-xl .navbar-collapse {
  2641. display: flex !important;
  2642. flex-basis: auto; }
  2643. .navbar-expand-xl .navbar-toggler {
  2644. display: none; } }
  2645. .navbar-expand {
  2646. flex-flow: row nowrap;
  2647. justify-content: flex-start; }
  2648. .navbar-expand > .container,
  2649. .navbar-expand > .container-fluid {
  2650. padding-right: 0;
  2651. padding-left: 0; }
  2652. .navbar-expand .navbar-nav {
  2653. flex-direction: row; }
  2654. .navbar-expand .navbar-nav .dropdown-menu {
  2655. position: absolute; }
  2656. .navbar-expand .navbar-nav .nav-link {
  2657. padding-right: 0.5rem;
  2658. padding-left: 0.5rem; }
  2659. .navbar-expand > .container,
  2660. .navbar-expand > .container-fluid {
  2661. flex-wrap: nowrap; }
  2662. .navbar-expand .navbar-collapse {
  2663. display: flex !important;
  2664. flex-basis: auto; }
  2665. .navbar-expand .navbar-toggler {
  2666. display: none; }
  2667. .navbar-light .navbar-brand {
  2668. color: #fff; }
  2669. .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  2670. color: #fff; }
  2671. .navbar-light .navbar-nav .nav-link {
  2672. color: rgba(255, 255, 255, 0.5); }
  2673. .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  2674. color: #fff; }
  2675. .navbar-light .navbar-nav .nav-link.disabled {
  2676. color: rgba(255, 255, 255, 0.3); }
  2677. .navbar-light .navbar-nav .show > .nav-link,
  2678. .navbar-light .navbar-nav .active > .nav-link,
  2679. .navbar-light .navbar-nav .nav-link.show,
  2680. .navbar-light .navbar-nav .nav-link.active {
  2681. color: #fff; }
  2682. .navbar-light .navbar-toggler {
  2683. color: rgba(255, 255, 255, 0.5);
  2684. border-color: rgba(255, 255, 255, 0.1); }
  2685. .navbar-light .navbar-toggler-icon {
  2686. background-image: url("data:image/svg+xml;charset=utf8,%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"); }
  2687. .navbar-light .navbar-text {
  2688. color: rgba(255, 255, 255, 0.5); }
  2689. .navbar-light .navbar-text a {
  2690. color: #fff; }
  2691. .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  2692. color: #fff; }
  2693. .navbar-dark .navbar-brand {
  2694. color: #fff; }
  2695. .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  2696. color: #fff; }
  2697. .navbar-dark .navbar-nav .nav-link {
  2698. color: #fff; }
  2699. .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  2700. color: #00bc8c; }
  2701. .navbar-dark .navbar-nav .nav-link.disabled {
  2702. color: rgba(255, 255, 255, 0.25); }
  2703. .navbar-dark .navbar-nav .show > .nav-link,
  2704. .navbar-dark .navbar-nav .active > .nav-link,
  2705. .navbar-dark .navbar-nav .nav-link.show,
  2706. .navbar-dark .navbar-nav .nav-link.active {
  2707. color: #fff; }
  2708. .navbar-dark .navbar-toggler {
  2709. color: #fff;
  2710. border-color: rgba(255, 255, 255, 0.1); }
  2711. .navbar-dark .navbar-toggler-icon {
  2712. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  2713. .navbar-dark .navbar-text {
  2714. color: #fff; }
  2715. .navbar-dark .navbar-text a {
  2716. color: #fff; }
  2717. .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  2718. color: #fff; }
  2719. .card {
  2720. position: relative;
  2721. display: flex;
  2722. flex-direction: column;
  2723. min-width: 0;
  2724. word-wrap: break-word;
  2725. background-color: #303030;
  2726. background-clip: border-box;
  2727. border: 1px solid rgba(0, 0, 0, 0.125);
  2728. border-radius: 0.25rem; }
  2729. .card > hr {
  2730. margin-right: 0;
  2731. margin-left: 0; }
  2732. .card > .list-group:first-child .list-group-item:first-child {
  2733. border-top-left-radius: 0.25rem;
  2734. border-top-right-radius: 0.25rem; }
  2735. .card > .list-group:last-child .list-group-item:last-child {
  2736. border-bottom-right-radius: 0.25rem;
  2737. border-bottom-left-radius: 0.25rem; }
  2738. .card-body {
  2739. flex: 1 1 auto;
  2740. padding: 1.25rem; }
  2741. .card-title {
  2742. margin-bottom: 0.75rem; }
  2743. .card-subtitle {
  2744. margin-top: -0.375rem;
  2745. margin-bottom: 0; }
  2746. .card-text:last-child {
  2747. margin-bottom: 0; }
  2748. .card-link:hover {
  2749. text-decoration: none; }
  2750. .card-link + .card-link {
  2751. margin-left: 1.25rem; }
  2752. .card-header {
  2753. padding: 0.75rem 1.25rem;
  2754. margin-bottom: 0;
  2755. background-color: #444;
  2756. border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  2757. .card-header:first-child {
  2758. border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  2759. .card-header + .list-group .list-group-item:first-child {
  2760. border-top: 0; }
  2761. .card-footer {
  2762. padding: 0.75rem 1.25rem;
  2763. background-color: #444;
  2764. border-top: 1px solid rgba(0, 0, 0, 0.125); }
  2765. .card-footer:last-child {
  2766. border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
  2767. .card-header-tabs {
  2768. margin-right: -0.625rem;
  2769. margin-bottom: -0.75rem;
  2770. margin-left: -0.625rem;
  2771. border-bottom: 0; }
  2772. .card-header-pills {
  2773. margin-right: -0.625rem;
  2774. margin-left: -0.625rem; }
  2775. .card-img-overlay {
  2776. position: absolute;
  2777. top: 0;
  2778. right: 0;
  2779. bottom: 0;
  2780. left: 0;
  2781. padding: 1.25rem; }
  2782. .card-img {
  2783. width: 100%;
  2784. border-radius: calc(0.25rem - 1px); }
  2785. .card-img-top {
  2786. width: 100%;
  2787. border-top-left-radius: calc(0.25rem - 1px);
  2788. border-top-right-radius: calc(0.25rem - 1px); }
  2789. .card-img-bottom {
  2790. width: 100%;
  2791. border-bottom-right-radius: calc(0.25rem - 1px);
  2792. border-bottom-left-radius: calc(0.25rem - 1px); }
  2793. .card-deck {
  2794. display: flex;
  2795. flex-direction: column; }
  2796. .card-deck .card {
  2797. margin-bottom: 15px; }
  2798. @media (min-width: 576px) {
  2799. .card-deck {
  2800. flex-flow: row wrap;
  2801. margin-right: -15px;
  2802. margin-left: -15px; }
  2803. .card-deck .card {
  2804. display: flex;
  2805. flex: 1 0 0%;
  2806. flex-direction: column;
  2807. margin-right: 15px;
  2808. margin-bottom: 0;
  2809. margin-left: 15px; } }
  2810. .card-group {
  2811. display: flex;
  2812. flex-direction: column; }
  2813. .card-group > .card {
  2814. margin-bottom: 15px; }
  2815. @media (min-width: 576px) {
  2816. .card-group {
  2817. flex-flow: row wrap; }
  2818. .card-group > .card {
  2819. flex: 1 0 0%;
  2820. margin-bottom: 0; }
  2821. .card-group > .card + .card {
  2822. margin-left: 0;
  2823. border-left: 0; }
  2824. .card-group > .card:first-child {
  2825. border-top-right-radius: 0;
  2826. border-bottom-right-radius: 0; }
  2827. .card-group > .card:first-child .card-img-top,
  2828. .card-group > .card:first-child .card-header {
  2829. border-top-right-radius: 0; }
  2830. .card-group > .card:first-child .card-img-bottom,
  2831. .card-group > .card:first-child .card-footer {
  2832. border-bottom-right-radius: 0; }
  2833. .card-group > .card:last-child {
  2834. border-top-left-radius: 0;
  2835. border-bottom-left-radius: 0; }
  2836. .card-group > .card:last-child .card-img-top,
  2837. .card-group > .card:last-child .card-header {
  2838. border-top-left-radius: 0; }
  2839. .card-group > .card:last-child .card-img-bottom,
  2840. .card-group > .card:last-child .card-footer {
  2841. border-bottom-left-radius: 0; }
  2842. .card-group > .card:only-child {
  2843. border-radius: 0.25rem; }
  2844. .card-group > .card:only-child .card-img-top,
  2845. .card-group > .card:only-child .card-header {
  2846. border-top-left-radius: 0.25rem;
  2847. border-top-right-radius: 0.25rem; }
  2848. .card-group > .card:only-child .card-img-bottom,
  2849. .card-group > .card:only-child .card-footer {
  2850. border-bottom-right-radius: 0.25rem;
  2851. border-bottom-left-radius: 0.25rem; }
  2852. .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
  2853. border-radius: 0; }
  2854. .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  2855. .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  2856. .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  2857. .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
  2858. border-radius: 0; } }
  2859. .card-columns .card {
  2860. margin-bottom: 0.75rem; }
  2861. @media (min-width: 576px) {
  2862. .card-columns {
  2863. column-count: 3;
  2864. column-gap: 1.25rem;
  2865. orphans: 1;
  2866. widows: 1; }
  2867. .card-columns .card {
  2868. display: inline-block;
  2869. width: 100%; } }
  2870. .accordion .card:not(:first-of-type):not(:last-of-type) {
  2871. border-bottom: 0;
  2872. border-radius: 0; }
  2873. .accordion .card:not(:first-of-type) .card-header:first-child {
  2874. border-radius: 0; }
  2875. .accordion .card:first-of-type {
  2876. border-bottom: 0;
  2877. border-bottom-right-radius: 0;
  2878. border-bottom-left-radius: 0; }
  2879. .accordion .card:last-of-type {
  2880. border-top-left-radius: 0;
  2881. border-top-right-radius: 0; }
  2882. .breadcrumb {
  2883. display: flex;
  2884. flex-wrap: wrap;
  2885. padding: 0.75rem 1rem;
  2886. margin-bottom: 1rem;
  2887. list-style: none;
  2888. background-color: #444;
  2889. border-radius: 0.25rem; }
  2890. .breadcrumb-item + .breadcrumb-item {
  2891. padding-left: 0.5rem; }
  2892. .breadcrumb-item + .breadcrumb-item::before {
  2893. display: inline-block;
  2894. padding-right: 0.5rem;
  2895. color: #999;
  2896. content: "/"; }
  2897. .breadcrumb-item + .breadcrumb-item:hover::before {
  2898. text-decoration: underline; }
  2899. .breadcrumb-item + .breadcrumb-item:hover::before {
  2900. text-decoration: none; }
  2901. .breadcrumb-item.active {
  2902. color: #999; }
  2903. .pagination {
  2904. display: flex;
  2905. padding-left: 0;
  2906. list-style: none;
  2907. border-radius: 0.25rem; }
  2908. .page-link {
  2909. position: relative;
  2910. display: block;
  2911. padding: 0.5rem 0.75rem;
  2912. margin-left: 0;
  2913. line-height: 1.25;
  2914. color: #fff;
  2915. background-color: #00bc8c;
  2916. border: 0 solid transparent; }
  2917. .page-link:hover {
  2918. z-index: 2;
  2919. color: #fff;
  2920. text-decoration: none;
  2921. background-color: #00efb2;
  2922. border-color: transparent; }
  2923. .page-link:focus {
  2924. z-index: 2;
  2925. outline: 0;
  2926. box-shadow: 0 0 0 0.2rem rgba(42, 159, 214, 0.25); }
  2927. .page-link:not(:disabled):not(.disabled) {
  2928. cursor: pointer; }
  2929. .page-item:first-child .page-link {
  2930. margin-left: 0;
  2931. border-top-left-radius: 0.25rem;
  2932. border-bottom-left-radius: 0.25rem; }
  2933. .page-item:last-child .page-link {
  2934. border-top-right-radius: 0.25rem;
  2935. border-bottom-right-radius: 0.25rem; }
  2936. .page-item.active .page-link {
  2937. z-index: 1;
  2938. color: #fff;
  2939. background-color: #00efb2;
  2940. border-color: transparent; }
  2941. .page-item.disabled .page-link {
  2942. color: #fff;
  2943. pointer-events: none;
  2944. cursor: auto;
  2945. background-color: #007053;
  2946. border-color: transparent; }
  2947. .pagination-lg .page-link {
  2948. padding: 0.75rem 1.5rem;
  2949. font-size: 1.17188rem;
  2950. line-height: 1.5; }
  2951. .pagination-lg .page-item:first-child .page-link {
  2952. border-top-left-radius: 0.3rem;
  2953. border-bottom-left-radius: 0.3rem; }
  2954. .pagination-lg .page-item:last-child .page-link {
  2955. border-top-right-radius: 0.3rem;
  2956. border-bottom-right-radius: 0.3rem; }
  2957. .pagination-sm .page-link {
  2958. padding: 0.25rem 0.5rem;
  2959. font-size: 0.82031rem;
  2960. line-height: 1.5; }
  2961. .pagination-sm .page-item:first-child .page-link {
  2962. border-top-left-radius: 0.2rem;
  2963. border-bottom-left-radius: 0.2rem; }
  2964. .pagination-sm .page-item:last-child .page-link {
  2965. border-top-right-radius: 0.2rem;
  2966. border-bottom-right-radius: 0.2rem; }
  2967. .badge {
  2968. display: inline-block;
  2969. padding: 0.25em 0.4em;
  2970. font-size: 75%;
  2971. font-weight: 700;
  2972. line-height: 1;
  2973. text-align: center;
  2974. white-space: nowrap;
  2975. vertical-align: baseline;
  2976. border-radius: 0.25rem; }
  2977. .badge:empty {
  2978. display: none; }
  2979. .btn .badge {
  2980. position: relative;
  2981. top: -1px; }
  2982. .badge-pill {
  2983. padding-right: 0.6em;
  2984. padding-left: 0.6em;
  2985. border-radius: 10rem; }
  2986. .badge-primary {
  2987. color: #fff;
  2988. background-color: #2A9FD6; }
  2989. .badge-primary[href]:hover, .badge-primary[href]:focus {
  2990. color: #fff;
  2991. text-decoration: none;
  2992. background-color: #2180ac; }
  2993. .badge-secondary {
  2994. color: #fff;
  2995. background-color: #444; }
  2996. .badge-secondary[href]:hover, .badge-secondary[href]:focus {
  2997. color: #fff;
  2998. text-decoration: none;
  2999. background-color: #2b2b2b; }
  3000. .badge-success {
  3001. color: #fff;
  3002. background-color: #00bc8c; }
  3003. .badge-success[href]:hover, .badge-success[href]:focus {
  3004. color: #fff;
  3005. text-decoration: none;
  3006. background-color: #008966; }
  3007. .badge-info {
  3008. color: #fff;
  3009. background-color: #3498DB; }
  3010. .badge-info[href]:hover, .badge-info[href]:focus {
  3011. color: #fff;
  3012. text-decoration: none;
  3013. background-color: #217dbb; }
  3014. .badge-warning {
  3015. color: #fff;
  3016. background-color: #F39C12; }
  3017. .badge-warning[href]:hover, .badge-warning[href]:focus {
  3018. color: #fff;
  3019. text-decoration: none;
  3020. background-color: #c87f0a; }
  3021. .badge-danger {
  3022. color: #fff;
  3023. background-color: #E74C3C; }
  3024. .badge-danger[href]:hover, .badge-danger[href]:focus {
  3025. color: #fff;
  3026. text-decoration: none;
  3027. background-color: #d62c1a; }
  3028. .badge-light {
  3029. color: #fff;
  3030. background-color: #303030; }
  3031. .badge-light[href]:hover, .badge-light[href]:focus {
  3032. color: #fff;
  3033. text-decoration: none;
  3034. background-color: #171717; }
  3035. .badge-dark {
  3036. color: #222;
  3037. background-color: #adb5bd; }
  3038. .badge-dark[href]:hover, .badge-dark[href]:focus {
  3039. color: #222;
  3040. text-decoration: none;
  3041. background-color: #919ca6; }
  3042. .jumbotron {
  3043. padding: 2rem 1rem;
  3044. margin-bottom: 2rem;
  3045. background-color: #303030;
  3046. border-radius: 0.3rem; }
  3047. @media (min-width: 576px) {
  3048. .jumbotron {
  3049. padding: 4rem 2rem; } }
  3050. .jumbotron-fluid {
  3051. padding-right: 0;
  3052. padding-left: 0;
  3053. border-radius: 0; }
  3054. .alert {
  3055. position: relative;
  3056. padding: 0.75rem 1.25rem;
  3057. margin-bottom: 1rem;
  3058. border: 1px solid transparent;
  3059. border-radius: 0.25rem; }
  3060. .alert-heading {
  3061. color: inherit; }
  3062. .alert-link {
  3063. font-weight: 700; }
  3064. .alert-dismissible {
  3065. padding-right: 3.90625rem; }
  3066. .alert-dismissible .close {
  3067. position: absolute;
  3068. top: 0;
  3069. right: 0;
  3070. padding: 0.75rem 1.25rem;
  3071. color: inherit; }
  3072. .alert-primary {
  3073. color: #16536f;
  3074. background-color: #d4ecf7;
  3075. border-color: #c3e4f4; }
  3076. .alert-primary hr {
  3077. border-top-color: #addaf0; }
  3078. .alert-primary .alert-link {
  3079. color: #0e3344; }
  3080. .alert-secondary {
  3081. color: #232323;
  3082. background-color: #dadada;
  3083. border-color: #cbcbcb; }
  3084. .alert-secondary hr {
  3085. border-top-color: #bebebe; }
  3086. .alert-secondary .alert-link {
  3087. color: #0a0a0a; }
  3088. .alert-success {
  3089. color: #006249;
  3090. background-color: #ccf2e8;
  3091. border-color: #b8ecdf; }
  3092. .alert-success hr {
  3093. border-top-color: #a4e7d6; }
  3094. .alert-success .alert-link {
  3095. color: #002f23; }
  3096. .alert-info {
  3097. color: #1b4f72;
  3098. background-color: #d6eaf8;
  3099. border-color: #c6e2f5; }
  3100. .alert-info hr {
  3101. border-top-color: #b0d7f1; }
  3102. .alert-info .alert-link {
  3103. color: #113249; }
  3104. .alert-warning {
  3105. color: #7e5109;
  3106. background-color: #fdebd0;
  3107. border-color: #fce3bd; }
  3108. .alert-warning hr {
  3109. border-top-color: #fbd9a5; }
  3110. .alert-warning .alert-link {
  3111. color: #4e3206; }
  3112. .alert-danger {
  3113. color: #78281f;
  3114. background-color: #fadbd8;
  3115. border-color: #f8cdc8; }
  3116. .alert-danger hr {
  3117. border-top-color: #f5b8b1; }
  3118. .alert-danger .alert-link {
  3119. color: #4f1a15; }
  3120. .alert-light {
  3121. color: #191919;
  3122. background-color: #d6d6d6;
  3123. border-color: #c5c5c5; }
  3124. .alert-light hr {
  3125. border-top-color: #b8b8b8; }
  3126. .alert-light .alert-link {
  3127. color: black; }
  3128. .alert-dark {
  3129. color: #5a5e62;
  3130. background-color: #eff0f2;
  3131. border-color: #e8eaed; }
  3132. .alert-dark hr {
  3133. border-top-color: #dadde2; }
  3134. .alert-dark .alert-link {
  3135. color: #424547; }
  3136. @keyframes progress-bar-stripes {
  3137. from {
  3138. background-position: 0.625rem 0; }
  3139. to {
  3140. background-position: 0 0; } }
  3141. .progress {
  3142. display: flex;
  3143. height: 0.625rem;
  3144. overflow: hidden;
  3145. font-size: 0.625rem;
  3146. background-color: #444;
  3147. border-radius: 0.25rem; }
  3148. .progress-bar {
  3149. display: flex;
  3150. flex-direction: column;
  3151. justify-content: center;
  3152. color: #fff;
  3153. text-align: center;
  3154. white-space: nowrap;
  3155. background-color: #2A9FD6;
  3156. transition: width 0.6s ease; }
  3157. @media screen and (prefers-reduced-motion: reduce) {
  3158. .progress-bar {
  3159. transition: none; } }
  3160. .progress-bar-striped {
  3161. 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);
  3162. background-size: 0.625rem 0.625rem; }
  3163. .progress-bar-animated {
  3164. animation: progress-bar-stripes 1s linear infinite; }
  3165. .media {
  3166. display: flex;
  3167. align-items: flex-start; }
  3168. .media-body {
  3169. flex: 1; }
  3170. .list-group {
  3171. display: flex;
  3172. flex-direction: column;
  3173. padding-left: 0;
  3174. margin-bottom: 0; }
  3175. .list-group-item-action {
  3176. width: 100%;
  3177. color: #444;
  3178. text-align: inherit; }
  3179. .list-group-item-action:hover, .list-group-item-action:focus {
  3180. color: #444;
  3181. text-decoration: none;
  3182. background-color: #444; }
  3183. .list-group-item-action:active {
  3184. color: #fff;
  3185. background-color: #ebebeb; }
  3186. .list-group-item {
  3187. position: relative;
  3188. display: block;
  3189. padding: 0.75rem 1.25rem;
  3190. margin-bottom: -1px;
  3191. background-color: #303030;
  3192. border: 1px solid #444; }
  3193. .list-group-item:first-child {
  3194. border-top-left-radius: 0.25rem;
  3195. border-top-right-radius: 0.25rem; }
  3196. .list-group-item:last-child {
  3197. margin-bottom: 0;
  3198. border-bottom-right-radius: 0.25rem;
  3199. border-bottom-left-radius: 0.25rem; }
  3200. .list-group-item:hover, .list-group-item:focus {
  3201. z-index: 1;
  3202. text-decoration: none; }
  3203. .list-group-item.disabled, .list-group-item:disabled {
  3204. color: #999;
  3205. background-color: #303030; }
  3206. .list-group-item.active {
  3207. z-index: 2;
  3208. color: #fff;
  3209. background-color: #2A9FD6;
  3210. border-color: #2A9FD6; }
  3211. .list-group-flush .list-group-item {
  3212. border-right: 0;
  3213. border-left: 0;
  3214. border-radius: 0; }
  3215. .list-group-flush:first-child .list-group-item:first-child {
  3216. border-top: 0; }
  3217. .list-group-flush:last-child .list-group-item:last-child {
  3218. border-bottom: 0; }
  3219. .list-group-item-primary {
  3220. color: #16536f;
  3221. background-color: #c3e4f4; }
  3222. .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  3223. color: #16536f;
  3224. background-color: #addaf0; }
  3225. .list-group-item-primary.list-group-item-action.active {
  3226. color: #fff;
  3227. background-color: #16536f;
  3228. border-color: #16536f; }
  3229. .list-group-item-secondary {
  3230. color: #232323;
  3231. background-color: #cbcbcb; }
  3232. .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  3233. color: #232323;
  3234. background-color: #bebebe; }
  3235. .list-group-item-secondary.list-group-item-action.active {
  3236. color: #fff;
  3237. background-color: #232323;
  3238. border-color: #232323; }
  3239. .list-group-item-success {
  3240. color: #006249;
  3241. background-color: #b8ecdf; }
  3242. .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  3243. color: #006249;
  3244. background-color: #a4e7d6; }
  3245. .list-group-item-success.list-group-item-action.active {
  3246. color: #fff;
  3247. background-color: #006249;
  3248. border-color: #006249; }
  3249. .list-group-item-info {
  3250. color: #1b4f72;
  3251. background-color: #c6e2f5; }
  3252. .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  3253. color: #1b4f72;
  3254. background-color: #b0d7f1; }
  3255. .list-group-item-info.list-group-item-action.active {
  3256. color: #fff;
  3257. background-color: #1b4f72;
  3258. border-color: #1b4f72; }
  3259. .list-group-item-warning {
  3260. color: #7e5109;
  3261. background-color: #fce3bd; }
  3262. .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  3263. color: #7e5109;
  3264. background-color: #fbd9a5; }
  3265. .list-group-item-warning.list-group-item-action.active {
  3266. color: #fff;
  3267. background-color: #7e5109;
  3268. border-color: #7e5109; }
  3269. .list-group-item-danger {
  3270. color: #78281f;
  3271. background-color: #f8cdc8; }
  3272. .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  3273. color: #78281f;
  3274. background-color: #f5b8b1; }
  3275. .list-group-item-danger.list-group-item-action.active {
  3276. color: #fff;
  3277. background-color: #78281f;
  3278. border-color: #78281f; }
  3279. .list-group-item-light {
  3280. color: #191919;
  3281. background-color: #c5c5c5; }
  3282. .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  3283. color: #191919;
  3284. background-color: #b8b8b8; }
  3285. .list-group-item-light.list-group-item-action.active {
  3286. color: #fff;
  3287. background-color: #191919;
  3288. border-color: #191919; }
  3289. .list-group-item-dark {
  3290. color: #5a5e62;
  3291. background-color: #e8eaed; }
  3292. .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  3293. color: #5a5e62;
  3294. background-color: #dadde2; }
  3295. .list-group-item-dark.list-group-item-action.active {
  3296. color: #fff;
  3297. background-color: #5a5e62;
  3298. border-color: #5a5e62; }
  3299. .close {
  3300. float: right;
  3301. font-size: 1.40625rem;
  3302. font-weight: 700;
  3303. line-height: 1;
  3304. color: #fff;
  3305. text-shadow: none;
  3306. opacity: .5; }
  3307. .close:not(:disabled):not(.disabled) {
  3308. cursor: pointer; }
  3309. .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  3310. color: #fff;
  3311. text-decoration: none;
  3312. opacity: .75; }
  3313. button.close {
  3314. padding: 0;
  3315. background-color: transparent;
  3316. border: 0;
  3317. -webkit-appearance: none; }
  3318. .modal-open {
  3319. overflow: hidden; }
  3320. .modal-open .modal {
  3321. overflow-x: hidden;
  3322. overflow-y: auto; }
  3323. .modal {
  3324. position: fixed;
  3325. top: 0;
  3326. right: 0;
  3327. bottom: 0;
  3328. left: 0;
  3329. z-index: 1050;
  3330. display: none;
  3331. overflow: hidden;
  3332. outline: 0; }
  3333. .modal-dialog {
  3334. position: relative;
  3335. width: auto;
  3336. margin: 0.5rem;
  3337. pointer-events: none; }
  3338. .modal.fade .modal-dialog {
  3339. transition: transform 0.3s ease-out;
  3340. transform: translate(0, -25%); }
  3341. @media screen and (prefers-reduced-motion: reduce) {
  3342. .modal.fade .modal-dialog {
  3343. transition: none; } }
  3344. .modal.show .modal-dialog {
  3345. transform: translate(0, 0); }
  3346. .modal-dialog-centered {
  3347. display: flex;
  3348. align-items: center;
  3349. min-height: calc(100% - (0.5rem * 2)); }
  3350. .modal-dialog-centered::before {
  3351. display: block;
  3352. height: calc(100vh - (0.5rem * 2));
  3353. content: ""; }
  3354. .modal-content {
  3355. position: relative;
  3356. display: flex;
  3357. flex-direction: column;
  3358. width: 100%;
  3359. pointer-events: auto;
  3360. background-color: #303030;
  3361. background-clip: padding-box;
  3362. border: 1px solid #444;
  3363. border-radius: 0.3rem;
  3364. outline: 0; }
  3365. .modal-backdrop {
  3366. position: fixed;
  3367. top: 0;
  3368. right: 0;
  3369. bottom: 0;
  3370. left: 0;
  3371. z-index: 1040;
  3372. background-color: #000; }
  3373. .modal-backdrop.fade {
  3374. opacity: 0; }
  3375. .modal-backdrop.show {
  3376. opacity: 0.5; }
  3377. .modal-header {
  3378. display: flex;
  3379. align-items: flex-start;
  3380. justify-content: space-between;
  3381. padding: 1rem;
  3382. border-bottom: 1px solid #444;
  3383. border-top-left-radius: 0.3rem;
  3384. border-top-right-radius: 0.3rem; }
  3385. .modal-header .close {
  3386. padding: 1rem;
  3387. margin: -1rem -1rem -1rem auto; }
  3388. .modal-title {
  3389. margin-bottom: 0;
  3390. line-height: 1.5; }
  3391. .modal-body {
  3392. position: relative;
  3393. flex: 1 1 auto;
  3394. padding: 1rem; }
  3395. .modal-footer {
  3396. display: flex;
  3397. align-items: center;
  3398. justify-content: flex-end;
  3399. padding: 1rem;
  3400. border-top: 1px solid #444; }
  3401. .modal-footer > :not(:first-child) {
  3402. margin-left: .25rem; }
  3403. .modal-footer > :not(:last-child) {
  3404. margin-right: .25rem; }
  3405. .modal-scrollbar-measure {
  3406. position: absolute;
  3407. top: -9999px;
  3408. width: 50px;
  3409. height: 50px;
  3410. overflow: scroll; }
  3411. @media (min-width: 576px) {
  3412. .modal-dialog {
  3413. max-width: 500px;
  3414. margin: 1.75rem auto; }
  3415. .modal-dialog-centered {
  3416. min-height: calc(100% - (1.75rem * 2)); }
  3417. .modal-dialog-centered::before {
  3418. height: calc(100vh - (1.75rem * 2)); }
  3419. .modal-sm {
  3420. max-width: 300px; } }
  3421. @media (min-width: 992px) {
  3422. .modal-lg {
  3423. max-width: 800px; } }
  3424. .tooltip {
  3425. position: absolute;
  3426. z-index: 1070;
  3427. display: block;
  3428. margin: 0;
  3429. font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  3430. font-style: normal;
  3431. font-weight: 400;
  3432. line-height: 1.5;
  3433. text-align: left;
  3434. text-align: start;
  3435. text-decoration: none;
  3436. text-shadow: none;
  3437. text-transform: none;
  3438. letter-spacing: normal;
  3439. word-break: normal;
  3440. word-spacing: normal;
  3441. white-space: normal;
  3442. line-break: auto;
  3443. font-size: 0.82031rem;
  3444. word-wrap: break-word;
  3445. opacity: 0; }
  3446. .tooltip.show {
  3447. opacity: 0.9; }
  3448. .tooltip .arrow {
  3449. position: absolute;
  3450. display: block;
  3451. width: 0.8rem;
  3452. height: 0.4rem; }
  3453. .tooltip .arrow::before {
  3454. position: absolute;
  3455. content: "";
  3456. border-color: transparent;
  3457. border-style: solid; }
  3458. .bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  3459. padding: 0.4rem 0; }
  3460. .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  3461. bottom: 0; }
  3462. .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  3463. top: 0;
  3464. border-width: 0.4rem 0.4rem 0;
  3465. border-top-color: #000; }
  3466. .bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  3467. padding: 0 0.4rem; }
  3468. .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  3469. left: 0;
  3470. width: 0.4rem;
  3471. height: 0.8rem; }
  3472. .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  3473. right: 0;
  3474. border-width: 0.4rem 0.4rem 0.4rem 0;
  3475. border-right-color: #000; }
  3476. .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  3477. padding: 0.4rem 0; }
  3478. .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  3479. top: 0; }
  3480. .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  3481. bottom: 0;
  3482. border-width: 0 0.4rem 0.4rem;
  3483. border-bottom-color: #000; }
  3484. .bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  3485. padding: 0 0.4rem; }
  3486. .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  3487. right: 0;
  3488. width: 0.4rem;
  3489. height: 0.8rem; }
  3490. .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  3491. left: 0;
  3492. border-width: 0.4rem 0 0.4rem 0.4rem;
  3493. border-left-color: #000; }
  3494. .tooltip-inner {
  3495. max-width: 200px;
  3496. padding: 0.25rem 0.5rem;
  3497. color: #fff;
  3498. text-align: center;
  3499. background-color: #000;
  3500. border-radius: 0.25rem; }
  3501. .popover {
  3502. position: absolute;
  3503. top: 0;
  3504. left: 0;
  3505. z-index: 1060;
  3506. display: block;
  3507. max-width: 276px;
  3508. font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  3509. font-style: normal;
  3510. font-weight: 400;
  3511. line-height: 1.5;
  3512. text-align: left;
  3513. text-align: start;
  3514. text-decoration: none;
  3515. text-shadow: none;
  3516. text-transform: none;
  3517. letter-spacing: normal;
  3518. word-break: normal;
  3519. word-spacing: normal;
  3520. white-space: normal;
  3521. line-break: auto;
  3522. font-size: 0.82031rem;
  3523. word-wrap: break-word;
  3524. background-color: #303030;
  3525. background-clip: padding-box;
  3526. border: 1px solid rgba(0, 0, 0, 0.2);
  3527. border-radius: 0.3rem; }
  3528. .popover .arrow {
  3529. position: absolute;
  3530. display: block;
  3531. width: 1rem;
  3532. height: 0.5rem;
  3533. margin: 0 0.3rem; }
  3534. .popover .arrow::before, .popover .arrow::after {
  3535. position: absolute;
  3536. display: block;
  3537. content: "";
  3538. border-color: transparent;
  3539. border-style: solid; }
  3540. .bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  3541. margin-bottom: 0.5rem; }
  3542. .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  3543. bottom: calc((0.5rem + 1px) * -1); }
  3544. .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  3545. .bs-popover-top .arrow::after,
  3546. .bs-popover-auto[x-placement^="top"] .arrow::after {
  3547. border-width: 0.5rem 0.5rem 0; }
  3548. .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  3549. bottom: 0;
  3550. border-top-color: rgba(0, 0, 0, 0.25); }
  3551. .bs-popover-top .arrow::after,
  3552. .bs-popover-auto[x-placement^="top"] .arrow::after {
  3553. bottom: 1px;
  3554. border-top-color: #303030; }
  3555. .bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  3556. margin-left: 0.5rem; }
  3557. .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  3558. left: calc((0.5rem + 1px) * -1);
  3559. width: 0.5rem;
  3560. height: 1rem;
  3561. margin: 0.3rem 0; }
  3562. .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  3563. .bs-popover-right .arrow::after,
  3564. .bs-popover-auto[x-placement^="right"] .arrow::after {
  3565. border-width: 0.5rem 0.5rem 0.5rem 0; }
  3566. .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  3567. left: 0;
  3568. border-right-color: rgba(0, 0, 0, 0.25); }
  3569. .bs-popover-right .arrow::after,
  3570. .bs-popover-auto[x-placement^="right"] .arrow::after {
  3571. left: 1px;
  3572. border-right-color: #303030; }
  3573. .bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  3574. margin-top: 0.5rem; }
  3575. .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  3576. top: calc((0.5rem + 1px) * -1); }
  3577. .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  3578. .bs-popover-bottom .arrow::after,
  3579. .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  3580. border-width: 0 0.5rem 0.5rem 0.5rem; }
  3581. .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  3582. top: 0;
  3583. border-bottom-color: rgba(0, 0, 0, 0.25); }
  3584. .bs-popover-bottom .arrow::after,
  3585. .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  3586. top: 1px;
  3587. border-bottom-color: #303030; }
  3588. .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  3589. position: absolute;
  3590. top: 0;
  3591. left: 50%;
  3592. display: block;
  3593. width: 1rem;
  3594. margin-left: -0.5rem;
  3595. content: "";
  3596. border-bottom: 1px solid #444; }
  3597. .bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  3598. margin-right: 0.5rem; }
  3599. .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  3600. right: calc((0.5rem + 1px) * -1);
  3601. width: 0.5rem;
  3602. height: 1rem;
  3603. margin: 0.3rem 0; }
  3604. .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  3605. .bs-popover-left .arrow::after,
  3606. .bs-popover-auto[x-placement^="left"] .arrow::after {
  3607. border-width: 0.5rem 0 0.5rem 0.5rem; }
  3608. .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  3609. right: 0;
  3610. border-left-color: rgba(0, 0, 0, 0.25); }
  3611. .bs-popover-left .arrow::after,
  3612. .bs-popover-auto[x-placement^="left"] .arrow::after {
  3613. right: 1px;
  3614. border-left-color: #303030; }
  3615. .popover-header {
  3616. padding: 0.5rem 0.75rem;
  3617. margin-bottom: 0;
  3618. font-size: 0.9375rem;
  3619. color: inherit;
  3620. background-color: #444;
  3621. border-bottom: 1px solid #373737;
  3622. border-top-left-radius: calc(0.3rem - 1px);
  3623. border-top-right-radius: calc(0.3rem - 1px); }
  3624. .popover-header:empty {
  3625. display: none; }
  3626. .popover-body {
  3627. padding: 0.5rem 0.75rem;
  3628. color: #fff; }
  3629. .carousel {
  3630. position: relative; }
  3631. .carousel-inner {
  3632. position: relative;
  3633. width: 100%;
  3634. overflow: hidden; }
  3635. .carousel-item {
  3636. position: relative;
  3637. display: none;
  3638. align-items: center;
  3639. width: 100%;
  3640. backface-visibility: hidden;
  3641. perspective: 1000px; }
  3642. .carousel-item.active,
  3643. .carousel-item-next,
  3644. .carousel-item-prev {
  3645. display: block;
  3646. transition: transform 0.6s ease; }
  3647. @media screen and (prefers-reduced-motion: reduce) {
  3648. .carousel-item.active,
  3649. .carousel-item-next,
  3650. .carousel-item-prev {
  3651. transition: none; } }
  3652. .carousel-item-next,
  3653. .carousel-item-prev {
  3654. position: absolute;
  3655. top: 0; }
  3656. .carousel-item-next.carousel-item-left,
  3657. .carousel-item-prev.carousel-item-right {
  3658. transform: translateX(0); }
  3659. @supports (transform-style: preserve-3d) {
  3660. .carousel-item-next.carousel-item-left,
  3661. .carousel-item-prev.carousel-item-right {
  3662. transform: translate3d(0, 0, 0); } }
  3663. .carousel-item-next,
  3664. .active.carousel-item-right {
  3665. transform: translateX(100%); }
  3666. @supports (transform-style: preserve-3d) {
  3667. .carousel-item-next,
  3668. .active.carousel-item-right {
  3669. transform: translate3d(100%, 0, 0); } }
  3670. .carousel-item-prev,
  3671. .active.carousel-item-left {
  3672. transform: translateX(-100%); }
  3673. @supports (transform-style: preserve-3d) {
  3674. .carousel-item-prev,
  3675. .active.carousel-item-left {
  3676. transform: translate3d(-100%, 0, 0); } }
  3677. .carousel-fade .carousel-item {
  3678. opacity: 0;
  3679. transition-duration: .6s;
  3680. transition-property: opacity; }
  3681. .carousel-fade .carousel-item.active,
  3682. .carousel-fade .carousel-item-next.carousel-item-left,
  3683. .carousel-fade .carousel-item-prev.carousel-item-right {
  3684. opacity: 1; }
  3685. .carousel-fade .active.carousel-item-left,
  3686. .carousel-fade .active.carousel-item-right {
  3687. opacity: 0; }
  3688. .carousel-fade .carousel-item-next,
  3689. .carousel-fade .carousel-item-prev,
  3690. .carousel-fade .carousel-item.active,
  3691. .carousel-fade .active.carousel-item-left,
  3692. .carousel-fade .active.carousel-item-prev {
  3693. transform: translateX(0); }
  3694. @supports (transform-style: preserve-3d) {
  3695. .carousel-fade .carousel-item-next,
  3696. .carousel-fade .carousel-item-prev,
  3697. .carousel-fade .carousel-item.active,
  3698. .carousel-fade .active.carousel-item-left,
  3699. .carousel-fade .active.carousel-item-prev {
  3700. transform: translate3d(0, 0, 0); } }
  3701. .carousel-control-prev,
  3702. .carousel-control-next {
  3703. position: absolute;
  3704. top: 0;
  3705. bottom: 0;
  3706. display: flex;
  3707. align-items: center;
  3708. justify-content: center;
  3709. width: 15%;
  3710. color: #fff;
  3711. text-align: center;
  3712. opacity: 0.5; }
  3713. .carousel-control-prev:hover, .carousel-control-prev:focus,
  3714. .carousel-control-next:hover,
  3715. .carousel-control-next:focus {
  3716. color: #fff;
  3717. text-decoration: none;
  3718. outline: 0;
  3719. opacity: .9; }
  3720. .carousel-control-prev {
  3721. left: 0; }
  3722. .carousel-control-next {
  3723. right: 0; }
  3724. .carousel-control-prev-icon,
  3725. .carousel-control-next-icon {
  3726. display: inline-block;
  3727. width: 20px;
  3728. height: 20px;
  3729. background: transparent no-repeat center center;
  3730. background-size: 100% 100%; }
  3731. .carousel-control-prev-icon {
  3732. background-image: url("data:image/svg+xml;charset=utf8,%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"); }
  3733. .carousel-control-next-icon {
  3734. background-image: url("data:image/svg+xml;charset=utf8,%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"); }
  3735. .carousel-indicators {
  3736. position: absolute;
  3737. right: 0;
  3738. bottom: 10px;
  3739. left: 0;
  3740. z-index: 15;
  3741. display: flex;
  3742. justify-content: center;
  3743. padding-left: 0;
  3744. margin-right: 15%;
  3745. margin-left: 15%;
  3746. list-style: none; }
  3747. .carousel-indicators li {
  3748. position: relative;
  3749. flex: 0 1 auto;
  3750. width: 30px;
  3751. height: 3px;
  3752. margin-right: 3px;
  3753. margin-left: 3px;
  3754. text-indent: -999px;
  3755. cursor: pointer;
  3756. background-color: rgba(255, 255, 255, 0.5); }
  3757. .carousel-indicators li::before {
  3758. position: absolute;
  3759. top: -10px;
  3760. left: 0;
  3761. display: inline-block;
  3762. width: 100%;
  3763. height: 10px;
  3764. content: ""; }
  3765. .carousel-indicators li::after {
  3766. position: absolute;
  3767. bottom: -10px;
  3768. left: 0;
  3769. display: inline-block;
  3770. width: 100%;
  3771. height: 10px;
  3772. content: ""; }
  3773. .carousel-indicators .active {
  3774. background-color: #fff; }
  3775. .carousel-caption {
  3776. position: absolute;
  3777. right: 15%;
  3778. bottom: 20px;
  3779. left: 15%;
  3780. z-index: 10;
  3781. padding-top: 20px;
  3782. padding-bottom: 20px;
  3783. color: #fff;
  3784. text-align: center; }
  3785. .align-baseline {
  3786. vertical-align: baseline !important; }
  3787. .align-top {
  3788. vertical-align: top !important; }
  3789. .align-middle {
  3790. vertical-align: middle !important; }
  3791. .align-bottom {
  3792. vertical-align: bottom !important; }
  3793. .align-text-bottom {
  3794. vertical-align: text-bottom !important; }
  3795. .align-text-top {
  3796. vertical-align: text-top !important; }
  3797. .bg-primary {
  3798. background-color: #2A9FD6 !important; }
  3799. a.bg-primary:hover, a.bg-primary:focus,
  3800. button.bg-primary:hover,
  3801. button.bg-primary:focus {
  3802. background-color: #2180ac !important; }
  3803. .bg-secondary {
  3804. background-color: #444 !important; }
  3805. a.bg-secondary:hover, a.bg-secondary:focus,
  3806. button.bg-secondary:hover,
  3807. button.bg-secondary:focus {
  3808. background-color: #2b2b2b !important; }
  3809. .bg-success {
  3810. background-color: #00bc8c !important; }
  3811. a.bg-success:hover, a.bg-success:focus,
  3812. button.bg-success:hover,
  3813. button.bg-success:focus {
  3814. background-color: #008966 !important; }
  3815. .bg-info {
  3816. background-color: #3498DB !important; }
  3817. a.bg-info:hover, a.bg-info:focus,
  3818. button.bg-info:hover,
  3819. button.bg-info:focus {
  3820. background-color: #217dbb !important; }
  3821. .bg-warning {
  3822. background-color: #F39C12 !important; }
  3823. a.bg-warning:hover, a.bg-warning:focus,
  3824. button.bg-warning:hover,
  3825. button.bg-warning:focus {
  3826. background-color: #c87f0a !important; }
  3827. .bg-danger {
  3828. background-color: #E74C3C !important; }
  3829. a.bg-danger:hover, a.bg-danger:focus,
  3830. button.bg-danger:hover,
  3831. button.bg-danger:focus {
  3832. background-color: #d62c1a !important; }
  3833. .bg-light {
  3834. background-color: #303030 !important; }
  3835. a.bg-light:hover, a.bg-light:focus,
  3836. button.bg-light:hover,
  3837. button.bg-light:focus {
  3838. background-color: #171717 !important; }
  3839. .bg-dark {
  3840. background-color: #adb5bd !important; }
  3841. a.bg-dark:hover, a.bg-dark:focus,
  3842. button.bg-dark:hover,
  3843. button.bg-dark:focus {
  3844. background-color: #919ca6 !important; }
  3845. .bg-white {
  3846. background-color: #fff !important; }
  3847. .bg-transparent {
  3848. background-color: transparent !important; }
  3849. .border {
  3850. border: 1px solid #dee2e6 !important; }
  3851. .border-top {
  3852. border-top: 1px solid #dee2e6 !important; }
  3853. .border-right {
  3854. border-right: 1px solid #dee2e6 !important; }
  3855. .border-bottom {
  3856. border-bottom: 1px solid #dee2e6 !important; }
  3857. .border-left {
  3858. border-left: 1px solid #dee2e6 !important; }
  3859. .border-0 {
  3860. border: 0 !important; }
  3861. .border-top-0 {
  3862. border-top: 0 !important; }
  3863. .border-right-0 {
  3864. border-right: 0 !important; }
  3865. .border-bottom-0 {
  3866. border-bottom: 0 !important; }
  3867. .border-left-0 {
  3868. border-left: 0 !important; }
  3869. .border-primary {
  3870. border-color: #2A9FD6 !important; }
  3871. .border-secondary {
  3872. border-color: #444 !important; }
  3873. .border-success {
  3874. border-color: #00bc8c !important; }
  3875. .border-info {
  3876. border-color: #3498DB !important; }
  3877. .border-warning {
  3878. border-color: #F39C12 !important; }
  3879. .border-danger {
  3880. border-color: #E74C3C !important; }
  3881. .border-light {
  3882. border-color: #303030 !important; }
  3883. .border-dark {
  3884. border-color: #adb5bd !important; }
  3885. .border-white {
  3886. border-color: #fff !important; }
  3887. .rounded {
  3888. border-radius: 0.25rem !important; }
  3889. .rounded-top {
  3890. border-top-left-radius: 0.25rem !important;
  3891. border-top-right-radius: 0.25rem !important; }
  3892. .rounded-right {
  3893. border-top-right-radius: 0.25rem !important;
  3894. border-bottom-right-radius: 0.25rem !important; }
  3895. .rounded-bottom {
  3896. border-bottom-right-radius: 0.25rem !important;
  3897. border-bottom-left-radius: 0.25rem !important; }
  3898. .rounded-left {
  3899. border-top-left-radius: 0.25rem !important;
  3900. border-bottom-left-radius: 0.25rem !important; }
  3901. .rounded-circle {
  3902. border-radius: 50% !important; }
  3903. .rounded-0 {
  3904. border-radius: 0 !important; }
  3905. .clearfix::after {
  3906. display: block;
  3907. clear: both;
  3908. content: ""; }
  3909. .d-none {
  3910. display: none !important; }
  3911. .d-inline {
  3912. display: inline !important; }
  3913. .d-inline-block {
  3914. display: inline-block !important; }
  3915. .d-block {
  3916. display: block !important; }
  3917. .d-table {
  3918. display: table !important; }
  3919. .d-table-row {
  3920. display: table-row !important; }
  3921. .d-table-cell {
  3922. display: table-cell !important; }
  3923. .d-flex {
  3924. display: flex !important; }
  3925. .d-inline-flex {
  3926. display: inline-flex !important; }
  3927. @media (min-width: 576px) {
  3928. .d-sm-none {
  3929. display: none !important; }
  3930. .d-sm-inline {
  3931. display: inline !important; }
  3932. .d-sm-inline-block {
  3933. display: inline-block !important; }
  3934. .d-sm-block {
  3935. display: block !important; }
  3936. .d-sm-table {
  3937. display: table !important; }
  3938. .d-sm-table-row {
  3939. display: table-row !important; }
  3940. .d-sm-table-cell {
  3941. display: table-cell !important; }
  3942. .d-sm-flex {
  3943. display: flex !important; }
  3944. .d-sm-inline-flex {
  3945. display: inline-flex !important; } }
  3946. @media (min-width: 768px) {
  3947. .d-md-none {
  3948. display: none !important; }
  3949. .d-md-inline {
  3950. display: inline !important; }
  3951. .d-md-inline-block {
  3952. display: inline-block !important; }
  3953. .d-md-block {
  3954. display: block !important; }
  3955. .d-md-table {
  3956. display: table !important; }
  3957. .d-md-table-row {
  3958. display: table-row !important; }
  3959. .d-md-table-cell {
  3960. display: table-cell !important; }
  3961. .d-md-flex {
  3962. display: flex !important; }
  3963. .d-md-inline-flex {
  3964. display: inline-flex !important; } }
  3965. @media (min-width: 992px) {
  3966. .d-lg-none {
  3967. display: none !important; }
  3968. .d-lg-inline {
  3969. display: inline !important; }
  3970. .d-lg-inline-block {
  3971. display: inline-block !important; }
  3972. .d-lg-block {
  3973. display: block !important; }
  3974. .d-lg-table {
  3975. display: table !important; }
  3976. .d-lg-table-row {
  3977. display: table-row !important; }
  3978. .d-lg-table-cell {
  3979. display: table-cell !important; }
  3980. .d-lg-flex {
  3981. display: flex !important; }
  3982. .d-lg-inline-flex {
  3983. display: inline-flex !important; } }
  3984. @media (min-width: 1200px) {
  3985. .d-xl-none {
  3986. display: none !important; }
  3987. .d-xl-inline {
  3988. display: inline !important; }
  3989. .d-xl-inline-block {
  3990. display: inline-block !important; }
  3991. .d-xl-block {
  3992. display: block !important; }
  3993. .d-xl-table {
  3994. display: table !important; }
  3995. .d-xl-table-row {
  3996. display: table-row !important; }
  3997. .d-xl-table-cell {
  3998. display: table-cell !important; }
  3999. .d-xl-flex {
  4000. display: flex !important; }
  4001. .d-xl-inline-flex {
  4002. display: inline-flex !important; } }
  4003. @media print {
  4004. .d-print-none {
  4005. display: none !important; }
  4006. .d-print-inline {
  4007. display: inline !important; }
  4008. .d-print-inline-block {
  4009. display: inline-block !important; }
  4010. .d-print-block {
  4011. display: block !important; }
  4012. .d-print-table {
  4013. display: table !important; }
  4014. .d-print-table-row {
  4015. display: table-row !important; }
  4016. .d-print-table-cell {
  4017. display: table-cell !important; }
  4018. .d-print-flex {
  4019. display: flex !important; }
  4020. .d-print-inline-flex {
  4021. display: inline-flex !important; } }
  4022. .embed-responsive {
  4023. position: relative;
  4024. display: block;
  4025. width: 100%;
  4026. padding: 0;
  4027. overflow: hidden; }
  4028. .embed-responsive::before {
  4029. display: block;
  4030. content: ""; }
  4031. .embed-responsive .embed-responsive-item,
  4032. .embed-responsive iframe,
  4033. .embed-responsive embed,
  4034. .embed-responsive object,
  4035. .embed-responsive video {
  4036. position: absolute;
  4037. top: 0;
  4038. bottom: 0;
  4039. left: 0;
  4040. width: 100%;
  4041. height: 100%;
  4042. border: 0; }
  4043. .embed-responsive-21by9::before {
  4044. padding-top: 42.85714%; }
  4045. .embed-responsive-16by9::before {
  4046. padding-top: 56.25%; }
  4047. .embed-responsive-4by3::before {
  4048. padding-top: 75%; }
  4049. .embed-responsive-1by1::before {
  4050. padding-top: 100%; }
  4051. .flex-row {
  4052. flex-direction: row !important; }
  4053. .flex-column {
  4054. flex-direction: column !important; }
  4055. .flex-row-reverse {
  4056. flex-direction: row-reverse !important; }
  4057. .flex-column-reverse {
  4058. flex-direction: column-reverse !important; }
  4059. .flex-wrap {
  4060. flex-wrap: wrap !important; }
  4061. .flex-nowrap {
  4062. flex-wrap: nowrap !important; }
  4063. .flex-wrap-reverse {
  4064. flex-wrap: wrap-reverse !important; }
  4065. .flex-fill {
  4066. flex: 1 1 auto !important; }
  4067. .flex-grow-0 {
  4068. flex-grow: 0 !important; }
  4069. .flex-grow-1 {
  4070. flex-grow: 1 !important; }
  4071. .flex-shrink-0 {
  4072. flex-shrink: 0 !important; }
  4073. .flex-shrink-1 {
  4074. flex-shrink: 1 !important; }
  4075. .justify-content-start {
  4076. justify-content: flex-start !important; }
  4077. .justify-content-end {
  4078. justify-content: flex-end !important; }
  4079. .justify-content-center {
  4080. justify-content: center !important; }
  4081. .justify-content-between {
  4082. justify-content: space-between !important; }
  4083. .justify-content-around {
  4084. justify-content: space-around !important; }
  4085. .align-items-start {
  4086. align-items: flex-start !important; }
  4087. .align-items-end {
  4088. align-items: flex-end !important; }
  4089. .align-items-center {
  4090. align-items: center !important; }
  4091. .align-items-baseline {
  4092. align-items: baseline !important; }
  4093. .align-items-stretch {
  4094. align-items: stretch !important; }
  4095. .align-content-start {
  4096. align-content: flex-start !important; }
  4097. .align-content-end {
  4098. align-content: flex-end !important; }
  4099. .align-content-center {
  4100. align-content: center !important; }
  4101. .align-content-between {
  4102. align-content: space-between !important; }
  4103. .align-content-around {
  4104. align-content: space-around !important; }
  4105. .align-content-stretch {
  4106. align-content: stretch !important; }
  4107. .align-self-auto {
  4108. align-self: auto !important; }
  4109. .align-self-start {
  4110. align-self: flex-start !important; }
  4111. .align-self-end {
  4112. align-self: flex-end !important; }
  4113. .align-self-center {
  4114. align-self: center !important; }
  4115. .align-self-baseline {
  4116. align-self: baseline !important; }
  4117. .align-self-stretch {
  4118. align-self: stretch !important; }
  4119. @media (min-width: 576px) {
  4120. .flex-sm-row {
  4121. flex-direction: row !important; }
  4122. .flex-sm-column {
  4123. flex-direction: column !important; }
  4124. .flex-sm-row-reverse {
  4125. flex-direction: row-reverse !important; }
  4126. .flex-sm-column-reverse {
  4127. flex-direction: column-reverse !important; }
  4128. .flex-sm-wrap {
  4129. flex-wrap: wrap !important; }
  4130. .flex-sm-nowrap {
  4131. flex-wrap: nowrap !important; }
  4132. .flex-sm-wrap-reverse {
  4133. flex-wrap: wrap-reverse !important; }
  4134. .flex-sm-fill {
  4135. flex: 1 1 auto !important; }
  4136. .flex-sm-grow-0 {
  4137. flex-grow: 0 !important; }
  4138. .flex-sm-grow-1 {
  4139. flex-grow: 1 !important; }
  4140. .flex-sm-shrink-0 {
  4141. flex-shrink: 0 !important; }
  4142. .flex-sm-shrink-1 {
  4143. flex-shrink: 1 !important; }
  4144. .justify-content-sm-start {
  4145. justify-content: flex-start !important; }
  4146. .justify-content-sm-end {
  4147. justify-content: flex-end !important; }
  4148. .justify-content-sm-center {
  4149. justify-content: center !important; }
  4150. .justify-content-sm-between {
  4151. justify-content: space-between !important; }
  4152. .justify-content-sm-around {
  4153. justify-content: space-around !important; }
  4154. .align-items-sm-start {
  4155. align-items: flex-start !important; }
  4156. .align-items-sm-end {
  4157. align-items: flex-end !important; }
  4158. .align-items-sm-center {
  4159. align-items: center !important; }
  4160. .align-items-sm-baseline {
  4161. align-items: baseline !important; }
  4162. .align-items-sm-stretch {
  4163. align-items: stretch !important; }
  4164. .align-content-sm-start {
  4165. align-content: flex-start !important; }
  4166. .align-content-sm-end {
  4167. align-content: flex-end !important; }
  4168. .align-content-sm-center {
  4169. align-content: center !important; }
  4170. .align-content-sm-between {
  4171. align-content: space-between !important; }
  4172. .align-content-sm-around {
  4173. align-content: space-around !important; }
  4174. .align-content-sm-stretch {
  4175. align-content: stretch !important; }
  4176. .align-self-sm-auto {
  4177. align-self: auto !important; }
  4178. .align-self-sm-start {
  4179. align-self: flex-start !important; }
  4180. .align-self-sm-end {
  4181. align-self: flex-end !important; }
  4182. .align-self-sm-center {
  4183. align-self: center !important; }
  4184. .align-self-sm-baseline {
  4185. align-self: baseline !important; }
  4186. .align-self-sm-stretch {
  4187. align-self: stretch !important; } }
  4188. @media (min-width: 768px) {
  4189. .flex-md-row {
  4190. flex-direction: row !important; }
  4191. .flex-md-column {
  4192. flex-direction: column !important; }
  4193. .flex-md-row-reverse {
  4194. flex-direction: row-reverse !important; }
  4195. .flex-md-column-reverse {
  4196. flex-direction: column-reverse !important; }
  4197. .flex-md-wrap {
  4198. flex-wrap: wrap !important; }
  4199. .flex-md-nowrap {
  4200. flex-wrap: nowrap !important; }
  4201. .flex-md-wrap-reverse {
  4202. flex-wrap: wrap-reverse !important; }
  4203. .flex-md-fill {
  4204. flex: 1 1 auto !important; }
  4205. .flex-md-grow-0 {
  4206. flex-grow: 0 !important; }
  4207. .flex-md-grow-1 {
  4208. flex-grow: 1 !important; }
  4209. .flex-md-shrink-0 {
  4210. flex-shrink: 0 !important; }
  4211. .flex-md-shrink-1 {
  4212. flex-shrink: 1 !important; }
  4213. .justify-content-md-start {
  4214. justify-content: flex-start !important; }
  4215. .justify-content-md-end {
  4216. justify-content: flex-end !important; }
  4217. .justify-content-md-center {
  4218. justify-content: center !important; }
  4219. .justify-content-md-between {
  4220. justify-content: space-between !important; }
  4221. .justify-content-md-around {
  4222. justify-content: space-around !important; }
  4223. .align-items-md-start {
  4224. align-items: flex-start !important; }
  4225. .align-items-md-end {
  4226. align-items: flex-end !important; }
  4227. .align-items-md-center {
  4228. align-items: center !important; }
  4229. .align-items-md-baseline {
  4230. align-items: baseline !important; }
  4231. .align-items-md-stretch {
  4232. align-items: stretch !important; }
  4233. .align-content-md-start {
  4234. align-content: flex-start !important; }
  4235. .align-content-md-end {
  4236. align-content: flex-end !important; }
  4237. .align-content-md-center {
  4238. align-content: center !important; }
  4239. .align-content-md-between {
  4240. align-content: space-between !important; }
  4241. .align-content-md-around {
  4242. align-content: space-around !important; }
  4243. .align-content-md-stretch {
  4244. align-content: stretch !important; }
  4245. .align-self-md-auto {
  4246. align-self: auto !important; }
  4247. .align-self-md-start {
  4248. align-self: flex-start !important; }
  4249. .align-self-md-end {
  4250. align-self: flex-end !important; }
  4251. .align-self-md-center {
  4252. align-self: center !important; }
  4253. .align-self-md-baseline {
  4254. align-self: baseline !important; }
  4255. .align-self-md-stretch {
  4256. align-self: stretch !important; } }
  4257. @media (min-width: 992px) {
  4258. .flex-lg-row {
  4259. flex-direction: row !important; }
  4260. .flex-lg-column {
  4261. flex-direction: column !important; }
  4262. .flex-lg-row-reverse {
  4263. flex-direction: row-reverse !important; }
  4264. .flex-lg-column-reverse {
  4265. flex-direction: column-reverse !important; }
  4266. .flex-lg-wrap {
  4267. flex-wrap: wrap !important; }
  4268. .flex-lg-nowrap {
  4269. flex-wrap: nowrap !important; }
  4270. .flex-lg-wrap-reverse {
  4271. flex-wrap: wrap-reverse !important; }
  4272. .flex-lg-fill {
  4273. flex: 1 1 auto !important; }
  4274. .flex-lg-grow-0 {
  4275. flex-grow: 0 !important; }
  4276. .flex-lg-grow-1 {
  4277. flex-grow: 1 !important; }
  4278. .flex-lg-shrink-0 {
  4279. flex-shrink: 0 !important; }
  4280. .flex-lg-shrink-1 {
  4281. flex-shrink: 1 !important; }
  4282. .justify-content-lg-start {
  4283. justify-content: flex-start !important; }
  4284. .justify-content-lg-end {
  4285. justify-content: flex-end !important; }
  4286. .justify-content-lg-center {
  4287. justify-content: center !important; }
  4288. .justify-content-lg-between {
  4289. justify-content: space-between !important; }
  4290. .justify-content-lg-around {
  4291. justify-content: space-around !important; }
  4292. .align-items-lg-start {
  4293. align-items: flex-start !important; }
  4294. .align-items-lg-end {
  4295. align-items: flex-end !important; }
  4296. .align-items-lg-center {
  4297. align-items: center !important; }
  4298. .align-items-lg-baseline {
  4299. align-items: baseline !important; }
  4300. .align-items-lg-stretch {
  4301. align-items: stretch !important; }
  4302. .align-content-lg-start {
  4303. align-content: flex-start !important; }
  4304. .align-content-lg-end {
  4305. align-content: flex-end !important; }
  4306. .align-content-lg-center {
  4307. align-content: center !important; }
  4308. .align-content-lg-between {
  4309. align-content: space-between !important; }
  4310. .align-content-lg-around {
  4311. align-content: space-around !important; }
  4312. .align-content-lg-stretch {
  4313. align-content: stretch !important; }
  4314. .align-self-lg-auto {
  4315. align-self: auto !important; }
  4316. .align-self-lg-start {
  4317. align-self: flex-start !important; }
  4318. .align-self-lg-end {
  4319. align-self: flex-end !important; }
  4320. .align-self-lg-center {
  4321. align-self: center !important; }
  4322. .align-self-lg-baseline {
  4323. align-self: baseline !important; }
  4324. .align-self-lg-stretch {
  4325. align-self: stretch !important; } }
  4326. @media (min-width: 1200px) {
  4327. .flex-xl-row {
  4328. flex-direction: row !important; }
  4329. .flex-xl-column {
  4330. flex-direction: column !important; }
  4331. .flex-xl-row-reverse {
  4332. flex-direction: row-reverse !important; }
  4333. .flex-xl-column-reverse {
  4334. flex-direction: column-reverse !important; }
  4335. .flex-xl-wrap {
  4336. flex-wrap: wrap !important; }
  4337. .flex-xl-nowrap {
  4338. flex-wrap: nowrap !important; }
  4339. .flex-xl-wrap-reverse {
  4340. flex-wrap: wrap-reverse !important; }
  4341. .flex-xl-fill {
  4342. flex: 1 1 auto !important; }
  4343. .flex-xl-grow-0 {
  4344. flex-grow: 0 !important; }
  4345. .flex-xl-grow-1 {
  4346. flex-grow: 1 !important; }
  4347. .flex-xl-shrink-0 {
  4348. flex-shrink: 0 !important; }
  4349. .flex-xl-shrink-1 {
  4350. flex-shrink: 1 !important; }
  4351. .justify-content-xl-start {
  4352. justify-content: flex-start !important; }
  4353. .justify-content-xl-end {
  4354. justify-content: flex-end !important; }
  4355. .justify-content-xl-center {
  4356. justify-content: center !important; }
  4357. .justify-content-xl-between {
  4358. justify-content: space-between !important; }
  4359. .justify-content-xl-around {
  4360. justify-content: space-around !important; }
  4361. .align-items-xl-start {
  4362. align-items: flex-start !important; }
  4363. .align-items-xl-end {
  4364. align-items: flex-end !important; }
  4365. .align-items-xl-center {
  4366. align-items: center !important; }
  4367. .align-items-xl-baseline {
  4368. align-items: baseline !important; }
  4369. .align-items-xl-stretch {
  4370. align-items: stretch !important; }
  4371. .align-content-xl-start {
  4372. align-content: flex-start !important; }
  4373. .align-content-xl-end {
  4374. align-content: flex-end !important; }
  4375. .align-content-xl-center {
  4376. align-content: center !important; }
  4377. .align-content-xl-between {
  4378. align-content: space-between !important; }
  4379. .align-content-xl-around {
  4380. align-content: space-around !important; }
  4381. .align-content-xl-stretch {
  4382. align-content: stretch !important; }
  4383. .align-self-xl-auto {
  4384. align-self: auto !important; }
  4385. .align-self-xl-start {
  4386. align-self: flex-start !important; }
  4387. .align-self-xl-end {
  4388. align-self: flex-end !important; }
  4389. .align-self-xl-center {
  4390. align-self: center !important; }
  4391. .align-self-xl-baseline {
  4392. align-self: baseline !important; }
  4393. .align-self-xl-stretch {
  4394. align-self: stretch !important; } }
  4395. .float-left {
  4396. float: left !important; }
  4397. .float-right {
  4398. float: right !important; }
  4399. .float-none {
  4400. float: none !important; }
  4401. @media (min-width: 576px) {
  4402. .float-sm-left {
  4403. float: left !important; }
  4404. .float-sm-right {
  4405. float: right !important; }
  4406. .float-sm-none {
  4407. float: none !important; } }
  4408. @media (min-width: 768px) {
  4409. .float-md-left {
  4410. float: left !important; }
  4411. .float-md-right {
  4412. float: right !important; }
  4413. .float-md-none {
  4414. float: none !important; } }
  4415. @media (min-width: 992px) {
  4416. .float-lg-left {
  4417. float: left !important; }
  4418. .float-lg-right {
  4419. float: right !important; }
  4420. .float-lg-none {
  4421. float: none !important; } }
  4422. @media (min-width: 1200px) {
  4423. .float-xl-left {
  4424. float: left !important; }
  4425. .float-xl-right {
  4426. float: right !important; }
  4427. .float-xl-none {
  4428. float: none !important; } }
  4429. .position-static {
  4430. position: static !important; }
  4431. .position-relative {
  4432. position: relative !important; }
  4433. .position-absolute {
  4434. position: absolute !important; }
  4435. .position-fixed {
  4436. position: fixed !important; }
  4437. .position-sticky {
  4438. position: sticky !important; }
  4439. .fixed-top {
  4440. position: fixed;
  4441. top: 0;
  4442. right: 0;
  4443. left: 0;
  4444. z-index: 1030; }
  4445. .fixed-bottom {
  4446. position: fixed;
  4447. right: 0;
  4448. bottom: 0;
  4449. left: 0;
  4450. z-index: 1030; }
  4451. @supports (position: sticky) {
  4452. .sticky-top {
  4453. position: sticky;
  4454. top: 0;
  4455. z-index: 1020; } }
  4456. .sr-only {
  4457. position: absolute;
  4458. width: 1px;
  4459. height: 1px;
  4460. padding: 0;
  4461. overflow: hidden;
  4462. clip: rect(0, 0, 0, 0);
  4463. white-space: nowrap;
  4464. border: 0; }
  4465. .sr-only-focusable:active, .sr-only-focusable:focus {
  4466. position: static;
  4467. width: auto;
  4468. height: auto;
  4469. overflow: visible;
  4470. clip: auto;
  4471. white-space: normal; }
  4472. .shadow-sm {
  4473. box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  4474. .shadow {
  4475. box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  4476. .shadow-lg {
  4477. box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  4478. .shadow-none {
  4479. box-shadow: none !important; }
  4480. .w-25 {
  4481. width: 25% !important; }
  4482. .w-50 {
  4483. width: 50% !important; }
  4484. .w-75 {
  4485. width: 75% !important; }
  4486. .w-100 {
  4487. width: 100% !important; }
  4488. .w-auto {
  4489. width: auto !important; }
  4490. .h-25 {
  4491. height: 25% !important; }
  4492. .h-50 {
  4493. height: 50% !important; }
  4494. .h-75 {
  4495. height: 75% !important; }
  4496. .h-100 {
  4497. height: 100% !important; }
  4498. .h-auto {
  4499. height: auto !important; }
  4500. .mw-100 {
  4501. max-width: 100% !important; }
  4502. .mh-100 {
  4503. max-height: 100% !important; }
  4504. .m-0 {
  4505. margin: 0 !important; }
  4506. .mt-0,
  4507. .my-0 {
  4508. margin-top: 0 !important; }
  4509. .mr-0,
  4510. .mx-0 {
  4511. margin-right: 0 !important; }
  4512. .mb-0,
  4513. .my-0 {
  4514. margin-bottom: 0 !important; }
  4515. .ml-0,
  4516. .mx-0 {
  4517. margin-left: 0 !important; }
  4518. .m-1 {
  4519. margin: 0.25rem !important; }
  4520. .mt-1,
  4521. .my-1 {
  4522. margin-top: 0.25rem !important; }
  4523. .mr-1,
  4524. .mx-1 {
  4525. margin-right: 0.25rem !important; }
  4526. .mb-1,
  4527. .my-1 {
  4528. margin-bottom: 0.25rem !important; }
  4529. .ml-1,
  4530. .mx-1 {
  4531. margin-left: 0.25rem !important; }
  4532. .m-2 {
  4533. margin: 0.5rem !important; }
  4534. .mt-2,
  4535. .my-2 {
  4536. margin-top: 0.5rem !important; }
  4537. .mr-2,
  4538. .mx-2 {
  4539. margin-right: 0.5rem !important; }
  4540. .mb-2,
  4541. .my-2 {
  4542. margin-bottom: 0.5rem !important; }
  4543. .ml-2,
  4544. .mx-2 {
  4545. margin-left: 0.5rem !important; }
  4546. .m-3 {
  4547. margin: 1rem !important; }
  4548. .mt-3,
  4549. .my-3 {
  4550. margin-top: 1rem !important; }
  4551. .mr-3,
  4552. .mx-3 {
  4553. margin-right: 1rem !important; }
  4554. .mb-3,
  4555. .my-3 {
  4556. margin-bottom: 1rem !important; }
  4557. .ml-3,
  4558. .mx-3 {
  4559. margin-left: 1rem !important; }
  4560. .m-4 {
  4561. margin: 1.5rem !important; }
  4562. .mt-4,
  4563. .my-4 {
  4564. margin-top: 1.5rem !important; }
  4565. .mr-4,
  4566. .mx-4 {
  4567. margin-right: 1.5rem !important; }
  4568. .mb-4,
  4569. .my-4 {
  4570. margin-bottom: 1.5rem !important; }
  4571. .ml-4,
  4572. .mx-4 {
  4573. margin-left: 1.5rem !important; }
  4574. .m-5 {
  4575. margin: 3rem !important; }
  4576. .mt-5,
  4577. .my-5 {
  4578. margin-top: 3rem !important; }
  4579. .mr-5,
  4580. .mx-5 {
  4581. margin-right: 3rem !important; }
  4582. .mb-5,
  4583. .my-5 {
  4584. margin-bottom: 3rem !important; }
  4585. .ml-5,
  4586. .mx-5 {
  4587. margin-left: 3rem !important; }
  4588. .p-0 {
  4589. padding: 0 !important; }
  4590. .pt-0,
  4591. .py-0 {
  4592. padding-top: 0 !important; }
  4593. .pr-0,
  4594. .px-0 {
  4595. padding-right: 0 !important; }
  4596. .pb-0,
  4597. .py-0 {
  4598. padding-bottom: 0 !important; }
  4599. .pl-0,
  4600. .px-0 {
  4601. padding-left: 0 !important; }
  4602. .p-1 {
  4603. padding: 0.25rem !important; }
  4604. .pt-1,
  4605. .py-1 {
  4606. padding-top: 0.25rem !important; }
  4607. .pr-1,
  4608. .px-1 {
  4609. padding-right: 0.25rem !important; }
  4610. .pb-1,
  4611. .py-1 {
  4612. padding-bottom: 0.25rem !important; }
  4613. .pl-1,
  4614. .px-1 {
  4615. padding-left: 0.25rem !important; }
  4616. .p-2 {
  4617. padding: 0.5rem !important; }
  4618. .pt-2,
  4619. .py-2 {
  4620. padding-top: 0.5rem !important; }
  4621. .pr-2,
  4622. .px-2 {
  4623. padding-right: 0.5rem !important; }
  4624. .pb-2,
  4625. .py-2 {
  4626. padding-bottom: 0.5rem !important; }
  4627. .pl-2,
  4628. .px-2 {
  4629. padding-left: 0.5rem !important; }
  4630. .p-3 {
  4631. padding: 1rem !important; }
  4632. .pt-3,
  4633. .py-3 {
  4634. padding-top: 1rem !important; }
  4635. .pr-3,
  4636. .px-3 {
  4637. padding-right: 1rem !important; }
  4638. .pb-3,
  4639. .py-3 {
  4640. padding-bottom: 1rem !important; }
  4641. .pl-3,
  4642. .px-3 {
  4643. padding-left: 1rem !important; }
  4644. .p-4 {
  4645. padding: 1.5rem !important; }
  4646. .pt-4,
  4647. .py-4 {
  4648. padding-top: 1.5rem !important; }
  4649. .pr-4,
  4650. .px-4 {
  4651. padding-right: 1.5rem !important; }
  4652. .pb-4,
  4653. .py-4 {
  4654. padding-bottom: 1.5rem !important; }
  4655. .pl-4,
  4656. .px-4 {
  4657. padding-left: 1.5rem !important; }
  4658. .p-5 {
  4659. padding: 3rem !important; }
  4660. .pt-5,
  4661. .py-5 {
  4662. padding-top: 3rem !important; }
  4663. .pr-5,
  4664. .px-5 {
  4665. padding-right: 3rem !important; }
  4666. .pb-5,
  4667. .py-5 {
  4668. padding-bottom: 3rem !important; }
  4669. .pl-5,
  4670. .px-5 {
  4671. padding-left: 3rem !important; }
  4672. .m-auto {
  4673. margin: auto !important; }
  4674. .mt-auto,
  4675. .my-auto {
  4676. margin-top: auto !important; }
  4677. .mr-auto,
  4678. .mx-auto {
  4679. margin-right: auto !important; }
  4680. .mb-auto,
  4681. .my-auto {
  4682. margin-bottom: auto !important; }
  4683. .ml-auto,
  4684. .mx-auto {
  4685. margin-left: auto !important; }
  4686. @media (min-width: 576px) {
  4687. .m-sm-0 {
  4688. margin: 0 !important; }
  4689. .mt-sm-0,
  4690. .my-sm-0 {
  4691. margin-top: 0 !important; }
  4692. .mr-sm-0,
  4693. .mx-sm-0 {
  4694. margin-right: 0 !important; }
  4695. .mb-sm-0,
  4696. .my-sm-0 {
  4697. margin-bottom: 0 !important; }
  4698. .ml-sm-0,
  4699. .mx-sm-0 {
  4700. margin-left: 0 !important; }
  4701. .m-sm-1 {
  4702. margin: 0.25rem !important; }
  4703. .mt-sm-1,
  4704. .my-sm-1 {
  4705. margin-top: 0.25rem !important; }
  4706. .mr-sm-1,
  4707. .mx-sm-1 {
  4708. margin-right: 0.25rem !important; }
  4709. .mb-sm-1,
  4710. .my-sm-1 {
  4711. margin-bottom: 0.25rem !important; }
  4712. .ml-sm-1,
  4713. .mx-sm-1 {
  4714. margin-left: 0.25rem !important; }
  4715. .m-sm-2 {
  4716. margin: 0.5rem !important; }
  4717. .mt-sm-2,
  4718. .my-sm-2 {
  4719. margin-top: 0.5rem !important; }
  4720. .mr-sm-2,
  4721. .mx-sm-2 {
  4722. margin-right: 0.5rem !important; }
  4723. .mb-sm-2,
  4724. .my-sm-2 {
  4725. margin-bottom: 0.5rem !important; }
  4726. .ml-sm-2,
  4727. .mx-sm-2 {
  4728. margin-left: 0.5rem !important; }
  4729. .m-sm-3 {
  4730. margin: 1rem !important; }
  4731. .mt-sm-3,
  4732. .my-sm-3 {
  4733. margin-top: 1rem !important; }
  4734. .mr-sm-3,
  4735. .mx-sm-3 {
  4736. margin-right: 1rem !important; }
  4737. .mb-sm-3,
  4738. .my-sm-3 {
  4739. margin-bottom: 1rem !important; }
  4740. .ml-sm-3,
  4741. .mx-sm-3 {
  4742. margin-left: 1rem !important; }
  4743. .m-sm-4 {
  4744. margin: 1.5rem !important; }
  4745. .mt-sm-4,
  4746. .my-sm-4 {
  4747. margin-top: 1.5rem !important; }
  4748. .mr-sm-4,
  4749. .mx-sm-4 {
  4750. margin-right: 1.5rem !important; }
  4751. .mb-sm-4,
  4752. .my-sm-4 {
  4753. margin-bottom: 1.5rem !important; }
  4754. .ml-sm-4,
  4755. .mx-sm-4 {
  4756. margin-left: 1.5rem !important; }
  4757. .m-sm-5 {
  4758. margin: 3rem !important; }
  4759. .mt-sm-5,
  4760. .my-sm-5 {
  4761. margin-top: 3rem !important; }
  4762. .mr-sm-5,
  4763. .mx-sm-5 {
  4764. margin-right: 3rem !important; }
  4765. .mb-sm-5,
  4766. .my-sm-5 {
  4767. margin-bottom: 3rem !important; }
  4768. .ml-sm-5,
  4769. .mx-sm-5 {
  4770. margin-left: 3rem !important; }
  4771. .p-sm-0 {
  4772. padding: 0 !important; }
  4773. .pt-sm-0,
  4774. .py-sm-0 {
  4775. padding-top: 0 !important; }
  4776. .pr-sm-0,
  4777. .px-sm-0 {
  4778. padding-right: 0 !important; }
  4779. .pb-sm-0,
  4780. .py-sm-0 {
  4781. padding-bottom: 0 !important; }
  4782. .pl-sm-0,
  4783. .px-sm-0 {
  4784. padding-left: 0 !important; }
  4785. .p-sm-1 {
  4786. padding: 0.25rem !important; }
  4787. .pt-sm-1,
  4788. .py-sm-1 {
  4789. padding-top: 0.25rem !important; }
  4790. .pr-sm-1,
  4791. .px-sm-1 {
  4792. padding-right: 0.25rem !important; }
  4793. .pb-sm-1,
  4794. .py-sm-1 {
  4795. padding-bottom: 0.25rem !important; }
  4796. .pl-sm-1,
  4797. .px-sm-1 {
  4798. padding-left: 0.25rem !important; }
  4799. .p-sm-2 {
  4800. padding: 0.5rem !important; }
  4801. .pt-sm-2,
  4802. .py-sm-2 {
  4803. padding-top: 0.5rem !important; }
  4804. .pr-sm-2,
  4805. .px-sm-2 {
  4806. padding-right: 0.5rem !important; }
  4807. .pb-sm-2,
  4808. .py-sm-2 {
  4809. padding-bottom: 0.5rem !important; }
  4810. .pl-sm-2,
  4811. .px-sm-2 {
  4812. padding-left: 0.5rem !important; }
  4813. .p-sm-3 {
  4814. padding: 1rem !important; }
  4815. .pt-sm-3,
  4816. .py-sm-3 {
  4817. padding-top: 1rem !important; }
  4818. .pr-sm-3,
  4819. .px-sm-3 {
  4820. padding-right: 1rem !important; }
  4821. .pb-sm-3,
  4822. .py-sm-3 {
  4823. padding-bottom: 1rem !important; }
  4824. .pl-sm-3,
  4825. .px-sm-3 {
  4826. padding-left: 1rem !important; }
  4827. .p-sm-4 {
  4828. padding: 1.5rem !important; }
  4829. .pt-sm-4,
  4830. .py-sm-4 {
  4831. padding-top: 1.5rem !important; }
  4832. .pr-sm-4,
  4833. .px-sm-4 {
  4834. padding-right: 1.5rem !important; }
  4835. .pb-sm-4,
  4836. .py-sm-4 {
  4837. padding-bottom: 1.5rem !important; }
  4838. .pl-sm-4,
  4839. .px-sm-4 {
  4840. padding-left: 1.5rem !important; }
  4841. .p-sm-5 {
  4842. padding: 3rem !important; }
  4843. .pt-sm-5,
  4844. .py-sm-5 {
  4845. padding-top: 3rem !important; }
  4846. .pr-sm-5,
  4847. .px-sm-5 {
  4848. padding-right: 3rem !important; }
  4849. .pb-sm-5,
  4850. .py-sm-5 {
  4851. padding-bottom: 3rem !important; }
  4852. .pl-sm-5,
  4853. .px-sm-5 {
  4854. padding-left: 3rem !important; }
  4855. .m-sm-auto {
  4856. margin: auto !important; }
  4857. .mt-sm-auto,
  4858. .my-sm-auto {
  4859. margin-top: auto !important; }
  4860. .mr-sm-auto,
  4861. .mx-sm-auto {
  4862. margin-right: auto !important; }
  4863. .mb-sm-auto,
  4864. .my-sm-auto {
  4865. margin-bottom: auto !important; }
  4866. .ml-sm-auto,
  4867. .mx-sm-auto {
  4868. margin-left: auto !important; } }
  4869. @media (min-width: 768px) {
  4870. .m-md-0 {
  4871. margin: 0 !important; }
  4872. .mt-md-0,
  4873. .my-md-0 {
  4874. margin-top: 0 !important; }
  4875. .mr-md-0,
  4876. .mx-md-0 {
  4877. margin-right: 0 !important; }
  4878. .mb-md-0,
  4879. .my-md-0 {
  4880. margin-bottom: 0 !important; }
  4881. .ml-md-0,
  4882. .mx-md-0 {
  4883. margin-left: 0 !important; }
  4884. .m-md-1 {
  4885. margin: 0.25rem !important; }
  4886. .mt-md-1,
  4887. .my-md-1 {
  4888. margin-top: 0.25rem !important; }
  4889. .mr-md-1,
  4890. .mx-md-1 {
  4891. margin-right: 0.25rem !important; }
  4892. .mb-md-1,
  4893. .my-md-1 {
  4894. margin-bottom: 0.25rem !important; }
  4895. .ml-md-1,
  4896. .mx-md-1 {
  4897. margin-left: 0.25rem !important; }
  4898. .m-md-2 {
  4899. margin: 0.5rem !important; }
  4900. .mt-md-2,
  4901. .my-md-2 {
  4902. margin-top: 0.5rem !important; }
  4903. .mr-md-2,
  4904. .mx-md-2 {
  4905. margin-right: 0.5rem !important; }
  4906. .mb-md-2,
  4907. .my-md-2 {
  4908. margin-bottom: 0.5rem !important; }
  4909. .ml-md-2,
  4910. .mx-md-2 {
  4911. margin-left: 0.5rem !important; }
  4912. .m-md-3 {
  4913. margin: 1rem !important; }
  4914. .mt-md-3,
  4915. .my-md-3 {
  4916. margin-top: 1rem !important; }
  4917. .mr-md-3,
  4918. .mx-md-3 {
  4919. margin-right: 1rem !important; }
  4920. .mb-md-3,
  4921. .my-md-3 {
  4922. margin-bottom: 1rem !important; }
  4923. .ml-md-3,
  4924. .mx-md-3 {
  4925. margin-left: 1rem !important; }
  4926. .m-md-4 {
  4927. margin: 1.5rem !important; }
  4928. .mt-md-4,
  4929. .my-md-4 {
  4930. margin-top: 1.5rem !important; }
  4931. .mr-md-4,
  4932. .mx-md-4 {
  4933. margin-right: 1.5rem !important; }
  4934. .mb-md-4,
  4935. .my-md-4 {
  4936. margin-bottom: 1.5rem !important; }
  4937. .ml-md-4,
  4938. .mx-md-4 {
  4939. margin-left: 1.5rem !important; }
  4940. .m-md-5 {
  4941. margin: 3rem !important; }
  4942. .mt-md-5,
  4943. .my-md-5 {
  4944. margin-top: 3rem !important; }
  4945. .mr-md-5,
  4946. .mx-md-5 {
  4947. margin-right: 3rem !important; }
  4948. .mb-md-5,
  4949. .my-md-5 {
  4950. margin-bottom: 3rem !important; }
  4951. .ml-md-5,
  4952. .mx-md-5 {
  4953. margin-left: 3rem !important; }
  4954. .p-md-0 {
  4955. padding: 0 !important; }
  4956. .pt-md-0,
  4957. .py-md-0 {
  4958. padding-top: 0 !important; }
  4959. .pr-md-0,
  4960. .px-md-0 {
  4961. padding-right: 0 !important; }
  4962. .pb-md-0,
  4963. .py-md-0 {
  4964. padding-bottom: 0 !important; }
  4965. .pl-md-0,
  4966. .px-md-0 {
  4967. padding-left: 0 !important; }
  4968. .p-md-1 {
  4969. padding: 0.25rem !important; }
  4970. .pt-md-1,
  4971. .py-md-1 {
  4972. padding-top: 0.25rem !important; }
  4973. .pr-md-1,
  4974. .px-md-1 {
  4975. padding-right: 0.25rem !important; }
  4976. .pb-md-1,
  4977. .py-md-1 {
  4978. padding-bottom: 0.25rem !important; }
  4979. .pl-md-1,
  4980. .px-md-1 {
  4981. padding-left: 0.25rem !important; }
  4982. .p-md-2 {
  4983. padding: 0.5rem !important; }
  4984. .pt-md-2,
  4985. .py-md-2 {
  4986. padding-top: 0.5rem !important; }
  4987. .pr-md-2,
  4988. .px-md-2 {
  4989. padding-right: 0.5rem !important; }
  4990. .pb-md-2,
  4991. .py-md-2 {
  4992. padding-bottom: 0.5rem !important; }
  4993. .pl-md-2,
  4994. .px-md-2 {
  4995. padding-left: 0.5rem !important; }
  4996. .p-md-3 {
  4997. padding: 1rem !important; }
  4998. .pt-md-3,
  4999. .py-md-3 {
  5000. padding-top: 1rem !important; }
  5001. .pr-md-3,
  5002. .px-md-3 {
  5003. padding-right: 1rem !important; }
  5004. .pb-md-3,
  5005. .py-md-3 {
  5006. padding-bottom: 1rem !important; }
  5007. .pl-md-3,
  5008. .px-md-3 {
  5009. padding-left: 1rem !important; }
  5010. .p-md-4 {
  5011. padding: 1.5rem !important; }
  5012. .pt-md-4,
  5013. .py-md-4 {
  5014. padding-top: 1.5rem !important; }
  5015. .pr-md-4,
  5016. .px-md-4 {
  5017. padding-right: 1.5rem !important; }
  5018. .pb-md-4,
  5019. .py-md-4 {
  5020. padding-bottom: 1.5rem !important; }
  5021. .pl-md-4,
  5022. .px-md-4 {
  5023. padding-left: 1.5rem !important; }
  5024. .p-md-5 {
  5025. padding: 3rem !important; }
  5026. .pt-md-5,
  5027. .py-md-5 {
  5028. padding-top: 3rem !important; }
  5029. .pr-md-5,
  5030. .px-md-5 {
  5031. padding-right: 3rem !important; }
  5032. .pb-md-5,
  5033. .py-md-5 {
  5034. padding-bottom: 3rem !important; }
  5035. .pl-md-5,
  5036. .px-md-5 {
  5037. padding-left: 3rem !important; }
  5038. .m-md-auto {
  5039. margin: auto !important; }
  5040. .mt-md-auto,
  5041. .my-md-auto {
  5042. margin-top: auto !important; }
  5043. .mr-md-auto,
  5044. .mx-md-auto {
  5045. margin-right: auto !important; }
  5046. .mb-md-auto,
  5047. .my-md-auto {
  5048. margin-bottom: auto !important; }
  5049. .ml-md-auto,
  5050. .mx-md-auto {
  5051. margin-left: auto !important; } }
  5052. @media (min-width: 992px) {
  5053. .m-lg-0 {
  5054. margin: 0 !important; }
  5055. .mt-lg-0,
  5056. .my-lg-0 {
  5057. margin-top: 0 !important; }
  5058. .mr-lg-0,
  5059. .mx-lg-0 {
  5060. margin-right: 0 !important; }
  5061. .mb-lg-0,
  5062. .my-lg-0 {
  5063. margin-bottom: 0 !important; }
  5064. .ml-lg-0,
  5065. .mx-lg-0 {
  5066. margin-left: 0 !important; }
  5067. .m-lg-1 {
  5068. margin: 0.25rem !important; }
  5069. .mt-lg-1,
  5070. .my-lg-1 {
  5071. margin-top: 0.25rem !important; }
  5072. .mr-lg-1,
  5073. .mx-lg-1 {
  5074. margin-right: 0.25rem !important; }
  5075. .mb-lg-1,
  5076. .my-lg-1 {
  5077. margin-bottom: 0.25rem !important; }
  5078. .ml-lg-1,
  5079. .mx-lg-1 {
  5080. margin-left: 0.25rem !important; }
  5081. .m-lg-2 {
  5082. margin: 0.5rem !important; }
  5083. .mt-lg-2,
  5084. .my-lg-2 {
  5085. margin-top: 0.5rem !important; }
  5086. .mr-lg-2,
  5087. .mx-lg-2 {
  5088. margin-right: 0.5rem !important; }
  5089. .mb-lg-2,
  5090. .my-lg-2 {
  5091. margin-bottom: 0.5rem !important; }
  5092. .ml-lg-2,
  5093. .mx-lg-2 {
  5094. margin-left: 0.5rem !important; }
  5095. .m-lg-3 {
  5096. margin: 1rem !important; }
  5097. .mt-lg-3,
  5098. .my-lg-3 {
  5099. margin-top: 1rem !important; }
  5100. .mr-lg-3,
  5101. .mx-lg-3 {
  5102. margin-right: 1rem !important; }
  5103. .mb-lg-3,
  5104. .my-lg-3 {
  5105. margin-bottom: 1rem !important; }
  5106. .ml-lg-3,
  5107. .mx-lg-3 {
  5108. margin-left: 1rem !important; }
  5109. .m-lg-4 {
  5110. margin: 1.5rem !important; }
  5111. .mt-lg-4,
  5112. .my-lg-4 {
  5113. margin-top: 1.5rem !important; }
  5114. .mr-lg-4,
  5115. .mx-lg-4 {
  5116. margin-right: 1.5rem !important; }
  5117. .mb-lg-4,
  5118. .my-lg-4 {
  5119. margin-bottom: 1.5rem !important; }
  5120. .ml-lg-4,
  5121. .mx-lg-4 {
  5122. margin-left: 1.5rem !important; }
  5123. .m-lg-5 {
  5124. margin: 3rem !important; }
  5125. .mt-lg-5,
  5126. .my-lg-5 {
  5127. margin-top: 3rem !important; }
  5128. .mr-lg-5,
  5129. .mx-lg-5 {
  5130. margin-right: 3rem !important; }
  5131. .mb-lg-5,
  5132. .my-lg-5 {
  5133. margin-bottom: 3rem !important; }
  5134. .ml-lg-5,
  5135. .mx-lg-5 {
  5136. margin-left: 3rem !important; }
  5137. .p-lg-0 {
  5138. padding: 0 !important; }
  5139. .pt-lg-0,
  5140. .py-lg-0 {
  5141. padding-top: 0 !important; }
  5142. .pr-lg-0,
  5143. .px-lg-0 {
  5144. padding-right: 0 !important; }
  5145. .pb-lg-0,
  5146. .py-lg-0 {
  5147. padding-bottom: 0 !important; }
  5148. .pl-lg-0,
  5149. .px-lg-0 {
  5150. padding-left: 0 !important; }
  5151. .p-lg-1 {
  5152. padding: 0.25rem !important; }
  5153. .pt-lg-1,
  5154. .py-lg-1 {
  5155. padding-top: 0.25rem !important; }
  5156. .pr-lg-1,
  5157. .px-lg-1 {
  5158. padding-right: 0.25rem !important; }
  5159. .pb-lg-1,
  5160. .py-lg-1 {
  5161. padding-bottom: 0.25rem !important; }
  5162. .pl-lg-1,
  5163. .px-lg-1 {
  5164. padding-left: 0.25rem !important; }
  5165. .p-lg-2 {
  5166. padding: 0.5rem !important; }
  5167. .pt-lg-2,
  5168. .py-lg-2 {
  5169. padding-top: 0.5rem !important; }
  5170. .pr-lg-2,
  5171. .px-lg-2 {
  5172. padding-right: 0.5rem !important; }
  5173. .pb-lg-2,
  5174. .py-lg-2 {
  5175. padding-bottom: 0.5rem !important; }
  5176. .pl-lg-2,
  5177. .px-lg-2 {
  5178. padding-left: 0.5rem !important; }
  5179. .p-lg-3 {
  5180. padding: 1rem !important; }
  5181. .pt-lg-3,
  5182. .py-lg-3 {
  5183. padding-top: 1rem !important; }
  5184. .pr-lg-3,
  5185. .px-lg-3 {
  5186. padding-right: 1rem !important; }
  5187. .pb-lg-3,
  5188. .py-lg-3 {
  5189. padding-bottom: 1rem !important; }
  5190. .pl-lg-3,
  5191. .px-lg-3 {
  5192. padding-left: 1rem !important; }
  5193. .p-lg-4 {
  5194. padding: 1.5rem !important; }
  5195. .pt-lg-4,
  5196. .py-lg-4 {
  5197. padding-top: 1.5rem !important; }
  5198. .pr-lg-4,
  5199. .px-lg-4 {
  5200. padding-right: 1.5rem !important; }
  5201. .pb-lg-4,
  5202. .py-lg-4 {
  5203. padding-bottom: 1.5rem !important; }
  5204. .pl-lg-4,
  5205. .px-lg-4 {
  5206. padding-left: 1.5rem !important; }
  5207. .p-lg-5 {
  5208. padding: 3rem !important; }
  5209. .pt-lg-5,
  5210. .py-lg-5 {
  5211. padding-top: 3rem !important; }
  5212. .pr-lg-5,
  5213. .px-lg-5 {
  5214. padding-right: 3rem !important; }
  5215. .pb-lg-5,
  5216. .py-lg-5 {
  5217. padding-bottom: 3rem !important; }
  5218. .pl-lg-5,
  5219. .px-lg-5 {
  5220. padding-left: 3rem !important; }
  5221. .m-lg-auto {
  5222. margin: auto !important; }
  5223. .mt-lg-auto,
  5224. .my-lg-auto {
  5225. margin-top: auto !important; }
  5226. .mr-lg-auto,
  5227. .mx-lg-auto {
  5228. margin-right: auto !important; }
  5229. .mb-lg-auto,
  5230. .my-lg-auto {
  5231. margin-bottom: auto !important; }
  5232. .ml-lg-auto,
  5233. .mx-lg-auto {
  5234. margin-left: auto !important; } }
  5235. @media (min-width: 1200px) {
  5236. .m-xl-0 {
  5237. margin: 0 !important; }
  5238. .mt-xl-0,
  5239. .my-xl-0 {
  5240. margin-top: 0 !important; }
  5241. .mr-xl-0,
  5242. .mx-xl-0 {
  5243. margin-right: 0 !important; }
  5244. .mb-xl-0,
  5245. .my-xl-0 {
  5246. margin-bottom: 0 !important; }
  5247. .ml-xl-0,
  5248. .mx-xl-0 {
  5249. margin-left: 0 !important; }
  5250. .m-xl-1 {
  5251. margin: 0.25rem !important; }
  5252. .mt-xl-1,
  5253. .my-xl-1 {
  5254. margin-top: 0.25rem !important; }
  5255. .mr-xl-1,
  5256. .mx-xl-1 {
  5257. margin-right: 0.25rem !important; }
  5258. .mb-xl-1,
  5259. .my-xl-1 {
  5260. margin-bottom: 0.25rem !important; }
  5261. .ml-xl-1,
  5262. .mx-xl-1 {
  5263. margin-left: 0.25rem !important; }
  5264. .m-xl-2 {
  5265. margin: 0.5rem !important; }
  5266. .mt-xl-2,
  5267. .my-xl-2 {
  5268. margin-top: 0.5rem !important; }
  5269. .mr-xl-2,
  5270. .mx-xl-2 {
  5271. margin-right: 0.5rem !important; }
  5272. .mb-xl-2,
  5273. .my-xl-2 {
  5274. margin-bottom: 0.5rem !important; }
  5275. .ml-xl-2,
  5276. .mx-xl-2 {
  5277. margin-left: 0.5rem !important; }
  5278. .m-xl-3 {
  5279. margin: 1rem !important; }
  5280. .mt-xl-3,
  5281. .my-xl-3 {
  5282. margin-top: 1rem !important; }
  5283. .mr-xl-3,
  5284. .mx-xl-3 {
  5285. margin-right: 1rem !important; }
  5286. .mb-xl-3,
  5287. .my-xl-3 {
  5288. margin-bottom: 1rem !important; }
  5289. .ml-xl-3,
  5290. .mx-xl-3 {
  5291. margin-left: 1rem !important; }
  5292. .m-xl-4 {
  5293. margin: 1.5rem !important; }
  5294. .mt-xl-4,
  5295. .my-xl-4 {
  5296. margin-top: 1.5rem !important; }
  5297. .mr-xl-4,
  5298. .mx-xl-4 {
  5299. margin-right: 1.5rem !important; }
  5300. .mb-xl-4,
  5301. .my-xl-4 {
  5302. margin-bottom: 1.5rem !important; }
  5303. .ml-xl-4,
  5304. .mx-xl-4 {
  5305. margin-left: 1.5rem !important; }
  5306. .m-xl-5 {
  5307. margin: 3rem !important; }
  5308. .mt-xl-5,
  5309. .my-xl-5 {
  5310. margin-top: 3rem !important; }
  5311. .mr-xl-5,
  5312. .mx-xl-5 {
  5313. margin-right: 3rem !important; }
  5314. .mb-xl-5,
  5315. .my-xl-5 {
  5316. margin-bottom: 3rem !important; }
  5317. .ml-xl-5,
  5318. .mx-xl-5 {
  5319. margin-left: 3rem !important; }
  5320. .p-xl-0 {
  5321. padding: 0 !important; }
  5322. .pt-xl-0,
  5323. .py-xl-0 {
  5324. padding-top: 0 !important; }
  5325. .pr-xl-0,
  5326. .px-xl-0 {
  5327. padding-right: 0 !important; }
  5328. .pb-xl-0,
  5329. .py-xl-0 {
  5330. padding-bottom: 0 !important; }
  5331. .pl-xl-0,
  5332. .px-xl-0 {
  5333. padding-left: 0 !important; }
  5334. .p-xl-1 {
  5335. padding: 0.25rem !important; }
  5336. .pt-xl-1,
  5337. .py-xl-1 {
  5338. padding-top: 0.25rem !important; }
  5339. .pr-xl-1,
  5340. .px-xl-1 {
  5341. padding-right: 0.25rem !important; }
  5342. .pb-xl-1,
  5343. .py-xl-1 {
  5344. padding-bottom: 0.25rem !important; }
  5345. .pl-xl-1,
  5346. .px-xl-1 {
  5347. padding-left: 0.25rem !important; }
  5348. .p-xl-2 {
  5349. padding: 0.5rem !important; }
  5350. .pt-xl-2,
  5351. .py-xl-2 {
  5352. padding-top: 0.5rem !important; }
  5353. .pr-xl-2,
  5354. .px-xl-2 {
  5355. padding-right: 0.5rem !important; }
  5356. .pb-xl-2,
  5357. .py-xl-2 {
  5358. padding-bottom: 0.5rem !important; }
  5359. .pl-xl-2,
  5360. .px-xl-2 {
  5361. padding-left: 0.5rem !important; }
  5362. .p-xl-3 {
  5363. padding: 1rem !important; }
  5364. .pt-xl-3,
  5365. .py-xl-3 {
  5366. padding-top: 1rem !important; }
  5367. .pr-xl-3,
  5368. .px-xl-3 {
  5369. padding-right: 1rem !important; }
  5370. .pb-xl-3,
  5371. .py-xl-3 {
  5372. padding-bottom: 1rem !important; }
  5373. .pl-xl-3,
  5374. .px-xl-3 {
  5375. padding-left: 1rem !important; }
  5376. .p-xl-4 {
  5377. padding: 1.5rem !important; }
  5378. .pt-xl-4,
  5379. .py-xl-4 {
  5380. padding-top: 1.5rem !important; }
  5381. .pr-xl-4,
  5382. .px-xl-4 {
  5383. padding-right: 1.5rem !important; }
  5384. .pb-xl-4,
  5385. .py-xl-4 {
  5386. padding-bottom: 1.5rem !important; }
  5387. .pl-xl-4,
  5388. .px-xl-4 {
  5389. padding-left: 1.5rem !important; }
  5390. .p-xl-5 {
  5391. padding: 3rem !important; }
  5392. .pt-xl-5,
  5393. .py-xl-5 {
  5394. padding-top: 3rem !important; }
  5395. .pr-xl-5,
  5396. .px-xl-5 {
  5397. padding-right: 3rem !important; }
  5398. .pb-xl-5,
  5399. .py-xl-5 {
  5400. padding-bottom: 3rem !important; }
  5401. .pl-xl-5,
  5402. .px-xl-5 {
  5403. padding-left: 3rem !important; }
  5404. .m-xl-auto {
  5405. margin: auto !important; }
  5406. .mt-xl-auto,
  5407. .my-xl-auto {
  5408. margin-top: auto !important; }
  5409. .mr-xl-auto,
  5410. .mx-xl-auto {
  5411. margin-right: auto !important; }
  5412. .mb-xl-auto,
  5413. .my-xl-auto {
  5414. margin-bottom: auto !important; }
  5415. .ml-xl-auto,
  5416. .mx-xl-auto {
  5417. margin-left: auto !important; } }
  5418. .text-monospace {
  5419. font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  5420. .text-justify {
  5421. text-align: justify !important; }
  5422. .text-nowrap {
  5423. white-space: nowrap !important; }
  5424. .text-truncate {
  5425. overflow: hidden;
  5426. text-overflow: ellipsis;
  5427. white-space: nowrap; }
  5428. .text-left {
  5429. text-align: left !important; }
  5430. .text-right {
  5431. text-align: right !important; }
  5432. .text-center {
  5433. text-align: center !important; }
  5434. @media (min-width: 576px) {
  5435. .text-sm-left {
  5436. text-align: left !important; }
  5437. .text-sm-right {
  5438. text-align: right !important; }
  5439. .text-sm-center {
  5440. text-align: center !important; } }
  5441. @media (min-width: 768px) {
  5442. .text-md-left {
  5443. text-align: left !important; }
  5444. .text-md-right {
  5445. text-align: right !important; }
  5446. .text-md-center {
  5447. text-align: center !important; } }
  5448. @media (min-width: 992px) {
  5449. .text-lg-left {
  5450. text-align: left !important; }
  5451. .text-lg-right {
  5452. text-align: right !important; }
  5453. .text-lg-center {
  5454. text-align: center !important; } }
  5455. @media (min-width: 1200px) {
  5456. .text-xl-left {
  5457. text-align: left !important; }
  5458. .text-xl-right {
  5459. text-align: right !important; }
  5460. .text-xl-center {
  5461. text-align: center !important; } }
  5462. .text-lowercase {
  5463. text-transform: lowercase !important; }
  5464. .text-uppercase {
  5465. text-transform: uppercase !important; }
  5466. .text-capitalize {
  5467. text-transform: capitalize !important; }
  5468. .font-weight-light {
  5469. font-weight: 300 !important; }
  5470. .font-weight-normal {
  5471. font-weight: 400 !important; }
  5472. .font-weight-bold {
  5473. font-weight: 700 !important; }
  5474. .font-italic {
  5475. font-style: italic !important; }
  5476. .text-white {
  5477. color: #fff !important; }
  5478. .text-primary {
  5479. color: #2A9FD6 !important; }
  5480. a.text-primary:hover, a.text-primary:focus {
  5481. color: #2180ac !important; }
  5482. .text-secondary {
  5483. color: #444 !important; }
  5484. a.text-secondary:hover, a.text-secondary:focus {
  5485. color: #2b2b2b !important; }
  5486. .text-success {
  5487. color: #00bc8c !important; }
  5488. a.text-success:hover, a.text-success:focus {
  5489. color: #008966 !important; }
  5490. .text-info {
  5491. color: #3498DB !important; }
  5492. a.text-info:hover, a.text-info:focus {
  5493. color: #217dbb !important; }
  5494. .text-warning {
  5495. color: #F39C12 !important; }
  5496. a.text-warning:hover, a.text-warning:focus {
  5497. color: #c87f0a !important; }
  5498. .text-danger {
  5499. color: #E74C3C !important; }
  5500. a.text-danger:hover, a.text-danger:focus {
  5501. color: #d62c1a !important; }
  5502. .text-light {
  5503. color: #303030 !important; }
  5504. a.text-light:hover, a.text-light:focus {
  5505. color: #171717 !important; }
  5506. .text-dark {
  5507. color: #adb5bd !important; }
  5508. a.text-dark:hover, a.text-dark:focus {
  5509. color: #919ca6 !important; }
  5510. .text-body {
  5511. color: #fff !important; }
  5512. .text-muted {
  5513. color: #999 !important; }
  5514. .text-black-50 {
  5515. color: rgba(0, 0, 0, 0.5) !important; }
  5516. .text-white-50 {
  5517. color: rgba(255, 255, 255, 0.5) !important; }
  5518. .text-hide {
  5519. font: 0/0 a;
  5520. color: transparent;
  5521. text-shadow: none;
  5522. background-color: transparent;
  5523. border: 0; }
  5524. .visible {
  5525. visibility: visible !important; }
  5526. .invisible {
  5527. visibility: hidden !important; }
  5528. @media print {
  5529. *,
  5530. *::before,
  5531. *::after {
  5532. text-shadow: none !important;
  5533. box-shadow: none !important; }
  5534. a:not(.btn) {
  5535. text-decoration: underline; }
  5536. abbr[title]::after {
  5537. content: " (" attr(title) ")"; }
  5538. pre {
  5539. white-space: pre-wrap !important; }
  5540. pre,
  5541. blockquote {
  5542. border: 1px solid #adb5bd;
  5543. page-break-inside: avoid; }
  5544. thead {
  5545. display: table-header-group; }
  5546. tr,
  5547. img {
  5548. page-break-inside: avoid; }
  5549. p,
  5550. h2,
  5551. h3 {
  5552. orphans: 3;
  5553. widows: 3; }
  5554. h2,
  5555. h3 {
  5556. page-break-after: avoid; }
  5557. @page {
  5558. size: a3; }
  5559. body {
  5560. min-width: 992px !important; }
  5561. .container {
  5562. min-width: 992px !important; }
  5563. .navbar {
  5564. display: none; }
  5565. .badge {
  5566. border: 1px solid #000; }
  5567. .table {
  5568. border-collapse: collapse !important; }
  5569. .table td,
  5570. .table th {
  5571. background-color: #fff !important; }
  5572. .table-bordered th,
  5573. .table-bordered td {
  5574. border: 1px solid #dee2e6 !important; }
  5575. .table-dark {
  5576. color: inherit; }
  5577. .table-dark th,
  5578. .table-dark td,
  5579. .table-dark thead th,
  5580. .table-dark tbody + tbody {
  5581. border-color: #444; }
  5582. .table .thead-dark th {
  5583. color: inherit;
  5584. border-color: #444; } }
  5585. .bg-primary .navbar-nav .active > .nav-link {
  5586. color: #00bc8c !important; }
  5587. .bg-dark {
  5588. background-color: #00bc8c !important; }
  5589. .bg-dark.navbar-dark .navbar-nav .nav-link:focus,
  5590. .bg-dark.navbar-dark .navbar-nav .nav-link:hover,
  5591. .bg-dark.navbar-dark .navbar-nav .active > .nav-link {
  5592. color: #2A9FD6 !important; }
  5593. /* .btn-primary {
  5594. font-family: $font-family-sans-serif;
  5595. } */
  5596. .blockquote-footer {
  5597. color: #999; }
  5598. .table-primary,
  5599. .table-primary > th,
  5600. .table-primary > td {
  5601. background-color: #2A9FD6; }
  5602. .table-secondary,
  5603. .table-secondary > th,
  5604. .table-secondary > td {
  5605. background-color: #444; }
  5606. .table-light,
  5607. .table-light > th,
  5608. .table-light > td {
  5609. background-color: #303030; }
  5610. .table-dark,
  5611. .table-dark > th,
  5612. .table-dark > td {
  5613. background-color: #adb5bd; }
  5614. .table-success,
  5615. .table-success > th,
  5616. .table-success > td {
  5617. background-color: #00bc8c; }
  5618. .table-info,
  5619. .table-info > th,
  5620. .table-info > td {
  5621. background-color: #3498DB; }
  5622. .table-danger,
  5623. .table-danger > th,
  5624. .table-danger > td {
  5625. background-color: #E74C3C; }
  5626. .table-warning,
  5627. .table-warning > th,
  5628. .table-warning > td {
  5629. background-color: #F39C12; }
  5630. .table-active,
  5631. .table-active > th,
  5632. .table-active > td {
  5633. background-color: rgba(0, 0, 0, 0.075); }
  5634. .table-hover .table-primary:hover, .table-hover .table-primary:hover > th, .table-hover .table-primary:hover > td {
  5635. background-color: #258fc1; }
  5636. .table-hover .table-secondary:hover, .table-hover .table-secondary:hover > th, .table-hover .table-secondary:hover > td {
  5637. background-color: #373737; }
  5638. .table-hover .table-light:hover, .table-hover .table-light:hover > th, .table-hover .table-light:hover > td {
  5639. background-color: #232323; }
  5640. .table-hover .table-dark:hover, .table-hover .table-dark:hover > th, .table-hover .table-dark:hover > td {
  5641. background-color: #9fa8b2; }
  5642. .table-hover .table-success:hover, .table-hover .table-success:hover > th, .table-hover .table-success:hover > td {
  5643. background-color: #00a379; }
  5644. .table-hover .table-info:hover, .table-hover .table-info:hover > th, .table-hover .table-info:hover > td {
  5645. background-color: #258cd1; }
  5646. .table-hover .table-danger:hover, .table-hover .table-danger:hover > th, .table-hover .table-danger:hover > td {
  5647. background-color: #e43725; }
  5648. .table-hover .table-warning:hover, .table-hover .table-warning:hover > th, .table-hover .table-warning:hover > td {
  5649. background-color: #e08e0b; }
  5650. .table-hover .table-active:hover, .table-hover .table-active:hover > th, .table-hover .table-active:hover > td {
  5651. background-color: rgba(0, 0, 0, 0.075); }
  5652. .input-group-addon {
  5653. color: #fff; }
  5654. .nav-tabs .nav-link,
  5655. .nav-tabs .nav-link.active,
  5656. .nav-tabs .nav-link.active:focus,
  5657. .nav-tabs .nav-link.active:hover,
  5658. .nav-tabs .nav-item.open .nav-link,
  5659. .nav-tabs .nav-item.open .nav-link:focus,
  5660. .nav-tabs .nav-item.open .nav-link:hover,
  5661. .nav-pills .nav-link,
  5662. .nav-pills .nav-link.active,
  5663. .nav-pills .nav-link.active:focus,
  5664. .nav-pills .nav-link.active:hover,
  5665. .nav-pills .nav-item.open .nav-link,
  5666. .nav-pills .nav-item.open .nav-link:focus,
  5667. .nav-pills .nav-item.open .nav-link:hover {
  5668. color: #fff; }
  5669. .breadcrumb a {
  5670. color: #fff; }
  5671. .pagination a:hover {
  5672. text-decoration: none; }
  5673. .close {
  5674. opacity: 0.4; }
  5675. .close:hover, .close:focus {
  5676. opacity: 1; }
  5677. .alert {
  5678. border: none;
  5679. color: #fff; }
  5680. .alert a,
  5681. .alert .alert-link {
  5682. color: #fff;
  5683. text-decoration: underline; }
  5684. .alert-primary {
  5685. background-color: #2A9FD6; }
  5686. .alert-secondary {
  5687. background-color: #444; }
  5688. .alert-success {
  5689. background-color: #00bc8c; }
  5690. .alert-info {
  5691. background-color: #3498DB; }
  5692. .alert-warning {
  5693. background-color: #F39C12; }
  5694. .alert-danger {
  5695. background-color: #E74C3C; }
  5696. .alert-light {
  5697. background-color: #303030; }
  5698. .alert-dark {
  5699. background-color: #adb5bd; }
  5700. .list-group-item-action {
  5701. color: #fff; }
  5702. .list-group-item-action:hover, .list-group-item-action:focus {
  5703. background-color: #444;
  5704. color: #fff; }
  5705. .list-group-item-action .list-group-item-heading {
  5706. color: #fff; }
  5707. /*# sourceMappingURL=custom.css.map */