i.gif-loading{
    content: url(../img/loading.gif);
}
.svg-error{
    content: url(../svg/svg-error.svg);
}
.svg-check-alert{
    content: url(../svg/svg-check.svg);
}
.svg-correct{
    content: url(../svg/svg-correct.svg);
    max-width: 165px;
}
.svg-bt-line{
    content: url(../svg/bt-line.svg);
}
.hide{
    display: none;
}
.for-desktop{
    display: block;
}
.for-mobile{
    display: none;
}
.font-light-gray{
    color: #C4C4C4;
}
.font-gray{
    color: #959595 !important;
}
.font-dark-gray{
    color: #373737;
}
.font-blue{
    color: #2541B2 !important;
}
.font-red{
    color: #E83636 !important;
}
.font-green{
    color: #67D056;
}
.font-white{
    color: white;
}
.bg-yellow{
    background-color: #E5D549;
}
.grayColor{
    color:#727272;
    font-weight: 250;
}
.bg-outline-yellow{
    background: white;
    border: 1px solid #E5D549;
}
.bg-outline-blue{
    background: white;
    border: 1px solid #2541B2;
}
.bg-outline-light-gray{
    background: white;
    border: 1px solid #C4C4C4;
}
.bg-outline-gray{
    background: white;
    border: 1px solid #959595;
}
.bg-outline-red{
    background: white;
    border: 1px solid #E83636;
}
.bg-outline-dark-blue{
    background: white;
    border: 1px solid #03256C;
}
.bg-outline-yellow{
    background: white;
    border: 1px solid #E5D549;
    color: #E5D549 !important;
}
.bg-for-line{
    background: #00C300;
    border: 1px solid #00C300;
    color: white !important;
}
button.bg-outline-dark-blue.active, a.bg-outline-dark-blue.active{
    background: #03256C;
    color: white;
    font-weight: bold;
}
input{
    border: 1px solid #ced4da;
}
input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=file], select, textarea, button.btn, a.btn{
    min-height: 45px !important;
}
input[type=checkbox]{
    height: 20px !important;
    width: 20px !important;
    border: 1px solid #606060 !important;
}
.font-dark-blue{
    color: #03256C !important;
}
.font-dark-blue.topic{
    font-size: 35px;
}
.bg-dark-blue{
    background-color: #03256C !important;
    color: white;
}
.bg-blue{
    background-color: #2541B2 !important;
    color: white;
}
.bg-red{
    background-color: #E83636 !important;
    color: white;
}
.bg-light-blue{
    background-color: #DEE3F3 !important;
}
.bg-gray{
    background-color: #F2F5F6 !important;
}
.bg-outline-dark-blue{
    background-color: white;
    border: 1px solid #03256C;
}
div.customInput label{
    border: 1px solid #03256C;
    border-radius: 5px;
    height: 45px;
    padding-top: 11px;
    font-weight: 300;
    cursor: pointer;
}

div.customInput div.div_input_file{
    border: 1px solid lightgray; 
    border-radius: 5px; 
    height: 45px;
    padding-top: 13px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 200;
}
div.customInput input.div_input_file{
    border: 1px solid lightgray; 
    border-radius: 5px; 
    height: 45px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 200;
    width: 100%;
    margin: 0 !important;
}
hr.dashed{
    border-style: dashed;
    border-color: #959595;
    opacity: 0.7;
}
@media only screen and (max-width: 991px) {
    .for-desktop{
        display: none;
    }
    .for-mobile{
        display: block;
    }
}

/* button */
a.btn{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    padding: 12px 0;
}
button.btn, a.btn{
    border-radius: 10px !important;
}
.btn.bg-blue:hover, .btn.bg-red:hover, .btn.bg-yellow:hover, .btn.bg-dark-blue:hover, .btn.bg-light-blue:hover ,.btn.bg-outline-yellow:hover ,.btn.bg-for-line:hover{
    transition: all 0.3s ease;
    opacity: 0.7 !important;
}
.btn.bg-blue:hover, .btn.bg-red:hover, .btn.bg-dark-blue:hover{
    color: white;
}
.btn.bg-outline-dark-blue{
    color: #03256C;
}
.btn.bg-outline-dark-blue:hover{
    background-color: #03256C;
    color: white;
}
.btn.bg-outline-blue{
    color: #2541B2;
}
.btn.bg-outline-blue:hover{
    background-color: #2541B2;
    color: white;
}
.btn.bg-outline-red{
    color: #E83636;
}
.btn.bg-outline-red:hover{
    background-color: #E83636;
    color: white;
}
.btn.bg-blue:hover, .btn.bg-red:hover, .btn.bg-dark-blue:hover, .btn.bg-yellow:hover, .btn.bg-light-blue:hover, .btn.bg-outline-dark-blue:hover, .btn.bg-outline-blue:hover{
    font-weight: 500;
}
/* button */

.btn.bt_calender {
    padding: 0 11px;
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border: 1px solid #03256c;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 500px){
    .font-dark-blue.topic {
        font-size: 30px;
    }
}
@media only screen and (max-width: 424px){
    .font-dark-blue.topic {
        font-size: 25px;
    }
}
@media only screen and (max-width: 374px){
    .font-dark-blue.topic {
        font-size: 23px;
    }
}

/* box-show */
.box-show-user{
    width: 100%;
    max-width: 650px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
/* box-show for-thank */
.box-show-user.for-thank{
    padding: 60px 28px 70px;
}
.box-show-user.for-thank #checkPolicy{
    max-width: 216px;
    padding: 13px 5px;
}
.box-show-user.for-thank #toLine{
    max-width: 216px;
    padding: 7px 5px;
}
/* box-show for-login */
.box-show-user.for-login{
    padding: 53px 57px 60px;
}
.box-show-user.for-login .btn.bg-yellow{
    padding: 10.5px 5px;
}

@media only screen and (max-width: 575px){
    .box-show-user.for-thank{
        padding: 35px 15px;
    }
    .box-show-user.for-thank #checkPolicy , .box-show-user.for-thank #toLine{
        max-width: 100%;
    }
    .box-show-user.for-thank #checkPolicy {
        padding: 8px 5px;
    }
    .box-show-user.for-thank #toLine i.svg-bt-line{
        width: 25px;
    }

    .box-show-user.for-login{
        padding: 30px 20px 50px;
    }
}