@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Calculator2.razor.rz.scp.css */
.calculator-temp-main-container[b-fh9n591oi0] {
    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-fh9n591oi0] {
    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-fh9n591oi0] {
    background-color: white;
    box-shadow: -20px -20px 5px white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.close-btn[b-fh9n591oi0] {
    align-self:flex-end;
}
.note-section[b-fh9n591oi0] {
    color: red;
}
.source-info[b-fh9n591oi0] {
    font-size: 0.8rem; /* or whatever size you prefer */
    color: #666; /* optional muted color */
}
/* /Components/DrugAlarmResults.razor.rz.scp.css */

/* ==================== CONTAINER ==================== */
.drug-alarm-results-container[b-21phz02qhd] {
    background: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* ==================== HEADER ==================== */
.results-header[b-21phz02qhd] {
    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-21phz02qhd] {
    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-21phz02qhd] {
        background: #F5F5F5;
        border-color: #B0B5BD;
    }

    .btn-back i[b-21phz02qhd] {
        font-size: 18px;
    }

.header-buttons[b-21phz02qhd] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    flex-grow: 1;
}

.btn-save-result[b-21phz02qhd] {
    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-21phz02qhd] {
        background: #F5F5F5;
        border-color: #B0B5BD;
    }

    .btn-save-result i[b-21phz02qhd] {
        font-size: 18px;
    }

.btn-emr[b-21phz02qhd] {
    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-21phz02qhd] {
        background: #2E7AE8;
        border-color: #2E7AE8;
    }

    .btn-emr i[b-21phz02qhd] {
        font-size: 18px;
    }

/* ==================== NO ALARMS STATE ==================== */
.no-alarms[b-21phz02qhd] {
    text-align: center;
    padding: 80px 40px;
}

.success-icon[b-21phz02qhd] {
    font-size: 80px;
    color: #27ae60;
    margin-bottom: 24px;
}

.no-alarms h4[b-21phz02qhd] {
    color: #27ae60;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.no-alarms p[b-21phz02qhd] {
    color: #4D4D4D;
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* ==================== OVERALL RISK SUMMARY ==================== */
.overall-risk-container[b-21phz02qhd] {
    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-21phz02qhd] {
    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-21phz02qhd] {
        font-size: 28px;
        color: #FFB050;
    }

.risk-content[b-21phz02qhd] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-grow: 1;
}

.risk-title[b-21phz02qhd] {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #101828;
}

.risk-description[b-21phz02qhd] {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
}

/* ==================== STATS SUMMARY ==================== */
.stats-summary[b-21phz02qhd] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 40px 35px;
    gap: 35px;
}

.summary-cards-grid[b-21phz02qhd] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 35px;
    flex-wrap: wrap;
    max-width: 1200px;
}

.stat-card[b-21phz02qhd] {
    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-21phz02qhd] {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    /* Stat Card Variants */
    .stat-card.warning[b-21phz02qhd] {
        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-21phz02qhd] {
        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-21phz02qhd] {
        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-21phz02qhd] {
        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-21phz02qhd] {
        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-21phz02qhd] {
        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-21phz02qhd] {
    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-21phz02qhd] {
    background: #FEF3C6;
}

    .stat-card.warning .stat-icon-container i[b-21phz02qhd] {
        color: #E17100;
        font-size: 20px;
    }

.stat-card.info .stat-icon-container[b-21phz02qhd] {
    background: #DBEAFE;
}

    .stat-card.info .stat-icon-container i[b-21phz02qhd] {
        color: #4994FF;
        font-size: 20px;
    }

.stat-card.pregnancy .stat-icon-container[b-21phz02qhd] {
    background: #FFEDD4;
}

    .stat-card.pregnancy .stat-icon-container i[b-21phz02qhd] {
        color: #FFB050;
        font-size: 20px;
    }

.stat-card.lactation .stat-icon-container[b-21phz02qhd] {
    background: #F3E8FF;
}

    .stat-card.lactation .stat-icon-container i[b-21phz02qhd] {
        color: #9810FA;
        font-size: 20px;
    }

.stat-card.danger .stat-icon-container[b-21phz02qhd] {
    background: #FFE2E2;
}

    .stat-card.danger .stat-icon-container i[b-21phz02qhd] {
        color: #E7000B;
        font-size: 20px;
    }

.stat-card.allergy .stat-icon-container[b-21phz02qhd] {
    background: #FCE7F3;
}

    .stat-card.allergy .stat-icon-container i[b-21phz02qhd] {
        color: #E60076;
        font-size: 20px;
    }

.stat-content[b-21phz02qhd] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 4px;
    width: 336px;
    height: 52px;
}

.stat-number[b-21phz02qhd] {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #101828;
}

.stat-label[b-21phz02qhd] {
    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-21phz02qhd] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 80px 40px;
    gap: 25px;
}

.result-section[b-21phz02qhd] {
    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-21phz02qhd] {
        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-21phz02qhd] {
        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-21phz02qhd] {
        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-21phz02qhd] {
        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-21phz02qhd] {
        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-21phz02qhd] {
        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-21phz02qhd] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 12px;
    width: 100%;
}

.section-icon-container[b-21phz02qhd] {
    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-21phz02qhd] {
    background: #FEF3C6;
}

    .result-section.same-ingredients .section-icon-container i[b-21phz02qhd] {
        color: #E17100;
        font-size: 20px;
    }

.result-section.drug-interactions .section-icon-container[b-21phz02qhd] {
    background: #DBEAFE;
}

    .result-section.drug-interactions .section-icon-container i[b-21phz02qhd] {
        color: #4994FF;
        font-size: 20px;
    }

.result-section.pregnancy-risks .section-icon-container[b-21phz02qhd] {
    background: #FFEDD4;
}

    .result-section.pregnancy-risks .section-icon-container i[b-21phz02qhd] {
        color: #FFB050;
        font-size: 20px;
    }

.result-section.lactation-risks .section-icon-container[b-21phz02qhd] {
    background: #F3E8FF;
}

    .result-section.lactation-risks .section-icon-container i[b-21phz02qhd] {
        color: #9810FA;
        font-size: 20px;
    }

.result-section.contraindications .section-icon-container[b-21phz02qhd] {
    background: #FFE2E2;
}

    .result-section.contraindications .section-icon-container i[b-21phz02qhd] {
        color: #E7000B;
        font-size: 20px;
    }

.result-section.allergy-risks .section-icon-container[b-21phz02qhd] {
    background: #FCE7F3;
}

    .result-section.allergy-risks .section-icon-container i[b-21phz02qhd] {
        color: #E60076;
        font-size: 20px;
    }

.section-title[b-21phz02qhd] {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #101828;
}

/* ==================== ALARM CARDS ==================== */
.alarm-card[b-21phz02qhd] {
    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-21phz02qhd] {
    background: #FFFBEB;
    border-left: 4px solid #FFB900;
}

.result-section.drug-interactions .alarm-card[b-21phz02qhd] {
    background: #FFF7ED;
    border-left: 4px solid #FF8904;
}

.result-section.pregnancy-risks .alarm-card[b-21phz02qhd] {
    background: #FFF5E6;
    border-left: 4px solid #FFB050;
}

.result-section.lactation-risks .alarm-card[b-21phz02qhd] {
    background: #FAF5FF;
    border-left: 4px solid #9810FA;
}

.result-section.contraindications .alarm-card[b-21phz02qhd] {
    background: #FFF5F5;
    border-left: 4px solid #E7000B;
}

.result-section.allergy-risks .alarm-card[b-21phz02qhd] {
    background: #FDF2F8;
    border-left: 4px solid #F6339A;
}

.drug-comparison-row[b-21phz02qhd] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 100%;
}

.drug-box[b-21phz02qhd] {
    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-21phz02qhd] {
    border: 1px solid #FEE685;
}

.result-section.drug-interactions .drug-box[b-21phz02qhd] {
    border: 1px solid #FFD6A7;
}

.result-section.pregnancy-risks .drug-box[b-21phz02qhd] {
    border: 1px solid #FFD6A7;
}

.result-section.lactation-risks .drug-box[b-21phz02qhd] {
    border: 1px solid #F3E8FF;
}

.result-section.contraindications .drug-box[b-21phz02qhd] {
    border: 1px solid #FFC9C9;
}

.result-section.allergy-risks .drug-box[b-21phz02qhd] {
    border: 1px solid #FCCEE8;
}

.drug-name[b-21phz02qhd], .drug-name-standalone[b-21phz02qhd] {
    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-21phz02qhd], .drug-composition-standalone[b-21phz02qhd] {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
}

.vs-separator[b-21phz02qhd] {
    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-21phz02qhd] {
    color: #E17100;
}

.result-section.drug-interactions .vs-separator[b-21phz02qhd] {
    color: #FFB050;
}

.result-section.pregnancy-risks .vs-separator[b-21phz02qhd] {
    color: #FFB050;
}

.result-section.lactation-risks .vs-separator[b-21phz02qhd] {
    color: #9810FA;
}

.result-section.contraindications .vs-separator[b-21phz02qhd] {
    color: #E7000B;
}

.result-section.allergy-risks .vs-separator[b-21phz02qhd] {
    color: #E60076;
}

/* ==================== ALARM DETAILS BOX ==================== */
.alarm-details-box[b-21phz02qhd] {
    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-21phz02qhd] {
    border: 1px solid #FEE685;
}

.result-section.drug-interactions .alarm-details-box[b-21phz02qhd] {
    border: 1px solid #FFD6A7;
}

.result-section.pregnancy-risks .alarm-details-box[b-21phz02qhd] {
    border: 1px solid #FFD6A7;
}

.result-section.lactation-risks .alarm-details-box[b-21phz02qhd] {
    border: 1px solid #F3E8FF;
}

.result-section.contraindications .alarm-details-box[b-21phz02qhd] {
    border: 1px solid #FFC9C9;
}

.result-section.allergy-risks .alarm-details-box[b-21phz02qhd] {
    border: 1px solid #FCCEE8;
}

.detail-row[b-21phz02qhd] {
    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-21phz02qhd] {
        margin-bottom: 0;
    }

    .detail-row strong[b-21phz02qhd] {
        font-weight: 700;
        color: #101828;
    }

.ingredient-text[b-21phz02qhd] {
    font-weight: 500;
    color: #7B3306;
}

.source-row[b-21phz02qhd] {
    color: #6A7282;
    font-size: 12px;
}

    .source-row strong[b-21phz02qhd] {
        color: #6A7282;
    }

/* ==================== SEVERITY BADGES ==================== */
.severity-badge[b-21phz02qhd] {
    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-21phz02qhd] {
        background: #E7000B;
    }

    .severity-badge.severity-moderate[b-21phz02qhd] {
        background: #FFB050;
    }

    .severity-badge.severity-low[b-21phz02qhd] {
        background: #FEF3C6;
        color: #E17100;
    }

/* ==================== PREGNANCY CATEGORY BADGES ==================== */
.pregnancy-badge[b-21phz02qhd] {
    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-21phz02qhd] {
        background: #27ae60;
        color: #FFFFFF;
    }

    .pregnancy-badge.category-b[b-21phz02qhd] {
        background: #4994FF;
        color: #FFFFFF;
    }

    .pregnancy-badge.category-c[b-21phz02qhd] {
        background: #FFB050;
        color: #FFFFFF;
    }

    .pregnancy-badge.category-d[b-21phz02qhd] {
        background: #E17100;
        color: #FFFFFF;
    }

    .pregnancy-badge.category-x[b-21phz02qhd] {
        background: #E7000B;
        color: #FFFFFF;
    }

    .pregnancy-badge.category-na[b-21phz02qhd] {
        background: #98A2B3;
        color: #FFFFFF;
    }

/* ==================== CATEGORY EXPLANATION ==================== */
.category-explanation[b-21phz02qhd] {
    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-21phz02qhd] {
    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-21phz02qhd] {
    background: #FFF3CD;
    border-left: 3px solid #FFB050;
    padding: 12px 16px;
    margin: 12px 0 0 0;
    border-radius: 8px;
}

.ai-warning-header[b-21phz02qhd] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #E17100;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.ai-warning-text[b-21phz02qhd] {
    color: #5d4037;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
}

.ai-reason-box[b-21phz02qhd] {
    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-21phz02qhd] {
    margin-bottom: 12px;
}

.cross-reactivity-badge[b-21phz02qhd] {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
}

    .cross-reactivity-badge.reactivity-high[b-21phz02qhd] {
        color: #FFFFFF;
        background-color: #E7000B;
        border: 1px solid #E7000B;
    }

    .cross-reactivity-badge.reactivity-moderate[b-21phz02qhd] {
        color: #856404;
        background-color: #FEF3C6;
        border: 1px solid #FFB050;
    }

    .cross-reactivity-badge.reactivity-low[b-21phz02qhd] {
        color: #155724;
        background-color: #d4edda;
        border: 1px solid #27ae60;
    }

    .cross-reactivity-badge.reactivity-unknown[b-21phz02qhd] {
        color: #6c757d;
        background-color: #e9ecef;
        border: 1px solid #6c757d;
    }

.ai-cross-hypersensitivity-box[b-21phz02qhd] {
    background: #FFF3CD;
    border-left: 3px solid #FFB050;
    padding: 12px 16px;
    margin: 12px 0 0 0;
    border-radius: 8px;
}

.ai-warning-disclaimer[b-21phz02qhd] {
    color: #5d4037;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.ai-content-box[b-21phz02qhd] {
    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-21phz02qhd] {
    margin-top: 12px;
    padding: 0;
    background: transparent;
    border-radius: 8px;
    border: none;
}

.citations-toggle-btn[b-21phz02qhd] {
    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-21phz02qhd] {
        background: #F0F1F3;
        border-color: #D0D0D0;
    }

    .citations-toggle-btn i[b-21phz02qhd] {
        font-size: 14px;
        transition: transform 0.2s ease;
    }

.citations-list[b-21phz02qhd] {
    margin-top: 8px;
    padding: 12px;
    background: #F9FAFB;
    border: 1px solid #E7E7E7;
    border-top: none;
    border-radius: 0 0 8px 8px;
    animation: slideDown-b-21phz02qhd 0.2s ease;
}

@keyframes slideDown-b-21phz02qhd {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.citation-item[b-21phz02qhd] {
    margin: 4px 0;
}

    .citation-item a[b-21phz02qhd] {
        font-size: 11px;
        color: #4994FF;
        text-decoration: none;
        word-break: break-all;
        display: block;
    }

        .citation-item a:hover[b-21phz02qhd] {
            color: #3174D4;
            text-decoration: underline;
        }

/* ==================== DOSE-DEPENDENT WARNING ==================== */
.dose-dependent-warning[b-21phz02qhd] {
    background: #FFF3CD;
    border-left: 3px solid #FF9800;
    padding: 12px 16px;
    margin: 12px 0 0 0;
    border-radius: 8px;
}

.dose-warning-header[b-21phz02qhd] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #E65100;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.dose-warning-text[b-21phz02qhd] {
    color: #5d4037;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.dosage-guidelines[b-21phz02qhd] {
    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-21phz02qhd] {
    margin-top: 10px;
}

    .source-link a[b-21phz02qhd] {
        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-21phz02qhd] {
            text-decoration: underline;
            color: #3174D4;
        }

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1280px) {
    .summary-cards-grid[b-21phz02qhd] {
        gap: 20px;
    }

    .stat-card[b-21phz02qhd] {
        width: 320px;
    }

    .overall-risk-container[b-21phz02qhd] {
        margin: 0 40px 20px 40px;
    }

    .detailed-results-container[b-21phz02qhd] {
        padding: 0px 40px 40px;
    }
}

@media (max-width: 768px) {
    .results-header[b-21phz02qhd] {
        padding: 20px;
        gap: 20px;
    }

    .overall-risk-container[b-21phz02qhd] {
        margin: 0 20px 20px 20px;
        padding: 15px 20px;
    }

    .stats-summary[b-21phz02qhd] {
        padding: 20px;
    }

    .detailed-results-container[b-21phz02qhd] {
        padding: 0 20px 20px;
    }

    .summary-cards-grid[b-21phz02qhd] {
        flex-direction: column;
        align-items: center;
    }

    .stat-card[b-21phz02qhd] {
        width: 100%;
        max-width: 376px;
    }

    .drug-comparison-row[b-21phz02qhd] {
        flex-direction: column;
        align-items: stretch;
    }

    .vs-separator[b-21phz02qhd] {
        align-self: center;
        margin: 8px 0;
        transform: rotate(90deg);
    }
}

@media (max-width: 480px) {
    .results-header[b-21phz02qhd] {
        padding: 15px;
    }

    .overall-risk-container[b-21phz02qhd] {
        margin: 0 15px 15px 15px;
        padding: 15px;
        flex-direction: column;
    }

    .stats-summary[b-21phz02qhd] {
        padding: 15px;
    }

    .detailed-results-container[b-21phz02qhd] {
        padding: 0 15px 15px;
    }

    .result-section[b-21phz02qhd] {
        padding: 15px;
    }

    .alarm-card[b-21phz02qhd] {
        padding: 15px 15px 15px 20px;
    }

    .risk-title[b-21phz02qhd] {
        font-size: 20px;
        line-height: 28px;
    }

    .risk-description[b-21phz02qhd] {
        font-size: 14px;
    }
}
/* /Components/DrugCheckerDoctorProfileEditForm.razor.rz.scp.css */
.edit-form-container[b-x6xr8hukzw] {
    background: white;
}

.form-header[b-x6xr8hukzw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    background: #f9f9f9;
}

.form-header h3[b-x6xr8hukzw] {
    margin: 0;
    color: #333;
    font-size: 1.1rem;
}

.btn-close[b-x6xr8hukzw] {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.btn-close:hover[b-x6xr8hukzw] {
    color: #333;
}

.form-section[b-x6xr8hukzw] {
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.form-section:last-of-type[b-x6xr8hukzw] {
    border-bottom: none;
}

.form-section h4[b-x6xr8hukzw] {
    margin: 0 0 1rem 0;
    color: #333;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group[b-x6xr8hukzw] {
    margin-bottom: 1.5rem;
}

.form-group:last-child[b-x6xr8hukzw] {
    margin-bottom: 0;
}

.form-group label[b-x6xr8hukzw] {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 500;
    font-size: 0.9rem;
}

.form-control[b-x6xr8hukzw] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.95rem;
    font-family: inherit;
    background-color: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-control:focus[b-x6xr8hukzw] {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.form-control.textarea[b-x6xr8hukzw] {
    resize: vertical;
    min-height: 100px;
}

.form-actions[b-x6xr8hukzw] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    justify-content: flex-end;
}

.btn[b-x6xr8hukzw] {
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    border: none;
    transition: all 0.3s;
}

.btn-primary[b-x6xr8hukzw] {
    background-color: #0066cc;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-x6xr8hukzw] {
    background-color: #0052a3;
}

.btn-secondary[b-x6xr8hukzw] {
    background-color: #f0f0f0;
    color: #333;
}

.btn-secondary:hover:not(:disabled)[b-x6xr8hukzw] {
    background-color: #e0e0e0;
}

.btn:disabled[b-x6xr8hukzw] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Validation Styles */
[b-x6xr8hukzw] .validation-message {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 0.25rem;
    display: block;
}

[b-x6xr8hukzw] .validation-summary-errors {
    color: #dc3545;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 0.75rem 1.25rem;
        margin-bottom: 1rem;
        border-radius: 4px;
    }

    [b-x6xr8hukzw] .validation-summary-errors ul {
        margin: 0;
        padding: 0 0 0 1.5rem;
    }

    /* Form Tabs */
    .form-tabs[b-x6xr8hukzw] {
        display: flex;
        border-bottom: 2px solid #e0e0e0;
        background: #f9f9f9;
        padding: 0 1.5rem;
        gap: 0;
    }

    .tab-button[b-x6xr8hukzw] {
        background: none;
        border: none;
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
        font-weight: 500;
        color: #666;
        cursor: pointer;
        transition: all 0.3s;
        border-bottom: 3px solid transparent;
        margin-bottom: -2px;
    }

    .tab-button:hover[b-x6xr8hukzw] {
        color: #0066cc;
    }

    .tab-button.active[b-x6xr8hukzw] {
        color: #0066cc;
        border-bottom-color: #0066cc;
    }

    /* Password Section */
    .password-info[b-x6xr8hukzw] {
        color: #666;
        font-size: 0.9rem;
        margin: 0 0 1rem 0;
        padding: 0.75rem 1rem;
        background-color: #f0f7ff;
        border-left: 4px solid #0066cc;
        border-radius: 4px;
    }

    /* Responsive */
    @media (max-width: 640px) {
        .form-header[b-x6xr8hukzw] {
            padding: 1rem;
        }

        .form-header h3[b-x6xr8hukzw] {
            font-size: 1rem;
        }

        .form-section[b-x6xr8hukzw] {
            padding: 1rem;
        }

        .form-section h4[b-x6xr8hukzw] {
            font-size: 0.85rem;
        }

        .form-group[b-x6xr8hukzw] {
            margin-bottom: 1rem;
        }

        .form-control[b-x6xr8hukzw] {
            padding: 0.6rem;
            font-size: 0.9rem;
        }

        .form-actions[b-x6xr8hukzw] {
            flex-direction: column;
            padding: 1rem;
            gap: 0.5rem;
        }

        .btn[b-x6xr8hukzw] {
            width: 100%;
            padding: 0.6rem;
        }

        .form-tabs[b-x6xr8hukzw] {
            padding: 0 1rem;
        }

        .tab-button[b-x6xr8hukzw] {
            padding: 0.75rem 1rem;
            font-size: 0.85rem;
        }
    }
/* /Components/FooterSection.razor.rz.scp.css */
.footer-section[b-pq2gxcioxl] {
        font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        position: relative;
    }

    /* Main Footer Area */
    .footer-main[b-pq2gxcioxl] {
        background: #000000;
        padding: 2rem 13rem 0;
        position: relative;
    }

    /* Scroll to Top Button */
    .scroll-to-top-container[b-pq2gxcioxl] {
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        pointer-events: auto;
    }

    .scroll-to-top-button[b-pq2gxcioxl] {
        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-pq2gxcioxl] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .scroll-to-top-button:active[b-pq2gxcioxl] {
        transform: translateY(0);
    }

    .scroll-to-top-button:focus[b-pq2gxcioxl] {
        outline: 2px solid #1A73E8;
        outline-offset: 2px;
    }

    .scroll-to-top-button svg[b-pq2gxcioxl] {
        width: 20px;
        height: 20px;
        display: block;
    }

    .footer-container[b-pq2gxcioxl] {
        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-pq2gxcioxl] {
        margin-bottom: 1.5rem;
    }

    .footer-logo-image[b-pq2gxcioxl] {
        height: 50px;
        width: auto;
    }

    /* Social Media Icons */
    .social-media-icons[b-pq2gxcioxl] {
        display: flex;
        gap: 1rem;
    }

    .social-icon[b-pq2gxcioxl] {
        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-pq2gxcioxl] {
        transform: translateY(-2px);
        color: #1A73E8;
    }

    .social-icon svg[b-pq2gxcioxl] {
        width: 24px;
        height: 24px;
    }

    /* Footer Columns */
    .footer-column[b-pq2gxcioxl] {
        display: flex;
        flex-direction: column;
    }

    .footer-column-header[b-pq2gxcioxl] {
        font-size: 18px;
        font-weight: 700;
        color: white;
        margin: 0 0 1rem 0;
        padding: 0;
    }

    .footer-links[b-pq2gxcioxl] {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .footer-links a[b-pq2gxcioxl] {
        font-size: 14px;
        color: white;
        text-decoration: none;
        transition: color 0.2s ease;
        font-weight: 400;
    }

    .footer-links a:hover[b-pq2gxcioxl] {
        color: #1A73E8;
    }

    /* Contact List */
    .footer-contact[b-pq2gxcioxl] {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .footer-contact li[b-pq2gxcioxl] {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        font-size: 14px;
        color: white;
    }

    .footer-contact svg[b-pq2gxcioxl] {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        margin-top: 2px;
        color: white;
    }

    .footer-contact span[b-pq2gxcioxl] {
        line-height: 1.5;
    }

    /* Copyright Notice */
    .footer-copyright[b-pq2gxcioxl] {
        text-align: center;
        padding: 2rem 0;
        background: #1D1D1D;
        margin-top: 2rem;
        margin-left: -13rem;
        margin-right: -13rem;
    }

    .footer-copyright p[b-pq2gxcioxl] {
        font-size: 14px;
        color: #999999;
        margin: 0;
        padding: 0;
    }

    .footer-copyright strong[b-pq2gxcioxl] {
        color: white;
        font-weight: 700;
    }

    /* Responsive */
    @media (max-width: 1200px) {
        .footer-main[b-pq2gxcioxl] {
            padding: 2rem 6rem 0;
        }

        .footer-copyright[b-pq2gxcioxl] {
            margin-left: -6rem;
            margin-right: -6rem;
        }

        .footer-container[b-pq2gxcioxl] {
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }
    }

    @media (max-width: 992px) {
        .footer-main[b-pq2gxcioxl] {
            padding: 2rem 3rem 0;
        }

        .footer-copyright[b-pq2gxcioxl] {
            margin-left: -3rem;
            margin-right: -3rem;
        }
    }

    @media (max-width: 768px) {
        .footer-main[b-pq2gxcioxl] {
            padding: 2rem 1.5rem 0;
        }

        .footer-copyright[b-pq2gxcioxl] {
            margin-left: -1.5rem;
            margin-right: -1.5rem;
            padding: 1.5rem 0;
        }

        .footer-container[b-pq2gxcioxl] {
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .footer-logo-image[b-pq2gxcioxl] {
            height: 40px;
        }

        .footer-column-header[b-pq2gxcioxl] {
            font-size: 16px;
        }

        .footer-links a[b-pq2gxcioxl],
        .footer-contact li[b-pq2gxcioxl] {
            font-size: 13px;
        }

        .scroll-to-top-button[b-pq2gxcioxl] {
            width: 45px;
            height: 45px;
        }

        .social-icon[b-pq2gxcioxl] {
            width: 36px;
            height: 36px;
        }

        .social-icon svg[b-pq2gxcioxl] {
            width: 20px;
            height: 20px;
        }
    }
/* /Components/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-job2su2a4c] {
    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-job2su2a4c] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-job2su2a4c] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-job2su2a4c] {
    font-size: 1.1rem;
    font-weight: 600;
}

.nav-item[b-job2su2a4c] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-job2su2a4c] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-job2su2a4c] {
    padding-bottom: 1rem;
}

.nav-link[b-job2su2a4c] {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    transition: background-color 0.2s;
}

.nav-link:hover[b-job2su2a4c] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-link.active[b-job2su2a4c] {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-scrollable[b-job2su2a4c] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-job2su2a4c] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-job2su2a4c] {
        display: none;
    }

    .nav-scrollable[b-job2su2a4c] {
        display: block;
        overflow-y: auto;
        height: calc(100vh - 3.5rem);
    }
}
/* /Components/SearchDisNames.razor.rz.scp.css */
.blazored-typeahead__results[b-myeewofu8j] {
    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-myeewofu8j] {
    color: blue;
}

text[b-myeewofu8j] {
    color: blue;
}

.main-container[b-myeewofu8j] {
    width: 100%;
}
/* /Components/SearchScientificInfo.razor.rz.scp.css */
/*.blazored-typeahead__results {
    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-6brltkmsv3] {
    color: blue;
}

text[b-6brltkmsv3] {
    color: blue;
}
/* /Components/SearchTradeInfoLite.razor.rz.scp.css */
.search-trade-info[b-84zweriaar] {
    position: relative;
}

    .search-trade-info img[b-84zweriaar] {
        position: absolute;
        right: 10px;
        top: 10px;
    }
[b-84zweriaar] .blazored-typeahead {
    position: relative;
    width: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    display:flex;
    flex-direction:column;
}
    [b-84zweriaar] .blazored-typeahead .blazored-typeahead__controls {
        position: relative;
        width: 100%;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        display: flex;
      
    }

[b-84zweriaar] .blazored-typeahead__input {
    flex: 1;
    max-width: 100%;
    border: none;
    padding: .5rem;
    border-radius: 5px;
}
[b-84zweriaar] .blazored-typeahead__input input{
    flex: 1;
    max-width: 100%;
    border: none;
    padding: .5rem;
    border-radius: 5px;
}

    [b-84zweriaar] .blazored-typeahead__result {
        background-color: white !important;
        color: black;
        cursor: pointer;
        padding: 0 15px;
    }

        [b-84zweriaar] .blazored-typeahead__result:hover {
            background-color: lightblue !important;
            color: black;
            cursor: pointer;
            transform: scaleX(1.05);
            margin-left: 10px;
        }

    [b-84zweriaar] .blazored-typeahead__active-item {
        background-color: #e1dddd9c !important;
        border-top: none !important;
        border-bottom: none !important;
        color: black !important;
        cursor: pointer;
    }

    [b-84zweriaar] .blazored-typeahead__result:focus {
        background-color: lightblue !important;
        color: #fff;
        cursor: pointer;
    }
/* /Components/Shared/FeedbackDialog.razor.rz.scp.css */
/* Feedback Dialog Overlay */
.feedback-dialog-overlay[b-zq76o1vxy4] {
    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-zq76o1vxy4] {
    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-zq76o1vxy4 0.3s ease-out;
}

@keyframes dialogSlideIn-b-zq76o1vxy4 {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Dialog Header */
.feedback-dialog-header[b-zq76o1vxy4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: linear-gradient(135deg, #4994FF 0%, #2980b9 100%);
    color: white;
}

.feedback-dialog-header h3[b-zq76o1vxy4] {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
    font-weight: 600;
}

.close-btn[b-zq76o1vxy4] {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.close-btn:hover[b-zq76o1vxy4] {
    transform: scale(1.1);
}

/* Dialog Content */
.feedback-dialog-content[b-zq76o1vxy4] {
    padding: 25px;
    max-height: calc(80vh - 70px);
    overflow-y: auto;
}

.feedback-description[b-zq76o1vxy4] {
    margin: 0 0 20px 0;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Form Styles */
.feedback-form[b-zq76o1vxy4] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group[b-zq76o1vxy4] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label[b-zq76o1vxy4] {
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
}

.required[b-zq76o1vxy4] {
    color: #e74c3c;
    margin-left: 2px;
}

.form-control[b-zq76o1vxy4] {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus[b-zq76o1vxy4] {
    outline: none;
    border-color: #4994FF;
    box-shadow: 0 0 0 3px rgba(73, 148, 255, 0.1);
}

.form-control[b-zq76o1vxy4]::placeholder {
    color: #999;
}

textarea.form-control[b-zq76o1vxy4] {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

/* Form Actions */
.form-actions[b-zq76o1vxy4] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 10px;
}

.cancel-btn[b-zq76o1vxy4],
.submit-btn[b-zq76o1vxy4] {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cancel-btn[b-zq76o1vxy4] {
    background: #f0f0f0;
    color: #333;
}

.cancel-btn:hover[b-zq76o1vxy4] {
    background: #e0e0e0;
}

.submit-btn[b-zq76o1vxy4] {
    background: linear-gradient(135deg, #4994FF 0%, #2980b9 100%);
    color: white;
}

.submit-btn:hover:not(:disabled)[b-zq76o1vxy4] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(73, 148, 255, 0.3);
}

.submit-btn:disabled[b-zq76o1vxy4] {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.7;
}

.submit-btn:active:not(:disabled)[b-zq76o1vxy4] {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 600px) {
    .feedback-dialog[b-zq76o1vxy4] {
        width: 95%;
        max-width: 100%;
    }

    .feedback-dialog-header[b-zq76o1vxy4] {
        padding: 15px 20px;
    }

    .feedback-dialog-content[b-zq76o1vxy4] {
        padding: 20px;
    }

    .form-actions[b-zq76o1vxy4] {
        flex-direction: column-reverse;
    }

    .cancel-btn[b-zq76o1vxy4],
    .submit-btn[b-zq76o1vxy4] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Shared/FloatingFeedbackButton.razor.rz.scp.css */
.floating-feedback-btn[b-qcmukmu1dn] {
    position: fixed;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4994FF 0%, #2980b9 100%);
    color: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(73, 148, 255, 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-qcmukmu1dn] {
    bottom: 30px;
    right: 30px;
}

.floating-feedback-btn-bottom-left[b-qcmukmu1dn] {
    bottom: 30px;
    left: 30px;
}

.floating-feedback-btn-top-right[b-qcmukmu1dn] {
    top: 30px;
    right: 30px;
}

.floating-feedback-btn-top-left[b-qcmukmu1dn] {
    top: 30px;
    left: 30px;
}

.floating-feedback-btn:hover[b-qcmukmu1dn] {
    background: linear-gradient(135deg, #2980b9 0%, #1f618d 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(73, 148, 255, 0.6);
    animation: pulse-b-qcmukmu1dn 2s infinite;
}

.floating-feedback-btn:active[b-qcmukmu1dn] {
    transform: translateY(0);
    box-shadow: 0 2px 15px rgba(73, 148, 255, 0.4);
}

.floating-feedback-btn:focus[b-qcmukmu1dn] {
    outline: 3px solid rgba(73, 148, 255, 0.5);
    outline-offset: 2px;
}

@keyframes pulse-b-qcmukmu1dn {
    0% {
        box-shadow: 0 6px 25px rgba(73, 148, 255, 0.6);
    }

    50% {
        box-shadow: 0 6px 30px rgba(73, 148, 255, 0.8);
    }

    100% {
        box-shadow: 0 6px 25px rgba(73, 148, 255, 0.6);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .floating-feedback-btn[b-qcmukmu1dn] {
        width: 55px;
        height: 55px;
        font-size: 1.3rem;
    }

    .floating-feedback-btn-bottom-right[b-qcmukmu1dn] {
        bottom: 20px;
        right: 20px;
    }

    .floating-feedback-btn-bottom-left[b-qcmukmu1dn] {
        bottom: 20px;
        left: 20px;
    }

    .floating-feedback-btn-top-right[b-qcmukmu1dn] {
        top: 20px;
        right: 20px;
    }

    .floating-feedback-btn-top-left[b-qcmukmu1dn] {
        top: 20px;
        left: 20px;
    }

    /* Hide tooltip on tablets and mobile */
    .floating-feedback-btn[b-qcmukmu1dn]::after,
    .floating-feedback-btn[b-qcmukmu1dn]::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .floating-feedback-btn[b-qcmukmu1dn] {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .floating-feedback-btn-bottom-right[b-qcmukmu1dn] {
        bottom: 15px;
        right: 15px;
    }

    .floating-feedback-btn-bottom-left[b-qcmukmu1dn] {
        bottom: 15px;
        left: 15px;
    }

    .floating-feedback-btn-top-right[b-qcmukmu1dn] {
        top: 15px;
        right: 15px;
    }

    .floating-feedback-btn-top-left[b-qcmukmu1dn] {
        top: 15px;
        left: 15px;
    }
}

/* For left-positioned buttons, show tooltip on the right side */
.floating-feedback-btn-bottom-left[b-qcmukmu1dn]::after,
.floating-feedback-btn-top-left[b-qcmukmu1dn]::after {
    right: auto;
    left: 70px;
    transform: translateY(-50%) translateX(-8px);
}

.floating-feedback-btn-bottom-left:hover[b-qcmukmu1dn]::after,
.floating-feedback-btn-top-left:hover[b-qcmukmu1dn]::after {
    transform: translateY(-50%) translateX(8px);
}

.floating-feedback-btn-bottom-left[b-qcmukmu1dn]::before,
.floating-feedback-btn-top-left[b-qcmukmu1dn]::before {
    right: auto;
    left: 60px;
    border-width: 6px 8px 6px 0;
    border-color: transparent #1a202c transparent transparent;
}

.floating-feedback-btn-bottom-left:hover[b-qcmukmu1dn]::before,
.floating-feedback-btn-top-left:hover[b-qcmukmu1dn]::before {
    left: 62px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-azohswrr1y] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f8f9fa;
}

main[b-azohswrr1y] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

main.main-full-width[b-azohswrr1y] {
    width: 100%;
}

.sidebar[b-azohswrr1y] {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 1000;
}

.content[b-azohswrr1y] {
/*    padding: 2rem 1.5rem;*/
    max-width: 100%;
}

.top-row[b-azohswrr1y] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-azohswrr1y]  a, .top-row[b-azohswrr1y]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-azohswrr1y]  a:hover, .top-row[b-azohswrr1y]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-azohswrr1y]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Desktop Layout */
@media (min-width: 641px) {
    .page[b-azohswrr1y] {
        flex-direction: row;
    }

    .sidebar[b-azohswrr1y] {
        width: 260px;
        flex-shrink: 0;
        height: 100vh;
    }

    main[b-azohswrr1y] {
        flex: 1;
        overflow-y: auto;
    }

    .content[b-azohswrr1y] {
/*        padding: 2rem;*/
    }

    .top-row[b-azohswrr1y] {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .top-row.auth[b-azohswrr1y]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-azohswrr1y], article[b-azohswrr1y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Tablet Layout */
@media (max-width: 768px) {
    .content[b-azohswrr1y] {
        padding: 1.5rem 1rem;
    }

    .sidebar[b-azohswrr1y] {
        position: fixed;
        left: 0;
        top: 0;
        width: 260px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .page[b-azohswrr1y] {
        margin-left: 0;
    }
}

/* Mobile Layout */
@media (max-width: 640.98px) {
    .page[b-azohswrr1y] {
        flex-direction: column;
    }

    .sidebar[b-azohswrr1y] {
        position: static;
        height: auto;
        width: 100%;
    }

    main[b-azohswrr1y] {
        width: 100%;
    }

    .content[b-azohswrr1y] {
        padding: 1rem;
    }

    .top-row[b-azohswrr1y] {
        justify-content: space-between;
    }

    .top-row[b-azohswrr1y]  a, .top-row[b-azohswrr1y]  .btn-link {
        margin-left: 0;
    }
}

/* /Pages/DoctorProfile.razor.rz.scp.css */
.doctor-profile-container[b-d24sauhwwz] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.spinner[b-d24sauhwwz] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    font-size: 1.2rem;
    color: #666;
}

.no-profile[b-d24sauhwwz] {
    text-align: center;
    padding: 3rem 2rem;
    background: #f5f5f5;
    border-radius: 8px;
    margin: 2rem 0;
}

.no-profile h3[b-d24sauhwwz] {
    color: #333;
    margin-bottom: 0.5rem;
}

.no-profile p[b-d24sauhwwz] {
    color: #666;
    margin-bottom: 1.5rem;
}

.profile-header[b-d24sauhwwz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e0e0e0;
}

.profile-header h2[b-d24sauhwwz] {
    margin: 0;
    color: #333;
    font-size: 1.8rem;
}

.profile-content[b-d24sauhwwz] {
    margin: 2rem 0;
}

.profile-card[b-d24sauhwwz] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.card-section[b-d24sauhwwz] {
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.card-section:last-child[b-d24sauhwwz] {
    border-bottom: none;
}

.card-section h3[b-d24sauhwwz] {
    margin: 0 0 1rem 0;
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
}

.info-row[b-d24sauhwwz] {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: start;
}

.info-row:last-child[b-d24sauhwwz] {
    margin-bottom: 0;
}

.info-row label[b-d24sauhwwz] {
    font-weight: 600;
    color: #555;
}

.info-row span[b-d24sauhwwz] {
    color: #333;
    word-break: break-word;
}

.info-row a[b-d24sauhwwz] {
    color: #0066cc;
    text-decoration: none;
}

.info-row a:hover[b-d24sauhwwz] {
    text-decoration: underline;
}

.card-section.timestamp[b-d24sauhwwz] {
    background: #f9f9f9;
    padding: 1rem;
}

.card-section.timestamp small[b-d24sauhwwz] {
    display: block;
    color: #999;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.card-section.timestamp small:last-child[b-d24sauhwwz] {
    margin-bottom: 0;
}

/* Buttons */
.btn-primary[b-d24sauhwwz] {
    background-color: #0066cc;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    transition: background-color 0.3s;
}

.btn-primary:hover[b-d24sauhwwz] {
    background-color: #0052a3;
}

.btn-primary:disabled[b-d24sauhwwz] {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Modal */
.modal-overlay[b-d24sauhwwz] {
    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-d24sauhwwz] {
    background: white;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Form Styles */
.edit-form-container[b-d24sauhwwz] {
    padding: 0;
}

.form-header[b-d24sauhwwz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    background: #f9f9f9;
}

.form-header h3[b-d24sauhwwz] {
    margin: 0;
    color: #333;
}

.btn-close[b-d24sauhwwz] {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close:hover[b-d24sauhwwz] {
    color: #333;
}

.form-section[b-d24sauhwwz] {
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.form-section:last-of-type[b-d24sauhwwz] {
    border-bottom: none;
}

.form-section h4[b-d24sauhwwz] {
    margin: 0 0 1rem 0;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
}

.form-group[b-d24sauhwwz] {
    margin-bottom: 1.5rem;
}

.form-group:last-child[b-d24sauhwwz] {
    margin-bottom: 0;
}

.form-group label[b-d24sauhwwz] {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 500;
    font-size: 0.95rem;
}

.form-control[b-d24sauhwwz] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.95rem;
    font-family: inherit;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-control:focus[b-d24sauhwwz] {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.form-control.textarea[b-d24sauhwwz] {
    resize: vertical;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form-actions[b-d24sauhwwz] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    justify-content: flex-end;
}

.btn[b-d24sauhwwz] {
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    border: none;
    transition: all 0.3s;
}

.btn-secondary[b-d24sauhwwz] {
    background-color: #f0f0f0;
    color: #333;
}

.btn-secondary:hover[b-d24sauhwwz] {
    background-color: #e0e0e0;
}

.btn:disabled[b-d24sauhwwz] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Validation */
.validation-message[b-d24sauhwwz] {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 0.25rem;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .doctor-profile-container[b-d24sauhwwz] {
        padding: 1rem;
    }

    .profile-header[b-d24sauhwwz] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .profile-header h2[b-d24sauhwwz] {
        font-size: 1.5rem;
    }

    .info-row[b-d24sauhwwz] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .info-row label[b-d24sauhwwz] {
        font-weight: 600;
        display: block;
    }

    .modal-content[b-d24sauhwwz] {
        width: 95%;
        max-height: 95vh;
    }

    .form-actions[b-d24sauhwwz] {
        flex-direction: column;
    }

    .btn[b-d24sauhwwz] {
        width: 100%;
    }
}
/* /Pages/DrugChecker.razor.rz.scp.css */
/* CSS Variables - REMOVED - Values now hardcoded below */

/* Global Wrapper */
.drug-checker-wrapper[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
    height: 100%;
}

.background-waves-image[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
    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-ysrf64kw0t] {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-section[b-ysrf64kw0t] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-image[b-ysrf64kw0t] {
    width: 183px;
}

.logo-icon[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
    font-size: 24px;
    font-weight: 600;
    color: #101828;
}

.logo-rx[b-ysrf64kw0t] {
    color: #4994FF;
    font-weight: 700;
}

.nav-actions[b-ysrf64kw0t] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.market-selector[b-ysrf64kw0t] {
    display: flex;
    gap: 8px;
    background: #F8F9FA;
    padding: 4px;
    border-radius: 8px;
}

.market-btn[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
        background: #4994FF;
        color: white;
    }

    .market-btn:hover:not(.active)[b-ysrf64kw0t] {
        background: rgba(73, 148, 255, 0.1);
    }

.flag-icon[b-ysrf64kw0t] {
    font-size: 16px;
}

.btn-nav-signin[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
        border-color: #4994FF;
        color: #4994FF;
    }

.btn-nav-create[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
        background: #2980b9;
    }

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section[b-ysrf64kw0t] {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 80px 60px 80px;
    position: relative;
    overflow: hidden;
}

.hero-background-pattern[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
}

.hero-text-column[b-ysrf64kw0t] {
    max-width: 480px;
}

.hero-title[b-ysrf64kw0t] {
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    color: #4994FF;
    margin: 0 0 24px 0;
}

.hero-description[b-ysrf64kw0t] {
    font-size: 18px;
    line-height: 40px;
    color: #101828;
    margin: 0;
}

.hero-visual-column[b-ysrf64kw0t] {
    position: relative;
    display: flex;
    /*    justify-content: flex-end;*/
    align-items: center;
}

.robot-container[b-ysrf64kw0t] {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.robot-image[b-ysrf64kw0t] {
    width: 100%;
    height: auto;
    display: block;
}

.robot-fallback[b-ysrf64kw0t] {
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

/* Stats Cards Overlay */
.stats-overlay[b-ysrf64kw0t] {
    position: absolute;
    right: 97px;
    top: 70%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 10;
}

.stat-card-floating[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
        animation-delay: 0s;
    }

    .stat-card-floating.stat-bottom[b-ysrf64kw0t] {
        animation-delay: 1.5s;
    }

@keyframes float-gentle-b-ysrf64kw0t {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }
}

.stat-visual[b-ysrf64kw0t] {
    flex-shrink: 0;
}

.stat-icon-circle[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
        /*        width: 108px;*/
        height: 60px;
        border-radius: 24px;
    }

.stat-content[b-ysrf64kw0t] {
    flex: 1;
}

.stat-number[b-ysrf64kw0t] {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #1A73E8;
}

.stat-label[b-ysrf64kw0t] {
    font-size: 14px;
    line-height: 20px;
    color: #4994FF;
    font-weight: 600;
    color: black;
}

/* ============================================
   INSTRUCTIONS/FEATURE CARDS SECTION
   ============================================ */
.instructions-section[b-ysrf64kw0t] {
    max-width: 1440px;
    margin: 0 auto 60px auto;
    padding: 0 80px;
}

.feature-cards-grid[b-ysrf64kw0t] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.feature-card[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
        border-color: #D0E4FF;
    }

    .feature-card.feature-orange[b-ysrf64kw0t] {
        border-color: #FFE6C7;
    }

    .feature-card.feature-red[b-ysrf64kw0t] {
        border-color: #FFBCBF;
    }

    .feature-card.feature-purple[b-ysrf64kw0t] {
        border-color: #EAD9FF;
    }

    .feature-card:hover[b-ysrf64kw0t] {
        transform: translateY(-8px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

.feature-icon-wrapper[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
        background: rgba(219, 234, 254, 0.8);
        box-shadow: 0px 0px 0px 4px #EFF6FF;
        color: #4994FF;
    }

    .feature-icon-wrapper.orange[b-ysrf64kw0t] {
        background: rgba(255, 237, 212, 0.8);
        box-shadow: 0px 0px 0px 4px #FFF7ED;
        color: #FFB050;
    }

    .feature-icon-wrapper.red[b-ysrf64kw0t] {
        background: rgba(255, 226, 226, 0.8);
        box-shadow: 0px 0px 0px 4px #FEF2F2;
        color: #FB2C36;
    }

    .feature-icon-wrapper.purple[b-ysrf64kw0t] {
        background: #F5EDFF;
        box-shadow: 0px 0px 0px 4px #FEF2F2;
        color: #9810FA;
    }

.feature-card h3[b-ysrf64kw0t] {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #101828;
    margin: 0 0 8px 0;
}

.feature-card p[b-ysrf64kw0t] {
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    margin: 0;
}

/* ============================================
   MAIN CONTENT AREA
   ============================================ */
.main-content-area[b-ysrf64kw0t] {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px 40px 80px;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: start;
}

.content-left-column[b-ysrf64kw0t] {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.content-right-column[b-ysrf64kw0t] {
    display: flex;
    flex-direction: column;
}

/* ============================================
   FORM CARDS
   ============================================ */
.form-card[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
    z-index: 3;
}

.diagnosis-selection-card[b-ysrf64kw0t] {
    z-index: 2;
}

.card-header[b-ysrf64kw0t] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.card-icon[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
        background: #DBEAFE;
        color: #4994FF;
    }

    .card-icon.orange-icon[b-ysrf64kw0t] {
        background: #FEF0DC;
        color: #FFB050;
    }

    .card-icon.green-icon[b-ysrf64kw0t] {
        background: #D1FAE5;
        color: #00A63E;
    }

    .card-icon.red-icon[b-ysrf64kw0t] {
        background: #FEE2E2;
        color: #FB2C36;
    }

.card-header h3[b-ysrf64kw0t] {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #101828;
    margin: 0;
}

.optional-tag[b-ysrf64kw0t] {
    font-size: 12px;
    font-weight: 500;
    color: #99A1AF;
    background: #F3F4F6;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
}

/* Form Grid */
.form-grid[b-ysrf64kw0t] {
    display: grid;
    gap: 20px;
}

    .form-grid.two-columns[b-ysrf64kw0t] {
        grid-template-columns: repeat(2, 1fr);
    }

.form-group[b-ysrf64kw0t] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .form-group label[b-ysrf64kw0t] {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: #4D4D4D;
    }

    .form-group:has(.age-inputs)[b-ysrf64kw0t] {
        /*        grid-column: 1 / -1;*/
    }

.form-input[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
        outline: none;
        border-color: #4994FF;
        box-shadow: 0 0 0 4px rgba(73, 148, 255, 0.1);
    }

    .form-input[b-ysrf64kw0t]::placeholder {
        color: rgba(77, 77, 77, 0.5);
    }

/* Input with Button */
.input-with-button[b-ysrf64kw0t] {
    display: flex;
    gap: 8px;
}

    .input-with-button .form-input[b-ysrf64kw0t] {
        flex: 1;
    }

.btn-inline-action[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    }

    .btn-inline-action:disabled[b-ysrf64kw0t] {
        background: #BDC3C7;
        cursor: not-allowed;
        opacity: 0.6;
    }

.helper-text[b-ysrf64kw0t] {
    font-size: 12px;
    color: #99A1AF;
    margin-top: 4px;
}

    .helper-text.success[b-ysrf64kw0t] {
        color: #00A63E;
    }

/* Search Input Wrapper */
.search-input-wrapper[b-ysrf64kw0t] {
    margin-bottom: 15px;
}

/* Drug Items List */
.items-list[b-ysrf64kw0t] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.drug-item-card[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.drug-primary-name[b-ysrf64kw0t] {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #101828;
}

.drug-secondary-info[b-ysrf64kw0t] {
    font-size: 14px;
    line-height: 20px;
    color: #4A5565;
}

.drug-item-actions[b-ysrf64kw0t] {
    display: flex;
    gap: 8px;
}

.btn-icon-small[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
        background: #4994FF;
        color: white;
    }

        .btn-icon-small.blue:hover[b-ysrf64kw0t] {
            background: #2980b9;
        }

    .btn-icon-small.gray[b-ysrf64kw0t] {
        background: #99A1AF;
        color: white;
    }

        .btn-icon-small.gray:hover[b-ysrf64kw0t] {
            background: #7f8c8d;
        }

/* Checkboxes */
.checkbox-list[b-ysrf64kw0t] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.checkbox-item[b-ysrf64kw0t] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

    .checkbox-item input[type="checkbox"][b-ysrf64kw0t] {
        width: 24px;
        height: 24px;
        cursor: pointer;
        accent-color: #4994FF;
        border-radius: 8px;
    }

.checkbox-text[b-ysrf64kw0t] {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #4D4D4D;
}

    .checkbox-text.arabic-option[b-ysrf64kw0t] {
        color: #00A63E;
        font-weight: 600;
    }

/* Tags */
.tags-container[b-ysrf64kw0t] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.tag[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
    background: #F3F4F6;
    color: #00A63E;
    border: 1px solid #D1FAE5;
}

.tag-red[b-ysrf64kw0t] {
    background: #FEF2F2;
    color: #82181A;
    border: 1px solid #FEE2E2;
}

.tag-close[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
        background: rgba(0, 0, 0, 0.1);
    }

/* Action Buttons */
.action-buttons-row[b-ysrf64kw0t] {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 10px;
}

.btn-primary-large[b-ysrf64kw0t],
.btn-secondary-large[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
    background: #4994FF;
    color: white;
}

    .btn-primary-large:hover:not(:disabled)[b-ysrf64kw0t] {
        background: #2980b9;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(73, 148, 255, 0.3);
    }

    .btn-primary-large:disabled[b-ysrf64kw0t] {
        background: #BDC3C7;
        cursor: not-allowed;
    }

.btn-secondary-large[b-ysrf64kw0t] {
    background: #95A5A6;
    color: white;
}

    .btn-secondary-large:hover[b-ysrf64kw0t] {
        background: #7f8c8d;
    }

/* ============================================
   SUMMARY PANEL
   ============================================ */
.summary-panel-sticky[b-ysrf64kw0t] {
    position: sticky;
    top: 100px;
}

.summary-card[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #101828;
    margin: 0 0 20px 0;
}

.summary-row[b-ysrf64kw0t] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

.summary-icon-blue[b-ysrf64kw0t] {
    font-size: 20px;
    color: #4994FF;
}

.summary-icon-green[b-ysrf64kw0t] {
    font-size: 20px;
    color: #00A63E;
}

.summary-icon-red[b-ysrf64kw0t] {
    font-size: 20px;
    color: #FB2C36;
}

.summary-icon-orange[b-ysrf64kw0t] {
    font-size: 20px;
    color: #FFB050;
}

.summary-text[b-ysrf64kw0t] {
    flex: 1;
}

.summary-label-text[b-ysrf64kw0t] {
    font-size: 13px;
    line-height: 18px;
    color: #4D4D4D;
}

.summary-value-text[b-ysrf64kw0t] {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #101828;
}

.summary-status[b-ysrf64kw0t] {
    font-size: 14px;
    font-weight: 600;
}

    .summary-status.status-on[b-ysrf64kw0t] {
        color: #00A63E;
    }

    .summary-status.status-off[b-ysrf64kw0t] {
        color: #99A1AF;
    }

.summary-divider-line[b-ysrf64kw0t] {
    height: 1px;
    background: #D9D9D9;
    margin: 10px 0;
}

/* ============================================
   RESULTS SECTION
   ============================================ */
.results-container-full[b-ysrf64kw0t] {
    max-width: 1440px;
    margin: 40px auto 0 auto;
    padding: 0 80px 40px 80px;
}

.arabic-recap-box[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

    .arabic-recap-title i[b-ysrf64kw0t] {
        font-size: 1.5rem;
        color: #27ae60;
    }

    .arabic-recap-title h4[b-ysrf64kw0t] {
        margin: 0;
        color: #2c3e50;
        font-size: 18px;
        font-weight: 600;
    }

.arabic-recap-body[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin-b-ysrf64kw0t 0.75s linear infinite;
}

.spinner-border-sm[b-ysrf64kw0t] {
    width: 0.875rem;
    height: 0.875rem;
}

@keyframes spin-b-ysrf64kw0t {
    to {
        transform: rotate(360deg);
    }
}

/* ============================================
   AGE INPUTS SECTION
   ============================================ */
.age-inputs[b-ysrf64kw0t] {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.age-field[b-ysrf64kw0t] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.age-input[b-ysrf64kw0t] {
    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-ysrf64kw0t] {
        outline: none;
        border-color: #4994FF;
        box-shadow: 0 0 0 4px rgba(73, 148, 255, 0.1);
    }

    .age-input[b-ysrf64kw0t]::placeholder {
        color: rgba(77, 77, 77, 0.5);
    }

    .age-input[b-ysrf64kw0t]::-webkit-outer-spin-button,
    .age-input[b-ysrf64kw0t]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .age-input[type=number][b-ysrf64kw0t] {
        -moz-appearance: textfield;
    }

.age-label[b-ysrf64kw0t] {
    font-size: 12px;
    font-weight: 500;
    color: #99A1AF;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1200px) {
    .main-content-area[b-ysrf64kw0t] {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .content-right-column[b-ysrf64kw0t] {
        position: relative;
        top: 0;
    }

    .summary-card[b-ysrf64kw0t] {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .feature-cards-grid[b-ysrf64kw0t] {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-content-wrapper[b-ysrf64kw0t] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text-column[b-ysrf64kw0t] {
        max-width: 100%;
    }

    .stats-overlay[b-ysrf64kw0t] {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .nav-content[b-ysrf64kw0t],
    .hero-section[b-ysrf64kw0t],
    .instructions-section[b-ysrf64kw0t],
    .main-content-area[b-ysrf64kw0t],
    .results-container-full[b-ysrf64kw0t] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-actions[b-ysrf64kw0t] {
        flex-wrap: wrap;
    }

    .market-selector[b-ysrf64kw0t] {
        width: 100%;
        justify-content: space-between;
    }

    .hero-title[b-ysrf64kw0t] {
        font-size: 36px;
        line-height: 1.3;
    }

    .hero-description[b-ysrf64kw0t] {
        font-size: 16px;
        line-height: 1.6;
    }

    .feature-cards-grid[b-ysrf64kw0t] {
        grid-template-columns: 1fr;
    }

    .form-grid.two-columns[b-ysrf64kw0t] {
        grid-template-columns: 1fr;
    }

    .action-buttons-row[b-ysrf64kw0t] {
        flex-direction: column;
    }

    .btn-primary-large[b-ysrf64kw0t],
    .btn-secondary-large[b-ysrf64kw0t] {
        width: 100%;
    }
}

.calculator-div[b-ysrf64kw0t] {
    z-index: 2000;
    display: flex;
    position: relative;
}
/*****************************************/
[b-ysrf64kw0t] .blazored-typeahead {
    position: relative;
    width: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

    [b-ysrf64kw0t] .blazored-typeahead .blazored-typeahead__controls {
        position: relative;
        width: 100%;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        display: flex;
    }

[b-ysrf64kw0t] .blazored-typeahead__input {
    flex: 1;
    max-width: 100%;
    border: none;
    padding: .5rem;
    border-radius: 5px;
}

    [b-ysrf64kw0t] .blazored-typeahead__input input {
        flex: 1;
        max-width: 100%;
        border: none;
        padding: .5rem;
        border-radius: 5px;
    }

[b-ysrf64kw0t] .blazored-typeahead__result {
    background-color: white !important;
    color: black;
    cursor: pointer;
    padding: 0 15px;
}

    [b-ysrf64kw0t] .blazored-typeahead__result:hover {
        background-color: lightblue !important;
        color: black;
        cursor: pointer;
        transform: scaleX(1.05);
        margin-left: 10px;
    }

[b-ysrf64kw0t] .blazored-typeahead__active-item {
    background-color: #e1dddd9c !important;
    border-top: none !important;
    border-bottom: none !important;
    color: black !important;
    cursor: pointer;
}

[b-ysrf64kw0t] .blazored-typeahead__result:focus {
    background-color: lightblue !important;
    color: #fff;
    cursor: pointer;
}
/* /Pages/DrugCheckerLogin.razor.rz.scp.css */
.auth-page[b-qcgn3oag6i] {
/*    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-qcgn3oag6i] {
    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-qcgn3oag6i] {
    flex: 1;
    padding: 3rem 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.auth-logo img[b-qcgn3oag6i] {
    height: 40px;
    width: auto;
}

.auth-content[b-qcgn3oag6i] {
    max-width: 380px;
}

.auth-title[b-qcgn3oag6i] {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: #111827;
}

.auth-subtitle[b-qcgn3oag6i] {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 2rem 0;
}

.auth-form[b-qcgn3oag6i] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group[b-qcgn3oag6i] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-label[b-qcgn3oag6i] {
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
}

[b-qcgn3oag6i] .myform-input, [b-qcgn3oag6i] #emailOrPhone {
    width: 100%;
    padding: 0.85rem 0.9rem !important;
    border-radius: 8px !important;
    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;
}

    [b-qcgn3oag6i] .myform-input:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.3);
        background: #ffffff;
    }

    [b-qcgn3oag6i] .myform-input:disabled {
        background: #f3f4f6;
        color: #9ca3af;
        cursor: not-allowed;
    }

.password-wrapper[b-qcgn3oag6i] {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #d1d9e6;
    background: #e8f2ff;
    padding-right: 0.25rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

    .password-wrapper:focus-within[b-qcgn3oag6i] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.3);
        background: #ffffff;
    }

    [b-qcgn3oag6i] .password-wrapper .myform-input {
        border: none;
        box-shadow: none;
        background: transparent;
    }

.password-toggle[b-qcgn3oag6i] {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    padding: 0.25rem 0.5rem;
}

.form-row-between[b-qcgn3oag6i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkbox-label[b-qcgn3oag6i] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 13px;
    color: #4b5563;
}

    [b-qcgn3oag6i] .checkbox-label input {
        width: 16px;
        height: 16px;
    }

.primary-button[b-qcgn3oag6i] {
    margin-top: 0.5rem;
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 8px;
    border: none;
    background: #2563eb;
    color: white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

    .primary-button:hover:not(:disabled)[b-qcgn3oag6i] {
        background: #1d4ed8;
    }

    .primary-button:disabled[b-qcgn3oag6i] {
        background: #cbd5e1;
        cursor: not-allowed;
    }

.auth-divider[b-qcgn3oag6i] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

    .auth-divider[b-qcgn3oag6i]::before {
        content: '';
        flex: 1;
        height: 1px;
        background: #e5e7eb;
    }

    .auth-divider span[b-qcgn3oag6i] {
        padding: 0 1rem;
        font-size: 13px;
        color: #9ca3af;
        font-weight: 500;
    }

    .auth-divider[b-qcgn3oag6i]::after {
        content: '';
        flex: 1;
        height: 1px;
        background: #e5e7eb;
    }

.google-signin-container[b-qcgn3oag6i] {
    display: flex;
    justify-content: center;
}

.auth-footer-text[b-qcgn3oag6i] {
    text-align: center;
    font-size: 13px;
    color: #6b7280;
    margin: 1rem 0 0 0;
}

    .auth-footer-text a[b-qcgn3oag6i] {
        color: #2563eb;
        text-decoration: none;
        font-weight: 600;
    }

        .auth-footer-text a:hover[b-qcgn3oag6i] {
            text-decoration: underline;
        }

.auth-right[b-qcgn3oag6i] {
    flex: 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
}

.auth-robot-image[b-qcgn3oag6i] {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .auth-card[b-qcgn3oag6i] {
        flex-direction: column;
        max-width: 100%;
    }

    .auth-right[b-qcgn3oag6i] {
        display: none;
    }

    .auth-left[b-qcgn3oag6i] {
        padding: 2rem 1.5rem;
    }

    .auth-content[b-qcgn3oag6i] {
        max-width: 100%;
    }

    .auth-title[b-qcgn3oag6i] {
        font-size: 32px;
    }
}
/* /Pages/DrugCheckerRegister.razor.rz.scp.css */
/* Register.razor - Scoped Component Styles */

/* Base Auth Page */
.auth-page[b-myjtkh1kkq] {
    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-myjtkh1kkq] {
    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-myjtkh1kkq] {
    flex: 1;
    padding: 3rem 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.auth-logo img[b-myjtkh1kkq] {
    height: 40px;
    width: auto;
}

.auth-content[b-myjtkh1kkq] {
    max-width: 380px;
}

.auth-title[b-myjtkh1kkq] {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: #111827;
}

.auth-subtitle[b-myjtkh1kkq] {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 2rem 0;
}

.auth-form[b-myjtkh1kkq] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group[b-myjtkh1kkq] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-label[b-myjtkh1kkq] {
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
}

.form-input[b-myjtkh1kkq] {
    width: 100%;
    padding: 0.85rem 0.9rem;
    border-radius: 8px;
    border: 1px solid #d1d9e6;
    font-size: 14px;
    font-family: inherit;
    color: #111827;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    background: #e8f2ff;
}

    [b-myjtkh1kkq] .form-input:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.3);
        background: #ffffff;
    }

    [b-myjtkh1kkq] .form-input:disabled {
        background: #f3f4f6;
        color: #9ca3af;
        cursor: not-allowed;
    }

.password-wrapper[b-myjtkh1kkq] {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #d1d9e6;
    background: #e8f2ff;
    padding-right: 0.25rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

    .password-wrapper:focus-within[b-myjtkh1kkq] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.3);
        background: #ffffff;
    }

    [b-myjtkh1kkq] .password-wrapper .form-input {
        border: none;
        box-shadow: none;
        background: transparent;
    }

.password-toggle[b-myjtkh1kkq] {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    padding: 0.25rem 0.5rem;
}

.form-row-between[b-myjtkh1kkq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkbox-label[b-myjtkh1kkq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 13px;
    color: #4b5563;
}

    .checkbox-label input[b-myjtkh1kkq] {
        width: 16px;
        height: 16px;
    }

.primary-button[b-myjtkh1kkq] {
    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-myjtkh1kkq] {
        background: #1d4ed8;
        transform: translateY(-1px);
        box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35);
    }

    .primary-button:active:not(:disabled)[b-myjtkh1kkq] {
        transform: translateY(0);
        box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
    }

    .primary-button:disabled[b-myjtkh1kkq] {
        background: #9ca3af;
        cursor: not-allowed;
        box-shadow: none;
        opacity: 0.6;
    }

.auth-divider[b-myjtkh1kkq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    font-size: 12px;
    color: #9ca3af;
}

    .auth-divider[b-myjtkh1kkq]::before,
    .auth-divider[b-myjtkh1kkq]::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #e5e7eb;
    }

.auth-footer-text[b-myjtkh1kkq] {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    text-align: center;
}

    .auth-footer-text a[b-myjtkh1kkq] {
        color: #2563eb;
        text-decoration: none;
        font-weight: 600;
    }

        .auth-footer-text a:hover[b-myjtkh1kkq] {
            text-decoration: underline;
        }

.auth-right[b-myjtkh1kkq] {
    flex: 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
}

.auth-robot-image[b-myjtkh1kkq] {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .auth-card[b-myjtkh1kkq] {
        flex-direction: column;
        max-width: 100%;
    }

    .auth-right[b-myjtkh1kkq] {
        display: none;
    }

    .auth-left[b-myjtkh1kkq] {
        padding: 2rem 1.5rem;
    }

    .auth-content[b-myjtkh1kkq] {
        max-width: 100%;
    }

    .auth-title[b-myjtkh1kkq] {
        font-size: 32px;
    }
}
