#password-icon, #password_confirmation-icon{ cursor: pointer;}
.consultant-name-responsive-width {
    max-width: 94%;
}

@media (max-width: 767px) {
    .consultant-name-responsive-width {
        max-width: 84%;
    }
}

.bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(33, 139, 85);
}

.bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

.bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.bg-green-500{
    background: #00C49A !important;
}
@media (min-width: 440px) {
    #delete-avatar-btn {
        min-width: 165px;
    }
}

body .tab-sidebar-hide {
    transform: translateX(-100%) !important;
    transition: transform 0.3s ease;
}

/* Expand chat area to full width when sidebar hidden */
body .tab-chat-full {
    width: 100% !important;
    margin-left: 0 !important;   /* ✅ remove sidebar offset */
    flex: 1 1 auto !important;   /* ✅ allow flex to fill remaining space */
}
/* Expand chat area to full width */
body .tab-chat-full {
    width: 100% !important;
}

.text-bold{
    font-weight: bold !important;
    color: black !important;
}
