.body-gestion-componentes{
    background-color: #ecebeb;
}

/*DISEÑO BOTONES PAGINA GESTION COMPONENTES Y CATEGORIA*/
.color-gestion-boton-1{
    background-color: #bbd4ef !important;
    color: #000000 !important;
}
.color-gestion-boton-1:hover{    
    background-color: #1d70b5 !important;
    color: #ffffff !important;
}
.color-gestion-boton-1:hover path{
    fill: #ffffff !important;
}

.color-gestion-boton-2{
    background-color: #c3ecd4 !important;
    color: #000000 !important;
}
.color-gestion-boton-2:hover{    
    background-color: #61b784 !important;
    color: #ffffff !important;
}
.color-gestion-boton-2:hover path{
    fill: #ffffff !important;
}

.color-gestion-iconos{
    width: 30px !important; 
    height: 30px !important;  
}
/*Borde redondo botones grupo*/
.btn-group > .btn:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.btn-group > .btn:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/*DISEÑO FORM PARA COMPONENTE */
.dropzone {
    border: 2px dashed #ced4da;
    border-radius: .5rem;
    min-height: 140px;
    cursor: pointer;
    transition: border-color .15s ease, background-color .15s ease;
}
.dropzone:hover,
.dropzone:focus-visible {
    border-color: #86b7fe;
    background-color: #f8f9fa;
    outline: none;
}
.dropzone.dragover {
    border-color: #0d6efd;
    background-color: #eef5ff;
}
.preview-box {
    min-height: 140px;
    overflow: hidden;
}
.preview-box img {
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
}
.remove-btn {
    position: absolute;
    top: 4px;
    right: 4px;
}
.char-counter {
    position: absolute;
    bottom: 6px;
    right: 10px;
    font-size: .75rem;
    color: #6c757d;
    background: rgba(255,255,255,.85);
    padding: 0 2px;
    pointer-events: none;
}

/*DISEÑO BOTONES PAGINA GESTION editar y eliminar TABLA*/
.color-gestion-boton-edit {
    background-color: #fff !important;
    border: 3px solid #1672b5 !important;
    color: #000000 !important;
}
.color-gestion-boton-edit:hover{    
    background-color: #1672b5 !important;
    color: #ffffff !important;
}
.color-gestion-boton-edit:hover path{
    fill: #ffffff !important;
}

.color-gestion-boton-delete{
    background-color: #fff !important;
    border: 3px solid #b32023 !important;
    color: #000000 !important;
}
.color-gestion-boton-delete:hover{    
    background-color: #b32023 !important;
    color: #ffffff !important;
}
.color-gestion-boton-delete:hover path{
    fill: #ffffff !important;
}

.color-gestion-boton-edit,
.color-gestion-boton-delete {
    padding: 0.10rem 0.2rem !important; 
}

.color-gestion-iconos-tabla{
    width: 30px !important; 
    height: 30px !important;  
    transform: scale(1.9) !important; 
}

/*TAMAÑO DE LETRA DE LA TABLA DE GESTION*/
#tabla, #tabla2 {
    font-size: 0.875rem !important; 
}

/*ICONOS AL LADO DE LOS TITULOS DE LAS CARD TABLA*/
.icono-table-titulo{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem; 
    height: 3rem;
    padding: 0.5rem;
}