.card {
    border: 1px solid #dfe8ec;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(28, 45, 56, .05) !important;
}

.modal-content {
    border-radius: 8px;
}

.table td,
.table th {
    vertical-align: middle;
}

.toast {
    min-width: 260px;
}

#deptModal .modal-dialog {
    max-width: 520px;
}

#deptModal .modal-content {
    border-radius: 8px;
    overflow: hidden;
}
