﻿:root {
    --mud-palette-primary: #000000 !important;
}
html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width:100% !important;
}
.admission-bg {
    min-height: max(100vh, 900px);
    background-image: url('/asset/admissions-bg-v4.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    background-color: white;
}

.admission-bg-noimage {
    background-color: white;
}

.mud-step-label {
    min-width: 0;
}

    .mud-step-label .mud-step-label-content {
        white-space: normal !important;
        text-align: center;
        line-height: 1.15;
        word-break: normal;
    }


.mud-stepper.mud-stepper__horizontal .mud-stepper-nav-connector {
    align-self: center;
    margin: 0 -70px;
    margin-top: -25px !important;
    z-index: 0;
}




@media (max-width: 700px) {
    .mud-step-label {
        width: 50px;
        flex: 0 0 50px;
    }

        .mud-step-label .mud-step-label-content {
            max-width: 50px;
        }



    .mud-stepper.mud-stepper__horizontal .mud-stepper-nav-connector {
        
        margin-top: -50px !important;
    }
}

.admission-content {
    max-width: 1100px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    min-height: 100vh;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    overscroll-behavior-x:none;
}

@media (max-width: 959.98px) {
    .admission-content {
        max-width: none;
        margin: 0;
        padding: 0;
    }
}


.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    width: 100vw !important;
    background-color: #d32f2f !important;
    color: #FFF !important;
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.6) !important;
}

.page-header {
    background: black;
    color: white;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
}

.section-header {
    background: #EEE;
    color: black;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
}

.section-sub-header {
    color: black;
    font-weight: 600;
    font-size: 1.3rem !important;
    letter-spacing: 0.5px;
}

.field-label {
    font-weight: bold !important;
    font-size: 1.1rem !important;
}

.field-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.w-100 {
    width: 100% !important;
}

.app-container {

    max-width: 900px; /* adjust as needed */
    width: 100%;
}
.top-container {
    max-width: 1100px; /* adjust as needed */
    width: calc(100% - 75px);
    color:#000;
}


.action-button {
    width: 250px;
    height: 56px;
    background-color: #000 !important;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 15px !important;
}

.milabel {
    font-size:1.2rem !important;
    font-weight:bold !important;
}

.misublabel {
    font-size: 1.2rem !important;
}

.readonly-field  {
    background-color: #f5f5f5 !important;
}

.applyLoginFont {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.1rem !important; /* 20px */
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0075em;
}



@media (max-width: 700px) {
    .page-header {
        background: black;
        color: white;
        padding: 12px 16px;
        font-weight: 600;
        font-size: 1.2rem;
        letter-spacing: 0.5px;
    }

    .page-header {
        background: black;
        color: white;
        padding: 12px 16px;
        font-weight: 600;
        font-size: 1.2rem;
        letter-spacing: 0.5px;
    }

    .section-header {
        background: #EEE;
        color: black;
        padding: 12px 16px;
        font-weight: 600;
        font-size: 1.2rem;
        letter-spacing: 0.5px;
    }

}

