.date-picker {
  position: relative;
  width: 100%;
  min-height: 48px;
  padding: 12px 44px 12px 14px;
  color: white;
  background: #071521;
  border: 1px solid #31506a;
  border-radius: 10px;
}

.date-picker .date-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 17px;
}

.date-picker input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
