* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  /* background-color: #0f172a; */
  background-color: rgb(10 14 26);
  color: #e0e0e0;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  height: 100%;
}

.container {
  max-width: 1500px;
}
.logo {
  font-size: 30px;
  font-weight: bold;
}
header img {
  max-width: 30px;
}
header {
  display: flex;
  background-color: #030e20;
  justify-content: space-between;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.sub-header-container {
  /* background-color: rgb(26 26 46); */
}
.search-bar-user {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#search-bar {
  outline: none;
  border: none;
  border-radius: 8px;
  background: #1e293b;
  padding: 20px;
  display: flex;
  width: 100%;
  margin: 20px 0;
  color: #94a3b8;
}
#search-bar::placeholder {
  color: #94a3b8;
  padding: 25px;
}
.search-img {
  display: inline-block;
  max-width: 40px;
  position: absolute;
  top: 145px;
  right: 30px;
}
.search-img img {
  width: 100%;
}

.user-profile {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
/* .nav-bar {
  display: none;
  flex-direction: column;
  gap: 20px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  padding: 20px;
  background-color: #030e20;
  z-index: 1000;
}
.logo-cls-menu {
  display: flex;
  justify-content: space-between;
}
ul {
  list-style: none;
}
li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  color: #fff;
}
li a:hover {
  background-color: #fff;
  color: #030e20;
}
.signup-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.signup-login a,
.logout {
  width: 100%;
  background-color: blue;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
}

.toggle_login_logout {
  display: none;
}
.theme {
  display: flex;
  background-color: #131a24ea;
  justify-content: space-around;
  margin: 30px 0;
  border-radius: 2px;
}
.theme button {
  border: none;
  padding: 10px 20px;
  background-color: transparent;
  color: #ccc;
  font-size: 14px;
}
.theme .active {
  background-color: #1d3453;
} */
main {
  margin: 70px 0;
  padding: 20px;
}

main nav {
  display: flex;
  list-style-type: none;
  justify-content: space-around;
  margin-top: 15px;
  font-size: 14px;
  /* background-color: rgb(26 26 46); */
}
main nav li a,
main nav li div {
  text-decoration: none;
  color: #94a3b8;
}
.active {
  color: #f59e0b;
  font-weight: bold;
  border-bottom: 1px solid #f59e0b;
}
main > :first-child > :first-child {
  font-size: 22px;
  font-weight: bold;
}
.total-values {
  display: flex;
  /* background: #1e293b; */
  /* background-color: rgb(26 26 46); */
  background-color: rgb(22 33 62);
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  color: #b0b0b0;
}
.total-values div {
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: center;
  gap: 5x;
}
.total-values div > :nth-child(2) {
  font-weight: bold;
  font-size: 14px;
}
.total-values div > :nth-child(1) {
  font-weight: bold;
  font-size: 16px;
  /* color: #94a3b8; */
}
.sort-filter {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  align-items: center;
}
.sort-filter > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.sort-filter > div span {
  padding: 10px 20px;
  background: #1e293b;
  border-radius: 20px;
}
.main-table-div,
.all-asset-div {
  display: flex;
  /* display: none; */
}
.all-asset-div {
  overflow-x: auto;
}
.mkt-col-header,
.mkt-asset-con {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  text-align: center;
}
.mini-con {
  position: relative;
}
.mkt-main-con > div {
  display: grid;
  grid-template-columns: 100%;
}

.markt-cont {
  margin-top: 15px;
  background-color: rgb(10 14 26);
  /* min-width: 25%; */
}
.numbering-mkt-cap-cont {
  display: grid;
  margin-top: -10px;
  grid-template-columns: 20% 80%;
  grid-template-rows: 40px;
  grid-auto-rows: 40px;
  gap: 10px 0;
}

.numbering-mkt-cap-cont > div:nth-child(odd) {
  align-self: center;
  margin-top: -10px;
}
.market {
  display: none;
}
@media screen and (width > 730px) {
  .main-table-div {
    display: grid;
    grid-template-columns: 70% 30%;
  }
  .market {
    display: block;
    pointer-events: none;
    cursor: not-allowed;
  }
}
.markt-cont .numbering-mkt-cap-cont .numbering {
  align-self: start;
  /* margin-top: 5px; */
}
.markt-cont .numbering-mkt-cap-cont .numbering,
.markt-cont .numbering-mkt-cap-cont .cap {
  margin-top: 10px;
}
.table-div {
  flex-basis: 100%;
  display: flex;
  overflow: auto;
}
.market-table {
  display: grid !important;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: 20px;
}
.market-table > div {
  /* border: 2px solid green; */
  align-self: center;
  text-align: center;
}
table img {
  max-width: 30px;
  max-height: 30px;
  border-radius: 50%;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  table-layout: fixed;
}

.az {
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}
th {
  text-align: center;
  border: none;
  padding: 15px 0;
  border-collapse: collapse;
}

td,
tr {
  padding: 10px 10px;
  border-radius: 15px;
  text-align: center;
}
.percent-chng {
  text-align: center;
  font-weight: bold;
}

.column-row > :first-child {
  text-align: center;
}
.icon-symbol {
  display: flex;
  justify-content: left;
  padding: 8px;
}
.symbol-market-cap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.symbol-market-cap > :nth-child(2) {
  color: #94a3b8;
  font-size: 12px;
}
.symbol-market-cap > :nth-child(1) {
  font-size: 14px;
  display: block;
  font-weight: bold;
  word-wrap: break-word;
  white-space: normal;
}
tr a {
  display: block;
  position: absolute;
}
tr td {
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row {
  cursor: pointer;
}
.what-is-crypto-market p,
ul li,
.why-detail p,
.looking-ahead-detail p {
  color: #94a3b8;
  padding: 5px 0;
}
.more-info ul {
  margin: 0 20px;
  list-style: disc;
}
.what-is-crypto-market h3 {
  color: #fff;
  margin: 10px 0;
}
details {
  margin-top: 10rem;
  padding: 0;
  margin: 0;
}
.more-info h3 {
  font-size: 14px;
  font-weight: semi-bold;
  color: #94a3b8;
}
.more-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 15rem;
  /* background-color: #; */
}
.more-info > :first-child {
  color: #94a3b8;
  font-size: 10px;
}

.float-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #030e20;
}
.float-footer img {
  max-width: 30px;
}
.float-footer ul {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  list-style-type: none;
}
.float-footer ul li {
  padding: 10px;
}
.buy-nego {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 5px 0;
}
.quick-buy,
.nego {
  /* background-color: #0f172a; */
  padding: 5px;
  font-size: 14px;
}
.listed-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.warning-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  padding: 20px;
  background: linear-gradient(rgba(4, 1, 36, 1), rgba(0, 0, 0, 0.9));
}
.mini-con {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.btn-container {
  display: flex;
}
.btn-container button {
  padding: 10px;
  background-color: #030e20;
  color: #fff;
}
.hide {
  display: none;
}
.pro-nego-btn button {
  border: none;
  outline: none;
  padding: 10px 15px;
  margin: 3px;
  font-size: 14px;
}
.no-of-unread-txt {
  color: rgb(59 130 246);
  display: block;
  margin-top: -40px;
  margin-left: 30px;
  font-weight: bold;
}
