/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-of61pz86aa] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-of61pz86aa] {
    flex: 1;
}

.sidebar[b-of61pz86aa] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-of61pz86aa] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-of61pz86aa]  a, .top-row[b-of61pz86aa]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-of61pz86aa]  a:hover, .top-row[b-of61pz86aa]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-of61pz86aa]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-of61pz86aa] {
        justify-content: space-between;
    }

    .top-row[b-of61pz86aa]  a, .top-row[b-of61pz86aa]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-of61pz86aa] {
        flex-direction: row;
    }

    .sidebar[b-of61pz86aa] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-of61pz86aa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-of61pz86aa]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-of61pz86aa], article[b-of61pz86aa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-of61pz86aa] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-of61pz86aa] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-sdyvsafjq4],
.components-reconnect-repeated-attempt-visible[b-sdyvsafjq4],
.components-reconnect-failed-visible[b-sdyvsafjq4],
.components-pause-visible[b-sdyvsafjq4],
.components-resume-failed-visible[b-sdyvsafjq4],
.components-rejoining-animation[b-sdyvsafjq4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-sdyvsafjq4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-sdyvsafjq4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-sdyvsafjq4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-sdyvsafjq4],
#components-reconnect-modal.components-reconnect-retrying[b-sdyvsafjq4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-sdyvsafjq4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-sdyvsafjq4],
#components-reconnect-modal.components-reconnect-failed[b-sdyvsafjq4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-sdyvsafjq4] {
    display: block;
}


#components-reconnect-modal[b-sdyvsafjq4] {
    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-sdyvsafjq4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-sdyvsafjq4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-sdyvsafjq4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-sdyvsafjq4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-sdyvsafjq4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-sdyvsafjq4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-sdyvsafjq4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-sdyvsafjq4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-sdyvsafjq4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-sdyvsafjq4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-sdyvsafjq4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-sdyvsafjq4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-sdyvsafjq4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-sdyvsafjq4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-sdyvsafjq4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-sdyvsafjq4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-sdyvsafjq4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-sdyvsafjq4 {
    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;
    }
}
/* /Components/Pages/CreatePackage.razor.rz.scp.css */
body[b-7ccpkswlao] {
}
.create-wrapper[b-7ccpkswlao] {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}


.create-card[b-7ccpkswlao] {
    background: white;
    border-radius: 28px;
    padding: 35px;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}



.create-header[b-7ccpkswlao] {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}


.icon-box[b-7ccpkswlao] {
    width: 65px;
    height: 65px;
    background: #eff6ff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}



.create-header h1[b-7ccpkswlao] {
    margin: 0;
    font-size: 32px;
}



.create-header p[b-7ccpkswlao] {
    margin-top: 5px;
    color: #64748b;
}





.input-group[b-7ccpkswlao] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}



    .input-group label[b-7ccpkswlao] {
        font-weight: 600;
        color: #334155;
    }



input[b-7ccpkswlao],
textarea[b-7ccpkswlao] {
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 14px;
    font-size: 15px;
    outline: none;
}


    input:focus[b-7ccpkswlao],
    textarea:focus[b-7ccpkswlao] {
        border-color: #2563eb;
    }





.divider[b-7ccpkswlao] {
    height: 1px;
    background: #e2e8f0;
    margin: 25px 0;
}





.section-title[b-7ccpkswlao] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



    .section-title span[b-7ccpkswlao] {
        color: #64748b;
    }




.site-card[b-7ccpkswlao] {
    background: #f8fafc;
    padding: 22px;
    border-radius: 22px;
    margin-top: 20px;
}



.site-header[b-7ccpkswlao] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}



    .site-header h3[b-7ccpkswlao] {
        margin: 0;
    }





.remove-btn[b-7ccpkswlao] {
    border: none;
    background: #fee2e2;
    color: #dc2626;
    padding: 8px 14px;
    border-radius: 12px;
    cursor: pointer;
}




.add-site-btn[b-7ccpkswlao] {
    width: 100%;
    margin-top: 15px;
    padding: 14px;
    border-radius: 15px;
    border: 2px dashed #93c5fd;
    background: #eff6ff;
    color: #2563eb;
    cursor: pointer;
}





.bottom-actions[b-7ccpkswlao] {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}



.create-btn[b-7ccpkswlao] {
    flex: 1;
    background: #2563eb;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 15px;
    font-size: 16px;
    cursor: pointer;
}



.back-btn[b-7ccpkswlao] {
    background: #f1f5f9;
    border: none;
    padding: 15px 25px;
    border-radius: 15px;
    cursor: pointer;
}



.error[b-7ccpkswlao] {
    color: #dc2626;
}


.success[b-7ccpkswlao] {
    color: #16a34a;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-wrapper[b-d0deu0meym] {
    max-width: 1100px;
    margin: 40px auto;
    padding: 20px;
}


.dashboard-header[b-d0deu0meym] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}


h1[b-d0deu0meym] {
    font-size: 36px;
    margin: 0;
}


.subtitle[b-d0deu0meym] {
    color: #64748b;
}



.user-card[b-d0deu0meym] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 12px 18px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}


.avatar[b-d0deu0meym] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #2563eb;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}



.user-card small[b-d0deu0meym] {
    display: block;
    color: #64748b;
}



.logout-btn[b-d0deu0meym] {
    border: none;
    background: #fee2e2;
    color: #dc2626;
    padding: 8px 14px;
    border-radius: 12px;
    cursor: pointer;
}





.tabs[b-d0deu0meym] {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}


.tab[b-d0deu0meym] {
    border: none;
    background: #f1f5f9;
    padding: 12px 25px;
    border-radius: 14px;
    cursor: pointer;
    font-size: 15px;
}



    .tab.selected[b-d0deu0meym] {
        background: #2563eb;
        color: white;
    }




.section-card[b-d0deu0meym] {
    background: white;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    margin-bottom: 25px
}



.notes-grid[b-d0deu0meym],
.packages-grid[b-d0deu0meym] {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 18px;
}



.note-card[b-d0deu0meym],
.package-card[b-d0deu0meym] {
    background: #f8fafc;
    padding: 20px;
    border-radius: 18px;
}



    .note-card small[b-d0deu0meym] {
        color: #64748b;
    }



textarea[b-d0deu0meym] {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #cbd5e1;
    padding: 15px;
    resize: none;
}




.primary-btn[b-d0deu0meym] {
    margin-top: 15px;
    background: #2563eb;
    color: white;
    border: none;
    padding: 12px 22px;
    border-radius: 14px;
    cursor: pointer;
    margin-bottom: 15px
}



.package-header[b-d0deu0meym] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.package-card[b-d0deu0meym] {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap
}
.package-info[b-d0deu0meym] {
    flex: 1;
    min-width: 200px;
}


.package-icon[b-d0deu0meym] {
    font-size: 35px;
}



.actions[b-d0deu0meym] {
    margin-left: auto;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}



.download-btn[b-d0deu0meym] {
    background: #dcfce7;
    color: #166534;
    border: none;
    padding: 8px 12px;
    border-radius: 12px;
    white-space: nowrap;
}



.delete-btn[b-d0deu0meym] {
    background: #fee2e2;
    color: #dc2626;
    border: none;
    padding: 8px 12px;
    border-radius: 12px;
    white-space: nowrap;
}



.expired[b-d0deu0meym] {
    color: #dc2626;
}



.empty[b-d0deu0meym] {
    padding: 40px;
    text-align: center;
    color: #64748b;
}
