.tabs-items.active {
    background-color: #FF5CF0;
    border-color: #FF5CF0;
    color: #000;
}

.tabs-items:hover {
    background-color: #FF5CF0;
    border-color: #FF5CF0;
    color: #000;
}

.icon-wrapper {
    background: #20CAD3;
    border: 2px solid #20CAD3;
}

.icon-wrapper:hover {
    background-color: #0FB5BE;
    border-color: #0FB5BE;
}

.icon-container {
    filter: brightness(0) saturate(100%);
}

.message-box.support-message {
    background: #A4E9F0;
}

.support-message-text-and-file {
    color: var(--text-icon-primary, #242429);
}

button.send-message-button.active {
    background: #FF5CF0;
}

button.send-message-button.active svg {
    filter: brightness(0) saturate(100%);
}

.quick-action-item {
    background: #0FB5BE;
    color: #000;
}

.status-number {
    background: #FF5CF0;
    color: #000;
}

.popup-header-title {
    line-height: 32px;
}

.text-primary {
    color: #FF43E3 !important
}

.indicatorMessage {
    display: none;
    width: 15px;
    height: 15px;
    background-color: #0FB5BE;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: 4px;
    z-index: 4;
}


.quick-action-item:hover {
    background: #0c96a0;
}


.support-message-text-and-file .file-name {
    color: #242429;
}

.modal__header-deleate {
    color: #0FB5BE;
}

.bttn-prime {
    background-color: #0FB5BE !important;
    color: #000 !important;
}

.bttn-prime:hover {
    background-color: #0c96a0 !important;
}

.bttn-outline {
    color: #0FB5BE;
}

.bttn-outline:hover {
    background-color: #e6faf8;
    color: #0FB5BE;
}

.bttn-outline:active {
    border-color: #0FB5BE;
    background-color: #f2f2f2;
    color: #0FB5BE;
}

.bttn-prime:active {
    background-color: #0FB5BE;
    border-color: #0FB5BE;
}

.file-pdf-icon svg {
    filter:
        brightness(0) saturate(100%) invert(14%) sepia(5%) saturate(500%) hue-rotate(200deg) brightness(90%) contrast(85%);
}

.popup-header-title, .tabs-items, .message-title, .message-subject, .message-description, .message-status, .quick-action-item, .user-message-text-and-file, .support-message-text-and-file, textarea.message-input-placeholder-text, .popup-header-number, .chat-date, .user_name, .user-message-time, .support_name, .status-number {
    font-family: "ALS Hauss" !important;
}

.ticketList-empty {
    margin-top: -70px;
}

.ticketList-emptyTitle {
    font-size: 24px;
    font-weight: 600;
}

.ticketList-emptyDescription {
    font-size: var(--Font-Size-action, 17px);
    font-weight: var(--Font-Font-Weight-regular, 450);
    width: 348px;
    color: #8F8FA3;
}

.ticketList-emptyIcon{
    position: relative;
    height: 180px;
}

.ticketList-emptyIcon img {
    content: url('/assets/dbsh/picture/Empty-Folder-DBSH.png') !important;
}

.ticketList-emptyIcon img {
    width: 220px;
    height: 220px;
}

.ticketList-emptyLine{
    display: block !important;
    position: relative;
    height: 0px;
    width: 0px;
    margin-top: 10px;
}

.ticketList-emptyLine img {
    width: 190px;
    height: 140px;
}

.tabs-status{
        z-index: 100;
}