.AccionLista{

    border-radius: 2.5px;
    font-size: 10px;
    height: 32px;
    padding: 5px 10px;

}

.ContenedorAcciones{

    display: flex;
    align-items: end;

}

#Pantalla_index{

    background-color: #f5f5f5;

}

.ContenedorFecha{

    font-size: 11px; 
    margin: 0; 
    position: absolute; 
    right: 0px;
    
}

.loader-page {

    position: fixed;
    z-index: 9999999;
    background: #fdfdfd;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s ease;

}

.ColorAzul{

    color: #25294A !important;

}

.ColorRojo{

    color: #ff000f !important;

}

.form-control.is-valid, .was-validated .form-control:valid {
    
    padding-right: calc(1.5em + -0.25rem);
    
}

.ContainerModalPagos{

    width: 70%;
    background-color: #fff;
    padding: 26px 26px;
    height: auto;
    border-radius: 15px;
    max-height: 80% !important;

}

.ClassOtpOculta992{

    display: none;

}

.LinkReferidosCopy{

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.content-modalNT{

    overflow-x: hidden;

}

@media (max-width: 320px){

    .ContainerModalPagos{
        width: 90% !important;
    }

    .Seccion_Movil{
        display: block !important;
    }
    
    .Seccion_Web{
        display: none !important;
    }

}

@media (max-width: 425px){

    .MovilLogoMrw{
        margin-top: 15px !important;
        margin-left: 35px !important;
    }

}

@media (max-width: 428px){

    #Pantalla_index{
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

}

@media (min-width: 426px) and (max-width: 690px) {

    .MovilLogoMrw{
        margin-top: 30px !important;
        margin-left: 40px !important;
        /* padding-left: 30px !important; */
    }

}

@media (max-width: 767px){

    .ContainerModal_ReferirCliente{
        margin-bottom: 1000px !important;
        overflow-x: hidden;
    }

    .divIconoReferidos{
        display: none;
    }

    .LinkReferidosCopy{
        padding-left: 15px;
    }

    .divIconoReferidos2{
        display: block;
    }

}

@media (min-width: 300px){

    .imgPrelouder{
        width: 65%;
    }

    .RespuestaSeccion_Movil{
        display: block;
    }

    .RespuestaSeccion_Web{
        display: none;
    }

}

@media (min-width: 425px){

    .imgPrelouder{
        width: 65%;
    }

}

@media (min-width: 768px){

    .imgPrelouder{
        width: 45%;
    }

    .RespuestaSeccion_Movil{
        display: none;
    }

    .RespuestaSeccion_Web{
        display: block;
    }

    .divIconoReferidos2{
        display: none;
    }

    .ContainerModalPagos{
        width: 1000px !important;
    }
}

@media (min-width: 950px) {

    .Seccion_Web{
        display: block !important;
    }

    .Seccion_Movil{
        display: none !important;
    }

}

@media (min-width: 993px) {

    .ClassOtpOculta992{
        display: block;
    }

}

@media (min-width: 1440px){

    .imgPrelouder{
        width: 25%;
    }

}

@media (min-width: 1920px){

    .imgPrelouder{
        width: 20%;
    }

}

@media (min-width: 765px) and (max-width: 1023px) {

    #topMenu{
        display: none !important;
    }

}

.pulse {
    position: relative; 
}

.pulse .pulse-ring {

    display: block;
    border-radius: 40px;
    height: 45px;
    width: 45px;
    position: absolute;
    -webkit-animation: animation-pulse 2.5s ease-out;
    animation: animation-pulse 2.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #E5EAEE;

}

.Otp-Pulse .pulse-ring{
    left: -35%;
    top: -30%;
    /* transform: translateY(100%) !important; */
    width: 35px !important;
    height: 35px !important;
    z-index: -1 !important;
    display: block;
    border-radius: 40px;
    position: absolute;
    -webkit-animation: animation-pulse 2.5s ease-out;
    animation: animation-pulse 2.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #E5EAEE;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .pulse .pulse-ring {
        top: 2px;
        left: 2px; 
    }

}

.pulse.pulse-primary .pulse-ring {
    border-color: rgba(54, 153, 255, 0.75); 
}

.pulse.pulse-secondary .pulse-ring {
    border-color: rgba(229, 234, 238, 0.75); 
}

.pulse.pulse-success .pulse-ring {
    border-color: rgba(27, 197, 189, 0.75); 
}

.pulse.pulse-info .pulse-ring {
    border-color: rgba(137, 80, 252, 0.75); 
}

.pulse.pulse-warning .pulse-ring {
    border-color: rgba(255, 168, 0, 0.75); 
}

.pulse.pulse-danger .pulse-ring {
    border-color: rgba(246, 78, 96, 0.75); 
}

.Otp-Pulse.Otp-pulse-danger .pulse-ring {
    border-color: rgba(246, 78, 96, 0.75); 
}

.pulse.pulse-light .pulse-ring {
    border-color: rgba(243, 246, 249, 0.75); 
}

.pulse.pulse-dark .pulse-ring {
    border-color: rgba(33, 33, 33, 0.75); 
}

.pulse.pulse-white .pulse-ring {
    border-color: rgba(255, 255, 255, 0.75); 
}

.pulse.pulse-dark-75 .pulse-ring {
    border-color: rgba(70, 78, 95, 0.75); 
}

.pulse.pulse-Bronce .pulse-ring {
    border-color: rgba(205, 127, 50); 
}

.pulse.pulse-Plata .pulse-ring {
    border-color: rgba(179, 175, 175); 
}

.pulse.pulse-Oro .pulse-ring {
    border-color: rgba(211, 168, 37); 
}

@-webkit-keyframes animation-pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.4; 
    }
    60% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.6; 
    }
    65% {
        opacity: 1; 
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0; 
    } 
}
  
@keyframes animation-pulse {
    0% {
      -webkit-transform: scale(0.1, 0.1);
      opacity: 0.4; 
    }
    60% {
      -webkit-transform: scale(0.1, 0.1);
      opacity: 0.6; 
    }
    65% {
      opacity: 1; 
    }
    100% {
      -webkit-transform: scale(1.2, 1.2);
      opacity: 0.0; 
    } 
}

.ClassWidth-10{
    width: 25px;
}

.ClassBackGroundRed{

    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ff000f;

}

.ClassBackGroundAzul{

    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #25294A;

}

.BorderDerechos{

    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}

.BtnAvisoLegalActivo{

  color: #25294A;

}

.BtnRed{
    background:red; 
    color: white; 
    border: none; 
    width:160px; 
    padding:10px; 
    border-radius: 5px;
}

.BtnAzul{
    background: #25294A;
    color: white; 
    border: none; 
    width:160px; 
    padding:10px; 
    border-radius: 5px;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: auto !important;
}
.wrapper .input-data{
    height: 40px;
    width: 100%;
    position: relative;
}

.wrapper .input-data input, .wrapper .input-data select{
    height: 100%;
    width: 100%;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid silver;
}

/* .wrapper .input-data select:read-only{
    height: 100%;
    width: 100%;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid #25294A;
} */

.wrapper .input-data textarea{
    /* height: 100%; */
    width: 100%;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid silver;
}

.Otp-input-adjuntar-Border{
    height: 100%;
    width: 100%;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid silver;
}

.input-data input:focus-visible, select:focus-visible, textarea:focus-visible, .select2-selection.select2-selection--single:focus-visible {
    outline: none;
}

.input-data select{
    appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.wrapper .input-data input:focus ~ label, 
.wrapper .input-data input:valid ~ label,
.wrapper .input-data input:read-only ~ label,
.wrapper .input-data input:disabled ~ label,
/* .wrapper .input-data textarea:focus ~ label, 
.wrapper .input-data textarea:valid ~ label,
.wrapper .input-data textarea:read-only ~ label,
.wrapper .input-data textarea:disabled ~ label, */
.wrapper .input-data select:read-only ~ label
.wrapper .input-data select:disabled ~ label{

    transform: translateY(-20px) !important;
    font-size: 12px;
    color: #25294A;

}

.wrapper .input-data textarea:focus ~ label, 
.wrapper .input-data textarea:valid ~ label,
.wrapper .input-data textarea:read-only ~ label,
.wrapper .input-data textarea:disabled ~ label{

    transform: translateY(-30px) !important;
    font-size: 12px;
    color: #25294A;
    /* border-bottom: 1px solid #25294A; */

}

/* Estilo para el select cuando no está enfocado */
.wrapper .input-data select:not(:focus) {
    background: transparent; /* Cambia el fondo a transparente cuando no está enfocado */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer; /* Cambia el cursor a una mano cuando no está enfocado */
}

/* Estilo para el select cuando está enfocado */
.wrapper .input-data select:focus {
    border-bottom: 1px solid silver; /* Restaura el borde inferior cuando está enfocado */
}

.input-data-Otp-Label-Ajuntar label{

    transform: translateY(-30px) !important;
    font-size: 12px;
    color: #25294A;

}

.wrapper .input-data select ~ label{
    margin-bottom: 0px !important;
    transform: translateY(1px) !important;
}

.Especial input:focus ~ label, 
.Especial input:valid ~ label,
.Especial select:read-only ~ label, 
.Especial select:disabled ~ label{

    transform: translateY(-20px) !important;
    font-size: 12px;
    color: #25294A;
    margin-bottom: 0px !important;

}

.wrapper .Otp-EspacialPaddingSelect select:focus ~ label, 
.wrapper .Otp-EspacialPaddingSelect select:valid ~ label,
.wrapper .Otp-EspacialPaddingSelect select:disabled ~ label{

    transform: translateY(-18px) !important;
    font-size: 12px;
    color: #25294A;

}

.wrapper .input-data select:focus ~ label, 
.wrapper .input-data select:valid ~ label{

    transform: translateY(-20px) !important;
    font-size: 12px;
    color: #25294A;

}

/* Eliminamos la fecha que por defecto aparece en el desplegable */
.wrapper .input-data select::-ms-expand {
    display: none;
}
 
.wrapper .input-data label{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: grey;
    pointer-events: none;
    transition: all 0.3 ease;
}

.wrapper .input-data .underline{
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 100%;
}

.input-data .underline:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #25294A;
    transform: scaleX(0);
    transition: transform 0.3 ease;
}

.input-data input:focus ~ .underline:before, 
.input-data input:valid ~ .underline:before{
    transform: scaleX(1);
    background: #25294A;
}

.input-data textarea:focus ~ .underline:before, 
.input-data textarea:valid ~ .underline:before{
    top: -5px;
    transform: scaleX(1);
    border-bottom: 1px solid #25294A;
}

select:disabled ~ .select2-container--default .select2-selection--single {
    border-bottom: 1px solid #25294A;
}

select:valid ~ .select2-container--default .select2-selection--single {
    border-bottom: 1px solid #25294A;
}

.PaddingTopEspecial{
    padding-top: 0.7rem !important;
}

.PaddingTopEspecial2{
    padding-top: 0.1rem !important;
}

.PaddingTopEspecial3{
    padding-top: 0.09rem !important;
}

.Otp-PaddingTopEspecial4{
    padding-top: 0.9rem !important;
}

.font-10{
    font-size: 10px !important;
}

.font-15{
    font-size: 15px !important;
}

.Otp-font-15{
    font-size: 15px !important;
}

.Otp-font-20{
    font-size: 20px !important;
}

.Otp-icon-ipunt-rigth {
    
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-60%);
    z-index: 1; /* Colocar adelante del pulse-ring */

}

.Otp-icon-ipunt-left{
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%) !important;
}

.Otp-input-container {
    position: relative;
    display: inline-block;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    max-height: 30px !important;
}

div.wrapper.Otp-ValidadorFrom-Mensaje div.fv-plugins-message-container {

    margin-top: 0.9rem !important; /* Espacio en la parte superior */

}

.Otp-top-30{
    top: 30% !important;
    transform: translateY(-70%) !important;
}

.Otp-icono-20x20{
    width: 20px !important; 
    height: 20px !important;
}

.Otp-icono-25x40{
    width: 25px !important; 
    height: 40px !important;
}

.Otp-icono-10x10{
    width: 10px !important; 
    height: 10px !important;
}

.Otp-Select2-w-100{
    width: 100% !important; 
}

.Otp-icon-ipunt-left-pass{
    position: absolute;
    transform: translateY(-10%) !important;
}

.Otp-cursor-pointer{
    cursor: pointer;
}

.Otp-max-w-190{
    max-width: 190px !important;
}

.Otp-max-w-650{
    max-width: 650px !important;
}

.Otp-bg-Casillero{
    background-color: #f5f5f5 !important;
}

.Otp-font-size-1rem{
    font-size: 1rem;
}

.Otp-margin-rigth-10{
    margin-right: 10px !important;
}

.select2-container {
    width: 100% !important;
}

.pm-awesome-divider-div {
    padding: 0 32px;
}

.pm-awesome-divider {
    height: 1px;
    width: 100%;
    border-top: solid thin #25294A;
    margin: 24px 0;
    text-align: center;
}

.pm-awesome-divider {
    margin: 8px 0 24px 0;
}

.pm-awesome-divider:after {
    content: attr(data-label);
    display: inline-block;
    background: #fff;
    padding: 0 32px;
    position: relative;
    top: -10px;
    font-size: 12px;
    color: #9b9b9b;
}

.Otp-Btn-Google{
    display: inline-block;
    background: white;
    color: #444;
    width: 190px;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}

#Otp-Btn-Google:hover {
    cursor: pointer;
}

#my-signin2{
    width: 100% !important;
}

.Otp-icon-ipunt-left-Google{
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-55%);
}

.form-group {
    margin-bottom: 0.5rem!important;
}

/* Restablecer estilos para campos de entrada autocompletados */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
    /* Cambia el color de fondo autocompletado */
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    /* Asegura que el texto mantenga su color original */
    -webkit-text-fill-color: initial !important;
}

.Otp-overflow{
    overflow: hidden !important;
}

.Otp-mt-05px{
    margin-top: 0.5px !important;
}

.Otp-SeccionBtnModal{
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

/* Aplica la animación permanentemente cuando tenga la clase .always-active */
.input-data.always-active .underline:before {
    transform: scaleX(1);
    background: #25294A;
}

.input-data.always-active label {
    transform: translateY(-20px); /* O cualquier movimiento que uses en el focus */
    font-size: 12px;
    color: #25294A;
}

.renderPagosList{
    overflow-y: auto;
    overflow-x: hidden; 
    max-height: 200px; 
    margin-bottom: 5px !important;
}

.btnReportarPago{
    box-shadow: none;
    color: red; 
    padding: 25px 26px; 
    border-radius: 4px;
}

.AgregarPago{
    background-color: #ff000f; 
    height: 50px; 
    color: #ffff; 
    border-color: #ced4da85;
}