html, body {
    background-color: #000000; /* or any color matching your app */
    color-scheme: dark;
  }

.btn-primary{
    background-color: #5765f2 !important;
}

.bg-primary{
    background-color: #5765f2 !important;

}

.bg-dark{
    background-color: #212225 !important;
}

.bg-secondary{
    background-color: #3c3d43 !important;
}

.text-primary{
    color: #5765f2 !important;

}

.text-primary-clone{
    color: #969ef3 !important;

}

body{
    background-color: #212225 !important;
}

.text-light{
    color: rgb(205, 186, 186) !important;
}

label{
    color: rgb(205, 186, 186) !important;

}

  

