/*Login diseño*/
/* Estilo base del campo de entrada (input) */
.input_recargate {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #FF7600;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    /*background-image: linear-gradient(to right, #faf8f8, #f9fdfd);*/
    background-size: 100% 1px;
    background-position: 0 100%;
    transition: border-bottom-color 0.3s ease; /* Agregamos una transición para el cambio de color */
}

.input_creditcard {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #faf8f8;
    /*background-color: #E2D4DE;*/
    box-shadow: none;
    outline: none;
    /*background-image: linear-gradient(to right, #faf8f8, #f9fdfd);*/
    background-size: 100% 1px;
    background-position: 0 100%;
    /*transition: border-bottom-color 0.3s ease;*/ /* Agregamos una transición para el cambio de color */
}

.iconCard {
    color: #67A3BF;
}
.iconEdit {
    color: #249544;
}
.iconRemove {
    color: #E85374;
}
.iconLock {
    color: #AFAFAF;
}
.fas.fa-info-circle {
    color: #878787;
    font-size: 20px;
}
/* Cambia el cursor al pasar el ratón sobre el icono de bloqueo */
.iconsize:hover {
    cursor: pointer;
}

/*.input_recargate:focus {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #007bff;*/ /* Borde rojo al recibir el enfoque */
/*background-color: transparent;
    box-shadow: none;
    outline: none;
}*/
/* Estilo de fondo normal */
.active_menu {
    /*background-color: #C2C4CA;*/
    transition: background-color 0.2s, opacity 0.2s;
    background-color: rgba(194, 196, 202, 0.3);
}
.menu_icon {
    background: linear-gradient(to right,#ffffff,#ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*color: #5699D1;*/
}
.btn_sendPush:hover {
    background: #C06F8F;
    color: #fff;
}
.btn_sendPush {
    background: #D06586;
    border-radius: 5px;
    color: #fff;
}
.btn_notifications:hover {
    background: #C06F8F;
    color: #fff;
}
.btn_notifications {
    background: #D06586;
    border-radius: 5px;
    color: #fff;
}
.btn_icons {
    color: black;
    transition: color 0.3s;
}
.btn_icons:hover{
    color: #16d2eb;
    
}
ul.menu-sub {
    list-style: none; /* Elimina los puntos de lista de las listas no ordenadas con clase "menu-sub" */
}

ul.menu-sub li {
    list-style: none; /* Elimina los puntos de lista de los elementos li dentro de las listas no ordenadas con clase "menu-sub" */
}

.bg_recargate {
    background: linear-gradient(to bottom right, #5DA9C5, #f05375);
}

.box_card {
    box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
 
}
.bg_card {
    background: linear-gradient(to bottom, #faf8f8, #f9fdfd);
    border-radius: 10px;
}
.custom-card {
    max-width: 700px; /* Define el ancho máximo que deseas para la tarjeta */
    margin: 0 auto; /* Centra horizontalmente la tarjeta en el contenedor */
}
.icon_recargate{
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
}
.texto_recargate{
    color: #B77594;
    font-size: 1.5rem;
    font-weight: 600;
}
.content_recargate {
    background: radial-gradient(#faf8f8, #f9fdfd);
    border-top: 1px solid;
    border-image: linear-gradient(to right,#16d2eb, #f05375);
    border-image-slice: 1;
}
.content_table {
    background: radial-gradient(#faf8f8, #f9fdfd);
    border-top: 1px solid;
    border-image: linear-gradient(to right,#16d2eb, #f05375);
    border-image-slice: 1;
}

.input_date{
    background-color:#faf8f8;
    /*border: #E56B00 1px solid;*/
}

.text_gradient{
    background: #FF6700;
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
}
.card_recargate{
    background: linear-gradient(to right,#16d2eb, #f05375);
    color: #fff;
}

.card_recargate:hover{
    background: linear-gradient(#16d2eb, #f05375);
    color: #fff;
}

.card_inputDate{
    background-color:#fdd1dd;
    border: #DA6081 1px solid;
    border-radius: 5px;
}
.text_card {
    color: #636578;
}
.input_date{

    border-radius: 5px;
}
.input_date:focus {
    outline: none;
    box-shadow: none;
}
.card_inputDate2{
    background-color:#c6f2fc;
    border: #3EBAD5 1px solid;
    border-radius: 5px;
}
.text_cardInput2{
    color: #3EBAD5;
    
}
.descargacvs{
    background-color:#e6dbe6;
}
.descargacvs:hover{
    background-color:#e2cfe2;
}
.text_descargacvs{
    color: #E56B00; 
}
.card_inputDate1{
    background-color:#e7e0e7;
    border: #E56B00 1px solid;
    border-radius: 5px;
}
.text_cardInput1{
    color: #E56B00;
    
}

/*estilo de label tabla*/
.datatables-basic {
   
    color: #9A9A9A;
   
    font-size: 12px;
  
    border: 1px solid;
}

/*.datatables-basic thead th {*/
    /*  background-color: #3EBAD5;
color: #fdfbfc;*/
    /*font-size: 11px;
    padding-left: 5px;
    padding-left: 5px;
    border: 1px solid;
    text-align:center;
}*/
/* Estilos para el campo de b�squeda */


/*.table-container {
    position: relative;
    overflow: hidden;
}*/

.sticky-header {
    position: sticky;
    top: 0;
    /*background-color: #f5f5f5;*/
}
/**/

/* Estilo para cambiar el tamaño de letra de las celdas en la DataTable */
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody td {
    font-size: 12px; /* Cambia el valor según el tamaño de letra deseado */
}

/* Estilos para el texto de la etiqueta cuando el campo tiene contenido */
.input-field .form-floating input:not(:placeholder-shown) + label {
    color: #6e7272;
    /*Cambia el color de la etiqueta cuando el campo tiene contenido*/
}


/*estilos de las card por operador*/
.card-claro {
    border-radius: 10px;
    border: 2px solid #E21A23;
    color: #E21A23;
    background: linear-gradient(to bottom, #faf8f8, #f9fdfd);
}

.card-movistar {
    border-radius: 10px;
    border: 2px solid #5CC90A;
    color: #5CC90A;
    background: linear-gradient(to bottom, #faf8f8, #f9fdfd);
}

.card-digicel {
    border-radius: 10px;
    border: 2px solid #FF0962;
    /*border: 2px solid transparent;*/ /* Borde transparente para mantener el espacio */
    /*border-image: linear-gradient(45deg, #16d2eb, #f05375);
    border-image-slice: 1;*/
    color: #FF0962;
    background: linear-gradient(to bottom, #faf8f8, #f9fdfd);
}

.card-tigo {
    border-radius: 10px;
    border: 2px solid #093A87;
    color: #093A87;
    background: linear-gradient(to bottom, #faf8f8, #f9fdfd);
}
.card-Movil {
    border-radius: 10px;
    border: 2px solid #FF4D1A;
    color: #FF4D1A;
    background: linear-gradient(to bottom, #faf8f8, #f9fdfd);
}
/* SPINER  */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Fondo semitransparente */
    z-index: 1000; /* Asegura que est� encima de otros elementos */
}
#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001; /* Asegura que est� encima del overlay */
}
/* From Uiverse.io by Cebucoder */ 
.loader {
    width: 350px;
    height: 180px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px;
    box-shadow: 2px 2px 10px -5px lightgrey;
  }
  .loading {
    width: 100%;
    height: 10px;
    background: lightgrey;
    border-radius: 10px;
    position: relative;
  }
  .loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 10px;
    background: linear-gradient(to right,#385A7C, #385A7C);
    border-radius: 10px;
    z-index: 1;
    animation: loading 0.6s alternate infinite;
  }
  .textLoader {
    color: linear-gradient(#385A7C, #385A7C);
    font-size: 18px;
    animation: bit 0.6s alternate infinite;
  }
  
  @keyframes bit {
    from {
      opacity: 0.3;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes loading {
    0% {
      left: 25%;
    }
    100% {
      left: 50%;
    }
    0% {
      left: 0%;
    }
  }
  #tooltip {
    position: absolute;
    right: -135px;
    opacity: 0;
    border: #385A7C 1px solid;
    color: #385A7C;
    box-shadow: 2px 2px 10px #385A7C;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .2s;
    pointer-events: none;
    letter-spacing: 0.5px;
}

    #tooltip::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background-color: #FFF;
        background-size: 1000%;
        background-position: center;
        transform: rotate(45deg);
        left: -5%;
        transition-duration: .3s;
    }

.Btn:hover #tooltip {
    opacity: 1;
    transition-duration: .3s;
}

.labelFile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 250px;
    border: 2px dashed #ccc;
    align-items: center;
    text-align: center;
    padding: 5px;
    color: #404040;
    cursor: pointer;
}
.input-field {
    display: flex;
    flex-direction: column;
    align-items: space-between;
    gap: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.labelFile:hover {
    border: 2px dashed #3BC077;
}

.labelFile:focus {
    border: 2px dashed #3BC077;
}
.custum-file-upload {
    display: flex;
    flex-direction: column;
    align-items: space-between;
    gap: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 2px dashed #cacaca;
    background-color: rgba(255, 255, 255, 1);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0px 48px 35px -48px rgba(0,0,0,0.1);
  }
  .custum-file-upload:hover{
    border: 2px dashed #385A7C;
  }
  .custum-file-upload:focus{
    border: 2px dashed #385A7C;
  }
  .custum-file-upload .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .custum-file-upload .icons svg {
    fill:#385A7C;
  }
  
  .custum-file-upload .text {
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .custum-file-upload .text span {
  color: rgba(75, 85, 99, 1);
  }
  
  .custum-file-upload input {
  display: none;
  }
  .icons svg {
    height: 70px;
  }

  
#imgload {
    max-width: 30%;
    display: none; /* Oculto inicialmente */
  }
  .input {
      max-width: 190px;
      display: none;
  }
  
  .labelFile {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 250px;
      border: 2px dashed #ccc;
      align-items: center;
      text-align: center;
      padding: 5px;
      color: #404040;
      cursor: pointer;
  }
  .input-field {
      display: flex;
      flex-direction: column;
      align-items: space-between;
      gap: 20px;
      cursor: pointer;
      align-items: center;
      justify-content: center;
  }
  .labelFile:hover {
      border: 2px dashed #3BC077;
  }
  
  .labelFile:focus {
      border: 2px dashed #3BC077;
  }
  
  .Btn {
      width: 50px;
      height: 50px;
      border: none;
      border-radius: 50%;
      background-color:#FFF;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      position: relative;
      transition-duration: .3s;
      box-shadow: 2px 2px 10px #385A7C;
  }
  
  .svgIcon {
      color: #385A7C;
  }
  
  .icon2 {
      width: 18px;
      height: 5px;
      border-bottom: 2px solid #385A7C;
      border-left: 2px solid #385A7C;
      border-right: 2px solid #385A7C;
  }
  