/* Estado: Activa */
.subscription-active {
    background-color: #d4edda; /* Verde claro */
    border: 1px solid #c3e6cb;
    color: #155724;

}

/* Estado: Pendiente de Pago */
.subscription-on-hold {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    animation: pulse 1.5s infinite; /* Añade la animación */
}

/* Animación de pulsación */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Estado: Pendiente de Confirmación */
.subscription-pending {
    background-color: #d1ecf1; /* Azul claro */
    border: 1px solid #bee5eb;
    color: #0c5460;

}

/* Estado: Cancelada */
.subscription-cancelled {
    background-color: #f8d7da; /* Rojo claro */
    border: 1px solid #f5c6cb;
    color: #721c24;


}

/* Estado: Expirada */
.subscription-expired {
    background-color: #e2e3e5; /* Gris claro */
    border: 1px solid #d6d8db;
    color: #383d41;

}

/* Estado: En Papelera */
.subscription-trash {
    background-color: #f5f5f5; /* Gris más claro */
    border: 1px solid #ddd;
    color: #6c757d;

}



#headerwrap.fixed-header:before {
    -webkit-backdrop-filter: none!important;
    backdrop-filter:none!important;
}
a.add-new-project-btn {
    background: #fff;
    display: inline-block;
    width: fit-content;
    padding: 0 1em;
    border-radius: 1em;
}
.afterheader {
    background: #f2f2f2;

}


a.boton-crear-ticket svg {
    width: 18px;
}

a.boton-crear-ticket:hover {
    opacity: 0.8;
}

span.collaborator-subscription {
    background: bisque;
    border-radius: 2em;
    padding: 0 1em;
}
a.boton-crear-ticket {
    background: lemonchiffon;
    width: fit-content;
    padding: 0 1em;
    border-radius: 31em;
    display: flex;
    gap: 12px;
    align-items: center;
    color: #000;
}
.tgwc-user-avatar.tgwc-user-avatar--vertical-aligned {
background: #fafafa;
    gap: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 1em;
    margin: 1em 0;
}

.logged-in.woocommerce-account.tgwc-woocommerce-customize-my-account #tgwc-woocommerce.woocommerce .tgwc-user-avatar {
    padding: 5%!important;
}




.woocommerce-MyAccount-navigation-link--subscriptions .tgwc-icon {
    color: #FF6F61; /* Rosa saturado */
}

.woocommerce-MyAccount-navigation-link--orders .tgwc-icon {
    color: #FFB347; /* Naranja post-it */
}

.woocommerce-MyAccount-navigation-link--edit-address .tgwc-icon {
    color: #77DD77; /* Verde post-it */
}

.woocommerce-MyAccount-navigation-link--payment-methods .tgwc-icon {
    color: #779ECB; /* Azul post-it */
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

a.woocommerce-button.button.pay {
    animation: pulse 2s infinite;
    animation-timing-function: ease-in-out;
}

.woocommerce-MyAccount-navigation-link--edit-account .tgwc-icon {
    color: #FFD1DC; /* Rosa suave saturado */
}

.woocommerce-MyAccount-navigation-link--customer-logout .tgwc-icon {
    color: #607D8B; /* Amarillo post-it */
}

.tgwc-user-info a.button {

    display:none!important;
}

h4.tgwc-user-id {text-transform: initial;letter-spacing: inherit;}
.afterheader {
    display: flex;
    justify-content: space-between;
    align-content: center;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin; /* Para navegadores como Firefox */
    scrollbar-color: #888 transparent; /* Color de la barra y el fondo */
}

.afterheader::-webkit-scrollbar {
    height: 4px; /* Altura de la barra de scroll */
}

.afterheader::-webkit-scrollbar-thumb {
    background-color: #888; /* Color de la barra de scroll */
    border-radius: 10px; /* Bordes redondeados */
    visibility: hidden; /* Ocultar la barra de scroll por defecto */
}

.afterheader::-webkit-scrollbar-track {
    background-color: transparent; /* Fondo transparente */
}

.afterheader:hover::-webkit-scrollbar-thumb {
    visibility: visible; /* Mostrar la barra de scroll solo al hacer hover o scroll */
}
.wrap-user-info {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 12px;
}
.container-user-info {
    font-size: small;
    display: inline-flex;
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
    margin-left: 12px;
}

.container-user-info img {
    flex-shrink: 0;
    margin-right: 10px; /* Espacio entre la imagen y el texto */
}

.container-user-info .username,
.container-user-info span {
    flex-shrink: 0;
    margin-right: 10px; /* Espacio entre los textos */
    white-space: nowrap;
}

.register-message {
    padding: 1em;
    text-align: center;
    line-height: 1.2em;
    background: #fff;
    max-width: 666px;
    border-radius: 6px;
    margin: 12px auto;
}
.register-message a {
    color: #c34301;
}


.container-user-info img {
    margin-right: 1em;
    border-radius: 95%;
}

.container-user-info span.username {
    margin-right: 1em;
   
}


.container-user-info a.subscription-item {
    padding: 6px 16px;
    border-radius: 2em;
    color: #000;
    display: table;
}
a.subscription-item {
    line-height: 1em;
}

.container-user-info a.subscription-item:hover {
    opacity: 0.5;
}


.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid hsla(0,0%,71%,.2);
    font-size: small;
}

.container-user-info img {
    border-radius: 50%;

}






.form-row.place-order label {
    font-size: initial;
    text-transform: initial;
}
.checkout h3 {
    font-size: larger;
    margin-top: 2%;
}
button#place_order {
    display: block;
    background: #000;
    border-radius: 6px;
    text-transform: unset;
    letter-spacing: inherit;
    width: 100%;
    margin: 0 auto;
    padding: 1em 2em;
    color: #fff;
    transition: background 0.3s ease, transform 0.3s ease;
}

button#place_order:hover {
    background: #000; /* Cambia el color de fondo al hacer hover */
color:#fff;
    transform: scale(1.05); /* Efecto de escala suave */
}


.detallesuscripcion {
    margin: 2% 0%;
    border-radius: 0.6em;
    text-align: center;
    background: lightyellow;
}

.order-item, .order-tax {
    padding: 2%;
    margin: 2% 0%;
    border-radius: 0.6em;
    text-align: center;
    background: #f2f2f2;
    font-size: medium;
    display: flex;
    color: #000;
}


span.product-name {
    flex: 25%;
text-align:left;
}

span.product-quantity {
    flex: 25%;
text-align:left;

}

span.product-price {
    flex: 50%;
    text-align: right;
}



.order-total {
    flex: 50%;
    text-align: right;
}

.order-subtotal {
    flex: 25%;
text-align:left;

}

.order-taxes {
    flex: 25%;
text-align:left;

}


input#custom_identifier {
    font-size: x-large;
    width: 100%;
}



.product-tax {
    font-size: small;
    color: gray;
}
span#custom_identifier_display {
    font-size: x-large;
    color: #000;
    font-weight: bold;
}

div#product-details {
    display: flex;
    justify-content: flex-end;
    padding: 2%;
    border-radius: 1em;
    color: #000;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.05), 0 4px 6px 0 rgba(0,0,0,.02);
    border: 1px solid #00000024;
    flex-direction: column;
}
div#product-details .product-image {
    padding: 10%;
}
.produprecio {
    display: flex;
    width: 100%;
    gap: 6px;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
}
.checkout-columna-pay {
    padding: 2%;
    border-radius: 1em;
    width: 670px;
    max-width: 100%;
}
.checkout-steps li {
    padding: 1em 2em;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 1px solid #000;
    background: #fff;
    color: #000;
}


.checkout-steps li.active {
    background-color: #000;
    color: #fff;
    transform: scale(1.05);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.button-next {
    margin-top: 20px;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.button-next:hover {
    background-color: #333;
    transform: scale(1.05);
}

@media (max-width: 768px) {

div#product-details {
    display: none;
}

}
