
@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: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.sidebar-nav{
    background-color: var(--mainColor);
}
.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: rgb(29, 185, 146);
    padding-left: 20px;
    border-radius: 15px;
}
.sidebar-subnav .sidebar-link{
    color: rgb(0, 0, 0) !important;
    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 থেকে বর্ডার সরিয়ে দেওয়া হচ্ছে */
}