.bs-darkmode-dark
{
    background-color: #212529 !important;
}
/*.bs-darkmode-dark .site-content*/

.bs-darkmode-dark .site-content
{
    background-color: #212529 !important;
}


select.form-control {
  color: #000 !important;
  /*background-color: #c41212 !important;*/
 } 

input.form-control {
  color: #000 !important;
  /*background-color: #c41212 !important;*/
 }

textarea.form-control {
  color: #000 !important;
  /*background-color: #c41212 !important;*/
 }

/*Text option dropdown select2 */
.select2-results__option {
  color: #000 !important;
}

.btn .btn-close
{
    color: #000 !important;
    --bs-btn-close-color: #000 !important;
}

/*Box upload file in darl-mode */
.bs-darkmode-dark .pkdragarea {
  background: #495057 !important;
}

.form-control
{
  background-color: #fff !important;
}