@import 'SaxnasCamp25.Client.z17z3m3y2t.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import '_content/WbtAdmin/WbtAdmin.mp4w7q9f0z.bundle.scp.css';
@import '_content/WbtComponents/WbtComponents.o30guzt1ar.bundle.scp.css';

/* _content/SaxnasCamp25/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2i69tnx6x4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2i69tnx6x4] {
    flex: 1;
}
.logo-link[b-2i69tnx6x4]{
    background-color:white;
    padding:5px;
    position:relative;
    margin-top:-42px;
    z-index:2;
}
.logo[b-2i69tnx6x4] {
    max-width: 110px;
}

.top-row[b-2i69tnx6x4] {
    z-index:  1!important;
    position: fixed;
    top: 35px;
    width: 100%;
    transition: top 0.3s ease-out; /* Smooth transition */
}
    /*.top-row.hidden {
    top: -100px;*/ /* Adjust this value as needed */
    /*}*/
    .top-row.scrolled[b-2i69tnx6x4] {
        background-color: white; /* Change to your desired color */
    }

#top-bar[b-2i69tnx6x4] {
    display: block;
    position: fixed;
    z-index: 1;
    background: #70cbf2;
    padding: 7px 0;
    width: 100%;
    height: 35px;
}

.top-bar-info[b-2i69tnx6x4] {
    display: inline-block;
    vertical-align: middle;
}

    .top-bar-info a[b-2i69tnx6x4] {
        text-decoration: none;
    }

    .top-bar-info ul[b-2i69tnx6x4] {
        margin-bottom: 0;
    }

    .top-bar-info i[b-2i69tnx6x4] {
        font-weight: 500;
        color: #fff;
        list-style-type: none;
        font-size: 13px;
        padding: 0 5px 0;
        display: inline-block;
        margin-bottom: 0;
    }

        .top-bar-info  i a[b-2i69tnx6x4] {
            font-size: 16px;
            color: #fff;
            margin-right: 8px;
            margin-top: 0;
            display: inline-block;
            vertical-align: text-bottom;
        }

.top-social-icon[b-2i69tnx6x4] {
    padding: 0;
    float: right;
    margin: 0;
}

    .top-social-icon a[b-2i69tnx6x4] {
        font-size: 14px;
        list-style-type: none;
        float: left;
        text-align: center;
        margin: 0;
        padding: 0 7px;
    }

        .top-social-icon a[b-2i69tnx6x4] {
            color: #fff;
            line-height: 28px;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            padding: 0 3px;
        }



@media (max-width: 640.98px) {
    .logo[b-2i69tnx6x4] {
        max-width: 140px;
    }

    .top-row[b-2i69tnx6x4] {
        justify-content: space-between;
    }

        .top-row[b-2i69tnx6x4]  a, .top-row[b-2i69tnx6x4]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-2i69tnx6x4] {
        flex-direction: row;
    }

    .top-row.auth[b-2i69tnx6x4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2i69tnx6x4], article[b-2i69tnx6x4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-2i69tnx6x4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-2i69tnx6x4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SaxnasCamp25/Components/Pages/Accomodation/InfoWidget.razor.rz.scp.css */
.InfoWidget[b-q4r6qyocot] {
    background-color: #d9ead3;
    padding: 50px 0 50px 0;
}
/* _content/SaxnasCamp25/Components/Pages/ContentPage/ContentBanner.razor.rz.scp.css */
.ContentBanner[b-v2am23rqiy]{
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    
    box-sizing:border-box
}
.ContentBannerCaption[b-v2am23rqiy]{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:0;
    color:#808080;
    text-align:center;
    padding:0 20px;
    max-width:100%;
    box-sizing:border-box
}
.ContentBanner img[b-v2am23rqiy] {
    max-width: 100%
}
/* _content/SaxnasCamp25/Components/Pages/ContentPage/PageContentView.razor.rz.scp.css */
.contentsection.parallax[b-djveb8sj9q]{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;

    position:relative;
}
    .contentsection.parallax[b-djveb8sj9q]:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        background-color: rgba(0,0,0,0.6);
        z-index: 1;
    }
    .contentsection.parallax.overlay-8[b-djveb8sj9q]:before {
        background-color: rgba(0,0,0,0.8);
    }
    .contentsection .row[b-djveb8sj9q]{
        position:relative;
        z-index:0;
    }
