[data-bs-theme=dark] .txtbox {
    background: #000;
    color: #FFF;
    border: 1px solid #FFF;
}

[data-bs-theme=dark] footer p {
    opacity: 0.6;
}

[data-bs-theme=dark] footer a {
    color: #FFF;
}

[data-bs-theme=dark] .form-label {
    --bs-body-color: #FFF;
}

[data-bs-theme=dark] .form-control,
[data-bs-theme=dark] .form-select {
    --bs-body-bg: #4863c4;
    /* --bs-body-color: #FFF; */
}

[data-bs-theme=dark] .form-control {
    --bs-body-color: #FFF;
}


[data-bs-theme=dark] .form-select:invalid {
    color: #b8c2db;
}

/* [data-bs-theme=dark] .form-select {
    color: #595c5f;
} */