.validator{
    font-size: 15px;
}

.my-4.dashed{
    border: 1px dashed #C4C4C4;
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.svg-mainAddress{
    content: url(../svg/mainAddress.svg);
}

div.mainAddress li.svg-mainAddress{
    position: absolute;
    left: 11px;
    top: -12px;
}

.btn-otp{
    border: 0px; 
    background-color: transparent;
    text-decoration: underline;
    font-weight: 300;
}

.col-address{
    border: 1px solid #03256C; 
    border-radius: 5px; 
    height: 174px; 
    max-height: 174px; 
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    padding: 17px;
    padding-top: 44px;
    position: relative;
}

.col-address li.svg-edit{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.svg-delete{
    position: absolute;
    right: 60px;
    top: 15px;
    cursor: pointer;
}

.col-address .title{
    min-width: 100px;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    padding-top: 3px;
    padding-bottom: 3px;
}

.col-address .details{
    padding-top: 15px;
    font-size: 16px;
    color: #03256C;
    font-weight: 300;
}

.btn-otp:hover{
    font-weight: 400;
}

.otpInput{
    height: 71px !important;
    width: 51px !important;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
}

#masterkey{
    height: 158px;
}

i.showPassword{
    cursor: pointer;
    font-size: 30px;
    color: #2541B2;
    position: absolute;
    right: 30px;
    top: 25px;
}

div.loginFailed{
    display: none;
    color: red;
}
.rounded-5{
    border-radius: 10px;
}
.w-full{
    width: 100% !important;
}

.w-fit-content{
    width: fit-content;
}

button.bg-yellow:hover, a.bg-yellow:hover{
    background-color: #ebe085 !important;
}

div.input_gender div.w-full{
    padding-top: 15px;
}

div.input_gender div.w-full input{
    margin-right: 8px;
}

div.input_gender div.w-full span{
    font-weight: 300;
    font-size : 17px;
}
label{
    color: #373737;
    margin-bottom: 3px;
    font-size: 17px;
    font-weight: 400;
}

.lineDashed{
    border-top: 2px dashed #BDBDBD;
    position: relative;
    top: -28px;
    opacity: 0.7;
}

.paddingInside{
    padding-left: 3rem;
    padding-right: 3rem;
}

div.loginButton{
    width: 120px;
}

img.loginButton{
    height: 35px;
    width: 35px;
}
/* span.select2-selection.select2-selection--single{
    color: gray;
    height: 45px !important;
} */
/* .select2-selection__rendered{
    color: #000000 !important;
    font-weight: 200;
    font-family: 'Kanit';
} */
/* .select2-selection__arrow{
    padding-top: 38px;
} */
.menu-right{
    position: fixed;
    right: 0;
    top: 300px;
    text-align: right;
    background-color: white;
}
.menu-right .menu a img{
    transition-duration: 0.3s;
        margin: 0 auto;
        display: block;
    transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
}
.menu-right .menu a img:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    z-index: 0;
}
.sideBody_right{
    width: calc(100% - 275px);   
    padding-left: 50px;
    padding-right: 15px;
}
.svg-plus{
    content: url(../svg/plus.svg);
}
.svg-confirm-card{
    content: url(../svg/confirm-card.svg);
}
.svg-history-pay{
    content: url(../svg/history_pay.svg);
}
.svg-select-pay{
    content: url(../svg/select_pay.svg);
}
.cursor-pointer{
    cursor: pointer;
}
@media only screen and (max-width: 1305px) {
    .paddingInside{
        padding-left: 0rem;
        padding-right: 0rem;
    }
    
    .otpInput{
        margin-left: .1rem !important;
        margin-right: .1rem !important;
    }
}
@media only screen and (max-width: 1200px) {
    .sideBody_right{
        width: calc(100% - 250px);   
    }
}

@media only screen and (max-width: 1024px) {
    .paddingInside{
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .otpInput{
        margin-left: .1rem !important;
        margin-right: .1rem !important;
    }
}
@media only screen and (max-width: 991px) {
    .sideBody_right{
        width: calc(100% - 230px);   
    }
}
@media only screen and (max-width: 800px) {
    .paddingInside{
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .otpInput{
        height: 58px !important;
        width: 37px !important;
    }
    
    /* #sideBody {
        margin-left: 0 px !important;
    } */

    /* #sideBody{
        margin-left: 0 !important;
    } */
}
@media only screen and (max-width: 767px) {
    .sideBody_right{
        width: 100%;   
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 540px) {
    .menu-right{
        display: none;
    }
}

@media only screen and (max-width: 425px) {
    
    .paddingInside{
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .otpInput{
        height: 57px !important;
        width: 30px !important;
    }
    
    /* #sideBody{
        margin: 0px !important;
    } */

    .col-address{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    div.mainAddress li.svg-mainAddress{
        left: 11px !important;
        top: -1px !important;
    }
    #czid_link{
        padding-left: 0;
    }
    #czid_link a img{
        width: 100%;
    }
}

@media only screen and (max-width: 280px) {
    .paddingInside{
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .otpInput{
        height: 44px !important;
        width: 29px !important;
    }
}

