/* Unified symptom display styles */
/* Unanimous consensus to ADD (all sources agree) */
.symptom-row-add-unanimous {
    border-left: 3px solid #28a745;
    background: #d4edda;
    padding: 0.5em 0;
}

/* Divided on ADD (some sources suggest, not all) */
.symptom-row-add-divided {
    border-left: 3px solid #ffc107;
    background: #fff3cd;
    padding: 0.5em 0;
}

/* Unanimous consensus to REMOVE (0 sources = all agree it should be removed) */
.symptom-row-remove-unanimous {
    border-left: 3px solid #dc3545;
    background: #f8d7da;
    padding: 0.5em 0;
}

/* Aligned (exists in diagnosis and guidelines) */
.symptom-row-aligned {
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
    padding: 0.5em 0;
}

.symptomgroup {
    border-radius: 0.25em;
}

.symptomgroupheader {
    background-color: #f4f4f4 !important;
}

.symptomdimensionp {
    margin-bottom: 0.5em;
}

.symptomdimensionicon {
    width: 1.5em;
    height: 1.5em;
    border: none;
    margin-right: 0.75em;
    margin-left: 0;
}

img.symptomdimensionicon {
    margin-left: 0 !important;
}

.symptomdimensionicon[src^="/Images/symptom_icon"],
.symptomdimensionicon[src^="/Images/body_icon"],
.symptomdimensionicon[src^="/Images/event_clock_icon"] {
    margin-left: 0 !important;
}

i.bi-trash {
    color: darkgray;
}

i.bi-trash:hover {
    color: red;
}

.errorDiv {
    color: red;
    font-weight: bold;
}

li.dropdown-menu-item:hover {
    background-color: #F0F0F0;
}

li.dropdown-menu-item {
    margin-left: 0 !important;
}

.borderedinput {
    border: 0.8px solid rgb(224, 224, 224) !important;
    border-radius: 6px !important;
}

.btn-primary :hover {
    background-color: darkblue !important;
}

.status-indicator {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.summary-section {
    background-color: #f8f8f8;
    padding: 1em;
    border-radius: 0.25em;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 90%;
}

.testandtreatment-section {
    padding: 1em;
    border-radius: 0.25em;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 90%;
}

.filter-container {
}

.dropdown-menu {
    max-width: 100%;
    width: auto !important;
}

.code-column {
    width: 100px;
    text-align:	center;
}

.summary-section textarea.form-control {
    background-color: #f8f8f8;
    border: none;
}

.col-3,
.col-4 {
    text-align: left;
}

.accordion-button.has-content {
    background-color: #f4f4f4 !important;
    border-left: 3px solid var(--accent-color) !important;
}

.move-symptom-icon {
    color: #6c757d;
}

.move-symptom-icon:hover {
    color: #0d6efd;
}

.bodypart-tree {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 0.95em;
    margin-bottom: 0.15em;
}

.bodypart-tree .bp-row {
    display: inline-flex;
    align-items: center;
}

.bodypart-tree .bp-node {
    padding: 0.08em 0.35em;
    background: transparent;
    border-radius: 4px;
    display: inline-block;
    color: #222;
}

.bodypart-tree .bp-branch {
    color: #c47a2c;
    margin-right: 0.25em;
    font-weight: 600;
}
