/*

* Override Pages default styles or create your own styles here

*/
.modal-open .select2-container--open {
    z-index: 1053 !important;
}

.modal {
    z-index: 1052 !important;
}

.table-responsive {
    padding-bottom: 20px;
    height: 100%;
    min-height: 800px;
}

.table.table-condensed tbody tr td {
    padding: 2px 0 2px 20px !important;
}

.select2-container--default .select2-selection--single {
    background: none !important;
}

.table tbody tr td {
    padding: .75rem !important;
}

hr {
    margin: 5px 0 15px 0;
}

.login-wrapper {
    background: #7252D3 !important;
}

.page-link:hover {
    color: #fff !important;
    background-color: #7252D3;
    border: 1px solid rgba(78, 55, 182, 0.5);
}

.page-item .page-link {
    color: #7252D3;
    border-radius: calc(0.5rem) !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #7252D3;
    border: 1px solid rgba(78, 55, 182, 0.5);
}

.table.table-condensed tbody tr td.table_empty {
    text-align: center;
    line-height: 50px;
}

.opacity-50 {
    opacity: 0.5 !important;
}

/*
Mailbox overrides
 */
.mailbox-empty {
    bottom: 0;
    left: 0;
    margin-top: -34px;
    opacity: 0.32;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}

@media (max-width: 991px) {
    .secondary-sidebar {
        left: 128px !important;
        right: unset !important;
    }
}

.table.table-condensed tbody tr td {
    padding: 2px 0 !important;
}

.inline p.recipients {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 215px;
}

@media (max-width: 979px) {
    .split-view .split-list .item .inline {
        width: 260px !important;
    }

    .split-view .split-list {
        height: 100% !important;
    }
}

.split-view .split-list .item {
    min-width: 347px !important;
    max-width: 480px !important;
    width: initial !important;
}

li.item.unread p {
    font-weight: bold;
}

.split-view .split-details .email-content-wrapper .email-content {
    margin-bottom: 10px;
}

.email-content-body p {
    word-break: break-word;
    padding: 0;
    margin: 0;
}

 #quill-reply .ql-editor.ql-blank {
     min-height: 150px;
 }

 #quill-compose .ql-editor.ql-blank {
     min-height: 350px;
 }