@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/SuperCampeonesApp.Web/Pages/AttendanceFormularyComponent.razor.rz.scp.css */
.attendancesBanner[b-9vrwwqt4fl] {
    background-image: url('../images/chelsea school.jpg');
    background-size: contain;
    background-position-y: bottom;
    height: 300px;
    margin-bottom: 20px;
}

.formulary[b-9vrwwqt4fl] {
    max-width: 500px;
    border: 2px solid #d8d2d2;
    border-radius: 5px;
    padding: 20px;
}
/* _content/SuperCampeonesApp.Web/Pages/AttendancesComponent.razor.rz.scp.css */
.attendancesBanner[b-xwlzndkqgs] {
    background-image: url('../images/chelsea school.jpg');
    background-size: contain;
    background-position-y: bottom;
    height: 300px;
    margin-bottom: 20px;
}
/* _content/SuperCampeonesApp.Web/Pages/CourseFormularyComponent.razor.rz.scp.css */
.coursesBanner[b-baiehjlpwy] {
    background-image: url('../images/scfc_background3.png');
    background-size: cover;
    background-position-y: bottom;
    height: 300px;
    margin-bottom: 20px;
}

.formulary[b-baiehjlpwy] {
    max-width: 500px;
    border: 2px solid #d8d2d2;
    border-radius: 5px;
    padding: 20px;
}
/* _content/SuperCampeonesApp.Web/Pages/CoursesComponent.razor.rz.scp.css */
.coursesBanner[b-x2ifwyj4lr] {
    background-image: url('../images/scfc_background3.png');
    background-size: cover;
    background-position-y: bottom;
    height: 300px;
    margin-bottom: 20px;
}
/* _content/SuperCampeonesApp.Web/Pages/Login.razor.rz.scp.css */
.loginCard[b-uv4fqhcd70] {
    border-radius: 1.2rem;
    box-shadow: 0 6px 32px rgba(0,0,0,0.15), 0 1.5px 4px rgba(0,0,0,0.08);
    border: none;
    background: #fff;
    padding: 2.5rem 2rem 2rem 2rem;
    max-width: 370px;
    margin: 1.5rem auto 0 auto;
    transition: box-shadow 0.2s;
}

    .loginCard:hover[b-uv4fqhcd70], .loginCard:focus-within[b-uv4fqhcd70] {
        box-shadow: 0 12px 40px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.10);
    }

    .loginCard button[b-uv4fqhcd70]{
        width: 110px;
        align-self: center;
    }

.logoImage[b-uv4fqhcd70] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem auto;
    display: block;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    border: 2px solid #f4f6fa;
    background: #fff;
}

.subtitleColor[b-uv4fqhcd70] {
    color: #007bff;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.positionRelative[b-uv4fqhcd70] {
    position: fixed;
    width: 100%;
    top: 40%;
    left:50%;
    transform: translate(-50%, -40%);
}
/* _content/SuperCampeonesApp.Web/Pages/SettingsComponent.razor.rz.scp.css */
.formulary[b-fekekjtz9y] {
    max-width: 500px;
    border: 2px solid #d8d2d2;
    border-radius: 5px;
    padding: 20px;
}
/* _content/SuperCampeonesApp.Web/Pages/SoccerfieldAvailabilityFormularyComponent.razor.rz.scp.css */
.formulary[b-zy6geh2l6u] {
    max-width: 500px;
    border: 2px solid #d8d2d2;
    border-radius: 5px;
    padding: 20px;
}
/* _content/SuperCampeonesApp.Web/Pages/SoccerFieldBookingFormularyComponent.razor.rz.scp.css */
.formulary[b-6qbomoyfcf] {
    max-width: 500px;
    border: 2px solid #d8d2d2;
    border-radius: 5px;
    padding: 20px;
}
/* _content/SuperCampeonesApp.Web/Pages/StudentFormularyComponent.razor.rz.scp.css */
.studentsBanner2[b-dp0ryijt2b] {
    background-image: url('../images/scfc_background2.jpg');
    background-size: cover;
    background-position-y: bottom;
    height: 300px;
    margin-bottom: 20px;
}

.formulary[b-dp0ryijt2b]
{
    max-width:500px;
    border:2px solid #d8d2d2;
    border-radius:5px;
    padding:20px;
}
/* _content/SuperCampeonesApp.Web/Pages/StudentsComponent.razor.rz.scp.css */
.studentsBanner[b-w9gs447ypg] {
    background-image: url('../images/scfc_background1.jpg');
    background-size: cover;
    background-position-y:bottom;
    height: 300px;
    margin-bottom:20px;
}
/* _content/SuperCampeonesApp.Web/Shared/AttendanceList.razor.rz.scp.css */
/* The Modal (background) */
.modal[b-ch4a0e7dfn] {
    display: block; /* shown by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-dialog[b-ch4a0e7dfn] {
    max-width: 1000px !important;
}

/* Modal Content/Box */
.modal-content[b-ch4a0e7dfn] {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 98%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-ch4a0e7dfn] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-ch4a0e7dfn],
    .close:focus[b-ch4a0e7dfn] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
/* _content/SuperCampeonesApp.Web/Shared/ConfirmationDialog.razor.rz.scp.css */
/* The Modal (background) */
.modal[b-l5vmm6tclk] {
    display: block; /* shown by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content[b-l5vmm6tclk] {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-l5vmm6tclk] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-l5vmm6tclk],
    .close:focus[b-l5vmm6tclk] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
/* _content/SuperCampeonesApp.Web/Shared/LoadingSpinner.razor.rz.scp.css */
/* The Modal (background) */
.modal[b-phcxq9pyc6] {
    display: block; /* shown by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.lds-ripple[b-phcxq9pyc6] {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
    top: 50%;
}

    .lds-ripple div[b-phcxq9pyc6] {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple-b-phcxq9pyc6 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2)[b-phcxq9pyc6] {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple-b-phcxq9pyc6 {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
/* _content/SuperCampeonesApp.Web/Shared/MainLayout.razor.rz.scp.css */
.layout-root[b-8cir0z6zd5] {
       min-height: 100vh;
       display: flex;
       flex-direction: column;
   }

   .page[b-8cir0z6zd5] {
       flex: 1 0 auto;
       display: flex;
       flex-direction: column;
   }

   .app-footer[b-8cir0z6zd5] {
       flex-shrink: 0;
   }

.layout-root[b-8cir0z6zd5] {
       min-height: 100vh;
       display: flex;
       flex-direction: column;
   }

   .page[b-8cir0z6zd5] {
       flex: 1 0 auto;
       display: flex;
       flex-direction: column;
   }

   .app-footer[b-8cir0z6zd5] {
       flex-shrink: 0;
   }

.page[b-8cir0z6zd5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8cir0z6zd5] {
    flex: 1;
}

.sidebar[b-8cir0z6zd5] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-8cir0z6zd5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8cir0z6zd5]  a, .top-row .btn-link[b-8cir0z6zd5] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-8cir0z6zd5] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8cir0z6zd5] {
        display: none;
    }

    .top-row.auth[b-8cir0z6zd5] {
        justify-content: space-between;
    }

    .top-row a[b-8cir0z6zd5], .top-row .btn-link[b-8cir0z6zd5] {
        margin-left: 0;
    }

    .app-footer[b-8cir0z6zd5] {
        padding: 10px!important;
    }

    .nav[b-8cir0z6zd5] {
        padding-top: 6.5rem; /* Prevents overlap with fixed navbar */
    }
}

@media (min-width: 641px) {
    .page[b-8cir0z6zd5] {
        flex-direction: row;
    }

    .sidebar[b-8cir0z6zd5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8cir0z6zd5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-8cir0z6zd5], article[b-8cir0z6zd5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.main-content[b-8cir0z6zd5] {
    padding: 5rem 2rem 2rem 2rem;
}

.app-footer[b-8cir0z6zd5] {
    width: 100%;
    background: #f4f6fa;
    border-top: 1px solid #e2e6ea;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.04);
    padding: 1.2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
}

.footer-content[b-8cir0z6zd5] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-logo[b-8cir0z6zd5] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10);
    background: #fff;
}

.footer-text[b-8cir0z6zd5] {
    color: #343a40;
    font-size: 1rem;
}

.footer-text a[b-8cir0z6zd5] {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.footer-text a:hover[b-8cir0z6zd5] {
    text-decoration: underline;
}
/* _content/SuperCampeonesApp.Web/Shared/MembershipPaymentFormulary.razor.rz.scp.css */
/* The Modal (background) */
.modal[b-y79zv39l36] {
    display: block; /* shown by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content[b-y79zv39l36] {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 98%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-y79zv39l36] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-y79zv39l36],
    .close:focus[b-y79zv39l36] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.formulary[b-y79zv39l36] {
    max-width: 500px;
    border: 2px solid #d8d2d2;
    border-radius: 5px;
    padding: 20px;
}
/* _content/SuperCampeonesApp.Web/Shared/MessageDialog.razor.rz.scp.css */
/* The Modal (background) */
.modal[b-gig53xqer9] {
    display: block; /* shown by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content[b-gig53xqer9] {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-gig53xqer9] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-gig53xqer9],
    .close:focus[b-gig53xqer9] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
/* _content/SuperCampeonesApp.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-343gmyswgq] {
    margin-right: 1rem;
    background-color: #adb5bd; /* Medium gray */
    box-shadow: 0 2px 8px rgba(0,0,0,0.18); /* Soft shadow */
    border: none;
    border-radius: 0.5rem;
    transition: background 0.2s, box-shadow 0.2s;
}

.navbar-toggler:focus[b-343gmyswgq],
.navbar-toggler:hover[b-343gmyswgq] {
    background-color: #868e96; /* Slightly darker on hover/focus */
    box-shadow: 0 4px 16px rgba(0,0,0,0.22);
}

.top-row[b-343gmyswgq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    height: 4.5rem;
    background: #f4f6fa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    display: flex;
    align-items: center;
    padding: 0;
    border: 1px solid #e2e6ea;
}

.navbar-brand[b-343gmyswgq] {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-logo[b-343gmyswgq] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10);
    background: #fff;
    display: block;
}

.collapse[b-343gmyswgq], .collapse.show[b-343gmyswgq] {
    background: #f4f6fa; /* Soft sidebar gray */
    min-height: 100vh;
    box-shadow: 2px 0 12px rgba(0,0,0,0.08);
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    transition: box-shadow 0.2s;
}

nav.flex-column[b-343gmyswgq] {
    padding-top: 1.5rem;
}

.nav-item[b-343gmyswgq] {
    margin-bottom: 0.5rem;
}

.nav-item[b-343gmyswgq]  a {
    color: #343a40;
    background: transparent;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    transition: background 0.15s, color 0.15s;
}

.nav-item[b-343gmyswgq]  a.active,
.nav-item[b-343gmyswgq]  a:hover {
    background: #e2e6ea;
    color: #212529;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.oi[b-343gmyswgq] {
    margin-right: 0.5rem;
    font-size: 1.2rem;
    color: #007bff;
}

@media (min-width: 641px) {
    .navbar-toggler[b-343gmyswgq] {
        display: none;
    }

    .collapse[b-343gmyswgq] {
        display: block;
    }

        .collapse[b-343gmyswgq], .collapse.show[b-343gmyswgq] {
            padding-top: 4.5rem;
        }

    .nav-menu-overlay[b-343gmyswgq] {
        padding-top: 4.5rem; /* Prevents overlap with fixed navbar */
    }
}

@media (max-width: 640.98px) {
    .nav-menu-overlay[b-343gmyswgq] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(244,246,250,0.98);
        z-index: 2000;
        box-shadow: 2px 0 12px rgba(0,0,0,0.08);
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
        overflow-y: auto;
        display: block !important;
        padding-top: 4.5rem; /* Prevents overlap with fixed navbar */
    }
}

.navbar-dark[b-343gmyswgq] {
    color: #343a40; /* Match sidebar text color */
}
/* _content/SuperCampeonesApp.Web/Shared/StudentsList.razor.rz.scp.css */
/* The Modal (background) */
.modal[b-21r4o1l0cv] {
    display: block; /* shown by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-dialog[b-21r4o1l0cv] {
    max-width: 1000px !important;
}

/* Modal Content/Box */
.modal-content[b-21r4o1l0cv] {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 98%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-21r4o1l0cv] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-21r4o1l0cv],
    .close:focus[b-21r4o1l0cv] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
