.custom-modal h2{
    font-weight: 700;
 }
 .custom-modal p{
    color: #a8a8a8;
    font-size: 16px;
    line-height: 20px;
 }
 .custom-modal{
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: rgba(0, 0, 0, .5);
 }
 .custom-modal .modal-dialog {
 margin: 0 auto;
 max-width: 580px;
 width: 100%;
 position: absolute;
 bottom: 0;
 height: 75vh;
 background-color: #fff;
 border-top-left-radius: 24px;
 border-top-right-radius: 24px;
 }
 .custom-modal .modal-content {
 border-radius: 0;
 padding: 32px;
 }
 @media (min-width: 769px){
 .custom-modal .modal-dialog{
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 height: fit-content !important;
 border-radius: 24px;
 }
 .custom-modal .modal-content {
 padding: 42px;
 }
 }
 /* Back button styling */
 .back-button {
 position: absolute;
 top: 10px;
 left: 10px;
 display: flex;
 align-items: center;
 font-weight: 500;
 background: none;
 border: none;
 color: #000;
 }
 .back-button svg {
 margin-right: 5px;
 }
 .back-popup-btn{
 background: transparent;
 border: none;
 outline: none;
 user-select: none;
 text-align: left;
 padding-left: 0;
 }
 .selection-wallet{
    border-bottom: 1px solid #e6e6e6;
 }
 .selection-wallet div{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #909090 !important;
    border-bottom: 2px solid transparent;
    height: 35px;
}
.selection-wallet div.active{
    color: #000 !important;
    border-bottom: 2px solid #000 !important;
}
 .cus-grayBlock{
    padding: 18px 22px;
    background-color: #f9f9f9;
    border-radius: 12px;    
    cursor: pointer;

 }
 .cus-grayBlock h5{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
 }
 .cus-grayBlock button{
    padding: 10px 16px;
    background: #0E0E0E;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 60px;
    min-width: 90px;
    border: none;
    outline: none;
    user-select: none;
 }
 .loader-btn{
    border: 1px solid #dbdbdb;
    border-top-color: #3d3d3d;
    border-radius: 22px;
    width: 22px;
    height: 22px;
    animation: loader-rotation 1s linear infinite;

 }
 .loader-text{
    color: #bcbcbc;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
 }
 @keyframes loader-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(1turn);
    }
 }

.fade-up-on-mobile {
opacity: 0;
transform: translateY(100vh);
transition: opacity 0.5s ease, transform 0.5s ease;
}

@media (max-width: 769px) {
.fade-up-on-mobile.show {
opacity: 1;
transform: translateY(0);
}

}

@media (min-width: 769px) {
.fade-up-on-mobile {
    opacity: 1 !important;
    transition: none !important;
}

}

.second-part div{
    cursor: pointer;
}

.bi-three-dots-vertical::before {
   width: 19px;
   margin-left: -10px;
}


.custom-paste{
border: none;
outline: none;
user-select: none;
resize: none;
font-size: 18px;
min-height: 120px;
}
.additional-button {
padding: 10px 20px;
border: 1px solid #e6e6e6;
border-radius: 60px;
background: transparent;
min-width: 110px;
color: #000;
}
#autosize::placeholder{
color: #bdbcbc !important;
}
.conf-btn , .seen-it{
border: none;
outline: none;
user-select: none;
color:#fff;
background: #000;
height: 50px;
border-radius: 60px;
cursor: pointer;
}
.conf-btn[disabled] {
background:  #e6e6e6;
color: #000;
opacity: 0.5;
}

.suggestion-blocks {
   max-width: 100%;
   padding-top: 5px;
   }

   .suggestion-pill {
   background: #f1f1f1;
   border-radius: 16px;
   padding: 6px 12px;
   cursor: pointer;
   font-size: 14px;
   transition: background 0.2s ease;
   }

   .suggestion-pill:hover {
   background: #e0e0e0;
   }

 .seed-box{
   width: 44%;
   height: 46px;
   display: flex;
   align-items: center;

   margin: 10px;
}

.seed-box > span:first-child{
   color: #a8a8a8;
   border-right: 1px solid #a8a8a8;
   padding-right: 5px;
   margin-right: 5px;
}
.verify-box {
   color: #000;
   cursor: pointer;
   transition: 0.3s;
   }

   .verify-box.selected {
   background-color: #000;
   color: #fff;
   }


            .custom-modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1055;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.custom-modal .modal-dialog {
  max-width: 580px;
  width: 100%;
  height: 80vh;
  background-color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
}

.custom-modal .modal-content {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 32px;
  border-radius: 0;
}

@media (min-width: 769px) {
  .custom-modal {
    align-items: center;
  }

  .custom-modal .modal-dialog {
    height: fit-content !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
  }

  .custom-modal .modal-content {
    padding: 42px;
  }
}


 .step-container {
      position: relative;
      display: flex;
      justify-content: space-between;
    }

    /* Progress line (gray background) */
    .step-container::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #e0e0e0;
      z-index: 0;
      transform: translateY(-50%);
    }


    .step {
      position: relative;
      z-index: 2;
      text-align: center;
    }

    .step .circle {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #e0e0e0;
      margin: 0 auto;
      line-height: 40px;
      font-weight: bold;
      color: #777;
      position: relative;
      z-index: 2;
      transition: background 0.3s, color 0.3s;
    }

    .step.active .circle {
      background: #000;
      color: #fff;
    }

    .step-label {
      margin-top: 10px;
      font-size: 14px;
      color: #555;
    }
