.bg-menu-color {
          background-color: #4682B4
}
.form-floating:hover > label {
  opacity: .65;
  transform: scale(.85) translateY(-0.9rem) translateX(0.15rem);
}

.custom-thead-green {
    background-color: #14532d !important;
    color: #fff !important;
}
.custom-thead-green th {
    background-color: #14532d !important;
    color: #fff !important;
}
.custom-thead-drak-blue {
    background-color: #1A237E !important;
    color: #fff !important;
}
.custom-thead-drak-blue th {
    background-color: #1A237E !important;
    color: #fff !important;
}