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.
 
 
 
 
 
 

9240 rivejä
210 KiB

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