.menu-option {
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .menu-option:hover {
    background-color: #f8f9fa;
    transform: scale(1.02);
  }
  .menu-icon {
    font-size: 3rem;
    width: 80px;
    text-align: center;
  }

input + label{
    padding-left: 18px !important;
  }
  
  select{
    padding-left: 18px !important;
  }
  
  
  .form-control {
      border-radius: 25px;
      padding-left: 18px !important;
  }
  
  .form-select {
      border-radius: 25px;
      padding-left: 18px !important;
  }
  
  input:focus + label {
    color: #888a85;
    padding-left: 18px !important;
  }
  
  .btn{
      border-radius: 25px;
  }
  
  .rounded{
      border-radius: 25px;
  }
  
  .form-control::-webkit-input-placeholder {
    color: #BDBDBD;
  }
  
  
  /* GENERAL */
  
  
  :focus {
    box-shadow: inset 0 -1px 0 #ddd !important;
    outline: none !important;
  }
  
  body {
      font-family: 'Quicksand', sans-serif !important;
      background-color: #ebf0f5;
  }
  
  #login_body{
      font-family: 'Quicksand', sans-serif;
      margin: 0;
      padding: 0;
      height: 100%;
      background-color: #f3f3f3;
  }
  
  .login_body{
      font-family: 'Quicksand', sans-serif;
      color: #fff;
      background-color: black;
      background-position: center center;
      background-attachment: fixed;
      background-size: cover;
      -wekit-background-attachment: fixed;
      -o-background-attachment: fixed;
      -moz-background-attachment: fixed;
  }
  
  .app_body{
      font-family: 'Quicksand', sans-serif;
      background-color: #ebf0f5;
      background-position: center center;
      background-attachment: fixed;
      background-size: cover;
      -wekit-background-attachment: fixed;
      -o-background-attachment: fixed;
      -moz-background-attachment: fixed;
  }
  
  #app_body{
  
      font-family: 'Quicksand', sans-serif;
      background-color: #ebf0f5;
      background-position: center center;
      background-attachment: fixed;
      background-size: cover;
      -wekit-background-attachment: fixed;
      -o-background-attachment: fixed;
      -moz-background-attachment: fixed;
      
  }
  
  a, a:active, a:hover, a:visited, and a:link{
      color :#babdb6;
      text-decoration: none;
  }
  
  .menu-link, .menu-link:active, .menu-link:hover, .menu-link:visited, and .menu-link:link{
      color :#C1C1C1;
      text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
      font-family: 'Montserrat', sans-serif;
      
  }
  
  .c-primary {
      color: #848484 !important;
  }
  
  .c-gray{
      
      color:#848484!important;
  }
  
  .c-white{
      
      color:#fff!important;
  }
  
  .c-red{
      
      color:red!important;
  }
  
  .c-black{
      
      color: #000;
  }
  
  .c-bank2illa{
      color: #BABDB6;
  }
  
  .color-fourth{	
      color:#666;
  }
  
  .text-gray{
          color:#BABDB6!important;
  }
  
  #bank2illa_loader{
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0,0,0,0.5);
      z-index: 100000000;
      color: #ffffff;
  }
  
  
  .bank2illa_loader_content{
  
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(255,255,255,0.7);
      z-index: 100000000;
         color:#848484!important;
      
  }
  
  .custom-file-label,
  .custom-file-label::after {
      height: 50px;
  }
  
  .bg-primary{
     background: black!important;
     color: #fff;
   
  }
  
  .bank2illa-bg-primary{
     background-color: black !important;
     color: #fff;
  }
  
  
  
  .btn-bg-primary:hover, .btn-bg-primary:active, .btn-bg-primary:after{
     background-color: #848484!important;
     color: #848484;
  }
  
  
  .btn{
     background-color: #848484 !important;
     color: #fff;
  }
  
  
  .btn:active{
     background-color: #a2a2a2 !important;
     border-style: none;
     color: #000;
  }
  
  .btn:disabled{
     background-color: RGB(220,220,220) !important;
     border-style: none;
     color: #fff !important;
  }
  .bg-dark{
     background: #848484!important;
     color: #babdb0 !important;
  }
  
  .bg-white{
     background: #FFF;
     color: #000 !important;
  }
  
  
  .btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:after, .btn-primary:active{
     color: #ffffff !important;
     border-color:  #848484!important;
     background: #848484!important;
     border-radius: 25px;
     font-face : 'EastmanTrial';
  }
  
  .btn-secondary, .btn-secondary:focus, .btn-secondary:hover, .btn-secondary:after, .btn-secondary:active{
     color: #848484 !important;
     border-color:  #848484 !important;
     background: #fff !important;
     border-radius: 25px;
  }
  
  .btn-circle {
      width: 55px;
      height: 55px;
      padding: 1px 0px;
      border-radius: 50px;
      text-align: center;
      border-color: #bdbdbd !important;
      border-top-width: 1px;
      border-right-width: 1px;
      border-bottom-width: 1px;
      border-left-width: 1px;
  
  }

  .menu{
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      color: #000;
      background: rgba(0,0,0,0.5);
      z-index: 1000000;
  }
  
  .menu-desktop{
      position: fixed;
      height: 100%;
      left: 0;
      top: 0;
      color: #000;
  }
  
  .menu-content {
      background-color: #babdb6;
      font-size: 30px;
      padding: 10px 10px 10px 10px;	
      width: 76px;
      height: 100%;
      color: #ffffff;
      overflow: auto;	
  }
  
  .menu-content a,.menu-content a:active,.menu-content a:hover,.menu-content a:visited, and .menu-content a:link {
      font-size: 30px;
      color: #ffffff
  }
  
  .transaction_table, .event_table {
    font-size:18px;
    border-radius: 5px !important;
    background-color: #babdb6!important;
  }
  
  .bg-transparent{
  
    border-top: 1px dashed red;
    border-right: 1px dashed red;
    border-bottom: 1px dashed red;
    border-left: 1px dashed red;
    color:red;
    font-size:18px;
  }
  
  .bank2illa-bg-disabled{
     background-color: RGB(220,220,220)!important;
       border-color:#babdb6!important;
     color: #fff!important;
         
  }
  
  .bank2illa-bg-outline{
     background-color: #fff!important;
       border-color:#babdb6!important;
     color: #babdb6!important;
         
  }
  
  /* Camera*/
  
  .screenshot-image {
    width: 100%;
  
  }
  
  .display-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    position: relative;
  }
  
  
  #video_face {
    height: 200%;
    width: 200%;
    position: absolute;
  }
  
  #video_docid {
    width: 100%;
    height: auto;
    position: absolute;
  }
  
  .face_container {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      color: #fff;
      width:300px;
      height:300px;
      border-radius: 50%;
      background-color: #d3d3d3;
      text-decoration: none;
      overflow: hidden;
      z-index: 1;
  }
  
  .docid_container {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      color: #fff;
      width:500px;
      height:250px;
      background-color: #d3d3d3;
      text-decoration: none;
      overflow: hidden;
      z-index: 1;
  }
  
  .screenshot {
      width: 95px;
      height: 95px;
      border-radius: 50%;
      background-color: black;
  }
  
  
  
  .face {
      position: absolute;
      border: 2px solid #FFF;
  }
  
  /* Camera*/
          
          .user_card {
              width: 500px;
              margin-top: 8rem;
              margin-bottom: auto;
              background: black;
              position: relative;
              display: flex;
              justify-content: center;
              flex-direction: column;
              padding: 20px;
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              border-radius: 5px;
  
          }
          .brand_logo_container {
              position: absolute;
              height: 170px;
              width: 170px;
              top: -75px;
              border-radius: 50%;
              background: black;
              padding: 10px;
              text-align: center;
          }
          .brand_logo {
              height: 150px;
              width: 150px;
              border-radius: 50%;
              border: 2px solid white;
          }
          .form_container {
              margin-top: 100px;
          }
   
   profile-head {
      transform: translateY(5rem)
  }
  
  .cover {
      background-color: #000;
      background-size: cover;
      background-repeat: no-repeat
  }
  
  
  input[type="file"]{
      border-radius: 25px;
  }
  
  input[type="checkbox"]:checked {
      
      background-color: #BABDB6 !important;
      border-color: #fff !important;
  }
  input[type="checkbox"]:focus {
      box-shadow: none !important;
  }
  
  .custom-file-input{
      border-radius: 25px;
  }
  
  .custom-file-label{
      border-top-left-radius: 25px;
      border-bottom-left-radius: 25px;
      
  }
  
  label{
      color: #888a85;
  }
  
  textarea{
      min-height: 100px!important;
  }
  /*TEXTO*/
  .text-justify{
      text-align: justify;
  }
  
  .box{
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0,0,0,0.5);
      z-index: 10000;
  }
  
  .box-content {
      background-color: #ffffff;
      padding: 10px 10px 10px 10px;
      float: right;	
      width: 290px;
      height: 100%;
      overflow: auto;
      z-index: 100000;
  }
  
  .nav-link.active {
      background-color: #BABDB6 !important;
      color: white !important; 
  }
  
  .nav-link {
    
      color: #003366; 
  }
  
  
  #group_btn_box{
  
  
      display: flex;
      justify-content: center;
      align-items: center;
        padding: 10px;
  }
  
  
  
   .card-secondary {
        background-color: #3E82E7;
        color: white !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; /* Asegura que el div ocupe toda la altura de su contenedor */
      }
      .card-secondary .icon {
        font-size: 2rem; /* Ajusta el tamaño del icono */
        color: white !important;
      }
  
  
  @media only screen and (max-width: 768px) {
  
      .bank2illa-label::-webkit-input-label{
          font-size: calc(0.8em + 0.5vw);
          
      }
      .bank2illa-label::-webkit-input-label { /* WebKit, Blink, Edge */
         
            font-size: calc(0.8em + 0.5vw);
      }
      .bank2illa-label:-moz-label { /* Mozilla Firefox 4 to 18 */
          
        font-size: calc(0.8em + 0.5vw);
      }
      .bank2illa-label::-moz-label { /* Mozilla Firefox 19+ */
         
             font-size: calc(0.8em + 0.5vw);
      }
      .bank2illa-label:-ms-input-label { /* Internet Explorer 10-11 */
        
        font-size: calc(0.8em + 0.5vw);
      }
      
      .bank2illa-label {
          font-size: calc(0.5em + 0.5vw) !important;
          
      }
      
  }
  
  
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
     .img-header{
      height: 3rem;
          display: block; 
          text-align:left;
          margin-left: 20%;
          }
  }
  
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
     .img-header{
      height: 3rem;
          display: block; 
          text-align:left;
          margin-left: 20%;
          }
  }
  
  .menu-option {
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .menu-option:hover {
    background-color: #f8f9fa;
    transform: scale(1.02);
  }
  .menu-icon {
    font-size: 3rem;
    width: 80px;
    text-align: center;
  }

.setting-title {
    color:black !important;
    font-size:13px;
    margin-left:5px;
}

.setting-text {
    color:#babdb6 !important;
    font-size:12px;
    margin-left:5px;
}
.line-setting {
  border-right: 1px solid #dce1e9;
  height: 75px;
  margin-right:-10px;
}

.card-setting {
height: 120px;

}
.card-shadow {
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);

height:120px;
}

#bankzilla_loader, #bankzilla_modal, #bankzilla_modal_user, #bankzilla_modal_product, #bankzilla_modal_product_safecode, #bankzilla_alert, #bankzilla_1FA, #bankzilla_2FA, #bankzilla_session_warning, #bankzilla_safecode_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  z-index: 100000000;
  color: #848484;
  padding: 5px 5px 5px 5px;
}

.widget-transaction-img{
  max-width: 50%;
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: black;
    color: #f8f9fa;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.curved-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff; /* Fondo blanco */
  color: #000000; /* Letras negras */
  height: 85px;

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  border-bottom-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Sombreado en la parte inferior */
}

  .div-scroll {
      overflow-y: auto;
      overflow-x: hidden;
      max-height: 700px;
      scrollbar-width: none;
      scrollbar-color: #ccc transparent;
      padding: 10px;
      margin-top: 150px;
      text-align: center;
  }
  
  
 

  .card {
      border: none;
      background: #fff;
  }

.card-data {
      border: none;
      background: #fff !important;
  }


  .content {
      margin-bottom: 20px; /* Espacio entre los bloques de contenido */
  }

  .rating input {
      display: none;
  }

  .rating label {
      font-size: 2rem;
      color: #ddd;
      cursor: pointer;
  }

  .rating input:checked ~ label {
      color: #ffcc00; /* Amarillo cuando está marcado */
  }

  .rating input:checked + label {
      color: #ffcc00; /* Amarillo cuando está marcado */
  }

 .tip-buttons button {
  position: relative; /* Necesario para la posición de la capa */
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: none;
  border: 2px solid transparent; /* Borde por defecto */
  font-size: 1.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Oculta la capa fuera del botón */
}

.tip-buttons button:hover {
  transform: scale(1.1);
}

.tip-buttons button.selected {
  border: 2px solid black !important; 
}

.tip-buttons .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95); /* Capa blanca transparente */
  color: black; /* Color rosa para el texto */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem; /* Tamaño del número aumentado */
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
}


.tip-buttons button.selected .overlay {
  opacity: 1; /* Muestra la capa solo si el botón está seleccionado */
}

.btn-primary{
          background-color: #848484 !important;
          border-color: #848484;
          border-radius: 25px;
      }

      /* Estilos adicionales para los iconos */
      .tip-buttons img {
          display: flex;
          margin: 0;
          width: 65px;
          height: 65px;
      }

      #tip-label {
          font-weight: bold;
          color: #848484;
      }

      /* Estilo para el texto "Inscrita desde" */
      .inscription-text {
          font-size: 0.80rem;
          color: #666;
          margin-top: 5px;
      }
      
      img.rounded-circle {
  transform: scale(1.05); /* Aplica un zoom del 5% siempre */
  transition: transform 0.3s ease; /* Transición suave */
}
      .fade-in {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.message-container {
          background-color: #f8f9fa;
          padding: 30px;
          border-radius: 15px;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          text-align: center;
      }

      .message-container h2 {
          color: #333;
          font-size: 2em;
          margin-bottom: 20px;
      }

      .icon-container {
          font-size: 60px;
          color: black;
          margin-bottom: 20px;
      }

      .check-icon {
          font-size: 60px;
          color: #ffcc00;
      }
      
.inscription-text{
  font-size: 15px; 
  color: #fff; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
}
      .custom-input {
  margin: 0; /* Elimina márgenes */
  padding: 0; /* Elimina relleno si es necesario */
  border-radius: 0; /* Asegúrate de que el borde sea consistente */
  flex: 1; /* Permite que el campo de entrada ocupe el espacio restante */
  /* Puedes agregar más estilos específicos aquí si es necesario */
}


@media (max-width: 767px) { /* Bootstrap define 'sm' como ≤ 767px */
  .mobile-margin-top {
      margin-top: -90px; /* Ajusta este valor según tus necesidades */
  }
}


.qr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columnas */
  gap: 20px; /* Espacio entre los códigos QR */
}

.qr {
          width: 2cm;
          height: 2cm;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #000; /* Para ver los bordes del QR */
      }
      
      
      
      #qr_video, #qr_canvas {
  width: 100%;  /* Asegura que el video y canvas ocupen el 100% del contenedor */
  height: auto;
}

@media print {
  .print-hide {
      display: none !important;
  }
  .print-show {
      display: block !important;
  }
}
  

.rotate-down {
    transform: rotate(0deg); /* Orientación inicial */
}

.rotate-up {
    transform: rotate(180deg); /* Giro para apuntar hacia abajo */
}

  
  
  