.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
    flex: 1 1 auto;
    width: 120px !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #0f0a51 !important;
}

.select2-container {
    width: 100% !important;
}

#load_messages {
    /* max-height: 350px;
    overflow: auto; */
}

.chat-wrapper {
    max-height: 700px;
    overflow: auto;
    min-height: 700px
}

.chat-layout .chat-box-wrapper {
    padding: 0.5rem 1.5rem !important;
}

.fetchchat {
    padding: 0rem 1rem;
}

.sidebar_scrole{
    overflow: scroll;
    height: 88vh;
    display: block;
    overflow-x: auto;
}

.app-inner-layout .app-inner-layout__wrapper {
    min-height: 78vh;
}
.pip{
    margin-right: 5px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1366px) {
    .sidebar_scrole {
        overflow: scroll;
        height: 63vh;
        overflow-x: auto;
    }
    .app-inner-layout .app-inner-layout__wrapper {
        min-height: 68vh;
    }
    .chat-wrapper {
        max-height: 350px;
        overflow: auto;
        min-height: 350px;
    }
}
