/* Asigno el color a los contenedores y el borde */

.opa-container-horizonta {
  font-family: Arial, sans-serif;
  width: 130%;
  background-color: #fff;
}

/* Cambio de los bordes a las cajas de texto */
.inputClass {
  border: 1px none #d0d5dd !important;
  background-color: #f2f4f7 !important;
  color: #101828 !important;
  border-radius: .5rem !important;
  height: auto;
  min-height: 2.75rem !important;
  margin-bottom: 0 !important;
  padding: .5rem .875rem !important;
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  transition: all .3s !important;
  box-shadow: 0 1px 2px #1018280d !important;
}

/* Se ajusta el tamaño de la felcha del selector*/
.opa-select-widget svg {
  width: 0.5em !important; /* Ajusta el ancho según sea necesario */
  padding-top: 9px;
}

.field-text {
  color: #006BDD;
  margin-bottom: 9px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}


/*Formato al contenedor de firma*/
.opa-signature {
  border-radius: 7px;
}

.opa-dropdown-widget svg{
  width: 75% !important;
  padding-top: 8px;
}

button#get-button {
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  cursor: pointer;
  padding: 0.7em 1.2em;
  border: none;
  appearance: none;
  text-decoration: none;
  flex: 0 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: rgb(255, 255, 255);
  background: #006BDD;
  font-style: normal;
  box-shadow: rgb(170, 170, 170) 2px 2px 3px;
  border-radius: 6px;
  margin-left: 6px;
  visibility: visible;
  outline: none;
}