@import '_content/BlazorCalendar/BlazorCalendar.5ariyvl65x.bundle.scp.css';
@import '_content/BlazorColorPicker/BlazorColorPicker.pt2dpl02or.bundle.scp.css';
@import '_content/Excubo.Blazor.TreeViews/Excubo.Blazor.TreeViews.bundle.scp.css';
@import '_content/LeafletForBlazor/LeafletForBlazor.bundle.scp.css';
@import '_content/WMBlazorOverlayScrollbars/WMBlazorOverlayScrollbars.bundle.scp.css';
@import '_content/WMBlazorSlickCarousel/WMBlazorSlickCarousel.bundle.scp.css';

/* _content/opstop/Pages/Visitors/Index.razor.rz.scp.css */

.ops-banner-bg[b-4nccpq7my4] {
    background: url(/assets/images/banners/stadium-light.jpg), linear-gradient(to bottom, #1d486c, rgb(121 166 203), rgb(255 255 255));
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    margin-top: 4rem;
}

.banner-content[b-4nccpq7my4] {
    display: flex;
}

.hook-text[b-4nccpq7my4] {
    max-height: fit-content;
    padding-top: 1rem;
}

    .hook-text h1[b-4nccpq7my4] {
        color: white;
        font-size: 4rem;
        font-weight: bold;
        min-width: 28rem;
    }

    .hook-text p[b-4nccpq7my4] {
        font-size: 1.5rem;
        font-weight: 500;
    }

.sub-hook-text[b-4nccpq7my4] {
    color: #204b6fd6; 
}

.action-buttons[b-4nccpq7my4] {
    display: flex;
    justify-content: center;
    gap: 3.5rem;
    width: 25rem;
    margin-top: 3rem;
}

.button[b-4nccpq7my4] {
    padding: 12px 20px;
    font-size: 1rem;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
}

.create-league[b-4nccpq7my4] {
    background-color: #eb1736;
    color: white;
}

    .create-league:hover[b-4nccpq7my4] {
        background-color: #b61429;
        color: #f6ede1;
    }

.join-league[b-4nccpq7my4] {
    background-color: #fff6f6;
    color: #eb1736;
    border: 1px solid #ccc;
    z-index: 1; /* Placed in front of picture */
}

    .join-league:hover[b-4nccpq7my4] {
        background-color: #f6ede1;
        color: #b61429;
    }
#league-details-card[b-4nccpq7my4] {
    background-color: #D3EAFD;
}

.league-details-item[b-4nccpq7my4] {
    display: grid;
    grid-template-rows: 2rem 6rem 2rem;
}

.league-details-button[b-4nccpq7my4] {
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
    background-color: #fff6f6;
    color: #eb1736;
    border: 1px solid #ccc;
    text-wrap: nowrap;
}
    .league-details-button:hover[b-4nccpq7my4] {
        background-color: #f6ede1;
        color: #b61429;
    }

.phone-pic[b-4nccpq7my4] {
    height: 45rem;
}

#ops-landing-row[b-4nccpq7my4] {
    display: flex;
    flex-wrap: wrap;
    margin-inline-end: calc(-0.5* var(--bs-gutter-x));
    margin-inline-start: calc(-0.5* var(--bs-gutter-x));
    align-items: stretch;
}

#ops-landing-card[b-4nccpq7my4] {
    margin: auto;
}

#ops-landing-card-2[b-4nccpq7my4] {
    display: flex;
    width: 50% !important;
}

#ops-landing-card-3[b-4nccpq7my4] {
    display: flex;
    width: 33% !important;
}

#customization[b-4nccpq7my4] {
    background: linear-gradient(to bottom, #204B6F, rgb(82,82,212, .3));
    z-index: auto;
}

#banner-content-container[b-4nccpq7my4] {
    margin-top: -4rem !important;
}

.landing-body .app-sidebar[b-4nccpq7my4] {
    background-color: #1d486c;
}

.landing-body .landing-main-image img[b-4nccpq7my4] {
    width: 43.063rem;
    height: 33.063rem;
    margin-block-start: 4px;
}

.landing-body .landing-main-image[b-4nccpq7my4]:before {
    inset-inline-start: 12rem;
}

.landing-body .landing-main-image[b-4nccpq7my4]:after {
    border: none;
}

.landing-body .landing-section-heading[b-4nccpq7my4]:before {
    background-image: linear-gradient( to right, #eb1736, rgba(var(--success-rgb), 0.1));
}

.text-success[b-4nccpq7my4] {
    color: #eb1736 !important;
    opacity: 0.8;
}

/* League Details Card */
@media (max-width: 1400px) {
    .league-details-item[b-4nccpq7my4] {
        display: grid;
        grid-template-rows: 3rem 10rem 4rem;
    }
}

@media (max-width: 769px) {
    #ops-landing-card-2[b-4nccpq7my4] {
        width: 100% !important;
    }

    #ops-landing-card-3[b-4nccpq7my4] {
        width: 100% !important;
    }
}


/* Tablet or Minimized Window */
@media (max-width: 992px) {
    .ops-banner-bg[b-4nccpq7my4] {
        background: url(/assets/images/banners/stadium-light.jpg), linear-gradient(to bottom, #1d486c, rgb(121 166 203), rgb(255 255 255));
        background-position: center;
        background-size: cover;
        margin-top: 0;
    }

    .phone-pic[b-4nccpq7my4] {
        display: none;
    }

    .league-details-item[b-4nccpq7my4] {
        display: grid;
        grid-template-rows: 4rem 13rem 3rem;
    }
}

/* Smaller Than Tablet to Mobile */
@media (max-width: 991.98px) {
    .hook-text[b-4nccpq7my4] {
        min-width: 10rem;
    }

        .hook-text h1[b-4nccpq7my4] {
            min-width: 15rem;
        }    
}

/* Bigger Phones */
@media (max-width: 575px) {
    #ops-landing-card[b-4nccpq7my4] {
        flex: none;
        width: 100% !important;
    }
}

/* Mobile */
@media (max-width: 410px) {
    .ops-banner-bg[b-4nccpq7my4] {
        height: 44rem;
    }

    .action-buttons[b-4nccpq7my4] {
        min-width: 5rem;
        gap: 0.5rem;
        width: auto;
    }
}
/* _content/opstop/Shared/LandingHeader.razor.rz.scp.css */
.button[b-laycpjhs08] {
    padding: 5px 10px;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
    color: #333;
    background-color: #f0f0f0;
    text-wrap: nowrap;
}

@media (max-width: 1260px) {
    .button[b-laycpjhs08] {
        padding: 5px 5px;
        font-size: 15px;
        width: 7rem;
    }

    #sign-in-btn[b-laycpjhs08] {
        width: 4rem !important;
    }
}

@media (max-width: 920px) {
    .button[b-laycpjhs08] {
        font-size: 1rem;
        padding: 5px 5px;
        transition: all 0.3s ease;
        color: white;
        text-wrap: nowrap;
        background-color: inherit;
    }

    #mobile-sign-in-btn[b-laycpjhs08] {
        color: black;
        background-color: white;
        width: 4rem;
    }
}
/* _content/opstop/Shared/LandingSidebar.razor.rz.scp.css */
.landing-body .app-sidebar[b-3xlruihrrw] {
    background-color: #204B6F;
}

.app-sidebar .side-menu__label[b-3xlruihrrw] {
    color: white !important;
    font-size: 15px;
    opacity: 1 !important;
}

#nav-item[b-3xlruihrrw] {
    opacity: 1 !important;
}

a[href="bracket-maker"][b-3xlruihrrw] {
    border: 1px dotted #a8c4db;
    padding: 12px;
}

.sign-in-btn[b-3xlruihrrw] {
    padding: 8px 18px;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
    color: white;
    background-color: #eb1736cf;
    text-wrap: nowrap;
}

    .sign-in-btn:hover[b-3xlruihrrw] {
        background-color: #b61429;
        color: #f6ede1;
    }
/* _content/opstop/Shared/MainLayout.razor.rz.scp.css */
.page[b-211lmqruc3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-211lmqruc3] {
    flex: 1;
}

.sidebar[b-211lmqruc3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-211lmqruc3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-211lmqruc3]  a, .top-row .btn-link[b-211lmqruc3] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-211lmqruc3] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-211lmqruc3] {
        display: none;
    }

    .top-row.auth[b-211lmqruc3] {
        justify-content: space-between;
    }

    .top-row a[b-211lmqruc3], .top-row .btn-link[b-211lmqruc3] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-211lmqruc3] {
        flex-direction: row;
    }

    .sidebar[b-211lmqruc3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-211lmqruc3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-211lmqruc3], article[b-211lmqruc3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/opstop/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dnriz0zsyy] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dnriz0zsyy] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dnriz0zsyy] {
    font-size: 1.1rem;
}

.oi[b-dnriz0zsyy] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-dnriz0zsyy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dnriz0zsyy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dnriz0zsyy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dnriz0zsyy]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dnriz0zsyy]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-dnriz0zsyy]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dnriz0zsyy] {
        display: none;
    }

    .collapse[b-dnriz0zsyy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-dnriz0zsyy] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
