::-webkit-scrollbar {
    display: none;
}
.content {
  display: none;
}
.content.active {
  display: block;
}
.btn-primary {
  background-color: blue;
  color: white;
}
*{
    padding: 0;
    margin: 0;
}
#bottomNav{
    display: none;
  }
  .small-text{
    font-size: 10px;
    font-weight: bold;
  } 
  .bgGrey {
      background-color: lightgray !important;
      border: 0px !important;
      border-radius: 12px;
      color: white;
  }

  .textGrey {
      color: gray;
  }

  .bgBlue {
      background-color: #0d6efd;
      border: 0px !important;
      border-radius: 12px;
      color: white;
  }

  .textBlue {
      color: #0d6efd;
  }

  .outerBtn.activeCustom .btn-sm {
      background-color: #0d6efd;
      color: white;
  }

  .outerBtn.activeCustom p {
      color: #0d6efd;
  }
  .large-hide{
    display: none !important;
  }
  .scrolling-div{
    overflow-x: scroll;
  }
  @media (max-width:540px) {
    .small-hide{
      display: none;
    }
    .large-hide{
      display: block !important;
    }
    #bottomNav{
      display: block;
      position: fixed;
      bottom: 0;
      margin-top: 80px;
    }
  }
.custon-border-bottom{
    border-bottom: none;
}
.logo{
    width: auto; 
    height: 40px; 
    margin-right: auto;
}

.dropdown-menu{
    align-items: right;
}

/* Side navigation */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.nav-bar button{
    cursor: pointer;
}
#toggleButton:hover, #submitButton:hover{
    background-color: rgba(22, 119, 255, 0.15);
}

/* Center align the input text */
#lossInput #profitInput{
    text-align: center;
}

/* Add margins for the label and switch */
.d-flex.justify-content-between.align-items-center.mb-3 {
    margin-bottom: 1rem;
}

/* Add padding to the input group buttons */
.input-group .btn {
    padding: 0.5rem 1rem;
}

/* Adjust the overall padding and margin for the container */
.container {
    padding: 2rem;
}
main .container-fluid{
    min-height: 100vh;
}

.container-list {
    max-height: 90vh;
    overflow-y: scroll;
}

.container-list .row {
    /* Adjust margin or padding as needed */
    margin: 0;
    padding: 0;
}

.col-12 img{
    width: 30px; 
    height: 30px;
}
.custom-border {
    border-bottom: 1px solid lightgrey; /* Light grey border color */
}
.text-lightgrey{
    color: lightgrey !important;
}
.section .content {
    display: none;
  }
  .section .content.active {
    display: block;
  }
  .btn-primary {
    background-color: #007bff;
    color: white;
  }
  .sidebar .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }
  .numText1 { 
    padding: 4px 8px;
  }
  .numText2{  
    font-size: 15px  !important;
    padding: 4px 8px  !important;
    border-radius: 10px  !important;
    text-align: center  !important; 
    color: white  !important;
  }
  .bg-blue{
    background-color: #0d6efd  !important;
  } 
  .bg-grey{
    background-color: #6c757d  !important;
  } 
  .bg-red{
    background-color: #dc3545  !important;
  } 
  .text-blue{
    color: #0d6efd !important;
  }
  .text-grey{ 
    color: #6c757d !important; 
  }
  .text-red{ 
    color: #dc3545 !important; 
  }  
  @media (max-width:540px) {
    .numText1 , .numText2{
      font-size: 12px  !important;
    }  
    .numText1 { 
      color: black !important;
    } 
    .numText2{  
      background-color: transparent  !important;
      padding: 0px;
      font-weight: bold  !important;
    }   
    .bg-blue{
      color: #0d6efd !important;
    }
    .bg-grey{ 
      color: #6c757d !important; 
    }
    .bg-red{ 
      color: #dc3545 !important; 
    }         
  }
  /* for digital currency button*/
  .content {
    display: none;
  }
  .content.active {
    display: block;
  }
  .btn.active {
    background-color: #007bff;
    color: white;
  }

  .small-img{
    width: 100px;
    height: auto;
  }
  .form-label {
    white-space: nowrap; /* Prevent label text from folding */
  }
  
  #coin{
    width: 100%;
  }

  .file-upload-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
  }
  .file-upload {
    padding: 40px;
    border: 2px dashed #ced4da;
    border-radius: 10px;
    background-color: #f8f9fa;
    text-align: center;
    cursor: pointer;
    position: relative;
  }
  .file-upload input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }


  /*for withdrawal*/
  .content-section {
    display: none;
  }
  .content-section.active {
    display: block;
  }
  
  /*new css
  */
  
  .medium-image {
    width: 40%; /* Adjust as needed */
    height: auto;
    margin-top: 20px;
  }



  /*input plus sign box*/
  .custom-file-input {
    display: none;
  }
  .custom-file-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .custom-file-input:hover + .custom-file-label::after {
    background-color: #0056b3;
  }
  .custom-file-label::after {
    content: '+';
    display: block;
    text-align: center;
    font-size: 2rem;
    color: #007bff;
    transition: all 0.3s ease;
  }
  .custom-file-input:hover + .custom-file-label::after {
    color: #fff;
  }

  /**/
  .box-button {
    position: relative;
    width: 40px; /* Adjust width and height as needed */
    height: 40px; /* Adjust width and height as needed */
    border: 2px solid #333;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px; /* Adjust margin as needed */
    cursor: pointer;
}

.box-button::before,
.box-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 2px;
    background-color: #333;
    transform: translate(-50%, -50%);
}

.box-button::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* Optional: Hover effect */
.box-button:hover {
    background-color: #f0f0f0;
}



/* for bankcontent1*/
#bankcontent1{
    display: none;
}
#digitalcontent1{
    display: none;
}

/* new */
.formText label{
  font-size: 12px;
}
.btnCustomLeft{
  background: lightgrey;
  border: none;
  padding: 5px 17px;
  border-radius: 20px 0px 0px 20px;
}
.btnCustomRight{
  background: lightgrey;
  border: none;
  padding: 5px 17px;
  border-radius: 0px 20px 20px 0px;
}
.activebtnCustom{
  background: #0166fc;
  color: white;
}
.hidden{
  display: none;
}

.deposit{
  height: 50px; /* Adjust the height of the image */
        margin-right: 5px; /* Adjust the space between the image and the text */
      }


.icon-size{
  font-size: 1.5rem;
  color: rgb(1, 102, 252);
}

.modal-title{
  text-align: center;
  margin: 0 auto;
}