
*{
    letter-spacing: -0.5px;
    color: #011627;
}
html, body{
    margin: 0;
    padding: 0;
    color: #011627;
    font-family: 'Open Sans';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    /* background-color: #fafafa; */
}
.load{
    position: absolute;
    width:100%;
    height:100%;
    margin:auto;
    z-index:-1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fullbody{
    display: flex;
    width: 80%;
    max-width: 1250px;
    margin: auto;
    height: 100%;
}
.loginimage{
    width: 0%;
    display: flex;
    margin: auto;
    align-items: center;
    /* display: none; */
}
.loginimage img{
    margin: auto;
    width: 85%;
    display: none;
}
.top-part{
    height: 10vh;
}
.bottom-part{
    height: 80vh;
}
/* inside container */
.container{
    /*max-width: 350px;*/
    margin: auto;
    width: 100%;
    display: flex;
    height: 95vh;
}

.wrapper{
    max-width: 350px;
    width: 70%;
    min-height: 90vh;
    max-height: 90vh;
    margin: auto;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    text-align: left;
    position: relative;
    background-color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-content: center;
    overflow: auto;
}

.wait{
    font-size: 12px;
}

#title{
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #3179F5;
    margin-bottom: 3%;
}
#title a {
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: -1px;
}
#title sup {
    text-decoration: none;
    font-weight: 900;
    font-size: 10px;
    letter-spacing: -1px;
}

#header{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
}

#header span{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

#bold{
    font-weight: 600;
    color: #3179F5;
}

form{
    margin-bottom: 30px;
}

.input-field{
    position: relative;
    display: block;
    align-items: center;
    margin: 5px auto;
    text-align: left;
}

.input-field input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    margin: auto 0%;
    padding: 10px;
    padding-left: 45px;
    font-size: 20px;
    font-family: inherit;
    font-weight: 700;
    /* color: #011627; */
    box-shadow: none !important;
}

.input-field label{
    position: absolute;
    left: 5%;
    bottom: 10px;
    width: fit-content;
    height: fit-content;
    background-color: white;
    pointer-events: none;
}

.input-field span{
    position: absolute;
    color: #011627;
    left: 6px;
    top: 11px;
    font-weight: 700;
    font-size: 20px;
}

.input-field input:focus + label,
.input-field input:valid + label{
    font-size: 11px;
    transform: translateY(-32px);
    transition: all .2s ease-out;
    font-weight: 400;
    width: fit-content;
    text-align: center;
}

.file{
    display: none;
}

#rc-anchor-container {
    background: #ffffff !important;
    color: #011627 !important;
    font-family: Open Sans !important;
    font-size: 12px !important;
}

.otp-input input{
        width: 50% !important;
    margin: auto 0% !important;
    text-align: left !important;
    padding: 10px !important;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    margin-left: 0px;
}

.otp-input label{
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-size: 14px !important;
    color: #ccc;    
}

.otp-input input:focus + label,
.otp-input input:valid + label{
    font-size: 11px !important;
    transform: translate(-5px,-32px) !important;
    transition: all .2s ease-out !important;
    color: #011627;
    font-weight: 400;
    width: fit-content;
    text-align: center;
    background-color: white;
    left: 5% !important;
    bottom: 10px;
    position: absolute;
}

#warning{
    font-size: 12px;
    font-weight: 600;
    color: #011627;
    font-style: italic;
}

/* browse button */
.browse{
    box-sizing: inherit;
    width: fit-content;
    height: 20px;
    padding: 5px;
    font-weight: 700;
    border: 2px solid white;
    border-radius: 5px;
    color: white;
    background-color: #3179F5;
    outline: none;
    cursor: pointer;
    font-family: inherit;
}

/* uploaded file */

.uploaded-file{
    display: none;
    margin: 20px;   
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
/* submit button */

.submit-button{
    display: none;
}

/* buttons  */

input.submit
{
margin-top: 10px;
padding: 7px 20px;
text-align: center;
background-color: #3179F5;
border-radius: 3px;
color: white;
font-size: 12px;
border: none;
font-family: Open Sans;
font-weight: 600;
cursor: pointer;
width: fit-content;
}
.buttonbottom {
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: space-between;
    width: 90%;
}
.next{
    box-sizing: inherit;
    width: 80px;
    height: 20px;
    padding: 10px 10px;
    border-radius: 35px;
    background-color: #3179F5;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    /* box-shadow: 1px 3px 5px #e8e8e8; */
}

.browse {
    box-sizing: inherit;
    width: 80px;
    height: 20px;
    padding: 7px 10px;
    border-radius: 35px;
    background-color: white;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    color: #011627;
    border: 1px solid #011627;
    margin: 5px 0 5px 0px;
}

.buttons{
    display: flex;
    justify-content: right;
    margin-top: 10px;
    padding: 0px;
    font-family: inherit;
    margin-right: 0px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.buttons button{
    box-sizing: inherit;
    width: 80px;
    height: 20px;
    padding: 10px 20px;
    border-radius: 35px;
    background-color: #3179F5;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    /* border: 1px solid #ebebeb; */
}

.cancel-button{
    float: left;
    color: #ccc;
    background-color: white;
    border: none;
    font-weight: 600;
}

/* login option */
.login-option{
    font-size: 12px;
    text-align: left;
    margin-left: 0;
    margin-top: 10px;
    font-weight: 400;
}

.login-option a{
    color: #011627;
    font-size: 14px;
    font-weight: 700;
}

.note {
    display: none;
    margin-top: 5px;
    padding: 10px;
    text-align: left;
    font-weight: normal;
    font-family: inherit;
    font-size: 11px;
    position: relative;
    bottom: 0;
}

.note p{
    margin: 0;
    padding: 0;
}

/* links */

.links ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    font-size: 10px;
    margin: auto;
    /* margin-left: 2%; */
    padding: 0;
    width: 65%;
    padding-top: 5px;
    text-align: center;
    display: none;
}

.links ul li{
    flex: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.links a{
    text-decoration: none;
    color: #011627;
    font-weight: 700;
    text-align: center;
}

/* loader */


.loader{
    width:100px; 
    height:25px; 
    margin:auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.advisor-button {
    float: right;
    color: white;
    background-color: white;
    border: none;
    outline: none;
    /* border: 1px solid #ebebeb; */
    font-weight: 500;
    font-size: 12px;
    padding: 10px 1px;
    border-radius: 49px;
    background-color: white;
    text-align: left;
}
.advisor-button a{
    color: #011627;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans';
    text-decoration: underline;
}
.advisor-login {
    display: flex;
    flex-direction: column;
    width: 65%;
    justify-content: left;
    margin-left: 0%;
    margin-top: 40%;
}
.dashed{
    text-align: left;
    padding: 5px 0px;
    color: #011627;
    font-size: 12px;
    font-weight: 400;
}
p{
    margin: 10px auto 0 auto;
    font-size: 12px;
}

form{
    margin-bottom: 30px;
}

/* pan details  */

#pan-details{
    margin: 0 auto;
    padding: 10px 0px 0 0px;
}

.input-field{
    position: relative;
    display: block;
    align-items: center;
    margin: 0px auto;
    text-align: left;
}

.input-field input{
    width: 100%;
    height: 50px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    border: none;
    border: 1px solid #f0f0f0;
    margin: 10px 0% 0 0%;
    padding: 2px;
    font-family: inherit;
    color: #011627;
    font-weight: 600;
    padding-left: 10px;
    background-color: white;
    text-align: left;
    vertical-align: middle;
    letter-spacing: -1px;
}

.input-field label{
    position: absolute;
    left: 0%;
    bottom: 15px;
    font-size: 11px;
    width: fit-content;
    height: fit-content;
    background-color: #ffffff;
    pointer-events: none;
    margin-left: 10px;
    transform: translateY(-28px);
}

.input-field input:focus + label,
.input-field input:valid + label{
    font-size: 11px;
    transform: translateY(-28px);
    transition: all .2s ease-out;
    margin-left: 10px;
}

#warning{
    font-size: 12px !important;
    color: #011627;
    margin-top: 10px !important;
    text-align: left !important;
}
input[type="date"] {
 -webkit-align-items: center;
display: -webkit-flex;
text-align: -webkit-left;
justify-content: flex-start;
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
}

.loader{
    margin: 5px auto;
}

.mf-input-error {
    font-size: 12px;
    font-weight: 500;
    color: #011627;
    font-style: italic;
    min-height: 20px;
}

.uploaded-cc
{
    margin-left: 0px;
    display: none;
    font-size: 12px;
    font-weight: 600;
    color: #808080;
    cursor: pointer;
    margin-top: 10px;
    align-items: center;
    flex-direction: column;
    align-items: baseline;
}

.mf-input-title {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
}

.mf-content-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.buttons{
    display: flex;
    justify-content: right;
    margin-top: 10px;
    padding: 0px;
    font-family: inherit;
    margin-right: 0px;
}

.nextemail-button{
    float:right;
}

.back-button{
    float: left;
}

.resend{
    font-size: 12px;
    background-color: white;
    border: none;
    font-weight: 600;
    font-family: inherit;
    outline: none;
    cursor: pointer;
    border: 1px solid #011627;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 20px;
}
/* responsive */

@media only screen and (max-width:768px){
    #header{
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -1px;
    }
    .container{
        max-width: 100%;
        width: 100%;
        background-color: #fffffff5;
        z-index: 1;
        height: 100%;
        margin: 0vh;
    }
    
    .wrapper{
        max-width: 100%;
        border: 0px white solid;
        width: 100%;
        height: 100%;
    }
    .fullbody {
    display: flex;
    width: 95%;
    max-width: 95%;
    margin: auto;
    height: 95vh;
    }
    .loginimage {
    width: 85%;
    display: flex;
    margin: auto;
    align-items: center;
    position: absolute;
    left: 7.5%;
    display: none;
    }
    .links ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    font-size: 10px;
    margin: auto;
    /* margin-left: 0%; */
    padding: 0;
    width: 85%;
    padding-top: 5px;
    text-align: center;
    }
    
    .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 0%;
    padding: 0 0px;
    font-family: inherit;
    bottom: 5%;
    }
    #header span {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.5px;
    }
    
}