

:root {
    --bg-leftbar: #FBB716;
    --width-leftbar: 300px;
}
.smartbanner__info {
    left: var(--width-leftbar)  !important;
}
.talks-widget-window {
    left: var(--width-leftbar) !important;
    width: calc(100% - var(--width-leftbar)) !important;
}
.custom-menu-li-meetings {
    display: none !important;
}
.page-for-user .gc-account-user-menu li {
    display: none;
}
.page-for-user .gc-account-user-menu  .custom-menu-li {
    display: block;
}
.page-for-user .gc-account-leftbar, 
.page-for-user .gc-account-leftbar .gc-account-user-menu, 
.page-for-user .gc-account-leftbar .toggle-link {
    background: var(--bg-leftbar) !important;
}
.page-for-user .gc-account-leftbar {
    width: var(--width-leftbar);
}
.page-for-user .gc-user-user.with-left-menu {
    margin-left:  var(--width-leftbar) !important;
}
.page-for-user .gc-account-user-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 13px;
}
.page-for-user .gc-account-leftbar .gc-account-user-menu li a {
    background: var(--bg-leftbar) !important;
    width: 100%;
    max-width: 260px;
    height: 55px;
    color: #272727;
    font-size: 18px;
    font-weight: 500;
    line-height: 110%; 
    display: flex;
    gap: 15px;
    margin: 0 auto;
    align-items: center;
}
.page-for-user .custom-menu-li:not(.custom-menu-li-profile) a {
    border-radius: 5px;
    border: 1px solid #272727;
}
.page-for-user .custom-menu-li-profile a {
    min-height: 70px;
    height: auto;
}
.foto-person {
    border-radius: 5px;
    overflow: hidden;
    min-width: 70px;
}
.person-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}
.person-name-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; 
    text-align: left;

}
.person-mail-text {
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%; 
    letter-spacing: -0.1px;
    text-align: left;
}
@media (max-width: 1250px) {
    :root {
        --width-leftbar: 110px;
    }

    .person-detail {
        display: none;
    }
    .custom-menu-li:not(.custom-menu-li-profile) a {
        max-width: 55px;
    }
    .gc-account-leftbar .gc-account-user-menu li a {
        font-size: 12px !important;
        flex-direction: column;
        justify-content: center;
    }
    .custom-menu-li:not(.custom-menu-li-profile) a {
        max-width: 90px !important;
        min-height: 70px;
    }
}
@media (max-width: 768px) {
    :root {
        --width-leftbar: 0px;
    }
    .gc-account-leftbar:not(.expanded) {
        width: 100% !important;
    }
    .gc-account-leftbar.expanded {
        width: 110px !important;
    }
    .page-for-user .gc-account-user-menu {
        width: 100%;
    }
    .page-for-user .toggler-item {
        background: var(--bg-leftbar) !important;
        color: black !important;
    }
    .talks-widget-window {
        left: 0 !important;
        width: 100% !important;
    }
}
