.supportTicketContainer .newUnread {
    color: #010A95;
}

.supportTicketContainer .tableActions:hover {
    cursor: pointer;
}

/** SUPPORT TICKETS **/
/* BOOTSTRAP 5 FULLSCREEN MODAL */
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-header {
        padding: 0.5rem;
        background: #1E336A;
        color: #fff;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

        .modal-fullscreen .modal-header h5 {
            font-weight: bold;
        }

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

.modal-fullscreen {
    font-size: 14px;
}

.ticketModal button.multiselect {
    padding: 0.25rem 0.5rem;
    height: auto;
}

.ticketModal .close {
    color: #fff;
}

    .ticketModal .close:hover {
        color: #fff;
    }

    .ticketModal .close:not(:disabled):not(.disabled):hover,
    .ticketModal .close:not(:disabled):not(.disabled):focus {
        color: #fff;
        text-decoration: none;
        opacity: .75;
    }

.ticketModal .cke_contents {
    height: 300px !important;
}

.ticketModal .repliesFrame {
    overflow-y: auto;
    height: 400px;
}

    .ticketModal .repliesFrame .replyDiv {
        border-bottom: 1px solid #e9ecef;
        padding: 1rem;
    }

        .ticketModal .repliesFrame .replyDiv:nth-child(even) {
            background: #f2f2f2;
        }

.ticketModal .select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}

.ticketModal .repliesFrame .replyDiv .replyAttachments .attachmentBadge {
    display: flex;
    align-items: center;
    width: 180px;
    border: 1px solid #cac9c9;
    padding: 5px 8px;
    border-radius: 5px;
}

    .ticketModal .repliesFrame .replyDiv .replyAttachments .attachmentBadge:hover {
        cursor: pointer;
        border: 1px solid #878686;
    }


    .ticketModal .repliesFrame .replyDiv .replyAttachments .attachmentBadge .attachmentIcon {
        font-size: 25px;
        margin-right: 10px;
    }
        .ticketModal .repliesFrame .replyDiv .replyAttachments .attachmentBadge .attachmentIcon .word {
            color: #00a2ed;
        }
        .ticketModal .repliesFrame .replyDiv .replyAttachments .attachmentBadge .attachmentIcon .pdf {
            color: #F40F02;
        }

    .ticketModal .repliesFrame .replyDiv .replyAttachments .attachmentBadge .attachmentText .truncate {
        width: 135px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.iconWidth {
    width: 25px;
    display: inline-block;
}

table.dataTable thead .noArrows.sorting::before,
table.dataTable thead .noArrows.sorting_asc::before,
table.dataTable thead .noArrows.sorting_desc::before,
table.dataTable thead .noArrows.sorting_asc_disabled::before,
table.dataTable thead .noArrows.sorting_desc_disabled::before {
    content: none;
}

table.dataTable thead .noArrows.sorting::after,
table.dataTable thead .noArrows.sorting_asc::after,
table.dataTable thead .noArrows.sorting_desc::after,
table.dataTable thead .noArrows.sorting_asc_disabled::after,
table.dataTable thead .noArrows.sorting_desc_disabled::after {
    content: none;
}

.templateModal .tableActions {
    padding: 10px 0px 10px 10px;
}

    .templateModal .tableActions:hover {
        cursor: pointer;
    }

.templateModal .topLevelText {
    font-weight: 600;
}

.templateModal .secondLevelText {
    color: #343a40;
}

.templateModal .card {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

.templateModal .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 0px;
}

    .templateModal .card-header h5 {
        text-transform: capitalize;
        font-size: 1.1rem;
    }

    .templateModal .card-header.secondLevelIndent {
        padding-left: 55px;
    }

.templateModal .collapseTarget > a {
    display: block;
    position: relative;
    padding-left: 30px;
}

    .templateModal .collapseTarget > a:before {
        content: "\f0da";
        /* right */
        font-family: 'Font Awesome 5 Pro';
        font-weight: bold;
        position: absolute;
        left: 0px;
    }

    .templateModal .collapseTarget > a[aria-expanded="true"]:before {
        content: "\f0d7";
        /* down */
    }

.templateModal #accordion .card-body {
    padding: 0px;
}

.templateModal ul.templateList {
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px;
    background: #f4f4f4;
}

    .templateModal ul.templateList li {
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        padding: 0.75rem 1.25rem 0.75rem 88px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }