.gtab-item{
    width: fit-content;
    height: fit-content;
    padding: 0px;
}

.gtab-item.inactive {
    width: fit-content;
    height: fit-content;
    padding: 0px;
    transform: translate(0px,4px);
}


.gtab-link.inactive {
    cursor: pointer;
    padding: 4px;
    padding-bottom: 0px;
    background-color: #eef;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.gtab-link.disabled {
    cursor: not-allowed;
    padding: 4px;
    padding-bottom: 0px;
    background-color: #ddd;
    color: #777;
    text-decoration: none;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.gtab-link {
    cursor: pointer;
    padding: 4px;
    background-color: #eef;
}

.gtab-link.active {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #ddd;
    cursor: default;
    background-color: var(--color-boton2);
    color: white;
    text-decoration: none;
}

.gtab-link::selection{
    color: rgba(0,0,0,1);
}

.gtab-activa {
    width: 100%;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}