html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .logo-mob {
        display: block !important;
    }
}

.multiselect-native-select > .btn-group > .multiselect-container {
    height: 347px !important;
    overflow-y: scroll !important;
}

.form-select, .multiselect {
    margin: 5px 0 !important;
    padding: 10px 8px !important;
    height: revert;
}

.ChevronDiv {
    width: 75px;
    height: 60px;
    position: relative;
    background: gray;
    margin-bottom: 5px;
    padding: 0px 0px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color: white;
    text-align: center;
    cursor: pointer;
}

    .ChevronDiv:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 30px solid white;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
    }

    .ChevronDiv:before {
        content: "";
        position: absolute;
        right: -29px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 30px solid gray;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
    }

.ChevronDiv_Active:before {
    border-left: 30px solid #06568e;
}

.ChevronDiv_completed:before {
    border-left: 30px solid #28a745;
}

.ChevronDiv > div {
    border: 1px solid #c1c1c180;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #6464644d;
    font-size: 25px;
    font-weight: bold;
}

/*Custom Style*/
.vs-custom-file-input {
    color: transparent;
    width: 120px;
}

    .vs-custom-file-input::-webkit-file-upload-button {
        visibility: hidden;
    }

    .vs-custom-file-input::before {
        content: 'Choose File';
        color: black;
        display: inline-block;
        background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
        border: 1px solid #999;
        border-radius: 3px;
        padding: 5px 8px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        text-shadow: 1px 1px #fff;
        font-weight: 700;
        font-size: 10pt;
    }

    .vs-custom-file-input:hover::before {
        border-color: black;
    }

    .vs-custom-file-input:active {
        outline: 0;
    }

        .vs-custom-file-input:active::before {
            background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
        }

/*Custom Style*/



/*Custom Accordion Style*/

.vs_ca_accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .vs_ca_accordion:after {
        content: '\002B';
        color: #FFFFFF;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.vs_ca_active:after {
    content: "\2212";
}

.vs_ca_accordion:hover {
    background-color: #02416e;
}

.vs_ca_panel {
    padding: 18px 18px;
    display: none;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

/*Custom Accordion Style*/

.notifyjs-wrapper, .notifyjs-hidable, .notifyjs-corner {
    z-index: 999999999!important;
}

.paging_simple_numbers > .pagination > .page-item > .page-link {
    color:black;
}

.select2-selection--single {
    height: 44px !important;
    padding: 5px !important;
}

