.desktop-menu::-webkit-scrollbar {
    display: none;
}
.desktop-menu {
    flex-direction: column;
    display: none;
    justify-content: space-between;
    background: rgb(0 0 0);
    background: linear-gradient(180deg,rgb(8 8 8) 0,rgba(8 8 8) 100%);
    box-shadow: 6px 0 36px 0 rgb(0 0 0 / 30%);
    -webkit-box-shadow: 6px 0 36px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 6px 0 36px 0 rgb(0 0 0 / 30%);
    z-index: 2;
    border-width: 2px;
    border-style: solid;
    border-top: unset;
    border-left: unset;
    border-bottom: unset;
    border-image: linear-gradient(to bottom,rgb(0 120 30 / 25%),rgba(0,0,0,0)) 1 100%;
}
@media (min-width: 768px) {
    .desktop-menu {
        display: flex;
        position: fixed;
        height: 100%;
        width: 15%;
        padding: 100px 0 150px 0;
        overflow: auto;
        overflow-x: hidden;
        z-index: 1;
    }
}
/* =================== desktop-menu ====================== */


.desktop-tab-control {
    display: none;
}
.tab-control {
    display: flex;
    flex-direction: column;
    padding: 20px 5px;
    gap: 10px;
}

.mobile-display {
    background: linear-gradient(360deg,rgb(0 0 0 / 0%),rgb(237 197 2 / 10%));
}

.tab-control-mobile {
    display: none;
    height: 100%;
    width: 90px !important;
    min-width: 90px !important;
}

.mobile-tab-control {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .tab-control {
        background: rgb(0 0 0);
        background: linear-gradient(180deg, rgb(20 20 20) 0%, rgb(0 0 0 / 0%) 100%);
        box-shadow: 6px 0px 36px 0px rgb(0 0 0 / 30%);
        -webkit-box-shadow: 6px 0px 36px 0px rgb(0 0 0 / 30%);
        -moz-box-shadow: 6px 0px 36px 0px rgb(0 0 0 / 30%);
    }
    .mobile-display {
        display: flex;
    }
    .tab-control-mobile {
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .desktop-tab-control {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0 5px;
    }
    .tab-control {
        width: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding: unset;
    }
    .mobile-tab-control {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    .tab-control {
        min-width: 150px;
        max-width: 150px;
    }
}
@media screen and (min-width: 1440px) {
    .tab-control {
        min-width: 200px;
        max-width: 200px;
    }
}
.btn.active {
    border-color: transparent;
    border: 0;
}
.tab-control .btn-menu {
    padding: 0 !important;
}
.tab-control .btn-menu:hover img {
}
.tab-control .btn-menu.active .img-at img {
}
.tab-menu-base {
    border-radius: 10px;
    box-shadow: inset 6px 6px 12px 3px rgb(30 30 30 / 50%);
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg,rgb(31 54 37 / 75%),rgb(0 0 0 / 40%));
}
.tab-menu-base > img {
    width: 50px !important;
    height: auto !important;
}
.tab-menu-inactive {
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tab-menu-inactive > img {
    opacity: 0.75;
}
.tab-menu-inactive > p {
    margin: 0 !important;
    font-size: 14px;
    color: rgb(255 255 255 / 50%);
}
.tab-menu-active {
    border-radius: 10px;
    box-shadow: 0px 9px 24px 0 rgb(6 227 67 / 24%);
    -webkit-box-shadow: 0px 9px 24px 0 rgb(6 227 67 / 24%);
    background: rgb(10 66 24);
    background: linear-gradient(0deg, rgb(6 227 67) 0%, rgb(0 84 47) 100%);
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tab-menu-active > img {
    animation: headShake 2s ease-in-out infinite
}
.tab-menu-active > p {
    margin: 0 !important;
    /* padding: 0px 5px; */
    color: rgb(255, 255, 255) !important;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    /* box-shadow: inset 0 6px 12px 2px rgb(255 255 255/ 50%); */
}

@media (min-width: 1024px) {
    .tab-menu-active > p {
        background: unset;
        box-shadow: unset;
    }
    .tab-menu-base {
        flex-direction: row;
        gap: 10px;
        margin: 0px 10px;
    }
    .tab-menu-inactive {
        box-shadow: inset 6px 6px 12px 3px rgb(30 30 30 / 50%);
        /*background: linear-gradient(0deg,rgb(0 0 0),rgba(32, 28, 29, 1));*/
    }
    .tab-menu-active {
        box-shadow: 0px 9px 24px 0 rgb(6 227 67 / 24%);
        -webkit-box-shadow: 0px 9px 24px 0 rgb(6 227 67 / 24%);
        background: linear-gradient(0deg, rgb(6 227 67) 0%, rgb(0 84 47) 100%);
    }
}


.tab-hidden {
    display: none !important;
}

.shaking {
    animation: Shaking 2s ease-in-out infinite
}
@keyframes Shaking {
    0%,50% {
        transform: rotate(0deg) scale(1.1)
    }

    10%,30% {
        transform: rotate(5deg) scale(1.1)
    }

    20%,40% {
        transform: rotate(-5deg) scale(1.1)
    }
}
