@import '_content/TAC.Blazor/TAC.Blazor.ejmetwrfz1.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ner3lz9xx5],
.components-reconnect-repeated-attempt-visible[b-ner3lz9xx5],
.components-reconnect-failed-visible[b-ner3lz9xx5],
.components-pause-visible[b-ner3lz9xx5],
.components-resume-failed-visible[b-ner3lz9xx5],
.components-rejoining-animation[b-ner3lz9xx5] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ner3lz9xx5],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ner3lz9xx5],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ner3lz9xx5],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ner3lz9xx5],
#components-reconnect-modal.components-reconnect-retrying[b-ner3lz9xx5],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ner3lz9xx5],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ner3lz9xx5],
#components-reconnect-modal.components-reconnect-failed[b-ner3lz9xx5],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ner3lz9xx5] {
    display: block;
}


#components-reconnect-modal[b-ner3lz9xx5] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ner3lz9xx5 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ner3lz9xx5 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ner3lz9xx5 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ner3lz9xx5]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ner3lz9xx5 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ner3lz9xx5 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ner3lz9xx5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ner3lz9xx5 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ner3lz9xx5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ner3lz9xx5] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ner3lz9xx5] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ner3lz9xx5] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ner3lz9xx5] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ner3lz9xx5] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ner3lz9xx5] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ner3lz9xx5 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ner3lz9xx5] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ner3lz9xx5 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Pages/AppSubscriptionsPage.razor.rz.scp.css */
.subscriptions-page-content[b-pjo1l9f3lg] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    max-width: 700px;
    margin: 0 auto;
    height: 100%;
}

.subscriptions-empty[b-pjo1l9f3lg] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    color: #666;
    font-size: 16px;
}

.subscriptions-list[b-pjo1l9f3lg] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
    overflow-y: auto;
    flex: 1;
}

.subscription-item[b-pjo1l9f3lg] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    transition: background-color 0.2s ease;
}

.subscription-item.selected[b-pjo1l9f3lg] {
    background-color: #f0f7ff;
    border-color: #4a90d9;
}

.subscription-row[b-pjo1l9f3lg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.subscription-name[b-pjo1l9f3lg] {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 5px 0;
}

.subscription-name-spacer[b-pjo1l9f3lg] {
    flex: 1;
}

.subscription-chip[b-pjo1l9f3lg] {
    min-width: 100px;
    padding: 8px 16px;
    border-radius: 20px;
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    white-space: pre-wrap;
    line-height: 1.4;
    transition: all 0.2s ease;
}

.subscription-chip:hover[b-pjo1l9f3lg] {
    background-color: #e8f0fe;
}

.subscription-chip.chip-selected[b-pjo1l9f3lg] {
    background-color: #4a90d9;
    color: #fff;
    border-color: #4a90d9;
}

.subscription-horizontal-group[b-pjo1l9f3lg] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    transition: background-color 0.2s ease;
}

.subscription-horizontal-group.selected[b-pjo1l9f3lg] {
    background-color: #f0f7ff;
    border-color: #4a90d9;
}

.subscription-horizontal-name[b-pjo1l9f3lg] {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 2px 0;
}

.subscription-horizontal-chips[b-pjo1l9f3lg] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.subscription-horizontal-chips .subscription-chip[b-pjo1l9f3lg] {
    min-width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 6px 12px;
}

.subscription-level-column[b-pjo1l9f3lg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px;
    min-height: 150px;
    flex: 1;
}

.subscription-level-icon[b-pjo1l9f3lg] {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}

.subscription-level-description[b-pjo1l9f3lg] {
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 1.4;
}

.chip-label[b-pjo1l9f3lg] {
    font-size: 11px;
    font-weight: 500;
}

.chip-price[b-pjo1l9f3lg] {
    font-size: 10px;
    font-weight: 400;
}

.subscription-quantity-row[b-pjo1l9f3lg] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
}

.quantity-label[b-pjo1l9f3lg] {
    font-size: 14px;
    color: #666;
}

.quantity-input[b-pjo1l9f3lg] {
    width: 80px;
}

.subscription-error[b-pjo1l9f3lg] {
    color: #dc3545;
    font-size: 12px;
    padding: 5px 0;
}

.subscriptions-button-bar[b-pjo1l9f3lg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.btn-back[b-pjo1l9f3lg] {
    min-width: 120px;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    background-color: #6c757d;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-back:hover[b-pjo1l9f3lg] {
    background-color: #5a6268;
}

.btn-next[b-pjo1l9f3lg] {
    min-width: 120px;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    background-color: #4a90d9;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-next:hover[b-pjo1l9f3lg] {
    background-color: #357abd;
}
