.error {
    color: red !important;
    margin-bottom: 0;
}

.alert.alert-success {
    background-color: #ffbe46 !important;
    color: #b12322 !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #b12322;
    color: #fff;
    border-color: #b12322;
}

.sidebar {
    background: #ffbe46 !important;
    color: #b12322 !important;
}

.theme-blush .sidebar .menu .list li.active>:first-child span {
    color: #b12322 !important;
}

.theme-blush .sidebar .menu .list li.active>:first-child i {
    color: #b12322 !important;
}

.theme-blush .sidebar .menu .list a:hover {
    color: #b12322 !important;
}

.btn-primary {
    background-color: #b12322;
    color: #fff;
}

.btn-primary:hover {
    background-color: #ffbe46 !important;
    color: #fff;
}

.btn-primary:focus {
    background-color: #ffbe46 !important;
    color: #fff;
}

.block-header h2 {
    color: #b12322 !important;
}

.navbar-right {
    display: none;
}

.edit_btn {
    background-color: #ffbe46;
    color: #fff;
}

.edit_btn:hover {
    background-color: #b12322;
    color: #fff;
}

.body {
    font-weight: 400;
    border-radius: .35rem;
    background: #fff;
    font-size: 14px;
    color: #222;
    padding: 20px;
}

.table.dataTable tbody tr {
    background: transparent !important;
}

/* user details css */
.card_css {
    border-radius: 5px;
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    width: 100%;
    padding: 30px;
    background: #fff;
}

.profile_css {
    width: 120px;
    height: 100px;
    margin: auto;
}

.user_heading_css {
    color: #b12322;
    font-weight: bolder;
}

.document_heading {
    margin-bottom: 0;
    margin-top: 5px;
    text-align: center;
}

.img-fluid {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.img-fluid:hover {
    opacity: 0.7;
}

.table.dataTable {
    border-collapse: collapse !important;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal::-webkit-scrollbar {
    display: none;
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 900px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 900px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
    animation: zoom 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 8px;
    right: 150px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: color 0.3s;
    /* display: none; */
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 85% !important;
        margin: auto !important;
    }

    .close {
        position: absolute;
        top: 50px;
        right: 10px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: color 0.3s;
        /* display: none; */
    }

}

/* user details css close*/

@media print {
    .sidebar {
        display: none;
    }

    .right-sidebar {
        display: none;
    }

    .block-header {
        display: none;
    }

    section.content {
        margin: 0 !important;
    }
}

.btn-group.bootstrap-select.form-control.show-tick.show.open {
    z-index: 999 !important;
}
