/* For WebKit browsers (Chrome, Edge, Safari, Opera) */
.custom-date::-webkit-calendar-picker-indicator {
  filter: invert(60%) sepia(10%) saturate(0%) hue-rotate(200deg) brightness(80%);
  opacity: 0.4; /* adjust this to control the lightness */
}

/* For Firefox */
.custom-date::-moz-focus-inner {
  color: rgba(255, 255, 255, 0.4) !important;
}
.h-51{
  height:51px
}
.react-datepicker-wrapper{
  width: 100% !important;
}