/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
.main-sidebar .sidebar-brand a .header-logo
{
    height: 90%;
}
.theme-white .card.card-primary {
    border-top: 2px solid #660c26;
}
label{
    color: #fff !important;
}


.form-group label{
    color: #fff;
}

.form-control:focus,
.input-group-text:focus,
.custom-select:focus,
.custom-file-label:focus {
    background-color: #fefeff;
    border-color: #660c26;
}

a {
    color: #660c26;
}

.theme-white a:hover {
    color: #660c26;
}

.theme-white .btn-primary {
    background-color: #660c26;
    border-color: transparent !important;
    color: #fff;
}

.theme-white .btn-primary:hover {
    background-color: #660c26 !important;
    color: #fff;
}

.theme-white .btn-primary:focus {
    background-color: #660c26 !important;
}

.theme-white .btn-primary:focus:active {
    background-color: #660c26 !important;
}

.btn-primary {
    background-color: #660c26 !important;
    border: #660c26 !important;
}

.btn-primary:hover {
    background-color: #660c26 !important;
    border: #660c26 !important;
}

.btn-primary:active {
    background-color: #660c26 !important;
    border: #660c26 !important;
}

.btn-primary:focus {
    background-color: #660c26 !important;
    border: #660c26 !important;
}

.main-content {
    background-color: #660c26 !important;
}

.card {
    background-color: #923852;
}

.main-sidebar {
    background-color: #923852 !important;
}

.main-sidebar .sidebar-menu li a {
    color: #fff;
}

.main-sidebar .sidebar-user .sidebar-user-details .user-name {
    color: #fff;
}

.main-sidebar .sidebar-user .sidebar-user-details .user-role {
    color: #fff;
}

.theme-white .navbar {
    background-color: #923852 !important;

}

.main-sidebar .sidebar-brand {
    background-color: #fff;
}

body {
    background-color: #660c26;
}

.main-sidebar .sidebar-menu li a:hover {
    background-color: #660c26 !important;
}

td {
    color: #fff;
}

th {
    color: #fff !important;
    background-color: #923852 !important;
}
.custom-file-input{
    opacity: 1 !important;
}