
.body {
    margin: 0px;
    background-image: none;
    position: relative;
    left: -0px;
    width: 1430px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.mud-input-label.mud-input-error {
    color: #a30000 !important; /* WCAG AA compliant - 7.12:1 contrast on #f2f2f2 */
}

.mud-dialog .mud-dialog-title .mud-icon-root {
    color: #333333 !important; /* WCAG AA compliant - dark icon for close button */
}

.mud-alert-filled-error,
.mud-alert.mud-alert-filled-error,
.mud-alert-filled-error.mud-alert,
div[role="alert"].mud-alert-filled-error {
    background-color: #c62828 !important; /* WCAG AA compliant - 4.54:1 contrast with white text */
}

.mud-alert-filled-error .mud-alert-message,
.mud-alert.mud-alert-filled-error .mud-alert-message,
div[role="alert"].mud-alert-filled-error .mud-alert-message {
    color: #ffffff !important;
}

.mud-pagination-item .mud-button-root .mud-button-label {
    color: #5a2d9a !important; /* WCAG AA compliant - 4.5:1 contrast on white background */
}

.mud-pagination-item-selected .mud-button-root .mud-button-label {
    color: #ffffff !important; /* White text for selected page */
}

.provider-portal-head {
    width: 1427px;
    height: 121px;
    padding: 2px 2px 2px 2px;
    border: 1px solid #797979;
    background-color: #f2f2f2;
    box-sizing: border-box;
    font-family: "ElevanceSans-Regular", "Elevance Sans Regular", "Elevance Sans", sans-serif;
    color: #333333;
    text-align: center;
    line-height: normal;
}


.header-logo-section {
    width: 1429px;
    height: 1753px;
    padding: 2px 2px 2px 2px;
    background-color: #eeeeee;
    box-sizing: border-box;
}


.left-rectangle {
    width: 311px;
    height: 1550px;
    opacity: 0.86;
    padding: 2px 2px 2px 2px;
    border-radius: 12px;
    border: 1px solid #f2f2f2;
    background-color: #ffffff;
    box-sizing: border-box;
}


.right-rectangle {
    width: 1013px;
    height: 1550px;
    opacity: 0.86;
    padding: 2px 2px 2px 2px;
    border-radius: 12px;
    border: 1px solid #f2f2f2;
    background-color: #ffffff;
    box-sizing: border-box;
}


.btm-rectangle {
    width: 1436px;
    height: 75px;
    padding: 2px 2px 2px 2px;
    background-color: #f2f2f2;
    box-sizing: border-box;
}











.registration-container {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    padding: 32px 48px;
    font-family: "ElevanceSans-Regular", "Elevance Sans Regular", "Elevance Sans", sans-serif;
}
.registration-header {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 24px;
}
.registration-logo {
    /* width: 60px;
    height: 60px;*/
    width: 140px;
    height: 27px;
    margin-right: 16px;
}
.registration-header h2 {
    font-size: 2rem;
    color: #0072c6;
    margin-bottom: 0;
    font-family: "ElevanceSans-Medium", "Elevance Sans Medium", "Elevance Sans", sans-serif;
    font-weight: 500;
}
.registration-contact {
    font-size: 0.95rem;
    color: #444;
    margin-top: 8px;
    font-family: "ElevanceSans-Regular", "Elevance Sans Regular", "Elevance Sans", sans-serif;
}
.registration-form {
    margin-top: 16px;
}
.registration-section {
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eaeaea;
}
.registration-section:last-child {
    border-bottom: none;
}
.registration-section h3 {
    font-size: 1.2rem;
    color: #3a0647;
    margin-bottom: 16px;
    font-family: "ElevanceSans-Medium", "Elevance Sans Medium", "Elevance Sans", sans-serif;
    font-weight: 500;
}
.form-row {
    display: flex;
    gap: 24px;
}
.form-group {
    flex: 1;
    margin-bottom: 16px;
}
.form-group label {
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
    display: block;
    font-family: "ElevanceSans-Medium", "Elevance Sans Medium", "Elevance Sans", sans-serif;
}
.form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    background: #f9f9f9;
    font-family: "ElevanceSans-Regular", "Elevance Sans Regular", "Elevance Sans", sans-serif;
}
.form-check {
    margin-top: 8px;
}
.form-check-label {
    font-size: 0.98rem;
    color: #333;
    font-family: "ElevanceSans-Regular", "Elevance Sans Regular", "Elevance Sans", sans-serif;
}
.password-rules {
    font-size: 0.95rem;
    color: #666;
    margin: 8px 0 0 0;
    padding-left: 18px;
}

.password-rules li {
    margin-bottom: 4px;
    position: relative;
}

.password-rules li.rule-passed {
    color: #28a745;
    list-style-type: none;
    position: relative;
}

.password-rules li.rule-passed::before {
    content: "✓";
    position: absolute;
    left: -18px;
    color: #28a745;
}
.optional {
    color: #888;
    font-size: 0.95rem;
}
.health-plan-note {
    color: #888;
    font-size: 0.98rem;
    margin-top: 8px;
    display: block;
}
.registration-actions {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}
.btn-success {
    background: #4bb543;
    color: #fff;
    border: none;
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    font-family: "ElevanceSans-Medium", "Elevance Sans Medium", "Elevance Sans", sans-serif;
    font-weight: 500;
}
.btn-secondary {
    background: #ccc;
    color: #333;
    border: none;
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    font-family: "ElevanceSans-Medium", "Elevance Sans Medium", "Elevance Sans", sans-serif;
    font-weight: 500;
}
.info-icon {
    font-size: 1rem;
    color: #0072c6;
    margin-left: 4px;
}
.validation-summary {
    border: 1px solid #d32f2f;
    background: #fdecea;
    color: #b71c1c;
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 24px;
    font-size: 0.95rem;
}
.validation-summary ul {
    margin: 4px 0 0 18px;
    padding: 0;
}
.validation-summary li { list-style: disc; }
/* Custom Validation Styling */
.validation-message {
    color: #d32f2f;
    font-size: 0.85rem;
    margin-top: 4px;
}

.invalid {
    border-color: #d32f2f;
    outline: none !important;
    box-shadow: none !important;
}

.valid {
    /* border-color: #28a745; */
    outline: none !important;
}

/* Override the default validation outline */
.form-control:focus.valid,
.form-control:focus.invalid {
    box-shadow: none !important;
    outline: none !important;
}

/* Loading indicator */
.loading-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 20px 0;
    background-color: #f8f9fa;
    border-radius: 5px;
}

/* Fix MudSelect height to match MudTextField */
.select-fixed-height {
    height: 48px !important;
}

.mud-select-input {
    height: 48px !important;
    align-content: center !important;
}

.select-fixed-height .mud-input-control {
    height: 48px !important;
}

.select-fixed-height .mud-input-control .mud-input {
    height: 48px !important;
    min-height: 48px !important;
}

.select-fixed-height .mud-select {
    height: 48px !important;
    min-height: 48px !important;
}

.select-fixed-height .mud-input-control-input-container {
    height: 48px !important;
    min-height: 48px !important;
}

.select-fixed-height .mud-select-input {
    height: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
}

.select-fixed-height .mud-input-outlined {
    height: 48px !important;
    min-height: 48px !important;
}

.select-fixed-height .mud-input-outlined .mud-input-outlined-border {
    height: 48px !important;
}

.select-fixed-height .mud-input-control .mud-input-control-input-container {
    height: 48px !important;
    min-height: 48px !important;
}

/* Alternative approach - target all MudSelect components directly */
.mud-select.select-fixed-height,
.mud-select.select-fixed-height .mud-input,
.mud-select.select-fixed-height .mud-input-control,
.mud-select.select-fixed-height .mud-input-control-input-container,
.mud-select.select-fixed-height .mud-select-input {
    height: 48px !important;
    min-height: 48px !important;
}

/* More comprehensive approach using deep CSS selectors */
::deep .select-fixed-height,
::deep .select-fixed-height .mud-input-control,
::deep .select-fixed-height .mud-input,
::deep .select-fixed-height .mud-select-input,
::deep .select-fixed-height .mud-input-outlined,
::deep .select-fixed-height .mud-input-control-input-container {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
}

/* Specific targeting for MudBlazor classes */
.select-fixed-height.mud-input-control,
.select-fixed-height .mud-input-control,
.select-fixed-height .mud-input-outlined-outlined,
.select-fixed-height .mud-input-control-input-container,
.select-fixed-height .mud-select-input {
    height: 48px !important;
    min-height: 48px !important;
    line-height: 46px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 1000px) {
    .registration-container {
        padding: 24px 8px;
    }
    .registration-header {
        flex-direction: column;
        gap: 12px;
    }
}
