.data_24_hour {
  border: 0.125rem solid #2f2f2f;
  border-top-left-radius: 0.09375rem;
  border-bottom-left-radius: 0.09375rem;
  border-bottom-right-radius: 0.09375rem;
  background-color: #000000;
  font-size: 1.125rem;
  color: #999999;
  width: 13.875rem; }
  .data_24_hour .market_summary {
    border-bottom: 0.125rem solid #2f2f2f;
    display: flex;
    flex-direction: column;
    height: 20rem;
    text-align: left;
    line-height: 1; }
    .data_24_hour .market_summary .market_summary_title {
      font-size: 1.125rem;
      padding: 0.8125rem 1rem 0;
      line-height: 1; }
    .data_24_hour .market_summary .content {
      display: flex;
      flex: 1 1;
      flex-direction: column;
      overflow: hidden;
      margin-top: 0.25rem;
      padding: 0;
      position: relative; }
      .data_24_hour .market_summary .content > div {
        flex: 1 1; }
      .data_24_hour .market_summary .content .currency_positive .item:first-child,
      .data_24_hour .market_summary .content .currency_negative .item:last-child {
        font-size: 1.125rem;
        position: relative;
        z-index: 3; }
        .data_24_hour .market_summary .content .currency_positive .item:first-child .currency_name,
        .data_24_hour .market_summary .content .currency_negative .item:last-child .currency_name {
          padding-left: 0; }
        .data_24_hour .market_summary .content .currency_positive .item:first-child .delta,
        .data_24_hour .market_summary .content .currency_negative .item:last-child .delta {
          margin-top: 0.109375rem; }
      .data_24_hour .market_summary .content .currency_positive .item:first-child {
        padding-top: 0.375rem; }
      .data_24_hour .market_summary .content .currency_positive {
        display: inline-block;
        position: relative; }
        .data_24_hour .market_summary .content .currency_positive:before {
          content: "";
          background: radial-gradient(ellipse 100% 70% at 0 60%, rgba(89, 144, 85, 0.3), transparent);
          display: inline-block;
          position: absolute;
          pointer-events: none;
          height: 100%;
          left: 0;
          bottom: 0;
          width: 100%; }
      .data_24_hour .market_summary .content .delimiter {
        position: relative;
        margin-bottom: 0.3125rem;
        min-height: 1rem; }
        .data_24_hour .market_summary .content .delimiter:before {
          content: "";
          background: linear-gradient(transparent, black 40%, black 60%, transparent);
          display: inline-block;
          position: absolute;
          pointer-events: none;
          height: 9rem;
          left: 0;
          z-index: 1;
          top: 35%;
          transform: translateY(-50%);
          width: 100%; }
        .data_24_hour .market_summary .content .delimiter > .label {
          display: inline-block;
          position: absolute;
          text-align: center;
          font-size: 0.95rem;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          width: 100%;
          z-index: 3; }
          .data_24_hour .market_summary .content .delimiter > .label > .arrow {
            margin-left: 0.14062rem; }
            .data_24_hour .market_summary .content .delimiter > .label > .arrow:before {
              margin-right: 0.14062rem; }
            .data_24_hour .market_summary .content .delimiter > .label > .arrow._up {
              color: #599055;
              border-color: #599055; }
              .data_24_hour .market_summary .content .delimiter > .label > .arrow._up:before {
                display: inline-block;
                border-left: 0.30938rem solid transparent;
                border-right: 0.30938rem solid transparent;
                content: "";
                border-top: 0;
                border-bottom: 0.61875rem solid #599055; }
            .data_24_hour .market_summary .content .delimiter > .label > .arrow._down {
              color: #a32b2b;
              border-color: #a32b2b; }
              .data_24_hour .market_summary .content .delimiter > .label > .arrow._down:before {
                display: inline-block;
                border-left: 0.30938rem solid transparent;
                border-right: 0.30938rem solid transparent;
                content: "";
                border-top: 0.61875rem solid #a32b2b;
                border-bottom: 0; }
            .data_24_hour .market_summary .content .delimiter > .label > .arrow._zero {
              color: #599055;
              border-color: #599055; }
              .data_24_hour .market_summary .content .delimiter > .label > .arrow._zero:before {
                display: inline-block;
                border-left: 0.30938rem solid transparent;
                border-right: 0.30938rem solid transparent;
                content: "";
                display: none; }
            .data_24_hour .market_summary .content .delimiter > .label > .arrow._not_available {
              color: #2f2f2f;
              border-color: #2f2f2f; }
              .data_24_hour .market_summary .content .delimiter > .label > .arrow._not_available:before {
                display: inline-block;
                border-left: 0.30938rem solid transparent;
                border-right: 0.30938rem solid transparent;
                content: "";
                display: none; }
      .data_24_hour .market_summary .content .currency_negative {
        display: inline-block;
        position: relative; }
        .data_24_hour .market_summary .content .currency_negative:before {
          content: "";
          background: radial-gradient(ellipse 100% 90% at 0 80%, rgba(163, 43, 43, 0.25), transparent);
          display: inline-block;
          position: absolute;
          pointer-events: none;
          height: 100%;
          left: 0;
          bottom: 0;
          width: 100%; }
      .data_24_hour .market_summary .content .item {
        display: inline-block;
        float: left;
        font-size: 1rem;
        text-align: left;
        padding: 0 0 0.3125rem 1rem;
        width: 100%; }
        .data_24_hour .market_summary .content .item .currency_name {
          padding-left: 1rem; }
        .data_24_hour .market_summary .content .item._up {
          color: #599055; }
        .data_24_hour .market_summary .content .item._down {
          color: #a32b2b; }
        .data_24_hour .market_summary .content .item._zero {
          color: #599055; }
        .data_24_hour .market_summary .content .item._not_available {
          color: #2f2f2f; }
        .data_24_hour .market_summary .content .item .delta {
          border: 0.09375rem solid;
          border-radius: 0.09375rem;
          float: right;
          display: inline-block;
          color: #599055;
          overflow: hidden;
          margin-top: 0;
          margin-right: 0.34375rem;
          padding: 0.09375rem 0.25rem;
          white-space: nowrap;
          font-size: 0.9rem;
          margin-left: 0.14062rem; }
          .data_24_hour .market_summary .content .item .delta:before {
            margin-right: 0.14062rem; }
          .data_24_hour .market_summary .content .item .delta._up {
            color: #599055;
            border-color: #599055; }
            .data_24_hour .market_summary .content .item .delta._up:before {
              display: inline-block;
              border-left: 0.30938rem solid transparent;
              border-right: 0.30938rem solid transparent;
              content: "";
              border-top: 0;
              border-bottom: 0.61875rem solid #599055; }
          .data_24_hour .market_summary .content .item .delta._down {
            color: #a32b2b;
            border-color: #a32b2b; }
            .data_24_hour .market_summary .content .item .delta._down:before {
              display: inline-block;
              border-left: 0.30938rem solid transparent;
              border-right: 0.30938rem solid transparent;
              content: "";
              border-top: 0.61875rem solid #a32b2b;
              border-bottom: 0; }
          .data_24_hour .market_summary .content .item .delta._zero {
            color: #599055;
            border-color: #599055; }
            .data_24_hour .market_summary .content .item .delta._zero:before {
              display: inline-block;
              border-left: 0.30938rem solid transparent;
              border-right: 0.30938rem solid transparent;
              content: "";
              display: none; }
          .data_24_hour .market_summary .content .item .delta._not_available {
            color: #2f2f2f;
            border-color: #2f2f2f; }
            .data_24_hour .market_summary .content .item .delta._not_available:before {
              display: inline-block;
              border-left: 0.30938rem solid transparent;
              border-right: 0.30938rem solid transparent;
              content: "";
              display: none; }
  .data_24_hour .cryptocurrency_list {
    width: 100%; }
    .data_24_hour .cryptocurrency_list .cryptocurrency_item {
      display: flex;
      color: #999999;
      cursor: pointer;
      overflow: hidden;
      padding: 0.78125rem 0 0 0.46875rem;
      position: relative;
      text-decoration: none;
      line-height: 1; }
      .data_24_hour .cryptocurrency_list .cryptocurrency_item:hover .price {
        text-decoration: underline; }
      .data_24_hour .cryptocurrency_list .cryptocurrency_item .img-cell {
        margin: 0 0.40625rem 0.6875rem 0;
        text-align: center;
        width: 2.875rem;
        z-index: 1; }
        .data_24_hour .cryptocurrency_list .cryptocurrency_item .img-cell .img-wrapper {
          height: 2.875rem;
          width: 2.875rem; }
          .data_24_hour .cryptocurrency_list .cryptocurrency_item .img-cell .img-wrapper img {
            height: 100%;
            object-fit: contain;
            opacity: 0.5;
            width: 100%; }
        .data_24_hour .cryptocurrency_list .cryptocurrency_item .img-cell .ticker {
          display: inline-block;
          margin-top: 0.40625rem; }
      .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell {
        overflow: hidden;
        width: 100%; }
        .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell .spark {
          height: 2.875rem; }
          .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell .spark > div {
            height: 100%; }
        .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell .price-wrapper {
          font-size: 1rem; }
          .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell .price-wrapper .price {
            display: inline-block;
            overflow: hidden;
            margin-top: 0.46875rem;
            margin-left: 0.34375rem;
            text-overflow: ellipsis;
            text-align: left; }
            .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell .price-wrapper .price .suffix {
              font-size: 0.8em;
              vertical-align: top; }
          .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell .price-wrapper .delta {
            border: 0.09375rem solid;
            border-radius: 0.09375rem;
            float: right;
            display: inline-block;
            color: #599055;
            overflow: hidden;
            margin-top: 0.28125rem;
            margin-right: 0.34375rem;
            padding: 0.109375rem 0.25rem;
            white-space: nowrap;
            margin-left: 0.15625rem; }
            .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell .price-wrapper .delta:before {
              margin-right: 0.15625rem; }
            .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell .price-wrapper .delta._up {
              color: #599055;
              border-color: #599055; }
              .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell .price-wrapper .delta._up:before {
                display: inline-block;
                border-left: 0.34375rem solid transparent;
                border-right: 0.34375rem solid transparent;
                content: "";
                border-top: 0;
                border-bottom: 0.6875rem solid #599055; }
            .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell .price-wrapper .delta._down {
              color: #a32b2b;
              border-color: #a32b2b; }
              .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell .price-wrapper .delta._down:before {
                display: inline-block;
                border-left: 0.34375rem solid transparent;
                border-right: 0.34375rem solid transparent;
                content: "";
                border-top: 0.6875rem solid #a32b2b;
                border-bottom: 0; }
            .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell .price-wrapper .delta._zero {
              color: #599055;
              border-color: #599055; }
              .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell .price-wrapper .delta._zero:before {
                display: inline-block;
                border-left: 0.34375rem solid transparent;
                border-right: 0.34375rem solid transparent;
                content: "";
                display: none; }
            .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell .price-wrapper .delta._not_available {
              color: #2f2f2f;
              border-color: #2f2f2f; }
              .data_24_hour .cryptocurrency_list .cryptocurrency_item .info-cell .price-wrapper .delta._not_available:before {
                display: inline-block;
                border-left: 0.34375rem solid transparent;
                border-right: 0.34375rem solid transparent;
                content: "";
                display: none; }
      .data_24_hour .cryptocurrency_list .cryptocurrency_item:before {
        display: inline-block;
        content: '';
        background: radial-gradient(circle calc(2.875rem) at top left, #1a1a1a, #000000);
        position: absolute;
        left: 0;
        z-index: 0;
        top: 0;
        height: 100%;
        width: 3.75rem; }

#currency-block,
.data_24_hour {
  height: 100%;
  overflow: hidden; }

.data_24_hour {
  display: flex;
  flex-direction: column; }

.currency-slide {
  position: relative;
  align-self: flex-start;
  margin: 0.28125rem 0.69565rem 0.1875rem;
  text-align: center;
  line-height: 1;
  font-size: 1.5rem;
  z-index: 1;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  border-color: transparent;
  border-width: 0 0 0.09375rem 0;
  border-style: solid; }
  .currency-slide .price .suffix {
    font-size: 0.8em;
    vertical-align: top; }
  .currency-slide:nth-child(odd) {
    align-self: flex-end; }
  .currency-slide._up, .currency-slide._zero {
    color: #599055; }
  .currency-slide._down {
    color: #a32b2b; }
  .currency-slide__percent {
    margin-left: 0.55rem; }
    .currency-slide__percent:before {
      margin-right: 0.55rem; }
    .currency-slide__percent._up {
      color: #599055;
      border-color: #599055; }
      .currency-slide__percent._up:before {
        display: inline-block;
        border-left: 0.51562rem solid transparent;
        border-right: 0.51562rem solid transparent;
        content: "";
        border-top: 0;
        border-bottom: 1.03125rem solid #599055; }
    .currency-slide__percent._down {
      color: #a32b2b;
      border-color: #a32b2b; }
      .currency-slide__percent._down:before {
        display: inline-block;
        border-left: 0.51562rem solid transparent;
        border-right: 0.51562rem solid transparent;
        content: "";
        border-top: 1.03125rem solid #a32b2b;
        border-bottom: 0; }
    .currency-slide__percent._zero {
      color: #599055;
      border-color: #599055; }
      .currency-slide__percent._zero:before {
        display: inline-block;
        border-left: 0.51562rem solid transparent;
        border-right: 0.51562rem solid transparent;
        content: "";
        display: none; }
    .currency-slide__percent._not_available {
      color: #2f2f2f;
      border-color: #2f2f2f; }
      .currency-slide__percent._not_available:before {
        display: inline-block;
        border-left: 0.51562rem solid transparent;
        border-right: 0.51562rem solid transparent;
        content: "";
        display: none; }
  .currency-slide:hover {
    border-color: currentColor;
    border-width: 0 0 0.09375rem 0;
    border-style: solid; }


.main-panel {
  border-top: 0.125rem solid #2f2f2f;
  font-size: 1rem;
  color: #999999; }
  .main-panel a {
    color: #999999; }
  .main-panel .display_setting {
    display: flex; }
    .main-panel .display_setting .collapsible_content {
      height: 0; }
    .main-panel .display_setting.expanded .collapsible_content {
      border-top: 0.125rem solid #2f2f2f;
      height: 22.75rem; }
    .main-panel .display_setting.expanded .setting_header.select-wrapper:after {
      transform: translate3d(0, 30%, 0) rotate(-225deg); }
    .main-panel .display_setting .column {
      width: 9.71875rem; }
      .main-panel .display_setting .column .setting_header {
        display: flex;
        align-items: center;
        cursor: pointer;
        height: 3.59375rem;
        padding: 0 0.875rem; }
        .main-panel .display_setting .column .setting_header > * {
          font-size: 1.125rem; }
        .main-panel .display_setting .column .setting_header > div {
          padding: 0; }
        .main-panel .display_setting .column .setting_header.btn {
          justify-content: left;
          width: 100%; }
          .main-panel .display_setting .column .setting_header.btn .btn__img-wrapper {
            margin-right: 0.8125rem;
            padding: 0.5625rem;
            height: 2.875rem;
            width: 2.875rem; }
      .main-panel .display_setting .column.sound_notification {
        width: 41.34375rem; }
      .main-panel .display_setting .column.flying_coin {
        flex: 1 0; }

.btn {
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0.125rem solid #2f2f2f;
  border-radius: 0.09375rem;
  cursor: pointer;
  outline: none;
  padding: 0;
  color: #999999;
  font-size: 1rem; }

.btn_with-label {
  border: none;
  width: auto; }
  .btn_with-label .btn__img-wrapper {
    border: 0.125rem solid #2f2f2f;
    margin-right: 0.8125rem; }

.btn__img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.btn__img-wrapper {
  width: calc(2.875rem - 2 * 0.125rem);
  height: calc(2.875rem - 2 * 0.125rem);
  padding: 0.5625rem;
  display: flex;
  justify-content: center;
  align-items: center; }

._hidden {
  visibility: hidden; }

.filter_wrapper {
  border-right: 0.125rem solid #2f2f2f;
  font-size: 1.3334375rem;
  height: 100%; }
  .filter_wrapper li {
    cursor: pointer;
    padding: 0.4375rem 0.875rem; }
    .filter_wrapper li > div,
    .filter_wrapper li > div > a {
      align-items: center;
      display: flex; }
    .filter_wrapper li .image {
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      overflow: hidden;
      margin-right: 0.875rem;
      height: 1.25rem;
      width: 1.75rem; }
      .filter_wrapper li .image.exchange {
        height: 1rem;
        width: 1rem; }
    .filter_wrapper li a {
      cursor: pointer;
      height: 100%;
      text-decoration: none;
      width: 100%; }

.track-vertical {
  height: 100%;
  right: 0;
  padding: 0.3125rem 0.3125rem 0.3125rem 0;
  position: absolute;
  width: 0.65625rem; }

.thumb-vertical {
  border-radius: 0.65625rem;
  background: #999999; }

.track-horizontal {
  width: 100%;
  right: 0;
  bottom: 0;
  padding: 0 0.3125rem 0.3125rem 0.3125rem;
  position: absolute;
  height: 0.65625rem; }

.thumb-horizontal {
  border-radius: 0.65625rem;
  background: #999999;
  height: 100%; }

.filter_wrapper.sound_notification {
  font-size: 1.125rem; }
  .filter_wrapper.sound_notification .filter_group {
    margin: 0 0.875rem; }
    .filter_wrapper.sound_notification .filter_group:not(:first-child) {
      border-top: 0.125rem solid #2f2f2f; }
    .filter_wrapper.sound_notification .filter_group .row {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      margin: 0.875rem 0; }
      .filter_wrapper.sound_notification .filter_group .row > div {
        display: flex;
        flex: 1 0;
        margin-right: 0.875rem; }
        .filter_wrapper.sound_notification .filter_group .row > div:last-child {
          margin-right: 0; }
      .filter_wrapper.sound_notification .filter_group .row .col1 {
        flex: 0 0; }
        .filter_wrapper.sound_notification .filter_group .row .col1 .select-wrapper > * {
          width: 2.875rem;
          height: 2.875rem;
          padding: 0; }
        .filter_wrapper.sound_notification .filter_group .row .col1 .select-wrapper:after {
          right: 50%;
          transform: translate3d(50%, 20%, 0) rotate(-225deg); }
      .filter_wrapper.sound_notification .filter_group .row .col2 {
        flex: 0 0 8.9375rem; }
      .filter_wrapper.sound_notification .filter_group .row .col3 {
        align-items: center;
        flex-basis: 15rem;
        margin-right: 0.25rem; }
      .filter_wrapper.sound_notification .filter_group .row .col4 {
        flex: 0 0 6.75rem;
        margin-right: 0.84375rem; }
      .filter_wrapper.sound_notification .filter_group .row .col5 {
        flex: 0 0 2.875rem; }
    .filter_wrapper.sound_notification .filter_group.collapsed .row:not(:first-child) {
      display: none; }
    .filter_wrapper.sound_notification .filter_group.collapsed .row:first-child .col1 .select-wrapper:after {
      transform: translate3d(50%, -30%, 0) rotate(-45deg); }
  .filter_wrapper.sound_notification .condition_time .col2 .select-wrapper {
    flex: 0 0 8.9375rem; }
  .filter_wrapper.sound_notification .condition_time .col3 .input_dark {
    margin-right: 0.625rem;
    flex: 0 0 4.1875rem;
    min-width: 0;
    width: 0; }
  .filter_wrapper.sound_notification .condition_price .col2 {
    align-items: flex-end;
    flex-direction: column; }
  .filter_wrapper.sound_notification .condition_price .col3 .select-wrapper {
    flex: 0 0 8.9375rem; }
  .filter_wrapper.sound_notification .condition_price .col3 > span {
    margin-left: auto; }
  .filter_wrapper.sound_notification .condition_price .col3 .input_dark {
    flex: 0 0 5.1875rem;
    min-width: 0;
    width: 0; }
  .filter_wrapper.sound_notification .high_low_sound {
    padding: 1rem 0 1rem 0; }
    .filter_wrapper.sound_notification .high_low_sound .label {
      display: flex;
      align-items: center;
      cursor: pointer; }
      .filter_wrapper.sound_notification .high_low_sound .label input {
        flex-basis: auto;
        margin: 0 1rem 0 0.625rem;
        height: 1.3125rem;
        width: 1.3125rem; }

.hidden {
  display: none; }


.setting_animation {
  padding: 0.875rem 0 0.875rem 0.875rem; }
  .setting_animation .title {
    display: flex;
    align-items: center; }
    .setting_animation .title .btn {
      margin-right: 1rem; }
  .setting_animation .label {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .setting_animation .label:not(:last-child) {
      margin-bottom: 1rem; }
    .setting_animation .label input {
      flex-basis: auto;
      margin: 0 1rem 0 0.625rem;
      height: 1.3125rem;
      width: 1.3125rem; }
  .setting_animation .radio_group {
    margin-bottom: 1em;
    padding-left: calc(2.875rem + 1em); }

.map_section {
  width: 100%;
  height: 100%; }
  .map_section #map_countries g, .map_section #map_countries path, .map_section #map_countries polygon {
    transition: stroke 0.8s linear; }
  .map_section #map.pulse > #map_country_pulse > path {
    animation: pulsate 1.666s infinite;
    paint-order: stroke; }

@keyframes pulsate {
  0% {
    stroke-width: 0;
    stroke-opacity: 1; }
  100% {
    stroke-width: 45;
    stroke-opacity: 0; } }
  .map_section #grid {
    margin: 0.7rem;
    z-index: 100; }
    .map_section #grid .vertical_percentage {
      display: table;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      counter-reset: line-number; }
      .map_section #grid .vertical_percentage div {
        counter-increment: line-number;
        border-right: 1px solid #4E4D4D;
        display: inline-block;
        height: 100%;
        width: 1%;
        transform: translateX(-1px); }
        .map_section #grid .vertical_percentage div:before {
          float: right; }
        .map_section #grid .vertical_percentage div:nth-child(10n) {
          border-color: #999999; }
          .map_section #grid .vertical_percentage div:nth-child(10n):before {
            content: counter(line-number) "%"; }
        .map_section #grid .vertical_percentage div:nth-child(57):before {
          margin-top: -2ch;
          content: "longitude"; }
    .map_section #grid .horizontal_percentage {
      display: table;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      counter-reset: line-number; }
      .map_section #grid .horizontal_percentage div {
        counter-increment: line-number;
        position: relative;
        border-bottom: 1px solid #4E4D4D;
        width: 100%;
        height: 1%;
        transform: translateY(-1px); }
        .map_section #grid .horizontal_percentage div:before {
          position: absolute;
          bottom: 0; }
        .map_section #grid .horizontal_percentage div:nth-child(10n) {
          border-color: #999999; }
          .map_section #grid .horizontal_percentage div:nth-child(10n):before {
            content: counter(line-number) "%"; }
        .map_section #grid .horizontal_percentage div:nth-child(52):before {
          margin-left: -4ch;
          content: "latitude";
          transform: rotate(-90deg); }
  .map_section .map {
    padding: 0.7rem;
    height: 85%;
    width: 100%;
    position: relative; }
    .map_section .map svg {
      height: 100%;
      width: 100%; }
  .map_section .control {
    position: absolute;
    top: 0.875rem;
    right: 0.875rem;
    z-index: 7; }
    .map_section .control .logo {
      float: right;
      margin-bottom: 0.90625rem;
      width: 100%; }
      .map_section .control .logo svg {
        float: right;
        height: 1.9375rem;
        width: 6.0625rem; }
    .map_section .control button {
      background: transparent;
      border: none;
      cursor: pointer;
      display: block;
      float: right;
      padding: 0; }
      .map_section .control button:focus, .map_section .control button:active {
        outline: none; }
      .map_section .control button svg {
        display: none;
        float: right;
        height: 1.0625rem;
        width: 1.0625rem; }
      .map_section .control button.play .svg_play {
        display: block; }
      .map_section .control button.pause .svg_pause {
        display: block; }
      .map_section .control button.globe {
        margin-right: 0.453125rem; }
        .map_section .control button.globe .svg_globe {
          display: block; }
  .map_section .map_left,
  .map_section .map_right {
    position: absolute;
    height: 100%;
    width: 4rem;
    top: 0;
    z-index: 5; }
    .map_section .map_left .currencies-list,
    .map_section .map_right .currencies-list {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%;
      width: 100%; }
  .map_section .map_left {
    left: 0; }
    .map_section .map_left .currencies-list {
      flex-wrap: wrap; }
  .map_section .map_right {
    right: 0; }
    .map_section .map_right .currencies-list {
      flex-wrap: wrap-reverse; }
  .map_section .map_top,
  .map_section .map_footer {
    flex-flow: column;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    width: 100%; }
    .map_section .map_top .chart_traded_per_second_container,
    .map_section .map_footer .chart_traded_per_second_container {
      position: relative;
      height: 7.8125rem;
      margin-bottom: 0.71875rem;
      overflow: visible;
      width: 100%;
      z-index: 4; }
      .map_section .map_top .chart_traded_per_second_container .chart__area,
      .map_section .map_footer .chart_traded_per_second_container .chart__area {
        min-width: 100%;
        position: absolute;
        opacity: 0.8;
        overflow: visible !important;
        top: 0; }
        .map_section .map_top .chart_traded_per_second_container .chart__area .highcharts-container,
        .map_section .map_footer .chart_traded_per_second_container .chart__area .highcharts-container {
          overflow: visible !important; }
          .map_section .map_top .chart_traded_per_second_container .chart__area .highcharts-container svg,
          .map_section .map_footer .chart_traded_per_second_container .chart__area .highcharts-container svg {
            overflow: visible; }
          .map_section .map_top .chart_traded_per_second_container .chart__area .highcharts-container .data_label,
          .map_section .map_footer .chart_traded_per_second_container .chart__area .highcharts-container .data_label {
            color: #999999;
            font-size: 1rem;
            font-weight: normal;
            text-outline: none; }
    .map_section .map_top .currencies-list,
    .map_section .map_footer .currencies-list {
      display: flex;
      bottom: 0;
      flex-wrap: wrap;
      left: 0;
      justify-content: center;
      width: 100%;
      z-index: 6; }
      .map_section .map_top .currencies-list__divider,
      .map_section .map_footer .currencies-list__divider {
        flex: 0 0 100%; }
  .map_section .map_footer {
    bottom: 0; }
  .map_section .map_top {
    top: 0;
    z-index: 0; }
    .map_section .map_top .currencies-list {
      justify-content: flex-start; }
  .map_section .canvas-map {
    display: block;
    max-width: 100%; }
    .map_section .canvas-map._currencies {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 6; }
  .map_section #map-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .map_section .currencies-list {
    pointer-events: none; }
    .map_section .currencies-list .map-crypto-currency-list-item, .map_section .currencies-list .map-currency-list-item {
      pointer-events: all; }

.circle_animation_1, .circle_animation_2, .circle_animation_3 {
  width: 100vmax;
  height: 100vmax;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  animation: grow_circle 5s;
  -webkit-animation: grow_circle 5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out; }
  .circle_animation_1.up, .circle_animation_2.up, .circle_animation_3.up {
    background: #41653F; }
  .circle_animation_1.down, .circle_animation_2.down, .circle_animation_3.down {
    background: #712525; }

.circle_animation_2 {
  animation-delay: 1s; }

.circle_animation_3 {
  animation-delay: 2s; }

@-webkit-keyframes grow_circle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.5; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

.map-currency-list-item {
  background: radial-gradient(circle 3.8125rem at top left, #1a1a1a, transparent);
  color: #999999;
  display: flex;
  padding: 0.625rem 0.46875rem; }
  .map-currency-list-item[data-map_column="0"] {
    order: 0; }
  .map-currency-list-item[data-map_column="1"] {
    order: 1; }
  .map-currency-list-item[data-map_column="2"] {
    order: 2; }
  .map-currency-list-item[data-map_column="3"] {
    order: 3; }
  .map-currency-list-item .expand-btn {
    background: transparent;
    border: none;
    display: flex;
    overflow: hidden;
    color: #999999;
    cursor: pointer;
    font-size: 1.125rem;
    outline: none;
    padding: 0;
    position: relative;
    flex-direction: column;
    align-items: center; }
    .map-currency-list-item .expand-btn .flag-wrapper {
      height: 1.44375rem;
      width: 2.0125rem; }
      .map-currency-list-item .expand-btn .flag-wrapper .flag {
        border-radius: 0.09375rem;
        height: 100%;
        filter: grayscale(1);
        opacity: .2;
        transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
        width: 100%; }
    .map-currency-list-item .expand-btn .name {
      margin-top: 0.375rem; }
  .map-currency-list-item .expand-area {
    max-width: 0;
    overflow: hidden;
    transition: max-width 0.3s ease-in-out;
    padding: .4em 0 .6em;
    display: flex;
    flex-direction: column; }
    .map-currency-list-item .expand-area .volume {
      font-size: 1.5rem; }
    .map-currency-list-item .expand-area .price {
      margin-top: auto; }
  .map-currency-list-item.expanded .expand-area {
    max-width: 18.75rem;
    padding-right: .4em; }
  .map-currency-list-item.expanded .flag {
    filter: grayscale(0);
    opacity: 1; }

.map-crypto-currency-list-item {
  background: radial-gradient(circle 3.8125rem at top left, #1a1a1a, transparent);
  color: #999999;
  display: flex;
  padding: 0.3125rem 0.46875rem;
  width: 3rem;
  height: 3.54375rem;
  font-size: 3rem; }
  .map-crypto-currency-list-item[data-map_column="0"] {
    order: 0; }
  .map-crypto-currency-list-item[data-map_column="1"] {
    order: 1; }
  .map-crypto-currency-list-item[data-map_column="2"] {
    order: 2; }
  .map-crypto-currency-list-item[data-map_column="3"] {
    order: 3; }
  .map-crypto-currency-list-item .expand-btn {
    background: transparent;
    border: none;
    display: flex;
    overflow: hidden;
    color: #999999;
    cursor: pointer;
    font-size: 1.125rem;
    outline: none;
    padding: 0;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .map-crypto-currency-list-item .expand-btn .flag-wrapper {
      height: 1.44375rem;
      width: 2.0125rem; }
      .map-crypto-currency-list-item .expand-btn .flag-wrapper .flag {
        border-radius: 0.09375rem;
        height: 100%;
        filter: grayscale(1);
        opacity: .2;
        transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
        width: auto; }

.btn_dropdown {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer; }

.btn_dropdown:hover, .btn_dropdown:focus {
  background-color: #2980B9; }

.globe_dropdown {
  position: relative;
  display: block; }

.map_list_dropdown_content {
  display: none;
  position: absolute;
  color: #999999;
  background-color: #1a1a1a;
  height: 22.75rem;
  top: 3.9rem;
  width: 19.4375rem;
  right: calc(2.125rem + 0.453125rem);
  z-index: 1;
  border: 0.125rem solid #2f2f2f;
  overflow: hidden; }
  .map_list_dropdown_content .crypto_list {
    border-right: 0.125rem solid #2f2f2f;
    width: 50%;
    min-height: 100%; }
    .map_list_dropdown_content .crypto_list .filter_wrapper {
      border: none; }
    .map_list_dropdown_content .crypto_list .image {
      filter: grayscale(1);
      width: 1.25rem; }
  .map_list_dropdown_content .fiat_list {
    min-height: 100%;
    width: 50%; }
    .map_list_dropdown_content .fiat_list .filter_wrapper {
      border: none; }

.show {
  display: flex; }

#map-block {
  height: 65.5vh;
  min-height: 44.25rem; }

.map-block {
  background: #000000;
  height: 100%;
  position: relative; }

.chart {
  border-bottom: 0.125rem solid #2f2f2f;
  height: 20rem; }
  .chart .btn_trade {
    border: 0.09375rem solid;
    border-radius: 0.09375rem;
    float: right;
    padding: 0.09375rem 0.25rem;
    width: 5.600625rem;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center; }
  .chart, .chart .info:before {
    background-color: #000000;
    transition: background-color 0.742s linear;
    animation-delay: 0.742s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 0.835s; }
  .chart.pulse_color.direction_up, .chart.pulse_color.direction_up .info:before {
    background-color: #212821; }
  .chart.pulse_color.direction_up.pulse_animation, .chart.pulse_color.direction_up.pulse_animation .info:before {
    animation-name: pulse_up; }
  .chart.pulse_color.direction_down, .chart.pulse_color.direction_down .info:before {
    background-color: #2B1C1C; }
  .chart.pulse_color.direction_down.pulse_animation, .chart.pulse_color.direction_down.pulse_animation .info:before {
    animation-name: pulse_down; }

@keyframes pulse_up {
  0%, 100% {
    background-color: #212821; }
  50% {
    background-color: #2E412D; } }

@keyframes pulse_down {
  0%, 100% {
    background-color: #2B1C1C; }
  50% {
    background-color: #482020; } }
  .chart .title {
    display: inline-block;
    color: currentColor;
    font-size: 1.125rem;
    padding: 0.8125rem 0.8125rem 0 1rem;
    line-height: 1;
    width: 100%; }
  .chart .info {
    z-index: 5;
    display: flex;
    align-items: flex-start;
    position: relative;
    line-height: 1;
    margin-top: 0.65625rem;
    padding: 0 0.8125rem 0 0.96875rem;
    height: 5.90625rem; }
    .chart .info:before {
      content: '';
      position: absolute;
      top: 0.20312rem;
      background: #000000;
      width: 1.25rem;
      height: 1.25rem;
      z-index: 2;
      right: 0;
      transform: translateX(0.5rem) rotate(-45deg); }
    .chart .info:after {
      border-bottom: 0.125rem solid #2f2f2f;
      border-right: 0.125rem solid #2f2f2f;
      content: '';
      position: absolute;
      top: 0.20312rem;
      background: transparent;
      width: 1.25rem;
      height: 1.25rem;
      z-index: 1;
      right: -0.0625rem;
      transform: translate(50%) rotate(-45deg); }
    .chart .info .currency_sign {
      font-size: 2.3859375rem; }
    .chart .info .price {
      font-size: 5.625rem;
      line-height: 0.92;
      position: relative;
      max-width: 15.75rem;
      text-overflow: ellipsis;
      transform: scaleY(1.2);
      letter-spacing: -0.04em; }
      .chart .info .price.price_5-digits {
        font-size: 5.8125rem; }
      .chart .info .price.price_6-digits {
        font-size: 5.625rem; }
      .chart .info .price.price_7-digits {
        font-size: 4.7875rem; }
      .chart .info .price.price_8-digits {
        font-size: 3.9375rem; }
      .chart .info .price.price_9-digits {
        font-size: 3.9375rem; }
      .chart .info .price.price_10-digits {
        font-size: 3.3rem; }
      .chart .info .price.price_11-digits {
        font-size: 2.6625rem; }
      .chart .info .price.price_12-digits {
        font-size: 2.025rem; }
      .chart .info .price.price_13-digits {
        font-size: 1.3875rem; }
    .chart .info .delta {
      border: 0.09375rem solid;
      border-radius: 0.09375rem;
      margin-left: 0.1875rem;
      display: inline-block;
      float: right;
      font-size: 1.25rem;
      color: #599055;
      overflow: hidden;
      padding: 0.203125rem 0.5rem;
      line-height: 1;
      margin-left: auto;
      white-space: nowrap;
      z-index: 2; }
      .chart .info .delta:before {
        margin-right: 0.1875rem; }
      .chart .info .delta._up {
        color: #599055;
        border-color: #599055; }
        .chart .info .delta._up:before {
          display: inline-block;
          border-left: 0.4375rem solid transparent;
          border-right: 0.4375rem solid transparent;
          content: "";
          border-top: 0;
          border-bottom: 0.875rem solid #599055; }
      .chart .info .delta._down {
        color: #a32b2b;
        border-color: #a32b2b; }
        .chart .info .delta._down:before {
          display: inline-block;
          border-left: 0.4375rem solid transparent;
          border-right: 0.4375rem solid transparent;
          content: "";
          border-top: 0.875rem solid #a32b2b;
          border-bottom: 0; }
      .chart .info .delta._zero {
        color: #599055;
        border-color: #599055; }
        .chart .info .delta._zero:before {
          display: inline-block;
          border-left: 0.4375rem solid transparent;
          border-right: 0.4375rem solid transparent;
          content: "";
          display: none; }
      .chart .info .delta._not_available {
        color: #2f2f2f;
        border-color: #2f2f2f; }
        .chart .info .delta._not_available:before {
          display: inline-block;
          border-left: 0.4375rem solid transparent;
          border-right: 0.4375rem solid transparent;
          content: "";
          display: none; }
  .chart .chart__area {
    height: 9.03125rem;
    margin: 0 auto;
    min-width: 100%; }
  .chart .flex_col {
    flex-flow: column wrap;
    margin-left: auto;
    z-index: 5; }
  .chart .price_min_max {
    display: inline-block;
    float: right;
    margin-top: 0.65625rem;
    text-align: right; }
    .chart .price_min_max .price_min,
    .chart .price_min_max .price_max {
      margin-left: 0.1875rem; }
      .chart .price_min_max .price_min:before,
      .chart .price_min_max .price_max:before {
        margin-right: 0.1875rem; }
      .chart .price_min_max .price_min._up,
      .chart .price_min_max .price_max._up {
        color: #599055;
        border-color: #599055; }
        .chart .price_min_max .price_min._up:before,
        .chart .price_min_max .price_max._up:before {
          display: inline-block;
          border-left: 0.39375rem solid transparent;
          border-right: 0.39375rem solid transparent;
          content: "";
          border-top: 0;
          border-bottom: 0.7875rem solid #599055; }
      .chart .price_min_max .price_min._down,
      .chart .price_min_max .price_max._down {
        color: #a32b2b;
        border-color: #a32b2b; }
        .chart .price_min_max .price_min._down:before,
        .chart .price_min_max .price_max._down:before {
          display: inline-block;
          border-left: 0.39375rem solid transparent;
          border-right: 0.39375rem solid transparent;
          content: "";
          border-top: 0.7875rem solid #a32b2b;
          border-bottom: 0; }
      .chart .price_min_max .price_min._zero,
      .chart .price_min_max .price_max._zero {
        color: #599055;
        border-color: #599055; }
        .chart .price_min_max .price_min._zero:before,
        .chart .price_min_max .price_max._zero:before {
          display: inline-block;
          border-left: 0.39375rem solid transparent;
          border-right: 0.39375rem solid transparent;
          content: "";
          display: none; }
      .chart .price_min_max .price_min._not_available,
      .chart .price_min_max .price_max._not_available {
        color: #2f2f2f;
        border-color: #2f2f2f; }
        .chart .price_min_max .price_min._not_available:before,
        .chart .price_min_max .price_max._not_available:before {
          display: inline-block;
          border-left: 0.39375rem solid transparent;
          border-right: 0.39375rem solid transparent;
          content: "";
          display: none; }
      .chart .price_min_max .price_min:before,
      .chart .price_min_max .price_max:before {
        border-top-color: inherit !important;
        border-bottom-color: inherit !important; }

.currency-calculator {
  color: #2f2f2f;
  font-size: 1.125rem;
  display: flex;
  padding: 0.3125rem 0.875rem;
  white-space: nowrap; }
  .currency-calculator .calculator_icon {
    flex: 0 0;
    margin-right: 0.875rem;
    height: 1.65625rem;
    width: 1.46875rem; }
  .currency-calculator .input_dark {
    flex: 1 0;
    color: #2f2f2f;
    padding: 0 0.3125rem;
    height: 1.65625rem;
    min-width: 0;
    width: 0; }
    .currency-calculator .input_dark::placeholder {
      color: #2f2f2f;
      opacity: 1; }
  .currency-calculator .label {
    flex: 0 0;
    line-height: 1.65625rem;
    padding: 0 0.8125rem; }

#stream-block {
  height: 100%;
  overflow: hidden; }

.stream_block {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .stream_block .tab_header {
    display: flex; }
    .stream_block .tab_header .tab {
      cursor: pointer;
      border-bottom: 0.125rem solid transparent;
      background: #262626;
      color: #999999;
      display: flex;
      align-items: center;
      line-height: 1.25rem;
      padding: 0.75rem 0.8125rem 0.5rem 0.8125rem;
      font-size: 1rem;
      cursor: pointer;
      flex: 1 1; }
      .stream_block .tab_header .tab:hover, .stream_block .tab_header .tab:focus, .stream_block .tab_header .tab:active, .stream_block .tab_header .tab.active, .stream_block .tab_header .tab:active:hover {
        color: #ccc;
        background-color: #1a1a1a; }
      .stream_block .tab_header .tab.active {
        background-color: #212121; }
      .stream_block .tab_header .tab:not(:last-child) {
        border-right: 0.125rem solid #2f2f2f; }
      .stream_block .tab_header .tab:not(.active) {
        border-bottom: 0.125rem solid #2f2f2f; }
      .stream_block .tab_header .tab.traded_in_past_label {
        flex-basis: 100%; }
        .stream_block .tab_header .tab.traded_in_past_label > svg {
          margin-right: 0.4375rem; }
      .stream_block .tab_header .tab > svg {
        height: auto;
        width: 1rem; }
      .stream_block .tab_header .tab .amount {
        margin-right: 0.4375rem; }
  .stream_block .content {
    height: 100%; }
    .stream_block .content .tab_body {
      height: 100%; }
      .stream_block .content .tab_body:not(.hidden) {
        display: flex;
        flex-direction: column; }

.transactions_feed {
  flex-basis: calc(65.5vh - 20rem - 2.5rem);
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .transactions_feed:after {
    background: linear-gradient(to bottom, transparent, #000000);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12.875rem;
    pointer-events: none; }

.transactions_feed {
  display: flex;
  overflow: hidden;
  height: 100%;
  flex-direction: column; }
  .transactions_feed .traded_in_past_label {
    background: #262626;
    flex: 0 0;
    color: #999999;
    display: flex;
    align-items: center;
    line-height: 1.25rem;
    padding: 0.75rem 0.8125rem 0.5rem 1rem; }
    .transactions_feed .traded_in_past_label .amount {
      font-size: 1rem;
      margin-right: 0.4375rem; }
    .transactions_feed .traded_in_past_label .label {
      font-size: 1.125rem; }
    .transactions_feed .traded_in_past_label .select-wrapper {
      margin-left: auto;
      width: 10.625rem; }
  .transactions_feed .transaction_list {
    display: flex;
    flex-direction: column;
    flex: 1 0; }

.transaction_list .transaction {
  display: flex;
  background: #212121;
  padding: 0.125rem 0.8125rem 0.1875rem 1rem;
  line-height: 1.25rem; }
  .transaction_list .transaction:nth-child(even) {
    background: #262626; }
  .transaction_list .transaction .img-wrapper {
    height: 1.25rem;
    overflow: hidden;
    width: 1.75rem; }
    .transaction_list .transaction .img-wrapper img {
      height: 100%;
      border-radius: 0.09375rem;
      object-fit: contain; }
    .transaction_list .transaction .img-wrapper .gray {
      filter: grayscale(1);
      -webkit-filter: grayscale(1);
      opacity: 0.5; }
  .transaction_list .transaction .exchange-name,
  .transaction_list .transaction .ticker-name,
  .transaction_list .transaction .time,
  .transaction_list .transaction .amount {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0.625rem; }
  .transaction_list .transaction .exchange-name {
    width: 5.34375rem; }
  .transaction_list .transaction .ticker-name {
    width: 20%; }
  .transaction_list .transaction .amount {
    width: 28%;
    margin-left: 2%; }
    .transaction_list .transaction .amount .arrow {
      display: inline-block; }
      .transaction_list .transaction .amount .arrow > svg {
        fill: #999999;
        height: 0.6875rem;
        width: 0.6875rem; }
    .transaction_list .transaction .amount .amount-value {
      margin-left: 0.25rem; }
  .transaction_list .transaction .time {
    width: 8.3125rem;
    text-align: right; }

#chat-block {
  width: 100%; }

.chat_block__content {
  background: #000000;
  display: flex;
  overflow: hidden;
  height: 100%; }
  .chat_block__content a:hover {
    text-decoration: underline; }
  .chat_block__content svg {
    height: auto;
    width: 1rem; }
  .chat_block__content .header {
    font-size: 1.125rem;
    align-items: center;
    display: flex;
    background: #212121;
    flex: 0 0 2.6875rem;
    padding: 0 0.25rem 0 0.8125rem;
    border-bottom: 0.125rem solid #2f2f2f; }
    .chat_block__content .header > div {
      height: auto; }
    .chat_block__content .header .toggle_list_category {
      cursor: pointer;
      cursor: pointer;
      flex: 0 0;
      margin-left: auto;
      padding: 0.5625rem;
      display: flex; }
      .chat_block__content .header .toggle_list_category:hover, .chat_block__content .header .toggle_list_category:focus, .chat_block__content .header .toggle_list_category:active, .chat_block__content .header .toggle_list_category.active, .chat_block__content .header .toggle_list_category:active:hover {
        color: #ccc; }
  .chat_block__content .chat_wrapper {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%; }
    .chat_block__content .chat_wrapper .chat_widget_host,
    .chat_block__content .chat_wrapper #chat_widget {
      height: 100%; }
    .chat_block__content .chat_wrapper .chat {
      flex-direction: column; }
      .chat_block__content .chat_wrapper .chat .content {
        flex-direction: column; }
    .chat_block__content .chat_wrapper .list_category_visible .list_category {
      display: flex; }
    .chat_block__content .chat_wrapper .list_category_visible .room_detail {
      display: none; }
    .chat_block__content .chat_wrapper .list_category {
      display: none;
      position: relative;
      flex: 1 1; }
      .chat_block__content .chat_wrapper .list_category .tree_view_first_level_container > .tree_view {
        background-color: #212121;
        padding: 0.875rem 0.9375rem; }
        .chat_block__content .chat_wrapper .list_category .tree_view_first_level_container > .tree_view:not(:last-child) {
          margin-bottom: 0.125rem; }
        .chat_block__content .chat_wrapper .list_category .tree_view_first_level_container > .tree_view .tree_view,
        .chat_block__content .chat_wrapper .list_category .tree_view_first_level_container > .tree_view .tree_view_child {
          padding: 0.125rem 0 0.1875rem 0; }
          .chat_block__content .chat_wrapper .list_category .tree_view_first_level_container > .tree_view .tree_view:last-child,
          .chat_block__content .chat_wrapper .list_category .tree_view_first_level_container > .tree_view .tree_view_child:last-child {
            padding-bottom: 0; }
      .chat_block__content .chat_wrapper .list_category .tree_view_item .tree_view,
      .chat_block__content .chat_wrapper .list_category .tree_view_item .dropdown_control,
      .chat_block__content .chat_wrapper .list_category .tree_view_item > span {
        cursor: pointer;
        color: #999999; }
        .chat_block__content .chat_wrapper .list_category .tree_view_item .tree_view:hover, .chat_block__content .chat_wrapper .list_category .tree_view_item .tree_view:focus, .chat_block__content .chat_wrapper .list_category .tree_view_item .tree_view:active, .chat_block__content .chat_wrapper .list_category .tree_view_item .tree_view.active, .chat_block__content .chat_wrapper .list_category .tree_view_item .tree_view:active:hover,
        .chat_block__content .chat_wrapper .list_category .tree_view_item .dropdown_control:hover,
        .chat_block__content .chat_wrapper .list_category .tree_view_item .dropdown_control:focus,
        .chat_block__content .chat_wrapper .list_category .tree_view_item .dropdown_control:active,
        .chat_block__content .chat_wrapper .list_category .tree_view_item .dropdown_control.active,
        .chat_block__content .chat_wrapper .list_category .tree_view_item .dropdown_control:active:hover,
        .chat_block__content .chat_wrapper .list_category .tree_view_item > span:hover,
        .chat_block__content .chat_wrapper .list_category .tree_view_item > span:focus,
        .chat_block__content .chat_wrapper .list_category .tree_view_item > span:active,
        .chat_block__content .chat_wrapper .list_category .tree_view_item > span.active,
        .chat_block__content .chat_wrapper .list_category .tree_view_item > span:active:hover {
          color: #ccc;
          text-decoration: underline; }
      .chat_block__content .chat_wrapper .list_category .tree_view_item .tree_view {
        text-decoration: none !important; }
      .chat_block__content .chat_wrapper .list_category .tree_view_item_atomic {
        cursor: pointer;
        color: #999999; }
        .chat_block__content .chat_wrapper .list_category .tree_view_item_atomic:hover, .chat_block__content .chat_wrapper .list_category .tree_view_item_atomic:focus, .chat_block__content .chat_wrapper .list_category .tree_view_item_atomic:active, .chat_block__content .chat_wrapper .list_category .tree_view_item_atomic.active, .chat_block__content .chat_wrapper .list_category .tree_view_item_atomic:active:hover {
          color: #ccc;
          text-decoration: underline; }
    .chat_block__content .chat_wrapper .room_detail .message_list {
      height: 100%; }
      .chat_block__content .chat_wrapper .room_detail .message_list .message_item {
        background: #212121;
        padding: .125rem .8125rem .1875rem 1rem;
        line-height: 1.25rem; }
        .chat_block__content .chat_wrapper .room_detail .message_list .message_item:last-of-type {
          padding-bottom: .5rem; }
        .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_author:before {
          background: linear-gradient(to right, rgba(33, 33, 33, 0), #212121);
          content: "";
          display: block;
          top: 0;
          right: 0;
          position: absolute;
          pointer-events: none;
          width: 30%;
          height: 100%;
          z-index: 1; }
        .chat_block__content .chat_wrapper .room_detail .message_list .message_item:nth-child(even) {
          background: #262626; }
          .chat_block__content .chat_wrapper .room_detail .message_list .message_item:nth-child(even) .message_author:before {
            background: linear-gradient(to right, rgba(38, 38, 38, 0), #262626); }
        .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_data {
          display: flex; }
          .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_data .message_timestamp {
            display: inline-block;
            margin-right: 0.875rem; }
          .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_data .message_author {
            display: inline-block;
            margin-right: 0.5rem;
            position: relative;
            min-width: 4.8rem;
            width: 4.8rem;
            max-width: 4.8rem;
            white-space: nowrap; }
            .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_data .message_author :not(.current_user) .dropdown_control {
              cursor: pointer;
              color: #999999; }
              .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_data .message_author :not(.current_user) .dropdown_control:hover, .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_data .message_author :not(.current_user) .dropdown_control:focus, .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_data .message_author :not(.current_user) .dropdown_control:active, .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_data .message_author :not(.current_user) .dropdown_control.active, .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_data .message_author :not(.current_user) .dropdown_control:active:hover {
                color: #ccc;
                text-decoration: underline; }
            .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_data .message_author .dropdown_control,
            .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_data .message_author > span {
              display: inline-block;
              overflow: hidden;
              max-width: 100%; }
            .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_data .message_author > .dropdown {
              margin-left: 0;
              max-width: 100%; }
            .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_data .message_author svg {
              margin-right: 0.2rem; }
          .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_data .message_text {
            display: inline-block;
            color: #ccc; }
        .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_show_less_control {
          text-align: right; }
          .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_show_less_control > span {
            cursor: pointer;
            color: #999999;
            cursor: pointer; }
            .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_show_less_control > span:hover, .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_show_less_control > span:focus, .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_show_less_control > span:active, .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_show_less_control > span.active, .chat_block__content .chat_wrapper .room_detail .message_list .message_item .message_show_less_control > span:active:hover {
              color: #ccc;
              text-decoration: underline; }
    .chat_block__content .chat_wrapper .room_detail .bottom_control {
      border-top: 0.125rem solid #2f2f2f;
      display: flex;
      align-items: center;
      background-color: #212121;
      padding: 0 0.875rem;
      flex: 0 0 3.71875rem; }
      .chat_block__content .chat_wrapper .room_detail .bottom_control.send_message_container {
        position: relative;
        border-top: 0;
        flex-basis: 0;
        padding: 0; }
        .chat_block__content .chat_wrapper .room_detail .bottom_control.send_message_container input[type=text] {
          background: #262626;
          border: 0;
          border-top: 0.125rem solid #2f2f2f;
          border-radius: 0;
          color: #999999;
          flex: 1 1;
          height: 1.85938rem;
          padding-right: 2.5rem;
          padding-left: 1rem; }
          .chat_block__content .chat_wrapper .room_detail .bottom_control.send_message_container input[type=text]::-webkit-input-placeholder {
            font-style: italic; }
          .chat_block__content .chat_wrapper .room_detail .bottom_control.send_message_container input[type=text]::-moz-placeholder {
            font-style: italic; }
          .chat_block__content .chat_wrapper .room_detail .bottom_control.send_message_container input[type=text]:-ms-input-placeholder {
            font-style: italic; }
          .chat_block__content .chat_wrapper .room_detail .bottom_control.send_message_container input[type=text]::-ms-input-placeholder {
            font-style: italic; }
          .chat_block__content .chat_wrapper .room_detail .bottom_control.send_message_container input[type=text]::placeholder {
            font-style: italic; }
        .chat_block__content .chat_wrapper .room_detail .bottom_control.send_message_container .send_message_button {
          cursor: pointer;
          display: flex;
          position: absolute;
          right: 0.3125rem;
          top: 50%;
          transform: translateY(-50%); }
          .chat_block__content .chat_wrapper .room_detail .bottom_control.send_message_container .send_message_button:hover, .chat_block__content .chat_wrapper .room_detail .bottom_control.send_message_container .send_message_button:focus, .chat_block__content .chat_wrapper .room_detail .bottom_control.send_message_container .send_message_button:active, .chat_block__content .chat_wrapper .room_detail .bottom_control.send_message_container .send_message_button.active, .chat_block__content .chat_wrapper .room_detail .bottom_control.send_message_container .send_message_button:active:hover {
            color: #ccc; }
      .chat_block__content .chat_wrapper .room_detail .bottom_control > .tree_view {
        display: flex;
        width: 100%; }
        .chat_block__content .chat_wrapper .room_detail .bottom_control > .tree_view > div {
          flex: 1 1; }
          .chat_block__content .chat_wrapper .room_detail .bottom_control > .tree_view > div:not(:last-child) {
            margin-right: 0.875rem; }
          .chat_block__content .chat_wrapper .room_detail .bottom_control > .tree_view > div > a {
            margin: 0; }
      .chat_block__content .chat_wrapper .room_detail .bottom_control .btn {
        padding: 0.5625rem;
        flex: 0 0 2.875rem;
        height: 2.875rem; }
        .chat_block__content .chat_wrapper .room_detail .bottom_control .btn > svg {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    .chat_block__content .chat_wrapper .dropdown:last-of-type {
      margin-left: 0.3em; }
    .chat_block__content .chat_wrapper .dropdown .dropdown_body {
      border: 0.125rem solid #2f2f2f; }
      .chat_block__content .chat_wrapper .dropdown .dropdown_body > * {
        cursor: pointer;
        color: #999999;
        display: flex;
        background: #212121;
        padding: 0.1875rem 0.8125rem;
        line-height: 1.25rem; }
        .chat_block__content .chat_wrapper .dropdown .dropdown_body > *:hover, .chat_block__content .chat_wrapper .dropdown .dropdown_body > *:focus, .chat_block__content .chat_wrapper .dropdown .dropdown_body > *:active, .chat_block__content .chat_wrapper .dropdown .dropdown_body > *.active, .chat_block__content .chat_wrapper .dropdown .dropdown_body > *:active:hover {
          color: #ccc;
          text-decoration: underline; }
        .chat_block__content .chat_wrapper .dropdown .dropdown_body > *:nth-child(even) {
          background: #262626; }
  .chat_block__content .btn {
    background-color: #262626;
    border-radius: 0;
    border: 0.09375rem solid #757677;
    color: #999999;
    padding: 0.75rem 0.875rem;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .chat_block__content .btn:hover, .chat_block__content .btn:focus, .chat_block__content .btn:active, .chat_block__content .btn.active, .chat_block__content .btn:active:hover {
      color: #ccc;
      background-color: #1a1a1a;
      border-color: #ccc; }
    .chat_block__content .btn.active {
      background-color: #212121; }
  .chat_block__content .btn-primary {
    background-color: #262626;
    border-radius: 0;
    border: 0.09375rem solid #757677;
    color: #999999;
    padding: 0.75rem 0.875rem;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #1a1a1a;
    border-color: #f59c27; }
    .chat_block__content .btn-primary:hover, .chat_block__content .btn-primary:focus, .chat_block__content .btn-primary:active, .chat_block__content .btn-primary.active, .chat_block__content .btn-primary:active:hover {
      color: #ccc;
      background-color: #1a1a1a;
      border-color: #ccc; }
    .chat_block__content .btn-primary.active {
      background-color: #212121; }
  .chat_block__content .btn_login {
    margin: 0.875rem 0; }
  .chat_block__content .btn_register {
    margin: 0.875rem 0; }

#radio-block {
  width: 100%; }

.radio_block__content {
  background: #212121;
  display: flex;
  overflow: hidden;
  height: 100%; }
  .radio_block__content .button {
    cursor: pointer; }
  .radio_block__content .header {
    font-size: 1.125rem;
    align-items: center;
    display: flex;
    background: #212121;
    flex: 0 0 2.6875rem;
    padding: 0 0.25rem 0 0.8125rem;
    border-bottom: 0.125rem solid #2f2f2f; }
    .radio_block__content .header > div {
      height: auto; }
  .radio_block__content .progress_bar_container {
    width: 100%;
    height: 0.375rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem; }
    .radio_block__content .progress_bar_container .progress_bar_upper {
      stroke-dasharray: 100, 100;
      stroke-width: 0.375rem; }
    .radio_block__content .progress_bar_container .progress_bar_lower {
      stroke-width: 0.375rem; }
  .radio_block__content input[type=range] {
    padding: 0;
    border: 0;
    margin: 0; }
  .radio_block__content svg {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none; }
    .radio_block__content svg.volume {
      height: auto;
      width: 1rem;
      margin-left: 0.3rem;
      margin-right: 0.3rem; }
      .radio_block__content svg.volume:hover path {
        fill: #cccccc; }
    .radio_block__content svg.pause, .radio_block__content svg.play {
      height: 1.0625rem;
      flex: 0 0 1.0625rem;
      margin-right: 0.5rem; }
      .radio_block__content svg.pause:hover path, .radio_block__content svg.play:hover path {
        fill: #cccccc; }
    .radio_block__content svg path {
      fill: #999999; }
    .radio_block__content svg.fa-spotify {
      white-space: nowrap;
      height: 1rem;
      margin-right: 0.3rem;
      vertical-align: middle; }
  .radio_block__content .title {
    font-size: 1.125rem;
    text-align: center;
    margin: 0.5rem 0 1.5rem 0; }
  .radio_block__content .radio_wrapper {
    width: 100%; }
    .radio_block__content .radio_wrapper .line {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-bottom: 0.75rem; }
    .radio_block__content .radio_wrapper .radio_wrapper_flex {
      padding: .75rem .8125rem 1rem .8125rem;
      width: 100%;
      height: calc(100% - 2.78125rem);
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column; }
    .radio_block__content .radio_wrapper .current_song {
      font-size: 1.125rem; }
    .radio_block__content .radio_wrapper .text_time {
      font-size: 0.9rem; }
    .radio_block__content .radio_wrapper .text {
      text-align: justify;
      padding-top: 2.25rem; }
      .radio_block__content .radio_wrapper .text a:hover {
        text-decoration: underline; }
      .radio_block__content .radio_wrapper .text div {
        padding-bottom: 0.75rem; }

.radio_block__content {
  /* Special styling for WebKit/Blink */
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */ }
  .radio_block__content input[type=range] {
    height: 0.375rem;
    width: 50%;
    outline: none;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0; }
  .radio_block__content input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 0.4rem;
    background: #999999;
    cursor: pointer; }
  .radio_block__content input[type=range]::-moz-range-thumb {
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 0.4rem;
    background: #999999;
    cursor: pointer; }
  .radio_block__content input[type=range]::-ms-thumb {
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 0.4rem;
    background: #999999;
    cursor: pointer; }

.traded_in_past_block {
  flex-basis: calc(65.5vh - 20rem);
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20rem; }
  .traded_in_past_block .label {
    padding-left: 0.6875rem; }
  .traded_in_past_block:after {
    background: linear-gradient(to bottom, transparent, #000000);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12.875rem;
    pointer-events: none; }
  .traded_in_past_block .traded_in_past_header {
    background: #262626;
    color: #999999;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0.75rem 0.8125rem 0.5rem 1rem; }
    .traded_in_past_block .traded_in_past_header .img-wrapper {
      height: 1.25rem;
      overflow: hidden;
      width: 1.75rem; }
      .traded_in_past_block .traded_in_past_header .img-wrapper img {
        height: 100%;
        border-radius: 0.09375rem;
        object-fit: contain;
        width: 100%; }
    .traded_in_past_block .traded_in_past_header .label {
      font-size: 1.125rem;
      display: inline-block;
      line-height: 1; }

.traded_in_past_line {
  display: flex;
  background: #212121;
  line-height: 1.25rem;
  padding: 0.15625rem 0.8125rem 0.15625rem 1rem;
  cursor: pointer; }
  .traded_in_past_line:nth-child(even) {
    background: #262626; }
  .traded_in_past_line .img-wrapper {
    height: 1.25rem;
    overflow: hidden;
    width: 1.75rem; }
    .traded_in_past_line .img-wrapper img {
      height: 100%;
      border-radius: 0.09375rem;
      object-fit: contain;
      opacity: 0.5; }
  .traded_in_past_line .currency_name,
  .traded_in_past_line .time,
  .traded_in_past_line .amount {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0.625rem; }
  .traded_in_past_line .currency_name {
    width: 50%; }
  .traded_in_past_line .currency_name.hidden_amount {
    width: calc(5.34375rem + 7.3125rem); }
  .traded_in_past_line .amount {
    width: 8.3125rem;
    text-align: right; }
    .traded_in_past_line .amount .amount-value {
      margin-left: 0.25rem; }

.sponsor_slider:before {
  background: linear-gradient(to right, #1a1a1a 0%, transparent);
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  width: 19.96875rem;
  height: 100%;
  z-index: 2; }

.sponsor_slide {
  font-size: 1.0625rem;
  padding: 0.625rem 0.65625rem;
  margin: 0 0.14062rem;
  color: #999999;
  line-height: 1;
  text-transform: lowercase;
  position: relative;
  white-space: nowrap;
  z-index: 1; }
  .sponsor_slide:before {
    content: "";
    display: block;
    width: 0.28125rem;
    height: 0.28125rem;
    border-radius: 50%;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    left: 0; }
  .sponsor_slide > a {
    color: inherit;
    cursor: pointer;
    text-decoration: none; }
    .sponsor_slide > a:hover {
      text-decoration: underline; }

.footer .footer-row {
  background-color: #212121;
  color: #999999;
  font-size: 1.125rem; }
  .footer .footer-row.disclaimer {
    padding: 1px 10px 10px 10px;
    font-size: 16px;
    line-height: 28px; }
  .footer .footer-row .footer-columns {
    display: flex;
    width: 100%;
    min-height: 200px; }
    .footer .footer-row .footer-columns .footer__item {
      flex: 1 1 33%;
      position: relative;
      display: flex;
      padding: 3.5rem; }
      .footer .footer-row .footer-columns .footer__item ul li {
        padding-bottom: 0.8125rem; }
      .footer .footer-row .footer-columns .footer__item:not(:last-of-type):after {
        content: "";
        display: block;
        position: absolute;
        width: 0.125rem;
        height: 8.563rem;
        background-color: currentColor;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .footer .footer-row .footer-columns .footer__item.copyright {
        justify-content: center;
        flex-direction: column; }
        .footer .footer-row .footer-columns .footer__item.copyright img {
          width: 12rem;
          margin-bottom: 1rem; }
      .footer .footer-row .footer-columns .footer__item.links {
        align-items: center; }
        .footer .footer-row .footer-columns .footer__item.links ul li a {
          text-decoration: none;
          color: currentColor; }
      .footer .footer-row .footer-columns .footer__item.disclaimer {
        align-items: center;
        flex-basis: 125%; }
        .footer .footer-row .footer-columns .footer__item.disclaimer ul li a {
          text-decoration: none;
          color: currentColor; }
          .footer .footer-row .footer-columns .footer__item.disclaimer ul li a:hover {
            text-decoration: underline; }
      .footer .footer-row .footer-columns .footer__item.signup {
        align-items: center;
        justify-content: center; }

.footer .social_btn,
.footer .app_btn {
  margin-top: 0.84375rem; }
  .footer .social_btn > a,
  .footer .app_btn > a {
    float: left;
    margin-right: 0.84375rem;
    height: 1.6875rem;
    width: 1.6875rem; }

.footer .app_btn {
  margin-bottom: 0.84375rem; }

@charset "UTF-8";
.modal {
  border: 0.125rem solid #2f2f2f;
  background: #212121;
  position: fixed;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  min-height: 10rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050; }
  .modal .logo {
    margin: 1rem 0;
    width: 100%;
    display: flex; }
    .modal .logo img {
      margin: 0 auto;
      max-width: 2rem; }

.modal_body {
  color: #999999;
  flex-direction: column;
  display: flex;
  flex: 1 1; }
  .modal_body .content {
    text-align: center;
    padding: 2rem 0;
    margin: auto; }
    .modal_body .content.color_lighter {
      color: #ccc; }
    .modal_body .content.modal_promotional {
      font-size: 1.5rem; }
    .modal_body .content .row_delimiter {
      margin-bottom: 1rem; }
  .modal_body .close_button_container {
    display: flex;
    margin: 1rem auto; }
    .modal_body .close_button_container > * {
      background-color: #262626;
      border-radius: 0;
      border: 0.09375rem solid #757677;
      color: #999999;
      padding: 0.75rem 0.875rem;
      cursor: pointer;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      margin: 0 0.5rem; }
      .modal_body .close_button_container > *:hover, .modal_body .close_button_container > *:focus, .modal_body .close_button_container > *:active, .modal_body .close_button_container > *.active, .modal_body .close_button_container > *:active:hover {
        color: #ccc;
        background-color: #1a1a1a;
        border-color: #ccc; }
      .modal_body .close_button_container > *.active {
        background-color: #212121; }
      .modal_body .close_button_container > *.btn-sm {
        background-color: #262626;
        border-radius: 0;
        border: 0.09375rem solid #757677;
        color: #999999;
        padding: 0.75rem 0.875rem;
        cursor: pointer;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        border-radius: 0.09375rem;
        padding: 0.09375rem 0.25rem;
        width: 5.600625rem;
        font-size: 0.9rem;
        cursor: pointer;
        text-decoration: none;
        background-color: transparent;
        color: #999999;
        display: flex;
        justify-content: center;
        align-items: center; }
        .modal_body .close_button_container > *.btn-sm:hover, .modal_body .close_button_container > *.btn-sm:focus, .modal_body .close_button_container > *.btn-sm:active, .modal_body .close_button_container > *.btn-sm.active, .modal_body .close_button_container > *.btn-sm:active:hover {
          color: #ccc;
          background-color: #1a1a1a;
          border-color: #ccc; }
        .modal_body .close_button_container > *.btn-sm.active {
          background-color: #212121; }
  .modal_body .close_button.btn-primary {
    border-color: #f59c27; }
  .modal_body a {
    color: #f59c27; }
    .modal_body a:hover {
      text-decoration: underline; }
  .modal_body ul {
    padding: 0 1.6rem 0 2.2rem;
    text-align: left; }
    .modal_body ul li:before {
      content: "\2022";
      display: inline-block;
      width: 1em;
      margin-left: -1em; }

.modal_backdrop {
  background-color: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1040;
  opacity: .7;
  width: 100%;
  height: 100%; }

label {
  display: flex;
  align-items: center;
  cursor: pointer; }

