/* CSS CLASSIC */

/*------inputs------------*/
.alojapro-widget-plugin .input-group-append {
  align-content: center;
  background-color: #eeeeee;
  -webkit-border-top-right-radius: var(--custom-style);
  -webkit-border-bottom-right-radius: var(--custom-style);
  border-top-right-radius: var(--custom-style);
  border-bottom-right-radius: var(--custom-style);
}
.alojapro-widget-plugin .input-group-text {
  background-color: #eeeeee;
  border: unset;
  border-radius: 0px;
  height: -webkit-fill-available;
}
.alojapro-widget-plugin #from{
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.alojapro-widget-plugin #to{
  border-radius: 0px !important;
}
.alojapro-widget-plugin .border-rounded {
  border-top-right-radius: var(--custom-style) !important;
  border-bottom-right-radius: var(--custom-style) !important;
}
.alojapro-widget-plugin .border-flat {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
/*-----------buttons------------------*/
.alojapro-widget-plugin .btn-widget {
  width: 100% !important;
  height: 52px !important;
  text-transform: uppercase;
  color: #FFF !important;
  border: 1px !important;
  border-radius: var(--custom-style);
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}

/*-------verificar dispo-------*/
.alojapro-widget-plugin #check-icon{ /* check icon */
  font-size: 2rem;
  color: var(--custom-primary-color);
}
.alojapro-widget-plugin .check_dispo{ /* text */
  text-transform: uppercase;
  font-size: 1rem;
  line-height: normal;
}
.alojapro-widget-plugin .form-control{
  border: 1px solid #eeeeee;
}
/*-------end verificar dispo-------*/

/*end*/