@charset "UTF-8";
/**
Theme Name: Cryptocurrency Prices Now
Author: Sameer
Author URI: https://rudrax.net
Description: Child Theme of Foxiz for https://www.cryptocurrencypricesnow.com/
Version: 1.0.0.4
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
Text Domain: cryptocurrency-prices-now
Template: foxiz
*/
.site-wrap {
  padding: 10px;
}

@media (min-width: 922px) {
  .rb-container {
    max-width: 1400px;
  }
  .ast-container {
    max-width: 1400px !important;
  }
  .site-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
  }
}
.global-statistics-holder {
  align-items: center;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 10px 10px;
  background-color: #fff;
}

.global-statistics {
  width: 100%;
}

.global-statistics p {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.global-statistics .global-value {
  color: #1c3eff;
  font-weight: 600;
}
.global-statistics .global-value.fall {
  color: #ff0000;
}
.global-statistics .global-value.rise {
  color: #0ecb81;
}
.global-statistics .global-value.rise svg {
  margin-bottom: -5px;
}

.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee_content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  width: auto;
  gap: var(--gap);
  animation: scroll 20s linear infinite;
}

.marquee:hover .marquee_content {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.crypto-list-page,
.homepage-crypto {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.crypto-list-page .icon-sortup,
.homepage-crypto .icon-sortup {
  margin-bottom: -5px;
}
.crypto-list-page .icon-sortdown,
.homepage-crypto .icon-sortdown {
  margin-top: -5px;
}

.homepage-crypto .data-title-info h1 {
  margin-bottom: 20px;
}

.homepage-crypto p {
  margin-bottom: 10px;
}

.data-title-desc {
  color: #58667e;
}

.data-title-desc-2 {
  color: #58667e;
  font-size: 14px;
  line-height: 1.25;
  min-width: 650px;
  width: 50%;
}

.bold-text {
  font-weight: bold;
}

.data-title-fall {
  color: #ff0000;
  font-weight: bold;
}

.data-title-rise {
  color: #0ecb81;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .data-title-desc-2 {
    min-width: 100%;
    width: 100%;
  }
}
.data-holders {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .data-holders {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .data-holders {
    grid-template-columns: 1fr;
  }
}

.data-block {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2392156863);
  padding: 12px 16px;
}

.data-block-title {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 25px;
  margin-bottom: 8px;
  width: 100%;
}

.data-block-title p {
  margin-bottom: 0;
}

.data-block-table {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.block-table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 12px;
}

.row-title {
  display: flex;
  align-items: center;
}

.row-title p {
  margin-bottom: 0;
}

.row-perc {
  color: #525252;
  font-weight: 600;
}

.row-number {
  color: #525252;
  font-weight: 600;
  margin-left: 5px;
  margin-right: 12px;
  width: 8px;
}

.row-title img {
  height: 16px;
  margin-right: 8px;
}

.row-name {
  font-weight: 600;
  margin-right: 8px;
  color: #000;
}

.row-ticker {
  color: #575757;
  font-weight: 600;
}

.row-country {
  align-items: center;
  background-color: #d6d6d6;
  border-radius: 6px;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  margin-right: 8px;
  max-height: 15px;
  padding: 0 4px;
}

.crypto-table {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2392156863);
  border-radius: 6px;
  overflow-x: auto;
  background-color: #fff;
}
.crypto-table table {
  border-radius: 6px;
  font-weight: bold;
  border: none;
  margin: 0;
}
.crypto-table table th {
  color: #000;
  vertical-align: bottom;
}
.crypto-table table td {
  vertical-align: middle;
}
.crypto-table table .crypto-addit-info {
  color: #575757;
  font-size: 12px;
  margin-top: 5px;
}
.crypto-table table .currency-name {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.crypto-table table .currency-name img {
  margin-right: 10px;
}
.crypto-table table .currency-name p {
  margin-bottom: 0;
  text-wrap: auto;
}
.crypto-table table .currency-name span {
  color: #575757;
  margin-left: 10px;
  font-weight: 500;
}

.th-flex {
  display: flex;
  align-items: center;
}

.flex-start {
  justify-content: flex-start;
}

.th-flex-icons {
  display: flex;
  align-items: center;
}

.display-none {
  display: none;
}

.d-none {
  display: none;
}

.al-right {
  text-align: right;
}

.chart-red {
  color: #f6465d;
}

.chart-green {
  color: #0ecb81;
}

#coins-table {
  width: 100%;
  border-collapse: collapse;
}
#coins-table th,
#coins-table td {
  padding: 10px;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  max-width: 200px;
  font-size: 0.875em;
}
#coins-table th .icon-sortup,
#coins-table td .icon-sortup {
  margin-bottom: -5px;
}
#coins-table th p,
#coins-table td p {
  margin-bottom: 0;
}
#coins-table thead {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgb(248, 250, 253);
}
#coins-table thead th {
  cursor: pointer;
  text-align: center;
}
#coins-table tbody tr:hover {
  background-color: #f1f1f1;
}
#coins-table .currency-rank {
  width: 30px;
}
@media (max-width: 768px) {
  #coins-table th,
  #coins-table td {
    padding: 8px;
  }
  #coins-table thead {
    font-size: 0.9em;
  }
  #coins-table thead p {
    font-size: 0.7em;
  }
}
@media (max-width: 480px) {
  #coins-table th,
  #coins-table td {
    font-size: 0.8em;
    padding: 6px;
  }
  #coins-table th p,
  #coins-table td p {
    font-size: 0.6em;
  }
}

.currency-chart {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.css-hib25e > svg {
  width: 100%;
  height: 100%;
}

.css-voghwd {
  stroke-width: 2;
  stroke-linejoin: round;
  fill: none;
  stroke: rgb(246, 70, 93);
  transition: opacity 0.2s ease-in, stroke 0.2s ease-in;
  opacity: 1;
}

.css-1f6xwn5 {
  stroke-width: 2;
  stroke-linejoin: round;
  fill: none;
  stroke: rgb(10, 202, 129);
  transition: opacity 0.2s ease-in, stroke 0.2s ease-in;
  opacity: 1;
}

.data-loader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-loader svg {
  width: 40px;
  height: 100px;
}

.list-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px;
  list-style: none;
  font-family: Arial, sans-serif;
}
.list-pagination a,
.list-pagination .current,
.list-pagination .disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  background-color: #f0f8ff;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.list-pagination a:hover,
.list-pagination .current:hover,
.list-pagination .disabled:hover {
  background-color: #d3d3d3;
  color: #000;
}
.list-pagination .current {
  background-color: #1c3eff;
  color: #ffffff;
  pointer-events: none;
}
.list-pagination .disabled {
  color: #cccccc;
  pointer-events: none;
  background-color: #f9f9f9;
}
@media (max-width: 600px) {
  .list-pagination a,
  .list-pagination .current,
  .list-pagination .disabled {
    width: 28px;
    height: 28px;
    font-size: 0.875rem;
  }
}

.ui_breadcrumb {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.ui_breadcrumb li:not(:last-child)::after {
  content: "›";
  margin: 0 8px;
  color: #ccc;
}
.ui_breadcrumb a {
  color: var(--ast-global-color-0);
  text-decoration: none;
  transition: color 0.3s;
}
.ui_breadcrumb a:hover {
  color: var(--ast-global-color-1);
}
@media (max-width: 600px) {
  .ui_breadcrumb {
    font-size: 0.75rem;
  }
  .ui_breadcrumb li:not(:last-child)::after {
    margin: 0 5px;
  }
}

.coin-addit {
  width: 100%;
  display: flex;
  gap: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .coin-addit {
    flex-direction: column;
  }
}

.coin-addit-graph {
  background-color: white;
  width: 70%;
  height: 630px;
  border-radius: 16px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2392156863);
}
@media screen and (max-width: 1000px) {
  .coin-addit-graph {
    width: 100%;
  }
}

.coin-info-text {
  background-color: white;
  width: calc(70% - 20px);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2392156863);
  margin-bottom: 50px;
}
.coin-info-text h1 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .coin-info-text {
    width: 100%;
  }
}

.coin-addit-info {
  width: 30%;
  height: 100%;
  background-color: white;
  border-radius: 16px;
  padding: 20px 20px 5px 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2392156863);
}
.coin-addit-info p {
  margin-bottom: 0;
}
.coin-addit-info > p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.coin-addit-info .block-24h {
  background-color: #eff2f5;
  padding: 2px 8px;
}
@media screen and (max-width: 1000px) {
  .coin-addit-info {
    width: 100%;
  }
}

.info-blocks {
  width: 100%;
}

.info-block {
  border-top: 1px solid #d6d6d6;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
}

.info-left,
.info-right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.info-left {
  text-align: left;
}

.info-right {
  text-align: right;
}

.coin-main {
  margin-top: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: 5fr repeat(4, 2fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 800px) {
  .coin-main {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
    margin-top: 20px;
  }
}
.coin-main p {
  margin-bottom: 0;
}

.coin-main-mobile {
  display: none;
}

.main-info {
  grid-area: 1/1/2/2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 800px) {
  .main-info {
    grid-area: 1/1/2/3;
    padding: 20px;
    border-bottom: 1px solid #cfd6e4;
  }
}

.main-price {
  grid-area: 1/2/2/4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-bottom: 1px solid #cfd6e4;
}
@media screen and (max-width: 800px) {
  .main-price {
    grid-area: 2/1/3/3;
    padding: 20px;
  }
}

.main-desc {
  position: relative;
  grid-area: 1/4/2/6;
  border-bottom: 1px solid #cfd6e4;
}
@media screen and (max-width: 800px) {
  .main-desc {
    grid-area: 3/1/4/3;
    padding: 20px;
  }
}

.main-socials {
  grid-area: 2/1/3/2;
  padding-right: 75px;
}
@media screen and (max-width: 800px) {
  .main-socials {
    grid-area: 4/1/5/3;
    padding: 20px;
    border-bottom: 1px solid #cfd6e4;
  }
}

.main-cap {
  grid-area: 2/2/3/3;
  border-right: 1px solid #cfd6e4;
}
@media screen and (max-width: 800px) {
  .main-cap {
    grid-area: 5/1/6/2;
    padding: 20px;
    margin-top: 0 !important;
  }
}

.main-vol {
  grid-area: 2/3/3/4;
  border-right: 1px solid #cfd6e4;
}
@media screen and (max-width: 800px) {
  .main-vol {
    grid-area: 5/2/6/3;
    padding: 20px !important;
    margin-top: 0 !important;
    border-right: none;
  }
}

.main-change {
  grid-area: 2/4/3/5;
  border-right: 1px solid #cfd6e4;
}
@media screen and (max-width: 800px) {
  .main-change {
    grid-area: 6/1/8/2;
    padding: 20px !important;
    margin-top: 0 !important;
    border-bottom: 1px solid #cfd6e4;
    border-top: 1px solid #cfd6e4;
  }
}

.main-sup {
  grid-area: 2/5/3/6;
}
@media screen and (max-width: 800px) {
  .main-sup {
    grid-area: 6/2/8/3;
    padding: 20px !important;
    margin-top: 0 !important;
    border-bottom: 1px solid #cfd6e4;
    border-top: 1px solid #cfd6e4;
  }
}

.info-basic {
  width: 100%;
  padding-right: 75px;
}
.info-basic div {
  display: flex;
  align-items: center;
}
.info-basic div img {
  height: 32px;
  width: 32px;
  margin-right: 12px;
}
.info-basic div p:nth-child(2) {
  font-size: 32px;
  font-weight: 700;
  margin-right: 10px;
}
.info-basic div p:nth-child(3) {
  padding: 4px 7px;
  border-radius: 4px;
  background-color: #eff2f5;
  font-weight: 600;
  font-size: 12px;
  height: 24px;
  color: #58667e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-right: 75px;
}
@media screen and (max-width: 800px) {
  .info-tags {
    padding-right: 0;
  }
}

.info-tag,
.info-tag-rank {
  text-transform: capitalize;
  color: #58667e;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 600;
  background-color: #eff2f5;
}

.info-tag-rank {
  color: #eff2f5;
  background-color: #808a9d;
}
.info-tag-rank p {
  margin-bottom: 0;
}

.price-price {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.price-price > p {
  font-size: 12px;
  font-weight: 500;
  color: #58667e;
}
.price-price div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.price-value {
  font-size: 32px;
  font-weight: 700;
}

.price-pers {
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 8px;
  font-weight: 600;
  color: #eff2f5;
}

.price-pers-small {
  font-size: 14px;
  padding: 3px 5px;
  border-radius: 8px;
  font-weight: 600;
  color: #eff2f5;
}

.font-12 {
  font-size: 12px;
}

.price-stats {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.price-stats input {
  width: 70%;
}
.price-stats div {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.price-stats div span {
  font-weight: 600;
}

.block-24h {
  font-size: 11px;
  font-weight: 500;
  border-radius: 4px;
  font-weight: 600;
  background-color: #eff2f5;
  color: #58667e;
  width: 40px;
  text-align: center;
}

.desc-updated {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 12px;
  font-weight: 500;
  color: #58667e;
}

.desc-description {
  max-height: 145px;
  overflow: hidden;
}
.desc-description h3 {
  margin-bottom: 2px;
}
.desc-description p {
  overflow: hidden;
  max-height: 150px;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.desc-description p code {
  font-family: "Inter";
}

.button-more {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.button-more button {
  cursor: pointer;
  background-color: transparent;
  border: 0px solid black;
  font-size: 12px;
  font-weight: 600;
  color: #3861fb;
  text-align: right;
}

.icon-more {
  color: #3861fb;
}

.desc-description-full {
  overflow-y: scroll;
}
.desc-description-full p {
  display: block;
  overflow: initial;
}

.button-more-full {
  display: none;
}

.icon-sortup-stat {
  margin-bottom: -8px;
}

.icon-sortdown-stat {
  margin-top: -3px;
}

.main-cap,
.main-vol,
.main-change,
.main-sup {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 600;
  gap: 8px;
}
.main-cap p,
.main-vol p,
.main-change p,
.main-sup p {
  font-weight: 700;
  display: flex;
  align-items: center;
}

.main-vol,
.main-change {
  padding: 0px 20px;
}

.main-sup {
  padding: 0px 0px 0px 20px;
}

.main-stat-name {
  height: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #58667e;
}

.main-stat-row {
  height: 18px;
}

.change-block {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main-socials {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

.socials,
.webs {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.social-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background-color: #eff2f5;
  border-radius: 4px;
  padding: 2px 5px;
  height: 30px;
}
.social-block svg {
  width: 16px;
  height: 16px;
}
.social-block span {
  font-size: 12px;
  color: #58667e;
}

.facebook-color {
  color: #3b5998;
}

.telegram-color {
  color: #229ed9;
}

.reddit-color {
  color: #ff5700;
}

.twitter-color {
  color: #00acee;
}

.github-color {
  color: #171515;
}

.web-icon {
  color: #222531;
}

.web-link-icon {
  color: #808a9d;
}

#range-coin {
  cursor: default;
  height: 21px;
  -webkit-appearance: none;
  width: 100%;
  background-color: transparent;
}

#range-coin:focus {
  outline: none;
}

#range-coin::-webkit-slider-runnable-track {
  cursor: default;
  width: 100%;
  height: 6px;
  box-shadow: 0px 0px 0px transparent;
  background: #cfd6e4;
  border-radius: 10px;
  border: 0px solid #ffffff;
}

#range-coin::-webkit-slider-thumb {
  cursor: default;
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 15px;
  width: 5px;
  border-radius: 5px;
  background: #8792a5;
  -webkit-appearance: none;
  margin-top: -4.5px;
}

#range-coin:focus::-webkit-slider-runnable-track {
  cursor: default;
  background: #cfd6e4;
}

#range-coin::-moz-range-track {
  cursor: default;
  width: 100%;
  height: 6px;
  box-shadow: 0px 0px 0px transparent;
  background: #cfd6e4;
  border-radius: 10px;
  border: 0px solid #ffffff;
}

#range-coin::-moz-range-thumb {
  cursor: default;
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 15px;
  width: 5px;
  border-radius: 5px;
  background: #8792a5;
}

#range-coin::-ms-track {
  cursor: default;
  width: 100%;
  height: 6px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

#range-coin::-ms-fill-lower {
  cursor: default;
  background: #cfd6e4;
  border: 0px solid #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 0px transparent;
}

#range-coin::-ms-fill-upper {
  cursor: default;
  background: #cfd6e4;
  border: 0px solid #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 0px transparent;
}

#range-coin::-ms-thumb {
  cursor: default;
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 15px;
  width: 5px;
  border-radius: 5px;
  background: #58667e;
}

#range-coin:focus::-ms-fill-lower {
  cursor: default;
  background: #cfd6e4;
}

#range-coin:focus::-ms-fill-upper {
  cursor: default;
  background: #cfd6e4;
}

.coin-addit-graph {
  position: relative;
}

.chart-price {
  width: 100%;
  border-radius: 16px 16px 0 0;
}

.chart-volume {
  width: 100%;
  border-radius: 0 0 16px 16px;
}

.chart-buttons {
  height: 7%;
  display: flex;
  align-content: center;
  justify-content: center;
}

.buttons-blocks {
  margin-top: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #eff2f5;
  gap: 2px;
  border-radius: 8px;
  padding: 3px;
}

.button-block {
  display: flex;
  align-items: center;
  vertical-align: middle;
  align-content: center;
  justify-content: center;
  color: #58667e;
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
}
.button-block:hover {
  background-color: #f8fafd;
}
.button-block p {
  margin-bottom: 0;
}

.button-block-active {
  background-color: white;
}

.animation-chart {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.animation-chart div {
  margin-top: -90px;
  margin-left: 100px;
}

svg g rect[fill=red] {
  cursor: crosshair !important;
}

.background-red {
  background-color: #f6465d;
}

.background-green {
  background-color: #0ecb81;
}

.crypto-categories-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.crypto-categories {
  width: 1325px;
  margin-top: -10px;
  padding-left: 1px;
  height: 50px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  overflow-y: scroll;
  mask-image: -webkit-gradient(linear, 90% top, 100% bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
}

.crypto-categories::-webkit-scrollbar {
  display: none;
}

.crypto-categories-buttons {
  width: 75px;
  height: 50px;
  margin-bottom: 6.5px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
}

.scroll-button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.leftscroll-button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: red;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 1350px;
  top: 15px;
  z-index: 999;
}

.crypto-categ {
  display: flex;
  align-items: center;
  height: 30px;
  border-radius: 15px;
  padding: 1px 34px;
  font-size: 0.875em;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 10px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  background-color: white;
  color: #000;
}
.crypto-categ:last-child {
  margin-right: 30px;
}

.crypto-categ:hover {
  background-color: #f5f5f5;
}

.crypto-categ-active:hover {
  background-color: #e2e5e7;
}

.crypto-categ-active {
  background-color: #e2e5e7;
  border: 1px solid #e2e5e7;
}

.category-image {
  height: 60%;
  margin-right: 6px;
  opacity: 0.9;
}

.categ-palka {
  margin-right: 10px;
  height: 18px;
  width: 1px;
  background: #d6d6d6;
  border-left: 1px solid #d6d6d6;
}

.currency-image {
  width: 25px;
}

.data-statistics {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
@media screen and (max-width: 1100px) {
  .data-statistics {
    flex-direction: column;
  }
}

.data-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.data-text p {
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .data-text {
    width: 100%;
  }
}

.data-text-desc p {
  font-weight: 400;
  font-size: 16px;
}

.data-numbers {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .data-numbers {
    width: 100%;
  }
}

.numbers-top-coins {
  text-align: center;
}
.numbers-top-coins p {
  font-size: 24px;
  font-weight: 600;
}

.numbers-statistics {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .numbers-statistics {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.short-stat-block {
  width: 200px;
  height: 100%;
  display: flex;
  justify-content: end;
  border-radius: 5px;
}
@media screen and (max-width: 1100px) {
  .short-stat-block {
    min-width: 300px;
    width: 100%;
  }
}

.short-stat-numbers {
  width: 95%;
  background-color: white;
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 5px 5px 0;
  padding: 0 10px;
  font-size: 18px;
  box-shadow: 0 0 transparent, 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.short-stat-numbers p {
  font-size: 14px;
}

.stat-numbers {
  display: inline;
}

.top-coins-block {
  display: flex;
  justify-content: center;
  gap: 33px;
  align-items: center;
  margin-top: 30px;
}

.top-coin {
  height: 75px;
  width: 75px;
  background-color: white;
  display: flex;
  gap: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.top-coin p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.top-coin img {
  margin-top: 3px;
  height: 40px;
}
.top-coin:nth-child(1) {
  background-color: #d7d7d7;
}
.top-coin:nth-child(2) {
  margin-top: -30px;
  background-color: #d4af37;
}
.top-coin:nth-child(3) {
  background-color: #ad8a56;
}

.data-statistics-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.data-statistics-main .react-multi-carousel-list {
  display: none;
}

.icon-grew {
  color: #0ecb81;
  margin-bottom: -5px;
}

.icon-fell {
  color: #f6465d;
  margin-bottom: -5px;
}

.centered-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.centered-heading h1 {
  font-weight: 700;
  font-size: 3rem;
}
.centered-heading p {
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.2rem;
}

.converter-holder {
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2392156863);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 60px;
}
.converter-holder .conversion-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .converter-holder .conversion-top {
    flex-direction: column;
  }
}
.converter-holder .converter-image img {
  width: 50px;
}
.converter-holder .converter-switch button,
.converter-holder .converter-div {
  align-items: center;
  background-color: #fffbf7;
  border: 1px solid #faeade;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  height: 100%;
  justify-content: space-between;
  padding: 8px 16px;
}
.converter-holder .converter-div {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .converter-holder .converter-div {
    flex-direction: column;
  }
}
.converter-holder .converter-switch button {
  color: #d98c45;
  height: 100%;
}
.converter-holder .converter-switch button svg {
  height: 25px;
  width: 25px;
}
.converter-holder .input-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.converter-holder .input-holder .input {
  width: 200px;
}
@media screen and (max-width: 900px) {
  .converter-holder .input-holder {
    flex-direction: column;
  }
}
.converter-holder .converter-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0;
}
@media screen and (max-width: 800px) {
  .converter-holder .converter-bottom {
    flex-direction: column;
  }
}
.converter-holder .conv-button {
  align-items: center;
  background-color: #d98c45;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  line-height: 28px;
  outline: none;
  padding: 20px;
}
.converter-holder .select-currency {
  position: relative;
}
.converter-holder .select-currency .currencies {
  display: none;
  position: absolute;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  padding: 12px 0;
  border-radius: 4px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2392156863);
  background-color: #fff;
  width: 200px;
  max-height: 200px;
  overflow-y: scroll;
}
.converter-holder .select-currency .currencies .listed-currencies {
  margin: 0;
  padding: 0;
}
.converter-holder .select-currency .currencies p {
  margin-bottom: 0;
}
.converter-holder .select-currency .currencies.active {
  display: block;
}
.converter-holder .select-currency .currencies .currency-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 16px;
}
.converter-holder .select-currency .currencies .currency-item:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.converter-holder .select-currency .currencies .currency-item img {
  height: 18px;
  width: 18px;
}
.converter-holder .select-currency .currency-input {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.converter-holder .select-currency .currency-input input {
  width: 100%;
}
.converter-holder .select-currency .currency-input .icon {
  position: absolute;
  right: 0px;
  margin: 5px;
  border-radius: 50%;
  height: 25px;
  min-width: 25px;
  max-width: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.converter-holder .select-currency .currency-input .icon:hover {
  background-color: #f5f5f5;
}
.converter-holder .select-currency .currency-input .icon svg {
  height: 20px;
  width: 20px;
}

.left-heading h1 {
  margin-bottom: 10px;
  font-weight: 700;
}
.left-heading p {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.conversion-details {
  margin-bottom: 40px;
}
.conversion-details h2 {
  font-weight: 700;
  color: #d98c45;
}
.conversion-details p {
  color: rgba(51, 40, 33, 0.7019607843);
  line-height: 1.5;
  font-size: 1.1rem;
  margin-top: 10px;
}

.conv-info p {
  font-size: 1.8rem;
  color: rgba(51, 40, 33, 0.7019607843);
  font-weight: 700;
}

.price-info-holder h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 2rem;
}
.price-info-holder .desc-info-price-holder {
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.st-price-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
  background-color: #fff;
}
.st-price-blocks .st-price-block {
  align-items: center;
  border: 1px solid #efd7bf;
  border-right-width: 0;
  display: flex;
  flex: 1 1;
  justify-content: space-between;
  padding: 16px;
}
.st-price-blocks .st-price-block:last-child {
  border-right-width: 1px;
}
.st-price-blocks .st-price-block p {
  margin-bottom: 0;
}
.st-price-blocks .st-price-block .price-block-text {
  color: rgba(51, 40, 33, 0.7019607843);
  font-size: 14px;
  line-height: 20px;
}
.st-price-blocks .st-price-block .price-block-perc-red {
  color: #f6465d;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}
.st-price-blocks .st-price-block .price-block-perc-green {
  color: #24be98;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (max-width: 700px) {
  .st-price-blocks {
    grid-template-columns: 1fr;
  }
  .st-price-blocks .st-price-block {
    border-right-width: 1px;
  }
}

.stats-tables {
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .stats-tables {
    flex-direction: column;
  }
}
.stats-tables .stats-table {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding-top: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
}
.stats-tables .stats-table h3 {
  font-size: 20px;
  line-height: 24px;
  color: rgb(51, 40, 33);
  padding: 0px 16px;
  margin-bottom: 12px;
}
.stats-tables .stats-table table {
  border-collapse: collapse;
  color: rgb(51, 40, 33);
  font-size: 16px;
}
.stats-tables .stats-table table thead tr {
  box-shadow: rgba(158, 141, 129, 0.12) 0px 2px 4px -2px, rgba(158, 143, 129, 0.08) 0px 4px 4px -2px;
  border-right: none;
  border-left: none;
}
.stats-tables .stats-table table tr {
  border: none;
  border-bottom: 1px solid rgb(244, 238, 233);
}
.stats-tables .stats-table table td {
  padding: 18px 16px;
  font-weight: 500;
}

.stats-faq {
  margin-bottom: 50px;
}
.stats-faq h4 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
}
.stats-faq h5 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.stats-faq div {
  margin-bottom: 25px;
}

.stats-chart {
  margin-bottom: 40px;
}
.stats-chart .stats-chart-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.stats-chart .stats-chart-title h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
}
.stats-chart .stats-chart-title .chart-buttons {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 8px;
  border: 1px solid rgb(250, 234, 222);
  background-color: rgb(255, 251, 247);
  transition: all 0.3s ease-in-out 0s;
  gap: 8px;
}
.stats-chart .stats-chart-title .chart-buttons .chart-button-active {
  padding: 8px 16px;
  background-color: rgba(217, 140, 69, 0.1);
  color: rgb(217, 140, 69);
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
.stats-chart .stats-chart-title .chart-buttons .chart-button {
  padding: 8px 16px;
  background-color: rgb(255, 251, 247);
  color: rgba(51, 40, 33, 0.7);
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
.stats-chart .chart-data {
  width: 100%;
  height: 450px;
}