.custom-easepick-input-base {
  position: relative;
  font-family: 'BentonBook', sans-serif;
  font-size: 15.008px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  background: var(--bbva-grey-200);
  border: 2px solid var(--bbva-grey-600);
  border-radius: .5rem;
  width: 320px;
  height: 48px;
}

.input-datepicker,
.input-datepicker:focus {
  background-color: var(--bbva-grey-200);
  border: none;
  box-shadow: none;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.cib-separador-cal {  
  width: 3px;
  height: 30px;
  background-color: var(--bbva-grey-400);
  align-self: stretch;
}

.cib-calendar-inputs-area{
  min-width: 85%;
}
.cib-calendar-icons-area{
  min-width: 15%;
}