.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;
  }


  .bkMWAi.active::after{
    background-color:#2ed1f7 !important;
  }
 

  .iSnVmn:focus {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }

  input[readonly] {
    border: 1px solid #fff !important;
    color: #fff !important;
  }

  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="password"] {
    color: #fff;
  }

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

  .iyGfCC:focus{
    color: #fff !important;
  }