.container{
    display: flex;
    /* padding: 0 24px; */
}
.content_menu{
    display: flex;
    flex-direction: column; 
    padding: 0 16px;
    padding-top: 20px;
    gap: 40px;
    width: 256px;
    flex: 0 0 auto;
}
.main_menu{
    display: flex;
    flex-direction: column; 
    gap: 18px;
}
.main_menu_group{
    display: flex;
    flex-direction: column;
    gap: 2px;

}
.content_menu_item{
    padding: 0 10px;
    height: 40px;
    display: flex;
    gap: 12px;
    align-items: center;
    border-radius: 8px;
    color: #494d56;
    cursor: pointer;
}
.content_menu_item_checked,.content_menu_item:hover{
    cursor: pointer;
    padding: 0 10px;
    height: 40px;
    display: flex;
    gap: 12px;
    align-items: center;
    border-radius: 8px;
    color: #2F9DE8;
    background-color: #f4f6f9;
}
.content_menu_item>span{
    font-size: 14px;
    list-style: none;
    font-weight: 500;
    line-height: 18px;
}
.content_menu_item>span::first-letter{
    text-transform: uppercase;
}
.widget_manager_title{
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #b6b6b6;
}
.widget_manager_info{
    padding: 24px 16px;
    border: 1px solid #d9d9d9;
    border-radius:8px
    
    
}
.manager_info_logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.manager_info_logo>img{
    border-radius: 50%;
}
.manager_info_name{
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.manager_info_contact{
    display: flex;
    gap: 4px;
    align-items: center;
}
.manager_info_contact>a{
    text-decoration: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #494d56;
}
.app-container{
    display: flex;
    /* justify-content: space-between; */
    gap: 32px;
}
.right-content{
    padding-left: 18px;
    padding-top: 20px;
    padding-right: 20px;
    overflow: hidden;
}
.content-h1{
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.content-h1>h1{
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: black
}