
.navbar-header{
    background-image: linear-gradient(90deg, #019ce1 50%, #7bc151 50%);
}
.hedst{
    font-size:40px;
    font-weight:600;
    color:#359100;
}
.sidebar-menu-area{
    /* background: #edffffb0; */
    background-image: linear-gradient(9deg, #c5ffbe, #00000000);
}
.sidebar-menu li a{
    color:#202020;
}

.sidebar-menu li > a.active-page {
    background-color: #7bc151;
    color: #fff;
}
.sidebar-menu li a:hover {
    color: #009de2;
}

.button-tab .nav-link.active{
    background-color:#7bc151;
    border: 1px solid #7bc151!important;
}
.nav-pills .nav-link {
    border-radius: 5px;
}
.crnew{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(45deg, #c5ffbe, #00000000);
}

.bg-logo1{
    background-color:#99ff5c7d;
}
.bg-logo2{
    background-color:#95d6f3;
}

.radius-8 span img{
    padding:5px;
}

.bgsp{
    background-color:#fbfff8;
}

.formdrop .form-select {
    width: calc(100% - 15px)!important;
}
select option {
    background-color:#d3ffb97d;
}
.btnbg{
    background-color:#7bc151;
}
.bglog{
    background-image: linear-gradient(313deg, #009de21a 50%, #18171700 50%);
}


