@media (max-width: 575.98px) {
    .fs-side-menu-size{
        width: 100% !important;
    }
}

/* Media query for screens between 576px and 767.98px (Small devices) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .fs-side-menu-size{
        width: 100% !important;
    }
}

/* Media query for screens between 768px and 991.98px (Medium devices) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .fs-side-menu-size{
        width: 50% !important;
    }
}

/* Media query for screens between 992px and 1199.98px (Large devices) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .fs-side-menu-size{
        width: 50% !important;
    }
}

/* Media query for screens larger than 1200px (Extra Large devices) */
@media (min-width: 1200px) {
    .fs-side-menu-size{

    }
}

.fs-btn-block-sidenav {
    z-index: 1 !important;
    background-color: #8b8b8bb8 !important;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    overflow-x: hidden;
    display: none;
}

.fs-sidenav {
    z-index: 3 !important;
    background-color: #ffffff !important;
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.fs-sidenav .fs-closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.fs-list-item {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.fs-sidenav div a {
    padding: 15px 25px;
    text-decoration: none;
    font-size: 18px;
    color: #333c43;
    display: block;
    transition: 0.3s;
}

.dropdown > a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown.active > .fs-dropdown-item-ico i {
    transform: rotate(180deg) !important; /* Rotate the arrow up */
}

.fs-dropdown-side-menu {
    display: none;
    position: relative;
    background-color: white;
    min-width: 160px;
    z-index: 1;
    list-style-type: none;
    padding: 0 20px;
    width: max-content;
    width: 100%;
    margin: 0;
}

.fs-dropdown-side-menu li a {
    font-weight: normal !important;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

.fs-dropdown-item-ico {
    display: flex !important;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.fs-side-menu-size{
    width: 100%;
}
