/* VALIDADOR DEL FORMULARIO DDJJ*/
.strictly-validation-error {
	border: 1px solid #FD3685 !important;
}

.strictly-validation-success {
	border: 1px solid #4CAF50 !important; /* #594184 !important; */
}

.strictly-error-message {
    font-size: 12px;
    color: #FD3685;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 0px;
}


/* BULMA CSS*/
.box {
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.3), 0 0px 0 1px rgba(10, 10, 10, 0.1) !important;
}
.progress {
    height: .3rem !important;
}
.progress:indeterminate {
    background-color: #fff !important;
}

/* CSS <ul> de pasos */
ul.steps {
    margin: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    counter-reset: el-contador;
    justify-content: center;
    margin-right: 5%;
  }
  
  ul.steps li {
    display: flex;
    align-items: end;
    color: #fff;
    padding: 0px 20px 5px 0px;
    position: relative;
    font-size: 12px;
    line-height: 12px;
    min-width: 80px;
    margin-bottom: 60px;
    counter-increment: el-contador;
  }
  
  ul.steps li:last-child {
    min-width: 0px;
    padding: 0px 0px 5px 0px;
  }
  
  ul.steps li:before {
    position: absolute;
    content: counter(el-contador);
    color: #FD3685;
    background-color: #fff;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #FD3685 !important;
    bottom: -34px;
    left: 0px;
    font-size: 20px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
  }
  
  ul.steps li.current:before {
    background-color: #FD3685;
    color: #fff;
  }
  
  ul.steps li:after {
    position: absolute;
    content: "";
    background-color: #FD3685 !important;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    bottom: -20px;
    left: 35px;
    font-size: 20px;
    font-weight: 100;
    justify-content: center;
    align-items: center;
  }
  
  ul li:last-of-type:after {
    display: none;
  }
  
  ul li.current:after {
   background-color: #fff; 
  }




/* CSS LYRA */
select.lyra-form {
    height: 40px; /* Ajusta la altura del select */
    width: 100%;
    line-height: 40px; /* Alinea verticalmente el texto */
    padding: 0 10px; /* Espaciado interno */
    font-size: 16px; /* Tamaño de fuente */
    border: 1px solid #ccc; /* Borde */
    border-radius: 2px; /* Bordes redondeados */
    appearance: none; /* Elimina el estilo predeterminado del select */
    background-color: #f9f9f9; /* Color de fondo */
    background-repeat: no-repeat;            
}

.show-more{
    cursor: pointer;
}

.image.is-96x96{
    margin:0 auto;
    padding: 5px;
}

.selector-medio-pago:hover{
    background-color: #efeeee;
}

.page-loader{
    position: absolute;
    width: 100%;
    height: 100vh;
	top: 0px;
    bottom: 0px;
    background-color: #fff;
    display: none;
}

.page-loader img{
    display:block;
    margin:auto;
}


/* validate JS */
label.error{
    color: #e91e63;
}

.checkmark{
    font-size:6rem;
    color:#00947e;
}

.errormark{
    font-size:4rem;
    color:#f14668;
}

/* Formulario de pago Lyra */
.kr-embedded{
    margin: 0 auto !important;
}

.media-content{
    height: 72px !important;
}

/* Formulario Lyra */
.kr-embedded .kr-payment-button {
    background-color: #594184 !important;
}

.debin-progress-bar{
    height: 1em;
    background: #673AB7;
}