* {
    margin: 0px;
    padding: 0px;
    font-size: 14px !important;
    outline: none !important;
}

/* CKEditor fixed height */
.ck-editor__editable_inline {
    min-height: 200px !important;
    max-height: 200px !important;
    overflow-y: auto !important;
}
#emailModal .modal-body {
    max-height: 80vh;
    overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 20px !important;
}

#sidebarToggle .fas {
    font-size: 20px !important;
}

#customFieldTable_filter {
    margin-bottom: 10px !important;
}

.dataTables_filter {
    margin-bottom: 20px !important;
}

.modal-backdrop {
    z-index: 998 !important;
}

.modal-backdrop.show {
    opacity: 0 !important;
}

.modal {
    z-index: 1000000 !important;
    background-color: rgba(0, 0, 0, 0.35) !important;
}
