.red {
    border: solid red 1px;
}

.blue {
    border: solid blue 1px;
}

.green {
    border: solid green 1px;
}


sup {
    color: red !important;
}

:root {
    --primaryRed: #EB1C22;
    --primaryBlue: #1C2960;
}


header, footer {
    background-color: var(--primaryBlue) !important;
}

header a{
    background-color: #ffffff;
    padding: 4px;
    border-radius: 2px;
    color: var(--primaryBlue);
}

header a:hover {
    color: var(--primaryRed);
}

footer p, footer a {
    color: #fff;
}


.logo {
    width: 75px;
    margin-bottom: 30px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.loginSection,
.admissionFormSection,
.thankYouSection {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('https://acecricketacademy.in/wp-content/uploads/2025/05/background2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.loginForm,
.admissionForm,
.thankYouBox{
    padding: 16px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.7);
}

.admissionForm a {
    color: var(--primaryBlue);
}

.buttonRed {
    padding: 8px 32px !important;
    background-color: var(--primaryRed);
    color: #ffffff;
    border: none;
    border-radius: 8px;
}

.buttonRed:hover {
    padding: 8px 32px !important;
    background-color: var(--primaryBlue);
    color: #ffffff;
    border: none;
    border-radius: 0px;
    transition: 0.5s;
}


.dashboardSection,
.admissionsSection {
    flex: 1;
    /* display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('https://acecricketacademy.in/wp-content/uploads/2025/05/background2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */
}


.card {
    border-color: var(--primaryBlue) !important;
}


table th{
    font-size: 10px;
    font-weight: 400 !important;
}

table td {
    font-size: 12px;
}

table a {
    color: #495057;
}
table a:hover {
    color: var(--primaryBlue);
}
