.title {
    font-size: 28px
}

.sub-title {
    font-size: 20px
}

.main-content {
    height: 550px;
}

.box {
    width: 150px;
    height: 200px;
}

.camera {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.add1 {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.pink {
    background-color: #BB0B49;
    color: white
}

.orange {
    background-color: #FFC108;
    color: white
}

.blue {
    background-color: #2196F3;
    color: white
}

.nav-tabs .nav-link {
    color: #666;
    font-size: 14px;
}

.nav-tabs .nav-link.active {
    color: #2196F3;
    font-weight: 600;
}

.modal-header-custom {
    /* border-top-left-radius: 20px;
                    border-top-right-radius: 20px; */
    /* padding: 10px 0px 10px 0px; */
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    min-height: 120px;
    /* border-bottom: 5px solid #000; */
    height: 145px;
}

.modal-header-custom .profile-pic {
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 32px;
    top: 70px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.modal-header-custom .profile-pic i {
    font-size: 48px;
    color: #2196F3;
}

.modal-header-custom.pink .profile-pic {
    border-color: #BB0B49;
}

.modal-header-custom.orange .profile-pic {
    border-color: #FFC108;
}

.modal-header-custom.blue .profile-pic {
    border-color: #2196F3;
}

.modal-header-custom.pink .profile-pic i {
    color: #BB0B49;
}

.modal-header-custom.orange .profile-pic i {
    color: #FFC108;
}

.modal-header-custom.blue .profile-pic i {
    color: #2196F3;
}

.modal-header-custom .person-name-style {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    /* margin-left: 120px; */
    /* margin-top: 10px; */
}

.modal-header-custom.pink {
    background: #BB0B49;
}

.modal-header-custom.orange {
    background: #FFC108;
}

.modal-header-custom.blue {
    background: #2196F3;
}

.modal-header-custom.orange .person-name {
    color: #fff;
}

.modal-header-custom.pink .person-name {
    color: #fff;
}

.modal-header-custom.blue .person-name {
    color: #fff;
}

.close {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    opacity: 1;
    z-index: 2;
}

.modal-content {
    border-radius: 30px !important;
}

@media (max-width: 600px) {
    .modal-header-custom .person-name {
        font-size: 20px;
        margin-left: 0;
    }

    .modal-header-custom .profile-pic {
        left: 13%;
        transform: translateX(-50%);
        top: 60px;
    }
}

@media (min-width:375px) {
    .modal-header-custom .profile-pic {
        left: 4%;
    }

    .modal-dialog {
        margin: 0;
    }

    .modal-content {
        width: 100%;
    }
}

@media (min-width:575px) {
    .modal-dialog {
        margin: auto;
    }
}

.model-size {
    width: 700px;
}

.modal-dialog {
    top: 72px;
}

/* Remove box, border, and background from accordions and accordion items */

.accordion .accordion-item {
    border: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.accordion .accordion-item:last-child {
    border-bottom: none !important;
}

.accordion .accordion-header,
.accordion .accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.accordion-button {
    padding: 16px 10px;
}

.padding-accordion {
    padding: 16px 0px !important;
}

.detail-tab-model-img {
    width: 18% !important;
}

.detail-tab-model-img1 {
    width: 9% !important;
}

.modal-header-custom {
    border-radius: 30px 30px 0 0;
}

.image-picker {
    height: 160px !important;
    object-fit: cover;
}

.img-container {
    max-height: 400px;
    overflow: hidden;
}

.img-container img {
    max-width: 100%;
    max-height: 100%;
}

.modal-dialog {
    max-width: 700px;
}

.detail-tab-model-img {
    height: 40px !important;
    width: 40px !important;
}

.years_old_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 35px;
    margin-top: 40px;
    margin-right: 50px;
}

.years_old {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.profile_details {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    gap: 5px;
    width: 100%;
    height: 100%;
    margin-left: -120px;
    padding: 0px 20px;
}

.letter_style {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #fff;
    padding: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.date-display-rounded {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    display: none;
}

.profile-img-circle {
    border: 4px solid #ffc107;
    /* default yellow */
    transition: border-color 0.3s;
}

.profile-img-circle.male {
    border-color: #2196f3 !important;
    /* blue */
}

.profile-img-circle.female {
    border-color: #e91e63 !important;
    /* pink */
}

.profile-img-circle.unknown {
    border-color: #ff9800 !important;
    /* orange */
}

.plus-btn {
    font-size: 1.2rem;
    border: 3px solid #fff;
    color: #fff;
    z-index: 2;
}

.svgDonutMenu svg {
    overflow: visible !important;
}

/* Family Tree Styles */
/* .family-tree-container {
    padding: 0px;
    background: #f8f9fa;
    min-height: 600px;
    overflow-x: auto;

} */

.tree-wrapper {
    position: relative;
    min-width: 1200px;
}

.tree-level {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.tree-level::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    z-index: 1;
}

.level-label {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    border: 1px solid #ddd;
    z-index: 3;
}

.tree-nodes {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    /* Increased gap to prevent donut menu overlaps */
    z-index: 2;
}

.tree-node {
    position: relative;
    cursor: pointer;
    transition: transform 0.2s ease;
}

/* .tree-node:hover {
    transform: scale(1.05);
    z-index: 10;
} */

.node-name {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 2px;
    /* max-width: 120px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.node-years {
    font-size: 10px;
    color: #000000;
    text-align: center;
}

/* Connecting lines */
.tree-level:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: #ddd;
    z-index: 1;
}

.tree-nodes::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: #ddd;
    z-index: 1;
}

/* Main person styling */
.main-person .tree-node {
    transform: scale(1.1);
}

.main-person .node-circle {
    border-width: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Empty tree state */
.empty-tree {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.empty-node {
    text-align: center;
    cursor: pointer;
}

/* Hierarchical Tree Layout Styles */
.tree-section {
    margin-bottom: 60px;
    position: relative;
}

.section-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #007bff;
}

/* Ancestors Section */
.ancestors-section {
    margin-bottom: 80px;
}

.ancestors-section .tree-level {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.ancestor-node {
    margin: 0 20px;
}

/* Main Generation Section */
.main-generation {
    margin-bottom: 80px;
}

.main-generation-level {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    position: relative;
    min-height: 200px;
}

/* Siblings Container */
.siblings-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.sibling-node {
    margin: 0 10px;
}

/* Root Node */
.root-node {
    margin: 0 40px;
    transform: scale(1.1);
}

.root-name {
    font-weight: bold;
    color: #007bff;
}

/* Partners Container */
.partners-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.partner-node {
    margin: 0 10px;
}

/* Descendants Section */
.descendants-section {
    margin-top: 80px;
}

.descendants-section .tree-level {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.descendant-node {
    margin: 0 20px;
}

/* Connecting Lines for Hierarchical Layout */
.ancestors-section::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background: #ddd;
    z-index: 1;
}

.main-generation::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background: #ddd;
    z-index: 1;
}

.main-generation::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background: #ddd;
    z-index: 1;
}

.descendants-section::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background: #ddd;
    z-index: 1;
}

/* Horizontal connecting lines for siblings and partners */
.siblings-container::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    width: 30px;
    height: 2px;
    background: #ddd;
    z-index: 1;
}

.partners-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    width: 30px;
    height: 2px;
    background: #ddd;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-generation-level {
        flex-direction: column;
        gap: 40px;
    }

    .siblings-container,
    .partners-container {
        flex-direction: row;
        gap: 20px;
    }

    .root-node {
        margin: 20px 0;
    }

    .section-title {
        font-size: 14px;
    }

    .tree-section {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .family-tree-container {
        padding: 10px;
    }

    .tree-node {
        margin: 0 10px;
        min-width: 140px;
    }

    .root-node {
        margin: 10px 0;
    }
}

/* Enhanced Donut Menu Styles - Fixed positioning and sizing */
/* Donut menu styling - improved version */
.svgDonutMenu {
    position: absolute !important;
    top: 35% !important;
    left: 35.5% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10 !important;
    pointer-events: none;
    width: 180px !important;
    height: 180px !important;
}

.svgDonutMenu svg {
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
}

.svgDonutMenu .donut-arc {
    cursor: pointer;
    pointer-events: all;
    stroke: #fff;
    stroke-width: 2;
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.svgDonutMenu .donut-arc:hover {
    opacity: 1;
    filter: brightness(1.1) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
    transform: scale(1.03);
}

/* Donut arc colors - vibrant and distinct */
.donut-arc.mother {
    fill: #ff6b6b;
}

.donut-arc.father {
    fill: #4ecdc4;
}

.donut-arc.partner {
    fill: #45b7d1;
}

.donut-arc.daughter {
    fill: #96ceb4;
}

.donut-arc.son {
    fill: #feca57;
}

.donut-arc.sister {
    fill: #ff9ff3;
}

.donut-arc.brother {
    fill: #54a0ff;
}

.donut-label-group {
    pointer-events: none;
}

/* Plus sign styling - smaller */
.donut-label-plus {
    font-size: 12px;
    font-weight: bold;
    fill: #fff;
    text-anchor: middle;
    dominant-baseline: middle;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
}

.donut-label-plus-bg {
    fill: rgba(0, 0, 0, 0.4);
    stroke: #fff;
    stroke-width: 1;
}

/* Label text styling - smaller */
.donut-label-text {
    font-size: 8px;
    font-weight: 600;
    fill: #fff;
    text-anchor: middle;
    dominant-baseline: middle;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.8));
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Radial menu container improvements */
.radial-menu-container {
    position: relative !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 180px !important;
    height: 165px !important;
}

/* Plus button styling */
.member-plus-btn {
    position: absolute !important;
    right: 10px !important;
    bottom: -2px !important;
    width: 28px !important;
    height: 28px !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important;
    z-index: 15 !important;
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important; */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    transition: all 0.3s ease-in-out !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

.member-plus-btn:hover {
    transform: scale(1.15) !important;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3) !important;
}

.member-plus-btn:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.4) !important;
}

/* Profile image circle improvements */
.profile-img-circle {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    /* z-index: 1000 !important; */
    transition: all 0.3s ease-in-out !important;
    border: 3px solid #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

/* Tree node spacing */
.tree-node {
    margin: 0 25px !important;
    min-width: 180px !important;
}

.main-person .tree-node {
    min-width: 200px !important;
    margin: 0 30px !important;
}

/* Tree level spacing */
.tree-level {
    margin-bottom: 110px !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .svgDonutMenu {
        width: 140px !important;
        height: 140px !important;
    }

    .radial-menu-container {
        width: 140px !important;
        height: 140px !important;
    }

    .member-plus-btn {
        width: 24px !important;
        height: 24px !important;
        font-size: 12px !important;
    }

    .donut-label-text {
        font-size: 7px !important;
    }

    .donut-label-plus {
        font-size: 10px !important;
    }

    .tree-node {
        margin: 0 15px !important;
        min-width: 140px !important;
    }
}


.radial-menu-container {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.profile-card {
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#svgDonutMenu {
    pointer-events: none;
}

.donut-arc {
    cursor: pointer;
    pointer-events: all;
    stroke: #fff;
    stroke-width: 6;
    opacity: 0.95;
    transition: opacity 0.2s, filter 0.2s;
}

.donut-arc:hover {
    opacity: 1;
    filter: brightness(1.15) drop-shadow(0 0 8px #fff3);
}

.donut-arc.mother {
    fill: #ffc854;
}

.donut-arc.father {
    fill: #64d1da;
}

.donut-arc.partner {
    fill: #34b2e3;
}

.donut-arc.daughter {
    fill: #065280;
}

.donut-arc.son {
    fill: #8c103d;
}

.donut-arc.sister {
    fill: #e24956;
}

.donut-arc.brother {
    fill: #ff912b;
}

.donut-label-group {
    pointer-events: none;
}

.donut-label-plus {
    font-size: 18px;
    font-weight: bold;
    fill: #fff;
    /* dominant-baseline: middle; */
    text-anchor: middle;
    filter: drop-shadow(0 2px 8px #0006);
}

.donut-label-plus-bg {
    fill: transparent;
    stroke: #fff;
    stroke-width: 2;
}

.donut-label-text {
    font-size: 12px;
    font-weight: 500;
    fill: #fff;
    text-anchor: middle;
    dominant-baseline: middle;
    filter: drop-shadow(0 2px 8px #0006);
    margin-top: 10px;
}

/* Text color classes for gender-based styling */
.blue-text {
    color: #1976d2 !important;
}

.pink-text {
    color: #e91e63 !important;
}

.orange-text {
    color: #ff9800 !important;
}

/* Family member cards styling */
.family-member-card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.family-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.family-member-card .profile-img-circle {
    transition: all 0.2s ease-in-out;
}

.family-member-card:hover .profile-img-circle {
    transform: translate(-50%, -50%) scale(1.05);
}

.member-plus-btn {
    transition: all 0.2s ease-in-out;
    pointer-events: auto;
}

.member-plus-btn:hover {
    transform: scale(1.1);
    background: #1565c0 !important;
}

/* Prevent any form submission from plus buttons */
.member-plus-btn:focus {
    outline: none;
    box-shadow: none;
}

.svgDonutMenu {
    pointer-events: none;
}

.svgDonutMenu .donut-arc {
    cursor: pointer;
    pointer-events: all;
}

.person-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.person-details {
    font-size: 12px;
    opacity: 0.8;
}

.gender-male {
    border-left: 4px solid #4A90E2;
}

.gender-female {
    border-left: 4px solid #E24A90;
}

.status-living {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0fff0 100%);
}

.relation-badge {
    background: #667eea;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    margin-top: 5px;
    display: inline-block;
}

.node-id {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff6b6b;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .tree-container {
        padding: 15px;
    }

    .tree-title {
        font-size: 2rem;
    }

    .tree li .person {
        min-width: 100px;
        padding: 10px 15px;
        font-size: 12px;
    }
}

.deceased-member {
    position: relative;
}

.deceased-member::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 3px;
    background: conic-gradient(#00000000 0deg 270deg, #000000f5 215deg 101deg);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), black calc(100% - 3px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 3px), black calc(100% - 3px));
    box-sizing: border-box;
    z-index: 3;
    pointer-events: none;
}

/* 12-09-2025 start tree ui start */
.main-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.form-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.preview-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: sticky;
    top: 20px;
}

.step-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 14px;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.photo-upload-area {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    cursor: pointer;
}

.photo-upload-area:hover {
    border-color: #007bff;
    background-color: #e3f2fd;
}

.photo-upload-area.dragover {
    border-color: #007bff;
    background-color: #e3f2fd;
}

.upload-icon {
    width: 60px;
    height: 60px;
    background-color: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #6c757d;
    font-size: 24px;
}

.uploaded-image {
    max-width: 200px;
    max-height: 200px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.preview-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.preview-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.preview-section {
    text-align: center;
    margin-bottom: 25px;
}

.preview-label {
    font-weight: 600;
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.preview-content {
    color: #333;
    font-size: 14px;
    min-height: 20px;
}

.btn-cancel {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 500;
}

.btn-continue {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 500;
}

.btn-cancel:hover {
    background-color: #c82333;
    border-color: #bd2130;
    color: white;
}

.btn-continue:hover {
    background-color: #0056b3;
    border-color: #004085;
    color: white;
}

.file-input {
    display: none;
}

.file-info {
    margin-top: 10px;
    padding: 10px;
    background-color: #e9ecef;
    border-radius: 4px;
    font-size: 12px;
    color: #666;
}

.remove-image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(220, 53, 69, 0.8);
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: none;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container:hover .remove-image {
    display: block;
}
/* 12-09-2025 start tree ui end */


 .custom-dropdown-toggle::after {
     display: none;
 }

 .sidebar-content-1 {
     max-height: 92.9vh;
     overflow-y: auto;
     padding-top: 15px;
    overflow-x: hidden;
 }

 /* Sidebar result avatar sizing */
 #sidebar-search-results .rounded-circle,
 #sidebar-search-results .bg-light {
     width: 40px;
     height: 40px;
     flex: 0 0 40px;
 }

 #sidebar-search-results .d-flex.align-items-center {
     gap: 0.75rem;
 }

 .person-item.selected {
     background-color: #f0f0f0;
     border-radius: 6px;
     cursor: pointer;
 }

 .person-item:hover {
     background-color: #f9f9f9;
 }