#admin-panel-tabs .elementor-tabs>.elementor-tabs-wrapper {
    box-shadow: 5px 0 5px 0px rgba(12, 0, 46, 0.06);
    border-right: 2px solid rgba(12, 0, 46, 0.1);
    z-index: 10;
    background: #ffffff;
    min-height: 100vh;
}

#admin-panel-tabs .elementor-tabs>.elementor-tabs-wrapper>div:hover {
    background: #f5f5f5;
    color: #000000;
}

#admin-panel-tabs .elementor-tabs>.elementor-tabs-wrapper>.elementor-active {
    background-color: #f5f5f5;
}

#wpbody-content div:not([class]):not([id]) {
    display: none;
}

.custom-menu .custom-panel-button {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    background-color: #6754E2;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    padding: 10px 15px 10px 15px;
    color: #ffffff;
    margin-right: 10px;
}

.custom-menu .custom-panel-button:last-child {
    margin-right: 0px;
}

.custom-menu .custom-panel-button:hover {
    color: #5E2CED;
    background-color: #FFFFFF;
    border-color: #5E2CED;
}


@media only screen and (max-width:767px) {
    #admin-panel-tabs .elementor-tab-mobile-title {
        text-align: center;
    }

    #admin-panel-tabs .elementor-tab-mobile-title.elementor-active {
        background-color: #f5f5f5;
    }

    #admin-panel-tabs .elementor-tabs-content-wrapper .elementor-tab-content.elementor-clearfix.elementor-active {
        position: absolute;
        bottom: 0;
        width: 100%;
        transform: translateY(100%);
    }
}