html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}
body{
    font-family: "Inter", sans-serif;
}
.box-head p{
    color: #FFFFFF;
    font-size: 18px;
    font-weight:400;
    padding-left: 6px;
}
.normal-btn{
    color: #000;
    border: 1px solid #FEBF4B;
    border-radius: 12px;
    border: 2px solid #FEBF4B;
    padding: 0 65px;
    height: 55px;
}
.submit-area{
    padding-top:60px;
}
.submit-area .normal-btn{
    margin-left: 22px;
}
.final-submission{
    border-top: 1px solid #B8B8B8;
    padding-top: 30px;
    margin-top: 10px;
}
.final-submission .normal-btn{
    padding: 0 40px;
}
.final-submission .opt-area{
    padding: 0 40px;
    margin-left: 20px;
}
.duplicate-area{
    border: none;
    background-color: transparent;
    min-width: 100%;
    max-width: 100%;
}
.opt-area{
    background-color: #FEBF4B;
    border-radius: 12px;
    padding: 0 16px;
    height: 55px;
    opacity: 1 !important;
    color: #121212;
    margin-top: 40px;
}
.logo-area p{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    padding-left: 16px;
}
.box-head h1{
    padding-top:48px;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: #1A1A1A;
}
.box-head{
    background-color: #FCF8E4;
    padding: 40px 42px 26px;
    border-radius: 10px 10px 0 0 ;
}
.admin-action-area{
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.account-features{
    background-color: #fff;
    padding: 26px 41px 40px 41px;
    border-radius: 0 0 10px 10px;
}
.account-features h2{
    color: #121212;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 24px;
}
.features{
    padding-bottom: 14px;
}
.features p{
    color: #202020;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    padding-left: 10px;
}
.second-area{
    padding-left: 110px;
}
.second-area .form-control{
    /* margin-bottom: 30px; */
    margin-top:5px;
}
.reaosning-area{
    padding-top:30px;
}
.reasons{
    padding-top:16px;
}
.second-area h3{
    color: #121212;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 4px;
}
.form-check-label{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 12px;
}
.otp-field {
    padding-top:35px;
    padding-bottom: 35px;
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
  }
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
  .otp-field input {
    height: 66px;
    width: 61px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
  }
  .otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  }
  @media only screen and (max-width: 991px) {
    .admin-action-area{
        height: auto;
        margin-top:1em;
        margin-bottom: 1em;
    }
    .second-area{
        padding-left: 0;
        padding-top:2em;
    }
    .opt-area{
        width: 100%;
    }
    .showsecond .normal-btn{
        margin-top: 1em;
        margin-left: 0;
        width: 100%;
    }
    .final-submission .opt-area{
        margin-left: 0;
        margin-top:1em !important;
    }
  }
.duplicate-area:focus-visible{
    outline: none;
}