
  .btn-nuevaSolicitud {
        background-color: #5cb85c;
        border:none;
        color: #fff;
        font-weight: 600;
        border-radius: 0.375rem;
        transition: all 0.3s ease;
    }

    .btn-nuevaSolicitud:hover {
        background-color: #008000;
        color: #fff;
        transform: scale(1.03);
    } 
    
       .btn-save {
         background-color: #5cb85c;
        border:none;
        color: #fff;
        font-weight: 600;
        border-radius: 0.375rem;
        transition: all 0.3s ease;
    }
    .btn-save:hover {
        background-color: #2f7f2f;
        color: white; 
        transform: scale(1.03);
    }
     .btn-buscar {
        background-color: #337ab7;
        border:none;
        color: #fff;
        font-weight: 600;
        border-radius: 0.375rem;
        transition: all 0.3s ease;
    }
    /* Cuando NO está seleccionado: poner borde */
        .btn-check:not(:checked) + .btn-buscar {
        border: 2px solid #337ab7 !important;
        color: #337ab7 !important;
        background-color: transparent !important;
        }

        /* Cuando SÍ está seleccionado */
        .btn-check:checked + .btn-buscar {
        background-color: #337ab7 !important;
        color: #fff !important;
        border: 2px solid #337ab7 !important;
        }
    .btn-seguimiento {
        background-color: #5bc0de;
        border:none;
        color: #fff;
        font-weight: 600;
        border-radius: 0.375rem;
        transition: all 0.3s ease;
    }
    .btn-seguimiento:hover {
        background-color: #328eaa;
        color: #fff;
        transform: scale(1.03);
    }
    .btn-buscar:hover {
        background-color: #204e75;
        color: #fff;
        transform: scale(1.03);
    } 

    .btn-limpiar {
        color: #333;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 0.375rem; 
        transition: all 0.3s ease;
    }

    .btn-limpiar:hover {
        background-color: #e6e6e6;
        border-color: #adadad;
        color: #000;
    } 

     .btn-enviar {
        background-color: #5cb85c;
        border:none;
        color: #fff;
        font-weight: 600;
        border-radius: 0.375rem;
        transition: all 0.3s ease;
    }

    .btn-enviar:hover {
        background-color: #2f7f2f;
        color: white;
    } 

     .btn-cerrar {
        background-color: #d9534f;
        border:none;
        color: #fff;
        font-weight: 600;
        border-radius: 0.375rem;
        transition: all 0.3s ease;
    }

    .btn-cerrar:hover {
        background-color: #8f2a2c;
        color: #fff;
        transform: scale(1.03);
    } 



    .btn-solicitudPrecios {
            background-color: #337ab7;
            border:none;
            color: #fff;
            font-weight: 600;
            border-radius: 0.375rem;
            transition: all 0.3s ease;
        }

    .btn-solicitudPrecios:hover {
            background-color: #204e75;
            color: #fff;
            transform: scale(1.03);
        } 

    .btn-solicitud-Ver-cotizacion {
            background-color: #5bc0de;
            color: #fff;
            font-weight: 600;
            border-radius: 0.375rem;
            transition: all 0.3s ease;
        }

     .btn-guardar {
            background-color: #6c757d;
            border:none;
            color: #fff;
            font-weight: 600;
            border-radius: 0.375rem;
            transition: all 0.3s ease;
        }

    .btn-guardar:hover {
            background-color: #505860;
            color: white;
        } 

    .btn-outline-agregarProducto {
            background-color: transparent;
            border: 2px solid #5cb85c;
            color: #5cb85c;
            font-weight: 600;
            border-radius: 0.375rem;
            transition: all 0.3s ease;
        }

    .btn-outline-agregarProducto:hover {
            background-color: #5cb85c;
            color: #fff;
            border-color: #5cb85c;
            transform: scale(1.03);
        }
     .btn-outline-prospecto {
            background-color: transparent;
            border: 2px solid #5bc0de;
            color: #5bc0de;
            font-weight: 600;
            border-radius: 0.375rem;
            transition: all 0.3s ease;
        }
      .btn-outline-prospecto:hover {
          background-color: #5bc0de;
          color: #fff;
          border-color: #5bc0de;
          transform: scale(1.03);
      }

    .btn-rechazarsolicitud {
        background-color: #f0ad4e;
        border: none;
        color: #fff;
        font-weight: 600;
        border-radius: 0.375rem;
        transition: all 0.3s ease;
        }

    .btn-rechazarsolicitud:hover {
            background-color: #c28a3c;
            color: #fff;
            transform: scale(1.03);
        } 
    .table-12 {
    font-size: 12px;
        }
    .btn-cliente-prospecto {
        background-color: #28a745;
        border:none;
        color: #fff;
        font-weight: 600;
        border-radius: 0.375rem;
        transition: all 0.3s ease;
    }
    .btn-cliente-prospecto:hover {
        background-color: #1e7e34;
        color: #fff;
        transform: scale(1.03);
    }
    .btn-editar {
        background-color: #f0ad4e;
        border:none;
        color: #fff;
        font-weight: 600;
        border-radius: 0.375rem;
        transition: all 0.3s ease;
    }
    .btn-editar:hover {
        background-color: #c28a3c;
        color: #fff; 
        transform: scale(1.03);
    }
    .btn-eliminar {
        background-color: #dc3545;
        border:none;
        color: #fff;
        font-weight: 600;
        border-radius: 0.375rem;
        transition: all 0.3s ease;
    }
    .btn-eliminar:hover {
        background-color: #a71d2a;
        color: #fff;
        transform: scale(1.03);
    }

    .texto-pequeno {
    font-size: 0.85rem; /* Ajusta al tamaño que necesites */
    }

    .visita-titulo {
    color: #337ab7 !important;
    }
    .white-space-normal {
        white-space: normal !important;
    }
    .link-ubicacion {
    color: #337ab7 !important;
    font-weight: 600;
    text-decoration: none;
    }

    .link-ubicacion:hover {
        text-decoration: underline;
        color: #285f8f !important;
    }

    .bg-custom-lightblue {
    background-color: #E6F2F7 !important;
    color: #204E75 !important; /* Puedes ajustar el color del texto si quieres */
    }

/* VISTA MÓVIL */
@media (max-width: 576px) {

  /* Input arriba */
  .input-group {
     /* display: flex;
    flex-direction: column;  */
    width: 100%;
  }

   /* Fila de botones juntos */
  .btns-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .btns-row .btn-buscar {
    white-space: nowrap;
    flex: 1; /* todos ocupan espacio igual */
    text-align: center;
    padding: 6px 4px;
  }

  /* Evitar que se estiren al 100% */
  .btns-row > * {
    flex: 1;
  }
  
  #searchInput {
    width: 100%;
    margin-bottom: 8px;
    border-radius: 8px;
  }

  /* Botones radio + botón Buscar en una sola fila */
  .input-group .btn-group,
  .input-group + .d-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 6px;
    margin: 0 !important;
  }

  /* Botones radio ocupan 1/3 cada uno */
  .btn-group.w-100 label {
    flex: 1;
    padding: 8px 4px;
    font-size: 12px;
    border-radius: 8px !important;
    text-align: center;
  }

  /* Botón Buscar ocupa 1/3 también */
  .input-group + .d-flex button {
    flex: 1;
    margin: 0;
    padding: 8px 4px;
    font-size: 12px;
    border-radius: 8px !important;
  }
}

/* VISTA ESCRITORIO */
@media (min-width: 577px) {

  .input-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

 #searchInput {
    width: 580px;
    flex: none;
    border-radius: 8px;
    }

  .btn-group.w-100 {
    display: flex;
    width: auto !important;
    gap: 6px;
  }

  .btn-group.w-100 label {
    border-radius: 8px !important;
    white-space: nowrap;
  }

  #searchButton {
    width: auto;
    margin-top: 10px;
    white-space: nowrap;
  }
}

/* Separación entre "Con existencias" y "Todo" */
.btn-group {
  display: flex;
  gap: 8px;
}

.btn-group label {
  border-radius: 8px !important;
}
/* Unificar botón Buscar y botones radio */
.btn-buscar {
  height: 34px !important;
  padding: 6px 14px !important;
  font-size: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  line-height: 1 !important;
}

/* Asegurar que los labels de radio sean igual de altos */
.btn-group.w-100 label {
  height: 34px !important;
  padding: 6px 14px !important;
  font-size: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  line-height: 1 !important;
}
/* Alinear el botón Buscar verticalmente con los radios */
.input-group + .d-flex {
  align-items: center !important;
  margin-top: 0 !important;
}

#searchButton {
  margin-top: 0 !important;
}

.icon-rotate {
  transition: transform 0.25s ease;
}

.icon-rotate.rotated {
  transform: rotate(180deg);
}

/* Estilos para botones */








