#stickySidenav {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
    --primary-bg-color: #2c68c9;
    --white: #fff;
    --black: #000
}

.freedom #stickySidenav ul li a,.freedom #stickySidenav ul li button {
    font-size: 16px!important
}
#stickySidenav ul li {
    display: flex;
    flex-direction: column;
    list-style: none;
    transition: .3s;
}

#stickySidenav ul {
    padding-left: 0;
    margin-bottom: 0
}

#stickySidenav ul li {
    background: var(--primary-bg-color);
    border-radius: 0;
    color: var(--white);
    position: relative
}

#stickySidenav ul li:first-child {
    border-radius: 30px 30px 0 0
}

#stickySidenav ul li:last-child {
    border-radius: 0 0 30px 30px
}

#stickySidenav ul li a,#stickySidenav ul li button {
    display: flex;
    gap: 10px;
    color: var(--white);
    font-size: .875rem;
    cursor: pointer;
    text-decoration: none;
    background: hsla(0,0%,100%,0);
    border: none;
    outline: none;
    padding: 0px;
}

#stickySidenav ul li a:hover,#stickySidenav ul li button:hover {
    text-decoration: none;
    color: #006ad0;
}


#stickySidenav .sticky-dropdown-contents {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
}

#stickySidenav ul#moreItems.show {
    display: flex;
    flex-direction: column;
    top: auto;
    margin-top: 0;
    bottom: 55px;
    right: auto;
    left: 0px;
}

.sticky-dropdown-contents li {
    padding: 5px;
    white-space: nowrap;
}

#stickySidenav #moreMenu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#stickySidenav {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    top: unset;
}

.sidenav-nav-link img {
    width: 24px;
    height: 24px;
}

div#stickySidenav ul li {
    background: white;
}

.bajaj-home #sidenavList {
    list-style: none;
    background: #EDEFF166;
    border-radius: 60px;
    display: flex;
    padding: 8px;
    margin-bottom: 0;
}

div#stickySidenav ul li:first-child {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}

div#stickySidenav ul li#moreMenu {
    background: white;
    border-radius: 31px !important;
    margin-left: 4px;
    padding: 12px;
}

div#stickySidenav ul#moreItems {
    display: none;
    bottom: 40px;
    border-radius: 0;
}

div#stickySidenav ul#moreItems li {
        border-radius: 0;
    }

div#stickySidenav ul li:nth-child(3) {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

div#stickySidenav ul li a, div#stickySidenav ul li button {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    color: black;
    border: none;
    outline: none;
    background: none;
}

#sidenavList li {
    padding: 12px 8px;
}
#stickySidenav ul li a:hover {
    right: 0 !important;
    position: relative !important;
    transition: none !important;
    border-radius: 30px 0 0 30px !important;
}
#stickySidenav ul #moreMenu:hover a {
    color: black;
}

#stickySidenav #moreItems li a:hover {
    color: #006AD0;
}
#stickySidenav ul li:hover {
    border-radius: 30px !important;
}
#stickySidenav ul li {
    right: 0 !important;
}
#stickySidenav ul li:first-child {
        border-radius: 30px 0 0 30px !important;
    }

#stickySidenav ul li:nth-child(2) {
        border-radius: 0 !important;
    }
.maximac #stickySidenav ul li:nth-child(2) {
    border-radius: 0 30px 30px 0 !important;
}

#stickySidenav ul li:nth-child(3) {
        border-radius: 0 30px 30px 0 !important;
    }

#stickySidenav #moreItems li {
    border-radius: 0px !important;
}
.blacktheme #stickySidenav ul li {
    position: relative !important;
}
.blacktheme div#stickySidenav {
    align-items: flex-end;
    z-index: 8;
}
#sidenavList li:hover a.sidenav-nav-link {
    color: #007bff;
}

.sidenav-nav-link:hover img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(79%) saturate(2465%) hue-rotate(197deg) brightness(93%) contrast(101%);
}
#sidenavList li:nth-child(4) {
    padding: 0;
}
div#stickySidenav {
    align-items: flex-end;
}
@media screen and (max-width: 991px) {
        #stickySidenav div#stickySidenav ul#moreItems {
        right: -20px;
    }
div#stickySidenav ul li a, div#stickySidenav ul li button{
    font-size: 13.5px;
}
#stickySidenav{
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
        width: 100%;
        z-index: 8;
}

#stickySidenav ul {
    background: none;
    display: flex;
}

#stickySidenav ul li a {
        display: inline-block;
    }
}


@media screen and (min-width: 769px) {
    #stickySidenav ul li {
        right:-110px
    }

    #stickySidenav ul li:hover {
        position: relative;
        right: 0;
        transition: .3s
    }

    #stickySidenav ul li:first-child:hover,#stickySidenav ul li:hover {
        border-radius: 30px 0 0 30px
    }

    #stickySidenav ul li:last-child:hover {
        border-radius: 30px 0 30px 30px
    }
}

@media screen and (max-width: 768px) {
    #stickySidenav ul li {
        right: auto;
        align-items: center;
        justify-content: center;
        border-radius: 0;
    }

    #stickySidenav ul {
        display: block;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        justify-content: space-around
    }

    #stickySidenav ul li a,#stickySidenav ul li button {
        align-items: center;
        justify-content: center;
        font-size: .75rem
    }

    #stickySidenav ul li:first-child {
        border-radius: 12px 0 0 0
    }

    #stickySidenav ul li:last-child {
        border-radius: 0 12px 0 0
    }
        .bajaj-home #stickySidenav ul#moreItems.show {
        right: 50%;
        left: auto;
        transform: translate(18%, -8%);
    }
}
