*{
    margin: 0;
    padding: 0;
    font-family: 'Avenir', sans-serif;
    box-sizing: border-box;
  }
  
  
  body{
    background: #0E0E0E;
    transition: 0.3s;
    margin: 0;
    color: #f1f1f1;
  }
 

  /* Sidebar styles */
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #2c2c2c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    overflow: scroll;
  }

  .sidebar a {
    padding: 8px 8px 8px 2px;
    text-decoration: none;
    font-size: 12px;
    color: #818181;
    display: block;
    transition: 0.3s;
    gap: 10px;
  }

  
  .active.sidebar a {
    background-color: #8fff9a42;
    padding: 5px 20px; 
    color:#00ff22;
    border-radius: 20px;
  }


  .custom-sidebar {
    background-color: #2c2c2c;
     border: none;
  }

  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  /* Content styles */
  .content {
    transition: margin-left 0.5s;
    display: grid;
    gap: 20px;
  }

  /* Responsive media query to make the sidebar visible on small screens */
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 16px;}
  }
  
  .custom-bg-color {
    background-color: #55FE66; 
    color: #fff
  }
  .custom-color {
      color: #55FE66; 
    }

    .custom-color-dark {
      color: #858685; 
    }  

    .search-container {
      text-align: flex-end;
    }

    .search-input {
      padding: 10px;
      border: 2px solid #ddd;
      border-radius: 5px;
      width: 250px;
      font-size: 16px;
      outline: none;
      transition: border-color 0.3s;
    }

    .search-input:focus {
      border-color: #3498db;
    }

    .search-button {
      padding: 10px;
      border: none;
      border-radius: 5px;
      background-color: #55FE66; 
      color: #fff;
      cursor: pointer;
      font-size: 16px;
      transition: background-color 0.3s;
    }

    .custom-colors {
      background-color: #55FE66; 
      color: #fff; 
      border-radius:20px;
      margin-bottom: 20px;
      width: 10rem;
    }

    .custom-backons {
      background-color: #282828;
      border: none;
    }

    .custom-backonst {
      background-color: #28282868;
      border: none;
      border-radius:20px;
      padding:10px;
    }

    .custom-blackonst {
      background-color: #28282868;
      border: none;
      border-radius:20px;
      padding:10px;
      
    }

    .custom-coloren{
      background-color: #55FE66; 
      color: #fff; 
      border-radius:20px;
      margin-bottom: 20px;
      width: 10rem;
    }

    .custom-colorens{
      background-color: #000000; 
      color: #fff; 
      border-radius:20px;
      margin-bottom: 20px;
      width: 10rem;
    }

    .custom-colorenss{
      background-color: #000000; 
      color: #fff; 
      border-radius:20px;
      display:flex;
      align-items: center;
      justify-content: center;
      width: 8rem;
      padding: 10px;
    }

 
    .custom-color-red {
      color: #ff2b2b; /* Your custom color code */
    }


    .custom-fant {
      background-color:rgba(148, 236, 157, 0.062);
      padding: 10px;
      border-radius: 5px;
    }

    .custom-blue {
      color:  #00E0FF;
   }
  
   .custom-bg-blue {
    background-color:  #00ff2239;
     }
    .custom-bg {
      background-color: #62ad69;
      color: #ffffff;
      padding: 10px;
      border-radius: 30px;
      width: 8rem;
      display: flex;
      font-size: 18px;
      align-items: center;
      justify-content: center;
      border-width: 10px;
      border: 2px solid  #00ff22;
    }
  
    .custom-bold {
      font-weight: bold;
    }

    .custom-normal {
      font-weight: normal;
    }
    
    .custom-light {
      font-weight: lighter;
    }
    
    .custom-italic {
      font-style: italic;
    }
  
    .custom-font-size-30 {
      font-size: 30px;
    }

    .custom-font-size-26 {
      font-size: 26px;
    }

    .custom-font-size-24 {
      font-size: 24px;
    }

    .custom-font-size-22 {
      font-size: 22px;
    }
    .custom-font-size-20 {
      font-size: 20px;
    }
  
    .custom-font-size-18 {
      font-size: 18px;
    }
    .custom-font-size-16 {
      font-size: 16px;
    }
    .custom-font-size-14 {
      font-size: 14px;
    }
  
    .custom-font-size-12 {
      font-size: 12px;
    }
    .custom-font-size-10 {
      font-size: 10px;
    }
  
    .custom-font-size-8 {
      font-size: 8px;
    }
    .custom-font-size-6 {
      font-size: 6px;
    }
  
    .custom-font-size-4 {
      font-size: 4px;
    }
  
    .custom-font-size-2 {
      font-size: 2px;
    }

    .custom-height{
      height:100px;
    }
    .custom-back {
      background-color: #242424;
      border: none;
    }

    .custom-black {
      background-color: #24242466;
      border: none;
      gap:10px;
      margin: 5px;
    }

    .custom-backon {
      background-color: #0b0b0b;
      border: none;
    }

    .custom-backs {
      background-color: #0E0E0E; 
      z-index: 3;
    }
    .bar {
      width: 50px;
      margin-left: 30px;
      margin-top: 20px;
    }
    .bars {
      width: 35px;
      height: 35px;
      margin-right: 40px;
      margin-top: 20px;
    }

    .kick {
      font-size:30px;
      cursor:pointer;
      
    }

    .kicks {
      font-size:30px;
      cursor:pointer;
      margin-left: 10px;
      margin-top: 30px;
    }

    .navbar-Sidebar {
      height: 90%;
      width: 250px;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: #242424;
      padding-top: 20px;
      padding-right: 10px;
      color: white;
      margin-top: 4.5rem;
    }

    .content {
      margin-left: 300px;
      padding: 16px;
    }

    @media (max-width: 768px) {
      .navbar-Sidebar {
        width: 0;
        overflow: hidden;
      }
      .content {
        margin-left: 0;
      }
    }

    .button {
      color: #848484; /* Set your text color */
      text-decoration: none; /* Remove underline for links */
      display: flex;
      gap: 5px;
      font-size: 12px;
      transition: background-color 0.3s ease; /* Add smooth transition effect */
    }
    
     
    .active.button {
      background-color: #8fff9a42;
      padding: 5px 20px; 
      color:#00ff22;
      border-radius: 20px;
    }

   
    .buttonst {
      color: #bababa; /* Set your text color */
      text-decoration: none; /* Remove underline for links */
      display: flex;
      gap: 8px;
      font-size: 12px;
      transition: background-color 0.3s ease; /* Add smooth transition effect */
    }
    
      
    .active.buttonst {
      background-color: #8fff9a42;
      padding: 5px 20px; 
      color:#00ff22;
      border-radius: 20px;
    }

    .outline {
      background-color: #55FE6650;
      color: #ffff;
      border-radius: 20px;
      padding: 5px;
      font-size: 10px;
    }
    .line {
       margin-top: 1.5rem;
    }

    .dave {
      background-color: #242424;
      gap: 5px;
      z-index: 3;
    }


 .pol {
  margin-top: 4rem;
 }

 .outlined {
  background-color: #55FE6650;
  color: #ffff;
  border-radius: 20px;
  padding: 5px;
  font-size: 10px;
}
.bards {
  width: 35px;
  height: 35px;
}

.chart {
  display:flex;
  align-items:center;
  justify-content:center;
}
.pie-chart {
  max-width:400px;
  max-height:400px;
}
.line-chart {
  width:100%;
  height:100%;
  max-width:700px;
  display: flex;
  align-items:center;
  justify-content:center;
  margin-top: 20px;
}

.lined-chart {
  width:100%;
  height:100%;
  max-width:1000px;
  max-height:300px;
   display: flex;
  align-items:center;
  justify-content:center;
  margin-top: 20px;
}


.flip{
  display:flex;
  align-items: center;
  justify-content:center;
  
}
.dot {
  background-color:#fff;
  border-radius:30px;
  width:10px;
  height:10px;
  margin-right:5px;
}

.dots {
  background-color:#55FE66;
  border-radius:30px;
  width:10px;
  height:10px;
  margin-right:5px;
}

.cuton {
  background-color:#2c3a59e1;
  position:absolute;
  top:0;
  width:100%;
  height: 15rem;
  border-radius: 0 0px  20px 20px ;
}

.cutons {
  background-color:#2c5959e1;
  position:absolute;
  top:0;
  width:100%;
  height: 15rem;
  border-radius: 0 0px  20px 20px ;
}

.cuto {
  background-color:#49057dec;
  position:absolute;
  top:0;
  width:100%;
  height: 15rem;
  border-radius: 0 0px  20px 20px ;
}
.cutins {
  background-color:#1f2121ee;
  position:absolute;
  top:0;
  width:100%;
  height: 15rem;
  border-radius: 0 0px  20px 20px ;
}

.age {
  display: flex;
  align-items: center;
  justify-content:center;
  
}
.custom-size {
  width: 24rem;
}
.aged {
   width:16rem;
  height:16rem;
}

.custom-bin {
  color: #3e3e3e;
  font-size: 14px;
}


.card-item {
  width: 350px;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
 
}

.card-item:hover {
  transform: scale(1.1);
}
input {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 600px;
  box-sizing: border-box;
  outline: none;
}

input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.crypto-images {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.crypto-image {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#selectedCrypto {
  margin-top: 20px;
}

#displayedIcon {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

#clearSelection {
  margin-top: 10px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #007bff;
  padding: 5px 10px;
  border-radius: 5px;
}

.crypto-icons {
  display: flex;
   margin-top: 20px;
   gap:10px;
}

.crypto-icon {
 background-color:#24242486;
 color:#ffff;
 padding: 10px 20px;
 border-radius: 20px;
 width: 5rem;
 }

 .active.crypto-icon {
  background-color: #8fff9a67;
  padding: 5px 20px; 
  color:#00ff22;
  border-radius: 20px;
  border: 1px dash #00ff22;
}

.container-pad{
  background-color: #242424;
  padding: 10px;
  width:60rem;
}

.progress-container {
  width: 50%;
 }

 .lop{
 font-size: 10px;
 color:#9a9a9a;
 font-weight: semibold;
 }
 .busd {
  background-color:#de680025;
  border-radius: 10px;
  padding: 20px 10px;
  
}

.busd-text {
  color:#ff7803;
  font-weight: bold;
 }

/* Style the progress bar */
.progress-busd {
  width: 100%;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  appearance: none;
}


.progress-busd::-webkit-progress-bar {
  background-color: #e2e2e2;
  border-radius: 5px;
}


.progress-busd::-webkit-progress-value {
  background-color: #fc6500;
  border-radius: 5px;
}


.tric {
  background-color:#000000;
  border-radius: 10px;
  padding: 20px 10px;
  
}

.tric-text {
  color:#3aff03;
  font-weight: bold;
 }

/* Style the progress bar */
.progress-tric {
  width: 100%;
  height: 10px;
  order-radius: 5px;
  appearance: none;
}


.progress-tric::-webkit-progress-bar {
  background-color: #1aff00;
  border-radius: 5px;
}


.progress-tric::-webkit-progress-value {
  background-color: #ffffff;
  border-radius: 5px;
}

.peg {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.trc {
  background-color:#29de0019;
  border-radius: 10px;
  padding: 20px 10px;
  
}

.trc-text {
  color:#08fc00;
  font-weight: bold;
 }

.progress-trc {
  width: 100%;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  appearance: none;
}


.progress-trc::-webkit-progress-bar {
  background-color: #e2e2e2;
  border-radius: 5px;
}


.progress-trc::-webkit-progress-value {
  background-color: #08fc00;
  border-radius: 5px;
}

.bep {
  background-color:#0025de28;
  border-radius: 10px;
  padding: 20px 10px;
  
}
.bep-text {
  color:#002aff;
  font-weight: bold;
 }

.progress-bep {
  width: 100%;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  appearance: none;
}


.progress-bep::-webkit-progress-bar {
  background-color: #e2e2e2;
  border-radius: 5px;
}


.progress-bep::-webkit-progress-value {
  background-color: #002aff;
  border-radius: 5px;
}

.erc {
  background-color:#a300de1c;
  border-radius: 10px;
  padding: 20px 10px;
  
}

.progress-erc {
  width: 100%;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  appearance: none;
}


.progress-erc::-webkit-progress-bar {
  background-color: #e2e2e2;
  border-radius: 5px;
}


.progress-erc::-webkit-progress-value {
  background-color: #d600fc;
  border-radius: 5px;
}
.erc-text {
  color:#d600fc;
  font-weight: bold;
 }

.board {
  width: 100%;
  margin: 30px 0 30px 30px;
  overflow: auto;
  border-radius: 8px;
}
table {
  border-collapse: collapse;
}
tr {
  border-bottom:1px solid #eef0f3;
}

thead td {
 text-align: start;
  padding: 15px;
}

tbody {
  padding: 10px 15px;
  font-size:12px;
}

.status p{
  background: #fff;
  padding: 2px 10px;
  display: inline-block;
  font-size:10px;
  border-radius: 40px;
  color: #242424;
} 
.stud{
  font-size: 12px;
} 
.stip {
  font-size: 14px;
}

.search-container {
    display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  
}

.search-container input {
 background-color: #242424;
 width: 170px;
 border-radius: 20px;
  }


  .dashed-border {
    border: 1px dashed #919090; 
    padding: 10px; 
}


.material-symbols-outlined {
 font-size:40px;
}

.button-link {
  color: #ffffff; 
  text-decoration: none; 
  display: flex;
  gap: 10px;
  font-size: 14px;
  transition: background-color 0.3s ease; /* Add smooth transition effect */
}

 
.active.button-link {
  border-bottom: 2px solid #00ff22;
  padding: 5px 20px; 
   border-radius: 20px;
   color: #00ff22;
}



.img-span {
  background: #00ff22;
  font-size: 10px;
  border-radius: 10px;

}
.img-size {
  width: 4rem;
  height: 4rem;
  border-radius: 30px;
}

.profile-text {
  background-color: transparent;
  color:#eef0f3;
}

#country {
  padding: 5px;
  margin-bottom: 10px;
  background-color: #24242486; 
  color: white; 
}


#countryCurrency {
  padding: 5px;
  margin-bottom: 10px;
  background-color: #24242486; 
  color: white; 
}

.fqa-item{
  background-color: #24242486; 
  color:white; 
  border-top: 5px;
  border-left: 5px;
  border-right: 5px; 
  border-color: #acacac;
  width: 90%;
  text-align: start;
  justify-content: space-between;
  font: size 16px;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fqa-items{
  background-color: #24242486; 
  color:rgba(230, 230, 230, 0.732); 
  width: 90%;
  font-size:14px;
}

.dashed-borde {
  border-bottom: 1px dashed #a4a4a4; 
}
.rip{
  text-decoration: none; 
  color: white; 
}

.custom-right {
 color: rgba(82, 82, 82, 0.406); 
}


.bottom-bod{
  border-bottom: 1px solid rgba(82, 82, 82, 0.292); 
  padding: 10px;
}

.qrcode {
  background-color:#fff;
  width: 100px;
}