
.navbar-header{
    background-color: #FFAA14;
}

.vertical-menu{
    background-color: #C8102E;

}
.#sidebar-menu ul li a{
    color:#000;
}

 .menu_text {
     color:#000;
}


.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(253, 118, 14, 0.5);
  box-shadow: 0 0 0 .15rem rgba(238, 107, 6, 0.922);

}

.btn-primary:hover {
  color: #fff;
  background-color:  #FB6510 !important; 
  border-color:#e05504;
}


.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #C8102E;
  border-color: #C8102E;
}

.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
}


/* Side bar menu Color */
body[data-sidebar=dark] #sidebar-menu ul li a {
    color: #000;
    background-color: #fff;
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
    color: #000;
    background-color: #fff;
}

/* side bar panel background color */
body[data-sidebar=dark] .navbar-brand-box {
    background: #fff;
}

body[data-sidebar=dark] .vertical-menu {
    background: #fff;
}

.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;
    font-size: 16px;
}

.text-right {
    text-align: right;
}

.panel-body {
    padding: 15px;
}

.swal-wide{
    width:400px !important;
    height:200px
}

.lead-bg {
    background-color: #febb22 !important;
    color: white;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #f4f4f4;
}

.deleteAllCta {
    display: inline-block;
    text-align: center;
    padding: 3px 6px;
    border: 1px solid #a12727;
    border-radius: 4px;
    background: #ff4a4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
    background: -moz-linear-gradient(top, #ff4a4a, #992727);
    background: linear-gradient(to bottom, #ff4a4a, #992727);
    text-shadow: #591717 1px 1px 1px;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    min-width: 70px;
}

.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.alert-warning, .label-warning, .modal-warning .modal-body {
    background-color:#f39c12 !important;

}

.alert-warning{
    color: #fff;
}

.alert-warning {
    border-color: #e08e0b;
}
.alert {
    /* border-radius: 3px; */
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pull-right {
    float: right;
}
.required-field{
    color:red
}

/* Hover effect */
.menu-item:hover {
    background-color: #f4f4f4 !important; /* Lighter shade on hover */
    color: #000 !important;
}

html body[data-sidebar=dark] .mm-active .active {
    color: #F25821 !important;
}

html body[data-sidebar=dark] .mm-active {
    color: #000 !important;
}

.table-bordered tr {
    border-bottom: 1px solid #333;
}

.table-responsive th {
    font-size: 1.1em;
    color: #000;
}

table.custom-header-bg thead {
    background-color: #E1DCD2;
}

.btn-secondary {
    background-color: #B3A369;
    color: #fff;
    font-weight: bold;
    border: 1px solid #B3A369;
}

.btn-secondary:hover {
    background-color: #9b8d4d;
    border-color: #9b8d4d;
    color: #fff;
    font-weight: bold;
}

.btn-warning {
    background-color: #C8102E;
    border-color: #C8102E;
    color: #fff;
    font-weight: bold;
}

.btn-warning:hover {
    background-color: #C8102E;
    border-color: #C8102E;
    color: #fff;
    font-weight: bold;
}

.d-none {
    color: #000;
}