.tickets_list .dataTables_wrapper table.table-list {
    border-color: #c2c2c2;
}
.tickets_list table.table-list thead th {
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    color: #fff;
}

.tickets_list .dataTables_wrapper table.table-list thead th.sorting_asc, .tickets_list .dataTables_wrapper table.table-list thead th.sorting_desc {
    background-color: #3c3c3c;
    border-color: #3c3c3c;
}

textarea#inputMessage {
    border: 0;
    border-radius: 0!important;
}

.md-editor {
    border-width: 2px !important;
    border-radius: 5px !important;
    border: 1px solid var(--exl-foreground);
    outline: none!important;
}

div.md-editor.active {
    border: 1px solid var(--exl-foreground);
}

.md-editor>.btn-toolbar {
    background-color: #1f1f1f!important;
    color: #fff;
}

.md-editor .btn-default {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #1f1f1f;
}

.md-editor .md-footer {
    background: #3c3c3c;
}

.md-editor>.md-preview, .md-editor>textarea.markdown-editor {
    background-color: transparent!important;
}

.exl-button.cancel_btn::after {
    display: none;
}

.exl-button.cancel_btn::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f053";
    display: inline-block;
    padding-right: 0.6rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem;
    background-color: var(--exl-card-background-lighter);
    border: 1px solid #c2c2c2;
    width: 20%;
    font-size: 14px;
    text-align: center;
    border-radius: 0!important;
}

.card-footer {
    background-color: transparent;
}

.card.view-ticket {
    background-color: var(--exl-card-background-lighter);
    border-radius: 8px;
    padding: 0.5rem 1rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
}

div#ticketReplyContainer {
    background-color: var(--exl-card-background-lighter);
    border-radius: 8px;
    padding: 0.5rem 1rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.view-ticket .card-body {
    border-bottom: 0;
}

.card.view-ticket .card_msg {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 15px
}