/* _content/SecureShare/Pages/Index.razor.rz.scp.css */
body[b-gyfj78zqeq] {
    background-color:rgba(48,53,53);
    color:white;    
}

.hero[b-gyfj78zqeq] {
    text-align: center;
    padding: 4rem 1rem;
    background: linear-gradient(to right, #0078d4, #005fa3);
    color: white;
}

    .hero h1[b-gyfj78zqeq] {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .hero p[b-gyfj78zqeq] {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }

    .hero button[b-gyfj78zqeq] {
        background-color: white;
        color: #0078d4;
        border: none;
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

        .hero button:hover[b-gyfj78zqeq] {
            background-color: #e0e0e0;
        }

/* Features Section */
.features[b-gyfj78zqeq] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 1rem;
    max-width: 960px;
    margin: 0 auto;
}

.feature[b-gyfj78zqeq] {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
}

    .feature h2[b-gyfj78zqeq] {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .feature p[b-gyfj78zqeq] {
        color: #555;
        font-size: 1rem;
    }


.card[b-gyfj78zqeq] {
    background-color: rgba(48,53,53);
}

/* Responsive Layout */
@media (min-width: 700px) {
    .features[b-gyfj78zqeq] {
        flex-direction: row;
        justify-content: space-between;
    }

    .feature[b-gyfj78zqeq] {
        flex: 1;
    }
}
/* _content/SecureShare/Pages/Login.razor.rz.scp.css */
html[b-x73psz95ml],
body[b-x73psz95ml] {
    height: 100%;
}

.form-signin[b-x73psz95ml] {
    max-width: 330px;
    padding: 1rem;
    text-align: center;
}

    .form-signin .form-floating:focus-within[b-x73psz95ml] {
        z-index: 2;
    }

    .form-signin input[type="email"][b-x73psz95ml] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"][b-x73psz95ml] {
        margin-bottom: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
/* _content/SecureShare/Pages/Register.razor.rz.scp.css */
html[b-z1mcdikf1x],
body[b-z1mcdikf1x] {
    height: 100%;
}

.form-signin[b-z1mcdikf1x] {
    max-width: 330px;
    padding: 1rem;
    text-align: center;
}

    .form-signin .form-floating:focus-within[b-z1mcdikf1x] {
        z-index: 2;
    }

    .form-signin input[type="email"][b-z1mcdikf1x] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"][b-z1mcdikf1x] {
        margin-bottom: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
/* _content/SecureShare/Pages/Share.razor.rz.scp.css */
html[b-wjoqn19xof],
body[b-wjoqn19xof] {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
    background-color: rgba(48,53,53);
    color: white;
}

body[b-wjoqn19xof] {
    padding-top: 56px;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse[b-wjoqn19xof] {
        position: fixed;
        top: 56px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }

        .offcanvas-collapse.open[b-wjoqn19xof] {
            visibility: visible;
            transform: translateX(-100%);
        }
}

.nav-scroller .nav[b-wjoqn19xof] {
    color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link[b-wjoqn19xof] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

    .nav-scroller .nav-link:hover[b-wjoqn19xof] {
        color: #007bff;
    }

.nav-scroller .active[b-wjoqn19xof] {
    font-weight: 500;
    color: #343a40;
}

.bg-purple[b-wjoqn19xof] {
    background-color: #6f42c1;
}
/* _content/SecureShare/Shared/MainLayout.razor.rz.scp.css */
.page[b-wbay8rsb8d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wbay8rsb8d] {
    flex: 1;
}

.sidebar[b-wbay8rsb8d] {
    /*background-image: linear-gradient(180deg, rgb(228, 226, 221) 20%, var(--site_blue) 90%);*/
    background-color:white;
}

.sitelogo[b-wbay8rsb8d]{
    height:100%;
    width:auto;
    object-fit:contain;
}

.top-row[b-wbay8rsb8d] {
    background-color: var(--site_blue);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 6.5rem;
    display: flex;
    align-items: start;
}

    .top-row[b-wbay8rsb8d]  a, .top-row .btn-link[b-wbay8rsb8d] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-wbay8rsb8d] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wbay8rsb8d] {
        display: none;
    }

    .top-row.auth[b-wbay8rsb8d] {
        justify-content: space-between;
    }

    .top-row a[b-wbay8rsb8d], .top-row .btn-link[b-wbay8rsb8d] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wbay8rsb8d] {
        flex-direction: row;
    }

    .sidebar[b-wbay8rsb8d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wbay8rsb8d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-wbay8rsb8d], article[b-wbay8rsb8d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SecureShare/Shared/NavBarComponent.razor.rz.scp.css */
html[b-0vbyvvlmbs],
body[b-0vbyvvlmbs] {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body[b-0vbyvvlmbs] {
    padding-top: 56px;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse[b-0vbyvvlmbs] {
        position: fixed;
        top: 56px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }

        .offcanvas-collapse.open[b-0vbyvvlmbs] {
            visibility: visible;
            transform: translateX(-100%);
        }
}

.nav-scroller .nav[b-0vbyvvlmbs] {
    color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link[b-0vbyvvlmbs] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

    .nav-scroller .nav-link:hover[b-0vbyvvlmbs] {
        color: #007bff;
    }

.nav-scroller .active[b-0vbyvvlmbs] {
    font-weight: 500;
    color: #343a40;
}

.bg-purple[b-0vbyvvlmbs] {
    background-color: #6f42c1;
}
/* _content/SecureShare/Shared/Object_Component.razor.rz.scp.css */
body[b-nu7oitedvi] {
}

.objectcontainerouter[b-nu7oitedvi] {
    display: flex;
    flex-direction: row;
    width: auto;
    max-height: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
    align-content:center;
    align-items:center;
}


.structureicon[b-nu7oitedvi] {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.checkicon[b-nu7oitedvi] {
    object-fit: contain;
    width: 20px;
    height: 20px;
    margin-top: 35px;
    margin-left: 6px;
}

.structureLabel[b-nu7oitedvi] {
    font-size: .9rem;
    color: var(--site_text);
}

.objectcontainernotselected[b-nu7oitedvi] {

    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: white;
}

    .objectcontainernotselected:hover[b-nu7oitedvi] {
        cursor: pointer;
    }

.objectcontainerselected[b-nu7oitedvi] {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: aliceblue;
}

    .objectcontainerselected:hover[b-nu7oitedvi] {
        cursor: pointer;
    }
