@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-Black.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-BlackItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Superlumina';
  src: url('../fonts/Superlumina-HeavyItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'suisse_intl';
  src: url('../fonts/Suisse_Intl_Regular.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'suisse_intl';
  src: url('../fonts/Suisse_Intl_Medium.ttf') format('ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'suisse_intl';
  src: url('../fonts/Suisse_Intl_Bold.ttf') format('ttf');
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: 'suisse_intl', sans-serif;
  font-size: 13px;
  font-weight: 400;
  background: #090808;
  color: #ffffff;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.sidebar {
  background: #110E0D;
  width: 200px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.brand-logo {
  padding: 24px;
  padding-left: 32px;
}
.logo img {
  height: 30px;
}
.side-menu {
  list-style: none;
  padding: 0px;
  margin-right: 15px
}
.side-menu .menu-title {
  font-size: 12px;
  color: #8F8D88;
  margin-left: 32px;
  margin-bottom: 13px;
  margin-top: 4px;
}
.side-menu li {
  margin-bottom: 10px;
}
.side-menu li a {
  display: block;
  padding: 6px 10px 6px 30px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #8F8D88;
}
.side-menu li a:hover {
  color: #fff;
}
.side-menu li a span {
  font-size: 14px;
}
.side-menu li a i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.side-menu li a.active {
  background-image: linear-gradient(#1F1617 , #150E0E);
}
.side-menu li a.active span {
  color: #fff;
}
.side-menu li a.active i {
  color: #FFC50C;
}
.main-container {
  margin-left: 200px;
}
.bottom-menu {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 15px);
}
.site-content {
  padding: 45px 35px;
}
.card {
  background: transparent;
}
.card-title {
  color: #8F8D88;
  font-size: 18px;
  margin-bottom: 14px;
  font-weight: 600;
}
.tc-card {
  text-align: center;
}
.tc-name {
  color: #fff;
  font-family: 'Superlumina', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
}
.tc-username {
  color: #8F8D88;
  margin-bottom: 10px;
  margin-top: 2px;
}
.text-verified {
  color: #2E9EE6 !important;
  vertical-align: middle;
}
.border-tc {
  background-image: linear-gradient(#F7C20F , #18140F);
  padding: 1px;
  border-radius: 16px;
}
.tc-card {
  position: relative;
  background-image: url("../images/rays.png");
  background-color: #110D0D;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 15px;
  padding: 20px 14px;
}
.tc-img img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 2px solid #F7C20F;
}
.top-creator {
  display: flex;
  column-gap: 18px;
}
.trend-content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
}
.tc-rate {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 6px;
}
.tc-link {
  display: inline-block;
  margin-bottom: 8px;
}
.tc-link img {
  width: 30px;
}
.btn.view-profile {
  font-size: 11px;
  border-radius: 100px;
  width: 100%;
  background-image: linear-gradient(to right, #FFD316 , #FCB20E);
  border: 0px;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
}
.trend-card {
  background-image: linear-gradient(#1F1617 , #150E0E);
  padding: 16px;
  border-radius: 16px;
  width: calc(25% - 14px);
  overflow: hidden;
  margin-bottom: 16px
}
.icofont {
  display: flex;
  margin-bottom: 15px
}
.icofont img {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  margin-right: 9px;
}
.icodes {
  flex-grow: 1
}
.trnd-name {
  color: #fff;
  font-size: 13px;
  line-height: 1.1;
}
.trnd-uname {
  color: #8F8D88;
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
  width: 100%;
  overflow: hidden;  
}
.trnd-uname span {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  width: calc(100% - 1px);
}
.trnd-price {
  font-size: 12px;
  color: #fff;
}
.trend-card .view-profile {
  background: #0A0807 !important;
  color: #fff !important
}
.two-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}
.chart-title {
  color: #8F8D88;
  font-weight: 600;
  font-size: 15px;
}
.text-mute {
  color: #8F8D88;
}
.dw-button .btn {
  border: 1px solid #FFD316 !important;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  min-width: 84px;
  padding-top: 5px;
  padding-bottom: 3px;
}
.dw-button .btn:hover {
  background: #FFD316;
  color: #fff;
}
.chart-card {
  background-image: linear-gradient(#1F1617 , #150E0E);
  border-radius: 16px;
}
.time-buttons .time-btn {
  background: #0A0808;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 8px 3px 8px;
  margin-left: 2px;
}
.time-buttons .time-btn.active {
  background: #0A0808;
  color: #FFD316 !important;
  border: 1px solid #FFD316 !important;
}
.coinimg {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-image: linear-gradient(#1F1617 , #150E0E);
  padding: 3px;
}
.coinimg img {
  width: 100%;
}
.ccont {
  display: flex;
  align-items: center;
}
.coindes {
  font-size: 33px;
  font-weight: 600;
}
.cunit {
  color: #FFC50C;
  margin-top: 27px;
}
.wlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(#1F1617 , #150E0E);
  border-radius: 100px;
  padding: 5px 12px;
  margin-bottom: 7px;
}
.lisinfo {
  display: flex;
  align-items: center;
}
.lisinfo img {
  width: 26px;
  border-radius: 100px;
  height: 26px;
}
.oeub {
  font-size: 15px;
}
.cdrfd {
  display: flex;
  justify-content: space-between;
  background: #181010;
  padding: 6px 10px;
  border-radius: 100px;
}
.mproimg img {
  width: 85px;
  border-radius: 10px
}
.iuega {
  font-size: 15px;
  color: #63F682;
}
.iuegs {
  font-size: 12px;
  color: #8F8D88;
  margin-top: -3px
}
.martongw {
  margin-top: 38px;
}
.watchlist {
  padding-right: 10px;
  height:300px;
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #888888;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
