@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500,600;800&display=swap");
.all-font- {
  background-color: #fff;
  font-family: "Montserrat", sans-serif !important;
}

.container-credito-directo {
  max-width: 920px !important;
}

.flex_form_crdito_directo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* #dpti_form_credito_directo {
    max-width: 670px;
} */

.btn-gray-disabled {
  background-color: #7c7c7c !important;
  cursor: default;
}

.creditoDirectoError {
  background-color: #f2a7a7;
  min-height: 100px;
  border: 1px solid red;
}

.text-none {
  text-transform: none !important;
}

.float-label {
  /* top: 8px;
    color: rgba(38,50,56,.5); */

  padding: 0 5px;
  max-width: 80%;
  position: absolute;
  top: -12px;
  left: 16px;
  font-size: 12px;
  transition: 300ms ease all;
  background: #fff;
  color: #263238;
  white-space: nowrap;
  pointer-events: none;
  overflow: hidden;
}

.date-icon-cedula {
  right: 20% !important;
}

/*  CSS AVATAR BIOMETRICO */
.avatar {
  aspect-ratio: 1 / 1;
  width: 100%;
  border: 4px dashed #b3b0b0;
  border-radius: 50%;
  margin: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  max-width: 343px;
}

.avatar-icon {
  font-size: 120px;
  color: #b3b0b0;
}

/* MENSAJE BIOMETRICO */
#mensaje-biometrico {
  text-align: center;
  padding: 12px;
  border: none;
  border-radius: 38px;
  width: 100%;
  font-size: 16px;
}

#mensaje-biometrico.error {
  background-color: var(--color-error);
  color: var(--color-white);
}

#mensaje-biometrico.success {
  background-color: var(--color-success);
  color: var(--color-white);
}

/* MENSAJE BIOMETRICO */
