@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif
}

body {
  height: 100vh;
  /* background: linear-gradient(to top, #c9c9ff 50%, #9090fa 90%) no-repeat */
  background: lightblue url("../img/bgvector.jpg");
  background-size: cover;
}
hr{
  border-bottom: #148FCB solid 1px;
  opacity: 0.5;
}

.container {
  margin: 50px auto
}

.panel-heading {
  text-align: center;
  margin-bottom: 10px
}

#forgot {
    min-width: 100px;
    margin-left: auto;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.form-inline label {
    padding-left: 10px;
    margin: 0;
    cursor: pointer
}

.btn.btn-primary {
    margin-top: 20px;
    border-radius: 15px
}

.panel {
    min-height: 380px;
    box-shadow: 20px 20px 80px rgb(218, 218, 218);
    border-radius: 12px
}

.input-field {
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #4343ff
}

input[type='text'],
input[type='password'] {
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%
}

.fa-eye-slash.btn {
    border: none;
    outline: none;
    box-shadow: none
}

img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    position: relative
}

a[target='_blank'] {
    position: relative;
    transition: all 0.1s ease-in-out
}

.bordert {
    border-top: 1px solid #aaa;
    position: relative
}

.bordert:after {
    /* content: "or connect with"; */
    position: absolute;
    top: -13px;
    left: 33%;
    background-color: #fff;
    padding: 0px 8px
}

@media(max-width: 360px) {
    #forgot {
        margin-left: 0;
        padding-top: 10px
    }

    body {
        height: 100%
    }

    .container {
        margin: 30px 0
    }

    .bordert:after {
        left: 25%
    }
}

.input-group-text{
    padding: 2px !important;
    color: #FFF !important;
    background-color: #148FCB !important;
}

.imagenEscudo{
    width: 40% !important;
    margin-left: 30% !important;
    height: auto !important;
}

.iconBack{
    font-size: 40px; 
    color: gray;
}
.iconBack:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: ease;
}


/* MODIFICACION PARA CLASES DE SWEETALERT2 */
.swal2-popup{
    width: 600px !important;
    font-size: 12px !important;
}
.swal2-confirm{
    background-color: #148FCB !important;
}
/*FIN MODIFICACION PARA CLASES DE SWEETALERT2 */


.btnAccion {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-image: linear-gradient(to bottom right, #00c6ff, #0072ff);
    border: none;
    border-radius: 40px;
    box-shadow: 0px 4px 0px #0072ff;
    transition: all 0.2s ease-in-out;
}
.btnAccion:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 0px #0072ff;
}
.btnAccion:active {
    transform: translateY(0px);
    box-shadow: none;
    background-image: linear-gradient(to bottom right, #0072ff, #00c6ff);
}
.btnAccion:before,
.btnAccion:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}
.btnAccion:before {
    top: -3px;
    left: -3px;
    border-radius: 40px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}
.btnAccion:after {
    bottom: -3px;
    right: -3px;
    border-radius: 40px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}



.inputRadio {
    -webkit-appearance: none;
   /* remove default */
    display: block;
    /* margin: 10px; */
    width: 24px;
    height: 24px;
    border-radius: 12px;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: hsla(0,0%,100%,.15) 0 1px 1px, inset hsla(0,0%,0%,.5) 0 0 0 1px;
    background-color: hsla(0,0%,0%,.2);
    background-image: -webkit-radial-gradient( hsla(200,100%,90%,1) 0%, hsl(200deg 92.26% 51.05%) 15%, hsla(200,100%,-100%,.6) 28%, hsla(200,100%,30%,0) 70% );
    background-repeat: no-repeat;
    -webkit-transition: background-position .15s cubic-bezier(.8, 0, 1, 1),
      -webkit-transform .25s cubic-bezier(.8, 0, 1, 1);
    outline: none;
  }
  
  .inputRadio:checked {
    -webkit-transition: background-position .2s .15s cubic-bezier(0, 0, .2, 1),
      -webkit-transform .25s cubic-bezier(0, 0, .2, 1);
  }
  
  .inputRadio:active {
    -webkit-transform: scale(1.5);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0, 0, .2, 1);
  }
  
  
  
  /* The up/down direction logic */
  
  .inputRadio,
  .inputRadio:active {
    background-position: 0 24px;
  }
  
  .inputRadio:checked {
    background-position: 0 0;
  }
  
  .inputRadio:checked ~ .inputRadio,
  .inputRadio:checked ~ .inputRadio:active {
    background-position: 0 -24px;
  }

.itemPie{
  transition: all 0.2s ease-in-out; 
  cursor: pointer;
}
.itemPie:hover{
  transform: scale(1.2) translateY(-5px) !important;
}

#divBotonPasarela{
    display: none;
    text-align: center;    
}

#divBotonPasarela button{
    background-image: linear-gradient(to bottom right, #00c6ff, #0072ff);
}
#divBotonPasarela button:hover{
    transform: translateY(-1px);
    transform: translateX(1px);
    box-shadow: 0px 6px 0px #0072ff;
}
#divBotonPasarela button:active {
    transform: translateY(0px);
    box-shadow: none;
    background-image: linear-gradient(to bottom right, #0072ff, #00c6ff);
}


.imgSuccess{
    width: 30% !important;
    height: auto !important;
    margin-left: 35% !important;
}

.imgClose{
    position: absolute;
    right: 15px;
    top: 0;
}
.imgClose:hover{
    cursor:pointer;
    transform: scale(0.9);
    transition: ease-in-out;
}

.btnBack {
    position: absolute;
    top: 0; /* Posiciona en la parte superior */
    left: 0; /* Posiciona en la parte izquierda */
    margin: 10px; /* Ajusta el margen si lo necesitas */
    z-index: 10; /* Asegura que esté por encima de otros elementos */
}

.itemsDeuda{
    width: 96%;
    margin: auto;
}
.rowTitlesItemsPago {
    background-color: #0B96D1;
    color: #FFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: solid 1px #0b5579;
    border-top: solid 1px #0b5579;
    border-right: solid 1px #0b5579;
}
.rowItemPago {
    padding-top: 10px;
    border-right: solid 1px grey;
    border-left: solid 1px grey;
    padding-right: 10px;
}
.lastRowItemPago {
    border-bottom: solid 1px grey;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.colCheckboxItemPago {
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
}

.imgWallet{
    width: 50% !important;
    height: auto !important;
    border-radius: unset !important;
}

.noValidField{
    border: solid 1px #ff8080; /* Rojo claro */
    background-color: #fff5f5; /* Fondo muy tenue para mayor visibilidad */
    animation: pulseBorder 1s ease-in-out;
}
@keyframes pulseBorder {
    0% {
        border-color: #ff8080;
        box-shadow: 0 0 5px #ff8080;
    }
    50% {
        border-color: transparent;
        box-shadow: 0 0 10px rgba(255, 128, 128, 0.5);
    }
    100% {
        border-color: #ff8080;
        box-shadow: 0 0 5px #ff8080;
    }
}

#timeLeftTrx {
    font-size: 1.5rem; /* Tamaño de fuente grande */
    font-weight: bold; /* Negrita */
    color: #d9534f; /* Rojo suave para alerta */
    background: #fff3f3; /* Fondo rojo muy claro */
    padding: 5px 10px; /* Espaciado interno */
    border-radius: 5px; /* Bordes redondeados */
    display: inline-block; /* Evita que el fondo cubra todo el ancho */
    min-width: 70px; /* Mantiene el tamaño mínimo */
    text-align: center; /* Centrar el texto */
    box-shadow: 0 0 5px rgba(217, 83, 79, 0.5); /* Efecto de sombra */
    transition: all 0.3s ease-in-out; /* Transición suave */
}

.noPointer {
  pointer-events: none;
  opacity: 0.6; /* Opcional: estilo visual para dar apariencia de deshabilitado */
}

.tooltip-inner {
  background-color: #343a40; /* Fondo oscuro */
  color: #fff;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}

.bs-tooltip-top .arrow::before {
  border-top-color: #343a40;
}
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #343a40;
}
.bs-tooltip-left .arrow::before {
  border-left-color: #343a40;
}
.bs-tooltip-right .arrow::before {
  border-right-color: #343a40;
}

#ContenedorSecond {
  position: fixed;
  inset: 0; /* equivalente a top:0; right:0; bottom:0; left:0 */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* centra verticalmente */
  align-items: center; /* centra horizontalmente */
  background: transparent; /* sin fondo */
  z-index: 2;
}

.imglogoGmaDefault {
  width: 180px;
  height: 58px;
  border-radius: 0 !important;
  margin-bottom: 30px; /* espacio entre logo y animación */
}

/* sk-three-bounce */
.sk-three-bounce {
  width: 70px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
