*{
    scroll-behavior: smooth;
}
input::placeholder {
    color: #a09e9e; /* Change this to the desired color */
    font-weight: 500;
    font-size: 0.9rem;
}

.usd-total-box1{
    display: none;
}

.usd-total-box2{
    display: none;
}

#lessthanaminute{
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
    font-size: 0.9rem;
}

#yotiprotection{
    width: 90%;
    margin: auto;
    height: 45px;
    background-color: #e0fff3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 20px;
}

#yotiprotection > img{
    width: 22px;
    margin-right: 5px;
}

#mainbody{
    width: 100%;
    box-sizing: border-box;
    padding-top: 110px;
    background-color: #f7fafc;
    padding-bottom: 40px;
}

#paymentdiv{
    width: 90%;
    margin: auto;
    border-radius: 30px;
    background-color: white;
    max-width: 450px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-bottom: 20px;
}

#checkout-heading{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid lightgray;
    display: flex;
}

#backbutton{
    width: 50px;
    height: 100%;
    border-top-left-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid lightgray;
}

#backbutton > img{
    width: 20px;
}

#activate-payouts{
    display: none;
    width: 90%;
    margin: auto;
    font-size: 0.9rem;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 10px;
    background-color: #ffe5e5;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.address-element{
    width: 100%;
    margin-top: 20px;
    border: none;
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 10px;
}
#checkout-heading-text{
    width: calc(100% - 60px);
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1rem;
    box-sizing: border-box;
    padding-left: 15px;
}

#product-description{
    margin-top: 20px;
    display: flex;
    margin-bottom: 20px;
}
#product-img{
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-left: 5%;
    object-fit: cover;
}
#quantity{
    width: 40px;
    height: 100%;
    /* background-color: red; */
    margin-right: 5%;
    margin-top: 10px;
    font-size: .9rem;
    background-color: #f9f9f9;
    padding: 7px;
    padding-left: 10px;
    font-weight: 500;
    padding-right: 10px;
    border-radius: 10px;
}
#product-description-content{
    width: calc(90% - 100px);
    height: 100px;
    
 box-sizing: border-box;
 padding-left: 20px;
 padding-top: 10px;
 padding-right: 5px;
}

#product-description-content-heading{
 width: 100%;
 height: auto;
 line-height: 22px;
 font-size: 0.95rem;
 display: -webkit-box;            /* Required for Firefox and other browsers supporting -webkit */
 -webkit-line-clamp: 3;           /* Limit the content to 2 lines */
 -webkit-box-orient: vertical;    /* Set the box orientation to vertical */
 overflow: hidden;                /* Hide overflow content */
 text-overflow: ellipsis;  
}

#product-description-content-subheading{
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 0.9rem;
    margin-top: 5px;
    font-weight: 500;
    color: #919191;
   }

   
#age-verification-complete{
    width: 90%;
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 22px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    background-color: green;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    background-color: #e3fbe3;
}

   .input{
    display: block;
    width: 90%;
    height: 45px;
    border: 1px solid #dbdada;
    margin: auto;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #fbfbfb;
    box-sizing: border-box;
    padding-left: 15px;;
    padding-right: 15px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 15px;
   }

   #fees-area{
    width: 90%;
    margin: auto;
    border: 2px dashed #e7e7e7;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 0.9rem;
}


.fees-area-right{
float: right;
font-weight: 500;
}

#payment-form{
    display: none;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

#submit{

    width: 100%;
    height: 45px;
    background-color: black;
    color: white;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 0.9rem;
    margin-top: 20px;
}

#paybutton{
    width: 90%;
    height: 45px;
    background-color: black;
    color: white;
    margin: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 0.9rem;
    margin-top: 10px;
}

#paybutton > img{
        width: 35px;
    margin-left: -10px;
}

#cashapppaybutton{
    width: 90%;
    height: 45px;
    background-color: #00cf31;
    color: white;
    margin: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 0.9rem;
    display: none;
}


#cashapppaybutton > img{
width: 25px;
    /* border: 2px solid white; */
    border-radius: 5px;
    margin-right: 7px;
}

#line2{
        width: 90%;
    margin: auto;
    border-top: 1px solid lightgray;
    margin-top: 30px;
}

#or2{
text-align: center;
    color: #aba8a8;
    margin-top: -10px;
    background-color: white;
    width: max-content;
    margin: auto;
    margin-top: -8px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 0.9rem;
}

#cardbrands{
    height: 13px;
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

#currency-conversion-div{
    width: 90%;
    background-color: white;
    height: max-content;
    padding-bottom: 30px;
    margin: auto;
    max-width: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#currency-conversion-header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    /* background-color: #fafafafa; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: 1px solid lightgray;
}

#currency-conversion-subheading{
    width: 90%;
    margin: auto;
    margin-top: 20px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    font-size: 0.95rem;
}

#currency-select{
    width: 90%;
    margin: auto;
    height: 40px;
    display: block;
    margin-top: 20px;
    border: 1px solid lightgray;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 0.95rem;
    border-radius: 10px;
    font-weight: 500;
    background-color: #fafafa;
    color: #6b6b6b;
}

#currency-submit{

    width: 90%;
    height: 45px;
    margin: auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

#payment-message{
    display: none;
    width: 90%;
    text-align: center;
    font-size: 0.95rem;
    margin: auto;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    background-color: #ffe8e8;
    color: red;
}


#checkpointbox{
    width: 90%;
    margin: auto;
    border-radius: 20px;
    background-color: white;
    height: max-content;
    max-width: 450px;
    margin-bottom: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-top: 30px;
    padding-bottom: 20px
}

#progress-container{
    width: 90%;
    margin: auto;
    height: 8px;
    background-color: #e5e5e5;
    border-radius: 20px;
    position: relative;
}

#progress{
    width: 0%;
    background-color: #85d595;
    border-radius: 20px;
    height: 100%;
}


#checkpoint-circle-div{
    width: 90%;
    height: 20px;
    margin: auto;
    margin-top: -16px;
    display: flex;
    justify-content: space-between;
}

#checkpoint-div{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #02a57b;
    z-index: 1;
    border: 4px solid white;
}

#checkpoint-name-div{
    width: 90%;
    margin: auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

#checkpoint-name{
font-size: 0.9rem;
font-weight: 500;
}

#ageverificationform{
    display: block;
    height: max-content;
}

#av-img{
    display: block;
    margin: auto;
    margin-top: 20px;
    width: 90%;
    border-radius: 20px;
}

#ageverification-text{
    width: 88%;
    margin: auto;
    font-size: 0.9rem;
    line-height: 22px;
    margin-top: 20px;
    font-weight: 500;
}
#ageverify{
    width: 90%;
    margin: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    border-radius: 10px;
    margin-top: 20px;
}

#accountnoteligible{
    width: 90%;
    margin: auto;
    background-color: white;
    box-sizing: border-box;
    padding: 20px;
    line-height: 22px;
    border-radius: 20px;
    font-weight: 500;
    color: red;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 400px;
}
/*--------------------------Verify Email Modal------------------------------*/
/* The Modal (background) */
.verifyemail-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .verifyemail-modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: max-content;
    padding-bottom: 30px;
    border-radius: 20px;
    max-width: 400px; 
}

  #verifyemail-modal-heading{
    height: 45px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #f7f6f2;
    border-bottom: 1px solid lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 20px;
    font-weight: 600;
  }

  #verifyemail-modal-text{
    font-weight: 500;
    font-size: 0.95rem;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    line-height: 22px;
  }

  #emailotp{
    width: 90%;
    height: 40px;
    display: block;
    margin: auto;
    margin-top: 20px;
    border: 1px solid lightgray;
    background-color: #fafafa;
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 10px;
  }

  #checkotp{
    width: 90%;
    margin: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    border-radius: 10px;
    font-size: 0.9rem;
    margin-top: 13px;
  }

  #hr{
    width: 90%;
    margin: auto;
    border-top: 1px solid lightgray;
    margin-top: 25px;
  }

  #or{
    text-align: center;
    width: max-content;
    margin: auto;
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -8px;
    color: darkgray;
    font-weight: 500;
    font-size: 0.9rem;
  }
  #cancel-verification{
    width: 90%;
    margin: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid lightgray; */
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 20px;
    background-color: #3489DB;
    color: white;
  }
/*---------------------------------------------------------------------------*/


/*-------------------------Yoti Modal--------------------------------------*/
/*--------------------------Verify Email Modal------------------------------*/
/* The Modal (background) */
.yoti-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .yoti-modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: max-content;
    padding-bottom: 20px;
    border-radius: 20px;
    max-width: 400px; 
}

  #yoti-modal-heading{
    height: 45px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #f7f6f2;
    border-bottom: 1px solid lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 20px;
    font-weight: 600;
  }

  #yoti-modal-text{
    font-weight: 500;
    font-size: 0.95rem;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    line-height: 22px;
  }


  #taketoyoti{
    width: 90%;
    margin: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    border-radius: 10px;
    font-size: 0.9rem;
    margin-top: 13px;
  }
  #benefit{
    width: 90%;
    height: max-content;
    margin: auto;
    margin-top: 10px;
    display: flex;
  }

#benefit-img{
width: 20px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
padding-top: 5px;
}

  #benefit-text{
width: calc(100% - 40px);
height: max-content;
font-size: 0.9rem;
font-weight: 500;
line-height: 22px;
display: flex;
padding-left: 8px;
padding-top: 6px;
color:#908c8c;
}

.icon{
  width: 20px;
  margin-top: 2px;
}

/*-------------------------------------------------------------------------*/