


/* body {
    padding-left: 215px !important;
} */


/* #gcAccountUserMenu {
    display: none !important;
} */

/* .gc-account-leftbar {
    display: none !important;
} */

/* .gc-main-content {
    margin-left: 0 !important;
} */

/* .gc-fade-wrapper {
    display: none !important;
} */

.clickable {
    cursor: pointer;
}

.talks-widget-button {
    background: #FFF !important;
}

.talks-widget-button span {
    color: #7A8899 !important;
}


.notify-count {
    border-radius: 50% !important;
    background: #FF6814 !important;
    width: 16px;
    height: 16px;
    padding: 4px;
    color: #FFF;
    font-size: 9px;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.submenu-holder {
    padding-left: 34px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.submenu-holder a:first-child {
    margin-top: 20px;
}

.submenu-holder a {
    padding: 0;
    text-decoration: none;
    color: #3E3E3E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    height: 32px;
    display: flex;
    align-items: center;
    padding-left: 13px;
    max-width: 137px;
}
.submenu-holder a:hover {
    background-color: #EEE;
    border-radius: 6px;
}


.new-custom-menu {
    background: #F8F8F8;
    width: 215px;
    left: 0;
    top: 0;
    height: 100%;
    /* z-index: 10002; */
    position: fixed;
    padding-left: 10px;
    font-size: 14px;
    margin: 0;
}

.custom-menu-list {
    padding: 0;
    padding-top: 39px;
}

.custom-item-name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 125px;
    align-items: center;
}

.custom-item-name span {
    vertical-align: middle;
}

.menu-icon-svg {

}
.expand-svg {
}

.my-notify {
    position: absolute;
    font-weight: bold;
    background: #d2322dc9;
    width: 30px;
    text-align: center;
    padding: 5px 0px;
    color: white;
    border-radius: 10px;
    font-size: 0.8em;
    bottom: 10px;
    right: 10px;
    bottom: 7px;
    right: 20px;
}

.custom-menu-header {
    
}
.custom-menu-avatar {
    
}
.custom-menu-name {
    
}

.new-custom-menu .menu-item {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    margin-top: 20px;
    height: 40px;
    max-width: 186px;
    padding-left: 20px;
}

.new-custom-menu .menu-item:hover {
    border-radius: 6px;
    background: #EEE;   
}

.menu-open-button {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    /* width: 10px; */
}

.menu-open-button svg {
    width: 36px;
}

.open {
    display: flex !important;
}

/* Phone */
@media screen and (max-width: 850px) {

    
    .new-custom-menu {
        display: none;
        z-index: 1000;
    }

    .menu-open-button {
        display: block;
        z-index: 1005;
    }

    body {
        padding-left: 0px !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}
