@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.g22u5lm4z9.bundle.scp.css';

/* _content/MedicalUnderwritingApplication/Components/Common/Wizard.razor.rz.scp.css */

.circle-button[b-0j8lgtkati] {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 0;
    min-width: 0;
    position: relative;
    
}

[b-0j8lgtkati] .circle-button {
    border-radius: 50% !important;
    width: 48px;
    height: 48px;
    padding: 0;
    min-width: 0;
    position: relative;
}

.hover-card[b-0j8lgtkati] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    border-right: 2px solid red;
}

    .hover-card:hover[b-0j8lgtkati] {
        transform: scale(1.03);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.wizard[b-0j8lgtkati] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:35px;
}

.wizard-step[b-0j8lgtkati] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    max-width: 145px;
}

.wizard-step[b-0j8lgtkati]:after {
    content: '';
    height: 5px;
    width: 100%;
    background: #d8cfe8;
    display: flex;
    position: absolute;
    top: 40px;
    left: 50%;
}


.wizard-step:first-child[b-0j8lgtkati]::after {
    content: '';
    height: 5px;
    width: 100%;
    background: #d8cfe8;
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
}

.wizard-step.completed[b-0j8lgtkati]::after {
    background: #4A2565; /* Example active color */
}


.wizard-step:last-child[b-0j8lgtkati]::after {
    content: '';
    display: none;
}



.circle[b-0j8lgtkati] {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 1.5rem;
    color: white;
    z-index: 1;
    transition:0.8s all;
}

.checkmark[b-0j8lgtkati] {
    position: absolute;
    bottom: -5px;
    right: -4px;
    background-color: #48B6A4;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.label[b-0j8lgtkati] {
    margin-top: 0.5rem;
    font-size: 1rem;
    color: #4A2565;
}



.active .circle[b-0j8lgtkati] {
    background-color: #4A2565 !important;
    border: 3px solid white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: scale(1.3);
}

.completed .circle[b-0j8lgtkati] {
    background-color: #4A2565;
}

.upcoming .circle[b-0j8lgtkati] {
    background-color: #d8cfe8;
}

.wizard-background[b-0j8lgtkati] {
    width: 100%;
    height: 50px;
    background: url(images/Hollard_pattern.png);
    background-size: 50%;
    position: absolute;
    left: 0px;
    top: -10px;
}
/* _content/MedicalUnderwritingApplication/Components/Common/YesNoToggle.razor.rz.scp.css */
/* _content/MedicalUnderwritingApplication/Components/Layout/MainLayout.razor.rz.scp.css */
.sidebar[b-wvpmzrx2ya] {
    min-width: 250px;
}

.content[b-wvpmzrx2ya] {
    flex: 1;
    margin: 16px;
}

.loader-overlay[b-wvpmzrx2ya] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    gap:15px;
}
/* _content/MedicalUnderwritingApplication/Components/Pages/ApplicationDetail.razor.rz.scp.css */
html[b-6bwvsu064l], body[b-6bwvsu064l] {
    margin: 0;
    padding: 0;
    height: 100%;
}


.container[b-6bwvsu064l] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.banner[b-6bwvsu064l] {
    background-color: #ffffff;
    color: #4A2565; /* Purple text for visibility */
    padding: 1rem;
    text-align: center;
    height: 195px;
    flex-shrink: 0; /* Prevent shrinking */
    position: sticky;
    top: 0;
    z-index: 10; /* Keep it above scrolling content */
    border-bottom: 1px solid #ccc;
}

.main[b-6bwvsu064l] {
    display: flex;
    flex: 1;
    overflow: hidden; /* Prevent body scroll */
}

.sidebar[b-6bwvsu064l] {
    display: flex;
    width: 200px;
    background-color: #f4f4f4;
    flex-direction: column;
    position: relative;
}

.sidebar-heading[b-6bwvsu064l], .sidebar-action[b-6bwvsu064l] {
    background: #d1c8d8;
    width: 100%;
    overflow:hidden;
    display: flex;
    left: 0px;
    top: 0px;
    height: 55px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #442359;
    font-weight: bold;
    border-bottom: 1px solid #442359;
}
.sidebar-action[b-6bwvsu064l] {
    background: transparent;
    border:0px;
}

.add-member-btn[b-6bwvsu064l] {
    border: 2px solid #ffffff;
    padding: 5px;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background: #442359;
    color: white;
}
.add-member-btn:hover[b-6bwvsu064l] {
    background: #e64600;
    cursor:pointer;
}

.sidebar-content[b-6bwvsu064l] {
    padding: 1rem;
    width: 100%;
    display: flex;
    height: 100%;
    flex: 1;
    flex-direction: column;
    overflow: scroll;
}

.content[b-6bwvsu064l] {
    flex: 1;
    background-color: #eaeaea;
    width: 100%;
}

.content-heading[b-6bwvsu064l] {
    background: #e6e6e6;
    width: 100%;
    display: flex;
    left: 0px;
    top: 0px;
    height: 55px;
    justify-content: center;
    flex-direction: row;
    align-items: center; /* Center horizontally */
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}

.content-content[b-6bwvsu064l] {
    padding: 1rem;
    width: 100%;
    display: flex;
    height: 100%;
    flex: 1;
    flex-direction: column;
    overflow: scroll;
    padding-bottom: 145px;
}

