@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/CustomComponents/Footer.razor.rz.scp.css */
footer[b-0g1br23k0f] {
    background: #3d5a55;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin: 0 auto;
    color: white;
    text-align: center;
    padding: 1rem;
}
.link[b-0g1br23k0f]{
    color: white;
}

.link:hover[b-0g1br23k0f]{
    color:red;
}

@media (max-width: 1024px) {
    footer[b-0g1br23k0f] {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 768px) {
    footer[b-0g1br23k0f] {
        width: 100%;
        margin: 0;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }
}
/* /Components/CustomComponents/Header.razor.rz.scp.css */
.global-header[b-250tbg1g8p] {
    justify-content: center;
    align-items: center;
    width: 75%;
    margin: 0 auto;
    background-color: white;
/*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.header-top[b-250tbg1g8p] {
    background-color: white;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.collaboration[b-250tbg1g8p] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 0 auto;
}

.logo-allia[b-250tbg1g8p] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo-allia img[b-250tbg1g8p] {
    height: 40px;
}

.insurance-text[b-250tbg1g8p] {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.collaboration-text[b-250tbg1g8p] {
    color: #333;
    font-size: 14px;
    padding: 0 2rem;
}

.logo-uni img[b-250tbg1g8p] {
    height: 50px;
}

.header-bottom[b-250tbg1g8p] {
    background-color: #f5f5f5;
    padding: 0.75rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.nav-links[b-250tbg1g8p] {
    display: flex;
    gap: 2rem;
}

.nav-link[b-250tbg1g8p] {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 0.5rem 0;
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s;
}

.nav-link:hover[b-250tbg1g8p] {
    border-bottom-color: #333;
}

.header-right[b-250tbg1g8p] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.environment-badge[b-250tbg1g8p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    border: 1px solid transparent;
    color: white;
    background-color: red;
}


.language-selector[b-250tbg1g8p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.language-label[b-250tbg1g8p] {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.language-dropdown[b-250tbg1g8p] {
    padding: 0.25rem 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

/* Tablet Responsiveness (768px - 1024px) */
@media (max-width: 1024px) {
    .global-header[b-250tbg1g8p] {
        width: 100%;
    }

    .header-top[b-250tbg1g8p],
    .header-bottom[b-250tbg1g8p] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .collaboration[b-250tbg1g8p] {
        gap: 1.5rem;
    }

    .collaboration-text[b-250tbg1g8p] {
        padding: 0 1rem;
        font-size: 13px;
    }

    .header-bottom[b-250tbg1g8p] {
        padding: 0.75rem 1.5rem;
    }

    .nav-links[b-250tbg1g8p] {
        gap: 1.5rem;
    }

    .nav-link[b-250tbg1g8p] {
        font-size: 15px;
    }
}

/* Mobile Responsiveness (max-width: 767px) */
@media (max-width: 767px) {
    .global-header[b-250tbg1g8p] {
        width: 100%;
    }

    .header-top[b-250tbg1g8p],
    .header-bottom[b-250tbg1g8p] {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .collaboration[b-250tbg1g8p] {
        flex-direction: column;
        gap: 1rem;
    }

    .logo-allia img[b-250tbg1g8p] {
        height: 28px;
    }

    .logo-uni img[b-250tbg1g8p] {
        height: 40px;
    }

    .insurance-text[b-250tbg1g8p] {
        font-size: 12px;
    }

    .collaboration-text[b-250tbg1g8p] {
        padding: 0;
        font-size: 12px;
        text-align: center;
    }

    .header-bottom[b-250tbg1g8p] {
        flex-direction: column;
        padding: 1rem;
        gap: 1rem;
    }

    .nav-links[b-250tbg1g8p] {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        align-items: center;
    }

    .nav-link[b-250tbg1g8p] {
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .header-right[b-250tbg1g8p] {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .language-selector[b-250tbg1g8p] {
        width: 100%;
        justify-content: center;
    }

    .language-label[b-250tbg1g8p] {
        font-size: 13px;
    }

    .language-dropdown[b-250tbg1g8p] {
        font-size: 13px;
    }
}
/* /Components/CustomComponents/StepIndicator.razor.rz.scp.css */
.step-indicator[b-7z1mq2dlao] {
    margin-bottom: 40px;
}

.progress-bar-container[b-7z1mq2dlao] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 0 20px;
}

.step-circle[b-7z1mq2dlao] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    z-index: 2;
    position: relative;
}

.step-circle.active[b-7z1mq2dlao] {
    background-color: #dc3545;
    color: white;
}

.step-circle.completed[b-7z1mq2dlao] {
    background-color: #a4c639;
    color: white;
}

.progress-line[b-7z1mq2dlao] {
    flex: 1;
    height: 4px;
    background-color: #e0e0e0;
    position: relative;
}

.progress-line.completed[b-7z1mq2dlao] {
    background-color: #a4c639;
}

.step-labels[b-7z1mq2dlao] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.step-label[b-7z1mq2dlao] {
    flex: 1;
    text-align: center;
    font-size: 13px;
    color: #999;
    font-weight: normal;
}

.step-label.active[b-7z1mq2dlao] {
    color: #dc3545;
    font-weight: bold;
}

@media (max-width: 768px) {
    .step-labels[b-7z1mq2dlao] {
        font-size: 11px;
    }
    
    .step-circle[b-7z1mq2dlao] {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}
/* /Components/CustomComponents/StudentRoomStap1.razor.rz.scp.css */
.step-container[b-2hqenu8dpq] {
    width: 75%;
    margin: 0 auto;
    padding: 2rem 0;
    background-color: white;
}

.step-container h3[b-2hqenu8dpq] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.step-container p[b-2hqenu8dpq] {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.form-group[b-2hqenu8dpq] {
    margin-bottom: 24px;
    max-width: 500px;
}

.form-group label[b-2hqenu8dpq] {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}

.form-control[b-2hqenu8dpq] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
}

.form-control:focus[b-2hqenu8dpq] {
    outline: none;
    border-color: #3d5a55;
    box-shadow: 0 0 0 0.2rem rgba(61, 90, 85, 0.25);
}

.error[b-2hqenu8dpq] {
    display: block;
    margin-top: 4px;
    padding: 8px;
    font-size: 12px;
    border-radius: 5px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    width: 100%;
    box-sizing: border-box;
}

.alert[b-2hqenu8dpq] {
    padding: 15px;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 15px;
}

.alert-danger[b-2hqenu8dpq] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.button-group[b-2hqenu8dpq] {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.btn[b-2hqenu8dpq] {
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:disabled[b-2hqenu8dpq] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-2hqenu8dpq] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover:not(:disabled)[b-2hqenu8dpq] {
    background-color: #5a6268;
    transform: translateY(-1px);
}

.btn-primary[b-2hqenu8dpq] {
    background-color: #3d5a55;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-2hqenu8dpq] {
    background-color: #2d4a45;
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
    .step-container[b-2hqenu8dpq] {
        width: 100%;
        padding: 1rem 0.75rem;
    }

    .form-group[b-2hqenu8dpq] {
        max-width: 100%;
    }

    .button-group[b-2hqenu8dpq] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-2hqenu8dpq] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .step-container[b-2hqenu8dpq] {
        width: 100%;
        padding: 1rem 0.5rem;
    }

    .button-group[b-2hqenu8dpq] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-2hqenu8dpq] {
        width: 100%;
    }
}
/* /Components/CustomComponents/StudentRoomStap2.razor.rz.scp.css */
.step-container[b-6jfutoxlzl] {
    width: 75%;
    margin: 0 auto;
    padding: 2rem 0;
    background-color: white;
}

.step-container h3[b-6jfutoxlzl] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.step-container p[b-6jfutoxlzl] {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.form-group[b-6jfutoxlzl] {
    margin-bottom: 24px;
    max-width: 500px;
}

.form-group label[b-6jfutoxlzl] {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}

.form-row-inline[b-6jfutoxlzl] {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.form-group-inline[b-6jfutoxlzl] {
    flex: 1;
    min-width: 200px;
}

.form-group-inline label[b-6jfutoxlzl] {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}

.form-control[b-6jfutoxlzl] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
}

.form-control:focus[b-6jfutoxlzl] {
    outline: none;
    border-color: #3d5a55;
    box-shadow: 0 0 0 0.2rem rgba(61, 90, 85, 0.25);
}
.error[b-6jfutoxlzl] {
    margin-top: 4px;
    padding: 8px;
    font-size: 12px;
    border-radius: 5px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.button-group[b-6jfutoxlzl] {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.btn[b-6jfutoxlzl] {
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:disabled[b-6jfutoxlzl] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-6jfutoxlzl] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover:not(:disabled)[b-6jfutoxlzl] {
    background-color: #5a6268;
    transform: translateY(-1px);
}

.btn-primary[b-6jfutoxlzl] {
    background-color: #3d5a55;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-6jfutoxlzl] {
    background-color: #2d4a45;
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
    .step-container[b-6jfutoxlzl] {
        width: 100%;
        padding: 1rem 0.75rem;
    }

    .form-group[b-6jfutoxlzl],
    .form-group-inline[b-6jfutoxlzl] {
        max-width: 100%;
    }

    .form-row-inline[b-6jfutoxlzl] {
        flex-direction: column;
        gap: 0;
    }

    .form-group-inline[b-6jfutoxlzl] {
        min-width: 0;
        width: 100%;
        margin-bottom: 24px;
    }

    .button-group[b-6jfutoxlzl] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-6jfutoxlzl] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .step-container[b-6jfutoxlzl] {
        width: 100%;
        padding: 1rem 0.5rem;
    }

    .button-group[b-6jfutoxlzl] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-6jfutoxlzl] {
        width: 100%;
    }
}
/* /Components/CustomComponents/StudentRoomStap3.razor.rz.scp.css */
.step-container[b-bc3i3wr2tb] {
    width: 75%;
    margin: 0 auto;
    padding: 2rem 0;
    background-color: white;
}

.step-container h3[b-bc3i3wr2tb] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.step-container h4[b-bc3i3wr2tb] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #666;
}

.step-container p[b-bc3i3wr2tb] {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.form-group[b-bc3i3wr2tb] {
    margin-bottom: 24px;
    max-width: 500px;
}

.form-group label[b-bc3i3wr2tb] {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}

.form-row-inline[b-bc3i3wr2tb] {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.form-group-inline[b-bc3i3wr2tb] {
    flex: 1;
    min-width: 200px;
}

.form-group-inline label[b-bc3i3wr2tb] {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}

.form-control[b-bc3i3wr2tb] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    box-sizing: border-box;
}

.form-control:focus[b-bc3i3wr2tb] {
    outline: none;
    border-color: #3d5a55;
    box-shadow: 0 0 0 0.2rem rgba(61, 90, 85, 0.25);
}

.form-control:disabled[b-bc3i3wr2tb] {
    background-color: #e9ecef;
    opacity: 0.6;
    cursor: not-allowed;
}

.error[b-bc3i3wr2tb] {
    margin-top: 4px;
    padding: 8px;
    font-size: 12px;
    border-radius: 5px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.button-group[b-bc3i3wr2tb] {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.btn[b-bc3i3wr2tb] {
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:disabled[b-bc3i3wr2tb] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-bc3i3wr2tb] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover:not(:disabled)[b-bc3i3wr2tb] {
    background-color: #5a6268;
    transform: translateY(-1px);
}

.btn-primary[b-bc3i3wr2tb] {
    background-color: #3d5a55;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-bc3i3wr2tb] {
    background-color: #2d4a45;
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
    .step-container[b-bc3i3wr2tb] {
        width: 100%;
        padding: 1rem 0.75rem;
    }

    .form-group[b-bc3i3wr2tb],
    .form-group-inline[b-bc3i3wr2tb] {
        max-width: 100%;
    }

    .form-row-inline[b-bc3i3wr2tb] {
        flex-direction: column;
        gap: 0;
    }

    .form-group-inline[b-bc3i3wr2tb] {
        min-width: 0;
        width: 100%;
        margin-bottom: 24px;
    }

    .button-group[b-bc3i3wr2tb] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-bc3i3wr2tb] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .step-container[b-bc3i3wr2tb] {
        width: 100%;
        padding: 1rem 0.5rem;
    }

    .button-group[b-bc3i3wr2tb] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-bc3i3wr2tb] {
        width: 100%;
    }
}
.rate-settings[b-bc3i3wr2tb] {
    margin-top: 10px;
    font-size: 15px;
    color: #111;
}
.rate-title[b-bc3i3wr2tb] {
    font-weight: 700;
    margin-bottom: 8px;
}
.rate-options[b-bc3i3wr2tb] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    max-width: 900px;
}
.rate-option-row[b-bc3i3wr2tb] {
    display: grid;
    grid-template-columns: 18px 140px 150px 140px 1fr;
    column-gap: 12px;
    align-items: center;
    margin: 0;
    cursor: pointer;
    color: #111;
    font-weight: 400;
}
.rate-option-row input[type="radio"][b-bc3i3wr2tb] {
    margin: 0;
}
.rate-col[b-bc3i3wr2tb] {
    white-space: nowrap;
}
.surface-col[b-bc3i3wr2tb] {
    min-width: 130px;
}
@media (max-width: 768px) {
    .rate-option-row[b-bc3i3wr2tb] {
        grid-template-columns: 18px 1fr;
        row-gap: 4px;
    }
    .rate-col[b-bc3i3wr2tb] {
        grid-column: 2;
        white-space: normal;
    }
}
/* /Components/CustomComponents/StudentRoomStap4.razor.rz.scp.css */
.step-container[b-vh2g0zvfk5] {
    width: 75%;
    margin: 0 auto;
    padding: 2rem 0;
    background-color: white;
}

.step-container h3[b-vh2g0zvfk5] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.step-container p[b-vh2g0zvfk5] {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.period-option[b-vh2g0zvfk5] {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: white;
}

.period-option label[b-vh2g0zvfk5] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
}

.period-option input[type="radio"][b-vh2g0zvfk5] {
    cursor: pointer;
    margin-right: 8px;
}

.period-fields[b-vh2g0zvfk5] {
    margin-top: 15px;
}

.date-row[b-vh2g0zvfk5] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-end;
}

.date-field[b-vh2g0zvfk5] {
    display: flex;
    flex-direction: column;
    min-width: 250px;
    max-width: 300px;
    flex: 1;
}

.date-field label[b-vh2g0zvfk5] {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}

.form-control[b-vh2g0zvfk5] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    box-sizing: border-box;
}

.form-control:focus[b-vh2g0zvfk5] {
    outline: none;
    border-color: #3d5a55;
    box-shadow: 0 0 0 0.2rem rgba(61, 90, 85, 0.25);
}

.form-control:disabled[b-vh2g0zvfk5] {
    background-color: #f5f5f5;
}

.checkbox-field[b-vh2g0zvfk5] {
    display: flex;
    align-items: center;
    align-self: center;
}

.checkbox-field label[b-vh2g0zvfk5] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
}

.error[b-vh2g0zvfk5] {
    margin-top: 4px;
    padding: 8px;
    font-size: 12px;
    border-radius: 5px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.initial-order-field[b-vh2g0zvfk5] {
    display: flex;
    flex-direction: column;
    min-width: 250px;
    align-self:flex-start;
}

.initial-order-field label[b-vh2g0zvfk5] {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}

.information[b-vh2g0zvfk5] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.information img[b-vh2g0zvfk5] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.warning[b-vh2g0zvfk5] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.warning img[b-vh2g0zvfk5] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.button-group[b-vh2g0zvfk5] {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.btn[b-vh2g0zvfk5] {
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:disabled[b-vh2g0zvfk5] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-vh2g0zvfk5] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover:not(:disabled)[b-vh2g0zvfk5] {
    background-color: #5a6268;
    transform: translateY(-1px);
}

.btn-primary[b-vh2g0zvfk5] {
    background-color: #3d5a55;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-vh2g0zvfk5] {
    background-color: #2d4a45;
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
    .step-container[b-vh2g0zvfk5] {
        width: 100%;
        padding: 1rem 0.75rem;
    }

    .button-group[b-vh2g0zvfk5] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-vh2g0zvfk5] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .step-container[b-vh2g0zvfk5] {
        width: 100%;
        padding: 1rem 0.5rem;
    }

    .button-group[b-vh2g0zvfk5] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-vh2g0zvfk5] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .warning[b-vh2g0zvfk5],
    .information[b-vh2g0zvfk5],
    .error[b-vh2g0zvfk5] {
        font-size: 10px;
        padding: 5px;
    }
}

.warning[b-vh2g0zvfk5] {
    width:100%;
    font-size: 12px;
    color: #856404;
    background-color: #fff3cd;
    padding: 8px;
    border-radius: 4px;
}
.information[b-vh2g0zvfk5] {
    width: 100%;
    font-size: 12px;
    color: white;
    background-color: #7bb5ab;
    padding: 8px;
    border-radius: 4px;
}
/* /Components/CustomComponents/StudentRoomStap5.razor.rz.scp.css */
.step-container[b-v0aey4c9ye] {
    width: 75%;
    margin: 0 auto;
    padding: 2rem 0;
    background-color: white;
}

.step-container h3[b-v0aey4c9ye] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.step-container p[b-v0aey4c9ye] {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.withdrawal-notice[b-v0aey4c9ye] {
    background-color: #f9f9f9;
    padding: 20px;
    border-left: 4px solid #3d5a55;
    margin-bottom: 30px;
}

.withdrawal-notice p[b-v0aey4c9ye] {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #333;
}

.withdrawal-notice a[b-v0aey4c9ye] {
    color: #3d5a55;
    text-decoration: none;
}

.withdrawal-notice a:hover[b-v0aey4c9ye] {
    text-decoration: underline;
}

.form-group[b-v0aey4c9ye] {
    margin-bottom: 30px;
    max-width: 500px;
}

.acceptance-row[b-v0aey4c9ye] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 100%;
}

.acceptance-row input[type="checkbox"][b-v0aey4c9ye] {
    margin-top: 3px;
    cursor: pointer;
    flex-shrink: 0;
}

.acceptance-text[b-v0aey4c9ye] {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}

.acceptance-link[b-v0aey4c9ye] {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
}

.acceptance-link:hover[b-v0aey4c9ye] {
    color: #dc3545;
    cursor: pointer;
}

.order-summary-table[b-v0aey4c9ye] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.order-summary-table thead[b-v0aey4c9ye] {
    background-color: #f5f5f5;
}

.order-summary-table th[b-v0aey4c9ye],
.order-summary-table td[b-v0aey4c9ye] {
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.order-summary-table th[b-v0aey4c9ye] {
    text-align: left;
    font-weight: bold;
}

.order-summary-table tbody tr[b-v0aey4c9ye] {
    border: 1px solid #ddd;
}

.order-summary-table tfoot[b-v0aey4c9ye] {
    background-color: #f5f5f5;
    font-weight: bold;
}

.button-group[b-v0aey4c9ye] {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.btn[b-v0aey4c9ye] {
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:disabled[b-v0aey4c9ye] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-v0aey4c9ye] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover:not(:disabled)[b-v0aey4c9ye] {
    background-color: #5a6268;
    transform: translateY(-1px);
}

.btn-primary[b-v0aey4c9ye] {
    background-color: #3d5a55;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-v0aey4c9ye] {
    background-color: #2d4a45;
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
    .step-container[b-v0aey4c9ye] {
        width: 100%;
        padding: 1rem 0.75rem;
    }

    .form-group[b-v0aey4c9ye] {
        max-width: 100%;
    }

    .button-group[b-v0aey4c9ye] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-v0aey4c9ye] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .step-container[b-v0aey4c9ye] {
        width: 100%;
        padding: 1rem 0.5rem;
    }

    .button-group[b-v0aey4c9ye] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-v0aey4c9ye] {
        width: 100%;
    }
}
/* /Components/CustomComponents/StudentRoomStap6.razor.rz.scp.css */
.step-container[b-aivt93otto] {
    width: 75%;
    margin: 0 auto;
    padding: 2rem 0;
    background-color: white;
    /* Consistent font and spacing for this component */
    font-family: 'Inter', 'Segoe UI', Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    box-sizing: border-box;
}

.step-container h3[b-aivt93otto] {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
    font-weight: 700;
}

.step-container h4[b-aivt93otto] {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.summary-section[b-aivt93otto] {
    margin-bottom: 24px;
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 4px solid #3d5a55;
    border-radius: 4px;
}

.summary-section p[b-aivt93otto] {
    margin: 8px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.summary-section p strong[b-aivt93otto] {
    color: #3d5a55;
    font-weight: 600;
}

.form-group[b-aivt93otto] {
    margin-bottom: 30px;
    max-width: 500px;
}

.form-group label[b-aivt93otto] {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}

.form-control[b-aivt93otto] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    box-sizing: border-box;
}

.form-control:focus[b-aivt93otto] {
    outline: none;
    border-color: #3d5a55;
    box-shadow: 0 0 0 0.2rem rgba(61, 90, 85, 0.25);
}

.result-container[b-aivt93otto] {
    border: 1px solid #A9A9A9;
    padding: 40px 60px;
    display: inline-block;
    margin: 30px auto;
    background-color: #FEFEFE;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    min-width: 400px;
}

.error[b-aivt93otto] {
    width: 10%;
    height: auto;
}

.result-content[b-aivt93otto] {
    text-align: center;
}

    .result-content p[b-aivt93otto] {
        font-size: 14px;
        line-height: 1.6;
    }

    .result-content strong[b-aivt93otto] {
        font-size: 16px;
    }

.form-check[b-aivt93otto] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-check input[b-aivt93otto] {
    margin-right: 10px;
    cursor: pointer;
}

.form-check label[b-aivt93otto] {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
}

.payment-methods[b-aivt93otto] {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.payment-methods h4[b-aivt93otto] {
    margin-bottom: 15px;
    font-size: 16px;
}

.payment-methods img[b-aivt93otto] {
    height: 40px;
    object-fit: contain;
}

.button-group[b-aivt93otto] {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.btn[b-aivt93otto] {
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:disabled[b-aivt93otto] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-aivt93otto] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover:not(:disabled)[b-aivt93otto] {
    background-color: #5a6268;
    transform: translateY(-1px);
}

.btn-primary[b-aivt93otto] {
    background-color: #3d5a55;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-aivt93otto] {
    background-color: #2d4a45;
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
    .step-container[b-aivt93otto] {
        width: 100%;
        padding: 1rem 0.75rem;
    }

    .form-group[b-aivt93otto] {
        max-width: 100%;
    }

    .button-group[b-aivt93otto] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-aivt93otto] {
        width: 100%;
        padding: 12px 20px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .step-container[b-aivt93otto] {
        width: 100%;
        padding: 0.75rem 0.75rem;
    }

    .button-group[b-aivt93otto] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-aivt93otto] {
        width: 100%;
        padding: 10px 16px;
        font-size: 15px;
    }
}

/* Further small-device tweaks */
@media (max-width: 480px) {
    .step-container[b-aivt93otto] {
        padding: 0.6rem 0.6rem;
    }

    .step-container h3[b-aivt93otto] {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .step-container h4[b-aivt93otto] {
        font-size: 16px;
    }

    .form-group[b-aivt93otto] {
        max-width: 100%;
    }

    .summary-section p[b-aivt93otto],
    .form-group label[b-aivt93otto],
    .form-control[b-aivt93otto] {
        font-size: 14px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-gnw59at5os] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-gnw59at5os] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Admin.razor.rz.scp.css */
.hero-section[b-ak8vtlq4v3] {
    width: 75%;
    margin: 0 auto;
    background: #3d5a55;
    padding: 2rem 1.5rem;
    text-align: center;
    color: white;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.hero-content h1[b-ak8vtlq4v3] {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: white;
}

.content-container[b-ak8vtlq4v3] {
    width: 75%;
    margin: 0 auto;
    padding: 2.5rem;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
    margin-bottom: 3rem;
}

.login-form[b-ak8vtlq4v3] {
    max-width: 400px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #f0f4f3;
    border-radius: 8px;
    border-left: 4px solid #3d5a55;
}

.form-group[b-ak8vtlq4v3] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-ak8vtlq4v3] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #3d5a55;
    }

.form-control[b-ak8vtlq4v3] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.login-buttons[b-ak8vtlq4v3] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn-primary[b-ak8vtlq4v3], .btn-secondary[b-ak8vtlq4v3], .btn-pagination[b-ak8vtlq4v3] {
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary[b-ak8vtlq4v3] {
    background-color: #3d5a55;
    color: white;
}

    .btn-primary:hover[b-ak8vtlq4v3] {
        background-color: #2d4a45;
    }

.btn-secondary[b-ak8vtlq4v3] {
    background-color: #f0f4f3;
    color: #3d5a55;
    border: 1px solid #3d5a55;
}

    .btn-secondary:hover[b-ak8vtlq4v3] {
        background-color: #e3ebe9;
    }

.user-info-bar[b-ak8vtlq4v3] {
    text-align: right;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.filters-section[b-ak8vtlq4v3] {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.filter-grid[b-ak8vtlq4v3] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.filter-group[b-ak8vtlq4v3] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .filter-group label[b-ak8vtlq4v3] {
        font-weight: 600;
        color: #3d5a55;
        font-size: 0.9rem;
    }

.date-range[b-ak8vtlq4v3] {
    grid-column: span 2;
}

.filter-group:not(.date-range)[b-ak8vtlq4v3] {
    grid-column: span 1;
}

.range-inputs[b-ak8vtlq4v3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

    .range-inputs span[b-ak8vtlq4v3] {
        font-size: 0.8rem;
        color: #666;
        white-space: nowrap;
    }

    .range-inputs input[b-ak8vtlq4v3] {
        flex: 1;
        min-width: 130px;
    }

.button-row[b-ak8vtlq4v3] {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.orders-table-container[b-ak8vtlq4v3] {
    width: 100%;
    overflow-x: auto;
}

.table-responsive[b-ak8vtlq4v3] {
    overflow-x: auto;
    width: 100%;
    margin-top: 1rem;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

@media (max-width: 768px) {
    .table-responsive[b-ak8vtlq4v3] {
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
}

.styled-table[b-ak8vtlq4v3] {
    width: 100%;
    min-width: 1600px;
    border-collapse: collapse;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .styled-table[b-ak8vtlq4v3] {
        font-size: 0.9rem;
    }

    /* Add a subtle hint that the table is scrollable on mobile */
    .table-responsive[b-ak8vtlq4v3]::after {
        content: '← Scroll →';
        position: sticky;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        text-align: center;
        padding: 0.5rem;
        background: linear-gradient(to right, transparent, #f9f9f9 20%, #f9f9f9 80%, transparent);
        color: #999;
        font-size: 0.75rem;
        font-style: italic;
        pointer-events: none;
    }
}

    .styled-table thead tr[b-ak8vtlq4v3] {
        background-color: #3d5a55;
        color: white;
        text-align: left;
    }

    .styled-table th[b-ak8vtlq4v3], .styled-table td[b-ak8vtlq4v3] {
        padding: 3px 4px;
        margin:5px;
        border-bottom: 1px solid #ddd;
        white-space: nowrap;
        vertical-align: top;
    }

    .styled-table td.multiline-cell[b-ak8vtlq4v3] {
        white-space: normal;
        line-height: 1.2;
    }

        .styled-table td.multiline-cell div[b-ak8vtlq4v3] {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .styled-table tbody tr:hover[b-ak8vtlq4v3] {
        background-color: #f1f5f4;
    }

.pagination-container[b-ak8vtlq4v3] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
}

.btn-pagination[b-ak8vtlq4v3] {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

    .btn-pagination:disabled[b-ak8vtlq4v3] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.loading-status[b-ak8vtlq4v3], .no-results[b-ak8vtlq4v3] {
    text-align: center;
    padding: 3rem;
    color: #666;
}

.styled-table th.sortable[b-ak8vtlq4v3] {
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s;
}

    .styled-table th.sortable:hover[b-ak8vtlq4v3] {
        background-color: #2d4a45;
    }

@media (max-width: 1400px) {
    .filter-grid[b-ak8vtlq4v3] {
        grid-template-columns: repeat(4, 1fr);
    }

    .date-range[b-ak8vtlq4v3] {
        grid-column: span 2;
    }

    .filter-group:not(.date-range)[b-ak8vtlq4v3] {
        grid-column: span 1;
    }
}

@media (max-width: 1024px) {
    .hero-section[b-ak8vtlq4v3],
    .content-container[b-ak8vtlq4v3] {
        width: 100%;
        border-radius: 0;
    }

    .hero-section[b-ak8vtlq4v3] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 768px) {
    .hero-section[b-ak8vtlq4v3],
    .content-container[b-ak8vtlq4v3] {
        width: 100%;
    }

    .hero-section[b-ak8vtlq4v3] {
        margin: 0;
        border-radius: 0;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .content-container[b-ak8vtlq4v3] {
        border-radius: 0;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .filter-grid[b-ak8vtlq4v3] {
        grid-template-columns: 1fr;
    }

    .date-range[b-ak8vtlq4v3] {
        grid-column: span 1;
    }

    .filter-group:not(.date-range)[b-ak8vtlq4v3] {
        grid-column: span 1;
    }

    .filter-grid[b-ak8vtlq4v3] {
        gap: 1rem;
    }

    .filters-section[b-ak8vtlq4v3] {
        padding: 1rem;
    }

    .range-inputs[b-ak8vtlq4v3] {
        flex-direction: column;
        align-items: stretch;
    }

        .range-inputs input[b-ak8vtlq4v3] {
            width: 100%;
            min-width: 100%;
        }

    .button-row[b-ak8vtlq4v3] {
        flex-direction: column;
        gap: 0.75rem;
    }

        .button-row button[b-ak8vtlq4v3] {
            width: 100%;
        }

    .login-buttons[b-ak8vtlq4v3] {
        flex-direction: column;
    }

        .login-buttons button[b-ak8vtlq4v3] {
            width: 100%;
        }

    .login-form[b-ak8vtlq4v3] {
        padding: 1.5rem;
    }

    .table-controls[b-ak8vtlq4v3] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .page-size-selector[b-ak8vtlq4v3] {
        justify-content: space-between;
    }

    .btn-excel[b-ak8vtlq4v3] {
        background-color: #3D5A55;
        justify-content: center;
        width: 100%;
    }

    .user-info-bar[b-ak8vtlq4v3] {
        text-align: center;
        font-size: 0.85rem;
    }

    .pagination-container[b-ak8vtlq4v3] {
        flex-direction: column;
        gap: 1rem;
    }

    .modal-content[b-ak8vtlq4v3] {
        width: 95%;
        max-height: 95vh;
        margin: 1rem;
    }

    .modal-body[b-ak8vtlq4v3] {
        padding: 1rem;
    }

    .modal-header[b-ak8vtlq4v3] {
        padding: 1rem;
    }

        .modal-header h2[b-ak8vtlq4v3] {
            font-size: 1.2rem;
        }

    .form-grid[b-ak8vtlq4v3] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .modal-footer[b-ak8vtlq4v3] {
        padding: 1rem;
        flex-direction: column;
    }

        .modal-footer button[b-ak8vtlq4v3] {
            width: 100%;
        }
}

@media (max-width: 480px) {
    .hero-content h1[b-ak8vtlq4v3] {
        font-size: 20px;
    }

    .content-container[b-ak8vtlq4v3] {
        padding: 0.75rem;
    }

    .filters-section[b-ak8vtlq4v3] {
        padding: 0.75rem;
    }

    .form-control[b-ak8vtlq4v3] {
        font-size: 16px; /* Prevents zoom on iOS */
    }

    .btn-primary[b-ak8vtlq4v3], .btn-secondary[b-ak8vtlq4v3], .btn-pagination[b-ak8vtlq4v3] {
        padding: 0.6rem 1rem;
        font-size: 0.95rem;
    }

    .styled-table th[b-ak8vtlq4v3], .styled-table td[b-ak8vtlq4v3] {
        font-size: 0.85rem;
        padding: 2px 3px;
    }

    .modal-header h2[b-ak8vtlq4v3] {
        font-size: 1.1rem;
    }

    .modal-close[b-ak8vtlq4v3] {
        font-size: 1.5rem;
        width: 25px;
        height: 25px;
    }
}

/* Modal Styles */
.modal-overlay[b-ak8vtlq4v3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-ak8vtlq4v3] {
    background-color: white;
    border-radius: 8px;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.modal-header[b-ak8vtlq4v3] {
    padding: 1.5rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3d5a55;
    color: white;
    border-radius: 8px 8px 0 0;
}

    .modal-header h2[b-ak8vtlq4v3] {
        margin: 0;
        font-size: 1.5rem;
    }

.modal-close[b-ak8vtlq4v3] {
    background: none;
    border: none;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

    .modal-close:hover[b-ak8vtlq4v3] {
        opacity: 0.7;
    }

.modal-body[b-ak8vtlq4v3] {
    padding: 2rem;
}

.form-grid[b-ak8vtlq4v3] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

    .form-grid .form-group[b-ak8vtlq4v3] {
        margin-bottom: 0;
    }

.modal-footer[b-ak8vtlq4v3] {
    padding: 1.5rem;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.page-size-selector[b-ak8vtlq4v3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .page-size-selector label[b-ak8vtlq4v3] {
        font-weight: 600;
        color: #3d5a55;
    }

    .page-size-selector select[b-ak8vtlq4v3] {
        width: auto;
        padding: 0.5rem;
    }

.table-controls[b-ak8vtlq4v3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.btn-excel[b-ak8vtlq4v3] {
    background-color: #3D5A55;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .btn-excel:hover[b-ak8vtlq4v3] {
        background-color: #263835;
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(33, 115, 70, 0.3);
    }

.excel-icon[b-ak8vtlq4v3] {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .table-controls[b-ak8vtlq4v3] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .btn-excel[b-ak8vtlq4v3] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .form-grid[b-ak8vtlq4v3] {
        grid-template-columns: 1fr;
    }

    .modal-content[b-ak8vtlq4v3] {
        width: 95%;
    }
}

/* Additional Modal Styles */
.modal-section[b-ak8vtlq4v3] {
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: #fafafa;
}

.modal-section + .modal-section[b-ak8vtlq4v3] {
    margin-top: 1rem;
}

.section-title[b-ak8vtlq4v3] {
    margin: 0 0 1rem 0;
    color: #3d5a55;
    font-size: 1.05rem;
    font-weight: 700;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
/* Hero Section */
.hero-section[b-qsavt8n29j] {
    width: 75%;
    margin: 0 auto;
    background: #3d5a55;
    padding: 2rem 1.5rem;
    text-align: center;
    color: white;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    box-sizing: border-box;
    /* font & base sizing for contact page */
    font-family: 'Inter', 'Segoe UI', Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.hero-content[b-qsavt8n29j] {
    margin: auto;
    max-width: 100%;
}

    .hero-content h1[b-qsavt8n29j] {
        font-size: 32px;
        font-weight: 500;
        margin: 0 0 15px 0;
        color: white;
        line-height: 1.1;
    }

.hero-subtitle[b-qsavt8n29j] {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 20px 0;
    color: white;
}

/* Content Container */
.content-container[b-qsavt8n29j] {
    width: 75%;
    margin: 0 auto;
    padding: 2.5rem;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
    font-family: 'Inter', 'Segoe UI', Roboto, Arial, sans-serif;
}

/* Contact Section */
.contact-section[b-qsavt8n29j] {
    margin-bottom: 2.5rem;
}

    .contact-section h2[b-qsavt8n29j] {
        font-size: 26px;
        font-weight: 700;
        color: #3d5a55;
        margin: 0 0 1.5rem 0;
        padding-bottom: 15px;
        border-bottom: 3px solid #3d5a55;
    }

    .contact-section h3[b-qsavt8n29j] {
        font-size: 20px;
        font-weight: 600;
        color: #3d5a55;
        margin: 2rem 0 1rem 0;
    }

    .contact-section p[b-qsavt8n29j] {
        font-size: 16px;
        line-height: 1.8;
        color: #333;
        margin-bottom: 1rem;
    }

    .contact-section a[b-qsavt8n29j] {
        color: #3d5a55;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
    }

        .contact-section a:hover[b-qsavt8n29j] {
            text-decoration: underline;
            color: #2d4a45;
        }

/* Contact Info Box */
.contact-info-box[b-qsavt8n29j] {
    background-color: #f0f4f3;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    border-left: 4px solid #3d5a55;
}

    .contact-info-box h4[b-qsavt8n29j] {
        font-size: 18px;
        font-weight: 600;
        color: #3d5a55;
        margin: 0 0 1rem 0;
    }

    .contact-info-box p[b-qsavt8n29j] {
        font-size: 15px;
        line-height: 1.8;
        color: #333;
        margin: 0.5rem 0;
    }

    .contact-info-box strong[b-qsavt8n29j] {
        color: #3d5a55;
    }

/* Contact Form */
.contact-form[b-qsavt8n29j] {
    background-color: #f0f4f3;
    padding: 2.5rem;
    border-radius: 8px;
    margin-top: 2rem;
    border: 2px solid #3d5a55;
}

.form-group[b-qsavt8n29j] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-qsavt8n29j] {
        display: block;
        margin-bottom: 0.8rem;
        font-weight: 600;
        color: #3d5a55;
        font-size: 15px;
    }

.form-control[b-qsavt8n29j] {
    width: 100%;
    max-width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

    .form-control:focus[b-qsavt8n29j] {
        outline: none;
        border-color: #3d5a55;
        box-shadow: 0 0 0 0.2rem rgba(61,90,85,.25);
    }

textarea.form-control[b-qsavt8n29j] {
    min-height: 150px;
    resize: vertical;
}

.btn-submit[b-qsavt8n29j] {
    background: #3d5a55;
    color: white;
    padding: 14px 40px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

    .btn-submit:hover[b-qsavt8n29j] {
        background: #2d4a45;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(61,90,85,0.3);
    }

    .btn-submit:disabled[b-qsavt8n29j] {
        background-color: #ccc;
        cursor: not-allowed;
        transform: none;
    }

/* Map Container */
.map-container[b-qsavt8n29j] {
    margin: 2.5rem 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

    .map-container iframe[b-qsavt8n29j] {
        width: 100%;
        height: 400px;
        border: none;
        display: block;
    }

/* Responsive Design */

/* Tablet (1024px and below) */
@media (max-width: 1024px) {
    .hero-section[b-qsavt8n29j],
    .content-container[b-qsavt8n29j] {
        width: 100%;
        border-radius: 0;
    }

    .hero-section[b-qsavt8n29j] {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .hero-content h1[b-qsavt8n29j] {
        font-size: 24px;
    }

    .hero-subtitle[b-qsavt8n29j] {
        font-size: 16px;
    }

    .map-container iframe[b-qsavt8n29j] {
        height: 320px;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .hero-section[b-qsavt8n29j],
    .content-container[b-qsavt8n29j] {
        width: 100%;
    }

    .hero-section[b-qsavt8n29j] {
        margin: 0;
        border-radius: 0;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .content-container[b-qsavt8n29j] {
        border-radius: 0;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .hero-content h1[b-qsavt8n29j] {
        font-size: 28px;
    }

    .hero-subtitle[b-qsavt8n29j] {
        font-size: 18px;
    }

    .contact-section h2[b-qsavt8n29j] {
        font-size: 22px;
    }

    .form-control[b-qsavt8n29j],
    .btn-submit[b-qsavt8n29j] {
        width: 100%;
    }

    .map-container iframe[b-qsavt8n29j] {
        height: 260px;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    .hero-section[b-qsavt8n29j],
    .content-container[b-qsavt8n29j] {
        width: 100%;
    }

    .hero-content h1[b-qsavt8n29j] {
        font-size: 22px;
    }

    .hero-subtitle[b-qsavt8n29j] {
        font-size: 16px;
    }

    .content-container[b-qsavt8n29j],
    .hero-section[b-qsavt8n29j] {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }

    .map-container iframe[b-qsavt8n29j] {
        height: 200px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Hero Section */
.hero-section[b-26mvlvsrbw] {
    width: 75%;
    margin: 0 auto;
    background: #3d5a55;
    padding: 2rem 1.5rem;
    text-align: center;
    color: white;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.hero-content[b-26mvlvsrbw] {
    margin: auto;
    max-width: 100%;
}

    .hero-content h1[b-26mvlvsrbw] {
        font-size: 42px;
        font-weight: 700;
        margin: 0 0 15px 0;
        color: white;
    }

.hero-subtitle[b-26mvlvsrbw] {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 20px 0;
    color: white;
}

.hero-text[b-26mvlvsrbw] {
    font-size: 16px;
    margin: 0 0 30px 0;
    color: rgba(255, 255, 255, 0.9);
}

.btn-order[b-26mvlvsrbw] {
    background-color: white;
    color: #3d5a55;
    border: none;
    border-radius: 6px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

/*    .btn-order:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(61,90,85,0.3);
    }*/

/* Content Container */
.content-container[b-26mvlvsrbw] {
    width: 75%;
    margin: 0 auto;
    padding: 2.5rem;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
}

/* Info Section */
.intro-section[b-26mvlvsrbw] {
    margin-bottom: 2.5rem;
}

    .intro-section h2[b-26mvlvsrbw] {
        font-size: 26px;
        font-weight: 700;
        color: #3d5a55;
        margin: 0 0 1.5rem 0;
        padding-bottom: 15px;
        border-bottom: 3px solid #3d5a55;
    }

    .intro-section p[b-26mvlvsrbw] {
        font-size: 16px;
        line-height: 1.8;
        color: #333;
    }

.info-section[b-26mvlvsrbw] {
    background-color: #f0f4f3;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2.5rem;
    border-left: 4px solid #3d5a55;
}

.collapsible-header:hover[b-26mvlvsrbw] {
    background-color: #e3ebe9;
}

.header-content[b-26mvlvsrbw] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon[b-26mvlvsrbw] {
    font-size: 20px;
    color: #3d5a55;
}

.title[b-26mvlvsrbw] {
    font-size: 18px;
    font-weight: 600;
    color: #3d5a55;
}

.toggle-icon[b-26mvlvsrbw] {
    font-size: 24px;
    font-weight: 300;
    color: #3d5a55;
}

.collapsible-content[b-26mvlvsrbw] {
    padding: 24px;
    border-top: 2px solid #3d5a55;
}

.coverage-header[b-26mvlvsrbw] {
    margin: 0 0 15px 0;
    color: #3d5a55;
    font-size: 16px;
    font-weight: 600;
}

    .coverage-header a[b-26mvlvsrbw] {
        color: #3d5a55;
        text-decoration: underline;
    }

.coverage-intro[b-26mvlvsrbw] {
    font-size: 15px;
    margin-bottom: 15px;
    color: #333;
}

.coverage-list[b-26mvlvsrbw] {
    margin: 0 0 20px 0;
    padding-left: 24px;
    list-style-type: disc;
}

    .coverage-list li[b-26mvlvsrbw] {
        font-size: 15px;
        line-height: 1.8;
        color: #555;
        margin-bottom: 10px;
    }

.no-deductible[b-26mvlvsrbw] {
    font-size: 15px;
    color: #3d5a55;
    font-weight: 600;
    margin: 15px 0;
}

.conditions-text[b-26mvlvsrbw] {
    font-size: 13px;
    color: #666;
    font-style: italic;
}

.liability-info[b-26mvlvsrbw] {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #3d5a55;
}

    .liability-info p[b-26mvlvsrbw] {
        font-size: 14px;
        color: #333;
        margin: 8px 0;
    }

/* Subscription Section */
.subscription-section[b-26mvlvsrbw] {
    margin: 2.5rem 0;
    padding: 2rem;
    background-color: #f0f4f3;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #3d5a55;
}

.subscription-text[b-26mvlvsrbw] {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin: 0;
}

/* Action Section */
.action-section[b-26mvlvsrbw] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin: 2.5rem 0;
    padding: 2rem 0;
}

.btn-adhesion-image[b-26mvlvsrbw] {
    width: clamp(140px, 24vw, 200px);
    max-width: 100%;
    height: auto;
}

/*    .btn-adhesion-image:hover {
        transform: scale(1.08);
        box-shadow: 0 4px 12px rgba(61,90,85,0.3);
    }*/

.payment-card[b-26mvlvsrbw] {
    width: clamp(140px, 24vw, 200px);
    max-width: 100%;
    height: auto;
}

/* Responsive Design */

/* Tablet (1024px and below) */
@media (max-width: 1024px) {
    .hero-section[b-26mvlvsrbw],
    .content-container[b-26mvlvsrbw] {
        width: 100%;
        border-radius: 0;
    }

    .hero-section[b-26mvlvsrbw] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .hero-section[b-26mvlvsrbw],
    .content-container[b-26mvlvsrbw] {
        width: 100%;
    }

    .hero-section[b-26mvlvsrbw] {
        margin: 0;
        border-radius: 0;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .content-container[b-26mvlvsrbw] {
        border-radius: 0;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .action-section[b-26mvlvsrbw] {
        width: 100%;
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem 0;
    }

    .btn-adhesion-image[b-26mvlvsrbw],
    .payment-card[b-26mvlvsrbw] {
        width: min(100%, 200px);
    }

    .btn-order[b-26mvlvsrbw] {
        padding: 10px 18px;
        font-size: 14px;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    .hero-section[b-26mvlvsrbw],
    .content-container[b-26mvlvsrbw] {
        width: 100%;
    }

    .btn-adhesion-image[b-26mvlvsrbw] {
        max-width: 140px;
    }

    .payment-card[b-26mvlvsrbw] {
        max-width: 160px;
    }
}
/* /Components/Pages/StudentRooms.razor.rz.scp.css */
.hero-section[b-yx7zgc94za] {
    width: 75%;
    margin: 0 auto;
    background: #3d5a55;
    padding: 2rem 1.5rem;
    text-align: center;
    color: white;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.hero-content[b-yx7zgc94za] {
    margin: auto;
    max-width: 100%;
}

.hero-content h1[b-yx7zgc94za] {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: white;
}

.hero-subtitle[b-yx7zgc94za] {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 20px 0;
    color: white;
}

.content-container[b-yx7zgc94za] {
    width: 75%;
    margin: 0 auto;
    padding: 2.5rem;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
}

.content[b-yx7zgc94za] {
    width: 75%;
    margin: 0 auto;
    padding: 2.5rem;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    box-sizing: border-box;
}

.info-container[b-yx7zgc94za] {
    max-width: 100%;
}

.section-title[b-yx7zgc94za] {
    font-weight: bold;
    font-size: 18px;
    color: #3d5a55;
    margin: 2rem 0 1rem 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #3d5a55;
    display: block;
}

.info-table[b-yx7zgc94za] {
    border-collapse: collapse;
    width: 100%;
    margin: 1.5rem 0;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.info-table-header[b-yx7zgc94za] {
    color: white;
    font-weight: bold;
    padding: 12px 15px;
    border: 1px solid #A5A5A5;
    background-color: #3d5a55;
}

.info-table-cell[b-yx7zgc94za] {
    color: inherit;
    padding: 12px 15px;
    border: 1px solid #A5A5A5;
    background-color: white;
    line-height: 1.6;
}

.coverage-note[b-yx7zgc94za] {
    font-size: 12px;
    font-weight: bold;
    color: #d32f2f;
}

.disclaimer-text[b-yx7zgc94za] {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    margin: 1.5rem 0;
}

.header-cell-wide[b-yx7zgc94za],
.header-cell-center[b-yx7zgc94za],
.header-cell-right[b-yx7zgc94za] {
    color: white;
    font-weight: bold;
    padding: 12px 15px;
    border: 1px solid #A5A5A5;
    background-color: #3d5a55;
}

.header-cell-center[b-yx7zgc94za] {
    text-align: center;
}

.header-cell-right[b-yx7zgc94za] {
    text-align: right;
}

.surface-cell[b-yx7zgc94za],
.surface-cell-alt[b-yx7zgc94za],
.price-cell[b-yx7zgc94za],
.price-cell-alt[b-yx7zgc94za],
.amount-cell[b-yx7zgc94za],
.amount-cell-alt[b-yx7zgc94za] {
    color: inherit;
    padding: 12px 15px;
    border: 1px solid #A5A5A5;
}

.surface-cell-alt[b-yx7zgc94za],
.price-cell-alt[b-yx7zgc94za],
.amount-cell-alt[b-yx7zgc94za] {
    background-color: #f9f9f9;
}

.price-cell[b-yx7zgc94za],
.price-cell-alt[b-yx7zgc94za] {
    text-align: center;
}

.amount-cell[b-yx7zgc94za],
.amount-cell-alt[b-yx7zgc94za] {
    text-align: right;
    font-weight: 600;
}

.doc-link[b-yx7zgc94za] {
    color: #3d5a55;
    margin-left: 15px;
    text-decoration: none;
    font-weight: 600;
}

.doc-link:hover[b-yx7zgc94za] {
    text-decoration: underline;
    color: #2d4a45;
}

.highlight-text[b-yx7zgc94za] {
    color: #3d5a55;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 2rem 0 1.5rem 0;
    padding: 1.5rem;
    background-color: #f0f4f3;
    border-radius: 8px;
    border-left: 4px solid #3d5a55;
}

.order-section[b-yx7zgc94za] {
    text-align: center;
}

.order-section table[b-yx7zgc94za] {
    margin: 0 auto;
}

.order-section tr[b-yx7zgc94za] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.order-section td[b-yx7zgc94za] {
    padding: 0;
}

.order-button[b-yx7zgc94za] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.order-button img[b-yx7zgc94za] {
    /* keep order button image constrained so it doesn't appear oversized */
    width: clamp(100px, 12vw, 140px);
    max-width: 140px;
    height: auto;
}

.payment-icon[b-yx7zgc94za] {
    /* align payment icons with smaller sizing used across site */
    width: clamp(120px, 22vw, 180px);
    max-width: 100%;
    height: auto;
}

.payment-cell[b-yx7zgc94za] {
    padding-left: 0;
}

/* Documents Section */
.documents-section[b-yx7zgc94za] {
    margin-bottom: 3rem;
}

.documents-section h3[b-yx7zgc94za] {
    font-size: 16px;
    font-weight: bold;
    color: #3d5a55;
    margin: 1.5rem 0 0.8rem 0;
    text-transform: none;
    padding-bottom: 8px;
    border-bottom: 2px solid #3d5a55;
}

.document-links[b-yx7zgc94za] {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.document-links li[b-yx7zgc94za] {
    margin: 0.5rem 0;
}

.document-links a[b-yx7zgc94za] {
    color: #3d5a55;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 5px 0;
    display: inline-block;
}

.document-links a:hover[b-yx7zgc94za] {
    text-decoration: underline;
    color: #2d4a45;
    transform: translateX(5px);
}

/* Refund and Procedure Lists */
.refund-list[b-yx7zgc94za],
.procedure-list[b-yx7zgc94za] {
    margin: 1rem 0;
    padding-left: 1.5rem;
    font-size: 13px;
    line-height: 1.6;
}

.refund-list li[b-yx7zgc94za],
.procedure-list li[b-yx7zgc94za] {
    margin-bottom: 0.8rem;
}

.refund-list strong[b-yx7zgc94za],
.procedure-list strong[b-yx7zgc94za] {
    color: #000;
    font-weight: 600;
}

.procedure-list .sub-section[b-yx7zgc94za] {
    margin-top: 0.5rem;
}

.procedure-list .sub-section ol[b-yx7zgc94za] {
    list-style-type: lower-alpha;
    margin: 0.5rem 0;
    padding-left: 1.5rem;
}

.procedure-list .sub-section ul[b-yx7zgc94za] {
    list-style-type: disc;
    margin: 0.3rem 0;
}

.procedure-list .sub-section li[b-yx7zgc94za] {
    margin-bottom: 0.5rem;
}

/* Insurance Info Section */
.insurance-info-section[b-yx7zgc94za] {
    margin-bottom: 3rem;
}

.insurance-info-section h2[b-yx7zgc94za] {
    font-size: 18px;
    font-weight: bold;
    color: #3d5a55;
    background-color: #f0f4f3;
    padding: 0.8rem 1rem;
    margin: 2rem 0 1rem 0;
    border-left: 4px solid #3d5a55;
    border-radius: 4px;
}

.insurance-info-section h3[b-yx7zgc94za] {
    font-size: 16px;
    font-weight: bold;
    color: #3d5a55;
    margin: 1.5rem 0 0.8rem 0;
}

/* Insurance Table */
.insurance-table[b-yx7zgc94za] {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0 1.5rem 0;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.insurance-table th[b-yx7zgc94za],
.insurance-table td[b-yx7zgc94za] {
    border: 1px solid #ddd;
    padding: 1rem;
    text-align: left;
    vertical-align: top;
}

.insurance-table th[b-yx7zgc94za] {
    background-color: #3d5a55;
    font-weight: bold;
    color: white;
    width: 30%;
}

.insurance-table td[b-yx7zgc94za] {
    background-color: white;
    line-height: 1.8;
}

.table-subheader[b-yx7zgc94za] {
    font-size: 12px;
    font-weight: normal;
    color: #d32f2f;
    font-style: italic;
}

/* Pricing Table */
.pricing-table[b-yx7zgc94za] {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0 1.5rem 0;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.pricing-table thead[b-yx7zgc94za] {
    background-color: #3d5a55;
}

.pricing-table th[b-yx7zgc94za],
.pricing-table td[b-yx7zgc94za] {
    border: 1px solid #ddd;
    padding: 0.8rem 1rem;
    text-align: left;
}

.pricing-table th[b-yx7zgc94za] {
    font-weight: bold;
    color: white;
}

.pricing-table tbody tr:nth-child(even)[b-yx7zgc94za] {
    background-color: #f9f9f9;
}

.pricing-table tbody tr:hover[b-yx7zgc94za] {
    background-color: #f0f4f3;
    transition: background-color 0.3s ease;
}

/* Notes and Special Text */
.table-note[b-yx7zgc94za] {
    font-size: 12px;
    font-style: italic;
    color: #666;
    margin: 0.8rem 0 1.5rem 0;
}

.prolongation-note[b-yx7zgc94za] {
    font-size: 13px;
    color: #d32f2f;
    margin: 1rem 0;
    font-weight: 600;
}

/* Subscription Section */
.subscription-section[b-yx7zgc94za] {
    margin: 3rem 0 2rem 0;
    padding: 2.5rem;
    background-color: #f0f4f3;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #3d5a55;
}

.subscription-text[b-yx7zgc94za] {
    font-size: 16px;
    color: #333;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.action-section[b-yx7zgc94za] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
}

.btn-command-image[b-yx7zgc94za] {
    max-width: 200px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.btn-command-image:hover[b-yx7zgc94za] {
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(61,90,85,0.3);
}

.payment-card[b-yx7zgc94za] {
    max-width: 250px;
    height: auto;
}

/* Wizard Container */
.wizard-container[b-yx7zgc94za] {
    width: 75%;
    margin: 0 auto;
    padding: 2rem;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    box-sizing: border-box;
}

.wizard-content[b-yx7zgc94za] {
    min-height: 450px;
    padding: 1.5rem 0;
}

@media (max-width: 1024px) {
    .wizard-container[b-yx7zgc94za] {
        width: 100%;
        border-radius: 0;
        padding: 1rem;
    }

    .wizard-content[b-yx7zgc94za] {
        min-height: 0;
    }
}

@media (max-width: 768px) {
    .wizard-container[b-yx7zgc94za] {
        width: 100%;
        margin: 0;
        border-radius: 0;
        padding: 0.9rem;
    }

    .order-section tr[b-yx7zgc94za] {
        flex-direction: column;
        gap: 1rem;
    }

    .order-button img[b-yx7zgc94za],
    .payment-icon[b-yx7zgc94za] {
        /* cap images on small screens so they do not exceed a reasonable width */
        width: min(100%, 140px);
        max-width: 140px;
    }
}

/* Responsive Design */

/* Tablet (1024px and below) */
@media (max-width: 1024px) {
    .hero-section[b-yx7zgc94za],
    .content[b-yx7zgc94za],
    .content-container[b-yx7zgc94za],
    .wizard-container[b-yx7zgc94za] {
        width: 100%;
        border-radius: 0;
    }

    .hero-section[b-yx7zgc94za] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .wizard-container[b-yx7zgc94za] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .hero-section[b-yx7zgc94za],
    .content[b-yx7zgc94za],
    .content-container[b-yx7zgc94za],
    .wizard-container[b-yx7zgc94za] {
        width: 100%;
    }

    .hero-section[b-yx7zgc94za] {
        margin: 0;
        border-radius: 0;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .content[b-yx7zgc94za],
    .content-container[b-yx7zgc94za],
    .wizard-container[b-yx7zgc94za] {
        border-radius: 0;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .info-table[b-yx7zgc94za] {
        font-size: 13px;
    }

    .info-table-header[b-yx7zgc94za],
    .info-table-cell[b-yx7zgc94za],
    .surface-cell[b-yx7zgc94za],
    .surface-cell-alt[b-yx7zgc94za],
    .price-cell[b-yx7zgc94za],
    .price-cell-alt[b-yx7zgc94za],
    .amount-cell[b-yx7zgc94za],
    .amount-cell-alt[b-yx7zgc94za],
    .header-cell-wide[b-yx7zgc94za],
    .header-cell-center[b-yx7zgc94za],
    .header-cell-right[b-yx7zgc94za] {
        padding: 10px 8px;
    }

    .order-section table[b-yx7zgc94za] {
        width: 100%;
    }

    .order-section tr[b-yx7zgc94za] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .payment-cell[b-yx7zgc94za] {
        padding-left: 0;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    .hero-section[b-yx7zgc94za],
    .content[b-yx7zgc94za],
    .content-container[b-yx7zgc94za],
    .wizard-container[b-yx7zgc94za] {
        width: 100%;
    }
}
