.spot-kyc-header{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-block: 30px;
  background-color: #1E1E1E;
  margin-inline: 30px;
  border-radius: 0.5rem;
  padding: 5px;
  padding-left: 50px;
}
.spot-kyc-header h4{
  color: white;
  margin-bottom: 0px !important  ;
}
.spot-kyc-header img{
  width: 50px;
}
    .stepper-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding: 10px 10px;
      width: 90%;
      margin: auto;
    }
@media (max-width:786px) {
  .stepper-container{
    width: 100%;
  }
}
    .step {
      text-align: center;
      flex: 1;
     
      position: relative;
   
    }

    .circle {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      background-color:#414141;
      color: #aaa;
      transition: all 0.3s ease;
    }

    .overline {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      margin: 0 auto;
      border-radius: 50%;
      border: 2px dashed #bbb;
      transition: all 0.3s ease;
    }

    .label {
      font-size: 14px;
      color: #888;
      transition: all 0.3s ease;
      margin-top: 8px;
    }

    .step.active .circle,
    .step.completed .circle {
      background-color: #414141;
      color: #f4c542;
    }

    .step.active .overline,
    .step.completed .overline {
      border-color: #f4c542;
    }

    .step.active .label,
    .step.completed .label {
      color: #f4c542;
    }


    

    .overline::after {
    z-index: -1;
    height: 60px;
    width: 100px;
    background-color: #0B0E11;
    content: '';
    position: absolute;
    top: 0px;
    left: 38%;
    right: 0px;
    }

    @media (max-width:486px) {
          .overline::after {
            width: 56px !important;
          }
    }
    .step::after {
      content: '';
      position: absolute;
      top: 44px;
      left: 50%;
      right: -50%;
      height: 2px;
      border-top: 2px dashed #f4c542;
     
      z-index: -2;
      transition: all 0.3s ease;
    }

    .step.completed::after,
    .step.active::after {
      border-top: 2px dashed #f4c542;
    }

    .step:last-child::after {
      display: none;
    }

    .KyC-card {
      width: 80%;
      margin: auto;
      display: none;
      background-color: #0B0E11;
      margin-bottom: 30px;

    }
    .KyC-card h4{
      color: #F3BA2F;
    }
  
   @media (max-width:786px) {
    .KyC-card{
      width: 100%;
    }
   }
    .KyC-card h2{
      color: #F3BA2F;
    }
    .KyC-card.active {
      display: block;
    }
.KyC-card .col-md-6 input{
  padding:10px !important;
}



    @media screen and (max-width: 768px) {
  .overline::after{
      z-index: -1;
      height: 60px;
      width: 80px;
      background-color: #0B0E11;
      content: '';
      position: absolute;
      top: 0px;
      left: 28%;
      right: 0px;
    }
      
    }
 






.form-control{
    background-color: #161616;
    color: white;
}
.form-control:focus {
    background-color: #161616;
    color: white;
}
.form-select{
    background-color: #161616;
    color: white;
    padding:10px;
}
.form-select:focus {
    background-color: #161616;
   color: white;
}
.form-select:active {
  color: white;
   
}



.form-control::placeholder {
    color:#414141 ;
}



.form-label {
    color: #ffffff;
}


.upload-section {
      background-color: #1a1a1a;
      border: 1px solid #444;
      border-radius: 8px;
      padding: 2rem;
      text-align: center;
      height: 80%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
     
    }
    #step3 .round-box-kyc{
      padding-bottom: 20px;
    }

   
#step3 .upload-section{
  background-color: #1a1a1a;
      border: 1px solid #444;
      border-radius: 8px;
      padding: 2rem;
      text-align: center;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
     
}

#step3 .upload-btn{
   background-color: #E3C16E;
      color: #000;
      border: none;
      border-radius: 8px;
      padding: 10px 20px;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
}
#step3 .upload-btn:hover{
   background-color: #e3c26ea4;
}
    .upload-btn {
      background-color: #F3BA2F;
      color: #000;
      border: none;
      border-radius: 8px;
      padding: 10px 20px;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
    }

       .upload-btn img{
        width: 20px;
       }

    .upload-btn:hover {
      background-color: #F3BA2F;
    }

    .upload-info {
      font-size: 0.875rem;
      color: #aaa;
      margin-top: 10px;
    }
.required-star{
    color: red;
}



.round-box-kyc {
    border-radius: 12px;
    /* background-color: #0d0d0d; */
    border: #6B6B6B 1px solid;
   
  
}
.kyc-title{
    border-radius:12px 12px 0px 0px;
    background-color: #1E1E1E;
    color: #F3BA2F;
    font-size: 20px;
    padding: 15px 30px;
}

.btn-kyc-out {
    border: #F3BA2F 1px solid;
    color: #F3BA2F;
    background-color: transparent;
    width: 184px;
}
.btn-kyc-out:hover {
    border: #F3BA2F 1px solid;
    color: #F3BA2F;
    background-color: transparent;
}
.btn-kyc {
    background-color: #F3BA2F;
    color: #000;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    width: 184px;
}
.btn-kyc:hover {
    background-color: #F3BA2F;
    color: #000;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 500;
}

#step img{
  width: 100px;
}