/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.hoverableA[b-ff5f0zb663]::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #444546;
    opacity: 0;
    transition-delay: 0s 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.46, 0.01, 0.41, 1.38);
    border-radius: 2px;
    right: 0;
    bottom: 0;
    border-width: 0 2px 2px 0;
    transform: translate3d(-10px, -10px, 0);
}

.hoverableA[b-ff5f0zb663]::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #444546;
    opacity: 0;
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.46, 0.01, 0.41, 1.38);
    border-radius: 2px;
    left: 0;
    top: 0;
    border-width: 2px 0 0 2px;
    transform: translate3d(10px, 10px, 0);
}

.hoverableA:hover[b-ff5f0zb663]::after,
.hoverableA:hover[b-ff5f0zb663]::before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.otherInformations > a[b-ff5f0zb663]{
    font-size: 0.8rem;
    color: #fff;
    padding: 0 1rem;
}

li > a[b-ff5f0zb663]{
    position: relative;
    display: flex;
    padding: 8px 12px;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: #444546;
}

.mobile-elements[b-ff5f0zb663]{
    top: 0;
    left: 0;
    z-index: 20;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #444546;
    opacity: 0.9;
    justify-content: space-evenly;
    flex-direction: column;
    transform: translateX(-100%);
    transition: all .33s ease;
}

.mobile-elements > li > a[b-ff5f0zb663]{
    color: #f1f5f9;
    font-size: 1.5rem;
}

/* header::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: calc(100% - 82px);
    bottom: -20px;
    right: -200px;
    left: -200px;
    border-radius: 100%;
    background-color: #f1f5f9;
  } */
/* /Components/Pages/Events/EventDetail.razor.rz.scp.css */
#photos[b-7lxgreflo3] {
    line-height: 0;

    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-gap: 15px;
    column-count: 4;
    column-width: 300px;
}

@media (max-width: 1200px) {
    #photos[b-7lxgreflo3] {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}
@media (max-width: 1000px) {
    #photos[b-7lxgreflo3] {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 800px) {
    #photos[b-7lxgreflo3] {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media (max-width: 400px) {
    #photos[b-7lxgreflo3] {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (hover: hover) and (pointer: fine) {
    div:hover > img[b-7lxgreflo3] {
        filter: brightness(50%);
    }
    .iconContainer:hover[b-7lxgreflo3] {
        opacity: 1;
    }
}

.is-loading[b-7lxgreflo3] {
    width: 300px;
    height: 200px;
    background: linear-gradient(
            90deg,
            #eee 25%,
            #f5f5f5 37%,
            #eee 63%
    );
    animation: shimmer-b-7lxgreflo3 1.4s infinite;
}
@keyframes shimmer-b-7lxgreflo3 {
    0% { background-position: -400px 0; }
    100% { background-position: 400px 0; }
}
/* /Components/Pages/Events/EventOverview.razor.rz.scp.css */
.events-container[b-ch0nmyj4ck] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-items: center;
    gap: 2rem;
}
.event-item[b-ch0nmyj4ck] {
    display: flex;
    flex-direction: column;
}

[b-ch0nmyj4ck] .mud-card-media {
    transition: background-size 0.3s ease;
    background-size: 100%;
}

[b-ch0nmyj4ck] .mud-card:hover .mud-card-media {
    background-size: 110%;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.greeter[b-xdxvulmtco] {
    display: grid;
    grid-gap: 5rem;
    grid-template-areas:
        'greeter-main greeter-second'
        'greeter-main greeter-third';
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}

[b-xdxvulmtco] .greeter-main {
    grid-area: greeter-main;
}

[b-xdxvulmtco] .greeter-second {
    grid-area: greeter-second;
}

[b-xdxvulmtco] .greeter-third {
    grid-area: greeter-third;
}
/* /Components/shared/Dialogs/ImageViewDialog.razor.rz.scp.css */
[b-m4d7zjm9hy] .mud-dialog {
    background-color: transparent !important;
    box-shadow: none !important;
}

[b-m4d7zjm9hy] .mud-dialog-content {
    background-color: transparent !important;
}
/* /Components/shared/MemberDisplayContainer.razor.rz.scp.css */
@media (width >= 28rem){
    .member-list:nth-child(2)[b-icbpnn3rn8]{
        flex-direction: row-reverse !important;
    }
}
/* /Components/shared/ParallaxHero.razor.rz.scp.css */
.parallax-hero[b-942z5jtlvj] {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}

.parallax-hero-content[b-942z5jtlvj] {
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Disable fixed attachment on mobile (causes issues on iOS) */
@media (max-width: 768px) {
    .parallax-hero[b-942z5jtlvj] {
        background-attachment: scroll;
    }
}
