
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
.noto-sans{
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.sidebar-nav{
    background-color: #1a1a2e !important;
}
.sidebar-link{
    color: rgb(255, 255, 255) !important;
    font-size: 20px;
    line-height: 35px;
}

.sidebar-item{
    border-bottom: 1px solid rgba(129, 131, 104, 0.8);
}

.sidebar-subnav{
    background-color: #162032; /* dark navy — professional & clean */
    padding-left: 20px;
    border-left: 3px solid #00bcd4; /* subtle teal accent */
}
.sidebar-subnav .sidebar-link{
    color: rgba(255, 255, 255, 0.85) !important; /* white text */
    font-size: 18px;
    line-height: 40px;
}

#sidebar-nav li a{
    color: var(--white) !important;
    font-size: 18px;
    line-height: 40px;
}

ul li:last-child {
  border-bottom: none !important; /* শেষ li থেকে বর্ডার সরিয়ে দেওয়া হচ্ছে */
}

.toggle-icon {
    color: #ffffff !important;
}

#sidemenu{
    background-color: #1a1a2e !important;
}

.offcanvas-title{
    color: #ffffff !important;
}

.offcanvas-header .btn-close{
    filter: invert(1) !important;
}