@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Account/Pages/Manage/SuperAdminOptions.razor.rz.scp.css */
.radio-group[b-qqdjeso5ju] {
    display: flex;
    flex-direction: column;
}

    .radio-group label[b-qqdjeso5ju] {
        margin-bottom: 10px;
    }

.btn[b-qqdjeso5ju] {
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
}

    .btn:hover[b-qqdjeso5ju] {
        background-color: #0056b3;
    }

    .btn:active[b-qqdjeso5ju] {
        background-color: #0056b3;
    }
/* /Components/Account/Pages/PreLogIn.razor.rz.scp.css */
.auth-page[b-iemnnymsw9] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    padding: 2rem;
}

.auth-card[b-iemnnymsw9] {
    width: 100%;
    max-width: 1100px;
    background: #ffffff;
    border-radius: 24px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.15);
}

.auth-left[b-iemnnymsw9] {
    flex: 1;
    padding: 3rem 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.auth-logo img[b-iemnnymsw9] {
    height: 40px;
    width: auto;
}

.auth-content[b-iemnnymsw9] {
    max-width: 380px;
}

.auth-title[b-iemnnymsw9] {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: #111827;
}

.auth-subtitle[b-iemnnymsw9] {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 2rem 0;
}

.auth-form[b-iemnnymsw9] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group[b-iemnnymsw9] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-label[b-iemnnymsw9] {
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
}

.form-input[b-iemnnymsw9] {
    width: 100%;
    padding: 0.85rem 0.9rem;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    font-family: inherit;
    color: #111827;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #f9fafb;
}

    .form-input:focus[b-iemnnymsw9] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.3);
        background: #ffffff;
    }

.password-wrapper[b-iemnnymsw9] {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    padding-right: 0.25rem;
}

    .password-wrapper:focus-within[b-iemnnymsw9] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.3);
        background: #ffffff;
    }

    .password-wrapper .form-input[b-iemnnymsw9] {
        border: none;
        box-shadow: none;
        background: transparent;
    }

.password-toggle[b-iemnnymsw9] {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    padding: 0.25rem 0.5rem;
}

.form-row-between[b-iemnnymsw9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkbox-label[b-iemnnymsw9] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 13px;
    color: #4b5563;
}

    .checkbox-label input[b-iemnnymsw9] {
        width: 16px;
        height: 16px;
    }

.primary-button[b-iemnnymsw9] {
    margin-top: 0.5rem;
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 8px;
    border: none;
    background: #2563eb;
    color: white;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

    .primary-button:hover[b-iemnnymsw9] {
        background: #1d4ed8;
        transform: translateY(-1px);
        box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35);
    }

    .primary-button:active[b-iemnnymsw9] {
        transform: translateY(0);
        box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
    }

.auth-divider[b-iemnnymsw9] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    font-size: 12px;
    color: #9ca3af;
}

    .auth-divider[b-iemnnymsw9]::before,
    .auth-divider[b-iemnnymsw9]::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #e5e7eb;
    }

.auth-footer-text[b-iemnnymsw9] {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

    .auth-footer-text a[b-iemnnymsw9] {
        color: #2563eb;
        font-weight: 600;
        text-decoration: none;
    }

        .auth-footer-text a:hover[b-iemnnymsw9] {
            text-decoration: underline;
        }

.auth-footer-link[b-iemnnymsw9] {
    margin-top: 0.75rem;
    font-size: 13px;
}

    .auth-footer-link a[b-iemnnymsw9] {
        color: #2563eb;
        text-decoration: none;
    }

        .auth-footer-link a:hover[b-iemnnymsw9] {
            text-decoration: underline;
        }

.auth-right[b-iemnnymsw9] {
    flex: 1.1;
    position: relative;
    background: radial-gradient(circle at 30% 30%, rgba(59, 130, 246, 0.2), transparent 55%), radial-gradient(circle at 70% 70%, rgba(249, 115, 22, 0.25), transparent 55%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.auth-robot-image[b-iemnnymsw9] {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 992px) {
    .auth-card[b-iemnnymsw9] {
        flex-direction: column;
    }

    .auth-left[b-iemnnymsw9] {
        padding: 2.5rem 2rem;
    }

    .auth-right[b-iemnnymsw9] {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .auth-page[b-iemnnymsw9] {
        padding: 1.5rem 1rem;
    }

    .auth-card[b-iemnnymsw9] {
        border-radius: 16px;
    }

    .auth-left[b-iemnnymsw9] {
        padding: 2rem 1.5rem;
    }

    .auth-title[b-iemnnymsw9] {
        font-size: 32px;
    }

    .auth-right[b-iemnnymsw9] {
        padding: 1.5rem;
    }
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
.auth-page[b-tj081vp8ot] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    padding: 2rem;
}

.auth-card[b-tj081vp8ot] {
    width: 100%;
    max-width: 1100px;
    background: #ffffff;
    border-radius: 24px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.15);
}

.auth-left[b-tj081vp8ot] {
    flex: 1;
    padding: 3rem 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.auth-logo img[b-tj081vp8ot] {
    height: 40px;
    width: auto;
}

.auth-content[b-tj081vp8ot] {
/*    max-width: 420px;*/
}

.auth-title[b-tj081vp8ot] {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: #111827;
}

.auth-subtitle[b-tj081vp8ot] {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 2rem 0;
}

.auth-form[b-tj081vp8ot] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group[b-tj081vp8ot] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-label[b-tj081vp8ot] {
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
}

.form-input[b-tj081vp8ot], [b-tj081vp8ot] .form-input {
    width: 100%;
    padding: 0.85rem 0.9rem;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    font-family: inherit;
    color: #111827;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #f9fafb;
}

.form-input:focus[b-tj081vp8ot], [b-tj081vp8ot] .form-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.3);
    background: #ffffff;
}

.form-input.invalid[b-tj081vp8ot], [b-tj081vp8ot] .form-input.invalid {
    border-color: #ef4444;
    background: #ffffff;
}

.form-input.invalid:focus[b-tj081vp8ot], [b-tj081vp8ot] .form-input.invalid:focus {
    border-color: #ef4444;
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.3);
}

.form-hint[b-tj081vp8ot] {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 0.25rem;
}

.validation-message[b-tj081vp8ot] {
    font-size: 11px;
    color: #ef4444;
    margin-top: 0.25rem;
    display: block;
    min-height: 1rem;
}

.password-wrapper[b-tj081vp8ot] {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    padding-right: 0.25rem;
}

.password-wrapper:focus-within[b-tj081vp8ot] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.3);
    background: #ffffff;
}

.password-wrapper.invalid[b-tj081vp8ot] {
    border-color: #ef4444;
    background: #ffffff;
}

.password-wrapper.invalid:focus-within[b-tj081vp8ot] {
    border-color: #ef4444;
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.3);
}

.password-wrapper .form-input[b-tj081vp8ot], .password-wrapper[b-tj081vp8ot]  .form-input {
    border: none;
    box-shadow: none;
    background: transparent;
    padding-right: 0.5rem;
}

.password-toggle[b-tj081vp8ot] {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    padding: 0.25rem 0.5rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-toggle:hover[b-tj081vp8ot] {
    color: #3b82f6;
}

.role-selector[b-tj081vp8ot] {
    margin-bottom: 1.5rem;
}

.role-label[b-tj081vp8ot] {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 0.5rem;
}

.role-options[b-tj081vp8ot] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.role-pill[b-tj081vp8ot] {
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: #4b5563;
    transition: all 0.2s ease;
}

.role-pill.active[b-tj081vp8ot] {
    border-color: #2563eb;
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.25);
}

.phone-group .phone-input-wrapper[b-tj081vp8ot] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.phone-input[b-tj081vp8ot] {
    flex: 1;
}

.checkbox-label[b-tj081vp8ot] {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 13px;
    color: #4b5563;
}

.checkbox-label input[b-tj081vp8ot] {
    margin-top: 0.15rem;
    cursor: pointer;
}

.checkbox-label a[b-tj081vp8ot] {
    color: #2563eb;
    text-decoration: none;
    cursor: pointer;
}

.checkbox-label a:hover[b-tj081vp8ot] {
    text-decoration: underline;
}

.primary-button[b-tj081vp8ot] {
    margin-top: 0.5rem;
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 8px;
    border: none;
    background: #2563eb;
    color: white;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

.primary-button:hover:not(:disabled)[b-tj081vp8ot] {
    background: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35);
}

.primary-button:active:not(:disabled)[b-tj081vp8ot] {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.primary-button:disabled[b-tj081vp8ot] {
    background: #9ca3af;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.6;
}

.form-row[b-tj081vp8ot] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-row-between[b-tj081vp8ot] {
    justify-content: space-between;
}

.auth-divider[b-tj081vp8ot] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    font-size: 12px;
    color: #9ca3af;
}

.auth-divider[b-tj081vp8ot]::before,
.auth-divider[b-tj081vp8ot]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e5e7eb;
}

.auth-footer-text[b-tj081vp8ot] {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    text-align: center;
}

.auth-footer-text a[b-tj081vp8ot] {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

.auth-footer-text a:hover[b-tj081vp8ot] {
    text-decoration: underline;
}

.auth-right[b-tj081vp8ot] {
    flex: 1.1;
    position: relative;
    background: radial-gradient(circle at 30% 30%, rgba(59, 130, 246, 0.2), transparent 55%), 
                radial-gradient(circle at 70% 70%, rgba(249, 115, 22, 0.25), transparent 55%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.auth-robot-image[b-tj081vp8ot] {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.dialog-confirmation[b-tj081vp8ot] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
#tel-div[b-tj081vp8ot]{
    padding:0;
}#tel-div[b-tj081vp8ot]  .iti input {
    padding-left: 5px;
    margin-left: 90px;
    border: 1px solid var(--color-sandybrown-light);
    border-radius: 8px;
    min-height: 50px;
    width: 80%;
    outline: none;
    padding-left: 10px !important;
}

#tel-div[b-tj081vp8ot]  .iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag[b-tj081vp8ot],
.phone[b-tj081vp8ot] {
    background-color: white !important;
    border: 1px solid var(--color-sandybrown-light);
    padding: 7px;
    border-radius: 8px;
}

.step-indicator[b-tj081vp8ot] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
    padding: 0.5rem 0;
}

.step-pill[b-tj081vp8ot] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #9ca3af;
    background: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.step-pill.active[b-tj081vp8ot] {
    border-color: #2563eb;
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.step-line[b-tj081vp8ot] {
    flex: 1;
    height: 3px;
    background: #e5e7eb;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.step-line[b-tj081vp8ot]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #2563eb;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.step-title[b-tj081vp8ot] {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
    color: #111827;
}

.upload-field[b-tj081vp8ot] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 8px;
    border: 1px dashed #d1d5db;
    background: #f9fafb;
    position: relative;
    cursor: pointer;
}

.upload-icon[b-tj081vp8ot] {
    font-size: 18px;
    color: #2563eb;
}

.upload-text span[b-tj081vp8ot] {
    font-size: 13px;
    color: #6b7280;
}

.step-actions[b-tj081vp8ot] {
    margin-top: 0.5rem;
    gap: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.step-back-button[b-tj081vp8ot] {
    order: 1;
}

.step-next-button[b-tj081vp8ot] {
    order: 2;
    margin-left: auto;
}

.select-input[b-tj081vp8ot] {
    width: 100%;
    padding: 0.85rem 0.9rem;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    font-family: inherit;
    color: #111827;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #f9fafb;
    cursor: pointer;
}

.select-input:focus[b-tj081vp8ot] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.3);
    background: #ffffff;
}

@media (max-width: 992px) {
    .auth-card[b-tj081vp8ot] {
        flex-direction: column;
    }

    .auth-left[b-tj081vp8ot] {
        padding: 2.5rem 2rem;
    }

    .auth-right[b-tj081vp8ot] {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .auth-page[b-tj081vp8ot] {
        padding: 1.5rem 1rem;
    }

    .auth-card[b-tj081vp8ot] {
        border-radius: 16px;
    }

    .auth-left[b-tj081vp8ot] {
        padding: 2rem 1.5rem;
    }

    .auth-title[b-tj081vp8ot] {
        font-size: 32px;
    }

    .auth-right[b-tj081vp8ot] {
        padding: 1.5rem;
    }

    .role-options[b-tj081vp8ot] {
        gap: 0.5rem;
    }

    .role-pill[b-tj081vp8ot] {
        padding: 0.4rem 1rem;
        font-size: 12px;
    }
    #tel-div[b-tj081vp8ot]  .iti--separate-dial-code .iti__selected-flag,
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag[b-tj081vp8ot],
    .phone[b-tj081vp8ot],
    .login-form input[b-tj081vp8ot] {
        padding: 10px;
    }
}
/* /Components/Account/Shared/AuthImgSection.razor.rz.scp.css */
.right-section[b-cguf1qg8f7] {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #4164e3;
}
.right-section .content[b-cguf1qg8f7] {
  text-align: center;
  color: #fff;
  width: 100%;
  position: relative;
  padding: 10px;
  height: 100%;
}

.right-section h2[b-cguf1qg8f7] {
  font-size: 24px;
  margin-bottom: 10px;
}

.right-section p[b-cguf1qg8f7] {
  font-size: 1em;
  max-width: 80%;
  margin: 0 auto;
}

.background_container[b-cguf1qg8f7] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75%;
}
.laptop-image[b-cguf1qg8f7] {
  position: absolute;
  width: 419px;
  height: 270px;
  z-index: 100;
/*  left: 185px;*/
  bottom: -24px;
}
.background-image[b-cguf1qg8f7] {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  margin-top: -px;
}

.description[b-cguf1qg8f7] {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .right-section[b-cguf1qg8f7] {
    display: none;
  }
}
/* /Components/Layout/LabExtractionNotificationBridge.razor.rz.scp.css */
body[b-pw7sqjhxez] {
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-oree36vuho] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-oree36vuho] {
    flex: 1; 
    width:calc(100% - 60px);
}

.sidebar[b-oree36vuho] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);

}

.top-row[b-oree36vuho] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-oree36vuho]  a, .top-row[b-oree36vuho]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-oree36vuho]  a:hover, .top-row[b-oree36vuho]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-oree36vuho]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 768px) {
    .top-row[b-oree36vuho] {
        justify-content: space-between;
    }

    .top-row[b-oree36vuho]  a, .top-row[b-oree36vuho]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-oree36vuho] {
        flex-direction: row;
    }

    .sidebar[b-oree36vuho] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        min-width: 250px;
    }

    .top-row[b-oree36vuho] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-oree36vuho]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-oree36vuho], article[b-oree36vuho] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-oree36vuho] {
    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-oree36vuho] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayoutNoMenu.razor.rz.scp.css */
.page[b-9w2x3urutj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9w2x3urutj] {
    flex: 1;
}

.sidebar[b-9w2x3urutj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9w2x3urutj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9w2x3urutj]  a, .top-row[b-9w2x3urutj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9w2x3urutj]  a:hover, .top-row[b-9w2x3urutj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9w2x3urutj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 768px) {
    .top-row[b-9w2x3urutj] {
        justify-content: space-between;
    }

    .top-row[b-9w2x3urutj]  a, .top-row[b-9w2x3urutj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9w2x3urutj] {
        flex-direction: row;
    }

    .sidebar[b-9w2x3urutj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        min-width: 250px;
    }

    .top-row[b-9w2x3urutj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9w2x3urutj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9w2x3urutj], article[b-9w2x3urutj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-9w2x3urutj] {
    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-9w2x3urutj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayoutRx.razor.rz.scp.css */
.page[b-1yg29xxptv] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-1yg29xxptv] {
    flex: 1;
}
.content-container[b-1yg29xxptv] {
    display: flex;
    flex-direction: column;
    width: calc(100% - 50px);
    left: 50px;
    position: fixed;
    z-index: 3;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-container[b-1yg29xxptv] {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 5;
}

.sidebar[b-1yg29xxptv] {
    width: 60px;
    transition: width 0.3s ease;
    overflow: hidden;
    height: 100vh;
    position: fixed;
    background-color: white;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
    border-right: 1px solid #e0e0e0;
}

.sidebar-expanded[b-1yg29xxptv] {
    width: 220px;
    transition: width 0.3s ease;
    height: 100vh;
}

.sidebar-hover-wrapper[b-1yg29xxptv] {
    position: relative;
    z-index: 5;
    height: 100vh;
}
    .sidebar-hover-wrapper[b-1yg29xxptv]  .input-copy-frame {
        display: none;
    }
    .sidebar-hover-wrapper:hover[b-1yg29xxptv]  .input-copy-frame {
        display: flex;
    }
    .sidebar-hover-wrapper:hover .sidebar[b-1yg29xxptv] {
        width: fit-content;
        min-width:220px;
        height: 100vh;
    }

[b-1yg29xxptv] .nav-item-text {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
    white-space: nowrap;
    margin-left: 0.5rem;
}

.sidebar-hover-wrapper:hover[b-1yg29xxptv]  .nav-item-text {
    opacity: 1;
    visibility: visible;
}

.nav-scrollable[b-1yg29xxptv] {
    height: 100vh;
}

.top-row[b-1yg29xxptv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.px-4[b-1yg29xxptv] {
    background-color: #EFF0F2;
    height: 90vh;
/*    overflow: auto;*/
}
.connection-lost-overlay[b-1yg29xxptv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    z-index: 1000; /* Ensure it appears above other content */
    text-align: center;
    border: 1px solid #900;
}

@media (max-width: 899.98px) {
    .sidebar[b-1yg29xxptv]{
        z-index: 900; /* Lower than modal overlays */
/*        width:80%;*/
    }
    .content-container[b-1yg29xxptv]{
        left:0;
        width:100%;
        z-index: 100; /* Lower content z-index */
    }
    .px-4[b-1yg29xxptv] {
        left: 0;
        width: 100%;
        height:80vh;
    }

    .top-row[b-1yg29xxptv] {
        justify-content: space-between;
/*        padding-bottom: 25%;*/
        background-color: white;
    }
    /*.top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }*/
}

@media (min-width: 899.98px) {

    
    /*.page {
        flex-direction: row;
    }

    .sidebar {
        width: 265px;
        height: 100vh;
        position: fixed;
        top: 0;
        overflow: hidden;
        min-width: 265px;
        box-shadow: 0px 0 15px #D4E6FF;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}

/*#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.blazored-toast-container {
    font-family: Arial, sans-serif;
    z-index:1000;
}
*/
/* blazor-error-ui container */
#error-ui[b-1yg29xxptv] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 69, 58, 0.9); /* A warm red for error */
    color: white;
    text-align: center;
    padding: 10px;
    font-family: Arial, sans-serif;
    z-index: 1000;
    display: none; /* Initially hidden */
}

/* Inner content styling */
.error-content[b-1yg29xxptv] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Retry button */
.retry-button[b-1yg29xxptv] {
    background-color: white;
    color: #ff453a;
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 16px;
}

    .retry-button:hover[b-1yg29xxptv] {
        background-color: #ffe5e2; /* Light red background on hover */
    }

/* Dismiss button */
.dismiss-button[b-1yg29xxptv] {
    background-color: transparent;
    color: white;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
}

    .dismiss-button:hover[b-1yg29xxptv] {
        text-decoration: underline;
    }
#components-reconnect-modal[b-1yg29xxptv] {
    display: none !important;
}
@media print {
    .sidebar[b-1yg29xxptv] {
        display: none;
    }
}

/* /Components/Layout/MainLayoutRx_Sec.razor.rz.scp.css */
.page[b-astbadw2b2] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-astbadw2b2] {
    flex: 1;
}

.content-container[b-astbadw2b2] {
    display: flex;
    flex-direction: column;
    width: calc(100% - 50px);
    right: 50px;
    position: fixed;
    z-index: 3;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   
}

.header-container[b-astbadw2b2] {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 5;
}

.sidebar[b-astbadw2b2] {
    width: 20%;
    /*height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;*/
    /*min-width: 250px;*/
    /*box-shadow: 0px 0 15px #D4E6FF;*/
    position: fixed;
    background-color: white;
}

.top-row[b-astbadw2b2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
*/

.px-4[b-astbadw2b2] {
    background-color: #EFF0F2;
    height: 90vh;
    overflow: auto;
}

#blazor-error-ui[b-astbadw2b2] {
    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-astbadw2b2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media print {
    .sidebar[b-astbadw2b2] {
        display: none;
    }
    .nav-scrollable[b-astbadw2b2]{
        display:none;
    }
    .px-4[b-astbadw2b2] {
        overflow: visible;
        height: auto;
        width: 100%;
    }
    .content-container[b-astbadw2b2]{
         width:100%;
    }
}

/*@media (max-width: 768px) {
    .sidebar {
        z-index: 1000;
    }

    .content-container {
        left: 0;
        width: 100%;
    }

    .px-4 {
        left: 0;
        width: 100%;
        height: 80vh;
    }
    
}*/
@media (max-width: 899.98px) {
    .sidebar[b-astbadw2b2] {
        z-index: 4;
        width: 80%;
        max-width:400px;
    }
    .header-container[b-astbadw2b2] {
        width: 85%;
        right: 24%;
    }
    .content-container[b-astbadw2b2] {
        left: 0;
        width: 100%;
    }

    .px-4[b-astbadw2b2] {
        left: 0;
        width: 100%;
        height: 89vh;

    }

    .top-row[b-astbadw2b2] {
        justify-content: space-between;
        padding-bottom: 25%;
        background-color: white;
    }
    /*.top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }*/
}

.sidebar-collapsed[b-astbadw2b2] {
    width: 50px;
    transition: width 0.3s ease;
    overflow-x: hidden;
    height: 100vh;
}

.sidebar-expanded[b-astbadw2b2] {
    width: 220px;
    transition: width 0.3s ease;
    height: 100vh;
}

.sidebar-hover-wrapper[b-astbadw2b2] {
    position: relative;
    z-index: 5;
    height: 100vh;

}

    .sidebar-hover-wrapper:hover .sidebar[b-astbadw2b2] {
        width: 220px;
        height: 100vh;
    }

.nav-item-text[b-astbadw2b2] {
    opacity: 0;
    transition: opacity 0.2s ease;
    white-space: nowrap;
}

.sidebar-hover-wrapper:hover .nav-item-text[b-astbadw2b2] {
    opacity: 1;
}
.nav-scrollable[b-astbadw2b2]  {
    height:100vh;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hf3ohw9mun] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-hf3ohw9mun] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-hf3ohw9mun] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hf3ohw9mun] {
    font-size: 1.1rem;
}

.bi[b-hf3ohw9mun] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hf3ohw9mun] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hf3ohw9mun] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hf3ohw9mun] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-hf3ohw9mun] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-hf3ohw9mun] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-hf3ohw9mun] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-hf3ohw9mun] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-hf3ohw9mun] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-hf3ohw9mun] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hf3ohw9mun] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hf3ohw9mun] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hf3ohw9mun]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-hf3ohw9mun]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hf3ohw9mun]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-hf3ohw9mun] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-hf3ohw9mun] {
    display: block;
    width: max-content;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hf3ohw9mun] {
        display: none;
    }

    .nav-scrollable[b-hf3ohw9mun] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        width: max-content;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
/*        overflow-y: auto;*/
    }
}
/* /Components/Layout/NavMenuRx.razor.rz.scp.css */
.navbar-toggler[b-agi8xtb5hp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-agi8xtb5hp] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-agi8xtb5hp] {
    height: 3.5rem;
/*    padding-bottom: 35%;*/
    background-color: white;
/*    margin-left: 16px;*/
}

.navbar-brand[b-agi8xtb5hp] {
    font-size: 1.1rem;
}

.bi[b-agi8xtb5hp] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 3rem;
    position: relative;
    font-size: 1.25rem;
    color: #64748b;
    transition: color 0.3s ease;
    background: transparent;
    top: -1px;
}

.nav-item[b-agi8xtb5hp]  .nav-link.active .bi {
    color: #3784E5; /* Primary color for active icon */
}

.nav-item[b-agi8xtb5hp]  .nav-link:hover .bi {
    color: #3784E5;
}


.nav-item[b-agi8xtb5hp] {
    font-size: 16.5px;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-agi8xtb5hp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-agi8xtb5hp] {
        padding-bottom: 1rem;
    }

     .px-3[b-agi8xtb5hp]  {
        padding-right:0 !important;
        padding-left:0 !important;
    }

    .nav-item[b-agi8xtb5hp]  .nav-link {
        color: #000000;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 10px; /* Base padding for collapsed state */
        overflow: hidden;
        transition: padding 0.3s ease;
    }

    .nav-item[b-agi8xtb5hp]  a.active {
        background-color: #E9F2FF;
        color: #3784E5;
        border-left: 7px solid;
    }

    .nav-item[b-agi8xtb5hp]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: #3784E5;
    }

/*.nav-scrollable {
    display: none;
    background-color: white;
    width: 100%;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
    width: 100%;
}
*/
.smart4[b-agi8xtb5hp] {
    height: 39px;
    font-size: 26px;
}

.input-copy-frame[b-agi8xtb5hp] {
    flex-direction: row;
    color: #ffb050;
    display: flex;
    align-items: baseline;
}

.chevron-up[b-agi8xtb5hp] {
    display: inline-flex;
    height: 50px;
    flex-direction: row;
    align-items: center;
}

.chevron-up-child[b-agi8xtb5hp] {
    height: 48.5px;
    width: 39.5px;
    position: relative;
    object-fit: cover;
    z-index: 1;
}

.rx4[b-agi8xtb5hp],
.smart4[b-agi8xtb5hp] {
    position: relative;
    z-index: 1;
}

.smart4[b-agi8xtb5hp] {
    color: #4994FF;
}

.pics-container[b-agi8xtb5hp] {
    position: relative;
    width: 18px;
}

.flex-column[b-agi8xtb5hp] {
    margin-top: 10px;
}

.container-fluid[b-agi8xtb5hp] {
    margin-top: 20px;
}

/*.nav-scrollable {
    display: block;
    width: 100%;
    height: calc(95vh - 3.5rem);
    overflow-y: auto;
    font-family: "Changa";
    font-size: 16px;
    font-weight: 400;
}*/
.nav-scrollable[b-agi8xtb5hp] {
    display: none;
    background: white;
}

.navbar-toggler:checked[b-agi8xtb5hp] {
    background-color: #8080803b;
}

    .navbar-toggler:checked ~ .nav-scrollable[b-agi8xtb5hp] {
        display: block;
        z-index: 900; /* Lower than modal overlay */
    }

@media (min-width: 900px) {
    .navbar-toggler[b-agi8xtb5hp] {
        display: none;
    }

    .nav-scrollable[b-agi8xtb5hp] {
        display: block;
        width: 100%;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden;
        font-size: 16px;
        font-weight: 400;
        scrollbar-width: thin;
        scrollbar-color: #ffffff transparent;
    }

    /* Custom Scrollbar for Webkit-based browsers */
    .nav-scrollable[b-agi8xtb5hp]::-webkit-scrollbar {
        width: 3px;
    }

    .nav-scrollable[b-agi8xtb5hp]::-webkit-scrollbar-track {
        background: transparent;
    }

        .nav-scrollable[b-agi8xtb5hp]::-webkit-scrollbar-thumb {
            background-color: #ffffff;
            border-radius: 20px;
            border: 2px solid transparent;
        }

    .nav-scrollable:hover[b-agi8xtb5hp]::-webkit-scrollbar-thumb {
        background-color: #94a3b8;
    }
}

@media (max-width: 899.98px) {
    .navbar-toggler[b-agi8xtb5hp] {
        background-color: gray;
        z-index: 950; /* Lower than modal overlay */
        position: fixed;
        left: 1rem;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center;

    }

    .chevron-up[b-agi8xtb5hp] {
        display: none;
    }

    .nav-scrollable[b-agi8xtb5hp] {
        min-width: 300px;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
/*        font-family: "Changa";*/
        font-size: 16px;
        font-weight: 400;
    }
}
@media print{
    *[b-agi8xtb5hp]{
        display:none;
    }
}
/* /Components/Layout/NavMenuRx_Sec.razor.rz.scp.css */
.top-row[b-79c3oaddo9] {
    height: 3.5rem;
    padding-bottom: 30%;
    background-color: white;
}

.nav-scrollable[b-79c3oaddo9] {
    height: 100vh;
    border-left: 4px solid aliceblue;
}

.hamburger-btn[b-79c3oaddo9] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #000;
    cursor: pointer;
    padding: 0.5rem;
    margin-right: auto;
}

    .hamburger-btn:hover[b-79c3oaddo9] {
        color: #3784E5;
    }

.navbar-brand[b-79c3oaddo9] {
    font-size: 1.1rem;
}

[b-79c3oaddo9] .bi {
    display: inline-block;
    position: relative;
    background: transparent;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-79c3oaddo9] {
    font-size: 16.5px;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-79c3oaddo9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-79c3oaddo9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-79c3oaddo9]  .nav-link {
        color: #000000;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        padding: .5rem 0.5rem;
        gap: 15px;
    }

        .nav-item[b-79c3oaddo9]  .nav-link img {
            width: 24px;
        }

    .nav-item[b-79c3oaddo9]  a.active {
        background-color: #E9F2FF;
        color: #3784E5;
        border-left: 7px solid;
    }

    .nav-item[b-79c3oaddo9]  .nav-link.active {
        background-color: blue;
        color: white;
    }
    .nav-item[b-79c3oaddo9]  .nav-link.active:hover {
        color: white;
    }

        .nav-item[b-79c3oaddo9]  .nav-link.active img {
            filter: invert(1);
        }

    .nav-item[b-79c3oaddo9]  .nav-link:hover {
/*        background-color: rgba(255,255,255,0.1);*/
        color: #3784E5;
    }



.smart4[b-79c3oaddo9] {
    height: 39px;
    font-size: 26px;
}

.input-copy-frame[b-79c3oaddo9] {
    flex-direction: row;
    color: #ffb050;
    display: flex;
    align-items: baseline;
}

.chevron-up[b-79c3oaddo9] {
    display: inline-flex;
    direction: ltr;
    height: 50px;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.chevron-up-child[b-79c3oaddo9] {
    height: 48.5px;
    width: 39.5px;
    position: relative;
    object-fit: cover;
    z-index: 1;
}

.rx4[b-79c3oaddo9],
.smart4[b-79c3oaddo9] {
    position: relative;
    z-index: 1;
}

.smart4[b-79c3oaddo9] {
    color: #4994FF;
}

[b-79c3oaddo9] .pics-container {
    position: relative;
    width: 32px;
}

    [b-79c3oaddo9] .pics-container img {
        color: #676879;
    }

.flex-column[b-79c3oaddo9] {
    margin-top: 10px;
}

.container-fluid[b-79c3oaddo9] {
    margin-top: 20px;
}

.nav-scrollable[b-79c3oaddo9] {
    display: none;
}

.navbar-toggler[b-79c3oaddo9] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}


    .navbar-toggler:checked[b-79c3oaddo9] {
        background-color: #8080803b;
    }

        .navbar-toggler:checked ~ .nav-scrollable[b-79c3oaddo9] {
            display: block;
            z-index: 1000;
        }

@media (min-width: 900px) {
    .navbar-toggler[b-79c3oaddo9] {
        display: none;
    }

    .nav-scrollable[b-79c3oaddo9] {
        display: block;
        width: 100%;
        /*        height: calc(95vh - 3.5rem);*/
        overflow-y: auto;
        font-size: 16px;
        font-weight: 400;
        overflow: hidden;
    }
}

@media (max-width: 899.98px) {
    .navbar-toggler[b-79c3oaddo9] {
        background-color: gray;
        z-index: 1000;
        position: fixed;
        right: 1rem;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center;
    }

    .chevron-up[b-79c3oaddo9] {
        justify-content: flex-start;
        padding: 25px;
    }

    .nav-scrollable[b-79c3oaddo9] {
        max-width: 400px;
        overflow-y: auto;
        font-size: 16px;
        font-weight: 400;
        height: 100vh;
        overflow: auto;
    }
}

@media print {
    .navbar[b-79c3oaddo9] {
        display: none;
    }
}
/* /Components/Pages/AccountantPages/ExcelReportGenerator.razor.rz.scp.css */
.form-container[b-113cidsrc1]{
    display:inline-flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
}
.form-group[b-113cidsrc1] {
    display: inline-flex;
}
/* /Components/Pages/AI_Pages/VoiceToText2.razor.rz.scp.css */
/* Main container - Modal overlay */
.transcript-main-container[b-38mi0nhuek] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.32);
    top: 0;
    left: 0;
    align-content: center;
    display: flex;
    justify-content: center;
    z-index: 2000;
}

/* Inner container - Main content area */
.inner-container[b-38mi0nhuek] {
    width: 90%;
    max-width: 1000px;
    height: 92vh;
    max-height: 900px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    align-self: center;
    display: flex;
    flex-direction: column;
    padding: 24px 32px;
    gap: 20px;
    position: relative;
    font-family: 'Times New Roman', Times, serif;
    color: #344054;
    overflow-y: auto;
}

/* Close button */
.close-button[b-38mi0nhuek] {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: #878C9E;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.2s ease;
    z-index: 10;
}

    .close-button:hover[b-38mi0nhuek] {
        background-color: #F3F4F6;
        color: #344054;
        transform: scale(1.1);
    }

/* Mode Toggle */
.mode-toggle[b-38mi0nhuek] {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding: 8px;
    background: #F9FAFB;
    border-radius: 10px;
}

.mode-btn[b-38mi0nhuek] {
    flex: 1;
    padding: 12px 20px;
    border: 2px solid #E5E7EB;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .mode-btn:hover[b-38mi0nhuek] {
        border-color: #2563EB;
        background: #F0F9FF;
    }

    .mode-btn.active[b-38mi0nhuek] {
        background: #2563EB;
        color: white;
        border-color: #2563EB;
    }

/* Streaming Panel */
.streaming-panel[b-38mi0nhuek] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 1.5rem 0;
}

.recording-controls[b-38mi0nhuek] {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.record-btn[b-38mi0nhuek], .stop-btn[b-38mi0nhuek] {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.record-btn[b-38mi0nhuek] {
    background: linear-gradient(135deg, #DC2626 0%, #EF4444 100%);
    color: white;
}

    .record-btn:hover[b-38mi0nhuek] {
        transform: translateY(-2px);
        box-shadow: 0px 6px 16px rgba(220, 38, 38, 0.4);
    }

.stop-btn[b-38mi0nhuek] {
    background: linear-gradient(135deg, #6B7280 0%, #9CA3AF 100%);
    color: white;
}

    .stop-btn:hover[b-38mi0nhuek] {
        transform: translateY(-2px);
        box-shadow: 0px 6px 16px rgba(107, 114, 128, 0.4);
    }

/* Language Selector */
.language-selector[b-38mi0nhuek] {
    display: flex;
    align-items: center;
    gap: 1rem;
/*    margin-bottom: 1.5rem;*/
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.language-selector label[b-38mi0nhuek] {
    color: white;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.language-selector select[b-38mi0nhuek] {
    flex: 1;
    max-width: 300px;
    padding: 0.5rem 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: white;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.language-selector select:hover[b-38mi0nhuek] {
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.language-selector select:focus[b-38mi0nhuek] {
    outline: none;
    border-color: white;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

/* Live Indicator */
.live-indicator[b-38mi0nhuek] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px;
    background: linear-gradient(135deg, #FEE2E2 0%, #FECACA 100%);
    border-radius: 10px;
    border: 2px solid #DC2626;
    font-weight: 600;
    color: #991B1B;
    position: relative;
}

.pulse-ring[b-38mi0nhuek] {
    position: absolute;
    left: 30px;
    width: 20px;
    height: 20px;
    border: 3px solid #DC2626;
    border-radius: 50%;
    animation: pulse-b-38mi0nhuek 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

@keyframes pulse-b-38mi0nhuek {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* Connection Status */
.connection-status[b-38mi0nhuek] {
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
}

    .connection-status.connecting[b-38mi0nhuek] {
        background: #FEF3C7;
        color: #92400E;
        border: 1px solid #F59E0B;
    }

    .connection-status.connected[b-38mi0nhuek] {
        background: #D1FAE5;
        color: #065F46;
        border: 1px solid #10B981;
    }

/* Live Transcript Container */
.live-transcript-container[b-38mi0nhuek] {
    background: #F8F9FA;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    padding: 20px;
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
}

.live-transcript-header[b-38mi0nhuek] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #E5E7EB;
}

    .live-transcript-header label[b-38mi0nhuek] {
        font-weight: 600;
        font-size: 16px;
        color: #374151;
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0;
    }

.live-transcript-content[b-38mi0nhuek] {
    line-height: 1.8;
    font-size: 16px;
}

.final-text[b-38mi0nhuek] {
    color: #1F2937;
    margin-bottom: 10px;
}

.partial-text[b-38mi0nhuek] {
    color: #6B7280;
    font-style: italic;
    animation: fadeIn-b-38mi0nhuek 0.3s ease-in;
}

@keyframes fadeIn-b-38mi0nhuek {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Batch Processing (Original Styles) */
.recorder-panel[b-38mi0nhuek] {
    width: 100%;
    padding: 20px;
    background: #F9FAFB;
    border: 1.5px solid #E5E7EB;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

.buttons-container[b-38mi0nhuek] {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn-primary[b-38mi0nhuek] {
    background: #2563EB;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .btn-primary:hover:not(:disabled)[b-38mi0nhuek] {
        background: #1D4ED8;
        transform: translateY(-1px);
    }

    .btn-primary:disabled[b-38mi0nhuek] {
        background: #9CA3AF;
        cursor: not-allowed;
    }

/* Loading Container */
.loading-container[b-38mi0nhuek] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 15px 0;
    background: linear-gradient(135deg, #EBF4FF 0%, #F0F9FF 100%);
    border-radius: 12px;
    border: 2px solid #DBEAFE;
}

.loading-message[b-38mi0nhuek] {
    color: #2563EB;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Transcript Sections */
.transcript-section[b-38mi0nhuek], .recap-section[b-38mi0nhuek] {
    margin-bottom: 20px;
    background: #F8F9FA;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
}

.transcript-header[b-38mi0nhuek], .recap-header[b-38mi0nhuek] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .transcript-header label[b-38mi0nhuek], .recap-header label[b-38mi0nhuek] {
        font-weight: 600;
        font-size: 16px;
        color: #374151;
        margin: 0;
    }

textarea.transcript[b-38mi0nhuek], textarea.recap[b-38mi0nhuek] {
    width: 100%;
    min-height: 120px;
    padding: 16px;
    background: #FFFFFF;
    border: 1.5px solid #D1D5DB;
    border-radius: 8px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 1.5;
    color: #374151;
    resize: vertical;
}

.transcript:focus[b-38mi0nhuek], .recap:focus[b-38mi0nhuek] {
    outline: none;
    border-color: #2563EB;
    box-shadow: 0px 0px 0px 3px rgba(37, 99, 235, 0.1);
}

/* Copy Button */
.copy-btn[b-38mi0nhuek] {
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-success[b-38mi0nhuek] {
    background: #10B981;
    color: white;
    box-shadow: 0px 2px 4px rgba(16, 185, 129, 0.25);
}

    .btn-success:hover[b-38mi0nhuek] {
        background: #059669;
        transform: translateY(-1px);
    }

/* Recap Controls */
.recap-controls[b-38mi0nhuek] {
    display: flex;
    justify-content: center;
    padding: 15px;
}

.btn-info[b-38mi0nhuek] {
    background: #0EA5E9;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .btn-info:hover:not(:disabled)[b-38mi0nhuek] {
        background: #0284C7;
        transform: translateY(-1px);
    }

    .btn-info:disabled[b-38mi0nhuek] {
        background: #9CA3AF;
        cursor: not-allowed;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .inner-container[b-38mi0nhuek] {
        width: 95%;
        height: 95vh;
        padding: 16px 20px;
    }

    .mode-toggle[b-38mi0nhuek] {
        flex-direction: column;
    }

    .record-btn[b-38mi0nhuek], .stop-btn[b-38mi0nhuek] {
        padding: 14px 30px;
        font-size: 16px;
    }

    .live-transcript-container[b-38mi0nhuek] {
        max-height: 300px;
    }
}

/* Scrollbar Styling */
.inner-container[b-38mi0nhuek]::-webkit-scrollbar,
.live-transcript-container[b-38mi0nhuek]::-webkit-scrollbar {
    width: 6px;
}

.inner-container[b-38mi0nhuek]::-webkit-scrollbar-track,
.live-transcript-container[b-38mi0nhuek]::-webkit-scrollbar-track {
    background: #F3F4F6;
    border-radius: 3px;
}

.inner-container[b-38mi0nhuek]::-webkit-scrollbar-thumb,
.live-transcript-container[b-38mi0nhuek]::-webkit-scrollbar-thumb {
    background: #D1D5DB;
    border-radius: 3px;
}

    .inner-container[b-38mi0nhuek]::-webkit-scrollbar-thumb:hover,
    .live-transcript-container[b-38mi0nhuek]::-webkit-scrollbar-thumb:hover {
        background: #9CA3AF;
    }
/* /Components/Pages/AI_Pages/VoiceToTextPrescription.razor.rz.scp.css */
/* Main container - Modal overlay */
.transcript-main-container[b-sd9ug4kjjs] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.32);
    top: 0;
    left: 0;
    align-content: center;
    display: flex;
    justify-content: center;
    z-index: 1000;
}

/* Inner container - Main content area */
.inner-container[b-sd9ug4kjjs] {
    width: 90%;
    max-width: 1000px;
    height: 92vh;
    max-height: 900px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    align-self: center;
    display: flex;
    flex-direction: column;
    padding: 24px 32px;
    gap: 20px;
    position: relative;
    font-family: 'Times New Roman', Times, serif;
    color: #344054;
    overflow-y: auto;
}

/* Close button */
.close-button[b-sd9ug4kjjs] {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: #878C9E;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.2s ease;
    z-index: 10;
}

    .close-button:hover[b-sd9ug4kjjs] {
        background-color: #F3F4F6;
        color: #344054;
        transform: scale(1.1);
    }

/* Mode Toggle */
.mode-toggle[b-sd9ug4kjjs] {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding: 8px;
    background: #F9FAFB;
    border-radius: 10px;
}

.mode-btn[b-sd9ug4kjjs] {
    flex: 1;
    padding: 12px 20px;
    border: 2px solid #E5E7EB;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .mode-btn:hover[b-sd9ug4kjjs] {
        border-color: #2563EB;
        background: #F0F9FF;
    }

    .mode-btn.active[b-sd9ug4kjjs] {
        background: #2563EB;
        color: white;
        border-color: #2563EB;
    }

/* Streaming Panel */
.streaming-panel[b-sd9ug4kjjs] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 1.5rem 0;
}

.recording-controls[b-sd9ug4kjjs] {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.record-btn[b-sd9ug4kjjs], .stop-btn[b-sd9ug4kjjs] {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.record-btn[b-sd9ug4kjjs] {
    background: linear-gradient(135deg, #DC2626 0%, #EF4444 100%);
    color: white;
}

    .record-btn:hover[b-sd9ug4kjjs] {
        transform: translateY(-2px);
        box-shadow: 0px 6px 16px rgba(220, 38, 38, 0.4);
    }

.stop-btn[b-sd9ug4kjjs] {
    background: linear-gradient(135deg, #6B7280 0%, #9CA3AF 100%);
    color: white;
}

    .stop-btn:hover[b-sd9ug4kjjs] {
        transform: translateY(-2px);
        box-shadow: 0px 6px 16px rgba(107, 114, 128, 0.4);
    }

/* Language Selector */
.language-selector[b-sd9ug4kjjs] {
    display: flex;
    align-items: center;
    gap: 1rem;
/*    margin-bottom: 1.5rem;*/
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.language-selector label[b-sd9ug4kjjs] {
    color: white;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.language-selector select[b-sd9ug4kjjs] {
    flex: 1;
    max-width: 300px;
    padding: 0.5rem 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: white;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.language-selector select:hover[b-sd9ug4kjjs] {
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.language-selector select:focus[b-sd9ug4kjjs] {
    outline: none;
    border-color: white;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

/* Live Indicator */
.live-indicator[b-sd9ug4kjjs] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px;
    background: linear-gradient(135deg, #FEE2E2 0%, #FECACA 100%);
    border-radius: 10px;
    border: 2px solid #DC2626;
    font-weight: 600;
    color: #991B1B;
    position: relative;
}

.pulse-ring[b-sd9ug4kjjs] {
    position: absolute;
    left: 30px;
    width: 20px;
    height: 20px;
    border: 3px solid #DC2626;
    border-radius: 50%;
    animation: pulse-b-sd9ug4kjjs 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

@keyframes pulse-b-sd9ug4kjjs {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* Connection Status */
.connection-status[b-sd9ug4kjjs] {
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
}

    .connection-status.connecting[b-sd9ug4kjjs] {
        background: #FEF3C7;
        color: #92400E;
        border: 1px solid #F59E0B;
    }

    .connection-status.connected[b-sd9ug4kjjs] {
        background: #D1FAE5;
        color: #065F46;
        border: 1px solid #10B981;
    }

/* Live Transcript Container */
.live-transcript-container[b-sd9ug4kjjs] {
    background: #F8F9FA;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    padding: 20px;
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
}

.live-transcript-header[b-sd9ug4kjjs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #E5E7EB;
}

    .live-transcript-header label[b-sd9ug4kjjs] {
        font-weight: 600;
        font-size: 16px;
        color: #374151;
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0;
    }

.live-transcript-content[b-sd9ug4kjjs] {
    line-height: 1.8;
    font-size: 16px;
}

.final-text[b-sd9ug4kjjs] {
    color: #1F2937;
    margin-bottom: 10px;
    width: 100%;
}

.partial-text[b-sd9ug4kjjs] {
    color: #6B7280;
    font-style: italic;
    animation: fadeIn-b-sd9ug4kjjs 0.3s ease-in;
}

@keyframes fadeIn-b-sd9ug4kjjs {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Batch Processing (Original Styles) */
.recorder-panel[b-sd9ug4kjjs] {
    width: 100%;
    padding: 20px;
    background: #F9FAFB;
    border: 1.5px solid #E5E7EB;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

.buttons-container[b-sd9ug4kjjs] {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn-primary[b-sd9ug4kjjs] {
    background: #2563EB;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .btn-primary:hover:not(:disabled)[b-sd9ug4kjjs] {
        background: #1D4ED8;
        transform: translateY(-1px);
    }

    .btn-primary:disabled[b-sd9ug4kjjs] {
        background: #9CA3AF;
        cursor: not-allowed;
    }

/* Loading Container */
.loading-container[b-sd9ug4kjjs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 15px 0;
    background: linear-gradient(135deg, #EBF4FF 0%, #F0F9FF 100%);
    border-radius: 12px;
    border: 2px solid #DBEAFE;
}

.loading-message[b-sd9ug4kjjs] {
    color: #2563EB;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Transcript Sections */
.transcript-section[b-sd9ug4kjjs], .recap-section[b-sd9ug4kjjs] {
    margin-bottom: 20px;
    background: #F8F9FA;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
}

.transcript-header[b-sd9ug4kjjs], .recap-header[b-sd9ug4kjjs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .transcript-header label[b-sd9ug4kjjs], .recap-header label[b-sd9ug4kjjs] {
        font-weight: 600;
        font-size: 16px;
        color: #374151;
        margin: 0;
    }

textarea.transcript[b-sd9ug4kjjs], textarea.recap[b-sd9ug4kjjs] {
    width: 100%;
    min-height: 120px;
    padding: 16px;
    background: #FFFFFF;
    border: 1.5px solid #D1D5DB;
    border-radius: 8px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 1.5;
    color: #374151;
    resize: vertical;
}

.transcript:focus[b-sd9ug4kjjs], .recap:focus[b-sd9ug4kjjs] {
    outline: none;
    border-color: #2563EB;
    box-shadow: 0px 0px 0px 3px rgba(37, 99, 235, 0.1);
}

/* Copy Button */
.copy-btn[b-sd9ug4kjjs] {
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-success[b-sd9ug4kjjs] {
    background: #10B981;
    color: white;
    box-shadow: 0px 2px 4px rgba(16, 185, 129, 0.25);
}

    .btn-success:hover[b-sd9ug4kjjs] {
        background: #059669;
        transform: translateY(-1px);
    }

/* Recap Controls */
.recap-controls[b-sd9ug4kjjs] {
    display: flex;
    justify-content: center;
    padding: 15px;
}

.btn-info[b-sd9ug4kjjs] {
    background: #0EA5E9;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .btn-info:hover:not(:disabled)[b-sd9ug4kjjs] {
        background: #0284C7;
        transform: translateY(-1px);
    }

    .btn-info:disabled[b-sd9ug4kjjs] {
        background: #9CA3AF;
        cursor: not-allowed;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .inner-container[b-sd9ug4kjjs] {
        width: 95%;
        height: 95vh;
        padding: 16px 20px;
    }

    .mode-toggle[b-sd9ug4kjjs] {
        flex-direction: column;
    }

    .record-btn[b-sd9ug4kjjs], .stop-btn[b-sd9ug4kjjs] {
        padding: 14px 30px;
        font-size: 16px;
    }

    .live-transcript-container[b-sd9ug4kjjs] {
        max-height: 300px;
    }
}

/* Scrollbar Styling */
.inner-container[b-sd9ug4kjjs]::-webkit-scrollbar,
.live-transcript-container[b-sd9ug4kjjs]::-webkit-scrollbar {
    width: 6px;
}

.inner-container[b-sd9ug4kjjs]::-webkit-scrollbar-track,
.live-transcript-container[b-sd9ug4kjjs]::-webkit-scrollbar-track {
    background: #F3F4F6;
    border-radius: 3px;
}

.inner-container[b-sd9ug4kjjs]::-webkit-scrollbar-thumb,
.live-transcript-container[b-sd9ug4kjjs]::-webkit-scrollbar-thumb {
    background: #D1D5DB;
    border-radius: 3px;
}

    .inner-container[b-sd9ug4kjjs]::-webkit-scrollbar-thumb:hover,
    .live-transcript-container[b-sd9ug4kjjs]::-webkit-scrollbar-thumb:hover {
        background: #9CA3AF;
    }
/* /Components/Pages/BlogsManagerPage.razor.rz.scp.css */
.blogs-manager-page[b-mziro2oqzc] {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-title[b-mziro2oqzc] {
    margin-bottom: 20px;
    color: #1A73E8;
}

.actions-bar[b-mziro2oqzc] {
    margin-bottom: 20px;
}

.blogs-table-container[b-mziro2oqzc] {
    overflow-x: auto;
}

.blogs-table[b-mziro2oqzc] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.blogs-table th[b-mziro2oqzc], .blogs-table td[b-mziro2oqzc] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.blogs-table th[b-mziro2oqzc] {
    background-color: #f2f2f2;
}

.btn[b-mziro2oqzc] {
    padding: 5px 10px;
    margin: 2px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.btn-primary[b-mziro2oqzc] { background-color: #1A73E8; color: white; }
.btn-secondary[b-mziro2oqzc] { background-color: #6c757d; color: white; }
.btn-info[b-mziro2oqzc] { background-color: #17a2b8; color: white; }
.btn-danger[b-mziro2oqzc] { background-color: #dc3545; color: white; }
.btn-sm[b-mziro2oqzc] { padding: 3px 6px; font-size: 0.875rem; }

.modal-overlay[b-mziro2oqzc] {
    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-mziro2oqzc] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-header[b-mziro2oqzc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.close-btn[b-mziro2oqzc] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.form-group[b-mziro2oqzc] {
    margin-bottom: 15px;
}

.form-control[b-mziro2oqzc] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.modal-footer[b-mziro2oqzc] {
    margin-top: 20px;
    text-align: right;
}

.loading-spinner[b-mziro2oqzc], .no-blogs[b-mziro2oqzc] {
    text-align: center;
    padding: 20px;
}

.no-blogs[b-mziro2oqzc] {
    text-align: center;
    padding: 20px;
}

.sections-section[b-mziro2oqzc] {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
}

.sections-section h4[b-mziro2oqzc] {
    margin-bottom: 15px;
    color: #1A73E8;
}

.section-item[b-mziro2oqzc] {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: white;
}

.section-header[b-mziro2oqzc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.section-header h5[b-mziro2oqzc] {
    margin: 0;
    color: #333;
}

.section-item .form-group[b-mziro2oqzc] {
    margin-bottom: 10px;
}

.section-item .form-group:last-child[b-mziro2oqzc] {
    margin-bottom: 0;
}
/* /Components/Pages/ClinicSelector.razor.rz.scp.css */
body[b-w1056r3ms5] {
}
/* /Components/Pages/CommentsComponent.razor.rz.scp.css */
.comment[b-gw5ga9kn0t] {
    width: 17%;
    height: 291px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 15px;
    border-radius: 13px;
    box-shadow: -3px 0px 8px -3px #6f6f6f;
}

    .comment img[b-gw5ga9kn0t] {
        width: 40%;
    }

.user-div[b-gw5ga9kn0t] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .user-div img[b-gw5ga9kn0t] {
        width: 27%;
    }

@media (min-width:315px) and (max-width:480px){
    .comment[b-gw5ga9kn0t] {
    width:25%;
    }
}
/* /Components/Pages/ContactComponent.razor.rz.scp.css */
.our-links[b-w7n9lj6ll6] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

    .our-links a[b-w7n9lj6ll6] {
        display: flex;
        align-items: center;
        gap: 5px;
        text-decoration: none;
        color: #E1E1E1;
    }
/* /Components/Pages/Dialogs/AddAudio.razor.rz.scp.css */
.upper-section[b-owinunfcee] {
    display: inline-flex;
    /*    width: 445px;*/
    justify-content: space-between;
    align-items: center;
}

    .upper-section label[b-owinunfcee] {
        /**/
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #344054;
    }

.recording-btn[b-owinunfcee] {
    background-color: white;
    border: none;
    width: 24px;
    height: 24px;
}

.lower-section[b-owinunfcee] {
/*    margin-top: 10px;*/
}

    .lower-section audio[b-owinunfcee]::-webkit-media-controls-panel {
        background-color: #CCE5FF;
        color: #CCE5FF;
    }

/*.lower-section audio::-webkit-media-controls-current-time-display {
    color: #4994FF;
}
.lower-section audio::-webkit-media-controls-time-remaining-display {
    color: #4994FF;
}

*/
.audioPlayer[b-owinunfcee] {
    width: 100%;
}

@media (max-width: 899.98px) {
    .upper-section[b-owinunfcee], .audioPlayer[b-owinunfcee] {
        width: 100%;
    }
}
/* /Components/Pages/Dialogs/AddPtDialog.razor.rz.scp.css */
.modal-lg[b-jlwicnpqsr] {
    display: flex;
    position: absolute;
    z-index: 30;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0000008c;
    align-items: center;
    max-width: 100%;
    height: 100%;
}

.img[b-jlwicnpqsr] {
    aspect-ratio: 1;
    object-position: center;
    width: 150px;
    margin-top: 14px;
    max-width: 100%;
}

.modal-content[b-jlwicnpqsr] {
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    max-width: 615px;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 50px 64px;
}

.main-container[b-jlwicnpqsr] {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    flex-direction: column;
    align-items: center;
    min-width: 425px;
}

    .main-container input[b-jlwicnpqsr] {
        width: 100%;
        border: 1px solid #E8ECEF;
        border-radius: 4px;
        min-height: 50px;
        padding:0 10px; 
    }

.back-btn[b-jlwicnpqsr] {
    font-family: Gilroy, sans-serif;
    border-radius: 8px;
    background-color: #4994ff;
    margin-top: 44px;
    width: 100%;
    max-width: 425px;
    justify-content: center;
    align-items: center;
    color: #fff;
    white-space: nowrap;
    padding: 19px 60px;
    border: none;
}

.header[b-jlwicnpqsr] {
    width: 266px;
    height: 36px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #053273;
}

.info-container[b-jlwicnpqsr] {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 24px;
    width: 100%;
}
.tel-div[b-jlwicnpqsr], .email-div[b-jlwicnpqsr] {
    width: 100%;
    margin-left: 0;
    z-index: 5;
    border: solid;
    border-radius: 5px;
    /*background-color: #f9f9f9;*/
    border: 1px solid #e8ecef;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
    z-index: 1;
}
/* /Components/Pages/Dialogs/AddReservationDialog.razor.rz.scp.css */
.modal-lg[b-4yonlfunlp] {
    display: flex;
    position: absolute;
    z-index: 30;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0000008c;
    align-items: center;
    max-width: 100%;
    height: 100%;
}

.img[b-4yonlfunlp] {
    aspect-ratio: 1;
    object-position: center;
    width: 150px;
    margin-top: 14px;
    max-width: 100%;
}

.modal-content[b-4yonlfunlp] {
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    max-width: 615px;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 50px 64px;
}

.main-container[b-4yonlfunlp] {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    flex-direction: column;
    align-items: center;
    min-width: 425px;
}

    .main-container input[b-4yonlfunlp] {
        width: 100%;
        border: 1px solid #E8ECEF;
        border-radius: 4px;
        min-height: 50px;
        padding:0 10px; 
    }

.back-btn[b-4yonlfunlp] {
    font-family: Gilroy, sans-serif;
    border-radius: 8px;
    background-color: #4994ff;
    margin-top: 44px;
    width: 100%;
    max-width: 425px;
    justify-content: center;
    align-items: center;
    color: #fff;
    white-space: nowrap;
    padding: 19px 60px;
    border: none;
}

.header[b-4yonlfunlp] {
    width: 266px;
    height: 36px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #053273;
}

.info-container[b-4yonlfunlp] {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 24px;
    width: 100%;
}
.tel-div[b-4yonlfunlp], .email-div[b-4yonlfunlp] {
    width: 100%;
    margin-left: 0;
    z-index: 5;
    border: solid;
    border-radius: 5px;
    /*background-color: #f9f9f9;*/
    border: 1px solid #e8ecef;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
    z-index: 1;
}
/* /Components/Pages/Dialogs/AI_CaseRecap.razor.rz.scp.css */
.ai-main-container[b-643h1wbq7g] {
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.case-recap-content[b-643h1wbq7g] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.medical-history-section[b-643h1wbq7g],
.examinations-section[b-643h1wbq7g] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: white;
}

.examinations-section[b-643h1wbq7g] {
    background: linear-gradient(135deg, #307e91 0%, #0da62b 100%);
}

.section-header[b-643h1wbq7g] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.section-header i[b-643h1wbq7g] {
    font-size: 24px;
}

.section-header h5[b-643h1wbq7g] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.section-content[b-643h1wbq7g] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px;
    backdrop-filter: blur(10px);
}

.section-content p[b-643h1wbq7g] {
    margin: 0 0 10px 0;
    line-height: 1.8;
    font-size: 15px;
    white-space: pre-line;
    word-wrap: break-word;
    text-align: justify;
}

.section-content p:last-child[b-643h1wbq7g] {
    margin-bottom: 0;
}

.action-buttons[b-643h1wbq7g] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
}

.loading-container[b-643h1wbq7g] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px;
}

.spinner-border[b-643h1wbq7g] {
    width: 1.5rem;
    height: 1.5rem;
    color: #4994ff;
}

.loading-message[b-643h1wbq7g] {
    color: #263238;
    font-weight: 500;
}

.alert[b-643h1wbq7g] {
    border-radius: 8px;
    padding: 15px;
}

@media (max-width: 768px) {
    .ai-main-container[b-643h1wbq7g] {
        padding: 10px;
    }

    .section-header h5[b-643h1wbq7g] {
        font-size: 18px;
    }

    .section-content p[b-643h1wbq7g] {
        font-size: 14px;
        text-align: left;
    }
}
/* /Components/Pages/Dialogs/AI_component.razor.rz.scp.css */
.ai-main-container[b-klcsjjjwaf] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.32);
    top: 0;
    left: 0;
    align-content: center;
    display: flex;
    justify-content: center;
  font-size: 14px;
}

.inner-container[b-klcsjjjwaf] {
    width: 70vw;
    height: 70vh;
  background-color: white;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 31px 53px;
    gap: 10px;
    isolation: isolate;
    position: absolute;
    width: 80%;
    height: 95%;
    background: #ffffff;
    border-radius: 8px;
    color: #333333;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.loading-container[b-klcsjjjwaf] {
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 15px;
    width: 100%;
}
.copy-container[b-klcsjjjwaf] {
    cursor: pointer;
}
.loading-message[b-klcsjjjwaf] {
    color: #2980b9;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    animation: fadeIn-b-klcsjjjwaf 0.5s ease-in-out;
}

@keyframes fadeIn-b-klcsjjjwaf {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
  to {
        opacity: 1;
        transform: translateY(0);
}
}

.spinner-border[b-klcsjjjwaf] {
    color: #2980b9;
    width: 2rem;
    height: 2rem;
}

.title-container[b-klcsjjjwaf] {
display: inline-flex;
    align-content: center;
    gap: 15px;
    align-items: center;
}

.title-container img[b-klcsjjjwaf] {
    cursor: pointer;
}

.inner-container h3[b-klcsjjjwaf] {
    color: #333333;
    margin-bottom: 0;
}

.font-controls[b-klcsjjjwaf] {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 4px 8px;
    background: #f8f9fa;
}

.font-size-btn[b-klcsjjjwaf] {
    width: 28px;
    height: 28px;
    border: none;
    background: #2980b9;
    color: white;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    line-height: 1;
}

.font-size-btn:hover[b-klcsjjjwaf] {
    background: #1f6a9e;
}

.font-size-btn:active[b-klcsjjjwaf] {
    transform: scale(0.95);
}

.font-size-display[b-klcsjjjwaf] {
    min-width: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #666;
}

.inner-container .close-button[b-klcsjjjwaf] {
    width: max-content;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background-color: transparent;
    width: 32px;
    height: 32px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    color: #666666;
    cursor: pointer;
    transition: color 0.2s;
}

.inner-container .close-button:hover[b-klcsjjjwaf] {
    color: #333333;
}

.inner-container textarea[b-klcsjjjwaf] {
    min-height: max-content;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333333;
    height: 100%;
    padding: 10px;
}

.inner-container textarea:focus[b-klcsjjjwaf] {
    min-height: max-content;
    background: #ffffff;
    border: 1px solid #2980b9;
    outline: none;
    color: #333333;
    height: 100%;
}

.ai-chat-container[b-klcsjjjwaf] {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    overflow: auto;
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    height: 100%;
    white-space: pre-line;
}

.chat-history[b-klcsjjjwaf] {
    padding: 8px;
}

.user-message[b-klcsjjjwaf] {
    color: #2980b9;
    font-weight: 500;
    background: #e3f2fd;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 8px;
    border-left: 3px solid #2980b9;
}

.ai-message[b-klcsjjjwaf] {
    color: #333333;
    background: #ffffff;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 8px;
    border-left: 3px solid #27ae60;
}

.chat-input[b-klcsjjjwaf] {
    height: min-content !important;
    width: 100%;
}

hr[b-klcsjjjwaf] {
    color: #e0e0e0;
    width: 100%;
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 10px 0;
}

.result-display[b-klcsjjjwaf] {
    width: 100%;
    height: 60vh;
    overflow-y: auto;
    white-space: pre-line;
/*    font-family: monospace;*/
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
}
.message[b-klcsjjjwaf]{
    display:flex;
    flex-direction:column;
}

/* Citation Link Styles */
.citation-link[b-klcsjjjwaf] {
    color: #0066cc;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dotted #0066cc;
    transition: all 0.2s ease;
    position: relative;
}

.citation-link:hover[b-klcsjjjwaf] {
    color: #0052a3;
    border-bottom-color: #0052a3;
    background-color: rgba(0, 102, 204, 0.05);
    padding: 2px 4px;
    border-radius: 3px;
}

.citation-link[data-citation-id][b-klcsjjjwaf] {
    font-weight: 500;
}

.citation-link[data-citation-id]:hover[b-klcsjjjwaf]::after {
    content: attr(title);
    position: absolute;
    bottom: 125%;
    left: 0;
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    max-width: 300px;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
/* /Components/Pages/Dialogs/ButtonsDialoge.razor.rz.scp.css */
.button-container[b-tzruvekcuc] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    
}

    .button-container .btn[b-tzruvekcuc] {
        width: 100%;
        padding: 15px;
        font-size: 14px;
        border-radius: 0.25rem;
        border: 1px solid #ced4da;
        cursor: pointer;
    }
    .button-container .btn-danger[b-tzruvekcuc]{
        margin-top:35px;
    }
    .button-container .btn-light[b-tzruvekcuc] {
        background-color: #f8f9fa;
    }

    .button-container .btn-primary[b-tzruvekcuc] {
        background-color: #007bff;
        color: white;
    }
/* /Components/Pages/Dialogs/Connection.razor.rz.scp.css */
.offline[b-pxndynh2qj]
{
    position:fixed;
    left:0;
    z-index:1000;
    bottom:0;
    background-color: lightyellow;
    color:red;
    align-items:center;
    width:100%;
    justify-content:center;
}
/* /Components/Pages/Dialogs/DeleteDialog.razor.rz.scp.css */
.delete-temp-main-container[b-zp9v1b7wqf] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #080000c2;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 100%;
    z-index: 1050;
}

.inner-container[b-zp9v1b7wqf] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 50vh;
    margin: 100px 100px;
    width: 50%;
    padding:20px 30px;
    border-radius: 10px;
/*    font-family: 'inter';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
    z-index:100;
}
.sticky-lg-top[b-zp9v1b7wqf] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.delete-text[b-zp9v1b7wqf] {
    color: #ff000a;
    background: #ff000008;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
}
.reason-input[b-zp9v1b7wqf] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
}

.modal-actions[b-zp9v1b7wqf] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn[b-zp9v1b7wqf] {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.btn-secondary[b-zp9v1b7wqf] {
    background-color: #ccc;
    color: black;
}

.btn-danger[b-zp9v1b7wqf] {
    background-color: #dc3545;
    color: white;
}

.btn[disabled][b-zp9v1b7wqf] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Components/Pages/Dialogs/DraggableContainer.razor.rz.scp.css */
body[b-s214jcq6j7] {
}
/* /Components/Pages/Dialogs/DraggableContainer2.razor.rz.scp.css */
.draggable-container[b-8jn984okrb] {
}

    .draggable-container:hover img[b-8jn984okrb] {
        width: 30px;
        height: 30px;
        opacity: 0.6;
    }

    .draggable-container img[b-8jn984okrb] {
        width: 30px;
        height: 30px;
        opacity: 0;
    }

.content-div[b-8jn984okrb] {
    background-color: rgba(0, 123, 255, 0.05);
    border: 1px dashed #007bff;
}
/*img:hover{
    opacity:1;
}*/
.font-settings[b-8jn984okrb] {
    display: inline-flex;
    cursor: pointer;
}

@media print {
    img[b-8jn984okrb] {
        opacity: 0;
    }

        img:hover[b-8jn984okrb] {
            opacity: 0;
        }

    .content-div[b-8jn984okrb] {
        background-color: rgba(0, 123, 255, 0);
        border: none;
    }
}
/* /Components/Pages/Dialogs/ExamPDFviewer.razor.rz.scp.css */
.pdf-container[b-hlxrr4dqmb] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
embed[b-hlxrr4dqmb]{
    height:100vh;
    width:100vw;
}
/* /Components/Pages/Dialogs/NotificationRowComp.razor.rz.scp.css */
.notification-main-container[b-xoh7dvbgiq] {
    display: flex;
    flex-direction: column;
    z-index:5;
}
.notification-title[b-xoh7dvbgiq] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
   align-items: flex-start;
    padding: 24px 24px 24px 16px;
    width: 368px;
    height: 70px;
    background: rgba(255, 255, 255, 0.002);
    box-shadow: inset 0px -1px 0px #E4E7EB;
   
}
    .notification-title label[b-xoh7dvbgiq] {
       

        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height, or 138% */
        display: flex;
        align-items: center;
        color: #222529;
       
    }
.notification-title button[b-xoh7dvbgiq]{
    border:none;
    background-color:white;
}
.notification-row[b-xoh7dvbgiq] {
    display: inline-flex;
    width: 100%;    
    box-sizing: border-box;    
    align-items: flex-start;
    padding: 13px 16px;
    gap: 24px;   
    /*height: 107px;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);   
    cursor:pointer;
 }
/*.notification-row:last-child {
    border:none;
    padding:0 16px;
 }*/
.notification-icon[b-xoh7dvbgiq]{
    width:15%;
}
.notification-text[b-xoh7dvbgiq] {
    display: flex;
    flex-direction: column;
    width: 60%;
}
    .notification-text .message[b-xoh7dvbgiq] {
        display: -webkit-box; /* Required for line clamping */
        -webkit-line-clamp: 2; /* Number of lines to display */
        -webkit-box-orient: vertical; /* Required for line clamping */
        overflow: hidden; /* Hide overflow text */
        text-overflow: ellipsis; /* Add ellipsis */
        white-space: normal; /* Allow text wrapping */
        max-width: 100%; /* Adjust based on your layout */


        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        
        align-items: center;
        text-align: right;
        color: #5A6474;
       
    }
        .notification-text .message:hover[b-xoh7dvbgiq] {
            display: flex;
            direction: rtl; /* For right-to-left text */
            text-align: right; /* Align text to the right */
            white-space: normal; /* Allow text to wrap */
            overflow-wrap: break-word; /* Break long words if necessary */
            word-wrap: break-word; /* Older property for compatibility */
            max-width: 100%;
            cursor: pointer;
            min-height:fit-content;
        }
        .notification-row .notification-icon img[b-xoh7dvbgiq] {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.arrow-div[b-xoh7dvbgiq] {
    width: 25%;
    display: inline-flex;
    justify-content: end;
}
    .arrow-div .is-read[b-xoh7dvbgiq] {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        align-self: center;
        margin-left:14px;
    }
/* /Components/Pages/Dialogs/PDFviewer.razor.rz.scp.css */
.pdf-container[b-uk6c11kuie] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
embed[b-uk6c11kuie]{
    height:100vh;
    width:100vw;
}
/* /Components/Pages/Dialogs/PicUploadDialog.razor.rz.scp.css */
.main-container[b-wh0atrlwdm] {
  /* fonts */
  /*--font-poppins: Poppins;
    --font-open-sans: "Open Sans";
    --font-noto-sans-jp: "Noto Sans JP";
    --font-lato: Lato;
    --font-source-sans-pro: "Source Sans Pro";
    --font-gilroy: Gilroy;*/
  /* font sizes */
  /*--font-size-mid: 17px;
    --font-size-mini: 15px;
    --font-size-mid-1: 17.1px;
    --font-size-5xl: 24px;
    --font-size-lgi: 19px;
    --font-size-base: 16px;
    --font-size-lg-2: 18.2px;
    --font-size-13xl-2: 32.2px;
    --font-size-7xl: 26px;
    --font-size-6xl: 25px;
    --font-size-xl: 20px;
    --font-size-base-4: 15.4px;
    --font-size-26xl: 45px;
    --font-size-8xl: 27px;
    --font-size-17xl: 36px;
    --font-size-lg: 18px;
    --font-size-sm: 14px;
    --font-size-7xl-6: 26.6px;
    --font-size-2xl: 21px;
    --font-size-smi-6: 12.6px;
    --font-size-xs-2: 11.2px;
    --font-size-mid-5: 17.5px;
    --font-size-11xl: 30px;*/
  /* Colors */
  /*--color-white: #fff;
    --color-whitesmoke-100: #f9f9f9;
    --color-whitesmoke-200: #e8ecef;
    --color-lavender: #d4e6ff;
    --color-sandybrown: #ffb050;
    --color-dodgerblue-100: #4994ff;
    --color-dodgerblue-200: #307ae6;
    --color-darkgray-100: #acb1c0;
    --color-darkgray-200: #999;
    --color-darkgray-300: #969696;
    --color-lightgray-100: #ced7df;
    --color-lightgray-200: #cfd4d6;
    --color-darkslateblue: #053273;
    --color-gray: #858585;
    --color-ghostwhite-100: #f9fafd;
    --color-ghostwhite: #f5f7fb;
    --color-darkslategray-100: #3d3d3d;
    --color-darkslategray-200: #1c2d48;
    --color-cornflowerblue-100: #3393f0;
    --color-gainsboro: #e6e6e6;
    --color-dimgray: #6c6c6c;
    --color-slategray: #777f96;*/
  /* Gaps */
  /*--gap-16xl: 35px;
    --gap-14xl: 33px;
    --gap-35xl: 54px;
    --gap-xl: 20px;
    --gap-base: 16px;
    --gap-3xl: 22px;
    --gap-sm: 14px;
    --gap-mid: 17px;
    --gap-lg: 18px;
    --gap-smi: 13px;
    --gap-2xl: 21px;
    --gap-7xs: 6px;
    --gap-19xl: 38px;
    --gap-32xl: 51px;
    --gap-107xl: 126px;
    --gap-4xs: 9px;
    --gap-150xl: 169px;
    --gap-31xl: 50px;
    --gap-123xl: 142px;
    --gap-39xl: 58px;
    --gap-34xl: 53px;
    --gap-40xl: 59px;
    --gap-29xl: 48px;
    --gap-20xl: 39px;
    --gap-10xs: 3px;
    --gap-3xs: 10px;
    --gap-21xl: 40px;
    --gap-44xl: 63px;
    --gap-26xl: 45px;
    --gap-4xl: 23px;
    --gap-141xl: 160px;
    --gap-6xl: 25px;
    --gap-27xl: 46px;
    --gap-12xs: 1px;
    --gap-70xl: 89px;
    --gap-12xl: 31px;
    --gap-mini: 15px;
    --gap-55xl: 74px;
    --gap-8xs: 5px;*/
  /* Paddings */
  /*--padding-13xl: 32px;
    --padding-12xs: 1px;
    --padding-mini: 15px;
    --padding-10xs: 3px;
    --padding-9xs: 4px;
    --padding-6xs: 7px;
    --padding-sm: 14px;
    --padding-2xs: 11px;
    --padding-smi: 13px;
    --padding-8xs: 5px;
    --padding-xl: 20px;
    --padding-21xl: 40px;
    --padding-48xl: 67px;
    --padding-19xl: 38px;
    --padding-42xl: 61px;
    --padding-11xl: 30px;
    --padding-14xl: 33px;
    --padding-7xs: 6px;
    --padding-3xl: 22px;
    --padding-xs: 12px;
    --padding-29xl: 48px;
    --padding-57xl: 76px;
    --padding-mid: 17px;
    --padding-4xs: 9px;
    --padding-12xl: 31px;
    --padding-26xl: 45px;
    --padding-15xl: 34px;
    --padding-61xl: 80px;
    --padding-33xl: 52px;
    --padding-51xl: 70px;
    --padding-18xl: 37px;
    --padding-53xl: 72px;
    --padding-5xl: 24px;
    --padding-2xl: 21px;
    --padding-6xl: 25px;
    --padding-5xs: 8px;
    --padding-36xl: 55px;
    --padding-base: 16px;
    --padding-lg: 18px;
    --padding-lgi: 19px;
    --padding-17xl: 36px;
    --padding-27xl: 46px;
    --padding-93xl: 112px;
    --padding-37xl: 56px;
    --padding-10xl: 29px;*/
  /* Border radiuses */
  /*--br-base: 16px;
    --br-7xs: 6px;
    --br-5xs: 8px;
    --br-smi-6: 12.6px;
    --br-3xs: 10px;
    --br-4xs: 9px;
    --br-8xs: 5px;
    --br-7xs-1: 5.1px;
    --br-xs: 12px;
    --br-xl: 20px;
    --br-3xs-6: 9.6px;*/
}
button:focus-visible[b-wh0atrlwdm],
input:focus-visible[b-wh0atrlwdm] {
  outline: none !important;
}

.main-container[b-wh0atrlwdm] {
  width: 100%;
  cursor: pointer;
}
.waiting-circle[b-wh0atrlwdm] {
  position: absolute;
  right: 30%;
  width: 100px;
  height: 100px;
  border: 5px solid #ccc;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin-b-wh0atrlwdm 1s linear infinite;
}

@keyframes spin-b-wh0atrlwdm {
  to {
    transform: rotate(360deg);
  }
}
.upload-button-instance[b-wh0atrlwdm] {
  border-radius: var(--br-4xs);
  background-color: var(--color-white);
  border: 1.5px dashed var(--color-whitesmoke-200);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: var(--gap-mid);
  max-width: 100%;
  z-index: 1;
  font-size: var(--font-size-base);
  color: var(--color-darkgray-300);
  font-family: var(--font-gilroy);
  padding: 5px 10px;
}
.file-types[b-wh0atrlwdm] {
  font-style: normal;
  font-weight: 500;
  font-size: 14.8571px;
  line-height: 18px;

  text-align: center;
  color: #a9acb4;
}
.FileDrop[b-wh0atrlwdm] {
  position: absolute;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
}

.FileDrop[b-wh0atrlwdm]  input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
}

#uploaded-files[b-wh0atrlwdm] {
  margin-top: 20px;
}

.file-preview h4[b-wh0atrlwdm] {
  text-align: center;
  font-size: 16px;
}

/* /Components/Pages/Dialogs/SceduleChangeList.razor.rz.scp.css */
.schedule-temp-main-container[b-iufg90qvde] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 100%;
    z-index:5;
}

.inner-container[b-iufg90qvde] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding:20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
}
.sticky-lg-top[b-iufg90qvde] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.day-section[b-iufg90qvde] {
    display: inline-flex;
    margin-bottom: 20px;
    width: 100%;
}

/* Day label and enable checkbox */
.day-label[b-iufg90qvde] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    width: 220px;
}

    .day-label input[type="checkbox"][b-iufg90qvde] {
        margin-right: 10px;
    }

/* Shifts section */
.shifts[b-iufg90qvde] {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.shift[b-iufg90qvde] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

    .shift input[type="time"][b-iufg90qvde] {
        /* Input */
        box-sizing: border-box;
        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 5px 5px;
        gap: 8px;
        /* White */
        background: #FFFFFF;
        /* Gray/300 */
        border: 1px solid #D0D5DD;
        /* Shadow/xs */
        box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
        border-radius: 8px;
    }

    .shift button[b-iufg90qvde] {
        margin-left: 10px;
    }

/* /Components/Pages/Dialogs/SelectDoctorsDialog.razor.rz.scp.css */
.main-container[b-y7i507ym7r] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
    border-radius: 15px;
    padding: 10px;
}

input[b-y7i507ym7r] {
}

hr[b-y7i507ym7r] {
    height: 1px;
    width: 90%;
    margin: 0;
}
/* /Components/Pages/Dialogs/ShiftPicker.razor.rz.scp.css */
.date-picker-container[b-7ug69htyvl] {
    display: inline-flex;
    /*direction:rtl;*/
    background-color: white;
    /*width: 80%;*/
    overflow: auto;
    padding: 5px;
    gap: 15px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    /* or 19px */
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.buttons-container[b-7ug69htyvl] {
    display: inline-flex;
    gap: 10px;
}
input[b-7ug69htyvl] {
    height: 35px;
}
button[b-7ug69htyvl] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    height: 35px;
    border-radius: 4px;
      border:none;
    
   
}
@media (max-width: 768px) {
    button[b-7ug69htyvl] {
        font-size: 10px;
    }
}
/* /Components/Pages/Dialogs/SuccesDialog.razor.rz.scp.css */
.modal-lg[b-rknj62egvr] {
    display: flex;
    /* position: absolute; */
    z-index: 30;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0000008c;
    /* align-items: center; */
    max-width: 100%;
}

.img[b-rknj62egvr] {
    aspect-ratio: 1;
    object-position: center;
    width: 150px;
    margin-top: 14px;
    max-width: 100%;
}
.modal-content[b-rknj62egvr] {
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    max-width: 615px;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 50px 64px;
    height: 100vh;
    overflow: auto;
}
.div-2[b-rknj62egvr] {
    color: #053273;
    margin-top: 44px;
    font: 30px/40px Gilroy, sans-serif;
}


.div-3[b-rknj62egvr] {
    color: #969696;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    line-height: 30px;
    align-self: stretch;
    margin-top: 38px;
}



.back-btn[b-rknj62egvr] {
    font-family: Gilroy, sans-serif;
    border-radius: 8px;
    background-color: #4994ff;
    margin-top: 44px;
    width: 100%;
    max-width: 425px;
    justify-content: center;
    align-items: center;
    color: #fff;
    white-space: nowrap;
    padding: 19px 60px;
    border: none;
}

/* /Components/Pages/Dialogs/WaitingDialog.razor.rz.scp.css */
.waiting-circle[b-ptpbt6lbj3] {
    position: absolute;
    right: 30%;
    width: 100px;
    height: 100px;
    border: 5px solid #ccc;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin-b-ptpbt6lbj3 1s linear infinite;
    z-index:10;
}

@keyframes spin-b-ptpbt6lbj3 {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/DisLabRadiology/DiseaseNamesAddUpdate.razor.rz.scp.css */
.category-group[b-bujfgguzvj] {
    display: inline-flex;
    margin-top: 10px;
}
.category-group label[b-bujfgguzvj]{
    min-width:fit-content;
}
/* /Components/Pages/DisLabRadiology/DisLabRadioAddUpdate.razor.rz.scp.css */
.button-container[b-i0gwwcjsps]{
    margin-top:20px;
    margin-bottom:20px;
}
/* /Components/Pages/DisLabRadiology/LabNamesAddUpdate.razor.rz.scp.css */
.category-group[b-npb2qeznc6] {
    display: inline-flex;
    margin-top: 10px;
}

    .category-group label[b-npb2qeznc6] {
        min-width: fit-content;
    }
/* /Components/Pages/DisLabRadiology/RadiologyNamesAddUpdate.razor.rz.scp.css */
.category-group[b-qdrq03te3l] {
    display: inline-flex;
    margin-top: 10px;
}

    .category-group label[b-qdrq03te3l] {
        min-width: fit-content;
    }
/* /Components/Pages/DisLabRadiology/SearchDisNames.razor.rz.scp.css */
.blazored-typeahead__results[b-fzf58swwfh] {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border: 1px solid #dbdbdb;
    min-height: 2rem;
    max-height: 10%;
    overflow-y: auto;
    z-index: 10;
    width: 100%;
    background: yellow;
}
label[b-fzf58swwfh] {
    color: blue;
}
text[b-fzf58swwfh] {
    color: blue;
}
.main-container[b-fzf58swwfh] {
    width: 100%;
}
/* /Components/Pages/DisLabRadiology/SearchLabNames.razor.rz.scp.css */
.blazored-typeahead__results[b-fyeb5bxhmu] {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border: 1px solid #dbdbdb;
    min-height: 2rem;
    max-height: 10%;
    overflow-y: auto;
    z-index: 10;
    width: 100%;
    background: yellow;
}
label[b-fyeb5bxhmu] {
    color: blue;
}
.loinc-label[b-fyeb5bxhmu]{
    color:red;
}
text[b-fyeb5bxhmu] {
    color: blue;
}
.main-container[b-fyeb5bxhmu] {
    width: 100%;
    position:relative;
}
    .main-container img[b-fyeb5bxhmu] {
        position: absolute;
        right: 10px;
        top: 10px;
    }

/* /Components/Pages/DisLabRadiology/SearchRadiologyNames.razor.rz.scp.css */
.blazored-typeahead__results[b-4im864cgnu] {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border: 1px solid #dbdbdb;
    min-height: 2rem;
    max-height: 10%;
    overflow-y: auto;
    z-index: 10;
    width: 100%;
    background: yellow;
}
label[b-4im864cgnu] {
    color: blue;
}
text[b-4im864cgnu] {
    color: blue;
}
.main-container[b-4im864cgnu] {
    width: 100%;
    position: relative;
}

    .main-container img[b-4im864cgnu] {
        position: absolute;
        right: 10px;
        top: 10px;
    }
/* /Components/Pages/DisLabRadiology/SearchServicesNames.razor.rz.scp.css */
.blazored-typeahead__results[b-scf2qh04kn] {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border: 1px solid #dbdbdb;
    min-height: 2rem;
    max-height: 10%;
    overflow-y: auto;
    z-index: 10;
    width: 100%;
    background: yellow;
}
label[b-scf2qh04kn] {
    color: blue;
}
text[b-scf2qh04kn] {
    color: blue;
}
.main-container[b-scf2qh04kn] {
    width: 100%;
}
/* /Components/Pages/DisLabRadiology/SelectNameFromCategories.razor.rz.scp.css */
.selected[b-85dhu826e0] {
    background-color: green; /* Set your desired selected color */
    color: white; /* Set your desired text color for selected state */
}
.inactive[b-85dhu826e0] {
    background-color: lightgreen; /* Set your desired selected color */
    color: white; /* Set your desired text color for selected state */
}
.three-column-layout[b-85dhu826e0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
/* /Components/Pages/DisLabRadiology/ServicesNamesAddUpdate.razor.rz.scp.css */
search-service-main-div[b-3s3y2qxohr]{
    display:flex;
    flex-direction:column;
    gap:10px;
}
/* /Components/Pages/DoctorPages/AllDoctorsPage.razor.rz.scp.css */
.main-container[b-4183tfar2r] {
    background-color: #EFF0F2;
    position: relative;
    direction:ltr;
    /*overflow: hidden;*/
}
.date-picker-container[b-4183tfar2r] {
    display: grid;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    direction: ltr;
    flex-wrap: wrap;
    grid-template-columns:1fr 1fr;
}

    .date-picker-container label[b-4183tfar2r] {
        font-weight: bold;
        font-size: 16px;
    }

.date-input[b-4183tfar2r] {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    width: 160px;
}

.refresh-button[b-4183tfar2r] {
    padding: 7px 16px;
    background-color: #0078d7;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .refresh-button:hover[b-4183tfar2r] {
        background-color: #005fa3;
    }

.doctor-group[b-4183tfar2r] {
    background-color: #d3f3c8;
    border-radius: 12px;
    padding: 5px 5px;
    margin-bottom: 2px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out;
}
    .doctor-group:nth-child(odd)[b-4183tfar2r] {
        background-color: #d3f3c8;
    }

    .doctor-group:nth-child(even)[b-4183tfar2r] {
        background-color: #e6f7f5;
    }
.doctor-header[b-4183tfar2r] {
    font-size: 22px;
    font-weight: bold;
    color: #2a9d8f;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    padding:0 10px;
}

    .doctor-header:hover[b-4183tfar2r] {
        background-color: #e6f2ef;
    }

.toggle-icon[b-4183tfar2r] {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.reservation-grid[b-4183tfar2r] {
    padding-bottom: 20px;
    background: white;
}

.main-reservation-row[b-4183tfar2r] {
/*    direction: rtl;*/
}

.no-reservation[b-4183tfar2r] {
    display: flex;
    justify-content: center;
}

    .no-reservation img[b-4183tfar2r] {
        width: 100%;
    }
.labels-container[b-4183tfar2r] {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    background-color: white;
    padding: 10px;
}
.labels-container[b-4183tfar2r], [b-4183tfar2r] .reservation-row {
    display: grid;
    grid-template-columns: 5% 20% 15% 15% 10% 10% 15% 10%;
    width: 100%;
    justify-items: center;
    align-items: center;
}

    .labels-container > *[b-4183tfar2r], [b-4183tfar2r] .reservation-row > * {
        padding: 10px;
        border: 1px solid #ddd !important;
        width: 100%;
        text-align: center;
        height: 100%;
        border-radius: 0 !important;
        justify-content: center;
        align-items: center;
    }

.status-dropdown[b-4183tfar2r] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: 40px;
    padding: 10px;
    width: 250px;
    background-color: white;
    position: absolute;
    z-index: 100;
    border: groove 1px gray;
    width: max-content;
    font-size: 14px;
}

    .status-dropdown hr[b-4183tfar2r] {
        margin: 0;
    }
.res-status[b-4183tfar2r] {
    position: relative;
}

    .res-status span[b-4183tfar2r] {
        font-size: 10px;
    }

.res-status[b-4183tfar2r] {
    position: relative;
    background: none !important;
}

    .res-status button[b-4183tfar2r] {
        background: white;
        border: none;
    }

.extra-services[b-4183tfar2r] {
    display: inline-flex;
}

    .extra-services .switch[b-4183tfar2r] {
        transform: scale(0.7) !important;
    }


/* /Components/Pages/DoctorPages/Analytics_doc.razor.rz.scp.css */
.analytics-main-container[b-fugife2qbd] {
    background-color: white;
/*    ;*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 150% */
    color: #242222;
    padding: 15px;
    z-index:10;
    direction:rtl;
}

.main-btn-container[b-fugife2qbd] {
    display: flex;
    gap: 5px;
    width: 100%;
    height: 40px;
    justify-content: space-between;
    padding:0 20px ;
}

.report-type button[b-fugife2qbd] {
    width:fit-content;

}
.report-type button[b-fugife2qbd] {
    border: none;
    background-color: white;
    padding: 10px 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

    .main-btn-container .active[b-fugife2qbd] {
        background-color: #017EF5;
        color: white;
    }
/* /Components/Pages/DoctorPages/DoctorPage.razor.rz.scp.css */
.doctor-page-main-container[b-rpjs5lb2ft] {
    background-color: #EFF0F2;
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.section1-info[b-rpjs5lb2ft] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}


    
.reservation-strip[b-rpjs5lb2ft] {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    /*    ;*/
    margin-top: 22px;
    margin-bottom: 16px;
}

.button-container[b-rpjs5lb2ft] {
    display: flex;
    justify-content: space-between; /* Align items on both ends */
    align-items: center; /* Center-align vertically */
    gap: 8px;
    padding-bottom: 8px;
}

    .button-container .add-reservation[b-rpjs5lb2ft], .button-container .add-pt[b-rpjs5lb2ft] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8.06806px 16.1361px;
        gap: 8.07px;
        width: 115px;
        height: 46px;
        background: rgba(1, 126, 245, 0.1);
        border-radius: 8.06806px;
        /**/
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        border: none;
        color: #017EF5;
    }

.clinic-info[b-rpjs5lb2ft] {
    /*order: 2;*/ /* Set the order to appear last */
}

    .clinic-info .date[b-rpjs5lb2ft] {
        /* Today, October 18 */
        /**/
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        /* identical to box height */

        color: #8792A6;
    }

    .clinic-info .clinic-count[b-rpjs5lb2ft] {
        /**/
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        /* identical to box height, or 125% */
        /* Heading */
        color: #060B1E;
    }

.reminder[b-rpjs5lb2ft] {
    position: relative;
    width: fit-content;
    cursor: pointer;
}

    .reminder img[b-rpjs5lb2ft] {
       
    }

    .reminder span[b-rpjs5lb2ft] {
        height: 22px;
        border: 2px solid white;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        position: absolute;
        top: 3px;
        right: 15%;
        color: darkblue;
        width: 22px;
        border-radius: 11px;
        background-color: orange;
        color: white;
    }
.reminder-container[b-rpjs5lb2ft] {
    direction: rtl;
}

.lab-reminder[b-rpjs5lb2ft] {
    position: relative;
    width: 70px;
    cursor: pointer;
    border: 2px solid #7bb1ff;
    height: 50px;
    justify-content: center;
    display: flex;
    background: white;
    border-radius: 10px;
    padding: 5px;
    align-items: center;
}

    .lab-reminder img[b-rpjs5lb2ft] {
       
    }

    .lab-reminder-count[b-rpjs5lb2ft] {
        height: 22px;
        border: 2px solid white;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        position: absolute;
        top: 3px;
        right: 15%;
        color: darkblue;
        width: 22px;
        border-radius: 11px;
        background-color: orange;
        color: white;
    }

.lab-reminder-container[b-rpjs5lb2ft] {
    direction: ltr;
}

.section-reservations[b-rpjs5lb2ft] {
    display: flex;
    width: 100%;
}

    .section-reservations .reservation-grid[b-rpjs5lb2ft] {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 50px;
        height: 55vh;
        overflow: auto;
    }

.labels-container[b-rpjs5lb2ft], [b-rpjs5lb2ft] .reservation-row {
    display: grid;
    grid-template-columns: 5% 25% 15% 15% 20% 10% 10%;
    width: 100%;
    justify-items: center;
    align-items: center;
}

.labels-container[b-rpjs5lb2ft] {
    font-weight: 500;
    font-size: 20px;
    background-color: white;
    padding:0 10px;
}
    .labels-container > *[b-rpjs5lb2ft], [b-rpjs5lb2ft] .reservation-row > * {
        padding: 10px;
        border: 1px solid #ddd;
        width: 100%;
        text-align: center;
        height: 100%;
        border-radius: 0 !important;
        justify-content: center;
        align-items: center;
    }

[b-rpjs5lb2ft] .res-no,
.name[b-rpjs5lb2ft],
.extra-services[b-rpjs5lb2ft],
.res-type[b-rpjs5lb2ft],
.res-time[b-rpjs5lb2ft],
.done[b-rpjs5lb2ft],
.options[b-rpjs5lb2ft] {
    text-align: center; /* Center-align content */
}


.no-reservation[b-rpjs5lb2ft] {
    display: flex;
    justify-content: center;
}

    .no-reservation img[b-rpjs5lb2ft] {
        width: 100%;
    }

.main-reservation-row[b-rpjs5lb2ft] {
    direction: ltr;
}

.not-confirmed[b-rpjs5lb2ft] {
}

    .not-confirmed strong[b-rpjs5lb2ft] {
        color: red;
    }

.dialog-confirmation[b-rpjs5lb2ft] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: white;
    width: 100%;
    overflow: auto;
    height: 100vh;
}

.tel img[b-rpjs5lb2ft] {
    width: 25px;
}

@media (max-width: 768px) {
    .labels-container[b-rpjs5lb2ft] {
        display: none;
    }

    .section1-info .info-container[b-rpjs5lb2ft] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .section1-info .info-container div[b-rpjs5lb2ft] {
            width: 100% !important;
        }

        .section1-info .info-container .advertisements[b-rpjs5lb2ft] {
            width: 100% !important;
            grid-column: span 2;
        }
}

/* /Components/Pages/DoctorPages/DoctorProfile.razor.rz.scp.css */

:root[b-fai2a8dcyd] {
    --font-family: 'Poppins';
    --font-weight: 400;
    --font-style: normal;
}

.main-container[b-fai2a8dcyd] {
    font-family: 'Poppins';
    display: flex;
    width: 100%;
    height: 100%;
    /*padding: 10px 0;*/
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: auto;
    gap: 20px;
}

.user-card[b-fai2a8dcyd] {
    display: flex;
    background: white;
    /*position: relative;*/
    padding: 6px;
    flex-direction: column;
    border-radius: 12px;
    padding: 10px;
    width: 100%;
}


.top-rectangle[b-fai2a8dcyd] {
    /*width: 1320px;*/
    background-image: linear-gradient(180deg, #6057fb, #6358fa, #8265fd);
    height: 102px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.top-Info[b-fai2a8dcyd] {
    display: inline-flex;
}

.img-div[b-fai2a8dcyd] {
    position: absolute;
    /*width: 220px;
    height: 280px;*/
    top: 0px;
}

.doctor-image[b-fai2a8dcyd] {
    width: 135px;
    border-radius: 18px;
    position: relative;
    top: 32px;
    left: 32px;
    max-height: 220px;
}


.img-div .edit[b-fai2a8dcyd],
.img-div .delete[b-fai2a8dcyd] {
    position: absolute;
    padding: 5px;
    background-color: #0000ff54;
    border-radius: 5px;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease; /* Smooth transition */
    top:40px;
}

.img-div .edit[b-fai2a8dcyd] {
    left: 40px;
    overflow: hidden;
}

.img-div .delete[b-fai2a8dcyd] {
    left: 170px;
    background-color: beige;
    border: 1px solid black;
}

.img-div:hover .edit[b-fai2a8dcyd],
.img-div:hover .delete[b-fai2a8dcyd] {
    opacity: 1; /* Show buttons on hover */
}

    .img-div:hover .edit:hover[b-fai2a8dcyd],
    .img-div:hover .delete:hover[b-fai2a8dcyd] {
        transform: scale(1.2);
        cursor: pointer;
    }
.edit[b-fai2a8dcyd] {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.upload[b-fai2a8dcyd] {
    position: absolute;
    opacity: 0;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index:2;
}
.edit-icon[b-fai2a8dcyd] {
    position: absolute;
    padding:5px;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background-color:beige;
    border: 1px solid black;
}

.user-card .more-h[b-fai2a8dcyd] {
    width: 38px;
    height: 38px;
    background: rgba(248, 249, 250, 1);
    border: 0;
    border-radius: 4px;
    position: relative;
    top: 0;
    right: 45px;
    top: -10px;
    position: absolute;
}

.Doctor-Data[b-fai2a8dcyd] {
    display: flex;
    height: auto;
    position: relative;
    left: 210px;
    top: -13px;
    width: 80%;
}

.name-div h2[b-fai2a8dcyd] {
    font-family: 'Poppins';
    font-weight: var(--font-weight);
    font-size: 24px;
    margin-top: 24px;
}

.name-div[b-fai2a8dcyd] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.name-div2[b-fai2a8dcyd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 206px;
}

.pro-class[b-fai2a8dcyd] {
    background-color: rgba(207, 241, 230, 1);
    color: rgba(17, 185, 129, 1);
    width: 45px;
    height: 20px;
    border-radius: 15px;
    justify-content: center;
    display: flex;
    font-size: small;
}

.locatian-div[b-fai2a8dcyd] {
    width: 280px;
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: rgba(148, 153, 161, 1);
    gap: 15px;
}

.user-card hr[b-fai2a8dcyd] {
    /*position: absolute;
    width: 102%;
    top: 195px;
    left: -42px;*/
    margin: 0rem 0;
}

.options-div[b-fai2a8dcyd] {
    width: 250px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    color: rgba(148, 153, 161, 1);
}

    .options-div button[b-fai2a8dcyd] {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.424242px;
        text-transform: capitalize;
        color: #9499A1;
        background-color: white;
        border: none;
    }

        .options-div button:hover[b-fai2a8dcyd] {
            color: rgba(81, 81, 249, 1);
        }

    .options-div .active[b-fai2a8dcyd] {
        color: rgba(81, 81, 249, 1);
    }

.info-container[b-fai2a8dcyd] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}
/**********************************************************************************************************/
.left-div[b-fai2a8dcyd] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
}

.Info-div[b-fai2a8dcyd], .Diplomas-div[b-fai2a8dcyd], .ToDo-div[b-fai2a8dcyd] {
    padding: 25px;
    height: 349px;
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.more-h[b-fai2a8dcyd] {
    width: 38px;
    height: 38px;
    background: rgba(248, 249, 250, 1);
    border: 0;
    border-radius: 4px;
}

.Full-Name[b-fai2a8dcyd], .Medical-Specialty[b-fai2a8dcyd], .Mobile[b-fai2a8dcyd], .Email[b-fai2a8dcyd], .Location[b-fai2a8dcyd] {
    padding: 10px;
    display: flex;
    border-bottom: 1px dashed rgba(222, 226, 230, 1);
}

.Medical-Specialty[b-fai2a8dcyd] {
    justify-content: space-between;
}

.Info-Title[b-fai2a8dcyd], .Info-Medical-Specialtym[b-fai2a8dcyd], .Info-Mobile[b-fai2a8dcyd], .Info-Email[b-fai2a8dcyd], .Info-Location[b-fai2a8dcyd] {
    color: rgba(148, 153, 161, 1);
    width: 45%;
    font-family: "Inter", sans-serif;
    font-weight: var(--font-weight);
}

.Diplomas-Name[b-fai2a8dcyd] {
    display: flex;
    border-bottom: 1px dashed rgba(222, 226, 230, 1);
    padding: 10px;
    justify-content: space-between;
}

.Diplomas-Name-right-div[b-fai2a8dcyd] {
    width: 50%;
}

.Diplomas-Name p[b-fai2a8dcyd] {
    color: rgba(148, 153, 161, 1);
    font-size: 14px;
}

.TODo-4[b-fai2a8dcyd], .TODo-3[b-fai2a8dcyd], .TODo-2[b-fai2a8dcyd], .TODo-1[b-fai2a8dcyd] {
    width: 357px;
    height: 47px;
    border-radius: 8px;
    padding: 10px;
    background-color: rgba(53, 56, 62, 0.05);
    margin-bottom: 6px;
}

    .TODo-4:has(input:checked)[b-fai2a8dcyd] {
        background-color: rgba(0, 85, 255, 0.1);
    }

    .TODo-3:has(input:checked)[b-fai2a8dcyd] {
        background-color: rgba(0, 85, 255, 0.1);
    }

    .TODo-2:has(input:checked)[b-fai2a8dcyd] {
        background-color: rgba(0, 85, 255, 0.1);
    }

    .TODo-1:has(input:checked)[b-fai2a8dcyd] {
        background-color: rgba(0, 85, 255, 0.1);
    }

/**********************************************************************************************************/

.right-div[b-fai2a8dcyd] {
    width: 50%;
    height: 788px;
    display: flex;
    flex-direction: column;
}

.About-div[b-fai2a8dcyd], .Certifications[b-fai2a8dcyd], .education[b-fai2a8dcyd] {
    width: 100%;
    background-color: white;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}

.About-p[b-fai2a8dcyd] {
    color: rgba(148, 153, 161, 1);
}


.Certifications[b-fai2a8dcyd] {
    height: 279px;
    padding: 32px;
}

.Certifications-contianar[b-fai2a8dcyd] {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.Certifications-items[b-fai2a8dcyd] {
    width: 181px;
    height: 127px;
    background-color: rgba(240, 240, 255, 1);
    border-radius: 8px;
}

.button-div-containar[b-fai2a8dcyd] {
    display: flex;
    justify-content: flex-end;
    height: 25px;
    width: 100%;
}

.buttons-div[b-fai2a8dcyd] {
    display: flex;
    width: 48px;
    height: 25px;
    justify-content: space-between;
}

.befor-button[b-fai2a8dcyd], .after-button[b-fai2a8dcyd] {
    width: 12px;
    height: 12px;
    opacity: 0.5;
    border: 0;
    background-color: white;
}

.Education[b-fai2a8dcyd] {
    /*width: 870px;*/
    height: 290px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.04);
}

.Bachelor-of-Medicine-div[b-fai2a8dcyd], .Masters-degree-in-cardiology-div[b-fai2a8dcyd] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.Bachelor-of-Medicine[b-fai2a8dcyd], .Masters-degree-in-cardiology[b-fai2a8dcyd] {
    display: flex;
    justify-content: space-between;
    width: 88%;
}

.Medicine-p[b-fai2a8dcyd], .Masters-p[b-fai2a8dcyd] {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(148, 153, 161, 1);
}

.hr-div[b-fai2a8dcyd] {
    width: 356px;
    height: 1px;
    border: 1px dashed rgba(222, 226, 230, 1);
}

.clinics-section[b-fai2a8dcyd] {
    background-color: white;
    border-radius: 15px;
}

.clinics-container[b-fai2a8dcyd] {
    display: inline-flex;
    width: 100%;
    /*background-color: #F8F9FC;*/
    background-color: white;
    border-radius: 15px;
    gap: 10px;
    padding: 15px;
}

.clinic-div[b-fai2a8dcyd] {
    width: 25%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 1.49px 35.66px 0px #0000000A;
}


.schedule-container[b-fai2a8dcyd] {
}
/* /Components/Pages/DoctorPages/DoctorProfilePage/AddPrescriptionTemp.razor.rz.scp.css */
.add-template-main-container[b-082saq6u4a] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 100%;
    z-index: 4;
}

    .add-template-main-container .inner-container[b-082saq6u4a] {
        display: flex;
        flex-direction: column;
        background-color: white;
        height: 100vh;
        margin: 20px 100px;
        width: 70%;
        padding: 20px 30px;
        border-radius: 10px;
        font-family: 'inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #3D475C;
        overflow: auto;
    }
.sticky-lg-top[b-082saq6u4a] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.prescription-name[b-082saq6u4a] {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 15px;
    text-align: center;
    height: 30px;
    align-items: center;
    gap: 10px;
}

.medicine-section[b-082saq6u4a],.Radiology-section[b-082saq6u4a], .lab-section[b-082saq6u4a], .services-section[b-082saq6u4a] {
    display: flex;
    flex-direction: column;
    /*gap: 15px;*/
    /*padding:30px 0;*/
}

.medicine-container[b-082saq6u4a] {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #fff; /* White background */
    /*border-radius: 8px;*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: transform 0.2s ease-in-out;
    /*max-width:600px;*/
}

    .medicine-container:hover[b-082saq6u4a] {
        /*transform: scale(1.02);*/ /* Slightly enlarge on hover */
    }

/* Button styles */
button[b-082saq6u4a] {
    background-color: #007bff; /* Primary button color */
    color: white;
    border: none;
    border-radius: 4px;
    /*padding: 10px 15px;*/
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    height: 30px;
}

    button:hover[b-082saq6u4a] {
        background-color: #0056b3; /* Darker blue on hover */
    }

/* AddMedicine component styles */
.add-medicine[b-082saq6u4a] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    background-color: #f9f9f9; /* Slightly off-white background */
    border: 1px solid #ddd;
    border-radius: 8px;
}

    .add-medicine input[b-082saq6u4a],
    .add-medicine textarea[b-082saq6u4a] {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .add-medicine label[b-082saq6u4a] {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .add-medicine .actions[b-082saq6u4a] {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

.delete[b-082saq6u4a] {
    width: 7%;
    justify-content: center;
    display: flex;
    cursor: pointer;
}

    .delete:hover[b-082saq6u4a] {
        transform: scale(1.1);
    }
h6[b-082saq6u4a] {
    margin-top: 15px;
}
.lab-section[b-082saq6u4a], .Radiology-section[b-082saq6u4a], .services-section[b-082saq6u4a] {
    gap: 15px;
}
.lab-container[b-082saq6u4a], .radiology-container[b-082saq6u4a], .services-container[b-082saq6u4a] {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    /* Input */

    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9.77367px 18px;
    gap: 6.52px;
    /*width: 558px;*/
    height: 36.55px;
    /* White */
    background: #FFFFFF;
    /* Gray/300 */
    border: 0.814472px solid #D0D5DD;
    box-shadow: 0px 0.814472px 1.62894px rgba(16, 24, 40, 0.05);
    border-radius: 6.51578px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}
@media (max-width: 899.98px) {
    .add-template-main-container .inner-container[b-082saq6u4a] {
        width: 100% !important;
        margin: 20px !important;
    }
}

/* /Components/Pages/DoctorPages/DoctorProfilePage/EditEducationPage.razor.rz.scp.css */

.main-container[b-jvfkq49khr] {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.header[b-jvfkq49khr] {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.close[b-jvfkq49khr] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1.5px solid #E8ECEF;
    border-radius: 9.6px;
    color: #86929E;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.education-container[b-jvfkq49khr]{
    display:flex;
    flex-direction:column;
    gap:32px;
}
/* /Components/Pages/DoctorPages/DoctorProfilePage/EditEducationRow.razor.rz.scp.css */

.row-main-container[b-4f9dhqhdo1] {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.header[b-4f9dhqhdo1] {
    /* Frame */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    width: 100%;
    height: 66px;
    background: #FAFAFA;
}

.info-row[b-4f9dhqhdo1] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-div[b-4f9dhqhdo1] {
    display: inline-flex;
    gap: 15px;
}

.name-container[b-4f9dhqhdo1] {
    display: flex;
    flex-direction: column;
    width: 30%;
}

    .name-container label[b-4f9dhqhdo1] {
        padding: 0 0 12px 20px;
    }

    .name-container select[b-4f9dhqhdo1], .name-container textarea[b-4f9dhqhdo1], .name-container input[b-4f9dhqhdo1] {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 14px 20px;
        gap: 10px;
        height: 52px;
        background: #F9F9F9;
        border-radius: 8px;
        flex-grow: 0;
        border: none;
    }

.details[b-4f9dhqhdo1] {
    width: calc(60% + 15px);
}
.img-div[b-4f9dhqhdo1]{
    display:flex;
}
.doctor-slider-container[b-4f9dhqhdo1] {
    display: flex;
    overflow-x: auto;
    position: relative;
    justify-content:center;
}

.doctor-slider[b-4f9dhqhdo1] {
    display: inline-flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.slider-arrow[b-4f9dhqhdo1] {
    display: flex;
    /*position: absolute;*/
    top: 45%;
    border: none;
    background-color: #CCE5FF;
    border-radius: 50%;
    width: 40px;
    height: 15px;
    align-items: center;
    z-index: 3;
    transform: scale(0.7,2);
    align-self: center;
    justify-content: center;
    /*background-color:transparent;*/
}

.image-container[b-4f9dhqhdo1] {
    position: relative;
    align-self: center;
    margin-top: 15px;
}

    .image-container .image[b-4f9dhqhdo1] {
        width: 100px;
        cursor: pointer;
    }

    .image-container .delete-record[b-4f9dhqhdo1] {
        position: absolute;
        right: 10px;
        top: 5px;
        width: 25px;
        cursor: pointer;
    }
/* /Components/Pages/DoctorPages/DoctorProfilePage/EditInfoPage.razor.rz.scp.css */

.main-container[b-hd6gx33qjt] {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width:100%;
}
.header[b-hd6gx33qjt] {
    display:inline-flex;
    width:100%;
    justify-content:space-between;
}
.close[b-hd6gx33qjt] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1.5px solid #E8ECEF;
    border-radius: 9.6px;
    color: #86929E;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}


.info-row[b-hd6gx33qjt] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    height: auto;
}

    .info-row div[b-hd6gx33qjt] {
        width:50%;
    }
    .info-row input[b-hd6gx33qjt] {
        border: none;
    }
.form-container[b-hd6gx33qjt] {
    display: inline-flex;
    width: 100%;
}

    .adress[b-hd6gx33qjt] {
        width:auto !important; 
        height:auto;
    }
.address-container[b-hd6gx33qjt] {
    display:flex;
    flex-direction:column;
    gap:15px;
}
.name-container[b-hd6gx33qjt] {
    display: flex;
    flex-direction: column;
    height:100%;
}

    .name-container label[b-hd6gx33qjt] {
        padding-bottom: 12px;
    }

.full-name[b-hd6gx33qjt], .address-container select[b-hd6gx33qjt], textarea[b-hd6gx33qjt] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 20px;
    gap: 10px;
    height: 52px;
    background: #F9F9F9;
    border-radius: 8px;
    flex-grow: 0;
}
.about-label[b-hd6gx33qjt] {
    

}
.about[b-hd6gx33qjt] {
    height:100%;
}
/*.form-floating {
    width : fit-content;
}*/
[b-hd6gx33qjt] form {
    display:inline-flex;
    width: 100%;
}
.form-container[b-hd6gx33qjt]{
    width:100%;
    gap:15px;


}
.form-floating[b-hd6gx33qjt] {
    max-width: 230px;
}
.reset-password[b-hd6gx33qjt]{
    width:100%;
}
/* /Components/Pages/DoctorPages/DoctorProfilePage/MainInfo.razor.rz.scp.css */

:root[b-tpwwko7ykw] {
    --font-family: 'Poppins';
    --font-weight: 400;
    --font-style: normal;
}

.main-container[b-tpwwko7ykw], .edit-info[b-tpwwko7ykw] {
    font-family: 'Poppins';
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.User-card[b-tpwwko7ykw] {
    display: flex;
    background: white;
    /*width: 1334px;*/
    height: 300px;
    padding: 6px;
    flex-direction: column;
    border-radius: 12px;
    padding: 10px;
}

.top-rectangle[b-tpwwko7ykw] {
    /*width: 1320px;*/
    background-image: linear-gradient(180deg, #6057fb, #6358fa, #8265fd);
    height: 102px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.User-card .more-h[b-tpwwko7ykw] {
    width: 38px;
    height: 38px;
    background: rgba(248, 249, 250, 1);
    border: 0;
    border-radius: 4px;
    position: relative;
    top: 0;
    right: 45px;
    top: -10px;
    position: absolute;
}

.Doctor-Data[b-tpwwko7ykw] {
    display: flex;
    height: 182px;
    position: relative;
    left: 32px;
    top: -5px;
}

.Doctor-Image[b-tpwwko7ykw] {
    width: 174px;
    border-radius: 18px;
}


/*.name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 206px;
}*/

.pro-class[b-tpwwko7ykw] {
    background-color: rgba(207, 241, 230, 1);
    color: rgba(17, 185, 129, 1);
    width: 45px;
    height: 20px;
    border-radius: 15px;
    justify-content: center;
    display: flex;
    font-size: small;
}

.locatian-div[b-tpwwko7ykw] {
    width: 280px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    color: rgba(148, 153, 161, 1);
}

.User-card hr[b-tpwwko7ykw] {
    position: absolute;
    width: 102%;
    top: 195px;
    left: -42px;
}

.options-div[b-tpwwko7ykw] {
    width: 250px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    color: rgba(148, 153, 161, 1);
}

    .options-div button[b-tpwwko7ykw] {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.424242px;
        text-transform: capitalize;
        color: #9499A1;
        background-color:white;
        border:none;
    }
    .options-div button:hover[b-tpwwko7ykw] {
        color: rgba(81, 81, 249, 1);
    }
    .options-div .active[b-tpwwko7ykw] {
        color: rgba(81, 81, 249, 1);

    }

.info-container[b-tpwwko7ykw] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}
/**********************************************************************************************************/
.left-div[b-tpwwko7ykw] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
}

.Info-div[b-tpwwko7ykw], .Diplomas-div[b-tpwwko7ykw], .ToDo-div[b-tpwwko7ykw] {
    padding: 25px;

    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.more-h[b-tpwwko7ykw] {
    width: 38px;
    height: 38px;
    background: rgba(248, 249, 250, 1);
    border: 0;
    border-radius: 4px;
}

.top-Info[b-tpwwko7ykw] {
    display: flex;
    justify-content: space-between;
}

.info-row[b-tpwwko7ykw] {
    padding: 10px;
    display: flex;
    border-bottom: 1px dashed rgba(222, 226, 230, 1);
    justify-content: space-between;
}


.info-label[b-tpwwko7ykw] {
    color: rgba(148, 153, 161, 1);
    width: 45%;
    font-family: "Inter", sans-serif;
    font-weight: var(--font-weight);
}

.Diplomas-Name[b-tpwwko7ykw] {
    display: flex;
    border-bottom: 1px dashed rgba(222, 226, 230, 1);
    padding: 10px;
    justify-content: space-between;
}

.Diplomas-Name-right-div[b-tpwwko7ykw] {
    width: 50%;
}

.Diplomas-Name p[b-tpwwko7ykw] {
    color: rgba(148, 153, 161, 1);
    font-size: 14px;
}

.TODo-4[b-tpwwko7ykw], .TODo-3[b-tpwwko7ykw], .TODo-2[b-tpwwko7ykw], .TODo-1[b-tpwwko7ykw] {
    width: 357px;
    height: 47px;
    border-radius: 8px;
    padding: 10px;
    background-color: rgba(53, 56, 62, 0.05);
    margin-bottom: 6px;
}

    .TODo-4:has(input:checked)[b-tpwwko7ykw] {
        background-color: rgba(0, 85, 255, 0.1);
    }

    .TODo-3:has(input:checked)[b-tpwwko7ykw] {
        background-color: rgba(0, 85, 255, 0.1);
    }

    .TODo-2:has(input:checked)[b-tpwwko7ykw] {
        background-color: rgba(0, 85, 255, 0.1);
    }

    .TODo-1:has(input:checked)[b-tpwwko7ykw] {
        background-color: rgba(0, 85, 255, 0.1);
    }

/**********************************************************************************************************/

.right-div[b-tpwwko7ykw] {
    width: 50%;
    height: 788px;
    display: flex;
    flex-direction: column;
}

.About-div[b-tpwwko7ykw], .Certifications[b-tpwwko7ykw], .education[b-tpwwko7ykw] {
    width: 100%;
    background-color: white;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}

.About-p[b-tpwwko7ykw] {
    color: rgba(148, 153, 161, 1);
}


.Certifications[b-tpwwko7ykw] {
    height: 279px;
    padding: 32px;
}

.Certifications-contianar[b-tpwwko7ykw] {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.Certifications-items[b-tpwwko7ykw] {
    width: 181px;
    height: 127px;
    background-color: rgba(240, 240, 255, 1);
    border-radius: 8px;
}

.button-div-containar[b-tpwwko7ykw] {
    display: flex;
    justify-content: flex-end;
    height: 25px;
    width: 100%;
}

.buttons-div[b-tpwwko7ykw] {
    display: flex;
    width: 48px;
    height: 25px;
    justify-content: space-between;
}

.befor-button[b-tpwwko7ykw], .after-button[b-tpwwko7ykw] {
    width: 12px;
    height: 12px;
    opacity: 0.5;
    border: 0;
    background-color: white;
}

.Education[b-tpwwko7ykw] {
    /*width: 870px;*/
    /*height: 290px;*/
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.04);
}

.Bachelor-of-Medicine-div[b-tpwwko7ykw], .Masters-degree-in-cardiology-div[b-tpwwko7ykw] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.degree-speciality[b-tpwwko7ykw], .Masters-degree-in-cardiology[b-tpwwko7ykw] {
    display: flex;
    justify-content: space-between;
    width: 88%;
}

.degree-date[b-tpwwko7ykw] {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(148, 153, 161, 1);
}

.hr-div[b-tpwwko7ykw] {
    width: 356px;
    height: 1px;
    border: 1px dashed rgba(222, 226, 230, 1);
}
.clinics-section[b-tpwwko7ykw] {
    background-color: white;
    border-radius: 15px;
}
.clinics-container[b-tpwwko7ykw] {
    display: inline-flex;
    width: 100%;
    /*background-color: #F8F9FC;*/
    background-color: white;
    border-radius:15px;
gap:10px;
padding:15px;
}

.clinic-div[b-tpwwko7ykw] {
    width: 25%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 1.49px 35.66px 0px #0000000A;
}

.top-Info[b-tpwwko7ykw] {
    padding: 20px;
    align-items: center;
}
    .top-Info .title[b-tpwwko7ykw] {
   
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        /* identical to box height, or 119% */
        letter-spacing: 0.484848px;
        color: #3D475C;
      
    }
.top-Info .add-button[b-tpwwko7ykw] {
    /* Button/Standard/Default/Primary */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 7px 19px;
    gap: 10px;
    width: 105px;
    height: 38px;
    background: #017EF5;
    border-radius: 6px;
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    text-align: center;
    color: #FFFFFF;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.schedule-container[b-tpwwko7ykw] {
}
.edit-info[b-tpwwko7ykw] {
    background: white;
    padding: 20px;
    border-radius: 10px;
    height:auto;
}
/* /Components/Pages/DoctorPages/DoctorProfilePage/PrescriptionTempPage.razor.rz.scp.css */
.prescription-temp-main-container[b-jovoyv2i9f] {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    width: 100%;
}

.top-Info[b-jovoyv2i9f] {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}

.prescription-row[b-jovoyv2i9f] {
    display: inline-flex;
    justify-content: space-between;
    padding: 0 50px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height, or 119% */
    letter-spacing: 0.484848px;
    text-transform: capitalize;
    color: #3D475C;
}

[b-jovoyv2i9f] hr {
    width: 95%;
    align-self: center;
    border-top: 1px solid #3D475C;
}

.dashed[b-jovoyv2i9f] {
    border-top: 1px dashed #3D475C;
    background-color: white;
}

.delete[b-jovoyv2i9f] {
    width: 7%;
    justify-content: center;
    display: flex;
    cursor: pointer;
}

    .delete:hover[b-jovoyv2i9f] {
        transform: scale(1.1);
    }
/* /Components/Pages/DoctorPages/FavoritesPage/AddComplaintFavorite.razor.rz.scp.css */
.addcomplaint-container[b-c98xlit2u8]{
    display:flex;
    flex-direction:column;
    width:100%;
    padding:30px;
    gap:10px;
}
.complaint-entry-row[b-c98xlit2u8] {
    width: 100%;
    display: inline-flex;
    gap: 10px;
}
.complaints-div-container[b-c98xlit2u8]{
    background-color:white;
    padding:20px;
}
.complaint-row[b-c98xlit2u8] {
    width: 100%;
    display: grid;
    grid-template-columns:auto 20%;
    gap: 20px;
    border-bottom: 1px solid gray;
    padding:10px;
    
}
/* /Components/Pages/DoctorPages/FavoritesPage/AddDiagnosisFavorite.razor.rz.scp.css */
.adddiagnosis-container[b-if7t720h25] {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px;
    gap: 10px;
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.diagnosiss-entry-container[b-if7t720h25] {
    margin-bottom: 30px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.diagnosis-entry-row[b-if7t720h25] {
    width: 100%;
    display: inline-flex;
    gap: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .diagnosis-entry-row label[b-if7t720h25] {
        font-weight: 600;
        color: #333;
        min-width: 100px;
    }

.search-div[b-if7t720h25] {
    background-color: white;
    width: 100%;
    flex: 1;
}

.diagnosiss-div-container[b-if7t720h25] {
    background-color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.diagnosis-row[b-if7t720h25] {
    width: 100%;
    display: grid;
    grid-template-columns: 30% auto;
    gap: 20px;
    border-bottom: 1px solid gray;
    padding: 10px;
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

    .diagnosis-row:hover[b-if7t720h25] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        border-color: #4CAF50;
    }

.adddiagnosis-container[b-if7t720h25] {
    padding: 20px;
}

.diagnosiss-entry-container[b-if7t720h25] {
    margin-bottom: 30px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.diagnosis-entry-row[b-if7t720h25] {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .diagnosis-entry-row label[b-if7t720h25] {
        font-weight: 600;
        color: #333;
        min-width: 100px;
    }

.search-div[b-if7t720h25] {
    flex: 1;
}

.diagnosiss-div-container[b-if7t720h25] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.diagnosis-row[b-if7t720h25] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

    .diagnosis-row:hover[b-if7t720h25] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        border-color: #4CAF50;
    }

.diagnosis-header[b-if7t720h25] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid #e9ecef;
}

.diagnosis-name[b-if7t720h25] {
    font-weight: 600;
    font-size: 1.15em;
    color: #2c3e50;
    flex: 1;
}

.diagnosis-actions[b-if7t720h25] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-icon[b-if7t720h25] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

    .btn-icon:hover[b-if7t720h25] {
        transform: scale(1.1);
    }

.btn-plan[b-if7t720h25] {
    color: #4CAF50;
    font-size: 1.3em;
}

    .btn-plan:hover[b-if7t720h25] {
        background: #e8f5e9;
    }

.diagnosis-actions img[b-if7t720h25] {
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.2s ease;
}

    .diagnosis-actions img:hover[b-if7t720h25] {
        opacity: 1;
        transform: scale(1.15);
    }

.plan-badge[b-if7t720h25] {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #ff5722;
    color: white;
    font-size: 0.65em;
    padding: 3px 7px;
    border-radius: 12px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    min-width: 20px;
    text-align: center;
}

/* Plans Section */
.plans-section[b-if7t720h25] {
    padding: 24px;
    background: #f8fdf9;
    border-top: 3px solid #4CAF50;
    animation: slideDown-b-if7t720h25 0.3s ease-out;
}

@keyframes slideDown-b-if7t720h25 {
    from {
        opacity: 0;
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    to {
        opacity: 1;
        max-height: 2000px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.plans-header[b-if7t720h25] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0f2e9;
}

    .plans-header h4[b-if7t720h25] {
        margin: 0;
        color: #2e7d32;
        font-size: 1.1em;
        font-weight: 600;
    }

.btn-add-plan[b-if7t720h25] {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.95em;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(76, 175, 80, 0.3);
}

    .btn-add-plan:hover[b-if7t720h25] {
        background: linear-gradient(135deg, #45a049 0%, #388e3c 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
    }

    .btn-add-plan:active[b-if7t720h25] {
        transform: translateY(0);
    }

.plans-list[b-if7t720h25] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.plan-item[b-if7t720h25] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

    .plan-item:hover[b-if7t720h25] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border-color: #4CAF50;
        transform: translateX(4px);
    }

.plan-content[b-if7t720h25] {
    flex: 1;
    min-width: 0;
}

.plan-display-name[b-if7t720h25] {
    color: #1565c0;
    margin-bottom: 10px;
    font-size: 1.05em;
}

    .plan-display-name strong[b-if7t720h25] {
        font-weight: 600;
    }

.plan-text[b-if7t720h25] {
    color: #455a64;
    font-size: 0.95em;
    line-height: 1.6;
    margin-bottom: 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.plan-date[b-if7t720h25] {
    color: #9e9e9e;
    font-size: 0.85em;
}

.plan-actions[b-if7t720h25] {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.edit-btn[b-if7t720h25] {
    color: #1976d2;
    font-size: 1.1em;
}

    .edit-btn:hover[b-if7t720h25] {
        background: #e3f2fd;
    }

.delete-btn[b-if7t720h25] {
    color: #d32f2f;
    font-size: 1.1em;
}

    .delete-btn:hover[b-if7t720h25] {
        background: #ffebee;
    }

.no-plans[b-if7t720h25] {
    text-align: center;
    padding: 50px 30px;
    color: #9e9e9e;
    background: white;
    border-radius: 8px;
    border: 2px dashed #e0e0e0;
}

    .no-plans i[b-if7t720h25] {
        font-size: 4em;
        margin-bottom: 15px;
        color: #bdbdbd;
        display: block;
    }

    .no-plans p[b-if7t720h25] {
        margin: 0;
        font-size: 1em;
        color: #757575;
    }

/* Modal Styles */
.plan-modal-overlay[b-if7t720h25] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    backdrop-filter: blur(2px);
}

.plan-modal-dialog[b-if7t720h25] {
    background: white;
    border-radius: 12px;
    max-width: 650px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn-b-if7t720h25 0.3s ease-out;
}

@keyframes modalFadeIn-b-if7t720h25 {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.plan-modal-header[b-if7t720h25] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e0e0e0;
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: white;
    border-radius: 12px 12px 0 0;
}

    .plan-modal-header h4[b-if7t720h25] {
        margin: 0;
        font-size: 1.2em;
        font-weight: 600;
    }

.plan-modal-close[b-if7t720h25] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    font-size: 1.5em;
    color: white;
    cursor: pointer;
    padding: 4px;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .plan-modal-close:hover[b-if7t720h25] {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
    }

.plan-modal-body[b-if7t720h25] {
    padding: 24px;
}

.plan-form-group[b-if7t720h25] {
    margin-bottom: 20px;
}

    .plan-form-group label[b-if7t720h25] {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #37474f;
        font-size: 0.95em;
    }

.plan-form-control[b-if7t720h25] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.3s ease;
}

    .plan-form-control:focus[b-if7t720h25] {
        outline: none;
        border-color: #4CAF50;
        box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
    }

textarea.plan-form-control[b-if7t720h25] {
    resize: vertical;
    min-height: 180px;
    line-height: 1.6;
}

.plan-modal-footer[b-if7t720h25] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 20px 24px;
    border-top: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.plan-btn[b-if7t720h25] {
    padding: 10px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: inherit;
}

.plan-btn-secondary[b-if7t720h25] {
    background: #6c757d;
    color: white;
}

    .plan-btn-secondary:hover[b-if7t720h25] {
        background: #5a6268;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
    }

.plan-btn-primary[b-if7t720h25] {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: white;
}

    .plan-btn-primary:hover[b-if7t720h25] {
        background: linear-gradient(135deg, #45a049 0%, #388e3c 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
    }

/* Responsive Design */
@media (max-width: 768px) {
    .adddiagnosis-container[b-if7t720h25] {
        padding: 15px;
    }

    .diagnosis-header[b-if7t720h25] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 16px 18px;
    }

    .diagnosis-name[b-if7t720h25] {
        font-size: 1.05em;
    }

    .diagnosis-actions[b-if7t720h25] {
        width: 100%;
        justify-content: flex-end;
    }

    .plans-section[b-if7t720h25] {
        padding: 18px;
    }

    .plans-header[b-if7t720h25] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

        .plans-header h4[b-if7t720h25] {
            font-size: 1em;
        }

    .btn-add-plan[b-if7t720h25] {
        width: 100%;
        justify-content: center;
    }

    .plan-item[b-if7t720h25] {
        flex-direction: column;
        padding: 16px;
    }

    .plan-actions[b-if7t720h25] {
        width: 100%;
        justify-content: flex-end;
    }

    .plan-modal-dialog[b-if7t720h25] {
        width: 95%;
        max-height: 90vh;
    }

    .plan-modal-header[b-if7t720h25],
    .plan-modal-body[b-if7t720h25],
    .plan-modal-footer[b-if7t720h25] {
        padding: 16px;
    }
}

/* Scrollbar Styling */
.plans-list[b-if7t720h25]::-webkit-scrollbar {
    width: 8px;
}

.plans-list[b-if7t720h25]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.plans-list[b-if7t720h25]::-webkit-scrollbar-thumb {
    background: #4CAF50;
    border-radius: 4px;
}

.plans-list[b-if7t720h25]::-webkit-scrollbar-thumb:hover {
    background: #45a049;
}

.plan-modal-dialog[b-if7t720h25]::-webkit-scrollbar {
    width: 8px;
}

.plan-modal-dialog[b-if7t720h25]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.plan-modal-dialog[b-if7t720h25]::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 4px;
}

.plan-modal-dialog[b-if7t720h25]::-webkit-scrollbar-thumb:hover {
    background: #9e9e9e;
}                                                       
/* /Components/Pages/DoctorPages/FavoritesPage/AddExamFavorite.razor.rz.scp.css */
.addexam-container[b-iv2cjqql52]{
    display:flex;
    flex-direction:column;
    width:100%;
    padding:30px;
    gap:10px;
}
.exam-entry-row[b-iv2cjqql52] {
    width: 100%;
    display: inline-flex;
    gap: 10px;
}
.exams-div-container[b-iv2cjqql52]{
    background-color:white;
    padding:20px;
}
.exam-row[b-iv2cjqql52] {
    width: 100%;
    display: grid;
    grid-template-columns:auto 20%;
    gap: 20px;
    border-bottom: 1px solid gray;
    padding:10px;
    
}
/* /Components/Pages/DoctorPages/FavoritesPage/AddLabFavorite.razor.rz.scp.css */
.addlab-container[b-kttnll5mwr] {
    padding: 20px;
}

.lab-search-container[b-kttnll5mwr] {
    margin-bottom: 20px;
}

.lab-favorites-container[b-kttnll5mwr] {
    max-height: 400px;
    overflow-y: auto;
}

.lab-favorite-row[b-kttnll5mwr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: #f9f9f9;
}

.lab-favorite-row:hover[b-kttnll5mwr] {
    background-color: #f0f0f0;
}

.lab-favorite-row img[b-kttnll5mwr] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.lab-favorite-row img:hover[b-kttnll5mwr] {
    opacity: 0.7;
}

.no-favorites[b-kttnll5mwr] {
    text-align: center;
    color: #666;
    font-style: italic;
    padding: 20px;
}
/* /Components/Pages/DoctorPages/FavoritesPage/AddRadiologyFavorite.razor.rz.scp.css */
.addradiology-container[b-zqhfa77u2q] {
    padding: 20px;
}

.radiology-search-container[b-zqhfa77u2q] {
    margin-bottom: 20px;
}

.radiology-favorites-container[b-zqhfa77u2q] {
    max-height: 400px;
    overflow-y: auto;
}

.radiology-favorite-row[b-zqhfa77u2q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: #f9f9f9;
}

.radiology-favorite-row:hover[b-zqhfa77u2q] {
    background-color: #f0f0f0;
}

.radiology-favorite-row img[b-zqhfa77u2q] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.radiology-favorite-row img:hover[b-zqhfa77u2q] {
    opacity: 0.7;
}

.no-favorites[b-zqhfa77u2q] {
    text-align: center;
    color: #666;
    font-style: italic;
    padding: 20px;
}
/* /Components/Pages/DoctorPages/FavoritesPage/AddWhatsAppFavorite.razor.rz.scp.css */
.addwhatsapp-container[b-s1df5wuvhr] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.whatsapp-entry-container[b-s1df5wuvhr] {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background-color: #f9f9f9;
}

.whatsapp-entry-row[b-s1df5wuvhr] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.whatsapp-entry-row label[b-s1df5wuvhr] {
    min-width: 120px;
    font-weight: 500;
}

.whatsapp-entry-row input[b-s1df5wuvhr] {
    flex: 1;
}

.whatsapp-div-container[b-s1df5wuvhr] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 300px;
    overflow-y: auto;
}

.whatsapp-row[b-s1df5wuvhr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #fff;
    transition: background-color 0.2s;
}

.whatsapp-row:hover[b-s1df5wuvhr] {
    background-color: #f5f5f5;
}

.contact-info[b-s1df5wuvhr] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.phone-number[b-s1df5wuvhr] {
    color: #25D366;
    font-family: monospace;
    font-size: 1.1em;
    font-weight: 600;
}

.doctor-name[b-s1df5wuvhr] {
    color: #666;
    font-style: italic;
    font-size: 0.9em;
}

.whatsapp-row img[b-s1df5wuvhr] {
    cursor: pointer;
    width: 20px;
    height: 20px;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.whatsapp-row img:hover[b-s1df5wuvhr] {
    opacity: 1;
}

.blue-btn[b-s1df5wuvhr] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.blue-btn:hover[b-s1df5wuvhr] {
    background-color: #0056b3;
}
/* /Components/Pages/DoctorPages/FavoritesPage/FavoriteSelector.razor.rz.scp.css */
.selector-main-container[b-bm1oosm1l1]{
    display:flex;
    flex-direction:column;
    width:100%;
}
.options-div[b-bm1oosm1l1] {
    width: 500px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    color: rgba(148, 153, 161, 1);
}

    .options-div button[b-bm1oosm1l1] {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.424242px;
        text-transform: capitalize;
        color: #9499A1;
        background-color: white;
        border: none;
    }

        .options-div button:hover[b-bm1oosm1l1] {
            color: rgba(81, 81, 249, 1);
        }

    .options-div .active[b-bm1oosm1l1] {
        color: rgba(81, 81, 249, 1);
    }
/* /Components/Pages/DoctorPages/FavoritesPage/MedicalServiceFavoritesPicker.razor.rz.scp.css */
.prescription-temp-main-container[b-tot6bphox3] {
    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;
}

.inner-container[b-tot6bphox3] {
    background: white;
    border-radius: 10px;
    padding: 20px;
  max-width: 600px;
    max-height: 80vh;
    width: 90%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

.sticky-lg-top[b-tot6bphox3] {
    display: flex;
 justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.close-btn[b-tot6bphox3] {
    background: none;
    border: none;
    font-size: 1.2rem;
  cursor: pointer;
    color: #666;
    padding: 5px;
}

.close-btn:hover[b-tot6bphox3] {
    color: #333;
}

.checkbox-container[b-tot6bphox3] {
    overflow-y: auto;
    flex-grow: 1;
    margin-bottom: 20px;
    max-height: 400px;
}

.checkbox-item[b-tot6bphox3] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    padding: 12px;
 border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: all 0.2s ease;
}

.checkbox-item.clickable-item[b-tot6bphox3] {
    cursor: pointer;
}

.checkbox-item.clickable-item:hover[b-tot6bphox3] {
    background-color: #e3f2fd;
    border-color: #1976d2;
    box-shadow: 0 2px 8px rgba(25, 118, 210, 0.2);
    transform: translateY(-1px);
}

.checkbox-item.clickable-item:active[b-tot6bphox3] {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(25, 118, 210, 0.3);
}

.checkbox-item input[type="checkbox"][b-tot6bphox3],
.checkbox-item input[type="radio"][b-tot6bphox3] {
    margin-right: 12px;
    margin-top: 2px;
    transform: scale(1.1);
}

.checkbox-item label[b-tot6bphox3] {
    flex-grow: 1;
    cursor: pointer;
    margin: 0;
    line-height: 1.4;
}

.service-name[b-tot6bphox3] {
    font-weight: 600;
  color: #333;
    margin-bottom: 4px;
}

.alternative-name[b-tot6bphox3] {
    color: #666;
    font-style: italic;
    font-size: 0.9em;
 margin-bottom: 6px;
}

.category-badge[b-tot6bphox3] {
    display: inline-block;
    background-color: #e3f2fd;
    color: #1976d2;
    padding: 4px 10px;
    border-radius: 12px;
 font-size: 0.8em;
    font-weight: 500;
}

.button-group[b-tot6bphox3] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 10px;
}

.no-favorites-message[b-tot6bphox3] {
    display: flex;
    justify-content: center;
align-items: center;
    min-height: 200px;
}

.empty-state[b-tot6bphox3] {
    text-align: center;
    color: #666;
}

.empty-state i[b-tot6bphox3] {
    color: #ccc !important;
}

.spinner-border[b-tot6bphox3] {
    width: 3rem;
    height: 3rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .inner-container[b-tot6bphox3] {
        width: 95%;
   max-height: 90vh;
      padding: 15px;
  }
    
    .checkbox-item[b-tot6bphox3] {
        padding: 10px;
    }
    
 .service-name[b-tot6bphox3] {
    font-size: 0.95em;
    }
    
  .button-group[b-tot6bphox3] {
        flex-direction: column;
    }
    
    .button-group .btn[b-tot6bphox3] {
   width: 100%;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .inner-container[b-tot6bphox3] {
    background: #2d3748;
     color: #e2e8f0;
    }

    .checkbox-item[b-tot6bphox3] {
        background-color: #4a5568;
        border-color: #6b7280;
    }

  .checkbox-item.clickable-item:hover[b-tot6bphox3] {
        background-color: #2b6cb0;
        border-color: #3182ce;
    }
    
 .service-name[b-tot6bphox3] {
    color: #e2e8f0;
 }
    
    .alternative-name[b-tot6bphox3] {
        color: #a0aec0;
    }
    
    .category-badge[b-tot6bphox3] {
        background-color: #2b6cb0;
     color: #bee3f8;
  }
    
    .empty-state[b-tot6bphox3] {
 color: #a0aec0;
    }
}
/* /Components/Pages/DoctorPages/Finance.razor.rz.scp.css */
.card[b-t5yweib6qu]{
    direction:ltr;
}
.form-container[b-t5yweib6qu] {
    display: inline-flex;
    gap: 15px;
    align-items: flex-end;
}
#amount[b-t5yweib6qu] {
    max-width: 120px;
}
select[b-t5yweib6qu]{
    max-width:fit-content;
}
/* /Components/Pages/DoctorPages/HeaderComponent.razor.rz.scp.css */
.main-container[b-paf1ypu1r0] {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 15px rgba(212, 230, 255, 0.2);
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    padding: 0 39px 0px;
}

/* Lab Extraction Processing Badge */
.lab-extraction-badge[b-paf1ypu1r0] {
    position: fixed;
    bottom: 100px;
    right: 30px;
    background: white;
    border-radius: 8px;
    padding: 12px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1000;
    font-weight: 500;
    font-size: 14px;
    animation: lab-slideInRight-b-paf1ypu1r0 0.3s ease;
}

@keyframes lab-slideInRight-b-paf1ypu1r0 {
    from { opacity: 0; transform: translateX(100px); }
    to { opacity: 1; transform: translateX(0); }
}

.lab-extraction-badge.loading[b-paf1ypu1r0] {
    border-left: 4px solid #667eea;
    color: #667eea;
}

.lab-extraction-badge.ready[b-paf1ypu1r0] {
    border-left: 4px solid #28a745;
    color: #28a745;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .lab-extraction-badge.ready:hover[b-paf1ypu1r0] {
        box-shadow: 0 6px 16px rgba(40, 167, 69, 0.25);
        transform: translateY(-2px);
    }

.lab-extraction-spinner[b-paf1ypu1r0] {
    width: 16px;
    height: 16px;
    border: 2px solid #e9ecef;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: lab-spin-b-paf1ypu1r0 0.8s linear infinite;
}

@keyframes lab-spin-b-paf1ypu1r0 {
    to { transform: rotate(360deg); }
}

.lab-badge-text[b-paf1ypu1r0] {
    font-size: 14px;
    white-space: nowrap;
}

.lab-done-count[b-paf1ypu1r0] {
    font-size: 12px;
    background: #e8f5e9;
    color: #28a745;
    border-radius: 12px;
    padding: 2px 8px;
    font-weight: 600;
    white-space: nowrap;
}

.selector-container[b-paf1ypu1r0] {
    display: flex;
    flex-direction: row;
    width: max-content;
    gap: 5px;
    justify-content: space-evenly;
    /*    padding: 5px;*/
}

    .selector-container select[b-paf1ypu1r0] {
        border-radius: 10px;
        font-size: 14px;
        color: #746060;
        padding: 3px;
        width: 345px;
        height: 44px;
        opacity: 0.8;
        gap: 8px;
        border-radius: 8px;
        padding-top: 12px;
        padding-right: 16px;
        padding-bottom: 12px;
        padding-left: 16px;
        background-color: #F7F8FE;
    }

.search-container[b-paf1ypu1r0] {
    border-radius: 8px;
/*    background-color: #ecf4ff;*/
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 15px;
    color: #4994ff;
    font-weight: 300;
    padding: 5px 10px;
    height: 50px;
}

.search-box[b-paf1ypu1r0] {
    font-family: Gilroy, sans-serif;
    flex-grow: 1;
    flex-basis: auto;
    margin: auto 0;
    position: relative;
}

.lens-box[b-paf1ypu1r0] {
    display: flex;
    background-color: white;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.lens-img[b-paf1ypu1r0] {
    aspect-ratio: 1;
    object-position: center;
    width: 17px;
}

.info-container[b-paf1ypu1r0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.marker[b-paf1ypu1r0] {
    display:none;
    aspect-ratio: 0.81;
    object-position: center;
    width: 17px;
    align-self: stretch;
    margin: auto 0;
}

.caret[b-paf1ypu1r0] {
    display: none;
    aspect-ratio: 0.9;
    object-position: center;
    width: 19px;
    align-self: stretch;
    margin: auto 0;
}

.message-container[b-paf1ypu1r0] {
    background-color: #F6F6F8;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

    .message-container img[b-paf1ypu1r0] {
        aspect-ratio: 1;
        object-position: center;
        align-self: stretch;
        margin: auto 0;
    }

    .message-container .message-number[b-paf1ypu1r0] {
        width: 17px;
        height: 17px;
        border-radius: 10px;
        background-color: #FFB050;
        position: absolute;
        top: -2px;
        left: -2px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
    }

.notification-div[b-paf1ypu1r0] {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 40px;
    right: 0;
    width: 370px;
    justify-content: center;
    align-items: center;
    z-index: 3;
    width: 368px;
    direction:rtl;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.14);
    overflow: auto;
}

.notification-title[b-paf1ypu1r0] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    padding: 24px 24px 24px 16px;
    width: 368px;
    height: 70px;
    background: rgba(255, 255, 255, 0.002);
    box-shadow: inset 0px -1px 0px #E4E7EB;
}

    .notification-title label[b-paf1ypu1r0] {

        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height, or 138% */
        display: flex;
        align-items: center;
        color: #222529;
    }

    .notification-title button[b-paf1ypu1r0] {
        border: none;
        background-color: white;
    }


.lang[b-paf1ypu1r0] {
    color: #969696;
    align-self: stretch;
    margin: auto 0;
    border: none;
}



.user-pic[b-paf1ypu1r0] {
    aspect-ratio: 1;
    object-position: center;
    width: 50px;
    border-radius: 50%;
}

.user-info-container[b-paf1ypu1r0] {
    align-self: stretch;
    display: flex;
    flex-grow: 1;
    flex-basis: 0%;
    flex-direction: column;
    margin: auto 0;
}


.user-name[b-paf1ypu1r0] {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #6c6c6c;
    border: none;
}


.email[b-paf1ypu1r0] {
    color: #b7b7b7;
    font: 10px Poppins, sans-serif;
}

.role[b-paf1ypu1r0] {
    font-size: small;
}

.notification[b-paf1ypu1r0] {
    display: inline-flex;
    width: 100%;
    background-color: lightyellow;
    padding: 10px;
    align-items: center;
    gap: 10px;
    position: relative;
    justify-content:space-between;
}

    .notification img[b-paf1ypu1r0] {
        width: 30px;
        height: auto;
    }

    .notification .btn-container[b-paf1ypu1r0] {
        display:flex;
        gap:20px;
        align-items:center;
    }

    .notification .dismiss[b-paf1ypu1r0] {
        cursor: pointer;
        align-self: end;
    }
.off-line[b-paf1ypu1r0] {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10000;
    background-color: red;
    color: yellow;
    opacity: 1;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .search-container[b-paf1ypu1r0]{
        margin-left:20%;
    }
}
@media (max-width: 899.98px) {
    .search-container[b-paf1ypu1r0] {
        margin-left: 15%;
    }
    .main-container[b-paf1ypu1r0] {
        flex-wrap: wrap;
        padding: 0 20px;
    }
}

/* Clinic Cards Section Styles */
.clinic-cards-section[b-paf1ypu1r0] {
    width: 100%;
    padding: 20px;
    background-color: #f5f7fa;
}

.clinic-cards-container[b-paf1ypu1r0] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px 0;
}

.clinic-card[b-paf1ypu1r0] {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 12px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .clinic-card:hover[b-paf1ypu1r0] {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }


/* /Components/Pages/DoctorPages/LabPage.razor.rz.scp.css */
.main-container[b-uuhp9ncqpr] {
    background-color: #EFF0F2;
    position: relative;
    /*overflow: hidden;*/
}

.spinner-border[b-uuhp9ncqpr] {
    position: absolute;
    top: 25%;
    left: 35%;
    color: blue;
    width: 100px;
    height: 100px;
}

.pt-search-container[b-uuhp9ncqpr] {
    display: inline-flex;
    gap: 5px;
    align-items: center;
}



.date-modern[b-uuhp9ncqpr] {
    position: relative;
    padding: 6px 6px;
    border: 2px solid hsl(0 0% 85%);
    border-radius: 12px;
    background: hsl(0 0% 98%);
    font-size: 16px;
    font-family: system-ui, -apple-system, sans-serif;
    color: hsl(0 0% 15%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    min-height: 48px;
/*    width: 100%;*/
    box-sizing: border-box;
}

    .date-modern:focus[b-uuhp9ncqpr] {
        outline: none;
        border-color: hsl(220 100% 50%);
        box-shadow: 0 0 0 4px hsl(220 100% 50% / 0.15);
        background: hsl(0 0% 100%);
        transform: translateY(-1px);
    }

    .date-modern[b-uuhp9ncqpr]::placeholder {
        color: hsl(0 0% 60%);
    }

    .date-modern[b-uuhp9ncqpr]::-webkit-calendar-picker-indicator {
        opacity: 0.6;
        cursor: pointer;
        padding: 4px;
        filter: hue-rotate(220deg) brightness(1.1);
        transition: opacity 0.2s;
    }

.section3-reservations[b-uuhp9ncqpr] {
    padding: 5px;
}

.reservation-strip[b-uuhp9ncqpr] {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    /*    ;*/
}

.date-range-container[b-uuhp9ncqpr] {
    display: inline-flex;
    gap: 5px;
}

.clinic-info[b-uuhp9ncqpr] {
}

.labels-container[b-uuhp9ncqpr], [b-uuhp9ncqpr] .reservation-row {
    display: grid;
    grid-template-columns: 5% 20% 15% 15% 15% 15% 15%;
    width: 100%;
    justify-items: center;
    align-items: center;
}

.labels-container[b-uuhp9ncqpr] {
    width: 100%;
    /*    ;*/
    font-weight: 500;
    font-size: 20px;
    background-color: white;
    padding: 0 10px;
}

    .labels-container > *[b-uuhp9ncqpr], [b-uuhp9ncqpr] .reservation-row > * {
        padding: 10px;
        border: 1px solid #ddd;
        width: 100%;
        text-align: center;
        height: 100%;
        border-radius: 0 !important;
        justify-content: center;
        align-items: center;
    }

.main-reservation-row[b-uuhp9ncqpr] {
    direction: ltr;
}

.extra-services[b-uuhp9ncqpr] {
    display: inline-flex;
}

    .extra-services .switch[b-uuhp9ncqpr] {
        transform: scale(0.7) !important;
    }

.res-status[b-uuhp9ncqpr] {
    position: relative;
}

.res-status[b-uuhp9ncqpr] {
    position: relative;
    background: none !important;
}

.status-dropdown[b-uuhp9ncqpr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: 40px;
    padding: 10px;
    width: 250px;
    background-color: white;
    position: absolute;
    z-index: 100;
    border: groove 1px gray;
    width: max-content;
    font-size: 14px;
}

.no-reservation[b-uuhp9ncqpr] {
    display: flex;
    justify-content: center;
}

.reservation-row[b-uuhp9ncqpr] {
    direction: rtl;
}
/* /Components/Pages/DoctorPages/MainSettings/AddLabService.razor.rz.scp.css */
.addservice-main-container[b-meo3ih0mzd] {
    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;
}

.addservice-container[b-meo3ih0mzd] {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 100%;
    background-color: white;
    padding: 30px;
    border-radius: 12px;
    min-width: 450px;
    max-width: 550px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

    .addservice-container h3[b-meo3ih0mzd] {
        margin: 0 0 20px 0;
        color: #333;
        font-size: 20px;
    }

.Services-div-container[b-meo3ih0mzd] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-row[b-meo3ih0mzd] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .service-row label[b-meo3ih0mzd] {
        font-size: 14px;
        color: #555;
        font-weight: 500;
    }

    .service-row input[type="text"][b-meo3ih0mzd],
    .service-row input[type="number"][b-meo3ih0mzd] {
        padding: 10px 12px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 14px;
    }

        .service-row input[type="text"]:focus[b-meo3ih0mzd],
        .service-row input[type="number"]:focus[b-meo3ih0mzd] {
            outline: none;
            border-color: rgba(1, 126, 245, 1);
        }

    .service-row input[type="color"][b-meo3ih0mzd] {
        width: 60px;
        height: 36px;
        padding: 2px;
        border: 1px solid #ddd;
        border-radius: 6px;
        cursor: pointer;
    }

.search[b-meo3ih0mzd] {
    width: 100%;
}

.selected-name[b-meo3ih0mzd] {
    font-size: 13px;
    color: rgba(1, 126, 245, 1);
    padding: 5px 0;
}

.checkbox-row[b-meo3ih0mzd] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .checkbox-row label[b-meo3ih0mzd] {
        font-size: 14px;
        color: #555;
    }

    .checkbox-row input[type="checkbox"][b-meo3ih0mzd] {
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

.btn-container[b-meo3ih0mzd] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

    .btn-container button[b-meo3ih0mzd] {
        padding: 10px 24px;
        border-radius: 8px;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.2s;
    }

    .btn-container .cancel[b-meo3ih0mzd] {
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        color: #666;
    }

        .btn-container .cancel:hover[b-meo3ih0mzd] {
            background-color: #eee;
        }

    .btn-container .add[b-meo3ih0mzd] {
        background-color: rgba(1, 126, 245, 1);
        border: none;
        color: white;
    }

        .btn-container .add:hover[b-meo3ih0mzd] {
            background-color: rgba(1, 100, 200, 1);
        }

        .btn-container .add:disabled[b-meo3ih0mzd] {
            background-color: #ccc;
            cursor: not-allowed;
        }
/* /Components/Pages/DoctorPages/MainSettings/AddService.razor.rz.scp.css */
.addservice-main-container[b-p2wqpdh008] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #21242a61;
    mix-blend-mode: normal;
}

.addservice-container[b-p2wqpdh008] {
    height: max-content;
    width: max-content;
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 50px ;
    border-radius: 6.52px;
}

h3[b-p2wqpdh008] {
    /* Settings */

    width: 425px;
    height: 29px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */

    color: #3D475C;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.Services-div-container[b-p2wqpdh008] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-row[b-p2wqpdh008] {
    width: 425px;
    display: flex;
    height: 44px;
    align-items: center;
}

    .service-row label[b-p2wqpdh008] {
        width: 110px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.484848px;
        color: #3D475C;
    }

    .service-row input[b-p2wqpdh008], .name-label[b-p2wqpdh008] {
        box-sizing: border-box;
        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 14px;
        gap: 8px;
        width: 303px;
        height: 44px;
        background: #FFFFFF;
        border: 1px solid #D0D5DD;
        box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
        border-radius: 8px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.424242px;
        text-transform: capitalize;
        color: #9499A1;
    }

    .service-row .name-label[b-p2wqpdh008], .search[b-p2wqpdh008] {
        width: calc(100% - 122px);
    }

.service-row input[type="checkbox"][b-p2wqpdh008] {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1.2px solid #D0D5DD;
    border-radius: 7.2px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}
    .service-row input[type="color"][b-p2wqpdh008] {
        box-sizing: border-box;
        width: 35px;
        height: 35px;
        background: #FFFFFF;
        border: 1.2px solid #D0D5DD;
        border-radius: 7.2px;
        padding: 8px;
    }

.btn-container[b-p2wqpdh008] {
    gap: 8px;
    display: flex;
    align-self: center;
    align-self: center;
}

    .btn-container button[b-p2wqpdh008] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 7px 19px;
        gap: 10px;
        width: 120px;
        height: 38px;
        background: #E9ECEF;
        border-radius: 6px;
        border: none;
        /* Text */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        /* identical to box height, or 171% */
        text-align: center;
        color: #6C757D;
    }

    .btn-container .add[b-p2wqpdh008] {
        background-color: #017EF5;
        color: white;
    }
/* /Components/Pages/DoctorPages/MainSettings/ChargesSettingsComponent.razor.rz.scp.css */
.charges-container[b-jdc7udvuzz] {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    width: 100%;
}

.charges-container h2[b-jdc7udvuzz] {
    margin-top: 0;
    color: #333;
    font-size: 24px;
    margin-bottom: 5px;
}

.subtitle[b-jdc7udvuzz] {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Add Charge Section */
.add-charge-section[b-jdc7udvuzz] {
    margin-bottom: 20px;
}

.btn-add-charge[b-jdc7udvuzz] {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
}

.btn-add-charge:hover[b-jdc7udvuzz] {
    background-color: #218838;
}

.btn-add-charge .icon[b-jdc7udvuzz] {
    font-size: 18px;
    font-weight: bold;
}

/* Charges List */
.charges-list[b-jdc7udvuzz] {
    background-color: white;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.empty-state[b-jdc7udvuzz] {
    padding: 40px 20px;
    text-align: center;
    color: #999;
}

.empty-state p[b-jdc7udvuzz] {
    font-size: 16px;
    margin-bottom: 10px;
}

.empty-state small[b-jdc7udvuzz] {
    display: block;
    color: #aaa;
    font-size: 14px;
}

/* Table */
.table-responsive[b-jdc7udvuzz] {
    overflow-x: auto;
}

.charges-table[b-jdc7udvuzz] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.charges-table thead[b-jdc7udvuzz] {
    background-color: #f0f0f0;
    border-bottom: 2px solid #ddd;
}

.charges-table th[b-jdc7udvuzz] {
    padding: 12px;
    text-align: left;
    font-weight: 600;
    color: #333;
}

.charges-table tbody tr[b-jdc7udvuzz] {
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.charges-table tbody tr:hover[b-jdc7udvuzz] {
    background-color: #f9f9f9;
}

.charges-table tbody tr.disabled[b-jdc7udvuzz] {
    opacity: 0.6;
    background-color: #f5f5f5;
}

.charges-table td[b-jdc7udvuzz] {
    padding: 12px;
    color: #555;
}

.charges-table td strong[b-jdc7udvuzz] {
    color: #333;
}

/* Badges */
.badge[b-jdc7udvuzz] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.badge-auto[b-jdc7udvuzz] {
    background-color: #e3f2fd;
    color: #1976d2;
}

.badge-manual[b-jdc7udvuzz] {
    background-color: #fff3e0;
    color: #f57c00;
}

.badge-enabled[b-jdc7udvuzz] {
    background-color: #e8f5e9;
    color: #388e3c;
}

.badge-disabled[b-jdc7udvuzz] {
    background-color: #ffebee;
    color: #d32f2f;
}

/* Actions */
.actions[b-jdc7udvuzz] {
    display: flex;
    gap: 8px;
}

.btn-edit[b-jdc7udvuzz], .btn-delete[b-jdc7udvuzz] {
    background-color: transparent;
    border: 1px solid #ddd;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s;
}

.btn-edit[b-jdc7udvuzz] {
    color: #007bff;
}

.btn-edit:hover[b-jdc7udvuzz] {
    background-color: #e3f2fd;
    border-color: #007bff;
}

.btn-delete[b-jdc7udvuzz] {
    color: #dc3545;
}

.btn-delete:hover[b-jdc7udvuzz] {
    background-color: #ffebee;
    border-color: #dc3545;
}

/* Action Buttons */
.action-buttons[b-jdc7udvuzz] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.btn[b-jdc7udvuzz] {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-primary[b-jdc7udvuzz] {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover[b-jdc7udvuzz] {
    background-color: #0056b3;
}

.btn-secondary[b-jdc7udvuzz] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover[b-jdc7udvuzz] {
    background-color: #545b62;
}

/* Modal */
.modal-overlay[b-jdc7udvuzz] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-jdc7udvuzz] {
    background-color: white;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-header[b-jdc7udvuzz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.modal-header h3[b-jdc7udvuzz] {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.btn-close[b-jdc7udvuzz] {
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close:hover[b-jdc7udvuzz] {
    color: #333;
}

.modal-body[b-jdc7udvuzz] {
    padding: 20px;
}

.form-group[b-jdc7udvuzz] {
    margin-bottom: 18px;
}

.form-group label[b-jdc7udvuzz] {
    display: block;
    margin-bottom: 6px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.form-control[b-jdc7udvuzz] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.2s;
}

.form-control:focus[b-jdc7udvuzz] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.form-control input[type="number"][b-jdc7udvuzz] {
    width: 100%;
}

/* Radio Group */
.radio-group[b-jdc7udvuzz] {
    display: flex;
    gap: 20px;
}

.radio-label[b-jdc7udvuzz] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
}

.radio-label input[type="radio"][b-jdc7udvuzz] {
    cursor: pointer;
}

/* Checkbox Label */
.checkbox-label[b-jdc7udvuzz] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
}

.checkbox-label input[type="checkbox"][b-jdc7udvuzz] {
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.checkbox-label small[b-jdc7udvuzz] {
    display: block;
    margin-left: 26px;
    color: #999;
    font-size: 12px;
    margin-top: 4px;
}

.modal-footer[b-jdc7udvuzz] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px;
    border-top: 1px solid #eee;
}

/* Responsive */
@media (max-width: 768px) {
    .charges-container[b-jdc7udvuzz] {
        padding: 15px;
    }

    .charges-table[b-jdc7udvuzz] {
        font-size: 12px;
    }

    .charges-table th[b-jdc7udvuzz], .charges-table td[b-jdc7udvuzz] {
        padding: 8px;
    }

    .modal-content[b-jdc7udvuzz] {
        width: 95%;
    }

    .radio-group[b-jdc7udvuzz] {
        flex-direction: column;
        gap: 10px;
    }
}
/* /Components/Pages/DoctorPages/MainSettings/ClinicComponent.razor.rz.scp.css */
.main-container[b-e9dpoll7cu] {
    font-family: 'Poppins';
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    background-color: #f8f9fc;
    gap:10px;
}

.Clinics-div[b-e9dpoll7cu] {
    height: 100%;
    display: flex;
    padding: 10px 0;
    flex-direction: column;
    box-shadow: 0px 1px 7px 1px #80808087;
    border-radius: 10px;
}

.more-h[b-e9dpoll7cu] {
    width: 38px;
    height: 38px;
    background: rgba(248, 249, 250, 1);
    border: 0;
    border-radius: 4px;
}


.top-Info[b-e9dpoll7cu] {
    display: flex;
    flex-direction:column;
/*    justify-content: space-evenly;*/
    width: 100%;
/*    height: 10%;*/
}

.button-div[b-e9dpoll7cu] {
    display: flex;
    width: 16%;
    justify-content: space-between;
}

.add-Clinics[b-e9dpoll7cu] {
    width: 65%;
    height: 100%;
    padding: 7px;
    border: 0;
    border-radius: 10px;
    background-color: rgba(81, 81, 249, 1);
    color: white;
}



.Clinics-info[b-e9dpoll7cu] {
    padding:0 15px;
    height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.hospital-div[b-e9dpoll7cu] {
    background: rgba(138, 138, 201, 0.23);
    height: 167px;
    border-radius: 5.94px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.hospital-img[b-e9dpoll7cu] {
    border-radius: 5.94286px 5.94286px 0px 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.About-p[b-e9dpoll7cu] {
    font-family: "Inter", sans-serif;
}

.Clinics-numbers[b-e9dpoll7cu] {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
/* /Components/Pages/DoctorPages/MainSettings/ClinicLabServicesPage.razor.rz.scp.css */
.Services-container[b-yw40zsd3mt] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: white;
    width: 100%;
    border-radius: 6px;
}

.more-h[b-yw40zsd3mt] {
    width: 38px;
    height: 38px;
    background: rgba(248, 249, 250, 1);
    border: 0;
    border-radius: 4px;
}

.top-buttons[b-yw40zsd3mt] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.right-buttons[b-yw40zsd3mt] {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 10px;
}

    .right-buttons h4[b-yw40zsd3mt] {
        color: rgba(1, 126, 245, 1);
        margin: 0;
        padding: 8px 14px;
    }

.left-buttons[b-yw40zsd3mt] {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 10px;
}

.add-services[b-yw40zsd3mt] {
    background-color: rgba(1, 126, 245, 1);
    border: 0;
    color: white;
    border-radius: 9px;
    height: 100%;
    padding: 7px 19px;
}

.services-search-div[b-yw40zsd3mt] {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    width: 99%;
}

input[type="search"][b-yw40zsd3mt] {
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    border-radius: 6px;
    font-family: 'Inter';
    font-size: 14px;
    color: #9499A1;
    width: 54%;
    padding: 11px;
    border: 1px solid;
}

    input[type="search"]:focus[b-yw40zsd3mt] {
        outline: 1px solid;
    }

.Services-title[b-yw40zsd3mt] {
    display: grid;
    grid-template-columns: 40% 20% 20% 20%;
    font-size: 16px;
    padding: 5px;
}

    .Services-title div[b-yw40zsd3mt] {
        display: flex;
        justify-content: center;
    }

.services-div[b-yw40zsd3mt] {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-direction: column;
    padding: 0 10px;
}

.loading-container[b-yw40zsd3mt] {
    display: flex;
    justify-content: center;
    padding: 20px;
    color: #666;
}

.no-data[b-yw40zsd3mt] {
    display: flex;
    justify-content: center;
    padding: 40px;
    color: #999;
}
/* /Components/Pages/DoctorPages/MainSettings/ClinicManagement.razor.rz.scp.css */
.main-btn-container[b-3flxo05e6w] {
    display: flex;
    gap: 5px;
    width: fit-content;
    height: 40px;
   
}
    .main-btn-container button[b-3flxo05e6w] {
        border: none;
        background-color: white;
        padding: 10px 16px;
       
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
       
    }
    .main-btn-container .active[b-3flxo05e6w] {
        background-color:  #017EF5;
        color:white;
    }
.main-container[b-3flxo05e6w] {
    width: 100%;
    display: inline-flex;
    gap: 15px;
    min-height: 200px;
    align-items: flex-start;
}

.general-information[b-3flxo05e6w] {
    font-family: Arial, sans-serif;
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    border-top-left-radius:0;
}

    .general-information h2[b-3flxo05e6w] {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #3D475C;
    }

.form-row[b-3flxo05e6w] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.form-group[b-3flxo05e6w] {
    flex: 1;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;

}
    .form-group select[b-3flxo05e6w], .form-group input[b-3flxo05e6w] {
        margin-bottom: 10px;
        width: 100%;
        padding: 0.5rem;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #717581;
    }

    .form-group:last-child[b-3flxo05e6w] {
        margin-right: 0;
    }

.form-control[b-3flxo05e6w] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.mobile-input[b-3flxo05e6w] {
    display: flex;
    align-items: center;
}

.country-code[b-3flxo05e6w] {
    width: 3rem;
    margin-right: 0.5rem;
}

.mobile-number[b-3flxo05e6w] {
    flex: 1;
}

button.btn[b-3flxo05e6w] {
    margin-left: 0.5rem;
    padding: 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    background-color: #fff;
    cursor: pointer;
}

.side-buttons[b-3flxo05e6w] {
    width: 30%;
    padding: 20px;
    border-radius: 15px;
    background-color: white;
}

.schedule-container[b-3flxo05e6w] {
    width: 100%;
}
/* /Components/Pages/DoctorPages/MainSettings/ClinicServicesPage.razor.rz.scp.css */
.Services-container[b-joacv7qepn] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: white;
    width: 100%;
    border-radius: 6px;
}

.more-h[b-joacv7qepn] {
    width: 38px;
    height: 38px;
    background: rgba(248, 249, 250, 1);
    border: 0;
    border-radius: 4px;
}
/***********************************************************************/
.top-buttons[b-joacv7qepn] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.right-buttons[b-joacv7qepn] {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 10px
}

    .right-buttons button[b-joacv7qepn]{
        background-color: rgba(249, 245, 255, 1);
        border: 0;
        border-radius: 6px;
        color: rgba(1, 126, 245, 1);
        font-size: 14px;
        padding: 8px 14px;
    }

    
    .right-buttons .active[b-joacv7qepn] {
        background-color: rgba(1, 126, 245, 1);
        color: rgba(255, 255, 255, 1);
    }
/***************************************/
.left-buttons[b-joacv7qepn] {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 10px;
}

.add-services[b-joacv7qepn] {
    background-color: rgba(1, 126, 245, 1);
    border: 0;
    color: white;
    border-radius: 9px;
    height: 100%;
    padding: 7px 19px;
}

.services-search-div[b-joacv7qepn] {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    width: 99%;
}



input[type="search"][b-joacv7qepn] {
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    border-radius: 6px;
    font-family: 'Inter';
    font-size: 14px;
    color: #9499A1;
    width: 54%;
    padding: 11px;
    border: 1px solid;
}

    input[type="search"]:focus[b-joacv7qepn] {
        outline: 1px solid;
    }

/**************************************************************/

.Services-title[b-joacv7qepn] {
    display: grid;
    grid-template-columns: 40% 20% 20% 20%;
/*    grid-column-gap: 15px;*/
    font-size: 16px;
    /*    gap: 50px;*/
    padding: 5px;
}

    .Services-title div[b-joacv7qepn] {
        display: flex;
/*        width: 25%;*/
        justify-content: center;
    }
/***************************************************************************************************************/
.services-div[b-joacv7qepn] {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-direction: column;
    /*height: 431px;*/
    padding: 10px;
}

.services-type[b-joacv7qepn] {
    display: flex;
/*    justify-content: space-around;*/
/*    width: calc(100% / 7);*/
    font-size: large;
    align-items: center;
}

input[type="checkbox"][b-joacv7qepn] {
    height: 100%;
/*    width: 13%;*/
}

.services-price[b-joacv7qepn], .services-Secretary-discount[b-joacv7qepn] {
/*    display: flex;
    justify-content: space-around;
    align-items: center;*/
}

.services-price[b-joacv7qepn] {
/*    width: 16%;*/
}

    .services-price select[b-joacv7qepn] {
        border: 1px solid rgba(208, 213, 221, 1);
        border-radius: 7px;
        width: 51%;
        height: 35px;
        padding: 6px;
    }
    .services-price label[b-joacv7qepn]{
        width:fit-content;
    }
    .services-Secretary-discount[b-joacv7qepn] {
        justify-content: flex-start;
        width: 23%;
    }

    .services-Secretary-discount select[b-joacv7qepn] {
        border: 1px solid rgba(208, 213, 221, 1);
        border-radius: 7px;
        width: 33%;
        height: 35px;
        padding: 6px;
    }
/* /Components/Pages/DoctorPages/MainSettings/EmployeeCard.razor.rz.scp.css */
.employee-card[b-lt93vc2zib] {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    padding: 10px;
/*    width: 300px;*/
    margin: 10px;
    position:relative;
}

.avatar[b-lt93vc2zib] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5D8A1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-right: 10px;
}
.admin[b-lt93vc2zib]{
    /*background-color:blue;
    color:white;*/
   border:solid 5px gold;
}

.details[b-lt93vc2zib] {
    flex-grow: 1;
}

.name[b-lt93vc2zib] {
    font-size: 16px;
    font-weight: bold;
    color: #374151;
}

.role[b-lt93vc2zib] {
    font-size: 14px;
    color: #6B7280;
}

.more-options[b-lt93vc2zib] {
    display: flex;
    align-items: center;
}

.dots-button[b-lt93vc2zib] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #6B7280;
}
.status-container[b-lt93vc2zib] {
    position: absolute;
    right: 5px;
    display: flex;
    top: -20px;
    background-color: red;
    padding:0 5px;
    color: white;
    font-size: 14px;
    border-radius:0 5px;
}
/* /Components/Pages/DoctorPages/MainSettings/EmployeesInfoUpdate.razor.rz.scp.css */
.main-container[b-bsxxcb61kz]{
    display:inline-flex;
    width:100%;
    /*padding:35px 0 35px  35px  ;*/
    gap:15px;

}
.general-info-form[b-bsxxcb61kz]{
    display:flex;
    flex-direction:column;
    background-color:white;
/*    padding:20px;*/
    width:70%;
}
.doctor-services[b-bsxxcb61kz]{
    margin-top:15px;
    display:inline-flex;
    gap:10px;
}
.doctor-services button[b-bsxxcb61kz] {
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 15px;
    text-align: center;
    /*color: #FFFFFF;
        background: #017EF5;*/
    border-radius: 6px;
}
.side-buttons[b-bsxxcb61kz] {
    width: 30%;
    padding: 20px;
    border-radius: 15px;
    background-color: white;
}
.form-row[b-bsxxcb61kz] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.form-group[b-bsxxcb61kz] {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

    .form-group:last-child[b-bsxxcb61kz] {
        margin-right: 0;
    }

label[b-bsxxcb61kz] {
    margin-bottom: 5px;
    font-weight: bold;
    color: #6B7280;
}

input[type="text"][b-bsxxcb61kz],
input[type="tel"][b-bsxxcb61kz],
input[type="email"][b-bsxxcb61kz],
input[type="number"][b-bsxxcb61kz],
select[b-bsxxcb61kz] {
    padding: 10px;
    border: 1px solid #D1D5DB;
    border-radius: 5px;
    font-size: 14px;
}

    input[type="text"][b-bsxxcb61kz]::placeholder,
    input[type="tel"][b-bsxxcb61kz]::placeholder,
    input[type="email"][b-bsxxcb61kz]::placeholder,
    input[type="number"][b-bsxxcb61kz]::placeholder {
        color: #9CA3AF;
    }

select[b-bsxxcb61kz] {
    color: #6B7280;
}
.role-container[b-bsxxcb61kz] {
    display: inline-flex;
    
}
.role-container span[b-bsxxcb61kz]{
    margin-right:15px;
    
}
/* /Components/Pages/DoctorPages/MainSettings/EmployeesManager.razor.rz.scp.css */
.doctor-main-container[b-8vr93gfyxc]
{
    background-color:white;
    display:flex;
    flex-direction:column;
    width:100%;
    align-items:center;
    justify-content:center;
}
.top-btn-container[b-8vr93gfyxc] {
    display: flex;
    width: 100%;
    justify-content: end;
    padding: 0 30px;
}
    .top-btn-container button[b-8vr93gfyxc] {
        /* Button/Standard/Default/Primary */
        color: white;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 7px 19px;
        gap: 10px;
        border: none;
        background: #017EF5;
        border-radius: 6px;
       
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        
    }

.doctor-main-container[b-8vr93gfyxc] {
    display: flex;
    background:none;
}
.cards-container[b-8vr93gfyxc] {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    gap:10px;
    background-color:white;
    padding:20px;
}
.employee-card[b-8vr93gfyxc] {
    display: flex;
/*    width:30%;*/
}
/* /Components/Pages/DoctorPages/MainSettings/FileMigration.razor.rz.scp.css */
.migration-container[b-kzo81opcim] {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.migration-header[b-kzo81opcim] {
    text-align: center;
    margin-bottom: 30px;
}

.migration-header h3[b-kzo81opcim] {
    color: #2c3e50;
    margin-bottom: 10px;
}

.stat-card[b-kzo81opcim] {
    padding: 15px;
    border-radius: 8px;
    background: #f8f9fa;
    margin-bottom: 10px;
}

.stat-card h4[b-kzo81opcim] {
    margin: 0;
    font-weight: bold;
}

.stat-card small[b-kzo81opcim] {
    color: #6c757d;
    font-size: 0.85em;
}

.action-buttons[b-kzo81opcim] {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.action-buttons .btn[b-kzo81opcim] {
    min-width: 180px;
    padding: 12px 20px;
    font-weight: 500;
}

.log-container[b-kzo81opcim] {
    max-height: 400px;
    overflow-y: auto;
    background: #f8f9fa;
    border-radius: 4px;
    padding: 15px;
}

.log-entry[b-kzo81opcim] {
    margin-bottom: 8px;
    padding: 8px 12px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.log-time[b-kzo81opcim] {
    color: #6c757d;
    font-weight: bold;
    margin-right: 10px;
}

.log-message[b-kzo81opcim] {
    word-break: break-word;
}

.log-info[b-kzo81opcim] {
    background: #e3f2fd;
    border-left: 4px solid #2196f3;
}

.log-success[b-kzo81opcim] {
    background: #e8f5e8;
    border-left: 4px solid #4caf50;
}

.log-warning[b-kzo81opcim] {
    background: #fff3e0;
    border-left: 4px solid #ff9800;
}

.log-error[b-kzo81opcim] {
    background: #ffebee;
    border-left: 4px solid #f44336;
}

.card[b-kzo81opcim] {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.card-header[b-kzo81opcim] {
    border-radius: 8px 8px 0 0 !important;
    padding: 15px 20px;
}

.card-body[b-kzo81opcim] {
    padding: 20px;
}

.progress[b-kzo81opcim] {
    height: 8px;
    border-radius: 4px;
}

.progress-bar[b-kzo81opcim] {
    border-radius: 4px;
    transition: width 0.3s ease;
}

.form-control:focus[b-kzo81opcim] {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn[b-kzo81opcim] {
    border-radius: 6px;
    transition: all 0.2s ease;
}

.btn:hover[b-kzo81opcim] {
    transform: translateY(-1px);
}

.btn:disabled[b-kzo81opcim] {
    opacity: 0.6;
    transform: none;
}

@media (max-width: 768px) {
    .migration-container[b-kzo81opcim] {
        padding: 15px;
    }
    
    .action-buttons[b-kzo81opcim] {
        flex-direction: column;
        align-items: center;
    }
    
    .action-buttons .btn[b-kzo81opcim] {
        width: 100%;
        max-width: 300px;
    }
    
    .log-container[b-kzo81opcim] {
        max-height: 300px;
    }
}
/* /Components/Pages/DoctorPages/MainSettings/LabRadioByQR.razor.rz.scp.css */
.prescription-main-container[b-9uudxyncvj] {
    position: fixed;
    display: grid;
    left: 0;
    top: 0;
    background: white;
    width: 100%;
    grid-template-columns: auto;
    /*gap: 89px;*/
    overflow: auto;
    height: 100vh;
    padding: 20px;
    color: black;
    z-index: 100;
}
.header-container[b-9uudxyncvj]{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.btn-container[b-9uudxyncvj] {
    display: inline-flex;
    width: 100%;
    gap: 15px;
}
.blue-btn[b-9uudxyncvj]{
/*    position:absolute;*/
/*    opacity:0.5;*/
    z-index:10;
}
.blue-btn:hover[b-9uudxyncvj]{
    opacity:1;
}
.btn-container img[b-9uudxyncvj] {
    width: 20px;
}
.settings[b-9uudxyncvj]{
    display:flex;
    flex-direction:column;
}
.settings img[b-9uudxyncvj]{
    width: 25px;
    height: 25px;
}.settings img[b-9uudxyncvj]{
    width: 25px;
    height: 25px;
}

.font-size-container[b-9uudxyncvj], .first-line-container[b-9uudxyncvj], .inter-space-container[b-9uudxyncvj] {
    display: inline-flex;
}
.prescription-inner-container[b-9uudxyncvj] {
    position: relative;
    width: 148mm;
}
.prescription-image[b-9uudxyncvj], .prescription-image img[b-9uudxyncvj] {
    width: 148mm;
    user-select: none;
}

.resize-container[b-9uudxyncvj] {
    position: absolute;
    top: 0;
    left: 0;
}
.doctor[b-9uudxyncvj] {
    left: 20%;
}
@media (max-width:667px) {
    .prescription-main-container[b-9uudxyncvj] {
        position: fixed;
        overflow: auto;
        left: 0px;
        top: 0px;
        z-index: 9;
        background-color: white;
        transform: scale(0.7) translate(-20%, -20%);
        width: 140%;
    }
   
}
@media print {
    .prescription-main-container[b-9uudxyncvj] {
        position: fixed;
        overflow: hidden;
        left: 0px;
        top: 0px;
        margin: 0px;
        z-index: 9;
        background-color: white;
        height: 100vh;
        z-index: 1000;
        transform: scale(1)
    }
    
    button[b-9uudxyncvj] {
        display:none;
        z-index:0;
    }
    .header-container[b-9uudxyncvj]{
        display:none;
    }
    .resize-container[b-9uudxyncvj] {
    }
    .hide-image img[b-9uudxyncvj] {
        opacity: 0;
    }
    .toast[b-9uudxyncvj] {
        display:none;
    }
    .btn-container[b-9uudxyncvj] {
        display:none;
        
    }
}
/* /Components/Pages/DoctorPages/MainSettings/LabRadioResizableComp.razor.rz.scp.css */
.resizable-div1[b-wz2yo5080o], .resizable-div2[b-wz2yo5080o] {
    position: absolute;
    border: 1px solid #ccc;
    margin-bottom: 10px; /* Space between the divs */
}

#resizable1[b-wz2yo5080o] {
    z-index: 2;
}

.resize-handle[b-wz2yo5080o] {
    position: absolute;
    background-color: #007bff;
    z-index: 5;
}

    .resize-handle.right[b-wz2yo5080o] {
        right: 0;
        top: 0;
        width: 5px;
        height: 100%;
        cursor: ew-resize;
    }

    .resize-handle.bottom[b-wz2yo5080o] {
        bottom: 0;
        /*left: 0;*/
        width: 100%;
        height: 5px;
        cursor: ns-resize;
    }

.font-decrease img[b-wz2yo5080o], .font-increase img[b-wz2yo5080o] {
    width: 30px;
    height: 30px;
    opacity: 0.8;
    position: absolute;
    right: -34px;
    background-color: rgba(0, 123, 255, 0.05);
    border: 1px dashed #007bff;
}

.font-decrease img[b-wz2yo5080o] {
    top: 40px;
}

.firstline-decrease img[b-wz2yo5080o], .firstline-increase img[b-wz2yo5080o] {
    width: 25px;
    height: 25px;
    opacity: 0.8;
    position: absolute;
    left: -55px;
}

.firstline-increase img[b-wz2yo5080o] {
    left: -30px;
}

.interspace-decrease img[b-wz2yo5080o], .interspace-increase img[b-wz2yo5080o] {
    width: 25px;
    height: 25px;
    opacity: 0.8;
    position: absolute;
    left: -55px;
    top: 100px;
    border: solid 1px;
    border-radius: 12px;
    background-color: rgb(128, 128, 128, 0.6);
}

.interspace-increase img[b-wz2yo5080o] {
    left: -30px;
}

.adjustable-area[b-wz2yo5080o] {
    position: absolute;
    background-color: rgba(0, 123, 255, 0.05);
    border: 1px dashed #007bff;
    /*overflow: hidden;*/
}

@media print {
    .adjustable-area[b-wz2yo5080o] {
        background-color: rgba(0, 123, 255, 0);
        opacity: 1;
        border: none;
    }

    .resize-handle[b-wz2yo5080o] {
        display: none;
    }

    .resizable-div1[b-wz2yo5080o], .resizable-div2[b-wz2yo5080o] {
        border: none;
    }

    .font-decrease img[b-wz2yo5080o], .font-increase img[b-wz2yo5080o] {
        display: none;
    }

    .firstline-decrease img[b-wz2yo5080o], .firstline-increase img[b-wz2yo5080o] {
        display: none;
    }

    .interspace-decrease img[b-wz2yo5080o], .interspace-increase img[b-wz2yo5080o] {
        display: none;
    }
}
/* /Components/Pages/DoctorPages/MainSettings/LabServiceRowComp.razor.rz.scp.css */
.Services-div-container[b-yxib5lh7r0] {
    display: grid;
    grid-template-columns: 40% 20% 20% 20%;
    align-items: center;
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
}

    .Services-div-container:hover[b-yxib5lh7r0] {
        background-color: #f8f9fa;
    }

.services-type[b-yxib5lh7r0] {
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .services-type label[b-yxib5lh7r0] {
        cursor: pointer;
    }

.services-price[b-yxib5lh7r0] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .services-price label[b-yxib5lh7r0] {
        font-size: 14px;
        color: #333;
    }

.services-Secretary-discount[b-yxib5lh7r0] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .services-Secretary-discount label[b-yxib5lh7r0] {
        font-size: 14px;
        color: #666;
    }

.more-h[b-yxib5lh7r0] {
    width: 38px;
    height: 38px;
    background: rgba(248, 249, 250, 1);
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

    .more-h:hover[b-yxib5lh7r0] {
        background: rgba(255, 220, 220, 1);
    }

    .more-h img[b-yxib5lh7r0] {
        width: 18px;
        height: 18px;
    }
/* /Components/Pages/DoctorPages/MainSettings/ModifiedSchedule.razor.rz.scp.css */
/* General layout */
.ModifiedSchedule-main-container[b-nsvoup3rz7] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width:100%;
}

.btn-container[b-nsvoup3rz7] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 15px;
    text-align: center;
    border-bottom: 1px solid #D0D5DD;
   
}

    .btn-container button[b-nsvoup3rz7] {
        border: none;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        padding: 5px 15px;
        text-align: center;
        color: #FFFFFF;
        background: #017EF5;
        border-radius: 6px;
    }
    .btn-container button:disabled[b-nsvoup3rz7] {  
        background-color:gray;
    }
/* Each day's section */
.day-section[b-nsvoup3rz7] {
    display: inline-flex;
    margin-bottom: 20px;
    width: 100%;
}

/* Day label and enable checkbox */
.day-label[b-nsvoup3rz7] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    width: 220px;
}

    .day-label input[type="checkbox"][b-nsvoup3rz7] {
        margin-right: 10px;
    }

/* Shifts section */
.shifts[b-nsvoup3rz7] {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.shift[b-nsvoup3rz7] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap:10px;
}

    .shift input[type="time"][b-nsvoup3rz7] {
        /* Input */
        box-sizing: border-box;
        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 5px 5px;
        gap: 8px;
        /* White */
        background: #FFFFFF;
        /* Gray/300 */
        border: 1px solid #D0D5DD;
        /* Shadow/xs */
        box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
        border-radius: 8px;
    }

    .shift button[b-nsvoup3rz7] {
        margin-left: 10px;
    }

/* Buttons for adding shifts and JSON operations */
button[b-nsvoup3rz7] {
    margin-top: 10px;
}

textarea[b-nsvoup3rz7] {
    width: 100%;
    height: 200px;
    margin-top: 10px;
}
/* Toggle switch */
.switch[b-nsvoup3rz7] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    .switch input[b-nsvoup3rz7] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-nsvoup3rz7] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

    .slider[b-nsvoup3rz7]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-nsvoup3rz7] {
    background-color: #6200ea;
}

    input:checked + .slider[b-nsvoup3rz7]:before {
        transform: translateX(26px);
    }

a[b-nsvoup3rz7] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-decoration-line: underline;
    text-transform: capitalize;
    color: rgba(52, 64, 84, 0.77);
}

hr[b-nsvoup3rz7] {
    width: 100%;
}

    hr:last-child[b-nsvoup3rz7] {
        width: 0;
    }
/* /Components/Pages/DoctorPages/MainSettings/OutReservations.razor.rz.scp.css */
.outreservations-main-container[b-0cc270t6m3] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    letter-spacing: 0.424242px;
    color: #9499A1;
}


.inner-container[b-0cc270t6m3] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding: 20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
}

.sticky-lg-top[b-0cc270t6m3] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
}


hr[b-0cc270t6m3] {
    border-top: dashed 1px;
    background-color: white;
}
.header[b-0cc270t6m3], .body[b-0cc270t6m3] {
    display: inline-flex;
    width: 100%;
}

    .header div[b-0cc270t6m3] {
        display: inline-flex;
        width: 25%;
       
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */
        letter-spacing: 0.424242px;
        color: #9499A1;
       
    }

.doctor-name[b-0cc270t6m3] {
    width: 25%;
    align-content: center;
    
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
   
}

.data[b-0cc270t6m3] {
    display: flex;
    flex-direction: column;
    width: 75%;
}

.row[b-0cc270t6m3] {
    width: 100%;
    margin-bottom: 15px;
}

    .row div[b-0cc270t6m3] {
        width: 33%;
    }
    .row .date-label[b-0cc270t6m3] {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height, or 150% */
        letter-spacing: 0.363636px;
        color: #9499A1;
        direction: ltr;
    }
    .row .phone-number[b-0cc270t6m3] {
        direction:ltr;
    }
.footer[b-0cc270t6m3] {
    display: inline-flex;
    position: sticky;
    bottom: -12px;
    background-color:white;
    width:100%;
    justify-content:end;
    padding:12px;
    gap:10px;
}
/* /Components/Pages/DoctorPages/MainSettings/PrescByQR.razor.rz.scp.css */
.prescription-main-container[b-dtgwinbr5w] {
    position: fixed;
    display: grid;
    left: 0;
    top: 0;
    background: white;
    width: 100%;
    grid-template-columns: 25% auto;
    /*gap: 89px;*/
    overflow: auto;
    height: 100vh;
    padding:20px;
    color:black;
    z-index:100;
}
.header-container[b-dtgwinbr5w]{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.btn-container[b-dtgwinbr5w]{
    display:inline-flex;
    justify-content:space-between;

}
.btn-container img[b-dtgwinbr5w]{
    width:20px;

}
.settings[b-dtgwinbr5w]{
    display:flex;
    flex-direction:column;
}
.settings img[b-dtgwinbr5w]{
    width: 25px;
    height: 25px;
}.settings img[b-dtgwinbr5w]{
    width: 25px;
    height: 25px;
}

.font-size-container[b-dtgwinbr5w], .first-line-container[b-dtgwinbr5w], .inter-space-container[b-dtgwinbr5w] {
    display: inline-flex;
}
.inner-container[b-dtgwinbr5w] {
    position: relative;
    width: 148mm;
}
.prescription-image[b-dtgwinbr5w], .prescription-image img[b-dtgwinbr5w] {
    width: 148mm;
    user-select: none;
}

.resize-container[b-dtgwinbr5w] {
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width:667px) {
    .prescription-main-container[b-dtgwinbr5w] {
        position: fixed;
        overflow: auto;
        left: 0px;
        top: 0px;
        z-index: 9;
        background-color: white;
        transform: scale(0.7) translate(-20%, -20%);
        width: 140%;
    }
   
}
@media print {
    .prescription-main-container[b-dtgwinbr5w] {
        position: fixed;
        overflow: hidden;
        left: 0px;
        top: 0px;
        margin: 0px;
        z-index:9;
        background-color:white;
        height:100vh;
        transform:scale(1);
       
    }
    .header-container[b-dtgwinbr5w]{
        display:none;
    }
    .resize-container[b-dtgwinbr5w] {
    }
    .hide-image img[b-dtgwinbr5w] {
        opacity: 0;
    }
    .toast[b-dtgwinbr5w] {
        display:none;
    }
    button[b-dtgwinbr5w]{
        display:none;
    }
}
/* /Components/Pages/DoctorPages/MainSettings/PrescriptionResizableComp.razor.rz.scp.css */
.resizable-div1[b-7p9ua3pvfj], .resizable-div2[b-7p9ua3pvfj] {
    position: absolute;
    border: 1px solid #ccc;
    margin-bottom: 10px; /* Space between the divs */
}

#resizable1[b-7p9ua3pvfj] {
    z-index: 2;
}

.resize-handle[b-7p9ua3pvfj] {
    position: absolute;
    background-color: #007bff;
    z-index: 5;
}

    .resize-handle.right[b-7p9ua3pvfj] {
        right: 0;
        top: 0;
        width: 5px;
        height: 100%;
        cursor: ew-resize;
    }

    .resize-handle.bottom[b-7p9ua3pvfj] {
        bottom: 0;
        /*left: 0;*/
        width: 100%;
        height: 5px;
        cursor: ns-resize;
    }

.font-decrease img[b-7p9ua3pvfj], .font-increase img[b-7p9ua3pvfj] {
    width: 30px;
    height: 30px;
    opacity: 0.8;
    position: absolute;
    right: -34px;
    background-color: rgba(0, 123, 255, 0.05);
    border: 1px dashed #007bff;
}

.font-decrease img[b-7p9ua3pvfj] {
    top: 40px;
}

.firstline-decrease img[b-7p9ua3pvfj], .firstline-increase img[b-7p9ua3pvfj] {
    width: 25px;
    height: 25px;
    opacity: 0.8;
    position: absolute;
    left: -55px;
}

.firstline-increase img[b-7p9ua3pvfj] {
    left: -30px;
}

.interspace-decrease img[b-7p9ua3pvfj], .interspace-increase img[b-7p9ua3pvfj] {
    width: 25px;
    height: 25px;
    opacity: 0.8;
    position: absolute;
    left: -55px;
    top: 100px;
    border: solid 1px;
    border-radius: 12px;
    background-color: rgb(128, 128, 128, 0.6);
}

.interspace-increase img[b-7p9ua3pvfj] {
    left: -30px;
}

.adjustable-area[b-7p9ua3pvfj] {
    position: absolute;
    background-color: rgba(0, 123, 255, 0.05);
    border: 1px dashed #007bff;
    /*overflow: hidden;*/
}
.prescription-ar[b-7p9ua3pvfj] {
    white-space: pre-line;
}
@media print {
    .adjustable-area[b-7p9ua3pvfj] {
        background-color: rgba(0, 123, 255, 0);
        opacity: 1;
        border: none;
    }

    .resize-handle[b-7p9ua3pvfj] {
        display: none;
    }

    .resizable-div1[b-7p9ua3pvfj], .resizable-div2[b-7p9ua3pvfj] {
        border: none;
    }

    .font-decrease img[b-7p9ua3pvfj], .font-increase img[b-7p9ua3pvfj] {
        display: none;
    }

    .firstline-decrease img[b-7p9ua3pvfj], .firstline-increase img[b-7p9ua3pvfj] {
        display: none;
    }

    .interspace-decrease img[b-7p9ua3pvfj], .interspace-increase img[b-7p9ua3pvfj] {
        display: none;
    }
}
/* /Components/Pages/DoctorPages/MainSettings/PrescTemplate.razor.rz.scp.css */
.prescription-main-container[b-sir96mrj5w] {
    position: fixed;
    display: grid;
    left: 60px;
    top: 60px;
    background: white;
    width: 100%;
    grid-template-columns: 25% auto;
    gap: 89px;
    overflow: auto;
    height: 90vh;
    padding:20px;
    color:black;
}
.header-container[b-sir96mrj5w]{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.btn-container[b-sir96mrj5w]{
    display:inline-flex;
    justify-content:space-between;

}
.btn-container img[b-sir96mrj5w]{
    width:20px;

}
.use-template-container[b-sir96mrj5w] {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    align-items: start;
}
.options-div[b-sir96mrj5w] {
    display: flex;
    flex-direction: column;
    gap: 15px;
/*    margin-top: 20px;*/
}
.settings[b-sir96mrj5w] {
    display: flex;
    flex-direction: column;
}
.settings img[b-sir96mrj5w]{
    width: 25px;
    height: 25px;
}.settings img[b-sir96mrj5w]{
    width: 25px;
    height: 25px;
}

.font-size-container[b-sir96mrj5w], .first-line-container[b-sir96mrj5w], .inter-space-container[b-sir96mrj5w] {
    display: inline-flex;
}
.prescription-inner-container[b-sir96mrj5w] {
    position: relative;
    width: 148mm;
}
.prescription-image[b-sir96mrj5w], .prescription-image img[b-sir96mrj5w] {
    width: 148mm;
    user-select: none;
}

.resize-container[b-sir96mrj5w] {
    position: absolute;
    top: 0;
    left: 0;
}

@media print {
    .prescription-main-container[b-sir96mrj5w]{
        position: fixed;
        overflow: hidden;
        left: 0px;
        top: 0px;
        margin: 0px;
        z-index: 9;
        background-color: white;
        height: 100vh;
    }
    .inner-container[b-sir96mrj5w]{

    }
    .header-container[b-sir96mrj5w]{
        display:none;
    }
    .resize-container[b-sir96mrj5w] {
        
    }
    .hide-image img[b-sir96mrj5w] {
        opacity: 0;
    }
    .toast[b-sir96mrj5w] {
        display:none;
    }
}
/* /Components/Pages/DoctorPages/MainSettings/QR_labRadioResult.razor.rz.scp.css */
/* Main container styles */
.prescription-temp-main-container[b-tgwlx0d9ij] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #0800001c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    z-index: 100;
}

.inner-container[b-tgwlx0d9ij] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    width: 50%;
    margin: 20px 100px;
    padding: 20px 30px;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
}

/* Header styles */
.sticky-lg-top[b-tgwlx0d9ij] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.close-btn[b-tgwlx0d9ij] {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #666;
}

.close-btn:hover[b-tgwlx0d9ij] {
    color: #000;
}

/* QR Code and URL container styles */
.qr-code[b-tgwlx0d9ij] {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.url-container[b-tgwlx0d9ij] {
    margin: 20px 0;
}

.url-container div[b-tgwlx0d9ij] {
    display: inline-flex;
    gap: 15px;
    flex-wrap: wrap;
}

.url-container label[b-tgwlx0d9ij] {
    font-size: 12px;
}

.url-container img[b-tgwlx0d9ij] {
    width: 35px;
}

/* WhatsApp doctors section */
.whatsapp-doctors-section[b-tgwlx0d9ij] {
    margin: 0 0;
    padding: 5px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.whatsapp-doctors-section h6[b-tgwlx0d9ij] {
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.doctor-dropdown[b-tgwlx0d9ij] {
/*    margin-bottom: 15px;*/
}

.doctor-dropdown label[b-tgwlx0d9ij] {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #555;
}

.doctor-dropdown .form-select[b-tgwlx0d9ij] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background-color: white;
}

.doctor-dropdown .form-select:focus[b-tgwlx0d9ij] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.selected-doctor-info[b-tgwlx0d9ij] {
    padding: 15px;
    background-color: white;
    border: 1px solid #d4edda;
    border-radius: 6px;
    margin-top: 10px;
}

.doctor-details[b-tgwlx0d9ij] {
    margin-bottom: 15px;
    line-height: 1.5;
    color: #155724;
}

.whatsapp-actions[b-tgwlx0d9ij] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.whatsapp-btn[b-tgwlx0d9ij] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.whatsapp-btn:hover[b-tgwlx0d9ij] {
    text-decoration: none;
    opacity: 0.9;
}

.whatsapp-icon[b-tgwlx0d9ij] {
    width: 20px;
    height: 20px;
}

.no-contacts[b-tgwlx0d9ij] {
    padding: 20px;
    text-align: center;
    color: #6c757d;
    font-style: italic;
}

.no-contacts p[b-tgwlx0d9ij] {
    margin: 0;
}

/* Button styles */
.btn[b-tgwlx0d9ij] {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;
}

.btn-primary[b-tgwlx0d9ij] {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover[b-tgwlx0d9ij] {
    background-color: #0056b3;
}

.btn-success[b-tgwlx0d9ij] {
    background-color: #28a745;
    color: white;
}

.btn-success:hover[b-tgwlx0d9ij] {
    background-color: #1e7e34;
}

.btn-secondary[b-tgwlx0d9ij] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover[b-tgwlx0d9ij] {
    background-color: #545b62;
}

/* Media queries */
@media (max-width: 768px) {
    .whatsapp-actions[b-tgwlx0d9ij] {
        flex-direction: column;
    }
    
    .whatsapp-btn[b-tgwlx0d9ij] {
        justify-content: center;
        width: 100%;
    }
}

@media print {
    button[b-tgwlx0d9ij] {
        display: none;
    }
}
/* /Components/Pages/DoctorPages/MainSettings/QR_MultipleLabRadioResults.razor.rz.scp.css */
/* Main container styles */
.prescription-temp-main-container[b-r011ftae3i] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #0800001c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    z-index: 100;
}

.inner-container[b-r011ftae3i] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    width: 50%;
    margin: 20px 100px;
    padding: 20px 30px;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
}

/* Header styles */
.sticky-lg-top[b-r011ftae3i] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.close-btn[b-r011ftae3i] {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #666;
}

    .close-btn:hover[b-r011ftae3i] {
        color: #000;
    }

/* QR Code and URL container styles */
.qr-code[b-r011ftae3i] {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.url-container[b-r011ftae3i] {
    margin: 20px 0;
}

    .url-container div[b-r011ftae3i] {
        display: inline-flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .url-container label[b-r011ftae3i] {
        font-size: 12px;
    }

    .url-container img[b-r011ftae3i] {
        width: 35px;
    }

/* WhatsApp doctors section */
.whatsapp-doctors-section[b-r011ftae3i] {
    margin: 0 0;
    padding: 5px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
}

    .whatsapp-doctors-section h6[b-r011ftae3i] {
        margin-bottom: 15px;
        color: #333;
        font-weight: 600;
    }

.doctor-dropdown[b-r011ftae3i] {
    /*    margin-bottom: 15px;*/
}

    .doctor-dropdown label[b-r011ftae3i] {
        display: block;
        margin-bottom: 5px;
        font-weight: 500;
        color: #555;
    }

    .doctor-dropdown .form-select[b-r011ftae3i] {
        width: 100%;
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        background-color: white;
    }

        .doctor-dropdown .form-select:focus[b-r011ftae3i] {
            outline: none;
            border-color: #007bff;
            box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
        }

.selected-doctor-info[b-r011ftae3i] {
    padding: 15px;
    background-color: white;
    border: 1px solid #d4edda;
    border-radius: 6px;
    margin-top: 10px;
}

.doctor-details[b-r011ftae3i] {
    margin-bottom: 15px;
    line-height: 1.5;
    color: #155724;
}

.whatsapp-actions[b-r011ftae3i] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.whatsapp-btn[b-r011ftae3i] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
}

    .whatsapp-btn:hover[b-r011ftae3i] {
        text-decoration: none;
        opacity: 0.9;
    }

.whatsapp-icon[b-r011ftae3i] {
    width: 20px;
    height: 20px;
}

.no-contacts[b-r011ftae3i] {
    padding: 20px;
    text-align: center;
    color: #6c757d;
    font-style: italic;
}

    .no-contacts p[b-r011ftae3i] {
        margin: 0;
    }

/* Button styles */
.btn[b-r011ftae3i] {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;
}

.btn-primary[b-r011ftae3i] {
    background-color: #007bff;
    color: white;
}

    .btn-primary:hover[b-r011ftae3i] {
        background-color: #0056b3;
    }

.btn-success[b-r011ftae3i] {
    background-color: #28a745;
    color: white;
}

    .btn-success:hover[b-r011ftae3i] {
        background-color: #1e7e34;
    }

.btn-secondary[b-r011ftae3i] {
    background-color: #6c757d;
    color: white;
}

    .btn-secondary:hover[b-r011ftae3i] {
        background-color: #545b62;
    }

/* Media queries */
@media (max-width: 768px) {
    .whatsapp-actions[b-r011ftae3i] {
        flex-direction: column;
    }

    .whatsapp-btn[b-r011ftae3i] {
        justify-content: center;
        width: 100%;
    }
}

@media print {
    button[b-r011ftae3i] {
        display: none;
    }
}
/* /Components/Pages/DoctorPages/MainSettings/QR_prescription.razor.rz.scp.css */
.prescription-temp-main-container[b-pjl1dl5fxb] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 100%;
    z-index: 100;
}

.inner-container[b-pjl1dl5fxb] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding: 20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
}

.sticky-lg-top[b-pjl1dl5fxb] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.qr-code[b-pjl1dl5fxb] {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}
.url-container div[b-pjl1dl5fxb]{
    display:inline-flex;
    gap:15px;
}
.url-container label[b-pjl1dl5fxb] {
    font-size: 12px;
}
.url-container img[b-pjl1dl5fxb] {
    width: 35px;
}
@media print {
    button[b-pjl1dl5fxb] {
        display: none;
    }
}
/* /Components/Pages/DoctorPages/MainSettings/ScheduleTemplate.razor.rz.scp.css */
/* General layout */
.schedule-main-container[b-m6uiupurf6] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 51px;
}

.top-info[b-m6uiupurf6] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #3D475C;
    gap:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin: 24px 0;
    width:100%;
}
/* Each day's section */
 .day-section[b-m6uiupurf6] {
    display: inline-flex;
    margin: 10px 0;
    width: 100%;
}

/* Day label and enable checkbox */
.day-label[b-m6uiupurf6] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    width: 170px;
}

    .day-label .day-label-text[b-m6uiupurf6] {
        margin-left: 15px;
    }

    .day-label input[type="checkbox"][b-m6uiupurf6] {
        margin-right: 10px;
    }

/* Shifts section */
.shifts[b-m6uiupurf6] {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

a[b-m6uiupurf6] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-decoration-line: underline;
    text-transform: capitalize;
    color: rgba(52, 64, 84, 0.77);
}

.shift[b-m6uiupurf6] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap:10px;
}

    .shift input[type="time"][b-m6uiupurf6] {
        /* Input */
        box-sizing: border-box;
        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 5px 5px;
        gap: 8px;
        /* White */
        background: #FFFFFF;
        /* Gray/300 */
        border: 1px solid #D0D5DD;
        /* Shadow/xs */
        box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
        border-radius: 8px;
    }

    .shift button[b-m6uiupurf6] {
        margin-left: 10px;
    }

/* Buttons for adding shifts and JSON operations */
button[b-m6uiupurf6] {
    margin-top: 10px;
}

textarea[b-m6uiupurf6] {
    width: 100%;
    height: 200px;
    margin-top: 10px;
}

hr[b-m6uiupurf6] {
    width: 100%;
}

    hr:last-child[b-m6uiupurf6] {
        width: 0;
    }
/* /Components/Pages/DoctorPages/MainSettings/ServiceRowComp.razor.rz.scp.css */
.Services-div-container[b-qsn9tut5v8] {
    display: grid;
    grid-template-columns: 40% 20% 20% 20%;
    width: 100%;
    /*    justify-content: space-between;*/
    padding: 0;
    align-items: center;
/*    grid-column-gap: 50px;*/
    justify-items: center;
}


.services-type[b-qsn9tut5v8] {
    display: flex;
    gap: 24px;
/*    width: calc(100% / 7);*/
    font-size: large;
    align-items: center;
    justify-content:center;

}

input[type="checkbox"][b-qsn9tut5v8] {
    height: 100%;
/*    width: 20px;*/
}

.services-price[b-qsn9tut5v8], .services-Secretary-discount[b-qsn9tut5v8] {
/*    display: flex;
    justify-content: space-around;
    align-items: center;*/
}


    .services-price label[b-qsn9tut5v8] {
        border: 1px solid rgba(208, 213, 221, 1);
        border-radius: 7px;
        width: 100%;
        /*height: 35px;
        justify-content: space-around;
        align-items: center;
        padding: 6px;*/
    }

.services-Secretary-discount[b-qsn9tut5v8] {
/*    justify-content: flex-start;
    width: 100%;*/
}

    .services-Secretary-discount label[b-qsn9tut5v8] {
        border: 1px solid rgba(208, 213, 221, 1);
        border-radius: 7px;
        width: fit-content;
        height: 35px;
        padding: 6px;
    }

.more-h[b-qsn9tut5v8] {
/*    width: 38px;*/
    height: 38px;
    background: rgba(248, 249, 250, 1);
    border: 0;
    border-radius: 4px;
}
/* /Components/Pages/DoctorPages/MainSettings/SmartRxPrescription.razor.rz.scp.css */
.prescription-container[b-gxnpu5v53h] {
    font-family: 'Arial', sans-serif;
    width: 148mm; /* A5 width */
    height: 210mm; /* A5 height */
    padding: 5mm;
    margin: 0 auto;
    background-color: #ffffff;
    position: relative;
    border: 1px solid #4994FF;
}

.rx-watermark img[b-gxnpu5v53h] {
    position: absolute;
    top: 40%;
    left: 35%;
    width: 30%;
    opacity: 0.1;
}

.header[b-gxnpu5v53h] {
    text-align: start;
    border-bottom: 2px solid #3463eb;
    padding-bottom: 10px;
}

    .header h1[b-gxnpu5v53h] {
        font-size: 24px;
        color: #3463eb;
        margin: 0;
    }

        .header h1 .doctor-name[b-gxnpu5v53h] {
            font-weight: bold;
        }

        .header h1 .doctor-specialty[b-gxnpu5v53h] {
            font-weight: 300;
            color: #72a1d1;
        }

    .header h2[b-gxnpu5v53h] {
        font-size: 18px;
        color: #7d91aa;
        margin: 5px 0;
        text-transform: uppercase;
    }

.divider[b-gxnpu5v53h] {
    position: relative;
    border: none;
    height: 2px;
    background-color: #3463eb;
    margin: 15px 0;
    display: none;
}

.patient-info[b-gxnpu5v53h] {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.info-row[b-gxnpu5v53h] {
    display: grid;
    grid-template-columns: 70% auto;
    margin-bottom: 10px;
}

.input-field[b-gxnpu5v53h] {
    flex: 1;
    border-bottom: 1px solid #333;
    margin-left: 5px;
}

.rx-logo[b-gxnpu5v53h] {
    font-size: 20px;
    font-weight: bold;
    color: #f4a641;
    text-align: start;
    margin: 30px 0;
}

    .rx-logo img[b-gxnpu5v53h] {
        width: 20px;
    }

.watermark[b-gxnpu5v53h] {
    position: absolute;
    bottom: 70mm;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
    z-index: -1;
}

    .watermark img[b-gxnpu5v53h] {
        width: 60mm;
        height: auto;
    }

.signature[b-gxnpu5v53h] {
    text-align: right;
    font-size: 14px;
    color: #333;
    margin-top: 50px;
    font-style: italic;
}

.footer[b-gxnpu5v53h] {
    display: grid;
    grid-template-columns: 30% 70%;
    position: absolute;
    bottom: 2mm;
    width: 148mm; /* A5 width */
    text-align: center;
    color: #888;
    font-size: 12px;
    line-height: 1.6;
    left: 0;
    border-top: 1px solid #4994FF;
    padding: 5px 0;
}


.footer-icon img[b-gxnpu5v53h] {
    width: 80px;
}

.footer-logo[b-gxnpu5v53h] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

    .footer-logo img[b-gxnpu5v53h] {
        height: 30px;
        margin-right: 5px;
    }

    .footer-logo span[b-gxnpu5v53h] {
        font-size: 14px;
        font-weight: bold;
        color: #3463eb;
    }

.footer-contact[b-gxnpu5v53h] {
    display: flex;
    justify-content: space-around; /* Ensures even spacing */
    align-items: center;
    margin-top: 5px;
    width: 100%;
}

.contact-item[b-gxnpu5v53h] {
    display: flex;
    align-items: center;
    gap: 5px; /* Adds spacing between icon and text */
    font-size: 12px;
    color: #333;
}

    .contact-item i[b-gxnpu5v53h] {
        font-size: 14px;
        color: #3463eb;
    }

@media print {
    @page {
        /*        size: A5;
        margin: 10mm; */
    }

    .prescription-container[b-gxnpu5v53h] {
        box-shadow: none;
        border: none;
        
    }
    /**/
    .no-print[b-gxnpu5v53h] {
        display: none; /* Hides elements like buttons during printing */
    }

/*    .divider {
        display: flex;
        border: none;
        height: 2px;
        background-color: #3463eb;
        margin: 15px 0;
        opacity: 1;
    }
*/
    .footer[b-gxnpu5v53h] {
        position: fixed;
        bottom: 10mm;
    }

    /*.watermark {
        opacity: 0.1;*/ /* Keep the watermark visible in print */
    /*}*/
}
/* /Components/Pages/DoctorPages/Patient.razor.rz.scp.css */
.pt-main-container[b-8avkxjrs0l] {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 20px;
    direction:rtl;
}

    .pt-main-container h6[b-8avkxjrs0l] {
        height: 50px;
        display: flex;
        align-items: center;
        min-width:fit-content;
    }
/* /Components/Pages/DoctorPages/Settings.razor.rz.scp.css */

:root[b-tg9i6caf9w] {
    --font-weight: 400;
    --font-style: normal;
}

.main-container[b-tg9i6caf9w] {
    display: flex;
    width: 100%;
    height: 88vh;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: auto;
}

.User-card[b-tg9i6caf9w] {
    /*    display: flex;*/
    flex-direction: column;
    background: white;
    width: 98%;
    height: 82vh;
    padding: 6px;
    flex-direction: column;
    border-radius: 12px;
    padding: 30px;
    overflow: auto;
}
.top-container[b-tg9i6caf9w] {
    width: 98%;
}
.top-rectangle[b-tg9i6caf9w] {
    /*width: 1320px;*/
    background-image: linear-gradient(180deg, #6057fb, #6358fa, #8265fd);
    height: 102px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.User-card .more-h[b-tg9i6caf9w] {
    width: 38px;
    height: 38px;
    background: rgba(248, 249, 250, 1);
    border: 0;
    border-radius: 4px;
    top: 0;
    inset-inline-end: 45px;
    top: -10px;
    position: absolute;
}

.Doctor-Data[b-tg9i6caf9w] {
    display: flex;
    /*height: 182px;*/
    position: relative;
    inset-inline-start: 32px;
    top: -40px;
    border-bottom: solid 1px gray;
}

.Doctor-Image[b-tg9i6caf9w] {
    width: 174px;
    border-radius: 18px;
}

.name-div h2[b-tg9i6caf9w] {
    font-family: 'Poppins';
    font-weight: var(--font-weight);
    font-size: 24px;
    margin-top: 24px;
}

.name-div[b-tg9i6caf9w] {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 10px;
}

.name-div2[b-tg9i6caf9w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 206px;
}

.pro-class[b-tg9i6caf9w] {
    background-color: rgba(207, 241, 230, 1);
    color: rgba(17, 185, 129, 1);
    width: 45px;
    height: 20px;
    border-radius: 15px;
    justify-content: center;
    display: flex;
    font-size: small;
}

.locatian-div[b-tg9i6caf9w] {
    width: 280px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    color: rgba(148, 153, 161, 1);
}

.User-card hr[b-tg9i6caf9w] {
    border-bottom: 1px black solid;
    width: 101%;
/*    top: 195px;*/
    inset-inline-start: -42px;
}

.options-div[b-tg9i6caf9w] {
    width: 426px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    color: rgba(148, 153, 161, 1);
}

    .options-div .active[b-tg9i6caf9w] {
        color: rgba(81, 81, 249, 1);
    }

    .options-div p:hover[b-tg9i6caf9w] {
        color: rgba(81, 81, 249, 1);
        cursor: pointer;
    }

.info-container[b-tg9i6caf9w] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}
/**********************************************************************************************************/
.left-div[b-tg9i6caf9w] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
}

.Info-div[b-tg9i6caf9w], .Diplomas-div[b-tg9i6caf9w], .ToDo-div[b-tg9i6caf9w] {
    padding: 25px;
    height: 349px;
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.more-h[b-tg9i6caf9w] {
    width: 38px;
    height: 38px;
    background: rgba(248, 249, 250, 1);
    border: 0;
    border-radius: 4px;
}

.top-Info[b-tg9i6caf9w] {
    display: flex;
    justify-content: space-between;
}

.Full-Name[b-tg9i6caf9w], .Medical-Specialty[b-tg9i6caf9w], .Mobile[b-tg9i6caf9w], .Email[b-tg9i6caf9w], .Location[b-tg9i6caf9w] {
    padding: 10px;
    display: flex;
    border-bottom: 1px dashed rgba(222, 226, 230, 1);
}

.Medical-Specialty[b-tg9i6caf9w] {
    justify-content: space-between;
}

.Info-Title[b-tg9i6caf9w], .Info-Medical-Specialtym[b-tg9i6caf9w], .Info-Mobile[b-tg9i6caf9w], .Info-Email[b-tg9i6caf9w], .Info-Location[b-tg9i6caf9w] {
    color: rgba(148, 153, 161, 1);
    width: 45%;
    font-family: "Inter", sans-serif;
    font-weight: var(--font-weight);
}

.Diplomas-Name[b-tg9i6caf9w] {
    display: flex;
    border-bottom: 1px dashed rgba(222, 226, 230, 1);
    padding: 10px;
    justify-content: space-between;
}

.Diplomas-Name-right-div[b-tg9i6caf9w] {
    width: 50%;
}

.Diplomas-Name p[b-tg9i6caf9w] {
    color: rgba(148, 153, 161, 1);
    font-size: 14px;
}

.TODo-4[b-tg9i6caf9w], .TODo-3[b-tg9i6caf9w], .TODo-2[b-tg9i6caf9w], .TODo-1[b-tg9i6caf9w] {
    width: 357px;
    height: 47px;
    border-radius: 8px;
    padding: 10px;
    background-color: rgba(53, 56, 62, 0.05);
    margin-bottom: 6px;
}

    .TODo-4:has(input:checked)[b-tg9i6caf9w] {
        background-color: rgba(0, 85, 255, 0.1);
    }

    .TODo-3:has(input:checked)[b-tg9i6caf9w] {
        background-color: rgba(0, 85, 255, 0.1);
    }

    .TODo-2:has(input:checked)[b-tg9i6caf9w] {
        background-color: rgba(0, 85, 255, 0.1);
    }

    .TODo-1:has(input:checked)[b-tg9i6caf9w] {
        background-color: rgba(0, 85, 255, 0.1);
    }

/**********************************************************************************************************/

.right-div[b-tg9i6caf9w] {
    width: 50%;
    height: 788px;
    display: flex;
    flex-direction: column;
}

.About-div[b-tg9i6caf9w], .Certifications[b-tg9i6caf9w], .education[b-tg9i6caf9w] {
    width: 100%;
    background-color: white;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}

.About-p[b-tg9i6caf9w] {
    color: rgba(148, 153, 161, 1);
}


.Certifications[b-tg9i6caf9w] {
    height: 279px;
    padding: 32px;
}

.Certifications-contianar[b-tg9i6caf9w] {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.Certifications-items[b-tg9i6caf9w] {
    width: 181px;
    height: 127px;
    background-color: rgba(240, 240, 255, 1);
    border-radius: 8px;
}

.button-div-containar[b-tg9i6caf9w] {
    display: flex;
    justify-content: flex-end;
    height: 25px;
    width: 100%;
}

.buttons-div[b-tg9i6caf9w] {
    display: flex;
    width: 48px;
    height: 25px;
    justify-content: space-between;
}

.befor-button[b-tg9i6caf9w], .after-button[b-tg9i6caf9w] {
    width: 12px;
    height: 12px;
    opacity: 0.5;
    border: 0;
    background-color: white;
}

.Education[b-tg9i6caf9w] {
    /*width: 870px;*/
    height: 290px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.04);
}

.Bachelor-of-Medicine-div[b-tg9i6caf9w], .Masters-degree-in-cardiology-div[b-tg9i6caf9w] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.Bachelor-of-Medicine[b-tg9i6caf9w], .Masters-degree-in-cardiology[b-tg9i6caf9w] {
    display: flex;
    justify-content: space-between;
    width: 88%;
}

.Medicine-p[b-tg9i6caf9w], .Masters-p[b-tg9i6caf9w] {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(148, 153, 161, 1);
}

.hr-div[b-tg9i6caf9w] {
    width: 356px;
    height: 1px;
    border: 1px dashed rgba(222, 226, 230, 1);
}

.clinics-section[b-tg9i6caf9w] {
    background-color: white;
    border-radius: 15px;
}

.clinics-container[b-tg9i6caf9w] {
    display: inline-flex;
    width: 100%;
    /*background-color: #F8F9FC;*/
    background-color: white;
    border-radius: 15px;
    gap: 10px;
    padding: 15px;
    flex-wrap: wrap;
}

.clinic-div[b-tg9i6caf9w] {
    width: 24%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 1.49px 35.66px 0px #0000000A;
}

.top-Info[b-tg9i6caf9w] {
    padding:0 20px;
    align-items: center;
}

    .top-Info .title[b-tg9i6caf9w] {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        /* identical to box height, or 119% */
        letter-spacing: 0.484848px;
        color: #3D475C;
    }

    .top-Info .add-button[b-tg9i6caf9w] {
        /* Button/Standard/Default/Primary */
        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 7px 19px;
        gap: 10px;
        width: 105px;
        min-width:fit-content;
        height: 38px;
        background: #017EF5;
        border-radius: 6px;
        border: none;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        /* identical to box height, or 171% */
        text-align: center;
        color: #FFFFFF;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

.clinics-manager-container[b-tg9i6caf9w] {
    display: flex;
    flex-direction: column;
   /* position: fixed;
    top: 60px;
    left: 265px;*/
    /*height: 95vh;*/
    width: 100%;
    /*background-color: #8080807d;*/
    /*overflow: auto;*/
    /*padding: 20px;*/
}
/* /Components/Pages/DrugChecker/DrugAlarmResults.razor.rz.scp.css */

/* ==================== CONTAINER ==================== */
.drug-alarm-results-container[b-hyi243l841] {
    background: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* ==================== HEADER ==================== */
.results-header[b-hyi243l841] {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    gap: 20px;
    background: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 30px;
}

.btn-back[b-hyi243l841] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    color: #344054;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: fit-content;
}

    .btn-back:hover[b-hyi243l841] {
        background: #F5F5F5;
        border-color: #B0B5BD;
    }

    .btn-back i[b-hyi243l841] {
        font-size: 18px;
    }

.header-buttons[b-hyi243l841] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    flex-grow: 1;
}

.btn-save-result[b-hyi243l841] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    color: #344054;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-save-result:hover[b-hyi243l841] {
        background: #F5F5F5;
        border-color: #B0B5BD;
    }

    .btn-save-result i[b-hyi243l841] {
        font-size: 18px;
    }

.btn-emr[b-hyi243l841] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #3C90FF;
    border: 1px solid #3C90FF;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

    .btn-emr:hover[b-hyi243l841] {
        background: #2E7AE8;
        border-color: #2E7AE8;
    }

    .btn-emr i[b-hyi243l841] {
        font-size: 18px;
    }

/* ==================== NO ALARMS STATE ==================== */
.no-alarms[b-hyi243l841] {
    text-align: center;
    padding: 80px 40px;
}

.success-icon[b-hyi243l841] {
    font-size: 80px;
    color: #27ae60;
    margin-bottom: 24px;
}

.no-alarms h4[b-hyi243l841] {
    color: #27ae60;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.no-alarms p[b-hyi243l841] {
    color: #4D4D4D;
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* ==================== OVERALL RISK SUMMARY ==================== */
.overall-risk-container[b-hyi243l841] {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 40px;
    gap: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 176, 80, 0.15) 100%);
    border: 1.5px solid #FFEDD4;
    border-radius: 16px;
    margin: 0 80px 20px 80px;
}

.risk-icon-container[b-hyi243l841] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 56px;
    height: 56px;
    background: #FFEDD4;
    border-radius: 10px;
    flex-shrink: 0;
}

    .risk-icon-container i[b-hyi243l841] {
        font-size: 28px;
        color: #FFB050;
    }

.risk-content[b-hyi243l841] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-grow: 1;
}

.risk-title[b-hyi243l841] {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #101828;
}

.risk-description[b-hyi243l841] {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
}

/* ==================== STATS SUMMARY ==================== */
.stats-summary[b-hyi243l841] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 40px 35px;
    gap: 35px;
}

.summary-cards-grid[b-hyi243l841] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 35px;
    flex-wrap: wrap;
    max-width: 1200px;
}

.stat-card[b-hyi243l841] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 12px;
    width: 376px;
    height: 144px;
    border-radius: 16.4px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

    .stat-card:hover[b-hyi243l841] {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    /* Stat Card Variants */
    .stat-card.warning[b-hyi243l841] {
        background: linear-gradient(0deg, rgba(225, 113, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
        border: 1px solid #FEF3C6;
    }

    .stat-card.info[b-hyi243l841] {
        background: linear-gradient(0deg, rgba(60, 144, 255, 0.15) -9.42%, rgba(255, 255, 255, 0.15) 50%);
        border: 1px solid #DBEAFE;
    }

    .stat-card.pregnancy[b-hyi243l841] {
        background: linear-gradient(0deg, rgba(255, 176, 80, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
        border: 1px solid #FFEDD4;
    }

    .stat-card.lactation[b-hyi243l841] {
        background: linear-gradient(0deg, rgba(152, 16, 250, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
        border: 1px solid #F3E8FF;
    }

    .stat-card.danger[b-hyi243l841] {
        background: linear-gradient(0deg, rgba(231, 0, 11, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
        border: 1px solid #FFE2E2;
    }

    .stat-card.allergy[b-hyi243l841] {
        background: linear-gradient(0deg, rgba(230, 0, 118, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
        border: 1px solid #FCE7F3;
    }

.stat-icon-container[b-hyi243l841] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.stat-card.warning .stat-icon-container[b-hyi243l841] {
    background: #FEF3C6;
}

    .stat-card.warning .stat-icon-container i[b-hyi243l841] {
        color: #E17100;
        font-size: 20px;
    }

.stat-card.info .stat-icon-container[b-hyi243l841] {
    background: #DBEAFE;
}

    .stat-card.info .stat-icon-container i[b-hyi243l841] {
        color: #4994FF;
        font-size: 20px;
    }

.stat-card.pregnancy .stat-icon-container[b-hyi243l841] {
    background: #FFEDD4;
}

    .stat-card.pregnancy .stat-icon-container i[b-hyi243l841] {
        color: #FFB050;
        font-size: 20px;
    }

.stat-card.lactation .stat-icon-container[b-hyi243l841] {
    background: #F3E8FF;
}

    .stat-card.lactation .stat-icon-container i[b-hyi243l841] {
        color: #9810FA;
        font-size: 20px;
    }

.stat-card.danger .stat-icon-container[b-hyi243l841] {
    background: #FFE2E2;
}

    .stat-card.danger .stat-icon-container i[b-hyi243l841] {
        color: #E7000B;
        font-size: 20px;
    }

.stat-card.allergy .stat-icon-container[b-hyi243l841] {
    background: #FCE7F3;
}

    .stat-card.allergy .stat-icon-container i[b-hyi243l841] {
        color: #E60076;
        font-size: 20px;
    }

.stat-content[b-hyi243l841] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 4px;
    width: 336px;
    height: 52px;
}

.stat-number[b-hyi243l841] {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #101828;
}

.stat-label[b-hyi243l841] {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #4D4D4D;
}

/* ==================== DETAILED RESULTS ==================== */
.detailed-results-container[b-hyi243l841] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 80px 40px;
    gap: 25px;
}

.result-section[b-hyi243l841] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    gap: 24px;
    width: 100%;
    border-radius: 20px;
}

    /* Section Variants */
    .result-section.same-ingredients[b-hyi243l841] {
        background: linear-gradient(360deg, rgba(225, 113, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%);
        border: 1.5px solid #E17100;
    }

    .result-section.drug-interactions[b-hyi243l841] {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 49.52%, rgba(73, 148, 255, 0.15) 100%);
        border: 1.5px solid #DBEAFE;
    }

    .result-section.pregnancy-risks[b-hyi243l841] {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 176, 80, 0.15) 100%);
        border: 1.5px solid #FFEDD4;
    }

    .result-section.lactation-risks[b-hyi243l841] {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(152, 16, 250, 0.15) 100%);
        border: 1.5px solid #F3E8FF;
    }

    .result-section.contraindications[b-hyi243l841] {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(231, 0, 11, 0.15) 100%);
        border: 1.5px solid #FFE2E2;
    }

    .result-section.allergy-risks[b-hyi243l841] {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(230, 0, 118, 0.15) 100%);
        border: 1.5px solid #FCE7F3;
    }

.section-header[b-hyi243l841] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 12px;
    width: 100%;
}

.section-icon-container[b-hyi243l841] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.result-section.same-ingredients .section-icon-container[b-hyi243l841] {
    background: #FEF3C6;
}

    .result-section.same-ingredients .section-icon-container i[b-hyi243l841] {
        color: #E17100;
        font-size: 20px;
    }

.result-section.drug-interactions .section-icon-container[b-hyi243l841] {
    background: #DBEAFE;
}

    .result-section.drug-interactions .section-icon-container i[b-hyi243l841] {
        color: #4994FF;
        font-size: 20px;
    }

.result-section.pregnancy-risks .section-icon-container[b-hyi243l841] {
    background: #FFEDD4;
}

    .result-section.pregnancy-risks .section-icon-container i[b-hyi243l841] {
        color: #FFB050;
        font-size: 20px;
    }

.result-section.lactation-risks .section-icon-container[b-hyi243l841] {
    background: #F3E8FF;
}

    .result-section.lactation-risks .section-icon-container i[b-hyi243l841] {
        color: #9810FA;
        font-size: 20px;
    }

.result-section.contraindications .section-icon-container[b-hyi243l841] {
    background: #FFE2E2;
}

    .result-section.contraindications .section-icon-container i[b-hyi243l841] {
        color: #E7000B;
        font-size: 20px;
    }

.result-section.allergy-risks .section-icon-container[b-hyi243l841] {
    background: #FCE7F3;
}

    .result-section.allergy-risks .section-icon-container i[b-hyi243l841] {
        color: #E60076;
        font-size: 20px;
    }

.section-title[b-hyi243l841] {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #101828;
}

/* ==================== ALARM CARDS ==================== */
.alarm-card[b-hyi243l841] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px 20px 24px;
    gap: 16px;
    width: 100%;
    border-radius: 10px;
}

.result-section.same-ingredients .alarm-card[b-hyi243l841] {
    background: #FFFBEB;
    border-left: 4px solid #FFB900;
}

.result-section.drug-interactions .alarm-card[b-hyi243l841] {
    background: #FFF7ED;
    border-left: 4px solid #FF8904;
}

.result-section.pregnancy-risks .alarm-card[b-hyi243l841] {
    background: #FFF5E6;
    border-left: 4px solid #FFB050;
}

.result-section.lactation-risks .alarm-card[b-hyi243l841] {
    background: #FAF5FF;
    border-left: 4px solid #9810FA;
}

.result-section.contraindications .alarm-card[b-hyi243l841] {
    background: #FFF5F5;
    border-left: 4px solid #E7000B;
}

.result-section.allergy-risks .alarm-card[b-hyi243l841] {
    background: #FDF2F8;
    border-left: 4px solid #F6339A;
}

.drug-comparison-row[b-hyi243l841] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 100%;
}

.drug-box[b-hyi243l841] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 17px 17px 8px;
    gap: 4px;
    flex: 1;
    background: #FFFFFF;
    border-radius: 10px;
}

.result-section.same-ingredients .drug-box[b-hyi243l841] {
    border: 1px solid #FEE685;
}

.result-section.drug-interactions .drug-box[b-hyi243l841] {
    border: 1px solid #FFD6A7;
}

.result-section.pregnancy-risks .drug-box[b-hyi243l841] {
    border: 1px solid #FFD6A7;
}

.result-section.lactation-risks .drug-box[b-hyi243l841] {
    border: 1px solid #F3E8FF;
}

.result-section.contraindications .drug-box[b-hyi243l841] {
    border: 1px solid #FFC9C9;
}

.result-section.allergy-risks .drug-box[b-hyi243l841] {
    border: 1px solid #FCCEE8;
}

.drug-name[b-hyi243l841], .drug-name-standalone[b-hyi243l841] {
    margin: 0 0 4px 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
}

.drug-composition[b-hyi243l841], .drug-composition-standalone[b-hyi243l841] {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
}

.vs-separator[b-hyi243l841] {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    flex-shrink: 0;
    padding: 0px 12px;
}

.result-section.same-ingredients .vs-separator[b-hyi243l841] {
    color: #E17100;
}

.result-section.drug-interactions .vs-separator[b-hyi243l841] {
    color: #FFB050;
}

.result-section.pregnancy-risks .vs-separator[b-hyi243l841] {
    color: #FFB050;
}

.result-section.lactation-risks .vs-separator[b-hyi243l841] {
    color: #9810FA;
}

.result-section.contraindications .vs-separator[b-hyi243l841] {
    color: #E7000B;
}

.result-section.allergy-risks .vs-separator[b-hyi243l841] {
    color: #E60076;
}

/* ==================== ALARM DETAILS BOX ==================== */
.alarm-details-box[b-hyi243l841] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 13px 13px 8px;
    gap: 12px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
}

.result-section.same-ingredients .alarm-details-box[b-hyi243l841] {
    border: 1px solid #FEE685;
}

.result-section.drug-interactions .alarm-details-box[b-hyi243l841] {
    border: 1px solid #FFD6A7;
}

.result-section.pregnancy-risks .alarm-details-box[b-hyi243l841] {
    border: 1px solid #FFD6A7;
}

.result-section.lactation-risks .alarm-details-box[b-hyi243l841] {
    border: 1px solid #F3E8FF;
}

.result-section.contraindications .alarm-details-box[b-hyi243l841] {
    border: 1px solid #FFC9C9;
}

.result-section.allergy-risks .alarm-details-box[b-hyi243l841] {
    border: 1px solid #FCCEE8;
}

.detail-row[b-hyi243l841] {
    margin: 0 0 8px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    width: 100%;
}

    .detail-row:last-child[b-hyi243l841] {
        margin-bottom: 0;
    }

    .detail-row strong[b-hyi243l841] {
        font-weight: 700;
        color: #101828;
    }

.ingredient-text[b-hyi243l841] {
    font-weight: 500;
    color: #7B3306;
}

.source-row[b-hyi243l841] {
    color: #6A7282;
    font-size: 12px;
}

    .source-row strong[b-hyi243l841] {
        color: #6A7282;
    }

/* ==================== SEVERITY BADGES ==================== */
.severity-badge[b-hyi243l841] {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

    .severity-badge.severity-high[b-hyi243l841] {
        background: #E7000B;
    }

    .severity-badge.severity-moderate[b-hyi243l841] {
        background: #FFB050;
    }

    .severity-badge.severity-low[b-hyi243l841] {
        background: #FEF3C6;
        color: #E17100;
    }

/* ==================== PREGNANCY CATEGORY BADGES ==================== */
.pregnancy-badge[b-hyi243l841] {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

    .pregnancy-badge.category-a[b-hyi243l841] {
        background: #27ae60;
        color: #FFFFFF;
    }

    .pregnancy-badge.category-b[b-hyi243l841] {
        background: #4994FF;
        color: #FFFFFF;
    }

    .pregnancy-badge.category-c[b-hyi243l841] {
        background: #FFB050;
        color: #FFFFFF;
    }

    .pregnancy-badge.category-d[b-hyi243l841] {
        background: #E17100;
        color: #FFFFFF;
    }

    .pregnancy-badge.category-x[b-hyi243l841] {
        background: #E7000B;
        color: #FFFFFF;
    }

    .pregnancy-badge.category-na[b-hyi243l841] {
        background: #98A2B3;
        color: #FFFFFF;
    }

/* ==================== CATEGORY EXPLANATION ==================== */
.category-explanation[b-hyi243l841] {
    font-size: 13px;
    color: #667085;
    margin: 8px 0;
    padding: 10px 12px;
    background: #F9FAFB;
    border-radius: 8px;
    border-left: 3px solid #4994FF;
    line-height: 1.5;
}

/* ==================== ALLERGEN BADGE ==================== */
.allergen-badge[b-hyi243l841] {
    display: inline-flex;
    padding: 4px 8px;
    background: #E60076;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

/* ==================== AI WARNING BOX ==================== */
.ai-warning-box[b-hyi243l841] {
    background: #FFF3CD;
    border-left: 3px solid #FFB050;
    padding: 12px 16px;
    margin: 12px 0 0 0;
    border-radius: 8px;
}

.ai-warning-header[b-hyi243l841] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #E17100;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.ai-warning-text[b-hyi243l841] {
    color: #5d4037;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
}

.ai-reason-box[b-hyi243l841] {
    background: #FFFFFF;
    border: 1px solid #FFB050;
    border-radius: 8px;
    padding: 12px;
    margin-top: 10px;
    color: #424242;
    font-size: 13px;
    line-height: 1.5;
}

/* ==================== CROSS-HYPERSENSITIVITY ==================== */
.cross-reactivity-badge-container[b-hyi243l841] {
    margin-bottom: 12px;
}

.cross-reactivity-badge[b-hyi243l841] {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
}

    .cross-reactivity-badge.reactivity-high[b-hyi243l841] {
        color: #FFFFFF;
        background-color: #E7000B;
        border: 1px solid #E7000B;
    }

    .cross-reactivity-badge.reactivity-moderate[b-hyi243l841] {
        color: #856404;
        background-color: #FEF3C6;
        border: 1px solid #FFB050;
    }

    .cross-reactivity-badge.reactivity-low[b-hyi243l841] {
        color: #155724;
        background-color: #d4edda;
        border: 1px solid #27ae60;
    }

    .cross-reactivity-badge.reactivity-unknown[b-hyi243l841] {
        color: #6c757d;
        background-color: #e9ecef;
        border: 1px solid #6c757d;
    }

.ai-cross-hypersensitivity-box[b-hyi243l841] {
    background: #FFF3CD;
    border-left: 3px solid #FFB050;
    padding: 12px 16px;
    margin: 12px 0 0 0;
    border-radius: 8px;
}

.ai-warning-disclaimer[b-hyi243l841] {
    color: #5d4037;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.ai-content-box[b-hyi243l841] {
    background: #FFFFFF;
    border: 1px solid #FFB050;
    border-radius: 8px;
    padding: 12px;
    color: #424242;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.citations-container[b-hyi243l841] {
    margin-top: 12px;
    padding: 0;
    background: transparent;
    border-radius: 8px;
    border: none;
}

.citations-toggle-btn[b-hyi243l841] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    background: #F9FAFB;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #424242;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .citations-toggle-btn:hover[b-hyi243l841] {
        background: #F0F1F3;
        border-color: #D0D0D0;
    }

    .citations-toggle-btn i[b-hyi243l841] {
        font-size: 14px;
        transition: transform 0.2s ease;
    }

.citations-list[b-hyi243l841] {
    margin-top: 8px;
    padding: 12px;
    background: #F9FAFB;
    border: 1px solid #E7E7E7;
    border-top: none;
    border-radius: 0 0 8px 8px;
    animation: slideDown-b-hyi243l841 0.2s ease;
}

@keyframes slideDown-b-hyi243l841 {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.citation-item[b-hyi243l841] {
    margin: 4px 0;
}

    .citation-item a[b-hyi243l841] {
        font-size: 11px;
        color: #4994FF;
        text-decoration: none;
        word-break: break-all;
        display: block;
    }

        .citation-item a:hover[b-hyi243l841] {
            color: #3174D4;
            text-decoration: underline;
        }

/* ==================== DOSE-DEPENDENT WARNING ==================== */
.dose-dependent-warning[b-hyi243l841] {
    background: #FFF3CD;
    border-left: 3px solid #FF9800;
    padding: 12px 16px;
    margin: 12px 0 0 0;
    border-radius: 8px;
}

.dose-warning-header[b-hyi243l841] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #E65100;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.dose-warning-text[b-hyi243l841] {
    color: #5d4037;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.dosage-guidelines[b-hyi243l841] {
    background: #FFFFFF;
    border: 1px solid #FFCC80;
    border-radius: 8px;
    padding: 12px;
    color: #424242;
    font-size: 12px;
    line-height: 1.5;
}

/* ==================== SOURCE LINK ==================== */
.source-link[b-hyi243l841] {
    margin-top: 10px;
}

    .source-link a[b-hyi243l841] {
        color: #4994FF;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }

        .source-link a:hover[b-hyi243l841] {
            text-decoration: underline;
            color: #3174D4;
        }

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1280px) {
    .summary-cards-grid[b-hyi243l841] {
        gap: 20px;
    }

    .stat-card[b-hyi243l841] {
        width: 320px;
    }

    .overall-risk-container[b-hyi243l841] {
        margin: 0 40px 20px 40px;
    }

    .detailed-results-container[b-hyi243l841] {
        padding: 0px 40px 40px;
    }
}

@media (max-width: 768px) {
    .results-header[b-hyi243l841] {
        padding: 20px;
        gap: 20px;
    }

    .overall-risk-container[b-hyi243l841] {
        margin: 0 20px 20px 20px;
        padding: 15px 20px;
    }

    .stats-summary[b-hyi243l841] {
        padding: 20px;
    }

    .detailed-results-container[b-hyi243l841] {
        padding: 0 20px 20px;
    }

    .summary-cards-grid[b-hyi243l841] {
        flex-direction: column;
        align-items: center;
    }

    .stat-card[b-hyi243l841] {
        width: 100%;
        max-width: 376px;
    }

    .drug-comparison-row[b-hyi243l841] {
        flex-direction: column;
        align-items: stretch;
    }

    .vs-separator[b-hyi243l841] {
        align-self: center;
        margin: 8px 0;
        transform: rotate(90deg);
    }
}

@media (max-width: 480px) {
    .results-header[b-hyi243l841] {
        padding: 15px;
    }

    .overall-risk-container[b-hyi243l841] {
        margin: 0 15px 15px 15px;
        padding: 15px;
        flex-direction: column;
    }

    .stats-summary[b-hyi243l841] {
        padding: 15px;
    }

    .detailed-results-container[b-hyi243l841] {
        padding: 0 15px 15px;
    }

    .result-section[b-hyi243l841] {
        padding: 15px;
    }

    .alarm-card[b-hyi243l841] {
        padding: 15px 15px 15px 20px;
    }

    .risk-title[b-hyi243l841] {
        font-size: 20px;
        line-height: 28px;
    }

    .risk-description[b-hyi243l841] {
        font-size: 14px;
    }
}
/* /Components/Pages/DrugChecker/DrugCheckerPage.razor.rz.scp.css */
/* CSS Variables - REMOVED - Values now hardcoded below */

/* Global Wrapper */
.drug-checker-wrapper[b-yvs2m0w2g9] {
    font-family: sans-serif;
    background: linear-gradient(180deg, #F5F7FA 0%, #FFFFFF 100%);
    min-height: 100vh;
    width: 100%;
    position: relative;
    overflow: clip;
}

.background-image-wrapper[b-yvs2m0w2g9] {
    height: 100%;
}

.background-waves-image[b-yvs2m0w2g9] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /*    width: 100%;*/
    max-width: 1440px;
    height: auto;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
}

/* ============================================
   TOP NAVIGATION BAR
   ============================================ */
.top-navigation[b-yvs2m0w2g9] {
    background: #FFFFFF;
    border-bottom: 1px solid #D9D9D9;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.05);*/
    /* Navigation */
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 150px;
    /*    gap: 158px;*/
    /*    position: absolute;*/


    background: rgba(255, 255, 255, 0.15);
    /* Color/Off White */
    border-bottom: 1px solid #E7E7E7;
}

.nav-content[b-yvs2m0w2g9] {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-section[b-yvs2m0w2g9] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-image[b-yvs2m0w2g9] {
    width: 183px;
}

.logo-icon[b-yvs2m0w2g9] {
    width: 40px;
    height: 40px;
    background: #4994FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.logo-text[b-yvs2m0w2g9] {
    font-size: 24px;
    font-weight: 600;
    color: #101828;
}

.logo-rx[b-yvs2m0w2g9] {
    color: #4994FF;
    font-weight: 700;
}

.nav-actions[b-yvs2m0w2g9] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.market-selector[b-yvs2m0w2g9] {
    display: flex;
    gap: 8px;
    background: #F8F9FA;
    padding: 4px;
    border-radius: 8px;
}

.market-btn[b-yvs2m0w2g9] {
    padding: 8px 16px;
    border: none;
    background: transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

    .market-btn.active[b-yvs2m0w2g9] {
        background: #4994FF;
        color: white;
    }

    .market-btn:hover:not(.active)[b-yvs2m0w2g9] {
        background: rgba(73, 148, 255, 0.1);
    }

.flag-icon[b-yvs2m0w2g9] {
    font-size: 16px;
}

.btn-nav-signin[b-yvs2m0w2g9] {
    padding: 8px 20px;
    border: 1px solid #D9D9D9;
    background: white;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #101828;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-nav-signin:hover[b-yvs2m0w2g9] {
        border-color: #4994FF;
        color: #4994FF;
    }

.btn-nav-create[b-yvs2m0w2g9] {
    padding: 8px 20px;
    border: none;
    background: #4994FF;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-nav-create:hover[b-yvs2m0w2g9] {
        background: #2980b9;
    }

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section[b-yvs2m0w2g9] {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 80px 60px 80px;
    position: relative;
    overflow: hidden;
}

.hero-background-pattern[b-yvs2m0w2g9] {
    position: absolute;
    top: -100px;
    left: -100px;
    right: -100px;
    bottom: -100px;
    background-image: repeating-linear-gradient(0deg, rgba(73, 148, 255, 0.02) 0px, transparent 1px, transparent 60px), repeating-linear-gradient(90deg, rgba(73, 148, 255, 0.02) 0px, transparent 1px, transparent 60px);
    pointer-events: none;
    z-index: 0;
}

.hero-content-wrapper[b-yvs2m0w2g9] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
}

.hero-text-column[b-yvs2m0w2g9] {
    max-width: 480px;
}

.hero-title[b-yvs2m0w2g9] {
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    color: #4994FF;
    margin: 0 0 24px 0;
}

.hero-description[b-yvs2m0w2g9] {
    font-size: 18px;
    line-height: 40px;
    color: #101828;
    margin: 0;
}

.hero-visual-column[b-yvs2m0w2g9] {
    position: relative;
    display: flex;
    /*    justify-content: flex-end;*/
    align-items: center;
}

.robot-container[b-yvs2m0w2g9] {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.robot-image[b-yvs2m0w2g9] {
    width: 100%;
    height: auto;
    display: block;
}

.robot-fallback[b-yvs2m0w2g9] {
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

/* Stats Cards Overlay */
.stats-overlay[b-yvs2m0w2g9] {
    position: absolute;
    right: 97px;
    top: 70%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 10;
}

.stat-card-floating[b-yvs2m0w2g9] {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    gap: 16px;
    background-color: #FFFFFF26;
    min-width: 320px;
    animation: float-gentle-b-wkf7ff8qot 3s ease-in-out infinite;
    /* info 2 */
    /* Auto layout */

    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

    .stat-card-floating.stat-top[b-yvs2m0w2g9] {
        animation-delay: 0s;
    }

    .stat-card-floating.stat-bottom[b-yvs2m0w2g9] {
        animation-delay: 1.5s;
    }

@keyframes float-gentle-b-yvs2m0w2g9 {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }
}

.stat-visual[b-yvs2m0w2g9] {
    flex-shrink: 0;
}

.stat-icon-circle[b-yvs2m0w2g9] {
    border-radius: 50%;
    /*    background: linear-gradient(135deg, #4994FF 0%, #4994FF 100%);*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
}

    .stat-icon-circle img[b-yvs2m0w2g9] {
        /*        width: 108px;*/
        height: 60px;
        border-radius: 24px;
    }

.stat-content[b-yvs2m0w2g9] {
    flex: 1;
}

.stat-number[b-yvs2m0w2g9] {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #1A73E8;
}

.stat-label[b-yvs2m0w2g9] {
    font-size: 14px;
    line-height: 20px;
    color: #4994FF;
    font-weight: 600;
    color: black;
}

/* ============================================
   INSTRUCTIONS/FEATURE CARDS SECTION
   ============================================ */
.instructions-section[b-yvs2m0w2g9] {
    max-width: 1440px;
    margin: 0 auto 60px auto;
    padding: 0 80px;
}

.feature-cards-grid[b-yvs2m0w2g9] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.feature-card[b-yvs2m0w2g9] {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 26px 26px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .feature-card.feature-blue[b-yvs2m0w2g9] {
        border-color: #D0E4FF;
    }

    .feature-card.feature-orange[b-yvs2m0w2g9] {
        border-color: #FFE6C7;
    }

    .feature-card.feature-red[b-yvs2m0w2g9] {
        border-color: #FFBCBF;
    }

    .feature-card.feature-purple[b-yvs2m0w2g9] {
        border-color: #EAD9FF;
    }

    .feature-card:hover[b-yvs2m0w2g9] {
        transform: translateY(-8px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

.feature-icon-wrapper[b-yvs2m0w2g9] {
    width: 56px;
    height: 56px;
    border-radius: 16.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 16px;
}

    .feature-icon-wrapper.blue[b-yvs2m0w2g9] {
        background: rgba(219, 234, 254, 0.8);
        box-shadow: 0px 0px 0px 4px #EFF6FF;
        color: #4994FF;
    }

    .feature-icon-wrapper.orange[b-yvs2m0w2g9] {
        background: rgba(255, 237, 212, 0.8);
        box-shadow: 0px 0px 0px 4px #FFF7ED;
        color: #FFB050;
    }

    .feature-icon-wrapper.red[b-yvs2m0w2g9] {
        background: rgba(255, 226, 226, 0.8);
        box-shadow: 0px 0px 0px 4px #FEF2F2;
        color: #FB2C36;
    }

    .feature-icon-wrapper.purple[b-yvs2m0w2g9] {
        background: #F5EDFF;
        box-shadow: 0px 0px 0px 4px #FEF2F2;
        color: #9810FA;
    }

.feature-card h3[b-yvs2m0w2g9] {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #101828;
    margin: 0 0 8px 0;
}

.feature-card p[b-yvs2m0w2g9] {
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    margin: 0;
}

/* ============================================
   MAIN CONTENT AREA
   ============================================ */
.main-content-area[b-yvs2m0w2g9] {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px 40px 80px;
    display: grid;
    grid-template-columns: 844px 411px;
    gap: 40px;
    align-items: start;
}

.content-left-column[b-yvs2m0w2g9] {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.content-right-column[b-yvs2m0w2g9] {
    position: sticky;
    top: 100px;
}

/* ============================================
   FORM CARDS
   ============================================ */
.form-card[b-yvs2m0w2g9] {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  
}
.drug-selection-card[b-yvs2m0w2g9]{
    z-index:3;
}
.diagnosis-selection-card[b-yvs2m0w2g9] {
    z-index: 2;
}

.card-header[b-yvs2m0w2g9] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.card-icon[b-yvs2m0w2g9] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

    .card-icon.blue-icon[b-yvs2m0w2g9] {
        background: #DBEAFE;
        color: #4994FF;
    }

    .card-icon.orange-icon[b-yvs2m0w2g9] {
        background: #FEF0DC;
        color: #FFB050;
    }

    .card-icon.green-icon[b-yvs2m0w2g9] {
        background: #D1FAE5;
        color: #00A63E;
    }

    .card-icon.red-icon[b-yvs2m0w2g9] {
        background: #FEE2E2;
        color: #FB2C36;
    }

.card-header h3[b-yvs2m0w2g9] {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #101828;
    margin: 0;
}

.optional-tag[b-yvs2m0w2g9] {
    font-size: 12px;
    font-weight: 500;
    color: #99A1AF;
    background: #F3F4F6;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
}

/* Form Grid */
.form-grid[b-yvs2m0w2g9] {
    display: grid;
    gap: 20px;
}

    .form-grid.two-columns[b-yvs2m0w2g9] {
        grid-template-columns: repeat(2, 1fr);
    }

.form-group[b-yvs2m0w2g9] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .form-group label[b-yvs2m0w2g9] {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: #4D4D4D;
    }

    .form-group:has(.age-inputs)[b-yvs2m0w2g9] {
/*        grid-column: 1 / -1;*/
    }

.form-input[b-yvs2m0w2g9] {
    height: 40px;
    padding: 10px 20px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    background: #FFFFFF;
    color: #101828;
    transition: all 0.3s ease;
}

    .form-input:focus[b-yvs2m0w2g9] {
        outline: none;
        border-color: #4994FF;
        box-shadow: 0 0 0 4px rgba(73, 148, 255, 0.1);
    }

    .form-input[b-yvs2m0w2g9]::placeholder {
        color: rgba(77, 77, 77, 0.5);
    }

/* Input with Button */
.input-with-button[b-yvs2m0w2g9] {
    display: flex;
    gap: 8px;
}

    .input-with-button .form-input[b-yvs2m0w2g9] {
        flex: 1;
    }

.btn-inline-action[b-yvs2m0w2g9] {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .btn-inline-action:hover:not(:disabled)[b-yvs2m0w2g9] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    }

    .btn-inline-action:disabled[b-yvs2m0w2g9] {
        background: #BDC3C7;
        cursor: not-allowed;
        opacity: 0.6;
    }

.helper-text[b-yvs2m0w2g9] {
    font-size: 12px;
    color: #99A1AF;
    margin-top: 4px;
}

    .helper-text.success[b-yvs2m0w2g9] {
        color: #00A63E;
    }

/* Search Input Wrapper */
.search-input-wrapper[b-yvs2m0w2g9] {
    margin-bottom: 15px;
}

/* Drug Items List */
.items-list[b-yvs2m0w2g9] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.drug-item-card[b-yvs2m0w2g9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: rgba(239, 246, 255, 0.5);
    border: 1px solid #DBEAFE;
    border-radius: 16.4px;
    gap: 15px;
    min-height: 78px;
}

.drug-info-text[b-yvs2m0w2g9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.drug-primary-name[b-yvs2m0w2g9] {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #101828;
}

.drug-secondary-info[b-yvs2m0w2g9] {
    font-size: 14px;
    line-height: 20px;
    color: #4A5565;
}

.drug-item-actions[b-yvs2m0w2g9] {
    display: flex;
    gap: 8px;
}

.btn-icon-small[b-yvs2m0w2g9] {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.2s ease;
}

    .btn-icon-small.blue[b-yvs2m0w2g9] {
        background: #4994FF;
        color: white;
    }

        .btn-icon-small.blue:hover[b-yvs2m0w2g9] {
            background: #2980b9;
        }

    .btn-icon-small.gray[b-yvs2m0w2g9] {
        background: #99A1AF;
        color: white;
    }

        .btn-icon-small.gray:hover[b-yvs2m0w2g9] {
            background: #7f8c8d;
        }

/* Checkboxes */
.checkbox-list[b-yvs2m0w2g9] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.checkbox-item[b-yvs2m0w2g9] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

    .checkbox-item input[type="checkbox"][b-yvs2m0w2g9] {
        width: 24px;
        height: 24px;
        cursor: pointer;
        accent-color: #4994FF;
        border-radius: 8px;
    }

.checkbox-text[b-yvs2m0w2g9] {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #4D4D4D;
}

    .checkbox-text.arabic-option[b-yvs2m0w2g9] {
        color: #00A63E;
        font-weight: 600;
    }

/* Tags */
.tags-container[b-yvs2m0w2g9] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.tag[b-yvs2m0w2g9] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.tag-green[b-yvs2m0w2g9] {
    background: #F3F4F6;
    color: #00A63E;
    border: 1px solid #D1FAE5;
}

.tag-red[b-yvs2m0w2g9] {
    background: #FEF2F2;
    color: #82181A;
    border: 1px solid #FEE2E2;
}

.tag-close[b-yvs2m0w2g9] {
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    color: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
}

    .tag-close:hover[b-yvs2m0w2g9] {
        background: rgba(0, 0, 0, 0.1);
    }

/* Action Buttons */
.action-buttons-row[b-yvs2m0w2g9] {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 10px;
}

.btn-primary-large[b-yvs2m0w2g9],
.btn-secondary-large[b-yvs2m0w2g9] {
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    min-width: 200px;
}

.btn-primary-large[b-yvs2m0w2g9] {
    background: #4994FF;
    color: white;
}

    .btn-primary-large:hover:not(:disabled)[b-yvs2m0w2g9] {
        background: #2980b9;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(73, 148, 255, 0.3);
    }

    .btn-primary-large:disabled[b-yvs2m0w2g9] {
        background: #BDC3C7;
        cursor: not-allowed;
    }

.btn-secondary-large[b-yvs2m0w2g9] {
    background: #95A5A6;
    color: white;
}

    .btn-secondary-large:hover[b-yvs2m0w2g9] {
        background: #7f8c8d;
    }

/* ============================================
   SUMMARY PANEL
   ============================================ */
.summary-panel-sticky[b-yvs2m0w2g9] {
    position: sticky;
    top: 100px;
}

.summary-card[b-yvs2m0w2g9] {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.summary-header[b-yvs2m0w2g9] {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #101828;
    margin: 0 0 20px 0;
}

.summary-row[b-yvs2m0w2g9] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

.summary-icon-blue[b-yvs2m0w2g9] {
    font-size: 20px;
    color: #4994FF;
}

.summary-icon-green[b-yvs2m0w2g9] {
    font-size: 20px;
    color: #00A63E;
}

.summary-icon-red[b-yvs2m0w2g9] {
    font-size: 20px;
    color: #FB2C36;
}

.summary-icon-orange[b-yvs2m0w2g9] {
    font-size: 20px;
    color: #FFB050;
}

.summary-text[b-yvs2m0w2g9] {
    flex: 1;
}

.summary-label-text[b-yvs2m0w2g9] {
    font-size: 13px;
    line-height: 18px;
    color: #4D4D4D;
}

.summary-value-text[b-yvs2m0w2g9] {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #101828;
}

.summary-status[b-yvs2m0w2g9] {
    font-size: 14px;
    font-weight: 600;
}

    .summary-status.status-on[b-yvs2m0w2g9] {
        color: #00A63E;
    }

    .summary-status.status-off[b-yvs2m0w2g9] {
        color: #99A1AF;
    }

.summary-divider-line[b-yvs2m0w2g9] {
    height: 1px;
    background: #D9D9D9;
    margin: 10px 0;
}

/* ============================================
   RESULTS SECTION
   ============================================ */
.results-container-full[b-yvs2m0w2g9] {
    max-width: 1440px;
    margin: 40px auto 0 auto;
    padding: 0 80px 40px 80px;
}

.arabic-recap-box[b-yvs2m0w2g9] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    border-left: 5px solid #27ae60;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.arabic-recap-title[b-yvs2m0w2g9] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

    .arabic-recap-title i[b-yvs2m0w2g9] {
        font-size: 1.5rem;
        color: #27ae60;
    }

    .arabic-recap-title h4[b-yvs2m0w2g9] {
        margin: 0;
        color: #2c3e50;
        font-size: 18px;
        font-weight: 600;
    }

.arabic-recap-body[b-yvs2m0w2g9] {
    background: white;
    padding: 15px;
    border-radius: 10px;
    line-height: 1.8;
    text-align: right;
    direction: rtl;
    color: #2c3e50;
    font-size: 0.95rem;
    white-space: pre-wrap;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.spinner-border[b-yvs2m0w2g9] {
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin-b-yvs2m0w2g9 0.75s linear infinite;
}

.spinner-border-sm[b-yvs2m0w2g9] {
    width: 0.875rem;
    height: 0.875rem;
}

@keyframes spin-b-yvs2m0w2g9 {
    to {
        transform: rotate(360deg);
    }
}

/* ============================================
   AGE INPUTS SECTION
   ============================================ */
.age-inputs[b-yvs2m0w2g9] {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.age-field[b-yvs2m0w2g9] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.age-input[b-yvs2m0w2g9] {
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    background: #FFFFFF;
    color: #101828;
    transition: all 0.3s ease;
    width: 100%;
}

    .age-input:focus[b-yvs2m0w2g9] {
        outline: none;
        border-color: #4994FF;
        box-shadow: 0 0 0 4px rgba(73, 148, 255, 0.1);
    }

    .age-input[b-yvs2m0w2g9]::placeholder {
        color: rgba(77, 77, 77, 0.5);
    }

    .age-input[b-yvs2m0w2g9]::-webkit-outer-spin-button,
    .age-input[b-yvs2m0w2g9]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .age-input[type=number][b-yvs2m0w2g9] {
        -moz-appearance: textfield;
    }

.age-label[b-yvs2m0w2g9] {
    font-size: 12px;
    font-weight: 500;
    color: #99A1AF;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1400px) {
    .main-content-area[b-yvs2m0w2g9] {
        grid-template-columns: 1fr 400px;
    }
}

@media (max-width: 1200px) {
    .main-content-area[b-yvs2m0w2g9] {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .content-right-column[b-yvs2m0w2g9] {
        position: relative;
        top: 0;
    }

    .summary-card[b-yvs2m0w2g9] {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .feature-cards-grid[b-yvs2m0w2g9] {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-content-wrapper[b-yvs2m0w2g9] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text-column[b-yvs2m0w2g9] {
        max-width: 100%;
    }

    .stats-overlay[b-yvs2m0w2g9] {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .nav-content[b-yvs2m0w2g9],
    .hero-section[b-yvs2m0w2g9],
    .instructions-section[b-yvs2m0w2g9],
    .main-content-area[b-yvs2m0w2g9],
    .results-container-full[b-yvs2m0w2g9] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-actions[b-yvs2m0w2g9] {
        flex-wrap: wrap;
    }

    .market-selector[b-yvs2m0w2g9] {
        width: 100%;
        justify-content: space-between;
    }

    .hero-title[b-yvs2m0w2g9] {
        font-size: 36px;
        line-height: 1.3;
    }

    .hero-description[b-yvs2m0w2g9] {
        font-size: 16px;
        line-height: 1.6;
    }

    .feature-cards-grid[b-yvs2m0w2g9] {
        grid-template-columns: 1fr;
    }

    .form-grid.two-columns[b-yvs2m0w2g9] {
        grid-template-columns: 1fr;
    }

    .action-buttons-row[b-yvs2m0w2g9] {
        flex-direction: column;
    }

    .btn-primary-large[b-yvs2m0w2g9],
    .btn-secondary-large[b-yvs2m0w2g9] {
        width: 100%;
    }
}
.calculator-div[b-yvs2m0w2g9] {
    z-index: 200;
    display: flex;
    position: relative;
}
/* /Components/Pages/DrugChecker/DrugCheckerPage3.razor.rz.scp.css */
.drug-checker-container[b-dz244n9872] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.header-section[b-dz244n9872] {
    text-align: center;
    margin-bottom: 30px;
}

    .header-section h2[b-dz244n9872] {
        color: #2c3e50;
        margin-bottom: 10px;
    }

    .header-section p[b-dz244n9872] {
        color: #6c757d;
        font-size: 1.1rem;
    }
.btn-info[b-dz244n9872] {
    color: white;
    background-color: #0795b2;
    border-color: #0795b2;

}

    .patient-info-section[b-dz244n9872],
    .drugs-selection-section[b-dz244n9872],
    .options-section[b-dz244n9872],
    .diagnoses-section[b-dz244n9872],
    .allergies-section[b-dz244n9872],
    .action-section[b-dz244n9872],
    .results-section[b-dz244n9872] {
        background: white;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .section-header[b-dz244n9872] {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

        .section-header h3[b-dz244n9872] {
            margin: 0;
            color: #2c3e50;
            font-size: 1.3rem;
            font-weight: 600;
        }

    .section-intro[b-dz244n9872] {
        color: #7f8c8d;
        font-size: 0.95rem;
        margin: 0 0 20px 0;
        line-height: 1.5;
        padding-left: 40px;
    }

        .patient-info-section h3[b-dz244n9872],
        .drugs-selection-section h3[b-dz244n9872],
        .options-section h3[b-dz244n9872],
        .diagnoses-section h3[b-dz244n9872],
        .allergies-section h3[b-dz244n9872] {
            margin-top: 0;
            color: #2c3e50;
            border-bottom: 2px solid #3498db;
            padding-bottom: 10px;
        }

    .patient-info-grid[b-dz244n9872] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-top: 15px;
    }

    .info-item[b-dz244n9872] {
        display: flex;
        flex-direction: column;
    }

        .info-item .info-label[b-dz244n9872] {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 10px;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
        }

        .info-item .form-control[b-dz244n9872],
        .info-item .info-input[b-dz244n9872] {
            padding: 10px 12px;
            border: 1.5px solid #e0e6ed;
            border-radius: 6px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background-color: #f8f9fa;
        }

            .info-item .form-control:focus[b-dz244n9872],
            .info-item .info-input:focus[b-dz244n9872] {
                outline: none;
                border-color: #3498db;
                background-color: white;
                box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.15);
            }

        .info-item .helper-text[b-dz244n9872] {
            font-size: 0.8rem;
            color: #95a5a6;
            margin-top: 6px;
            font-style: italic;
        }

        .info-item .info-success[b-dz244n9872] {
            color: #27ae60;
        }

    .age-inputs[b-dz244n9872] {
        display: flex;
        gap: 10px;
        align-items: flex-end;
    }

    .age-field[b-dz244n9872] {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .age-field input[b-dz244n9872] {
            padding: 10px 12px;
            border: 1.5px solid #e0e6ed;
            border-radius: 6px;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            background-color: #f8f9fa;
        }

            .age-field input:focus[b-dz244n9872] {
                outline: none;
                border-color: #3498db;
                background-color: white;
                box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.15);
            }

        .age-field .age-label[b-dz244n9872] {
            font-size: 0.75rem;
            color: #95a5a6;
            margin-top: 6px;
            text-align: center;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

    .weight-input-wrapper[b-dz244n9872] {
        display: flex;
        gap: 8px;
        align-items: center;
        position: relative;
    }

        .weight-input-wrapper input[b-dz244n9872] {
            flex: 1;
        }

        .weight-input-wrapper .weight-unit[b-dz244n9872] {
            position: absolute;
            right: 15px;
            color: #95a5a6;
            font-weight: 500;
            pointer-events: none;
        }

        .weight-input-wrapper .btn-percentile[b-dz244n9872] {
            padding: 10px 14px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-size: 0.85rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 5px;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

            .weight-input-wrapper .btn-percentile:hover:not(:disabled)[b-dz244n9872] {
                transform: translateY(-2px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
                background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
            }

            .weight-input-wrapper .btn-percentile:active:not(:disabled)[b-dz244n9872] {
                transform: translateY(0);
            }

            .weight-input-wrapper .btn-percentile:disabled[b-dz244n9872] {
                background: #bdc3c7;
                cursor: not-allowed;
                opacity: 0.6;
            }

    .section-description[b-dz244n9872] {
        color: #6c757d;
        font-size: 0.9rem;
        margin-bottom: 15px;
    }
.scientific-name[b-dz244n9872]{
    color:blue;
}
.drugs-selection-section[b-dz244n9872],
.options-section[b-dz244n9872],
.diagnoses-section[b-dz244n9872],
.allergies-section[b-dz244n9872],
.action-section[b-dz244n9872],
.results-section[b-dz244n9872] {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

        .drugs-selection-section h3[b-dz244n9872],
        .options-section h3[b-dz244n9872],
        .diagnoses-section h3[b-dz244n9872],
        .allergies-section h3[b-dz244n9872] {
            margin-top: 0;
            color: #2c3e50;
            border-bottom: 2px solid #3498db;
            padding-bottom: 10px;
        }

    .selected-drugs-container[b-dz244n9872],
    .selected-diagnoses-container[b-dz244n9872],
    .selected-allergies-container[b-dz244n9872] {
        margin-top: 20px;
    }

        .selected-drugs-container h4[b-dz244n9872],
        .selected-diagnoses-container h4[b-dz244n9872],
        .selected-allergies-container h4[b-dz244n9872] {
            color: #27ae60;
            margin-bottom: 15px;
        }

    .drug-item[b-dz244n9872],
    .diagnosis-item[b-dz244n9872],
    .allergy-item[b-dz244n9872] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #f8f9fa;
        border: 1px solid #e9ecef;
        border-radius: 6px;
        padding: 12px;
        margin-bottom: 8px;
        gap: 10px;
    }

    .drug-info[b-dz244n9872] {
        flex-grow: 1;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
    }

    .drug-actions[b-dz244n9872] {
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .calculator-btn[b-dz244n9872] {
        background: #3498db;
        border: none;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        color: white;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        transition: background-color 0.3s ease;
    }

        .calculator-btn:hover[b-dz244n9872] {
            background: #2980b9;
        }

        .calculator-btn:active[b-dz244n9872] {
            background: #1f618d;
        }

    .allergy-item[b-dz244n9872] {
        background: #fff3cd;
        border-color: #ff9800;
    }

    .allergy-name[b-dz244n9872] {
        font-weight: 500;
        color: #e65100;
        flex-grow: 1;
    }

    .remove-drug-btn[b-dz244n9872],
    .remove-diagnosis-btn[b-dz244n9872],
    .remove-allergy-btn[b-dz244n9872] {
        background: #e74c3c;
        border: none;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        color: white;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .remove-drug-btn:hover[b-dz244n9872],
        .remove-diagnosis-btn:hover[b-dz244n9872],
        .remove-allergy-btn:hover[b-dz244n9872] {
            background: #c0392b;
        }

    .safety-options[b-dz244n9872] {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }

    .option-item[b-dz244n9872] {
        display: flex;
        align-items: center;
    }

    .checkbox-container[b-dz244n9872] {
        display: flex;
        align-items: center;
        cursor: pointer;
        font-weight: 500;
        color: #2c3e50;
    }

        .checkbox-container input[type="checkbox"][b-dz244n9872] {
            margin-right: 8px;
            transform: scale(1.2);
            accent-color: #3498db;
        }

    .action-section[b-dz244n9872] {
        text-align: center;
    }

    .check-button[b-dz244n9872],
    .clear-button[b-dz244n9872] {
        padding: 12px 24px;
        border: none;
        border-radius: 6px;
        font-weight: bold;
        cursor: pointer;
        margin: 0 10px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .check-button[b-dz244n9872] {
        background: #3498db;
        color: white;
        font-size: 16px;
    }

        .check-button:hover:not(:disabled)[b-dz244n9872] {
            background: #2980b9;
        }

        .check-button:disabled[b-dz244n9872] {
            background: #bdc3c7;
            cursor: not-allowed;
        }

    .clear-button[b-dz244n9872] {
        background: #95a5a6;
        color: white;
    }

        .clear-button:hover[b-dz244n9872] {
            background: #7f8c8d;
        }
    /* Feedback Context Styles for Detailed Drug Interactions */
    .feedback-interaction-item[b-dz244n9872] {
        margin-bottom: 8px;
        padding: 8px;
        background: white;
        border-radius: 4px;
        border-left: 3px solid #e74c3c;
    }

    .feedback-interaction-header[b-dz244n9872] {
        font-weight: 600;
        margin-bottom: 4px;
        color: #2c3e50;
    }

    .feedback-interaction-drugs[b-dz244n9872] {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 4px;
        flex-wrap: wrap;
    }

    .feedback-drug-name[b-dz244n9872] {
        font-weight: 600;
        color: #2980b9;
    }

    .feedback-scientific-name[b-dz244n9872] {
        font-size: 11px;
        color: #7f8c8d;
        font-style: italic;
    }

    .feedback-interaction-details[b-dz244n9872] {
        font-size: 12px;
        color: #555;
        line-height: 1.4;
        margin-top: 4px;
    }

    .feedback-severity-badge[b-dz244n9872] {
        display: inline-block;
        padding: 2px 6px;
        border-radius: 3px;
        font-size: 11px;
        font-weight: bold;
        color: white;
        margin-left: 4px;
    }

    .feedback-severity-high[b-dz244n9872] {
        background: #e74c3c;
    }

    .feedback-severity-moderate[b-dz244n9872] {
        background: #f39c12;
    }

    .feedback-severity-low[b-dz244n9872] {
        background: #f1c40f;
        color: #2c3e50;
    }

/* /Components/Pages/DynamicForm/DynamicFormViewerV2.razor.rz.scp.css */
.dynamic-form-container[b-jfreg63psf] {
    position: fixed;
    top: 0;
    left: 5%;
    display: flex;
    flex-direction: column;
    width: 95%;
    height: 100vh;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    padding: 20px;
    color: black;
    z-index: 100;
}

.inner-container[b-jfreg63psf] {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
  background-color: white;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    height: 95vh;
    overflow: auto;
}

.form-header[b-jfreg63psf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #007bff;
    color: white;
    border-radius: 8px 8px 0 0;
}

.form-header h2[b-jfreg63psf] {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.header-actions[b-jfreg63psf] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn[b-jfreg63psf] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
  cursor: pointer;
    font-size: 14px;
    font-weight: 500;
 transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn:hover[b-jfreg63psf] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.btn:disabled[b-jfreg63psf] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.btn-primary[b-jfreg63psf] {
    background-color: #28a745;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-jfreg63psf] {
    background-color: #218838;
}

.btn-secondary[b-jfreg63psf] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover[b-jfreg63psf] {
    background-color: #5a6268;
}

.btn-info[b-jfreg63psf] {
    background-color: #17a2b8;
    color: white;
}

.btn-info:hover[b-jfreg63psf] {
    background-color: #138496;
}

.btn-close-custom[b-jfreg63psf] {
    background-color: #dc3545;
    color: white;
}

.btn-close-custom:hover[b-jfreg63psf] {
    background-color: #c82333;
}

.close-btn[b-jfreg63psf] {
    background: transparent;
    color: white;
    border: 1px solid white;
  padding: 8px 15px;
    cursor: pointer;
    border-radius: 4px;
}

.close-btn:hover[b-jfreg63psf] {
    background: rgba(255, 255, 255, 0.1);
}

.loading-spinner[b-jfreg63psf] {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.loading-spinner p[b-jfreg63psf] {
 font-size: 18px;
    margin-top: 20px;
}

.form-content-wrapper[b-jfreg63psf] {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    background: white;
}

.form-content[b-jfreg63psf] {
    padding: 20px;
}

.exam-table[b-jfreg63psf] {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
}

.exam-table th[b-jfreg63psf],
.exam-table td[b-jfreg63psf] {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.exam-table th[b-jfreg63psf] {
    background-color: #007bff;
    color: white;
    font-weight: bold;
}

.exam-table tr:nth-child(even)[b-jfreg63psf] {
    background-color: #f8f9fa;
}

.exam-table tr:hover[b-jfreg63psf] {
    background-color: #e9ecef;
}

.exam-table input[b-jfreg63psf],
.exam-table select[b-jfreg63psf],
.exam-table textarea[b-jfreg63psf] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
 font-size: 14px;
    font-family: inherit;
}

.exam-table input:focus[b-jfreg63psf],
.exam-table select:focus[b-jfreg63psf],
.exam-table textarea:focus[b-jfreg63psf] {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.exam-table textarea[b-jfreg63psf] {
    min-height: 80px;
    resize: vertical;
}

.checkbox-group[b-jfreg63psf] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkbox-label[b-jfreg63psf] {
    display: flex;
    align-items: center;
  cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.checkbox-label:hover[b-jfreg63psf] {
    background-color: #f0f0f0;
}

.checkbox-label input[type="checkbox"][b-jfreg63psf] {
    width: auto;
    margin-right: 8px;
    cursor: pointer;
}

.summary-section[b-jfreg63psf] {
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-left: 4px solid #28a745;
    border-radius: 4px;
}

.summary-section h3[b-jfreg63psf] {
margin-top: 0;
    color: #28a745;
    font-size: 20px;
    margin-bottom: 15px;
}

.summary-content[b-jfreg63psf] {
    line-height: 1.8;
    color: #495057;
}

.summary-content strong[b-jfreg63psf] {
    color: #212529;
    font-weight: 600;
}

.save-status[b-jfreg63psf] {
    padding: 10px 15px;
    background: #e7f3ff;
    border-top: 1px solid #b3d9ff;
    text-align: center;
}

.text-muted[b-jfreg63psf] {
    color: #6c757d;
}

/* Responsive design */
@media (max-width: 768px) {
    .dynamic-form-container[b-jfreg63psf] {
        padding: 10px;
    }

    .inner-container[b-jfreg63psf] {
    height: 95vh;
    }

    .form-header[b-jfreg63psf] {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .header-actions[b-jfreg63psf] {
        flex-wrap: wrap;
        justify-content: center;
    }

    .form-header h2[b-jfreg63psf] {
  font-size: 20px;
    }

    .form-content-wrapper[b-jfreg63psf] {
        padding: 10px;
    }

    .exam-table[b-jfreg63psf] {
        font-size: 14px;
    }

    .exam-table th[b-jfreg63psf],
    .exam-table td[b-jfreg63psf] {
     padding: 8px;
    }
}
/* /Components/Pages/DynamicForm/FormExamples.razor.rz.scp.css */
.example-container[b-xcjm3a2mua] {
    max-width: 1400px;
    margin: 20px auto;
  padding: 30px;
}

.example-container h1[b-xcjm3a2mua] {
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
    font-size: 32px;
}

.examples-grid[b-xcjm3a2mua] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  margin-bottom: 40px;
}

.example-card[b-xcjm3a2mua] {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #007bff;
}

.example-card.full-width[b-xcjm3a2mua] {
    grid-column: 1 / -1;
}

.example-card h3[b-xcjm3a2mua] {
  margin-top: 0;
    color: #2c3e50;
    font-size: 20px;
    margin-bottom: 10px;
}

.example-card p[b-xcjm3a2mua] {
    color: #6c757d;
    margin-bottom: 15px;
    line-height: 1.6;
}

.form-input[b-xcjm3a2mua] {
    width: 100%;
    padding: 10px;
  border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
}

.form-input:focus[b-xcjm3a2mua] {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn[b-xcjm3a2mua] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
  display: inline-block;
    margin-right: 10px;
}

.btn:hover[b-xcjm3a2mua] {
  transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn:disabled[b-xcjm3a2mua] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.btn-primary[b-xcjm3a2mua] {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-xcjm3a2mua] {
    background-color: #0056b3;
}

.btn-success[b-xcjm3a2mua] {
    background-color: #28a745;
    color: white;
}

.btn-success:hover:not(:disabled)[b-xcjm3a2mua] {
    background-color: #218838;
}

.btn-info[b-xcjm3a2mua] {
    background-color: #17a2b8;
    color: white;
}

.btn-info:hover:not(:disabled)[b-xcjm3a2mua] {
    background-color: #138496;
}

.btn-secondary[b-xcjm3a2mua] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover[b-xcjm3a2mua] {
    background-color: #545b62;
}

.success-message[b-xcjm3a2mua] {
    color: #28a745;
    font-weight: 600;
    margin: 10px 0;
    padding: 10px;
    background: #d4edda;
    border-radius: 4px;
    border-left: 4px solid #28a745;
}

.code-example[b-xcjm3a2mua] {
    background: #f8f9fa;
    padding: 15px;
  border-radius: 4px;
    margin: 15px 0;
    border-left: 3px solid #007bff;
}

.code-example pre[b-xcjm3a2mua] {
    margin: 0;
    overflow-x: auto;
}

.code-example code[b-xcjm3a2mua] {
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #e83e8c;
}

.embedded-form[b-xcjm3a2mua] {
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 2px dashed #dee2e6;
}

.documentation-section[b-xcjm3a2mua] {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #dee2e6;
}

.documentation-section h2[b-xcjm3a2mua] {
    color: #2c3e50;
    margin-bottom: 25px;
    font-size: 28px;
}

.doc-card[b-xcjm3a2mua] {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.doc-card h4[b-xcjm3a2mua] {
    color: #007bff;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.doc-card ul[b-xcjm3a2mua] {
    padding-left: 20px;
    line-height: 1.8;
}

.doc-card code[b-xcjm3a2mua] {
    background: #f8f9fa;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    color: #e83e8c;
    font-size: 90%;
}

.doc-card pre[b-xcjm3a2mua] {
    background: #2d3748;
    color: #e2e8f0;
    padding: 20px;
    border-radius: 8px;
  overflow-x: auto;
 margin: 15px 0;
}

.doc-card pre code[b-xcjm3a2mua] {
    background: transparent;
    color: #e2e8f0;
    padding: 0;
  font-size: 13px;
    line-height: 1.6;
}

/* Responsive design */
@media (max-width: 768px) {
    .example-container[b-xcjm3a2mua] {
        padding: 15px;
    }

    .example-container h1[b-xcjm3a2mua] {
     font-size: 24px;
    }

    .examples-grid[b-xcjm3a2mua] {
        grid-template-columns: 1fr;
    }

    .btn[b-xcjm3a2mua] {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}
/* /Components/Pages/DynamicForm/TestDynamicHtmlForm.razor.rz.scp.css */
/* /Components/Pages/Gemma3-2.razor.rz.scp.css */
.radiology-report[b-6t1umgpgx7] {
    white-space: pre-line;
    font-family: monospace;
}

    .radiology-report strong[b-6t1umgpgx7] {
        font-weight: bold;
        color: #0d6efd;
    }

.rounded textarea[b-6t1umgpgx7] {
    width: 100%;
    min-height: 500px;
}
.first-row[b-6t1umgpgx7]{
    width: 100%;
    display:inline-flex;
}
.context[b-6t1umgpgx7]{
    width:100%;
}
.container[b-6t1umgpgx7] {
    display: flex;
    flex-direction: column;
}

.radiology-report[b-6t1umgpgx7] {
    min-height: 300px;
    width: 100%;
    white-space: pre-wrap;
    line-height: 1.5;
    font-size: 14px;
    font-family: inherit;
}
/* /Components/Pages/GeneralListCreator.razor.rz.scp.css */
.container[b-3mtjjbsaah] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    width: 100%;
    min-height: 56px;
    background: #fff;
    padding: 1rem;
    transition: all 0.2s;
}

.container:focus-within[b-3mtjjbsaah] {
    border-color: #017ef5;
    box-shadow: 0 0 0 3px rgba(1, 126, 245, 0.05);
}

.value-container[b-3mtjjbsaah] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.value[b-3mtjjbsaah] {
    display: flex;
    align-items: center;
    background: #f1f5f9;
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #475569;
    border: 1px solid #e2e8f0;
    transition: all 0.2s;
}

.value:hover[b-3mtjjbsaah] {
    background: #e2e8f0;
    border-color: #cbd5e1;
}

.value span[b-3mtjjbsaah] {
    white-space: nowrap;
}

.value i[b-3mtjjbsaah] {
    cursor: pointer;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.value i:hover[b-3mtjjbsaah] {
    color: #ef4444;
}

.value-selector[b-3mtjjbsaah] {
    padding-top: 0.5rem;
    border-top: 1px dashed #e2e8f0;
}

.value-selector input[b-3mtjjbsaah] {
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    width: 100%;
    max-width: 250px;
    font-size: 0.9rem;
    background: #f8fafc;
    transition: all 0.2s;
}

.value-selector input:focus[b-3mtjjbsaah] {
    outline: none;
    border-color: #017ef5;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(1, 126, 245, 0.05);
}
/* /Components/Pages/Home2.razor.rz.scp.css */
/* General styles */
.landing-page[b-pova1pfnah]{
    overflow:hidden;
}
a[b-pova1pfnah] {
    text-decoration: none;
}

ul[b-pova1pfnah] {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container[b-pova1pfnah] {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* Small */
@media (min-width: 768px) {
  .container[b-pova1pfnah] {
    width: 750px;
  }
}

/* Medium */
@media (min-width: 992px) {
  .container[b-pova1pfnah] {
    width: 970px;
  }
}

/* Large */
@media (min-width: 1200px) {
  .container[b-pova1pfnah] {
    width: 1170px;
  }
}

/* Header styles */
header[b-pova1pfnah] {
  background-color: var(--color-primary);
  box-shadow: var(--main-shadow);
  -webkit-box-shadow: var(--main-shadow);
  -moz-box-shadow: var(--main-shadow);
}

nav[b-pova1pfnah] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
}

.logo[b-pova1pfnah] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
}
.logo img[b-pova1pfnah] {
  width: 100px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .logo[b-pova1pfnah] {
    width: 100%;
    height: 70px;
  }
}

.nav-links[b-pova1pfnah] {
  display: flex;
  gap: 20px;
}

.nav-links li a[b-pova1pfnah] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  height: 72px;
  position: relative;
  padding: 10px;
  overflow: hidden;
}

.nav-links > li > a[b-pova1pfnah]::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color-accent);
  bottom: 22px;
  left: 100%;
  transition: var(--main-transition);
}

.nav-links > li > a:hover[b-pova1pfnah]::before {
  left: 0px;
}

.join-btn[b-pova1pfnah] {
  background-color: var(--color-accent);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.join-btn:hover[b-pova1pfnah] {
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  header nav .nav-links[b-pova1pfnah],
  .join-btn[b-pova1pfnah] {
    display: none;
  }
}

@media (max-width: 940px) {
  header nav .nav-links[b-pova1pfnah] {
    gap: 0px;
  }
  .nav-links li a[b-pova1pfnah] {
    font-size: 14px;
  }
}

/* Hero Section */
.home[b-pova1pfnah] {
  position: relative;
  overflow: hidden;
}

.hero[b-pova1pfnah] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 2em;
}

.home .main-gradiant[b-pova1pfnah] {
  position: absolute;
  width: 100%;
  height: 400px;
  background: linear-gradient(to right, #ffb050, #4995ff);
  filter: blur(120px);
  z-index: -100;
  bottom: 200px;
}

@media screen and (max-width: 767px) {
  .home .main-gradiant[b-pova1pfnah] {
    top: 300px;
    height: 200px;
  }
}
.hero-content[b-pova1pfnah] {
  padding: 0px 40px;
  text-align: center;
  line-height: 0.8;
}

.hero h1[b-pova1pfnah] {
  font-size: 4em;
  color: var(--color-black);
  font-weight: 600;
}

.hero h1 .text-shadow[b-pova1pfnah] {
  position: relative;
}
.hero h1 .text-shadow .gradiant[b-pova1pfnah] {
  position: absolute;
  top: 30px;
  left: -8px;
  z-index: -100;
  width: 150px;
  height: 30px;
  background: linear-gradient(to right, #ffb050, #4995ff);
  filter: blur(15px);
}

.hero p[b-pova1pfnah] {
  margin-top: 20px;
  font-size: 20px;
  color: var(--color-gray);
  margin-bottom: 30px;
  line-height: 1.2;
}

.hero-arrow[b-pova1pfnah] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 65px;
}

.hero-arrow .arrow-image[b-pova1pfnah] {
  /* display: flex; */
  /* justify-content: end; */
  /* margin-top: -30px; */
  /* margin-left: -70px; */
}

.arrow-image img[b-pova1pfnah] {
  max-width: 100%;
  /* width: 150px; */
  height: 60px;
  object-fit: contain;
}

.cta-btn[b-pova1pfnah] {
    border-radius: var(--main-radius);
    background-color: var(--color-accent);
    color: var(--color-primary);
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1;
}

.cta-btn:hover[b-pova1pfnah] {
  opacity: 0.9;
}

.hero-image[b-pova1pfnah] {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-container[b-pova1pfnah] {
  display: flex;
  width: 100%;
  position: relative;
  transition: transform 0.5s ease-in-out;
}

.slide[b-pova1pfnah] {
  min-width: 100%;
  transition: opacity 1s ease-in-out;
}

.slide img[b-pova1pfnah] {
  width: 100%;
  height: auto;
  object-fit:contain;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: -110px;
}

@media (max-width: 768px) {
  .hero-arrow .arrow-image img[b-pova1pfnah] {
    /* width: 100px; */
    height: 50px;
  }

  .cta-btn[b-pova1pfnah] {
    padding: 13px 27px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .hero h1[b-pova1pfnah] {
    font-size: 1.8em;
    line-height: 1;
    margin-bottom: 10px;
  }

  .hero h1 .text-shadow .gradiant[b-pova1pfnah] {
    top: 12px;
    left: -30px;
    width: 115px;
    height: 26px;
  }

  .hero p[b-pova1pfnah] {
    line-height: 1.4;
    font-size: 12px;
    max-width: 500px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home .main-gradiant[b-pova1pfnah] {
    height: 300px;
    bottom: 100px;
  }
  .hero-arrow .arrow-image[b-pova1pfnah] {
    /* margin-left: 115px; */
  }
  .hero-arrow .arrow-image img[b-pova1pfnah] {
    /* width: 115px; */
    /* height: 40px; */
  }
}
@media (min-width: 800px) and (max-width: 1000px) {
  .hero-arrow .arrow-image[b-pova1pfnah] {
    /* margin-left: -200px; */
  }
}

/* Services Section */
.services[b-pova1pfnah] {
  width: 100%;
  padding: 60px 40px;
  text-align: center;
  margin-top: 20px;
}

.service-cards[b-pova1pfnah] {
  display: grid;
  gap: 20px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .service-cards[b-pova1pfnah] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .service-cards[b-pova1pfnah] {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .service-cards[b-pova1pfnah] {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* team section */
.team[b-pova1pfnah] {
  width: 100%;
  padding: 60px 40px;
  text-align: center;
  margin-top: 20px;
  background-color: var(--color-light-gray);
}

.team-cards[b-pova1pfnah] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.team-slider-container[b-pova1pfnah] {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}
.slide-indicators[b-pova1pfnah] {
  display: none;
}
.dot.active[b-pova1pfnah] {
  background: #333;
}

@media screen and (max-width: 1023px) {
  .team-cards[b-pova1pfnah] {
    flex: 0 0 100%;
  }

  .team-slider-container[b-pova1pfnah] {
    display: flex; /* Switch to flexbox for sliding behavior */
    flex-wrap: nowrap; /* Prevent cards from wrapping */
    transition: transform 0.5s ease-in-out; /* Smooth slide transition */
    overflow: hidden;
    width: 100%;
  }
  /* Slide indicators */
  .slide-indicators[b-pova1pfnah] {
    display: block;
    text-align: center;
    width: 100%;
  }

  .dot[b-pova1pfnah] {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: transparent;
    border: 1px solid var(--color-blue);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .dot.active[b-pova1pfnah] {
    background-color: var(--color-blue);
  }
}

/* whyUs section */
.whyUs[b-pova1pfnah] {
  width: 100%;
  padding: 60px 40px;
  text-align: center;
  margin-top: 20px;
}

.whyUs-cards[b-pova1pfnah] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 20px;
  align-items: center;
  position: relative;
}
.whyUs-cards .whyUS-gradiant[b-pova1pfnah] {
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(to right, #ffb05094, #4995ff96);
  filter: blur(120px);
  z-index: -100;
}
@media screen and (max-width: 992px) {
  .whyUs-cards[b-pova1pfnah] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .whyUs-cards[b-pova1pfnah] {
    grid-template-columns: 1fr;
  }
}

/* contact us section */
.contact[b-pova1pfnah] {
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: space-around;
  background-color: var(--color-light-gray);
}

/**right-div**/
.right-div[b-pova1pfnah] {
  display: flex;
}

.right-brown-div[b-pova1pfnah] {
  top: 61px;
  width: 40px;
  height: 40px;
  background: #ffb050;
  z-index: 3;
  position: relative;
  left: 196px;
}

.right-blue-div[b-pova1pfnah] {
  width: 177px;
  height: 575px;
  background: var(--color-blue);
}

/**********/
.our-link-phons[b-pova1pfnah] {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 433px;
  height: 406px;
  background: #18181b;
  top: 76px;
  position: relative;
  left: 177px;
  color: white;
  padding: 54px;
}

.media-div[b-pova1pfnah] {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.media-div a[b-pova1pfnah],
.social-media a[b-pova1pfnah] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 40px;
  max-width: 376px;
  height: 40px;
  background: #f4f4f4;
  border-radius: 20px;
}
.social-media a[b-pova1pfnah] {
  background: #f4f4f4;
}
/*******left-div*********/

.left-div[b-pova1pfnah] {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px;
  align-items: center;
}
@media (max-width: 1023px) {
  .contact[b-pova1pfnah] {
    padding: 15px;
  }
  .right-div[b-pova1pfnah] {
    display: none;
  }
  .left-div[b-pova1pfnah] {
    width: 100%;
  }
}

.Personal-data[b-pova1pfnah] {
  display: flex;
  width: 100%;
  padding: 10px;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.Personal-data form[b-pova1pfnah] {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

.Personal-data input[type="text"][b-pova1pfnah],
.Personal-data input[type="email"][b-pova1pfnah],
textarea[b-pova1pfnah] {
  padding: 14px;
  height: 50px;
  border: 1px solid var(--color-border);
  border-radius: var(--input-radius);
  border-radius: 6px;
}

.Personal-data textarea[b-pova1pfnah] {
  padding: 14px 13px;
  height: 150px;
}

.submit-button[b-pova1pfnah] {
  width: 60%;
  background: var(--color-black);
  border-radius: var(--input-radius);
  color: var(--color-primary);
  font-size: large;
}

/* footer section */
.footer-container[b-pova1pfnah] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
  width: 100%;
  margin-top: 60px;
}

.footer-card[b-pova1pfnah] {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.brand-card .brand-logo[b-pova1pfnah] {
  display: flex;
  align-items: start;
  gap: 10px;
  width: 100%;
}

.brand-card .brand-logo img[b-pova1pfnah] {
  width: 100px;
  object-fit: cover;
}

.brand-card .brand-description[b-pova1pfnah] {
  font-size: 14px;
  color: var(--color-gray);
}

.social-media[b-pova1pfnah] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.social-media p[b-pova1pfnah] {
  font-weight: 700;
  text-align: center;
}
.whatsapp-link img[b-pova1pfnah]{
    width:25px;
}
@media (max-width: 767px) {
    .brand-card .brand-logo[b-pova1pfnah], .brand-description[b-pova1pfnah] {
    display: none;
  }
  .social-media p[b-pova1pfnah],
  .subscribe-card h4[b-pova1pfnah] {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
  }
  .footer-card[b-pova1pfnah] {
    margin-bottom: 20px;
  }
}
.social-icons[b-pova1pfnah] {
  display: flex;
  gap: 20px;
}
.social-icons img[b-pova1pfnah] {
  object-fit: cover;
}
.social-icons .social-media-backGround[b-pova1pfnah] {
  background-color: var(--color-light-gray);
  border-radius: 50%;
  padding: 10px;
}
.social-icons .social-media-backGround:hover[b-pova1pfnah] {
  background-color: var(--color-accent);
  opacity: 80%;
}

.link-card a[b-pova1pfnah],
.policy-card a[b-pova1pfnah] {
  color: var(--color-black);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
}

.subscribe-card .subscribe-form[b-pova1pfnah] {
  display: flex;
  gap: 10px;
  align-items: center;
}

.subscribe-card h4[b-pova1pfnah] {
  font-size: 14px;
  font-weight: 700;
}

.subscribe-card input[type="email"][b-pova1pfnah] {
  width: 250px;
  padding: 10px;
  border-radius: var(--main-radius);
  border: 1px solid var(--color-light-gray);
  outline: none;
  font-size: 14px;
  background-color: var(--color-light-gray);
}

.subscribe-card button[b-pova1pfnah] {
  width: 40px;
  height: 40px;
  background-color: var(--color-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

.subscribe-card button img[b-pova1pfnah] {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1024px) {
  .footer-container[b-pova1pfnah] {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .footer-container[b-pova1pfnah] {
    grid-template-columns: 1fr;
  }
  .link-card[b-pova1pfnah],
  .policy-card[b-pova1pfnah] {
    display: none;
  }
}

.supposers[b-pova1pfnah] {
  display: flex;
  width: 100%;
  padding: 10px;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  display: none;
}

/* story section */

.story[b-pova1pfnah] {
  width: 100%;
  padding: 60px 40px;
  text-align: center;
  margin-top: 20px;
}
.story .content[b-pova1pfnah] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  background-color: var(--color-light-accent);
  padding: 60px 40px;
  border-radius: 24px;
}
.story p[b-pova1pfnah] {
  font-size: 1em;
  font-weight: 300;
  text-align: left;
  line-height: 1.4;
}
.story .ourStory-image img[b-pova1pfnah] {
  max-width: 100%;
  object-fit: cover;
  filter: blur(1.8px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .story[b-pova1pfnah] {
    padding: 20px;
  }
  .story .content[b-pova1pfnah] {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

footer[b-pova1pfnah] {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--color-light-gray);
}

/* /Components/Pages/HomeAdmin.razor.rz.scp.css */
button[b-g3kfpdc6ql]{
    margin-top:20px;
}
/* /Components/Pages/HomeComponents/BlogDetails.razor.rz.scp.css */
.blog-details-page[b-9uoisxb0tp] {
    padding: 8rem 13rem 4rem;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

/* Breadcrumb */
.breadcrumb[b-9uoisxb0tp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    color: #666666;
    margin-bottom: 2rem;
}

.breadcrumb a[b-9uoisxb0tp] {
    color: #666666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb a:hover[b-9uoisxb0tp] {
    color: #1A73E8;
}

.breadcrumb-separator[b-9uoisxb0tp] {
    color: #999999;
}

.breadcrumb-current[b-9uoisxb0tp] {
    color: #333333;
    font-weight: 500;
}

/* Hero Section */
.blog-hero-section[b-9uoisxb0tp] {
    margin-bottom: 3rem;
}

.blog-hero-image-wrapper[b-9uoisxb0tp] {
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.blog-hero-image[b-9uoisxb0tp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-hero-gradient-overlay[b-9uoisxb0tp] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.blog-hero-content[b-9uoisxb0tp] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    z-index: 2;
}

.blog-hero-category-tag[b-9uoisxb0tp] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(26, 115, 232, 0.9);
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.category-dot[b-9uoisxb0tp] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1A73E8;
    flex-shrink: 0;
}

.category-text[b-9uoisxb0tp] {
    font-size: 14px;
    font-weight: 600;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.blog-hero-title[b-9uoisxb0tp] {
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin: 0 0 1rem 0;
    padding: 0;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
}

.blog-hero-meta[b-9uoisxb0tp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Montserrat', sans-serif;
}

.blog-hero-date[b-9uoisxb0tp],
.blog-hero-read-time[b-9uoisxb0tp] {
    font-size: 14px;
    font-weight: 400;
}

.meta-separator[b-9uoisxb0tp] {
    font-size: 14px;
    opacity: 0.7;
}

/* Content Wrapper - Two Column Layout */
.blog-content-wrapper[b-9uoisxb0tp] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
}

/* Main Article Content */
.blog-main-content[b-9uoisxb0tp] {
    min-width: 0;
}

.blog-article[b-9uoisxb0tp] {
    line-height: 1.8;
    color: #333;
    font-size: 16px;
}

.article-section[b-9uoisxb0tp] {
    margin-bottom: 3rem;
}

.section-heading[b-9uoisxb0tp] {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 0 0 1.5rem 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.blog-article p[b-9uoisxb0tp] {
    margin-bottom: 1.25rem;
    line-height: 1.8;
}

.blog-article p:last-child[b-9uoisxb0tp] {
    margin-bottom: 0;
}

/* Afterword Section */
.afterword-section[b-9uoisxb0tp] {
    margin-top: 4rem;
}

.afterword-image-wrapper[b-9uoisxb0tp] {
    width: 100%;
    margin: 2rem 0;
    border-radius: 12px;
    overflow: hidden;
}

.afterword-image[b-9uoisxb0tp] {
    width: 100%;
    height: auto;
    display: block;
}

.afterword-text[b-9uoisxb0tp] {
    margin-top: 2rem;
}

.afterword-text p[b-9uoisxb0tp] {
    margin-bottom: 1rem;
}

/* Sidebar */
.blog-sidebar[b-9uoisxb0tp] {
    position: sticky;
    top: 120px;
    height: fit-content;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
}

.blog-sidebar[b-9uoisxb0tp]::-webkit-scrollbar {
    width: 6px;
}

.blog-sidebar[b-9uoisxb0tp]::-webkit-scrollbar-track {
    background: transparent;
}

.blog-sidebar[b-9uoisxb0tp]::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 3px;
}

.blog-sidebar[b-9uoisxb0tp]::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

.sidebar-section[b-9uoisxb0tp] {
    background: white;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.sidebar-heading[b-9uoisxb0tp] {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 1rem 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

/* Author Bio */
.author-profile-image[b-9uoisxb0tp] {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.author-profile-image img[b-9uoisxb0tp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-name-with-linkedin[b-9uoisxb0tp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.author-name[b-9uoisxb0tp] {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.linkedin-icon[b-9uoisxb0tp] {
    color: #1A73E8;
    display: flex;
    align-items: center;
}

.author-title[b-9uoisxb0tp] {
    font-size: 14px;
    color: #666;
    margin: 0 0 1rem 0;
    padding: 0;
    font-weight: 500;
}

.author-bio-text[b-9uoisxb0tp] {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* Social Sharing */
.social-sharing-section[b-9uoisxb0tp] {
    background: #1A73E8 !important;
}

.social-sharing-section .sidebar-heading[b-9uoisxb0tp] {
    color: white !important;
}

.social-share-buttons[b-9uoisxb0tp] {
    display: flex;
    gap: 0.75rem;
}

.social-share-btn[b-9uoisxb0tp] {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-share-btn:hover[b-9uoisxb0tp] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Table of Contents */
.toc-nav[b-9uoisxb0tp] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.toc-link[b-9uoisxb0tp] {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    line-height: 1.5;
}

.toc-link:hover[b-9uoisxb0tp] {
    background: #F5F5F5;
    color: #1A73E8;
}

.toc-link.active[b-9uoisxb0tp] {
    background: #E3F2FD;
    color: #1A73E8;
    font-weight: 600;
}

/* Social Sharing Bar */
.social-sharing-bar[b-9uoisxb0tp] {
    background: #1A73E8;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4rem 0 0 0;
}

.sharing-bar-text[b-9uoisxb0tp] {
    font-size: 16px;
    font-weight: 600;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.sharing-bar-icons[b-9uoisxb0tp] {
    display: flex;
    gap: 1rem;
}

.sharing-bar-icon[b-9uoisxb0tp] {
    color: white;
    transition: opacity 0.3s ease;
}

.sharing-bar-icon svg[b-9uoisxb0tp] {
    fill: white;
}

.sharing-bar-icon:hover[b-9uoisxb0tp] {
    opacity: 0.8;
}

/* Related Articles */
.related-articles-section[b-9uoisxb0tp] {
    margin: 4rem 0;
}

.related-articles-title[b-9uoisxb0tp] {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin: 0 0 2rem 0;
    padding: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.related-articles-grid[b-9uoisxb0tp] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.related-article-card[b-9uoisxb0tp] {
    text-decoration: none;
    color: inherit;
    display: block;
}

.related-article-image-wrapper[b-9uoisxb0tp] {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.related-article-image[b-9uoisxb0tp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-article-gradient-overlay[b-9uoisxb0tp] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.related-article-category-tag[b-9uoisxb0tp] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(26, 115, 232, 0.9);
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    z-index: 2;
}

.related-article-overlay-content[b-9uoisxb0tp] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 2;
}

.related-article-title[b-9uoisxb0tp] {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin: 0 0 0.75rem 0;
    padding: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

.related-article-meta[b-9uoisxb0tp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Montserrat', sans-serif;
}

.related-article-date[b-9uoisxb0tp],
.related-article-read-time[b-9uoisxb0tp] {
    font-size: 14px;
    font-weight: 400;
}

.blog-details-not-found[b-9uoisxb0tp] {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 3rem;
    text-align: center;
}

.back-link[b-9uoisxb0tp] {
    color: #1A73E8;
    text-decoration: none;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1200px) {
    .blog-details-page[b-9uoisxb0tp] {
        padding: 8rem 6rem 4rem;
    }

    .blog-hero-image-wrapper[b-9uoisxb0tp] {
        height: 350px;
    }
}

@media (max-width: 992px) {
    .blog-details-page[b-9uoisxb0tp] {
        padding: 8rem 3rem 4rem;
    }

    .blog-content-wrapper[b-9uoisxb0tp] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .blog-sidebar[b-9uoisxb0tp] {
        position: static;
        max-height: none;
    }

    .blog-hero-title[b-9uoisxb0tp] {
        font-size: 32px;
    }

    .section-heading[b-9uoisxb0tp] {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .blog-details-page[b-9uoisxb0tp] {
        padding: 6rem 1.5rem 4rem;
    }

    .breadcrumb[b-9uoisxb0tp] {
        font-size: 12px;
        margin-bottom: 1.5rem;
    }

    .blog-hero-image-wrapper[b-9uoisxb0tp] {
        height: 250px;
    }

    .blog-hero-content[b-9uoisxb0tp] {
        padding: 1.5rem;
    }

    .blog-hero-category-tag[b-9uoisxb0tp] {
        padding: 0.3rem 0.6rem;
        margin-bottom: 0.75rem;
    }

    .category-text[b-9uoisxb0tp] {
        font-size: 12px;
    }

    .blog-hero-title[b-9uoisxb0tp] {
        font-size: 24px;
        margin-bottom: 0.75rem;
    }

    .blog-hero-meta[b-9uoisxb0tp] {
        font-size: 12px;
    }

    .blog-hero-date[b-9uoisxb0tp],
    .blog-hero-read-time[b-9uoisxb0tp] {
        font-size: 12px;
    }

    .blog-content-wrapper[b-9uoisxb0tp] {
        gap: 2rem;
    }

    .blog-article[b-9uoisxb0tp] {
        font-size: 14px;
    }

    .section-heading[b-9uoisxb0tp] {
        font-size: 22px;
        margin-bottom: 1rem;
    }

    .article-section[b-9uoisxb0tp] {
        margin-bottom: 2rem;
    }

    .afterword-section[b-9uoisxb0tp] {
        margin-top: 3rem;
    }

    .afterword-image-wrapper[b-9uoisxb0tp] {
        margin: 1.5rem 0;
    }

    .afterword-text[b-9uoisxb0tp] {
        margin-top: 1.5rem;
    }

    .blog-sidebar[b-9uoisxb0tp] {
        position: static;
        max-height: none;
    }

    .sidebar-section[b-9uoisxb0tp] {
        padding: 1.25rem;
        margin-bottom: 1.5rem;
    }

    .sidebar-heading[b-9uoisxb0tp] {
        font-size: 16px;
    }

    .author-profile-image[b-9uoisxb0tp] {
        width: 60px;
        height: 60px;
    }

    .author-name[b-9uoisxb0tp] {
        font-size: 18px;
    }

    .author-title[b-9uoisxb0tp],
    .author-bio-text[b-9uoisxb0tp] {
        font-size: 13px;
    }

    .social-share-btn[b-9uoisxb0tp] {
        width: 40px;
        height: 40px;
    }

    .toc-link[b-9uoisxb0tp] {
        font-size: 13px;
        padding: 0.4rem;
    }

    .social-sharing-bar[b-9uoisxb0tp] {
        flex-direction: column;
        gap: 1rem;
        padding: 1.25rem 1.5rem;
        margin: 3rem 0 0 0;
        text-align: center;
    }

    .sharing-bar-text[b-9uoisxb0tp] {
        font-size: 14px;
    }

    .sharing-bar-icons[b-9uoisxb0tp] {
        justify-content: center;
    }

    .related-articles-section[b-9uoisxb0tp] {
        margin: 3rem 0;
    }

    .related-articles-title[b-9uoisxb0tp] {
        font-size: 28px;
        margin-bottom: 1.5rem;
    }

    .related-articles-grid[b-9uoisxb0tp] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .related-article-title[b-9uoisxb0tp] {
        font-size: 18px;
    }

    .related-article-meta[b-9uoisxb0tp] {
        font-size: 12px;
    }
}

/* Blog Tags Section */
.blog-tags-section[b-9uoisxb0tp] {
    margin: 2rem 0;
    padding: clamp(1.5rem, 2vw, 2.5rem);
    background: linear-gradient(135deg, #F5F9FF 0%, #F0F4FF 100%);
    border-radius: 12px;
    border: 1px solid #E3EFFB;
}

.blog-tags-section h4[b-9uoisxb0tp] {
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 600;
    color: #0D47A1;
    margin: 0 0 1rem 0;
    font-family: 'Montserrat', sans-serif;
}

.tags-container[b-9uoisxb0tp] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
}

.tag-badge[b-9uoisxb0tp] {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: white;
    color: #1A73E8;
    border: 2px solid #D0E2FF;
    border-radius: 20px;
    font-size: clamp(13px, 1vw, 14px);
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tag-badge:hover[b-9uoisxb0tp] {
    background: #E3EFFB;
    border-color: #1A73E8;
    color: #0D47A1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.15);
}
/* /Components/Pages/HomeComponents/Blogs.razor.rz.scp.css */
.blogs-page[b-xrzv1fmcme] {
    padding: 0;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 10.14vw, 146px);
}

.blogs-page *[b-xrzv1fmcme] {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.blogs-page *:focus[b-xrzv1fmcme] {
    outline: none;
}

.blogs-page input[b-xrzv1fmcme],
.blogs-page textarea[b-xrzv1fmcme],
.blogs-page button[b-xrzv1fmcme] {
    outline: none;
}

.blogs-page input:focus[b-xrzv1fmcme],
.blogs-page textarea:focus[b-xrzv1fmcme],
.blogs-page button:focus[b-xrzv1fmcme] {
    outline: none;
}

/* Breadcrumb */
.breadcrumb-container[b-xrzv1fmcme] {
    margin-top: calc(clamp(60px, 5.56vw, 80px) + clamp(32px, 2.22vw, 32px) + clamp(32px, 2.22vw, 32px) + clamp(20px, 2.36vw, 34px));
    margin-bottom: 0;
}

.breadcrumb[b-xrzv1fmcme] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: clamp(12px, 0.97vw, 14px);
    font-weight: 500;
    color: #4D4D4D;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.breadcrumb a[b-xrzv1fmcme] {
    color: #4D4D4D;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb a:hover[b-xrzv1fmcme] {
    color: #1A73E8;
}

.breadcrumb-separator[b-xrzv1fmcme] {
    color: #4D4D4D;
}

.breadcrumb-current[b-xrzv1fmcme] {
    color: #4D4D4D;
    font-weight: 500;
}

/* Header */
.blogs-header[b-xrzv1fmcme] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: clamp(30px, 2.78vw, 40px);
    margin-bottom: 0;
}

.blogs-title[b-xrzv1fmcme] {
    font-size: clamp(28px, 2.5vw, 36px);
    font-weight: 700;
    color: #1A73E8;
    margin: clamp(20px, 1.84vw, 26.5px) 0;
    padding: 0;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
}

/* Glassmorphic Search */
.search-container[b-xrzv1fmcme] {
    position: relative;
    width: clamp(300px, 30.97vw, 446px);
}

.search-wrapper[b-xrzv1fmcme] {
    position: relative;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(2px);
    border: none;
    border-radius: 35px;
    padding: clamp(0.5rem, 0.69vw, 1rem) clamp(1rem, 1.39vw, 1.5rem);
}

.search-input[b-xrzv1fmcme] {
    width: 100%;
    padding: 0.5rem 0 0.5rem 2rem;
    border: none;
    background: transparent;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    outline: none;
}

.search-input[b-xrzv1fmcme]::placeholder {
    color: #999999;
}

.search-icon[b-xrzv1fmcme] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #666666;
    pointer-events: none;
}

/* Separator Line */
.title-separator[b-xrzv1fmcme] {
    width: clamp(600px, 79.72vw, 1148px);
    height: 1px;
    background: black;
    margin: 0 auto clamp(30px, 2.78vw, 40px);
}

/* Category Filters */
.category-filters[b-xrzv1fmcme] {
    display: flex;
    gap: clamp(1rem, 1.39vw, 2rem);
    margin-bottom: 3rem;
    max-width: clamp(600px, 79.72vw, 1148px);
    margin-left: auto;
    margin-right: auto;
}

.category-filter[b-xrzv1fmcme] {
    padding: 0 clamp(1.5rem, 1.39vw, 2rem);
    height: clamp(32px, 2.78vw, 40px);
    border: 1px solid #4D4D4D;
    border-radius: 50px;
    background: white;
    color: #4D4D4D;
    font-size: clamp(16px, 1.39vw, 20px);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.category-filter:hover[b-xrzv1fmcme] {
    border-color: #1A73E8;
    color: #1A73E8;
}

.category-filter.active[b-xrzv1fmcme] {
    background: #F5F5F5;
    border-color: #4D4D4D;
    color: #4D4D4D;
    font-weight: 600;
}

/* Scrollable Blog List Container */
.blogs-scroll-container[b-xrzv1fmcme] {
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 3rem;
    padding-right: 0;
    max-width: clamp(672px, 78.44vw, 1148px);
    margin-left: 0;
    margin-right: auto;
}

.blogs-scroll-container[b-xrzv1fmcme]::-webkit-scrollbar {
    width: clamp(6px, 0.56vw, 8px);
}

.blogs-scroll-container[b-xrzv1fmcme]::-webkit-scrollbar-track {
    background: #F5F5F5;
    border-radius: 4px;
}

.blogs-scroll-container[b-xrzv1fmcme]::-webkit-scrollbar-thumb {
    background: #4D4D4D;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.blogs-scroll-container[b-xrzv1fmcme]::-webkit-scrollbar-thumb:hover {
    background: #333333;
}

.blogs-list[b-xrzv1fmcme] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-right: clamp(0.5rem, 0.69vw, 1rem);
}

/* Blog Card - Same styling as BlogSection */
.blog-post-card-link[b-xrzv1fmcme] {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    max-width: clamp(600px, 69.44vw, 1000px);
    margin: 0;
    padding: 0;
}

.blog-post-card[b-xrzv1fmcme] {
    background: transparent;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 100%;
    height: clamp(155px, 14.93vw, 215px);
    margin: 0;
    padding: 0;
}

.blog-post-card-link:hover .blog-post-card[b-xrzv1fmcme] {
    transform: translateY(-4px);
}

.blog-image-wrapper[b-xrzv1fmcme] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
    position: relative;
    border-radius: 12px;
}

.blog-image[b-xrzv1fmcme] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    background: transparent;
}

.blog-gradient-overlay[b-xrzv1fmcme] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 12px;
    z-index: 1;
}

.blog-category-tag[b-xrzv1fmcme] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: clamp(0.4rem, 0.35vw, 0.5rem);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: clamp(0.3rem, 0.28vw, 0.4rem) clamp(0.6rem, 0.56vw, 0.8rem);
    border-radius: 50px;
    z-index: 2;
    width: fit-content;
    height: fit-content;
    margin-bottom: 0.5rem;
}

.category-dot[b-xrzv1fmcme] {
    width: clamp(8px, 0.69vw, 10px);
    height: clamp(8px, 0.69vw, 10px);
    border-radius: 50%;
    background: #1A73E8;
    flex-shrink: 0;
    display: block;
}

.category-text[b-xrzv1fmcme] {
    font-size: clamp(12px, 0.97vw, 14px);
    font-weight: 400;
    color: #1A73E8;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    white-space: nowrap;
}

.blog-card-overlay-content[b-xrzv1fmcme] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: clamp(0.5rem, 0.69vw, 1rem) clamp(1rem, 1.39vw, 1.5rem);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: clamp(0.25rem, 0.35vw, 0.5rem);
}

.blog-card-title[b-xrzv1fmcme] {
    font-size: clamp(20px, 1.88vw, 27px);
    font-weight: 700;
    color: white;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: clamp(360px, 36.11vw, 520px);
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.blog-card-meta[b-xrzv1fmcme] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: clamp(12px, 0.97vw, 14px);
    color: white;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.blog-post-card-link:hover .blog-card-meta[b-xrzv1fmcme] {
    opacity: 1;
    transform: translateY(0);
}

.blog-date[b-xrzv1fmcme],
.blog-read-time[b-xrzv1fmcme] {
    font-size: clamp(12px, 0.97vw, 14px);
    font-weight: 400;
    color: white;
}

.meta-separator[b-xrzv1fmcme] {
    font-size: 18px;
    opacity: 0.7;
}

/* Pagination */
.pagination-container[b-xrzv1fmcme] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.pagination-button[b-xrzv1fmcme] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E0E0E0;
    background: white;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-button:hover:not(.disabled)[b-xrzv1fmcme] {
    background: #1A73E8;
    color: white;
    border-color: #1A73E8;
}

.pagination-button.disabled[b-xrzv1fmcme] {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-info[b-xrzv1fmcme] {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

/* Newsletter Section */
.newsletter-section[b-xrzv1fmcme] {
    border-radius: 18px;
    padding: clamp(20px, 2.08vw, 30px);
    margin: 4rem auto clamp(70px, 6.94vw, 100px);
    box-shadow: inset 0 0 20px rgba(77, 77, 77, 0.1);
    width: clamp(600px, 79.72vw, 1148px);
    min-height: clamp(200px, 20.83vw, 300px);
    max-width: 1148px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
}

.newsletter-content[b-xrzv1fmcme] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: clamp(2rem, 2.78vw, 3rem);
    align-items: center;
}

.newsletter-text[b-xrzv1fmcme] {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 1.39vw, 1.5rem);
    width: 100%;
}

.newsletter-subtitle[b-xrzv1fmcme] {
    font-size: clamp(20px, 1.67vw, 24px);
    color: #1A73E8;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.newsletter-title[b-xrzv1fmcme] {
    font-size: clamp(24px, 2.08vw, 30px);
    font-weight: 700;
    color: #4D4D4D;
    margin: 0;
    padding: 0;
    line-height: 150%;
    font-family: 'Montserrat', sans-serif;
}

.newsletter-form[b-xrzv1fmcme] {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 1.04vw, 15px);
    width: clamp(400px, 41.67vw, 600px);
}

.form-input-group[b-xrzv1fmcme] {
    display: flex;
    gap: clamp(15px, 1.39vw, 20px);
    align-items: center;
    width: 100%;
}

.form-group[b-xrzv1fmcme] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 clamp(280px, 27.78vw, 400px);
}

.form-label[b-xrzv1fmcme] {
    position: absolute;
    left: clamp(0.75rem, 1.04vw, 1rem);
    top: 0;
    transform: translateY(-50%);
    font-size: clamp(10px, 0.83vw, 12px);
    font-weight: 400;
    color: #367AFF;
    pointer-events: none;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    background: white;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    padding: 2px clamp(0.25rem, 0.35vw, 0.5rem);
    z-index: 2;
    line-height: 1;
    margin: 0;
}

.form-input[b-xrzv1fmcme] {
    padding: 0 clamp(1rem, 1.39vw, 1.5rem);
    border: 1px solid #367AFF;
    border-radius: clamp(8px, 0.69vw, 10px);
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    transition: border-color 0.3s ease;
    width: 100%;
    height: clamp(45px, 4.17vw, 60px);
    box-sizing: border-box;
    background: transparent;
}

.form-input:focus[b-xrzv1fmcme] {
    outline: none;
    border-color: #367AFF;
}

.form-input[b-xrzv1fmcme]::placeholder {
    color: #999999;
}

.submit-button[b-xrzv1fmcme] {
    flex: 1;
    height: clamp(45px, 4.17vw, 60px);
    background: #367AFF;
    color: white;
    border: none;
    border-radius: clamp(8px, 0.69vw, 10px);
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: clamp(100px, 13.89vw, 180px);
}

.submit-button:hover[b-xrzv1fmcme] {
    background: #2d6ae6;
    transform: translateY(-2px);
}

.unsubscribe-note[b-xrzv1fmcme] {
    font-size: clamp(12px, 0.97vw, 14px);
    color: #969696;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.newsletter-illustration[b-xrzv1fmcme] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.robot-image[b-xrzv1fmcme] {
    width: clamp(250px, 24.31vw, 350px);
    height: clamp(215px, 20.83vw, 300px);
    object-fit: contain;
}

/* Blog Card Tags */
.blog-card-tags[b-xrzv1fmcme] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: clamp(0.5rem, 0.69vw, 0.75rem) clamp(1rem, 1.39vw, 1.5rem);
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0 0 12px 12px;
    align-items: center;
}

.card-tag[b-xrzv1fmcme] {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background: #F0F4FF;
    color: #1A73E8;
    border: 1px solid #D0E2FF;
    border-radius: 16px;
    font-size: clamp(11px, 0.83vw, 12px);
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
}

.card-tag:hover[b-xrzv1fmcme] {
    background: #E3EFFB;
    border-color: #1A73E8;
    color: #0D47A1;
    transform: translateY(-1px);
}

.card-tag-more[b-xrzv1fmcme] {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background: rgba(26, 115, 232, 0.1);
    color: #1A73E8;
    border: 1px solid #D0E2FF;
    border-radius: 16px;
    font-size: clamp(11px, 0.83vw, 12px);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
}

.card-tag-more:hover[b-xrzv1fmcme] {
    background: #C5D9FF;
    border-color: #1A73E8;
}

/* Responsive */
@media (max-width: 1200px) {
    .blogs-page[b-xrzv1fmcme] {
        padding: 8rem 6rem 4rem;
    }

    .breadcrumb-container[b-xrzv1fmcme] {
        margin-bottom: 9rem;
    }

    .blogs-title[b-xrzv1fmcme] {
        font-size: 44px;
    }

    .newsletter-section[b-xrzv1fmcme] {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: clamp(1.5rem, 1.39vw, 2rem) clamp(2rem, 2.78vw, 3rem);
        height: auto;
        min-height: clamp(200px, 20.83vw, 300px);
    }
}

@media (max-width: 992px) {
    .blogs-page[b-xrzv1fmcme] {
        padding: 8rem 3rem 4rem;
    }

    .breadcrumb-container[b-xrzv1fmcme] {
        margin-bottom: 8rem;
    }

    .blogs-header[b-xrzv1fmcme] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .blogs-title[b-xrzv1fmcme] {
        font-size: 40px;
    }

    .search-container[b-xrzv1fmcme] {
        width: 100%;
    }

    .category-filters[b-xrzv1fmcme] {
        gap: 1.5rem;
    }

    .category-filter[b-xrzv1fmcme] {
        padding: 1.25rem 1.75rem;
        font-size: 18px;
    }

    .newsletter-content[b-xrzv1fmcme] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .newsletter-section[b-xrzv1fmcme] {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: clamp(1.5rem, 1.39vw, 2rem) clamp(2rem, 2.78vw, 3rem);
        height: auto;
        min-height: clamp(200px, 20.83vw, 300px);
    }

    .newsletter-content[b-xrzv1fmcme] {
        grid-template-columns: 1fr;
        gap: clamp(1.5rem, 1.39vw, 2rem);
    }

    .newsletter-title[b-xrzv1fmcme] {
        font-size: clamp(24px, 2.08vw, 30px);
    }
}

@media (max-width: 768px) {
    .blogs-page[b-xrzv1fmcme] {
        padding: 6rem 1.5rem 4rem;
    }

    .breadcrumb-container[b-xrzv1fmcme] {
        margin-bottom: 6rem;
    }

    .breadcrumb[b-xrzv1fmcme] {
        font-size: 14px;
    }

    .blogs-header[b-xrzv1fmcme] {
        gap: 1rem;
    }

    .blogs-title[b-xrzv1fmcme] {
        font-size: 32px;
    }

    .search-container[b-xrzv1fmcme] {
        width: 100%;
    }

    .search-wrapper[b-xrzv1fmcme] {
        padding: 0.4rem 0.75rem;
    }

    .search-input[b-xrzv1fmcme] {
        font-size: 14px;
        padding: 0.4rem 0 0.4rem 1.75rem;
    }

    .search-icon[b-xrzv1fmcme] {
        left: 0.75rem;
        width: 18px;
        height: 18px;
    }

    .title-separator[b-xrzv1fmcme] {
        margin-bottom: 1.5rem;
    }

    .category-filters[b-xrzv1fmcme] {
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .category-filter[b-xrzv1fmcme] {
        padding: 1rem 1.5rem;
        font-size: 16px;
        flex: 1 1 auto;
        min-width: calc(50% - 0.5rem);
    }

    .blogs-scroll-container[b-xrzv1fmcme] {
        max-height: none;
        margin-bottom: 2rem;
    }

    .blogs-list[b-xrzv1fmcme] {
        gap: 1.5rem;
    }

    .blog-image-wrapper[b-xrzv1fmcme] {
        height: 250px;
    }

    .blog-card-title[b-xrzv1fmcme] {
        font-size: 18px;
    }

    .blog-card-meta[b-xrzv1fmcme] {
        font-size: 11px;
    }

    .blog-date[b-xrzv1fmcme],
    .blog-read-time[b-xrzv1fmcme] {
        font-size: 14px;
    }

    .category-text[b-xrzv1fmcme] {
        font-size: 14px;
    }

    .pagination-container[b-xrzv1fmcme] {
        gap: 1rem;
        margin-bottom: 3rem;
    }

    .pagination-button[b-xrzv1fmcme] {
        width: 36px;
        height: 36px;
    }

    .pagination-info[b-xrzv1fmcme] {
        font-size: 13px;
    }

    .newsletter-section[b-xrzv1fmcme] {
        width: 100%;
        max-width: 100%;
        padding: clamp(1.5rem, 1.39vw, 2rem) 1.5rem;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        min-height: auto;
    }

    .newsletter-content[b-xrzv1fmcme] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .newsletter-subtitle[b-xrzv1fmcme] {
        font-size: clamp(18px, 1.67vw, 24px);
    }

    .newsletter-title[b-xrzv1fmcme] {
        font-size: clamp(20px, 2.08vw, 30px);
        margin-bottom: 1rem;
    }

    .newsletter-form[b-xrzv1fmcme] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        width: 100%;
        height: auto;
    }

    .form-group[b-xrzv1fmcme] {
        width: 100%;
        flex: 1;
    }

    .form-input[b-xrzv1fmcme] {
        width: 100%;
        height: clamp(40px, 4.17vw, 60px);
    }

    .submit-button[b-xrzv1fmcme] {
        width: 100%;
        height: clamp(40px, 4.17vw, 60px);
    }

    .unsubscribe-note[b-xrzv1fmcme] {
        font-size: clamp(11px, 0.97vw, 14px);
    }

    .robot-image[b-xrzv1fmcme] {
        width: 100%;
        max-width: clamp(200px, 24.31vw, 350px);
        height: auto;
        max-height: clamp(170px, 20.83vw, 300px);
    }
}
/* /Components/Pages/HomeComponents/BlogSection.razor.rz.scp.css */
.blog-section[b-xq90hrbuon] {
    padding: 6rem 0;
    background: transparent;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.blog-title-wrapper[b-xq90hrbuon] {
    text-align: center;
    margin-bottom: 0;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 clamp(1.5rem, 10.14vw, 146px);
}

.blog-title[b-xq90hrbuon] {
    font-size: clamp(24px, 2.5vw, 36px);
    font-weight: 700;
    text-align: center;
    color: #1A73E8;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.blog-title-line[b-xq90hrbuon] {
    width: clamp(350px, 24.31vw, 500px);
    height: 2px;
    background: #1A73E8;
    margin: 25px auto;
}

.blog-intro[b-xq90hrbuon] {
    font-size: clamp(16px, 1.39vw, 20px);
    text-align: center;
    color: #121212;
    margin: 0 auto 4rem;
    line-height: clamp(22px, 1.94vw, 28px);
    font-weight: 400;
    width: 100%;
    max-width: 1440px;
    padding: 0 clamp(1.5rem, 10.14vw, 146px);
    display: block;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.blog-carousel-wrapper[b-xq90hrbuon] {
    overflow: hidden;
    width: 100%;
    max-width: clamp(600px, 79.72vw, 1148px);
    margin: 0 auto 2rem;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

.blog-cards-container[b-xq90hrbuon] {
    display: flex;
    gap: clamp(0.5rem, 0.69vw, 1rem);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    width: fit-content;
    box-sizing: border-box;
}

.blog-card-link[b-xq90hrbuon] {
    text-decoration: none;
    color: inherit;
    display: block;
    flex: 0 0 calc((100% - clamp(0.5rem, 0.69vw, 1rem)) / 2);
    min-width: 0;
    max-width: calc((100% - clamp(0.5rem, 0.69vw, 1rem)) / 2);
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
}

.blog-card[b-xq90hrbuon] {
    background: transparent;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 100%;
    height: clamp(215px, 20.9vw, 301px);
    box-sizing: border-box;
}

.blog-card-link:hover .blog-card[b-xq90hrbuon] {
    transform: translateY(-4px);
}

.blog-image-wrapper[b-xq90hrbuon] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
    position: relative;
    border-radius: 12px;
}

.blog-image[b-xq90hrbuon] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    background: transparent;
}

.blog-gradient-overlay[b-xq90hrbuon] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 12px;
    z-index: 1;
}

.blog-category-tag[b-xq90hrbuon] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: clamp(0.4rem, 0.35vw, 0.5rem);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: clamp(0.3rem, 0.28vw, 0.4rem) clamp(0.6rem, 0.56vw, 0.8rem);
    border-radius: 50px;
    z-index: 2;
    width: fit-content;
    height: fit-content;
    margin-bottom: 0.5rem;
}

.category-dot[b-xq90hrbuon] {
    width: clamp(8px, 0.69vw, 10px);
    height: clamp(8px, 0.69vw, 10px);
    border-radius: 50%;
    background: #1A73E8;
    flex-shrink: 0;
    display: block;
}

.category-text[b-xq90hrbuon] {
    font-size: clamp(12px, 0.97vw, 14px);
    font-weight: 400;
    color: #1A73E8;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    white-space: nowrap;
}

.blog-card-overlay-content[b-xq90hrbuon] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: clamp(0.5rem, 0.69vw, 1rem) clamp(1rem, 1.39vw, 1.5rem);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: clamp(0.25rem, 0.35vw, 0.5rem);
}

.blog-card-title[b-xq90hrbuon] {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.blog-card-meta[b-xq90hrbuon] {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.blog-card-link:hover .blog-card-meta[b-xq90hrbuon] {
    opacity: 1;
    transform: translateY(0);
}

.blog-card-title[b-xq90hrbuon] {
    font-size: clamp(20px, 1.88vw, 27px);
    font-weight: 700;
    color: white;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: clamp(360px, 36.11vw, 520px);
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.blog-card-meta[b-xq90hrbuon] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: clamp(12px, 0.97vw, 14px);
    color: white;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.blog-date[b-xq90hrbuon],
.blog-read-time[b-xq90hrbuon] {
    font-size: clamp(12px, 0.97vw, 14px);
    font-weight: 400;
    color: white;
}

.meta-separator[b-xq90hrbuon] {
    font-size: 18px;
    opacity: 0.7;
}

.blog-navigation[b-xq90hrbuon] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.nav-arrow[b-xq90hrbuon] {
    width: clamp(32px, 2.78vw, 40px);
    height: clamp(32px, 2.78vw, 40px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .nav-arrow svg path[b-xq90hrbuon] {
        stroke: #1A73E8;
        transition: stroke 0.3s ease;
    }

    .nav-arrow:disabled[b-xq90hrbuon] {
        cursor: not-allowed;
        opacity: 0.5;
    }

    .nav-arrow:not(:disabled):hover[b-xq90hrbuon] {
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 20px rgba(26, 115, 232, 0.5);
        transform: scale(1.1);
    }

        .nav-arrow:not(:disabled):hover svg path[b-xq90hrbuon] {
            stroke: #1A73E8;
        }

    .nav-arrow.disabled[b-xq90hrbuon] {
        background: rgba(255, 255, 255, 0.05);
        border-color: rgba(255, 255, 255, 0.1);
    }

        .nav-arrow.disabled svg path[b-xq90hrbuon] {
            stroke: #999;
        }

.view-all-blogs-container[b-xq90hrbuon] {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.view-all-blogs-button[b-xq90hrbuon] {
    display: inline-block;
    padding: 0.875rem 2.5rem;
    background: #1A73E8;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(26, 115, 232, 0.2);
}

    .view-all-blogs-button:hover[b-xq90hrbuon] {
        background: #1565C0;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
    }

/* Responsive */
@media (max-width: 992px) {
    .blog-section[b-xq90hrbuon] {
        padding: 4rem 0;
    }

    .blog-carousel-wrapper[b-xq90hrbuon] {
        max-width: 100%;
        padding: 0 clamp(1.5rem, 10.14vw, 146px);
    }

    .blog-card-link[b-xq90hrbuon] {
        flex: 0 0 calc((100% - clamp(0.5rem, 0.69vw, 1rem)) / 2);
    }
}

@media (max-width: 768px) {
    .blog-section[b-xq90hrbuon] {
        padding: 3rem 0;
    }

    .blog-title-wrapper[b-xq90hrbuon] {
        padding: 0 1.5rem;
    }

    .blog-title-line[b-xq90hrbuon] {
        width: clamp(200px, 50vw, 350px);
    }

    .blog-intro[b-xq90hrbuon] {
        margin-bottom: 2rem;
        padding: 0 1.5rem;
        font-size: 14px;
        line-height: 20px;
    }

    .blog-carousel-wrapper[b-xq90hrbuon] {
        padding: 0 1.5rem;
        margin-bottom: 1.5rem;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        .blog-carousel-wrapper[b-xq90hrbuon]::-webkit-scrollbar {
            display: none;
        }

    .blog-cards-container[b-xq90hrbuon] {
        gap: 0.5rem;
        display: flex;
        width: fit-content;
    }

    .blog-card-link[b-xq90hrbuon] {
        flex: 0 0 calc(100% - 0.25rem);
        min-width: calc(100% - 0.25rem);
        max-width: calc(100% - 0.25rem);
        scroll-snap-align: start;
    }

    .blog-card[b-xq90hrbuon] {
        width: 100%;
        height: auto;
        aspect-ratio: 563 / 301;
        max-width: 100%;
    }

    .blog-card-overlay-content[b-xq90hrbuon] {
        padding: clamp(0.75rem, 2vw, 1rem) clamp(1rem, 3vw, 1.5rem);
        gap: clamp(0.4rem, 1.5vw, 0.5rem);
    }

    .blog-category-tag[b-xq90hrbuon] {
        padding: clamp(0.3rem, 1vw, 0.4rem) clamp(0.6rem, 2vw, 0.8rem);
        margin-bottom: clamp(0.4rem, 1.5vw, 0.5rem);
    }

    .category-text[b-xq90hrbuon] {
        font-size: clamp(11px, 2.5vw, 14px);
    }

    .blog-card-title[b-xq90hrbuon] {
        font-size: clamp(16px, 4vw, 27px);
        line-height: 1.3;
        max-width: 100%;
        -webkit-line-clamp: 2;
    }

    .blog-card-meta[b-xq90hrbuon] {
        font-size: clamp(11px, 2.5vw, 14px);
        opacity: 1;
        transform: translateY(0);
        margin-top: clamp(0.4rem, 1.5vw, 0.5rem);
    }

    .blog-navigation[b-xq90hrbuon] {
        margin-top: 1.5rem;
        gap: 0.75rem;
    }

    .nav-arrow[b-xq90hrbuon] {
        width: clamp(32px, 8vw, 40px);
        height: clamp(32px, 8vw, 40px);
    }

    .view-all-blogs-container[b-xq90hrbuon] {
        margin-top: 2rem;
        padding: 0 1.5rem;
    }

    .view-all-blogs-button[b-xq90hrbuon] {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0.875rem 1.5rem;
        font-size: 14px;
    }
}
/* /Components/Pages/HomeComponents/BlogTag.razor.rz.scp.css */
.blog-tag-page[b-xand72iox6] {
    padding: 8rem 13rem 4rem;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
}

/* Breadcrumb */
.breadcrumb-container[b-xand72iox6] {
    margin-bottom: 2rem;
}

.breadcrumb[b-xand72iox6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    color: #666666;
}

.breadcrumb a[b-xand72iox6] {
    color: #666666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb a:hover[b-xand72iox6] {
    color: #1A73E8;
}

.breadcrumb-separator[b-xand72iox6] {
    color: #999999;
}

.breadcrumb-current[b-xand72iox6] {
    color: #333333;
    font-weight: 500;
}

/* Header */
.blog-tag-header[b-xand72iox6] {
    margin-bottom: 2rem;
}

.blog-tag-title[b-xand72iox6] {
    font-size: 40px;
    font-weight: 700;
    color: #1A73E8;
    margin: 0 0 1rem 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
}

.tag-highlight[b-xand72iox6] {
    color: #0D47A1;
    background: linear-gradient(120deg, #E3EFFB 0%, #F0F4FF 100%);
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    font-style: italic;
}

.blog-tag-description[b-xand72iox6] {
    font-size: 16px;
    color: #666666;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

/* Separator Line */
.title-separator[b-xand72iox6] {
    width: 100%;
    height: 1px;
    background: #E0E0E0;
    margin: 2rem 0 3rem 0;
}

/* Content */
.blog-tag-content[b-xand72iox6] {
    margin-bottom: 4rem;
}

.blog-posts-list[b-xand72iox6] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.blog-post-card-link[b-xand72iox6] {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.3s ease;
}

.blog-post-card-link:hover[b-xand72iox6] {
    transform: translateY(-4px);
}

.blog-post-card[b-xand72iox6] {
    background: transparent;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
}

.blog-image-wrapper[b-xand72iox6] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
    position: relative;
    border-radius: 12px;
}

.blog-image[b-xand72iox6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    background: transparent;
}

.blog-gradient-overlay[b-xand72iox6] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 12px;
    z-index: 1;
}

.blog-category-tag[b-xand72iox6] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(26, 115, 232, 0.9);
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    z-index: 2;
}

.category-dot[b-xand72iox6] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    flex-shrink: 0;
}

.category-text[b-xand72iox6] {
    font-size: 12px;
    font-weight: 600;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.blog-card-overlay-content[b-xand72iox6] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.blog-card-title[b-xand72iox6] {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
}

.blog-card-meta[b-xand72iox6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Montserrat', sans-serif;
}

.blog-date[b-xand72iox6],
.blog-read-time[b-xand72iox6] {
    font-size: 13px;
    font-weight: 400;
}

.meta-separator[b-xand72iox6] {
    font-size: 14px;
    opacity: 0.7;
}

/* No Blogs Found */
.no-blogs-found[b-xand72iox6] {
    text-align: center;
    padding: 4rem 2rem;
    background: #F5F9FF;
    border-radius: 12px;
    border: 2px solid #E3EFFB;
}

.no-blogs-found h2[b-xand72iox6] {
    font-size: 32px;
    font-weight: 700;
    color: #0D47A1;
    margin: 0 0 1rem 0;
    font-family: 'Montserrat', sans-serif;
}

.no-blogs-found p[b-xand72iox6] {
    font-size: 16px;
    color: #666666;
    margin: 0 0 2rem 0;
    font-family: 'Montserrat', sans-serif;
}

.back-link[b-xand72iox6] {
    color: #1A73E8;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
    font-family: 'Montserrat', sans-serif;
}

.back-link:hover[b-xand72iox6] {
    color: #0D47A1;
    text-decoration: underline;
}

/* Related Tags */
.related-tags-section[b-xand72iox6] {
    margin: 4rem 0;
    padding: 2.5rem;
    background: linear-gradient(135deg, #F0F4FF 0%, #E8F0FF 100%);
    border-radius: 12px;
    border: 1px solid #D0E2FF;
}

.related-tags-title[b-xand72iox6] {
    font-size: 24px;
    font-weight: 700;
    color: #0D47A1;
    margin: 0 0 1.5rem 0;
    font-family: 'Montserrat', sans-serif;
}

.related-tags-container[b-xand72iox6] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
}

.related-tag-badge[b-xand72iox6] {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: white;
    color: #1A73E8;
    border: 2px solid #1A73E8;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
}

.related-tag-badge:hover[b-xand72iox6] {
    background: #1A73E8;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.2);
}

/* Back to Blogs Button */
.back-to-blogs-container[b-xand72iox6] {
    text-align: center;
    margin-top: 4rem;
}

.back-to-blogs-link[b-xand72iox6] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #1A73E8;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
}

.back-to-blogs-link:hover[b-xand72iox6] {
    background: #0D47A1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

/* Loading Spinner */
.loading-spinner[b-xand72iox6] {
    text-align: center;
    padding: 4rem 2rem;
    font-size: 18px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
}

/* Responsive */
@media (max-width: 1200px) {
    .blog-tag-page[b-xand72iox6] {
        padding: 6rem 6rem 4rem;
    }
}

@media (max-width: 992px) {
    .blog-tag-page[b-xand72iox6] {
        padding: 6rem 3rem 4rem;
    }

    .blog-tag-title[b-xand72iox6] {
        font-size: 32px;
    }

    .blog-post-card[b-xand72iox6] {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .blog-tag-page[b-xand72iox6] {
        padding: 4rem 1.5rem;
    }

    .breadcrumb[b-xand72iox6] {
        font-size: 12px;
        margin-bottom: 1rem;
    }

    .blog-tag-title[b-xand72iox6] {
        font-size: 24px;
        margin-bottom: 0.75rem;
    }

    .blog-tag-description[b-xand72iox6] {
        font-size: 14px;
    }

    .title-separator[b-xand72iox6] {
        margin: 1.5rem 0 2rem 0;
    }

    .blog-post-card[b-xand72iox6] {
        height: 200px;
    }

    .blog-card-title[b-xand72iox6] {
        font-size: 18px;
    }

    .blog-card-meta[b-xand72iox6] {
        font-size: 12px;
    }

    .related-tags-section[b-xand72iox6] {
        padding: 1.5rem;
        margin: 3rem 0;
    }

    .related-tags-title[b-xand72iox6] {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .back-to-blogs-container[b-xand72iox6] {
        margin-top: 3rem;
    }
}
/* /Components/Pages/HomeComponents/ContactUsSection.razor.rz.scp.css */
.contact-us-section[b-dcm7t7mgn6] {
    padding: 6rem 0;
    background: transparent;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 600px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 6rem clamp(1.5rem, 10.14vw, 146px);
}

.contact-header[b-dcm7t7mgn6] {
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 clamp(1.5rem, 10.14vw, 146px);
}

.contact-title[b-dcm7t7mgn6] {
    font-family: sans-serif;
    font-size: clamp(40px, 4.44vw, 64px);
    font-weight: 700;
    color: #1A73E8;
    margin: 0 auto;
    padding: 0;
    line-height: clamp(44px, 4.86vw, 70px);
    max-width: clamp(438px, 48.3vw, 700px);
}

.contact-subtitle[b-dcm7t7mgn6] {
    font-family: sans-serif;
    font-size: clamp(13px, 1.04vw, 15px);
    font-weight: 400;
    color: #4D4D4D;
    margin: clamp(20px, 1.74vw, 25px) auto;
    padding: 0;
    line-height: clamp(28px, 2.22vw, 32px);
    max-width: 1440px;
}

.contact-container[b-dcm7t7mgn6] {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: clamp(1.5rem, 1.39vw, 2rem) clamp(2rem, 2.78vw, 4rem);
    width: clamp(600px, 79.58vw, 1146px);
    height: fit-content;
    max-width: 1146px;
    margin-top: clamp(30px, 3.47vw, 50px);
    box-sizing: border-box;
}

.contact-form[b-dcm7t7mgn6] {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 1.39vw, 2rem);
    height: 100%;
    justify-content: space-between;
}

.form-row[b-dcm7t7mgn6] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 1.39vw, 2rem);
    flex: 1;
}

.form-group[b-dcm7t7mgn6] {
    display: flex;
    flex-direction: column;
}

.form-input[b-dcm7t7mgn6],
.form-textarea[b-dcm7t7mgn6] {
    padding: 0.75rem 0;
    border: none;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    background: transparent;
    transition: border-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.form-input:focus[b-dcm7t7mgn6],
.form-textarea:focus[b-dcm7t7mgn6] {
    outline: none;
    border-bottom-color: #1A73E8;
}

.form-input[b-dcm7t7mgn6]::placeholder,
.form-textarea[b-dcm7t7mgn6]::placeholder {
    color: #999999;
    font-weight: 400;
}

.form-textarea[b-dcm7t7mgn6] {
    resize: vertical;
    min-height: 120px;
    border-bottom: 1px solid #E0E0E0;
}

.form-textarea:focus[b-dcm7t7mgn6] {
    border-bottom-color: #1A73E8;
}

.submit-button[b-dcm7t7mgn6] {
    padding: 1.2rem 2rem;
    background: #4994FF;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 0.5rem;
    align-self: flex-start;
    width: auto;
}

.submit-button:hover[b-dcm7t7mgn6] {
    background: #1557B0;
    transform: translateY(-2px);
}

.submit-button:active[b-dcm7t7mgn6] {
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 992px) {
    .contact-us-section[b-dcm7t7mgn6] {
        padding: 4rem clamp(1.5rem, 10.14vw, 146px);
    }

    .contact-container[b-dcm7t7mgn6] {
        width: 100%;
        height: auto;
        min-height: clamp(200px, 23.61vw, 340px);
    }

    .form-row[b-dcm7t7mgn6] {
        grid-template-columns: 1fr;
        gap: clamp(1rem, 1.39vw, 1.5rem);
    }
}

@media (max-width: 768px) {
    .contact-us-section[b-dcm7t7mgn6] {
        padding: 3rem 1.5rem;
        min-height: auto;
    }

    .contact-header[b-dcm7t7mgn6] {
        margin-bottom: 2rem;
    }

    .contact-container[b-dcm7t7mgn6] {
        padding: 2rem 1.5rem;
    }

    .contact-title[b-dcm7t7mgn6] {
        font-size: clamp(32px, 4.44vw, 64px);
        line-height: clamp(36px, 4.86vw, 70px);
    }

    .contact-subtitle[b-dcm7t7mgn6] {
        font-size: clamp(13px, 1.04vw, 15px);
        line-height: clamp(28px, 2.22vw, 32px);
        margin: clamp(20px, 1.74vw, 25px) auto;
    }

    .contact-form[b-dcm7t7mgn6] {
        gap: 1.5rem;
    }

    .form-row[b-dcm7t7mgn6] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .form-input[b-dcm7t7mgn6],
    .form-textarea[b-dcm7t7mgn6] {
        font-size: 16px;
        padding: 0.75rem 0;
    }

    .submit-button[b-dcm7t7mgn6] {
        width: 100%;
        padding: 1rem 2rem;
    }
}
/* /Components/Pages/HomeComponents/FooterSection.razor.rz.scp.css */
.footer-section[b-fqd7fn2ez5] {
        font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        position: relative;
    }

    /* Main Footer Area */
    .footer-main[b-fqd7fn2ez5] {
        background: #000000;
        padding: 2rem 13rem 0;
        position: relative;
    }

    /* Scroll to Top Button */
    .scroll-to-top-container[b-fqd7fn2ez5] {
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        pointer-events: auto;
    }

    .scroll-to-top-button[b-fqd7fn2ez5] {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: white;
        border: 1px solid #E0E0E0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding: 0;
        font-size: 0;
        line-height: 1;
        flex-shrink: 0;
    }

    .scroll-to-top-button:hover[b-fqd7fn2ez5] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .scroll-to-top-button:active[b-fqd7fn2ez5] {
        transform: translateY(0);
    }

    .scroll-to-top-button:focus[b-fqd7fn2ez5] {
        outline: 2px solid #1A73E8;
        outline-offset: 2px;
    }

    .scroll-to-top-button svg[b-fqd7fn2ez5] {
        width: 20px;
        height: 20px;
        display: block;
    }

    .footer-container[b-fqd7fn2ez5] {
        max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1.5fr;
        gap: 3rem;
        margin-bottom: 2rem;
    }

    /* Footer Logo */
    .footer-logo[b-fqd7fn2ez5] {
        margin-bottom: 1.5rem;
    }

    .footer-logo-image[b-fqd7fn2ez5] {
        height: 50px;
        width: auto;
    }

    /* Social Media Icons */
    .social-media-icons[b-fqd7fn2ez5] {
        display: flex;
        gap: 1rem;
    }

    .social-icon[b-fqd7fn2ez5] {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        transition: transform 0.2s ease, color 0.2s ease;
    }

    .social-icon:hover[b-fqd7fn2ez5] {
        transform: translateY(-2px);
        color: #1A73E8;
    }

    .social-icon svg[b-fqd7fn2ez5] {
        width: 24px;
        height: 24px;
    }

    /* Footer Columns */
    .footer-column[b-fqd7fn2ez5] {
        display: flex;
        flex-direction: column;
    }

    .footer-column-header[b-fqd7fn2ez5] {
        font-size: 18px;
        font-weight: 700;
        color: white;
        margin: 0 0 1rem 0;
        padding: 0;
    }

    .footer-links[b-fqd7fn2ez5] {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .footer-links a[b-fqd7fn2ez5] {
        font-size: 14px;
        color: white;
        text-decoration: none;
        transition: color 0.2s ease;
        font-weight: 400;
    }

    .footer-links a:hover[b-fqd7fn2ez5] {
        color: #1A73E8;
    }

    /* Contact List */
    .footer-contact[b-fqd7fn2ez5] {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .footer-contact li[b-fqd7fn2ez5] {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        font-size: 14px;
        color: white;
    }

    .footer-contact svg[b-fqd7fn2ez5] {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        margin-top: 2px;
        color: white;
    }

    .footer-contact span[b-fqd7fn2ez5] {
        line-height: 1.5;
    }

    /* Copyright Notice */
    .footer-copyright[b-fqd7fn2ez5] {
        text-align: center;
        padding: 2rem 0;
        background: #1D1D1D;
        margin-top: 2rem;
        margin-left: -13rem;
        margin-right: -13rem;
    }

    .footer-copyright p[b-fqd7fn2ez5] {
        font-size: 14px;
        color: #999999;
        margin: 0;
        padding: 0;
    }

    .footer-copyright strong[b-fqd7fn2ez5] {
        color: white;
        font-weight: 700;
    }

    /* Responsive */
    @media (max-width: 1200px) {
        .footer-main[b-fqd7fn2ez5] {
            padding: 2rem 6rem 0;
        }

        .footer-copyright[b-fqd7fn2ez5] {
            margin-left: -6rem;
            margin-right: -6rem;
        }

        .footer-container[b-fqd7fn2ez5] {
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }
    }

    @media (max-width: 992px) {
        .footer-main[b-fqd7fn2ez5] {
            padding: 2rem 3rem 0;
        }

        .footer-copyright[b-fqd7fn2ez5] {
            margin-left: -3rem;
            margin-right: -3rem;
        }
    }

    @media (max-width: 768px) {
        .footer-main[b-fqd7fn2ez5] {
            padding: 2rem 1.5rem 0;
        }

        .footer-copyright[b-fqd7fn2ez5] {
            margin-left: -1.5rem;
            margin-right: -1.5rem;
            padding: 1.5rem 0;
        }

        .footer-container[b-fqd7fn2ez5] {
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .footer-logo-image[b-fqd7fn2ez5] {
            height: 40px;
        }

        .footer-column-header[b-fqd7fn2ez5] {
            font-size: 16px;
        }

        .footer-links a[b-fqd7fn2ez5],
        .footer-contact li[b-fqd7fn2ez5] {
            font-size: 13px;
        }

        .scroll-to-top-button[b-fqd7fn2ez5] {
            width: 45px;
            height: 45px;
        }

        .social-icon[b-fqd7fn2ez5] {
            width: 36px;
            height: 36px;
        }

        .social-icon svg[b-fqd7fn2ez5] {
            width: 20px;
            height: 20px;
        }
    }
/* /Components/Pages/LandingPage/MainTitle.razor.rz.scp.css */
.main-title[b-v9a38rhp6j] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 12px;
}

.main-title h2[b-v9a38rhp6j] {
  text-align: center;
  text-wrap: nowrap;
  font-size: 42px;
  font-weight: 500;
}

.main-title p[b-v9a38rhp6j] {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  width: 500px;
}

@media (max-width: 767px) {
  .main-title h2[b-v9a38rhp6j] {
    font-size: 25px;
  }

  .main-title p[b-v9a38rhp6j] {
    font-size: 12px;
    width: 250px;
  }
}
/* /Components/Pages/LandingPage/ServiceCard.razor.rz.scp.css */
.service-card[b-186lshjdij] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.service-card .serves-img[b-186lshjdij] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 20px;
  margin-bottom: 20px;
  border: 2px solid var(--color-secondary);
  border-radius: var(--main-radius);
  box-shadow: 6px 6px 0px 0px var(--color-blue);
}

.service-card img[b-186lshjdij] {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.service-card h3[b-186lshjdij] {
  font-weight: 600;
  margin-bottom: 10px;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .service-card h3[b-186lshjdij] {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .service-card h3[b-186lshjdij] {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .service-card h3[b-186lshjdij] {
    font-size: 1rem;
  }
}
/* /Components/Pages/LandingPage/TeamCard.razor.rz.scp.css */
.team-card[b-8yh3q6qsnn] {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    max-width: 100%;
    align-items: center;
}

.team-card img[b-8yh3q6qsnn] {
  border-radius: 8px;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.team-card h3[b-8yh3q6qsnn] {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.team-card p[b-8yh3q6qsnn] {
  font-size: 0.8rem;
  color: var(--color-gray);
  font-weight: 300;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .team-card[b-8yh3q6qsnn] {
    min-width: 100%;
    flex: 0 0 100%;
    position: relative;
  }
  .team-card img[b-8yh3q6qsnn] {
    object-fit: scale-down;
    width: 100%;
  }
}
/* /Components/Pages/LandingPage/WhyUs.razor.rz.scp.css */
.whyUs-card[b-t2nqclh9d7] {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  padding: 15px;
  border: 1px solid var(--color-border);
  border-radius: var(--main-radius);
  background: rgba(0, 0, 0, 0.02);
  height: 180px;

}

.whyUs-card img[b-t2nqclh9d7] {
  border-radius: var(--main-radius);
  height: 36px;
  width: 36px;
  max-width: 100%;
  object-fit: cover;
}

.whyUs-card h3[b-t2nqclh9d7] {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.whyUs-card p[b-t2nqclh9d7] {
  font-size: 0.8rem;
  color: var(--color-gray);
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-align: start;
}

/* /Components/Pages/NursePages/NurseAddLabRadio.razor.rz.scp.css */
.labradio-temp-main-container[b-jd2tp31b3v] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 100%;
    z-index: 1050;
    direction:ltr;
}

.inner-container[b-jd2tp31b3v] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 80%;
    padding:20px 30px;
    border-radius: 10px;
/*    font-family: 'inter';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
    z-index:5;
}
.sticky-lg-top[b-jd2tp31b3v] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
    z-index:5 !important;
}
/* /Components/Pages/NursePages/NursePage.razor.rz.scp.css */
.main-container[b-c8rj3rtx14] {
    background-color: #EFF0F2;
    position:relative;
    /*overflow: hidden;*/
}
.section1-info[b-c8rj3rtx14] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .section1-info img[b-c8rj3rtx14] {
        width: 100%;
    }

    .section1-info .info-container[b-c8rj3rtx14] {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 15px;
    }

        .section1-info .info-container > div[b-c8rj3rtx14] {
            display: flex;
            flex-direction: column;
            background-color: white;
            border-radius: 10px;
            padding: 20px 12px;
            gap: 5px;
        }

        .section1-info .info-container .new-consultations[b-c8rj3rtx14] {
            width: 25%;
        }

        .section1-info .info-container .reviews[b-c8rj3rtx14] {
            width: 25%;
        }

        .section1-info .info-container .advertisements[b-c8rj3rtx14] {
            width: 50%;
            padding: 0;
        }

.first-row[b-c8rj3rtx14], .second-row[b-c8rj3rtx14] {
    display: inline-flex;
    justify-content: space-between;
}

    .first-row label[b-c8rj3rtx14] {
/**/
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #464748;
    }

.count[b-c8rj3rtx14] {
/*    ;*/
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    color: #060B1E;
}

.percent[b-c8rj3rtx14] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px;
    margin: 10px;
    background: rgba(1, 126, 245, 0.1);
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #017EF5;
    width: 80px;
}

.header-container[b-c8rj3rtx14] {
    width: 100%;
}

.doctors-button-container[b-c8rj3rtx14] {
    display: inline-flex;
    background-color: white;
    border-radius: 5px;
    position: relative;
}

.select-container[b-c8rj3rtx14] {
    display: inline-flex;
}

.dialog-container[b-c8rj3rtx14] {
    position: relative;
}

.select-doctors-dialog[b-c8rj3rtx14] {
    position: absolute;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    /*left: -83px;*/
    z-index: 3;
    background-color: white;
    border: solid 1px black;
    padding: 10px;
}

.section2-doctors[b-c8rj3rtx14] {
    display: flex;
    flex-direction: column;
}

.doctors-container[b-c8rj3rtx14] {
    display: inline-flex;
    background-color: white;
    border-radius: 5px;
    position: relative;
    gap: 15px;
    background-color: #EFF0F2;
}

    .doctors-container .doctor-box[b-c8rj3rtx14] {
        position: relative;
        border-radius: 10px;
    }



.spinner-border[b-c8rj3rtx14] {
    position: absolute;
    top: 25%;
    left: 35%;
    color: blue;
    width:100px;
    height:100px;
}
.section3-reservations[b-c8rj3rtx14] {
    padding: 5px;
}

.reservation-strip[b-c8rj3rtx14] {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
/*    ;*/
}

.clinic-info[b-c8rj3rtx14] {

}

    .clinic-info .date[b-c8rj3rtx14] {
/**/
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #8792A6;
    }

.button-container[b-c8rj3rtx14] {
    display: flex;
    justify-content: space-between; /* Align items on both ends */
    align-items: center; /* Center-align vertically */
    gap: 8px;
    padding-bottom:8px;
}

.labels-container[b-c8rj3rtx14], [b-c8rj3rtx14] .reservation-row {
    display: grid;
    grid-template-columns: 5% 20% 10% 15% 10% 15% 15%  10%;
    width: 100%;
    justify-items: center;
    align-items:center;
}

.labels-container[b-c8rj3rtx14] {
    width: 100%;
/*    ;*/
    font-weight: 500;
    font-size: 20px;
    background-color: white;
    padding:0 10px;
}
    .labels-container > *[b-c8rj3rtx14], [b-c8rj3rtx14] .reservation-row > * {
        padding: 10px;
        border: 1px solid #ddd;
        width: 100%;
        text-align: center;
        height: 100%;
        border-radius: 0 !important;
        justify-content: center;
        align-items: center;
    }
.main-reservation-row[b-c8rj3rtx14] {
    direction: rtl;
}

.extra-services[b-c8rj3rtx14] {
    display: inline-flex;
}

    .extra-services .switch[b-c8rj3rtx14] {
        transform: scale(0.7) !important;
    }

.res-status[b-c8rj3rtx14] {
    position: relative;
}

    .res-status span[b-c8rj3rtx14] {
        font-size: 10px;
    }
.res-status[b-c8rj3rtx14] {
    position: relative;
    background: none !important;
}

    .res-status button[b-c8rj3rtx14] {
        background: white;
        border: none;
    }

.status-dropdown[b-c8rj3rtx14] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: 40px;
    padding: 10px;
    width: 250px;
    background-color: white;
    position: absolute;
    z-index: 100;
    border: groove 1px gray;
    width: max-content;
    font-size: 14px;
}

    .status-dropdown hr[b-c8rj3rtx14] {
        margin: 0;
    }
.no-reservation[b-c8rj3rtx14] {
    display: flex;
    justify-content: center;
}
.reservation-row[b-c8rj3rtx14] {
    direction: rtl;
}
.tel img[b-c8rj3rtx14] {
    width: 30px;
}
/* /Components/Pages/OtherScientificPages/ContrindicationsAddUpdate.razor.rz.scp.css */
.main-container[b-9mz33rq606] {
    padding: 1.5rem;
    background-color: #f8f9fa;
    min-height: 100vh;
}

/* Header Sections */
.page-header[b-9mz33rq606] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #eef2f7;
}

.page-title[b-9mz33rq606] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.service-description[b-9mz33rq606] {
    color: #6c757d;
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

.header-actions[b-9mz33rq606] {
    margin-bottom: 2rem;
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.export-controls[b-9mz33rq606] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.date-range[b-9mz33rq606] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.range-label[b-9mz33rq606] {
    font-weight: 600;
    color: #546e7a;
    font-size: 0.85rem;
}

/* Records Layout */
.records-grid[b-9mz33rq606] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Card Styling */
.record-card[b-9mz33rq606], .pro-card[b-9mz33rq606] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.record-card:hover[b-9mz33rq606] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

.card-header[b-9mz33rq606] {
    background-color: #fcfcfc;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-index[b-9mz33rq606] {
    font-weight: 800;
    color: #017ef5;
    background: #e3f2fd;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

.card-body[b-9mz33rq606] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.field-row[b-9mz33rq606] {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.flex-2[b-9mz33rq606] { flex: 2; }
.flex-1[b-9mz33rq606] { flex: 1; }

.trimester-grid[b-9mz33rq606] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
    background-color: #f8faff;
    border-radius: 10px;
    border: 1px solid #e3f2fd;
}

/* Form Elements */
.field-group[b-9mz33rq606] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.field-label[b-9mz33rq606] {
    font-weight: 700;
    color: #455a64;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bold-text[b-9mz33rq606] {
    font-weight: 600;
    color: #017ef5;
}

.form-control[b-9mz33rq606], .form-select[b-9mz33rq606] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.form-control:focus[b-9mz33rq606], .form-select:focus[b-9mz33rq606] {
    border-color: #017ef5;
    box-shadow: 0 0 0 3px rgba(1, 126, 245, 0.1);
    outline: none;
}

textarea.form-control[b-9mz33rq606] {
    min-height: 80px;
    resize: vertical;
}

.warning-area[b-9mz33rq606] {
    border-color: #ffcdd2;
    background-color: #fff9f9;
}

/* AI Fields */
.ai-field[b-9mz33rq606] {
    background: #f3f8ff;
    padding: 1rem;
    border-radius: 8px;
    border: 1px dashed #90caf9;
}

.ai-label[b-9mz33rq606] {
    color: #1976d2;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.ai-text[b-9mz33rq606] {
    background: transparent !important;
    border: none !important;
    font-style: italic;
    color: #546e7a;
}

.btn-ai[b-9mz33rq606] {
    background: #fff;
    border: 1.5px solid #64b5f6;
    color: #1976d2;
    margin-top: 0.5rem;
    width: auto;
    font-size: 0.9rem;
}

.ai-textarea-wrapper[b-9mz33rq606] {
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Actions */
.btn[b-9mz33rq606] {
    padding: 0.7rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
    transition: all 0.2s;
}

.btn-primary[b-9mz33rq606] { background-color: #017ef5; color: white; }
.btn-large[b-9mz33rq606] { padding: 1rem 2.5rem; font-size: 1.1rem; }
.btn-outline[b-9mz33rq606] { background: transparent; border: 1.5px solid #017ef5; color: #017ef5; }
.btn-secondary[b-9mz33rq606] { background-color: #607d8b; color: white; }

.btn-icon[b-9mz33rq606] {
    background: none; border: none; font-size: 1.25rem;
    cursor: pointer; border-radius: 50%; width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
}
.btn-icon.delete[b-9mz33rq606] { color: #f44336; }
.btn-icon.delete:hover[b-9mz33rq606] { background-color: #ffebee; }

.sticky-footer[b-9mz33rq606] {
    position: sticky; bottom: 1.5rem; display: flex; justify-content: center; z-index: 10;
}

/* New Entry styling */
.new-submission-section[b-9mz33rq606] { margin-top: 3rem; }
.card-footer[b-9mz33rq606] {
    padding: 1.5rem; background: #fafafa; border-top: 1px solid #eee;
    display: flex; justify-content: space-between; align-items: center;
}

.sync-actions[b-9mz33rq606] { display: flex; align-items: center; gap: 1rem; }
.sync-text[b-9mz33rq606] { font-size: 0.75rem; font-weight: 800; color: #90a4ae; }

@media (min-width: 992px) {
    .trimester-grid[b-9mz33rq606] { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .field-row[b-9mz33rq606] { flex-direction: column; }
    .card-footer[b-9mz33rq606] { flex-direction: column; gap: 1rem; align-items: stretch; }
}
/* /Components/Pages/OtherScientificPages/DrugInteractionsAddUpdate.razor.rz.scp.css */
.main-container[b-wln3za2sv5] {
    padding: 1.5rem;
    background-color: #f8f9fa;
    min-height: 100vh;
}

/* Header Sections */
.page-header[b-wln3za2sv5] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #eef2f7;
}

.page-title[b-wln3za2sv5] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.service-description[b-wln3za2sv5] {
    color: #6c757d;
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

.header-actions[b-wln3za2sv5] {
    margin-bottom: 1.5rem;
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.export-controls[b-wln3za2sv5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.date-range[b-wln3za2sv5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.range-label[b-wln3za2sv5] {
    font-weight: 600;
    color: #546e7a;
    font-size: 0.85rem;
}

/* Search Bar Styling */
.search-filter-bar[b-wln3za2sv5] {
    margin-bottom: 1.5rem;
}

.search-wrapper[b-wln3za2sv5] {
    position: relative;
    max-width: 500px;
}

.search-icon[b-wln3za2sv5] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #90a4ae;
    z-index: 5;
}

.search-input[b-wln3za2sv5] {
    padding-left: 2.75rem !important;
    height: 48px;
    border-radius: 12px !important;
    border: 1.5px solid #e0e6ed !important;
    background: #fff !important;
}

/* Records Layout */
.records-grid[b-wln3za2sv5] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Card Styling */
.record-card[b-wln3za2sv5], .pro-card[b-wln3za2sv5] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.record-card:hover[b-wln3za2sv5] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

.card-header[b-wln3za2sv5] {
    background-color: #fcfcfc;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-main[b-wln3za2sv5] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.card-index[b-wln3za2sv5] {
    font-weight: 800;
    color: #017ef5;
    background: #e3f2fd;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

.interaction-with[b-wln3za2sv5] {
    font-size: 0.85rem;
    color: #607d8b;
    font-weight: 500;
}

.drug-name[b-wln3za2sv5] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a237e;
}

.ref-tag[b-wln3za2sv5] {
    color: #f48fb1;
    font-style: italic;
    font-weight: 500;
}

.card-body[b-wln3za2sv5] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.field-row[b-wln3za2sv5] {
    display: flex;
    gap: 1.25rem;
}

.grid-2-col[b-wln3za2sv5] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.flex-1[b-wln3za2sv5] { flex: 1; }
.flex-2[b-wln3za2sv5] { flex: 2; }

/* Form Elements */
.field-group[b-wln3za2sv5] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.field-label[b-wln3za2sv5] {
    font-weight: 700;
    color: #455a64;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-control[b-wln3za2sv5], .form-select[b-wln3za2sv5] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.form-control:focus[b-wln3za2sv5], .form-select:focus[b-wln3za2sv5] {
    border-color: #017ef5;
    box-shadow: 0 0 0 3px rgba(1, 126, 245, 0.1);
    outline: none;
}

textarea.form-control[b-wln3za2sv5] {
    min-height: 80px;
    resize: vertical;
}

.type-select[b-wln3za2sv5] {
    font-weight: 600;
    color: #017ef5;
}

.warning-area[b-wln3za2sv5] {
    border-color: #ffcdd2;
    background-color: #fff9f9;
}

/* AI Elements */
.ai-textarea-wrapper[b-wln3za2sv5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.btn-ai[b-wln3za2sv5] {
    background: #fff;
    border: 1.5px solid #64b5f6;
    color: #1976d2;
    margin-top: 0.5rem;
    width: fit-content;
    font-size: 0.85rem;
}

/* Status Messages */
.error-msg[b-wln3za2sv5], .warning-msg[b-wln3za2sv5] {
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.error-msg[b-wln3za2sv5] { color: #d32f2f; }
.warning-msg[b-wln3za2sv5] { color: #f57c00; }

/* Actions */
.btn[b-wln3za2sv5] {
    padding: 0.7rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
}

.btn-primary[b-wln3za2sv5] { background-color: #017ef5; color: white; }
.btn-large[b-wln3za2sv5] { padding: 1rem 2.5rem; font-size: 1.1rem; }
.btn-outline[b-wln3za2sv5] { background: transparent; border: 1.5px solid #017ef5; color: #017ef5; }
.btn-secondary[b-wln3za2sv5] { background-color: #607d8b; color: white; }

.btn-icon[b-wln3za2sv5] {
    background: none; border: none; font-size: 1.25rem;
    cursor: pointer; border-radius: 50%; width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
}
.btn-icon.delete[b-wln3za2sv5] { color: #f44336; }
.btn-icon.delete:hover[b-wln3za2sv5] { background-color: #ffebee; }

.sticky-footer[b-wln3za2sv5] {
    position: sticky; bottom: 1.5rem; display: flex; justify-content: center; z-index: 10;
}

/* New Submission Box */
.new-submission-section[b-wln3za2sv5] { margin-top: 3rem; }
.card-footer[b-wln3za2sv5] {
    padding: 1.5rem; background: #fafafa; border-top: 1px solid #eee;
    display: flex; justify-content: space-between; align-items: center;
}

.sync-actions[b-wln3za2sv5] { display: flex; align-items: center; gap: 1rem; }
.sync-text[b-wln3za2sv5] { font-size: 0.75rem; font-weight: 800; color: #90a4ae; }

/* Responsive */
@media (min-width: 992px) {
    .grid-2-col[b-wln3za2sv5] { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .field-row[b-wln3za2sv5] { flex-direction: column; }
    .card-footer[b-wln3za2sv5] { flex-direction: column; gap: 1rem; align-items: stretch; }
    .interaction-with[b-wln3za2sv5] { display: none; }
}
/* /Components/Pages/OtherScientificPages/DrugSideEffectsAddUpdate.razor.rz.scp.css */
.main-container[b-sft1ep27lb] {
    padding: 1.5rem;
    background-color: #f8f9fa;
    min-height: 100vh;
}

/* Header Sections */
.page-header[b-sft1ep27lb] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #eef2f7;
}

.page-title[b-sft1ep27lb] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.service-description[b-sft1ep27lb] {
    color: #6c757d;
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

.header-actions[b-sft1ep27lb] {
    margin-bottom: 1.5rem;
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.export-controls[b-sft1ep27lb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.date-range[b-sft1ep27lb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.range-label[b-sft1ep27lb] {
    font-weight: 600;
    color: #546e7a;
    font-size: 0.85rem;
}

/* Records Layout */
.records-grid[b-sft1ep27lb] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Card Styling */
.record-card[b-sft1ep27lb], .pro-card[b-sft1ep27lb] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.record-card:hover[b-sft1ep27lb] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

.card-header[b-sft1ep27lb] {
    background-color: #fcfcfc;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-index[b-sft1ep27lb] {
    font-weight: 800;
    color: #017ef5;
    background: #e3f2fd;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

.card-body[b-sft1ep27lb] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.field-row[b-sft1ep27lb] {
    display: flex;
    gap: 1.25rem;
}

.grid-2-col[b-sft1ep27lb] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.flex-1[b-sft1ep27lb] { flex: 1; }
.flex-2[b-sft1ep27lb] { flex: 2; }

/* Form Elements */
.field-group[b-sft1ep27lb] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.field-label[b-sft1ep27lb] {
    font-weight: 700;
    color: #455a64;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bold-text[b-sft1ep27lb] {
    font-weight: 700;
    color: #d32f2f;
}

.form-control[b-sft1ep27lb] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.form-control:focus[b-sft1ep27lb] {
    border-color: #017ef5;
    box-shadow: 0 0 0 3px rgba(1, 126, 245, 0.1);
    outline: none;
}

textarea.form-control[b-sft1ep27lb] {
    min-height: 80px;
    resize: vertical;
}

.warning-area[b-sft1ep27lb] {
    border-color: #ffcdd2;
    background-color: #fff9f9;
}

/* Actions */
.btn[b-sft1ep27lb] {
    padding: 0.7rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
}

.btn-primary[b-sft1ep27lb] { background-color: #017ef5; color: white; }
.btn-large[b-sft1ep27lb] { padding: 1rem 2.5rem; font-size: 1.1rem; }
.btn-outline[b-sft1ep27lb] { background: transparent; border: 1.5px solid #017ef5; color: #017ef5; }
.btn-secondary[b-sft1ep27lb] { background-color: #607d8b; color: white; }

.btn-icon[b-sft1ep27lb] {
    background: none; border: none; font-size: 1.25rem;
    cursor: pointer; border-radius: 50%; width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
}
.btn-icon.delete[b-sft1ep27lb] { color: #f44336; }
.btn-icon.delete:hover[b-sft1ep27lb] { background-color: #ffebee; }

.sticky-footer[b-sft1ep27lb] {
    position: sticky; bottom: 1.5rem; display: flex; justify-content: center; z-index: 10;
}

/* New Submission Box */
.new-submission-section[b-sft1ep27lb] { margin-top: 3rem; }
.card-footer[b-sft1ep27lb] {
    padding: 1.5rem; background: #fafafa; border-top: 1px solid #eee;
    display: flex; justify-content: space-between; align-items: center;
}

.sync-actions[b-sft1ep27lb] { display: flex; align-items: center; gap: 1rem; }
.sync-text[b-sft1ep27lb] { font-size: 0.75rem; font-weight: 800; color: #90a4ae; }

/* Responsive */
@media (min-width: 992px) {
    .grid-2-col[b-sft1ep27lb] { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .field-row[b-sft1ep27lb] { flex-direction: column; }
    .card-footer[b-sft1ep27lb] { flex-direction: column; gap: 1rem; align-items: stretch; }
}
/* /Components/Pages/OtherScientificPages/FoodInteractionsAddUpdate.razor.rz.scp.css */
.main-container[b-c7zrcdy056] {
    padding: 1.5rem;
    background-color: #f8f9fa;
    min-height: 100vh;
}

/* Header Sections */
.page-header[b-c7zrcdy056] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #eef2f7;
}

.page-title[b-c7zrcdy056] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.service-description[b-c7zrcdy056] {
    color: #6c757d;
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

.header-actions[b-c7zrcdy056] {
    margin-bottom: 1.5rem;
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.export-controls[b-c7zrcdy056] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.date-range[b-c7zrcdy056] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.range-label[b-c7zrcdy056] {
    font-weight: 600;
    color: #546e7a;
    font-size: 0.85rem;
}

/* Records Layout */
.records-grid[b-c7zrcdy056] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Card Styling */
.record-card[b-c7zrcdy056], .pro-card[b-c7zrcdy056] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.record-card:hover[b-c7zrcdy056] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

.card-header[b-c7zrcdy056] {
    background-color: #fcfcfc;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-index[b-c7zrcdy056] {
    font-weight: 800;
    color: #017ef5;
    background: #e3f2fd;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

.card-body[b-c7zrcdy056] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.field-row[b-c7zrcdy056] {
    display: flex;
    gap: 1.25rem;
}

.grid-2-col[b-c7zrcdy056] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.flex-1[b-c7zrcdy056] { flex: 1; }

/* Form Elements */
.field-group[b-c7zrcdy056] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.field-label[b-c7zrcdy056] {
    font-weight: 700;
    color: #455a64;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-control[b-c7zrcdy056], .form-select[b-c7zrcdy056] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.form-control:focus[b-c7zrcdy056], .form-select:focus[b-c7zrcdy056] {
    border-color: #017ef5;
    box-shadow: 0 0 0 3px rgba(1, 126, 245, 0.1);
    outline: none;
}

textarea.form-control[b-c7zrcdy056] {
    min-height: 80px;
    resize: vertical;
}

.rule-select[b-c7zrcdy056] {
    font-weight: 700;
    color: #1a237e;
    background-color: #f5f5f5;
}

.highlight-field[b-c7zrcdy056] {
    background: #e3f2fd;
    padding: 1rem;
    border-radius: 10px;
    border-left: 4px solid #017ef5;
}

.warning-area[b-c7zrcdy056] {
    border-color: #ffcdd2;
    background-color: #fff9f9;
}

/* Actions */
.btn[b-c7zrcdy056] {
    padding: 0.7rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
}

.btn-primary[b-c7zrcdy056] { background-color: #017ef5; color: white; }
.btn-large[b-c7zrcdy056] { padding: 1rem 2.5rem; font-size: 1.1rem; }
.btn-outline[b-c7zrcdy056] { background: transparent; border: 1.5px solid #017ef5; color: #017ef5; }
.btn-secondary[b-c7zrcdy056] { background-color: #607d8b; color: white; }

.btn-icon[b-c7zrcdy056] {
    background: none; border: none; font-size: 1.25rem;
    cursor: pointer; border-radius: 50%; width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
}
.btn-icon.delete[b-c7zrcdy056] { color: #f44336; }
.btn-icon.delete:hover[b-c7zrcdy056] { background-color: #ffebee; }

.sticky-footer[b-c7zrcdy056] {
    position: sticky; bottom: 1.5rem; display: flex; justify-content: center; z-index: 10;
}

/* New Submission Box */
.new-submission-section[b-c7zrcdy056] { margin-top: 3rem; }
.card-footer[b-c7zrcdy056] {
    padding: 1.5rem; background: #fafafa; border-top: 1px solid #eee;
    display: flex; justify-content: space-between; align-items: center;
}

.sync-actions[b-c7zrcdy056] { display: flex; align-items: center; gap: 1rem; }
.sync-text[b-c7zrcdy056] { font-size: 0.75rem; font-weight: 800; color: #90a4ae; }

/* Responsive */
@media (min-width: 992px) {
    .grid-2-col[b-c7zrcdy056] { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .field-row[b-c7zrcdy056] { flex-direction: column; }
    .card-footer[b-c7zrcdy056] { flex-direction: column; gap: 1rem; align-items: stretch; }
}
/* /Components/Pages/OtherScientificPages/InteractionsLoader.razor.rz.scp.css */
.main-grid[b-mmttqx86ww]
{
    display:grid;
    grid-template-columns: repeat(7, fr);

}
/* /Components/Pages/OtherScientificPages/LactationAddUpdate.razor.rz.scp.css */
.main-container[b-ypk4kdph8g] {
    padding: 1.5rem;
    background-color: #f8f9fa;
    min-height: 100vh;
}

/* Header Sections */
.page-header[b-ypk4kdph8g] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #eef2f7;
}

.page-title[b-ypk4kdph8g] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.service-description[b-ypk4kdph8g] {
    color: #6c757d;
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

.header-actions[b-ypk4kdph8g] {
    margin-bottom: 1.5rem;
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.export-controls[b-ypk4kdph8g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.date-range[b-ypk4kdph8g] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.range-label[b-ypk4kdph8g] {
    font-weight: 600;
    color: #546e7a;
    font-size: 0.85rem;
}

/* Records Layout */
.records-grid[b-ypk4kdph8g] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Card Styling */
.record-card[b-ypk4kdph8g], .pro-card[b-ypk4kdph8g] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.record-card:hover[b-ypk4kdph8g] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

.card-header[b-ypk4kdph8g] {
    background-color: #fcfcfc;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-index[b-ypk4kdph8g] {
    font-weight: 800;
    color: #017ef5;
    background: #e3f2fd;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

.card-index.new-badge[b-ypk4kdph8g] {
    color: #2e7d32;
    background: #e8f5e9;
}

.card-body[b-ypk4kdph8g] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.grid-2-col[b-ypk4kdph8g] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

/* Form Elements */
.field-group[b-ypk4kdph8g] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.field-label[b-ypk4kdph8g] {
    font-weight: 700;
    color: #455a64;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-control[b-ypk4kdph8g], .form-select-pro[b-ypk4kdph8g] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.status-select-pro[b-ypk4kdph8g] {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    box-sizing: border-box;
    border-left: 5px solid #d0d0d0;
    transition: border-left-color 0.2s ease;
}

.status-select-pro.status-unselected[b-ypk4kdph8g] {
    border-left-color: #d0d0d0;
}

.status-select-pro.status-safe[b-ypk4kdph8g] {
    border-left-color: green;
}

.status-select-pro.status-compatible[b-ypk4kdph8g] {
    border-left-color: mediumseagreen;
}

.status-select-pro.status-benefits[b-ypk4kdph8g] {
    border-left-color: lightgreen;
}

.status-select-pro.status-limited[b-ypk4kdph8g] {
    border-left-color: lightblue;
}

.status-select-pro.status-notrecommended[b-ypk4kdph8g] {
    border-left-color: hotpink;
}

.status-select-pro.status-caution[b-ypk4kdph8g] {
    border-left-color: darkred;
}

.status-select-pro.status-avoided[b-ypk4kdph8g] {
    border-left-color: red;
}

.status-select-pro.status-noinfo[b-ypk4kdph8g] {
    border-left-color: gray;
}

.form-control:focus[b-ypk4kdph8g], .status-select-pro:focus[b-ypk4kdph8g] {
    border-top-color: #017ef5;
    border-right-color: #017ef5;
    border-bottom-color: #017ef5;
    box-shadow: 0 0 0 3px rgba(1, 126, 245, 0.1);
    outline: none;
}

textarea.form-control[b-ypk4kdph8g] {
    min-height: 80px;
    resize: vertical;
}

.warning-area[b-ypk4kdph8g] {
    border-color: #ffcdd2;
    background-color: #fff9f9;
}

/* Actions */
.btn[b-ypk4kdph8g] {
    padding: 0.7rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
}

.btn-primary[b-ypk4kdph8g] { background-color: #017ef5; color: white; }
.btn-large[b-ypk4kdph8g] { padding: 1rem 2.5rem; font-size: 1.1rem; }
.btn-outline[b-ypk4kdph8g] { background: transparent; border: 1.5px solid #017ef5; color: #017ef5; }
.btn-secondary[b-ypk4kdph8g] { background-color: #607d8b; color: white; }

.btn-icon[b-ypk4kdph8g] {
    background: none; border: none; font-size: 1.25rem;
    cursor: pointer; border-radius: 50%; width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
}
.btn-icon.delete[b-ypk4kdph8g] { color: #f44336; }
.btn-icon.delete:hover[b-ypk4kdph8g] { background-color: #ffebee; }

.sticky-footer[b-ypk4kdph8g] {
    position: sticky; bottom: 1.5rem; display: flex; justify-content: center; z-index: 10;
}

/* Sync Section */
.sync-section-pro[b-ypk4kdph8g] { margin-top: 3rem; display: flex; justify-content: center; }
.sync-card[b-ypk4kdph8g] {
    background: #f8f9fb; border: 1px dashed #017ef5; padding: 1.5rem;
    border-radius: 12px; display: flex; flex-direction: column; align-items: center; gap: 0.75rem;
}
.sync-title[b-ypk4kdph8g] { font-size: 0.75rem; font-weight: 800; color: #017ef5; letter-spacing: 1px; }

/* New Submission Box */
.new-submission-section[b-ypk4kdph8g] { margin-top: 3rem; }
.card-footer[b-ypk4kdph8g] {
    padding: 1.5rem; background: #fafafa; border-top: 1px solid #eee;
    display: flex; justify-content: flex-end;
}

/* Responsive */
@media (min-width: 992px) {
    .grid-2-col[b-ypk4kdph8g] { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .card-footer[b-ypk4kdph8g] { flex-direction: column; gap: 1rem; align-items: stretch; }
}
/* /Components/Pages/OtherScientificPages/MedicationUsesAddUpdate.razor.rz.scp.css */
.main-container[b-9tz1ytgwuw] {
    padding: 1.5rem;
    background-color: #f8f9fa;
    min-height: 100vh;
}

/* Header Sections */
.page-header[b-9tz1ytgwuw] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #eef2f7;
}

.page-title[b-9tz1ytgwuw] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.service-description[b-9tz1ytgwuw] {
    color: #6c757d;
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

.header-actions[b-9tz1ytgwuw] {
    margin-bottom: 1.5rem;
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.export-controls[b-9tz1ytgwuw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.date-range[b-9tz1ytgwuw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.range-label[b-9tz1ytgwuw] {
    font-weight: 600;
    color: #546e7a;
    font-size: 0.85rem;
}

/* Records Layout */
.records-grid[b-9tz1ytgwuw] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Card Styling */
.record-card[b-9tz1ytgwuw], .pro-card[b-9tz1ytgwuw] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.record-card:hover[b-9tz1ytgwuw] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

.card-header[b-9tz1ytgwuw] {
    background-color: #fcfcfc;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-index[b-9tz1ytgwuw] {
    font-weight: 800;
    color: #017ef5;
    background: #e3f2fd;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

.card-body[b-9tz1ytgwuw] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.grid-2-col[b-9tz1ytgwuw] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

/* Form Elements */
.field-group[b-9tz1ytgwuw] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.field-label[b-9tz1ytgwuw] {
    font-weight: 700;
    color: #455a64;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bold-text[b-9tz1ytgwuw] {
    font-weight: 700;
    color: #017ef5;
}

.form-control[b-9tz1ytgwuw] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.form-control:focus[b-9tz1ytgwuw] {
    border-color: #017ef5;
    box-shadow: 0 0 0 3px rgba(1, 126, 245, 0.1);
    outline: none;
}

textarea.form-control[b-9tz1ytgwuw] {
    min-height: 60px;
    resize: vertical;
}

.warning-area[b-9tz1ytgwuw] {
    border-color: #ffcdd2;
    background-color: #fff9f9;
}

/* Actions */
.btn[b-9tz1ytgwuw] {
    padding: 0.7rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
}

.btn-primary[b-9tz1ytgwuw] { background-color: #017ef5; color: white; }
.btn-large[b-9tz1ytgwuw] { padding: 1rem 2.5rem; font-size: 1.1rem; }
.btn-outline[b-9tz1ytgwuw] { background: transparent; border: 1.5px solid #017ef5; color: #017ef5; }
.btn-secondary[b-9tz1ytgwuw] { background-color: #607d8b; color: white; }

.btn-icon[b-9tz1ytgwuw] {
    background: none; border: none; font-size: 1.25rem;
    cursor: pointer; border-radius: 50%; width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
}
.btn-icon.delete[b-9tz1ytgwuw] { color: #f44336; }
.btn-icon.delete:hover[b-9tz1ytgwuw] { background-color: #ffebee; }

.sticky-footer[b-9tz1ytgwuw] {
    position: sticky; bottom: 1.5rem; display: flex; justify-content: center; z-index: 10;
}

/* New Submission Box */
.new-submission-section[b-9tz1ytgwuw] { margin-top: 3rem; }
.card-footer[b-9tz1ytgwuw] {
    padding: 1.5rem; background: #fafafa; border-top: 1px solid #eee;
    display: flex; justify-content: space-between; align-items: center;
}

.sync-actions[b-9tz1ytgwuw] { display: flex; align-items: center; gap: 1rem; }
.sync-text[b-9tz1ytgwuw] { font-size: 0.75rem; font-weight: 800; color: #90a4ae; }

/* Responsive */
@media (min-width: 992px) {
    .grid-2-col[b-9tz1ytgwuw] { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .card-footer[b-9tz1ytgwuw] { flex-direction: column; gap: 1rem; align-items: stretch; }
}
/* /Components/Pages/OtherScientificPages/PrecautionsAddUpdate.razor.rz.scp.css */
.main-container[b-ofhgduz2mx] {
    padding: 1.5rem;
    background-color: #f8f9fa;
    min-height: 100vh;
}

/* Header Sections */
.page-header[b-ofhgduz2mx] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #eef2f7;
}

.page-title[b-ofhgduz2mx] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.service-description[b-ofhgduz2mx] {
    color: #6c757d;
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

.header-actions[b-ofhgduz2mx] {
    margin-bottom: 1.5rem;
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.export-controls[b-ofhgduz2mx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.date-range[b-ofhgduz2mx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.range-label[b-ofhgduz2mx] {
    font-weight: 600;
    color: #546e7a;
    font-size: 0.85rem;
}

/* Records Layout */
.records-grid[b-ofhgduz2mx] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Card Styling */
.record-card[b-ofhgduz2mx], .pro-card[b-ofhgduz2mx] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.record-card:hover[b-ofhgduz2mx] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

.card-header[b-ofhgduz2mx] {
    background-color: #fcfcfc;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-index[b-ofhgduz2mx] {
    font-weight: 800;
    color: #017ef5;
    background: #e3f2fd;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

.card-body[b-ofhgduz2mx] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.field-row[b-ofhgduz2mx] {
    display: flex;
    gap: 1.25rem;
}

.grid-2-col[b-ofhgduz2mx] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.flex-1[b-ofhgduz2mx] { flex: 1; }
.flex-2[b-ofhgduz2mx] { flex: 2; }
.flex-3[b-ofhgduz2mx] { flex: 3; }

/* Form Elements */
.field-group[b-ofhgduz2mx] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.field-label[b-ofhgduz2mx] {
    font-weight: 700;
    color: #455a64;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bold-text[b-ofhgduz2mx] {
    font-weight: 700;
    color: #017ef5;
}

.form-control[b-ofhgduz2mx] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.form-control:focus[b-ofhgduz2mx] {
    border-color: #017ef5;
    box-shadow: 0 0 0 3px rgba(1, 126, 245, 0.1);
    outline: none;
}

textarea.form-control[b-ofhgduz2mx] {
    min-height: 80px;
    resize: vertical;
}

.highlight-field[b-ofhgduz2mx] {
    background: #f1f8e9;
    padding: 1rem;
    border-radius: 10px;
    border-left: 4px solid #4caf50;
}

.highlight-input[b-ofhgduz2mx] {
    border-color: #a5d6a7;
}

.warning-area[b-ofhgduz2mx] {
    border-color: #ffcdd2;
    background-color: #fff9f9;
}

.warning-msg[b-ofhgduz2mx] {
    color: #f57c00;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

/* Actions */
.btn[b-ofhgduz2mx] {
    padding: 0.7rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
}

.btn-primary[b-ofhgduz2mx] { background-color: #017ef5; color: white; }
.btn-large[b-ofhgduz2mx] { padding: 1rem 2.5rem; font-size: 1.1rem; }
.btn-outline[b-ofhgduz2mx] { background: transparent; border: 1.5px solid #017ef5; color: #017ef5; }
.btn-secondary[b-ofhgduz2mx] { background-color: #607d8b; color: white; }

.btn-icon[b-ofhgduz2mx] {
    background: none; border: none; font-size: 1.25rem;
    cursor: pointer; border-radius: 50%; width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
}
.btn-icon.delete[b-ofhgduz2mx] { color: #f44336; }
.btn-icon.delete:hover[b-ofhgduz2mx] { background-color: #ffebee; }

.sticky-footer[b-ofhgduz2mx] {
    position: sticky; bottom: 1.5rem; display: flex; justify-content: center; z-index: 10;
}

/* New Submission Box */
.new-submission-section[b-ofhgduz2mx] { margin-top: 3rem; }
.card-footer[b-ofhgduz2mx] {
    padding: 1.5rem; background: #fafafa; border-top: 1px solid #eee;
    display: flex; justify-content: space-between; align-items: center;
}

.sync-actions[b-ofhgduz2mx] { display: flex; align-items: center; gap: 1rem; }
.sync-text[b-ofhgduz2mx] { font-size: 0.75rem; font-weight: 800; color: #90a4ae; }

/* Responsive */
@media (min-width: 992px) {
    .grid-2-col[b-ofhgduz2mx] { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .field-row[b-ofhgduz2mx] { flex-direction: column; }
    .card-footer[b-ofhgduz2mx] { flex-direction: column; gap: 1rem; align-items: stretch; }
}
/* /Components/Pages/OtherScientificPages/PregnancyAddUpdate.razor.rz.scp.css */
.main-container[b-b92pjxbokd] {
    padding: 1.5rem;
    background-color: #f8f9fa;
    min-height: 100vh;
}

/* Header Sections */
.page-header[b-b92pjxbokd] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #eef2f7;
}

.page-title[b-b92pjxbokd] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.service-description[b-b92pjxbokd] {
    color: #6c757d;
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

.header-actions[b-b92pjxbokd] {
    margin-bottom: 2rem;
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.export-controls[b-b92pjxbokd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.date-range[b-b92pjxbokd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.range-label[b-b92pjxbokd] {
    font-weight: 600;
    color: #546e7a;
    font-size: 0.85rem;
}

/* Records Layout */
.records-grid[b-b92pjxbokd] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Card Styling */
.record-card[b-b92pjxbokd], .pro-card[b-b92pjxbokd] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.record-card:hover[b-b92pjxbokd] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

.card-header[b-b92pjxbokd] {
    background-color: #fcfcfc;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-index[b-b92pjxbokd] {
    font-weight: 800;
    color: #017ef5;
    background: #e3f2fd;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

.card-title[b-b92pjxbokd] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.card-body[b-b92pjxbokd] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Trimester Groups */
.trimester-grid[b-b92pjxbokd] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
    background-color: #f8faff;
    border-radius: 10px;
    border: 1px solid #e3f2fd;
}

/* Form Elements */
.field-group[b-b92pjxbokd] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.field-label[b-b92pjxbokd] {
    font-weight: 700;
    color: #455a64;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-control[b-b92pjxbokd], .form-select[b-b92pjxbokd] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.form-control:focus[b-b92pjxbokd], .form-select:focus[b-b92pjxbokd] {
    border-color: #017ef5;
    box-shadow: 0 0 0 3px rgba(1, 126, 245, 0.1);
    outline: none;
}

textarea.form-control[b-b92pjxbokd] {
    min-height: 80px;
    resize: vertical;
}

.warning-area[b-b92pjxbokd] {
    border-color: #ffcdd2;
    background-color: #fff9f9;
}

.warning-area:focus[b-b92pjxbokd] {
    border-color: #f44336;
    box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.1);
}

/* Actions */
.btn[b-b92pjxbokd] {
    padding: 0.7rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
    transition: all 0.2s;
}

.btn-primary[b-b92pjxbokd] {
    background-color: #017ef5;
    color: white;
}

.btn-large[b-b92pjxbokd] {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
}

.btn-outline[b-b92pjxbokd] {
    background: transparent;
    border: 1.5px solid #017ef5;
    color: #017ef5;
}

.btn-secondary[b-b92pjxbokd] {
    background-color: #607d8b;
    color: white;
}

.btn-icon[b-b92pjxbokd] {
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.btn-icon.delete[b-b92pjxbokd] { color: #f44336; }
.btn-icon.delete:hover[b-b92pjxbokd] { background-color: #ffebee; }

/* Sticky Elements */
.sticky-footer[b-b92pjxbokd] {
    position: sticky;
    bottom: 1.5rem;
    display: flex;
    justify-content: center;
    z-index: 10;
}

/* Sync Section */
.sync-section[b-b92pjxbokd] {
    margin-top: 4rem;
}

.section-divider[b-b92pjxbokd] {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.section-divider[b-b92pjxbokd]::before, .section-divider[b-b92pjxbokd]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #cfd8dc;
}

.section-divider span[b-b92pjxbokd] {
    padding: 0 1.5rem;
    color: #78909c;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive */
@media (min-width: 992px) {
    .trimester-grid[b-b92pjxbokd] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .export-controls[b-b92pjxbokd] { flex-direction: column; align-items: stretch; }
    .date-range[b-b92pjxbokd] { flex-direction: column; align-items: stretch; }
    .btn-large[b-b92pjxbokd] { width: 100%; }
}

/* Animations */
@keyframes fadeInUp-b-b92pjxbokd {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.pregnancy-card[b-b92pjxbokd] {
    animation: fadeInUp-b-b92pjxbokd 0.5s ease-out forwards;
}
/* /Components/Pages/OtherScientificPages/ScientificAI_Recap.razor.rz.scp.css */
.prescription-temp-main-container[b-wzhhvq6478] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width:100%;
}

.inner-container[b-wzhhvq6478] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding:20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
    gap:7px;
}
.sticky-lg-top[b-wzhhvq6478] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.text1[b-wzhhvq6478]{
    height:40%;
}
.text2[b-wzhhvq6478] {
    height:25%;
}
/* /Components/Pages/OtherScientificPages/SelectFromCategories.razor.rz.scp.css */
.selected[b-a0i0w1lq3p] {
    background-color: green; /* Set your desired selected color */
    color: white; /* Set your desired text color for selected state */
}
.inactive[b-a0i0w1lq3p] {
    background-color: lightgreen; /* Set your desired selected color */
    color: white; /* Set your desired text color for selected state */
}
.three-column-layout[b-a0i0w1lq3p] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.btn-container[b-a0i0w1lq3p] {
    display: inline-flex;
    gap: 15px;
}
/* /Components/Pages/PharmacistPages/Patient_pharma.razor.rz.scp.css */
.pt-main-container[b-4qwjw0bm8s] {
    display: flex;
    flex-direction:column;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 20px;

}

    .pt-main-container label[b-4qwjw0bm8s] {
        /*height: 50px;*/
        display: flex;
        align-items: center;
        min-width:fit-content;
    }
.pt-name[b-4qwjw0bm8s] {
    margin-right: 10px;
    color: blue;
}
.pt-search-container[b-4qwjw0bm8s] {
    display: inline-flex;
    ;
    font-weight: 500;
    font-size: 18px;
    align-content:center;
}
.section1-info[b-4qwjw0bm8s] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
}

    .section1-info img[b-4qwjw0bm8s] {
        width: 100%;
    }

    .section1-info .info-container[b-4qwjw0bm8s] {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 15px;
    }

        .section1-info .info-container > div[b-4qwjw0bm8s] {
            display: flex;
            flex-direction: column;
            background-color: white;
            border-radius: 10px;
            padding: 20px 12px;
            gap: 5px;
        }

        .section1-info .info-container .new-consultations[b-4qwjw0bm8s] {
            width: 25%;
        }

        .section1-info .info-container .reviews[b-4qwjw0bm8s] {
            width: 25%;
        }

        .section1-info .info-container .advertisements[b-4qwjw0bm8s] {
            width: 50%;
            padding: 0;
        }

.first-row[b-4qwjw0bm8s], .second-row[b-4qwjw0bm8s] {
    display: inline-flex;
    justify-content: space-between;
}

    .first-row label[b-4qwjw0bm8s] {

        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #464748;
    }

.count[b-4qwjw0bm8s] {
    ;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    color: #060B1E;
}

.percent[b-4qwjw0bm8s] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px;
    margin: 10px;
    background: rgba(1, 126, 245, 0.1);
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #017EF5;
    width: 80px;
}
.add-pt[b-4qwjw0bm8s] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 18px;
    gap: 8px;
    width: 150px;
    height: 46px;
    background: #017EF5;
    border: 1px solid #017EF5;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    /* Text */


    ;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */

    color: #FFFFFF;
}
/* /Components/Pages/PharmacistPages/PharmacyEmployeesInfoUpdate.razor.rz.scp.css */
.main-container[b-55push6oa4]{
    display:inline-flex;
    width:100%;
    /*padding:35px 0 35px  35px  ;*/
    gap:15px;

}
.general-info-form[b-55push6oa4]{
    display:flex;
    flex-direction:column;
    background-color:white;
    padding:20px;
    width:70%;
}
.doctor-services[b-55push6oa4]{
    margin-top:15px;
    display:inline-flex;
    gap:10px;
}
.doctor-services button[b-55push6oa4] {
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 15px;
    text-align: center;
    /*color: #FFFFFF;
        background: #017EF5;*/
    border-radius: 6px;
}
.side-buttons[b-55push6oa4] {
    width: 30%;
    padding: 20px;
    border-radius: 15px;
    background-color: white;
}
.form-row[b-55push6oa4] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.form-group[b-55push6oa4] {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

    .form-group:last-child[b-55push6oa4] {
        margin-right: 0;
    }

label[b-55push6oa4] {
    margin-bottom: 5px;
    font-weight: bold;
    color: #6B7280;
}

input[type="text"][b-55push6oa4],
input[type="tel"][b-55push6oa4],
input[type="email"][b-55push6oa4],
input[type="number"][b-55push6oa4],
select[b-55push6oa4] {
    padding: 10px;
    border: 1px solid #D1D5DB;
    border-radius: 5px;
    font-size: 14px;
}

    input[type="text"][b-55push6oa4]::placeholder,
    input[type="tel"][b-55push6oa4]::placeholder,
    input[type="email"][b-55push6oa4]::placeholder,
    input[type="number"][b-55push6oa4]::placeholder {
        color: #9CA3AF;
    }

select[b-55push6oa4] {
    color: #6B7280;
}
.role-container[b-55push6oa4] {
    display: inline-flex;
    
}
.role-container span[b-55push6oa4]{
    margin-right:15px;
    
}
/* /Components/Pages/PharmacistPages/PharmacyEmployeesManager.razor.rz.scp.css */
.doctor-main-container[b-kio55c5ej7]
{
    background-color:white;
    display:flex;
    flex-direction:column;
    width:100%;
    align-items:center;
    justify-content:center;
}
.top-btn-container[b-kio55c5ej7] {
    display: flex;
    width: 100%;
    justify-content: end;
    padding: 0 30px;
}
    .top-btn-container button[b-kio55c5ej7] {
        /* Button/Standard/Default/Primary */
        color: white;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 7px 19px;
        gap: 10px;
        border: none;
        background: #017EF5;
        border-radius: 6px;
       
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        
    }

.doctor-main-container[b-kio55c5ej7] {
    display: flex;
    background:none;
}
.cards-container[b-kio55c5ej7] {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    gap:10px;
    background-color:white;
    padding:20px;
}
.employee-card[b-kio55c5ej7] {
    display: flex;
    width:30%;
}
/* /Components/Pages/PharmacistPages/PharmacyManagement.razor.rz.scp.css */
.main-btn-container[b-p1avillqpd] {
    display: flex;
    gap: 5px;
    width: fit-content;
    height: 40px;
   
}
    .main-btn-container button[b-p1avillqpd] {
        border: none;
        background-color: white;
        padding: 10px 16px;
       
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
       
    }
    .main-btn-container .active[b-p1avillqpd] {
        background-color:  #017EF5;
        color:white;
    }
.main-container[b-p1avillqpd] {
    width: 100%;
    display: inline-flex;
    gap: 15px;
    min-height: 200px;
    align-items: flex-start;
}

.general-information[b-p1avillqpd] {
    font-family: Arial, sans-serif;
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    border-top-left-radius:0;
}

    .general-information h2[b-p1avillqpd] {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #3D475C;
    }

.form-row[b-p1avillqpd] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.form-group[b-p1avillqpd] {
    flex: 1;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;

}
    .form-group select[b-p1avillqpd], .form-group input[b-p1avillqpd] {
        margin-bottom: 10px;
        width: 100%;
        padding: 0.5rem;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #717581;
    }

    .form-group:last-child[b-p1avillqpd] {
        margin-right: 0;
    }

.form-control[b-p1avillqpd] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.mobile-input[b-p1avillqpd] {
    display: flex;
    align-items: center;
}

.country-code[b-p1avillqpd] {
    width: 3rem;
    margin-right: 0.5rem;
}

.mobile-number[b-p1avillqpd] {
    flex: 1;
}

button.btn[b-p1avillqpd] {
    margin-left: 0.5rem;
    padding: 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    background-color: #fff;
    cursor: pointer;
}

.side-buttons[b-p1avillqpd] {
    width: 30%;
    padding: 20px;
    border-radius: 15px;
    background-color: white;
}

.schedule-container[b-p1avillqpd] {
    width: 100%;
}
/* /Components/Pages/PharmacistPages/PharmacySettings.razor.rz.scp.css */

:root[b-8zhlqraeaw] {
    --font-family: 'Poppins';
    --font-weight: 400;
    --font-style: normal;
}

.main-container[b-8zhlqraeaw] {
    font-family: 'Poppins';
    display: flex;
    width: 100%;
    height: 80vh;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    position: relative;
    /*overflow: auto;*/
}

.User-card[b-8zhlqraeaw] {
    display: flex;
    flex-direction:column;
    background: white;
    width: 100%;
    /*height: 300px;*/
    padding: 6px;
    flex-direction: column;
    border-radius: 12px;
    padding: 10px;
}

.top-rectangle[b-8zhlqraeaw] {
    /*width: 1320px;*/
    background-image: linear-gradient(180deg, #6057fb, #6358fa, #8265fd);
    height: 102px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.User-card .more-h[b-8zhlqraeaw] {
    width: 38px;
    height: 38px;
    background: rgba(248, 249, 250, 1);
    border: 0;
    border-radius: 4px;
    top: 0;
    right: 45px;
    top: -10px;
    position: absolute;
}

.Doctor-Data[b-8zhlqraeaw] {
    display: flex;
    /*height: 182px;*/
    position: relative;
    left: 32px;
    top: -40px;
}

.Doctor-Image[b-8zhlqraeaw] {
    width: 174px;
    border-radius: 18px;
}

.name-div h2[b-8zhlqraeaw] {
    font-family: 'Poppins';
    font-weight: var(--font-weight);
    font-size: 24px;
    margin-top: 24px;
}

.name-div[b-8zhlqraeaw] {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 10px;
}

.name-div2[b-8zhlqraeaw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 206px;
}

.pro-class[b-8zhlqraeaw] {
    background-color: rgba(207, 241, 230, 1);
    color: rgba(17, 185, 129, 1);
    width: 45px;
    height: 20px;
    border-radius: 15px;
    justify-content: center;
    display: flex;
    font-size: small;
}

.locatian-div[b-8zhlqraeaw] {
    width: 280px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    color: rgba(148, 153, 161, 1);
}

.User-card hr[b-8zhlqraeaw] {
    position: absolute;
    width: 102%;
    top: 195px;
    left: -42px;
}

.options-div[b-8zhlqraeaw] {
    width: 426px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    color: rgba(148, 153, 161, 1);
}

    .options-div .active[b-8zhlqraeaw] {
        color: rgba(81, 81, 249, 1);
    }

    .options-div p:hover[b-8zhlqraeaw] {
        color: rgba(81, 81, 249, 1);
        cursor: pointer;
    }

.info-container[b-8zhlqraeaw] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}
/**********************************************************************************************************/
.left-div[b-8zhlqraeaw] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
}

.Info-div[b-8zhlqraeaw], .Diplomas-div[b-8zhlqraeaw], .ToDo-div[b-8zhlqraeaw] {
    padding: 25px;
    height: 349px;
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.more-h[b-8zhlqraeaw] {
    width: 38px;
    height: 38px;
    background: rgba(248, 249, 250, 1);
    border: 0;
    border-radius: 4px;
}

.top-Info[b-8zhlqraeaw] {
    display: flex;
    justify-content: space-between;
}

.Full-Name[b-8zhlqraeaw], .Medical-Specialty[b-8zhlqraeaw], .Mobile[b-8zhlqraeaw], .Email[b-8zhlqraeaw], .Location[b-8zhlqraeaw] {
    padding: 10px;
    display: flex;
    border-bottom: 1px dashed rgba(222, 226, 230, 1);
}

.Medical-Specialty[b-8zhlqraeaw] {
    justify-content: space-between;
}

.Info-Title[b-8zhlqraeaw], .Info-Medical-Specialtym[b-8zhlqraeaw], .Info-Mobile[b-8zhlqraeaw], .Info-Email[b-8zhlqraeaw], .Info-Location[b-8zhlqraeaw] {
    color: rgba(148, 153, 161, 1);
    width: 45%;
    font-family: "Inter", sans-serif;
    font-weight: var(--font-weight);
}

.Diplomas-Name[b-8zhlqraeaw] {
    display: flex;
    border-bottom: 1px dashed rgba(222, 226, 230, 1);
    padding: 10px;
    justify-content: space-between;
}

.Diplomas-Name-right-div[b-8zhlqraeaw] {
    width: 50%;
}

.Diplomas-Name p[b-8zhlqraeaw] {
    color: rgba(148, 153, 161, 1);
    font-size: 14px;
}

.TODo-4[b-8zhlqraeaw], .TODo-3[b-8zhlqraeaw], .TODo-2[b-8zhlqraeaw], .TODo-1[b-8zhlqraeaw] {
    width: 357px;
    height: 47px;
    border-radius: 8px;
    padding: 10px;
    background-color: rgba(53, 56, 62, 0.05);
    margin-bottom: 6px;
}

    .TODo-4:has(input:checked)[b-8zhlqraeaw] {
        background-color: rgba(0, 85, 255, 0.1);
    }

    .TODo-3:has(input:checked)[b-8zhlqraeaw] {
        background-color: rgba(0, 85, 255, 0.1);
    }

    .TODo-2:has(input:checked)[b-8zhlqraeaw] {
        background-color: rgba(0, 85, 255, 0.1);
    }

    .TODo-1:has(input:checked)[b-8zhlqraeaw] {
        background-color: rgba(0, 85, 255, 0.1);
    }

/**********************************************************************************************************/

.right-div[b-8zhlqraeaw] {
    width: 50%;
    height: 788px;
    display: flex;
    flex-direction: column;
}

.About-div[b-8zhlqraeaw], .Certifications[b-8zhlqraeaw], .education[b-8zhlqraeaw] {
    width: 100%;
    background-color: white;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}

.About-p[b-8zhlqraeaw] {
    color: rgba(148, 153, 161, 1);
}


.Certifications[b-8zhlqraeaw] {
    height: 279px;
    padding: 32px;
}

.Certifications-contianar[b-8zhlqraeaw] {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.Certifications-items[b-8zhlqraeaw] {
    width: 181px;
    height: 127px;
    background-color: rgba(240, 240, 255, 1);
    border-radius: 8px;
}

.button-div-containar[b-8zhlqraeaw] {
    display: flex;
    justify-content: flex-end;
    height: 25px;
    width: 100%;
}

.buttons-div[b-8zhlqraeaw] {
    display: flex;
    width: 48px;
    height: 25px;
    justify-content: space-between;
}

.befor-button[b-8zhlqraeaw], .after-button[b-8zhlqraeaw] {
    width: 12px;
    height: 12px;
    opacity: 0.5;
    border: 0;
    background-color: white;
}

.Education[b-8zhlqraeaw] {
    /*width: 870px;*/
    height: 290px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.04);
}

.Bachelor-of-Medicine-div[b-8zhlqraeaw], .Masters-degree-in-cardiology-div[b-8zhlqraeaw] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.Bachelor-of-Medicine[b-8zhlqraeaw], .Masters-degree-in-cardiology[b-8zhlqraeaw] {
    display: flex;
    justify-content: space-between;
    width: 88%;
}

.Medicine-p[b-8zhlqraeaw], .Masters-p[b-8zhlqraeaw] {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(148, 153, 161, 1);
}

.hr-div[b-8zhlqraeaw] {
    width: 356px;
    height: 1px;
    border: 1px dashed rgba(222, 226, 230, 1);
}

.clinics-section[b-8zhlqraeaw] {
    background-color: white;
    border-radius: 15px;
}

.clinics-container[b-8zhlqraeaw] {
    display: inline-flex;
    width: 100%;
    /*background-color: #F8F9FC;*/
    background-color: white;
    border-radius: 15px;
    gap: 10px;
    padding: 15px;
    flex-wrap: wrap;
}

.clinic-div[b-8zhlqraeaw] {
    width: 24%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 1.49px 35.66px 0px #0000000A;
}

.top-Info[b-8zhlqraeaw] {
    padding:0 20px;
    align-items: center;
}

    .top-Info .title[b-8zhlqraeaw] {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        /* identical to box height, or 119% */
        letter-spacing: 0.484848px;
        color: #3D475C;
    }

    .top-Info .add-button[b-8zhlqraeaw] {
        /* Button/Standard/Default/Primary */
        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 7px 19px;
        gap: 10px;
        width: fit-content;
        height: 38px;
        background: #017EF5;
        border-radius: 6px;
        border: none;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        /* identical to box height, or 171% */
        text-align: center;
        color: #FFFFFF;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

.clinics-manager-container[b-8zhlqraeaw] {
    display: flex;
    flex-direction: column;
   /* position: fixed;
    top: 60px;
    left: 265px;*/
    /*height: 95vh;*/
    width: 100%;
    /*background-color: #8080807d;*/
    /*overflow: auto;*/
    /*padding: 20px;*/
}
/* /Components/Pages/PrintTable.razor.rz.scp.css */
/* Screen Style */
.print-area[b-3cj2z7546j] {
    margin-top: 20px;
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

table[b-3cj2z7546j] {
    width: 100%;
    border-collapse: collapse;
}

th[b-3cj2z7546j], td[b-3cj2z7546j] {
    border: 1px solid #333;
    padding: 8px;
    text-align: center;
}

/* Print Style */
@media print {
    body *[b-3cj2z7546j] {
        visibility: hidden;
    }

    .print-area[b-3cj2z7546j], .print-area *[b-3cj2z7546j] {
        visibility: visible;
    }

    .print-area[b-3cj2z7546j] {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        padding: 10px;
        background: white;
        z-index: 9999;
        overflow: visible !important;
    }

    table[b-3cj2z7546j] {
        page-break-inside: auto;
    }

    tr[b-3cj2z7546j] {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    thead[b-3cj2z7546j] {
        display: table-header-group; /* Repeat headers */
    }

    tfoot[b-3cj2z7546j] {
        display: table-footer-group;
    }

    .blue-btn[b-3cj2z7546j] {
        display: none;
    }
}
/* /Components/Pages/PtData/AddVisits.razor.rz.scp.css */
.main-container-addvisit[b-c3qsyroqut] {
    display: flex;
    justify-content: center;
    font-family: 'Times New Roman', Times, serif;
    width: 100%;
    background-color: #EFF0F2;
}

.inner-container[b-c3qsyroqut] {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.Add-New-Visit-div[b-c3qsyroqut] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
    align-items: center;
}
.close-btn[b-c3qsyroqut]{
    width:30px;
}
.Add-New-Visit-title[b-c3qsyroqut] {
    font-size: 24px;
    color: #053273;
    align-self: flex-start;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.Add-New-Visit-section[b-c3qsyroqut], .component-section[b-c3qsyroqut] {
    display: flex;
    background-color: white;
    flex-direction: column;
    width: 100%;
    padding:0 15px;
    align-content: center;
    /*    flex-wrap: wrap;*/
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    align-items: center;
}

.Phase-div[b-c3qsyroqut] {
    display: flex;
    justify-content: space-around;
}

 
.Phase-1[b-c3qsyroqut], .Phase-3[b-c3qsyroqut], .Phase-2[b-c3qsyroqut] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15%;
    text-align: center;

}

.num1[b-c3qsyroqut], .num-white[b-c3qsyroqut] {
    background-color: rgba(73, 148, 255, 1);
    color: white;
    width: 54px;
    height: 54px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 60px;
    border: 2px solid rgba(73, 148, 255, 1);
}

.num2[b-c3qsyroqut], .num3[b-c3qsyroqut] {
    background: #FFFFFF;
    border: 2px solid #FFB050;
    color: #FFB050;
    width: 54px;
    height: 54px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 60px;
}
.num-white[b-c3qsyroqut] {
    background-color: white;
}
.num3[b-c3qsyroqut] {
    /* background-color: rgba(73, 148, 255, 1);
    color: white;
    width: 50%;
    height: 59px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 60px;*/
}



.entry-container[b-c3qsyroqut] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #777F96;
    width:50%;
}

    .entry-container .entry-name[b-c3qsyroqut] {
        width: 100%;
        font-size:16px;
       
       
    }

    .entry-container .entry-div[b-c3qsyroqut] {
        display: inline-flex;
        align-items: center;
    }
    .entry-container .entry-value[b-c3qsyroqut] {
        width: 50%;
        background: #FFFFFF;
        border: 1px solid #E8ECEF;
        border-radius: 6px;
       margin-right:10px;
       height:30px;
    }
    .entry-container .entry-unit[b-c3qsyroqut] {
        width:20%;
    }

.patients-condition-container[b-c3qsyroqut] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.patients-condition[b-c3qsyroqut] {
    width: 100%;
    display: flex;
    padding: 15px;
    flex-direction: row;
    flex-wrap:wrap;
}


.Back-Next-button[b-c3qsyroqut] {
    display: flex;
    justify-content: space-around;
}

.Back-button[b-c3qsyroqut] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 67px;
    width: 200px;
    height: 50px;
    border-radius: 6px;
    border: 0;
    background-color: rgba(244, 246, 247, 1);
}

.Next-button[b-c3qsyroqut] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;
    width: 200px;
    height: 50px;
    border-radius: 6px;
    border: 0;
    background-color: rgba(73, 148, 255, 1);
}

@media(max-width:761px) {
    .Phase-div img[b-c3qsyroqut]{
        width:25%;
    }
    .Add-New-Visit-title[b-c3qsyroqut]{
        display:none;
    }
}

.content[b-c3qsyroqut]{
    width:100%;
}
.main-exam-collapsible[b-c3qsyroqut] {
    margin-bottom: 20px;
    border: 2px solid #ffc107;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.main-exam-header[b-c3qsyroqut] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: linear-gradient(135deg, #fff3cd 0%, #fff9e6 100%);
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.main-exam-header:hover[b-c3qsyroqut] {
    background: linear-gradient(135deg, #ffe69c 0%, #fff3cd 100%);
}

.header-content[b-c3qsyroqut] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #856404;
}

.header-content i.bi-chevron-right[b-c3qsyroqut],
.header-content i.bi-chevron-down[b-c3qsyroqut] {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.header-content i.bi-star[b-c3qsyroqut] {
    font-size: 18px;
}

.header-title[b-c3qsyroqut] {
    flex: 1;
}

.header-date[b-c3qsyroqut] {
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
}

.main-exam-content[b-c3qsyroqut] {
    padding: 16px;
    background: #fefefe;
    border-top: 1px solid #ffc107;
    animation: slideDown-b-c3qsyroqut 0.3s ease;
}
.exam-container[b-c3qsyroqut] {
    display: flex;
    flex-direction: column;
    width: 100%;
}
@keyframes slideDown-b-c3qsyroqut {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 2000px;
    }
}

/* /Components/Pages/PtData/CaseRecapTable.razor.rz.scp.css */
.case-recap-table[b-ayzvv4fnox] {
    width: 100%;
    margin: 20px 0;
}

.styled-table[b-ayzvv4fnox] {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr[b-ayzvv4fnox] {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th[b-ayzvv4fnox],
.styled-table td[b-ayzvv4fnox] {
    padding: 12px 15px;
}

.styled-table tbody tr[b-ayzvv4fnox] {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even)[b-ayzvv4fnox] {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type[b-ayzvv4fnox] {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr:hover[b-ayzvv4fnox] {
    background-color: #f1f1f1;
}

.exam-item[b-ayzvv4fnox] {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0;
    background-color: #fafafa;
}

.exam-item div[b-ayzvv4fnox] {
    margin-bottom: 5px;
}
/* /Components/Pages/PtData/GeneralInfo.razor.rz.scp.css */
.main-container[b-698nwum1cg] {
    width: 100%;
}

.header[b-698nwum1cg] {

    font-family: 'Times New Roman', Times, serif;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #053273;
}

.summary[b-698nwum1cg] {
    /*margin-top: 30px;*/
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6A727A;
    mix-blend-mode: normal;
}

.health-overview[b-698nwum1cg] {
    margin-top: 30px;
}

.chart-container[b-698nwum1cg] {
    display: inline-flex;
    flex-wrap: wrap;
}

.general-info-header[b-698nwum1cg] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 20px;
    background-color: #FAFAFA;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 24px;
    height: 66px;
    background: #FAFAFA;
    font-family: 'Times New Roman', Times, serif;
    ;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #053273;
    cursor: pointer;
}

    .general-info-header .general-info-button[b-698nwum1cg] {
        padding: 0px;
        gap: 10px;
        width: 34px;
        height: 34px;
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        color: #86929E;
        font-size: 12px;
    }

    .general-info-header .edit-button[b-698nwum1cg] {
        padding: 0px;
        gap: 10px;
        width: 34px;
        height: 34px;
        background-color: transparent;
        border: none;
        border-radius: 4px;
        color: #86929E;
        font-size: 12px;
    }
.grid-container[b-698nwum1cg] {
    display: grid;
    grid-template-columns: 1fr 3fr;
    row-gap: 10px;
    column-gap: 20px;
    align-items: center;
    margin: 20px;
    
}

.grid-row[b-698nwum1cg] {
    display: grid; /* Ensure rows are properly aligned in the grid */

    border-bottom: 1px solid #ccc;
}
hr[b-698nwum1cg] {
   grid-column: span 2;
   margin:0;
}
.grid-container input[b-698nwum1cg], .grid-container select[b-698nwum1cg] {
    width: 100%;
    align-items: end;
    text-align-last: end;
    border:none;
}
.grid-container label[b-698nwum1cg] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}

.form-control[b-698nwum1cg] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    justify-self: end; /* Aligns input/select elements to the end (right side) */
}
.refresh-button[b-698nwum1cg] {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    padding: 5px;
    font-size: 16px;
    transition: color 0.3s ease;
}

    .refresh-button:hover[b-698nwum1cg] {
        color: #0056b3;
    }

    .refresh-button:active[b-698nwum1cg] {
        transform: scale(0.95);
    }

    .refresh-button i[b-698nwum1cg] {
        transition: transform 0.3s ease;
    }

    .refresh-button:hover i[b-698nwum1cg] {
        transform: rotate(180deg);
    }
.whatsapp-button[b-698nwum1cg] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

    .whatsapp-button:hover[b-698nwum1cg] {
        transform: scale(1.1);
    }

    .whatsapp-button img[b-698nwum1cg] {
        width: 24px;
        height: 24px;
    }
.mobile-container[b-698nwum1cg] {
    display: inline-flex;
    justify-content: end;
}
/*.table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 20px;
    font-family: 'Times New Roman', Times, serif;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6D6D6D;
}

    .table th, .table td {
        padding: 8px;*/
/*        border:  1px solid #ddd;*/
/*margin: 20px;
    }

    .table th {
        background-color: #f2f2f2;
    }*/
/*.table tbody tr:nth-child(even) {
        background-color: #f2f2f2;
    }*/
/*.table tbody tr:hover {
        background-color: #ddd;
    }

    .table td img {
        margin: 0 10px;
    }

.data {
    text-align: end;
    width:fit-content;
}*/
@media (max-width: 768px) {
    .chart-container[b-698nwum1cg] {
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
    }

    .general-info-header[b-698nwum1cg]  {
        margin:0;
    }
    .table[b-698nwum1cg]{
        margin:0;
    }
}
/* /Components/Pages/PtData/LastVisits.razor.rz.scp.css */

.lastvisits-main-container[b-iaypg2x1z7] {
    width: 100%;
}

.selector[b-iaypg2x1z7] {
    display: flex;
    margin-top: 0px;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}

    .selector button[b-iaypg2x1z7] {
        width: 50%;
        border: none;
        background-color: transparent;
        color: gray;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
        border-bottom: 1px solid lightgray;
    }

        .selector button.active[b-iaypg2x1z7] {
            border-bottom: 3px solid #4994FF;
            color: #4994FF;
        }

.table-container[b-iaypg2x1z7] {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.table-header[b-iaypg2x1z7], .table-row[b-iaypg2x1z7] {
    display: flex;
    width: 100%;
}

.table-row[b-iaypg2x1z7] {
    cursor: pointer;
}

.table-cell[b-iaypg2x1z7] {
    flex: 1;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #878C9E;
}

.table-header[b-iaypg2x1z7] {
    font-weight: bold;
    background-color: #f0f0f0;
}

    .table-header .table-cell[b-iaypg2x1z7] {
        font-weight: bold;
        background-color: #f0f0f0;
        font-family: 'Times New Roman', Times, serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #242222;
    }
.main-exam-row[b-iaypg2x1z7] {
    background: linear-gradient(to right, rgba(73, 148, 255, 0.10), rgba(73, 148, 255, 0.02));
    border-left: 4px solid #4994FF;
    font-weight: 600;
    font-size:18px !important;
}

    .main-exam-row:hover[b-iaypg2x1z7] {
        background: linear-gradient(to right, rgba(73, 148, 255, 0.12), rgba(73, 148, 255, 0.04));
    }

    .main-exam-row .table-cell[b-iaypg2x1z7] {
        color: #1a73e8;
    }
.doctorname[b-iaypg2x1z7], .date[b-iaypg2x1z7], .type[b-iaypg2x1z7], .service[b-iaypg2x1z7] {
    width: 25%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .type span[b-iaypg2x1z7] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 5.47059px 10.9412px;
        gap: 5.47px;
        width: 131.2px;
        height: 34.94px;
        background: rgba(1, 126, 245, 0.1);
        border-radius: 5.47059px;
    }

    .service span[b-iaypg2x1z7] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        width: 140px;
        height: 38px;
        background: #ECFDF3;
        border-radius: 16px;
        justify-content: center;
        align-items: center;
    }

.service-link[b-iaypg2x1z7] {
    color: #007bff;
    text-decoration: none;
}

.btn-container[b-iaypg2x1z7] {
    margin-left: 50px;
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 12px;
    width: 152px;
    height: 36px;
}

.previous-btn[b-iaypg2x1z7], .next-btn[b-iaypg2x1z7] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 82px;
    height: 36px;
    border-radius: 8px;
    justify-content: center;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-color: transparent;
    color: #344054;
    align-items: center;
}

.pagination[b-iaypg2x1z7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .pagination span[b-iaypg2x1z7] {
        font-family: 'Times New Roman', Times, serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #344054;
    }

@media (max-width: 768px) {
    .doctorname[b-iaypg2x1z7], .date[b-iaypg2x1z7], .type[b-iaypg2x1z7], .service[b-iaypg2x1z7] {
        width: 25%;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 14px;
    }

    .table-header .table-cell[b-iaypg2x1z7] {
        font-size: 18px
    }
}
/* /Components/Pages/PtData/LastVisitsPages/VisitComponent.razor.rz.scp.css */
.visit-history[b-sm72zh01zi] {
    position: relative;
}

.date-navigation[b-sm72zh01zi] {
    display: inline-flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

    .date-navigation h2[b-sm72zh01zi] {
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 45px;
        color: #000000;
    }

.left-header[b-sm72zh01zi] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.rt-header[b-sm72zh01zi] {
    display: inline-flex;
    position: relative;
}

.older-visits-btn[b-sm72zh01zi] {
    box-sizing: border-box;
    background-color: white;
    display:inline-flex;
    align-items: center;
    padding: 9px 23px;
    gap: 10px;
    border: 1px solid #4994FF;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4994FF;
    position:relative;
}
    .older-visits-btn > span[b-sm72zh01zi]{
        transform:scale(1.5, 0.7);
    }
    .older-visits-btn .select-clinic[b-sm72zh01zi] {
        display: flex;
        flex-direction: column;
        position: absolute;
        z-index: 2;
        top: 48px;
        border: 1px solid #4994FF;
        background-color: white;
        width: 100%;
        padding: 0 15px;
        align-items: center;
        overflow: auto;
        height: 80px;
        left:0;
    }
    .rt-header  img[b-sm72zh01zi] {
        cursor: pointer;
        color: #4994FF;
        margin-right:20px;
    }
    .rt-header .select-clinic span[b-sm72zh01zi] {
        cursor: pointer;
        color: #4994FF;
    }
    

.visit-details[b-sm72zh01zi] {
    display: flex;
    flex-direction: column;
    align-self: center;
    
    
}
    .visit-details .patient-data[b-sm72zh01zi] {
        display: flex;
        flex-direction: column;
        align-self: center;
        width: 100%;
        gap: 10px;
        padding: 0 50px;
    }
.slider-arrow2[b-sm72zh01zi] {
    display: flex;
    top: 200px;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    border-radius: 50%;
}

.prev[b-sm72zh01zi] {
    left: 20%;
    color: #86929E;
    transform: scale(0.7,2);
}

.next[b-sm72zh01zi] {
    right: 20%;
    color: #86929E;
    transform: scale(0.7,2);
}

.doctor-name[b-sm72zh01zi] {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #4994FF;
    margin-left: 30px;
}
@media (max-width: 768px) {
   .date-navigation h2[b-sm72zh01zi]{
        font-size:18px;
    }
    .older-visits-btn[b-sm72zh01zi] {
        font-size: 14px;
        padding: 5px 12px;
    }
    .close-btn[b-sm72zh01zi]{
        width:40px;
        height:40px
    }
   
    .visit-details .patient-data[b-sm72zh01zi] {
        padding: 0;
    }
   
}
/* /Components/Pages/PtData/MainDiagnosisPopup.razor.rz.scp.css */
.diagnosis-popup-overlay[b-oj9bqnjmig] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.diagnosis-popup-container[b-oj9bqnjmig] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.diagnosis-popup-header[b-oj9bqnjmig] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.diagnosis-popup-header h3[b-oj9bqnjmig] {
    margin: 0;
    font-size: 20px;
    color: #053273;
    font-family: 'Times New Roman', Times, serif;
}

.diagnosis-popup-header .close-btn[b-oj9bqnjmig] {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diagnosis-popup-header .close-btn:hover[b-oj9bqnjmig] {
    color: #e74c3c;
}

.diagnosis-popup-body[b-oj9bqnjmig] {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.diagnosis-search-section[b-oj9bqnjmig] {
    margin-bottom: 20px;
}

.diagnosis-search-section label[b-oj9bqnjmig] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #053273;
    font-family: 'Times New Roman', Times, serif;
}

.diagnosis-search[b-oj9bqnjmig] {
    width: 100%;
}

.diagnosis-list-section[b-oj9bqnjmig] {
    margin-top: 20px;
}

.diagnosis-list-section label[b-oj9bqnjmig] {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    color: #053273;
    font-family: 'Times New Roman', Times, serif;
}

.diagnosis-items[b-oj9bqnjmig] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.diagnosis-item[b-oj9bqnjmig] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-family: 'Times New Roman', Times, serif;
}

.diagnosis-item span[b-oj9bqnjmig] {
    flex: 1;
    color: #333;
}

.diagnosis-item .remove-btn[b-oj9bqnjmig] {
    background: transparent;
    border: none;
    color: #e74c3c;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
}

.diagnosis-item .remove-btn:hover[b-oj9bqnjmig] {
    background: #ffe5e5;
}

.no-diagnosis-text[b-oj9bqnjmig] {
    text-align: center;
    color: #999;
    font-style: italic;
    padding: 20px;
    font-family: 'Times New Roman', Times, serif;
}

.diagnosis-popup-footer[b-oj9bqnjmig] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px;
    border-top: 1px solid #e0e0e0;
}

.diagnosis-popup-footer button[b-oj9bqnjmig] {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cancel-btn[b-oj9bqnjmig] {
    background: #f0f0f0;
    color: #333;
}

.cancel-btn:hover[b-oj9bqnjmig] {
    background: #e0e0e0;
}

.save-btn[b-oj9bqnjmig] {
    background: #4994FF;
    color: white;
}

.save-btn:hover[b-oj9bqnjmig] {
    background: #3a7dd6;
}

@media (max-width: 768px) {
    .diagnosis-popup-container[b-oj9bqnjmig] {
        width: 95%;
        max-height: 90vh;
    }

    .diagnosis-popup-header[b-oj9bqnjmig],
    .diagnosis-popup-body[b-oj9bqnjmig],
    .diagnosis-popup-footer[b-oj9bqnjmig] {
        padding: 15px;
    }
}
/* /Components/Pages/PtData/MedicalHist.razor.rz.scp.css */
.medicalhist-main-sec[b-wpk46x9l0q]{
    display:flex;
    flex-direction:column;
    width:100%;
    gap:15px;
    position:relative;
    z-index:1;
}
.lab-radiology[b-wpk46x9l0q] {
    position: relative;
    gap: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.past-history[b-wpk46x9l0q] {
    position: relative;
    z-index: 1;
}
.vaccination-schedule-container[b-wpk46x9l0q] {
}
[b-wpk46x9l0q] .past-outer-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: gray;
    padding: 50px 10%;
    z-index: 3;
}
[b-wpk46x9l0q] .past-inner-container{
        background-color:white;
                  padding:50px;
                  border-radius:20px;
}
[b-wpk46x9l0q] .btn-container {
    display: flex;
    gap: 15px;
}
    @media (max-width: 768px) {


        [b-wpk46x9l0q] .show-vaccin-schedule {
            font-size: 14px !important;
        }
    }
/* /Components/Pages/PtData/MedicalHistory/AddChronicDis.razor.rz.scp.css */

.main-container-addchroincdis[b-uscu9naaxi] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: white;
    align-self: center;
    align-items: center;
/*    padding: 5px;*/
}

.past-inner-container[b-uscu9naaxi]{

}
.add-medication-btn[b-uscu9naaxi], .update[b-uscu9naaxi] {
    margin-top: 30px;
    display: flex;
    padding: 12px 72px;
    justify-content: center;
    gap: 10px;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px dashed #4994FF;
    border-radius: 8px;
    align-self: center;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}

.update-medication-btn[b-uscu9naaxi] {
    width: 100%;
    display: inline-flex;
    position: relative;
    height: 150px;
    border:none;
    border-top: 1px solid #D0D0D0;
    background-color:white;
}
    .update-medication-btn .pic-container[b-uscu9naaxi] {
        width: 106px;
/*        position:absolute;
*/        /*left:20px;
        top:5px;*/
    }
    .update-medication-btn .pic[b-uscu9naaxi] {
        width: 106px;
        border-radius:5px;
    }
.info-container[b-uscu9naaxi] {
    width: 100%;
    display: inline-flex;
    gap: 20px;
    margin-top: 20px;
}
    .info-container .name[b-uscu9naaxi] {
        width: max-content;
        height: 24px;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #6D6D6D;
    }
.info[b-uscu9naaxi] {
    margin-top: 10px;
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    text-align: start;    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
   
    color: #858585;
   
}
    .update-medication-btn .delete-record[b-uscu9naaxi] {
        position: absolute;
        right:20px;
        height:22px;
        
        
    }
.search-disease-container[b-uscu9naaxi] {
    display: grid;
    gap: 10px;
    grid-template-columns: max-content auto;
    width: 100%;
    align-items: center;
    padding: 0 20px;
    margin-top: 15px;
}
    .search-disease-container span[b-uscu9naaxi]{
        width:max-content;
    }
    [b-uscu9naaxi] .searchtradeinfo-container {
        align-self: center;
        margin-top: 20px;
        grid-template-columns: 80% 20% !important;
    }

    .searchtradeinfo-container[b-uscu9naaxi]  .blazored-typeahead {
        background-color: #CCE5FF;
        border: none;
    }

    .searchtradeinfo-container[b-uscu9naaxi]  .blazored-typeahead__input {
        background-color: #CCE5FF;
        border: none;
    }

.disease-name[b-uscu9naaxi] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 50px;
    cursor: pointer;
    background-color: #8080801a;
}
.start-date[b-uscu9naaxi] {
    display: inline-flex;
    gap: 10px;
    justify-content: space-around;
    width: 26%; /*ADD Amendment*/
    align-items: center; /*ADD Amendment*/
}
.start-date input[type="date"][b-uscu9naaxi]{
    width: 55%;/*ADD Amendment*/
    height: 34px;/*ADD Amendment*/
    border-radius: 8px;/*ADD Amendment*/
    border: 1px solid rgba(208, 213, 221, 1);
    outline: 1px solid rgba(208, 213, 221, 1);/*ADD Amendment*/
    padding: 5px/*ADD Amendment*/
}
.treatment-names[b-uscu9naaxi] {
    display: inline-flex;
    
}
.search-ttt-container[b-uscu9naaxi] {
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin:10px;
    gap:20px;
}
.search-trade-info[b-uscu9naaxi]{
    width:100%;
}
.btn-container[b-uscu9naaxi]{
    display:flex;
    gap:15px;
}
/* /Components/Pages/PtData/MedicalHistory/AddFamilyDis.razor.rz.scp.css */

.main-container-addmedicine[b-8vcbfjopil] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: var(--font-changa);
    width: 100%;
    background-color: white;
    align-self: center;
    align-items: center;
}

.add-medication-btn[b-8vcbfjopil], .update[b-8vcbfjopil] {
    margin-top: 30px;
    display: flex;
    padding: 12px 72px;
    justify-content: center;
    gap: 10px;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px dashed #4994FF;
    border-radius: 8px;
    align-self: center;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}

.update-medication-btn[b-8vcbfjopil] {
    width: 100%;
    display: inline-flex;
    position: relative;
    height: 150px;
    border: none;
    border-top: 1px solid #D0D0D0;
    background-color: white;
}

    .update-medication-btn .pic-container[b-8vcbfjopil] {
        width: 106px;
        /*        position:absolute;
*/ /*left:20px;
        top:5px;*/
    }

    .update-medication-btn .pic[b-8vcbfjopil] {
        width: 106px;
        border-radius: 5px;
    }

.info-container[b-8vcbfjopil] {
    width: 100%;
    display: inline-flex;
    gap: 20px;
    margin-top: 20px;
}

    .info-container .name[b-8vcbfjopil] {
        width: max-content;
        height: 24px;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #6D6D6D;
    }

.info[b-8vcbfjopil] {
    margin-top: 10px;
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    text-align: start;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #858585;
}

.update-medication-btn .delete-record[b-8vcbfjopil] {
    position: absolute;
    right: 20px;
    height: 22px;
}

.searchtradeinfo-container[b-8vcbfjopil] {
    display: grid;
    gap: 10px;
    grid-template-columns: max-content auto;
    width: 100%;
    align-items: center;
    padding: 0 20px;
    margin-top: 15px;
}

    .searchtradeinfo-container span[b-8vcbfjopil] {
        width: max-content;
    }

    .searchtradeinfo-container[b-8vcbfjopil]  .blazored-typeahead {
        background-color: #CCE5FF;
        border: none;
    }

    .searchtradeinfo-container[b-8vcbfjopil]  .blazored-typeahead__input {
        background-color: #CCE5FF;
        border: none;
    }

.name-label-div[b-8vcbfjopil] {
    display: inline-flex;
    align-items: center;
}

.name-label[b-8vcbfjopil] {
    font-size: 18px;
}

.relation-label[b-8vcbfjopil] {
    font-size: 14px;
    color: #4994FF;
    border: none;
    background-color: #80808000;
}

.relation-container[b-8vcbfjopil] {
    position: relative;
    display: inline-flex;
    gap: 10px;
    width: 100%;
    padding: 9px 50px; /*ADD Amendment*/
    align-items: center !important; /*ADD Amendment*/
    justify-content: space-between !important;
}

.dropdown-list[b-8vcbfjopil] {
    position: absolute;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
        gap: 5px;
    padding: 5px;
    background: white;
    border: 1px solid black;
    z-index: 3;
    top: 100%;
    border-radius: 5px;
}

.treatment-names[b-8vcbfjopil] {
    display: inline-flex;
}

.search-ttt-container[b-8vcbfjopil] {
    display: inline-flex;
    align-items: center;
    margin: 10px;
    gap: 20px;
}

.search-trade-info[b-8vcbfjopil] {
    width: 200px;
}
/* /Components/Pages/PtData/MedicalHistory/AddHypersenstivity.razor.rz.scp.css */

.main-container-addmedicine[b-7plh6mpi7n] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    font-family: var(--font-changa);
    width: 100%;
    background-color: white;
    align-self: center;
    align-items: center;

}

.add-medication-btn[b-7plh6mpi7n],  .update[b-7plh6mpi7n] {
    margin-top: 30px;
    display: flex;
    padding: 12px 72px;
    justify-content: center;
    gap: 10px;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px dashed #4994FF;
    border-radius: 8px;
    align-self: center;
    height: 50px;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}

.update-medication-btn[b-7plh6mpi7n] {
    width: 100%;
    display: inline-flex;
    position: relative;
    height: 150px;
    border:none;
    border-top: 1px solid #D0D0D0;
    background-color:white;
}
    .update-medication-btn .pic-container[b-7plh6mpi7n] {
        width: 106px;
/*        position:absolute;
*/        /*left:20px;
        top:5px;*/
    }
    .update-medication-btn .pic[b-7plh6mpi7n] {
        width: 106px;
        border-radius:5px;
    }
.info-container[b-7plh6mpi7n]{
    width: 100%;
    display: inline-flex;
    gap:20px;
    margin-top:20px;
}
    .info-container .name[b-7plh6mpi7n] {
        width: max-content;
        height: 24px;

        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #6D6D6D;
    }
.info[b-7plh6mpi7n] {
    margin-top: 10px;
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    text-align: start;    
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
   
    color: #858585;
   
}
    .update-medication-btn .delete-record[b-7plh6mpi7n] {
        position: absolute;
        right:20px;
        height:22px;
        
        
    }

.searchtradeinfo-container[b-7plh6mpi7n] {
    width: 380px;
    align-self: center;
    margin-top: 20px;
}

    .searchtradeinfo-container[b-7plh6mpi7n]  .blazored-typeahead {
        background-color: #CCE5FF;
        border: none;
    }

    .searchtradeinfo-container[b-7plh6mpi7n]  .blazored-typeahead__input {
        background-color: #CCE5FF;
        border: none;
    }

.disease-name[b-7plh6mpi7n]{
    display:inline-flex;
    justify-content:space-between;
    width:100%;
    padding:0 50px;
    cursor:pointer;
}
.info-container[b-7plh6mpi7n]{
    display:inline-flex;
    width:100%;
    padding:0 50px;
}
.reaction-container[b-7plh6mpi7n], .severity-container[b-7plh6mpi7n] {
    display: flex;
    gap: 10px;
    /*width: 100%;*/
    padding: 7px 0; /*ADD Amendment*/
    align-items: center; /*ADD Amendment*/
}
    .reaction-container input[type="text"][b-7plh6mpi7n], .severity-container input[type="text"][b-7plh6mpi7n] {
        /*width: 40%;*/ /*ADD Amendment*/
        height: 32px; /*ADD Amendment*/
        border-radius: 5px; /*ADD Amendment*/
        border: 1px solid #55A0FF; /*ADD Amendment*/
        outline: 1px solid rgba(208, 213, 221, 1); /*ADD Amendment*/
        padding: 10px; /*ADD Amendment*/
        color: #4994FF;
        background-color: rgba(85, 160, 255, 0.05);
    }
.treatment-names[b-7plh6mpi7n] {
    display: inline-flex;
    
}
.search-ttt-container[b-7plh6mpi7n] {
    display:inline-flex;
    align-items:center;
    margin:10px;
    gap:20px;
}
.search-trade-info[b-7plh6mpi7n]{
    width:200px;
}
/* /Components/Pages/PtData/MedicalHistory/AddNeonatalHistory.razor.rz.scp.css */

.neonatal-history-main-container[b-q1xy7k1tea] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    
    font-family: var(--font-changa);
    width: 100%;
    background-color: white;
    align-self: center;
    align-items: center;
}

.add-medication-btn[b-q1xy7k1tea], .update[b-q1xy7k1tea] {
    margin-top: 30px;
    display: flex;
    padding: 12px 72px;
    justify-content: center;
    gap: 10px;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px dashed #4994FF;
    border-radius: 8px;
    align-self: center;
    height: 50px;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}

.update-medication-btn[b-q1xy7k1tea] {
    width: 100%;
    display: inline-flex;
    position: relative;
    height: 150px;
    border: none;
    border-top: 1px solid #D0D0D0;
    background-color: white;
}

    .update-medication-btn .pic-container[b-q1xy7k1tea] {
        width: 106px;
        /*        position:absolute;
*/ /*left:20px;
        top:5px;*/
    }

    .update-medication-btn .pic[b-q1xy7k1tea] {
        width: 106px;
        border-radius: 5px;
    }

.info-container[b-q1xy7k1tea] {
    width: 100%;
    display: flex;
    flex-direction:column;
    gap: 20px;
    margin-top: 20px;
}

.flex-entry[b-q1xy7k1tea] {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap to the next line if necessary */
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
}

.flex-item[b-q1xy7k1tea] {
    flex: 1 1 200px; /* Allows items to grow and shrink, with a minimum width of 200px */
    padding: 5px;
    box-sizing: border-box;
}
#nicuAdmission[b-q1xy7k1tea] {
    min-width : 200px;
    min-height:50px;
}
/* /Components/Pages/PtData/MedicalHistory/AddPregnancyHist.razor.rz.scp.css */

.main-container-pregnancy-history[b-9i5ryx84o6] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    font-family: var(--font-changa);
    width: 100%;
    background-color: white;
    align-self: center;
    align-items: center;
}

.add-medication-btn[b-9i5ryx84o6],  .update[b-9i5ryx84o6] {
    margin-top: 30px;
    display: flex;
    padding: 12px 72px;
    justify-content: center;
    gap: 10px;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px dashed #4994FF;
    border-radius: 8px;
    align-self: center;
    height: 50px;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}

.update-medication-btn[b-9i5ryx84o6] {
    width: 100%;
    display: inline-flex;
    position: relative;
    height: 150px;
    border:none;
    border-top: 1px solid #D0D0D0;
    background-color:white;
}
    .update-medication-btn .pic-container[b-9i5ryx84o6] {
        width: 106px;
/*        position:absolute;
*/        /*left:20px;
        top:5px;*/
    }
    .update-medication-btn .pic[b-9i5ryx84o6] {
        width: 106px;
        border-radius:5px;
    }
.pregnancy-details[b-9i5ryx84o6]  {
    margin-top: 15px;
    width:100%;
}
.info-container[b-9i5ryx84o6] {
    width: 100%;
    display: inline-flex;
    gap: 20px;
    margin-top: 20px;
}
    .info-container .name[b-9i5ryx84o6] {
        width: max-content;
        height: 24px;

        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #6D6D6D;
    }
.info[b-9i5ryx84o6] {
    margin-top: 10px;
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    text-align: start;    
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
   
    color: #858585;
   
}
    .update-medication-btn .delete-record[b-9i5ryx84o6] {
        position: absolute;
        right:20px;
        height:22px;
        
        
    }

.flex-entry[b-9i5ryx84o6] {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap onto multiple lines if needed */
    gap: 1rem; /* Space between flex items */
    margin-bottom: 1rem; /* Space below the container */
}

/* Individual flex items */
.flex-item select[b-9i5ryx84o6] {
    max-width:400px;
}
.flex-item[b-9i5ryx84o6] {

    flex: 1 1 calc(33.333% - 1rem); /* Flex grow, flex shrink, and flex-basis values for 3 items per row */
    min-width: 200px; /* Minimum width for flex items */
    box-sizing: border-box; /* Includes padding and border in the element's total width and height */
}
.end-date-label-div[b-9i5ryx84o6]{

}
    .end-date-label-div input[b-9i5ryx84o6] {
        width: 40px;
        border-color: #8585851f;
        border-radius: 7px;
    }
.lactation-div[b-9i5ryx84o6] {
    background-color: #b7b1b133;
    border-radius: 10px;
    padding: 10px;
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.feeding-type[b-9i5ryx84o6]{
    display:flex;
    flex-direction:column;
    width:max-content;
    gap:15px;
    width:100%;
}
    .feeding-type div[b-9i5ryx84o6] {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
.feeding-type label[b-9i5ryx84o6] {
    display: flex;
    flex-direction: row;
    width:max-content;
 }
.feeding-type input[b-9i5ryx84o6] {
    display: flex;
    flex-direction: row;
    width:fit-content;
 }
    .feeding-type datalist[b-9i5ryx84o6] {
       width: max-content;
    }
/* /Components/Pages/PtData/MedicalHistory/AddSurgicalHist.razor.rz.scp.css */

.main-container-addmedicine[b-ancl2ots26] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: white;
    align-self: center;
    align-items: center;

}

.add-medication-btn[b-ancl2ots26],  .update[b-ancl2ots26] {
    margin-top: 30px;
    display: flex;
    padding: 12px 72px;
    justify-content: center;
    gap: 10px;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px dashed #4994FF;
    border-radius: 8px;
    align-self: center;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}

.update-medication-btn[b-ancl2ots26] {
    width: 100%;
    display: inline-flex;
    position: relative;
    height: 150px;
    border:none;
    border-top: 1px solid #D0D0D0;
    background-color:white;
}
    .update-medication-btn .pic-container[b-ancl2ots26] {
        width: 106px;
/*        position:absolute;
*/        /*left:20px;
        top:5px;*/
    }
    .update-medication-btn .pic[b-ancl2ots26] {
        width: 106px;
        border-radius:5px;
    }
.info-container[b-ancl2ots26]{
    width: 100%;
    display: inline-flex;
    gap:20px;
    margin-top:20px;
}
    .info-container .name[b-ancl2ots26] {
        width: max-content;
        height: 24px;

        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #6D6D6D;
    }
.info[b-ancl2ots26] {
    margin-top: 10px;
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    text-align: start;    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
   
    color: #858585;
   
}
    .update-medication-btn .delete-record[b-ancl2ots26] {
        position: absolute;
        right:20px;
        height:22px;
        
        
    }

.searchtradeinfo-container[b-ancl2ots26] {
    display: grid;
    gap: 10px;
    grid-template-columns: max-content auto;
    width: 100%;
    align-items: center;
    padding: 0 20px;
}

    .searchtradeinfo-container span[b-ancl2ots26] {
        width: max-content;
    }

    .searchtradeinfo-container[b-ancl2ots26]  .blazored-typeahead {
        background-color: #CCE5FF;
        border: none;
    }

    .searchtradeinfo-container[b-ancl2ots26]  .blazored-typeahead__input {
        background-color: #CCE5FF;
        border: none;
    }

.disease-name[b-ancl2ots26] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
    cursor: pointer;
    background-color: #8080801a;
    margin: 5px;
    border-radius: 10px;
}
.past-inner-container[b-ancl2ots26]{
    display:flex;
    flex-direction:column;
    gap:15px;
}
.past-inner-container span[b-ancl2ots26] {
    display: flex;
    width: 10%;
}
    .past-inner-container input[b-ancl2ots26] {
        display: flex;
        width: 80%;
        border-radius: 8px;
        border: 1px solid #DEE2E6;
        padding:5px;
    }
.past-inner-container div[b-ancl2ots26]{
    display:inline-flex;
}
.past-inner-container .notes[b-ancl2ots26]{
    min-height:120px;
}
.start-date[b-ancl2ots26] {
    display: inline-flex;
}
.treatment-names[b-ancl2ots26] {
    display: inline-flex;
    
}
.search-ttt-container[b-ancl2ots26] {
    display:inline-flex;
    align-items:center;
    margin:10px;
    gap:20px;
}
.search-trade-info[b-ancl2ots26]{
    width:200px;
}
/* /Components/Pages/PtData/MedicalHistory/AddVaccinations.razor.rz.scp.css */

.main-container-addmedicine[b-gaztmb6agd] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    font-family: var(--font-changa);
    width: 100%;
    background-color: white;
    align-self: center;
    align-items: center;

}

.add-medication-btn[b-gaztmb6agd],  .update[b-gaztmb6agd] {
    margin-top: 30px;
    display: flex;
    padding: 12px 72px;
    justify-content: center;
    gap: 10px;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px dashed #4994FF;
    border-radius: 8px;
    align-self: center;
    height: 50px;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}

.update-medication-btn[b-gaztmb6agd] {
    width: 100%;
    display: inline-flex;
    position: relative;
    height: 150px;
    border:none;
    border-top: 1px solid #D0D0D0;
    background-color:white;
}
    .update-medication-btn .pic-container[b-gaztmb6agd] {
        width: 106px;
/*        position:absolute;
*/        /*left:20px;
        top:5px;*/
    }
    .update-medication-btn .pic[b-gaztmb6agd] {
        width: 106px;
        border-radius:5px;
    }
.info-container[b-gaztmb6agd]{
    width: 100%;
    display: inline-flex;
    gap:20px;
    margin-top:20px;
}
    .info-container .name[b-gaztmb6agd] {
        width: max-content;
        height: 24px;

        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #6D6D6D;
    }
.info[b-gaztmb6agd] {
    margin-top: 10px;
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    text-align: start;    
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
   
    color: #858585;
   
}
    .update-medication-btn .delete-record[b-gaztmb6agd] {
        position: absolute;
        right:20px;
        height:22px;
        
        
    }

.searchtradeinfo-container[b-gaztmb6agd] {
    width: 380px;
    align-self: center;
    margin-top: 20px;
}

    .searchtradeinfo-container[b-gaztmb6agd]  .blazored-typeahead {
        background-color: #CCE5FF;
        border: none;
    }

    .searchtradeinfo-container[b-gaztmb6agd]  .blazored-typeahead__input {
        background-color: #CCE5FF;
        border: none;
    }

.disease-name[b-gaztmb6agd]{
    display:inline-flex;
    justify-content:space-between;
    width:100%;
    padding:0 50px;
    cursor:pointer;
}
.reaction-container[b-gaztmb6agd], .severity-container[b-gaztmb6agd], .date-container[b-gaztmb6agd] {
    display: inline-flex;
    gap: 10px;
    width: 100%;
    padding: 0 50px;
}
.treatment-names[b-gaztmb6agd] {
    display: inline-flex;
    
}
.search-ttt-container[b-gaztmb6agd] {
    display:inline-flex;
    align-items:center;
    margin:10px;
    gap:20px;
}
.search-trade-info[b-gaztmb6agd]{
    width:200px;
}
/* /Components/Pages/PtData/MedicalHistory/PastHist.razor.rz.scp.css */
.main-container[b-eus2c09ofr] {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    position:relative;
    z-index:1;
}

.medical-hist-section[b-eus2c09ofr]{
    display:flex;
    flex-direction:column;
    margin-bottom:15px;
}
.general-info-header[b-eus2c09ofr] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
    background-color: #FAFAFA;
    align-items: center;
    height: 56px;
    background: #FAFAFA;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #053273;
    cursor: pointer;
}

    .general-info-header .general-info-button[b-eus2c09ofr] {
        padding: 0px;
        gap: 10px;
        width: 34px;
        height: 34px;
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        color: #86929E;
        font-size: 12px;
    }

    .general-info-header .edit-button[b-eus2c09ofr] {
        padding: 0px;
        gap: 10px;
        width: 34px;
        height: 34px;
        background-color: transparent;
        border: none;
        border-radius: 4px;
        color: #86929E;
        font-size: 12px;
    }
.chronic-dis-container[b-eus2c09ofr] {
    display: flex;
    flex-direction: column;
/*    margin: 0 15px;*/
}
.show-vaccin-schedule[b-eus2c09ofr] {
    margin-top: 10px;
    align-self:center;
    display: flex;
    padding: 12px 72px;
    justify-content: center;
    gap: 10px;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px dashed #4994FF;
    border-radius: 8px;
    align-self: center;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}
.header[b-eus2c09ofr] {
    background-color: #4994ff4a;
    font-size: 16px !important;
}

[b-eus2c09ofr] .past-history-grid {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    width: 100%;
    font-size: 14px;
}

    [b-eus2c09ofr] .past-history-grid > div:first-child {
        border: solid 1px gray;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: left;
        align-items: flex-end;
        padding: 10px;
    }

    [b-eus2c09ofr] .past-history-grid > div:not(first-child) {
        border: solid 1px gray;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

[b-eus2c09ofr] .family-history-grid {
    display: grid;
    grid-template-columns: 2fr repeat(2, 1fr);
    width: 100%;
    font-size: 14px;
}

    [b-eus2c09ofr] .family-history-grid > div:first-child {
        border: solid 1px gray;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: left;
        align-items: flex-end;
        padding: 10px;
    }

    [b-eus2c09ofr] .family-history-grid > div:not(first-child) {
        border: solid 1px gray;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }
/* /Components/Pages/PtData/MedicalHistory/PastHistComp.razor.rz.scp.css */

.main-container-addmedicine[b-4u2rh1li3u] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    font-family: var(--font-changa);
    width: 100%;
    background-color: white;
    align-self: center;
    align-items: center;

}

.add-medication-btn[b-4u2rh1li3u],  .update[b-4u2rh1li3u] {
    margin-top: 30px;
    display: flex;
    padding: 12px 72px;
    justify-content: center;
    gap: 10px;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px dashed #4994FF;
    border-radius: 8px;
    align-self: center;
    height: 50px;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}

.update-medication-btn[b-4u2rh1li3u] {
    width: 100%;
    display: inline-flex;
    position: relative;
    height: 150px;
    border:none;
    border-top: 1px solid #D0D0D0;
    background-color:white;
}
    .update-medication-btn .pic-container[b-4u2rh1li3u] {
        width: 106px;
/*        position:absolute;
*/        /*left:20px;
        top:5px;*/
    }
    .update-medication-btn .pic[b-4u2rh1li3u] {
        width: 106px;
        border-radius:5px;
    }
.info-container[b-4u2rh1li3u]{
    width: 100%;
    display: inline-flex;
    gap:20px;
    margin-top:20px;
}
    .info-container .name[b-4u2rh1li3u] {
        width: max-content;
        height: 24px;

        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #6D6D6D;
    }
.info[b-4u2rh1li3u] {
    margin-top: 10px;
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    text-align: start;    
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
   
    color: #858585;
   
}
    .update-medication-btn .delete-record[b-4u2rh1li3u] {
        position: absolute;
        right:20px;
        height:22px;
        
        
    }

.searchtradeinfo-container[b-4u2rh1li3u] {
    width: 380px;
    align-self: center;
    margin-top: 20px;
}

    .searchtradeinfo-container[b-4u2rh1li3u]  .blazored-typeahead {
        background-color: #CCE5FF;
        border: none;
    }

    .searchtradeinfo-container[b-4u2rh1li3u]  .blazored-typeahead__input {
        background-color: #CCE5FF;
        border: none;
    }

.dose-label[b-4u2rh1li3u] {
    margin-top: 20px;
}

.dose-row[b-4u2rh1li3u] {
    display: inline-flex;
    justify-content: space-between;
    width: 445px;
    /*align-self: center;*/
    margin-bottom: 8px;
}

    .dose-row select[b-4u2rh1li3u], .dose-row input[b-4u2rh1li3u], .prescription-text[b-4u2rh1li3u] {
        background: #FFFFFF;
        border: 1px solid rgba(208, 213, 221, 0.5);
        box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
        border-radius: 6px;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #344054;
    }

    .dose-row > select[b-4u2rh1li3u] {
        width: 45%;
    }

.dose[b-4u2rh1li3u] {
    width: 45%;
}

    .dose select[b-4u2rh1li3u] {
        width: 70%;
    }

    .dose input[b-4u2rh1li3u] {
        width: 26%;
    }

.number[b-4u2rh1li3u] {
    width: 50px;
}

.every[b-4u2rh1li3u], .for[b-4u2rh1li3u] {
    width: 35%;
}

    .every select[b-4u2rh1li3u], .for select[b-4u2rh1li3u] {
        width: 70%;
    }

    .every input[b-4u2rh1li3u], .for input[b-4u2rh1li3u] {
        width: 26%;
    }

.prescription-div[b-4u2rh1li3u] {
    display: flex;
    flex-direction: column;
    width: 445px;
    margin-top: 10px;
}

    .prescription-div .prescription-label[b-4u2rh1li3u] {
        /*margin-left: 10%;*/

        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #344054;
    }.prescription-div .prescription-label button[b-4u2rh1li3u] {
        /*margin-left: 10%;*/
        border:none;
        background-color:white;
    }

    .prescription-div .prescription-text[b-4u2rh1li3u] {
        width: 100%;
        /*align-self: center;*/
        margin-top: 8px;
        min-height: 120px;
        padding: 15px;
    }

.audio-div[b-4u2rh1li3u] {
    margin-top: 15px;
}
/* /Components/Pages/PtData/MedicalHistory/TTT_History.razor.rz.scp.css */
.main-container[b-1clrowzvpf] {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
}

.general-info-header[b-1clrowzvpf] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
    background-color: #FAFAFA;
    align-items: center;
    height: 56px;
    background: #FAFAFA;
    ;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #053273;
    cursor: pointer;
}

    .general-info-header .general-info-button[b-1clrowzvpf] {
        padding: 0px;
        gap: 10px;
        width: 34px;
        height: 34px;
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        color: #86929E;
        font-size: 12px;
    }

    .general-info-header .edit-button[b-1clrowzvpf] {
        padding: 0px;
        gap: 10px;
        width: 34px;
        height: 34px;
        background-color: transparent;
        border: none;
        border-radius: 4px;
        color: #86929E;
        font-size: 12px;
    }

.info-row[b-1clrowzvpf] {
    display: inline-flex;
    width: 100%;
    padding: 16px 32px;
    gap: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6D6D6D;
    justify-content: space-between;
}

.filter-container[b-1clrowzvpf]{
    display:inline-flex;
    gap: 15px;
    position:relative;
    margin-left:50px;
}
    .filter-container span[b-1clrowzvpf] {
        align-content: end;
    }
.filter-dropdown[b-1clrowzvpf] {
    position: absolute;
    top: 60%;
    left: 70px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    list-style: none;
    padding: 0;
    margin: 5px 0;
    min-width: 150px;
}
    .filter-dropdown li[b-1clrowzvpf] {
        padding: 8px 12px;
        cursor: pointer;
    }
        .filter-dropdown li:hover[b-1clrowzvpf] {
            background-color: #f0f0f0;
        }

.header[b-1clrowzvpf] {
    background-color: #4994ff4a;
    font-size: 16px;
}

[b-1clrowzvpf] .treatments-grid {
    display: grid;
    grid-template-columns: 2fr repeat(4, 1fr);
    width: 100%;
    font-size: 14px;
}
    [b-1clrowzvpf] .treatments-grid > div:first-child {
        border: solid 1px gray;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: left;
        align-items: flex-end;
        padding: 10px;
    }

    [b-1clrowzvpf] .treatments-grid > div:not(first-child) {
        border: solid 1px gray;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }
.usage[b-1clrowzvpf], .treatment-type[b-1clrowzvpf] {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: space-evenly !important;
    width: 100%;
}

/* /Components/Pages/PtData/MedicalHistory/Vaccinations.razor.rz.scp.css */
.main-container[b-ula95j2ge0] {
    position: fixed;
    left: 20%;
    top: 0;
    display: flex;
    flex-direction: column;
    background-color: #dee2e6;
    width: 80%;
    height: 100vh;
    z-index: 1;
    opacity: 1;
    overflow: auto;
    padding: 25px;
}

.inner-container[b-ula95j2ge0] {
    background-color: white;
    padding: 32px;
    border-radius: 10px;
}

.page-header[b-ula95j2ge0] {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding: 10px 0; /*ADD Amendment*/
    /*margin-bottom:20px;*/
}

    .page-header button[b-ula95j2ge0] {
        width: 50px; /*ADD Amendment*/
        height: 50px; /*ADD Amendment*/
        background: white; /*ADD Amendment*/
        border: 0.5px solid #E8ECEF; /*ADD Amendment*/
        border-radius: 4px; /*ADD Amendment*/
        color: #86929E;
    }

.restrict-to-age[b-ula95j2ge0] {
    display: flex; /*ADD Amendment*/
    /*justify-content: space-around;*/ /*ADD Amendment*/
    width: 35%; /*ADD Amendment*/
    padding: 8px; /*ADD Amendment*/
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    letter-spacing: 0.424242px;
    color: #3D475C;
    gap: 10px;
}

.category[b-ula95j2ge0] {
    width: 100%;
    margin-bottom: 10px;
}

.category-header[b-ula95j2ge0] {
    /*margin-top: 5px;*/
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px; /*ADD Amendment*/
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    background-color: #FAFAFA;
}

.category button[b-ula95j2ge0] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    margin: 0 20px;
    width: 34px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transform: rotate(-180deg);
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    color: #86929E;
}

.header[b-ula95j2ge0], .vaccine-row[b-ula95j2ge0] {
    display: flex;
    padding: 10px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    align-items: center;
}

.header[b-ula95j2ge0] {
    font-weight: bold;
    margin-bottom: 10px;
}

.header-item[b-ula95j2ge0], .vaccine-item[b-ula95j2ge0] {
    flex: 1;
    text-align: center;
}

.vaccine-row[b-ula95j2ge0] {
    background-color: white;
}

.header-item:first-child[b-ula95j2ge0], .vaccine-item:first-child[b-ula95j2ge0] {
    flex: 0 0 50px;
}

.vaccine-item input[type="checkbox"][b-ula95j2ge0] {
    margin: 0 auto;
}

.vaccine-item input[type="date"][b-ula95j2ge0] {
    width: 51%; /*ADD Amendment*/
    height: 40px; /*ADD Amendment*/
    border-radius: 8px; /*ADD Amendment*/
    border: 1px solid rgba(208, 213, 221, 1); /*ADD Amendment*/
    outline: 1px solid rgba(208, 213, 221, 1); /*ADD Amendment*/
    padding: 10px; /*ADD Amendment*/

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13.0316px;
    line-height: 20px;
    /* identical to box height, or 150% */
    /* Gray/600 */
    color: #475467;
}

.vaccine-name[b-ula95j2ge0] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height, or 119% */
    letter-spacing: 0.484848px;
    color: #3D475C;
}

.vaccine-type[b-ula95j2ge0] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    letter-spacing: 0.424242px;
    color: #3D475C;
}
/* /Components/Pages/PtData/PatientResDetails.razor.rz.scp.css */
.main-container-prd[b-goxd3or9ut] {
    background-color: white;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 8%;
    overflow: auto;
    height: 83%;
    width: calc(100% - 90px);
    /*    left: 20.7%;*/
    z-index: 1;
}

.upper-sec[b-goxd3or9ut], .selector[b-goxd3or9ut], .component-section[b-goxd3or9ut] {
    padding: 20px 50px;
}

[b-goxd3or9ut] .content {
    padding-top: 0;
    margin-top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.upper-sec[b-goxd3or9ut] {
    position: relative;
    display: inline-flex;
    gap: 10px;
}

    .upper-sec .img-container[b-goxd3or9ut] {
        display: flex;
        justify-content: center;
        overflow: hidden;
        height: 130px;
        width: 130px;
        background-color: #04083766;
        border-radius: 50%;
        align-items: center;
    }

    .upper-sec img[b-goxd3or9ut] {
        width: auto;
        height: 140px;
        opacity: 0.8;
    }

    .upper-sec .name[b-goxd3or9ut] {
/*        width: 136px;*/
        height: 30px;
        font-family: 'Times New Roman', Times, serif;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        color: #053273;
    }
.name[b-goxd3or9ut] {
    border: none;
    width: fit-content;
    direction: rtl;
    text-align: end;
}
.button-sec[b-goxd3or9ut] {
    position: absolute;
    right: 30px;
    display: inline-flex;
    gap: 10px;
    font-family: 'Times New Roman', Times, serif;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

    .button-sec .close-btn[b-goxd3or9ut] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px;
        gap: 10px;
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        border: 1.5px solid #E8ECEF;
        border-radius: 9.6px;
        color: #86929E;
        font-family: 'Times New Roman', Times, serif;
        ;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
    }

.add-visit[b-goxd3or9ut] {
    /* Rectangle */

    width: 205px;
    height: 50px;
    background: #4994FF;
    border-radius: 8px;
    /* Add New Visit */

    border: none;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}
/* ButtonComponent.razor.css */

.selector[b-goxd3or9ut] {
    display: flex;
    margin-top: 0;
    font-family: 'Times New Roman', Times, serif;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #969696;
}

    .selector button[b-goxd3or9ut] {
        width: 33.33%;
        border: none;
        background-color: transparent;
        color: gray;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
        border-bottom: 2px solid #EEEFEE;
    }

        .selector button.active[b-goxd3or9ut] {
            border-bottom: 2px solid #4994FF;
            color: #4994FF;
        }

@media (max-width: 899.98px) {
    .main-container-prd[b-goxd3or9ut] {
        left: 0;
        width: 100%;
        /*        top: 135px;*/
        height: 80vh;
        font-size: 14px;
        /*        top:20%;*/
    }

    .button-sec[b-goxd3or9ut] {
        /*        bottom: 0;*/
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .add-visit[b-goxd3or9ut] {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .main-container-prd[b-goxd3or9ut] {
        left: 0;
        width: 100%;
        top: 135px;
        height: 80vh;
        font-size: 14px;
    }

    .button-sec[b-goxd3or9ut] {
        /*        bottom: 0;*/
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .upper-sec[b-goxd3or9ut], .selector[b-goxd3or9ut], .component-section[b-goxd3or9ut] {
        padding: 20px 20px;
    }

    [b-goxd3or9ut] .searchtradeinfo-container {
        width: 350px !important;
    }

    [b-goxd3or9ut] .inner-container {
        padding: 20px 0 !important;
        width: 95% !important;
        margin: 40px !important;
        padding: 10px !important;
    }

    [b-goxd3or9ut] .main-container {
        padding: 0 !important;
    }


    [b-goxd3or9ut] .info-row, [b-goxd3or9ut] .update-medication-btn {
        flex-wrap: wrap !important;
        justify-content: center !important;
        font-size: 14px !important;
    }

        [b-goxd3or9ut] .info-row img {
            width: 20px !important;
        }

    [b-goxd3or9ut] .general-info-header {
        font-size: 18px !important;
    }

    [b-goxd3or9ut] .result-div {
        width: 320px !important;
    }

    [b-goxd3or9ut] .main-container-addbiometrics {
        padding: 0 !important;
    }
}
.patient-details[b-goxd3or9ut] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 5px;
    font-family: 'Times New Roman', Times, serif;
}

.age-gender-info[b-goxd3or9ut] {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

.main-diagnosis-info[b-goxd3or9ut] {
    font-size: 15px;
    color: #053273;
    font-weight: 500;
    font-style: italic;
}
.main-diagnosis-section[b-goxd3or9ut] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s;
}

    .main-diagnosis-section:hover[b-goxd3or9ut] {
        background-color: #f5f5f5;
    }

.main-diagnosis-info[b-goxd3or9ut] {
    font-size: 15px;
    color: #053273;
    font-weight: 500;
    font-style: italic;
    background: #e3f2fd;
    padding: 4px 12px;
    border-radius: 4px;
}

.edit-diagnosis-icon[b-goxd3or9ut] {
    color: #4994FF;
    font-size: 18px;
    margin-left: 8px;
}

.add-diagnosis-link[b-goxd3or9ut] {
    font-size: 14px;
    color: #4994FF;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 400;
}

    .add-diagnosis-link:hover[b-goxd3or9ut] {
        color: #3a7dd6;
    }
.more-info-link[b-goxd3or9ut] {
    font-size: 14px;
    color: #4994FF;
    cursor: pointer;
/*    text-decoration: underline;*/
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

    .more-info-link:hover[b-goxd3or9ut] {
        color: #3a7dd6;
    }
/* /Components/Pages/PtData/SearchPtNames.razor.rz.scp.css */
.search-ptname-main-container[b-7l6pls5czp]{
    display:flex;
    width:100%;
    height:50px;
    align-items:center;
}
.blazored-typeahead__results[b-7l6pls5czp] {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border: 1px solid #dbdbdb;
    min-height: 2rem;
    max-height: 10%;
    overflow-y: auto;
    z-index: 10;
    width: 100%;
    background: yellow;
}
label[b-7l6pls5czp] {
    color: blue;
}
text[b-7l6pls5czp] {
    color: blue;
}
/*.blazored-typeahead__active-item, .blazored-typeahead__result:hover, .blazored-typeahead__result:focus {*/
[b-7l6pls5czp] .blazored-typeahead__result:hover {
    background-color: lightblue !important;
    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;
    color: #fff;
    cursor: pointer;
}
[b-7l6pls5czp] .blazored-typeahead__active-item {
    background-color: white !important;
    border-top: none !important;
    border-bottom:none !important;
    color: #fff;
    cursor: pointer;
}
[b-7l6pls5czp] .blazored-typeahead__result:focus {
    background-color: lightblue !important; 
    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;
    color: #fff;
    cursor: pointer;
}
/* /Components/Pages/PtData/Visits/AddBiometrics.razor.rz.scp.css */

.main-container-addbiometrics[b-60p6qjwow6] {
    min-height: 100vh;
    background: linear-gradient(180deg, #f5f8ff 0%, #eef5ff 40%, #ffffff 100%);
    padding: 10px 24px 20px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    font-family: var(--font-changa);
    width:100%;
}

.inner-container[b-60p6qjwow6] {
    width: min(1200px, 100%);
    background: #ffffff;
    border-radius: 32px;
    padding: 48px 56px;
    box-shadow: 0 30px 60px rgba(15, 57, 114, 0.15);
    display: flex;
    flex-direction: column;
/*    gap: 24px;*/
}

.patient-Biometrics[b-60p6qjwow6] {
    font-size: 30px;
    font-weight: 600;
    color: #0b1c58;
    letter-spacing: 0.5px;
}

.patients-condition-container[b-60p6qjwow6] {
    display: flex;
/*    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));*/
flex-direction:column;
    gap: 22px;
}

.biomarker-group[b-60p6qjwow6] {
    background: #f9fafc;
    border-radius: 24px;
    padding: 5px 28px;
    border: 1px solid rgba(13, 32, 95, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    display: grid;
    gap: 0px 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.biomarker-group h4[b-60p6qjwow6] {
    margin: 0 0 16px;
    font-size: 20px;
    color: #14418f;
    font-weight: 600;
    grid-column: span 2;
}

.entry-container[b-60p6qjwow6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
}

.entry-name[b-60p6qjwow6] {
    font-size: 14px;
    color: #546185;
    font-weight: 500;
    width: 30%;
}

.entry-div[b-60p6qjwow6] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 70%;
}
.history-btn[b-60p6qjwow6] {
    border: 1px solid rgba(90, 131, 255, 0.6);
    background: rgba(90, 131, 255, 0.1);
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #2a4ff2;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.history-btn:hover[b-60p6qjwow6] {
    background: rgba(90, 131, 255, 0.2);
    color: #1c36c6;
}

.entry-value[b-60p6qjwow6] {
    width: 120px;
    height: 40px;
    border-radius: 14px;
    border: 1px solid #dce2f0;
    padding: 0 14px;
    font-size: 16px;
    color: #192750;
    background: #ffffff;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

.entry-value:focus[b-60p6qjwow6] {
    border-color: #5a83ff;
    box-shadow: 0 0 0 3px rgba(90, 131, 255, 0.18);
    outline: none;
}

.entry-unit[b-60p6qjwow6] {
    font-size: 13px;
    color: #7b8bbb;
}
.bmi-row[b-60p6qjwow6] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 0;
}

.bmi-value span:first-child[b-60p6qjwow6] {
    font-weight: 600;
    color: #1c2d6c;
}

.Back-Next-button[b-60p6qjwow6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.Back-button[b-60p6qjwow6],
.Next-button[b-60p6qjwow6] {
    width: 170px;
    height: 46px;
    border-radius: 12px;
    border: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.Back-button[b-60p6qjwow6] {
    background: #f5f7fb;
    color: #4c5770;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.Back-button:hover[b-60p6qjwow6] {
    transform: translateY(-2px);
    box-shadow: 0 20px 30px rgba(53, 72, 129, 0.18);
}

.Next-button[b-60p6qjwow6] {
    background: linear-gradient(135deg, #5a83ff, #4b6dfa 72%);
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(74, 131, 255, 0.4);
}

.Next-button:hover:not(:disabled)[b-60p6qjwow6] {
    transform: translateY(-2px);
    box-shadow: 0 22px 34px rgba(74, 131, 255, 0.45);
}

.Next-button:disabled[b-60p6qjwow6] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.dialog-container[b-60p6qjwow6] {
    position: fixed;
    inset: 0;
    background: rgba(11, 28, 88, 0.35);
    z-index: 1500;
}

.biometric-chart-modal[b-60p6qjwow6] {
    position: fixed;
    inset: 0;
    background: rgba(11, 28, 88, 0.35);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .inner-container[b-60p6qjwow6] {
        padding: 32px 28px;
    }

    .entry-div[b-60p6qjwow6] {
        flex-wrap: wrap;
    }

    .entry-value[b-60p6qjwow6] {
        width: 100%;
    }

    .patients-condition-container[b-60p6qjwow6] {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 640px) {
    .main-container-addbiometrics[b-60p6qjwow6] {
        padding: 24px 12px;
    }

    .Back-Next-button[b-60p6qjwow6] {
        flex-direction: column;
        gap: 10px;
    }

    .Back-button[b-60p6qjwow6],
    .Next-button[b-60p6qjwow6] {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .biomarker-group[b-60p6qjwow6] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/PtData/Visits/AddBiometricsByVisitId.razor.rz.scp.css */

.main-container-addbiometrics[b-xtu3mqxlf6] {
    display: flex;
    justify-content: center;
    
    font-family: var(--font-changa);
    width: 100%;
    flex-direction: column;
    align-self: center;
    padding: 0 50px;
}

.general-info-header[b-xtu3mqxlf6] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
    background-color: #FAFAFA;
    align-items: center;
    height: 56px;
    background: #FAFAFA;
    ;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #053273;
    cursor: pointer;
}

    .general-info-header .general-info-button[b-xtu3mqxlf6] {
        padding: 0px;
        gap: 10px;
        width: 34px;
        height: 34px;
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        color: #86929E;
        font-size: 12px;
    }

.info-container[b-xtu3mqxlf6] {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.info-container[b-xtu3mqxlf6] {
    display: inline-flex;
    width: 100%;
}

.patients-condition-container[b-xtu3mqxlf6] {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.rt-div[b-xtu3mqxlf6]{
    display:inline-flex;
    gap:15px;
}
.rt-div .edit-button[b-xtu3mqxlf6] {
    padding: 0px;
    gap: 10px;
    width: 34px;
    height: 34px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    color: #86929E;
    font-size: 12px;
}


/* /Components/Pages/PtData/Visits/AddExam.razor.rz.scp.css */
.main-container-addexam[b-e0bsyc1oiv] {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #EFF0F2;
    position: relative;
}

.inner-container[b-e0bsyc1oiv] {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 20px 110px;
}

.prg-lact-div[b-e0bsyc1oiv] {
    display: inline-flex;
    gap: 20px;
    color: darkred;
    font-weight: bold;
    font-size: 16px;
}


.form-indicator[b-e0bsyc1oiv] {
    background: #d1ecf1;
    color: #0c5460;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 11px;
    margin-left: 5px;
}

.favorites[b-e0bsyc1oiv] {
    display: inline-flex;
    gap: 15px;
    /*    height: 48px;*/
    /*    padding: 12px 16px 12px 16px;*/
    border-radius: 8px;
    border: 1px;
    opacity: 0.8;
    background-color: white;
}

    .favorites select[b-e0bsyc1oiv] {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 2px;
        gap: 10.79px;
        /*    height: 135px;*/
        background: rgb(248, 248, 248);
        
        border: 1.34855px solid #D0D5DD;
        box-shadow: 0px 1.34855px 2.6971px rgba(16, 24, 40, 0.05);
        border-radius: 10px;
        font-style: normal;
        font-weight: 400;
        /*        font-size: 18.8797px;*/
        line-height: 27px;
        color: #474953;
        width: 100%;
        background-color: #F6F6F8;
    }

.add-from-list[b-e0bsyc1oiv] {
    cursor: pointer;
}
.complaint-title[b-e0bsyc1oiv], .exam-title[b-e0bsyc1oiv] {
    display: inline-flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: start;
}
.exam-container[b-e0bsyc1oiv] {
    display: flex;
    flex-direction: column;
}

    .exam-container label[b-e0bsyc1oiv] {
        width: 140px;
        height: 27px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        color: #344054;
    }


    .exam-container .complaint-textbox[b-e0bsyc1oiv], .exam-textbox[b-e0bsyc1oiv], .dignosis-textbox[b-e0bsyc1oiv] {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 13.4855px 18.8797px;
        gap: 10.79px;
        height: 135px;
        background: rgb(248, 248, 248);
        
        border: 1.34855px solid #D0D5DD;
        box-shadow: 0px 1.34855px 2.6971px rgba(16, 24, 40, 0.05);
        border-radius: 10px;
        font-style: normal;
        font-weight: 400;
        font-size: 18.8797px;
        line-height: 27px;
        color: #474953;
        width: 100%;
    }

    .exam-container .ai-container[b-e0bsyc1oiv] {
        margin-top: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
    }

        .exam-container .ai-container button[b-e0bsyc1oiv] {
            width: max-content;
            border: none;
            background-color: transparent;
        }

        .exam-container .ai-container img[b-e0bsyc1oiv] {
            width: 30px;
        }

        .exam-container .ai-container span[b-e0bsyc1oiv] {
        }

    .exam-container .dignosis-textbox[b-e0bsyc1oiv] {
        /* Input */
        align-items: center;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        padding: 0px 18px;
        width: 100%;
        height: 50px;
        margin-bottom: 8px;
        background: #FFFFFF;
        /* Gray/300 */
        border: 1.34855px solid #D0D5DD;
        box-shadow: 0px 1.34855px 2.6971px rgba(16, 24, 40, 0.05);
        border-radius: 10px;
        justify-content: space-between;
    }

        .exam-container .dignosis-textbox .delete-dignosis[b-e0bsyc1oiv] {
            cursor: pointer;
        }
.diagnosis[b-e0bsyc1oiv] {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.complaint-div[b-e0bsyc1oiv] {
    display: flex;
    width: 100%;
}

    .complaint-div img[b-e0bsyc1oiv], .exam-div img[b-e0bsyc1oiv] {
        width: 25px;
        position: absolute;
        right: 20px;
        bottom: 20px;
        opacity: 0.6;
    }

.voice-txt[b-e0bsyc1oiv] {
    position: absolute;
    inset-inline-end: 30px;
    top: 0px;
    opacity: 1;
    right: -50px;
}

.exam-div pre[b-e0bsyc1oiv] {
    font-family: 'Times New Roman', Times, serif;
    min-height: 100%;
    height: max-content;
}

.add-from-list[b-e0bsyc1oiv] {
    display: flex;
    align-self: end;
    gap: 15px;
}

.dignosis-search-textbox[b-e0bsyc1oiv]  .blazored-typeahead {
    border: 1.34855px solid #D0D5DD;
    font-style: normal;
    font-weight: 400;
    font-size: 18.8797px;
    line-height: 27px;
}

.favourite-section[b-e0bsyc1oiv] {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 2px;
    gap: 10.79px;
    border: 1.34855px solid #D0D5DD;
    box-shadow: 0px 1.34855px 2.6971px rgba(16, 24, 40, 0.05);
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    /*    font-size: 18.8797px;*/
    line-height: 27px;
    color: #474953;
    width: 100%;
    background-color: #F6F6F8;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
}

.clear-all[b-e0bsyc1oiv] {
    width: 100%;
    display: inline-flex;
    gap: 10px;
    color: red;
    justify-content: center;
    margin-top: 40px;
}

    .clear-all a[b-e0bsyc1oiv], .clear-all img[b-e0bsyc1oiv] {
        cursor: pointer;
    }

.Back-Next-button[b-e0bsyc1oiv] {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    height: 50px;
}

.Back-button[b-e0bsyc1oiv] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 67px;
    width: 200px;
    height: 50px;
    border-radius: 6px;
    border: 0;
    background-color: rgba(244, 246, 247, 1);
}

.Next-button[b-e0bsyc1oiv] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;
    width: 200px;
    height: 50px;
    border-radius: 6px;
    border: 0;
    background-color: rgba(73, 148, 255, 1);
}

.diagnosis-label[b-e0bsyc1oiv] {
    margin-top: 0 !important;
}

@media(max-width:375px) {
    .Add-New-Visit-div[b-e0bsyc1oiv] {
        width: 100%;
    }

    .Add-New-Visit-section[b-e0bsyc1oiv] {
        width: 99%;
    }

    .patients-condition[b-e0bsyc1oiv] {
        width: 100%;
        height: 930px;
    }

    .Phase-div[b-e0bsyc1oiv] {
        flex-wrap: wrap;
    }

    .phase-2[b-e0bsyc1oiv] {
        width: 22%;
    }

    .num1[b-e0bsyc1oiv] {
        width: 49%;
    }

    .Phase-1[b-e0bsyc1oiv] {
        width: 32%;
    }


    .Next-button[b-e0bsyc1oiv] {
        width: 174px;
    }
}

@media(min-width:380px) and (max-width:770px) {
    .Add-New-Visit-section[b-e0bsyc1oiv] {
        /*        height: 970px;*/
    }

    .patients-condition[b-e0bsyc1oiv] {
        width: 100%;
    }

    .Phase-1[b-e0bsyc1oiv] {
        width: 17%;
    }
}

.exam-files-section[b-e0bsyc1oiv] {
    margin-top: 1.5rem;
    padding: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #f8f9fa;
}

    .exam-files-section h4[b-e0bsyc1oiv] {
        margin: 0 0 1rem 0;
        color: #333;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
    }

.exam-files-grid[b-e0bsyc1oiv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.exam-file-card[b-e0bsyc1oiv] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    position: relative;
}

    .exam-file-card:hover[b-e0bsyc1oiv] {
        border-color: #007bff;
        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
        transform: translateY(-1px);
    }

.file-icon[b-e0bsyc1oiv] {
    font-size: 2rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.file-info[b-e0bsyc1oiv] {
    flex: 1;
    min-width: 0;
}

.file-name[b-e0bsyc1oiv] {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-details[b-e0bsyc1oiv] {
    margin-bottom: 0.25rem;
}

.file-description[b-e0bsyc1oiv] {
    color: #666;
    font-style: italic;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.file-date[b-e0bsyc1oiv] {
    margin-top: 0.25rem;
}

.file-actions[b-e0bsyc1oiv] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.exam-file-card:hover .file-actions[b-e0bsyc1oiv] {
    opacity: 1;
}

.btn-icon[b-e0bsyc1oiv] {
    background: none;
    border: none;
    padding: 0.375rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
}

.view-btn[b-e0bsyc1oiv] {
    color: #007bff;
}

    .view-btn:hover[b-e0bsyc1oiv] {
        background: #e3f2fd;
        color: #0056b3;
    }

.edit-btn[b-e0bsyc1oiv] {
    color: #28a745;
}

    .edit-btn:hover[b-e0bsyc1oiv] {
        background: #e8f5e8;
        color: #1e7e34;
    }

.delete-btn[b-e0bsyc1oiv] {
    color: #dc3545;
}

    .delete-btn:hover[b-e0bsyc1oiv] {
        background: #f8d7da;
        color: #721c24;
    }

.btn-add-chronic[b-e0bsyc1oiv] {
    background: #28a745;
    border: none;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
    margin-left: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

    .btn-add-chronic:hover[b-e0bsyc1oiv] {
        background: #218838;
    }

.already-chronic[b-e0bsyc1oiv] {
    margin-left: 4px;
    font-size: 12px;
}

.chronic-indicator[b-e0bsyc1oiv] {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    font-size: 12px;
}

.chronic-label[b-e0bsyc1oiv] {
    margin-left: 4px;
    color: #856404;
    font-weight: bold;
}

.acute-label[b-e0bsyc1oiv] {
    margin-left: 4px;
    color: #155724;
    font-weight: bold;
}

.chronic-checking[b-e0bsyc1oiv] {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    font-size: 12px;
}

.checking-label[b-e0bsyc1oiv] {
    margin-left: 4px;
    color: #0c5460;
    font-style: italic;
}

.dignosis-textbox[b-e0bsyc1oiv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    margin: 4px 0;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.main-exam-section[b-e0bsyc1oiv] {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.btn-set-main-exam[b-e0bsyc1oiv] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

    .btn-set-main-exam:hover[b-e0bsyc1oiv] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    }

    .btn-set-main-exam i[b-e0bsyc1oiv] {
        font-size: 16px;
    }

.main-exam-display[b-e0bsyc1oiv] {
    background: white;
    border-radius: 8px;
    border: 2px solid #ffc107;
    overflow: hidden;
}

.main-exam-header[b-e0bsyc1oiv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: linear-gradient(135deg, #fff3cd 0%, #ffe69c 100%);
    cursor: pointer;
    transition: background 0.3s ease;
}

    .main-exam-header:hover[b-e0bsyc1oiv] {
        background: linear-gradient(135deg, #ffe69c 0%, #ffc107 100%);
    }

.header-content[b-e0bsyc1oiv] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-exam-title[b-e0bsyc1oiv] {
    font-weight: 600;
    font-size: 16px;
    color: #856404;
}

.exam-date[b-e0bsyc1oiv] {
    font-size: 13px;
    color: #6c757d;
    font-weight: 400;
}

.main-exam-content[b-e0bsyc1oiv] {
    padding: 16px;
    border-top: 1px solid #ffc107;
    animation: slideDown-b-e0bsyc1oiv 0.3s ease;
}

@keyframes slideDown-b-e0bsyc1oiv {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.exam-field[b-e0bsyc1oiv] {
    margin-bottom: 15px;
}

    .exam-field:last-child[b-e0bsyc1oiv] {
        margin-bottom: 0;
    }

    .exam-field label[b-e0bsyc1oiv] {
        font-weight: 600;
        color: #495057;
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .exam-field p[b-e0bsyc1oiv] {
        margin: 0;
        padding: 8px 12px;
        background: #f8f9fa;
        border-radius: 4px;
        color: #212529;
        white-space: pre-wrap;
        line-height: 1.5;
    }

    .exam-field ul[b-e0bsyc1oiv] {
        margin: 0;
        padding-left: 20px;
        list-style-type: disc;
    }

    .exam-field li[b-e0bsyc1oiv] {
        padding: 4px 0;
        color: #212529;
    }

.text-warning[b-e0bsyc1oiv] {
    color: #ffc107 !important;
}
/* Plan Suggestions Styles */
.plan-suggestions[b-e0bsyc1oiv] {
    background: #f0f8ff;
    border: 2px solid #4CAF50;
    border-radius: 8px;
    margin: 15px 0;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    animation: slideDown-b-e0bsyc1oiv 0.3s ease-out;
}

@keyframes slideDown-b-e0bsyc1oiv {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.suggestion-header[b-e0bsyc1oiv] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #2e7d32;
    font-weight: 600;
}

    .suggestion-header i[b-e0bsyc1oiv] {
        color: #FFA500;
        font-size: 1.2em;
    }

.btn-close-suggestion[b-e0bsyc1oiv] {
    margin-left: auto;
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 1.2em;
    padding: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-close-suggestion:hover[b-e0bsyc1oiv] {
        color: #d32f2f;
    }

.suggestion-list[b-e0bsyc1oiv] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.plan-template-item[b-e0bsyc1oiv] {
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .plan-template-item:hover[b-e0bsyc1oiv] {
        border-color: #4CAF50;
        box-shadow: 0 2px 8px rgba(76, 175, 80, 0.2);
        transform: translateY(-2px);
        background: #f9fff9;
    }

.template-name[b-e0bsyc1oiv] {
    color: #007bff;
    font-size: 13px;
    margin-bottom: 5px;
}

.template-preview[b-e0bsyc1oiv] {
    color: #6c757d;
    font-size: 12px;
    line-height: 1.4;
}

/* AI Notification Badge - Non-blocking floating notification */
.ai-notification-badge[b-e0bsyc1oiv] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: white;
    border-radius: 8px;
    padding: 12px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1000;
    font-weight: 500;
    animation: slideInRight-b-e0bsyc1oiv 0.3s ease;
    font-size:14px;
}

@keyframes slideInRight-b-e0bsyc1oiv {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.ai-notification-badge.loading[b-e0bsyc1oiv] {
    border-left: 4px solid #667eea;
    color: #667eea;
}

.ai-notification-badge.ready[b-e0bsyc1oiv] {
    border-left: 4px solid #28a745;
    color: #28a745;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ai-notification-badge.ready:hover[b-e0bsyc1oiv] {
    box-shadow: 0 6px 16px rgba(40, 167, 69, 0.25);
    transform: translateY(-2px);
}

.ai-spinner-small[b-e0bsyc1oiv] {
    width: 16px;
    height: 16px;
    border: 2px solid #e9ecef;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-e0bsyc1oiv 0.8s linear infinite;
}

@keyframes spin-b-e0bsyc1oiv {
    to {
        transform: rotate(360deg);
    }
}

.ai-badge-text[b-e0bsyc1oiv] {
    font-size: 18px;
    white-space: nowrap;
}

.ai-notification-badge i[b-e0bsyc1oiv] {
    font-size: 18px;
}

/* Image Carousel Styles (from AddLabComp) */
.main-image-container[b-e0bsyc1oiv] {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}

.doctor-slider-container[b-e0bsyc1oiv] {
    display: flex;
    overflow-x: auto;
    position: relative;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.doctor-slider[b-e0bsyc1oiv] {
    display: inline-flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    gap: 10px;
    padding: 10px 0;
}

.doctor-slider[b-e0bsyc1oiv]::-webkit-scrollbar {
    display: none;
}

.slider-arrow[b-e0bsyc1oiv] {
    display: flex;
    border: none;
    background-color: #CCE5FF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    z-index: 3;
    justify-content: center;
    cursor: pointer;
    color: blue;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
}

.slider-arrow:hover[b-e0bsyc1oiv] {
    background-color: #99C9FF;
}

.image-container[b-e0bsyc1oiv] {
    position: relative;
    align-self: center;
    width: min-content;
    flex-shrink: 0;
}

.image-container .image[b-e0bsyc1oiv] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #ddd;
    transition: border-color 0.2s ease;
}

.image-container .image:hover[b-e0bsyc1oiv] {
    border-color: #667eea;
}

.image-container .delete-record[b-e0bsyc1oiv] {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: white;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.2s ease;
}

.image-container .delete-record:hover[b-e0bsyc1oiv] {
    background: #dc3545;
    transform: scale(1.1);
}

/* PDF Container Styles */
.pdf-container[b-e0bsyc1oiv] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.pdf-container .image-container .image[b-e0bsyc1oiv] {
    width: 80px;
    height: 80px;
}
/* /Components/Pages/PtData/Visits/AddExamFileUpload.razor.rz.scp.css */
.exam-file-upload-wrapper[b-7gdlhjq22o] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
}

.exam-file-upload-modal-overlay[b-7gdlhjq22o] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exam-file-upload-modal[b-7gdlhjq22o] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 600px;
    width: 90%;
    display: flex;
    flex-direction: column;
    max-height: 85vh;
    overflow: hidden;
}

.exam-file-upload-header[b-7gdlhjq22o] {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .exam-file-upload-header h4[b-7gdlhjq22o] {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: #212529;
    }

    .exam-file-upload-header .close-btn[b-7gdlhjq22o] {
        background: none;
        border: none;
        font-size: 28px;
        cursor: pointer;
        color: #6c757d;
        padding: 0;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .exam-file-upload-header .close-btn:hover[b-7gdlhjq22o] {
            color: #212529;
        }

.exam-file-upload-body[b-7gdlhjq22o] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

.description-section[b-7gdlhjq22o] {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

    .description-section label[b-7gdlhjq22o] {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: #212529;
    }

    .description-section textarea[b-7gdlhjq22o] {
        resize: none;
    }

    .description-section small[b-7gdlhjq22o] {
        display: block;
        margin-top: 4px;
        text-align: right;
    }

.file-preview-section[b-7gdlhjq22o] {
    margin-top: 15px;
}

.selected-file-info[b-7gdlhjq22o] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background-color: white;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.file-icon[b-7gdlhjq22o] {
    font-size: 28px;
    flex-shrink: 0;
}

.file-details[b-7gdlhjq22o] {
    flex: 1;
    overflow: hidden;
}

    .file-details strong[b-7gdlhjq22o] {
        display: block;
        font-size: 14px;
        color: #212529;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .file-details small[b-7gdlhjq22o] {
        display: block;
        font-size: 12px;
        color: #6c757d;
        margin-top: 2px;
    }

.btn-remove[b-7gdlhjq22o] {
    background: none;
    border: none;
    cursor: pointer;
    color: #dc3545;
    font-size: 20px;
    padding: 0;
    flex-shrink: 0;
}

    .btn-remove:hover[b-7gdlhjq22o] {
        color: #bb2d3b;
    }

.exam-file-upload-footer[b-7gdlhjq22o] {
    padding: 16px 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

    .exam-file-upload-footer .btn[b-7gdlhjq22o] {
        padding: 8px 16px;
        font-size: 14px;
    }

    .exam-file-upload-footer .btn:disabled[b-7gdlhjq22o] {
        opacity: 0.6;
        cursor: not-allowed;
    }
/* /Components/Pages/PtData/Visits/AddFollowUp.razor.rz.scp.css */
.main-container-addfollowup[b-7t8b6yp2sf] {
    display: flex;
    justify-content: center;
    font-family: 'Times New Roman', Times, serif;
    width: 100%;
    background-color: #EFF0F2;
    position: relative;
}

.inner-container[b-7t8b6yp2sf] {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 20px 110px;
}

.followup-title[b-7t8b6yp2sf] {
    display: inline-flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

    .followup-title h3[b-7t8b6yp2sf] {
        margin: 0;
        color: #344054;
    }

.original-exam-info[b-7t8b6yp2sf] {
    font-size: 14px;
    color: #667085;
    font-style: italic;
}

.favorites[b-7t8b6yp2sf] {
    display: inline-flex;
    gap: 15px;
    border-radius: 8px;
    border: 1px;
    opacity: 0.8;
    background-color: white;
    margin-top: 15px;
}

    .favorites select[b-7t8b6yp2sf] {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 2px;
        gap: 10.79px;
        background: #FFFFFF;
        border: 1.34855px solid #D0D5DD;
        box-shadow: 0px 1.34855px 2.6971px rgba(16, 24, 40, 0.05);
        border-radius: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        color: #878C9E;
        width: 100%;
        background-color: #F6F6F8;
    }

    .favorites img[b-7t8b6yp2sf] {
        cursor: pointer;
        width: 25px;
        opacity: 0.6;
    }

.add-from-list[b-7t8b6yp2sf] {
    cursor: pointer;
    color: #4994FF;
    text-decoration: none;
    font-size: 14px;
}

    .add-from-list:hover[b-7t8b6yp2sf] {
        text-decoration: underline;
    }

.followup-container[b-7t8b6yp2sf] {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

    .followup-container label[b-7t8b6yp2sf] {
        margin-top: 15px;
        width: 140px;
        height: 27px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        color: #344054;
    }

    .followup-container .followup-textbox[b-7t8b6yp2sf] {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 13.4855px 18.8797px;
        gap: 10.79px;
        height: 135px;
        background: #FFFFFF;
        border: 1.34855px solid #D0D5DD;
        box-shadow: 0px 1.34855px 2.6971px rgba(16, 24, 40, 0.05);
        border-radius: 10px;
        font-style: normal;
        font-weight: 400;
        font-size: 18.8797px;
        line-height: 27px;
        color: #878C9E;
        width: 100%;
        resize: vertical;
    }

    .followup-container .ai-container[b-7t8b6yp2sf] {
        margin-top: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
    }

        .followup-container .ai-container button[b-7t8b6yp2sf] {
            width: max-content;
            border: none;
            background-color: transparent;
        }

        .followup-container .ai-container img[b-7t8b6yp2sf] {
            width: 30px;
        }

        .followup-container .ai-container .ai-text[b-7t8b6yp2sf] {
            color: #4994FF;
            font-size: 14px;
        }

.followup-div[b-7t8b6yp2sf] {
    display: flex;
    width: 100%;
    position: relative;
}

    .followup-div img[b-7t8b6yp2sf] {
        width: 25px;
        position: absolute;
        right: 20px;
        bottom: 20px;
        opacity: 0.6;
        cursor: pointer;
    }

        .followup-div img:hover[b-7t8b6yp2sf] {
            opacity: 1;
        }

.voice-txt[b-7t8b6yp2sf] {
    position: absolute;
    inset-inline-end: 30px;
    top: -40px;
    opacity: 1;
}

.original-exam-section[b-7t8b6yp2sf] {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

    .original-exam-section h4[b-7t8b6yp2sf] {
        margin: 0 0 10px 0;
        color: #374151;
        font-size: 16px;
    }

.original-exam-content[b-7t8b6yp2sf] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-block[b-7t8b6yp2sf] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .info-block strong[b-7t8b6yp2sf] {
        color: #6B7280;
        font-size: 14px;
    }

    .info-block p[b-7t8b6yp2sf] {
        margin: 0;
        color: #374151;
        font-size: 14px;
        line-height: 1.5;
    }

.favourite-section[b-7t8b6yp2sf] {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10.79px;
    border: 1.34855px solid #D0D5DD;
    box-shadow: 0px 1.34855px 2.6971px rgba(16, 24, 40, 0.05);
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #878C9E;
    width: 100%;
    background-color: #F6F6F8;
    margin-top: 15px;
    justify-content: center;
}

    .favourite-section input[b-7t8b6yp2sf] {
        padding: 5px 10px;
        border: 1px solid #D0D5DD;
        border-radius: 5px;
        font-size: 14px;
    }

.blue-btn[b-7t8b6yp2sf] {
    background-color: #4994FF;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

    .blue-btn:hover[b-7t8b6yp2sf] {
        background-color: #3a7de0;
    }

.clear-all[b-7t8b6yp2sf] {
    width: 100%;
    display: inline-flex;
    gap: 10px;
    color: red;
    justify-content: center;
    margin-top: 40px;
    cursor: pointer;
}

    .clear-all a[b-7t8b6yp2sf], .clear-all img[b-7t8b6yp2sf] {
        cursor: pointer;
    }

    .clear-all:hover[b-7t8b6yp2sf] {
        opacity: 0.8;
    }

.Back-Next-button[b-7t8b6yp2sf] {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    height: 50px;
}

.Back-button[b-7t8b6yp2sf] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 67px;
    width: 200px;
    height: 50px;
    border-radius: 6px;
    border: 0;
    background-color: rgba(244, 246, 247, 1);
    cursor: pointer;
}

    .Back-button:hover[b-7t8b6yp2sf] {
        background-color: rgba(230, 232, 233, 1);
    }

.Next-button[b-7t8b6yp2sf] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;
    width: 200px;
    height: 50px;
    border-radius: 6px;
    border: 0;
    background-color: rgba(73, 148, 255, 1);
    cursor: pointer;
}

    .Next-button:hover[b-7t8b6yp2sf] {
        background-color: rgba(58, 125, 224, 1);
    }

    .Next-button:disabled[b-7t8b6yp2sf] {
        opacity: 0.6;
        cursor: not-allowed;
    }

@media(max-width:375px) {
    .inner-container[b-7t8b6yp2sf] {
        padding: 20px;
    }

    .Next-button[b-7t8b6yp2sf], .Back-button[b-7t8b6yp2sf] {
        width: 150px;
    }
}

@media(min-width:380px) and (max-width:770px) {
    .inner-container[b-7t8b6yp2sf] {
        padding: 20px 30px;
    }
}
/* /Components/Pages/PtData/Visits/AddFromDrugsList.razor.rz.scp.css */
.prescription-temp-main-container[b-6744fvzf7e] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width:100%;
}

.inner-container[b-6744fvzf7e] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding:20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
}
.sticky-lg-top[b-6744fvzf7e] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.checkbox-container[b-6744fvzf7e] {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Creates two equal-width columns */
    gap: 10px; /* Adds space between items */
    margin: 10px 0; /* Adds margin to the container */
}

.checkbox-item[b-6744fvzf7e] {
    display: flex;
    align-items: center; /* Centers the checkbox and label vertically */
    gap: 10px;
    background-color: #FAFAFA;
    padding:5px 10px ;
}
.checkbox-item img[b-6744fvzf7e]{
    color:red;
}
button[b-6744fvzf7e]{
    width:fit-content;
}
/* /Components/Pages/PtData/Visits/AddFromList.razor.rz.scp.css */
.prescription-temp-main-container[b-cdcljziiro] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width:100%;
}

.inner-container[b-cdcljziiro] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding:20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
}
.sticky-lg-top[b-cdcljziiro] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.checkbox-container[b-cdcljziiro] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates two equal-width columns */
    gap: 10px; /* Adds space between items */
    margin: 10px 0; /* Adds margin to the container */
}

.checkbox-item[b-cdcljziiro] {
    display: flex;
    align-items: center; /* Centers the checkbox and label vertically */
    gap:10px;
}
button[b-cdcljziiro]{
    width:fit-content;
}
/* /Components/Pages/PtData/Visits/AddOphtha.razor.rz.scp.css */
.ophtha-main-section[b-ppfu8xjf4i] {
    position: fixed;
    top: 10%;
    left: 20%;
    background-color: white;
    padding: 20px 50px;
    overflow: auto;
    height: 90vh;
    width: 80%;
}
.header-container[b-ppfu8xjf4i]{
    display:inline-flex;
    justify-content:space-between;
    width:100%;
}
/* /Components/Pages/PtData/Visits/AddOpticsComp.razor.rz.scp.css */
.optics-main-section[b-az1ikja8s5] {
   
}
.header-container[b-az1ikja8s5] {
    display: inline-flex;
    width: 100%;
    background-color: #0000ff33;
    color: #10004f;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    justify-content: space-between;
    border: 2px solid blue;
}
form[b-az1ikja8s5] {
    width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}
.form-control[b-az1ikja8s5] {
    padding: 0 5px;
}
h3[b-az1ikja8s5] {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}
.row[b-az1ikja8s5] {
    display: grid;
    grid-template-columns: repeat(5, 19%);
    grid-column-gap: 5px;
    width: 100%;
}
    .row input[b-az1ikja8s5]{
        padding:0 5px;
    }
/* Main container for right and left eye sections */
.eye-container[b-az1ikja8s5] {
    display: grid;
    grid-template-columns: 7% 1fr 1fr 7%; /* Two columns for Right Eye and Left Eye */
    gap: 10px;
    margin-bottom: 15px;
}

.first-column[b-az1ikja8s5] {
    display: grid;
    grid-template-rows: 50% 25% 25%;
    align-items: center;
}
/* Inside each eye section, keep elements in rows */
.eye-section[b-az1ikja8s5] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #0000ff21;
    padding: 10px;
    align-items: center;
}

.eye-title[b-az1ikja8s5] {
    display: flex;
    justify-content: center;
}
/* Label for each eye section */
.eye-label[b-az1ikja8s5] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Distance and Near rows inside eye section */
.distance-near-row[b-az1ikja8s5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

/* PD section below the eye inputs */
.last-col[b-az1ikja8s5] {
    display: grid;
    grid-template-rows: 50% 28% 22%;
    padding:10px 0;
}

.pd[b-az1ikja8s5] {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    gap: 20px;
    margin-left: 10%;
}

.last-col label[b-az1ikja8s5] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pd input[b-az1ikja8s5] {
    width: 100%;
}

.lens-features[b-az1ikja8s5] {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
    align-items: center;
}

.lenses label[b-az1ikja8s5] {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.lens-features input[type="checkbox"][b-az1ikja8s5] {
    margin-left: 10px;
}
/* Frames and Notes sections */
.options[b-az1ikja8s5] {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-auto-rows: auto auto;
    column-gap: 10px;
    width: 100%;
}
.col[b-az1ikja8s5] {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
    .col input[b-az1ikja8s5] {
        width: 100%;
    }
/* Submit button */
button[b-az1ikja8s5] {
    background-color: #007bff;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

    button:hover[b-az1ikja8s5] {
        background-color: #0056b3;
    }

/* Styling for the distance/near rows */
.distance-near-row input[b-az1ikja8s5] {
    width: 70px;
    padding: 5px;
    text-align: center;
}

/* Container for distance/near data labels */
.eye-row-label[b-az1ikja8s5] {
    flex: 1;
    text-align: center;
    font-weight: bold;
}

/* Lens Options Styling */
.lens-options[b-az1ikja8s5] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.lens-option-checkbox[b-az1ikja8s5] {
    display: flex;
    align-items: center;
    gap: 5px;
}
.btn-container[b-az1ikja8s5]{
    display:inline-flex;
    justify-content:space-between;
    width:100%;
    margin-top:10px;
}
.btn[b-az1ikja8s5] {
    width: fit-content;
}
.btn-danger[b-az1ikja8s5]{
    background-color:red;
}
.pt-name[b-az1ikja8s5]{
    display:none;
}
@media print {
    .no-print[b-az1ikja8s5]{
        display:none;
    }
    .optics-main-section[b-az1ikja8s5] {
        position: fixed;
        overflow: hidden;
        left: 0px;
        top: 0px;
        margin: 0px;
        z-index: 9;
        background-color: white;
        height: 100vh;
        z-index: 1000;
        padding: 50px;
    }
    .pt-name[b-az1ikja8s5]{
        display:flex;
    }
    button[b-az1ikja8s5] {
        display: none;
        z-index: 0;
    }
    .toast[b-az1ikja8s5] {
        display: none;
    }

    .btn-container[b-az1ikja8s5] {
        display: none;
    }
    /* Hide number input spinners */
    input[type=number][b-az1ikja8s5]::-webkit-inner-spin-button,
    input[type=number][b-az1ikja8s5]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number][b-az1ikja8s5] {
        -moz-appearance: textfield; /* Firefox */
    }
}

/* /Components/Pages/PtData/Visits/AddTreatment.razor.rz.scp.css */

.main-container[b-7tn8vtgsbo] {
    display: flex;
    justify-content: center;
    
    font-family: var(--font-changa);
    width: 100%;
    background-color: #EFF0F2;
    margin-left: -32px;
    margin-right: -11px;
    margin-top: -17px;
}

.inner-container[b-7tn8vtgsbo] {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.Add-New-Visit-div[b-7tn8vtgsbo] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
    align-items: center;
}

.Add-New-Visit-title[b-7tn8vtgsbo] {
    font-size: 24px;
    color: #053273;
    align-self: flex-start;
}

.Add-New-Visit-section[b-7tn8vtgsbo] {
    display: flex;
    background-color: white;
    flex-direction: column;
    width: 85%;
    padding: 15px;
    align-content: center;
    flex-wrap: wrap;
}

.Phase-div[b-7tn8vtgsbo] {
    display: flex;
    justify-content: space-around;
}

.Phase-1[b-7tn8vtgsbo] {
    width: 7%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.num1[b-7tn8vtgsbo], .num2[b-7tn8vtgsbo], .num3[b-7tn8vtgsbo] {
    background-color: rgba(73, 148, 255, 1);
    color: white;
    width: 54px;
    height: 54px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 60px;
}

.num2[b-7tn8vtgsbo], .num3[b-7tn8vtgsbo] {
    background: #FFFFFF;
    border: 2px solid #FFB050;
    color: #FFB050;
}

.num3[b-7tn8vtgsbo] {
    /* background-color: rgba(73, 148, 255, 1);
    color: white;
    width: 50%;
    height: 59px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 60px;*/
}

.Phase-3[b-7tn8vtgsbo] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.entry-container[b-7tn8vtgsbo] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #777F96;
    width:50%;
}

    .entry-container .entry-name[b-7tn8vtgsbo] {
        width: 100%;
        font-size:16px;
       
       
    }

    .entry-container .entry-div[b-7tn8vtgsbo] {
        display: inline-flex;
        align-items: center;
    }
    .entry-container .entry-value[b-7tn8vtgsbo] {
        width: 50%;
        background: #FFFFFF;
        border: 1px solid #E8ECEF;
        border-radius: 6px;
       margin-right:10px;
       height:30px;
    }
    .entry-container .entry-unit[b-7tn8vtgsbo] {
        width:20%;
    }

.patients-condition-container[b-7tn8vtgsbo] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.patients-condition[b-7tn8vtgsbo] {
    width: 100%;
    display: flex;
    padding: 15px;
    flex-direction: row;
    flex-wrap:wrap;
}


.Back-Next-button[b-7tn8vtgsbo] {
    display: flex;
    justify-content: space-around;
}

.Back-button[b-7tn8vtgsbo] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 67px;
    width: 200px;
    height: 50px;
    border-radius: 6px;
    border: 0;
    background-color: rgba(244, 246, 247, 1);
}

.Next-button[b-7tn8vtgsbo] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;
    width: 200px;
    height: 50px;
    border-radius: 6px;
    border: 0;
    background-color: rgba(73, 148, 255, 1);
}

@media(max-width:375px) {
    .Add-New-Visit-div[b-7tn8vtgsbo] {
        width: 100%;
    }

    .Add-New-Visit-section[b-7tn8vtgsbo] {
        width: 99%;
    }

    .patients-condition[b-7tn8vtgsbo] {
        width: 100%;
        height: 930px;
    }

    .Phase-div[b-7tn8vtgsbo] {
        flex-wrap: wrap;
    }

    .phase-2[b-7tn8vtgsbo] {
        width: 22%;
    }

    .num1[b-7tn8vtgsbo] {
        width: 49%;
    }

    .Phase-1[b-7tn8vtgsbo] {
        width: 32%;
    }

    
    .Next-button[b-7tn8vtgsbo] {
        width: 174px;
    }
}

@media(min-width:380px) and (max-width:770px) {
    .Add-New-Visit-section[b-7tn8vtgsbo] {
        height: 970px;
    }

    .patients-condition[b-7tn8vtgsbo] {
        width: 100%;
    }

    .Phase-1[b-7tn8vtgsbo] {
        width: 17%;
    }
}
/* /Components/Pages/PtData/Visits/BiometricChart.razor.rz.scp.css */
.modal-lg[b-llqvjag8io] {
    display: flex;
    position: fixed;
    z-index: 30;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0000008c;
    align-items: center;
    max-width: 100%;
    height:100vh;
}
.modal-dialog[b-llqvjag8io]{
    width:70%;
    max-width:70%;
    
}
.date-filter[b-llqvjag8io]{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    gap:5px;
}
.chart-container[b-llqvjag8io] {
    width: 100%;
}
.chart-wrapper[b-llqvjag8io] {
    width: 80%;
    margin: 0 auto; /* Center the chart within its container */
}


    .chart-wrapper[b-llqvjag8io]  canvas {
        width: 100% !important; /* Ensure the canvas takes up the full width of the wrapper */
    }
.modal-content[b-llqvjag8io] {
    display: inline-flex;
    box-sizing: border-box;
    /* Auto layout */
    align-items: flex-start;
    padding: 0 24px;
    gap: 10px;
    background: #FFFFFF;
    border: 1.92px solid #E8ECEF;
    border-radius: 9.6px;
    font-family: var(--font-changa);
    margin: 10px;
    height: 80vh;
    overflow:auto;
}

.biometric-container[b-llqvjag8io] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    position: sticky;
    top: 0;
    background-color: white;
    margin-top: 20px;
    background: white;
}
.biometric-container img[b-llqvjag8io]{
    width:37px;
}

.biometric-name[b-llqvjag8io] {
    width: 100%;
    height: 20px;
    /* Blood Pressure */

   
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
   
    color: #053273;
    
}
.close-btn[b-llqvjag8io] {
    border: none;
    background-color: white;
    font-size: 14px;
    color: #86929E;
}
.chart-container[b-llqvjag8io] {
    margin-top: 20px;
}

.data-table-container[b-llqvjag8io] {
    margin-top: 20px;
}
.data-grid[b-llqvjag8io]{
    width:100%;
}
.table[b-llqvjag8io] {
    width: 100%;
    border-collapse: collapse;
}

    .table th[b-llqvjag8io], .table td[b-llqvjag8io] {
        border:0px 1px solid #ddd;
        padding: 8px;
        text-align: center;
    }

    .table th[b-llqvjag8io] {
        background-color: #f2f2f2;
        text-align: center;
    }
@media (max-width: 768px) {
    .modal-dialog[b-llqvjag8io] {
        width: 90%;
        max-width: 90%;
    }
    .biometric-name[b-llqvjag8io] {
        width: 100%;
        height: 20px;
        /* Blood Pressure */


        
        font-size: 20px;
       
    }
}

    
/* /Components/Pages/PtData/Visits/BiometricComponent.razor.rz.scp.css */
.main-container[b-llyftwuuhu] {
    display: inline-flex;
    box-sizing: border-box;
    /* Auto layout */
    align-items: flex-start;
    padding: 18px 24px;
    gap: 10px;
    /*width: 30%;*/
    height: 96px;
    background: #FFFFFF;
    border: 1.92px solid #E8ECEF;
    border-radius: 9.6px;
    font-family: var(--font-changa);
    margin:10px;
}
.image-container img[b-llyftwuuhu]{
    width:70px;
}
.biometric-container[b-llyftwuuhu]{
    display:flex;
    flex-direction:column;
    width:100%;
}
.biometric-name[b-llyftwuuhu] {
    width: 100%;
    height: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #ACB1C0;
    overflow-wrap: normal;
    width: max-content;
}
.biometric-value-div[b-llyftwuuhu] {
    display: inline-flex;
    align-items: baseline;
    
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    color: #053273;
}
.biometric-value[b-llyftwuuhu] {
    display: flex;
}
.biometric-unit[b-llyftwuuhu] {
    
/*    width: 39px;*/
    height: 18px;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #053273;
}
/* /Components/Pages/PtData/Visits/ClinicsFormsComp.razor.rz.scp.css */
.forms-main-container[b-mmorqf7tw5] {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    font-family: 'Times New Roman', Times, serif;
    width: 100%;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    padding: 20px;
    color: black;
    z-index: 100;
}

.inner-container[b-mmorqf7tw5] {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 20px 70px;
}
.forms-main-container[b-mmorqf7tw5] {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.inner-container[b-mmorqf7tw5] {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    overflow: hidden;
}

.form-header[b-mmorqf7tw5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #007bff;
    color: white;
}

.header-actions[b-mmorqf7tw5] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.close-btn[b-mmorqf7tw5] {
    background: transparent;
    color: white;
    border: 1px solid white;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 4px;
}

    .close-btn:hover[b-mmorqf7tw5] {
        background: rgba(255,255,255,0.1);
    }

.iframe-container[b-mmorqf7tw5] {
    flex: 1;
    padding: 10px;
    overflow: hidden;
}

.content-iframe[b-mmorqf7tw5] {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.editor-container[b-mmorqf7tw5] {
    background: #f8f9fa;
    padding: 15px;
    border-top: 1px solid #dee2e6;
    max-height: 400px;
    display: flex;
    flex-direction: column;
}

.editor-header[b-mmorqf7tw5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .editor-header h4[b-mmorqf7tw5] {
        margin: 0;
        color: #495057;
    }

.editor-actions[b-mmorqf7tw5] {
    display: flex;
    gap: 10px;
}

.html-editor[b-mmorqf7tw5] {
    flex: 1;
    font-family: 'Cascadia Code', 'Fira Code', monospace;
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    resize: vertical;
    min-height: 300px;
}

.btn[b-mmorqf7tw5] {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.2s;
}

    .btn:hover[b-mmorqf7tw5] {
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }

    .btn:disabled[b-mmorqf7tw5] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

.btn-primary[b-mmorqf7tw5] {
    background: #007bff;
    color: white;
}

.btn-success[b-mmorqf7tw5] {
    background: #28a745;
    color: white;
}

.btn-secondary[b-mmorqf7tw5] {
    background: #6c757d;
    color: white;
}

.btn-info[b-mmorqf7tw5] {
    background: #17a2b8;
    color: white;
}

.btn-warning[b-mmorqf7tw5] {
    background: #ffc107;
    color: #212529;
}

.btn-sm[b-mmorqf7tw5] {
    padding: 8px 12px;
    font-size: 14px;
}

.structure-display[b-mmorqf7tw5] {
    background: #f8f9fa;
    padding: 15px;
    border-top: 1px solid #dee2e6;
    max-height: 400px;
    overflow-y: auto;
}

.structure-header[b-mmorqf7tw5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .structure-header h4[b-mmorqf7tw5] {
        margin: 0;
        color: #495057;
    }

.structure-content[b-mmorqf7tw5] {
    background: #2d3748;
    color: #e2e8f0;
    padding: 20px;
    border-radius: 8px;
    font-size: 12px;
    overflow-x: auto;
    margin: 0;
}

.save-status[b-mmorqf7tw5] {
    padding: 10px 15px;
    background: #e7f3ff;
    border-top: 1px solid #b3d9ff;
    text-align: center;
}

.text-muted[b-mmorqf7tw5] {
    color: #6c757d;
}
/* /Components/Pages/PtData/Visits/ExamFilesDisplay.razor.rz.scp.css */
.exam-files-display-container[b-aj5agp6kzb] {
    width: 100%;
    margin: 15px 0;
}

.files-grid-container[b-aj5agp6kzb] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 15px;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.file-item-container[b-aj5agp6kzb] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-item[b-aj5agp6kzb] {
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-item:hover[b-aj5agp6kzb] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}

.image-item[b-aj5agp6kzb] {
    background: #f5f5f5;
}

.pdf-item[b-aj5agp6kzb] {
    background: #fff3e0;
}

.file-thumbnail[b-aj5agp6kzb] {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    user-select: none;
}

.file-name-overlay[b-aj5agp6kzb] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 0.7rem;
    padding: 2px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.delete-icon[b-aj5agp6kzb] {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    padding: 2px;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-item:hover .delete-icon[b-aj5agp6kzb] {
    opacity: 1;
}

.delete-icon:hover[b-aj5agp6kzb] {
    background: rgba(255, 0, 0, 0.9);
    transform: scale(1.1);
}

.edit-icon[b-aj5agp6kzb] {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
    padding: 4px;
    background: rgba(66, 133, 244, 0.9);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.file-item:hover .edit-icon[b-aj5agp6kzb] {
    opacity: 1;
}

.edit-icon:hover[b-aj5agp6kzb] {
    background: rgba(25, 103, 210, 1);
    transform: scale(1.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.edit-icon:active[b-aj5agp6kzb] {
    transform: scale(0.95);
}

/* Large Image Viewer */
.large-image-container[b-aj5agp6kzb] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 20px;
}

.image-container[b-aj5agp6kzb] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
.image-description[b-aj5agp6kzb]{
    color:white;
}
.image.large[b-aj5agp6kzb] {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    user-select: none;
}

.delete-record[b-aj5agp6kzb] {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    filter: brightness(0) invert(1);
}

.delete-record:hover[b-aj5agp6kzb] {
    opacity: 1;
    transform: scale(1.1);
}

/* Arrow buttons for image navigation */
.slider-arrow2[b-aj5agp6kzb] {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
    user-select: none;
    z-index: 10001;
}

.slider-arrow2:hover[b-aj5agp6kzb] {
    background: rgba(255, 255, 255, 0.6);
}

.slider-arrow2.prev[b-aj5agp6kzb] {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.slider-arrow2.next[b-aj5agp6kzb] {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.slider-arrow2.close[b-aj5agp6kzb] {
    top: 20px;
    right: 20px;
    font-size: 1.5rem;
    padding: 8px 12px;
    width: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .files-grid-container[b-aj5agp6kzb] {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
        gap: 10px;
        padding: 8px;
    }

    .file-item[b-aj5agp6kzb] {
        width: 80px;
        height: 80px;
    }

    .large-image-container[b-aj5agp6kzb] {
        padding: 10px;
    }

    .slider-arrow2[b-aj5agp6kzb] {
        padding: 8px 10px;
        font-size: 1.5rem;
    }

    .slider-arrow2.prev[b-aj5agp6kzb],
    .slider-arrow2.next[b-aj5agp6kzb] {
        padding: 8px 10px;
    }
}

@media (max-width: 480px) {
    .files-grid-container[b-aj5agp6kzb] {
        grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
        gap: 8px;
    }

    .file-item[b-aj5agp6kzb] {
        width: 60px;
        height: 60px;
    }

    .delete-icon[b-aj5agp6kzb] {
        width: 20px;
        height: 20px;
    }

    .slider-arrow2[b-aj5agp6kzb] {
        padding: 6px 8px;
        font-size: 1.2rem;
    }
}
/* /Components/Pages/PtData/Visits/ExamFileViewer.razor.rz.scp.css */
.exam-file-overlay[b-i178tgfsud] {
    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;
}

.exam-file-modal[b-i178tgfsud] {
    background: white;
    border-radius: 8px;
    width: 95%;
    max-width: 1200px;
    height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.exam-file-header[b-i178tgfsud] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.exam-file-header h3[b-i178tgfsud] {
    margin: 0;
    color: #333;
}

.header-actions[b-i178tgfsud] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.close-btn[b-i178tgfsud] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover[b-i178tgfsud] {
    color: #333;
}

.btn[b-i178tgfsud] {
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.btn-primary[b-i178tgfsud] {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover[b-i178tgfsud] {
    background-color: #0056b3;
}

.btn-success[b-i178tgfsud] {
    background-color: #28a745;
    color: white;
}

.btn-success:hover[b-i178tgfsud] {
    background-color: #1e7e34;
}

.btn-sm[b-i178tgfsud] {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
}

/* Custom Toolbar Styles */
.e-pv-primary-toolbar[b-i178tgfsud],
.e-pv-secondary-toolbar[b-i178tgfsud] {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    background: white;
}

.magnification-toolbar[b-i178tgfsud] {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.page-container[b-i178tgfsud] {
    font-weight: bold;
    padding: 0 10px;
    white-space: nowrap;
    min-width: 60px;
    text-align: center;
}

.pdf-viewer-content[b-i178tgfsud] {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.loading-container[b-i178tgfsud] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.loading-spinner[b-i178tgfsud] {
    text-align: center;
}

.error-container[b-i178tgfsud] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.error-message[b-i178tgfsud] {
    text-align: center;
    padding: 2rem;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 6px;
    color: #721c24;
}

/* Toolbar item styling */
.e-toolbar .e-toolbar-item .e-tbar-btn[b-i178tgfsud] {
    width: auto !important;
}

.e-toolbar .e-toolbar-item:not(.e-separator)[b-i178tgfsud] {
    min-width: 70px;
    width: max-content;
}

/* Search tooltip styling */
.div[b-i178tgfsud], .buttondiv[b-i178tgfsud], .checkboxdiv[b-i178tgfsud] {
    padding: 5px;
}

.div input[b-i178tgfsud] {
    width: 200px;
}

.buttondiv button[b-i178tgfsud] {
    width: 35px;
    height: 35px;
}

/* Zoom input styling */
#zoom-input[b-i178tgfsud] {
    width: 95px;
}

/* Responsive design */
@media (max-width: 768px) {
    .exam-file-modal[b-i178tgfsud] {
        width: 98%;
        height: 95vh;
    }

    .header-actions[b-i178tgfsud] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .btn-sm[b-i178tgfsud] {
        font-size: 0.75rem;
        padding: 0.2rem 0.4rem;
    }

    .e-toolbar .e-toolbar-item:not(.e-separator)[b-i178tgfsud] {
        min-width: 60px;
    }

    .magnification-toolbar[b-i178tgfsud] {
        bottom: 10px;
        right: 10px;
    }
}
/* /Components/Pages/PtData/Visits/ExamUploadedFilesView.razor.rz.scp.css */
.uploaded-files-section[b-pofkiiw9f0] {
    margin-top: 20px;
}

.uploaded-files-section h4[b-pofkiiw9f0] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.uploaded-image-slider[b-pofkiiw9f0] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.slider-btn[b-pofkiiw9f0] {
    border: none;
    background: #f1f3f5;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.slider-btn:disabled[b-pofkiiw9f0] {
    opacity: 0.5;
    cursor: not-allowed;
}

.image-frame[b-pofkiiw9f0] {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.image-frame img[b-pofkiiw9f0] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.delete-record[b-pofkiiw9f0] {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.image-thumbs[b-pofkiiw9f0] {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.thumb[b-pofkiiw9f0] {
    width: 50px;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.7;
    background: #fff;
}

.thumb.active[b-pofkiiw9f0] {
    border-color: #007bff;
    opacity: 1;
}

.thumb img[b-pofkiiw9f0] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pdf-grid[b-pofkiiw9f0] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pdf-card[b-pofkiiw9f0] {
    position: relative;
    width: 120px;
    height: 140px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
}

.pdf-icon[b-pofkiiw9f0] {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
}

.pdf-name[b-pofkiiw9f0] {
    text-align: center;
    font-size: 0.85rem;
    word-break: break-word;
}

.large-image-container[b-pofkiiw9f0] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1100;
}

.large-image-container .image-container[b-pofkiiw9f0] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.large-image-container .image-container .image[b-pofkiiw9f0] {
    max-height: 80vh;
    max-width: 90vw;
    object-fit: contain;
}

.slider-arrow2[b-pofkiiw9f0] {
    display: flex;
    width: 44px;
    height: 44px;
    border: none;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: white;
    cursor: pointer;
}

.large-image-container .prev[b-pofkiiw9f0] {
    left: 5%;
}

.large-image-container .next[b-pofkiiw9f0] {
    right: 5%;
}

.large-image-container .close[b-pofkiiw9f0] {
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 24px;
}

.large-image-container .delete-record[b-pofkiiw9f0] {
    width: 28px;
    height: 28px;
    right: 12px;
    top: 12px;
}
/* /Components/Pages/PtData/Visits/ExamWithFollowUps.razor.rz.scp.css */
.main-container-exam-followups[b-p4jyg8pm7z] {
    display: flex;
    justify-content: center;
    font-family: 'Times New Roman', Times, serif;
    width: 100%;
    background-color: #EFF0F2;
    position: relative;
    min-height: 100vh;
}

.inner-container[b-p4jyg8pm7z] {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 20px 20px;
    gap: 20px;
}

.header[b-p4jyg8pm7z] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 20px;
    border-bottom: 2px solid #E5E7EB;
}

    .header h3[b-p4jyg8pm7z] {
        margin: 0;
        color: #344054;
        font-size: 24px;
        font-weight: 600;
    }

    .header .subtitle[b-p4jyg8pm7z] {
        margin: 0;
        color: #667085;
        font-size: 14px;
        font-style: italic;
    }

.loading-spinner[b-p4jyg8pm7z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 20px;
}

    .loading-spinner p[b-p4jyg8pm7z] {
        color: #667085;
        font-size: 16px;
        margin: 0;
    }

.collapsible-section[b-p4jyg8pm7z] {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    transition: all 0.3s ease;
}

    .collapsible-section:hover[b-p4jyg8pm7z] {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .collapsible-section.editable[b-p4jyg8pm7z] {
        border: 2px solid #10B981;
    }

        .collapsible-section.editable:hover[b-p4jyg8pm7z] {
            box-shadow: 0 2px 12px rgba(16, 185, 129, 0.3);
        }

.section-header[b-p4jyg8pm7z] {
    padding: 15px 20px;
    background-color: #F9FAFB;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

    .section-header:hover[b-p4jyg8pm7z] {
        background-color: #F3F4F6;
    }

.header-content[b-p4jyg8pm7z] {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .header-content i.bi-chevron-down[b-p4jyg8pm7z],
    .header-content i.bi-chevron-right[b-p4jyg8pm7z] {
        color: #6B7280;
        font-size: 14px;
        transition: transform 0.2s ease;
    }

    .header-content h4[b-p4jyg8pm7z],
    .header-content h5[b-p4jyg8pm7z] {
        margin: 0;
        color: #374151;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 1;
    }

        .header-content h4 i[b-p4jyg8pm7z],
        .header-content h5 i[b-p4jyg8pm7z] {
            color: #4994FF;
        }

.date-badge[b-p4jyg8pm7z] {
    background-color: #E0F2FE;
    color: #0369A1;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.edit-indicator[b-p4jyg8pm7z] {
    background-color: #D1FAE5;
    color: #047857;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .edit-indicator i[b-p4jyg8pm7z] {
        font-size: 11px;
    }

.section-content[b-p4jyg8pm7z] {
    border-top: 1px solid #E5E7EB;
    background-color: white;
    animation: slideDown-b-p4jyg8pm7z 0.3s ease;
}

@keyframes slideDown-b-p4jyg8pm7z {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.visit-history-section[b-p4jyg8pm7z] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    background-color: #F9FAFB;
    border-top: 1px dashed #E5E7EB;
    margin-top: 20px;
}

    .visit-history-section > *[b-p4jyg8pm7z] {
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

.exam-section[b-p4jyg8pm7z] {
    margin-bottom: 20px;
}

.followups-container[b-p4jyg8pm7z] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.followups-header[b-p4jyg8pm7z] {
    padding: 10px 0;
}

    .followups-header h4[b-p4jyg8pm7z] {
        margin: 0;
        color: #374151;
        font-size: 18px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .followups-header h4 i[b-p4jyg8pm7z] {
            color: #F59E0B;
        }

.followup-section[b-p4jyg8pm7z] {
    margin-bottom: 10px;
}

.new-followup-section[b-p4jyg8pm7z] {
    border: 2px solid #4994FF;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 4px 12px rgba(73, 148, 255, 0.15);
}

.section-header-new[b-p4jyg8pm7z] {
    padding: 15px 20px;
    background: linear-gradient(135deg, #4994FF 0%, #3a7de0 100%);
}

    .section-header-new h4[b-p4jyg8pm7z] {
        margin: 0;
        color: white;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .section-header-new h4 i[b-p4jyg8pm7z] {
            color: white;
        }

.section-content-new[b-p4jyg8pm7z] {
    background-color: #F9FAFB;
}

@media(max-width:375px) {
    .inner-container[b-p4jyg8pm7z] {
        padding: 20px;
    }

    .header h3[b-p4jyg8pm7z] {
        font-size: 20px;
    }

    .edit-indicator[b-p4jyg8pm7z] {
        font-size: 10px;
        padding: 3px 8px;
    }

    .date-badge[b-p4jyg8pm7z] {
        font-size: 10px;
        padding: 3px 8px;
    }

    .visit-history-section[b-p4jyg8pm7z] {
        padding: 10px;
        gap: 10px;
    }
}

@media(min-width:380px) and (max-width:770px) {
    .inner-container[b-p4jyg8pm7z] {
        padding: 20px 30px;
    }

    .edit-indicator[b-p4jyg8pm7z] {
        font-size: 11px;
        padding: 3px 10px;
    }

    .visit-history-section[b-p4jyg8pm7z] {
        padding: 15px;
        gap: 12px;
    }
}
/* /Components/Pages/PtData/Visits/GrowthCharts.razor.rz.scp.css */
/*body {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    justify-content: center;
    overflow:auto;
    opacity: 1;
    background: white;
}*/
.chart-container[b-r1est7s2px]{
    height:100%;
    width:100%;
    overflow:auto;
    display:flex;
    flex-direction:column;
    background-color:white;
       
}
.upper-div[b-r1est7s2px] {
    display: flex;
    width: 100%;
    justify-content: end;
    padding: 20px 20px 0;

}
.wrapping-div[b-r1est7s2px] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.chart-div[b-r1est7s2px] {
    position: relative;
    display: flex;
    width: 900px;
    height: 500px;
}
/*.chart-div ::deep canvas{
    width:700px !important;
    height:500px !important;*/
    /*aspect-ratio:auto !important;*/
    /*font-size : 40px !important;*/
/*}*/
.button-container[b-r1est7s2px] {
    display: inline-flex;
    justify-content: space-evenly;
    width: 50%;
    position: relative;
    left: 25%;
    flex-wrap: wrap;
}
.button-container button[b-r1est7s2px] {
    border-radius: 20px;
    background-color: #ced7fd;
}
.active-btn[b-r1est7s2px]{
    color:black;
}
.inactive-btn[b-r1est7s2px] {
    color: gray;
}
.chart-canvas[b-r1est7s2px] {
    /*width: 100%;
    max-width: 100%;*/ /* Optional, to ensure it doesn't exceed the screen width */
    /*height: auto;*/ /* This will maintain the aspect ratio */
}
.show-horizontal[b-r1est7s2px]{
    display:none;
}
@media (max-width: 666px) {
    .show-horizontal[b-r1est7s2px] {
        display: block;
    }
}
/*}*/
/* /Components/Pages/PtData/Visits/PDFViewerComponent.razor.rz.scp.css */
.pdf-viewer-overlay[b-rzvrddqrrq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1100;
}

.pdf-viewer-modal[b-rzvrddqrrq] {
    background: white;
    border-radius: 8px;
    width: 95%;
    max-width: 1200px;
    height: 95vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.pdf-viewer-header[b-rzvrddqrrq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.pdf-viewer-header h3[b-rzvrddqrrq] {
    margin: 0;
    color: #333;
    font-size: 1.2rem;
}

.header-actions[b-rzvrddqrrq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.close-btn[b-rzvrddqrrq] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.close-btn:hover[b-rzvrddqrrq] {
    color: #333;
    background-color: #e0e0e0;
}

.pdf-viewer-content[b-rzvrddqrrq] {
    flex: 1;
    padding: 0;
    overflow: hidden;
}

.loading-container[b-rzvrddqrrq], .error-container[b-rzvrddqrrq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.loading-spinner[b-rzvrddqrrq] {
    margin-bottom: 1rem;
}

.error-message[b-rzvrddqrrq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: #dc3545;
}

.error-message i[b-rzvrddqrrq] {
    font-size: 3rem;
}

.btn[b-rzvrddqrrq] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    text-decoration: none;
}

.btn-primary[b-rzvrddqrrq] {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover[b-rzvrddqrrq] {
    background-color: #0056b3;
}

.btn-success[b-rzvrddqrrq] {
    background-color: #28a745;
    color: white;
}

.btn-success:hover[b-rzvrddqrrq] {
    background-color: #218838;
}

.btn-sm[b-rzvrddqrrq] {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
}

.spinner-border-sm[b-rzvrddqrrq] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Pages/PtData/Visits/Prescription/AddClinicServices.razor.rz.scp.css */
.main-container-addclinicservices[b-2oi6ssdnmh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: white;
    align-self: center;
    align-items: center;
    /*    ;*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #344054;
}

.add-service-btn[b-2oi6ssdnmh], .update-medication-btn[b-2oi6ssdnmh], .update[b-2oi6ssdnmh] {
    margin-top: 30px;
    display: flex;
    padding: 12px 72px;
    justify-content: center;
    gap: 10px;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px dashed #4994FF;
    border-radius: 8px;
    align-self: center;
    height: 50px;
    /*    ;*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}

.searchtradeinfo-container[b-2oi6ssdnmh] {
    width: 380px;
    align-self: center;
    margin-top: 20px;
}

    .searchtradeinfo-container[b-2oi6ssdnmh]  .blazored-typeahead {
        background-color: #CCE5FF;
        border: none;
    }

    .searchtradeinfo-container[b-2oi6ssdnmh]  .blazored-typeahead__input {
        background-color: #CCE5FF;
        border: none;
    }

.details-container[b-2oi6ssdnmh] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

.row-container[b-2oi6ssdnmh] {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 15px;
    margin: 10px;
    justify-content: center;
}

    .row-container textarea[b-2oi6ssdnmh] {
        display: flex;
        width: 75%;
        /*align-self: center;*/
        margin-top: 8px;
        min-height: 20px;
        padding: 15px;
        background: #FFFFFF;
        border: 1px solid rgba(208, 213, 221, 0.5);
        box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
        border-radius: 6px;
        color: #344054;
    }

    .row-container label[b-2oi6ssdnmh] {
        display: flex;
        width: fit-content;
        color: #344054;
    }

input[b-2oi6ssdnmh], select[b-2oi6ssdnmh] {
    align-self: center;
    margin-top: 8px;
    padding: 5px;
    background: #FFFFFF;
    border: 1px solid rgba(208, 213, 221, 0.5);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    color: #344054;
    width: 20%;
}

    input[type="number"][b-2oi6ssdnmh] {
        max-width: 50px;
    }

select[b-2oi6ssdnmh] {
    min-width: fit-content;
    max-width: fit-content;
}

@media (max-width: 899.98px) {
    .main-container-addclinicservices[b-2oi6ssdnmh] {
        font-size: 14px;
    }
}
/* /Components/Pages/PtData/Visits/Prescription/AddLabComp.razor.rz.scp.css */
.main-container-addradiology[b-g7ry1avrht] {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    background-color: white;
    align-self: center;
    position: relative;
    align-items: center;
    z-index: 0;
    color: #6D6D6D;
    gap: 10px;
}

.past-inner-container[b-g7ry1avrht] {
    display: flex;
    flex-direction: column;
}

.past-outer-container[b-g7ry1avrht] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: gray;
    padding: 50px 10%;
    z-index: 5;
}

.favorites-section[b-g7ry1avrht] {
/*    margin-top: 20px;*/
}

.no-result[b-g7ry1avrht] {
    color: red;
}

.results[b-g7ry1avrht] {
    display: inline-flex;
    gap: 15px;
}

img[b-g7ry1avrht] {
    cursor: pointer;
}

.past-inner-container[b-g7ry1avrht] {
    background-color: white;
    padding: 50px;
    border-radius: 20px;
}

.pdf-icon[b-g7ry1avrht] {
    width: 20px;
    height: auto;
}

.btn-container[b-g7ry1avrht] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.main-buttons[b-g7ry1avrht] {
    display: flex;
    gap: 15px;
}

.delete-button-container[b-g7ry1avrht] {
    margin-left: auto;
}

.delete-btn[b-g7ry1avrht] {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
}

    .delete-btn:hover[b-g7ry1avrht] {
        background-color: #c82333;
        border-color: #bd2130;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
    }

    .delete-btn:active[b-g7ry1avrht] {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
    }

    .delete-btn i[b-g7ry1avrht] {
        margin-right: 6px;
    }

.status-badge[b-g7ry1avrht] {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    min-width: 60px;
}

.status-badge.status-viewed[b-g7ry1avrht] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-dropdown[b-g7ry1avrht] {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    min-width: 60px;
    border: 1px solid #b3d7ff;
    background-color: #cce5ff;
    color: #004085;
    appearance: none;
    -webkit-appearance: none;
}

.status-dropdown.status-ordered[b-g7ry1avrht],
.status-dropdown.status-results-available[b-g7ry1avrht] {
    background-color: #cce5ff;
    color: #004085;
    border-color: #b3d7ff;
}

.status-dropdown.status-viewed[b-g7ry1avrht] {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.status-dropdown.status-partially-paid[b-g7ry1avrht] {
    background-color: #fff3cd;
    color: #856404;
    border-color: #ffeaa7;
}

.status-dropdown.status-paid[b-g7ry1avrht],
.status-dropdown.status-completed[b-g7ry1avrht] {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.status-dropdown.status-done-outside[b-g7ry1avrht] {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}

.status-dropdown[b-g7ry1avrht]::-ms-expand,
.status-dropdown[b-g7ry1avrht]::after {
    display: none;
}

.status-column[b-g7ry1avrht] {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .status-badge[b-g7ry1avrht] {
        padding: 3px 8px;
        font-size: 0.75rem;
    }
}

@media (max-width: 576px) {
    .status-column[b-g7ry1avrht] {
        margin-top: 8px;
    }
}

.add-radiology-btn[b-g7ry1avrht], .update-radiology-btn[b-g7ry1avrht], .update[b-g7ry1avrht] {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px dashed #4994FF;
    border-radius: 8px;
    align-self: center;
    height: 65px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}

.edit[b-g7ry1avrht] {
    display: flex;
    gap: 20px;
}

.update-radiology-btn[b-g7ry1avrht] {
    width: 100%;
    max-width: max-content;
    display: inline-flex;
    position: relative;
    align-items: center;
    padding: 0px 20px;
}

    .update-radiology-btn .delete-record[b-g7ry1avrht] {
        position: absolute;
        right: 20px;
        height: 22px;
    }

.searchtradeinfo-container[b-g7ry1avrht] {
    width: 380px;
    align-self: center;
/*    margin-top: 20px;*/
    z-index: 3;
}

    .searchtradeinfo-container[b-g7ry1avrht]  .blazored-typeahead {
        background-color: #CCE5FF;
        border: none;
    }

    .searchtradeinfo-container[b-g7ry1avrht]  .blazored-typeahead__input {
        background-color: #CCE5FF;
        border: none;
    }

.info-row[b-g7ry1avrht] {
    display: inline-flex;
    width: 100%;
    padding: 16px 32px;
    gap: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6D6D6D;
    justify-content: space-between;
}

    .info-row .name[b-g7ry1avrht] {
        min-width: max-content;
    }

.result-div[b-g7ry1avrht] {
    width: 100%;
    align-self: center;
    display: flex;
    flex-direction: column;
    min-width: 445px;
    margin-top: 10px;
}

.one-result[b-g7ry1avrht] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.input-field[b-g7ry1avrht] {
    display: flex;
    flex-direction: column;
}

.one-result label[b-g7ry1avrht] {
    min-width: fit-content;
}

.one-result img[b-g7ry1avrht] {
    width: 35px;
    cursor: pointer;
}

.result-div .result-label[b-g7ry1avrht] {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #344054;
}

.result-div .result-text[b-g7ry1avrht] {
    width: 100%;
    align-self: center;
    margin-top: 8px;
    min-height: 120px;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid rgba(208, 213, 221, 0.5);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    color: #344054;
    white-space: pre-line;
}

.result-title[b-g7ry1avrht] {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #344054;
    background-color: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    transition: all 0.2s ease-in-out;
    outline: none;
}

.result-title:focus[b-g7ry1avrht] {
    border-color: #4994ff;
    box-shadow: 0px 0px 0px 3px rgba(73, 148, 255, 0.1);
    background-color: #f8f9fa;
}

.result-title[b-g7ry1avrht]::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.main-image-container[b-g7ry1avrht] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.doctor-slider-container[b-g7ry1avrht] {
    display: flex;
    overflow-x: auto;
    position: relative;
    justify-content: center;
}

.doctor-slider[b-g7ry1avrht] {
    display: inline-flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.slider-arrow[b-g7ry1avrht] {
    display: flex;
    top: 45%;
    border: none;
    background-color: #CCE5FF;
    border-radius: 50%;
    width: 40px;
    height: 15px;
    align-items: center;
    z-index: 3;
    transform: scale(0.7,2);
    align-self: center;
    justify-content: center;
}

.main-image-container .prev[b-g7ry1avrht] {
    left: -10%;
    color: blue;
}

.main-image-container .next[b-g7ry1avrht] {
    right: -8%;
    color: blue;
}

.image-container[b-g7ry1avrht] {
    position: relative;
    align-self: center;
    margin-top: 15px;
    width: min-content;
}

    .image-container .image[b-g7ry1avrht] {
        width: 100px;
        cursor: pointer;
    }

    .image-container .delete-record[b-g7ry1avrht] {
        position: absolute;
        right: 10px;
        top: 5px;
        width: 25px;
        cursor: pointer;
    }

.large-image-container[b-g7ry1avrht] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 98.5vw;
    display: flex;
    justify-content: center;
    background-color: gray;
    z-index: 1100;
}

    .large-image-container .image-container[b-g7ry1avrht] {
        position: relative;
        display: flex;
        align-self: auto;
        margin-top: 40px;
    }

        .large-image-container .image-container .image[b-g7ry1avrht] {
            height: 80vh;
            width: auto;
        }

.slider-arrow2[b-g7ry1avrht] {
    display: flex;
    top: 200px;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.large-image-container .prev[b-g7ry1avrht] {
    left: 20%;
    color: white;
    transform: scale(0.7,2);
}

.large-image-container .next[b-g7ry1avrht] {
    right: 20%;
    color: white;
    transform: scale(0.7,2);
}

.large-image-container .close[b-g7ry1avrht] {
    right: 80px;
    top: 40px;
    color: white;
}

.upload-container[b-g7ry1avrht] {
    width: 100%;
}

.service-date[b-g7ry1avrht] {
    margin-top: 10px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .service-date input[b-g7ry1avrht] {
        background: #FFFFFF;
        justify-content: center;
        align-items: center;
        padding: 10px 16px;
        gap: 8px;
        background: #FBFBFB;
        border: 1px solid #D0D5DD;
        box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
        border-radius: 8px;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #344054;
    }

.pdf-container[b-g7ry1avrht] {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    position: relative;
}

.doctor-info[b-g7ry1avrht] {
    font-size: 1.1rem;
    color: #2c3e50;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 500;
}

.patient-info[b-g7ry1avrht] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.patient-label[b-g7ry1avrht] {
    color: #6c757d;
    font-weight: 500;
    margin: 0;
}

.patient-name[b-g7ry1avrht] {
    color: #2c3e50;
    font-weight: 500;
    font-size: 1.1rem;
}

.referred-by[b-g7ry1avrht] {
    text-align: center;
    margin-top: 10px;
    display: inline-flex;
    margin-bottom: 10px;
}

.doctor-selection-container[b-g7ry1avrht] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.doctor-dropdown[b-g7ry1avrht] {
    flex: 1;
    min-width: 200px;
}

.clear-doctor-btn[b-g7ry1avrht] {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    border-radius: 4px;
}

.or-divider[b-g7ry1avrht] {
    text-align: center;
    margin: 10px 0;
    position: relative;
}

    .or-divider[b-g7ry1avrht]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #dee2e6;
        z-index: 1;
    }

    .or-divider span[b-g7ry1avrht] {
        background-color: white;
        padding: 0 10px;
        color: #6c757d;
        font-size: 12px;
        position: relative;
        z-index: 2;
    }

.manual-doctor-input[b-g7ry1avrht] {
    margin-top: 5px;
}

.referred-by[b-g7ry1avrht] {
    margin-bottom: 15px;
}

    .referred-by span[b-g7ry1avrht] {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
    }


.lab-grid:hover[b-g7ry1avrht] {
    background-color: #e9ecef;
}

.lab-grid .name[b-g7ry1avrht] {
    font-weight: 500;
    color: #2c3e50;
}

.lab-grid .results[b-g7ry1avrht] {
    text-align: center;
}

.lab-grid .normal-range[b-g7ry1avrht] {
    font-size: 0.9rem;
    color: #6c757d;
    text-align: center;
}

.lab-grid .statistics[b-g7ry1avrht] {
    text-align: center;
}

.lab-grid .date[b-g7ry1avrht] {
    font-size: 0.9rem;
    color: #6c757d;
    text-align: center;
}

.lab-grid .actions[b-g7ry1avrht] {
    text-align: center;
}

/* Tablet Media Query */
@media (max-width: 992px) {
    .main-container-addradiology[b-g7ry1avrht] {
        width: 90%;
        margin: 0 auto;
    }

    .lab-grid[b-g7ry1avrht] {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .past-inner-container[b-g7ry1avrht] {
        width: 90%;
        padding: 15px;
    }

    .doctor-slider-container[b-g7ry1avrht] {
        width: 100%;
    }

    .image-container img .image[b-g7ry1avrht] {
        max-width: 150px;
        height: auto;
    }

    .large[b-g7ry1avrht] {
        max-width: max-content;
    }

    .one-result[b-g7ry1avrht] {
        flex-direction: column;
    }

    .input-field[b-g7ry1avrht] {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Phone Media Query */
@media (max-width: 576px) {
    .main-container-addradiology[b-g7ry1avrht] {
        width: 95%;
    }

    .lab-grid[b-g7ry1avrht] {
        grid-template-columns: 1fr;
    }

    .searchtradeinfo-container[b-g7ry1avrht] {
        padding: 10px;
    }

    .large-image-container[b-g7ry1avrht] {
        flex-direction: column;
        overflow: auto;
    }

    .slider-arrow2[b-g7ry1avrht] {
        position: absolute;
        top: 50%;
    }

        .slider-arrow2.prev[b-g7ry1avrht] {
            left: 5px;
        }

        .slider-arrow2.next[b-g7ry1avrht] {
            right: 5px;
        }

    .btn-container[b-g7ry1avrht] {
        flex-direction: column;
        gap: 10px;
    }

        .btn-container button[b-g7ry1avrht] {
            width: 100%;
        }

    .doctor-slider[b-g7ry1avrht] {
        flex-wrap: wrap;
        justify-content: center;
    }

    .past-inner-container[b-g7ry1avrht] {
        width: 95%;
        padding: 10px;
    }

    .result-text[b-g7ry1avrht] {
        min-height: 100px;
        white-space: pre-line;
    }

    .service-date[b-g7ry1avrht], .referred-by[b-g7ry1avrht] {
        flex-direction: column;
    }

    .result-div[b-g7ry1avrht] {
        min-width: auto;
    }
}
/* Lab Parameters Section - Add this to the end of your existing CSS file */
.lab-parameters-section[b-g7ry1avrht] {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid rgba(208, 213, 221, 0.5);
    border-radius: 8px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

    .lab-parameters-section h4[b-g7ry1avrht] {
        margin: 0 0 15px 0;
        color: #344054;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        border-bottom: 2px solid #4994FF;
        padding-bottom: 8px;
        display: inline-block;
    }

/* Parameters Header with Panel History Button */
.parameters-header[b-g7ry1avrht] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .parameters-header h4[b-g7ry1avrht] {
        margin: 0;
        color: #344054;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        border-bottom: 2px solid #4994FF;
        padding-bottom: 8px;
    }

.panel-history-btn[b-g7ry1avrht] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s ease;
}

    .panel-history-btn:hover[b-g7ry1avrht] {
            transform: translateY(-1px);
            box-shadow: 0 2px 8px rgba(23, 162, 184, 0.3);
        }

        .panel-history-btn i[b-g7ry1avrht] {
            font-size: 0.85rem;
        }

    /* Add Parameter to Panel Section */
    .add-parameter-section[b-g7ry1avrht] {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 15px;
        padding: 12px 16px;
        background: linear-gradient(135deg, rgba(73, 148, 255, 0.05) 0%, rgba(40, 167, 69, 0.05) 100%);
        border: 1px dashed #4994FF;
        border-radius: 8px;
    }

    .add-parameter-label[b-g7ry1avrht] {
        font-size: 0.875rem;
        font-weight: 500;
        color: #4994FF;
        margin: 0;
    }

    .add-parameter-section[b-g7ry1avrht]  .main-container {
        width: 100%;
    }

    .add-parameter-section[b-g7ry1avrht]  .blazored-typeahead {
        background-color: #ffffff;
        border: 1px solid #d0d5dd;
        border-radius: 6px;
    }

    .add-parameter-section[b-g7ry1avrht]  .blazored-typeahead__input {
        background-color: #ffffff;
        border: none;
        font-size: 0.875rem;
    }

    .add-parameter-section[b-g7ry1avrht]  .blazored-typeahead__results {
        max-height: 200px;
        overflow-y: auto;
    }

    @media (max-width: 576px) {
        .add-parameter-section[b-g7ry1avrht] {
            padding: 10px 12px;
        }

        .add-parameter-label[b-g7ry1avrht] {
            font-size: 0.8rem;
        }
    }


    .parameters-grid[b-g7ry1avrht] {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 60px 40px; /* Added extra column for delete button */
    gap: 10px;
    margin-top: 10px;
}

.parameter-row[b-g7ry1avrht] {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr;
    gap: 15px;
    align-items: center;
    padding: 12px 16px;
    background: white;
    border: 1px solid rgba(208, 213, 221, 0.3);
    border-radius: 6px;
    transition: all 0.2s ease;
}

    .parameter-row:hover[b-g7ry1avrht] {
        background: #fbfbfb;
        box-shadow: 0px 2px 4px rgba(16, 24, 40, 0.1);
        transform: translateY(-1px);
    }

.parameter-name[b-g7ry1avrht] {
    color: #344054;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
}

.parameter-value[b-g7ry1avrht] {
    display: inline-flex;
    align-items: center;
    color: #2c3e50;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

    .parameter-value span[b-g7ry1avrht] {
        padding: 4px 8px;
        background: rgba(73, 148, 255, 0.1);
        border-radius: 4px;
        color: #4994FF;
    }

.parameter-range[b-g7ry1avrht] {
    color: #6c757d;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    font-style: italic;
}

    .parameter-range span[b-g7ry1avrht] {
        padding: 2px 6px;
        background: rgba(108, 117, 125, 0.1);
        border-radius: 3px;
    }

/* Empty state for parameters */
.no-parameters[b-g7ry1avrht] {
    text-align: center;
    color: #6c757d;
    font-style: italic;
    padding: 20px;
}

.parameter-row[b-g7ry1avrht] {
    display: contents;
}

.parameter-delete[b-g7ry1avrht] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-parameter-icon[b-g7ry1avrht] {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

    .delete-parameter-icon:hover[b-g7ry1avrht] {
        opacity: 0.7;
        transform: scale(1.1);
    }
/* Tablet Media Query for Lab Parameters */
@media (max-width: 992px) {
    .parameter-row[b-g7ry1avrht] {
        grid-template-columns: 1fr;
        gap: 8px;
        text-align: center;
    }

    .parameter-name[b-g7ry1avrht] {
        font-weight: 600;
        color: #2c3e50;
        border-bottom: 1px solid #e9ecef;
        padding-bottom: 4px;
    }

    .parameter-range[b-g7ry1avrht] {
        text-align: center;
    }

    .lab-parameters-section[b-g7ry1avrht] {
        padding: 15px;
    }
}

/* Phone Media Query for Lab Parameters */
@media (max-width: 576px) {
    .lab-parameters-section[b-g7ry1avrht] {
        margin-top: 15px;
        padding: 12px;
    }

        .lab-parameters-section h4[b-g7ry1avrht] {
            font-size: 16px;
            margin-bottom: 12px;
        }

    .parameters-grid[b-g7ry1avrht] {
        gap: 10px;
    }

    .parameter-row[b-g7ry1avrht] {
        padding: 10px 12px;
        gap: 6px;
    }

    .parameter-name[b-g7ry1avrht] {
        font-size: 13px;
    }

    .parameter-value[b-g7ry1avrht] {
        font-size: 13px;
    }

    .parameter-range[b-g7ry1avrht] {
        font-size: 11px;
    }
}
/* Abnormal Value Indicators - Add this after the existing parameter styles */
.parameter-value.abnormal-high[b-g7ry1avrht] {
    background: rgba(220, 53, 69, 0.1) !important;
    color: #dc3545 !important;
    border: 1px solid rgba(220, 53, 69, 0.3);
    animation: abnormal-pulse-b-g7ry1avrht 2s ease-in-out infinite;
}

.parameter-value.abnormal-low[b-g7ry1avrht] {
    background: rgba(255, 193, 7, 0.15) !important;
    color: #856404 !important;
    border: 1px solid rgba(255, 193, 7, 0.4);
    animation: abnormal-pulse-b-g7ry1avrht 2s ease-in-out infinite;
}

.parameter-value.critical-high[b-g7ry1avrht] {
    background: rgba(220, 53, 69, 0.2) !important;
    color: #721c24 !important;
    border: 2px solid #dc3545;
    font-weight: 700;
    animation: critical-blink-b-g7ry1avrht 1.5s ease-in-out infinite;
}

.parameter-value.critical-low[b-g7ry1avrht] {
    background: rgba(255, 108, 55, 0.2) !important;
    color: #8b2635 !important;
    border: 2px solid #ff6c37;
    font-weight: 700;
    animation: critical-blink-b-g7ry1avrht 1.5s ease-in-out infinite;
}

.parameter-value.normal[b-g7ry1avrht] {
    background: rgba(40, 167, 69, 0.1) !important;
    color: #155724 !important;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

/* Status Icons */
.parameter-status-icon[b-g7ry1avrht] {
    font-size: 16px;
    margin-left: 6px;
    display: inline-block;
    animation: status-bounce-b-g7ry1avrht 2s ease-in-out infinite;
}

    .parameter-status-icon.high[b-g7ry1avrht] {
        color: #dc3545;
    }

    .parameter-status-icon.low[b-g7ry1avrht] {
        color: #ffc107;
    }

    .parameter-status-icon.critical[b-g7ry1avrht] {
        color: #721c24;
        font-weight: bold;
    }

    .parameter-status-icon.normal[b-g7ry1avrht] {
        color: #28a745;
    }

/* Animations */
@keyframes abnormal-pulse-b-g7ry1avrht {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4);
    }

    50% {
        transform: scale(1.02);
        box-shadow: 0 0 0 6px rgba(220, 53, 69, 0);
    }
}

@keyframes critical-blink-b-g7ry1avrht {
    0%, 50%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    25%, 75% {
        opacity: 0.8;
        transform: scale(1.03);
    }
}

@keyframes status-bounce-b-g7ry1avrht {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-3px);
    }

    60% {
        transform: translateY(-2px);
    }
}

/* Enhanced parameter row for abnormal values */
.parameter-row.has-abnormal[b-g7ry1avrht] {
    border-left: 4px solid #dc3545;
    background: linear-gradient(90deg, rgba(220, 53, 69, 0.05) 0%, white 15%);
}

.parameter-row.has-critical[b-g7ry1avrht] {
    border-left: 6px solid #721c24;
    background: linear-gradient(90deg, rgba(220, 53, 69, 0.1) 0%, white 20%);
    box-shadow: 0px 2px 8px rgba(220, 53, 69, 0.15);
}

.parameter-statistics[b-g7ry1avrht] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

/*.parameters-grid .parameter-row {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 1fr;*/ /* Added column for statistics */
/*gap: 10px;
    padding: 8px;
    border-bottom: 1px solid #eee;
    align-items: center;
}*/

.statistics-icon:hover[b-g7ry1avrht] {
    opacity: 0.7;
    transform: scale(1.1);
    transition: all 0.2s ease;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .parameter-status-icon[b-g7ry1avrht] {
        font-size: 14px;
        margin-left: 4px;
    }

    @keyframes abnormal-pulse-b-g7ry1avrht {
        0%, 100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.01);
        }
    }

    @keyframes critical-blink-b-g7ry1avrht {
        0%, 50%, 100% {
            opacity: 1;
        }

        25%, 75% {
            opacity: 0.85;
        }
    }
}
/* /Components/Pages/PtData/Visits/Prescription/AddMedicine.razor.rz.scp.css */

.main-container-addmedicine[b-z9e1xmiy2z] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*    */
    width: 100%;
    background-color: white;
    align-self: center;
    align-items: center;
    border-bottom: solid 1px #d3cdc1;
    padding-bottom: 15px;
}

.searchtradeinfo-container[b-z9e1xmiy2z], .medication-container[b-z9e1xmiy2z] {
    display: grid;
    grid-template-columns: 79% 20%;
    grid-column-gap: 10px;
    width: 100%;
    grid-row-gap: 10px;
    margin-top: 10px;
    
}
.arabic-txt[b-z9e1xmiy2z] {
    color: #8f80a1;
    font-size: 16px;
}
.update-btn[b-z9e1xmiy2z] {
    background-color: #ffb050 !important;
    color: white !important;
    border: 1.5px solid #c66d00
}
.choose-favorite[b-z9e1xmiy2z], .update-btn[b-z9e1xmiy2z] {
    cursor: pointer;
    width: 100%;
    display: flex;
    padding: 6px;
    justify-content: center;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px solid #4994FF;
    border-radius: 8px;
    align-self: center;
    /*    height: 50px;*/
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #4994FF;
}
.doctor-name[b-z9e1xmiy2z]{
    align-self:flex-start;
    color: blue;
}
.arabic[b-z9e1xmiy2z] {
    direction: rtl;
}

.btn-div[b-z9e1xmiy2z] {
    display: flex;
    flex-direction: column;
    justify-items: center;
    gap: 15px;
    align-items: center;
}

    .btn-div .favourite-btn[b-z9e1xmiy2z] {
        background-color: none;
        border: none;
        /*padding: 12px 37px;
        background: #55A0FF;
        border-radius: 8px;
        margin-top: 0;
        width:100%;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;*/
        /* identical to box height, or 133% */
        /*color: #FFFFFF;*/
    }

.update-medication-btn[b-z9e1xmiy2z], .update[b-z9e1xmiy2z] {
    /*    margin-top: 20px;*/
    display: flex;
    padding: 12px 72px;
    justify-content: center;
    gap: 10px;
    background-color: #8cb8f60f;
    border: 2px dashed #4994ff;
    border-radius: 8px;
    align-self: center;
    /*height: 50px;*/
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
/*    max-width: 600px;*/
}

.add-medication-btn[b-z9e1xmiy2z] {
    width: 100%;
    justify-content: center;
}

.update-medication-btn[b-z9e1xmiy2z] {
    /*    width: 100%;*/
    display: inline-flex;
    position: relative;
}

    .update-medication-btn .pic-container[b-z9e1xmiy2z] {
        width: 40px;
        position: absolute;
        left: 20px;
        top: 5px;
    }

    .update-medication-btn .pic[b-z9e1xmiy2z] {
        width: 40px;
        border-radius: 5px;
    }

    .update-medication-btn .name-container[b-z9e1xmiy2z] {
        display: flex;
        flex-direction: column;
    }

        .update-medication-btn .name-container span:last-child[b-z9e1xmiy2z] {
            color: gray;
            font-size: 14px;
        }

    .update-medication-btn .delete-record[b-z9e1xmiy2z] {
        position: absolute;
        right: 20px;
        height: 22px;
    }
    .update-medication-btn .favourite-record[b-z9e1xmiy2z] {
        position: absolute;
        right: 40px;
        height: 22px;
    }

.danger[b-z9e1xmiy2z] {
    border: 1px solid red; /* Initial red border */
    animation: glow-b-z9e1xmiy2z 1.5s infinite; /* Applies the glow animation */
}
.chronic-div[b-z9e1xmiy2z] {
    margin-top: 15px;
    display: inline-flex;
    gap: 20px;
    align-items: center;
}
input[type="date"][b-z9e1xmiy2z] {
    /*width: 55%;*/ /*ADD Amendment*/
    height: 34px; /*ADD Amendment*/
    border-radius: 8px; /*ADD Amendment*/
    border: 1px solid rgba(208, 213, 221, 1);
    outline: 1px solid rgba(208, 213, 221, 1); /*ADD Amendment*/
    padding: 5px /*ADD Amendment*/
}
/* Keyframes for the glowing effect */
@keyframes glow-b-z9e1xmiy2z {
    0% {
        box-shadow: 0 0 1px red;
    }

    50% {
        box-shadow: 0 0 5px red;
    }

    100% {
        box-shadow: 0 0 1px red;
    }
}

.search-favorits[b-z9e1xmiy2z] {
    display: flex;
    width: 360px;
    border-radius: 15px;
    background-color: #CCE5FF;
    border: none;
    height: 40px;
}
/*.searchtradeinfo-container {
    width: 100%;
    align-self: center;
    margin-top: 20px;
    display: inline-flex;
    gap: 15px;
    justify-content:center;
}*/

.searchtradeinfo-container[b-z9e1xmiy2z]  .blazored-typeahead {
    background-color: #CCE5FF;
    border: none;
}

.searchtradeinfo-container[b-z9e1xmiy2z]  .blazored-typeahead__input {
    background-color: #CCE5FF;
    border: none;
}

.switch-container[b-z9e1xmiy2z] {
    display: flex;
    flex-direction: column;
}

[b-z9e1xmiy2z] .search-trade-info {
    width: 100%;
}

.scintific-name-container[b-z9e1xmiy2z] {
    display: inline-flex;
    justify-content: center;
    gap: 10px;
}

.scintific-name[b-z9e1xmiy2z] {
    display: flex;
    flex-direction: row;
}

    .scintific-name div[b-z9e1xmiy2z] {
        color: gray !important;
        font-size: 12px !important;
    }

.dose-container[b-z9e1xmiy2z] {
    width: 100%;
    /*    align-items: center;*/
    display: flex;
    flex-direction: column;
}

.dose-label[b-z9e1xmiy2z] {
    margin-top: 20px;
}

.dose-row[b-z9e1xmiy2z] {
    display: grid;
    grid-template-columns: repeat(9, auto);
    justify-content: space-between;
    width: 100%;
    background: #CCE5FF1A;
    margin-bottom: 8px;
    padding: 10px;
}

    .dose-row select[b-z9e1xmiy2z], .dose-row input[b-z9e1xmiy2z], .prescription-text[b-z9e1xmiy2z] {
        background: #FFFFFF;
        border: 1px solid rgba(208, 213, 221, 0.5);
        box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
        border-radius: 6px;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #344054;
    }


.number[b-z9e1xmiy2z] {
    width: 50px;
}

/*.every, .for {
    width: 35%;
}

    .every select, .for select {
        width: 70%;
    }

    .every input, .for input {
        width: 26%;
    }
*/
.prescription-div[b-z9e1xmiy2z] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 15px;
}

    .prescription-div .prescription-label[b-z9e1xmiy2z] {
        /*margin-left: 10%;*/
        /**/
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #344054;
    }

.prescription-label button[b-z9e1xmiy2z] {
    /*margin-left: 10%;*/
    border: none;
    background-color: white;
}

.prescription-text[b-z9e1xmiy2z] {
    width: 100%;
    /*align-self: center;*/
    margin-top: 8px;
    min-height: 60px;
    padding: 15px;
}

.audio-div[b-z9e1xmiy2z] {
    /*    margin-top: 15px;*/
}

@media (max-width: 899.98px) {
    .dose-row[b-z9e1xmiy2z], .prescription-div[b-z9e1xmiy2z], .audio-div[b-z9e1xmiy2z] {
        width: 100%;
    }
}
/* /Components/Pages/PtData/Visits/Prescription/AddMedicineHistory.razor.rz.scp.css */
.main-container-addmedicine[b-eddwmffjib] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-self: center;
    align-items: center;
}

/* Popup overlay styles - ADDED */
.past-outer-container[b-eddwmffjib] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(128, 128, 128, 0.8);
    padding: 50px 10%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.past-inner-container[b-eddwmffjib] {
    background-color: white;
    padding: 50px;
    border-radius: 20px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    position: relative;
}

.treatment[b-eddwmffjib] {
    align-items: center !important;
}
.pic-container[b-eddwmffjib] {
    padding: 4px;
    background: white;
    border-radius: 11px;
}
 .pic[b-eddwmffjib]{ 
     width:40px;
 }
.add-medication-btn[b-eddwmffjib], .update[b-eddwmffjib] {
    margin-top: 30px;
    display: flex;
    padding: 12px 72px;
    justify-content: center;
    gap: 10px;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px dashed #4994FF;
    border-radius: 8px;
    align-self: center;
    height: 50px;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}

.update-medication-btn[b-eddwmffjib] {
    width: 100%;
    display: inline-flex;
    position: relative;
    /*height: 150px;*/
    border: none;
    border-top: 1px solid #D0D0D0;
    background-color: white;
}

    .update-medication-btn .pic-container[b-eddwmffjib] {
        width: 106px;
        /*        position:absolute;
*/ /*left:20px;
        top:5px;*/
    }

    .update-medication-btn .pic[b-eddwmffjib] {
        width: 106px;
        border-radius: 5px;
    }

.info-container[b-eddwmffjib] {
    width: 100%;
    display: inline-flex;
    gap: 20px;
    margin-top: 20px;
}

    .info-container .name[b-eddwmffjib] {
        width: max-content;
        height: 24px;

        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #6D6D6D;
    }

.info[b-eddwmffjib] {
    margin-top: 10px;
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    text-align: start;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #858585;
}

.update-medication-btn .delete-record[b-eddwmffjib] {
    position: absolute;
    right: 20px;
    height: 22px;
}
.chronic-container[b-eddwmffjib] {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    width: 100%;
    align-self: end;
    color: blue;
    margin-top: 20px;
    gap:10px;
}
.extra-info[b-eddwmffjib] {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    width: 100%;
    align-self: end;
}

.searchtradeinfo-container[b-eddwmffjib] {
    width: 380px;
    align-self: center;
    margin-top: 20px;
}

    .searchtradeinfo-container[b-eddwmffjib]  .blazored-typeahead {
        background-color: #CCE5FF;
        border: none;
    }

    .searchtradeinfo-container[b-eddwmffjib]  .blazored-typeahead__input {
        background-color: #CCE5FF;
        border: none;
    }

.dose-label[b-eddwmffjib] {
    margin-top: 20px;
}

.dose-row[b-eddwmffjib] {
    display: inline-flex;
    justify-content: space-between;
    width: 445px;
    /*align-self: center;*/
    margin-bottom: 8px;
}

    .dose-row select[b-eddwmffjib], .dose-row input[b-eddwmffjib], .prescription-text[b-eddwmffjib] {
        background: #FFFFFF;
        border: 1px solid rgba(208, 213, 221, 0.5);
        box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
        border-radius: 6px;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #344054;
    }

    .dose-row > select[b-eddwmffjib] {
        width: 45%;
    }

.dose[b-eddwmffjib] {
    width: 45%;
}

    .dose select[b-eddwmffjib] {
        width: 70%;
    }

    .dose input[b-eddwmffjib] {
        width: 26%;
    }

.number[b-eddwmffjib] {
    width: 50px;
}

.every[b-eddwmffjib], .for[b-eddwmffjib] {
    width: 35%;
}

    .every select[b-eddwmffjib], .for select[b-eddwmffjib] {
        width: 70%;
    }

    .every input[b-eddwmffjib], .for input[b-eddwmffjib] {
        width: 26%;
    }

.prescription-div[b-eddwmffjib] {
    display: flex;
    flex-direction: column;
    width: 445px;
    margin-top: 10px;
}

    .prescription-div .prescription-label[b-eddwmffjib] {
        /*margin-left: 10%;*/

        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #344054;
    }

        .prescription-div .prescription-label button[b-eddwmffjib] {
            /*margin-left: 10%;*/
            border: none;
            background-color: white;
        }

    .prescription-div .prescription-text[b-eddwmffjib] {
        width: 100%;
        /*align-self: center;*/
        margin-top: 8px;
        min-height: 120px;
        padding: 15px;
    }

.audio-div[b-eddwmffjib] {
    margin-top: 15px;
}

/* Responsive adjustments for popup */
@media (max-width: 992px) {
    .past-outer-container[b-eddwmffjib] {
        padding: 30px 5%;
    }
    
    .past-inner-container[b-eddwmffjib] {
        padding: 30px;
        max-height: 85vh;
    }
}

@media (max-width: 576px) {
    .past-outer-container[b-eddwmffjib] {
        padding: 20px 2%;
    }
    
    .past-inner-container[b-eddwmffjib] {
        padding: 20px;
        border-radius: 12px;
        max-height: 80vh;
    }
}
/* /Components/Pages/PtData/Visits/Prescription/AddPregnancyHistDialog.razor.rz.scp.css */
.pregnancy-temp-main-container[b-20sm4b3nnh] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 100%;
    z-index: 1050;
}

.inner-container[b-20sm4b3nnh] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 85%;
    padding:20px 30px;
    border-radius: 10px;
/*    font-family: 'inter';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
    z-index:100;
}
.sticky-lg-top[b-20sm4b3nnh] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
/* /Components/Pages/PtData/Visits/Prescription/AddPrescription.razor.rz.scp.css */

.main-container-addprescription[b-rc27ug3kvr] {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    /*    */
    font-family: 'Times New Roman', Times, serif;
    width: 100%;
    background-color: white;
    align-items: center;
    
}


.inner-container[b-rc27ug3kvr] {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 20px 20px;
    position: relative;
}
.print-btn[b-rc27ug3kvr] {
    position: absolute;
    left: 0;
    top: 31px;
}

.qr-btn[b-rc27ug3kvr] {
    position: absolute;
    left: 0;
    top: 75px;
}

.selector[b-rc27ug3kvr] {
    display: flex;
    margin-top: 20px;
/*    ;*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}

    .selector button[b-rc27ug3kvr] {
        width: 50%;
        border: none;
        background-color: transparent;
        color: gray;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
        border-bottom: 1px solid lightgray;
    }

        .selector button.active[b-rc27ug3kvr] {
            border-bottom: 3px solid #4994FF;
            color: #4994FF;
        }

        .selector button.pharmacist[b-rc27ug3kvr] {
            width: 100%;
        }

.template-btn[b-rc27ug3kvr] {
    position: absolute;
    right: 0;
    top: 30px;
}

.treatment-container[b-rc27ug3kvr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%;
}

    .treatment-container a[b-rc27ug3kvr] {
        margin-top: 20px;
    }

.Back-Next-button[b-rc27ug3kvr] {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    height: 50px;
}

.Back-button[b-rc27ug3kvr] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 67px;
    width: 200px;
    height: 50px;
    border-radius: 6px;
    border: 0;
    background-color: rgba(244, 246, 247, 1);
}
.Back-button[b-rc27ug3kvr] {
   
    box-shadow: 0 4px 6px rgba(108, 117, 125, 0.3);
}

    .Back-button:hover[b-rc27ug3kvr] {
       
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(108, 117, 125, 0.4);
    }

    .Back-button:active[b-rc27ug3kvr] {
        transform: translateY(0);
    }
.Next-button[b-rc27ug3kvr] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;
    width: 200px;
    height: 50px;
    border-radius: 6px;
    border: 0;
    background-color: rgba(73, 148, 255, 1);
}
    .Next-button:hover:not(:disabled)[b-rc27ug3kvr] {
        /*        background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);*/
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(102, 126, 234, 0.4);
    }
.success-container[b-rc27ug3kvr] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 3;
}
.alarm-bill-container[b-rc27ug3kvr] {
    display: inline-flex;
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.toggle-alarm-btn[b-rc27ug3kvr] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1.5px solid #ccc;
    font-size: 0.78rem;
    font-weight: 500;
    cursor: pointer;
    background: transparent;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    white-space: nowrap;
    align-self: center;
    line-height: 1;
}

.toggle-alarm-btn svg[b-rc27ug3kvr] {
    flex-shrink: 0;
}

.toggle-alarm-btn.alarm-on[b-rc27ug3kvr] {
    border-color: #2196f3;
    color: #2196f3;
}

.toggle-alarm-btn.alarm-off[b-rc27ug3kvr] {
    border-color: #9e9e9e;
    color: #9e9e9e;
}

.alarm-container[b-rc27ug3kvr] {
    /*position: fixed;
    top: 30%;
    right: 5%;*/
    position: relative;
    opacity: 1;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
   width:90px;
}


    .alarm-container img[b-rc27ug3kvr] {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        opacity: 1;
    }

    .alarm-container .alarm-type[b-rc27ug3kvr] {
/*        position: absolute;*/
        left: 46px;
        display: flex;
        width: fit-content;
        font-size: 12px;
    }

.alarm-text[b-rc27ug3kvr] {
    position: absolute;
    display: flex;
        top: 15%;
/*    right: 50%;*/
    text-align: center;
    color: blue;
    user-select: none;
}
@media (max-width: 899.98px) {
    .print-btn[b-rc27ug3kvr], .template-btn[b-rc27ug3kvr] {
        top:-20px;
    }
    
    .alarm-bill-container[b-rc27ug3kvr]{
        flex-wrap:wrap;
        justify-content:center;
    }
    .inner-container[b-rc27ug3kvr]{
        margin:0 !important;
        width:100% !important;
        padding:0 !important;
    }
}

/* /Components/Pages/PtData/Visits/Prescription/AddRadiologyComp.razor.rz.scp.css */

.main-container-addradiology[b-3mtaoavs0j] {
    display: inline-flex;
/*    flex-direction: column;*/
    justify-content: center;
    /*    */
    /*    font-family: var(--font-changa);*/
    width: 100%;
    background-color: white;
    align-self: center;
    position: relative;
    align-items: center;
    z-index: 0;
    color: #6D6D6D;
    gap:10px;
/*        margin-bottom: 10px;*/

}
.past-inner-container[b-3mtaoavs0j] {
    display: flex;
    flex-direction: column;
}
.past-outer-container[b-3mtaoavs0j] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: gray;
    padding: 50px 10%;
    z-index: 5;
}
.favorites-section[b-3mtaoavs0j]{
    margin-top:20px;
}
.no-result[b-3mtaoavs0j] {
    color: red;
}
.results[b-3mtaoavs0j]{
    display:inline-flex;
    gap:15px;
}
img[b-3mtaoavs0j] {
    cursor: pointer;
}
.past-inner-container[b-3mtaoavs0j] {
    background-color: white;
    padding: 50px;
    border-radius: 20px;
}
.pdf-icon[b-3mtaoavs0j] {
    width:20px;
    height:auto;
}
.btn-container[b-3mtaoavs0j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}
.main-buttons[b-3mtaoavs0j] {
    display: flex;
    gap: 15px;
}
.delete-button-container[b-3mtaoavs0j] {
    margin-left: auto;
}
.delete-btn[b-3mtaoavs0j] {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
}
.delete-btn:hover[b-3mtaoavs0j] {
    background-color: #c82333;
    border-color: #bd2130;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}
.delete-btn:active[b-3mtaoavs0j] {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
}
.delete-btn i[b-3mtaoavs0j] {
    margin-right: 6px;
    font-size: 0.9em;
}
.result-section[b-3mtaoavs0j] {
}
.result-inner-container[b-3mtaoavs0j]{

}
.add-radiology-btn[b-3mtaoavs0j], .update-radiology-btn[b-3mtaoavs0j], .update[b-3mtaoavs0j] {
    margin-top: 30px;
    display: flex;
/*    padding: 12px 72px;*/
    justify-content: center;
    gap: 10px;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px dashed #4994FF;
    border-radius: 8px;
    align-self: center;
    height: 65px;
    /*    ;*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}
.edit[b-3mtaoavs0j]{
    display:flex;
    gap:20px;
}
.edit img[b-3mtaoavs0j]{

}
.update-radiology-btn[b-3mtaoavs0j] {
    width: 100%;
    max-width: max-content;
    display: inline-flex;
    position: relative;
    align-items: center;
    padding: 0px 20px;
}

    .update-radiology-btn .delete-record[b-3mtaoavs0j] {
        position: absolute;
        right: 20px;
        height: 22px;
    }

.searchtradeinfo-container[b-3mtaoavs0j] {
    width: 380px;
    align-self: center;
/*    margin-top: 20px;*/
}

    .searchtradeinfo-container[b-3mtaoavs0j]  .blazored-typeahead {
        background-color: #CCE5FF;
        border: none;
    }

    .searchtradeinfo-container[b-3mtaoavs0j]  .blazored-typeahead__input {
        background-color: #CCE5FF;
        border: none;
    }
.info-row[b-3mtaoavs0j] {
    display: inline-flex;
    width: 100%;
    padding: 16px 32px;
    gap: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
/*    ;*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6D6D6D;
    justify-content: space-between;
}
    .info-row .name[b-3mtaoavs0j] {
        min-width: max-content;
    }
.result-div[b-3mtaoavs0j] {
    width:100%;
    align-self: center;
    display: flex;
    flex-direction: column;
    min-width: 445px;
    margin-top: 10px;
}

.one-result[b-3mtaoavs0j] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.input-field[b-3mtaoavs0j] {
    display: flex;
    flex-direction: column;
}
.one-result label[b-3mtaoavs0j]{
    min-width:fit-content;
}
.one-result img[b-3mtaoavs0j]{
    width:35px;
    cursor:pointer;
}
.result-div .result-label[b-3mtaoavs0j] {
    /*margin-left: 10%;*/
/*    ;*/
/*    font-style: normal;*/
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #344054;
}

.result-div .result-text[b-3mtaoavs0j] {
    width: 100%;
    align-self: center;
    margin-top: 8px;
    min-height: 120px;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid rgba(208, 213, 221, 0.5);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    color: #344054;
    white-space: pre-line;
}

.main-image-container[b-3mtaoavs0j] {
    display:flex;
    justify-content:center;
    width: 100%;
}

.doctor-slider-container[b-3mtaoavs0j] {
    display: flex;
    overflow-x: auto;
    position: relative;
    justify-content:center;
}

.doctor-slider[b-3mtaoavs0j] {
    display: inline-flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.slider-arrow[b-3mtaoavs0j] {
    display: flex;
    /*position: absolute;*/
    top: 45%;
    border: none;
    background-color: #CCE5FF;
    border-radius: 50%;
    width: 40px;
    height: 15px;
    align-items: center;
    z-index: 3;
    transform: scale(0.7,2);
    align-self: center;
    justify-content: center;
    /*background-color:transparent;*/
}

.main-image-container .prev[b-3mtaoavs0j] {
    left: -10%;
    color: blue;
}

.main-image-container .next[b-3mtaoavs0j] {
    right: -8%;
    color: blue;
}

.image-container[b-3mtaoavs0j] {
    position: relative;
    align-self: center;
    margin-top: 15px;
    width: min-content;
}

    .image-container .image[b-3mtaoavs0j] {
        width: 100px;
        cursor:pointer;
    }

    .image-container .delete-record[b-3mtaoavs0j] {
        position: absolute;
        right: 10px;
        top: 5px;
        width: 25px;
        cursor: pointer;
    }

.large-image-container[b-3mtaoavs0j] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 98.5vw;
    display: flex;
    justify-content: center;
    background-color: gray;
    z-index: 1100;
}

    .large-image-container .image-container[b-3mtaoavs0j] {
        position: relative;
        display: flex;
        align-self: auto;
        margin-top: 40px;
    }

        .large-image-container .image-container .image[b-3mtaoavs0j] {
            height: 80vh;
            width: auto;
        }

.slider-arrow2[b-3mtaoavs0j] {
    display: flex;
    top: 200px;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    justify-content: center;
    align-items: center;
    font-size:20px;
}
.large-image-container .prev[b-3mtaoavs0j] {
    left: 20%;
    color:white;
    transform:scale(0.7,2);
}
.large-image-container .next[b-3mtaoavs0j] {
    right: 20%;
    color: white;
    transform: scale(0.7,2);
}
.large-image-container .close[b-3mtaoavs0j] {
    right: 80px;
    top: 40px;
    color: white;
}
.upload-container[b-3mtaoavs0j]{
    width:100%;
}

.service-date[b-3mtaoavs0j] {
    margin-top: 10px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
    .service-date input[b-3mtaoavs0j] {
        background: #FFFFFF;
        justify-content: center;
        align-items: center;
        padding: 10px 16px;
        gap: 8px;
        background: #FBFBFB;
        /* Gray/300 */
        border: 1px solid #D0D5DD;
        /* Shadow/xs */
        box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
        border-radius: 8px;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        
        color: #344054;
       
    }

.pdf-container[b-3mtaoavs0j] {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    position: relative;
}

/* Doctor Information Styling */
.doctor-info[b-3mtaoavs0j] {
    font-size: 1.1rem;
    color: #2c3e50;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 500;
}

/* Patient Information Container */
.patient-info[b-3mtaoavs0j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

/* Patient Label Styling */
.patient-label[b-3mtaoavs0j] {
    color: #6c757d;
    font-weight: 500;
    margin: 0;
}

/* Patient Name Styling */
.patient-name[b-3mtaoavs0j] {
    color: #2c3e50;
    font-weight: 500;
    font-size: 1.1rem;
}
.referred-by[b-3mtaoavs0j] {
    text-align: center;
    margin-top: 10px;
    display: inline-flex;
    margin-bottom: 10px;
}

.doctor-selection-container[b-3mtaoavs0j] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.doctor-dropdown[b-3mtaoavs0j] {
    flex: 1;
    min-width: 200px;
}

.clear-doctor-btn[b-3mtaoavs0j] {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    border-radius: 4px;
}

.or-divider[b-3mtaoavs0j] {
    text-align: center;
    margin: 10px 0;
    position: relative;
}

.or-divider[b-3mtaoavs0j]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #dee2e6;
    z-index: 1;
}

.or-divider span[b-3mtaoavs0j] {
    background-color: white;
    padding: 0 10px;
    color: #6c757d;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.manual-doctor-input[b-3mtaoavs0j] {
    margin-top: 5px;
}

.referred-by[b-3mtaoavs0j] {
    margin-bottom: 15px;
}

.referred-by span[b-3mtaoavs0j] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Tablet Media Query */
@media (max-width: 992px) {
    .main-container-addradiology[b-3mtaoavs0j] {
        width: 90%;
        margin: 0 auto;
    }
    
    .lab-grid[b-3mtaoavs0j], .radio-grid[b-3mtaoavs0j] {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .past-inner-container[b-3mtaoavs0j] {
        width: 90%;
        padding: 15px;
    }
    
    .doctor-slider-container[b-3mtaoavs0j] {
        width: 100%;
    }
    
    .image-container img .image[b-3mtaoavs0j] {
        max-width: 150px;
        height: auto;
    }
    .large[b-3mtaoavs0j]{
        max-width:max-content;
    }
    .one-result[b-3mtaoavs0j] {
        flex-direction: column;
    }
    
    .input-field[b-3mtaoavs0j] {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Phone Media Query */
@media (max-width: 576px) {
    .main-container-addradiology[b-3mtaoavs0j] {
        width: 95%;
    }
    
    .lab-grid[b-3mtaoavs0j], .radio-grid[b-3mtaoavs0j] {
        grid-template-columns: 1fr;
    }
    
    .searchtradeinfo-container[b-3mtaoavs0j] {
        padding: 10px;
    }
    
    .large-image-container[b-3mtaoavs0j] {
        flex-direction: column;
        overflow:auto;
    }
    
    .slider-arrow2[b-3mtaoavs0j] {
        position: absolute;
        top: 50%;
    }
    
    .slider-arrow2.prev[b-3mtaoavs0j] {
        left: 5px;
    }
    
    .slider-arrow2.next[b-3mtaoavs0j] {
        right: 5px;
    }
    
    .btn-container[b-3mtaoavs0j] {
        flex-direction: column;
        gap: 10px;
    }
    
    .btn-container button[b-3mtaoavs0j] {
        width: 100%;
    }
    
    .doctor-slider[b-3mtaoavs0j] {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .past-inner-container[b-3mtaoavs0j] {
        width: 95%;
        padding: 10px;
    }
    
    .result-text[b-3mtaoavs0j] {
        min-height: 100px;
        white-space: pre-line;
    }
    
    .service-date[b-3mtaoavs0j], .referred-by[b-3mtaoavs0j] {
        flex-direction: column;
    }
    .result-div[b-3mtaoavs0j] {
        min-width: auto;
    }
}
/* /Components/Pages/PtData/Visits/Prescription/AddServices.razor.rz.scp.css */
.main-container-addservice[b-52u83loptz] {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    font-family: 'Times New Roman', Times, serif;
    width: 100%;
    background-color: white;
    align-items: center;
}
.inner-container[b-52u83loptz] {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 20px 70px;
}
.lab-radio-item[b-52u83loptz]{
    display:inline-flex;
}
.print-btn[b-52u83loptz] {
    position: absolute;
    left: 0;
    top: 31px;
}

.qr-btn[b-52u83loptz] {
    position: absolute;
    left: 0;
    top: 75px;
}
.selector[b-52u83loptz] {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}

    .selector button[b-52u83loptz] {
        width: 33%;
        border: none;
        background-color: transparent;
        color: gray;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
        border-bottom: 1px solid lightgray;
    }

        .selector button.active[b-52u83loptz] {
            border-bottom: 3px solid #4994FF;
            color: #4994FF;
        }
        .selector button.pharmacist[b-52u83loptz] {
            width:50%;
        }
.service-container[b-52u83loptz] {
    display: flex;
    flex-direction: column;
}
.Back-Next-button[b-52u83loptz] {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    height: 50px;
}

.Back-button[b-52u83loptz] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 67px;
    width: 200px;
    height: 50px;
    border-radius: 6px;
    border: 0;
    background-color: rgba(244, 246, 247, 1);
}

.Next-button[b-52u83loptz] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;
    width: 200px;
    height: 50px;
    border-radius: 6px;
    border: 0;
    background-color: rgba(73, 148, 255, 1);
}

.qr-options[b-52u83loptz] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.can-edit-option[b-52u83loptz] {
    margin-top: 5px;
}

.checkbox-label[b-52u83loptz] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #495057;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"][b-52u83loptz] {
    margin: 0;
    cursor: pointer;
}

@media (max-width: 899.98px) {
    .print-btn[b-52u83loptz] {
        top: -20px;
    }
    .inner-container[b-52u83loptz]{
        padding:0px;
        position:fixed;
        top:0;
        left:0;

    }
}
@media (max-width: 768px) {
    .qr-options[b-52u83loptz] {
        width: 100%;
    }
    
    .qr-options button[b-52u83loptz] {
        width: 100%;
    }
}
/* /Components/Pages/PtData/Visits/Prescription/AddTemplate.razor.rz.scp.css */
.add-template-main-container[b-2e0t01xbfm] {
    display: flex;
 flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 100%;
    z-index: 999;
}

.inner-container[b-2e0t01xbfm] {
    display: flex;
 flex-direction: column;
    background-color: white;
    max-height: 85vh;
    margin: 40px 100px;
    width: 70% !important;
    padding: 24px 32px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-style: normal;
    font-weight: 400;
 font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: hidden;
}

.sticky-lg-top[b-2e0t01xbfm] {
    background-color: white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 8px;
flex-shrink: 0;
}

.sticky-lg-top h5[b-2e0t01xbfm] {
    font-size: 24px;
  font-weight: 600;
    color: #1a202c;
    margin: 0;
}

.close-btn[b-2e0t01xbfm] {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #718096;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.close-btn:hover:not(:disabled)[b-2e0t01xbfm] {
    background-color: #f7fafc;
    color: #2d3748;
}

.close-btn:disabled[b-2e0t01xbfm] {
    opacity: 0.5;
    cursor: not-allowed;
}

hr[b-2e0t01xbfm] {
    border: none;
  border-top: 1px solid #e2e8f0;
    margin: 12px 0;
    flex-shrink: 0;
}

hr.dashed[b-2e0t01xbfm] {
    border-top: 1px dashed #e2e8f0;
    margin: 8px 0;
}

.content-area[b-2e0t01xbfm] {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    min-height: 0;
}

.prescription-row[b-2e0t01xbfm] {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid transparent;
    position: relative;
}

.prescription-row label[b-2e0t01xbfm] {
    cursor: pointer;
    margin: 0;
    user-select: none;
    color: #4a5568;
    font-size: 15px;
}

.prescription-row label:first-child[b-2e0t01xbfm] {
    font-weight: 600;
    color: #718096;
    min-width: 32px;
}

.prescription-row:hover:not(.disabled)[b-2e0t01xbfm] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.25);
}

.prescription-row:hover:not(.disabled) label[b-2e0t01xbfm] {
    color: white;
}

.prescription-row.selected[b-2e0t01xbfm] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: transparent;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.prescription-row.selected label[b-2e0t01xbfm] {
    color: white;
    font-weight: 500;
}

.prescription-row.selected[b-2e0t01xbfm]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background-color: white;
    border-radius: 0 4px 4px 0;
}

.prescription-row.disabled[b-2e0t01xbfm] {
    cursor: not-allowed;
    opacity: 0.4;
    pointer-events: none;
    background-color: #f7fafc;
}

.loading-overlay[b-2e0t01xbfm] {
    position: absolute;
  top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.95) 0%, rgba(118, 75, 162, 0.95) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 0 0 10px 10px;
}

.loading-overlay .spinner-border[b-2e0t01xbfm] {
    width: 4rem;
    height: 4rem;
    border-width: 0.3em;
    border-color: white;
    border-right-color: transparent;
}

.loading-overlay p[b-2e0t01xbfm] {
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 0.5px;
}

@media (max-width: 899.98px) {
    .add-template-main-container .inner-container[b-2e0t01xbfm] {
        width: 95% !important;
      margin: 20px !important;
 padding: 20px !important;
    }

    .prescription-row[b-2e0t01xbfm] {
        padding: 14px 16px;
    }
}

/* Smooth scrollbar styling for content area */
.content-area[b-2e0t01xbfm]::-webkit-scrollbar {
    width: 8px;
}

.content-area[b-2e0t01xbfm]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.content-area[b-2e0t01xbfm]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
}

.content-area[b-2e0t01xbfm]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #5568d3 0%, #6a3f8f 100%);
}
/* /Components/Pages/PtData/Visits/Prescription/AlarmList.razor.rz.scp.css */
.prescription-temp-main-container[b-ueizc9i8mq] {
    display: flex;
 flex-direction: column;
    position: fixed;
  top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 100%;
}

.inner-container[b-ueizc9i8mq] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding: 20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  color: #3D475C;
    overflow: auto;
}

.sticky-lg-top[b-ueizc9i8mq] {
  background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}

h5[b-ueizc9i8mq] {
    font-weight: 800;
}

hr[b-ueizc9i8mq] {
    border-top: 1px;
}

.info-row[b-ueizc9i8mq] {
    display: inline-flex;
    gap: 15px;
}

.scientific-name[b-ueizc9i8mq] {
    font-size: 12px;
    color: darkred;
}

.type-degree-div[b-ueizc9i8mq] {
    display: inline-flex;
    gap: 30px;
}

.interaction-info[b-ueizc9i8mq] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    display: flex;
    color: #2b2a2a;
    background-color: #e9e7e7;
    padding: 10px;
    border-radius: 10px;
}

.preg-risk-info[b-ueizc9i8mq] {
    background-color: #8080800f;
    gap: 15px;
    display: flex;
  flex-direction: column;
}

.pregnancy-risk[b-ueizc9i8mq] {
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.pregnancy-risk-info-row[b-ueizc9i8mq] {
    display: inline-flex;
    gap: 10px;
}

.order-date[b-ueizc9i8mq] {
    font-size: 12px;
}

.use-with-lactation[b-ueizc9i8mq] {
    border-radius: 10px;
    padding: 5px;
    width: fit-content;
}

/* AI-Generated Disclaimer Styles for Medical Professionals
   ======================================== */

.ai-disclaimer-container[b-ueizc9i8mq] {
    background: linear-gradient(135deg, #fff3cd 0%, #fff9e6 100%);
    border-left: 4px solid #ff9800;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 15px 0;
  box-shadow: 0 2px 8px rgba(255, 152, 0, 0.15);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.ai-disclaimer-header[b-ueizc9i8mq] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e65100;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
}

    .ai-disclaimer-header svg[b-ueizc9i8mq] {
        flex-shrink: 0;
        stroke: #ff9800;
        animation: pulse-warning-b-ueizc9i8mq 2s ease-in-out infinite;
    }

@keyframes pulse-warning-b-ueizc9i8mq {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.ai-disclaimer-content[b-ueizc9i8mq] {
    color: #5d4037;
    font-size: 14px;
    line-height: 1.6;
}

.ai-disclaimer-text[b-ueizc9i8mq] {
    margin: 0 0 12px 0;
    padding: 10px 12px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    border: 1px solid rgba(255, 152, 0, 0.2);
}

    .ai-disclaimer-text strong[b-ueizc9i8mq] {
        color: #d84315;
        font-weight: 600;
    }

.ai-disclaimer-recommendation[b-ueizc9i8mq] {
    margin: 12px 0 8px 0;
    font-weight: 600;
    color: #e65100;
    font-size: 14px;
}

.ai-disclaimer-list[b-ueizc9i8mq] {
    margin: 0;
    padding-left: 20px;
    list-style-type: none;
}

    .ai-disclaimer-list li[b-ueizc9i8mq] {
        position: relative;
        padding: 6px 0 6px 24px;
        color: #5d4037;
        font-size: 13px;
        line-height: 1.5;
    }

        .ai-disclaimer-list li[b-ueizc9i8mq]::before {
            content: "✓";
     position: absolute;
     left: 0;
      color: #ff9800;
            font-weight: bold;
            font-size: 16px;
        }

   .ai-disclaimer-list li:hover[b-ueizc9i8mq] {
            color: #3e2723;
        }

/* AI-Generated Information Box */
.ai-generated-info-box[b-ueizc9i8mq] {
    background-color: #fff;
 border: 1px solid #ffcc80;
    border-radius: 6px;
    padding: 14px 16px;
 margin: 10px 0;
  color: #424242;
    font-size: 14px;
  line-height: 1.6;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

    .ai-generated-info-box[b-ueizc9i8mq]::before {
        content: "AI Analysis";
  position: absolute;
   top: -10px;
    left: 12px;
        background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
        color: white;
  padding: 2px 10px;
        font-size: 11px;
   font-weight: 600;
        border-radius: 10px;
      letter-spacing: 0.5px;
        text-transform: uppercase;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .ai-generated-info-box:hover[b-ueizc9i8mq] {
        border-color: #ffb74d;
   box-shadow: 0 2px 6px rgba(255, 152, 0, 0.2);
    }

/* AI-Generated Warning Styles */
.ai-warning-container[b-ueizc9i8mq] {
    background: #fff3cd;
    border-left: 3px solid #ff9800;
    padding: 8px 12px;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 13px;
}

.ai-warning-header[b-ueizc9i8mq] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #e65100;
    font-weight: 600;
    margin-bottom: 6px;
}

.ai-warning-icon[b-ueizc9i8mq] {
    font-size: 16px;
}

.ai-warning-disclaimer[b-ueizc9i8mq] {
    color: #5d4037;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.ai-warning-content[b-ueizc9i8mq] {
    background: #fff;
    border: 1px solid #ffcc80;
    border-radius: 4px;
    padding: 10px 12px;
    color: #424242;
    font-size: 13px;
    line-height: 1.5;
}

/* Cross-Reactivity Severity Levels */
.severity-high[b-ueizc9i8mq] {
    color: white;
    background-color: #dc3545;
    border: 1px solid #dc3545;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}

.severity-moderate[b-ueizc9i8mq] {
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #856404;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}

.severity-low[b-ueizc9i8mq] {
    color: green;
    background-color: #d4edda;
    border: 1px solid green;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}

.severity-unknown[b-ueizc9i8mq] {
    color: #6c757d;
    background-color: #e9ecef;
    border: 1px solid #6c757d;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}

/* Source and Citations Styles */
.source-container[b-ueizc9i8mq] {
    margin-top: 10px;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 4px;
}

.source-label[b-ueizc9i8mq] {
    font-size: 11px;
    font-weight: 600;
    color: #424242;
    margin-bottom: 4px;
}

.references-label[b-ueizc9i8mq] {
    font-size: 11px;
    font-weight: 600;
    color: #424242;
    margin-top: 8px;
    margin-bottom: 4px;
}

.citation-item[b-ueizc9i8mq] {
    margin: 3px 0;
}

.citation-link[b-ueizc9i8mq] {
    font-size: 10px;
    color: #1976d2;
    text-decoration: underline;
    word-break: break-all;
    display: block;
    cursor: pointer;
}

.citation-link:hover[b-ueizc9i8mq] {
    color: #0d47a1;
}

/* Print Styles - Important for Medical Records */
@media print {
    .ai-disclaimer-container[b-ueizc9i8mq] {
        border: 2px solid #000;
    background: #fff !important;
  page-break-inside: avoid;
    }

    .ai-disclaimer-header svg[b-ueizc9i8mq] {
     animation: none;
    }

.ai-generated-info-box[b-ueizc9i8mq]::before {
        background: #000 !important;
      color: #fff !important;
    }
}

/* Mobile Responsive Styles */
@media (max-width: 899.98px) {
    .inner-container[b-ueizc9i8mq] {
      top: 20px;
      margin: 20px;
 width: 98%;
        position: fixed;
    padding: 10px !important;
    }

    .alarm-bill-container[b-ueizc9i8mq] {
        display: inline-flex;
    gap: 10px;
        align-items: flex-start;
  width: 100%;
        overflow: auto;
        flex-wrap: wrap;
    }

    .ai-disclaimer-container[b-ueizc9i8mq] {
        padding: 12px 14px;
    }

    .ai-disclaimer-header[b-ueizc9i8mq] {
        font-size: 14px;
    }

    .ai-disclaimer-content[b-ueizc9i8mq] {
        font-size: 13px;
    }

    .ai-disclaimer-list li[b-ueizc9i8mq] {
        font-size: 12px;
    }

    .ai-generated-info-box[b-ueizc9i8mq] {
        padding: 12px 14px;
        font-size: 13px;
    }
}

/* /Components/Pages/PtData/Visits/Prescription/Calculator.razor.rz.scp.css */
.calculator-temp-main-container[b-pwdn8jp6kg] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 100%;
    z-index:2;
}

.inner-container[b-pwdn8jp6kg] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding: 20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
}

.sticky-lg-top[b-pwdn8jp6kg] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
/* /Components/Pages/PtData/Visits/Prescription/Calculator2.razor.rz.scp.css */
.calculator-temp-main-container[b-v3mb2oggte] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 100%;
    z-index:2;
}

.inner-container[b-v3mb2oggte] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 80%;
    padding: 20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
}

.sticky-lg-top[b-v3mb2oggte] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.close-btn[b-v3mb2oggte] {
    align-self:flex-end;
}
.note-section[b-v3mb2oggte] {
    color: red;
}
.source-info[b-v3mb2oggte] {
    font-size: 0.8rem; /* or whatever size you prefer */
    color: #666; /* optional muted color */
}
/* /Components/Pages/PtData/Visits/Prescription/ClinicServiceComp.razor.rz.scp.css */
.main-container[b-373rfxz8it] {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
}


.general-info-header[b-373rfxz8it] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
    background-color: #FAFAFA;
    align-items: center;
    height: 56px;
    background: #FAFAFA;
    ;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #053273;
    cursor: pointer;
}

    .general-info-header .general-info-button[b-373rfxz8it] {
        padding: 0px;
        gap: 10px;
        width: 34px;
        height: 34px;
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        color: #86929E;
        font-size: 12px;
    }

    .general-info-header .edit-button[b-373rfxz8it] {
        padding: 0px;
        gap: 10px;
        width: 34px;
        height: 34px;
        background-color: transparent;
        border: none;
        border-radius: 4px;
        color: #86929E;
        font-size: 12px;
    }

.info-row[b-373rfxz8it] {
    display: inline-flex;
    width: 100%;
    padding: 16px 32px;
    gap: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6D6D6D;
    justify-content: space-between;
}

.add-service-btn[b-373rfxz8it] {
    display: flex;
    justify-content: center;
}
/* /Components/Pages/PtData/Visits/Prescription/ClinicServiceRowComp.razor.rz.scp.css */
.clinic-service-main-container[b-vt3yoem14g]{
    display:flex;
    flex-direction:column;
    width:100%;
}
.clinic-service-row-own[b-vt3yoem14g] {
    margin-top: 30px;
    display: flex;
    padding: 12px 72px;
    justify-content: center;
    gap: 10px;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px dashed #4994FF;
    border-radius: 8px;
    align-self: center;
    height: 50px;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
    cursor:pointer;
}
.clinic-service-row[b-vt3yoem14g] {
    display: inline-flex;
    width: 100%;
    padding: 16px 32px;
    gap: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6D6D6D;
    justify-content: space-between;
}
img[b-vt3yoem14g]{
    cursor:pointer;
}
.details-section[b-vt3yoem14g] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap:10px;
}
.slider[b-vt3yoem14g]{
    width:50px;
}
.update[b-vt3yoem14g] {
    /*margin-top: 30px;*/
    display: flex;
    padding: 12px 72px;
    justify-content: center;
    gap: 10px;
    background: rgba(85, 160, 255, 0.05);
    border: 1.5px dashed #4994FF;
    border-radius: 8px;
    align-self: center;
    height: 50px;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4994FF;
}
.row-container[b-vt3yoem14g] {
    display:flex;
    width:100%;
    align-items:center;
    gap:15px;
    margin: 10px;
}
.row-container textarea[b-vt3yoem14g]{
    display:flex;
    width:80%;
    align-self: center;
    margin-top: 8px;
    min-height: 20px;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid rgba(208, 213, 221, 0.5);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    color: #344054;
}
     label[b-vt3yoem14g] {
        display: flex;
        width: 10%;
        color: #344054;
    }
input[b-vt3yoem14g] {
    align-self: center;
    margin-top: 8px;
    padding: 5px;
    background: #FFFFFF;
    border: 1px solid rgba(208, 213, 221, 0.5);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    color: #344054;
}
/* /Components/Pages/PtData/Visits/Prescription/LabPanelHistoryTable.razor.rz.scp.css */
.lab-panel-history-container[b-foaabyq0k5] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    z-index: 1050;
    overflow: auto;
}

.panel-history-inner-container[b-foaabyq0k5] {
    display: flex;
    flex-direction: column;
    background-color: white;
    max-height: 90vh;
    width: 90%;
    max-width: 1200px;
    padding: 20px;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #3D475C;
    overflow: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.panel-history-header[b-foaabyq0k5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

    .panel-history-header h5[b-foaabyq0k5] {
        margin: 0;
        font-weight: 600;
        color: #2c3e50;
    }

.close-btn[b-foaabyq0k5] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #6c757d;
    transition: color 0.2s;
}

    .close-btn:hover[b-foaabyq0k5] {
        color: #dc3545;
    }

/* Date Filter Section */
.date-filter-section[b-foaabyq0k5] {
    background-color: #f8f9fa;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.date-range-controls[b-foaabyq0k5] {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.date-picker-group[b-foaabyq0k5] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .date-picker-group label[b-foaabyq0k5] {
        font-weight: 600;
        font-size: 0.875rem;
        color: #495057;
        white-space: nowrap;
    }

    .date-picker-group input[type="date"][b-foaabyq0k5] {
        padding: 6px 10px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        font-size: 0.875rem;
    }

/* Loading Container */
.loading-container[b-foaabyq0k5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    gap: 15px;
}

    .loading-container p[b-foaabyq0k5] {
        color: #6c757d;
        margin: 0;
    }

/* Table Wrapper */
.panel-history-table-wrapper[b-foaabyq0k5] {
    overflow-x: auto;
    margin-bottom: 15px;
}

/* Panel History Table */
.panel-history-table[b-foaabyq0k5] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

    .panel-history-table th[b-foaabyq0k5],
    .panel-history-table td[b-foaabyq0k5] {
        border: 1px solid #dee2e6;
        padding: 8px 10px;
        text-align: center;
        white-space: nowrap;
    }

    .panel-history-table thead th[b-foaabyq0k5] {
        background-color: #f1f3f5;
        font-weight: 600;
        color: #495057;
        position: sticky;
        top: 0;
        z-index: 10;
    }

.parameter-name-header[b-foaabyq0k5] {
    text-align: left !important;
    min-width: 180px;
    position: sticky;
    left: 0;
    z-index: 20;
    background-color: #e9ecef !important;
}

.date-header[b-foaabyq0k5] {
    min-width: 100px;
    font-size: 0.75rem;
}

.parameter-name-cell[b-foaabyq0k5] {
    text-align: left !important;
    font-weight: 500;
    background-color: #f8f9fa;
    position: sticky;
    left: 0;
    z-index: 5;
}

/* Cell Value Styling */
.cell-value[b-foaabyq0k5] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

    .cell-value .value[b-foaabyq0k5] {
        font-weight: 600;
    }

    .cell-value .unit[b-foaabyq0k5] {
        font-size: 0.75rem;
        color: #6c757d;
    }

    .cell-value .status-indicator[b-foaabyq0k5] {
        font-size: 0.75rem;
        margin-left: 4px;
    }

.ref-range[b-foaabyq0k5] {
    font-size: 0.65rem;
    color: #868e96;
    margin-top: 2px;
}

/* Status Cell Colors */
.cell-normal[b-foaabyq0k5] {
    background-color: #d4edda;
    color: #155724;
}

    .cell-normal .status-indicator[b-foaabyq0k5] {
        color: #28a745;
    }

.cell-abnormal[b-foaabyq0k5] {
    background-color: #fff3cd;
    color: #856404;
}

    .cell-abnormal .status-indicator[b-foaabyq0k5] {
        color: #ffc107;
    }

.cell-critical[b-foaabyq0k5] {
    background-color: #f8d7da;
    color: #721c24;
}

    .cell-critical .status-indicator[b-foaabyq0k5] {
        color: #dc3545;
    }

.no-data-cell[b-foaabyq0k5] {
    background-color: #f8f9fa;
    color: #adb5bd;
}

/* Summary Section */
.panel-history-summary[b-foaabyq0k5] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 12px 15px;
    background-color: #e9ecef;
    border-radius: 6px;
    margin-bottom: 10px;
}

.summary-item[b-foaabyq0k5] {
    display: flex;
    gap: 6px;
}

.summary-label[b-foaabyq0k5] {
    font-weight: 600;
    color: #495057;
}

.summary-value[b-foaabyq0k5] {
    color: #212529;
}

/* Legend Section */
.panel-history-legend[b-foaabyq0k5] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    font-size: 0.85rem;
    flex-wrap: wrap;
}

.legend-title[b-foaabyq0k5] {
    font-weight: 600;
    color: #495057;
}

.legend-item[b-foaabyq0k5] {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
}

    .legend-item.normal[b-foaabyq0k5] {
        background-color: #d4edda;
        color: #155724;
    }

    .legend-item.abnormal[b-foaabyq0k5] {
        background-color: #fff3cd;
        color: #856404;
    }

    .legend-item.critical[b-foaabyq0k5] {
        background-color: #f8d7da;
        color: #721c24;
    }

/* No History Message */
.no-history-message[b-foaabyq0k5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #6c757d;
}

    .no-history-message i[b-foaabyq0k5] {
        font-size: 48px;
        margin-bottom: 15px;
    }

    .no-history-message p[b-foaabyq0k5] {
        margin: 0;
        font-size: 1rem;
    }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .panel-history-inner-container[b-foaabyq0k5] {
        width: 95%;
        padding: 15px;
    }

    .date-range-controls[b-foaabyq0k5] {
        flex-direction: column;
        align-items: stretch;
    }

    .date-picker-group[b-foaabyq0k5] {
        width: 100%;
        justify-content: space-between;
    }

    .panel-history-summary[b-foaabyq0k5] {
        flex-direction: column;
        gap: 8px;
    }

    .panel-history-legend[b-foaabyq0k5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
/* /Components/Pages/PtData/Visits/Prescription/LabPanelHistoryTableInline.razor.rz.scp.css */
/* Panel History Section - Inline Version */
.panel-history-section[b-jzr98535n7] {
    display: flex;
    flex-direction: column;
    background-color: white;
    max-height: 90vh;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #3D475C;
    overflow: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.panel-history-header[b-jzr98535n7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

    .panel-history-header h5[b-jzr98535n7] {
        margin: 0;
        font-weight: 600;
        color: #2c3e50;
    }
.font-controls[b-jzr98535n7] {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 4px 8px;
    background: #f8f9fa;
}

.font-size-btn[b-jzr98535n7] {
    width: 28px;
    height: 28px;
    border: none;
    background: #2980b9;
    color: white;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    line-height: 1;
}

    .font-size-btn:hover[b-jzr98535n7] {
        background: #1f6a9e;
    }

    .font-size-btn:active[b-jzr98535n7] {
        transform: scale(0.95);
    }

.font-size-display[b-jzr98535n7] {
    min-width: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #666;
}
/* Date Filter Section */
.date-filter-section[b-jzr98535n7] {
    background-color: #f8f9fa;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.date-range-controls[b-jzr98535n7] {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.date-picker-group[b-jzr98535n7] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .date-picker-group label[b-jzr98535n7] {
        font-weight: 600;
        font-size: 0.875rem;
        color: #495057;
        white-space: nowrap;
    }

    .date-picker-group input[type="date"][b-jzr98535n7] {
        padding: 6px 10px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        font-size: 0.875rem;
    }

/* Loading Container */
.loading-container[b-jzr98535n7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    gap: 15px;
}

    .loading-container p[b-jzr98535n7] {
        color: #6c757d;
        margin: 0;
    }

/* Table Wrapper */
.panel-history-table-wrapper[b-jzr98535n7] {
    overflow-x: auto;
    margin-bottom: 15px;
}

/* Panel History Table */
.panel-history-table[b-jzr98535n7] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

    .panel-history-table th[b-jzr98535n7],
    .panel-history-table td[b-jzr98535n7] {
        border: 1px solid #dee2e6;
        padding: 8px 10px;
        text-align: center;
        white-space: nowrap;
    }

    .panel-history-table thead th[b-jzr98535n7] {
        background-color: #f1f3f5;
        font-weight: 600;
        color: #495057;
        position: sticky;
        top: 0;
        z-index: 10;
    }

.parameter-name-header[b-jzr98535n7] {
    text-align: left !important;
    min-width: 180px;
    position: sticky;
    left: 0;
    z-index: 20;
    background-color: #e9ecef !important;
}

.date-header[b-jzr98535n7] {
    min-width: 100px;
    font-size: 0.75rem;
}

.parameter-name-cell[b-jzr98535n7] {
    text-align: left !important;
    font-weight: 500;
    background-color: #f8f9fa;
    position: sticky;
    left: 0;
    z-index: 5;
}

/* Cell Value Styling */
.cell-value[b-jzr98535n7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

    .cell-value .value[b-jzr98535n7] {
        font-weight: 600;
    }

    .cell-value .unit[b-jzr98535n7] {
        font-size: 0.75rem;
        color: #6c757d;
    }

    .cell-value .status-indicator[b-jzr98535n7] {
        font-size: 0.75rem;
        margin-left: 4px;
    }

.ref-range[b-jzr98535n7] {
    font-size: 0.65rem;
    color: #868e96;
    margin-top: 2px;
}

/* Status Cell Colors */
.cell-normal[b-jzr98535n7] {
    background-color: #d4edda;
    color: #155724;
}

    .cell-normal .status-indicator[b-jzr98535n7] {
        color: #28a745;
    }

.cell-abnormal[b-jzr98535n7] {
    background-color: #fff3cd;
    color: #856404;
}

    .cell-abnormal .status-indicator[b-jzr98535n7] {
        color: #ffc107;
    }

.cell-critical[b-jzr98535n7] {
    background-color: #f8d7da;
    color: #721c24;
}

    .cell-critical .status-indicator[b-jzr98535n7] {
        color: #dc3545;
    }

.no-data-cell[b-jzr98535n7] {
    background-color: #f8f9fa;
    color: #adb5bd;
}

/* Summary Section */
.panel-history-summary[b-jzr98535n7] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 12px 15px;
    background-color: #e9ecef;
    border-radius: 6px;
    margin-bottom: 10px;
}

.summary-item[b-jzr98535n7] {
    display: flex;
    gap: 6px;
}

.summary-label[b-jzr98535n7] {
    font-weight: 600;
    color: #495057;
}

.summary-value[b-jzr98535n7] {
    color: #212529;
}

/* Legend Section */
.panel-history-legend[b-jzr98535n7] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    font-size: 0.85rem;
    flex-wrap: wrap;
}

.legend-title[b-jzr98535n7] {
    font-weight: 600;
    color: #495057;
}

.legend-item[b-jzr98535n7] {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
}

    .legend-item.normal[b-jzr98535n7] {
        background-color: #d4edda;
        color: #155724;
    }

    .legend-item.abnormal[b-jzr98535n7] {
        background-color: #fff3cd;
        color: #856404;
    }

    .legend-item.critical[b-jzr98535n7] {
        background-color: #f8d7da;
        color: #721c24;
    }

/* No History Message */
.no-history-message[b-jzr98535n7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #6c757d;
}

    .no-history-message i[b-jzr98535n7] {
        font-size: 48px;
        margin-bottom: 15px;
    }

    .no-history-message p[b-jzr98535n7] {
        margin: 0;
        font-size: 1rem;
    }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .panel-history-section[b-jzr98535n7] {
        width: 95%;
        padding: 15px;
    }

    .date-range-controls[b-jzr98535n7] {
        flex-direction: column;
        align-items: stretch;
    }

    .date-picker-group[b-jzr98535n7] {
        width: 100%;
        justify-content: space-between;
    }

    .panel-history-summary[b-jzr98535n7] {
        flex-direction: column;
        gap: 8px;
    }

    .panel-history-legend[b-jzr98535n7] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
/* /Components/Pages/PtData/Visits/Prescription/LabParameterChart.razor.rz.scp.css */
.lab-temp-main-container[b-t8mq4janmw] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 100%;
    z-index: 1050;
}

.inner-container[b-t8mq4janmw] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding: 20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
    z-index: 100;
}

.sticky-lg-top[b-t8mq4janmw] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.date-filter-section[b-t8mq4janmw] {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}

.date-range-controls[b-t8mq4janmw] {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.date-picker-group[b-t8mq4janmw] {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

    .date-picker-group label[b-t8mq4janmw] {
        font-weight: 600;
        font-size: 0.875rem;
        color: #495057;
    }

.date-range-controls .btn[b-t8mq4janmw] {
    height: fit-content;
    align-self: end;
}

@media (max-width: 768px) {
    .date-range-controls[b-t8mq4janmw] {
        flex-direction: column;
        align-items: stretch;
    }

    .date-picker-group[b-t8mq4janmw] {
        flex-direction: row;
        align-items: center;
    }

        .date-picker-group label[b-t8mq4janmw] {
            min-width: 50px;
        }
}
/* /Components/Pages/PtData/Visits/Prescription/LabRadiologyComp.razor.rz.scp.css */
.main-container[b-uk7dmdvrjm] {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
}


.general-info-header[b-uk7dmdvrjm] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
    background-color: #FAFAFA;
    align-items: center;
    height: 56px;
    background: #FAFAFA;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #053273;
    cursor: pointer;
}

    .general-info-header .general-info-button[b-uk7dmdvrjm] {
        padding: 0px;
        gap: 10px;
        width: 34px;
        height: 34px;
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        color: #86929E;
        font-size: 12px;
    }

    .general-info-header .edit-button[b-uk7dmdvrjm] {
        padding: 0px;
        gap: 10px;
        width: 34px;
        height: 34px;
        background-color: transparent;
        border: none;
        border-radius: 4px;
        color: #86929E;
        font-size: 12px;
    }

.no-results[b-uk7dmdvrjm] {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

    .no-results img[b-uk7dmdvrjm] {
        width: 100px;
    }

.search-container[b-uk7dmdvrjm] {
    z-index: 3;
}
.header[b-uk7dmdvrjm] {
    background-color: #4994ff4a;
    font-size: 16px;
}

.lab-grid[b-uk7dmdvrjm], .radio-grid[b-uk7dmdvrjm] {
    margin-top: 10px;
}

[b-uk7dmdvrjm] .lab-grid {
    display: grid;
    grid-template-columns: 50px 2fr repeat(3, 1fr) 150px;
    width: 100%;
    font-size: 14px;
}

[b-uk7dmdvrjm] .radio-grid {
    display: grid;
    grid-template-columns: 50px 2fr repeat(3, 1fr);
    width: 100%;
    font-size: 14px;
}

    [b-uk7dmdvrjm] .lab-grid > div:first-child,
    [b-uk7dmdvrjm] .radio-grid > div:first-child {
        border: solid 1px gray;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: left;
        align-items: flex-end;
        padding: 10px;
    }

    [b-uk7dmdvrjm] .lab-grid > div:not(first-child),
    [b-uk7dmdvrjm] .radio-grid > div:not(first-child) {
        border: solid 1px gray;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

[b-uk7dmdvrjm] .name {
    justify-content: left !important;
}

.name-div[b-uk7dmdvrjm] {
    display: inline-flex !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.radio-grid-filter[b-uk7dmdvrjm] {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto;
    padding: 10px;
    border: solid 1px gray;
    font:12px;
    /*    position:absolute;*/
}

.checkbox-column[b-uk7dmdvrjm] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-right: 1px solid #e0e0e0;
    width: 50px;
}

    .checkbox-column .result-checkbox[b-uk7dmdvrjm] {
        width: 16px;
        height: 16px;
        cursor: pointer;
        z-index: 1;
    }

.lab-radio-item[b-uk7dmdvrjm] {
    position: relative;
    display: flex;
}

.selection-controls[b-uk7dmdvrjm] {
    display: inline-flex;
    gap: 20px;
    margin-top:10px;
}

.can-edit-option[b-uk7dmdvrjm] {
    display: flex;
    align-items: center;
}
/* /Components/Pages/PtData/Visits/Prescription/LabResultChart.razor.rz.scp.css */
.lab-temp-main-container[b-r932zef3uk] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 100%;
    z-index: 1050;
}

.inner-container[b-r932zef3uk] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding: 20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
    z-index: 100;
}

.sticky-lg-top[b-r932zef3uk] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
/* /Components/Pages/PtData/Visits/Prescription/MultipleLabRadiology.razor.rz.scp.css */
/* Main page container */
.multiple-lab-radiology-page[b-3zp28nvm96] {
    min-height: 100vh;
    background-color: #f8f9fa;
    padding: 20px;
}

/* Page header */
h3[b-3zp28nvm96] {
    color: #2c3e50;
    font-weight: 600;
/*    margin-bottom: 30px;*/
    text-align: center;
    padding: 20px 0;
    border-bottom: 2px solid #e9ecef;
}

/* Loading and error states */
.loading-container[b-3zp28nvm96] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
}

.alert[b-3zp28nvm96] {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.alert-danger[b-3zp28nvm96] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.alert-warning[b-3zp28nvm96] {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
    padding: 20px;
    border-radius: 8px;
    margin: 20px auto;
    max-width: 600px;
    text-align: center;
}

.alert-info[b-3zp28nvm96] {
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    color: #0c5460;
    padding: 15px;
    border-radius: 6px;
    margin: 15px 0;
}
header[b-3zp28nvm96] {
    position: sticky;
    top: 0;
    z-index: 3;
}
.title[b-3zp28nvm96] {
    display: inline-flex;
    margin: 1% 10%;
    width: 80%;
    justify-content: space-between;
}
    .title h5[b-3zp28nvm96] {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;

        color: #053273;
        
    }
.result-wrapper[b-3zp28nvm96] {
    position: relative;
}

/* Expired result overlay */
.expired-result-overlay[b-3zp28nvm96] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(248, 249, 250, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 12px;
    border: 2px solid #dc3545;
}

.expired-message[b-3zp28nvm96] {
    text-align: center;
    color: #721c24;
    padding: 20px;
}

.expired-message h6[b-3zp28nvm96] {
    color: #dc3545;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}

.expired-message p[b-3zp28nvm96] {
    margin-bottom: 5px;
    font-weight: 500;
}

.expired-message small[b-3zp28nvm96] {
    color: #6c757d;
    font-size: 12px;
}

/* Multiple results container */
.multiple-results-container[b-3zp28nvm96] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
/*    gap: 25px;*/
/*    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));*/
/*    padding: 20px 0;*/
}

/* Individual result item wrapper */
.result-item-wrapper[b-3zp28nvm96] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    border: 1px solid #e9ecef;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}

    .result-item-wrapper:hover[b-3zp28nvm96] {
        transform: translateY(-2px);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    }

/* Result type indicator */
.result-type-indicator[b-3zp28nvm96] {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 10;
}

.result-type-lab[b-3zp28nvm96] {
    background-color: #e3f2fd;
    color: #1976d2;
    border: 1px solid #bbdefb;
}

.result-type-radiology[b-3zp28nvm96] {
    background-color: #f3e5f5;
    color: #7b1fa2;
    border: 1px solid #ce93d8;
}

/* Result content padding */
.result-item-wrapper .main-container-addradiology[b-3zp28nvm96] {
    padding: 20px;
    margin: 0;
}

/* Result header styling */
.result-header[b-3zp28nvm96] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.result-title[b-3zp28nvm96] {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    flex: 1;
}

.result-date[b-3zp28nvm96] {
    font-size: 14px;
    color: #6c757d;
    margin-left: 15px;
}

/* Results grid override for multiple view */
.multiple-results-container .lab-grid[b-3zp28nvm96],
.multiple-results-container .radio-grid[b-3zp28nvm96] {
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    background: transparent !important;
}

/* Content area styling */
.result-content[b-3zp28nvm96] {
    padding: 15px 0;
}

/* Patient info styling */
.patient-info-header[b-3zp28nvm96] {
    background: #f8f9fa;
    padding: 15px;
    margin: -20px -20px 20px -20px;
    border-bottom: 1px solid #dee2e6;
}

.patient-name[b-3zp28nvm96] {
    font-size: 16px;
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.doctor-info[b-3zp28nvm96] {
    font-size: 14px;
    color: #6c757d;
    margin: 5px 0 0 0;
}

/* Status indicators */
.status-badge[b-3zp28nvm96] {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
}

.status-completed[b-3zp28nvm96] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-pending[b-3zp28nvm96] {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.status-ordered[b-3zp28nvm96] {
    background-color: #cce5ff;
    color: #004085;
    border: 1px solid #b3d7ff;
}

/* Image and file indicators */
.file-indicators[b-3zp28nvm96] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
}

.file-indicator[b-3zp28nvm96] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    background: #f8f9fa;
    border-radius: 15px;
    font-size: 12px;
    color: #495057;
}

    .file-indicator img[b-3zp28nvm96] {
        width: 16px;
        height: 16px;
    }

/* Lab values display */
.lab-values[b-3zp28nvm96] {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 6px;
    margin: 10px 0;
}

.lab-value-item[b-3zp28nvm96] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 14px;
}

    .lab-value-item:last-child[b-3zp28nvm96] {
        margin-bottom: 0;
    }

.lab-value-label[b-3zp28nvm96] {
    font-weight: 500;
    color: #495057;
}

.lab-value-data[b-3zp28nvm96] {
    color: #007bff;
    font-weight: 600;
}

/* Responsive design */
@media (max-width: 768px) {
    .multiple-results-container[b-3zp28nvm96] {
        grid-template-columns: 1fr;
/*        gap: 20px;*/
        padding: 10px;
    }

    .multiple-lab-radiology-page[b-3zp28nvm96] {
        padding: 10px;
    }

    h3[b-3zp28nvm96] {
        font-size: 24px;
        padding: 15px 0;
    }

    .result-item-wrapper[b-3zp28nvm96] {
        border-radius: 8px;
    }

        .result-item-wrapper .main-container-addradiology[b-3zp28nvm96] {
            padding: 15px;
        }

    .patient-info-header[b-3zp28nvm96] {
        margin: -15px -15px 15px -15px;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .multiple-results-container[b-3zp28nvm96] {
/*        gap: 15px;*/
        padding: 5px;
    }
    .title[b-3zp28nvm96]{
        display:flex;
        flex-direction:column;
    }
    .result-type-indicator[b-3zp28nvm96] {
        position: static;
        display: inline-block;
        margin-bottom: 10px;
    }

    .result-header[b-3zp28nvm96] {
        flex-direction: column;
        align-items: flex-start;
    }

    .result-date[b-3zp28nvm96] {
        margin-left: 0;
        margin-top: 5px;
    }
}

/* Print styles */
@media print {
    .multiple-lab-radiology-page[b-3zp28nvm96] {
        background: white;
        padding: 0;
    }

    .result-item-wrapper[b-3zp28nvm96] {
        box-shadow: none;
        border: 1px solid #ccc;
        break-inside: avoid;
        margin-bottom: 20px;
    }

        .result-item-wrapper:hover[b-3zp28nvm96] {
            transform: none;
        }

    h3[b-3zp28nvm96] {
        border-bottom: 1px solid #ccc;
    }
}

/* Loading spinner styles */
.loading-spinner[b-3zp28nvm96] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-3zp28nvm96 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-3zp28nvm96 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Accessibility improvements */
.result-item-wrapper:focus-within[b-3zp28nvm96] {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* Dark mode support (if needed) */
@media (prefers-color-scheme: dark) {
    .multiple-lab-radiology-page[b-3zp28nvm96] {
        background-color: #1a1a1a;
        color: #e0e0e0;
    }

    .result-item-wrapper[b-3zp28nvm96] {
        background: #2d2d2d;
        border-color: #404040;
    }

    .patient-info-header[b-3zp28nvm96] {
        background: #3a3a3a;
        border-color: #505050;
    }

    h3[b-3zp28nvm96] {
        color: #e0e0e0;
        border-color: #505050;
    }
}

/* Header styles */
header[b-3zp28nvm96] {
  background-color: var(--color-primary);
  box-shadow: var(--main-shadow);
  -webkit-box-shadow: var(--main-shadow);
  -moz-box-shadow: var(--main-shadow);
}

nav[b-3zp28nvm96] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
}

.logo[b-3zp28nvm96] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
}

.logo img[b-3zp28nvm96] {
  width: 100px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .logo[b-3zp28nvm96] {
    width: 100%;
    height: 70px;
  }
}

.nav-links[b-3zp28nvm96] {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li a[b-3zp28nvm96] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  height: 72px;
  position: relative;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
}

.nav-links > li > a[b-3zp28nvm96]::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color-accent);
  bottom: 22px;
  left: 100%;
  transition: var(--main-transition);
}

.nav-links > li > a:hover[b-3zp28nvm96]::before {
  left: 0px;
}

.join-btn[b-3zp28nvm96] {
  background-color: var(--color-accent);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.join-btn:hover[b-3zp28nvm96] {
  opacity: 0.9;
}
.contact-us[b-3zp28nvm96] {
    display: none !important;
}
@media screen and (max-width: 767px) {
  header nav .nav-links >*[b-3zp28nvm96],
  .join-btn[b-3zp28nvm96] {
    display: none;
  }
    .contact-us[b-3zp28nvm96] {
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: var(--color-black);
        font-size: 16px;
        font-weight: 400;
        height: 72px;
        position: relative;
        padding: 10px;
        overflow: hidden;
        cursor: pointer;
    }
    .container[b-3zp28nvm96] {
        display: inline-flex;
        justify-content: space-between;
    }
}

@media (max-width: 940px) {
  header nav .nav-links[b-3zp28nvm96] {
    gap: 0px;
  }
  .nav-links li a[b-3zp28nvm96] {
    font-size: 14px;
  }
}

.container[b-3zp28nvm96] {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* Small */
@media (min-width: 768px) {
  .container[b-3zp28nvm96] {
    width: 750px;
  }
}

/* Medium */
@media (min-width: 992px) {
  .container[b-3zp28nvm96] {
    width: 970px;
  }
}

/* Large */
@media (min-width: 1200px) {
  .container[b-3zp28nvm96] {
    width: 1170px;
  }
}

/* Footer Section Styles */
.footer-section[b-3zp28nvm96] {
    margin-top: 60px;
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(46, 46, 31, 0.12);
    border-radius: 12px;
    z-index: 1;
    position: relative;
}

.footer-wrapper[b-3zp28nvm96] {
    max-width: 1163px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
    padding: 0 40px;
}

/* Left Section - Image and Social Media */
.footer-left-section[b-3zp28nvm96] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 23px;
    width: 376px;
    min-width: 300px;
}

.footer-image-container[b-3zp28nvm96] {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.footer-promo-image[b-3zp28nvm96] {
    width: 100%;
    height: auto;
    max-height: 295px;
    object-fit: cover;
    border-radius: 19px;
}

.footer-social-media[b-3zp28nvm96] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.footer-social-title[b-3zp28nvm96] {
    font-family: 'Alexandria', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #18181B;
}

.footer-social-icons[b-3zp28nvm96] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.social-icon-link[b-3zp28nvm96] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 40px;
    height: 40px;
    background: #F4F4F4;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.social-icon-link:hover[b-3zp28nvm96] {
    background: #4994FF;
    transform: translateY(-2px);
}

.social-icon-link img[b-3zp28nvm96] {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* Right Section - Content and Newsletter */
.footer-right-section[b-3zp28nvm96] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-content-wrapper[b-3zp28nvm96] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-main-content[b-3zp28nvm96] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-heading[b-3zp28nvm96] {
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 45px;
    color: #101828;
    margin: 0;
}

.footer-description[b-3zp28nvm96] {
    font-family: 'Alexandria', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.025em;
    color: #4994FF;
    margin: 0;
}

.footer-features[b-3zp28nvm96] {
    display: flex;
    flex-direction: row;
    gap: 27px;
    margin-top: 12px;
}

.footer-features-column[b-3zp28nvm96] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-features-column p[b-3zp28nvm96] {
    font-family: 'Alexandria', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 210%;
    letter-spacing: 0.025em;
    color: #4994FF;
    margin: 0;
}

/* Newsletter Section */
.footer-newsletter[b-3zp28nvm96] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
}

.newsletter-title[b-3zp28nvm96] {
    font-family: 'Alexandria', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #18181B;
}

.newsletter-form[b-3zp28nvm96] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.newsletter-input[b-3zp28nvm96] {
    flex: 1;
    max-width: 300px;
    height: 56px;
    padding: 17px 24px;
    background: #F4F4F4;
    border-radius: 32px;
    border: none;
    outline: none;
    font-family: 'Alexandria', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #52525B;
}

.newsletter-input[b-3zp28nvm96]::placeholder {
    color: #52525B;
}

.newsletter-button[b-3zp28nvm96] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 56px;
    height: 56px;
    background: #4994FF;
    border-radius: 28px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-button:hover[b-3zp28nvm96] {
    background: #3a7dd9;
    transform: scale(1.05);
}

.newsletter-button svg[b-3zp28nvm96] {
    width: 24px;
    height: 24px;
}
.whatsapp-link[b-3zp28nvm96]{
    width:30px;
}
/* Responsive Design for Footer */
@media (max-width: 1024px) {
    .footer-wrapper[b-3zp28nvm96] {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
    }

    .footer-left-section[b-3zp28nvm96] {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .footer-right-section[b-3zp28nvm96] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .footer-section[b-3zp28nvm96] {
        margin-top: 40px;
        padding: 30px 15px;
    }

    .footer-wrapper[b-3zp28nvm96] {
        gap: 30px;
        padding: 0 10px;
    }

    .footer-heading[b-3zp28nvm96] {
        font-size: 20px;
        line-height: 32px;
    }

    .footer-description[b-3zp28nvm96] {
        font-size: 14px;
    }

    .footer-features[b-3zp28nvm96] {
        flex-direction: column;
        gap: 15px;
    }

    .newsletter-form[b-3zp28nvm96] {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .newsletter-input[b-3zp28nvm96] {
        max-width: 100%;
    }

    .newsletter-button[b-3zp28nvm96] {
        align-self: center;
    }

    .footer-social-media[b-3zp28nvm96] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-social-icons[b-3zp28nvm96] {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-features-column p[b-3zp28nvm96] {
        font-size: 12px;
    }

    .footer-social-title[b-3zp28nvm96],
    .newsletter-title[b-3zp28nvm96] {
        font-size: 12px;
    }

    .social-icon-link[b-3zp28nvm96] {
        width: 36px;
        height: 36px;
        padding: 8px;
    }

    .social-icon-link img[b-3zp28nvm96] {
        width: 18px;
        height: 18px;
    }
}
/* /Components/Pages/QR_Generator.razor.rz.scp.css */
.prescription-temp-main-container[b-n662h9mh86] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 60px;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 80%;
    z-index: 100;
}

.inner-container[b-n662h9mh86] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 50px;
    width: 50%;
    padding:20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
}
.sticky-lg-top[b-n662h9mh86] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.qr-code[b-n662h9mh86]{
    display:flex;
    width: 100%;
    justify-content:center;
    margin-top:20px;
}
/* /Components/Pages/QuestionsComponent.razor.rz.scp.css */
.asked-questions[b-6tnbo26438] {
    width: 50%;
    background-color: white;
    height: 250px;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 24px;   
    height: 72px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;

}
.questions[b-6tnbo26438] {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.question-div[b-6tnbo26438] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.less-button[b-6tnbo26438] {
    border: 0;
    background: transparent;
    height: 12%;
}

    .less-button img[b-6tnbo26438] {
        width: 81%;
    }
/* /Components/Pages/ResetMyPassword.razor.rz.scp.css */

/* Centered Reset Password Container */
.text-center[b-5r3laatgez]{
    margin-top: 20px;

}
.reset-password-container[b-5r3laatgez] {
    max-width: 450px;
    margin: 20px auto;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e0e0;
}

    /* Form Label */
    .reset-password-container label[b-5r3laatgez] {
        font-weight: 600;
        margin-bottom: 8px;
        display: block;
        font-size: 16px;
        color: #333;
    }

    /* Input Field */
    .reset-password-container input[b-5r3laatgez] {
        width: 100%;
        padding: 12px;
        margin-bottom: 15px;
        border: 2px solid #ced4da;
        border-radius: 6px;
        font-size: 16px;
        transition: all 0.3s ease-in-out;
    }

        /* Input Focus */
        .reset-password-container input:focus[b-5r3laatgez] {
            border-color: #007bff;
            outline: none;
            box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
        }

/* Password Validation List */
.password-validation[b-5r3laatgez] {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    margin-top: 5px;
}

    /* Valid & Invalid Styles */
    .password-validation li[b-5r3laatgez] {
        padding: 5px 0;
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 500;
        transition: all 0.3s ease-in-out;
    }

        /* Icons for validation feedback */
        .password-validation li[b-5r3laatgez]::before {
            content: "✔";
            font-weight: bold;
            margin-right: 8px;
            font-size: 16px;
        }

/* Success Green */
.text-success[b-5r3laatgez] {
    color: #28a745;
}

/* Danger Red */
.text-danger[b-5r3laatgez] {
    color: #dc3545;
}

/* Reset Button Styling */
.reset-password-container .btn-primary[b-5r3laatgez] {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    background: linear-gradient(to right, #007bff, #0056b3);
    border: none;
    color: white;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

    /* Button Hover */
    .reset-password-container .btn-primary:hover[b-5r3laatgez] {
        background: linear-gradient(to right, #0056b3, #004085);
        transform: translateY(-2px);
    }

    /* Disabled Button */
    .reset-password-container .btn-primary:disabled[b-5r3laatgez] {
        background: #ccc;
        cursor: not-allowed;
    }
/* Styling for Sections */
/* ======= Footer Section Styling ======= */
.footer-container[b-5r3laatgez] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
/*    padding: 40px 10%;*/
    background-color: #f8f9fa;
    border-top: 3px solid #e0e0e0;
    flex-wrap: wrap;
}

/* Footer Columns */
.footer-card[b-5r3laatgez] {
    flex: 1;
    margin: 10px;
    min-width: 200px;
}

/* Brand Logo & Description */
.brand-logo img[b-5r3laatgez] {
    width: 150px;
    margin-bottom: 15px;
}

.brand-description[b-5r3laatgez] {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    max-width: 250px;
}

/* ======= Social Media Styling ======= */
.social-media p[b-5r3laatgez] {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.social-icons[b-5r3laatgez] {
    display: flex;
    gap: 12px;
    align-items: center;
}

    .social-icons a img[b-5r3laatgez] {
        width: 32px;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }

    .social-icons a:hover img[b-5r3laatgez] {
        transform: scale(1.2);
        opacity: 0.8;
    }

/* ======= Footer Links Styling ======= */
.link-card a[b-5r3laatgez], .policy-card a[b-5r3laatgez] {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    transition: color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

    .link-card a:hover[b-5r3laatgez], .policy-card a:hover[b-5r3laatgez] {
        color: #007bff;
        transform: translateX(4px);
    }

/* ======= Footer Bottom Section ======= */
.footer-bottom[b-5r3laatgez] {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    background-color: #343a40;
    color: #ffffff;
    font-weight: 500;
}

/* ======= Responsive Design ======= */
@media (max-width: 768px) {
    .footer-container[b-5r3laatgez] {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .footer-card[b-5r3laatgez] {
        margin-bottom: 20px;
    }

    .social-icons[b-5r3laatgez] {
        justify-content: center;
    }
}

.whatsapp[b-5r3laatgez] {
    width: 25px;
}
/* Responsive Design */
@media (max-width: 480px) {
    .reset-password-container[b-5r3laatgez] {
        width: 90%;
        padding: 20px;
    }
}
/* /Components/Pages/ScientificInfoPages/ScientificInfoAddUpdate.razor.rz.scp.css */
/* Main Containers */
.main-container[b-u4hpxikk20] {
    padding: 1.5rem;
    background-color: #f8f9fa;
    min-height: 80vh;
    position: relative;
    height: 100vh;
    overflow: auto;
}

/* Page Header */
.page-header[b-u4hpxikk20] {
    background-color: #fff;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #eee;
}

.page-title[b-u4hpxikk20] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    color: #263238;
    margin-bottom: 0.25rem;
}

.service-description[b-u4hpxikk20] {
    color: #6c757d;
    font-size: 0.95rem;
    margin: 0;
}

/* Navigation & Tabs */
.nav-container[b-u4hpxikk20] {
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0 2rem;
}

.tab-bar[b-u4hpxikk20] {
    display: flex;
    overflow-x: auto;
    gap: 1.5rem;
    scrollbar-width: none;
}

.tab-bar[b-u4hpxikk20]::-webkit-scrollbar {
    display: none;
}

.nav-tab[b-u4hpxikk20] {
    padding: 1rem 0;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    color: #6c757d;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-tab i[b-u4hpxikk20] {
    font-size: 1rem;
}

.nav-tab:hover[b-u4hpxikk20] {
    color: #017ef5;
}

.nav-tab.active[b-u4hpxikk20] {
    color: #017ef5;
    border-bottom-color: #017ef5;
}

/* Banners */
.info-alert[b-u4hpxikk20] {
    margin: 0.75rem 0;
    padding: 0.75rem 1rem;
    background-color: #fff5f5;
    border-left: 4px solid #ff4d4f;
    color: #ff4d4f;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

/* Action Bar */
.action-bar[b-u4hpxikk20] {
    display: flex;
/*    justify-content: space-between;*/
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.search-container[b-u4hpxikk20] {
    flex: 1;
    max-width: 500px;
}

.btn-new[b-u4hpxikk20] {
    background: #4caf50;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

/* Form Card Styling */
.pro-card[b-u4hpxikk20] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.card-body[b-u4hpxikk20] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.id-field[b-u4hpxikk20] {
    border-bottom: 1px dashed #eee;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
}

.id-label[b-u4hpxikk20] {
    background: #eef2f7;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #546e7a;
}

/* Form Elements */
.field-group[b-u4hpxikk20] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.field-label[b-u4hpxikk20] {
    font-weight: 700;
    color: #455a64;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.field-input-wrapper[b-u4hpxikk20] {
    width: 100%;
    position: relative;
}

.form-control[b-u4hpxikk20] {
    width: 100%;
    padding: 0.7rem 0.9rem;
    border: 1.5px solid #ced8df;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

.form-control:focus[b-u4hpxikk20] {
    outline: none;
    border-color: #017ef5;
    box-shadow: 0 0 0 3px rgba(1, 126, 245, 0.1);
}

.field-input-wrapper.clickable[b-u4hpxikk20] {
    cursor: pointer;
}

.field-input-wrapper.clickable .form-control[b-u4hpxikk20] {
    background-color: #fcfcfc;
    cursor: pointer;
}

.search-icon[b-u4hpxikk20] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #b0bec5;
}

/* Radio Styling */
.radio-options[b-u4hpxikk20] {
    display: flex;
    gap: 1.5rem;
    padding: 0.3rem 0;
}

.radio-label[b-u4hpxikk20] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    font-weight: 500;
}

/* Category Grid */
.category-selection-area[b-u4hpxikk20] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    background: #f8f9fa;
    padding: 1.25rem;
    border-radius: 10px;
    border: 1px dashed #cfd8dc;
}

/* Modal/Overlay Handling */
.main-container .medicationuse-modal[b-u4hpxikk20], 
.main-container .categories-modal[b-u4hpxikk20] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 50;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

/* Buttons and Footer */
.card-footer[b-u4hpxikk20] {
    padding: 1.25rem 2rem;
    background-color: #fcfcfc;
    border-top: 1px solid #f0f0f0;
}

.button-group[b-u4hpxikk20] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn[b-u4hpxikk20] {
    padding: 0.65rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: opacity 0.2s;
}

.btn:hover[b-u4hpxikk20] {
    opacity: 0.85;
}

.btn-primary[b-u4hpxikk20] {
    background-color: #017ef5;
    color: white;
}

.btn-outline[b-u4hpxikk20] {
    background: transparent;
    border: 1.5px solid #017ef5;
    color: #017ef5;
}

.btn-danger[b-u4hpxikk20] {
    background-color: #ff4d4f;
    color: white;
}

/* Responsive */
@media (min-width: 992px) {
    .field-group:not(.radio-options):not(.id-field)[b-u4hpxikk20] {
        flex-direction: row;
        align-items: flex-start;
    }

    .field-label[b-u4hpxikk20] {
        width: 180px;
        padding-top: 0.7rem;
    }

    .field-input-wrapper[b-u4hpxikk20] {
        flex: 1;
    }

    .category-selection-area[b-u4hpxikk20] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .action-bar[b-u4hpxikk20] {
        flex-direction: column;
        align-items: stretch;
    }
    .button-group[b-u4hpxikk20] {
        flex-direction: column;
    }
    .btn[b-u4hpxikk20] {
        width: 100%;
        justify-content: center;
    }
}

/* Animations */
@keyframes fadeInCard-b-u4hpxikk20 {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.pro-card[b-u4hpxikk20] {
    animation: fadeInCard-b-u4hpxikk20 0.4s ease-out;
}
/* /Components/Pages/ScientificInfoPages/ScNameCategories.razor.rz.scp.css */
.submit-button[b-jumo9d7448]{
    margin:3px;
    padding:2px;
}
.add-container[b-jumo9d7448]{
    display:flex;
    flex-direction:column;
    
}
#close-icon[b-jumo9d7448] {
    margin-left: 45%;
    font-size: 30px;
    cursor: pointer;
}
/* /Components/Pages/ScientificInfoPages/SearchMedicalServices.razor.rz.scp.css */
.blazored-typeahead__results[b-ew3hjcmev3] {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border: 1px solid #dbdbdb;
    min-height: 2rem;
    max-height: 10%;
    overflow-y: auto;
    z-index: 10;
    width: 100%;
    background: yellow;
}
label[b-ew3hjcmev3] {
    color: blue;
}
text[b-ew3hjcmev3] {
    color: blue;
}
/* /Components/Pages/ScientificInfoPages/SearchScientificInfo.razor.rz.scp.css */
.blazored-typeahead__results[b-lflxn5rq10] {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border: 1px solid #dbdbdb;
    min-height: 2rem;
    max-height: 10%;
    overflow-y: auto;
    z-index: 10;
    width: 100%;
    background: yellow;
}
label[b-lflxn5rq10] {
    color: blue;
}
text[b-lflxn5rq10] {
    color: blue;
}
.main-container[b-lflxn5rq10] {
    min-width: 100px;
}
/* /Components/Pages/SecPages/AddServicesDialog.razor.rz.scp.css */
.add-service-dialoge-main-container[b-2xtd65sprr]{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 100%;
    z-index: 1050;
}

.inner-container[b-2xtd65sprr] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 60%;
    padding:20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
    z-index:100;
}
.sticky-lg-top[b-2xtd65sprr] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
    direction:rtl;
}
/* /Components/Pages/SecPages/BatchPaymentPanel.razor.rz.scp.css */
/* Payment section */
.payment-section[b-3wq7zm0lrc] {
    margin-top: 20px;
}

.payment-details[b-3wq7zm0lrc] {
    display: flex;
    gap: 15px;
}

    .payment-details div[b-3wq7zm0lrc] {
        background: #f3f3f3;
        padding: 10px;
        border-radius: 8px;
        text-align: center;
    }

/* Toggle switch for discount */
.toggle-switch[b-3wq7zm0lrc] {
    width: 40px;
    height: 20px;
    cursor: pointer;
}

/* Buttons */
.buttons[b-3wq7zm0lrc] {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.pay-btn[b-3wq7zm0lrc] {
    background: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    border: none;
    transition: 0.3s;
}

.cancel-btn[b-3wq7zm0lrc] {
    background: #ccc;
    color: black;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    border: none;
}

.pay-btn:hover[b-3wq7zm0lrc] {
    background: #0056b3;
}
/* /Components/Pages/SecPages/Calendar_Sec.razor.rz.scp.css */
.main-container[b-8f0ju7xhze] {
    display: flex;
    flex-direction: column;
    background-color: #F4F6F7;
}
.header-component[b-8f0ju7xhze]{

}
.add-pt[b-8f0ju7xhze] {
    /* Add New Patient */
    width: 233px;
    height: 36px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #053273;
}
/* /Components/Pages/SecPages/Dept.razor.rz.scp.css */
.debt-div[b-j96idgtt6n] {
    display: inline-flex;
    gap: 15px;
    align-items: end;
    color: blue;
    cursor: pointer;
/*    font-family: 'Cairo', 'Alexandria', 'Changa', 'Segoe UI', Tahoma, sans-serif;*/
    direction: rtl;
    unicode-bidi: embed;
/*    font-feature-settings: 'liga' 1, 'calt' 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    .debt-div a[b-j96idgtt6n] {
        cursor: pointer;
        color: #007bff;
        text-decoration: underline;
        font-family: inherit;
    }
    
    .debt-div label[b-j96idgtt6n] {
        font-family: inherit;
    }
/* /Components/Pages/SecPages/DeptDetailes.razor.rz.scp.css */
.prescription-temp-main-container[b-3zl5w16l53] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width:100%;
    z-index:100;
}

.inner-container[b-3zl5w16l53] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding:20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
}
.sticky-lg-top[b-3zl5w16l53] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
/* /Components/Pages/SecPages/DoctorCard.razor.rz.scp.css */
.main-container[b-ipdjhb8rgs] {
    display: flex;
    align-items: start;
    direction: rtl;
    width: 100%;    
    cursor: pointer;
    align-items: center;
}

.img-container[b-ipdjhb8rgs] {
    display: flex;
    /*    height: 82px;*/
    border-radius: 10px;
    justify-content: center;
}

    .img-container img[b-ipdjhb8rgs] {
        display: flex;
        width: auto;
        height: 30px;
        margin: 0 10px 0 0;
        border-radius: 5px;
    }

.info-container[b-ipdjhb8rgs] {
    width: 100%;
    padding: 3px;
}

.Doctor-Name[b-ipdjhb8rgs] {
    padding: 0 10px;
    width: max-content;
}

.info-row[b-ipdjhb8rgs] {
    padding-right: 20px;
    padding-left: 20px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.status[b-ipdjhb8rgs] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4.67895px 6.2386px;
    gap: 6.24px;
    width: 50.48px;
    height: 24.95px;
    background: #D83A52;
    border-radius: 3.1193px;
    /* Title */
    font-style: normal;
    font-weight: 400;
    font-size: 10.9175px;
    line-height: 16px;
    color: #FFFFFF;
}

.res-count[b-ipdjhb8rgs] {
}
/* /Components/Pages/SecPages/HeaderComponent_Sec.razor.rz.scp.css */
.main-container[b-2keichsfot] {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 15px rgba(212.00000256299973, 230.00000149011612, 255, 0.2);
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    padding: 0 39px 5px;
    align-items: center;
}



.selector-container[b-2keichsfot] {
    display: flex;
    flex-direction: row;
    width: max-content;
    gap: 5px;
    justify-content: space-evenly;
    /*    padding: 5px;*/
}

    .selector-container select[b-2keichsfot] {
        border-radius: 10px;
        font-size: 14px;
        color: #746060;
        padding: 3px;
        width: 345px;
        height: 44px;
        opacity: 0.8;
        gap: 8px;
        border-radius: 8px;
        padding-top: 12px;
        padding-right: 16px;
        padding-bottom: 12px;
        padding-left: 16px;
        background-color: #F7F8FE;
    }

.search-box[b-2keichsfot] {
    font-family: Gilroy, sans-serif;
    flex-grow: 1;
    flex-basis: auto;
    margin: auto 0;
    position: relative;
}

.lens-box[b-2keichsfot] {
    display: flex;
    background-color: white;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.lens-img[b-2keichsfot] {
    aspect-ratio: 1;
    object-position: center;
    width: 17px;
}

.info-container[b-2keichsfot] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.marker[b-2keichsfot] {
    aspect-ratio: 0.81;
    object-position: center;
    width: 17px;
    align-self: stretch;
    margin: auto 0;
}

.caret[b-2keichsfot] {
    aspect-ratio: 0.9;
    object-position: center;
    width: 19px;
    align-self: stretch;
    margin: auto 0;
}

.message-container[b-2keichsfot] {
    background-color: #F6F6F8;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

    .message-container img[b-2keichsfot] {
        aspect-ratio: 1;
        object-position: center;
        align-self: stretch;
        margin: auto 0;
    }

    .message-container .message-number[b-2keichsfot] {
        width: 17px;
        height: 17px;
        border-radius: 10px;
        background-color: #FFB050;
        position: absolute;
        top: -2px;
        left: -2px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
    }

.notification-div[b-2keichsfot] {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 40px;
    inset-inline-start: 0;
    align-items: center;
    height: 538px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.14);
    overflow: auto;
}

.notification-title[b-2keichsfot] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    padding: 24px 24px 24px 16px;
    width: 368px;
    height: 70px;
    background: rgba(255, 255, 255, 0.002);
    box-shadow: inset 0px -1px 0px #E4E7EB;
}

    .notification-title label[b-2keichsfot] {

        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height, or 138% */
        display: flex;
        align-items: center;
        color: #222529;
    }

    .notification-title button[b-2keichsfot] {
        border: none;
        background-color: white;
    }

.lang[b-2keichsfot] {
    color: #969696;
    align-self: stretch;
    margin: auto 0;
    border: none;
}

.user-pic[b-2keichsfot] {
    aspect-ratio: 1;
    object-position: center;
    width: 50px;
    border-radius: 50%;
}

.user-info-container[b-2keichsfot] {
    border-radius: 8px;
    padding-top: 5px;
    padding-right: 16px;
    padding-bottom: 5px;
    padding-left: 40px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    margin: auto 0;
    background-color: #FFF3D6;
}


.user-name[b-2keichsfot] {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #293A58;
    border: none;
}


.email[b-2keichsfot] {
    color: #9B9B9B;
    font-size: 12px;
}

.role[b-2keichsfot] {
    font-size: small;
}

.notification[b-2keichsfot] {
    display: inline-flex;
    width: 100%;
    background-color: lightyellow;
    padding: 10px;
    align-items: center;
    gap: 10px;
    position: relative;
    justify-content: space-between;
}

    .notification img[b-2keichsfot] {
        width: 30px;
        height: auto;
    }

    .notification .btn-container[b-2keichsfot] {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .notification .dismiss[b-2keichsfot] {
        cursor: pointer;
        align-self: end;
    }

/* Logout Overlay Styles */
.logout-overlay[b-2keichsfot] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
    animation: fadeIn-b-2keichsfot 0.3s ease-in-out;
}

.logout-modal[b-2keichsfot] {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 48px 40px;
    max-width: 480px;
    width: 90%;
    text-align: center;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-2keichsfot 0.3s ease-out;
}

.logout-icon[b-2keichsfot] {
    margin-bottom: 24px;
}

    .logout-icon img[b-2keichsfot] {
        width: 80px;
        height: 80px;
        filter: drop-shadow(0px 4px 8px rgba(255, 176, 80, 0.3));
    }

.logout-title[b-2keichsfot] {
    font-size: 28px;
    font-weight: 600;
    color: #293A58;
    margin-bottom: 16px;
    line-height: 1.3;
}

.logout-message[b-2keichsfot] {
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
    line-height: 1.5;
}

.logout-submessage[b-2keichsfot] {
    font-size: 14px;
    color: #888888;
    margin-bottom: 32px;
    line-height: 1.5;
}

.logout-btn[b-2keichsfot] {
    background: linear-gradient(135deg, #FF6B6B 0%, #EE5A52 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 14px 48px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 12px rgba(255, 107, 107, 0.3);
}

    .logout-btn:hover[b-2keichsfot] {
        transform: translateY(-2px);
        box-shadow: 0px 6px 16px rgba(255, 107, 107, 0.4);
        background: linear-gradient(135deg, #EE5A52 0%, #FF6B6B 100%);
    }

    .logout-btn:active[b-2keichsfot] {
        transform: translateY(0);
        box-shadow: 0px 2px 8px rgba(255, 107, 107, 0.3);
    }

@keyframes fadeIn-b-2keichsfot {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-2keichsfot {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .logout-modal[b-2keichsfot] {
        padding: 32px 24px;
        max-width: 90%;
    }

    .logout-title[b-2keichsfot] {
        font-size: 24px;
    }

    .logout-message[b-2keichsfot] {
        font-size: 14px;
    }

    .logout-submessage[b-2keichsfot] {
        font-size: 13px;
    }

    .logout-icon img[b-2keichsfot] {
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 991px) {
    .main-container[b-2keichsfot] {
        flex-wrap: wrap;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .search-container[b-2keichsfot] {
        display: none;
    }
}

/* Clinic Cards Section Styles */
.clinic-cards-section[b-2keichsfot] {
    width: 100%;
    padding: 20px;
    background-color: #f5f7fa;
}

.clinic-cards-container[b-2keichsfot] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px 0;
}

.clinic-card[b-2keichsfot] {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 12px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .clinic-card:hover[b-2keichsfot] {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

/* /Components/Pages/SecPages/InfoContainer.razor.rz.scp.css */
/* Base RTL styles (Arabic) */
.info-container[b-tkn5ln0i44] {
    direction: rtl; /* Default */
    text-align: right;
    display: inline-flex;
    gap: 20px;
}

    /* LTR overrides (English) */
    .info-container.english[b-tkn5ln0i44] {
        direction: ltr;
        text-align: left;
    }

    /* Adjust image positioning based on language */
    .info-container:not(.english) img[b-tkn5ln0i44] {
        left: 10px;
        right: auto;
    }

    .info-container.english img[b-tkn5ln0i44] {
        right: 10px;
        left: auto;
    }

    /* Rest of your existing CSS... */


    .info-container > div[b-tkn5ln0i44] {
        display: flex;
        flex-direction: column;
        background-color: white;
        border-radius: 10px;
        padding: 4px 12px;
        /*            gap: 5px;*/
        position: relative;
    }

    .info-container .new-consultations[b-tkn5ln0i44] {
        width: 50%;
    }

    .info-container .reviews[b-tkn5ln0i44] {
        width: 50%;
        position: relative;
    }


    .info-container img[b-tkn5ln0i44] {
        position: absolute;
        width: 60px;
       
        top: 10px;
    }

.first-row[b-tkn5ln0i44], .second-row[b-tkn5ln0i44] {
    display: inline-flex;
    justify-content: space-between;
}

    .second-row label[b-tkn5ln0i44] {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #464748;
    }

.count[b-tkn5ln0i44] {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    color: #060B1E;
}
/* /Components/Pages/SecPages/Patient_sec.razor.rz.scp.css */
.pt-main-container[b-no7ijbfswx] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 85vh;
    background-color: white;
    padding: 20px;
    overflow: auto;
}

    .pt-main-container label[b-no7ijbfswx] {
        /*height: 50px;*/
        display: flex;
        align-items: center;
        min-width: fit-content;
    }

.pt-name[b-no7ijbfswx] {
    margin-right: 10px;
    color: blue;
}

.pt-search-container[b-no7ijbfswx] {
    display: inline-flex;
    font-weight: 500;
    font-size: 18px;
    align-content: center;
}

.dates-container[b-no7ijbfswx] {
    display: inline-flex;
    width: 100%;
    gap: 15px;
    margin-bottom: 20px;
    justify-content: center;
    margin-top: 10px;
}

.switch-container[b-no7ijbfswx] {
    display: flex;
    flex-direction: column;
}

.services-row-container[b-no7ijbfswx] {
    display: flex;
    flex-direction: column;
}

.service-row[b-no7ijbfswx] {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    padding: 5px 40px;
    color: gray;
    border-top: 2px dashed #CFCFCF;
}

.payment-status[b-no7ijbfswx] {
    cursor: pointer;
}

.add-visit-container[b-no7ijbfswx] {
    position: fixed;
    display: flex;
    top: 80px;
    left: 20%;
    overflow: auto;
    width: 100%;
    background-color: white;
    height: 90%;
    z-index: 1;
}

.done img[b-no7ijbfswx] {
    width: 30px;
    height: 30px;
}

.servise-time[b-no7ijbfswx] {
    font-size: 14px;
}

.labels-container[b-no7ijbfswx] {
    padding: 0 10px;
}

.labels-container[b-no7ijbfswx], [b-no7ijbfswx] .reservation-row {
    display: grid;
    grid-template-columns: 5% 12% 12% 10% 16% 15% 15% 15%;
    width: 100%;
    justify-items: center;
    align-items: center;
    padding: 0 10px;
}

    .labels-container > *[b-no7ijbfswx], [b-no7ijbfswx] .reservation-row > * {
        padding: 10px;
        border: 1px solid #ddd !important;
        width: 100%;
        text-align: center;
        height: 100%;
        border-radius: 0 !important;
        justify-content: center;
        align-items: center;
    }

.res-status[b-no7ijbfswx] {
    position: relative;
    background: none !important;
}

    .res-status button[b-no7ijbfswx] {
        background: white;
        border: none;
    }

.status-dropdown[b-no7ijbfswx] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: 30px;
    padding: 10px;
    width: 250px;
    background-color: white;
    position: absolute;
    z-index: 100;
    border: groove 1px gray;
    width: max-content;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}

    .status-dropdown hr[b-no7ijbfswx] {
        margin: 0;
    }

    .status-dropdown .status-row[b-no7ijbfswx], .status-dropdown .select-all[b-no7ijbfswx] {
        display: inline-flex;
        gap: 5px;
    }

.extra-services[b-no7ijbfswx] {
    display: inline-flex;
}

    .extra-services .switch[b-no7ijbfswx] {
        transform: scale(0.7) !important;
    }

.followup-row[b-no7ijbfswx] {
    background-color: #e3f2fd; /* Light blue for follow-ups */
    border-left: 4px solid #2196f3; /* Blue accent */
}

/* Patient Info Section */
.patient-info-section[b-no7ijbfswx] {
    display: grid;
    grid-template-columns: 1.5fr repeat(6, 1fr);
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 10px 0;
    width: 100%;
}
.patient-info-section >*[b-no7ijbfswx] {
    border:1px solid black;
    padding:10px;
}

    .phone-number[b-no7ijbfswx] {
    text-align: end;
    direction: ltr;
}

.info-row[b-no7ijbfswx] {
    display: flex;
    gap: 15px;
}

.info-item[b-no7ijbfswx] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .info-item label[b-no7ijbfswx] {
        font-weight: 600;
        color: #333;
        font-size: 13px;
    }

    .info-item span[b-no7ijbfswx] {
        color: #555;
        font-size: 13px;
    }

[b-no7ijbfswx] .debt-div {
    display:flex;
    flex-direction:column;
    align-items:start;
    gap:0;
}

    [b-no7ijbfswx] .debt-div label {
        display: none;
    }
/* /Components/Pages/SecPages/PaymentList.razor.rz.scp.css */
.prescription-temp-main-container[b-22br83lhv4] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width:100%;
    z-index:5;
}

.inner-container[b-22br83lhv4] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding:20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
}
.sticky-lg-top[b-22br83lhv4] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.bill-row[b-22br83lhv4] {
    display:inline-flex;
    gap: 20px;
}
/* /Components/Pages/SecPages/Reminder/LabReminderPage.razor.rz.scp.css */
.reminder-main-container[b-xasjdkerop] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width:100%;
    z-index:5;
}

.inner-container[b-xasjdkerop] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding:20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
    z-index:5;
    direction: ltr;
}
.sticky-lg-top[b-xasjdkerop] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
    z-index:5;
}
/* /Components/Pages/SecPages/Reminder/LabReminderRow.razor.rz.scp.css */
img[b-k5nyr9l3gs]{
    width:25px;
}
/* /Components/Pages/SecPages/Reminder/ReminderPage.razor.rz.scp.css */
.reminder-main-container[b-a62w42orfz] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width:100%;
    z-index:1050;
}

.inner-container[b-a62w42orfz] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding:20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
    z-index:100;
}
.sticky-lg-top[b-a62w42orfz] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
/* /Components/Pages/SecPages/Reminder/ReminderRow.razor.rz.scp.css */
img[b-10xc1iqfku]{
    width:25px;
}
/* /Components/Pages/SecPages/Reports/Analytics_Daily_Report.razor.rz.scp.css */
.analytics-main-container[b-1yikud4p2h] {
    background-color: white;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #242222;
    padding: 15px;
    z-index: 10;
}

.btn-container[b-1yikud4p2h] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
}

.top-container[b-1yikud4p2h] {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    border: solid 2px gray;
    border-radius: 5px;
    padding: 5px;
}

.title[b-1yikud4p2h] {
    width: 100%;
    font-weight: bold;
    color: black;
    background-color: #ADD8E6; /* Light blue */
    padding: 10px;
    text-align: center;
}

table[b-1yikud4p2h] {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
    color: black;
}

thead th[b-1yikud4p2h] {
    background-color: #f0f0f0;
    border: 1px solid black;
    padding: 8px;
    text-align: right;
    color: black;
}

tbody tr[b-1yikud4p2h] {
    border-bottom: 1px solid black;
    color: black;
}

[b-1yikud4p2h] .header-container {
    display: grid;
    grid-template-columns: 5% 15% 12% 12% 15% 10% 10% 10% 11%;
}

.header-container label[b-1yikud4p2h],
.header-container div[b-1yikud4p2h] {
    display: flex;
    justify-content: right;
    padding: 5px;
    color: black;
}

[b-1yikud4p2h] .header-container > * {
    display: flex;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    justify-content: center;
}



[b-1yikud4p2h] .total-cost {
    justify-content: center !important;
}

[b-1yikud4p2h] .discount {
    justify-content: center !important;
}

.total-container[b-1yikud4p2h] {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    justify-content: space-between;
    gap: 15px;
    padding: 15px;
    background-color: #FFE4E1; /* Light pink/salmon */
    border: 1px solid black;
    border-radius: 5px;
    margin-top: 10px;
}

.total-container > div[b-1yikud4p2h] {
    padding: 8px;
    background-color: white;
    border: 1px solid black;
    border-radius: 3px;
    text-align: center;
    color: black;
}


/* Print styles */
@media print {
    .btn-container[b-1yikud4p2h] {
        display: none;
    }
    
    .analytics-main-container[b-1yikud4p2h] {
        padding: 0;
    }
    
    table[b-1yikud4p2h] {
        page-break-inside: auto;
    }
    
    tr[b-1yikud4p2h] {
        page-break-inside: avoid;
        page-break-after: auto;
    }
}





/* /Components/Pages/SecPages/Reports/Analytics_Doc_Report.razor.rz.scp.css */
.analytics-main-container[b-3lnub6r1oi] {
    background-color: white;
    /*    ;*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 150% */
    color: #242222;
    padding: 15px;
    z-index: 10;
}

.btn-container[b-3lnub6r1oi] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
}
.print-area[b-3lnub6r1oi] {
    height: 60vh;
    overflow: auto;
}
.top-container[b-3lnub6r1oi] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr .5fr .5fr .5fr;
    justify-content: space-between;
    border: solid 2px gray;
    border-radius: 5px;
    padding: 5px;
}

.title[b-3lnub6r1oi] {
    width: 100%;
    border-bottom: solid 1px gray;
    font-weight: bold;
    background-color: lightblue;
    justify-content: center;
    display: flex;
}

table[b-3lnub6r1oi] {
    width: 100%;
}

th[b-3lnub6r1oi] {
    text-align: center;
}

[b-3lnub6r1oi] .header-container {
    display: grid;
    grid-template-columns: 5% 20% 20% 15% 10% 10% 10% 10%;
    justify-items: center;
    min-height:50px;
}

    [b-3lnub6r1oi] .header-container > * {
        display: flex;
        border: 1px solid #ccc;
        padding: 5px;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        justify-content: center;
    }

    [b-3lnub6r1oi] .header-container label {
        display: flex;
        justify-content: right;
    }

[b-3lnub6r1oi] .total-cost {
    justify-content: center !important;
}

.total-container[b-3lnub6r1oi] {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    justify-content: space-between;
}
.footer-titles[b-3lnub6r1oi] {
    background-color: #f0808059;
}





/* /Components/Pages/SecPages/Reports/Analytics_sec.razor.rz.scp.css */
.analytics-main-container[b-yr7xee0bq9] {
    background-color: white;
    /*    ;*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    color: #242222;
    padding: 15px;
    z-index: 10;

}

.main-btn-container[b-yr7xee0bq9] {
    display: flex;
    gap: 5px;
    width: 100%;
    height: 40px;
    justify-content: space-between;
    padding: 0 20px;
}

.report-type button[b-yr7xee0bq9] {
    width: fit-content;
}

.report-type button[b-yr7xee0bq9] {
    border: none;
    background-color: white;
    padding: 10px 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.main-btn-container .active[b-yr7xee0bq9] {
    background-color: #017EF5;
    color: white;
}

@media print {
    .analytics-main-container[b-yr7xee0bq9] {
        visibility: hidden;
    }

    
}
/* /Components/Pages/SecPages/Reports/Analytics_Sec_Report.razor.rz.scp.css */
.analytics-main-container[b-e8f4usv87b] {
    background-color: white;
    /*    ;*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 150% */
    color: #242222;
    padding: 15px;
    z-index: 10;

}

.btn-container[b-e8f4usv87b] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
}

.top-container[b-e8f4usv87b] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr .5fr .5fr .5fr 0.5fr;
    justify-content: space-between;
    border: solid 2px gray;
    border-radius: 5px;
    padding: 5px;
}
.print-area[b-e8f4usv87b] {
    height: 60vh;
    overflow: auto;
}
.title[b-e8f4usv87b] {
    width: 100%;
    border-bottom: solid 1px gray;
    font-weight: bold;
    background-color: lightblue;
    justify-content: center;
    display: flex;
}

table[b-e8f4usv87b] {
    width: 100%;
    border-collapse: collapse;
}

td[b-e8f4usv87b] {
    padding: 0;
    margin: 0;
}

[b-e8f4usv87b] .table-header {
    font-weight: bold;
    background-color: #f5f5f5;
}

[b-e8f4usv87b] .header-container {
    display: grid;
    grid-template-columns: 5% 11% 11% 12% 16% 11% 11% 11% 12%;
    justify-items: center;
    min-height: 50px;
}

[b-e8f4usv87b] .footer-container {
    display: grid;
    grid-template-columns: 5% 11% 11% 11% 11% 11% 10% 10% 10% 10%;
    justify-items: center;
    min-height: 40px;
}

    [b-e8f4usv87b] .footer-container > * {
        display: flex;
        border: 1px solid #ccc;
        padding: 5px;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        justify-content: center;
    }

    [b-e8f4usv87b] .header-container > * {
        display: flex;
        border: 1px solid #ccc;
        padding: 5px;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        justify-content: center;
    }

    [b-e8f4usv87b] .header-container label {
        display: flex;
        justify-content: right;
    }

[b-e8f4usv87b] .total-cost {
    justify-content: center !important;
}

.total-container[b-e8f4usv87b] {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    justify-content: space-between;
}
.footer-titles[b-e8f4usv87b] {
    background-color: #f0808059;
}

.report-footer[b-e8f4usv87b] {
    width: 100%;
    margin-top: 4px;
}
/* /Components/Pages/SecPages/Reports/Doc_Report_Reservations_row.razor.rz.scp.css */
.analysis-row-main-container[b-d9bncyh8s7] {
    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #242222;
}
 .header-container label[b-d9bncyh8s7], .header-container div[b-d9bncyh8s7] {
        display: flex;
        justify-content: right;
        padding:5px;
    }
.services-row-container[b-d9bncyh8s7] {
    display: grid;
    grid-template-columns:auto auto auto;
    margin-bottom:20px;
    border-bottom: 1px solid black;
}
/* /Components/Pages/SecPages/Reports/Doc_Report_Services_row.razor.rz.scp.css */
.analysis-row-main-container[b-2xxbayprm4] {
    ;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #242222;
}
 .header-container label[b-2xxbayprm4], .header-container div[b-2xxbayprm4] {
        display: flex;
        justify-content: right;
        padding:5px;
    }
.services-row-container[b-2xxbayprm4] {
    display: grid;
    grid-template-columns:auto auto auto;
    margin-bottom:20px;
    border-bottom: 1px solid black;
}
/* /Components/Pages/SecPages/Reports/Expenses.razor.rz.scp.css */
.form-container[b-0e9nhr4hgj] {
    display: inline-flex;
    gap: 15px;
    align-items: flex-end;
}
#amount[b-0e9nhr4hgj] {
    max-width: 120px;
}
select[b-0e9nhr4hgj]{
    max-width:fit-content;
}
/* /Components/Pages/SecPages/Reports/Sec_Report_Reservation_row.razor.rz.scp.css */
.analysis-row-main-container[b-b35xbowrg7] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #242222;
}

.header-container[b-b35xbowrg7] {
    border-bottom: 1px solid black;
}

.header-container label[b-b35xbowrg7], .header-container div[b-b35xbowrg7] {
    display: flex;
    justify-content: right;
    padding: 5px;
}

.services-row-container[b-b35xbowrg7] {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
}
/* /Components/Pages/SecPages/Reports/Sec_Report_Services_row.razor.rz.scp.css */
.analysis-row-main-container[b-z0tpz7897j] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #242222;
}

.header-container label[b-z0tpz7897j], .header-container div[b-z0tpz7897j] {
    display: flex;
    justify-content: right;
    padding: 5px;
}

.services-row-container[b-z0tpz7897j] {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
}
/* /Components/Pages/SecPages/Reservation.razor.rz.scp.css */
.reservation-main-container[b-599pt50fv5] {
    --gray-700: #344054;
    --input-color: #878C9E;
    z-index:6;
}

.reservation-main-container[b-599pt50fv5] {
    width: 100%;
    /*    margin-bottom: 50px;*/
    position: fixed;
    top: 0;
    left: 0;
    background: #eff0f2a6;
    overflow: auto;
    height: 100vh;
    justify-content: center;
    align-items: center;
    direction: rtl;
    padding: 2% 10%;
}
.inner-container[b-599pt50fv5] {
    display: flex;
    flex-direction: column;
    border-radius:20px;
}

.reservation-grid[b-599pt50fv5] {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 15px;
    grid-column-gap: 40px;
    background-color: white;
}

h2[b-599pt50fv5] {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    text-align: right;
    color: var(--gray-700);
}

h1[b-599pt50fv5] {
    /* إضافة موعد جديد */
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #060B1E;
}

input[b-599pt50fv5], select[b-599pt50fv5], textarea[b-599pt50fv5], label[b-599pt50fv5], .tel-div[b-599pt50fv5] {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    text-align: right;
    color: var(--input-color);
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1.34855px solid #D0D5DD;
    box-shadow: 0px 1.34855px 2.6971px rgba(16, 24, 40, 0.05);
    border-radius: 10.7884px;
}

label[b-599pt50fv5] {
    border: none;
    box-shadow: none;
}

area[b-599pt50fv5] {
    /* Text */
    font-style: normal;
    font-weight: 400;
    font-size: 18.8797px;
    line-height: 27px;
    text-align: right;
    color: var(--input-color);
}

.pt-info-section[b-599pt50fv5], .new-reservation-section[b-599pt50fv5] {
    display: flex;
    /*padding: 20px;*/
    flex-direction: column;
    width: 100%;
}

.New-appointment-title[b-599pt50fv5] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    background-color: #EFF0F2;
}

a[b-599pt50fv5] {
    text-decoration: none;
    color: rgba(1, 126, 245, 1);
    font-size: large;
}

.row1[b-599pt50fv5] {
    height: 90px;
    margin-bottom: 20px;
}

.row2[b-599pt50fv5] {
    height: 130px;
    margin-bottom: 20px;
}
 .row3[b-599pt50fv5] {
/*    height: 115px;*/
    margin-bottom: 10px;
}

.row4[b-599pt50fv5] {
    display: flex;
/*    justify-content: space-between;*/
    flex-direction: column;
/*    height: 115px;*/
/*    margin-bottom: 20px;*/
}

.row5[b-599pt50fv5] {
    height: 90px;
    margin-bottom: 20px;
}

.row6[b-599pt50fv5] {
/*    height: 100px;*/
/*    height: fit-content;*/
    margin-bottom: 0;
    align-content: center;
}

    .row6 .cost-div[b-599pt50fv5] {
        display: flex;
        align-items: center;
        gap: 10px;
        width:100%;
    }

        .row6 .cost-div label[b-599pt50fv5] {
/*            width: 70px;*/
        }




.right-div[b-599pt50fv5] {
    width: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.name-div[b-599pt50fv5] {
    width: 100%;
    border-radius: 15px;
}

    .name-div input[b-599pt50fv5] {
        padding: 10px;
        width: 100%;
        height: 59.34px;
        font-size: 18px;
    }

.name-label[b-599pt50fv5] {
    width: 100%;
    border-radius: 15px;
    border: 1.34855px solid #D0D5DD;
    height: 59.34px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 15px;
}

.search-name[b-599pt50fv5] {
    width: 100%;
    height: 59.34px;
    font-size: 18px;
}

    .search-name[b-599pt50fv5]  .blazored-typeahead__input-mask {
        border-radius: 15px;
    }

    .search-name[b-599pt50fv5]  .blazored-typeahead {
        border-radius: 10px;
        padding: 0;
    }

    .search-name[b-599pt50fv5]  .blazored-typeahead__controls {
        padding: 6px;
    }


.Age[b-599pt50fv5] {
    width: 100%;
    height: 130px;
}

    .Age[b-599pt50fv5]  input {
        width: 100%;
        border-radius: 10px;
        height: 59px;
        display: flex;
        justify-content: space-around;
        font-style: normal;
        font-weight: 400;
        font-size: 19px;
        line-height: 27px;
        text-align: right;
        color: var(--input-color);
        box-sizing: border-box;
        background: #FFFFFF;
        border: 1.34855px solid #D0D5DD;
        box-shadow: 0px 1.34855px 2.6971px rgba(16, 24, 40, 0.05);
        border-radius: 10.7884px;
    }

#Phone-Number[b-599pt50fv5] {
    padding: 10px;
    width: 100%;
    height: 59.34px;
    border-radius: 10px;
    direction: rtl;
    padding-right: 50px;
}

.tel-div[b-599pt50fv5] {
    display: flex;
    width: 100%;
    height: 59.34px;
    border-radius: 10px;
    direction: rtl;
    padding-right: 50px;
    margin-bottom: 0;
    justify-content: center;
    padding: 10px;
}

    .tel-div[b-599pt50fv5]  .iti--allow-dropdown input {
        padding-right: 6px;
        padding-left: 52px;
        margin-left: 0;
        border: none;
        padding-top: 6px;
        font-size: 22px;
        outline: none;
    }
.Home-Phone-div[b-599pt50fv5]{
    width:100%;
}
.disabled[b-599pt50fv5] {
    background-color: gray;
    cursor: not-allowed;
}

#location-select[b-599pt50fv5] {
    transform: translate(3px, -8px);
}

.Phone-Number-select-div[b-599pt50fv5] {
    position: absolute;
    transform: translate(-5px, 28px);
}



#Discount[b-599pt50fv5] {
    padding: 10px;
    width: 100%;
    height: 59.34px;
    border-radius: 10px;
}

#Reservation-number[b-599pt50fv5] {
    padding: 10px;
    width: 100%;
    height: 59.34px;
    border-radius: 10px;
}

#Reservation-type[b-599pt50fv5] {
    padding: 10px;
    width: 100%;
    height: 59.34px;
    border-radius: 10px;
}

.Add-a-new-Reservation-type[b-599pt50fv5] {
    color: rgba(46, 144, 250, 1);
    width: 59.5px;
    height: 59.5px;
    border: 0;
    font-size: 27px;
    border-radius: 10.79px;
}

.gender-div[b-599pt50fv5] {
    display: flex;
    width: 100%;
    gap:50px;
    /*justify-content: space-between;*/
    margin-top: 25px;
}

.male-div[b-599pt50fv5] {
    font-size: medium;
    gap:5px;
/*    font-family: "Changa", sans-serif;*/
}

.female-div[b-599pt50fv5] {
    font-size: medium;
    gap:5px;
/*    font-family: "Changa", sans-serif;*/
    margin-right: 0px;
}

.The-address-div[b-599pt50fv5] {
    width: 94%;
    display: grid;
    grid-template-columns:1fr 1fr;
    flex-direction: row;
    justify-content: space-between;
    column-gap:10px;
    row-gap:10px;
    height:fit-content;
}
    .The-address-div input[b-599pt50fv5] {
        grid-column: span 2; /* Makes input take up 2 columns */
        width: 100%;
    }
    .Phone-number-header[b-599pt50fv5] {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        cursor: pointer;
    }
.Phone-number-header span[b-599pt50fv5] {
    color:blue;
}
    .days[b-599pt50fv5], .months[b-599pt50fv5], .years[b-599pt50fv5] {
    border-radius: 10.79px;
    text-align: center;
    height: 59px;
    width:25%;
}


.hour[b-599pt50fv5] {
    font-size: large;
}

.birthTime[b-599pt50fv5] {
    border: none;
    outline: none;
}

    .birthTime:active[b-599pt50fv5] {
        border: none;
        outline: none;
    }

#Governorate[b-599pt50fv5], #Police-station[b-599pt50fv5] {
    width: 100%;
    height: 59px;
    border-radius: 10.79px;
}
.The-address-div input[b-599pt50fv5]{
    height:50px;
}


#comments[b-599pt50fv5] {
    display: flex;
    flex-direction: column-reverse;
    width: 94%;
/*    height: 180.58px;*/
    border-radius: 10px;
    padding: 18px;
    height:60px;
}

.Reservation-appiontment-div[b-599pt50fv5] {
/*    width: 70%;*/
    display: flex;
/*    justify-content: space-between;*/
    height: 60px;
    gap:20px;
}
.Reservation-appiontment-div input[b-599pt50fv5]{
    height:50px;
}
/*#Reservation-appiontment-min {
    width: 48%;
    height: 50px;
    border-radius: 10.79px;
}

#Reservation-appiontment-hour {
    width: 48%;
    height: 50px;
}*/
.reservation-cost[b-599pt50fv5]{
    display:inline-flex;
    width:100%;
}
.discount-div[b-599pt50fv5] {
    display: flex;
    flex-direction: column;
}
.discount-subdiv[b-599pt50fv5] {
    display: inline-flex;
    gap: 20px;
}
    .discount-subdiv .discount-input[b-599pt50fv5] {
        width:max-content;
        max-width:70px;
    }
.Another-Appointment-Date[b-599pt50fv5] {
    font-size: medium;
}

.cost input[b-599pt50fv5] {
    width: 70px;
}

.cost h3[b-599pt50fv5] {
/*    font-family: "Changa", sans-serif;*/
    font-size: 19px;
    color: rgba(52, 64, 84, 1);
    margin-top: 30px;
}
.paid-div[b-599pt50fv5] {
/*    padding: 10px;*/
    width: 100%;
    /*height: 59.34px;
    border-radius: 10px;
    border: 1px solid;
    border-color: #d5d9e0;
    font-family: 'Times New Roman', Times, serif;
    font-size: 19px;*/
    color: rgba(52, 64, 84, 1);
/*    align-items: center;*/
    display:inline-flex;
}

.paid .paid-div input[b-599pt50fv5], .paid .paid-div div[b-599pt50fv5] {
    border: none;
    outline: none;
    box-shadow: none;
    min-width: 100px;
}
.paid-unpaid[b-599pt50fv5]{
    display:grid;
    grid-template-columns:repeat(3, 25%) auto;
    margin-bottom:10px;
}
.paid-unpaid input[b-599pt50fv5]{
    height:50px;
    width:80px;
}
.row7 select[b-599pt50fv5]{
    height:50px;
}
.referenceNo input[b-599pt50fv5] {
    padding: 10px;
    width: 100%;
/*    height: 59.34px;*/
    border-radius: 10px;
    border: 1px solid;
    border-color: #d5d9e0;
    font-family: 'Times New Roman', Times, serif;
    font-size: 19px;
    color: rgba(52, 64, 84, 1);
    align-items: center;
}
.dept div[b-599pt50fv5] {
    color: red
}
.button-container[b-599pt50fv5] {
    width: 100%;
    padding: 30px;
    background-color: white;
}

.submit-returne[b-599pt50fv5] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.returne-button[b-599pt50fv5] {
    color: rgba(1, 126, 245, 1);
    width: 118px;
    height: 56px;
    border-radius: 8.07px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    font-size: medium;
    margin-left: 8px;
}


.submit-button[b-599pt50fv5] {
    background-color: rgba(1, 126, 245, 1);
    color: white;
    width: 118px;
    height: 56px;
    border-radius: 8.07px;
    border: 0;
}

    .submit-button:hover[b-599pt50fv5] {
        background-color: #ECF4FF;
        color: rgba(1, 126, 245, 1);
    }
.patient-stats-row[b-599pt50fv5] {
/*    margin: 10px 0;*/
    
    /* padding: 12px 15px; */
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    border-right: 4px solid #007bff;
}

.loading-stats[b-599pt50fv5] {
    color: #6c757d;
    font-style: italic;
    font-size: 14px;
}

.stats-container[b-599pt50fv5] {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    align-items: center;
}

.stat-item[b-599pt50fv5] {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 6px 12px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.stat-label[b-599pt50fv5] {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
}

.stat-value[b-599pt50fv5] {
    color: #007bff;
    font-weight: 700;
    font-size: 15px;
    padding: 2px 8px;
    background-color: #e7f3ff;
    border-radius: 4px;
}
@media(max-width:899.99px) {
    .reservation-main-container[b-599pt50fv5]{
        z-index:2000;
        background:white;
    }
    .inner-container[b-599pt50fv5]{
        padding:2%;
    }
    
    .reservation-grid[b-599pt50fv5] {
        grid-template-columns: 100%;
    }
    .row1[b-599pt50fv5] {
        margin-bottom: 0;
        height:fit-content;
    }
    .row2[b-599pt50fv5] {
        height: auto;
        margin-bottom: 0;
    }
    .row4[b-599pt50fv5]{
        margin-bottom:0;
    }
    .Reservation-number-div[b-599pt50fv5]{
        display:none;
    }
    .row6[b-599pt50fv5] {
        
    }
    .gender-div[b-599pt50fv5]{
        margin-top:0;
        height:fit-content;
    }
    
    .birthday input[b-599pt50fv5] {
        width: 20%;
    }
    .birthTime[b-599pt50fv5]{
        width:35% !important;
    }
    .comments[b-599pt50fv5]{
        height:150px;
    }
}
/* Validation styles for mandatory fields */
.field-error[b-599pt50fv5] {
    animation: flash-red-b-599pt50fv5 0.5s ease-in-out 3;
    border: 2px solid #e50000 !important;
}

@keyframes flash-red-b-599pt50fv5 {
    0%, 100% {
        border-color: #e50000;
        box-shadow: 0 0 5px rgba(229, 0, 0, 0.5);
    }

    50% {
        border-color: #ff6b6b;
        box-shadow: 0 0 10px rgba(255, 107, 107, 0.8);
    }
}

/* Keep the error state after animation */
.field-error-static[b-599pt50fv5] {
    border: 2px solid #e50000 !important;
    box-shadow: 0 0 3px rgba(229, 0, 0, 0.3);
}
/* /Components/Pages/SecPages/ReservationComp.razor.rz.scp.css */
.spinner-border[b-rx2nn7tsa4]{
      position : absolute;
      top:10px;
      inset-inline-start:20px;
}

/* Container classes - display styles set directly since @if controls rendering */
.add-visit-container[b-rx2nn7tsa4] {
    position: fixed;
    display: flex;
    top: 60px;
    left: 60px;
    overflow: auto;
    width: 100%;
    background-color: white;
    height: 85%;
    z-index: 1;
}

.add-biometrics-container[b-rx2nn7tsa4], 
.add-labradio-container[b-rx2nn7tsa4],
.add-payment-container[b-rx2nn7tsa4] {
    direction: ltr;
    position: fixed;
 display: flex;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

/* Dialog classes - display styles set directly since @if controls rendering */
.reservation-details-dialog[b-rx2nn7tsa4],
.replace-reservation-dialog[b-rx2nn7tsa4],
.add-service-dialog[b-rx2nn7tsa4],
.delete-service-dialog[b-rx2nn7tsa4],
.delete-reservation-dialog[b-rx2nn7tsa4],
.prescription-dialog[b-rx2nn7tsa4] {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    align-items: center;
    justify-content: center;
}

/* Dialog/overlay classes - display styles set directly since @if controls rendering */
.dialog-overlay[b-rx2nn7tsa4] {
    direction: ltr;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

/* Service section wrapper - display set directly since @if controls rendering */
.service-section-wrapper[b-rx2nn7tsa4] {
    display: block;
}

.reservationcomp-main-container[b-rx2nn7tsa4] {
  display: flex;
    flex-direction: column;
    background-color: white;
    width: 100%;
    justify-content: space-between;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    user-select: none;
}

.reservation-row[b-rx2nn7tsa4] {
    padding:0 10px;
    background-color: white;
    width: 100%;
 
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 18px;
}

.res-label[b-rx2nn7tsa4] {
    display: none;
}

.res-no[b-rx2nn7tsa4],
.name[b-rx2nn7tsa4],
.extra-services[b-rx2nn7tsa4],
.res-type[b-rx2nn7tsa4],
.res-time[b-rx2nn7tsa4],
.res-status[b-rx2nn7tsa4],
.done[b-rx2nn7tsa4],
.options[b-rx2nn7tsa4] {
    text-align: center; /* Center-align content */
}
    .res-status[b-rx2nn7tsa4]{
     display:flex;
  }
    .res-no[b-rx2nn7tsa4] {
    display: flex;
      
        color: black;
    }

.doctor-name[b-rx2nn7tsa4] {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2c3e50;
    font-weight: 500;
}

.name[b-rx2nn7tsa4], .options[b-rx2nn7tsa4] {
    position: relative;
  color: black;
    cursor: pointer;
    display: flex;
}

.waiting-time-label[b-rx2nn7tsa4] {
    font-size: 14px;
    color: red;
}

.extra-services[b-rx2nn7tsa4] {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
}

.extra-services span[b-rx2nn7tsa4] {
/*        width: 20%;*/
        display: flex;
        flex-direction: row;
        justify-content: center;
    align-items: center;
  padding: 8px 8px;
        height: 38px;
        /**/
        font-style: normal;
        font-weight: 500;
        /*        font-size: 16px;*/
        line-height: 22px;
        text-align: center;
        color: #027A48;
 }

        .extra-services span:nth-child(2)[b-rx2nn7tsa4] {
            padding: 0;
}

.res-type[b-rx2nn7tsa4] {
 display: flex;
    /*width: 15%;*/
    justify-content: center;
    align-items: center;
}

    .res-type span[b-rx2nn7tsa4] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 5.47059px 10.9412px;
    height: 34.94px;
 top: 20.34px;
/*        background: rgba(1, 126, 245, 0.1);*/
        border-radius: 5.47059px;
        height: 24px;
 /**/
        font-style: normal;
        font-weight: 500;
        /*        font-size: 18px;*/
        line-height: 24px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #017EF5;
    }

.res-time[b-rx2nn7tsa4] {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    color: #4d4d4d;
}

    .res-time label[b-rx2nn7tsa4] {
        cursor: pointer;
    }

    .res-time .waiting-details[b-rx2nn7tsa4] {
        position: absolute;
        bottom: 100%;
        left: 50%;
     transform: translateX(-50%);
        background: whitesmoke;
        padding: 12px;
        width: 200px;
        border: 1px solid #e6d5b8; /* Soft beige border */
   border-radius: 6px; /* Slight rounding for a smooth look */
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); /* Soft shadow */
        transition: opacity 0.2s ease-out, transform 0.2s ease-out;
     margin-bottom: 10px; /* Adds space between parent and details */
        transform: translate(-50%, 10px);
  z-index: 10; /* Ensures it's above other elements */
    }
.reservation-status-div[b-rx2nn7tsa4]{
    display:flex;
}
.patient-details[b-rx2nn7tsa4] {
 background: whitesmoke;
    padding: 12px;
    position: absolute;
    width: max-content;
    inset-inline-end: 0;
inset-block-end:90%;
    border-radius: 6px; /* Slight rounding for a smooth look */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); /* Soft shadow */
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    z-index: 10; /* Ensures it's above other elements */
}

.radiology-button[b-rx2nn7tsa4] {
    border: none;
    border-radius: 20px;
}

.res-time .waiting-details div[b-rx2nn7tsa4] {
    display: flex;
width: 100%;
}

.whatsapp-button[b-rx2nn7tsa4] {
    border: none;
    background: none;
}

.whatsapp img[b-rx2nn7tsa4] {
    width: 25px;
}

.options img[b-rx2nn7tsa4] {
    width: 20px;
    /*padding:20px;*/
}

    .options img:hover[b-rx2nn7tsa4] {
        transform: scale(1.1);
      cursor: pointer;
    }

.options[b-rx2nn7tsa4] {
    position: relative;
    width:100%;
}

    .options .options-box[b-rx2nn7tsa4] {
        position: absolute;
        top: 20px;
     left: 30px;
     border: 1px solid;
        cursor: pointer;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
      align-items: flex-start;
        padding: 5px;
        width: 100px;
        /* White */
        background: #FFFFFF;
        border: 1px solid #E0E0E0;
        box-shadow: -7px 0px 18.2px rgba(0, 0, 0, 0.13);
    }

.options-box .Edit[b-rx2nn7tsa4] {
    width: 100%;
}

    .options-box .Edit:hover[b-rx2nn7tsa4] {
    background-color: lightgray;
   width: 100%;
    }

.options-box .Delete[b-rx2nn7tsa4] {
    width: 100%;
}

    .options-box .Delete:hover[b-rx2nn7tsa4] {
        background-color: lightgray;
        width: 100%;
    }

.services-row-container[b-rx2nn7tsa4] {
    display: flex;
    flex-direction: column;
}

.service-row[b-rx2nn7tsa4] {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    padding: 5px 40px;
  color: gray;
    border-top: 2px dashed #CFCFCF;
    background-color: #cfcfcf17;
}

    .service-row i[b-rx2nn7tsa4] {
   display: none;
    }

.payment-status[b-rx2nn7tsa4] {
    cursor: pointer;
}

.reservation-status-selector[b-rx2nn7tsa4] {
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.inner-container[b-rx2nn7tsa4] {
    width: calc(100% - 60px);
    background-color: white;
    border-radius:10px;
}
    .done[b-rx2nn7tsa4]{
      display:flex;
}
.done img[b-rx2nn7tsa4] {
    width: 30px;
    height: 30px;
}

.servise-time[b-rx2nn7tsa4] {
    font-size: 14px;
}
.add-payment-container[b-rx2nn7tsa4]{
        direction:rtl;
}
@media (max-width: 899.9px) {
  .add-visit-container[b-rx2nn7tsa4] {
        left: 0;
    }

.inner-container[b-rx2nn7tsa4] {
    width: 100%;
    }
}

@media (max-width: 768px) {

    .reservation-row[b-rx2nn7tsa4] {
    display: grid;
        grid-template-columns: auto auto !important;
  justify-items: start;
  align-items: center;
        grid-row-gap: 5px;
      font-size: 14px;
   gap: 20px;
    }

    .extra-services[b-rx2nn7tsa4] {
  height: 30px;
    }

    .services-row-container[b-rx2nn7tsa4] {
   font-size: 14px;
        position: absolute;
    top: 85px;
        left: 0;
        height: 100%;
     background: white;
        width: 100%;
        overflow: auto;
    }

    .service-row[b-rx2nn7tsa4] {
  display: grid;
 grid-template-columns: 100%;
        border-bottom: 1px solid gray;
    }

  .service-row:first-child i[b-rx2nn7tsa4] {
            display: block;
            font-size: 25px;
       text-align: end;
        }

    .extra-services span[b-rx2nn7tsa4] {
        height: 30px;
        padding: 4px;
    }

    .res-label[b-rx2nn7tsa4] {
  display: flex;
  font-size: 14px;
    }
}

.ready-lab-badge[b-rx2nn7tsa4] {
    background-color: red;
    border-radius: 50%;
    color: white !important;
    padding: 2px 6px;
    font-size: 0.8em;
    margin-left: 5px;
    width: 20px !important;
}
/* /Components/Pages/SecPages/ReservationDatePickup.razor.rz.scp.css */
.date-picker-container[b-g3awq20vpx] {
    position: fixed;
    /*top:90px;*/
    top: 0;
    background-color: white;
    width: 100%;
    overflow: auto;
    direction: ltr;
    padding: 5px;
    background-color: gray;
    left:0;
    height:100%;
    padding:20px 200px ;
    z-index:2000;
}

.close-button[b-g3awq20vpx] {
    box-sizing: border-box;
    /* Auto layout */
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /*gap: 10px;*/
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    /*border-right: 1px solid #EFF0F2;*/
    border-radius: 4px;
    border:none;
}
.blue-btn[b-g3awq20vpx] {
    background-color: #e70b0b;
}
.date-picker-header[b-g3awq20vpx] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.rt-div[b-g3awq20vpx] {
    display: inline-flex;
}
.date-picker[b-g3awq20vpx] {
    background-color: white;
    padding: 20px;
    height: 100%;
    overflow: auto;
    direction: rtl;
}

.time-slots-container[b-g3awq20vpx] {
    display: flex;
    flex-direction: column;
    margin-top:12px;
}

.time-slot-row[b-g3awq20vpx] {
    display: inline-flex;
    /*gap: 10px;*/
    /*margin: 5px 0;*/
}

.time-slot[b-g3awq20vpx] {
    display: flex;
    width:100%;
}
    .time-slot label[b-g3awq20vpx], .time-slot button[b-g3awq20vpx] {
        box-sizing: border-box;
        justify-content: center;
        align-items: flex-end;
        padding: 10px 10px;
        gap: 24px;
        width: 100%;
        height: 51px;
        background: #FFFFFF;
        border: 1px solid #EBEDF0;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
    }

    .time-slot label[b-g3awq20vpx] {
        background-color: lightgray;
        color: #A7A7A7;
    }
    .time-slot button[b-g3awq20vpx] {
        display: flex;
        align-items: end;
        justify-content: start;
        color: #060B1E;
    }
@media (max-width: 768px) {
    .date-picker-container[b-g3awq20vpx]{
        padding:10px 3px;
        top:11%;
    }
   [b-g3awq20vpx] button {
        font-size: 12px;
        padding:3px 3px;
    }
    [b-g3awq20vpx] .date-picker-container{
        gap:7px;
    }
}
/* /Components/Pages/SecPages/SecPage.razor.rz.scp.css */
.main-container[b-lt340em6pa] {
    background-color: #EFF0F2;
    position: relative;
    display: grid;
    grid-template-columns: 15% 85%;
    grid-column-gap: 10px;
}

.doctor-selection[b-lt340em6pa] {
    background: white;
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 5px;
}

    .doctor-selection .doctors-button-container[b-lt340em6pa] {
        border: 1px solid #4994FF;
        gap: 8px;
        border-radius: 24px;
        padding-top: 8px;
        padding-right: 12px;
        padding-bottom: 8px;
        border-width: 1px;
        justify-content: center;
    }

        .doctor-selection .doctors-button-container input[b-lt340em6pa] {
            width: 100%;
            border: none;
        }

        .doctor-selection .doctors-button-container img[b-lt340em6pa] {
            padding: 8px;
            cursor: pointer;
        }

    .doctor-selection .service-active[b-lt340em6pa] {
        background: #4994FF;
        color: white;
    }

    .doctor-selection .service-inactive[b-lt340em6pa] {
        background: #F7F8FE;
        color: #4994FF;
    }

.section1-info[b-lt340em6pa] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.reservation-appiontment[b-lt340em6pa] {
    display: inline-flex;
    direction: ltr;
    align-items: center;
    gap: 15px;
}

    .reservation-appiontment .add-pt[b-lt340em6pa] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px 18px;
        gap: 8px;
        width: 150px;
        height: 46px;
        background: #4994FF;
        border: 1px solid #4994FF;
        box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
        border-radius: 8px;
        /*        font-family: 'Times New Roman', Times, serif;*/
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: white;
    }

    .reservation-appiontment .add-reservation[b-lt340em6pa] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8.06806px 16.1361px;
        gap: 8.07px;
        width: 115px;
        height: 46px;
        background: rgba(1, 126, 245, 0.1);
        border-radius: 8.06806px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        border: none;
        color: #017EF5;
    }


.no-roles[b-lt340em6pa] {
    color: red;
    font-size: 20px;
    font-weight: 600;
}

.header-container[b-lt340em6pa] {
    width: 100%;
}

.doctors-button-container[b-lt340em6pa] {
    display: inline-flex;
    background-color: white;
    border-radius: 5px;
    position: relative;
}

.select-container[b-lt340em6pa] {
    display: inline-flex;
    /*    gap:15px;*/
}

.dialog-container[b-lt340em6pa] {
    position: relative;
}

.select-doctors-dialog[b-lt340em6pa] {
    position: absolute;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    /*    right: -15px;*/
    z-index: 3;
    background-color: white;
    border: solid 1px black;
    /*    padding: 10px;*/
    border-radius: 10px;
    top: 55px;
    left: -30px;
    width: 210px;
}

.section2-doctors[b-lt340em6pa] {
    display: flex;
    flex-direction: column;
}
/*.doctors-outer-container{
    display:inline-flex;
    width:100%;
    gap:20px;
}*/
.select-all-container[b-lt340em6pa] {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    background: white;
    /* padding: 10px; */
    /* margin-top: 10px; */
    border-radius: 10px;
    /*     margin-left: 12px;*/
    border: 1px solid #4994FF;
    padding: 5px;
    font-size: 16px;
}

    .select-all-container img[b-lt340em6pa] {
        width: 30px;
    }

.doctors-container[b-lt340em6pa] {
    display: inline-flex;
    background-color: white;
    border-radius: 5px;
    position: relative;
    gap: 15px;
    background-color: #EFF0F2;
    margin-top: 10px;
    /*    width: 100%;*/
}

.doctor-box[b-lt340em6pa] {
    position: relative;
    border-radius: 10px;
    border: 1px solid #4994FF;
}

.selected-border[b-lt340em6pa] {
    border: 3px solid #4994FF !important;
}

.spinner-border[b-lt340em6pa] {
    position: absolute;
    top: 25%;
    left: 35%;
    color: blue;
    width: 100px;
    height: 100px;
}

.section3-reservations[b-lt340em6pa] {
    padding: 5px;
}

.reservation-strip[b-lt340em6pa] {
    display: grid;
    width: 100%;
    grid-template-columns: 10% 90%;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    gap: 10px;
    background-color: white;
}

.clinic-info[b-lt340em6pa] {
    /*order: 2;*/ /* Set the order to appear last */
}

    .clinic-info .date[b-lt340em6pa] {
        /**/
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #8792A6;
    }

.reminder[b-lt340em6pa] {
    position: relative;
    width: fit-content;
    cursor: pointer;
}

    .reminder img[b-lt340em6pa] {
    }

    .reminder span[b-lt340em6pa] {
        height: 22px;
        border: 2px solid white;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        position: absolute;
        top: 3px;
        right: 15%;
        color: darkblue;
        width: 22px;
        border-radius: 11px;
        background-color: orange;
        color: white;
    }

[b-lt340em6pa] .date-picker-container #datePicker {
    border-radius: 5px;
}

.labels-container[b-lt340em6pa] {
    width: 100%;
    /*    ;*/
    background-color: white;
    padding: 0 10px;
    font-weight: bold;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #4994FF !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.labels-container[b-lt340em6pa], [b-lt340em6pa] .reservation-row {
    display: grid;
    grid-template-columns: 5% 20% 15% 15% 10% 15% 10% 10%;
    width: 100%;
    justify-items: center;
    align-items: center;
}

    /* Complete cell borders */
    .labels-container > *[b-lt340em6pa], [b-lt340em6pa] .reservation-row > * {
        padding: 10px;
        border: 1px solid #ddd;
        width: 100%;
        text-align: center;
        height: 100%;
        border-radius: 0 !important;
        justify-content: center;
        align-items: center;
    }


    /* Alternate row colors */
    [b-lt340em6pa] .reservation-row:nth-child(even) {
        background-color: #f9f9f9;
    }


[b-lt340em6pa] .reservation-row {
}

.res-status[b-lt340em6pa] {
    position: relative;
}

    .res-status span[b-lt340em6pa] {
        font-size: 10px;
    }

.res-status[b-lt340em6pa] {
    position: relative;
    background: none !important;
}

    .res-status button[b-lt340em6pa] {
        background: white;
        border: none;
        font-size: 14px;
        color: #4994FF;
    }

.status-dropdown[b-lt340em6pa] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: 40px;
    padding: 10px;
    width: 250px;
    background-color: white;
    position: absolute;
    z-index: 100;
    border: groove 1px gray;
    width: max-content;
    font-size: 14px;
}

    .status-dropdown hr[b-lt340em6pa] {
        margin: 0;
    }

.reservation-grid[b-lt340em6pa] {
    padding-bottom: 20px;
    background: white;
}

.extra-services[b-lt340em6pa] {
    display: inline-flex;
}

    .extra-services .switch[b-lt340em6pa] {
        transform: scale(0.7) !important;
    }


.no-reservation[b-lt340em6pa] {
    display: flex;
    justify-content: center;
}

    .no-reservation img[b-lt340em6pa] {
        width: 100%;
    }

.main-reservation-row[b-lt340em6pa] {
    direction: rtl;
}

.doctor-slider-container[b-lt340em6pa] {
    display: flex;
    overflow-x: auto;
    position: relative;
    background-color: #e9e9e9;
    padding: 5px;
    border-radius: 10px;
    min-width: 100%;
}

.doctor-slider[b-lt340em6pa] {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    gap: 5px;
    font-size: 16px;
}



.doctors-container .slider-arrow[b-lt340em6pa] {
    display: flex;
    position: absolute;
    top: 40%;
    border: none;
    background-color: white;
    border-radius: 50%;
}

.doctors-container .prev[b-lt340em6pa] {
    left: -10px;
    background: darkgray;
    border: #2e332f 1px solid;
}

.doctors-container .next[b-lt340em6pa] {
    right: 110px;
    background: darkgray;
    border: #2e332f 1px solid;
}

.no-clinics[b-lt340em6pa] {
    display: inline-flex;
    gap: 10px;
    width: 100%;
    margin-top: 20px;
}

    .no-clinics div[b-lt340em6pa] {
        width: 25%;
    }

.tel img[b-lt340em6pa] {
    width: 30px;
}

.doctor-group:nth-child(odd)[b-lt340em6pa] {
    background-color: #d3f3c8;
}

.doctor-group:nth-child(even)[b-lt340em6pa] {
    background-color: #e6f7f5;
}
/* Doctor group container */
.doctor-group[b-lt340em6pa] {
    background-color: #d3f3c8;
    border-radius: 12px;
    padding: 5px 16px;
    margin-bottom: 2px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out;
}

/* Doctor name header */
.doctor-header[b-lt340em6pa] {
    font-size: 22px;
    font-weight: bold;
    color: #2a9d8f;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*    padding: 12px 16px;
    background-color: #f0f9f8;*/
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

    .doctor-header:hover[b-lt340em6pa] {
        background-color: #e6f2ef;
    }

/* Toggle icon */
.toggle-icon[b-lt340em6pa] {
    font-size: 18px;
    transition: transform 0.3s ease;
}


@media (max-width: 768px) {
    .no-clinics[b-lt340em6pa] {
        display: flex;
        flex-direction: column;
    }

        .no-clinics div[b-lt340em6pa] {
            width: 100%;
        }

    .reservation-strip[b-lt340em6pa] {
        display: grid;
        grid-template-columns: auto;
        background: white;
    }

        .reservation-strip .clinic-info[b-lt340em6pa] {
            display: inline-flex;
            gap: 15px;
        }

    [b-lt340em6pa] .date-picker-container button {
        padding: 5px;
    }


    .labels-container[b-lt340em6pa] {
        display: none;
    }

    .section1-info .info-container[b-lt340em6pa] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .section1-info .info-container div[b-lt340em6pa] {
            width: 100% !important;
        }

        .section1-info .info-container .advertisements[b-lt340em6pa] {
            width: 100% !important;
            grid-column: span 2;
        }
}
/* Main container */
.doctor-selection[b-lt340em6pa] {
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    min-height: 86vh;
}

/* Search box */
.select-container[b-lt340em6pa] {
    margin: 0 0 1rem 0;
}

.doctors-button-container[b-lt340em6pa] {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    .doctors-button-container input[b-lt340em6pa] {
        border: none;
        outline: none;
        flex-grow: 1;
        text-align: right;
    }

.search-icon[b-lt340em6pa] {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

/* Groups */
.specialty-groups-container[b-lt340em6pa] {
}

.specialty-group[b-lt340em6pa] {
    padding: 5px;
    margin-bottom: 1.5rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.specialty-group[b-lt340em6pa] {
    border-radius: 8px;
    padding: 0 0 0px 10px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}

    .specialty-group[b-lt340em6pa]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 6px;
        height: 100%;
    }

/* Unique colors for each group */
/* Blue - Surgery */
/* Dental Clinics - Yellow */
.group-dental-clinics[b-lt340em6pa] {
    background: #fbbc051f; /* Light yellow */
    color: #5c4a00; /* Dark brown-yellow text */
}

    .group-dental-clinics[b-lt340em6pa]::before {
        background: #FBBC05; /* Solid yellow accent */
    }

/* Internal Medicine Clinics - Green */
.group-internal-medicine-clinics[b-lt340em6pa] {
    background: #34a8530f; /* Very light green */
    color: #0d3e1c; /* Dark green text */
}

    .group-internal-medicine-clinics[b-lt340em6pa]::before {
        background: #34A853; /* Solid green accent */
    }

/* Surgery Clinics - Blue */
.group-surgery-clinics[b-lt340em6pa] {
    background: #4285f40f; /* Very light blue */
    color: #04255b; /* Dark blue text */
}

    .group-surgery-clinics[b-lt340em6pa]::before {
        background: #4285F4; /* Solid blue accent */
    }

/* Dermatology and Venereology Clinics - Pink */
.group-dermatology-and-venereology-clinics[b-lt340em6pa] {
    background: #e91e630f;
    color: #5e0a30;
}

    .group-dermatology-and-venereology-clinics[b-lt340em6pa]::before {
        background: #E91E63;
    }

/* Orthopedic Clinics - Brown */
.group-orthopedic-clinics[b-lt340em6pa] {
    background: #7955480f;
    color: #3e2723;
}

    .group-orthopedic-clinics[b-lt340em6pa]::before {
        background: #795548;
    }

/* Urology Clinics - Light Blue */
.group-urology-clinics[b-lt340em6pa] {
    background: #03a9f40f;
    color: #014361;
}

    .group-urology-clinics[b-lt340em6pa]::before {
        background: #03A9F4;
    }

/* General Clinics - Lime */
.group-general-clinics[b-lt340em6pa] {
    background: #cddc390f;
    color: #4b5a00;
}

    .group-general-clinics[b-lt340em6pa]::before {
        background: #CDDC39;
    }

/* Specialized Clinics - Indigo */
.group-specialized-clinics[b-lt340em6pa] {
    background: #3f51b50f;
    color: #1a237e;
}

    .group-specialized-clinics[b-lt340em6pa]::before {
        background: #3F51B5;
    }

/* Psychiatry and Neurology - Blue Grey */
.group-psychiatry-and-neurology[b-lt340em6pa] {
    background: #607d8b0f;
    color: #263238;
}

    .group-psychiatry-and-neurology[b-lt340em6pa]::before {
        background: #607D8B;
    }

/* Pediatrics Clinics - Red */
.group-pediatrics-clinics[b-lt340em6pa] {
    background: #ea43350f; /* Very light red */
    color: #5c0b0b; /* Dark red text */
}

    .group-pediatrics-clinics[b-lt340em6pa]::before {
        background: #EA4335; /* Solid red accent */
    }

/* ENT Clinics - Deep Purple */
.group-ent-clinics[b-lt340em6pa] {
    background: #9c27b00f;
    color: #3d004f;
}

    .group-ent-clinics[b-lt340em6pa]::before {
        background: #9C27B0;
    }

/* Physiotherapy Clinics - Light Green */
.group-physiotherapy-clinics[b-lt340em6pa] {
    background: #8bc34a0f;
    color: #2e4a1b;
}

    .group-physiotherapy-clinics[b-lt340em6pa]::before {
        background: #8BC34A;
    }

/* Ophthalmology Clinics - Teal */
.group-ophthalmology-clinics[b-lt340em6pa] {
    background: #00bcd40f;
    color: #004a54;
}

    .group-ophthalmology-clinics[b-lt340em6pa]::before {
        background: #00BCD4;
    }

/* Cardiology Clinics - Deep Orange */
.group-cardiology-clinics[b-lt340em6pa] {
    background: #ff57220f;
    color: #6d1b00;
}

    .group-cardiology-clinics[b-lt340em6pa]::before {
        background: #FF5722;
    }

/* Gynecology and Infertility Clinics - Purple */
.group-gynecology-and-infertility-clinics[b-lt340em6pa] {
    background: #bca8df17; /* Very light purple */
    color: #2a1b4b; /* Dark purple text */
}

    .group-gynecology-and-infertility-clinics[b-lt340em6pa]::before {
        background: #673AB7; /* Solid purple accent */
    }

/* Radiology Department - Orange */
.group-radiology-department[b-lt340em6pa] {
    background: #ff98000f; /* Very light orange */
    color: #6b3500; /* Dark brown-orange text */
}

    .group-radiology-department[b-lt340em6pa]::before {
        background: #FF9800; /* Solid orange accent */
    }

/* Nursing Department - Purple */
.group-nursing-department[b-lt340em6pa] {
    background: #9c27b00f;
    color: #3d004f;
}

    .group-nursing-department[b-lt340em6pa]::before {
        background: #9C27B0;
    }

/* Laboratory Department - Amber */
.group-laboratory-department[b-lt340em6pa] {
    background: #ffc1070f;
    color: #6d5000;
}

    .group-laboratory-department[b-lt340em6pa]::before {
        background: #FFC107;
    }

.group-other[b-lt340em6pa] {
    background: #9e9e9e0f;
    color: #212121;
}

    .group-other[b-lt340em6pa]::before {
        background: #9E9E9E;
    }

.group-header[b-lt340em6pa] {
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    padding: 0.5rem 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--group-color);
}


    /* Ensure text contrast */
    .group-header.light-color[b-lt340em6pa] {
        color: #333; /* Dark text for light colors */
    }

.specialty-subgroup[b-lt340em6pa] {
}

.specialty-header[b-lt340em6pa] {
    color: #555;
    font-size: 1rem;
    margin: 0.5rem 0;
}

/* Doctors list */
.doctor-slider[b-lt340em6pa] {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding: 0.5rem 0;
}

.doctor-box[b-lt340em6pa] {
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

    .doctor-box:hover[b-lt340em6pa] {
        transform: translateY(-3px);
    }

.selected-border[b-lt340em6pa] {
    border: 2px solid #4285f4;
    border-radius: 8px;
    color: white;
    background-color: #4994FF;
}

/* Select All button */
.select-all-container[b-lt340em6pa] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    /*    background: #e9f5ff;*/
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 1rem;
}

    .select-all-container img[b-lt340em6pa] {
        margin-left: 0.5rem;
    }
/* /Components/Pages/SecPages/ServiceRow.razor.rz.scp.css */
.variable-cost-input[b-y5guxzpp6e] {
    max-width: 70px;
    border-radius: 10px;
    padding: 3px;
    font-size: 12px;
}

.service-item[b-y5guxzpp6e] {
    padding: 12px;
    background: #fff;
    font-size: 14px;
    text-align: center;
}

.instruction-icon[b-y5guxzpp6e] {
    cursor: pointer;
}

.done[b-y5guxzpp6e] {
    color: black;
    background: #FFEDA1;
    padding: 0 10px;
    border-radius: 15px;
    width: 100%;
}

.not-done[b-y5guxzpp6e] {
    color: black;
    background: #FFDCDC;
    padding: 0 10px;
    border-radius: 15px;
    width: 100%;
}

/* Payment status colors */
.paid[b-y5guxzpp6e] {
    color: green;
    font-weight: bold;
}

.notpaid[b-y5guxzpp6e] {
    color: red;
    font-weight: bold;
}

.partiallypaid[b-y5guxzpp6e] {
    color: orange;
    font-weight: bold;
}

/* Rounded checkboxes */
.rounded-checkbox[b-y5guxzpp6e] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
}

.finished img[b-y5guxzpp6e] {
    width: 25px;
}

.comment[b-y5guxzpp6e] {
    grid-column: span 8;
    width: 100%;
    min-height: 40px;
    border: 1px solid #ddd;
}

/* Dropdown styling */
.execution-dropdown[b-y5guxzpp6e] {
    width: 100%;
    padding: 5px;
    border-radius: 6px;
    background: #f3f3f3;
    border: none;
}
/* /Components/Pages/SecPages/ServiceSection.razor.rz.scp.css */

.services-grid-container[b-bn51biyo6m] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 3% 15%;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
    z-index: 1010;
    background: #00000052;
}

.inner-container[b-bn51biyo6m] {
    padding: 20px;
    background-color: white;
}

.service-grid[b-bn51biyo6m] {
    display: grid;
    grid-template-columns: 0.5fr 2fr 1fr 1.5fr 1.5fr 1.5fr 2.5fr 0.5fr;
    gap: 12px;
    padding: 10px;
    align-items: center;
    text-align: center;
}

.service-header[b-bn51biyo6m] {
    font-weight: bold;
    background: #f9f9f9;
    padding: 14px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
}
/* /Components/Pages/SecPages/ServicesRowDialog.razor.rz.scp.css */
.payment-container[b-bh82vn10w5] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /*    max-width: 600px;*/
    margin: auto;
}

.payment-grid[b-bh82vn10w5] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    width: 100%;
}

.cost[b-bh82vn10w5] {
    display: flex;
    flex-direction: column;
}

.grid-item[b-bh82vn10w5] {
    display: flex;
    flex-direction: column;
}



.discount-section[b-bh82vn10w5] {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*    padding: 15px 0;*/
}

.discount-container[b-bh82vn10w5] {
    position: relative;
    display: flex;
    flex-direction: column;
    /*    align-items: center;*/
    width: 100%;
}

.toggle-switch[b-bh82vn10w5] {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 20px;
    left: 20px;
    top: 55%;
}

    .toggle-switch input[b-bh82vn10w5] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .toggle-switch .slider[b-bh82vn10w5] {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: 0.4s;
        border-radius: 20px;
    }

    .toggle-switch input:checked + .slider[b-bh82vn10w5] {
        background-color: #4caf50;
    }

.slider[b-bh82vn10w5]:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.payment-input[b-bh82vn10w5], .reference-input[b-bh82vn10w5], .grid-item select[b-bh82vn10w5], .cost input[b-bh82vn10w5], .input-box[b-bh82vn10w5], .discount-input[b-bh82vn10w5] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 50px;
    color: #797878;
}

    .discount-input input[b-bh82vn10w5] {
        border: none ;
    }

.button-container[b-bh82vn10w5] {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.pay-btn[b-bh82vn10w5], .close-btn[b-bh82vn10w5] {
    width: 112px !important;
    border-radius: 10px;
    font-size: 16px !important;
}

.pay-btn[b-bh82vn10w5] {
    background-color: #017EF5;
    color: white;
}

.close-btn[b-bh82vn10w5] {
    background-color: #E9ECEF;
    color: #6C757D;
}
/* /Components/Pages/SecPages/Settings_Sec.razor.rz.scp.css */
body[b-ao7k9ih0ww] {
}
/* /Components/Pages/SecPages/WaitingTimer.razor.rz.scp.css */
.waiting-time-label[b-gpxi11nsca] {
    font-size: 14px;
    color: red;
}
/* /Components/Pages/Signup/PhoneConfirmation.razor.rz.scp.css */


.verification-code[b-iiflagcynl] {
    /* fonts */
    --font-poppins: Poppins;
    --font-open-sans: "Open Sans";
    --font-noto-sans-jp: "Noto Sans JP";
    --font-lato: Lato;
    --font-source-sans-pro: "Source Sans Pro";
    /* font sizes */
    --font-size-mid: 17px;
    --font-size-mini: 15px;
    --font-size-mid-1: 17.1px;
    --font-size-5xl: 24px;
    --font-size-lgi: 19px;
    --font-size-base: 16px;
    --font-size-lg-2: 18.2px;
    --font-size-13xl-2: 32.2px;
    --font-size-7xl: 26px;
    --font-size-6xl: 25px;
    --font-size-xl: 20px;
    --font-size-base-4: 15.4px;
    --font-size-26xl: 45px;
    --font-size-8xl: 27px;
    --font-size-17xl: 36px;
    --font-size-lg: 18px;
    --font-size-sm: 14px;
    --font-size-7xl-6: 26.6px;
    --font-size-2xl: 21px;
    --font-size-smi-6: 12.6px;
    --font-size-xs-2: 11.2px;
    --font-size-mid-5: 17.5px;
    /* Colors */
    --color-white: #fff;
    --color-whitesmoke-100: #f9f9f9;
    --color-whitesmoke-200: #e8ecef;
    --color-lavender: #d4e6ff;
    --color-sandybrown: #ffb050;
    --color-dodgerblue-100: #4994ff;
    --color-dodgerblue-200: #307ae6;
    --color-darkgray-100: #acb1c0;
    --color-darkgray-200: #999;
    --color-darkgray-300: #969696;
    --color-lightgray-100: #ced7df;
    --color-lightgray-200: #cfd4d6;
    --color-darkslateblue: #053273;
    --color-gray: #858585;
    --color-ghostwhite: #f5f7fb;
    --color-darkslategray-100: #3d3d3d;
    --color-darkslategray-200: #1c2d48;
    --color-cornflowerblue-100: #3393f0;
    --color-gainsboro: #e6e6e6;
    --color-dimgray: #6c6c6c;
    /* Gaps */
    --gap-16xl: 35px;
    --gap-14xl: 33px;
    --gap-35xl: 54px;
    --gap-xl: 20px;
    --gap-base: 16px;
    --gap-3xl: 22px;
    --gap-sm: 14px;
    --gap-mid: 17px;
    --gap-lg: 18px;
    --gap-smi: 13px;
    --gap-2xl: 21px;
    --gap-7xs: 6px;
    --gap-19xl: 38px;
    --gap-32xl: 51px;
    --gap-107xl: 126px;
    --gap-4xs: 9px;
    --gap-150xl: 169px;
    --gap-31xl: 50px;
    --gap-123xl: 142px;
    --gap-39xl: 58px;
    --gap-34xl: 53px;
    --gap-40xl: 59px;
    --gap-29xl: 48px;
    --gap-20xl: 39px;
    --gap-10xs: 3px;
    --gap-3xs: 10px;
    --gap-21xl: 40px;
    --gap-44xl: 63px;
    --gap-26xl: 45px;
    --gap-4xl: 23px;
    --gap-141xl: 160px;
    --gap-6xl: 25px;
    --gap-27xl: 46px;
    --gap-12xs: 1px;
    --gap-70xl: 89px;
    --gap-12xl: 31px;
    --gap-mini: 15px;
    --gap-55xl: 74px;
    /* Paddings */
    --padding-13xl: 32px;
    --padding-12xs: 1px;
    --padding-mini: 15px;
    --padding-10xs: 3px;
    --padding-9xs: 4px;
    --padding-6xs: 7px;
    --padding-sm: 14px;
    --padding-2xs: 11px;
    --padding-smi: 13px;
    --padding-8xs: 5px;
    --padding-xl: 20px;
    --padding-21xl: 40px;
    --padding-48xl: 67px;
    --padding-19xl: 38px;
    --padding-42xl: 61px;
    --padding-11xl: 30px;
    --padding-14xl: 33px;
    --padding-7xs: 6px;
    --padding-3xl: 22px;
    --padding-xs: 12px;
    --padding-29xl: 48px;
    --padding-57xl: 76px;
    --padding-mid: 17px;
    --padding-4xs: 9px;
    --padding-12xl: 31px;
    --padding-26xl: 45px;
    --padding-15xl: 34px;
    --padding-61xl: 80px;
    --padding-33xl: 52px;
    --padding-51xl: 70px;
    --padding-18xl: 37px;
    --padding-53xl: 72px;
    --padding-5xl: 24px;
    --padding-2xl: 21px;
    --padding-6xl: 25px;
    --padding-5xs: 8px;
    --padding-36xl: 55px;
    --padding-base: 16px;
    --padding-lg: 18px;
    --padding-lgi: 19px;
    --padding-17xl: 36px;
    /* Border radiuses */
    --br-base: 16px;
    --br-7xs: 6px;
    --br-5xs: 8px;
    --br-smi-6: 12.6px;
    --br-3xs: 10px;
    --br-4xs: 9px;
    --br-8xs: 5px;
    --br-7xs-1: 5.1px;
    --br-xs: 12px;
    --br-xl: 20px;
    --br-3xs-6: 9.6px;
}

.confirmation-main-container[b-iiflagcynl] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #14141482;
}

.inner-container[b-iiflagcynl] {
    width: 70%;
    height: 90%;
    display: flex;
    overflow:hidden;
    border-radius:10px;
}

.verification-code[b-iiflagcynl] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #f9fafd;
    
    font-size: var(--font-size-13xl-2);
    color: var(--color-darkslateblue);
    font-family: var(--font-noto-sans-jp);
}
.header[b-iiflagcynl] {
    width:100%;
    justify-content:space-around;
    color: var(--color-dodgerblue-100);
    display:flex;
    flex-direction:row;
}
.digit-container[b-iiflagcynl] {
    display: inline-flex;
}

.input-digit[b-iiflagcynl] {
    display: flex;
    width: 50px;
    height: 50px;
    margin: 8px;
    border: solid;
    border-color: var(--color-ghostwhite);
    text-align: center;
    font-size: var(--font-size-5xl);
    font-family: var(--font-poppins);
    font-weight: 600;
    color: var(--color-darkslateblue);
}


.group-container[b-iiflagcynl],
.group-container1[b-iiflagcynl],
.group-container2[b-iiflagcynl],
.group-container3[b-iiflagcynl],
.group-container4[b-iiflagcynl],
.group-container5[b-iiflagcynl],
.group-container6[b-iiflagcynl],
.rectangle-661[b-iiflagcynl] {
    position: absolute;
    top: 192px;
    left: 237px;
    border-radius: 20.01px;
    background: linear-gradient( 228.65deg, rgba(73, 148, 255, 0.4), rgba(255, 255, 255, 0) );
    width: 159px;
    height: 159px;
    mix-blend-mode: normal;
}

.group-container1[b-iiflagcynl],
.group-container2[b-iiflagcynl],
.group-container3[b-iiflagcynl],
.group-container4[b-iiflagcynl],
.group-container5[b-iiflagcynl],
.group-container6[b-iiflagcynl],
.rectangle-661[b-iiflagcynl] {
    top: 69px;
    left: 169px;
    z-index: 1;
}

.group-container2[b-iiflagcynl],
.group-container3[b-iiflagcynl],
.group-container4[b-iiflagcynl],
.group-container5[b-iiflagcynl],
.group-container6[b-iiflagcynl],
.rectangle-661[b-iiflagcynl] {
    top: 0;
    left: 265px;
    z-index: 2;
}

.group-container3[b-iiflagcynl],
.group-container4[b-iiflagcynl],
.group-container5[b-iiflagcynl],
.group-container6[b-iiflagcynl],
.rectangle-661[b-iiflagcynl] {
    top: 156px;
    left: 340px;
    z-index: 3;
}

.group-container4[b-iiflagcynl],
.group-container5[b-iiflagcynl],
.group-container6[b-iiflagcynl],
.rectangle-661[b-iiflagcynl] {
    top: 272px;
    left: 286px;
    width: 158px;
    height: 160px;
    transform: rotate(90deg);
    transform-origin: 0 0;
    z-index: 1;
}

.group-container4[b-iiflagcynl],
.group-container5[b-iiflagcynl],
.group-container6[b-iiflagcynl] {
    top: 312px;
    left: 476px;
    width: 159px;
    height: 159px;
    z-index: 4;
}

.group-container5[b-iiflagcynl],
.group-container6[b-iiflagcynl] {
    top: 228px;
    left: 159px;
    z-index: 2;
}

.group-container6[b-iiflagcynl] {
    top: 95px;
    left: 206px;
    z-index: 3;
}

.group-container-parent[b-iiflagcynl] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.group-5-copy-3[b-iiflagcynl] {
    width: 499px;
    height: 471px;
    position: relative;
    opacity: 0.7;
    mix-blend-mode: normal;
    max-width: 155%;
    flex-shrink: 0;
}

.verification-code-container[b-iiflagcynl] {
    height: 850px;
    width: 321px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    position: absolute;
    left:0;
    top:0;
}

.rectangle-copy-81[b-iiflagcynl],
.rectangle4[b-iiflagcynl] {
    background-color: var(--color-white);
    display: none;
}

.rectangle-copy-81[b-iiflagcynl] {
    width: 650px;
    height: 680px;
    position: relative;
    border-radius: var(--br-xs);
    box-shadow: 0 21px 16px -16px #dde3f1;
    max-width: 100%;
}

.rectangle4[b-iiflagcynl] {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -0.78%;
    right: 0;
    bottom: 0.78%;
    left: 0;
    border-radius: var(--br-3xs-6);
    border: 1.9px solid var(--color-whitesmoke-200);
    box-sizing: border-box;
}

.back-icon2[b-iiflagcynl] {
    position: absolute;
    height: 50%;
    width: 27.6%;
    top: 21.61%;
    right: 37.5%;
    bottom: 28.39%;
    left: 34.9%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    z-index: 1;
}

.group[b-iiflagcynl],
.sixth-frame-child[b-iiflagcynl] {
    position: relative;
    z-index: 1;
}

.group[b-iiflagcynl] {
    height: 38.4px;
    width: 38.4px;
    border-radius: var(--br-3xs-6);
    background-color: var(--color-white);
    border: 1.9px solid var(--color-whitesmoke-200);
    box-sizing: border-box;
    margin-left: 35px;
}

.sixth-frame-child[b-iiflagcynl] {
    height: 48.5px;
    width: 39.5px;
    object-fit: cover;
}

.smart3[b-iiflagcynl] {
    height: 39px;
    display: inline-block;
}

.rx3[b-iiflagcynl],
.smart3[b-iiflagcynl] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline;
}

.sixth-frame[b-iiflagcynl],
.verification-message[b-iiflagcynl] {
    display: flex;
    
}

.verification-message[b-iiflagcynl] {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 var(--padding-6xs);
    font-size: var(--font-size-lg-2);
    color: var(--color-sandybrown);
}

.smartrx[b-iiflagcynl] {
    display:flex;
    height: 51px;
    flex-direction: row;
    align-items: flex-end;
    padding: 0 var(--padding-12xs) 0 0;
    box-sizing: border-box;
    gap: 5px;
}




.enter-verification-c[b-iiflagcynl] {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.we-have-sent[b-iiflagcynl] {
    align-self: stretch;
    font-size: var(--font-size-mini);
    font-family: var(--font-lato);
    color: var(--color-darkgray-300);
    position: relative;
}

.resend-button[b-iiflagcynl] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: var(--gap-4xs);
}

.didnt-receive-message-child[b-iiflagcynl] {
    width: 120px;
    height: 120px;
    position: relative;
    object-fit: contain;
    z-index: 1;
}

.didnt-receive-message[b-iiflagcynl] {
    width: 314px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 19px;
}

.seventh-frame[b-iiflagcynl] {
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    max-width: 100%;
    text-align: center;
    font-size: 30px;
}

.input-copy-21[b-iiflagcynl] {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 1;
}

.did-not-receive[b-iiflagcynl] {
    height: 29px;
    position: relative;
    font-weight: 600;
    display: inline-block;
    z-index: 2;
    margin-top: -39px;
}

.input-copy-groups[b-iiflagcynl] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 49px;
    max-width: 50px;
    min-height: 50px;
}

.input-copy-3[b-iiflagcynl] {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 1;
}

.div2[b-iiflagcynl] {
    height: 29px;
    position: relative;
    font-weight: 600;
    display: inline-block;
    z-index: 2;
    margin-top: -39px;
}

.input-copy-groups1[b-iiflagcynl] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 49px;
    max-width: 50px;
    min-height: 50px;
}

.input-copy-4[b-iiflagcynl] {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 1;
}

.div3[b-iiflagcynl] {
    height: 29px;
    position: relative;
    font-weight: 600;
    display: inline-block;
    z-index: 2;
    margin-top: -39px;
}

.input-copy-groups2[b-iiflagcynl] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 49px;
    max-width: 50px;
    min-height: 50px;
}

.input-copy-5[b-iiflagcynl] {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 1;
}

.div4[b-iiflagcynl] {
    height: 29px;
    position: relative;
    font-weight: 600;
    display: inline-block;
    z-index: 2;
    margin-top: -39px;
}

.input-copy-groups3[b-iiflagcynl] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 49px;
    max-width: 50px;
    min-height: 50px;
}

.input-copy-6[b-iiflagcynl] {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.line-9-copy[b-iiflagcynl] {
    position: absolute;
    top: 34px;
    left: 13px;
    width: 25px;
    height: 1px;
    z-index: 2;
}

.input-copy-groups4[b-iiflagcynl] {
    height: 50px;
    flex: 1;
    position: relative;
    min-width: 49px;
    max-width: 50px;
}

.input-copy-7[b-iiflagcynl] {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.input-copy-groups-child[b-iiflagcynl] {
    position: absolute;
    top: 34px;
    left: 13px;
    width: 25px;
    height: 1px;
    z-index: 2;
}

.input-copy-groups5[b-iiflagcynl] {
    height: 50px;
    flex: 1;
    position: relative;
    min-width: 49px;
    max-width: 50px;
}

.frames-containing-inputs[b-iiflagcynl] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-mini);
}

.verfication-code-wil[b-iiflagcynl] {
    width: 314px;
    position: relative;
    font-size: var(--font-size-mini);
    line-height: 30px;
    font-family: var(--font-lato);
    color: var(--color-darkgray-300);
    text-align: center;
    display: inline-block;
    z-index: 1;
}

.verify-button[b-iiflagcynl] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /*padding: 0 var(--padding-6xl);*/
    gap: var(--gap-2xl);
}

.sign-up-form-container[b-iiflagcynl] {
    cursor: pointer;
    border: 0;
    padding: 0;
    background-color: #4994ff;
    /* align-self: stretch; */
    border-radius: 5px;
    /* margin-top: 10px; */
    display: flex;
    align-items: center;
    width: 40%;
    flex-direction: column;
    height: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.rectangle-instance[b-iiflagcynl] {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--br-5xs);
    background-color: var(--color-dodgerblue-100);
}

.big-btn1[b-iiflagcynl] {
    height: 50px;
    width: 425px;
    position: relative;
    max-width: 100%;
    z-index: 1;
}

.verify-now[b-iiflagcynl] {
    font-size: var(--font-size-base);
    display: flex;
    font-family: var(--font-noto-sans-jp);
    color: var(--color-white);
    text-align: center;
    flex-shrink: 0;
    z-index: 2;
    padding: 3%;
}


.group-copy-frame[b-iiflagcynl],
.verification-code-inputs[b-iiflagcynl] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
}

.group-copy-frame[b-iiflagcynl] {
    cursor: pointer;
    border: 0;
    padding: 0;
    background-color: transparent;
    align-self: stretch;
    flex-direction: row;
}

.verification-code-inputs[b-iiflagcynl] {
    width: 100%;
    flex-direction: column;
    gap: var(--gap-6xl);
    display: flex;
    display: flex;
    align-items: center;
}

.back-vector[b-iiflagcynl] {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    max-width: 100%;
    font-size: var(--font-size-5xl);
    font-family: var(--font-poppins);
}

.didnt-receive-the[b-iiflagcynl] {
    position: relative;
    line-height: 25px;
    font-weight: 500;
    z-index: 1;
}

.resend[b-iiflagcynl] {
    position: relative;
    font-family: var(--font-noto-sans-jp);
    color: var(--color-dodgerblue-100);
    z-index: 1;
    border: none;
    background-color: transparent;
}

.did-not-receive-help[b-iiflagcynl] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-sm);
}

.help-frames[b-iiflagcynl] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    font-size: var(--font-size-base);
    color: var(--color-darkgray-300);
    font-family: var(--font-open-sans);
    margin-bottom: 25px;
}

.second-frame[b-iiflagcynl],
.third-frame[b-iiflagcynl] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
}

.third-frame[b-iiflagcynl] {
    align-self: stretch;
    border-radius: var(--br-xs);
    background-color: var(--color-white);
    box-shadow: 0 21px 16px -16px #dde3f1;
    align-items: center;
    /*padding: 46px 112px var(--padding-19xl) var(--padding-17xl);*/
    gap: var(--gap-14xl);
    max-width: 100%;
}

.second-frame[b-iiflagcynl] {
    width: 650px;
    align-items: flex-start;
    padding: 85px 0 0;
}

.group-5-copy-2[b-iiflagcynl] {
    width: 499px;
    height: 471px;
    position: relative;
    object-fit: contain;
    mix-blend-mode: normal;
    max-width: 155%;
    flex-shrink: 0;
}
@media (max-width: 667px ) {
    .inner-container[b-iiflagcynl]{
        width:100%;
    }
    .input-digit[b-iiflagcynl] {
        width:40px;
        height:40px;
    }
}

/* /Components/Pages/Signup/SignUpStep1.razor.rz.scp.css */
.main-container[b-fv77ryd79y] {
  /* fonts */
  --font-poppins: Poppins;
  --font-open-sans: "Open Sans";
  --font-noto-sans-jp: "Noto Sans JP";
  --font-lato: Lato;
  --font-source-sans-pro: "Source Sans Pro";
  --font-gilroy: Gilroy;
  /* font sizes */
  --font-size-mid: 17px;
  --font-size-mini: 15px;
  --font-size-mid-1: 17.1px;
  --font-size-5xl: 24px;
  --font-size-lgi: 19px;
  --font-size-base: 16px;
  --font-size-lg-2: 18.2px;
  --font-size-13xl-2: 32.2px;
  --font-size-7xl: 26px;
  --font-size-6xl: 25px;
  --font-size-xl: 20px;
  --font-size-base-4: 15.4px;
  --font-size-26xl: 45px;
  --font-size-8xl: 27px;
  --font-size-17xl: 36px;
  --font-size-lg: 18px;
  --font-size-sm: 14px;
  --font-size-7xl-6: 26.6px;
  --font-size-2xl: 21px;
  --font-size-smi-6: 12.6px;
  --font-size-xs-2: 11.2px;
  --font-size-mid-5: 17.5px;
  --font-size-11xl: 30px;
  /* Colors */
  --color-white: #fff;
  --color-whitesmoke-100: #f9f9f9;
  --color-whitesmoke-200: #e8ecef;
  --color-lavender: #d4e6ff;
  --color-sandybrown: #ffb050;
  --color-sandybrown-light: #f3f4f6;
  --color-dodgerblue-100: #4994ff;
  --color-dodgerblue-200: #307ae6;
  --color-darkgray-100: #acb1c0;
  --color-darkgray-200: #999;
  --color-darkgray-300: #969696;
  --color-lightgray-100: #ced7df;
  --color-lightgray-200: #cfd4d6;
  --color-darkslateblue: #053273;
  --color-gray: #858585;
  --color-ghostwhite-100: #f9fafd;
  --color-ghostwhite: #f5f7fb;
  --color-darkslategray-100: #3d3d3d;
  --color-darkgray-400: #52525b;

  --color-darkslategray-200: #1c2d48;
  --color-cornflowerblue-100: #3393f0;
  --color-gainsboro: #e6e6e6;
  --color-dimgray: #6c6c6c;
  --color-slategray: #777f96;
  /* Gaps */
  --gap-16xl: 35px;
  --gap-14xl: 33px;
  --gap-35xl: 54px;
  --gap-xl: 20px;
  --gap-base: 16px;
  --gap-3xl: 22px;
  --gap-sm: 14px;
  --gap-mid: 17px;
  --gap-lg: 18px;
  --gap-smi: 13px;
  --gap-2xl: 21px;
  --gap-7xs: 6px;
  --gap-19xl: 38px;
  --gap-32xl: 51px;
  --gap-107xl: 126px;
  --gap-4xs: 9px;
  --gap-150xl: 169px;
  --gap-31xl: 50px;
  --gap-123xl: 142px;
  --gap-39xl: 58px;
  --gap-34xl: 53px;
  --gap-40xl: 59px;
  --gap-29xl: 48px;
  --gap-20xl: 39px;
  --gap-10xs: 3px;
  --gap-3xs: 10px;
  --gap-21xl: 40px;
  --gap-44xl: 63px;
  --gap-26xl: 45px;
  --gap-4xl: 23px;
  --gap-141xl: 160px;
  --gap-6xl: 25px;
  --gap-27xl: 46px;
  --gap-12xs: 1px;
  --gap-70xl: 89px;
  --gap-12xl: 31px;
  --gap-mini: 15px;
  --gap-55xl: 74px;
  --gap-8xs: 5px;
  /* Paddings */
  --padding-13xl: 32px;
  --padding-12xs: 1px;
  --padding-mini: 15px;
  --padding-10xs: 3px;
  --padding-9xs: 4px;
  --padding-6xs: 7px;
  --padding-sm: 14px;
  --padding-2xs: 11px;
  --padding-smi: 13px;
  --padding-8xs: 5px;
  --padding-xl: 20px;
  --padding-21xl: 40px;
  --padding-48xl: 67px;
  --padding-19xl: 38px;
  --padding-42xl: 61px;
  --padding-11xl: 30px;
  --padding-14xl: 33px;
  --padding-7xs: 6px;
  --padding-3xl: 22px;
  --padding-xs: 12px;
  --padding-29xl: 48px;
  --padding-57xl: 76px;
  --padding-mid: 17px;
  --padding-4xs: 9px;
  --padding-12xl: 31px;
  --padding-26xl: 45px;
  --padding-15xl: 34px;
  --padding-61xl: 80px;
  --padding-33xl: 52px;
  --padding-51xl: 70px;
  --padding-18xl: 37px;
  --padding-53xl: 72px;
  --padding-5xl: 24px;
  --padding-2xl: 21px;
  --padding-6xl: 25px;
  --padding-5xs: 8px;
  --padding-36xl: 55px;
  --padding-base: 16px;
  --padding-lg: 18px;
  --padding-lgi: 19px;
  --padding-17xl: 36px;
  --padding-27xl: 46px;
  --padding-93xl: 112px;
  --padding-37xl: 56px;
  --padding-10xl: 29px;
  /* Border radiuses */
  --br-base: 16px;
  --br-7xs: 6px;
  --br-5xs: 8px;
  --br-smi-6: 12.6px;
  --br-3xs: 10px;
  --br-4xs: 9px;
  --br-8xs: 5px;
  --br-7xs-1: 5.1px;
  --br-xs: 12px;
  --br-xl: 20px;
  --br-3xs-6: 9.6px;
}
button:focus-visible[b-fv77ryd79y],
input:focus-visible[b-fv77ryd79y] {
  outline: none !important;
}

.rectangle-662[b-fv77ryd79y],
.rectangle-671[b-fv77ryd79y],
.rectangle-681[b-fv77ryd79y],
.rectangle-692[b-fv77ryd79y],
.rectangle-701[b-fv77ryd79y],
.rectangle-712[b-fv77ryd79y],
.rectangle-721[b-fv77ryd79y],
.rectangle-741[b-fv77ryd79y] {
  position: absolute;
  top: 192px;
  left: 237px;
  border-radius: 20.01px;
  background: linear-gradient(
    228.65deg,
    rgba(73, 148, 255, 0.4),
    rgba(255, 255, 255, 0)
  );
  width: 159px;
  height: 159px;
  mix-blend-mode: normal;
}

.rectangle-662[b-fv77ryd79y],
.rectangle-671[b-fv77ryd79y],
.rectangle-681[b-fv77ryd79y],
.rectangle-701[b-fv77ryd79y],
.rectangle-712[b-fv77ryd79y],
.rectangle-721[b-fv77ryd79y],
.rectangle-741[b-fv77ryd79y] {
  top: 69px;
  left: 169px;
  z-index: 1;
}

.rectangle-662[b-fv77ryd79y],
.rectangle-671[b-fv77ryd79y],
.rectangle-681[b-fv77ryd79y],
.rectangle-701[b-fv77ryd79y],
.rectangle-712[b-fv77ryd79y],
.rectangle-741[b-fv77ryd79y] {
  top: 0;
  left: 265px;
  z-index: 2;
}

.rectangle-662[b-fv77ryd79y],
.rectangle-671[b-fv77ryd79y],
.rectangle-681[b-fv77ryd79y],
.rectangle-701[b-fv77ryd79y],
.rectangle-712[b-fv77ryd79y] {
  top: 156px;
  left: 340px;
  z-index: 3;
}

.rectangle-662[b-fv77ryd79y],
.rectangle-671[b-fv77ryd79y],
.rectangle-681[b-fv77ryd79y],
.rectangle-712[b-fv77ryd79y] {
  top: 272px;
  left: 286px;
  width: 158px;
  height: 160px;
  transform: rotate(90deg);
  transform-origin: 0 0;
  z-index: 1;
}

.rectangle-671[b-fv77ryd79y],
.rectangle-681[b-fv77ryd79y],
.rectangle-712[b-fv77ryd79y] {
  top: 312px;
  left: 476px;
  width: 159px;
  height: 159px;
  z-index: 4;
}

.rectangle-671[b-fv77ryd79y],
.rectangle-712[b-fv77ryd79y] {
  top: 228px;
  left: 159px;
  z-index: 2;
}

.rectangle-712[b-fv77ryd79y] {
  top: 95px;
  left: 206px;
  z-index: 3;
}

.rectangle-69-container[b-fv77ryd79y] {
  position: absolute;
  top: 37px;
  left: -150px;
}

.group-5-copy-31[b-fv77ryd79y] {
  width: 499px;
  height: 471px;
  position: relative;
  opacity: 0.7;
  mix-blend-mode: normal;
  max-width: 155%;
  flex-shrink: 0;
}

.frame-a[b-fv77ryd79y] {
  height: 950px;
  width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 619px 0 0;
  box-sizing: border-box;
  /*max-width: calc(100% - 1119px);*/
}

.rectangle-copy-82[b-fv77ryd79y] {
  width: 650px;
  height: 780px;
  position: relative;
  border-radius: var(--br-xs);
  background-color: var(--color-white);
  box-shadow: 0 21px 16px -16px #dde3f1;
  display: none;
  max-width: 100%;
}

.chevron-up-child[b-fv77ryd79y] {
  height: 48.5px;
  width: 39.5px;
  position: relative;
  object-fit: cover;
  z-index: 1;
}

.smart4[b-fv77ryd79y] {
  height: 39px;
  display: inline-block;
}

.rx4[b-fv77ryd79y],
.smart4[b-fv77ryd79y] {
  position: relative;
  z-index: 1;
}

.chevron-up[b-fv77ryd79y],
.input-copy-frame[b-fv77ryd79y] {
  display: flex;
  justify-content: flex-start;
}

.input-copy-frame[b-fv77ryd79y] {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 var(--padding-6xs);
  font-size: var(--font-size-lg-2);
  color: var(--color-sandybrown);
}

.chevron-up[b-fv77ryd79y] {
  height: 50px;
  flex-direction: row;
  align-items: flex-end;
  gap: var(--gap-8xs);
}

.step-12[b-fv77ryd79y] {
  position: relative;
  font-size: var(--font-size-base);
  font-family: var(--font-lato);
  color: var(--color-darkgray-300);
  z-index: 1;
}

.frame-d[b-fv77ryd79y],
.group-i-i[b-fv77ryd79y] {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}

.group-i-i[b-fv77ryd79y] {
  /*width: 366px;*/
}

.frame-d[b-fv77ryd79y] {
  justify-content: center;
  font-size: var(--font-size-13xl-2);
  margin-bottom: 25px;
}

.input-copy-22[b-fv77ryd79y] {
  height: 100%;
  width: 100%;
  position: absolute;
  margin: 0 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  z-index: 1;
}

.specialization[b-fv77ryd79y] {
  position: relative;
  font-weight: 500;
  z-index: 2;
}

.chevron-down-copy-icon2[b-fv77ryd79y] {
  height: 6px;
  width: 11px;
  position: relative;
  z-index: 2;
}

.input-copy-31[b-fv77ryd79y] {
  width: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--padding-mid) var(--padding-6xl) var(--padding-mini)
    var(--padding-mid);
  position: relative;
  gap: var(--gap-xl);
  font-family: var(--font-open-sans);
  color: var(--color-gray);
  border-color: var(--color-lightgray-200);
}

.qualifications[b-fv77ryd79y] {
  position: relative;
  font-weight: 500;
  z-index: 2;
}

.chevron-down-copy-icon3[b-fv77ryd79y] {
  height: 6px;
  width: 11px;
  position: relative;
  z-index: 2;
}

.input-copy-3-parent[b-fv77ryd79y] {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /*padding: var(--padding-base) var(--padding-lgi) var(--padding-base) var(--padding-mid);*/
  box-sizing: border-box;
  position: relative;
  min-width: 133px;
  gap: var(--gap-xl);
}

.input-copy-51[b-fv77ryd79y] {
  height: 100%;
  width: 100%;
  position: absolute;
  margin: 0 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  z-index: 1;
}

.university[b-fv77ryd79y] {
  position: relative;
  font-weight: 500;
  z-index: 2;
}

.chevron-down-copy-icon4[b-fv77ryd79y] {
  height: 6px;
  width: 11px;
  position: relative;
  z-index: 2;
}

.input-copy-5-parent[b-fv77ryd79y] {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /*padding: var(--padding-base) var(--padding-xl) var(--padding-base) var(--padding-lgi);*/
  box-sizing: border-box;
  position: relative;
  min-width: 133px;
  gap: var(--gap-xl);
}

.the-license-to[b-fv77ryd79y] {
  font-weight: 600;
}

.required[b-fv77ryd79y] {
  font-family: var(--font-lato);
}

.span1[b-fv77ryd79y] {
  font-weight: 600;
}

.the-syndicate-card[b-fv77ryd79y] {
  font-weight: 600;
}

.optional[b-fv77ryd79y] {
  font-family: var(--font-lato);
}

.the-syndicate-card-optional[b-fv77ryd79y] {
  margin: 0;
}

.drop-area[b-fv77ryd79y] {
  width: 426.5px;
  height: 201.5px;
  position: relative;
  border-radius: var(--br-4xs);
  background-color: var(--color-white);
  border: 1.5px dashed var(--color-whitesmoke-200);
  box-sizing: border-box;
  display: none;
  max-width: 100%;
  z-index: 0;
}

.upload-file-icon[b-fv77ryd79y] {
  top: 31px;
}

.drag-and-drop[b-fv77ryd79y],
.or1[b-fv77ryd79y] {
  position: relative;
  font-weight: 300;
  z-index: 2;
}

.or1[b-fv77ryd79y] {
  font-weight: 500;
}

.o-r-browse-frames[b-fv77ryd79y] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 0 var(--padding-7xs);
  font-family: var(--font-open-sans);
}

.browse-file[b-fv77ryd79y] {
  position: relative;
  z-index: 2;
}

.o-r-browse-frames1[b-fv77ryd79y] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 0 var(--padding-5xs);
  color: var(--color-dodgerblue-100);
  font-family: var(--font-noto-sans-jp);
}

.select-container[b-fv77ryd79y] {
  display: flex;
  gap: 15px;
}
.upload-container[b-fv77ryd79y] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.frame-e[b-fv77ryd79y],
.frame-f[b-fv77ryd79y] {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.frame-f[b-fv77ryd79y] {
  flex-direction: column;
  padding: 0 var(--padding-12xs) 0 0;
  box-sizing: border-box;
  gap: var(--gap-sm);
}

.frame-e[b-fv77ryd79y] {
  align-self: stretch;
  flex-direction: row;
  font-size: var(--font-size-mini);
  color: var(--color-slategray);
  font-family: var(--font-poppins);
}

.big-btn2[b-fv77ryd79y],
.rectangle5[b-fv77ryd79y] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rectangle5[b-fv77ryd79y] {
  right: 0;
  bottom: 0;
  border-radius: var(--br-5xs);
  background-color: var(--color-dodgerblue-100);
}

.big-btn2[b-fv77ryd79y] {
  z-index: 1;
}

.next-step[b-fv77ryd79y] {
  position: absolute;
  top: 17px;
  left: 175px;
  display: inline-block;
  width: 75px;
  z-index: 2;
}

.big-btn-parent[b-fv77ryd79y] {
  height: 50px;
  width: 425px;
  position: relative;
  max-width: 100%;
}

.frame-c-inner[b-fv77ryd79y] {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-12xs);
  box-sizing: border-box;
  max-width: 100%;
  color: var(--color-white);
}

.skip[b-fv77ryd79y] {
  position: relative;
  font-weight: 500;
  z-index: 1;
}

.skip-button[b-fv77ryd79y] {
  width: 102px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--color-darkgray-300);
  font-family: var(--font-open-sans);
}

.frame-c[b-fv77ryd79y],
.frame-c-wrapper[b-fv77ryd79y] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}

.frame-c[b-fv77ryd79y] {
  width: 80%;
  border-radius: var(--br-xs);
  background-color: var(--color-white);
  box-shadow: 0 21px 16px -16px #dde3f1;
  align-items: center;
  /*padding: var(--padding-27xl) var(--padding-21xl) 35px var(--padding-93xl);*/

  max-width: 100%;
  z-index: 2;
  flex-direction: row;
}

.frame-c-wrapper[b-fv77ryd79y] {
  align-items: flex-start;
  width: 100%;
  margin: 0 10px;
  flex-direction: row;
}

.group-5-copy-2[b-fv77ryd79y] {
  object-fit: contain;
  mix-blend-mode: normal;
  max-width: 155%;
  flex-shrink: 0;
  position: absolute;
  width: 10%;
  right: -11%;
  top: -16%;
}

.group-copy-skip[b-fv77ryd79y] {
  height: 295px;
  width: 27%;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  justify-content: flex-end;
  padding: 0;
  box-sizing: border-box;
  /*max-width: calc(100% - 1119px);*/
  margin-left: 190px;
}

@media screen and (max-width: 1225px) {
  .frame-a[b-fv77ryd79y] {
    display: none;
  }

  .frame-c-wrapper[b-fv77ryd79y] {
    max-width: 100%;
  }

  .group-copy-skip[b-fv77ryd79y] {
    display: none;
  }
}

@media screen and (max-width: 667px) {
  .main-container[b-fv77ryd79y] {
    position: fixed;
    left: 0;
    top: 0;
    margin-left: 0;
    padding-top: 30px;
    height: 100%;
    overflow: auto;
    width: 100%;
    background-color: white;
  }

  .select-container[b-fv77ryd79y] {
    flex-direction: column;
  }
  .frame-c[b-fv77ryd79y] {
    width: 100%;
  }
  .row-2[b-fv77ryd79y] {
    width: 95%;
  }
}

.row-1[b-fv77ryd79y],
.row-3[b-fv77ryd79y] {
  min-width: 5%;
  display: flex;
  position: relative;
  min-height: 100vh;
}

.row-2[b-fv77ryd79y] {
  display: flex;
  flex-direction: column;
  width: 90%;
}

.nextstep-btn[b-fv77ryd79y] {
  border: none;
  color: white;
  background-color: var(--color-dodgerblue-100);
  border-radius: 7px;
  margin-top: 15px;
  min-height: 41px;
}

.FileDrop[b-fv77ryd79y] {
  position: absolute;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
}

.FileDrop[b-fv77ryd79y]  input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}

/* new */

.main-container[b-fv77ryd79y] {
  display: flex;
  height: 100vh;
}
.left-section[b-fv77ryd79y] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  width: 40%;
}
.inner-section[b-fv77ryd79y] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  padding-top: 40px;
}
.form-section[b-fv77ryd79y] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.logo[b-fv77ryd79y] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profissional-info[b-fv77ryd79y] {
  margin: 15px 0;
  font-size: 24px;
  font-weight: 400;
  color: var(--color-darkgray-400);
}

.login-form[b-fv77ryd79y] {
  display: flex;
  padding-left: 40px;
  flex-direction: column;
  width: 85%;
  gap: 10px;
}
.select-input[b-fv77ryd79y] {
  width: 100%;
  color: var(--color-darkgray-400);
  padding: 14px 16px;
  border: 1px solid var(--color-sandybrown-light);
  border-radius: 8px;
  outline: none;
}

.license-container[b-fv77ryd79y] {
  font-size: var(--font-size-base);
  color: var(--color-darkgray-400);
  font-weight: 400;
}
span[b-fv77ryd79y] {
  color: #ff0000;
}

.upload-button-instance[b-fv77ryd79y] {
  border-radius: var(--br-4xs);
  border: 1.5px dashed var(--color-dodgerblue-100);
  display: flex;
  align-items: center;
  /* padding: var(--padding-10xl) var(--padding-3xl) var(--padding-10xl) var(--padding-xl); */
  position: relative;
  gap: var(--gap-mid);
  max-width: 100%;
  z-index: 1;
  font-size: 16px;
  color: var(--color-darkgray-400);
  justify-content: center;
}

@media (max-width: 992px) {
  .left-section[b-fv77ryd79y] {
    line-height: normal;
    width: 100%;
  }
  .span[b-fv77ryd79y] {
    padding-left: 0px;
  }
  .login-form[b-fv77ryd79y]{
      gap:5px;
  }
}
/* /Components/Pages/SupportPages/ConfirmationsPage.razor.rz.scp.css */
/* /Components/Pages/SupportPages/ConfirmationsRow.razor.rz.scp.css */
.header[b-7gxybp60q5] {
background-color:white;
padding: 10px;
border-radius:5px;
}
/* /Components/Pages/SupportPages/LicenseDialog.razor.rz.scp.css */
.prescription-temp-main-container[b-v3khzzsx7g] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width:100%;
    z-index:10;
}

.inner-container[b-v3khzzsx7g] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding:20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
}
.sticky-lg-top[b-v3khzzsx7g] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
/* /Components/Pages/SupportPages/SubscriptionAdmin.razor.rz.scp.css */
/* Subscription Admin Page Styles */
.subscription-admin-container[b-sng169o4rh] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.page-title[b-sng169o4rh] {
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 600;
}

.tabs-container[b-sng169o4rh] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.tab-buttons[b-sng169o4rh] {
    display: flex;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.tab-button[b-sng169o4rh] {
    padding: 15px 25px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 500;
    color: #6c757d;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.tab-button:hover[b-sng169o4rh] {
    background: #e9ecef;
    color: #495057;
}

.tab-button.active[b-sng169o4rh] {
    color: #007bff;
    border-bottom-color: #007bff;
    background: white;
}

.tab-content[b-sng169o4rh] {
    padding: 0;
    flex: 1;
    min-height: 0;
    overflow: auto;
}

.tab-section[b-sng169o4rh] {
    padding: 25px;
}

.section-header[b-sng169o4rh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
}

.section-header h4[b-sng169o4rh] {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
}

.search-container[b-sng169o4rh] {
    margin-bottom: 20px;
}

.search-container input[b-sng169o4rh] {
    max-width: 400px;
}

/* Grid Table Styles */
.grid-table[b-sng169o4rh] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    background: white;
}

.grid-header[b-sng169o4rh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    background: #f8f9fa;
    font-weight: 600;
    color: #495057;
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
}

.grid-header > div[b-sng169o4rh] {
    padding: 0 15px;
    text-align: left;
}

.grid-row[b-sng169o4rh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f4;
    transition: background-color 0.2s ease;
}

.grid-row:hover[b-sng169o4rh] {
    background: #f8f9fa;
}

.grid-row > div[b-sng169o4rh] {
    padding: 0 15px;
    display: flex;
    align-items: center;
    word-break: break-word;
}

.grid-row input[type="checkbox"][b-sng169o4rh] {
    margin: 0;
}

/* Modal Styles */
.modal-overlay[b-sng169o4rh] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.modal-content[b-sng169o4rh] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-header[b-sng169o4rh] {
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h5[b-sng169o4rh] {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
}

.btn-close[b-sng169o4rh] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #6c757d;
}

.modal-body[b-sng169o4rh] {
    padding: 20px;
}

.modal-footer[b-sng169o4rh] {
    padding: 20px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* Form Styles */
.form-group[b-sng169o4rh] {
    margin-bottom: 15px;
}

.form-row[b-sng169o4rh] {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.form-row .form-group[b-sng169o4rh] {
    flex: 1;
    margin-bottom: 0;
}

.form-control[b-sng169o4rh] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}

.form-control:focus[b-sng169o4rh] {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-check[b-sng169o4rh] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-check-input[b-sng169o4rh] {
    margin: 0;
}

.form-text[b-sng169o4rh] {
    font-size: 12px;
    color: #6c757d;
    margin-top: 4px;
}

/* Button Styles */
.btn[b-sng169o4rh] {
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.btn-primary[b-sng169o4rh] {
    background: #007bff;
    border-color: #007bff;
    color: white;
}

.btn-primary:hover[b-sng169o4rh] {
    background: #0056b3;
    border-color: #0056b3;
}

.btn-secondary[b-sng169o4rh] {
    background: #6c757d;
    border-color: #6c757d;
    color: white;
}

.btn-secondary:hover[b-sng169o4rh] {
    background: #545b62;
    border-color: #545b62;
}

.btn-outline-primary[b-sng169o4rh] {
    color: #007bff;
    border-color: #007bff;
    background: transparent;
}

.btn-outline-primary:hover[b-sng169o4rh] {
    background: #007bff;
    color: white;
}

.btn-outline-danger[b-sng169o4rh] {
    color: #dc3545;
    border-color: #dc3545;
    background: transparent;
}

.btn-outline-danger:hover[b-sng169o4rh] {
    background: #dc3545;
    color: white;
}

.btn-sm[b-sng169o4rh] {
    padding: 6px 12px;
    font-size: 12px;
}

/* Loading Styles */
.loading-spinner[b-sng169o4rh] {
    text-align: center;
    padding: 40px;
}

/* Status Colors */
.status-active[b-sng169o4rh] {
    color: #28a745;
    font-weight: 600;
}

.status-cancelled[b-sng169o4rh] {
    color: #dc3545;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .tab-buttons[b-sng169o4rh] {
        flex-direction: column;
    }

    .tab-button[b-sng169o4rh] {
        text-align: left;
        border-bottom: 1px solid #dee2e6;
    }

    .tab-button.active[b-sng169o4rh] {
        border-right: 3px solid #007bff;
        border-bottom: 1px solid #dee2e6;
    }

    .section-header[b-sng169o4rh] {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }

    .grid-header[b-sng169o4rh],
    .grid-row[b-sng169o4rh] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .grid-row > div[b-sng169o4rh] {
        padding: 8px 15px;
        border-bottom: 1px solid #f1f3f4;
    }

    .grid-row > div[b-sng169o4rh]:before {
        content: attr(data-label) ": ";
        font-weight: 600;
        color: #6c757d;
        margin-right: 8px;
    }

    .grid-header[b-sng169o4rh] {
        display: none;
    }

    .modal-content[b-sng169o4rh] {
        width: 95%;
        margin: 20px;
    }

    .form-row[b-sng169o4rh] {
        flex-direction: column;
        gap: 0;
    }
}
/* /Components/Pages/SupportPages/SubscriptionComps/AllocationsTab.razor.rz.scp.css */
/* AllocationsTab.razor.css - Professional styling for Allocations management */

.allocations-tab-container[b-19y1d8wbaz] {
    padding: 20px;
}

.allocations-section-header[b-19y1d8wbaz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.allocations-section-header h4[b-19y1d8wbaz] {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.25rem;
}

.allocations-search-container[b-19y1d8wbaz] {
    margin-bottom: 20px;
    position: relative;
}

.allocations-search-container input[b-19y1d8wbaz] {
    width: 100%;
    max-width: 400px;
    padding: 10px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.allocations-search-container input:focus[b-19y1d8wbaz] {
    outline: none;
    border-color: #fd7e14;
    box-shadow: 0 0 0 3px rgba(253, 126, 20, 0.1);
}

.allocations-grid-table[b-19y1d8wbaz] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.allocations-grid-header[b-19y1d8wbaz] {
    display: grid;
    grid-template-columns: 2fr 2fr 1.5fr 1fr 1.5fr;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    font-weight: 600;
    padding: 16px 0;
    font-size: 14px;
}

.allocations-grid-header > div[b-19y1d8wbaz] {
    padding: 0 20px;
    text-align: left;
    display: flex;
    align-items: center;
}

.allocations-grid-row[b-19y1d8wbaz] {
    display: grid;
    grid-template-columns: 2fr 2fr 1.5fr 1fr 1.5fr;
    padding: 14px 0;
    border-bottom: 1px solid #f1f3f4;
    transition: all 0.2s ease;
    cursor: pointer;
}

.allocations-grid-row:hover[b-19y1d8wbaz] {
    background: linear-gradient(135deg, #fff8f0 0%, #fff5e6 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.allocations-grid-row:last-child[b-19y1d8wbaz] {
    border-bottom: none;
}

.allocations-grid-row > div[b-19y1d8wbaz] {
    padding: 0 20px;
    display: flex;
    align-items: center;
    word-break: break-word;
    font-size: 14px;
}

.actions-cell[b-19y1d8wbaz] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.action-btn[b-19y1d8wbaz] {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    font-size: 16px;
}

.action-edit[b-19y1d8wbaz] { background: linear-gradient(180deg,#fff9ec,#fff4db); color:#6a4b00; border-color:#ffeac0 }
.action-delete[b-19y1d8wbaz] { background: linear-gradient(180deg,#fff4f4,#fff0f0); color:#7f1d1d; border-color:#ffd6d6 }
.action-edit:hover[b-19y1d8wbaz], .action-delete:hover[b-19y1d8wbaz] { transform: translateY(-2px); box-shadow:0 6px 14px rgba(0,0,0,0.06)}

.allocations-grid-row input[type="checkbox"][b-19y1d8wbaz] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #fd7e14;
}

.allocations-allocation-limit[b-19y1d8wbaz] {
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 4px;
}

.allocations-unlimited[b-19y1d8wbaz] {
    color: #28a745;
    font-weight: 600;
}

/* Modal Styles */
.allocations-modal-overlay[b-19y1d8wbaz] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    backdrop-filter: blur(4px);
}

.allocations-modal-content[b-19y1d8wbaz] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn-b-19y1d8wbaz 0.3s ease-out;
}

@keyframes modalSlideIn-b-19y1d8wbaz {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.allocations-modal-header[b-19y1d8wbaz] {
    padding: 24px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    border-radius: 16px 16px 0 0;
}

.allocations-modal-header h5[b-19y1d8wbaz] {
    margin: 0;
    font-weight: 600;
    font-size: 1.25rem;
}

.allocations-btn-close[b-19y1d8wbaz] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s ease;
}

.allocations-btn-close:hover[b-19y1d8wbaz] {
    color: white;
}

.allocations-modal-body[b-19y1d8wbaz] {
    padding: 30px;
}

.allocations-modal-footer[b-19y1d8wbaz] {
    padding: 24px 30px;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    background: #f8f9fa;
    border-radius: 0 0 16px 16px;
}

/* Form Styles */
.allocations-form-group[b-19y1d8wbaz] {
    margin-bottom: 20px;
}

.allocations-form-group label[b-19y1d8wbaz] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #374151;
    font-size: 14px;
}

.allocations-form-control[b-19y1d8wbaz] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.allocations-form-control:focus[b-19y1d8wbaz] {
    outline: none;
    border-color: #fd7e14;
    background: white;
    box-shadow: 0 0 0 3px rgba(253, 126, 20, 0.1);
}

.allocations-form-control:invalid[b-19y1d8wbaz] {
    border-color: #dc3545;
}

.allocations-form-check[b-19y1d8wbaz] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.allocations-form-check-input[b-19y1d8wbaz] {
    width: 20px;
    height: 20px;
    accent-color: #fd7e14;
    margin: 0;
}

.allocations-form-check-label[b-19y1d8wbaz] {
    font-weight: 500;
    color: #374151;
    cursor: pointer;
}

.allocations-form-text[b-19y1d8wbaz] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 6px;
    font-style: italic;
}

/* Button Styles */
.allocations-btn[b-19y1d8wbaz] {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.allocations-btn-primary[b-19y1d8wbaz] {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
}

.allocations-btn-primary:hover[b-19y1d8wbaz] {
    background: linear-gradient(135deg, #e55a2b 0%, #dd7c16 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.6);
}

.allocations-btn-secondary[b-19y1d8wbaz] {
    background: #6c757d;
    color: white;
}

.allocations-btn-secondary:hover[b-19y1d8wbaz] {
    background: #5a6268;
    transform: translateY(-1px);
}

.allocations-btn-outline-primary[b-19y1d8wbaz] {
    color: #fd7e14;
    border: 2px solid #fd7e14;
    background: transparent;
}

.allocations-btn-outline-primary:hover[b-19y1d8wbaz] {
    background: #fd7e14;
    color: white;
    transform: translateY(-1px);
}

.allocations-btn-outline-danger[b-19y1d8wbaz] {
    color: #dc3545;
    border: 2px solid #dc3545;
    background: transparent;
}

.allocations-btn-outline-danger:hover[b-19y1d8wbaz] {
    background: #dc3545;
    color: white;
    transform: translateY(-1px);
}

.allocations-btn-sm[b-19y1d8wbaz] {
    padding: 8px 16px;
    font-size: 12px;
}

/* Loading Styles */
.allocations-loading-spinner[b-19y1d8wbaz] {
    text-align: center;
    padding: 60px 20px;
}

.allocations-loading-spinner .spinner-border[b-19y1d8wbaz] {
    width: 3rem;
    height: 3rem;
    color: #fd7e14;
}

/* Responsive Design */
@media (max-width: 768px) {
    .allocations-section-header[b-19y1d8wbaz] {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }

    .allocations-grid-header[b-19y1d8wbaz],
    .allocations-grid-row[b-19y1d8wbaz] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .allocations-grid-row > div[b-19y1d8wbaz] {
        padding: 10px 20px;
        border-bottom: 1px solid #f1f3f4;
        justify-content: space-between;
    }

    .allocations-grid-row > div[b-19y1d8wbaz]:before {
        content: attr(data-label) ": ";
        font-weight: 600;
        color: #6c757d;
        margin-right: 12px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .allocations-grid-header[b-19y1d8wbaz] {
        display: none;
    }

    .allocations-modal-content[b-19y1d8wbaz] {
        width: 95%;
        margin: 20px;
    }

    .allocations-modal-header[b-19y1d8wbaz],
    .allocations-modal-body[b-19y1d8wbaz],
    .allocations-modal-footer[b-19y1d8wbaz] {
        padding: 20px;
    }

    .allocations-search-container input[b-19y1d8wbaz] {
        max-width: 100%;
    }
}

/* Animation for new rows */
@keyframes fadeInRow-b-19y1d8wbaz {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.allocations-new-row[b-19y1d8wbaz] {
    animation: fadeInRow-b-19y1d8wbaz 0.5s ease-out;
}
/* /Components/Pages/SupportPages/SubscriptionComps/FeaturesTab.razor.rz.scp.css */
/* FeaturesTab.razor.css - Professional styling for Features management */

.features-tab-container[b-41cyj8g50x] {
    padding: 20px;
}

.features-section-header[b-41cyj8g50x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.features-section-header h4[b-41cyj8g50x] {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.25rem;
}

.features-search-container[b-41cyj8g50x] {
    margin-bottom: 20px;
    position: relative;
}

.features-search-container input[b-41cyj8g50x] {
    width: 100%;
    max-width: 400px;
    padding: 10px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.features-search-container input:focus[b-41cyj8g50x] {
    outline: none;
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.features-grid-table[b-41cyj8g50x] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.features-grid-header[b-41cyj8g50x] {
    display: grid;
    grid-template-columns: 2fr 2fr 3fr 1.5fr 1fr 1.5fr;
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: white;
    font-weight: 600;
    padding: 16px 0;
    font-size: 14px;
}

.features-grid-header > div[b-41cyj8g50x] {
    padding: 0 20px;
    text-align: left;
    display: flex;
    align-items: center;
}

.features-grid-row[b-41cyj8g50x] {
    display: grid;
    grid-template-columns: 2fr 2fr 3fr 1.5fr 1fr 1.5fr;
    padding: 14px 0;
    border-bottom: 1px solid #f1f3f4;
    transition: all 0.2s ease;
    cursor: pointer;
}

.features-grid-row:hover[b-41cyj8g50x] {
    background: linear-gradient(135deg, #f0fff4 0%, #e6fffa 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.features-grid-row:last-child[b-41cyj8g50x] {
    border-bottom: none;
}

.features-grid-row > div[b-41cyj8g50x] {
    padding: 0 20px;
    display: flex;
    align-items: center;
    word-break: break-word;
    font-size: 14px;
}

.actions-cell[b-41cyj8g50x] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.action-btn[b-41cyj8g50x] {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    font-size: 16px;
}

.action-edit[b-41cyj8g50x] {
    background: linear-gradient(180deg,#e6fff3,#e6f9ee);
    color: #0f5132;
    border-color: #b7f1d4;
}

.action-edit:hover[b-41cyj8g50x] {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(15,81,50,0.08);
}

.action-delete[b-41cyj8g50x] {
    background: linear-gradient(180deg,#fff0f0,#fff4f4);
    color: #7f1d1d;
    border-color: #ffcccc;
}

.action-delete:hover[b-41cyj8g50x] {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(127,29,29,0.08);
}

.features-grid-row input[type="checkbox"][b-41cyj8g50x] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #28a745;
}

.features-feature-key[b-41cyj8g50x] {
    font-family: 'Courier New', monospace;
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    color: #495057;
}

/* Modal Styles */
.features-modal-overlay[b-41cyj8g50x] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    backdrop-filter: blur(4px);
}

.features-modal-content[b-41cyj8g50x] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn-b-41cyj8g50x 0.3s ease-out;
}

@keyframes modalSlideIn-b-41cyj8g50x {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.features-modal-header[b-41cyj8g50x] {
    padding: 24px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: white;
    border-radius: 16px 16px 0 0;
}

.features-modal-header h5[b-41cyj8g50x] {
    margin: 0;
    font-weight: 600;
    font-size: 1.25rem;
}

.features-btn-close[b-41cyj8g50x] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s ease;
}

.features-btn-close:hover[b-41cyj8g50x] {
    color: white;
}

.features-modal-body[b-41cyj8g50x] {
    padding: 30px;
}

.features-modal-footer[b-41cyj8g50x] {
    padding: 24px 30px;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    background: #f8f9fa;
    border-radius: 0 0 16px 16px;
}

/* Form Styles */
.features-form-group[b-41cyj8g50x] {
    margin-bottom: 20px;
}

.features-form-group label[b-41cyj8g50x] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #374151;
    font-size: 14px;
}

.features-form-control[b-41cyj8g50x] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.features-form-control:focus[b-41cyj8g50x] {
    outline: none;
    border-color: #28a745;
    background: white;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.features-form-control:invalid[b-41cyj8g50x] {
    border-color: #dc3545;
}

.features-form-check[b-41cyj8g50x] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.features-form-check-input[b-41cyj8g50x] {
    width: 20px;
    height: 20px;
    accent-color: #28a745;
    margin: 0;
}

.features-form-check-label[b-41cyj8g50x] {
    font-weight: 500;
    color: #374151;
    cursor: pointer;
}

.features-form-text[b-41cyj8g50x] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 6px;
    font-style: italic;
}

/* Button Styles */
.features-btn[b-41cyj8g50x] {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.features-btn-primary[b-41cyj8g50x] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(17, 153, 142, 0.4);
}

.features-btn-primary:hover[b-41cyj8g50x] {
    background: linear-gradient(135deg, #0e8379 0%, #32d56b 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(17, 153, 142, 0.6);
}

.features-btn-secondary[b-41cyj8g50x] {
    background: #6c757d;
    color: white;
}

.features-btn-secondary:hover[b-41cyj8g50x] {
    background: #5a6268;
    transform: translateY(-1px);
}

.features-btn-outline-primary[b-41cyj8g50x] {
    color: #28a745;
    border: 2px solid #28a745;
    background: transparent;
}

.features-btn-outline-primary:hover[b-41cyj8g50x] {
    background: #28a745;
    color: white;
    transform: translateY(-1px);
}

.features-btn-outline-danger[b-41cyj8g50x] {
    color: #dc3545;
    border: 2px solid #dc3545;
    background: transparent;
}

.features-btn-outline-danger:hover[b-41cyj8g50x] {
    background: #dc3545;
    color: white;
    transform: translateY(-1px);
}

.features-btn-sm[b-41cyj8g50x] {
    padding: 8px 16px;
    font-size: 12px;
}

/* Loading Styles */
.features-loading-spinner[b-41cyj8g50x] {
    text-align: center;
    padding: 60px 20px;
}

.features-loading-spinner .spinner-border[b-41cyj8g50x] {
    width: 3rem;
    height: 3rem;
    color: #28a745;
}

/* Responsive Design */
@media (max-width: 768px) {
    .features-section-header[b-41cyj8g50x] {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }

    .features-grid-header[b-41cyj8g50x],
    .features-grid-row[b-41cyj8g50x] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .features-grid-row > div[b-41cyj8g50x] {
        padding: 10px 20px;
        border-bottom: 1px solid #f1f3f4;
        justify-content: space-between;
    }

    .features-grid-row > div[b-41cyj8g50x]:before {
        content: attr(data-label) ": ";
        font-weight: 600;
        color: #6c757d;
        margin-right: 12px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .features-grid-header[b-41cyj8g50x] {
        display: none;
    }

    .features-modal-content[b-41cyj8g50x] {
        width: 95%;
        margin: 20px;
    }

    .features-modal-header[b-41cyj8g50x],
    .features-modal-body[b-41cyj8g50x],
    .features-modal-footer[b-41cyj8g50x] {
        padding: 20px;
    }

    .features-search-container input[b-41cyj8g50x] {
        max-width: 100%;
    }
}

/* Animation for new rows */
@keyframes fadeInRow-b-41cyj8g50x {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.features-new-row[b-41cyj8g50x] {
    animation: fadeInRow-b-41cyj8g50x 0.5s ease-out;
}
/* /Components/Pages/SupportPages/SubscriptionComps/PlansTab.razor.rz.scp.css */
/* PlansTab.razor.css - Professional styling for Plans management */

.plans-tab-container[b-apg5dkbn14] {
    padding: 20px;
}

.plans-section-header[b-apg5dkbn14] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.plans-section-header h4[b-apg5dkbn14] {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.25rem;
}

.plans-search-container[b-apg5dkbn14] {
    margin-bottom: 20px;
    position: relative;
}

.plans-search-container input[b-apg5dkbn14] {
    width: 100%;
    max-width: 400px;
    padding: 10px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.plans-search-container input:focus[b-apg5dkbn14] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.plans-grid-table[b-apg5dkbn14] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.plans-grid-header[b-apg5dkbn14] {
    display: grid;
    grid-template-columns: 2fr 3fr 1fr 1.5fr 1.5fr 1fr 1.5fr;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
    padding: 16px 0;
    font-size: 14px;
}

.plans-grid-header > div[b-apg5dkbn14] {
    padding: 0 20px;
    text-align: left;
    display: flex;
    align-items: center;
}

.plans-grid-row[b-apg5dkbn14] {
    display: grid;
    grid-template-columns: 2fr 3fr 1fr 1.5fr 1.5fr 1fr 1.5fr;
    padding: 14px 0;
    border-bottom: 1px solid #f1f3f4;
    transition: all 0.2s ease;
    cursor: pointer;
}

.plans-grid-row:hover[b-apg5dkbn14] {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.plans-grid-row:last-child[b-apg5dkbn14] {
    border-bottom: none;
}

.plans-grid-row > div[b-apg5dkbn14] {
    padding: 0 20px;
    display: flex;
    align-items: center;
    word-break: break-word;
    font-size: 14px;
}

.actions-cell[b-apg5dkbn14] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.action-btn[b-apg5dkbn14] {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    font-size: 16px;
}

.action-edit[b-apg5dkbn14] {
    background: linear-gradient(180deg,#eef7ff,#e6f0ff);
    color: #0b3a66;
    border-color: #cfe6ff;
}

.action-edit:hover[b-apg5dkbn14] {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(11,58,102,0.08);
}

.action-delete[b-apg5dkbn14] {
    background: linear-gradient(180deg,#fff7f7,#fff0f0);
    color: #7f1d1d;
    border-color: #ffd6d6;
}

.action-delete:hover[b-apg5dkbn14] {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(127,29,29,0.08);
}

.plans-grid-row input[type="checkbox"][b-apg5dkbn14] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #007bff;
}

.plans-status-active[b-apg5dkbn14] {
    color: #28a745;
    font-weight: 600;
    background: rgba(40, 167, 69, 0.1);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
}

.plans-status-inactive[b-apg5dkbn14] {
    color: #6c757d;
    background: rgba(108, 117, 125, 0.1);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
}

/* Modal Styles */
.plans-modal-overlay[b-apg5dkbn14] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    backdrop-filter: blur(4px);
}

.plans-modal-content[b-apg5dkbn14] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn-b-apg5dkbn14 0.3s ease-out;
}

@keyframes modalSlideIn-b-apg5dkbn14 {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.plans-modal-header[b-apg5dkbn14] {
    padding: 24px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 16px 16px 0 0;
}

.plans-modal-header h5[b-apg5dkbn14] {
    margin: 0;
    font-weight: 600;
    font-size: 1.25rem;
}

.plans-btn-close[b-apg5dkbn14] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s ease;
}

.plans-btn-close:hover[b-apg5dkbn14] {
    color: white;
}

.plans-modal-body[b-apg5dkbn14] {
    padding: 30px;
}

.plans-modal-footer[b-apg5dkbn14] {
    padding: 24px 30px;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    background: #f8f9fa;
    border-radius: 0 0 16px 16px;
}

/* Form Styles */
.plans-form-group[b-apg5dkbn14] {
    margin-bottom: 20px;
}

.plans-form-row[b-apg5dkbn14] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.plans-form-group label[b-apg5dkbn14] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #374151;
    font-size: 14px;
}

.plans-form-control[b-apg5dkbn14] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.plans-form-control:focus[b-apg5dkbn14] {
    outline: none;
    border-color: #007bff;
    background: white;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.plans-form-control:invalid[b-apg5dkbn14] {
    border-color: #dc3545;
}

.plans-form-check[b-apg5dkbn14] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.plans-form-check-input[b-apg5dkbn14] {
    width: 20px;
    height: 20px;
    accent-color: #007bff;
    margin: 0;
}

.plans-form-check-label[b-apg5dkbn14] {
    font-weight: 500;
    color: #374151;
    cursor: pointer;
}

.plans-form-text[b-apg5dkbn14] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 6px;
    font-style: italic;
}

/* Button Styles */
.plans-btn[b-apg5dkbn14] {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.plans-btn-primary[b-apg5dkbn14] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.plans-btn-primary:hover[b-apg5dkbn14] {
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.plans-btn-secondary[b-apg5dkbn14] {
    background: #6c757d;
    color: white;
}

.plans-btn-secondary:hover[b-apg5dkbn14] {
    background: #5a6268;
    transform: translateY(-1px);
}

.plans-btn-outline-primary[b-apg5dkbn14] {
    color: #007bff;
    border: 2px solid #007bff;
    background: transparent;
}

.plans-btn-outline-primary:hover[b-apg5dkbn14] {
    background: #007bff;
    color: white;
    transform: translateY(-1px);
}

.plans-btn-outline-danger[b-apg5dkbn14] {
    color: #dc3545;
    border: 2px solid #dc3545;
    background: transparent;
}

.plans-btn-outline-danger:hover[b-apg5dkbn14] {
    background: #dc3545;
    color: white;
    transform: translateY(-1px);
}

.plans-btn-sm[b-apg5dkbn14] {
    padding: 8px 16px;
    font-size: 12px;
}

/* Loading Styles */
.plans-loading-spinner[b-apg5dkbn14] {
    text-align: center;
    padding: 60px 20px;
}

.plans-loading-spinner .spinner-border[b-apg5dkbn14] {
    width: 3rem;
    height: 3rem;
    color: #007bff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .plans-section-header[b-apg5dkbn14] {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }

    .plans-form-row[b-apg5dkbn14] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .plans-grid-header[b-apg5dkbn14],
    .plans-grid-row[b-apg5dkbn14] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .plans-grid-row > div[b-apg5dkbn14] {
        padding: 10px 20px;
        border-bottom: 1px solid #f1f3f4;
        justify-content: space-between;
    }

    .plans-grid-row > div[b-apg5dkbn14]:before {
        content: attr(data-label) ": ";
        font-weight: 600;
        color: #6c757d;
        margin-right: 12px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .plans-grid-header[b-apg5dkbn14] {
        display: none;
    }

    .plans-modal-content[b-apg5dkbn14] {
        width: 95%;
        margin: 20px;
    }

    .plans-modal-header[b-apg5dkbn14],
    .plans-modal-body[b-apg5dkbn14],
    .plans-modal-footer[b-apg5dkbn14] {
        padding: 20px;
    }

    .plans-search-container input[b-apg5dkbn14] {
        max-width: 100%;
    }
}

/* Animation for new rows */
@keyframes fadeInRow-b-apg5dkbn14 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.plans-new-row[b-apg5dkbn14] {
    animation: fadeInRow-b-apg5dkbn14 0.5s ease-out;
}
/* /Components/Pages/SupportPages/SubscriptionComps/PricingTab.razor.rz.scp.css */
/* PricingTab.razor.css - Professional styling for Pricing management */

.pricing-tab-container[b-emwtr2b76x] {
    padding: 20px;
}

.pricing-section-header[b-emwtr2b76x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.pricing-section-header h4[b-emwtr2b76x] {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.25rem;
}

.pricing-search-container[b-emwtr2b76x] {
    margin-bottom: 20px;
    position: relative;
}

.pricing-search-container input[b-emwtr2b76x] {
    width: 100%;
    max-width: 400px;
    padding: 10px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pricing-search-container input:focus[b-emwtr2b76x] {
    outline: none;
    border-color: #20c997;
    box-shadow: 0 0 0 3px rgba(32, 201, 151, 0.1);
}

.pricing-grid-table[b-emwtr2b76x] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.pricing-grid-header[b-emwtr2b76x] {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.2fr 1fr 1fr 1fr 1.5fr;
    background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%);
    color: white;
    font-weight: 600;
    padding: 16px 0;
    font-size: 14px;
}

.pricing-grid-header > div[b-emwtr2b76x] {
    padding: 0 20px;
    text-align: left;
    display: flex;
    align-items: center;
}

.pricing-grid-row[b-emwtr2b76x] {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.2fr 1fr 1fr 1fr 1.5fr;
    padding: 14px 0;
    border-bottom: 1px solid #f1f3f4;
    transition: all 0.2s ease;
    cursor: pointer;
}

.pricing-grid-row:hover[b-emwtr2b76x] {
    background: linear-gradient(135deg, #f0fff8 0%, #e6f7ff 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pricing-grid-row:last-child[b-emwtr2b76x] {
    border-bottom: none;
}

.pricing-grid-row > div[b-emwtr2b76x] {
    padding: 0 20px;
    display: flex;
    align-items: center;
    word-break: break-word;
    font-size: 14px;
}

.actions-cell[b-emwtr2b76x] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.action-btn[b-emwtr2b76x] {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    font-size: 16px;
}

.action-edit[b-emwtr2b76x] { background: linear-gradient(180deg,#e6fff8,#dffbf0); color:#0f5a45; border-color:#c9f3e3 }
.action-delete[b-emwtr2b76x] { background: linear-gradient(180deg,#fff7f7,#fff0f0); color:#7f1d1d; border-color:#ffd6d6 }
.action-edit:hover[b-emwtr2b76x], .action-delete:hover[b-emwtr2b76x] { transform: translateY(-2px); box-shadow:0 6px 14px rgba(0,0,0,0.06)}

.pricing-grid-row input[type="checkbox"][b-emwtr2b76x] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #20c997;
}

.pricing-price[b-emwtr2b76x] {
    font-weight: 600;
    color: #28a745;
    font-size: 15px;
}

.pricing-discount[b-emwtr2b76x] {
    color: #dc3545;
    font-weight: 500;
}

.pricing-tax[b-emwtr2b76x] {
    color: #6c757d;
    font-weight: 500;
}

.pricing-currency[b-emwtr2b76x] {
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    color: #495057;
    font-size: 12px;
}

/* Modal Styles */
.pricing-modal-overlay[b-emwtr2b76x] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    backdrop-filter: blur(4px);
}

.pricing-modal-content[b-emwtr2b76x] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn-b-emwtr2b76x 0.3s ease-out;
}

@keyframes modalSlideIn-b-emwtr2b76x {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.pricing-modal-header[b-emwtr2b76x] {
    padding: 24px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%);
    color: white;
    border-radius: 16px 16px 0 0;
}

.pricing-modal-header h5[b-emwtr2b76x] {
    margin: 0;
    font-weight: 600;
    font-size: 1.25rem;
}

.pricing-btn-close[b-emwtr2b76x] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s ease;
}

.pricing-btn-close:hover[b-emwtr2b76x] {
    color: white;
}

.pricing-modal-body[b-emwtr2b76x] {
    padding: 30px;
}

.pricing-modal-footer[b-emwtr2b76x] {
    padding: 24px 30px;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    background: #f8f9fa;
    border-radius: 0 0 16px 16px;
}

/* Form Styles */
.pricing-form-group[b-emwtr2b76x] {
    margin-bottom: 20px;
}

.pricing-form-row[b-emwtr2b76x] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.pricing-form-row .pricing-form-group[b-emwtr2b76x] {
    margin-bottom: 0;
}

.pricing-form-group label[b-emwtr2b76x] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #374151;
    font-size: 14px;
}

.pricing-form-control[b-emwtr2b76x] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.pricing-form-control:focus[b-emwtr2b76x] {
    outline: none;
    border-color: #20c997;
    background: white;
    box-shadow: 0 0 0 3px rgba(32, 201, 151, 0.1);
}

.pricing-form-control:invalid[b-emwtr2b76x] {
    border-color: #dc3545;
}

.pricing-form-check[b-emwtr2b76x] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.pricing-form-check-input[b-emwtr2b76x] {
    width: 20px;
    height: 20px;
    accent-color: #20c997;
    margin: 0;
}

.pricing-form-check-label[b-emwtr2b76x] {
    font-weight: 500;
    color: #374151;
    cursor: pointer;
}

.pricing-form-text[b-emwtr2b76x] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 6px;
    font-style: italic;
}

/* Button Styles */
.pricing-btn[b-emwtr2b76x] {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-btn-primary[b-emwtr2b76x] {
    background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(32, 201, 151, 0.4);
}

.pricing-btn-primary:hover[b-emwtr2b76x] {
    background: linear-gradient(135deg, #1aa085 0%, #138496 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(32, 201, 151, 0.6);
}

.pricing-btn-secondary[b-emwtr2b76x] {
    background: #6c757d;
    color: white;
}

.pricing-btn-secondary:hover[b-emwtr2b76x] {
    background: #5a6268;
    transform: translateY(-1px);
}

.pricing-btn-outline-primary[b-emwtr2b76x] {
    color: #20c997;
    border: 2px solid #20c997;
    background: transparent;
}

.pricing-btn-outline-primary:hover[b-emwtr2b76x] {
    background: #20c997;
    color: white;
    transform: translateY(-1px);
}

.pricing-btn-outline-danger[b-emwtr2b76x] {
    color: #dc3545;
    border: 2px solid #dc3545;
    background: transparent;
}

.pricing-btn-outline-danger:hover[b-emwtr2b76x] {
    background: #dc3545;
    color: white;
    transform: translateY(-1px);
}

.pricing-btn-sm[b-emwtr2b76x] {
    padding: 8px 16px;
    font-size: 12px;
}

/* Loading Styles */
.pricing-loading-spinner[b-emwtr2b76x] {
    text-align: center;
    padding: 60px 20px;
}

.pricing-loading-spinner .spinner-border[b-emwtr2b76x] {
    width: 3rem;
    height: 3rem;
    color: #20c997;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pricing-section-header[b-emwtr2b76x] {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }

    .pricing-form-row[b-emwtr2b76x] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .pricing-grid-header[b-emwtr2b76x],
    .pricing-grid-row[b-emwtr2b76x] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .pricing-grid-row > div[b-emwtr2b76x] {
        padding: 10px 20px;
        border-bottom: 1px solid #f1f3f4;
        justify-content: space-between;
    }

    .pricing-grid-row > div[b-emwtr2b76x]:before {
        content: attr(data-label) ": ";
        font-weight: 600;
        color: #6c757d;
        margin-right: 12px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .pricing-grid-header[b-emwtr2b76x] {
        display: none;
    }

    .pricing-modal-content[b-emwtr2b76x] {
        width: 95%;
        margin: 20px;
    }

    .pricing-modal-header[b-emwtr2b76x],
    .pricing-modal-body[b-emwtr2b76x],
    .pricing-modal-footer[b-emwtr2b76x] {
        padding: 20px;
    }

    .pricing-search-container input[b-emwtr2b76x] {
        max-width: 100%;
    }
}

/* Animation for new rows */
@keyframes fadeInRow-b-emwtr2b76x {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing-new-row[b-emwtr2b76x] {
    animation: fadeInRow-b-emwtr2b76x 0.5s ease-out;
}
/* /Components/Pages/SupportPages/SubscriptionComps/PromotionCodesTab.razor.rz.scp.css */
/* PromotionCodesTab.razor.css */

.promotions-tab-container[b-pnxt4o7fke] {
    padding: 20px;
}

.promotions-section-header[b-pnxt4o7fke] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.promotions-section-header h4[b-pnxt4o7fke] {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.25rem;
}

.promotions-search-container[b-pnxt4o7fke] {
    margin-bottom: 20px;
    position: relative;
}

.promotions-search-container input[b-pnxt4o7fke] {
    width: 100%;
    max-width: 400px;
    padding: 10px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.promotions-search-container input:focus[b-pnxt4o7fke] {
    outline: none;
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.promotions-grid-table[b-pnxt4o7fke] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.promotions-grid-header[b-pnxt4o7fke] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.2fr 1.2fr 1fr 1fr 1.2fr;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    font-weight: 600;
    padding: 16px 0;
    font-size: 14px;
}

.promotions-grid-header > div[b-pnxt4o7fke] {
    padding: 0 20px;
    text-align: left;
    display: flex;
    align-items: center;
}

.promotions-grid-row[b-pnxt4o7fke] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.2fr 1.2fr 1fr 1fr 1.2fr;
    padding: 14px 0;
    border-bottom: 1px solid #f1f3f4;
    transition: all 0.2s ease;
}

.promotions-grid-row:hover[b-pnxt4o7fke] {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.promotions-grid-row:last-child[b-pnxt4o7fke] {
    border-bottom: none;
}

.promotions-grid-row > div[b-pnxt4o7fke] {
    padding: 0 20px;
    display: flex;
    align-items: center;
    word-break: break-word;
    font-size: 14px;
}

.code-cell[b-pnxt4o7fke] {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #28a745;
}

.status-active[b-pnxt4o7fke] {
    display: inline-block;
    background: #d1f2e9;
    color: #155724;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-inactive[b-pnxt4o7fke] {
    display: inline-block;
    background: #f8f9fa;
    color: #6c757d;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.actions-cell[b-pnxt4o7fke] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.action-btn[b-pnxt4o7fke] {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    font-size: 16px;
}

.action-edit[b-pnxt4o7fke] {
    background: linear-gradient(180deg, #d4edda, #c3e6cb);
    color: #155724;
    border-color: #b1dfbb;
}

.action-delete[b-pnxt4o7fke] {
    background: linear-gradient(180deg, #f8d7da, #f5c6cb);
    color: #721c24;
    border-color: #f1b0b7;
}

.action-edit:hover[b-pnxt4o7fke],
.action-delete:hover[b-pnxt4o7fke] {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.promotions-loading-spinner[b-pnxt4o7fke] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.promotions-btn[b-pnxt4o7fke] {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 600;
}

.promotions-btn-primary[b-pnxt4o7fke] {
    background: #28a745;
    color: white;
}

.promotions-btn-primary:hover[b-pnxt4o7fke] {
    background: #218838;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.promotions-btn-sm[b-pnxt4o7fke] {
    padding: 8px 16px;
    font-size: 14px;
}

.promotions-modal-overlay[b-pnxt4o7fke] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.promotions-modal-content[b-pnxt4o7fke] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.promotions-modal-header[b-pnxt4o7fke] {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promotions-modal-header h5[b-pnxt4o7fke] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.promotions-btn-close[b-pnxt4o7fke] {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #6c757d;
}

.promotions-modal-body[b-pnxt4o7fke] {
    padding: 20px;
}

.promotions-form-group[b-pnxt4o7fke] {
    margin-bottom: 15px;
}

.promotions-form-group label[b-pnxt4o7fke] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
}

.promotions-form-control[b-pnxt4o7fke] {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #e1e5e9;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.promotions-form-control:focus[b-pnxt4o7fke] {
    outline: none;
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.promotions-form-row[b-pnxt4o7fke] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.promotions-modal-footer[b-pnxt4o7fke] {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.promotions-btn-secondary[b-pnxt4o7fke] {
    background: #6c757d;
    color: white;
}

.promotions-btn-secondary:hover[b-pnxt4o7fke] {
    background: #5a6268;
}

.promotions-btn-delete[b-pnxt4o7fke] {
    background: #dc3545;
    color: white;
}

.promotions-btn-delete:hover[b-pnxt4o7fke] {
    background: #c82333;
}
/* /Components/Pages/SupportPages/SubscriptionComps/ReferralCodesTab.razor.rz.scp.css */
/* ReferralCodesTab.razor.css */

.referrals-tab-container[b-fxhpjyd0p0] {
    padding: 20px;
}

.referrals-section-header[b-fxhpjyd0p0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.referrals-section-header h4[b-fxhpjyd0p0] {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.25rem;
}

.referrals-search-container[b-fxhpjyd0p0] {
    margin-bottom: 20px;
    position: relative;
}

.referrals-search-container input[b-fxhpjyd0p0] {
    width: 100%;
    max-width: 400px;
    padding: 10px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.referrals-search-container input:focus[b-fxhpjyd0p0] {
    outline: none;
    border-color: #ffc107;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.1);
}

.referrals-grid-table[b-fxhpjyd0p0] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.referrals-grid-header[b-fxhpjyd0p0] {
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 1.2fr 1.2fr 1.2fr 1fr 1.2fr 1.2fr;
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: white;
    font-weight: 600;
    padding: 16px 0;
    font-size: 14px;
}

.referrals-grid-header > div[b-fxhpjyd0p0] {
    padding: 0 20px;
    text-align: left;
    display: flex;
    align-items: center;
}

.referrals-grid-row[b-fxhpjyd0p0] {
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 1.2fr 1.2fr 1.2fr 1fr 1.2fr 1.2fr;
    padding: 14px 0;
    border-bottom: 1px solid #f1f3f4;
    transition: all 0.2s ease;
}

.referrals-grid-row:hover[b-fxhpjyd0p0] {
    background: linear-gradient(135deg, #fffbf0 0%, #fff8f0 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.referrals-grid-row:last-child[b-fxhpjyd0p0] {
    border-bottom: none;
}

.referrals-grid-row > div[b-fxhpjyd0p0] {
    padding: 0 20px;
    display: flex;
    align-items: center;
    word-break: break-word;
    font-size: 14px;
}

.code-cell[b-fxhpjyd0p0] {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #ff9800;
}

.status-active[b-fxhpjyd0p0] {
    display: inline-block;
    background: #fff3cd;
    color: #856404;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-inactive[b-fxhpjyd0p0] {
    display: inline-block;
    background: #f8f9fa;
    color: #6c757d;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.actions-cell[b-fxhpjyd0p0] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.action-btn[b-fxhpjyd0p0] {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    font-size: 16px;
}

.action-edit[b-fxhpjyd0p0] {
    background: linear-gradient(180deg, #ffe8b6, #ffd89b);
    color: #856404;
    border-color: #ffcf80;
}

.action-delete[b-fxhpjyd0p0] {
    background: linear-gradient(180deg, #f8d7da, #f5c6cb);
    color: #721c24;
    border-color: #f1b0b7;
}

.action-edit:hover[b-fxhpjyd0p0],
.action-delete:hover[b-fxhpjyd0p0] {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.referrals-loading-spinner[b-fxhpjyd0p0] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.referrals-btn[b-fxhpjyd0p0] {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 600;
}

.referrals-btn-primary[b-fxhpjyd0p0] {
    background: #ffc107;
    color: #333;
}

.referrals-btn-primary:hover[b-fxhpjyd0p0] {
    background: #ffb300;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.referrals-btn-sm[b-fxhpjyd0p0] {
    padding: 8px 16px;
    font-size: 14px;
}

.referrals-modal-overlay[b-fxhpjyd0p0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.referrals-modal-content[b-fxhpjyd0p0] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.referrals-modal-header[b-fxhpjyd0p0] {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.referrals-modal-header h5[b-fxhpjyd0p0] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.referrals-btn-close[b-fxhpjyd0p0] {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #6c757d;
}

.referrals-modal-body[b-fxhpjyd0p0] {
    padding: 20px;
}

.referrals-form-group[b-fxhpjyd0p0] {
    margin-bottom: 15px;
}

.referrals-form-group label[b-fxhpjyd0p0] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
}

.referrals-form-control[b-fxhpjyd0p0] {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #e1e5e9;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.referrals-form-control:focus[b-fxhpjyd0p0] {
    outline: none;
    border-color: #ffc107;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.1);
}

.referrals-form-row[b-fxhpjyd0p0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.referrals-modal-footer[b-fxhpjyd0p0] {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.referrals-btn-secondary[b-fxhpjyd0p0] {
    background: #6c757d;
    color: white;
}

.referrals-btn-secondary:hover[b-fxhpjyd0p0] {
    background: #5a6268;
}

.referrals-btn-delete[b-fxhpjyd0p0] {
    background: #dc3545;
    color: white;
}

.referrals-btn-delete:hover[b-fxhpjyd0p0] {
    background: #c82333;
}
/* /Components/Pages/SupportPages/SubscriptionComps/SubscriptionsTab.razor.rz.scp.css */
/* SubscriptionsTab.razor.css - Professional styling for Subscriptions management */

.subscriptions-tab-container[b-4em6q1vpu5] {
    padding: 20px;
}

.subscriptions-section-header[b-4em6q1vpu5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.subscriptions-section-header h4[b-4em6q1vpu5] {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.25rem;
}

.subscriptions-search-container[b-4em6q1vpu5] {
    margin-bottom: 20px;
    position: relative;
}

.subscriptions-search-container input[b-4em6q1vpu5] {
    width: 100%;
    max-width: 400px;
    padding: 10px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.subscriptions-search-container input:focus[b-4em6q1vpu5] {
    outline: none;
    border-color: #6f42c1;
    box-shadow: 0 0 0 3px rgba(111, 66, 193, 0.1);
}

.subscriptions-grid-table[b-4em6q1vpu5] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.subscriptions-grid-header[b-4em6q1vpu5] {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1.8fr 1fr 1.5fr 1.2fr 1.2fr 1.5fr;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    font-weight: 600;
    padding: 16px 0;
    font-size: 14px;
}

.subscriptions-grid-header > div[b-4em6q1vpu5] {
    padding: 0 20px;
    text-align: left;
    display: flex;
    align-items: center;
}

.subscriptions-grid-row[b-4em6q1vpu5] {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1.8fr 1fr 1.5fr 1.2fr 1.2fr 1.5fr;
    padding: 14px 0;
    border-bottom: 1px solid #f1f3f4;
    transition: all 0.2s ease;
    cursor: pointer;
}

.subscriptions-grid-row:hover[b-4em6q1vpu5] {
    background: linear-gradient(135deg, #f8f0ff 0%, #fce4ec 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.subscriptions-grid-row:last-child[b-4em6q1vpu5] {
    border-bottom: none;
}

.subscriptions-grid-row > div[b-4em6q1vpu5] {
    padding: 0 20px;
    display: flex;
    align-items: center;
    word-break: break-word;
    font-size: 14px;
}

.actions-cell[b-4em6q1vpu5] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.action-btn[b-4em6q1vpu5] {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    font-size: 16px;
}

.action-edit[b-4em6q1vpu5] { background: linear-gradient(180deg,#f3e8ff,#efe0ff); color:#3b1f66; border-color:#e7d7ff }
.action-delete[b-4em6q1vpu5] { background: linear-gradient(180deg,#fff4f6,#fff0f2); color:#7f1d1d; border-color:#ffd6d6 }
.action-edit:hover[b-4em6q1vpu5], .action-delete:hover[b-4em6q1vpu5] { transform: translateY(-2px); box-shadow:0 6px 14px rgba(0,0,0,0.06)}

.subscriptions-status-active[b-4em6q1vpu5] {
    color: #28a745;
    font-weight: 600;
    background: rgba(40, 167, 69, 0.1);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
}

.subscriptions-status-cancelled[b-4em6q1vpu5] {
    color: #dc3545;
    font-weight: 600;
    background: rgba(220, 53, 69, 0.1);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
}

.subscriptions-status-expired[b-4em6q1vpu5] {
    color: #ffc107;
    font-weight: 600;
    background: rgba(255, 193, 7, 0.1);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
}

.subscriptions-user-id[b-4em6q1vpu5] {
    font-family: 'Courier New', monospace;
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    color: #495057;
}

/* Modal Styles */
.subscriptions-modal-overlay[b-4em6q1vpu5] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    backdrop-filter: blur(4px);
}

.subscriptions-modal-content[b-4em6q1vpu5] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn-b-4em6q1vpu5 0.3s ease-out;
}

@keyframes modalSlideIn-b-4em6q1vpu5 {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.subscriptions-modal-header[b-4em6q1vpu5] {
    padding: 24px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    border-radius: 16px 16px 0 0;
}

.subscriptions-modal-header h5[b-4em6q1vpu5] {
    margin: 0;
    font-weight: 600;
    font-size: 1.25rem;
}

.subscriptions-btn-close[b-4em6q1vpu5] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s ease;
}

.subscriptions-btn-close:hover[b-4em6q1vpu5] {
    color: white;
}

.subscriptions-modal-body[b-4em6q1vpu5] {
    padding: 30px;
}

.subscriptions-modal-footer[b-4em6q1vpu5] {
    padding: 24px 30px;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    background: #f8f9fa;
    border-radius: 0 0 16px 16px;
}

/* Form Styles */
.subscriptions-form-group[b-4em6q1vpu5] {
    margin-bottom: 20px;
}

.subscriptions-form-row[b-4em6q1vpu5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.subscriptions-form-row .subscriptions-form-group[b-4em6q1vpu5] {
    margin-bottom: 0;
}

.subscriptions-form-group label[b-4em6q1vpu5] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #374151;
    font-size: 14px;
}

.subscriptions-form-control[b-4em6q1vpu5] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.subscriptions-form-control:focus[b-4em6q1vpu5] {
    outline: none;
    border-color: #6f42c1;
    background: white;
    box-shadow: 0 0 0 3px rgba(111, 66, 193, 0.1);
}

.subscriptions-form-control:invalid[b-4em6q1vpu5] {
    border-color: #dc3545;
}

.subscriptions-form-check[b-4em6q1vpu5] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.subscriptions-form-check-input[b-4em6q1vpu5] {
    width: 20px;
    height: 20px;
    accent-color: #6f42c1;
    margin: 0;
}

.subscriptions-form-check-label[b-4em6q1vpu5] {
    font-weight: 500;
    color: #374151;
    cursor: pointer;
}

.subscriptions-form-text[b-4em6q1vpu5] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 6px;
    font-style: italic;
}

/* Button Styles */
.subscriptions-btn[b-4em6q1vpu5] {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.subscriptions-btn-primary[b-4em6q1vpu5] {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(111, 66, 193, 0.4);
}

.subscriptions-btn-primary:hover[b-4em6q1vpu5] {
    background: linear-gradient(135deg, #5a32a3 0%, #c8237a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(111, 66, 193, 0.6);
}

.subscriptions-btn-secondary[b-4em6q1vpu5] {
    background: #6c757d;
    color: white;
}

.subscriptions-btn-secondary:hover[b-4em6q1vpu5] {
    background: #5a6268;
    transform: translateY(-1px);
}

.subscriptions-btn-outline-primary[b-4em6q1vpu5] {
    color: #6f42c1;
    border: 2px solid #6f42c1;
    background: transparent;
}

.subscriptions-btn-outline-primary:hover[b-4em6q1vpu5] {
    background: #6f42c1;
    color: white;
    transform: translateY(-1px);
}

.subscriptions-btn-outline-danger[b-4em6q1vpu5] {
    color: #dc3545;
    border: 2px solid #dc3545;
    background: transparent;
}

.subscriptions-btn-outline-danger:hover[b-4em6q1vpu5] {
    background: #dc3545;
    color: white;
    transform: translateY(-1px);
}

.subscriptions-btn-sm[b-4em6q1vpu5] {
    padding: 8px 16px;
    font-size: 12px;
}

/* Loading Styles */
.subscriptions-loading-spinner[b-4em6q1vpu5] {
    text-align: center;
    padding: 60px 20px;
}

.subscriptions-loading-spinner .spinner-border[b-4em6q1vpu5] {
    width: 3rem;
    height: 3rem;
    color: #6f42c1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .subscriptions-section-header[b-4em6q1vpu5] {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }

    .subscriptions-form-row[b-4em6q1vpu5] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .subscriptions-grid-header[b-4em6q1vpu5],
    .subscriptions-grid-row[b-4em6q1vpu5] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .subscriptions-grid-row > div[b-4em6q1vpu5] {
        padding: 10px 20px;
        border-bottom: 1px solid #f1f3f4;
        justify-content: space-between;
    }

    .subscriptions-grid-row > div[b-4em6q1vpu5]:before {
        content: attr(data-label) ": ";
        font-weight: 600;
        color: #6c757d;
        margin-right: 12px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .subscriptions-grid-header[b-4em6q1vpu5] {
        display: none;
    }

    .subscriptions-modal-content[b-4em6q1vpu5] {
        width: 95%;
        margin: 20px;
    }

    .subscriptions-modal-header[b-4em6q1vpu5],
    .subscriptions-modal-body[b-4em6q1vpu5],
    .subscriptions-modal-footer[b-4em6q1vpu5] {
        padding: 20px;
    }

    .subscriptions-search-container input[b-4em6q1vpu5] {
        max-width: 100%;
    }
}

/* Animation for new rows */
@keyframes fadeInRow-b-4em6q1vpu5 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.subscriptions-new-row[b-4em6q1vpu5] {
    animation: fadeInRow-b-4em6q1vpu5 0.5s ease-out;
}
/* /Components/Pages/SupportPages/SupportUsersPage.razor.rz.scp.css */

.support-main-container[b-hbeud1x3xs] {
    background-color: #F6F6F8;
    height: 100vh;
    overflow: scroll;
}

.survey-box[b-hbeud1x3xs] {
    display: grid;
    grid-template-columns: 67% auto;
    width: 262px;
    height: 161px;
    left: 0%;
    right: 76.61%;
    top: 0%;
    bottom: 0%;
    background: #FFFFFF;
    box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    padding: 16px;
}

    .survey-box .total-label[b-hbeud1x3xs] {
        height: 24px;
        left: 1.43%;
        right: 91.52%;
        top: calc(50% - 24px/2 - 52.5px);
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        /* identical to box height */
        color: #202224;
        mix-blend-mode: normal;
        opacity: 0.7;
    }

    .survey-box img[b-hbeud1x3xs] {
        padding: 11px;
        border-radius: 34px;
        height: 50px;
        width: 50px;
        background: #8280ff38;
    }

    .survey-box .total-count[b-hbeud1x3xs] {
        height: 42px;
        left: 1.43%;
        right: 89.55%;
        top: calc(50% - 42px/2 - 5.5px);
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 42px;
        /* identical to box height */
        letter-spacing: 1px;
        color: #202224;
    }

.filter-container[b-hbeud1x3xs] {
    display: inline-flex;
    width: 100%;
    gap: 10px;
}

    .filter-container input[b-hbeud1x3xs] {
        width: 65%;
    }

.grid-table[b-hbeud1x3xs] {
    display: grid;
    gap: 1px;
    width: 100%;
    font-size: 14px;
}

.grid-header[b-hbeud1x3xs], .grid-row[b-hbeud1x3xs] {
    display: grid;
    grid-template-columns: repeat(2, 0.7fr ) 0.7fr 0.5fr 0.3fr 0.5fr 0.4fr; /* 6 columns for desktop view */
    padding: 10px;
    align-items: center;
}

.grid-header[b-hbeud1x3xs] {
    background-color: #f8f9fa;
    font-weight: bold;
    border-bottom: 2px solid #dee2e6;
}

.grid-row[b-hbeud1x3xs] {
    background-color: #ffffff;
    border-bottom: 1px solid #dee2e6;
}

    .grid-row.row-warning[b-hbeud1x3xs] {
        background-color: #fff3cd;
    }

    .grid-row.row-danger[b-hbeud1x3xs] {
        background-color: #f8d7da;
    }

    .grid-row:hover[b-hbeud1x3xs] {
        background-color: #f1f1f1;
        cursor: pointer;
    }

    .grid-row div[b-hbeud1x3xs] {
        padding: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .grid-header div[b-hbeud1x3xs], .grid-row div[b-hbeud1x3xs] {
        text-align: left;
    }

@media (max-width: 768px) {
    .support-main-container[b-hbeud1x3xs] {
        height: 70vh;
    }

    .filter-container[b-hbeud1x3xs] {
        display: flex;
        flex-direction: column;
        font-size: 12px;
    }

        .filter-container input[b-hbeud1x3xs] {
            width: 100%;
        }

        .filter-container select[b-hbeud1x3xs] {
            font-size: 12px;
        }

    .grid-table[b-hbeud1x3xs] {
        display: block;
        font-size: 12px;
    }

    .grid-header[b-hbeud1x3xs] {
        display: none;
    }

    .grid-row[b-hbeud1x3xs] {
        display: flex;
        flex-direction: column;
        padding: 15px;
        border-bottom: 1px solid #dee2e6;
    }

        .grid-row div[b-hbeud1x3xs] {
            display: flex;
            justify-content: space-between;
            text-align: left;
            padding: 5px 0;
            white-space: normal; /* Allow text wrapping */
        }

            .grid-row div[b-hbeud1x3xs]::before {
                content: attr(data-label);
                font-weight: bold;
                margin-right: 10px;
            }
}

.edit-user[b-hbeud1x3xs] {
    position: fixed;
    top: 0;
    background-color: white;
    width: 50%;
    left: 30%;
    overflow: auto;
    height: 100vh;
}

[b-hbeud1x3xs] .left-section {
    width: 100%;
}

[b-hbeud1x3xs] .form-section {
    width: 100%;
}

.actions[b-hbeud1x3xs] {
    display: inline-flex;
    gap: 20px;
    align-items: center;
}

.actions i[b-hbeud1x3xs] {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.actions i:hover[b-hbeud1x3xs] {
    transform: scale(1.1);
}

.actions img[b-hbeud1x3xs] {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.actions img:hover[b-hbeud1x3xs] {
    transform: scale(1.1);
}

.loading-overlay[b-hbeud1x3xs] {
    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: 9999;
}

.loading-spinner[b-hbeud1x3xs] {
    background-color: white;
    padding: 2rem 3rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 300px;
}

.loading-spinner .spinner-border[b-hbeud1x3xs] {
    margin: 0 auto;
}

.loading-spinner p[b-hbeud1x3xs] {
    margin: 0;
}
/* /Components/Pages/Template.razor.rz.scp.css */
.temp-temp-main-container[b-ntsvewkf2u] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0800001c;
    align-items: center;
    overflow: auto;
    height: 100vh;
    width: 100%;
    z-index: 1050;
}

.inner-container[b-ntsvewkf2u] {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    margin: 20px 100px;
    width: 50%;
    padding:20px 30px;
    border-radius: 10px;
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D475C;
    overflow: auto;
    z-index:100;
}
.sticky-lg-top[b-ntsvewkf2u] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
/* /Components/Pages/Terms.razor.rz.scp.css */

/* General Styling for Terms and Privacy Page */
.cta-btn[b-yn3y5rjxv3] {
    border-radius: var(--main-radius);
    background-color: var(--color-accent);
    color: var(--color-primary);
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1;
}

    .cta-btn:hover[b-yn3y5rjxv3] {
        opacity: 0.9;
    }

.terms-page[b-yn3y5rjxv3] {
   
    font-family: Arial, sans-serif;
    margin: 20px;
    line-height: 1.6;
    color: #333;
    width: 97%;
    display: flex;
    flex-direction: column;
}


.terms-page header h1[b-yn3y5rjxv3] {
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

/* Styling for Sections */
.section[b-yn3y5rjxv3] {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

    .section h2[b-yn3y5rjxv3] {
        font-size: 1.5em;
        color: #007bff;
        margin-bottom: 10px;
        border-bottom: 2px solid #007bff;
        padding-bottom: 5px;
    }

    .section p[b-yn3y5rjxv3] {
        font-size: 1em;
        color: #555;
        margin-bottom: 10px;
    }

/* Styling for Nested Children */
.children[b-yn3y5rjxv3] {
    margin-left: 20px;
    border-left: 2px solid #ddd;
    padding-left: 10px;
}

    .children .nested-section h3[b-yn3y5rjxv3] {
        font-size: 1.2em;
        color: #0069d9;
        margin-bottom: 5px;
    }

    .children .nested-section p[b-yn3y5rjxv3] {
        font-size: 0.95em;
        color: #666;
        margin-bottom: 5px;
    }
.whatsapp[b-yn3y5rjxv3]{
    width: 25px;
}
/* /Components/Pages/TermsAndConditions.razor.rz.scp.css */

.main-container[b-s7xuokq86i] {
    /* fonts */
    --font-poppins: Poppins;
    --font-open-sans: "Open Sans";
    --font-noto-sans-jp: "Noto Sans JP";
    --font-lato: Lato;
    --font-source-sans-pro: "Source Sans Pro";
    --font-gilroy: Gilroy;
    /* font sizes */
    --font-size-mid: 17px;
    --font-size-mini: 15px;
    --font-size-mid-1: 17.1px;
    --font-size-5xl: 24px;
    --font-size-lgi: 19px;
    --font-size-base: 16px;
    --font-size-lg-2: 18.2px;
    --font-size-13xl-2: 32.2px;
    --font-size-7xl: 26px;
    --font-size-6xl: 25px;
    --font-size-xl: 20px;
    --font-size-base-4: 15.4px;
    --font-size-26xl: 45px;
    --font-size-8xl: 27px;
    --font-size-17xl: 36px;
    --font-size-lg: 18px;
    --font-size-sm: 14px;
    --font-size-7xl-6: 26.6px;
    --font-size-2xl: 21px;
    --font-size-smi-6: 12.6px;
    --font-size-xs-2: 11.2px;
    --font-size-mid-5: 17.5px;
    --font-size-11xl: 30px;
    /* Colors */
    --color-white: #fff;
    --color-whitesmoke-100: #f9f9f9;
    --color-whitesmoke-200: #e8ecef;
    --color-lavender: #d4e6ff;
    --color-sandybrown: #ffb050;
    --color-dodgerblue-100: #4994ff;
    --color-dodgerblue-200: #307ae6;
    --color-darkgray-100: #acb1c0;
    --color-darkgray-200: #999;
    --color-darkgray-300: #969696;
    --color-lightgray-100: #ced7df;
    --color-lightgray-200: #cfd4d6;
    --color-darkslateblue: #053273;
    --color-gray: #858585;
    --color-ghostwhite-100: #f9fafd;
    --color-ghostwhite: #f5f7fb;
    --color-darkslategray-100: #3d3d3d;
    --color-darkslategray-200: #1c2d48;
    --color-cornflowerblue-100: #3393f0;
    --color-gainsboro: #e6e6e6;
    --color-dimgray: #6c6c6c;
    --color-slategray: #777f96;
    /* Gaps */
    --gap-16xl: 35px;
    --gap-14xl: 33px;
    --gap-35xl: 54px;
    --gap-xl: 20px;
    --gap-base: 16px;
    --gap-3xl: 22px;
    --gap-sm: 14px;
    --gap-mid: 17px;
    --gap-lg: 18px;
    --gap-smi: 13px;
    --gap-2xl: 21px;
    --gap-7xs: 6px;
    --gap-19xl: 38px;
    --gap-32xl: 51px;
    --gap-107xl: 126px;
    --gap-4xs: 9px;
    --gap-150xl: 169px;
    --gap-31xl: 50px;
    --gap-123xl: 142px;
    --gap-39xl: 58px;
    --gap-34xl: 53px;
    --gap-40xl: 59px;
    --gap-29xl: 48px;
    --gap-20xl: 39px;
    --gap-10xs: 3px;
    --gap-3xs: 10px;
    --gap-21xl: 40px;
    --gap-44xl: 63px;
    --gap-26xl: 45px;
    --gap-4xl: 23px;
    --gap-141xl: 160px;
    --gap-6xl: 25px;
    --gap-27xl: 46px;
    --gap-12xs: 1px;
    --gap-70xl: 89px;
    --gap-12xl: 31px;
    --gap-mini: 15px;
    --gap-55xl: 74px;
    --gap-8xs: 5px;
    /* Paddings */
    --padding-13xl: 32px;
    --padding-12xs: 1px;
    --padding-mini: 15px;
    --padding-10xs: 3px;
    --padding-9xs: 4px;
    --padding-6xs: 7px;
    --padding-sm: 14px;
    --padding-2xs: 11px;
    --padding-smi: 13px;
    --padding-8xs: 5px;
    --padding-xl: 20px;
    --padding-21xl: 40px;
    --padding-48xl: 67px;
    --padding-19xl: 38px;
    --padding-42xl: 61px;
    --padding-11xl: 30px;
    --padding-14xl: 33px;
    --padding-7xs: 6px;
    --padding-3xl: 22px;
    --padding-xs: 12px;
    --padding-29xl: 48px;
    --padding-57xl: 76px;
    --padding-mid: 17px;
    --padding-4xs: 9px;
    --padding-12xl: 31px;
    --padding-26xl: 45px;
    --padding-15xl: 34px;
    --padding-61xl: 80px;
    --padding-33xl: 52px;
    --padding-51xl: 70px;
    --padding-18xl: 37px;
    --padding-53xl: 72px;
    --padding-5xl: 24px;
    --padding-2xl: 21px;
    --padding-6xl: 25px;
    --padding-5xs: 8px;
    --padding-36xl: 55px;
    --padding-base: 16px;
    --padding-lg: 18px;
    --padding-lgi: 19px;
    --padding-17xl: 36px;
    --padding-27xl: 46px;
    --padding-93xl: 112px;
    --padding-37xl: 56px;
    --padding-10xl: 29px;
    /* Border radiuses */
    --br-base: 16px;
    --br-7xs: 6px;
    --br-5xs: 8px;
    --br-smi-6: 12.6px;
    --br-3xs: 10px;
    --br-4xs: 9px;
    --br-8xs: 5px;
    --br-7xs-1: 5.1px;
    --br-xs: 12px;
    --br-xl: 20px;
    --br-3xs-6: 9.6px;
}

.main-container[b-s7xuokq86i] {
    margin-left: -30px;
    margin-top: -20px;
    width: 98.5vw;
    height: 100vh;
    overflow: hidden;
}

.rectangle-662[b-s7xuokq86i],
.rectangle-671[b-s7xuokq86i],
.rectangle-681[b-s7xuokq86i],
.rectangle-692[b-s7xuokq86i],
.rectangle-701[b-s7xuokq86i],
.rectangle-712[b-s7xuokq86i],
.rectangle-721[b-s7xuokq86i],
.rectangle-741[b-s7xuokq86i] {
    position: absolute;
    top: 192px;
    left: 237px;
    border-radius: 20.01px;
    background: linear-gradient( 228.65deg, rgba(73, 148, 255, 0.4), rgba(255, 255, 255, 0) );
    width: 159px;
    height: 159px;
    mix-blend-mode: normal;
}

.rectangle-662[b-s7xuokq86i],
.rectangle-671[b-s7xuokq86i],
.rectangle-681[b-s7xuokq86i],
.rectangle-701[b-s7xuokq86i],
.rectangle-712[b-s7xuokq86i],
.rectangle-721[b-s7xuokq86i],
.rectangle-741[b-s7xuokq86i] {
    top: 69px;
    left: 169px;
    z-index: 1;
}

.rectangle-662[b-s7xuokq86i],
.rectangle-671[b-s7xuokq86i],
.rectangle-681[b-s7xuokq86i],
.rectangle-701[b-s7xuokq86i],
.rectangle-712[b-s7xuokq86i],
.rectangle-741[b-s7xuokq86i] {
    top: 0;
    left: 265px;
    z-index: 2;
}

.rectangle-662[b-s7xuokq86i],
.rectangle-671[b-s7xuokq86i],
.rectangle-681[b-s7xuokq86i],
.rectangle-701[b-s7xuokq86i],
.rectangle-712[b-s7xuokq86i] {
    top: 156px;
    left: 340px;
    z-index: 3;
}

.rectangle-662[b-s7xuokq86i],
.rectangle-671[b-s7xuokq86i],
.rectangle-681[b-s7xuokq86i],
.rectangle-712[b-s7xuokq86i] {
    top: 272px;
    left: 286px;
    width: 158px;
    height: 160px;
    transform: rotate(90deg);
    transform-origin: 0 0;
    z-index: 1;
}

.rectangle-671[b-s7xuokq86i],
.rectangle-681[b-s7xuokq86i],
.rectangle-712[b-s7xuokq86i] {
    top: 312px;
    left: 476px;
    width: 159px;
    height: 159px;
    z-index: 4;
}

.rectangle-671[b-s7xuokq86i],
.rectangle-712[b-s7xuokq86i] {
    top: 228px;
    left: 159px;
    z-index: 2;
}

.rectangle-712[b-s7xuokq86i] {
    top: 95px;
    left: 206px;
    z-index: 3;
}

.rectangle-69-container[b-s7xuokq86i] {
    position: absolute;
    top: 37px;
    left: -150px;
}

.group-5-copy-31[b-s7xuokq86i] {
    width: 499px;
    height: 471px;
    position: relative;
    opacity: 0.7;
    mix-blend-mode: normal;
    max-width: 155%;
    flex-shrink: 0;
}

.frame-a[b-s7xuokq86i] {
    height: 950px;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 450px 0 0;
    box-sizing: border-box;
    padding: 360px 0 0;
}

.rectangle-copy-82[b-s7xuokq86i] {
    width: 650px;
    height: 780px;
    position: relative;
    border-radius: var(--br-xs);
    background-color: var(--color-white);
    box-shadow: 0 21px 16px -16px #dde3f1;
    display: none;
    max-width: 100%;
}

.chevron-up-child[b-s7xuokq86i] {
    height: 48.5px;
    width: 39.5px;
    position: relative;
    object-fit: cover;
    z-index: 1;
}

.smart4[b-s7xuokq86i] {
    height: 39px;
    display: inline-block;
}

.rx4[b-s7xuokq86i],
.smart4[b-s7xuokq86i] {
    position: relative;
    z-index: 1;
}

.chevron-up[b-s7xuokq86i],
.input-copy-frame[b-s7xuokq86i] {
    display: flex;
    justify-content: flex-start;
}

.input-copy-frame[b-s7xuokq86i] {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 var(--padding-6xs);
    font-size: var(--font-size-lg-2);
    color: var(--color-sandybrown);
}

.chevron-up[b-s7xuokq86i] {
    height: 50px;
    flex-direction: row;
    align-items: flex-end;
    gap: var(--gap-8xs);
}

.step-12[b-s7xuokq86i] {
    position: relative;
    font-size: var(--font-size-base);
    font-family: var(--font-lato);
    color: var(--color-darkgray-300);
    z-index: 1;
}

.frame-d[b-s7xuokq86i],
.group-i-i[b-s7xuokq86i] {
    display: flex;
    flex-direction: row;
    max-width: 100%;
}

.group-i-i[b-s7xuokq86i] {
    /*width: 366px;*/
}

.frame-d[b-s7xuokq86i] {
    justify-content: center;
    font-size: var(--font-size-13xl-2);
    margin-bottom: 25px;
}

.profissional-info[b-s7xuokq86i] {
    margin: 0;
    height: 36px;
    position: relative;
    font-size: inherit;
    font-weight: 700;
    font-family: inherit;
    display: inline-block;
    z-index: 1;
}

.ph-d-text[b-s7xuokq86i] {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0 var(--padding-xl);
    font-size: var(--font-size-11xl);
    color: var(--color-darkslateblue);
    font-family: var(--font-noto-sans-jp);
}

.phd[b-s7xuokq86i] {
    position: relative;
    font-size: var(--font-size-xl);
    font-weight: 600;
    color: var(--color-dimgray);
    z-index: 1;
}



.chevron-down-copy-icon2[b-s7xuokq86i] {
    height: 6px;
    width: 11px;
    position: relative;
    z-index: 2;
}

.group-i-i-i[b-s7xuokq86i] {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: var(--padding-mid) var(--padding-6xl) var(--padding-mini) var(--padding-mid);
    position: relative;
    gap: var(--gap-xl);
    font-family: var(--font-open-sans);
    color: var(--color-gray);
    border-color: var(--color-lightgray-200);
}

.input-copy-31[b-s7xuokq86i] {
    width: 100%;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: var(--padding-mid) var(--padding-6xl) var(--padding-mini) var(--padding-mid);
    position: relative;
    gap: var(--gap-xl);
    font-family: var(--font-open-sans);
    color: var(--color-gray);
    border: solid;
    border-width: 1px;
    border-color: var(--color-lightgray-200);
    cursor: pointer;
    border-radius: 5px;
}

.qualifications[b-s7xuokq86i] {
    position: relative;
    font-weight: 500;
    z-index: 2;
}

.chevron-down-copy-icon3[b-s7xuokq86i] {
    height: 6px;
    width: 11px;
    position: relative;
    z-index: 2;
}

.input-copy-3-parent[b-s7xuokq86i] {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*padding: var(--padding-base) var(--padding-lgi) var(--padding-base) var(--padding-mid);*/
    box-sizing: border-box;
    position: relative;
    min-width: 133px;
    gap: var(--gap-xl);
}

.input-copy-51[b-s7xuokq86i] {
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    z-index: 1;
}

.university[b-s7xuokq86i] {
    position: relative;
    font-weight: 500;
    z-index: 2;
}

.chevron-down-copy-icon4[b-s7xuokq86i] {
    height: 6px;
    width: 11px;
    position: relative;
    z-index: 2;
}

.input-copy-5-parent[b-s7xuokq86i] {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*padding: var(--padding-base) var(--padding-xl) var(--padding-base) var(--padding-lgi);*/
    box-sizing: border-box;
    position: relative;
    min-width: 133px;
    gap: var(--gap-xl);
}

.group-i-i-i1[b-s7xuokq86i] {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-mini);
    font-family: var(--font-open-sans);
}

.the-license-to[b-s7xuokq86i] {
    font-weight: 600;
}

.required[b-s7xuokq86i] {
    font-family: var(--font-lato);
}

.span1[b-s7xuokq86i] {
    font-weight: 600;
}

.the-license-to-practice-the-pr[b-s7xuokq86i] {
    margin: 0;
}

.the-syndicate-card[b-s7xuokq86i] {
    font-weight: 600;
}

.optional[b-s7xuokq86i] {
    font-family: var(--font-lato);
}

.the-syndicate-card-optional[b-s7xuokq86i] {
    margin: 0;
}

.the-license-to-container[b-s7xuokq86i] {
    position: relative;
    font-size: var(--font-size-base);
    line-height: 23px;
    color: var(--color-darkgray-300);
    display: inline-block;
    max-width: 100%;
    z-index: 1;
}

.drop-area[b-s7xuokq86i] {
    width: 426.5px;
    height: 201.5px;
    position: relative;
    border-radius: var(--br-4xs);
    background-color: var(--color-white);
    border: 1.5px dashed var(--color-whitesmoke-200);
    box-sizing: border-box;
    display: none;
    max-width: 100%;
    z-index: 0;
}

.upload-file-icon[b-s7xuokq86i] {
    top: 31px;
}

.drag-and-drop[b-s7xuokq86i],
.or1[b-s7xuokq86i] {
    position: relative;
    font-weight: 300;
    z-index: 2;
}

.or1[b-s7xuokq86i] {
    font-weight: 500;
}

.o-r-browse-frames[b-s7xuokq86i] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 0 var(--padding-7xs);
    font-family: var(--font-open-sans);
}

.browse-file[b-s7xuokq86i] {
    position: relative;
    z-index: 2;
}

.o-r-browse-frames1[b-s7xuokq86i] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 0 var(--padding-5xs);
    color: var(--color-dodgerblue-100);
    font-family: var(--font-noto-sans-jp);
}

.upload-button-instance[b-s7xuokq86i] {
    align-self: stretch;
    /*height: 201.5px;*/
    border-radius: var(--br-4xs);
    background-color: var(--color-white);
    border: 1.5px dashed var(--color-whitesmoke-200);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: var(--padding-10xl) var(--padding-3xl) var(--padding-10xl) var(--padding-xl);
    position: relative;
    gap: var(--gap-mid);
    max-width: 100%;
    z-index: 1;
    font-size: var(--font-size-base);
    color: var(--color-darkgray-300);
    font-family: var(--font-gilroy);
}

.frame-e[b-s7xuokq86i],
.frame-f[b-s7xuokq86i] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
}

.frame-f[b-s7xuokq86i] {
    width: 426px;
    flex-direction: column;
    padding: 0 var(--padding-12xs) 0 0;
    box-sizing: border-box;
    gap: var(--gap-sm);
}

.frame-e[b-s7xuokq86i] {
    align-self: stretch;
    flex-direction: row;
    font-size: var(--font-size-mini);
    color: var(--color-slategray);
    font-family: var(--font-poppins);
}

.big-btn2[b-s7xuokq86i],
.rectangle5[b-s7xuokq86i] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rectangle5[b-s7xuokq86i] {
    right: 0;
    bottom: 0;
    border-radius: var(--br-5xs);
    background-color: var(--color-dodgerblue-100);
}

.big-btn2[b-s7xuokq86i] {
    z-index: 1;
}

.next-step[b-s7xuokq86i] {
    position: absolute;
    top: 17px;
    left: 175px;
    display: inline-block;
    width: 75px;
    z-index: 2;
}

.big-btn-parent[b-s7xuokq86i] {
    height: 50px;
    width: 425px;
    position: relative;
    max-width: 100%;
}

.frame-c-inner[b-s7xuokq86i] {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 var(--padding-12xs);
    box-sizing: border-box;
    max-width: 100%;
    color: var(--color-white);
}


.frame-c[b-s7xuokq86i],
.frame-c-wrapper[b-s7xuokq86i] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
}

.frame-c[b-s7xuokq86i] {
    border-radius: var(--br-xs);
    background-color: var(--color-white);
    box-shadow: 0 21px 16px -16px #dde3f1;
    align-items: center;
    /*padding: var(--padding-27xl) var(--padding-21xl) 35px var(--padding-93xl);*/
    padding: 50px 0;
    max-width: 100%;
    z-index: 2;
    flex-direction: row;
    width: 100%;
}

.frame-c-wrapper[b-s7xuokq86i] {
    align-items: flex-start;
    /*max-width: calc(100% - 790px);*/
    width: 60%;
    padding: 75px 0 0;
    flex-direction: row;
}

.group-5-copy-2[b-s7xuokq86i] {
    object-fit: contain;
    mix-blend-mode: normal;
    max-width: 155%;
    flex-shrink: 0;
    position: absolute;
    width: 34%;
    right: -11%;
    top: -16%;
}

.frame-3[b-s7xuokq86i] {
    height: 295px;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    box-sizing: border-box;
}

.sign-up-complete-data-1[b-s7xuokq86i] {
    width: 100%;
    position: relative;
    background-color: var(--color-ghostwhite-100);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    /*gap: var(--gap-55xl);*/
    letter-spacing: normal;
    text-align: left;
    font-size: var(--font-size-base);
    color: var(--color-dodgerblue-100);
    font-family: var(--font-noto-sans-jp);
}
.title-container[b-s7xuokq86i] {
    position: relative;
    display: flex;
    margin: 0 70px;
    justify-content: center;
    align-items: center;
}
.group[b-s7xuokq86i] {
    position: absolute;
    height: 38.4px;
    width: 38.4px;
    border-radius: var(--br-3xs-6);
    background-color: var(--color-white);
    border: 1.9px solid var(--color-whitesmoke-200);
    box-sizing: border-box;
    left: 40px;
}
.back-icon2[b-s7xuokq86i] {
    position: absolute;
    height: 50%;
    width: 27.6%;
    top: 21.61%;
    right: 37.5%;
    bottom: 28.39%;
    left: 34.9%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    z-index: 1;
}

.row-2[b-s7xuokq86i] {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    height: 70vh;
    font-family: 'Gill Sans',Calibri, 'Trebuchet MS', sans-serif;
}

.scrollbar[b-s7xuokq86i] {
    width: 90%;
    height: 750px;
    margin-top: 40px;
    margin-left: 40px;
    overflow-y: scroll;
    float: left;
}

#ex3[b-s7xuokq86i]::-webkit-scrollbar {
    width: 3px;
    background-color: #D4D4D4;
}

#ex3[b-s7xuokq86i]::-webkit-scrollbar-thumb {
    background-color: #FFB050;
    border-radius: 10px;
}

    #ex3[b-s7xuokq86i]::-webkit-scrollbar-thumb:hover {
        background-color: #BF4649;
        border: 1px solid #333333;
    }

    #ex3[b-s7xuokq86i]::-webkit-scrollbar-thumb:active {
        background-color: #A6393D;
        border: 1px solid #333333;
    }

.cotinar[b-s7xuokq86i] {
    font-family: 'Gill Sans', Calibri, 'Trebuchet MS', sans-serif;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    height: 750px;
    padding: 20px;
    margin: auto;
    margin-top: 5px;
    width: 100%;
    padding: 0 70px;
}

.title[b-s7xuokq86i] {
    text-align: center;
    font-size: 50px;
    color: var(--color-darkslateblue);
    position: relative;
    display: flex;
    align-self:center;
}

.frist[b-s7xuokq86i] {
    padding-top: 20px;
    color: var(--color-darkgray-300);
    font-weight: bold;
}

.p1[b-s7xuokq86i] {
    padding-top: 20px;
    color: var(--color-darkgray-300);
}
/* /Components/Pages/Test/LabPdfTest.razor.rz.scp.css */
.upload-area[b-0ctdnn8lb7] {
    border: 2px dashed #dee2e6;
    border-radius: 0.375rem;
    position: relative;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

    .upload-area:hover[b-0ctdnn8lb7] {
        border-color: #0d6efd;
        background-color: #e7f1ff;
    }

    .upload-area.drag-over[b-0ctdnn8lb7] {
        border-color: #0d6efd;
        background-color: #e7f1ff;
        transform: scale(1.02);
    }

.file-input[b-0ctdnn8lb7] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-content[b-0ctdnn8lb7] {
    pointer-events: none;
}

.selected-file[b-0ctdnn8lb7] {
    animation: fadeIn-b-0ctdnn8lb7 0.3s ease-in;
}

.border-dashed[b-0ctdnn8lb7] {
    border: 2px dashed #dee2e6 !important;
}

.progress-steps .step[b-0ctdnn8lb7] {
    padding: 0.5rem 0;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

    .progress-steps .step.active[b-0ctdnn8lb7] {
        opacity: 1;
        font-weight: bold;
    }

.extracted-text-preview[b-0ctdnn8lb7] {
    max-height: 400px;
    overflow-y: auto;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    padding: 1rem;
}

    .extracted-text-preview pre[b-0ctdnn8lb7] {
        white-space: pre-wrap;
        word-wrap: break-word;
        font-size: 0.875rem;
        line-height: 1.4;
        margin: 0;
    }

@keyframes fadeIn-b-0ctdnn8lb7 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/Test/LoincPanelTest.razor.rz.scp.css */
.loinc-test-container[b-rzeo83rjob] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.test-header[b-rzeo83rjob] {
    margin-bottom: 30px;
  text-align: center;
}

 .test-header h2[b-rzeo83rjob] {
        color: #2c3e50;
     margin-bottom: 10px;
    }

.card[b-rzeo83rjob] {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

    .card .card-header[b-rzeo83rjob] {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
      font-weight: 600;
  border-radius: 8px 8px 0 0;
    }

   .card .card-header h5[b-rzeo83rjob] {
        margin: 0;
  font-size: 1.1rem;
   }

.search-section[b-rzeo83rjob] {
    margin-bottom: 15px;
}

    .search-section .form-label[b-rzeo83rjob] {
     font-weight: 600;
     color: #495057;
  margin-bottom: 8px;
    }

.selected-lab-info[b-rzeo83rjob] {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

    .selected-lab-info h6[b-rzeo83rjob] {
        color: #495057;
   font-weight: 600;
margin-bottom: 15px;
  }

    .selected-lab-info .table[b-rzeo83rjob] {
        margin-bottom: 15px;
}

        .selected-lab-info .table td:first-child[b-rzeo83rjob] {
   width: 40%;
         color: #6c757d;
        }

.badge[b-rzeo83rjob] {
    padding: 0.35em 0.65em;
    font-size: 0.85rem;
}

/* Highlight LOINC code badges in group headers */
.group-header .badge.bg-info[b-rzeo83rjob] {
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.panel-group[b-rzeo83rjob] {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
}

.group-header[b-rzeo83rjob] {
    padding: 12px 15px;
  background: #f8f9fa;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s;
    font-weight: 500;
}

    .group-header:hover[b-rzeo83rjob] {
 background: #e9ecef;
  }

    .group-header i[b-rzeo83rjob] {
        color: #667eea;
   transition: transform 0.2s;
  }

.group-content[b-rzeo83rjob] {
    padding: 15px;
  animation: slideDown-b-rzeo83rjob 0.3s ease-out;
}

/* Tree View Styles */
.tree-view[b-rzeo83rjob] {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
}

.tree-node[b-rzeo83rjob] {
    margin-bottom: 8px;
}

.root-node[b-rzeo83rjob] {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    border-left: 4px solid #667eea;
    border-radius: 6px;
    padding: 12px;
}

.sub-panel-node[b-rzeo83rjob] {
    background: white;
    border-left: 3px solid #17a2b8;
    border-radius: 4px;
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.parameter-node[b-rzeo83rjob] {
    background: white;
    border-left: 2px solid #28a745;
    border-radius: 3px;
    margin-left: 30px;
    margin-top: 5px;
    padding: 8px;
 transition: all 0.2s;
}

    .parameter-node:hover[b-rzeo83rjob] {
     background: #f8f9fa;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        transform: translateX(5px);
    }

.tree-node-header[b-rzeo83rjob] {
    cursor: pointer;
    padding: 8px;
 border-radius: 4px;
    transition: background-color 0.2s;
    user-select: none;
}

    .tree-node-header:hover[b-rzeo83rjob] {
  background: rgba(102, 126, 234, 0.1);
    }

    .tree-node-header i.bi-folder[b-rzeo83rjob],
    .tree-node-header i.bi-folder2-open[b-rzeo83rjob] {
        font-size: 1.1rem;
    }

.tree-node-content[b-rzeo83rjob] {
    padding: 5px 8px;
}

    .tree-node-content i.bi-prescription2[b-rzeo83rjob] {
        font-size: 0.9rem;
    }

.tree-children[b-rzeo83rjob] {
    margin-top: 10px;
    animation: treeSlideDown-b-rzeo83rjob 0.3s ease-out;
}

.parameter-sequence[b-rzeo83rjob] {
    display: inline-block;
    background: #6c757d;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.75rem;
 font-weight: 600;
    margin-right: 8px;
}

.parameter-details[b-rzeo83rjob] {
    margin-top: 4px;
    padding-left: 28px;
}

@keyframes treeSlideDown-b-rzeo83rjob {
    from {
        opacity: 0;
    max-height: 0;
        transform: translateY(-10px);
    }
  to {
 opacity: 1;
        max-height: 2000px;
        transform: translateY(0);
    }
}

@keyframes slideDown-b-rzeo83rjob {
    from {
        opacity: 0;
      max-height: 0;
    }

    to {
     opacity: 1;
 max-height: 2000px;
    }
}

.table-hover tbody tr:hover[b-rzeo83rjob] {
    background-color: #f8f9fa;
}

.stat-box[b-rzeo83rjob] {
    text-align: center;
    padding: 15px;
    background: white;
    border-radius: 6px;
    border: 2px solid #e9ecef;
}

.stat-value[b-rzeo83rjob] {
 font-size: 2rem;
    font-weight: 700;
    color: #667eea;
}

.stat-label[b-rzeo83rjob] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 5px;
}

.spinner-border-sm[b-rzeo83rjob] {
  width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

code[b-rzeo83rjob] {
    background: #f8f9fa;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.9em;
    color: #e83e8c;
    font-family: 'Courier New', monospace;
}

.alert[b-rzeo83rjob] {
    border-radius: 6px;
    border-left: 4px solid;
}

.alert-success[b-rzeo83rjob] {
    border-left-color: #28a745;
}

.alert-info[b-rzeo83rjob] {
    border-left-color: #17a2b8;
}

.alert-danger[b-rzeo83rjob] {
 border-left-color: #dc3545;
}

.btn[b-rzeo83rjob] {
    border-radius: 6px;
    font-weight: 500;
 transition: all 0.3s;
}

  .btn:hover[b-rzeo83rjob] {
     transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

    .btn:disabled[b-rzeo83rjob] {
        transform: none;
        box-shadow: none;
    }

/* Debug section styling */
.bg-secondary[b-rzeo83rjob] {
    background-color: #6c757d !important;
}

.bg-secondary .badge[b-rzeo83rjob] {
    font-family: 'Courier New', monospace;
}

@media (max-width: 768px) {
    .loinc-test-container[b-rzeo83rjob] {
      padding: 10px;
}

    .stat-box[b-rzeo83rjob] {
        margin-bottom: 10px;
    }

    .card .card-header h5[b-rzeo83rjob] {
      font-size: 1rem;
}
    
    .tree-node[b-rzeo83rjob] {
margin-left: 10px;
    }
    
    .sub-panel-node[b-rzeo83rjob] {
 margin-left: 15px;
    }
    
    .parameter-node[b-rzeo83rjob] {
 margin-left: 15px;
    }
}
/* /Components/Pages/TradeInfoPages/AddDrugPic.razor.rz.scp.css */
.two-column-layout[b-d9y4h53qyh] {
    display: flex;
}

.first-column[b-d9y4h53qyh] {
    flex: 1;
    padding: 10px;
}

.second-column[b-d9y4h53qyh] {
    flex: 1;
    padding: 10px;
}

#drug-image[b-d9y4h53qyh] {
    max-width: 100%;
    max-height: 100%;
}
#close-icon[b-d9y4h53qyh] {
    margin-left: 45%;
    font-size: 30px;
    cursor: pointer;
}
/* /Components/Pages/TradeInfoPages/DisplayTradeInfoPics.razor.rz.scp.css */
/* /Components/Pages/TradeInfoPages/ScientificNameList.razor.rz.scp.css */
.container[b-7pkk8ei4mz] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    width: 100%;
    min-height: 56px;
    background: #fff;
    padding: 1rem;
    transition: all 0.2s;
}

.container:focus-within[b-7pkk8ei4mz] {
    border-color: #017ef5;
    box-shadow: 0 0 0 3px rgba(1, 126, 245, 0.05);
}

.scientific-name-container[b-7pkk8ei4mz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.scientific-name[b-7pkk8ei4mz] {
    display: flex;
    align-items: center;
    background: #f1f5f9;
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #475569;
    border: 1px solid #e2e8f0;
    transition: all 0.2s;
}

.scientific-name:hover[b-7pkk8ei4mz] {
    background: #e2e8f0;
    border-color: #cbd5e1;
}

.scientific-name.selected[b-7pkk8ei4mz] {
    background: #ecfdf5;
    color: #059669;
    border-color: #10b981;
}

.scientific-name span[b-7pkk8ei4mz] {
    white-space: nowrap;
}

.scientific-name i[b-7pkk8ei4mz] {
    cursor: pointer;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.scientific-name i#trash:hover[b-7pkk8ei4mz] {
    color: #ef4444;
}

.scientific-name i#edit:hover[b-7pkk8ei4mz] {
    color: #0f172a;
}

.scientific-name-selector[b-7pkk8ei4mz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    padding-top: 0.5rem;
    border-top: 1px dashed #e2e8f0;
}

.input-group[b-7pkk8ei4mz] {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    height: 40px;
}

.input-group input[b-7pkk8ei4mz] {
    border: none !important;
    background: transparent !important;
    padding: 0 0.75rem !important;
    width: 120px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

.input-group input:focus[b-7pkk8ei4mz] {
    outline: none !important;
}

.input-group select[b-7pkk8ei4mz] {
    border: none;
    border-left: 1.5px solid #e2e8f0;
    background: #f1f5f9;
    padding: 0 0.5rem;
    height: 100%;
    font-size: 0.85rem;
    color: #64748b;
    cursor: pointer;
}

.input-group select:focus[b-7pkk8ei4mz] {
    outline: none;
}

#ok-btn[b-7pkk8ei4mz] {
    background: #017ef5;
    color: #fff;
    padding: 0 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

#ok-btn:hover[b-7pkk8ei4mz] {
    background: #0069d9;
}
/* /Components/Pages/TradeInfoPages/SearchTradeInfo.razor.rz.scp.css */
.search-trade-info[b-12mk3pnk0k] {
    position: relative;
}

    .search-trade-info img[b-12mk3pnk0k] {
        position: absolute;
        right: 10px;
        top: 10px;
    }

[b-12mk3pnk0k] .blazored-typeahead__result {
    background-color: white !important;
    /*    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;*/
    color: black;
    cursor: pointer;
    padding: 0 15px;
}

[b-12mk3pnk0k] .blazored-typeahead__result:hover {
    background-color: lightblue !important;
/*    border-top: 1px solid #007bff;*/
    /*    border-bottom: 1px solid #007bff;*/
    color: black;
    cursor: pointer;
    transform: scaleX(1.05);
    
}

[b-12mk3pnk0k] .blazored-typeahead__active-item {
    background-color: white !important;
    border-top: none !important;
    border-bottom: none !important;
    color: black !important;
    cursor: pointer;
}

[b-12mk3pnk0k] .blazored-typeahead__result:focus {
    background-color: lightblue !important;
/*    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;*/
    color: #fff;
    cursor: pointer;
}
/* /Components/Pages/TradeInfoPages/SearchTradeInfoLite.razor.rz.scp.css */
.search-trade-info[b-yezep6bj52] {
    position: relative;
}

    .search-trade-info img[b-yezep6bj52] {
        position: absolute;
        right: 10px;
        top: 10px;
    }


    [b-yezep6bj52] .blazored-typeahead__result {
        background-color: white !important;
        /*    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;*/
        color: black;
        cursor: pointer;
        padding: 0 15px;
    }

        [b-yezep6bj52] .blazored-typeahead__result:hover {
            background-color: lightblue !important;
            /*    border-top: 1px solid #007bff;*/
            /*    border-bottom: 1px solid #007bff;*/
            color: black;
            cursor: pointer;
            transform: scaleX(1.05);
            margin-left: 10px;
        }

    [b-yezep6bj52] .blazored-typeahead__active-item {
        background-color: #e1dddd9c !important;
        border-top: none !important;
        border-bottom: none !important;
        color: black !important;
        cursor: pointer;
    }

    [b-yezep6bj52] .blazored-typeahead__result:focus {
        background-color: lightblue !important;
        /*    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;*/
        color: #fff;
        cursor: pointer;
    }
/* /Components/Pages/TradeInfoPages/TradeInfoAddUpdate.razor.rz.scp.css */
/* Main Containers */
.main-container[b-3pgga0dl4u] {
    padding: 2rem;
    background-color: #f8f9fa;
    min-height: 90vh;
    overflow: auto;
    height: 100vh;
}

/* Page Header */
.page-header[b-3pgga0dl4u] {
    margin-bottom: 2rem;
}

.page-title[b-3pgga0dl4u] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    color: #263238;
    margin-bottom: 0.25rem;
    font-size: 1.75rem;
}

.service-description[b-3pgga0dl4u] {
    color: #6c757d;
    font-size: 1rem;
    margin: 0;
}

/* Action Bar */
.action-bar[b-3pgga0dl4u] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    background: #fff;
    padding: 1.25rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.country-selector[b-3pgga0dl4u] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.trade-name-selector[b-3pgga0dl4u] {
    flex: 1;
    max-width: 600px;
}

/* Premium Card Design */
.pro-card[b-3pgga0dl4u] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #edf2f7;
    overflow: hidden;
}

.card-body[b-3pgga0dl4u] {
    padding: 2.5rem;
}

/* Pics Container */
.pics-wrapper[b-3pgga0dl4u] {
    background: #fcfcfc;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2.5rem;
    border: 1px dashed #e2e8f0;
}

.pics-container[b-3pgga0dl4u] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.pic-item[b-3pgga0dl4u] {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #eee;
}

.pic-item:hover[b-3pgga0dl4u] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.add-pic-btn[b-3pgga0dl4u] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #017ef5;
    background: #edf6ff;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.add-pic-btn:hover[b-3pgga0dl4u] {
    background: #017ef5;
    color: #fff;
}

/* Form Sections */
.form-section[b-3pgga0dl4u] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form-row[b-3pgga0dl4u] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.nested-group[b-3pgga0dl4u] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
    align-items: flex-end;
}

/* Field Group */
.field-group[b-3pgga0dl4u] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.field-label[b-3pgga0dl4u] {
    font-weight: 700;
    color: #455a64;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-control[b-3pgga0dl4u] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.95rem;
    transition: all 0.2s;
    background-color: #f8fafc;
}

.form-control:focus[b-3pgga0dl4u] {
    outline: none;
    border-color: #017ef5;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(1, 126, 245, 0.1);
}

textarea.form-control[b-3pgga0dl4u] {
    min-height: 100px;
    resize: vertical;
}

/* Conc Vol Styling */
.conc-vol-wrapper[b-3pgga0dl4u] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    transition: all 0.2s;
    width: fit-content;
}

.conc-vol-wrapper:focus-within[b-3pgga0dl4u] {
    border-color: #017ef5;
    box-shadow: 0 0 0 3px rgba(1, 126, 245, 0.1);
}

.conc-vol-wrapper input[b-3pgga0dl4u] {
    border: none;
    padding: 0.4rem;
    background: transparent;
    width: 60px;
    font-weight: 600;
    color: #263238;
}

.conc-vol-wrapper input:focus[b-3pgga0dl4u] {
    outline: none;
    box-shadow: none;
}

.currency-label[b-3pgga0dl4u] {
    font-size: 0.85rem;
    font-weight: 800;
    color: #64748b;
    padding-right: 0.5rem;
    white-space: nowrap;
}

.price-wrapper[b-3pgga0dl4u] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #f8fafc;
    padding-right: 0.5rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    transition: all 0.2s;
}

.price-wrapper:focus-within[b-3pgga0dl4u] {
    border-color: #017ef5;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(1, 126, 245, 0.1);
}

.price-wrapper input[b-3pgga0dl4u] {
    border: none;
    background: transparent;
    padding: 0.75rem 1rem;
    width: 100%;
}

.price-wrapper input:focus[b-3pgga0dl4u] {
    outline: none;
    box-shadow: none;
}

/* Button Group */
.button-group[b-3pgga0dl4u] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #f1f5f9;
}

.btn[b-3pgga0dl4u] {
    padding: 0.8rem 1.75rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.btn-primary[b-3pgga0dl4u] {
    background: #017ef5;
    color: #fff;
}

.btn-primary:hover[b-3pgga0dl4u] {
    background: #0069d9;
    box-shadow: 0 4px 12px rgba(1, 126, 245, 0.25);
}

.btn-success[b-3pgga0dl4u] {
    background: #10b981;
    color: #fff;
}

.btn-danger[b-3pgga0dl4u] {
    background: #ef4444;
    color: #fff;
}

.btn-new[b-3pgga0dl4u] {
    background: #f1f5f9;
    color: #475569;
}

.btn-new:hover[b-3pgga0dl4u] {
    background: #e2e8f0;
}

/* Responsive Grid */
@media (max-width: 768px) {
    .action-bar[b-3pgga0dl4u] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .form-row[b-3pgga0dl4u] {
        grid-template-columns: 1fr;
    }
    
    .nested-group[b-3pgga0dl4u] {
        grid-template-columns: 1fr;
    }
    
    .trade-name-selector[b-3pgga0dl4u] {
        max-width: 100%;
    }
    
    .button-group[b-3pgga0dl4u] {
        flex-direction: column;
    }
    
    .btn[b-3pgga0dl4u] {
        width: 100%;
        justify-content: center;
    }
}

/* /Components/Shared/FeedbackDialog.razor.rz.scp.css */
/* Feedback Dialog Overlay */
.feedback-dialog-overlay[b-j6t45djtqg] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    backdrop-filter: blur(2px);
}

/* Feedback Dialog */
.feedback-dialog[b-j6t45djtqg] {
    background: white;
    border-radius: 15px;
    width: 90%;
    max-width: 550px;
    max-height: 80vh;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: dialogSlideIn-b-j6t45djtqg 0.3s ease-out;
}

@keyframes dialogSlideIn-b-j6t45djtqg {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Dialog Header */
.feedback-dialog-header[b-j6t45djtqg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
}

.feedback-dialog-header h3[b-j6t45djtqg] {
    margin: 0;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feedback-dialog-header .close-btn[b-j6t45djtqg] {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.feedback-dialog-header .close-btn:hover[b-j6t45djtqg] {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Dialog Content */
.feedback-dialog-content[b-j6t45djtqg] {
    padding: 25px;
    max-height: calc(80vh - 80px);
    overflow-y: auto;
}

.feedback-description[b-j6t45djtqg] {
    color: #6c757d;
    margin-bottom: 20px;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Form Styles */
.feedback-form .form-group[b-j6t45djtqg] {
    margin-bottom: 20px;
}

.feedback-form label[b-j6t45djtqg] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
}

.feedback-form .required[b-j6t45djtqg] {
    color: #e74c3c;
}

.feedback-form .form-control[b-j6t45djtqg] {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    font-family: inherit;
}

.feedback-form .form-control:focus[b-j6t45djtqg] {
    border-color: #3498db;
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.feedback-form textarea.form-control[b-j6t45djtqg] {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

/* Form Actions */
.form-actions[b-j6t45djtqg] {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.cancel-btn[b-j6t45djtqg] {
    background: #f8f9fa;
    color: #6c757d;
    border: 2px solid #e9ecef;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cancel-btn:hover[b-j6t45djtqg] {
    background: #e9ecef;
    color: #495057;
    border-color: #dee2e6;
}

.submit-btn[b-j6t45djtqg] {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 140px;
    justify-content: center;
}

.submit-btn:hover:not(:disabled)[b-j6t45djtqg] {
    background: linear-gradient(135deg, #2980b9 0%, #1f618d 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.submit-btn:disabled[b-j6t45djtqg] {
    background: #bdc3c7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .feedback-dialog[b-j6t45djtqg] {
        width: 95%;
        margin: 20px;
        max-height: 90vh;
    }

    .feedback-dialog-header[b-j6t45djtqg] {
        padding: 15px 20px;
    }

    .feedback-dialog-header h3[b-j6t45djtqg] {
        font-size: 1.2rem;
    }

    .feedback-dialog-content[b-j6t45djtqg] {
        padding: 20px;
    }

    .form-actions[b-j6t45djtqg] {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .cancel-btn[b-j6t45djtqg],
    .submit-btn[b-j6t45djtqg] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .feedback-dialog[b-j6t45djtqg] {
        width: 98%;
        margin: 10px;
        border-radius: 10px;
    }

    .feedback-dialog-header[b-j6t45djtqg] {
        padding: 12px 15px;
    }

    .feedback-dialog-content[b-j6t45djtqg] {
        padding: 15px;
    }
}

/* Accessibility improvements */
.feedback-dialog-header .close-btn:focus[b-j6t45djtqg],
.cancel-btn:focus[b-j6t45djtqg],
.submit-btn:focus[b-j6t45djtqg] {
    outline: 2px solid rgba(52, 152, 219, 0.5);
    outline-offset: 2px;
}
/* /Components/Shared/FloatingFeedbackButton.razor.rz.scp.css */
.floating-feedback-btn[b-u57vvju7hj] {
    position: fixed;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(52, 152, 219, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    z-index: 1000;
}

.floating-feedback-btn-bottom-right[b-u57vvju7hj] {
    bottom: 30px;
    right: 30px;
}

.floating-feedback-btn-bottom-left[b-u57vvju7hj] {
    bottom: 30px;
    left: 30px;
}

.floating-feedback-btn-top-right[b-u57vvju7hj] {
    top: 30px;
    right: 30px;
}

.floating-feedback-btn-top-left[b-u57vvju7hj] {
    top: 30px;
    left: 30px;
}

.floating-feedback-btn:hover[b-u57vvju7hj] {
    background: linear-gradient(135deg, #2980b9 0%, #1f618d 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(52, 152, 219, 0.6);
    animation: pulse-b-u57vvju7hj 2s infinite;
}

.floating-feedback-btn:active[b-u57vvju7hj] {
    transform: translateY(0);
    box-shadow: 0 2px 15px rgba(52, 152, 219, 0.4);
}

.floating-feedback-btn:focus[b-u57vvju7hj] {
    outline: 3px solid rgba(52, 152, 219, 0.5);
    outline-offset: 2px;
}

@keyframes pulse-b-u57vvju7hj {
    0% {
        box-shadow: 0 6px 25px rgba(52, 152, 219, 0.6);
    }

    50% {
        box-shadow: 0 6px 30px rgba(52, 152, 219, 0.8);
    }

    100% {
        box-shadow: 0 6px 25px rgba(52, 152, 219, 0.6);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .floating-feedback-btn[b-u57vvju7hj] {
        width: 55px;
        height: 55px;
        font-size: 1.3rem;
    }

    .floating-feedback-btn-bottom-right[b-u57vvju7hj] {
        bottom: 20px;
        right: 20px;
    }

    .floating-feedback-btn-bottom-left[b-u57vvju7hj] {
        bottom: 20px;
        left: 20px;
    }

    .floating-feedback-btn-top-right[b-u57vvju7hj] {
        top: 20px;
        right: 20px;
    }

    .floating-feedback-btn-top-left[b-u57vvju7hj] {
        top: 20px;
        left: 20px;
    }

    /* Hide tooltip on tablets and mobile */
    .floating-feedback-btn[b-u57vvju7hj]::after,
    .floating-feedback-btn[b-u57vvju7hj]::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .floating-feedback-btn[b-u57vvju7hj] {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .floating-feedback-btn-bottom-right[b-u57vvju7hj] {
        bottom: 15px;
        right: 15px;
    }

    .floating-feedback-btn-bottom-left[b-u57vvju7hj] {
        bottom: 15px;
        left: 15px;
    }

    .floating-feedback-btn-top-right[b-u57vvju7hj] {
        top: 15px;
        right: 15px;
    }

    .floating-feedback-btn-top-left[b-u57vvju7hj] {
        top: 15px;
        left: 15px;
    }
}

/* For left-positioned buttons, show tooltip on the right side */
.floating-feedback-btn-bottom-left[b-u57vvju7hj]::after,
.floating-feedback-btn-top-left[b-u57vvju7hj]::after {
    right: auto;
    left: 70px;
    transform: translateY(-50%) translateX(-8px);
}

.floating-feedback-btn-bottom-left:hover[b-u57vvju7hj]::after,
.floating-feedback-btn-top-left:hover[b-u57vvju7hj]::after {
    transform: translateY(-50%) translateX(8px);
}

.floating-feedback-btn-bottom-left[b-u57vvju7hj]::before,
.floating-feedback-btn-top-left[b-u57vvju7hj]::before {
    right: auto;
    left: 60px;
    border-width: 6px 8px 6px 0;
    border-color: transparent #1a202c transparent transparent;
}

.floating-feedback-btn-bottom-left:hover[b-u57vvju7hj]::before,
.floating-feedback-btn-top-left:hover[b-u57vvju7hj]::before {
    left: 62px;
}
/* /Components/Test/PDF_test.razor.rz.scp.css */
#zoominput[b-bnqiiqcueo] {
    width: 95px;
}

.control-section[b-bnqiiqcueo] {
    padding: 10px;
}

.e-pv-primary-toolbar[b-bnqiiqcueo],
.e-pv-secondary-toolbar[b-bnqiiqcueo] {
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.magnification-toolbar[b-bnqiiqcueo] {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.Page-container[b-bnqiiqcueo] {
    font-weight: bold;
    padding: 0 10px;
}

.e-toolbar .e-toolbar-item .e-tbar-btn[b-bnqiiqcueo] {
}

.e-toolbar .e-toolbar-item:not(.e-separator)[b-bnqiiqcueo] {
    min-width: 100px;
    width: max-content;
}

.e-toolbar .e-toolbar-item .e-tbar-btn[b-bnqiiqcueo] {
    width: auto !important;
}

.loading-container[b-bnqiiqcueo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

.loading-spinner[b-bnqiiqcueo] {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-bnqiiqcueo 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin-b-bnqiiqcueo {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
