Advertisement
EasternTime

Warframe Market Dark Theme Alpha

Oct 30th, 2017
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 85.85 KB | None | 0 0
  1. .bg-primary {
  2.     background-color: #007bff!important
  3. }
  4.  
  5. a.bg-primary:focus,
  6. a.bg-primary:hover {
  7.     background-color: #0062cc!important
  8. }
  9.  
  10. .bg-secondary {
  11.     background-color: #868e96!important
  12. }
  13.  
  14. a.bg-secondary:focus,
  15. a.bg-secondary:hover {
  16.     background-color: #6c757d!important
  17. }
  18.  
  19. .bg-success {
  20.     background-color: #28a745!important
  21. }
  22.  
  23. a.bg-success:focus,
  24. a.bg-success:hover {
  25.     background-color: #1e7e34!important
  26. }
  27.  
  28. .bg-info {
  29.     background-color: #17a2b8!important
  30. }
  31.  
  32. a.bg-info:focus,
  33. a.bg-info:hover {
  34.     background-color: #117a8b!important
  35. }
  36.  
  37. .bg-warning {
  38.     background-color: #ffc107!important
  39. }
  40.  
  41. a.bg-warning:focus,
  42. a.bg-warning:hover {
  43.     background-color: #d39e00!important
  44. }
  45.  
  46. .bg-danger {
  47.     background-color: #dc3545!important
  48. }
  49.  
  50. a.bg-danger:focus,
  51. a.bg-danger:hover {
  52.     background-color: #bd2130!important
  53. }
  54.  
  55. .bg-light {
  56.     background-color: #f8f9fa!important
  57. }
  58.  
  59. a.bg-light:focus,
  60. a.bg-light:hover {
  61.     background-color: #dae0e5!important
  62. }
  63.  
  64. .bg-dark {
  65.     background-color: #343a40!important
  66. }
  67.  
  68. a.bg-dark:focus,
  69. a.bg-dark:hover {
  70.     background-color: #1d2124!important
  71. }
  72.  
  73. .bg-white {
  74.     background-color: #fff!important
  75. }
  76.  
  77. .bg-transparent {
  78.     background-color: transparent!important
  79. }
  80.  
  81. .border {
  82.     border: 1px solid #e9ecef!important
  83. }
  84.  
  85. .border-primary {
  86.     border-color: #007bff!important
  87. }
  88.  
  89. .border-secondary {
  90.     border-color: #868e96!important
  91. }
  92.  
  93. .border-success {
  94.     border-color: #28a745!important
  95. }
  96.  
  97. .border-info {
  98.     border-color: #17a2b8!important
  99. }
  100.  
  101. .border-warning {
  102.     border-color: #ffc107!important
  103. }
  104.  
  105. .border-danger {
  106.     border-color: #dc3545!important
  107. }
  108.  
  109. .border-light {
  110.     border-color: #f8f9fa!important
  111. }
  112.  
  113. .border-dark {
  114.     border-color: #343a40!important
  115. }
  116.  
  117. .border-white {
  118.     border-color: #fff!important
  119. }
  120.  
  121. .text-white {
  122.     color: #fff!important
  123. }
  124.  
  125. .text-primary {
  126.     color: #007bff!important
  127. }
  128.  
  129. a.text-primary:focus,
  130. a.text-primary:hover {
  131.     color: #0062cc!important
  132. }
  133.  
  134. .text-secondary {
  135.     color: #868e96!important
  136. }
  137.  
  138. a.text-secondary:focus,
  139. a.text-secondary:hover {
  140.     color: #6c757d!important
  141. }
  142.  
  143. .text-success {
  144.     color: #28a745!important
  145. }
  146.  
  147. a.text-success:focus,
  148. a.text-success:hover {
  149.     color: #1e7e34!important
  150. }
  151.  
  152. .text-info {
  153.     color: #17a2b8!important
  154. }
  155.  
  156. a.text-info:focus,
  157. a.text-info:hover {
  158.     color: #117a8b!important
  159. }
  160.  
  161. .text-warning {
  162.     color: #ffc107!important
  163. }
  164.  
  165. a.text-warning:focus,
  166. a.text-warning:hover {
  167.     color: #d39e00!important
  168. }
  169.  
  170. .text-danger {
  171.     color: #dc3545!important
  172. }
  173.  
  174. a.text-danger:focus,
  175. a.text-danger:hover {
  176.     color: #bd2130!important
  177. }
  178.  
  179. .text-light {
  180.     color: #f8f9fa!important
  181. }
  182.  
  183. a.text-light:focus,
  184. a.text-light:hover {
  185.     color: #dae0e5!important
  186. }
  187.  
  188. .text-dark {
  189.     color: #343a40!important
  190. }
  191.  
  192. a.text-dark:focus,
  193. a.text-dark:hover {
  194.     color: #1d2124!important
  195. }
  196.  
  197. .text-muted {
  198.     color: #868e96!important
  199. }
  200.  
  201. body {
  202.     margin: 0;
  203.     font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  204.     font-size: 1rem;
  205.     font-weight: 400;
  206.     line-height: 1.5;
  207.     color: #888888;
  208.     background-color: #101010
  209. }
  210.  
  211. a {
  212.     color: #007bff;
  213.     background-color: transparent;
  214.     -webkit-text-decoration-skip: objects
  215. }
  216.  
  217. a:hover {
  218.     color: #0056b3;
  219.     text-decoration: underline
  220. }
  221.  
  222. caption {
  223.     padding-top: .75rem;
  224.     padding-bottom: .75rem;
  225.     color: #868e96;
  226.     caption-side: bottom
  227. }
  228.  
  229. hr {
  230.     margin-top: 1rem;
  231.     margin-bottom: 1rem;
  232.     border: 0;
  233.     border-top: 1px solid rgba(0, 0, 0, .1)
  234. }
  235.  
  236. .mark,
  237. mark {
  238.     padding: .2em;
  239.     background-color: #fcf8e3
  240. }
  241.  
  242. .blockquote-footer {
  243.     display: block;
  244.     font-size: 80%;
  245.     color: #868e96
  246. }
  247.  
  248. @media print {
  249.     *,
  250.     :after,
  251.     :before {
  252.         text-shadow: none!important;
  253.         box-shadow: none!important
  254.     }
  255.     a,
  256.     a:visited {
  257.         text-decoration: underline
  258.     }
  259.     abbr[title]:after {
  260.         content: " (" attr(title) ")"
  261.     }
  262.     pre {
  263.         white-space: pre-wrap!important
  264.     }
  265.     blockquote,
  266.     pre {
  267.         border: 1px solid #999;
  268.         page-break-inside: avoid
  269.     }
  270.     thead {
  271.         display: table-header-group
  272.     }
  273.     img,
  274.     tr {
  275.         page-break-inside: avoid
  276.     }
  277.     h2,
  278.     h3,
  279.     p {
  280.         orphans: 3;
  281.         widows: 3
  282.     }
  283.     h2,
  284.     h3 {
  285.         page-break-after: avoid
  286.     }
  287.     .navbar {
  288.         display: none
  289.     }
  290.     .badge {
  291.         border: 1px solid #000
  292.     }
  293.     .table {
  294.         border-collapse: collapse!important
  295.     }
  296.     .table td,
  297.     .table th {
  298.         background-color: #fff!important
  299.     }
  300.     .table-bordered td,
  301.     .table-bordered th {
  302.         border: 1px solid #ddd!important
  303.     }
  304. }
  305.  
  306. .form-control {
  307.     display: block;
  308.     width: 100%;
  309.     padding: .5rem .75rem;
  310.     font-size: 1rem;
  311.     line-height: 1.25;
  312.     color: #ebebeb;
  313.     background-color: #212121;
  314.     background-image: none;
  315.     background-clip: padding-box;
  316.     border: 1px solid rgba(0, 0, 0, .15);
  317.     border-radius: .25rem;
  318.     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
  319. }
  320.  
  321. .form-control::-ms-expand {
  322.     background-color: transparent;
  323.     border: 0
  324. }
  325.  
  326. .form-control:focus {
  327.     color: #ebebeb;
  328.     background-color: #212121;
  329.     border-color: #80bdff;
  330.     outline: none
  331. }
  332.  
  333. .form-control::placeholder {
  334.     color: #495057;
  335.     opacity: 1
  336. }
  337.  
  338. .form-control:disabled,
  339. .form-control[readonly] {
  340.     background-color: #1a1a1a;
  341.     opacity: 1
  342. }
  343.  
  344. select.form-control:focus::-ms-value {
  345.     color: #495057;
  346.     background-color: #212121
  347. }
  348.  
  349. .form-check.disabled .form-check-label {
  350.     color: #868e96
  351. }
  352.  
  353. .invalid-feedback {
  354.     display: none;
  355.     margin-top: .25rem;
  356.     font-size: .875rem;
  357.     color: #dc3545
  358. }
  359.  
  360. .invalid-tooltip {
  361.     position: absolute;
  362.     top: 100%;
  363.     z-index: 5;
  364.     display: none;
  365.     width: 250px;
  366.     padding: .5rem;
  367.     margin-top: .1rem;
  368.     font-size: .875rem;
  369.     line-height: 1;
  370.     color: #191919;
  371.     background-color: rgba(220, 53, 69, .8);
  372.     border-radius: .2rem
  373. }
  374.  
  375. .custom-select.is-valid,
  376. .form-control.is-valid,
  377. .was-validated .custom-select:valid,
  378. .was-validated .form-control:valid {
  379.     border-color: #28a745
  380. }
  381.  
  382. .custom-select.is-valid:focus,
  383. .form-control.is-valid:focus,
  384. .was-validated .custom-select:valid:focus,
  385. .was-validated .form-control:valid:focus {
  386.     box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
  387. }
  388.  
  389. .form-check-input.is-valid+.form-check-label,
  390. .was-validated .form-check-input:valid+.form-check-label {
  391.     color: #28a745
  392. }
  393.  
  394. .custom-control-input.is-valid~.custom-control-indicator,
  395. .was-validated .custom-control-input:valid~.custom-control-indicator {
  396.     background-color: rgba(40, 167, 69, .25)
  397. }
  398.  
  399. .custom-control-input.is-valid~.custom-control-description,
  400. .was-validated .custom-control-input:valid~.custom-control-description {
  401.     color: #28a745
  402. }
  403.  
  404. .custom-file-input.is-valid~.custom-file-control,
  405. .was-validated .custom-file-input:valid~.custom-file-control {
  406.     border-color: #28a745
  407. }
  408.  
  409. .custom-file-input.is-valid~.custom-file-control:before,
  410. .was-validated .custom-file-input:valid~.custom-file-control:before {
  411.     border-color: inherit
  412. }
  413.  
  414. .custom-file-input.is-valid:focus,
  415. .was-validated .custom-file-input:valid:focus {
  416.     box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
  417. }
  418.  
  419. .custom-select.is-invalid,
  420. .form-control.is-invalid,
  421. .was-validated .custom-select:invalid,
  422. .was-validated .form-control:invalid {
  423.     border-color: #dc3545
  424. }
  425.  
  426. .custom-select.is-invalid:focus,
  427. .form-control.is-invalid:focus,
  428. .was-validated .custom-select:invalid:focus,
  429. .was-validated .form-control:invalid:focus {
  430.     box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
  431. }
  432.  
  433. .custom-select.is-invalid~.invalid-feedback,
  434. .custom-select.is-invalid~.invalid-tooltip,
  435. .form-control.is-invalid~.invalid-feedback,
  436. .form-control.is-invalid~.invalid-tooltip,
  437. .was-validated .custom-select:invalid~.invalid-feedback,
  438. .was-validated .custom-select:invalid~.invalid-tooltip,
  439. .was-validated .form-control:invalid~.invalid-feedback,
  440. .was-validated .form-control:invalid~.invalid-tooltip {
  441.     display: block
  442. }
  443.  
  444. .form-check-input.is-invalid+.form-check-label,
  445. .was-validated .form-check-input:invalid+.form-check-label {
  446.     color: #dc3545
  447. }
  448.  
  449. .custom-control-input.is-invalid~.custom-control-indicator,
  450. .was-validated .custom-control-input:invalid~.custom-control-indicator {
  451.     background-color: rgba(220, 53, 69, .25)
  452. }
  453.  
  454. .custom-control-input.is-invalid~.custom-control-description,
  455. .was-validated .custom-control-input:invalid~.custom-control-description {
  456.     color: #dc3545
  457. }
  458.  
  459. .custom-file-input.is-invalid~.custom-file-control,
  460. .was-validated .custom-file-input:invalid~.custom-file-control {
  461.     border-color: #dc3545
  462. }
  463.  
  464. .custom-file-input.is-invalid~.custom-file-control:before,
  465. .was-validated .custom-file-input:invalid~.custom-file-control:before {
  466.     border-color: inherit
  467. }
  468.  
  469. .custom-file-input.is-invalid:focus,
  470. .was-validated .custom-file-input:invalid:focus {
  471.     box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
  472. }
  473.  
  474. .btn.focus,
  475. .btn:focus {
  476.     outline: 0;
  477.     box-shadow: 0 0 0 3px rgba(0, 123, 255, .25)
  478. }
  479.  
  480. .btn-primary {
  481.     color: #191919;
  482.     background-color: #007bff;
  483.     border-color: #007bff
  484. }
  485.  
  486. .btn-primary:hover {
  487.     color: #191919;
  488.     background-color: #0069d9;
  489.     border-color: #0062cc
  490. }
  491.  
  492. .btn-primary.focus,
  493. .btn-primary:focus {
  494.     box-shadow: 0 0 0 3px rgba(0, 123, 255, .5)
  495. }
  496.  
  497. .btn-primary.disabled,
  498. .btn-primary:disabled {
  499.     background-color: #007bff;
  500.     border-color: #007bff
  501. }
  502.  
  503. .btn-primary.active,
  504. .btn-primary:active,
  505. .show>.btn-primary.dropdown-toggle {
  506.     background-color: #0069d9;
  507.     background-image: none;
  508.     border-color: #0062cc
  509. }
  510.  
  511. .btn-secondary {
  512.     color: #191919;
  513.     background-color: #868e96;
  514.     border-color: #868e96
  515. }
  516.  
  517. .btn-secondary:hover {
  518.     color: #191919;
  519.     background-color: #727b84;
  520.     border-color: #6c757d
  521. }
  522.  
  523. .btn-secondary.focus,
  524. .btn-secondary:focus {
  525.     box-shadow: 0 0 0 3px hsla(210, 7%, 56%, .5)
  526. }
  527.  
  528. .btn-secondary.disabled,
  529. .btn-secondary:disabled {
  530.     background-color: #868e96;
  531.     border-color: #868e96
  532. }
  533.  
  534. .btn-secondary.active,
  535. .btn-secondary:active,
  536. .show>.btn-secondary.dropdown-toggle {
  537.     background-color: #727b84;
  538.     background-image: none;
  539.     border-color: #6c757d
  540. }
  541.  
  542. .btn-success {
  543.     color: #191919;
  544.     background-color: #28a745;
  545.     border-color: #28a745
  546. }
  547.  
  548. .btn-success:hover {
  549.     color: #191919;
  550.     background-color: #218838;
  551.     border-color: #1e7e34
  552. }
  553.  
  554. .btn-success.focus,
  555. .btn-success:focus {
  556.     box-shadow: 0 0 0 3px rgba(40, 167, 69, .5)
  557. }
  558.  
  559. .btn-success.disabled,
  560. .btn-success:disabled {
  561.     background-color: #28a745;
  562.     border-color: #28a745
  563. }
  564.  
  565. .btn-success.active,
  566. .btn-success:active,
  567. .show>.btn-success.dropdown-toggle {
  568.     background-color: #218838;
  569.     background-image: none;
  570.     border-color: #1e7e34
  571. }
  572.  
  573. .btn-info {
  574.     color: #191919;
  575.     background-color: #17a2b8;
  576.     border-color: #17a2b8
  577. }
  578.  
  579. .btn-info:hover {
  580.     color: #191919;
  581.     background-color: #138496;
  582.     border-color: #117a8b
  583. }
  584.  
  585. .btn-info.focus,
  586. .btn-info:focus {
  587.     box-shadow: 0 0 0 3px rgba(23, 162, 184, .5)
  588. }
  589.  
  590. .btn-info.disabled,
  591. .btn-info:disabled {
  592.     background-color: #17a2b8;
  593.     border-color: #17a2b8
  594. }
  595.  
  596. .btn-info.active,
  597. .btn-info:active,
  598. .show>.btn-info.dropdown-toggle {
  599.     background-color: #138496;
  600.     background-image: none;
  601.     border-color: #117a8b
  602. }
  603.  
  604. .btn-warning {
  605.     color: #111;
  606.     background-color: #ffc107;
  607.     border-color: #ffc107
  608. }
  609.  
  610. .btn-warning:hover {
  611.     color: #111;
  612.     background-color: #e0a800;
  613.     border-color: #d39e00
  614. }
  615.  
  616. .btn-warning.focus,
  617. .btn-warning:focus {
  618.     box-shadow: 0 0 0 3px rgba(255, 193, 7, .5)
  619. }
  620.  
  621. .btn-warning.disabled,
  622. .btn-warning:disabled {
  623.     background-color: #ffc107;
  624.     border-color: #ffc107
  625. }
  626.  
  627. .btn-warning.active,
  628. .btn-warning:active,
  629. .show>.btn-warning.dropdown-toggle {
  630.     background-color: #e0a800;
  631.     background-image: none;
  632.     border-color: #d39e00
  633. }
  634.  
  635. .btn-danger {
  636.     color: #fff;
  637.     background-color: #dc3545;
  638.     border-color: #dc3545
  639. }
  640.  
  641. .btn-danger:hover {
  642.     color: #fff;
  643.     background-color: #c82333;
  644.     border-color: #bd2130
  645. }
  646.  
  647. .btn-danger.focus,
  648. .btn-danger:focus {
  649.     box-shadow: 0 0 0 3px rgba(220, 53, 69, .5)
  650. }
  651.  
  652. .btn-danger.disabled,
  653. .btn-danger:disabled {
  654.     background-color: #dc3545;
  655.     border-color: #dc3545
  656. }
  657.  
  658. .btn-danger.active,
  659. .btn-danger:active,
  660. .show>.btn-danger.dropdown-toggle {
  661.     background-color: #c82333;
  662.     background-image: none;
  663.     border-color: #bd2130
  664. }
  665.  
  666. .btn-light {
  667.     color: #111;
  668.     background-color: #f8f9fa;
  669.     border-color: #f8f9fa
  670. }
  671.  
  672. .btn-light:hover {
  673.     color: #111;
  674.     background-color: #e2e6ea;
  675.     border-color: #dae0e5
  676. }
  677.  
  678. .btn-light.focus,
  679. .btn-light:focus {
  680.     box-shadow: 0 0 0 3px rgba(248, 249, 250, .5)
  681. }
  682.  
  683. .btn-light.disabled,
  684. .btn-light:disabled {
  685.     background-color: #f8f9fa;
  686.     border-color: #f8f9fa
  687. }
  688.  
  689. .btn-light.active,
  690. .btn-light:active,
  691. .show>.btn-light.dropdown-toggle {
  692.     background-color: #e2e6ea;
  693.     background-image: none;
  694.     border-color: #dae0e5
  695. }
  696.  
  697. .btn-dark {
  698.     color: #fff;
  699.     background-color: #343a40;
  700.     border-color: #343a40
  701. }
  702.  
  703. .btn-dark:hover {
  704.     color: #fff;
  705.     background-color: #23272b;
  706.     border-color: #1d2124
  707. }
  708.  
  709. .btn-dark.focus,
  710. .btn-dark:focus {
  711.     box-shadow: 0 0 0 3px rgba(52, 58, 64, .5)
  712. }
  713.  
  714. .btn-dark.disabled,
  715. .btn-dark:disabled {
  716.     background-color: #343a40;
  717.     border-color: #343a40
  718. }
  719.  
  720. .btn-dark.active,
  721. .btn-dark:active,
  722. .show>.btn-dark.dropdown-toggle {
  723.     background-color: #23272b;
  724.     background-image: none;
  725.     border-color: #1d2124
  726. }
  727.  
  728. .btn-outline-primary {
  729.     color: #007bff;
  730.     background-color: transparent;
  731.     background-image: none;
  732.     border-color: #007bff
  733. }
  734.  
  735. .btn-outline-primary:hover {
  736.     color: #fff;
  737.     background-color: #007bff;
  738.     border-color: #007bff
  739. }
  740.  
  741. .btn-outline-primary.focus,
  742. .btn-outline-primary:focus {
  743.     box-shadow: 0 0 0 3px rgba(0, 123, 255, .5)
  744. }
  745.  
  746. .btn-outline-primary.disabled,
  747. .btn-outline-primary:disabled {
  748.     color: #007bff;
  749.     background-color: transparent
  750. }
  751.  
  752. .btn-outline-primary.active,
  753. .btn-outline-primary:active,
  754. .show>.btn-outline-primary.dropdown-toggle {
  755.     color: #fff;
  756.     background-color: #007bff;
  757.     border-color: #007bff
  758. }
  759.  
  760. .btn-outline-secondary {
  761.     color: #868e96;
  762.     background-color: transparent;
  763.     background-image: none;
  764.     border-color: #868e96
  765. }
  766.  
  767. .btn-outline-secondary:hover {
  768.     color: #fff;
  769.     background-color: #868e96;
  770.     border-color: #868e96
  771. }
  772.  
  773. .btn-outline-secondary.focus,
  774. .btn-outline-secondary:focus {
  775.     box-shadow: 0 0 0 3px hsla(210, 7%, 56%, .5)
  776. }
  777.  
  778. .btn-outline-secondary.disabled,
  779. .btn-outline-secondary:disabled {
  780.     color: #868e96;
  781.     background-color: transparent
  782. }
  783.  
  784. .btn-outline-secondary.active,
  785. .btn-outline-secondary:active,
  786. .show>.btn-outline-secondary.dropdown-toggle {
  787.     color: #fff;
  788.     background-color: #868e96;
  789.     border-color: #868e96
  790. }
  791.  
  792. .btn-outline-success {
  793.     color: #28a745;
  794.     background-color: transparent;
  795.     background-image: none;
  796.     border-color: #28a745
  797. }
  798.  
  799. .btn-outline-success:hover {
  800.     color: #fff;
  801.     background-color: #28a745;
  802.     border-color: #28a745
  803. }
  804.  
  805. .btn-outline-success.focus,
  806. .btn-outline-success:focus {
  807.     box-shadow: 0 0 0 3px rgba(40, 167, 69, .5)
  808. }
  809.  
  810. .btn-outline-success.disabled,
  811. .btn-outline-success:disabled {
  812.     color: #28a745;
  813.     background-color: transparent
  814. }
  815.  
  816. .btn-outline-success.active,
  817. .btn-outline-success:active,
  818. .show>.btn-outline-success.dropdown-toggle {
  819.     color: #fff;
  820.     background-color: #28a745;
  821.     border-color: #28a745
  822. }
  823.  
  824. .btn-outline-info {
  825.     color: #17a2b8;
  826.     background-color: transparent;
  827.     background-image: none;
  828.     border-color: #17a2b8
  829. }
  830.  
  831. .btn-outline-info:hover {
  832.     color: #fff;
  833.     background-color: #17a2b8;
  834.     border-color: #17a2b8
  835. }
  836.  
  837. .btn-outline-info.focus,
  838. .btn-outline-info:focus {
  839.     box-shadow: 0 0 0 3px rgba(23, 162, 184, .5)
  840. }
  841.  
  842. .btn-outline-info.disabled,
  843. .btn-outline-info:disabled {
  844.     color: #17a2b8;
  845.     background-color: transparent
  846. }
  847.  
  848. .btn-outline-info.active,
  849. .btn-outline-info:active,
  850. .show>.btn-outline-info.dropdown-toggle {
  851.     color: #fff;
  852.     background-color: #17a2b8;
  853.     border-color: #17a2b8
  854. }
  855.  
  856. .btn-outline-warning {
  857.     color: #ffc107;
  858.     background-color: transparent;
  859.     background-image: none;
  860.     border-color: #ffc107
  861. }
  862.  
  863. .btn-outline-warning:hover {
  864.     color: #fff;
  865.     background-color: #ffc107;
  866.     border-color: #ffc107
  867. }
  868.  
  869. .btn-outline-warning.focus,
  870. .btn-outline-warning:focus {
  871.     box-shadow: 0 0 0 3px rgba(255, 193, 7, .5)
  872. }
  873.  
  874. .btn-outline-warning.disabled,
  875. .btn-outline-warning:disabled {
  876.     color: #ffc107;
  877.     background-color: transparent
  878. }
  879.  
  880. .btn-outline-warning.active,
  881. .btn-outline-warning:active,
  882. .show>.btn-outline-warning.dropdown-toggle {
  883.     color: #fff;
  884.     background-color: #ffc107;
  885.     border-color: #ffc107
  886. }
  887.  
  888. .btn-outline-danger {
  889.     color: #dc3545;
  890.     background-color: transparent;
  891.     background-image: none;
  892.     border-color: #dc3545
  893. }
  894.  
  895. .btn-outline-danger:hover {
  896.     color: #fff;
  897.     background-color: #dc3545;
  898.     border-color: #dc3545
  899. }
  900.  
  901. .btn-outline-danger.focus,
  902. .btn-outline-danger:focus {
  903.     box-shadow: 0 0 0 3px rgba(220, 53, 69, .5)
  904. }
  905.  
  906. .btn-outline-danger.disabled,
  907. .btn-outline-danger:disabled {
  908.     color: #dc3545;
  909.     background-color: transparent
  910. }
  911.  
  912. .btn-outline-danger.active,
  913. .btn-outline-danger:active,
  914. .show>.btn-outline-danger.dropdown-toggle {
  915.     color: #fff;
  916.     background-color: #dc3545;
  917.     border-color: #dc3545
  918. }
  919.  
  920. .btn-outline-light {
  921.     color: #f8f9fa;
  922.     background-color: transparent;
  923.     background-image: none;
  924.     border-color: #f8f9fa
  925. }
  926.  
  927. .btn-outline-light:hover {
  928.     color: #fff;
  929.     background-color: #f8f9fa;
  930.     border-color: #f8f9fa
  931. }
  932.  
  933. .btn-outline-light.focus,
  934. .btn-outline-light:focus {
  935.     box-shadow: 0 0 0 3px rgba(248, 249, 250, .5)
  936. }
  937.  
  938. .btn-outline-light.disabled,
  939. .btn-outline-light:disabled {
  940.     color: #f8f9fa;
  941.     background-color: transparent
  942. }
  943.  
  944. .btn-outline-light.active,
  945. .btn-outline-light:active,
  946. .show>.btn-outline-light.dropdown-toggle {
  947.     color: #fff;
  948.     background-color: #f8f9fa;
  949.     border-color: #f8f9fa
  950. }
  951.  
  952. .btn-outline-dark {
  953.     color: #343a40;
  954.     background-color: transparent;
  955.     background-image: none;
  956.     border-color: #343a40
  957. }
  958.  
  959. .btn-outline-dark:hover {
  960.     color: #fff;
  961.     background-color: #343a40;
  962.     border-color: #343a40
  963. }
  964.  
  965. .btn-outline-dark.focus,
  966. .btn-outline-dark:focus {
  967.     box-shadow: 0 0 0 3px rgba(52, 58, 64, .5)
  968. }
  969.  
  970. .btn-outline-dark.disabled,
  971. .btn-outline-dark:disabled {
  972.     color: #343a40;
  973.     background-color: transparent
  974. }
  975.  
  976. .btn-outline-dark.active,
  977. .btn-outline-dark:active,
  978. .show>.btn-outline-dark.dropdown-toggle {
  979.     color: #fff;
  980.     background-color: #343a40;
  981.     border-color: #343a40
  982. }
  983.  
  984. .btn-link {
  985.     font-weight: 400;
  986.     color: #007bff;
  987.     border-radius: 0
  988. }
  989.  
  990. .btn-link,
  991. .btn-link.active,
  992. .btn-link:active,
  993. .btn-link:disabled {
  994.     background-color: transparent
  995. }
  996.  
  997. .btn-link,
  998. .btn-link:active,
  999. .btn-link:focus {
  1000.     border-color: transparent;
  1001.     box-shadow: none
  1002. }
  1003.  
  1004. .btn-link:hover {
  1005.     border-color: transparent
  1006. }
  1007.  
  1008. .btn-link:focus,
  1009. .btn-link:hover {
  1010.     color: #0056b3;
  1011.     text-decoration: underline;
  1012.     background-color: transparent
  1013. }
  1014.  
  1015. .btn-link:disabled {
  1016.     color: #868e96
  1017. }
  1018.  
  1019. .badge {
  1020.     display: inline-block;
  1021.     padding: .25em .4em;
  1022.     font-size: 75%;
  1023.     font-weight: 700;
  1024.     line-height: 1;
  1025.     color: #191919;
  1026.     text-align: center;
  1027.     white-space: nowrap;
  1028.     vertical-align: baseline;
  1029.     border-radius: .25rem
  1030. }
  1031.  
  1032. .badge-primary {
  1033.     color: #191919;
  1034.     background-color: #007bff
  1035. }
  1036.  
  1037. .badge-primary[href]:focus,
  1038. .badge-primary[href]:hover {
  1039.     color: #191919;
  1040.     text-decoration: none;
  1041.     background-color: #0062cc
  1042. }
  1043.  
  1044. .badge-secondary {
  1045.     color: #191919;
  1046.     background-color: #868e96
  1047. }
  1048.  
  1049. .badge-secondary[href]:focus,
  1050. .badge-secondary[href]:hover {
  1051.     color: #191919;
  1052.     text-decoration: none;
  1053.     background-color: #6c757d
  1054. }
  1055.  
  1056. .badge-success {
  1057.     color: #191919;
  1058.     background-color: #28a745
  1059. }
  1060.  
  1061. .badge-success[href]:focus,
  1062. .badge-success[href]:hover {
  1063.     color: #191919;
  1064.     text-decoration: none;
  1065.     background-color: #1e7e34
  1066. }
  1067.  
  1068. .badge-info {
  1069.     color: #191919;
  1070.     background-color: #17a2b8
  1071. }
  1072.  
  1073. .badge-info[href]:focus,
  1074. .badge-info[href]:hover {
  1075.     color: #191919;
  1076.     text-decoration: none;
  1077.     background-color: #117a8b
  1078. }
  1079.  
  1080. .badge-warning {
  1081.     color: #111;
  1082.     background-color: #ffc107
  1083. }
  1084.  
  1085. .badge-warning[href]:focus,
  1086. .badge-warning[href]:hover {
  1087.     color: #111;
  1088.     text-decoration: none;
  1089.     background-color: #d39e00
  1090. }
  1091.  
  1092. .badge-danger {
  1093.     color: #191919;
  1094.     background-color: #dc3545
  1095. }
  1096.  
  1097. .badge-danger[href]:focus,
  1098. .badge-danger[href]:hover {
  1099.     color: #191919;
  1100.     text-decoration: none;
  1101.     background-color: #bd2130
  1102. }
  1103.  
  1104. .badge-light {
  1105.     color: #111;
  1106.     background-color: #f8f9fa
  1107. }
  1108.  
  1109. .badge-light[href]:focus,
  1110. .badge-light[href]:hover {
  1111.     color: #111;
  1112.     text-decoration: none;
  1113.     background-color: #dae0e5
  1114. }
  1115.  
  1116. .badge-dark {
  1117.     color: #191919;
  1118.     background-color: #343a40
  1119. }
  1120.  
  1121. .badge-dark[href]:focus,
  1122. .badge-dark[href]:hover {
  1123.     color: #191919;
  1124.     text-decoration: none;
  1125.     background-color: #1d2124
  1126. }
  1127.  
  1128. .breadcrumb-item+.breadcrumb-item:before {
  1129.     display: inline-block;
  1130.     padding-right: .5rem;
  1131.     padding-left: .5rem;
  1132.     color: #868e96;
  1133.     content: "/"
  1134. }
  1135.  
  1136. .breadcrumb-item.active {
  1137.     color: #868e96
  1138. }
  1139.  
  1140. .input-group-addon {
  1141.     padding: .5rem .75rem;
  1142.     margin-bottom: 0;
  1143.     font-size: 1rem;
  1144.     font-weight: 400;
  1145.     line-height: 1.25;
  1146.     color: #888888;
  1147.     text-align: center;
  1148.     background-color: #212121;
  1149.     border: 1px solid rgba(0, 0, 0, .15);
  1150.     border-radius: .25rem
  1151. }
  1152.  
  1153. .alert-primary {
  1154.     color: #004085;
  1155.     background-color: #cce5ff;
  1156.     border-color: #b8daff
  1157. }
  1158.  
  1159. .alert-primary hr {
  1160.     border-top-color: #9fcdff
  1161. }
  1162.  
  1163. .alert-primary .alert-link {
  1164.     color: #002752
  1165. }
  1166.  
  1167. .alert-secondary {
  1168.     color: #464a4e;
  1169.     background-color: #e7e8ea;
  1170.     border-color: #dddfe2
  1171. }
  1172.  
  1173. .alert-secondary hr {
  1174.     border-top-color: #cfd2d6
  1175. }
  1176.  
  1177. .alert-secondary .alert-link {
  1178.     color: #2e3133
  1179. }
  1180.  
  1181. .alert-success {
  1182.     color: #d4edda;
  1183.     background-color: #1e4828;
  1184.     border-color: #1e4828
  1185. }
  1186.  
  1187. .alert-success hr {
  1188.     border-top-color: #b1dfbb
  1189. }
  1190.  
  1191. .alert-success .alert-link {
  1192.     color: #0b2e13
  1193. }
  1194.  
  1195. .alert-info {
  1196.     color: #0c5460;
  1197.     background-color: #d1ecf1;
  1198.     border-color: #bee5eb
  1199. }
  1200.  
  1201. .alert-info hr {
  1202.     border-top-color: #abdde5
  1203. }
  1204.  
  1205. .alert-info .alert-link {
  1206.     color: #062c33
  1207. }
  1208.  
  1209. .alert-warning {
  1210.     color: #856404;
  1211.     background-color: #fff3cd;
  1212.     border-color: #ffeeba
  1213. }
  1214.  
  1215. .alert-warning hr {
  1216.     border-top-color: #ffe8a1
  1217. }
  1218.  
  1219. .alert-warning .alert-link {
  1220.     color: #533f03
  1221. }
  1222.  
  1223. .alert-danger {
  1224.     color: #721c24;
  1225.     background-color: #f8d7da;
  1226.     border-color: #f5c6cb
  1227. }
  1228.  
  1229. .alert-danger hr {
  1230.     border-top-color: #f1b0b7
  1231. }
  1232.  
  1233. .alert-danger .alert-link {
  1234.     color: #491217
  1235. }
  1236.  
  1237. .alert-light {
  1238.     color: #818182;
  1239.     background-color: #fefefe;
  1240.     border-color: #fdfdfe
  1241. }
  1242.  
  1243. .alert-light hr {
  1244.     border-top-color: #ececf6
  1245. }
  1246.  
  1247. .alert-light .alert-link {
  1248.     color: #686868
  1249. }
  1250.  
  1251. .alert-dark {
  1252.     color: #1b1e21;
  1253.     background-color: #d6d8d9;
  1254.     border-color: #c6c8ca
  1255. }
  1256.  
  1257. .alert-dark hr {
  1258.     border-top-color: #b9bbbe
  1259. }
  1260.  
  1261. .alert-dark .alert-link {
  1262.     color: #040505
  1263. }
  1264.  
  1265. .has-success .form-control {
  1266.     border-color: #1e4828
  1267. }
  1268.  
  1269. .has-success .input-group-addon {
  1270.     color: #d4edda;
  1271.     background-color: #1e4828;
  1272.     border-color: #17361e
  1273. }
  1274.  
  1275. .has-warning .form-control {
  1276.     border-color: #b38f00
  1277. }
  1278.  
  1279. .has-warning .input-group-addon {
  1280.     color: #fff3cd;
  1281.     background-color: #b38f00;
  1282.     border-color: #b38f00
  1283. }
  1284.  
  1285. .has-error .form-control {
  1286.     border-color: #800000
  1287. }
  1288.  
  1289. .has-error .input-group-addon {
  1290.     color: #f8d7da;
  1291.     background-color: #800000;
  1292.     border-color: #800000
  1293. }
  1294.  
  1295. .btn__action,
  1296. .btn__filter {
  1297.     background: #265663;
  1298.     color: #fff!important
  1299. }
  1300.  
  1301. .btn__action:hover,
  1302. .btn__filter:hover {
  1303.     color: #fff!important;
  1304.     background: #399ea5
  1305. }
  1306.  
  1307. .active.btn__action,
  1308. .btn__action:active,
  1309. .btn__action:focus,
  1310. .btn__filter.active,
  1311. .btn__filter:active,
  1312. .btn__filter:focus {
  1313.     color: #fff!important;
  1314.     background: #39a57e
  1315. }
  1316.  
  1317. .btn__light {
  1318.     color: #265663;
  1319.     border: 1px solid rgba(180, 194, 197, .1);
  1320.     text-align: center;
  1321.     display: flex;
  1322.     flex-direction: row;
  1323.     align-items: center;
  1324.     justify-content: center;
  1325.     margin: 2px;
  1326.     font-size: 14px
  1327. }
  1328.  
  1329. .btn__light:hover {
  1330.     color: #399ea5;
  1331.     background: #2e2e2e!important;
  1332.     border: 1px solid rgba(57, 158, 165, .3)
  1333. }
  1334.  
  1335. .btn__light.active,
  1336. .btn__light:active,
  1337. .btn__light:focus {
  1338.     color: #39a57e;
  1339.     background: #fff!important;
  1340.     border: 1px solid rgba(57, 165, 126, .3)
  1341. }
  1342.  
  1343. .btn__action.red,
  1344. .btn__filter.red,
  1345. .red.btn__action {
  1346.     background: #632626
  1347. }
  1348.  
  1349. .btn__action.red:hover,
  1350. .btn__filter.red:hover,
  1351. .red.btn__action:hover {
  1352.     background: #a52f31
  1353. }
  1354.  
  1355. .btn__action.red:active,
  1356. .btn__filter.red:active,
  1357. .red.btn__action:active {
  1358.     background: #a53162
  1359. }
  1360.  
  1361. .btn__light.red {
  1362.     color: #632626;
  1363.     border: 1px solid rgba(199, 107, 107, .1)
  1364. }
  1365.  
  1366. .btn__light.red:hover {
  1367.     color: #a52f31;
  1368.     border: 1px solid rgba(165, 47, 49, .3)
  1369. }
  1370.  
  1371. .btn__light.red:active {
  1372.     color: #a53162;
  1373.     border: 1px solid rgba(165, 49, 98, .3)
  1374. }
  1375.  
  1376. .btn__inside-input {
  1377.     background: #101010;
  1378.     border: 1px solid #4e6165;
  1379.     color: #265663!important;
  1380.     border-left: 0;
  1381.     border-radius: 0 5px 5px 0;
  1382.     line-height: 20px;
  1383.     font-size: 12px;
  1384.     text-align: center;
  1385.     display: flex;
  1386.     flex-direction: row;
  1387.     align-items: center;
  1388.     justify-content: center
  1389. }
  1390.  
  1391. .btn__inside-input:hover {
  1392.     border: 1px solid #4e6165;
  1393.     border-left: 0;
  1394.     color: #399ea5!important
  1395. }
  1396.  
  1397. .btn__inside-input.active,
  1398. .btn__inside-input:active,
  1399. .btn__inside-input:focus {
  1400.     border: 1px solid #4e6165;
  1401.     border-left: 0;
  1402.     color: #39a57e!important
  1403. }
  1404.  
  1405. form input::-webkit-input-placeholder,
  1406. form textarea::-webkit-input-placeholder {
  1407.     transition: opacity .3s ease, color .3s ease;
  1408.     opacity: 1;
  1409.     color: #aab3b6
  1410. }
  1411.  
  1412. form input:-moz-placeholder,
  1413. form input::-moz-placeholder,
  1414. form textarea:-moz-placeholder,
  1415. form textarea::-moz-placeholder {
  1416.     transition: opacity .3s ease, color .3s ease;
  1417.     opacity: 1;
  1418.     color: #aab3b6
  1419. }
  1420.  
  1421. form input:-ms-input-placeholder,
  1422. form textarea:-ms-input-placeholder {
  1423.     transition: opacity .3s ease, color .3s ease;
  1424.     opacity: 1;
  1425.     color: #aab3b6
  1426. }
  1427.  
  1428. form input:focus::-webkit-input-placeholder,
  1429. form textarea:focus::-webkit-input-placeholder {
  1430.     opacity: 0;
  1431.     color: hsla(0, 0%, 100%, 0)
  1432. }
  1433.  
  1434. form input:focus:-moz-placeholder,
  1435. form input:focus::-moz-placeholder,
  1436. form textarea:focus:-moz-placeholder,
  1437. form textarea:focus::-moz-placeholder {
  1438.     opacity: 0;
  1439.     color: hsla(0, 0%, 100%, 0)
  1440. }
  1441.  
  1442. form input:focus:-ms-input-placeholder,
  1443. form textarea:focus:-ms-input-placeholder {
  1444.     opacity: 0;
  1445.     color: hsla(0, 0%, 100%, 0)
  1446. }
  1447.  
  1448. .form__separator {
  1449.     margin: 25px 0;
  1450.     border-bottom: 1px solid #f0f3f4
  1451. }
  1452.  
  1453. .form-inline input::-webkit-input-placeholder,
  1454. .form-inline textarea::-webkit-input-placeholder {
  1455.     transition: opacity .3s ease, color .3s ease;
  1456.     opacity: 1;
  1457.     color: #aab3b6
  1458. }
  1459.  
  1460. .form-inline input:-moz-placeholder,
  1461. .form-inline input::-moz-placeholder,
  1462. .form-inline textarea:-moz-placeholder,
  1463. .form-inline textarea::-moz-placeholder {
  1464.     transition: opacity .3s ease, color .3s ease;
  1465.     opacity: 1;
  1466.     color: #aab3b6
  1467. }
  1468.  
  1469. .form-inline input:-ms-input-placeholder,
  1470. .form-inline textarea:-ms-input-placeholder {
  1471.     transition: opacity .3s ease, color .3s ease;
  1472.     opacity: 1;
  1473.     color: #aab3b6
  1474. }
  1475.  
  1476. .form-inline input:focus::-webkit-input-placeholder,
  1477. .form-inline textarea:focus::-webkit-input-placeholder {
  1478.     opacity: 0;
  1479.     color: hsla(0, 0%, 100%, 0)
  1480. }
  1481.  
  1482. .form-inline input:focus:-moz-placeholder,
  1483. .form-inline input:focus::-moz-placeholder,
  1484. .form-inline textarea:focus:-moz-placeholder,
  1485. .form-inline textarea:focus::-moz-placeholder {
  1486.     opacity: 0;
  1487.     color: hsla(0, 0%, 100%, 0)
  1488. }
  1489.  
  1490. .form-inline input:focus:-ms-input-placeholder,
  1491. .form-inline textarea:focus:-ms-input-placeholder {
  1492.     opacity: 0;
  1493.     color: hsla(0, 0%, 100%, 0)
  1494. }
  1495.  
  1496. .form-inline input[type=text]+.btn {
  1497.     border-radius: 0 2px 2px 0;
  1498.     margin-left: 0
  1499. }
  1500.  
  1501. .input-group-addon .fa {
  1502.     margin-left: 10px
  1503. }
  1504.  
  1505. .form-group {
  1506.     margin-bottom: 10px
  1507. }
  1508.  
  1509. .form-group input::-webkit-input-placeholder,
  1510. .form-group textarea::-webkit-input-placeholder {
  1511.     transition: opacity .3s ease, color .3s ease;
  1512.     opacity: 1;
  1513.     color: #aab3b6
  1514. }
  1515.  
  1516. .form-group input:-moz-placeholder,
  1517. .form-group input::-moz-placeholder,
  1518. .form-group textarea:-moz-placeholder,
  1519. .form-group textarea::-moz-placeholder {
  1520.     transition: opacity .3s ease, color .3s ease;
  1521.     opacity: 1;
  1522.     color: #aab3b6
  1523. }
  1524.  
  1525. .form-group input:-ms-input-placeholder,
  1526. .form-group textarea:-ms-input-placeholder {
  1527.     transition: opacity .3s ease, color .3s ease;
  1528.     opacity: 1;
  1529.     color: #aab3b6
  1530. }
  1531.  
  1532. .form-group input:focus::-webkit-input-placeholder,
  1533. .form-group textarea:focus::-webkit-input-placeholder {
  1534.     opacity: 0;
  1535.     color: hsla(0, 0%, 100%, 0)
  1536. }
  1537.  
  1538. .form-group input:focus:-moz-placeholder,
  1539. .form-group input:focus::-moz-placeholder,
  1540. .form-group textarea:focus:-moz-placeholder,
  1541. .form-group textarea:focus::-moz-placeholder {
  1542.     opacity: 0;
  1543.     color: hsla(0, 0%, 100%, 0)
  1544. }
  1545.  
  1546. .form-group input:focus:-ms-input-placeholder,
  1547. .form-group textarea:focus:-ms-input-placeholder {
  1548.     opacity: 0;
  1549.     color: hsla(0, 0%, 100%, 0)
  1550. }
  1551.  
  1552. .form-group label {
  1553.     text-transform: uppercase;
  1554.     font-size: 12px;
  1555.     margin-bottom: 5px;
  1556.     font-weight: 700;
  1557.     color: #739098
  1558. }
  1559.  
  1560. .selector .selector__body {
  1561.     position: relative;
  1562.     display: flex;
  1563.     flex-wrap: wrap;
  1564.     background: #101010;
  1565.     justify-content: flex-start;
  1566.     align-items: center;
  1567.     padding: 0 5px 5px;
  1568.     border: 1px solid #4e6165;
  1569.     border-right: 0;
  1570.     min-width: 200px;
  1571.     flex-grow: 1
  1572. }
  1573.  
  1574. .selector .selector__body .selector__dropdown {
  1575.     position: absolute;
  1576.     top: 100%;
  1577.     background: #191919;
  1578.     width: 100%;
  1579.     margin-left: -6px;
  1580.     border: 1px solid #99a6a9;
  1581.     border-top: 1px dotted hsla(191, 9%, 63%, .5);
  1582.     box-sizing: content-box
  1583. }
  1584.  
  1585. .selector .selector__body .selector__dropdown section {
  1586.     border: 1px solid #cbd2d3;
  1587.     border-radius: 5px;
  1588.     margin: 10px;
  1589.     position: relative
  1590. }
  1591.  
  1592. .selector .selector__body .selector__dropdown li {
  1593.     padding: 10px;
  1594.     color: #77939b;
  1595.     cursor: pointer;
  1596.     -webkit-touch-callout: none;
  1597.     -webkit-user-select: none;
  1598.     -khtml-user-select: none;
  1599.     -moz-user-select: none;
  1600.     -ms-user-select: none;
  1601.     user-select: none;
  1602.     transition: background .2s ease-out, color .2s ease-out
  1603. }
  1604.  
  1605. .selector .selector__body .selector__dropdown li b {
  1606.     color: #39a57e
  1607. }
  1608.  
  1609. .selector .selector__body .selector__dropdown li.selected,
  1610. .selector .selector__body .selector__dropdown li:hover {
  1611.     background: #dedede;
  1612.     color: #399ea5
  1613. }
  1614.  
  1615. .selector .selector__body .selector__dropdown li:focus {
  1616.     color: #39a57e
  1617. }
  1618.  
  1619. .selector .selector__body .selector__item {
  1620.     background: #39a57e;
  1621.     color: #fff;
  1622.     font-weight: bolder;
  1623.     margin: 5px 10px 0 0;
  1624.     display: flex
  1625. }
  1626.  
  1627. .selector .selector__body .selector__item .fa {
  1628.     cursor: pointer;
  1629.     border-left: 1px dashed rgba(24, 54, 62, .5)
  1630. }
  1631.  
  1632. .selector .selector__body .selector__fake-input {
  1633.     min-height: 40px;
  1634.     color: #c0ccce;
  1635.     line-height: 20px;
  1636.     align-items: center;
  1637.     display: flex;
  1638.     padding: 0 5px
  1639. }
  1640.  
  1641. select:-moz-focusring {
  1642.     color: transparent!important;
  1643.     text-shadow: 0 0 0 #000!important;
  1644.     background-image: none!important;
  1645.     border: 0
  1646. }
  1647.  
  1648. .riven_mod {
  1649.     color: #6824b5
  1650. }
  1651.  
  1652. .legendary_mod {
  1653.     color: #d32ce6
  1654. }
  1655.  
  1656. .rare_mod {
  1657.     color: #4b69ff
  1658. }
  1659.  
  1660. .uncommon_mod {
  1661.     color: #5e98d9
  1662. }
  1663.  
  1664. .common_mod {
  1665.     color: #b0c3d9
  1666. }
  1667.  
  1668. .separator__black {
  1669.     width: 100%;
  1670.     height: 1px;
  1671.     background: #283235;
  1672.     margin: 40px 0 20px
  1673. }
  1674.  
  1675. .fetch-progress-bar .gauge {
  1676.     width: 0;
  1677.     height: 3px;
  1678.     background: #39a57e;
  1679.     -ms-flex-item-align: start;
  1680.     align-self: flex-start;
  1681.     border-right: 0 solid #86f1ca;
  1682.     -webkit-box-shadow: 0 0 10px -1px rgba(7, 16, 19, .25);
  1683.     box-shadow: 0 0 10px -1px rgba(7, 16, 19, .25);
  1684.     -webkit-transition: width 0ms linear, background 0ms linear, border-right 0ms linear;
  1685.     transition: width 0ms linear, background 0ms linear, border-right 0ms linear
  1686. }
  1687.  
  1688. .fetch-progress-bar .fetch-text {
  1689.     background: rgba(57, 165, 126, .75);
  1690.     padding: 8px 10px 5px;
  1691.     margin-top: -3px;
  1692.     border-radius: 0 0 3px 3px;
  1693.     color: #18363e;
  1694.     font-size: 14px;
  1695.     cursor: default;
  1696.     -webkit-user-select: none;
  1697.     -moz-user-select: none;
  1698.     -ms-user-select: none;
  1699.     user-select: none;
  1700.     opacity: 0;
  1701.     -webkit-transition: opacity .2s linear, color .2s linear, background .2s linear;
  1702.     transition: opacity .2s linear, color .2s linear, background .2s linear
  1703. }
  1704.  
  1705. .fetch-progress-bar.loading .gauge {
  1706.     -webkit-transition: width 10s linear, background 10s linear;
  1707.     transition: width 10s linear, background 10s linear;
  1708.     border-right: 3px solid #86f1ca;
  1709.     width: 90%
  1710. }
  1711.  
  1712. .fetch-progress-bar.done .gauge {
  1713.     -webkit-transition: width .5s linear, background .5s linear, border-right .5s linear;
  1714.     transition: width .5s linear, background .5s linear, border-right .5s linear;
  1715.     width: 100%;
  1716.     background: rgba(57, 165, 126, 0);
  1717.     border-right: 3px solid rgba(134, 241, 202, 0)
  1718. }
  1719.  
  1720. .fetch-progress-bar.error .gauge {
  1721.     -webkit-transition: width .5s linear, background .5s linear, border-right .5s linear;
  1722.     transition: width .5s linear, background .5s linear, border-right .5s linear;
  1723.     background: #a55939;
  1724.     border-right: 0 solid #f1a686
  1725. }
  1726.  
  1727. .fetch-progress-bar.error .fetch-text {
  1728.     background: #a55939;
  1729.     color: #3e2c18;
  1730.     opacity: 1
  1731. }
  1732.  
  1733. .form__input-errors {
  1734.     margin-left: 0;
  1735.     padding-left: 20px;
  1736.     padding-top: 5px;
  1737.     color: #efd4c3;
  1738.     margin-bottom: 0
  1739. }
  1740.  
  1741. .form__errors {
  1742.     background: #800000;
  1743.     border-top: 1px solid #800000;
  1744.     color: #efd4c3;
  1745.     margin: 20px 0 0
  1746. }
  1747.  
  1748. .form__success {
  1749.     background: #004d00;
  1750.     border-top: 1px solid #004d00;
  1751.     color: #d5dec7;
  1752.     margin: 20px 0
  1753. }
  1754.  
  1755. .box.block--line {
  1756.     border-bottom: 1px solid rgba(180, 194, 197, .2)
  1757. }
  1758.  
  1759. .box.b-outline {
  1760.     border-bottom: 1px solid rgba(180, 194, 197, .2)
  1761. }
  1762.  
  1763. .s-online {
  1764.     color: #006400
  1765. }
  1766.  
  1767. .s-ingame {
  1768.     color: #9370db
  1769. }
  1770.  
  1771. .s-invisible {
  1772.     color: #a9a9a9
  1773. }
  1774.  
  1775. .s-offline {
  1776.     color: darkred
  1777. }
  1778.  
  1779. .user__name {
  1780.     font-size: 16px;
  1781.     line-height: 16px;
  1782.     text-overflow: ellipsis;
  1783.     overflow: hidden;
  1784.     color: #265663
  1785. }
  1786.  
  1787. .user__reputation--bad {
  1788.     color: #a94100
  1789. }
  1790.  
  1791. .user__reputation--good {
  1792.     color: #00a96c
  1793. }
  1794.  
  1795. .user__reputation--neutral {
  1796.     color: #739098
  1797. }
  1798.  
  1799. .user__background--upload {
  1800.     -ms-flex-item-align: center;
  1801.     align-self: center;
  1802.     color: #c0d0d4;
  1803.     display: -webkit-box;
  1804.     display: -ms-flexbox;
  1805.     display: flex;
  1806.     -webkit-box-orient: vertical;
  1807.     -webkit-box-direction: normal;
  1808.     -ms-flex-direction: column;
  1809.     flex-direction: column;
  1810.     -webkit-box-align: center;
  1811.     -ms-flex-align: center;
  1812.     align-items: center;
  1813.     -webkit-box-pack: center;
  1814.     -ms-flex-pack: center;
  1815.     justify-content: center;
  1816.     padding: 0 10px;
  1817.     -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
  1818.     box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
  1819.     border-radius: 3px;
  1820.     background: rgba(7, 16, 19, .75)
  1821. }
  1822.  
  1823. .user__background--upload .upload__percentage,
  1824. .user__background--upload i.fa,
  1825. .user__background--upload label {
  1826.     display: -webkit-box;
  1827.     display: -ms-flexbox;
  1828.     display: flex;
  1829.     -webkit-box-pack: center;
  1830.     -ms-flex-pack: center;
  1831.     justify-content: center;
  1832.     -webkit-box-align: center;
  1833.     -ms-flex-align: center;
  1834.     align-items: center;
  1835.     border: 3px solid #265663;
  1836.     background: rgba(0, 0, 0, .75);
  1837.     font-size: 34px;
  1838.     cursor: pointer;
  1839.     padding: 5px 15px;
  1840.     -webkit-transition: color .3s ease, background .3s ease, box-shadow .3s ease, border .3s ease;
  1841.     transition: color .3s ease, background .3s ease, box-shadow .3s ease, border .3s ease
  1842. }
  1843.  
  1844. .user__background--upload .upload__percentage:hover,
  1845. .user__background--upload i.fa:hover,
  1846. .user__background--upload label:hover {
  1847.     color: #fff;
  1848.     border: 3px solid #399ea5!important
  1849. }
  1850.  
  1851. .user__background--upload .upload__percentage:active,
  1852. .user__background--upload i.fa:active,
  1853. .user__background--upload label:active {
  1854.     border: 3px solid #39a57e
  1855. }
  1856.  
  1857. .user__background--upload .upload__percentage.success,
  1858. .user__background--upload i.fa.success,
  1859. .user__background--upload label.success {
  1860.     color: #39a57e;
  1861.     border: 3px solid #39a57e
  1862. }
  1863.  
  1864. .user__background--upload .upload__percentage.error,
  1865. .user__background--upload i.fa.error,
  1866. .user__background--upload label.error {
  1867.     color: #632626;
  1868.     border: 3px solid #632626
  1869. }
  1870.  
  1871. .user__avatar--upload .upload__percentage,
  1872. .user__avatar--upload i.fa,
  1873. .user__avatar--upload label {
  1874.     width: 100px;
  1875.     height: 100px;
  1876.     display: -webkit-box;
  1877.     display: -ms-flexbox;
  1878.     display: flex;
  1879.     -webkit-box-pack: center;
  1880.     -ms-flex-pack: center;
  1881.     justify-content: center;
  1882.     -webkit-box-align: center;
  1883.     -ms-flex-align: center;
  1884.     align-items: center;
  1885.     border: 3px solid #265663;
  1886.     border-radius: 50%;
  1887.     background: rgba(0, 0, 0, .75);
  1888.     font-size: 34px;
  1889.     cursor: pointer;
  1890.     -webkit-transition: color .3s ease, background .3s ease, box-shadow .3s ease, border .3s ease;
  1891.     transition: color .3s ease, background .3s ease, box-shadow .3s ease, border .3s ease
  1892. }
  1893.  
  1894. .user__avatar--upload .upload__percentage:hover,
  1895. .user__avatar--upload i.fa:hover,
  1896. .user__avatar--upload label:hover {
  1897.     color: #fff;
  1898.     border: 3px solid #399ea5!important
  1899. }
  1900.  
  1901. .user__avatar--upload .upload__percentage:active,
  1902. .user__avatar--upload i.fa:active,
  1903. .user__avatar--upload label:active {
  1904.     border: 3px solid #39a57e
  1905. }
  1906.  
  1907. .user__avatar--upload .upload__percentage.success,
  1908. .user__avatar--upload i.fa.success,
  1909. .user__avatar--upload label.success {
  1910.     color: #39a57e;
  1911.     border: 3px solid #39a57e
  1912. }
  1913.  
  1914. .user__avatar--upload .upload__percentage.error,
  1915. .user__avatar--upload i.fa.error,
  1916. .user__avatar--upload label.error {
  1917.     color: #632626;
  1918.     border: 3px solid #632626
  1919. }
  1920.  
  1921. .user__about--edit textarea {
  1922.     width: 100%;
  1923.     outline: none;
  1924.     padding: 10px;
  1925.     background: #212121;
  1926.     color: #888888;
  1927.     border-radius: 3px;
  1928.     border: 0 solid #dedfdf;
  1929.     resize: vertical;
  1930.     max-height: 132px;
  1931.     min-height: 48px;
  1932.     line-height: 16px;
  1933.     margin: 0 10px 0 0
  1934. }
  1935.  
  1936. .user__about--edit .subtext {
  1937.     position: absolute;
  1938.     font-size: 10px;
  1939.     top: -6px;
  1940.     background: #212121;
  1941.     padding: 0 5px;
  1942.     border-radius: 3px
  1943. }
  1944.  
  1945. .button_switch .button_switch__head {
  1946.     background: #212121;
  1947.     width: 50px;
  1948.     height: 100%;
  1949.     -webkit-box-pack: center;
  1950.     -ms-flex-pack: center;
  1951.     justify-content: center;
  1952.     font-weight: 700;
  1953.     color: #295865;
  1954.     border: 1px solid #e0e0e0;
  1955.     border-radius: 3px;
  1956.     -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  1957.     box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  1958.     cursor: pointer;
  1959.     transition: background .2s ease-out, color .2s ease-out
  1960. }
  1961.  
  1962. .button_switch .button_switch__head:hover {
  1963.     color: #39a57e
  1964. }
  1965.  
  1966. .button_switch .button_switch__off {
  1967.     background: #295865;
  1968.     border-radius: 0 10px 3px 0
  1969. }
  1970.  
  1971. .button_switch .button_switch__off,
  1972. .button_switch .button_switch__on {
  1973.     height: 50%;
  1974.     width: 25px;
  1975.     -webkit-box-shadow: inset 6px 0 10px 0 rgba(0, 0, 0, .25);
  1976.     box-shadow: inset 6px 0 10px 0 rgba(0, 0, 0, .25);
  1977.     transition: width .2s ease-out, background .2s ease-out
  1978. }
  1979.  
  1980. .button_switch .button_switch__on {
  1981.     background: #39a57e;
  1982.     border-radius: 3px 0 0 10px
  1983. }
  1984.  
  1985. .button_switch.off .button_switch__head {
  1986.     color: #295865
  1987. }
  1988.  
  1989. .button_switch.on .button_switch__head {
  1990.     color: #39a57e
  1991. }
  1992.  
  1993. .button__group.flat .btn {
  1994.     border-right: 1px solid #323b3e;
  1995.     border-radius: 0
  1996. }
  1997.  
  1998. #cdm-zone-02,
  1999. .cdm-zone-02 {
  2000.     min-width: 300px;
  2001.     min-height: 250px;
  2002.     z-index: 0;
  2003.     background: #071013
  2004. }
  2005.  
  2006. #cdm-zone-04,
  2007. .cdm-zone-04 {
  2008.     min-width: 728px;
  2009.     min-height: 90px;
  2010.     z-index: 0;
  2011.     background: #101010
  2012. }
  2013.  
  2014. #cdm-zone-0b,
  2015. .cdm-zone-0b {
  2016.     min-width: 240px;
  2017.     min-height: 90px;
  2018.     z-index: 0;
  2019.     background: #101010
  2020. }
  2021.  
  2022. #cdm-zone-0m,
  2023. #cdm-zone-03,
  2024. .cdm-zone-0m,
  2025. .cdm-zone-03 {
  2026.     margin: auto;
  2027.     z-index: 0;
  2028.     background: #101010
  2029. }
  2030.  
  2031. .curse__unit {
  2032.     display: -webkit-box;
  2033.     display: -ms-flexbox;
  2034.     display: flex;
  2035.     -webkit-box-align: center;
  2036.     -ms-flex-align: center;
  2037.     align-items: center;
  2038.     position: relative
  2039. }
  2040.  
  2041. .ad__ask {
  2042.     position: absolute;
  2043.     color: #265663;
  2044.     text-align: center;
  2045.     -ms-flex-item-align: center;
  2046.     align-self: center;
  2047.     padding: 20px;
  2048.     font-weight: 700;
  2049.     z-index: -1
  2050. }
  2051.  
  2052. .ad__line {
  2053.     padding: 20px 0;
  2054.     -webkit-box-pack: justify;
  2055.     -ms-flex-pack: justify;
  2056.     justify-content: space-between;
  2057.     border-top: 1px solid #262626;
  2058.     background: #101010;
  2059.     z-index: 0
  2060. }
  2061.  
  2062. footer {
  2063.     min-height: 125px;
  2064.     background-color: #171e21;
  2065.     display: -webkit-box;
  2066.     display: -ms-flexbox;
  2067.     display: flex;
  2068.     -webkit-box-orient: horizontal;
  2069.     -webkit-box-direction: normal;
  2070.     -ms-flex-direction: row;
  2071.     flex-direction: row;
  2072.     -webkit-transform: translateZ(0);
  2073.     transform: translateZ(0)
  2074. }
  2075.  
  2076. footer .footer--right {
  2077.     background: #071013
  2078. }
  2079.  
  2080. footer .footer__body .footer__disclaimer p {
  2081.     font-size: 14px;
  2082.     color: #333d40
  2083. }
  2084.  
  2085. footer .footer__body .footer__onlinecnt {
  2086.     -webkit-box-orient: horizontal;
  2087.     -ms-flex-direction: row;
  2088.     flex-direction: row;
  2089.     -ms-flex-wrap: wrap;
  2090.     flex-wrap: wrap;
  2091.     padding: 25px 0;
  2092.     border-bottom: 1px solid #283235;
  2093.     -webkit-box-pack: space-evenly;
  2094.     -ms-flex-pack: space-evenly;
  2095.     justify-content: space-evenly;
  2096.     width: 100%
  2097. }
  2098.  
  2099. footer .footer__body .footer__onlinecnt,
  2100. footer .footer__body .footer__onlinecnt .onlinecnt {
  2101.     display: -webkit-box;
  2102.     display: -ms-flexbox;
  2103.     display: flex;
  2104.     -webkit-box-direction: normal;
  2105.     -webkit-box-align: center;
  2106.     -ms-flex-align: center;
  2107.     align-items: center
  2108. }
  2109.  
  2110. footer .footer__body .footer__onlinecnt p {
  2111.     color: #4296ad;
  2112.     font-weight: 700;
  2113.     font-size: 16px;
  2114.     margin-bottom: 0
  2115. }
  2116.  
  2117. footer .footer__body .footer__language select {
  2118.     background-color: #265663;
  2119.     color: #9ba7aa;
  2120.     border: none;
  2121.     padding: 5px;
  2122.     cursor: pointer;
  2123.     width: 100%;
  2124.     outline: none;
  2125.     -webkit-transition: color .3s ease, background .3s ease, box-shadow .3s ease;
  2126.     transition: color .3s ease, background .3s ease, box-shadow .3s ease
  2127. }
  2128.  
  2129. footer .footer__body .footer__language select option {
  2130.     background-color: #171e21;
  2131.     color: #9ba7aa;
  2132.     padding: 5px;
  2133.     border: none;
  2134.     outline: none
  2135. }
  2136.  
  2137. footer .footer__body .footer__language select:hover {
  2138.     background-color: #399ea5;
  2139.     color: #fff
  2140. }
  2141.  
  2142. footer .footer__body .footer__body--right {
  2143.     display: -webkit-box;
  2144.     display: -ms-flexbox;
  2145.     display: flex;
  2146.     padding: 0 25px 5px;
  2147.     background: #071013;
  2148.     -ms-flex-wrap: wrap;
  2149.     flex-wrap: wrap;
  2150.     -webkit-box-orient: vertical;
  2151.     -webkit-box-direction: normal;
  2152.     -ms-flex-direction: column;
  2153.     flex-direction: column;
  2154.     -webkit-box-pack: start;
  2155.     -ms-flex-pack: start;
  2156.     justify-content: flex-start;
  2157.     -webkit-box-flex: 1;
  2158.     -ms-flex-positive: 1;
  2159.     flex-grow: 1;
  2160.     -ms-flex-preferred-size: 0;
  2161.     flex-basis: 0
  2162. }
  2163.  
  2164. footer .footer__body .footer-left__ad {
  2165.     margin-top: 25px;
  2166.     margin-bottom: 15px;
  2167.     width: 300px;
  2168.     height: 250px;
  2169.     background: #171e21;
  2170.     display: -webkit-box;
  2171.     display: -ms-flexbox;
  2172.     display: flex;
  2173.     -webkit-box-align: start;
  2174.     -ms-flex-align: start;
  2175.     align-items: flex-start
  2176. }
  2177.  
  2178. footer .footer__body .footer-left__ad .squarad {
  2179.     width: 300px;
  2180.     height: 250px;
  2181.     z-index: 1;
  2182.     background: #838789;
  2183.     position: absolute
  2184. }
  2185.  
  2186. footer .footer__body .footer-left__ad .ask {
  2187.     padding: 30px;
  2188.     color: #333d40;
  2189.     text-align: center;
  2190.     -ms-flex-item-align: center;
  2191.     align-self: center;
  2192.     width: 300px
  2193. }
  2194.  
  2195. footer a {
  2196.     color: #265663
  2197. }
  2198.  
  2199. footer a:hover {
  2200.     color: #399ea5
  2201. }
  2202.  
  2203. footer a.active,
  2204. footer a:focus {
  2205.     color: #39a57e
  2206. }
  2207.  
  2208. footer h3 {
  2209.     color: #76939a
  2210. }
  2211.  
  2212. .header .search-field {
  2213.     z-index: 10;
  2214.     -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  2215.     box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  2216.     display: -webkit-box;
  2217.     display: -ms-flexbox;
  2218.     display: flex;
  2219.     -ms-flex-wrap: wrap;
  2220.     flex-wrap: wrap;
  2221.     -webkit-box-pack: center;
  2222.     -ms-flex-pack: center;
  2223.     justify-content: center;
  2224.     -webkit-box-orient: horizontal;
  2225.     -webkit-box-direction: normal;
  2226.     -ms-flex-direction: row;
  2227.     flex-direction: row;
  2228.     -ms-flex-item-align: center;
  2229.     align-self: center;
  2230.     padding: 0;
  2231.     line-height: 20px;
  2232.     font-size: 16px;
  2233.     width: 60%;
  2234.     opacity: 0;
  2235.     transition: opacity .5s ease-out
  2236. }
  2237.  
  2238. .header .search-field input::-webkit-input-placeholder,
  2239. .header .search-field textarea::-webkit-input-placeholder {
  2240.     transition: opacity .3s ease, color .3s ease;
  2241.     opacity: 1;
  2242.     color: #aab3b6
  2243. }
  2244.  
  2245. .header .search-field input:-moz-placeholder,
  2246. .header .search-field input::-moz-placeholder,
  2247. .header .search-field textarea:-moz-placeholder,
  2248. .header .search-field textarea::-moz-placeholder {
  2249.     transition: opacity .3s ease, color .3s ease;
  2250.     opacity: 1;
  2251.     color: #aab3b6
  2252. }
  2253.  
  2254. .header .search-field input:-ms-input-placeholder,
  2255. .header .search-field textarea:-ms-input-placeholder {
  2256.     transition: opacity .3s ease, color .3s ease;
  2257.     opacity: 1;
  2258.     color: #aab3b6
  2259. }
  2260.  
  2261. .header .search-field input:focus::-webkit-input-placeholder,
  2262. .header .search-field textarea:focus::-webkit-input-placeholder {
  2263.     opacity: 0;
  2264.     color: hsla(0, 0%, 100%, 0)
  2265. }
  2266.  
  2267. .header .search-field input:focus:-moz-placeholder,
  2268. .header .search-field input:focus::-moz-placeholder,
  2269. .header .search-field textarea:focus:-moz-placeholder,
  2270. .header .search-field textarea:focus::-moz-placeholder {
  2271.     opacity: 0;
  2272.     color: hsla(0, 0%, 100%, 0)
  2273. }
  2274.  
  2275. .header .search-field input:focus:-ms-input-placeholder,
  2276. .header .search-field textarea:focus:-ms-input-placeholder {
  2277.     opacity: 0;
  2278.     color: hsla(0, 0%, 100%, 0)
  2279. }
  2280.  
  2281. .header .search-field input {
  2282.     height: 60px;
  2283.     border: 0;
  2284.     outline: none;
  2285.     text-decoration: none;
  2286.     -webkit-box-flex: 2;
  2287.     -ms-flex-positive: 2;
  2288.     flex-grow: 2;
  2289.     color: #333
  2290. }
  2291.  
  2292. .header .search-field button {
  2293.     background: #265663;
  2294.     color: #fff;
  2295.     width: 80px;
  2296.     height: 60px;
  2297.     display: -webkit-box;
  2298.     display: -ms-flexbox;
  2299.     display: flex;
  2300.     -webkit-box-orient: horizontal;
  2301.     -webkit-box-direction: normal;
  2302.     -ms-flex-direction: row;
  2303.     flex-direction: row;
  2304.     -webkit-box-align: center;
  2305.     -ms-flex-align: center;
  2306.     align-items: center;
  2307.     -webkit-box-pack: center;
  2308.     -ms-flex-pack: center;
  2309.     justify-content: center;
  2310.     padding: 6px 12px;
  2311.     z-index: 2
  2312. }
  2313.  
  2314. .header .search-field button:hover {
  2315.     background: #399ea5
  2316. }
  2317.  
  2318. .header .search-field button:active {
  2319.     background: #39a57e
  2320. }
  2321.  
  2322. .content {
  2323.     -webkit-box-flex: 5;
  2324.     -ms-flex-positive: 5;
  2325.     flex-grow: 5;
  2326.     display: -webkit-box;
  2327.     display: -ms-flexbox;
  2328.     display: flex;
  2329.     -webkit-box-orient: vertical;
  2330.     -webkit-box-direction: normal;
  2331.     -ms-flex-direction: column;
  2332.     flex-direction: column;
  2333.     position: relative;
  2334.     -webkit-transform: translateZ(0);
  2335.     transform: translateZ(0);
  2336.     overflow: visible;
  2337.     color: #888888
  2338. }
  2339.  
  2340. .content a {
  2341.     color: #46a0b9;
  2342.     cursor: pointer
  2343. }
  2344.  
  2345. .content a:hover {
  2346.     color: #7accd1
  2347. }
  2348.  
  2349. .content a.active {
  2350.     color: #39a57e
  2351. }
  2352.  
  2353. .content h1 {
  2354.     color: #739098
  2355. }
  2356.  
  2357. .content h3 {
  2358.     color: #739098
  2359. }
  2360.  
  2361. .content h2 {
  2362.     color: #739098
  2363. }
  2364.  
  2365. .content .content__header--transparent {
  2366.     z-index: 2;
  2367.     background: rgba(7, 16, 19, .75)
  2368. }
  2369.  
  2370. .content .content__header--transparent h1,
  2371. .content .content__header--transparent h2 {
  2372.     color: #fff
  2373. }
  2374.  
  2375. .content .content__header--transparent header {
  2376.     padding: 0 10px
  2377. }
  2378.  
  2379. .content .content__header {
  2380.     z-index: 1;
  2381.     background: #101010;
  2382.     border-bottom:1px solid #262626;
  2383. }
  2384.  
  2385. @supports (-webkit-backdrop-filter:none) or (backdrop-filter:none) {
  2386.     .content .content__header {
  2387.         backdrop-filter: blur(5px);
  2388.         -webkit-backdrop-filter: blur(5px)
  2389.     }
  2390. }
  2391.  
  2392. .content .content__header--second {
  2393.     background: #101010;
  2394.     transition: max-height 1.5s ease-out;
  2395.     z-index: 3;
  2396.     -webkit-box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25);
  2397.     box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25)
  2398. }
  2399.  
  2400. .content .content__body {
  2401.     background: #101010;
  2402.     -webkit-box-flex: 1;
  2403.     -ms-flex-positive: 1;
  2404.     flex-grow: 1
  2405. }
  2406.  
  2407. .slideout-menu {
  2408.     position: fixed;
  2409.     left: 0;
  2410.     top: 0;
  2411.     bottom: 0;
  2412.     right: 0;
  2413.     z-index: 0;
  2414.     width: 256px;
  2415.     overflow-y: auto;
  2416.     overflow-x: hidden;
  2417.     display: none;
  2418.     background: #161616;
  2419.     padding-top: 60px;
  2420.     -webkit-box-shadow: inset -9px 0 32px -10px #000;
  2421.     box-shadow: inset -9px 0 32px -10px #000
  2422. }
  2423.  
  2424. .slideout-panel {
  2425.     z-index: 1;
  2426.     overflow: hidden;
  2427.     will-change: transform;
  2428.     background: #101010;
  2429.     -webkit-transform: translateZ(0);
  2430.     transform: translateZ(0)
  2431. }
  2432.  
  2433. .floating-menu {
  2434.     position: fixed;
  2435.     display: -webkit-box;
  2436.     display: -ms-flexbox;
  2437.     display: flex;
  2438.     width: 100%;
  2439.     height: 60px;
  2440.     font-size: 14px;
  2441.     background: #101010;
  2442.     z-index: 99;
  2443.     -webkit-transition: -webkit-transform .3s ease;
  2444.     transition: -webkit-transform .3s ease;
  2445.     transition: transform .3s ease;
  2446.     transition: transform .3s ease, -webkit-transform .3s ease;
  2447.     -webkit-box-shadow: 0 0 10px -1px rgba(7, 16, 19, .25);
  2448.     box-shadow: 0 0 10px -1px rgba(7, 16, 19, .25)
  2449. }
  2450.  
  2451. .floating-menu .logotype {
  2452.     padding-left: 15px;
  2453.     padding-right: 15px;
  2454.     border-left: 5px solid #4296ad
  2455. }
  2456.  
  2457. .floating-menu__section span.message-counter {
  2458.     background: #4296ad;
  2459.     color: #fff;
  2460. }
  2461.  
  2462. .floating-menu__section .root-menu-button>.combobox,
  2463. .floating-menu__section .root-menu-button>a {
  2464.     background: #101010;
  2465.     color: #2e7f85;
  2466. }
  2467.  
  2468. .floating-menu__section .root-menu-button>ul {
  2469.     background: #101010;
  2470. }
  2471.  
  2472. .floating-menu__section .root-menu-button>ul li a,
  2473. .floating-menu__section .root-menu-button>ul li div {
  2474.     color: #76929a;
  2475. }
  2476.  
  2477. .floating-menu__section .root-menu-button>ul li.submenu__header span {
  2478.     color: #76929a;
  2479. }
  2480.  
  2481. .floating-menu__section .root-menu-button>ul li.button>a:hover,
  2482. .floating-menu__section .root-menu-button>ul li.button>div:hover {
  2483.     background: #333333!important;
  2484.     color: #399ea5!important
  2485. }
  2486.  
  2487. .floating-menu__section .root-menu-button>ul li.button>a:focus,
  2488. .floating-menu__section .root-menu-button>ul li.button>div:focus {
  2489.     background: #333333!important;
  2490.     color: #39a57e
  2491. }
  2492.  
  2493. .floating-menu__section .root-menu-button>ul li.button>a.active {
  2494.     color: #39a57e!important
  2495. }
  2496.  
  2497.  
  2498. .floating-menu__section li.separator {
  2499.     border-left: 1px dotted #262626
  2500. }
  2501.  
  2502. .floating-menu__section .user__avatar {
  2503.     border: 1px solid #d9dcdd;
  2504.     max-height: 40px;
  2505.     max-width: 40px
  2506. }
  2507.  
  2508. .menu-button {
  2509.     background-color: #101010
  2510. }
  2511.  
  2512. .menu-button .fa-bars {
  2513.     color: #aab3b6;
  2514. }
  2515.  
  2516. .menu-button:hover>.fa-bars {
  2517.     color: #265663
  2518. }
  2519.  
  2520. .menu-button .menu-header {
  2521.     color: #aab3b6;
  2522. }
  2523.  
  2524. .slideout-menu__content ul.nav li>a {
  2525.     display: -webkit-box;
  2526.     display: -ms-flexbox;
  2527.     display: flex;
  2528.     -webkit-box-align: center;
  2529.     -ms-flex-align: center;
  2530.     align-items: center;
  2531.     -webkit-box-pack: justify;
  2532.     -ms-flex-pack: justify;
  2533.     justify-content: space-between;
  2534.     padding: 10px;
  2535.     border-radius: 0!important;
  2536.     color: #455459!important;
  2537.     font-weight: 700;
  2538.     border-right: 5px solid transparent;
  2539.     -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-right .2s ease-in-out, opacity .2s ease-in-out;
  2540.     transition: color .2s ease-in-out, background-color .2s ease-in-out, border-right .2s ease-in-out, opacity .2s ease-in-out
  2541. }
  2542.  
  2543. .slideout-menu__content ul.nav li>a:focus,
  2544. .slideout-menu__content ul.nav li>a:hover {
  2545.     color: #aab3b6!important
  2546. }
  2547.  
  2548. .slideout-menu__content ul.nav li>a.active {
  2549.     background: #2e2e2e!important;
  2550.     color: #aab3b6!important;
  2551.     border-right: 5px solid #4296ad!important
  2552. }
  2553.  
  2554. .slideout-menu__content ul.nav li.profile-container .user__avatar {
  2555.     border: 1px solid #d9dcdd;
  2556.     max-height: 40px;
  2557.     max-width: 40px
  2558. }
  2559.  
  2560. .slideout-menu__content ul.nav li.profile-container section>div {
  2561.     margin-left: 15px;
  2562.     text-transform: none;
  2563.     color: #aab3b6;
  2564.     display: -webkit-box;
  2565.     display: -ms-flexbox;
  2566.     display: flex;
  2567.     -webkit-box-orient: vertical;
  2568.     -webkit-box-direction: normal;
  2569.     -ms-flex-direction: column;
  2570.     flex-direction: column
  2571. }
  2572.  
  2573. .slideout-menu__content ul.nav li.profile-container section .rotating-pointer {
  2574.     color: #aab3b6;
  2575.     font-weight: 700;
  2576.     margin: 0 20px 0 10px;
  2577.     -webkit-box-flex: 5;
  2578.     -ms-flex-positive: 5;
  2579.     flex-grow: 5;
  2580.     text-align: center;
  2581.     -webkit-transition: -webkit-transform .2s ease-out;
  2582.     transition: -webkit-transform .2s ease-out;
  2583.     transition: transform .2s ease-out;
  2584.     transition: transform .2s ease-out, -webkit-transform .2s ease-out
  2585. }
  2586.  
  2587. .slideout-menu__content ul.nav li.profile-container ul.online-switch {
  2588.     display: -webkit-box;
  2589.     display: -ms-flexbox;
  2590.     display: flex;
  2591.     -webkit-box-orient: vertical;
  2592.     -webkit-box-direction: normal;
  2593.     -ms-flex-direction: column;
  2594.     flex-direction: column;
  2595.     -webkit-box-align: stretch;
  2596.     -ms-flex-align: stretch;
  2597.     align-items: stretch;
  2598.     -webkit-box-pack: center;
  2599.     -ms-flex-pack: center;
  2600.     justify-content: center;
  2601.     padding: 0;
  2602.     border-top: 1px dotted #171e21;
  2603.     background: #141414;
  2604.     border-bottom: 1px dotted #171e21;
  2605.     text-transform: uppercase;
  2606.     font-size: smaller;
  2607.     overflow: hidden;
  2608.     -webkit-transition: height .2s ease-out, padding .2s ease-out, opacity .2s ease-out;
  2609.     transition: height .2s ease-out, padding .2s ease-out, opacity .2s ease-out;
  2610.     height: 0;
  2611.     opacity: 0
  2612. }
  2613.  
  2614. .slideout-menu__content ul.nav li.profile-container ul.online-switch>li:hover {
  2615.     background: #2b2b2b
  2616. }
  2617.  
  2618. .slideout-menu__content ul.nav li.profile-container ul.online-switch>li.active {
  2619.     background: #2b2b2b;
  2620.     border-left: 3px solid #4296ad
  2621. }
  2622.  
  2623. .slideout-menu__content h2 {
  2624.     width: 100%;
  2625.     color: #aab3b6;
  2626.     font-size: 14px;
  2627.     font-weight: 700;
  2628.     text-align: Center;
  2629.     border-top: 1px solid #171e21;
  2630.     padding: 20px 10px;
  2631.     text-transform: uppercase;
  2632.     margin: 0
  2633. }
  2634.  
  2635. .slideout-menu__content .message-counter {
  2636.     font-family: Lato;
  2637.     position: absolute;
  2638.     margin: 0 0 0 -45px;
  2639.     font-size: 14px;
  2640.     background: #aab3b6;
  2641.     border-radius: 30%;
  2642.     min-width: 20px;
  2643.     min-height: 18px;
  2644.     text-align: center;
  2645.     padding: 4px 4px 0;
  2646.     color: #18363e;
  2647.     -webkit-transition: background .2s ease-out, color .2s ease-out;
  2648.     transition: background .2s ease-out, color .2s ease-out;
  2649.     font-weight: 400
  2650. }
  2651.  
  2652. .slideout-menu__content .platform-switcher a {
  2653.     color: #2f393c
  2654. }
  2655.  
  2656. .slideout-menu__content .platform-switcher a:hover {
  2657.     color: #aab3b6
  2658. }
  2659.  
  2660. .slideout-menu__content .platform-switcher .market-pc.active {
  2661.     color: #aab3b6
  2662. }
  2663.  
  2664. .slideout-menu__content .platform-switcher .market-xbox.active {
  2665.     color: #aab3b6
  2666. }
  2667.  
  2668. .slideout-menu__content .platform-switcher .market-ps4.active {
  2669.     color: #aab3b6
  2670. }
  2671.  
  2672. .slideout-menu__content .menu-footer {
  2673.     border-top: 1px solid #171e21
  2674. }
  2675.  
  2676. .content__block .line {
  2677.     border-bottom: 1px solid rgba(180, 194, 197, .2)
  2678. }
  2679.  
  2680. .order-unit {
  2681.     background: #141414;
  2682. }
  2683.  
  2684. .order-unit:nth-child(odd) {
  2685.     background: #161616
  2686. }
  2687.  
  2688. .sell_colors {
  2689.     color: #7f2c62!important;
  2690.     background: #e1c6d7!important
  2691. }
  2692.  
  2693. .buy_colors {
  2694.     color: #1c8a62!important;
  2695.     background: #c6e1d7!important
  2696. }
  2697.  
  2698. .order__price {
  2699.     font-size: 16px;
  2700.     color: #39a57e;
  2701.     font-weight: 700
  2702. }
  2703.  
  2704. .order__mod-rank {
  2705.     font-size: 14px;
  2706.     color: #739098
  2707. }
  2708.  
  2709. .order__quantity {
  2710.     font-size: 16px;
  2711.     color: #77939b;
  2712.     font-variant: small-caps;
  2713.     text-align: right;
  2714.     display: -webkit-box;
  2715.     display: -ms-flexbox;
  2716.     display: flex;
  2717.     -webkit-box-align: center;
  2718.     -ms-flex-align: center;
  2719.     align-items: center
  2720. }
  2721.  
  2722. .order__own_line {
  2723.     background: #2c184e!important
  2724. }
  2725.  
  2726. .order__own_line:nth-child(odd) {
  2727.     background: #21123b!important
  2728. }
  2729.  
  2730. .order__visibility {
  2731.     width: 100%;
  2732.     text-transform: uppercase;
  2733.     color: #9c4444;
  2734.     font-size: 16px;
  2735.     margin-bottom: 5px
  2736. }
  2737.  
  2738. .order__inactive:nth-child(odd) {
  2739.     border-left: 5px solid #660000
  2740. }
  2741.  
  2742. .order__inactive:nth-child(2n) {
  2743.     border-left: 5px solid #4d0000
  2744. }
  2745.  
  2746. .filter__unit input::-webkit-input-placeholder,
  2747. .filter__unit textarea::-webkit-input-placeholder {
  2748.     transition: opacity .3s ease, color .3s ease;
  2749.     opacity: 1;
  2750.     color: #aab3b6
  2751. }
  2752.  
  2753. .filter__unit input:-moz-placeholder,
  2754. .filter__unit input::-moz-placeholder,
  2755. .filter__unit textarea:-moz-placeholder,
  2756. .filter__unit textarea::-moz-placeholder {
  2757.     transition: opacity .3s ease, color .3s ease;
  2758.     opacity: 1;
  2759.     color: #aab3b6
  2760. }
  2761.  
  2762. .filter__unit input:-ms-input-placeholder,
  2763. .filter__unit textarea:-ms-input-placeholder {
  2764.     transition: opacity .3s ease, color .3s ease;
  2765.     opacity: 1;
  2766.     color: #aab3b6
  2767. }
  2768.  
  2769. .filter__unit input:focus::-webkit-input-placeholder,
  2770. .filter__unit textarea:focus::-webkit-input-placeholder {
  2771.     opacity: 0;
  2772.     color: hsla(0, 0%, 100%, 0)
  2773. }
  2774.  
  2775. .filter__unit input:focus:-moz-placeholder,
  2776. .filter__unit input:focus::-moz-placeholder,
  2777. .filter__unit textarea:focus:-moz-placeholder,
  2778. .filter__unit textarea:focus::-moz-placeholder {
  2779.     opacity: 0;
  2780.     color: hsla(0, 0%, 100%, 0)
  2781. }
  2782.  
  2783. .filter__unit input:focus:-ms-input-placeholder,
  2784. .filter__unit textarea:focus:-ms-input-placeholder {
  2785.     opacity: 0;
  2786.     color: hsla(0, 0%, 100%, 0)
  2787. }
  2788.  
  2789. .filter__unit input[type=number] {
  2790.     background: none;
  2791.     border: 0 solid;
  2792.     border-bottom: 1px solid #b4c2c5;
  2793.     outline: none;
  2794.     color: #4296ad;
  2795.     margin: 0 15px
  2796. }
  2797.  
  2798. .switch__order-type .filter__buttons--horizontal .btn:first-child {
  2799.     text-align: center;
  2800.     font-size: 14px;
  2801.     margin: 0;
  2802.     border-radius: 2px 0 0 2px;
  2803.     border-right: 1px solid #323b3e
  2804. }
  2805.  
  2806. .modal {
  2807.     background-color: rgba(26, 37, 40, .75);
  2808. }
  2809.  
  2810. .modal__content {
  2811.     background: #161616;
  2812. }
  2813.  
  2814. .widget-order__preview {
  2815.     background: #161616;
  2816. }
  2817.  
  2818. .widget-order__preview h1 {
  2819.     color: #fff;
  2820. }
  2821.  
  2822. .widget-order__content {
  2823.     background: #191919
  2824. }
  2825.  
  2826. .widget-order__content .widget-order__header {
  2827.     background: #101010;
  2828.     border-bottom: 1px solid #101010
  2829. }
  2830.  
  2831. .widget-order__image {
  2832.     background: #2e2e2e
  2833. }
  2834.  
  2835. .widget-order__button .big-red__button {
  2836.     background: #265663;
  2837.     color: #fff!important
  2838. }
  2839.  
  2840. .widget-order__button .big-red__text {
  2841.     color: #265663
  2842. }
  2843.  
  2844. .widget-order__button:hover .big-red__button {
  2845.     color: #fff!important;
  2846.     background: #399ea5
  2847. }
  2848.  
  2849. .widget-order__button:hover .big-red__text {
  2850.     color: #399ea5
  2851. }
  2852.  
  2853. .widget-order__button.active .big-red__button,
  2854. .widget-order__button:active .big-red__button,
  2855. .widget-order__button:focus .big-red__button {
  2856.     color: #fff!important;
  2857.     background: #39a57e
  2858. }
  2859.  
  2860. .widget-order__button.active .big-red__text,
  2861. .widget-order__button:active .big-red__text,
  2862. .widget-order__button:focus .big-red__text {
  2863.     color: #39a57e
  2864. }
  2865.  
  2866. .widget-order__top .not-found {
  2867.     color: #749199
  2868. }
  2869.  
  2870. .widget-order__top h3 {
  2871.     color: #739098
  2872. }
  2873.  
  2874. .widget-order__top ul li:nth-child(odd) {
  2875.     background: #212121
  2876. }
  2877.  
  2878. .seeker .seeker__input {
  2879.     -webkit-box-flex: 1;
  2880.     -ms-flex-positive: 1;
  2881.     flex-grow: 1;
  2882.     padding: 0 15px;
  2883.     line-height: 60px;
  2884.     height: 60px;
  2885.     background: #212121;
  2886.     border: none;
  2887.     -webkit-box-shadow: none;
  2888.     box-shadow: none;
  2889.     transition: border .2s ease-out, box-shadow .2s ease-out, background .2s ease-out
  2890. }
  2891.  
  2892. .seeker .seeker__input .seeker__real-input input {
  2893.     width: 100%;
  2894.     background: none;
  2895.     border: 0;
  2896.     outline: none;
  2897.     padding: 04;
  2898.     color: #ebebeb
  2899. }
  2900.  
  2901. .seeker .seeker__input .seeker__fake-input {
  2902.     position: absolute;
  2903.     min-height: 60px;
  2904.     color: #888888;
  2905.     -webkit-box-align: center;
  2906.     -ms-flex-align: center;
  2907.     align-items: center;
  2908.     display: -webkit-box;
  2909.     display: -ms-flexbox;
  2910.     display: flex
  2911. }
  2912.  
  2913. .seeker .seeker__input .seeker__fake-input .seeker__fake-input--invisible {
  2914.     color: #191919
  2915. }
  2916.  
  2917. .seeker .seeker__dropdown {
  2918.     position: absolute;
  2919.     top: 100%;
  2920.     background: #191919;
  2921.     width: 100%;
  2922.     -webkit-box-shadow: 0 5px 15px -5px rgba(42, 42, 42, .75);
  2923.     box-shadow: 0 5px 15px -5px rgba(42, 42, 42, .75);
  2924.     -webkit-box-sizing: content-box;
  2925.     box-sizing: content-box;
  2926.     z-index: 2000
  2927. }
  2928.  
  2929. .seeker .seeker__dropdown li {
  2930.     padding: 10px;
  2931.     color: #888888;
  2932.     cursor: pointer;
  2933.     -webkit-touch-callout: none;
  2934.     -webkit-user-select: none;
  2935.     -khtml-user-select: none;
  2936.     -moz-user-select: none;
  2937.     -ms-user-select: none;
  2938.     user-select: none;
  2939.     transition: background .2s ease-out, color .2s ease-out
  2940. }
  2941.  
  2942. .seeker .seeker__dropdown li b {
  2943.     color: #c8c8c8
  2944. }
  2945.  
  2946. .seeker .seeker__dropdown li.selected,
  2947. .seeker .seeker__dropdown li:hover {
  2948.     background: #2e2e2e;
  2949.     color: #399ea5
  2950. }
  2951.  
  2952. .seeker .seeker__dropdown li:focus {
  2953.     color: #39a57e
  2954. }
  2955.  
  2956. .seeker .seeker--focus {
  2957.     -webkit-box-shadow: 0 0 10px 3px #39a57e;
  2958.     box-shadow: 0 0 10px 3px #39a57e
  2959. }
  2960.  
  2961. .content__body select,
  2962. .content__header--second select,
  2963. .content__header select {
  2964.     background-color: #dedfdf;
  2965.     color: #59aac0;
  2966.     border: none;
  2967.     padding: 10px;
  2968.     cursor: pointer;
  2969.     width: 100%;
  2970.     outline: none;
  2971.     -webkit-transition: color .3s ease, background .3s ease, box-shadow .3s ease;
  2972.     transition: color .3s ease, background .3s ease, box-shadow .3s ease;
  2973.     margin-bottom: 5px
  2974. }
  2975.  
  2976. .content__body select option,
  2977. .content__header--second select option,
  2978. .content__header select option {
  2979.     background-color: #212121;
  2980.     color: #39a57e;
  2981.     padding: 10px;
  2982.     border: 0;
  2983.     outline: 0
  2984. }
  2985.  
  2986. .content__body select option:hover,
  2987. .content__header--second select option:hover,
  2988. .content__header select option:hover {
  2989.     background-color: #39a57e
  2990. }
  2991.  
  2992. .content__body select:hover,
  2993. .content__header--second select:hover,
  2994. .content__header select:hover {
  2995.     color: #39a57e
  2996. }
  2997.  
  2998. .content__header--second select,
  2999. .content__header select {
  3000.     background-color: #212121
  3001. }
  3002.  
  3003. .tabs {
  3004.     list-style: none;
  3005.     display: -webkit-box;
  3006.     display: -ms-flexbox;
  3007.     display: flex;
  3008.     padding: 0;
  3009.     margin-bottom: 0;
  3010.     font-size: 14px;
  3011.     text-transform: uppercase;
  3012.     color: #265663;
  3013.     font-weight: 700
  3014. }
  3015.  
  3016. .tabs li a,
  3017. .tabs li div {
  3018.     white-space: nowrap;
  3019.     cursor: pointer;
  3020.     padding: 10px 15px 5px;
  3021.     border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  3022.     display: block;
  3023.     text-align: center;
  3024.     transition: color .5s ease-out, border-bottom .5s ease-out
  3025. }
  3026.  
  3027. .tabs li a:hover,
  3028. .tabs li div:hover {
  3029.     color: #399ea5
  3030. }
  3031.  
  3032. .tabs li a.active,
  3033. .tabs li div.active {
  3034.     border-bottom: 3px solid #39a57e;
  3035.     color: #39a57e
  3036. }
  3037.  
  3038. .profile__avatar img {
  3039.     width: 97px;
  3040.     height: 97px;
  3041.     -o-object-fit: contain;
  3042.     object-fit: contain;
  3043.     border-radius: 50%;
  3044.     background: #191919;
  3045.     -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
  3046.     box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
  3047.     margin-right: 0
  3048. }
  3049.  
  3050. .profile__name_box .name_box__user_title {
  3051.     color: #9462ff;
  3052.     text-transform: uppercase;
  3053.     font-weight: 700;
  3054.     font-size: 14px
  3055. }
  3056.  
  3057. .profile__badge>img {
  3058.     height: 35px;
  3059.     width: 35px;
  3060.     -o-object-fit: contain;
  3061.     object-fit: contain;
  3062.     border: 0 solid rgba(100, 66, 173, .25);
  3063.     border-radius: 50%;
  3064.     -webkit-box-shadow: 0 0 35px 1px rgba(143, 95, 248, .5);
  3065.     box-shadow: 0 0 35px 1px rgba(143, 95, 248, .5);
  3066.     -webkit-transition: box-shadow .2s ease-out;
  3067.     transition: box-shadow .2s ease-out
  3068. }
  3069.  
  3070. .profile__badge>img:hover {
  3071.     -webkit-box-shadow: 0 0 35px 1px rgba(143, 95, 248, .75);
  3072.     box-shadow: 0 0 35px 1px rgba(143, 95, 248, .75)
  3073. }
  3074.  
  3075. .profile__stats>:hover {
  3076.     color: #fff
  3077. }
  3078.  
  3079. .user__profile .content__header--transparent {
  3080.     padding: 10px 0;
  3081.     text-shadow: 0 1px 3px rgba(0, 0, 0, .75)
  3082. }
  3083.  
  3084. .user__orders.filter__group .filter__unit,
  3085. .user__orders.filter__group header {
  3086.     border-bottom: 1px solid rgba(180, 194, 197, .3)
  3087. }
  3088.  
  3089. .user-orders__sort {
  3090.     background: #101010;
  3091.     padding: 10px;
  3092.     border-bottom: 1px solid #b4c2c5;
  3093.     -webkit-box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25);
  3094.     box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25);
  3095.     z-index: 1;
  3096.     display: -webkit-box;
  3097.     display: -ms-flexbox;
  3098.     display: flex;
  3099.     -webkit-box-align: center;
  3100.     -ms-flex-align: center;
  3101.     align-items: center;
  3102.     -webkit-box-pack: start;
  3103.     -ms-flex-pack: start;
  3104.     justify-content: flex-start
  3105. }
  3106.  
  3107. .statistics__header {
  3108.     display: -webkit-box;
  3109.     display: -ms-flexbox;
  3110.     display: flex;
  3111.     -webkit-box-orient: horizontal;
  3112.     -webkit-box-direction: normal;
  3113.     -ms-flex-direction: row;
  3114.     flex-direction: row;
  3115.     -webkit-box-align: end;
  3116.     -ms-flex-align: end;
  3117.     align-items: flex-end;
  3118.     -webkit-box-pack: justify;
  3119.     -ms-flex-pack: justify;
  3120.     justify-content: space-between;
  3121.     border-bottom: 1px solid #b4c2c5;
  3122.     -webkit-box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25);
  3123.     box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25);
  3124.     z-index: 1;
  3125.     margin: 0;
  3126.     background: #161616
  3127. }
  3128.  
  3129. .statistics__numbers {
  3130.     padding: 5px 10px;
  3131.     -webkit-box-align: stretch;
  3132.     -ms-flex-align: stretch;
  3133.     align-items: stretch;
  3134.     -webkit-box-pack: start;
  3135.     -ms-flex-pack: start;
  3136.     justify-content: flex-start;
  3137.     background: #161616;
  3138.     margin: 15px 0
  3139. }
  3140.  
  3141. .statistics__numbers .number {
  3142.     font-size: 18px;
  3143.     color: #39a57e
  3144. }
  3145.  
  3146. .achievement__block {
  3147.     -webkit-box-orient: vertical;
  3148.     -webkit-box-direction: normal;
  3149.     -ms-flex-direction: column;
  3150.     flex-direction: column;
  3151.     width: 224px;
  3152.     background: #161616;
  3153.     margin: 20px 10px;
  3154.     border-radius: 3px;
  3155.     border: 1px solid rgba(180, 194, 197, .4)
  3156. }
  3157.  
  3158. .achievement__block h3 {
  3159.     text-align: center;
  3160.     font-weight: 700;
  3161.     color: #8f42ad;
  3162.     padding: 20px;
  3163.     border-bottom: 1px solid #000;
  3164.     width: 100%;
  3165.     border-bottom: 1px solid rgba(180, 194, 197, .4);
  3166.     margin: 0;
  3167.     height: 71px;
  3168.     -webkit-box-pack: center;
  3169.     -ms-flex-pack: center;
  3170.     justify-content: center
  3171. }
  3172.  
  3173. .achievement__block p {
  3174.     padding: 15px 15px 5px;
  3175.     border-top: 1px solid #e1e7e8;
  3176.     height: 100px;
  3177.     overflow: hidden
  3178. }
  3179.  
  3180. .paginator>ul {
  3181.     list-style: none;
  3182.     padding: 0;
  3183.     display: -ms-flexbox;
  3184.     display: -webkit-box;
  3185.     display: flex;
  3186.     margin-bottom: 0;
  3187.     font-size: 14px;
  3188.     text-transform: uppercase;
  3189.     color: #265663;
  3190.     font-weight: 700;
  3191.     -ms-flex-wrap: wrap;
  3192.     flex-wrap: wrap;
  3193.     -webkit-box-align: center;
  3194.     -ms-flex-align: center;
  3195.     align-items: center;
  3196.     -webkit-box-pack: justify;
  3197.     -ms-flex-pack: justify;
  3198.     justify-content: space-between;
  3199.     margin-top: 20px
  3200. }
  3201.  
  3202. .review__form textarea {
  3203.     width: 100%;
  3204.     height: 100px;
  3205.     outline: none;
  3206.     padding: 10px;
  3207.     border-radius: 3px;
  3208.     border: 1px solid #212121;
  3209.     margin: 0;
  3210.     resize: none;
  3211.     line-height: 16px
  3212. }
  3213.  
  3214. .review__own p {
  3215.     width: 100%;
  3216.     padding: 10px;
  3217.     background: #21123b;
  3218.     max-height: 132px;
  3219.     min-height: 48px;
  3220.     line-height: 16px;
  3221.     text-overflow: ellipsis;
  3222.     overflow: hidden;
  3223.     -webkit-line-clamp: 5;
  3224.     -webkit-box-orient: vertical;
  3225.     margin: 0;
  3226.     white-space: pre-wrap
  3227. }
  3228.  
  3229. .review__own textarea {
  3230.     width: 100%;
  3231.     height: 100px;
  3232.     outline: none;
  3233.     padding: 10px;
  3234.     border-radius: 3px;
  3235.     border: 1px solid #212121;
  3236.     margin: 0;
  3237.     resize: none;
  3238.     line-height: 16px
  3239. }
  3240. .review__form .subtext,
  3241. .review__own .subtext {
  3242.     position: absolute;
  3243.     font-size: 10px;
  3244.     top: 73px;
  3245.     background: #161616;
  3246.     padding: 0 5px;
  3247.     border-radius: 3px;
  3248.     -ms-flex-item-align: center;
  3249.     align-self: center
  3250. }
  3251.  
  3252. .review__positive {
  3253.     color: #39a57e
  3254. }
  3255.  
  3256. .review__report {
  3257.     color: #a52f31
  3258. }
  3259.  
  3260. .review__block {
  3261.     padding: 15px;
  3262.     background: #fff;
  3263.     margin-bottom: 20px
  3264. }
  3265.  
  3266. .review__block.positive {
  3267.     border: 1px solid rgba(57, 165, 126, .3)
  3268. }
  3269.  
  3270. .review__block.report {
  3271.     border: 1px solid rgba(165, 47, 49, .3)
  3272. }
  3273.  
  3274. .review__block p {
  3275.     width: 100%;
  3276.     padding: 10px 0;
  3277.     background: #fff;
  3278.     max-height: 132px;
  3279.     min-height: 48px;
  3280.     line-height: 16px;
  3281.     text-overflow: ellipsis;
  3282.     overflow: hidden;
  3283.     -webkit-line-clamp: 5;
  3284.     -webkit-box-orient: vertical;
  3285.     margin: 0;
  3286.     white-space: pre-wrap;
  3287.     word-break: break-all
  3288. }
  3289.  
  3290. .review__header img {
  3291.     height: 40px;
  3292.     width: 40px;
  3293.     -o-object-fit: contain;
  3294.     object-fit: contain;
  3295.     border-radius: 50%;
  3296.     -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15);
  3297.     box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15)
  3298. }
  3299.  
  3300. .review__zero {
  3301.     display: -webkit-box;
  3302.     display: -ms-flexbox;
  3303.     display: flex;
  3304.     -webkit-box-orient: horizontal;
  3305.     -webkit-box-direction: normal;
  3306.     -ms-flex-direction: row;
  3307.     flex-direction: row;
  3308.     padding: 15px;
  3309.     width: 100%;
  3310.     -webkit-box-align: center;
  3311.     -ms-flex-align: center;
  3312.     align-items: center;
  3313.     -webkit-box-pack: center;
  3314.     -ms-flex-pack: center;
  3315.     justify-content: center;
  3316.     background: #161616;
  3317.     margin-bottom: 20px
  3318. }
  3319.  
  3320. .settings__page .content__header--transparent header>h1 {
  3321.     color: #101010
  3322. }
  3323.  
  3324. .settings__page .content__body .flex--container {
  3325.     background: #161616
  3326. }
  3327.  
  3328. .form__select select {
  3329.     background: #212121
  3330. }
  3331.  
  3332. @media (max-width:767px) {
  3333.     .form__select.region {
  3334.         margin-bottom: 20px
  3335.     }
  3336. }
  3337.  
  3338. .verification__tutorial li {
  3339.     font-weight: 700;
  3340.     color: #33606c
  3341. }
  3342.  
  3343. .verification__tutorial li>* {
  3344.     font-weight: 400;
  3345.     color: #77939b
  3346. }
  3347.  
  3348. .verification__tutorial li:nth-child(2n)>div {
  3349.     background: #212121
  3350. }
  3351.  
  3352. .verification__tutorial .compose__box {
  3353.     padding: 10px;
  3354.     border: 1px solid #888888;
  3355.     border-radius: 5px;
  3356.     display: -webkit-inline-box;
  3357.     display: -ms-inline-flexbox;
  3358.     display: inline-flex;
  3359.     -webkit-box-orient: vertical;
  3360.     -webkit-box-direction: normal;
  3361.     -ms-flex-direction: column;
  3362.     flex-direction: column;
  3363.     background: #212121
  3364. }
  3365.  
  3366. .subscription__status>div.active {
  3367.     color: #39a57e
  3368. }
  3369.  
  3370. .subscription__status>div.inactive {
  3371.     color: #632626
  3372. }
  3373.  
  3374. .rewards__table .reward__block {
  3375.     -webkit-box-orient: vertical;
  3376.     -ms-flex-direction: column;
  3377.     flex-direction: column;
  3378.     -webkit-box-align: center;
  3379.     -ms-flex-align: center;
  3380.     align-items: center;
  3381.     -webkit-box-pack: start;
  3382.     -ms-flex-pack: start;
  3383.     justify-content: flex-start;
  3384.     -webkit-box-flex: 1;
  3385.     -ms-flex-positive: 1;
  3386.     flex-grow: 1;
  3387.     border-left: 1px solid #f0f3f4;
  3388.     border-bottom: 1px solid #f0f3f4
  3389. }
  3390.  
  3391. .rewards__table .reward__block.active {
  3392.     background-color: rgba(57, 165, 71, .05)
  3393. }
  3394.  
  3395. .rewards__table .reward__block:last-child {
  3396.     border-right: 1px solid #f0f3f4
  3397. }
  3398.  
  3399. .rewards__table .reward__block h3 {
  3400.     width: 100%;
  3401.     text-align: center;
  3402.     font-weight: 700;
  3403.     color: #265663;
  3404.     padding: 20px
  3405. }
  3406.  
  3407. .rewards__table .reward__block .badge__level {
  3408.     font-weight: 700;
  3409.     color: #39a57e
  3410. }
  3411.  
  3412. .rewards__table .reward__block .badge__gauge {
  3413.     width: 200px;
  3414.     height: 10px;
  3415.     background: #dedfdf;
  3416.     border-radius: 3px
  3417. }
  3418.  
  3419. .rewards__table .reward__block .badge__gauge--fill {
  3420.     background: #39a57e;
  3421.     height: 100%;
  3422.     border-radius: 3px
  3423. }
  3424.  
  3425. .settings__links .link__block {
  3426.     -webkit-box-align: center;
  3427.     -ms-flex-align: center;
  3428.     align-items: center;
  3429.     -webkit-box-pack: justify;
  3430.     -ms-flex-pack: justify;
  3431.     justify-content: space-between;
  3432.     padding: 5px 0;
  3433.     border-bottom: 1px solid #f0f3f4
  3434. }
  3435.  
  3436. .most_recent_orders .filter__group .filter__unit,
  3437. .most_recent_orders .filter__group header {
  3438.     border-bottom: 1px solid rgba(180, 194, 197, .3)
  3439. }
  3440.  
  3441. .messenger__controls {
  3442.     background: #161616;
  3443.     padding: 10px;
  3444.     border-bottom: 1px solid #b4c2c5;
  3445.     -webkit-box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25);
  3446.     box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25);
  3447.     z-index: 1
  3448. }
  3449.  
  3450. .messenger__block .messenger__chat_list {
  3451.     background: #161616;
  3452.     -webkit-box-orient: vertical;
  3453.     -webkit-box-direction: normal;
  3454.     -ms-flex-direction: column;
  3455.     flex-direction: column;
  3456.     -webkit-box-align: stretch;
  3457.     -ms-flex-align: stretch;
  3458.     align-items: stretch;
  3459.     transition: width .3s linear
  3460. }
  3461.  
  3462. .messenger__block .messenger__chat_block .chat__block {
  3463.     background: #161616
  3464. }
  3465.  
  3466. .messenger__block .messenger__chat_block .chat__block h2 {
  3467.     padding: 20px;
  3468.     color: #265663;
  3469.     margin: 0
  3470. }
  3471.  
  3472. .messenger__block.opened .chat__row {
  3473.     border-right: 1px solid #dbe1e2
  3474. }
  3475.  
  3476. .chat__row:nth-child(2n) {
  3477.     border-top: 1px solid rgba(180, 194, 197, .4)
  3478. }
  3479.  
  3480. .chat__row:last-of-type,
  3481. .chat__row:nth-child(2n) {
  3482.     border-bottom: 1px solid rgba(180, 194, 197, .4)
  3483. }
  3484.  
  3485. .chat__row:hover {
  3486.     color: #399ea5!important;
  3487.     background: rgba(57, 158, 165, .1)
  3488. }
  3489.  
  3490. .chat__row:hover .message-counter {
  3491.     background: #161616;
  3492.     color: #399ea5;
  3493.     -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
  3494.     box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15)
  3495. }
  3496.  
  3497. .chat__row.active {
  3498.     color: #39a57e!important;
  3499.     border-right: 5px solid rgba(57, 165, 126, .8)!important;
  3500.     background: #161616
  3501. }
  3502.  
  3503. .chat__row.active:hover,
  3504. .chat__row.active:hover:nth-child(odd) {
  3505.     background: #161616
  3506. }
  3507.  
  3508. .chat__row .user__avatar {
  3509.     height: 40px;
  3510.     width: 40px;
  3511.     -o-object-fit: contain;
  3512.     object-fit: contain;
  3513.     border-radius: 50%;
  3514.     -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15);
  3515.     box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15)
  3516. }
  3517.  
  3518. .chat__row .chat__last_update {
  3519.     border-top: 1px solid #e1e7e8;
  3520.     padding-top: 7px;
  3521.     margin-top: 5px
  3522. }
  3523.  
  3524. .chat__row .message-counter {
  3525.     margin-left: -5px;
  3526.     background: #4296ad;
  3527.     border-radius: 30%;
  3528.     min-width: 19px;
  3529.     min-height: 18px;
  3530.     text-align: center;
  3531.     padding: 1px 5px;
  3532.     color: #fff;
  3533.     font-weight: 400;
  3534.     font-size: 12px;
  3535.     -webkit-transition: color .2s ease-out, background .2s ease-out;
  3536.     transition: color .2s ease-out, background .2s ease-out;
  3537.     -webkit-box-shadow: 0 0 5px 1px hsla(0, 0%, 100%, .65);
  3538.     box-shadow: 0 0 5px 1px #212121;
  3539.     position: absolute;
  3540.     -ms-flex-item-align: start;
  3541.     align-self: flex-start
  3542. }
  3543.  
  3544. .chat__controls {
  3545.     border-bottom: 1px solid #262626;
  3546.     -webkit-box-pack: justify;
  3547.     -ms-flex-pack: justify;
  3548.     justify-content: space-between;
  3549.     -webkit-box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25);
  3550.     box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25);
  3551.     background: #212121;
  3552.     padding: 0 20px;
  3553.     z-index: 2
  3554. }
  3555.  
  3556. .chat__empty {
  3557.     padding: 15px;
  3558.     background: #161616
  3559. }
  3560.  
  3561. .chat_list__stretch {
  3562.     -webkit-box-flex: 1;
  3563.     -ms-flex-positive: 1;
  3564.     flex-grow: 1;
  3565.     border-right: 1px solid #262626
  3566. }
  3567.  
  3568. .chat__messages .chat__options {
  3569.     position: absolute;
  3570.     width: 100%;
  3571.     display: -webkit-box;
  3572.     display: -ms-flexbox;
  3573.     display: flex;
  3574.     background: #101010;
  3575.     padding: 10px;
  3576.     border-bottom: 1px solid #262626;
  3577.     -webkit-box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25);
  3578.     box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25);
  3579.     -webkit-transform: translate3d(0, -60px, 0);
  3580.     transform: translate3d(0, -60px, 0);
  3581.     margin-bottom: -60px;
  3582.     height: 60px;
  3583.     opacity: 0;
  3584.     -webkit-box-align: center;
  3585.     -ms-flex-align: center;
  3586.     align-items: center;
  3587.     -webkit-transition: margin-bottom .3s ease-out, opacity 2s ease-out, -webkit-transform .3s ease-out;
  3588.     transition: margin-bottom .3s ease-out, opacity 2s ease-out, -webkit-transform .3s ease-out;
  3589.     transition: transform .3s ease-out, margin-bottom .3s ease-out, opacity 2s ease-out;
  3590.     transition: transform .3s ease-out, margin-bottom .3s ease-out, opacity 2s ease-out, -webkit-transform .3s ease-out
  3591. }
  3592.  
  3593. .chat__form textarea {
  3594.     width: 100%;
  3595.     outline: none;
  3596.     padding: 10px;
  3597.     border-radius: 3px;
  3598.     border: 1px solid #dedfdf;
  3599.     margin: 0;
  3600.     resize: vertical;
  3601.     max-height: 132px;
  3602.     min-height: 48px;
  3603.     line-height: 16px;
  3604.     background: #212121;
  3605.     color: #888888
  3606. }
  3607.  
  3608. .message .user__name {
  3609.     font-size: 16px;
  3610.     font-weight: 700;
  3611.     color: #46a0b9;
  3612.     line-height: 16px;
  3613.     max-height: 32px;
  3614.     text-overflow: ellipsis;
  3615.     overflow: hidden;
  3616.     -webkit-line-clamp: 2;
  3617.     display: block;
  3618.     display: -webkit-box;
  3619.     -webkit-box-orient: vertical
  3620. }
  3621.  
  3622. .message.own {
  3623.     background: #2e2e2e
  3624. }
  3625.  
  3626. .ignore__entry {
  3627.     -webkit-box-align: center;
  3628.     -ms-flex-align: center;
  3629.     align-items: center;
  3630.     -webkit-box-pack: start;
  3631.     -ms-flex-pack: start;
  3632.     justify-content: flex-start;
  3633.     border-bottom: 1px solid rgba(180, 194, 197, .4);
  3634.     padding: 10px;
  3635.     color: inherit!important;
  3636.     position: relative;
  3637.     background: #161616;
  3638.     transition: color .2s ease-out, background .2s ease-out, border .2s ease-out
  3639. }
  3640.  
  3641. .ignore__entry .user__avatar {
  3642.     height: 40px;
  3643.     width: 40px;
  3644.     -o-object-fit: contain;
  3645.     object-fit: contain;
  3646.     border-radius: 50%;
  3647.     -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15);
  3648.     box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15)
  3649. }
  3650.  
  3651. .item__page .content__header--transparent h2 {
  3652.     color: #aab3b6
  3653. }
  3654.  
  3655. .item__page .content__header--transparent .flex--container a {
  3656.     border-radius: 50%;
  3657.     border: 3px solid #265663;
  3658.     -webkit-box-shadow: 0 7px 15px -3px #265663;
  3659.     box-shadow: 0 7px 15px -3px #265663;
  3660.     background: #101010;
  3661.     -webkit-box-align: center;
  3662.     -ms-flex-align: center;
  3663.     align-items: center;
  3664.     overflow: hidden;
  3665.     -webkit-transition: color .3s ease, border .3s ease, background .3s ease, box-shadow .3s ease;
  3666.     transition: color .3s ease, border .3s ease, background .3s ease, box-shadow .3s ease
  3667. }
  3668.  
  3669. .item__page .content__header--transparent .flex--container a:hover {
  3670.     border: 3px solid #399ea5;
  3671.     -webkit-box-shadow: 0 5px 20px -1px #399ea5;
  3672.     box-shadow: 0 5px 20px -1px #399ea5
  3673. }
  3674.  
  3675. .item__page .content__header--transparent .flex--container a.active {
  3676.     border: 3px solid #39a57e;
  3677.     -webkit-box-shadow: 0 5px 20px -1px #39a57e;
  3678.     box-shadow: 0 5px 20px -1px #39a57e
  3679. }
  3680.  
  3681. .item__page .content__header--transparent .flex--container .item__name h1 {
  3682.     color: #fff
  3683. }
  3684.  
  3685. .item__page .content__header--transparent .flex--container .item__name .item__name-highlight {
  3686.     color: #39a57e;
  3687.     font-weight: 400
  3688. }
  3689.  
  3690. .order-row {
  3691.     background: #161616;
  3692.     padding: 10px 0;
  3693.     -webkit-transform: translateZ(0);
  3694.     transform: translateZ(0);
  3695.     height: 70px
  3696. }
  3697.  
  3698. .order-row:nth-child(2n) {
  3699.     background: #141414
  3700. }
  3701.  
  3702. @media (max-width:1199px) {
  3703.     .order-row .orders-row__element.odd {
  3704.         background: hsla(0, 0%, 98%, .6)
  3705.     }
  3706. }
  3707.  
  3708. .user__under-row .user__avatar {
  3709.     height: 40px;
  3710.     width: 40px;
  3711.     -o-object-fit: contain;
  3712.     object-fit: contain;
  3713.     border-radius: 50%;
  3714.     -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15);
  3715.     box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15)
  3716. }
  3717.  
  3718. .user__under-row .user__badge {
  3719.     height: 20px;
  3720.     width: 20px;
  3721.     -o-object-fit: contain;
  3722.     object-fit: contain;
  3723.     position: absolute;
  3724.     background: #101010;
  3725.     border-radius: 50%;
  3726.     left: 20px;
  3727.     top: 25px
  3728. }
  3729.  
  3730. .user__under-row .user__name-lang {
  3731.     margin-left: 10px;
  3732.     font-weight: bolder;
  3733.     display: -webkit-box;
  3734.     display: -ms-flexbox;
  3735.     display: flex;
  3736.     -webkit-box-orient: vertical;
  3737.     -webkit-box-direction: normal;
  3738.     -ms-flex-direction: column;
  3739.     flex-direction: column;
  3740.     overflow: hidden
  3741. }
  3742.  
  3743. .user__under-row .user__name-lang .user__lang {
  3744.     font-size: 14px;
  3745.     font-variant: small-caps;
  3746.     color: #739098;
  3747.     font-weight: 400
  3748. }
  3749.  
  3750. .item_orders .item_orders__sort {
  3751.     background: #101010;
  3752.     padding: 10px 0;
  3753.     border-bottom: 1px solid #b4c2c5;
  3754.     -webkit-box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25);
  3755.     box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25);
  3756.     z-index: 1
  3757. }
  3758.  
  3759. .item_orders_filters.filter__group .filter__unit,
  3760. .item_orders_filters.filter__group header {
  3761.     border-bottom: 1px solid rgba(180, 194, 197, .3)
  3762. }
  3763.  
  3764. .item_orders_filters.filter__group header {
  3765.     width: 100%
  3766. }
  3767.  
  3768. .item_orders--empty {
  3769.     background: #101010;
  3770.     padding: 10px;
  3771.     height: 70px;
  3772.     display: -webkit-box;
  3773.     display: -ms-flexbox;
  3774.     display: flex;
  3775.     -webkit-box-align: center;
  3776.     -ms-flex-align: center;
  3777.     align-items: center;
  3778.     -webkit-box-pack: center;
  3779.     -ms-flex-pack: center;
  3780.     justify-content: center
  3781. }
  3782.  
  3783. .item-statistics__header {
  3784.     display: -webkit-box;
  3785.     display: -ms-flexbox;
  3786.     display: flex;
  3787.     -webkit-box-orient: horizontal;
  3788.     -webkit-box-direction: normal;
  3789.     -ms-flex-direction: row;
  3790.     flex-direction: row;
  3791.     -webkit-box-align: end;
  3792.     -ms-flex-align: end;
  3793.     align-items: flex-end;
  3794.     -webkit-box-pack: justify;
  3795.     -ms-flex-pack: justify;
  3796.     justify-content: space-between;
  3797.     border-bottom: 1px solid #b4c2c5;
  3798.     -webkit-box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25);
  3799.     box-shadow: 0 10px 10px -8px rgba(7, 16, 19, .25);
  3800.     z-index: 1;
  3801.     margin: 0;
  3802.     background: #101010
  3803. }
  3804. .group__core text {
  3805.     fill: #265663;
  3806.     font-family: Lato, sans-serif
  3807. }
  3808.  
  3809. .group__legend>rect {
  3810.     fill: #2e2e2e;
  3811.     stroke: #888888
  3812. }
  3813.  
  3814. .group__legend .legend__sma {
  3815.     fill: #888888
  3816. }
  3817.  
  3818. .group__legend .legend__median {
  3819.     fill: #5a95ff
  3820. }
  3821.  
  3822. .group__legend .legend__avg {
  3823.     fill: #ff5a69
  3824. }
  3825.  
  3826. .group__legend .legend__date {
  3827.     fill: #739098
  3828. }
  3829.  
  3830. .group__legend .legend__min-max {
  3831.     fill: #739098
  3832. }
  3833.  
  3834. .group__legend .legend__min-max_closed {
  3835.     fill: #739098
  3836. }
  3837.  
  3838. .y-grid-price path,
  3839. .y-grid-volume path {
  3840.     stroke: #265663
  3841. }
  3842.  
  3843. .y-grid-price line,
  3844. .y-grid-volume line {
  3845.     stroke: #265663;
  3846.     stroke-dasharray: 3;
  3847.     stroke-opacity: .25
  3848. }
  3849.  
  3850. .x-axis line,
  3851. .x-axis path {
  3852.     stroke: #265663
  3853. }
  3854.  
  3855. .y-axis-price line,
  3856. .y-axis-price path {
  3857.     stroke: #265663
  3858. }
  3859.  
  3860. .y-axis-volume line,
  3861. .y-axis-volume path {
  3862.     stroke: #265663
  3863. }
  3864.  
  3865. .chart__donchian {
  3866.     fill: #265663;
  3867.     stroke: rgba(23, 30, 33, .5);
  3868.     stroke-opacity: .25;
  3869.     fill-opacity: .15;
  3870.     stroke-dasharray: 5
  3871. }
  3872.  
  3873. .chart__avgprice {
  3874.     fill: none;
  3875.     stroke-width: 2;
  3876.     stroke: #ff5a69
  3877. }
  3878.  
  3879. .chart__median-price {
  3880.     fill: none;
  3881.     stroke-width: 2;
  3882.     stroke: #5a95ff
  3883. }
  3884.  
  3885. .chart__sma-price {
  3886.     fill: none;
  3887.     stroke-width: 2;
  3888.     stroke: #464646
  3889. }
  3890.  
  3891. .chart__candle .candle--green {
  3892.     fill: #39a57e;
  3893.     stroke: #2c7f61
  3894. }
  3895.  
  3896. .chart__candle .candle--green.active {
  3897.     fill: #75cfaf;
  3898.     stroke: #39a57e
  3899. }
  3900.  
  3901. .chart__candle .stem--green {
  3902.     stroke: #2c7f61
  3903. }
  3904.  
  3905. .chart__candle .stem--green.active {
  3906.     stroke: #39a57e
  3907. }
  3908.  
  3909. .chart__candle .candle--red {
  3910.     fill: #a5397f;
  3911.     stroke: #7f2c62
  3912. }
  3913.  
  3914. .chart__candle .candle--red.active {
  3915.     fill: #cf75af;
  3916.     stroke: #a5397f
  3917. }
  3918.  
  3919. .chart__candle .stem--red {
  3920.     stroke: #7f2c62
  3921. }
  3922.  
  3923. .chart__candle .stem--red.active {
  3924.     stroke: #a5397f
  3925. }
  3926.  
  3927. .chart__volumes rect {
  3928.     fill: #265663
  3929. }
  3930.  
  3931. .chart__volumes rect.active {
  3932.     fill: #4296ad
  3933. }
  3934.  
  3935. .pointer__line {
  3936.     stroke: #265663;
  3937.     stroke-dasharray: 3;
  3938.     stroke-opacity: .25
  3939. }
  3940.  
  3941. .pointer__circle-avg {
  3942.     fill: #ff5a69;
  3943.     stroke-width: 1;
  3944.     stroke: #c00011
  3945. }
  3946.  
  3947. .pointer__circle-median {
  3948.     fill: #5a95ff;
  3949.     stroke-width: 1;
  3950.     stroke: #0057f3
  3951. }
  3952.  
  3953. .pointer__circle-sma {
  3954.     fill: #464646;
  3955.     stroke-width: 1;
  3956.     stroke: #000
  3957. }
  3958.  
  3959. .group__controls>rect {
  3960.     stroke: rgba(23, 30, 33, .5);
  3961.     stroke-opacity: .25;
  3962.     stroke-dasharray: 5;
  3963.     stroke-width: 1px;
  3964.     fill: #161616
  3965. }
  3966.  
  3967. .group__controls text {
  3968.     fill: #265663
  3969. }
  3970.  
  3971. .group__controls>g:hover text {
  3972.     fill: #399ea5
  3973. }
  3974.  
  3975. .switch__sma line {
  3976.     stroke: #464646;
  3977.     stroke-width: 2
  3978. }
  3979.  
  3980. .switch__median line {
  3981.     stroke-width: 2;
  3982.     stroke: #5a95ff
  3983. }
  3984.  
  3985. .switch__avg line {
  3986.     stroke-width: 2;
  3987.     stroke: #ff5a69
  3988. }
  3989.  
  3990. .switch__donch rect {
  3991.     fill: #265663;
  3992.     stroke: rgba(23, 30, 33, .5);
  3993.     stroke-opacity: .25;
  3994.     fill-opacity: .15;
  3995.     stroke-dasharray: 5
  3996. }
  3997.  
  3998. .auth__page .content__header--transparent header>h1 {
  3999.     color: #101010
  4000. }
  4001.  
  4002. .auth__page .content__body .flex--container {
  4003.     background: #fff
  4004. }
  4005.  
  4006. @media (max-width:991px) {
  4007.     .auth__errors {
  4008.         border-bottom: 1px solid rgba(180, 194, 197, .2)
  4009.     }
  4010. }
  4011.  
  4012. .error__code {
  4013.     font-size: 6em;
  4014.     -webkit-box-align: center;
  4015.     -ms-flex-align: center;
  4016.     align-items: center;
  4017.     margin-bottom: 20px;
  4018.     color: #265663;
  4019.     text-transform: uppercase
  4020. }
  4021.  
  4022. .tos__body {
  4023.     background: #161616
  4024. }
  4025.  
  4026. .faq .just_link {
  4027.     padding: 10px;
  4028.     background: #101010
  4029. }
  4030.  
  4031. .faq__body {
  4032.     background: #161616
  4033. }
  4034.  
  4035. .contacts__body {
  4036.     background: #161616;
  4037.     -webkit-box-orient: vertical;
  4038.     -webkit-box-direction: normal;
  4039.     -ms-flex-direction: column;
  4040.     flex-direction: column
  4041. }
  4042.  
  4043. .social_links {
  4044.     background: #101010;
  4045.     padding: 10px;
  4046.     margin-bottom: 10px
  4047. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement