body {
    background-color: var(--bs-gray-900) !important;
    color: var(--bs-gray-200) !important;
}

th a {
    color: #81d4fa !important;
}

.card-header {
    overflow: hidden;
}

.card-header a {
    color: #81d4fa !important;
    font-weight: 600;
}

.table {
    color: var(--bs-gray-200) !important;
}

.card {
    background-color: var(--bs-gray-800) !important;
}

.form-control {
    background-color: var(--bs-gray-700) !important;
}

textarea {
    color: var(--bs-gray-200) !important;
    resize: none !important;
}

.bi {
    color: var(--bs-gray-200) !important;
}

.popover {
    color: black;
}

.alert-success {
    background-color: #006b1b !important;
    color: var(--bs-gray-200) !important;
    z-index: 2000;
}