/* /Components/Dialog.razor.rz.scp.css */
div.base-modal-background[b-tsux0mmb2f] {
    display: block;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

div.base-modal-content[b-tsux0mmb2f] {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 10px;
    border: 2px solid #888;
    width: 90%;
}
/* /Shared/DateTimeView.razor.rz.scp.css */
.datetimeview[b-ifsafbpdf6] {
    text-align: center;
}
.dateandtime[b-ifsafbpdf6] {
    display: inline;
    border-radius: 5px 0px 0px 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border-style: solid none solid solid;
    border-width: thin;
}
.timezone[b-ifsafbpdf6] {
    display: inline;
    background-color: lightgray;
    border-radius: 0px 5px 5px 0px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border-style: solid;
    border-width: thin;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-pe6ov4gymd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pe6ov4gymd] {
        display: none;
    }

    .top-row.auth[b-pe6ov4gymd] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-pe6ov4gymd], article[b-pe6ov4gymd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-55b6b4ue4n] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-55b6b4ue4n] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-55b6b4ue4n] {
    font-size: 1.1rem;
}

.oi[b-55b6b4ue4n] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-55b6b4ue4n] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-55b6b4ue4n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-55b6b4ue4n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-55b6b4ue4n]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-55b6b4ue4n]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-55b6b4ue4n]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-55b6b4ue4n] {
        display: none;
    }

    .collapse[b-55b6b4ue4n] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/UpcomingExcursions.razor.rz.scp.css */
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card[b-pr1hvvncpv] {
    background-color: transparent;
    width: 250px;
    height: 250px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner[b-pr1hvvncpv] {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner[b-pr1hvvncpv] {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front[b-pr1hvvncpv], .flip-card-back[b-pr1hvvncpv] {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front[b-pr1hvvncpv] {
    color: black;
}

/* Style the back side */
.flip-card-back[b-pr1hvvncpv] {
    transform: rotateY(180deg);
}

li[b-pr1hvvncpv] {
    margin: 5px;
    display: inline-block;
}

img[b-pr1hvvncpv] {
    width: 200px;
    height: 200px;
}
