body, .form-control {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Arial, Helvetica, Roboto, sans-serif;
}

input, button, select, optgroup, textarea {
    font-family: Arial, Helvetica, Roboto, sans-serif;
}

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

html, .btn, .dropzone span {
    font-size: 14px;
}

.main-header {
    max-height: 60px;
}

    .main-header .navbar {
        min-height: 60px;
    }

    .main-header .logo .logo-lg {
        line-height: 60px;
    }

.btn-ins {
    background-color: #04518c;
    color: #ffffff;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.btn-ins:hover, .btn-ins:active, .btn-ins:focus {
    background-color: #733aeb !important;
    border-color: #733aeb !important;
    color: #ffffff !important;
}

.box {
    border-radius: 20px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.main-header {
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-body {
    height: calc(100vh - 80px);
}

.body-index {
    margin-left: unset;
    background-color: #ffffff;
    height: calc(100vh - 80px);
}

.title-index {
    font-weight: 600;
    font-size: 60px;
    color: #1349A7;
}

.bd-layout {
    border: 0.3rem solid #d8bbef;
}

.lbl-title-quesion {
    color: red;
    font-weight: 600;
}

.lbl-content-quesion {
    color: black;
    font-weight: 600;
}

.lbl-desc-question {
    font-weight: unset;
}

.txt-quesiton {
    border-color: #d8bbef;
    margin: .5rem 0px;
    background-color: #ffffff;
}

.form-question {
    margin-bottom: unset;
}

.lbl-err-question {
    color: red;
}

.box-question {
    border-radius: 15px;
}

.d-none {
    display: none;
}

.authen-body {
    height: calc(100vh - 120px);
    padding: 1rem 0px;
    overflow-y: scroll;
}

.authen-ft {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    border-radius: 0px;
    height: 60px;
    z-index: 10000;
}


.form-question i::before {
    content: "(*)";
}

.box-question-success {
    border: 0.3rem solid #d8bbef;
}

.box-question-err {
    border: 0.3rem solid #ff3f3f;
}

.additional-docs-body {
    background-color: #ffffff;
    height: calc(100vh - 120px);
    padding: 1rem 0px;
    overflow-y: scroll;
}

.btn-outline.btn-ins {
    color: #0d6efd;
    background-color: transparent;
    border-color: #0d6efd !important;
}

    .btn-outline.btn-ins:hover, .btn-outline.btn-ins:active, .btn-outline.btn-ins.active {
        background-color: #0d6efd !important;
        border-color: #0d6efd !important;
        color: #ffffff !important;
    }

.box-sd-header {
    border: 0.3rem solid #d8bbef;
    border-radius: 15px;
}

.btn-sd {
    align-items: center;
    border-radius: 10px;
}

    .btn-sd::before {
        display: inline-block;
        font: normal normal normal 14px / 1 FontAwesome;
        content: "\f192";
        font-size: 30px;
        margin-right: .5rem;
    }

.txt-doc-des {
    background-color: #ffffff !important;
    border-color: #d8bbef;
}

.dz-default {
    border-color: #d8bbef !important;
    border-radius: 15px !important;
}

.jq-toast-wrap {
    width: auto !important;
}

.jq-toast-single h2 {
    font-size: 16px !important;
}

.jq-toast-single {
    font-size: 16px !important;
}

.close-jq-toast-single {
    font-size: 30px !important;
}
/*--Start Loading--*/
#loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
    background: transparent;
    border: 3px solid #3c3c3c;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff000;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #fff000;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}

    .ring:before {
        content: '';
        position: absolute;
        top: -1px; /*-3px;*/
        left: -1px; /*-3px;*/
        width: 100%;
        height: 100%;
        border: 3px solid transparent;
        border-top: 3px solid #fff000;
        border-right: 3px solid #fff000;
        border-radius: 50%;
        animation: animateC 2s linear infinite;
        -webkit-animation: rotate-loading 2s linear 0s infinite normal;
    }

    .ring span {
        display: block;
        position: absolute;
        top: calc(50% - 2px);
        left: 50%;
        width: 50%;
        height: 4px;
        background: transparent;
        transform-origin: left;
        animation: animate 2s linear infinite;
        -webkit-animation: rotate-loading 2s linear 0s infinite normal;
    }

        .ring span:before {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: #fff000;
            top: 45px; /*-6px;*/
            right: 10px; /*-8px;*/
            box-shadow: 0 0 20px #fff000;
        }
/*--End Loading--*/

.dz-default:hover, .dz-default:active {
    border: 5px solid #d8bbef !important;
}

.w100 {
    width: 100% !important;
}

.h100 {
    height: 100% !important;
}

.theme-primary .form-control, .theme-primary .form-select {
    border-color: #04518c;
}

.form-control, .form-select, .select2-container--default .select2-selection--single {
    background-color: #ffffff;
}

.select2 {
    width: 100% !important;
}

.fw600 {
    font-weight: 600;
}

.active_doc_supplement_view_mb {
    display: none;
}

.div_doc_supplement_view_mb {
    display: none;
}

.agress-ft-pc {
    display: flex !important;
}

.agress-ft-mb {
    display: none !important;
}

.privew_case_type {
    border: 3px solid #d8bbef;
    border-left: 0px;
    border-right: 0px;
}

.dropzone .dz-error-show .dz-error-mark {
    opacity: 1 !important;
}

.dropzone .dz-error-show .dz-error-message {
    display: block !important;
}

.dropzone .dz-error-show:hover .dz-error-message {
    opacity: 1 !important;
}

.title_claim_update {
    margin-top: 2.5rem !important;
}

@media (max-width: 768px) {
    .active_doc_supplement_view_mb {
        display: block;
    }

    .div_doc_supplement_view_pc {
        display: none !important;
    }

    .div_doc_supplement {
        padding: 10px 0px;
    }

    .div_btn_action_doc {
        width: 50%;
    }

    .div_doc_supplement {
        border: 0.2rem solid #d8bbef;
        border-radius: 15px;
        margin: 15px 0px;
    }

    .agress-ft-pc {
        display: none !important;
    }

    .agress-ft-mb {
        display: block !important;
    }

    .authen-ft {
        height: auto;
    }

    .privew_case_type {
        border: 3px solid #d8bbef;
        border-top: 0px;
        border-bottom: 0px;
    }

    .title_claim_update {
        margin-top: unset !important;
    }

    .l-nav-img, .r-nav-img {
        flex: 1;
    }
}
