@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  min-height: 100vh;
  font-family: "Comfortaa";
  background: radial-gradient(
        19.19% 29% at 94.37% 57.81%,
        rgba(178, 104, 166, 0.324) 0%,
        rgba(183, 0, 0, 0) 100%,
        rgba(0, 0, 0, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(
        46.87% 45.31% at 2.95% 87.3%,
        rgba(77, 92, 122, 0.4875) 0%,
        rgba(0, 0, 0, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    #000000;
  zoom: 85%;
}

a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #b9cefc;
  text-decoration: none;
}

.info-button a {
  color: black;
}

.info-button a:hover {
  background: -webkit-linear-gradient(#ff9ec3, #9397ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-width {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bg_gradient {
  background: linear-gradient(97.64deg, #ffbdd6 19.26%, #b9cefc 117.69%);
  border: 1px solid #1e1e1e;
  border-radius: 30px;
}

.dropdown-toggle {
  color: #b9cefc;
}

.section {
  display: block;
  width: calc(100% - 64px);
  /* border-radius: 50px; */
  /* border: 3px solid #ffffff; */
  margin-left: auto;
  margin-right: auto;
  /* padding: 17px 35px 35px 35px; */
}
.section-banner {
  /* max-width: 1250px; */
  display: flex;
  flex-direction: column;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  border: 2px solid #ffa0c4;
  padding: 17px 35px 12px 35px;
}

.intro-text {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  color: white;
}

.canties-text {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;

  color: white;
}

.intro-banner {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-more-info-text {
  width: 100%;

  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  color: white;
}

.section-general-info {
  min-height: 150px;
}

header {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  /* border-radius: 100px 0px 0px 0px;
  border: 1px solid #ffbdd6;
  border-right: none; */
  /* border-top: none; */
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}
header-brand {
  max-width: 20%;
  margin-bottom: 20px;
}
header-search {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 5px;
  align-items: center;
  /* border-radius: 999px; */
  border: 1px solid #353535;
  border-radius: 0px 0px 100px 0px;
  border-left: none;
  border-top: none;
  padding: 5px 65px;
  font-size: larger;
  background-color: transparent;
  position: relative;

  min-width: 400px;
  width: 35%;
}
header-search-icon {
  max-width: 20px;
  max-height: 20px;
}
header-search-icon svg {
  width: 20px;
  height: 20px;
  fill: gray;
  position: relative;
  top: -4px;
}
header-search input {
  border: 0px;
  padding: 4px 7px;
  font-size: 1.2rem;
  border-color: transparent;
  background-color: transparent;
  outline: none;
  color: #b9cefc;
}
header-search #filterList {
  position: absolute;
  top: 100%;
  left: 30px;
  list-style: none;
  padding: 10px;
  width: calc(100% - 50px);
  max-height: 300px;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #b9cefc;
  border-radius: 0px;

  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
header-search #filterList::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
header-search #filterList li {
  margin-bottom: 7.5px;
  margin-top: 7.5px;
  font-size: larger;
}
header-search #filterList li a {
  color: white;
}
header-search #filterList li a:hover {
  color: gray;
}
header-search #filterList.hideFilter {
  display: none;
}
header-search #filterList li.hide {
  display: none;
}

nav {
  margin-left: auto;
}
nav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  align-items: center;
  margin-bottom: 0;
}
nav ul li {
  white-space: nowrap;
  min-width: 88px;
}

nav ul li.active {
  background: -webkit-linear-gradient(#ff9ec3, #9397ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav ul li a {
  font-size: 14px;
}

nav ul li a.active {
  background: -webkit-linear-gradient(#ff9ec3, #9397ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav ul li a:hover {
  background: -webkit-linear-gradient(#ff9ec3, #9397ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav ul li .nav-link:hover {
  background: -webkit-linear-gradient(#ff9ec3, #9397ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav [role="connect-wallet"] {
  background: linear-gradient(271.91deg, #b9cefc 5.9%, #ffbdd6 93.34%);
  display: inline-block;
  padding: 10px 22px;
  color: #000;
  border-radius: 999px;
  text-align: center;
} /*# sourceMappingURL=theme.css.map */

.m-w {
  max-width: 1440px;
}
.home_page_list {
  height: 100%;
  border-radius: 20px;
}

.home_page_sales_tab2 {
  min-height: 450px;
}
.home_page_sales_tab1 {
  min-height: 350px;
}

.wallet-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 120%;
  color: #b9cefc;
  text-decoration: none;
  background-color: transparent;
}

.cloudkey {
  position: relative;
}

.hide-table {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  left: 0;
  top: 0;
  padding: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: white;
  z-index: 1;
  overflow: hidden;
}

.hide-table .hide-table-body {
  position: absolute;
  background: rgba(5, 16, 30, 0.95);
  mix-blend-mode: normal;
  backdrop-filter: blur(5px);
  /* Note: backdrop-filter has minimal browser support */

  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hide-table .info-button {
  background: linear-gradient(97.64deg, #ffbdd6 19.26%, #b9cefc 117.69%);
  border-radius: 36px;

  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  min-width: 245px;
  min-height: 46px;
}

.chart-table {
  position: relative;
  font-family: "Comfortaa";
  font-style: normal;
  color: #4c517a;
}

@media (min-width: 768px) {
  .chart-table {
    overflow: hidden;
  }
}
.chart-table__head {
  margin: 0 -20px;
  padding: 0 20px;
  border-bottom: 2px solid var(--primary-color);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .chart-table__head {
    margin: initial;
    padding: initial;
  }
}
.chart-table__head .chart-table__row {
  display: grid;
  grid-template-columns: 150px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  font-size: 0.75em;
  /* text-transform: uppercase; */
  color: var(--primary-color);
  font-weight: 300 !important;
  text-align: center;
  min-height: 55px;
  background: linear-gradient(97.64deg, #ffbdd6 19.26%, #b9cefc 117.69%);
}
@media (min-width: 768px) {
  .chart-table__head .chart-table__row {
    grid-template-columns: 200px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.chart-table__head .chart-table__row:last-child {
  border-bottom: none;
}
.chart-table__head .chart-table__row .chart-table__cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-size: 14px;
  background: transparent;
  border: 1px solid var(--background-color);
  border-bottom: none;
  border-left: none;
  position: relative;
  white-space: nowrap;
  color: white;
}

.chart-table__head .chart-table__row .chart-table__cell:first-child {
  text-align: left;
  justify-content: start;
  padding-left: 20px;
  padding-right: 10px;
}
.chart-table__head .chart-table__row .chart-table__cell:last-child {
  /* text-align: right; */
  /* justify-content: end; */
  padding-right: 20px;
  padding-left: 10px;
}

/* .chart-table__head .chart-table__row .chart-table__cell:nth-child(2) {
  text-align: right;
  justify-content: end;
}
.chart-table__head .chart-table__row .chart-table__cell:nth-child(3) {
  text-align: right;
  justify-content: end;
}

.chart-table__head .chart-table__row .chart-table__cell:nth-child(4) {
  text-align: right;
  justify-content: end;
}
.chart-table__head .chart-table__row .chart-table__cell:nth-child(5) {
  text-align: right;
}

.chart-table__head .chart-table__row .chart-table__cell:nth-child(6) {
  text-align: right;
  justify-content: end;
} */

@media (min-width: 768px) {
  .chart-table__head .chart-table__row .chart-table__cell {
    border-top: none;
    font-size: 20px;
  }
  .chart-table__head .chart-table__row .chart-table__cell .team-logo {
    width: 50px;
    height: auto;
  }
}

.chart-table__body {
  max-height: 1000px;
  overflow-x: visible;
  overflow-y: scroll;
  margin: 10px -20px;

  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.chart-table__body::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

@media (min-width: 768px) {
  .chart-table__body {
    margin: initial;
    margin-top: 10px;
    overflow: auto;
  }
}
.chart-table__body .chart-table__row {
  padding: 0 20px;
  /* border-bottom: 1px solid #878787; */
  display: grid;
  grid-template-columns: 150px 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "col col col col col col" "vol1d floor mcap vol7d voltotal aa";
}

.chart-table__body .chart-table__row:hover {
  background-color: #dbc5e9;
}

@media (min-width: 768px) {
  .chart-table__body .chart-table__row {
    font-weight: 600 !important;
    background: 0 0;
    padding: initial;
    grid-template-columns: 200px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "col vol1d floor mcap vol7d voltotal aa";
    min-height: 55px;
  }
}
.chart-table__body .chart-table__row:last-child {
  border-bottom: none;
}
.chart-table__body .chart-table__row .chart-table__cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-size: 12px;
  background: transparent;
  border: 1px solid var(--background-color);
  border-bottom: none;
  border-left: none;
  position: relative;
}
@media (min-width: 768px) {
  .chart-table__body .chart-table__row .chart-table__cell {
    border-top: none;
    font-size: 16px;
  }
  .chart-table__body .chart-table__row .chart-table__cell .team-logo {
    width: 50px;
    height: auto;
  }
}
.chart-table__body .chart-table__row .chart-table__cell .dir {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 1px;
}
.chart-table__body .chart-table__row .chart-table__cell > div {
  padding: 14px 8px;
}
.chart-table__body .chart-table__row .chart-table__cell:first-child {
  background: 0 0;
  grid-area: col;
  justify-content: start;
  text-align: left;
  font-size: 18px;
  border: none;
  padding: 0px 10px;
}
.chart-table__body .chart-table__row .chart-table__cell:last-child {
  background: 0 0;
  grid-area: aa;
  /* justify-content: end; */
  text-align: right;
  font-size: 18px;
  border: none;
  padding: 0px 10px;
}

@media (min-width: 768px) {
  .chart-table__body .chart-table__row .chart-table__cell:first-child {
    border-right: 1px solid var(--background-color);
    padding-left: 20px;
    padding-right: 10px;
  }
  .chart-table__body .chart-table__row .chart-table__cell:last-child {
    border-left: 1px solid var(--background-color);
    padding-left: 10px;
    padding-right: 20px;
  }
}
.chart-table__body .chart-table__row .chart-table__cell:first-child > div {
  padding: 0;
}
.chart-table__body .chart-table__row .chart-table__cell:first-child.green {
  color: #313131;
  background: 0 0;
}
@media (min-width: 768px) {
  .chart-table__body .chart-table__row .chart-table__cell:first-child.green {
    color: #fff;
    background: #37be75;
  }
}

.chart-table__body .chart-table__row .chart-table__cell:nth-child(2) {
  grid-area: vol1d;
}
.chart-table__body .chart-table__row .chart-table__cell:nth-child(3) {
  grid-area: floor;
}
.chart-table__body .chart-table__row .chart-table__cell:nth-child(4) {
  grid-area: mcap;
}
.chart-table__body .chart-table__row .chart-table__cell:nth-child(5) {
  grid-area: vol7d;
}
.chart-table__body .chart-table__row .chart-table__cell:nth-child(6) {
  grid-area: voltotal;
}
.chart-table__body .chart-table__row .chart-table__cell:nth-child(7) {
  grid-area: aa;
}
.chart-table__body .chart-table__row .chart-table__cell:nth-child(8) {
  grid-area: bb;
  border-right: none;
}
.chart-table__body .chart-table__row .chart-table__cell.green {
  background-color: #37be75;
  color: #fff;
}
.chart-table__body .chart-table__row .chart-table__cell.yellow {
  background-color: #ddab06ef;
}
.chart-table__body .chart-table__row.correct {
  background: linear-gradient(0deg, #edeae5 0, #edeae5 15%, #37be75);
}
.chart-table__body .chart-table__row.correct .chart-table__cell:first-child {
  color: #fff;
}
@media (min-width: 768px) {
  .chart-table__body .chart-table__row.correct {
    background: 0 0;
  }
}
.chart-table__body .chart-table__row.failed {
  background: linear-gradient(0deg, #edeae5 0, #edeae5 15%, #920000);
}
.chart-table__body .chart-table__row.failed .chart-table__cell {
  color: #fff;
}
.chart-table__body
  .chart-table__row.failed
  .chart-table__cell:not(:first-child) {
  background-color: #920000;
}
@media (min-width: 768px) {
  .chart-table__body .chart-table__row.failed {
    background: 0 0;
  }
  .chart-table__body .chart-table__row.failed .chart-table__cell:first-child {
    background-color: #920000;
  }
}

.collection-avatar {
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  min-height: 40px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffbdd6;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #475165;
  text-align: center;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  transform: translate(-30%, 20px) !important;
}

.dropdown-item {
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #475165;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #b9cefc;
  background-color: transparent;
}

.profile-top-bar {
  color: #313149;
  padding: 10px;
  position: relative;
  z-index: 0;
}

.profile-top-bar::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 1px;
  border-radius: 20px;
  background: linear-gradient(97.64deg, #ffa0c4 19.26%, #9da0ff 117.69%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.profile-top-bar-item {
  background: -webkit-linear-gradient(#ff9ec3, #9397ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.profile-general-info {
  display: flex;
  flex-direction: column;
  gap: 17px;
  justify-content: center;
  align-items: center;

  border-radius: 30px;
  overflow: hidden;

  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;

  width: 100%;
  height: 109px;
  padding: 16px;

  color: #000000;
}

.profile-general-info-text {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  color: #000000;
}

.text_gradient {
  background: linear-gradient(105.9deg, #ff3682 11.41%, #5b7fff 88.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
