[class*="sidebar-dark-"] {
    background: #fff !important;
}
.content-wrapper {
    background-color: #fdf7f4;
}

.brand-link .brand-image {
    float: left;
    line-height: .8;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: -3px;
    max-height: 55px;
    width: auto;
    border-radius: 0;
    box-shadow: unset !important;
}
.logo img {
    float: left;
    margin-right: 8px;
    height: 75px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
}
.logo h1 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 0;
    
    text-transform: uppercase;
    margin-bottom: 0px;
}
.logo h1 span {
    display: block;
    font-weight: bold;
    color: #da1a0b;
    font-size: 27px;
}
.logo P {
    font-size: 15px;
    color: #757575;
    float: none;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}
header{
    padding: 10px 0;
}
.content-header h1 {
    font-size: 23px;}
.content-header {
    padding: 5px 10px;
    background: #e3e2fb;
    margin-bottom: 0px;
    border-bottom: solid 1px #d4c8ef;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:hover{
    background-color: #782a08;
    color: #ffffff;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link {
    color: #782a08;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:hover{
    color: #ffffff;
    background: #d46f00;
}
[class*="sidebar-dark-"] .sidebar a {
    color: #2d2d2d;
    background: #fff0e8;
}

[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-treeview {
    background-color: #f8e3d8;
    margin-bottom: 20px;
padding: 5px;}
[class*="sidebar-dark-"] .nav-header {
    background-color: inherit;
    color: #4e4e4e;
}
.navbar-white {
    background: linear-gradient(90deg, #0e0d56, #a20c00);
    color: #ffffff;
    padding: 3px 0;
}
.navbar-light .navbar-nav .nav-link{color:#fff !important;
font-weight: normal;
font-size: 17px;
height: unset;}
.table-striped tbody tr:nth-of-type(odd) {
  /*   background-color: rgb(243 243 255); */
}
.sidebar-mini .main-sidebar .nav-link{width:100%}
.small-box > .small-box-footer {
    background: #00000021;
    color: rgb(255 255 255);
    text-align: right;
    padding-right: 16px;
}
.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
    background: linear-gradient(139deg, #74230a 60%, #8e4c03 50%);
     
}
 
.small-box h3,.small-box p {

    color: #ffffff;
}
.small-box .icon {
    color: rgb(19 19 19 / 20%);}
.main-header .left .nav-link{height:unset;
 
display: flex;
    flex-direction: column;    color: #ffffff !important;}
.left.navbar-nav{align-items: center;}

.table thead {
     /* background: linear-gradient(0deg, #0e0d56, #a20c00); */
	/* background: linear-gradient(90deg, #0e0d56, #a20c00); */
	/* background:0e0d56; */
    /* border: 1px; */
   /*  color: #ffffff; */
    /* transition: all 0.3s ease; */
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0e0d56;
    border-color: #0e0d56;
}
.page-link{    color: #0a3e00;}
.main-sidebar .brand-text{
    display: flex;
    flex-direction: column;
}
.brand-link {
    display: flex;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0.8125rem 0.5rem;
    transition: width 0.3s ease-in-out;
    white-space: nowrap;
    align-items: center;
    background: linear-gradient(180deg, #74230a, #8e4c03);
}
.nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon {
    width: 15px;
}
.nav-link {
    display: block;
    padding: 0.5rem 10px;
}
.panel_bg1{background: #008698;}
.panel_bg2{background: #004e74;}
.panel_bg3{background: #00635a;}
.panel_bg4{background: #ae7b00;}
.panel_bg5{background: #005ea9;}
.panel_bg6{background: #82002c;}
.panel_bg7{background: #936;}
.panel_bg8{background: #82002c;}
.panel_bg9{background: #005d88;}
.panel_bg10{background: #17a2b8;}
.card-primary:not(.card-outline) > .card-header {
    /* background: linear-gradient(0deg, #0e0d56, #a20c00); */
	background: linear-gradient(90deg, #0e0d56, #a20c00);
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;

}
.card-title{font-weight: 600;}
.form-check-input{
	width: 20px;
  height: 20px;
	
}
.form-check-label{
	margin-left:5px;margin-top: 2px;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  width: 20px;
  height: 20px;
}

.lagendary-card {
	border:1px solid;
	border-color: #5A6268 !important;
}  
.lagendary-card .lagend-title{
	margin-top: -10px;
    margin-left: 20px;
}
.lagendary-card .lagend-title span{
    padding: 3px 10px;
    border:1px;
    border-radius :10px;
    background: #5A6268;
  	color: #ffffff;
  	font-size: 1.25rem;
}

input[type=radio] {
     accent-color: #0E0D56;
}
