﻿body, html{
    background: white;
}

.form-layout-main {
    margin-top: 10px;
    padding-bottom: 150px;
}

.Page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}

.form-container{
    margin-bottom: 150px;
    margin-top: 120px;
}

@media(max-width: 1500px){
    .form-container {
        margin-top: 0px;
    }
}

.outdated-row {
    background-color: rgba(255, 0, 0, 0.08);
}

/*Backround With Partner*/
.partner-wrapper {
    margin-bottom: 250px;
    margin-top: -250px;
}

.partner-background {
    background-color: #0049871A;
    height: 1000px;
    margin-bottom: -1080px;
}

@media(max-width: 1390px){
    .partner-background {
        height: 900px;
        margin-bottom: -900px;
    }
}
@media(max-width: 954px){
    .partner-wrapper {
        margin-top: -500px;
    }
}
@media(max-width: 770px){
    .partner-background {
        height: 1300px;
        margin-bottom: -1300px;
    }

    .partner-wrapper {
        margin-bottom: 450px;
    }
}

/*HeroImage (Header Background)*/
.HeroImage-Wrapper {
    max-height: 750px;
    position: relative;
}

.HeroImage {
    max-height: 750px;
    object-fit: cover;
    width: 100%;
    object-position: center 25%;
}

.Floating-Button {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2;
}

.HeroWaveSVG {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 225px;
}


@media(max-width: 2000px) {
    .HeroImage {
        max-height: 700px;
        object-position: center 30%;
    }
    .HeroWaveSVG {
        bottom: 180px;
    }
}

@media(max-width: 1500px){
    .HeroImage {
        max-height: 550px;
        object-position: center 15%;
    }
    .HeroWaveSVG {
        bottom: 130px;
    }
}

@media(max-width: 1000px) {
    .HeroImage {
        max-height: 450px;
    }
    .HeroWaveSVG {
        bottom: 80px;
    }
}
@media(max-width: 600px) {
    .HeroImage {
        max-height: 280px;
    }

    .HeroWaveSVG {
        bottom: 50px;
    }
}

@media(max-width: 450px) {
    .HeroImage {
        max-height: 260px;
    }

    .HeroWaveSVG {
        bottom: 35px;
    }
}

/*Footer*/
.Footer {
    height: 255px;
    margin-top: -255px;
}

@media(max-width: 770px){
    .Footer {
        height: 370px;
        margin-top: -370px;
    }
}
@media(max-width: 450px) {
    .Footer {
        height: 400px;
        margin-top: -400px;
    }
}

/*WebApp Styling*/
.outlined-box {
    padding: 4px 16px;
    border-radius: 0px;
    border: 2.5px solid var(--mud-palette-secondary);
    display: inline-block;
}

.big-btn {
    min-height: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0 15px;
}

.field-like-btn {
    height: 56px;
    font-size: 0.9rem;
    margin-top: 4px;
    font-weight: 600;
    border-width: 1px !important;
}

.thicker-boder-textfield {
    border-width: 2.5px !important;
    max-width: 150px;
}

.big-radio-btn {
    border-radius: 0 !important;
    transition: border-color 0.2s, box-shadow 0.2s;
    min-height: 80px;
    font-size: 1.2rem;
    padding: 0;
    background: transparent !important;
}

.mud-step-label {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.mud-color-primary {
    color: var(--mud-palette-primary) !important;
}

.mud-color-secondary {
    color: var(--mud-palette-secondary) !important;
}

.mud-backgroundcolor-primary {
    background-color: var(--mud-palette-primary) !important;
}

.mud-backgroundcolor-secondary {
    background-color: var(--mud-palette-secondary) !important;
}

.mud-backgroundcolor-error {
    background-color: var(--mud-palette-error) !important;
}

.my-progress-gradient .mud-progress-linear-bar {
    background: linear-gradient(90deg, var(--mud-palette-secondary) 0%, var(--mud-palette-primary) 100%);
}

.mud-button-outlined {
    border-radius: 0 !important;
    border-width: 2.5px !important;
}

.mud-button-filled {
    border-radius: 0 !important;
}

.mud-input-outlined-border {
    border-radius: 0px !important;
    border-color: var(--mud-palette-primary) !important;
}

/* Typography styles for MudBlazor components */
.mud-typography-h3 {
    font-size: 2.5rem !important;
    font-weight: 1000 !important;
}

.mud-typography-h4 {
    font-size: 2.2rem !important;
    font-weight: 1000 !important;
}

.mud-typography-h5 {
    font-size: 1.5rem !important;
    font-weight: 900 !important;
}

.mud-typography-h6 {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}

.mud-typography-subtitle2 {
    font-size: 1.1rem !important;
    font-weight: 800 !important;
}

.mud-typography-body1 {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.mud-typography-body2 {
    font-size: 0.7rem !important;
    font-weight: 400 !important;
}

@media (max-width: 959px) {
    .mud-typography-h4 {
        font-size: 2rem !important;
    }
    .mud-typography-h4 {
        font-size: 1.8rem !important;
    }

    .mud-typography-h5 {
        font-size: 1.1rem !important;
    }

    .mud-typography-h6 {
        font-size: 1.02rem !important;
    }

    .mud-typography-subtitle2 {
        font-size: 1rem !important;
    }

    .mud-typography-body1 {
        font-size: 0.92rem !important;
    }

    .mud-typography-body2 {
        font-size: 0.7rem !important;
    }
}


