.hidden {
    display: none !important;
}
.open_ticket {
    display: none;
}

.ticket {
    position: relative;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 12px;
    border: 1px solid var(--bs-card-border-color);
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    margin: 12px 0;
}
.ticket_open {
    cursor: pointer;
}
.open_ticket {
    padding-top: 12px;
}

.chat-list li.active .ticket {
    background-color: rgba(3,142,220,.075);
    border-color: transparent;
}
.message_form {
    height: 150px;
}
.chat-conversation {
    height: unset;
}
.ticket {
    background-color: #fff;
}

.chat-list .unread-message {
    position: absolute;
    display: inline-block;
    right: 16px;
    top: 33px;
}
#create_ticket {
    margin-right: 6px;
}
body[data-sidebar-size=sm] {
    min-height: 1vh;
}

.bug i {
    color: #f34e4e;
}
.feature i {
    color: #f7cc53;
}

.ticket.active {
    background-color: rgba(3,142,220,.075);
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
    background-color: #fff;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
    border-top-color: #fff;
    border-left-color: #fff;
}

.conversation-list {
    white-space: normal;
}

.chat-conversation .text-muted {
    font-size: 9px;
}

.avatar-title {
    width: 32px;
    height: 32px;
}
.project_ticket_id {
    color: #aeaeae;
}