@import '_content/Vitarish.Interfaces.Accounts/Vitarish.Interfaces.Accounts.pk1abgshkz.bundle.scp.css';
@import '_content/Vitarish.Interfaces.Base/Vitarish.Interfaces.Base.n87ki0payd.bundle.scp.css';
@import '_content/Vitarish.Sea.Interface/Vitarish.Sea.Interface.ac4zl0re06.bundle.scp.css';

/* /Components/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4grh5rpwuj],
.components-reconnect-repeated-attempt-visible[b-4grh5rpwuj],
.components-reconnect-failed-visible[b-4grh5rpwuj],
.components-pause-visible[b-4grh5rpwuj],
.components-resume-failed-visible[b-4grh5rpwuj],
.components-rejoining-animation[b-4grh5rpwuj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4grh5rpwuj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4grh5rpwuj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4grh5rpwuj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4grh5rpwuj],
#components-reconnect-modal.components-reconnect-retrying[b-4grh5rpwuj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4grh5rpwuj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4grh5rpwuj],
#components-reconnect-modal.components-reconnect-failed[b-4grh5rpwuj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4grh5rpwuj] {
    display: block;
}

#components-reconnect-modal[b-4grh5rpwuj] {
    position: fixed;
    margin: 20vh auto;
    z-index: 10000;
    padding: 0;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    animation: modalSlideIn-b-4grh5rpwuj 0.3s ease-out;
}

    #components-reconnect-modal[b-4grh5rpwuj]::backdrop {
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(4px);
        animation: backdropFadeIn-b-4grh5rpwuj 0.3s ease-out;
    }

.components-reconnect-container[b-4grh5rpwuj] {
    padding: 32px 40px;
    min-width: 320px;
    max-width: 420px;
    text-align: center;
    color: #ffffff;
}

.components-rejoining-animation[b-4grh5rpwuj] {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
    height: 40px;
    align-items: center;
}

    .components-rejoining-animation div[b-4grh5rpwuj] {
        width: 12px;
        height: 12px;
        background: #ffffff;
        border-radius: 50%;
        animation: bounce-b-4grh5rpwuj 1.4s infinite ease-in-out both;
    }

        .components-rejoining-animation div:nth-child(1)[b-4grh5rpwuj] {
            animation-delay: -0.32s;
        }

        .components-rejoining-animation div:nth-child(2)[b-4grh5rpwuj] {
            animation-delay: -0.16s;
        }

@keyframes bounce-b-4grh5rpwuj {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.5;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.components-reconnect-container p[b-4grh5rpwuj] {
    margin: 16px 0;
    font-size: 16px;
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

p.components-reconnect-first-attempt-visible[b-4grh5rpwuj] {
    font-size: 18px;
    font-weight: 600;
}

    p.components-reconnect-first-attempt-visible[b-4grh5rpwuj]::before {
        content: '🧭';
        display: block;
        font-size: 88px;
        animation: float-b-4grh5rpwuj 2s ease-in-out infinite;
    }

p.components-reconnect-failed-visible[b-4grh5rpwuj]::before {
    content: '⚠️';
    display: block;
    font-size: 88px;
}

p.components-pause-visible[b-4grh5rpwuj]::before {
    content: '⏸️';
    display: block;
    font-size: 88px;
}

#components-seconds-to-next-attempt[b-4grh5rpwuj] {
    display: inline-block;
    min-width: 20px;
    font-weight: 700;
    color: #ffd93d;
}

#components-reconnect-button[b-4grh5rpwuj],
#components-resume-button[b-4grh5rpwuj] {
    margin: auto;
    padding: 12px 24px;
    background: #ffffff;
    color: #313f7f;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

    #components-reconnect-button:hover[b-4grh5rpwuj],
    #components-resume-button:hover[b-4grh5rpwuj] {
        background: #f0f0f0;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }

    #components-reconnect-button:active[b-4grh5rpwuj],
    #components-resume-button:active[b-4grh5rpwuj] {
        transform: translateY(0);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

button[b-4grh5rpwuj]::before,
button[b-4grh5rpwuj]::after {
    content: none !important;
}

@keyframes modalSlideIn-b-4grh5rpwuj {
    from {
        opacity: 0;
        transform: translate(-50%, -48%) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes backdropFadeIn-b-4grh5rpwuj {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes float-b-4grh5rpwuj {
    0%, 100% {
        transform: translateY(0) rotate(0deg) rotateZ(-15deg);
    }

    50% {
        transform: translateY(-20px) rotate(10deg) rotateZ(8deg);
    }
}

@media (max-width: 480px) {
    .components-reconnect-container[b-4grh5rpwuj] {
        padding: 24px 28px;
        min-width: 280px;
    }

        .components-reconnect-container p[b-4grh5rpwuj] {
            font-size: 15px;
        }
}
