react-datepicker__input-container input { background-color: transparent; width: 100%; outline: none; margin-left: 16px; } .react-datepicker__day--selected { background-color: #624cf5 !important; color: #ffffff !important; border-radius: 4px; } .react-datepicker__time-list-item--...