.ai-source-collapse-toggle .fa-chevron-down {
    transition: transform 0.2s ease;
}
.ai-source-collapse-toggle[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.enum-badge {
    font-size: 12px;
}

.enum-loader {
    height: 10px;
    width: 10px;
}

i.icon-large {
    display: inline-block;
    min-width: 1.75rem;
    font-size: 1.25rem;
    line-height: 1.40625rem;
    vertical-align: middle;
}

i.icon-middle {
    display: inline-block;
    min-width: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    vertical-align: middle;
}

i.icon-check {
    display: inline-block;
    min-width: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    vertical-align: top;
}

/* === SKOTE + SELECT2 FIX === */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 36px !important;
    padding: 0.47rem 0.75rem !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    box-sizing: border-box !important;
}

.select2-container--default .select2-selection__rendered {
    line-height: 24px !important;
    padding-left: 0 !important;
}

.select2-container--default .select2-selection__arrow {
    height: 36px !important;
}

.chat-conversation .conversation-list {
    max-width: 80%;
    white-space: pre-wrap;
}

.chat-conversation .conversation-list p {
    text-align: left!important;
}

.chat-conversation .conversation-list .conversation-name {
    text-align: left!important;
}
.chat-conversation .right .conversation-list .ctext-wrap {
    background-color: #effdde !important;
}

body.chat-page .page-content {
    padding-bottom: 1.5rem;
}

body.chat-page .chat-leftsidebar,
body.chat-page .user-chat,
body.chat-page .user-chat .card,
body.chat-page .chat-leftsidebar-nav,
body.chat-page .chat-leftsidebar-nav .tab-content,
body.chat-page .chat-leftsidebar-nav .tab-pane,
body.chat-page .chat-conversation {
    min-height: 0;
}

body.chat-page .chat-leftsidebar-nav,
body.chat-page .chat-leftsidebar-nav .tab-content,
body.chat-page .chat-leftsidebar-nav .tab-pane,
body.chat-page .chat-conversation {
    display: flex;
    flex-direction: column;
}

body.chat-page .chat-leftsidebar-nav .v-infinite-scroll,
body.chat-page .chat-conversation .v-infinite-scroll {
    flex: 1 1 auto;
    min-height: 0;
}

body.chat-page .user-chat .card {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    body.chat-page #chat-app {
        height: calc(100dvh - 200px);
    }

    body.chat-page .chat-leftsidebar,
    body.chat-page .user-chat {
        height: 100%;
    }

    body.chat-page .chat-leftsidebar > div,
    body.chat-page .user-chat .card {
        height: 100%;
    }

    body.chat-page .user-chat .card {
        overflow: hidden;
    }
}
