:root {
  --padding: 5px;
  --btn-size: 40px;
  --margin: 5px;
  --btn-icon: 14px;
  --gap: 10px;
}


.MENU_OPEN .MENU {
    width: 100%;
}

.header-section .genio-item {margin: auto;}

.genio-item {
    grid-template-columns: 50px 1fr !important;
    grid-template-rows: 30px 30px;
}




.GENIO_APP_FULL {
    padding: 0 !important;
}

.genio-item img {
    height: 40px !important;
}

.genio-item span.badge.badge-consultor {
    display: none;
}

.badge-buuble {
    top: -15px !important;
    font-size: 8px !important;
    width: 15px !important;
    height: 15px !important;
    line-height: 15px !important;
}

.msg-item {
    max-width: calc(100% - 25px) !important;
}

.msg-content .text {
    font-size: 16px !important;
}