.side_menu_bar {
    background: #1B4D3E;
    border-radius: 20px 0 0 20px;
    padding: 20px 0px 30px 0px;
    width: 100px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 1000;
}

.logo {
    display: flex;
    padding: 0px 30px 15px 30px;
    justify-content: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    width: 100% !important;
}

.logo_click {
    margin: 15px;
    cursor: pointer;
}

.logo_click span {
    width: 25px;
    padding: 1px;
    background: #fff;
    margin: 4px;
    display: block;
}

.logo_img {
    /* visibility: hidden; */
    display: none;
    transition: .5s;
}

.logo_img img {
    padding-top: 10px;
    transition: .5s;

}

.dashborad_menu_bar ul li a {
    color: #fff;
    text-transform: capitalize;
    padding: 10px 13px;
    display: flex;
    transition: all .3s ease-in-out;
    font-size: 14px;
}

.dashborad_menu_bar ul li a img {
    width: 24px;
    height: 24px;
}

.my_span {
    padding-left: 10px;
    display: none;
    transition: all .3s ease-in-out;
}

.logo_dashborad_menu_bar {
    width: 100%;
}

.dashborad_menu_bar_ul li {
    transition: all .3s ease-in-out;
    border-radius: 10px;
}

.dashborad_menu_bar_ul li.active {
    background: rgba(255, 255, 255, 10%);
}

.dashborad_menu_bar_ul li.active a {
    font-weight: 600;
}

.dashborad_menu_bar_ul li.active img {
    filter: brightness(0) invert(1);
}

.active_add {
    border-radius: 50px 0px 0px 50px !important;
}

.dashborad_menu_bar ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.dashborad_menu_bar_ul li:hover {
    background: #a4ddcd47;
}

.dashborad_menu_bar_ul li:hover img {
    filter: brightness(0) invert(1);
}

.logo_img_add {
    display: block;
}

.logo_add {
    justify-content: space-between;
    /* padding: 0px 15px; */
}

.my_span_add {
    display: block !important;
    transition: .5s all ease-in-out;
}

.dashborad_menu_bar_ul_add {
    align-items: unset !important;
    padding-left: 30px;

}

.dashborad_menu_bar_ul_add li {
    border-radius: 100px 0 0 100px;
}

.first_span_add {
    width: 14px !important;
    margin-left: 15px !important;
}

.dashborad_menu_bar_buttom {
    /* width: 100px; */
    text-align: center;
    /* margin-right: 30px; */
}


.dashborad_menu_bar_buttom ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.dashborad_menu_bar_buttom_ul li:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 19%);
}

.dashborad_menu_bar_buttom_ul li:first-child a {
    padding-bottom: 30px;
}

.dashborad_menu_bar_buttom_ul li:last-child a {
    padding-bottom: 0;
}

.dashborad_menu_bar_buttom ul li a {
    padding: 18px 10px;
    display: flex;
    color: #fff;
    align-items: center;
}

.dashborad_menu_bar_buttom ul li a img {
    width: 25px;
    height: 25px;
}

.dashborad_bottom_span {
    display: none;
    padding-left: 15px;
    padding-right: 30px;
}

.dashborad_bottom_span p {
    font-size: 12px;
}

.dashborad_bottom_span_add {
    display: block !important;
    font-size: 13px;
}

.dashborad_menu_bar_buttom_ul_add {
    align-items: unset !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.profile_img {
    position: relative;
}

.online_dot {
    width: 8px;
    height: 8px;
    background: #19C4C0;
    border-radius: 50%;
    outline: 2px solid #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.side_menu_bar.expanded {
    width: 240px;
    align-items: flex-start;
    padding-left: 20px;
    overflow: hidden;
}

.side_menu_bar.expanded .dashborad_menu_bar_buttom ul {
    margin-left: 30px;
}

.side_menu_bar.expanded .dashborad_bottom_span {
    padding-right: 10px;
}

.logo {
    width: 50%;
}