.box-dialogs {
    height: 87vh;
    overflow: hidden auto;
}

.direct-chat {
    height: 87vh;
    display: flex;
    flex-direction: column;
}

.direct-chat > .box-body {
    flex: 1;
    overflow-y: auto;
}

.open-feedback.open, .open-question.open, .open-chat.open {
    background-color: #777;
    color: #ffffff;
}

.nav-icon.fas.fa-wb:before {
    content: "\77";
}

.nav-icon.fas.fa-ozon:before {
    content: "\4f";
}

.select-templates {
    width: 100%;
}