.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;
}
.containerrow {
    margin-top: 1%;
    height: 85vh
}

.app-inner-layout__top-pane {
    display: flex;
    align-content: center;
    align-items: center;
    text-align: left;
    padding: 0.75rem 1.5rem;
}
.app-inner-layout__bottom-pane.d-block {
    padding: 1.5rem;
    border-top: #e9ecef solid 1px;
}
.fetchchat {
    padding: 0rem 1rem;
    width: 100%;
}
.sidebar_scrole{
    overflow: scroll;
    height: 88vh;
    overflow-x: auto;
}
.app-inner-layout .app-inner-layout__wrapper {
    min-height: auto !important;
}

.input-group>.form-control, .input-group>.form-control-plaintext, .input-group>.custom-select, .input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1% !important;
    margin-bottom: 0;
}
.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;
    }
}
