
[data-bs-theme=dark] .my-color {
  color: #ff8800 !important;
}
[data-bs-theme=dark] .bg-color {
  background-color: #CCA677 !important;
}
[data-bs-theme=dark] .bg-f-color {
  background-color: #d17000 !important;
}
[data-bs-theme=dark] .bg-s-color {
  background-color: #ff88006c !important;
}
[data-bs-theme=dark] .border-color {
  border-color: #ff8800 !important;
}
.gradient-color {
  background: -o-linear-gradient(305.64deg, #ff9e2e 4.5%, #ff8401 94.38%);
  background: linear-gradient(144.36deg, #ff9b20 4.5%, #e78309 94.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}