/* Ajax Loader Css */
#overlay {
    position: fixed;
    top: 0;
    z-index: 99999 !important;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

.form-check-input:not(:checked) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a59cd9'/%3e%3c/svg%3e") !important;
}

.edit-item-btn,
.remove-item-btn,
.view-item-btn {
    cursor: pointer;
}

fieldset {
    border: 1px #ddd solid;
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #f3f6f9;
}

fieldset > legend {
    text-decoration: underline;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.dataTables_processing.card {
    box-shadow: none !important;
    background: none !important;
}

.btn-soft-danger {
    border-radius: .2rem;
    padding: 3px 10px 4px 10px !important;
}

/*
.row {
    display: flex;
    align-items: center !important;
}
*/

.dropbtn {
    background-color: #fff;
    /* color: white; */
    /* padding: 16px; */
    font-size: 21px;
    border: none;
    border-radius: .25rem;
}

.dropbtn i {
    color: #878A99 !important;
}

.dropbtn i:hover,
.dropbtn i:focus {
    color: #ffff !important;
}

.dropdown {
    position: relative;
    display: flex;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F1F1F1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 35px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
}

.dropdown-content a:hover {
    background-color: #fff;
}

.dropdown:hover .dropdown-content {
    display: flex;
}

.dropdown:hover .dropbtn {
    background-color: #074C78;
    color: #fff !important;
}

.dropdownres {
    display: none;
}

@media (max-width:991px) {
    .dropbuttons {
        display: none;
    }

    .dropdownres {
        display: flex;
    }
}

.choices {
    margin-bottom: 0px !important;
}

.dropbuttons {
    width: 255px !important;
}

.choices[data-type*=select-one]:after {
    background-color: #fff !important;
    right: 1.5px !important;
}

.choices__list--single .choices__item {
    width:300% !important;
}

.choices__list--dropdown {
    padding: 10px 10px 20px 13px !important;
}

.choices__list--single {
    padding: 4px 4px 4px 4px !important;
}

.notValidated {
    --vz-input-border: red !important;
}
