/* _content/DoddingtonCarnival.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-z660f5y4n9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-z660f5y4n9] {
    flex: 1;
}

.sidebar[b-z660f5y4n9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}


.doddingtonTitle[b-z660f5y4n9] {
    font-size: calc(1.375rem + 1.5vw);
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}



.top-row[b-z660f5y4n9] {
    background-color: #f7f7f7;
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-z660f5y4n9]  a, .top-row .btn-link[b-z660f5y4n9] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-z660f5y4n9] {
        overflow: hidden;
        text-overflow: ellipsis;
    }


.fa[b-z660f5y4n9] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}


/* Bootstrap CSS */
.bd-placeholder-img[b-z660f5y4n9] {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg[b-z660f5y4n9] {
        font-size: 3.5rem;
    }
}

.b-example-divider[b-z660f5y4n9] {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr[b-z660f5y4n9] {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi[b-z660f5y4n9] {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller[b-z660f5y4n9] {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav[b-z660f5y4n9] {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.text-bg-dark[b-z660f5y4n9] {
    color: #fff !important;
    background-color: RGBA(33,37,41,var(--bs-bg-opacity,1)) !important;
}

/* Bootstrap CSS */



.dvsctitle[b-z660f5y4n9] {
    margin-left: 20px;
    font-weight: bold;
    font-size: 1.6em;
}


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-z660f5y4n9] {
        /* display: none;*/
    }

    .top-row.auth[b-z660f5y4n9] {
        justify-content: space-between;
    }

    .top-row a[b-z660f5y4n9], .top-row .btn-link[b-z660f5y4n9] {
        margin-left: 0;
    }



    .dvsctitle_sm[b-z660f5y4n9] {
    }

    .dvsctitle_lg[b-z660f5y4n9] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-z660f5y4n9] {
        flex-direction: row;
    }

    .sidebar[b-z660f5y4n9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-z660f5y4n9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    article[b-z660f5y4n9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .dvsctitle_sm[b-z660f5y4n9] {
    }

    .dvsctitle_lg[b-z660f5y4n9] {
        display: none;
    }
}

@media (min-width: 778px) {

    .dvsctitle_sm[b-z660f5y4n9] {
        display: none;
    }

    .dvsctitle_lg[b-z660f5y4n9] {
    }
}


.py-5[b-z660f5y4n9] {
    padding-top: 1rem !important;
}

.horizontalFooterLinks[b-z660f5y4n9] {
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
    color: var(--doddington-blue);
}

    .horizontalFooterLinks a[b-z660f5y4n9] {
        color: var(--doddington-orange) !important;
        text-decoration: none;
    }

.carnivalFooter[b-z660f5y4n9] {
    margin-top: 2rem;
}

.text-muted[b-z660f5y4n9] {
    --bs-text-opacity: 1;
    color: var(--doddington-orange) !important;
}

button[b-z660f5y4n9] {
    all: unset;
}

    button:focus[b-z660f5y4n9] {
        outline: revert;
    }



/* _content/DoddingtonCarnival.Blazor/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ug09d569gc] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-ug09d569gc] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-ug09d569gc] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ug09d569gc] {
    font-size: 1.1rem;
}

.bi[b-ug09d569gc], .fa[b-ug09d569gc] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ug09d569gc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ug09d569gc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ug09d569gc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-ug09d569gc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-ug09d569gc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-ug09d569gc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-ug09d569gc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-ug09d569gc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-ug09d569gc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ug09d569gc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ug09d569gc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ug09d569gc]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 1.5rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-ug09d569gc]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-ug09d569gc]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-ug09d569gc] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ug09d569gc] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ug09d569gc] {
        display: none;
    }

    .nav-scrollable[b-ug09d569gc] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureAboutUs/FAQPage.razor.rz.scp.css */
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureAboutUs/NewToCarnivalPage.razor.rz.scp.css */
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureAdmin/People/AllUsersPage.razor.rz.scp.css */
.eventCard.card .card-body[b-2gc58nrpf8] {
    padding: 10px;
}

.allStalls[b-2gc58nrpf8] {
}

.actionButtons[b-2gc58nrpf8] {
    text-align: right;
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureAdmin/People/Components/UserComponent.razor.rz.scp.css */
.userDetail[b-2ln5emxk4w] {
    margin: 10px;
    border-top: 1px solid black;
    padding-top: 10px;
}

    .userDetail.confirmedEmail[b-2ln5emxk4w] {
        border-left: 5px solid green;
    }

    .userDetail.unconfirmedEmail[b-2ln5emxk4w] {
        border-left: 5px solid orange;
    }

    .userDetail .details[b-2ln5emxk4w] {
    }

        .userDetail .details .name[b-2ln5emxk4w] {
            font-weight: bold;
        }

        .userDetail .details .email[b-2ln5emxk4w] {
        }

    .userDetail .actionButtons[b-2ln5emxk4w] {
        text-align: right;
    }
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureAdmin/Stalls/AllStallsComponents/AddEditFormComponent.razor.rz.scp.css */
.pitchSizeNote[b-a91hzcpt1o] {
    font-size: 11px;
    margin-top:5px;
    margin-left:10px;
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureAdmin/Stalls/AllStallsComponents/TheStallComponent.razor.rz.scp.css */
.stall[b-ix6d3k57py] {
    border: 1px solid grey;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

    .stall.accepted[b-ix6d3k57py] {
        border-left: 8px solid green;
    }

    .stall.declined[b-ix6d3k57py] {
        border-left: 8px solid red;
    }

    .stall.usercancelled[b-ix6d3k57py] {
        border-left: 8px solid grey;
    }

    .stall .stallName[b-ix6d3k57py] {
        font-weight: bold;
        font-size: 18px;
    }

    .stall .payment[b-ix6d3k57py] {
        text-align: right;
    }

    .stall .contactDetails[b-ix6d3k57py] {
        margin-left: 10px;
        font-size: 11px;
    }

    /*.stall .mainOptions .something {
        margin: 20px 0;*/
    /*display: flex;
        justify-content: center;
        align-items: flex-start;*/
    /*}*/

    .stall.arrived[b-ix6d3k57py] {
        background-color: lightgreen;
    }

    .stall.notYetArrived[b-ix6d3k57py] {
        background-color: orange;
    }

    .stall.pending[b-ix6d3k57py] {
        background-color: yellow;
    }

    .stall.userCancelled[b-ix6d3k57py] {
        background-color: grey;
        color: white;
        font-weight: normal;
    }

    .stall .pitchNumber[b-ix6d3k57py] {
        text-align: right;
        font-size: 28px;
    }

.hiddenButtons[b-ix6d3k57py] {
    text-align: center;
    border-top: 1px solid white;
    padding-top: 5px;
    margin-top: 10px;
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureAdmin/Stalls/AllStallsPage.razor.rz.scp.css */
.eventCard.card .card-body[b-0p2s7kobnt] {
    padding: 10px;
}

.allStalls[b-0p2s7kobnt] {
}

.actionButtons[b-0p2s7kobnt] {
    text-align: right;
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureAdmin/Stalls/FrontGateComponents/StallComponent.razor.rz.scp.css */
.stall[b-3rpdsujxc0] {
    border: 1px solid grey;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

    .stall.hasArrived-True[b-3rpdsujxc0] {
        border-left: 8px solid green;
    }

    .stall .stallName[b-3rpdsujxc0] {
        font-weight: bold;
        font-size: 18px;
    }

    .stall .payment[b-3rpdsujxc0] {
        text-align: right;
    }

    .stall .contactDetails[b-3rpdsujxc0] {
        margin-left: 10px;
        font-size: 11px;
    }

    /*.stall .mainOptions .something {
        margin: 20px 0;*/
    /*display: flex;
        justify-content: center;
        align-items: flex-start;*/
    /*}*/

    .stall.arrived[b-3rpdsujxc0] {
        background-color: lightgreen;
    }

    .stall.notYetArrived[b-3rpdsujxc0] {
        background-color: orange;
    }

    .stall.pending[b-3rpdsujxc0] {
        background-color: yellow;
    }

    .stall.userCancelled[b-3rpdsujxc0] {
        background-color: grey;
        color: white;
        font-weight: normal;
    }

    .stall .pitchNumber[b-3rpdsujxc0] {
        text-align: right;
        font-size: 28px;
    }

.hiddenButtons[b-3rpdsujxc0] {
    text-align: center;
    border-top: 1px solid white;
    padding-top: 5px;
    margin-top: 10px;
}

button[b-3rpdsujxc0] {
    all: unset;
}

    button:focus[b-3rpdsujxc0] {
        outline: revert;
    }
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureAdmin/Stalls/FrontGatePage.razor.rz.scp.css */
.eventCard.card .card-body[b-asgye76a7x] {
    padding: 10px;
}

.allStalls[b-asgye76a7x] {
}

.actionButtons[b-asgye76a7x] {
    text-align: right;
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureAdmin/Stalls/MoneyComponents/RowComponent.razor.rz.scp.css */
.stallRecord[b-binltfqkj6] {
    margin: 8px 0 8px 0;
    border-top: 1px solid black;
    line-height: 45px;
}

    .stallRecord.hasArrived-True[b-binltfqkj6] {
        border-left: 8px solid green;
    }

    .stallRecord.hasArrived-[b-binltfqkj6] {
        border-left: 8px solid white;
    }

.balanceGreen[b-binltfqkj6] {
    color: green;
    font-weight: bold;
}

.rightcontent[b-binltfqkj6] {
    text-align: right;
}

.centrecontent[b-binltfqkj6] {
    text-align: center;
}

.editForm[b-binltfqkj6] {
    line-height: 45px;
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureAdmin/Stalls/MoneyPage.razor.rz.scp.css */
.eventCard.card .card-body[b-holawbab70] {
    padding: 10px;
    font-size: 13px;
}

.rightcontent[b-holawbab70] {
    text-align: right;
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureCalendar/CalendarPage.razor.rz.scp.css */
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureCalendar/SharedCalendarEntry.razor.rz.scp.css */
.calendarEvent[b-ku8ab1p2da] {
    margin: 20px 10px 20px 0px;
    border-bottom: 1px solid white;
}

    .calendarEvent .dateDetails[b-ku8ab1p2da] {
        text-align: center;
    }

        .calendarEvent .dateDetails .month[b-ku8ab1p2da] {
        }

        .calendarEvent .dateDetails .day[b-ku8ab1p2da] {
            font-size: 1.3em;
            font-weight: bold;
        }

        .calendarEvent .dateDetails .year[b-ku8ab1p2da] {
        }

    .calendarEvent .locationDetails[b-ku8ab1p2da] {
    }

        .calendarEvent .locationDetails .time[b-ku8ab1p2da] {
            font-size: 0.75em;
        }

        .calendarEvent .locationDetails .title[b-ku8ab1p2da] {
            font-size: 1.3em;
            font-weight: bold;
        }

        .calendarEvent .locationDetails .location[b-ku8ab1p2da] {
            font-weight: bold;
        }

        .calendarEvent .locationDetails .details[b-ku8ab1p2da] {
            margin-top: 5px;
        }

            .calendarEvent .locationDetails .details p[b-ku8ab1p2da] {
                padding: 0 !important;
            }

    .calendarEvent .goButtons[b-ku8ab1p2da] {
        margin-bottom: 20px;
    }

        .calendarEvent .goButtons .goButton[b-ku8ab1p2da] {
            margin-left: 10px;
        }

            .calendarEvent .goButtons .goButton:first-child[b-ku8ab1p2da] {
                margin-left: 0px;
            }

    .calendarEvent.past[b-ku8ab1p2da] {
        color: gray;
    }

    .calendarEvent.hidden[b-ku8ab1p2da] {
        display: none;
    }
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureCarnival/CarnivalPage.razor.rz.scp.css */
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureCarnival/FeatureCarnivalFancyDress/CarnivalFancyDressPage.razor.rz.scp.css */
/** {
    box-sizing: border-box;
}

body {
}*/

/* ---- grid ---- */

/*.grid {

    max-width: 100%;
}*/

/* clearfix */
/*.grid:after {
        content: '';
        display: block;
        clear: both;
    }*/

/* ---- grid-item ---- */

/*.grid-item {
    width: 160px;
    height: 120px;
    float: left;*/

/*    border: 2px solid white;
    border-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 5px;*/
/*}

    .grid-item img {
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }


.grid-item--width2 {
    width: 320px;
}

.grid-item--width3 {
    width: 480px;
}

.grid-item--width4 {
    width: 640px;
}

.grid-item--height2 {
    height: 200px;
}

.grid-item--height3 {
    height: 260px;
}

.grid-item--height4 {
    height: 360px;
}*/




img[b-wpgg5n3og4] {
    width: 100%;
}

.masonry[b-wpgg5n3og4] {
    column-count: 4;
    column-gap: 16px;
}

    .masonry .mItem[b-wpgg5n3og4] {
        display: inline-block;
        margin-bottom: 16px;
        width: 100%;
    }

@media (max-width: 1199px) {
    .masonry[b-wpgg5n3og4] {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .masonry[b-wpgg5n3og4] {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry[b-wpgg5n3og4] {
        column-count: 1;
    }
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureCarnival/FeatureCarnivalParade/CarnivalParadePage.razor.rz.scp.css */
/** {
    box-sizing: border-box;
}

body {
}*/

/* ---- grid ---- */

/*.grid {

    max-width: 100%;
}*/

/* clearfix */
/*.grid:after {
        content: '';
        display: block;
        clear: both;
    }*/

/* ---- grid-item ---- */

/*.grid-item {
    width: 160px;
    height: 120px;
    float: left;*/

/*    border: 2px solid white;
    border-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 5px;*/
/*}

    .grid-item img {
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }


.grid-item--width2 {
    width: 320px;
}

.grid-item--width3 {
    width: 480px;
}

.grid-item--width4 {
    width: 640px;
}

.grid-item--height2 {
    height: 200px;
}

.grid-item--height3 {
    height: 260px;
}

.grid-item--height4 {
    height: 360px;
}*/




img[b-2uuqbyseel] {
    width: 100%;
}

.masonry[b-2uuqbyseel] {
    column-count: 4;
    column-gap: 16px;
}

    .masonry .mItem[b-2uuqbyseel] {
        display: inline-block;
        margin-bottom: 16px;
        width: 100%;
    }

@media (max-width: 1199px) {
    .masonry[b-2uuqbyseel] {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .masonry[b-2uuqbyseel] {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry[b-2uuqbyseel] {
        column-count: 1;
    }
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureCarnival/FeatureRoadClosure/CarnivalRoadClosurePage.razor.rz.scp.css */
/** {
    box-sizing: border-box;
}

body {
}*/

/* ---- grid ---- */

/*.grid {

    max-width: 100%;
}*/

/* clearfix */
/*.grid:after {
        content: '';
        display: block;
        clear: both;
    }*/

/* ---- grid-item ---- */

/*.grid-item {
    width: 160px;
    height: 120px;
    float: left;*/

/*    border: 2px solid white;
    border-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 5px;*/
/*}

    .grid-item img {
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }


.grid-item--width2 {
    width: 320px;
}

.grid-item--width3 {
    width: 480px;
}

.grid-item--width4 {
    width: 640px;
}

.grid-item--height2 {
    height: 200px;
}

.grid-item--height3 {
    height: 260px;
}

.grid-item--height4 {
    height: 360px;
}*/




img[b-1109dumcsl] {
    width: 100%;
}

.masonry[b-1109dumcsl] {
    column-count: 4;
    column-gap: 16px;
}

    .masonry .mItem[b-1109dumcsl] {
        display: inline-block;
        margin-bottom: 16px;
        width: 100%;
    }

@media (max-width: 1199px) {
    .masonry[b-1109dumcsl] {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .masonry[b-1109dumcsl] {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry[b-1109dumcsl] {
        column-count: 1;
    }
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureHelp/HelpPage.razor.rz.scp.css */
.title[b-j13119xr16] {
    font-weight: bold;
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureInTheNews/InTheNewsPage.razor.rz.scp.css */
.newsLink[b-67knt4z5bx] {
    margin-top:10px;
    border-bottom: 5px solid #E3AF1A;
    background-color: white;
}

.newsLink:last-child[b-67knt4z5bx] {
    border-bottom: none;
}

    .newsLink .subEventHeadingSmall[b-67knt4z5bx] {
        font-size: 0.9em !important;
        margin-left: 20px;
    }
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureMedia/Components/PressReleasePage.razor.rz.scp.css */
.pressRelease[b-aw1nj3qmrv] {
}

.pressRelease .title[b-aw1nj3qmrv] {
    font-weight: bold;
}

    .pressRelease .dateStamp[b-aw1nj3qmrv],
    .pressRelease .endRelease[b-aw1nj3qmrv] {
        font-weight: bold;
        font-size: 0.8em;
    }
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureMedia/MediaPage.razor.rz.scp.css */
.pressRelease[b-3xlpezhy3a] {
    border: 4px solid var(--doddington-blue);
}

        .pressRelease .card-title[b-3xlpezhy3a] {
            font-weight: bold;
            margin-bottom: 0;
        }

        .pressRelease .card-subtitle[b-3xlpezhy3a] {
            margin-top: 0px;
            font-size: 0.8em;
        }
        .pressRelease .card-link[b-3xlpezhy3a] {
            margin-top: 15px;
        }
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeaturePrinceAndPrincess/FeaturePrinceAndPrincessPhotos/PrinceAndPrincessPhotosPage.razor.rz.scp.css */
/** {
    box-sizing: border-box;
}

body {
}*/

/* ---- grid ---- */

/*.grid {

    max-width: 100%;
}*/

/* clearfix */
/*.grid:after {
        content: '';
        display: block;
        clear: both;
    }*/

/* ---- grid-item ---- */

/*.grid-item {
    width: 160px;
    height: 120px;
    float: left;*/

/*    border: 2px solid white;
    border-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 5px;*/
/*}

    .grid-item img {
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }


.grid-item--width2 {
    width: 320px;
}

.grid-item--width3 {
    width: 480px;
}

.grid-item--width4 {
    width: 640px;
}

.grid-item--height2 {
    height: 200px;
}

.grid-item--height3 {
    height: 260px;
}

.grid-item--height4 {
    height: 360px;
}*/




img[b-2b22wjt36i] {
    width: 100%;
}

.masonry[b-2b22wjt36i] {
    column-count: 4;
    column-gap: 16px;
}

    .masonry .mItem[b-2b22wjt36i] {
        display: inline-block;
        margin-bottom: 16px;
        width: 100%;
    }

@media (max-width: 1199px) {
    .masonry[b-2b22wjt36i] {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .masonry[b-2b22wjt36i] {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry[b-2b22wjt36i] {
        column-count: 1;
    }
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeaturePrinceAndPrincess/PrinceAndPrincessPage.razor.rz.scp.css */
.princeandprincess[b-8dcf17fdyp] {
    background-color: cadetblue;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    color: black;
}

.wording[b-8dcf17fdyp] {
}

    .wording img[b-8dcf17fdyp] {
        width: 100%;
    }

    .wording p[b-8dcf17fdyp] {
        text-align: justify;
    }
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureScarecrows/FeatureScarecrowsPreviousYears/ScarecrowsPreviousYearsPage.razor.rz.scp.css */
/** {
    box-sizing: border-box;
}

body {
}*/

/* ---- grid ---- */

/*.grid {

    max-width: 100%;
}*/

/* clearfix */
/*.grid:after {
        content: '';
        display: block;
        clear: both;
    }*/

/* ---- grid-item ---- */

/*.grid-item {
    width: 160px;
    height: 120px;
    float: left;*/

/*    border: 2px solid white;
    border-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 5px;*/
/*}

    .grid-item img {
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }


.grid-item--width2 {
    width: 320px;
}

.grid-item--width3 {
    width: 480px;
}

.grid-item--width4 {
    width: 640px;
}

.grid-item--height2 {
    height: 200px;
}

.grid-item--height3 {
    height: 260px;
}

.grid-item--height4 {
    height: 360px;
}*/




img[b-jaaqddf7m7] {
    width: 100%;
}

.masonry[b-jaaqddf7m7] {
    column-count: 4;
    column-gap: 16px;
}

    .masonry .mItem[b-jaaqddf7m7] {
        display: inline-block;
        margin-bottom: 16px;
        width: 100%;
    }

@media (max-width: 1199px) {
    .masonry[b-jaaqddf7m7] {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .masonry[b-jaaqddf7m7] {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry[b-jaaqddf7m7] {
        column-count: 1;
    }
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureScarecrows/ScarecrowEntryComponent.razor.rz.scp.css */
.firstPrize[b-vhvxxvd2ga] {
    font-weight: bold;
    font-size: 1.8em;
}

.secondPrize[b-vhvxxvd2ga] {
    font-weight: bold;
    font-size: 1.4em;
}

.thirdPrize[b-vhvxxvd2ga] {
    font-weight: bold;
    font-size: 1.2em;
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureScarecrows/ScarecrowsPage.razor.rz.scp.css */
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureSponsorsSupporters/SponsorsSupportersPage.razor.rz.scp.css */
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureSportsAfternoon/FeatureRaces/RacesEditComponent.razor.rz.scp.css */
.race[b-268epn066k] {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .race .name[b-268epn066k] {
        font-weight: bold;
        font-size: 11px;

    }

    .race .winners[b-268epn066k] {
        margin-left: 20px;
        font-size: 11px;
    }


table td:first-child[b-268epn066k] {
    width: 25%;
}

table td:nth-child(2)[b-268epn066k] {
    width: 25%;
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureSportsAfternoon/StallsPages/Components/PitchFeeComponent.razor.rz.scp.css */
.payment[b-ylq7ezckut] {
    text-align: left;
    padding-right: 0px;
}

    .payment .title[b-ylq7ezckut] {
        font-size: 11px;
    }

    .payment .fee[b-ylq7ezckut] {
        font-size: 26px;
        line-height: 32px;
    }
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureSportsAfternoon/StallsPages/Components/PitchNumberComponent.razor.rz.scp.css */
.pitch[b-alr3pu25m3] {
    text-align: center;
}

    .pitch .title[b-alr3pu25m3] {
        font-size: 11px;
    }

    .pitch .number[b-alr3pu25m3] {
        font-size: 26px;
        line-height: 32px;
    }
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureSportsAfternoon/StallsPages/Components/StallStatusComponent.razor.rz.scp.css */
.status[b-zdep46xlx7] {
    text-align: left;
    padding-left: 0;
}

    .status .title[b-zdep46xlx7] {
        font-size: 11px;
    }

    .status .description[b-zdep46xlx7] {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
    }

        .status .description.red[b-zdep46xlx7] {
            color: red;
        }

        .status .description.green[b-zdep46xlx7] {
            color: green;
        }
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureSportsAfternoon/StallsPages/SportsAfternoonDetailsPage.razor.rz.scp.css */
.fullDetails[b-em1gkb2xww] {
}

    .fullDetails .sectionheader[b-em1gkb2xww] {
        font-weight: bold;
    }

.boldBit[b-em1gkb2xww] {
    font-weight: bold;
}

.underlinedBit[b-em1gkb2xww] {
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/FeatureSportsAfternoon/StallsPages/StallsPage.razor.rz.scp.css */
.allHistory[b-y0h1yacm47] {
}

    .allHistory .history[b-y0h1yacm47] {
        /*margin: 15px 0 10px 0;
        padding-bottom: 15px;*/

        padding: 15px 10px 15px 10px;
        border: 1px solid black;
        border-radius: 8px;
        margin-bottom: 5px;
    }

        .allHistory .history.accepted[b-y0h1yacm47] {
            border-left: 8px solid green;
        }

        .allHistory .history.usercancelled[b-y0h1yacm47],
        .allHistory .history.declined[b-y0h1yacm47] {
            border-left: 8px solid red;
        }

    .allHistory .history[b-y0h1yacm47] {
        border-left: 8px solid orange;
    }

        .allHistory .history .name[b-y0h1yacm47] {
            font-weight: bold;
        }

        .allHistory .history .year[b-y0h1yacm47] {
            text-align: right;
            font-size: 20px;
            color: dimgray;
        }

        

       

       

.bottomRow[b-y0h1yacm47] {
    margin-top: 25px;
}

    .bottomRow .payment[b-y0h1yacm47] {
        text-align: left;
    }

    .bottomRow .editForm[b-y0h1yacm47] {
        text-align: right;
    }

    .bottomRow .declinedNotes[b-y0h1yacm47] {
        font-size: 12px;
    }

        .bottomRow .declinedNotes p[b-y0h1yacm47] {
            margin: 0;
            padding: 0;
            color: hotpink;
        }

.actionButtonTop[b-y0h1yacm47] {
    text-align: right;
}

.w-49[b-y0h1yacm47] {
    width: 49%;
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/HomePage.razor.rz.scp.css */
.carnivalpage[b-y3kfrf4onv] {
    padding-top: 0;
}

.jumbotron[b-y3kfrf4onv] {
}

    .jumbotron.doddingtonLorry[b-y3kfrf4onv] {
        background-image: url(images/Pages/Home/CarnivalLorry.jpg);
        background-size: cover;
        height: 100%;
        color: white;
        margin-bottom: 15px;
    }

    .jumbotron .containerImage[b-y3kfrf4onv] {
        height: 450px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.features[b-y3kfrf4onv] {
}

    .features .feature[b-y3kfrf4onv] {
        margin-bottom: 10px;
        margin-right: 0 !important;
    }

        .features .feature h5[b-y3kfrf4onv] {
            font-weight: bold;
        }

        .features .feature p[b-y3kfrf4onv] {
            line-height: 20px;
            height: 80px;
        }


img[b-y3kfrf4onv] {
    width: 100%;
}

.masonry[b-y3kfrf4onv] {
    column-count: 4;
    column-gap: 16px;
}

    .masonry .mItem[b-y3kfrf4onv] {
        display: inline-block;
        margin-bottom: 16px;
        width: 100%;
    }

.card-title[b-y3kfrf4onv] {
    font-size: 18px;
}

.card-link[b-y3kfrf4onv] {
    margin-top: 20px;
    text-align: right;
}

.orangeFlash[b-y3kfrf4onv] {
    background-color: #E3AF1A;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
}


@media (max-width: 1199px) {
    .masonry[b-y3kfrf4onv] {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .masonry[b-y3kfrf4onv] {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry[b-y3kfrf4onv] {
        column-count: 1;
    }
}
/* _content/DoddingtonCarnival.Blazor/Components/Pages/WhoopsPage.razor.rz.scp.css */


.jumbotron[b-wdrgp3yk1g] {
    background-image: url(images/Pages/Home/CarnivalLorry.jpg);
    background-size: cover;
    height: 100%;
    color: white;
    margin-bottom: 15px;
}

    .jumbotron .container[b-wdrgp3yk1g] {
        height: 450px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.features[b-wdrgp3yk1g] {
}

    .features .feature[b-wdrgp3yk1g] {
        margin-bottom: 10px;
    }

        .features .feature h5[b-wdrgp3yk1g] {
            font-weight: bold;
        }

        .features .feature p[b-wdrgp3yk1g] {
            line-height: 20px;
            height: 80px;
        }
/* _content/DoddingtonCarnival.Blazor/Shared/SharedMasonryImages.razor.rz.scp.css */
/** {
    box-sizing: border-box;
}

body {
}*/

/* ---- grid ---- */

/*.grid {

    max-width: 100%;
}*/

/* clearfix */
/*.grid:after {
        content: '';
        display: block;
        clear: both;
    }*/

/* ---- grid-item ---- */

/*.grid-item {
    width: 160px;
    height: 120px;
    float: left;*/

/*    border: 2px solid white;
    border-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 5px;*/
/*}

    .grid-item img {
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }


.grid-item--width2 {
    width: 320px;
}

.grid-item--width3 {
    width: 480px;
}

.grid-item--width4 {
    width: 640px;
}

.grid-item--height2 {
    height: 200px;
}

.grid-item--height3 {
    height: 260px;
}

.grid-item--height4 {
    height: 360px;
}*/




img[b-pmambboijk] {
    width: 100%;
}

.masonry[b-pmambboijk] {
    column-count: 4;
    column-gap: 16px;
}

    .masonry .mItem[b-pmambboijk] {
        display: inline-block;
        margin-bottom: 16px;
        width: 100%;
    }

@media (max-width: 1199px) {
    .masonry[b-pmambboijk] {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .masonry[b-pmambboijk] {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry[b-pmambboijk] {
        column-count: 1;
    }
}
/* _content/DoddingtonCarnival.Blazor/Shared/Venues/VillageHallComponent.razor.rz.scp.css */
.venueImage[b-tavk93262o] {
    margin-bottom: 10px;
}

.venueImage:last-child[b-tavk93262o] {
    margin-bottom: 0;
}
