.main-menu .x-treelist-nav .x-treelist-item-text {
    line-height: 35px;
}
.main-menu .x-treelist-nav .x-treelist-item-icon:before, .x-treelist-nav .x-treelist-item-tool:before, .x-treelist-nav .x-treelist-item-expander {
    line-height: 35px;
}

/* .logo-caption  {
    background-color: #32404e;
    color: #fff;
}  */

.user-label {
    color: #adb3b8;
    font: normal 10px tahoma, arial, helvetica, sans-serif;
} 

.logo-btn-exit {
    border-color: #32404e ;
    background-color: #32404e ;    
}

.logo-btn-exit .x-btn-inner {
    overflow: visible !important;
    font: normal 10px tahoma, arial, helvetica, sans-serif;
    color: #adb3b8;
}

.logo-btn-exit .x-btn-inner-default-medium {
    color: #adb3b8;
    padding: 0 0px !important;
    max-width: 100%;
} 


.x-panel-body-default .logo-caption  {
    background-color: #32404e;
    color: #fff;
} 

.x-panel-body-default .logo-image  {
    background-color: #32404e;
}

.x-panel-body-default .logo-version  {
    background-color: #32404e;
    color: #adb3b8;
} 

.main-menu-detail .x-tab-close-btn {
        background-image: url("/files/img/Close.png");
        background-size: 14px auto;
        background-repeat: no-repeat;
        background-position: -1px 2px !important;
        width: 14px;
        height: 14px;
}

.main-menu .x-treelist-nav .x-treelist-item-text {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap; 
}

.badge-chats-count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px; 
    height: 25px; 
    background-color: #1E90FF; 
    color: white; 
    border-radius: 5px; 
    text-align: center;
    font-size: 14px;
}

.order-menu-item-execute {
    /* background-color: #f8d7da;  */
    height: 30px; /* Увеличенная высота */
    line-height: 30px; /* Центрирование текста по вертикали */
    font-weight: bold; /* Жирный шрифт */
}

/* .order-menu-item-rollback {
    background-color: #f8d7dac0; 
} */

.order-menu-item-rollback:hover  {
    background-color: #f8d7dade; 
}

.order-menu-item-edit {
    /* background-color: #f8d7da;  */
    height: 30px; /* Увеличенная высота */
    line-height: 30px; /* Центрирование текста по вертикали */
    font-weight: bold; /* Жирный шрифт */
}

/* .order-menu-item-delete {
    background-color: #f8d7dac0; 
} */

.order-menu-item-delete:hover {
    background-color: #f8d7dade; 
}
