﻿

/*color section */


/*color end */

/*font section start */

h2{
    font-size:20px;
}
p{
    font-size:16px;
}


/*font end */


.navbar_border {
    border-bottom: 3px solid #ecedef;
}
.logo_width{
    width:160px !important;
}





.sidebar {
/*    background-color: #0D6EFD !important;*/
background-color: #fff !important;
    background-image:none !important;
}

.nav-item .dropdown_menu_hr:hover .dropdown_menu1 {
    display: block !important;
}
.nav-item .dropdown_menu1 {
    position: absolute;
    z-index: 999;
    left: 16px;
    width:max-content;
    min-width: 100%;
    margin: 0 auto;
    float: left;
    right: 0;
    top: 95px !important;
    display: none;
    background-color: #fff;
    border: 3px solid #ecedef !important;
    border-radius: 10px;
}
.nav-item .navbar_list_style {
    padding: 5px 15px;
}
.nav-item:hover .nav-link{
    font-weight:bold;
}

.height_sidebar_full {
    height: 100vh;
    overflow-y: auto;
}


li > ul {
    display: block;
    padding-left: 24px !important
}
.f_bold{
    font-weight:bold;
}

.dropdown_menu1 {
    position: absolute;
    z-index: 999;
    left: 16px;
    width: max-content;
    min-width: 100%;
    margin: 0 auto;
    float: left;
    right: 0;
    top: 80px;
    background-color: #fff;
    border: 3px solid #ecedef;
    border-top:0px !important;
    border-left: 0px !important;
}

/* Show dropdown menu when hovering over the nav item */
.nav-item:hover .dropdown_menu1 {
    display: block !important;
}
.nav-link:hover + .dropdown_menu1 {
    display: block; /* Show the dropdown */
}
.nav-item li {
    line-height: 34px;
    color: #454c61 !important;

}
.nav-item li:hover {
    line-height: 34px;
    background-color: #f8f9fa !important;
    color: #454c61 !important;
}
.nav-item li a{
    line-height: 34px;
    color: #454c61 !important;
}
    .nav-item li:hover a {
        color: #29aae2 !important;
    }

.logo_text {
    
    
    height: 3rem;
    display: flex;
    align-items: center;
     line-height: 3rem; 
    
}

#hamburgerMenu {
    display:none;
}

.navbar-toggler:checked ~ #hamburgerMenu {
    display: block;
}


.line_height_3 {
    height: 3rem !important;
}
@media (max-width: 600px) {
    .logo_width {
        width: 140px !important;
        
    }
    .sidebar {
        position: sticky !important;
        top: 0 !important;
    }
}
    

