html {
    font-size: 14px;
}

.dropdown-menu {
    min-width: 15rem;
}

table.dataTable tbody tr.selected>* {
    box-shadow: inset 0 0 0 9999px rgb(13 110 253 / 90%);
    color: #fff;
}

.modal-edit-row {
    padding-right: 0!important;
}

.modal-edit-row .modal-dialog {
    margin: 0 0 0 auto;
    max-width: 47.5%;
}

.modal-edit-row .modal-content {
    height: 100vh;
}
.modal-edit-row .modal-body {
    padding: 0;
}

.modal-edit-row iframe {
    width: 100%;
    height: 100%;
}
.modal-edit-row.show ~ .modal-backdrop.show {
    opacity: 0.2;
}

#crudTable tr.modal-active td {
    background: #7c6aef5c;
}

.file-preview:hover {
    background: #f9f9f9;
}


