.rs-calendar-show-time-dropdown .rs-calendar-header-title-time {
  color: #153B5D;
}

.rs-calendar-time-dropdown-cell.rs-calendar-time-dropdown-cell-active {
  background-color: rgb(119, 151, 179);
}

.rs-picker-toolbar-right button.rs-picker-toolbar-right-btn-ok:hover {
  background-color: #153B5D;
}

.rs-picker-toolbar-right-btn-ok {
  background-color: #153B5D;
}

svg #Identifier foreignObject div span {   
  text-align: center; font-size: 8px; 
}

/* input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}

input[name="email"] {
  color: #fff;
}

input[name="email"]:focus {
  color: #fff !important;
}

input[name="password"]:focus {
  color: #fff !important;
}

input[name="token"]:focus {
  color: #fff !important;
} */