.navbar-header {
    background-color: #EDC968;
}

.vertical-menu {
    background-color: #febb22;

}

.#sidebar-menu ul li a {
    color: #fff !important;
}

.menu_text {
    color: #fff;
}

.custom-btn {
    background-color: #FB6510 !important;
    border-color: #e05504;
}


.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(227, 173, 55, 0.5);
    box-shadow: 0 0 0 .15rem rgba(227, 173, 55, 0.5);

}

.btn-primary {
    color: #ffffff !important;
    background-color: #511A93 !important;
    border-color: #511A93 !important;
    font-weight: bold;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #511A93;
    border-color: #511A93;
}

.box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.headding-lead-bg {
    background-color: #febb22;
    color: white;
    text-transform: capitalize;
    font-size: 14px;
    /* font-weight: 600; */
}

.box-header {
    display: block;
    color: white;
    padding: 10px;
    position: relative
}

body[data-sidebar=dark] #sidebar-menu ul li a {
    color: #fff;
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
    color: #fff;
}

/*
body[data-sidebar=dark] #sidebar-menu ul li a:hover {
    color: #fff;
    font-weight: bold;
}
*/
.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.form-group {
    margin-bottom: 15px;
}

.field-heading {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
}

.field-heading h4 {
    border-bottom: 2px solid #18a488;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: -2px;
    padding-right: 16px;
    color: #17a286;
}

.text-right {
    text-align: right;
}

.btn-secondary {
    color: #ffffff !important;
    /* White text color */
    background-color: #511A93 !important;
    /* Blue background color */
    border-color: #511A93 !important;
    /* Blue border color */
    font-weight: bold;
}




.btn-warning {
    color: #ffffff !important;
    /* Black text color */
    background-color: #511A93 !important;
    /* Yellow background color */
    border-color: #511A93 !important;
    /* Yellow border color */
    font-weight: bold;
}

.table-responsive th {
    font-size: 1.1em;
    color: #ffffff
}

table.custom-header-bg thead {
    background-color: #939394;
}

.required-field {
    color: red;
}

.h-100 {
    background-color: #202332;
}

body[data-sidebar=dark] .navbar-brand-box {
    background-color: #202332;
}

.d-none {
    color: #000;