    .notify-item .noti-item-subtitle p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
        line-height: 1.4 !important;
        hyphens: auto;
        display: block !important;
        margin-bottom: 0.5rem !important;
    }

    .notify-item .flex-grow-1 {
        overflow: visible;
        min-width: 0;
    }

    .notify-item .text-truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .notify-item .flex-shrink-0 {
        flex-shrink: 0;
    }

    .notify-item .card-body {
        overflow: visible;
    }

    /* Okundu/Okunmad? bildirim stilleri */
    .unread-noti {
        background-color: #f8f9fa !important;
        border-left: 4px solid #007bff !important;
        border-radius: 0;
        opacity: 1;
        border-bottom: 1px solid rgb(228, 229, 230) !important;
    }

    .read-noti {
        background-color: #e9ecef !important;
        border-left: 4px solid #6c757d !important;
        border-radius: 0;
        opacity: 0.8;
        border-bottom: 1px solid rgb(216, 219, 221) !important;
    }

    .read-noti .noti-item-title {
        color: #6c757d !important;
    }

    .read-noti .noti-item-subtitle p {
        color: #6c757d !important;
    }

    .read-noti .notify-icon {
        opacity: 0.7;
    }

    /* Bildirim paneli t?klama kontrol? */
    .notification-list .dropdown-menu {
        pointer-events: auto;
    }

    .notification-list .dropdown-menu * {
        pointer-events: auto;
    }

    .notification-list .dropdown-toggle {
        pointer-events: auto;
    }

    /* Topbar Arama Stilleri ? display:flex yaln?zca .show ile; aksi halde menü sürekli görünür kal?r */
    .app-search .dropdown-menu.topbar-search-dropdown {
        padding: 0;
        min-width: 400px;
        max-width: min(500px, calc(100vw - 24px));
    }

    .app-search .dropdown-menu.topbar-search-dropdown.show {
        display: flex;
        flex-direction: column;
        max-height: min(420px, calc(100vh - 100px));
        overflow: hidden;
    }

    @media (max-width: 991.98px) {
        .app-search .dropdown-menu.topbar-search-dropdown,
        .app-search .dropdown-menu.topbar-search-dropdown.show {
            position: fixed !important;
            top: calc(var(--ct-topbar-height, 70px) + 6px) !important;
            left: 12px !important;
            right: 12px !important;
            width: auto !important;
            min-width: 0 !important;
            max-width: none !important;
            margin: 0 !important;
            transform: none !important;
            inset-inline: 12px;
        }
    }

    .topbar-search-header {
        flex-shrink: 0;
    }

    .topbar-search-results-scroll {
        flex: 1 1 auto;
        min-height: 0;
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #search-loading {
        flex-shrink: 0;
    }

    .app-search .notify-item {
        border-bottom: 1px solid #f0f0f0;
        transition: background-color 0.2s ease;
    }

    .app-search .notify-item:hover {
        background-color: #f8f9fa;
    }

    .app-search .notify-item:last-child {
        border-bottom: none;
    }

    .topbar-search-footer {
        flex-shrink: 0;
        border-top: 1px solid #e9ecef;
        background: #f8f9fa;
    }

    .topbar-search-view-all {
        display: block;
        text-decoration: none;
    }

    .topbar-search-view-all:hover {
        background-color: #eef2ff;
    }

    .topbar-search-loading-more {
        text-align: center;
        padding: 0.5rem;
        color: #6c757d;
        font-size: 0.8125rem;
    }

    .topbar-search-result-item:last-of-type {
        border-bottom: none;
    }

    .topbar-search-suggestion-banner {
        padding: 0.625rem 1rem;
        font-size: 0.8125rem;
        color: #856404;
        background-color: #fff8e6;
        border-bottom: 1px solid #ffe8a1;
        line-height: 1.4;
    }

    .topbar-search-suggestion-banner i {
        color: #e6a817;
        vertical-align: -0.1em;
    }

    .topbar-search-suggestion-item {
        background-color: #fffdf5;
        border-left: 3px solid #ffc107;
    }

    .topbar-search-suggestion-item:hover,
    .topbar-search-suggestion-item:focus {
        background-color: #fff8e1;
    }

    /* Randevu Takip dropdown: kompakt yap?, ta?ma ?nleme */
    .randevu-takip-dropdown {
        min-width: 300px;
        max-width: min(460px, calc(100vw - 24px));
        overflow-x: visible;
    }
    .randevu-takip-list {
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .randevu-takip-item {
        position: relative;
        margin-bottom: 0.75rem;
    }
    .randevu-takip-item:last-child {
        margin-bottom: 0;
    }
    .randevu-takip-badge-wrap {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .randevu-takip-badge-wrap .badge {
        white-space: nowrap;
    }
    .randevu-takip-actions {
        display: flex;
        gap: 0.1rem;
        justify-content: flex-end;
    }
    .randevu-takip-item-body {
        padding-right: 3rem;
        padding-left: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #eee;
    }
    .randevu-takip-item .min-w-0 {
        min-width: 0;
    }
    .randevu-takip-hasta-link {
        position: relative;
        z-index: 2;
        cursor: pointer;
    }
    .randevu-takip-item a.text-dark:hover {
        color: var(--bs-primary) !important;
    }
    .randevu-takip-footer-link {
        white-space: normal;
        word-wrap: break-word;
        display: block;
    }
    @media (max-width: 576px) {
        .randevu-takip-dropdown {
            max-width: calc(100vw - 16px);
        }
    }

    .app-search .noti-item-title {
        line-height: 1.3;
        margin-bottom: 0.25rem;
    }

    .app-search .app-search-hint-summary-row {
        align-items: center;
    }

    .app-search #search-results-count-inline {
        max-width: 58%;
        line-height: 1.25;
    }

    /* Hasta arama: kaynak ikonlar? (patient-list ile ayn? bi s?n?flar?) */
    .app-search .search-result-kaynak i {
        font-size: 0.8rem;
        vertical-align: middle;
    }

    .app-search .noti-item-subtitle {
        line-height: 1.4;
    }

    .app-search .badge {
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
    }

    /* Hasta arama sonucu: telefon + segment sat?r?, alt sat?r meta paneli */
    .app-search .search-result-phone-row .badge {
        max-width: 48%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* Alt blok: kompakt tip; telefon sat?r?ndan sonra biraz daha bo?luk */
    .app-search .search-result-meta-row {
        margin-top: 0.55rem;
        font-size: 0.53rem;
    }

    .app-search .search-result-meta-row small {
        line-height: 1.22;
    }

    .app-search .search-result-meta-row i {
        font-size: 0.9em;
        vertical-align: -0.06em;
    }

    /* Arama trigger butonu stilleri */
    .search-trigger {
        position: relative;
    }

    #search-trigger-btn {
        color: #64748b;
        transition: color 0.15s ease, background-color 0.15s ease;
        border: none;
        background: none;
        padding: 8px;
        border-radius: 8px;
    }

    #search-trigger-btn:hover {
        color: #0f2744;
        background-color: #f8fafc;
    }

    #search-trigger-btn:focus {
        color: #0f2744;
        background-color: #f8fafc;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    }

    /* Gizli arama input'u */
    #top-search {
        display: none !important;
    }

    /* Dropdown arama input'u stilleri */
    #dropdown-search {
        border-radius: 0 8px 8px 0;
        border-left: none;
    }

    #dropdown-search:focus {
        border-color: #b7c9dc;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
    }

    .input-group-text {
        border-radius: 8px 0 0 8px;
        border-right: none;
    }
    

    .app-search .input-group {
        position: relative;
    }

    /* Loading spinner i?in ?zel stil */
    #search-loading {
        background-color: #f8f9fa;
        border-radius: 8px;
        margin: 8px;
    }

    /* Segment say? badge'leri ? soft, pulse yok */
    .position-relative .badge {
        min-width: 18px;
        height: 18px;
        line-height: 1;
        padding: 0.25rem 0.4rem;
        font-weight: 600;
    }

    @media (max-width: 768px) {
        .position-relative .badge {
            font-size: 0.5rem !important;
            min-width: 16px;
            height: 16px;
            padding: 0.2rem 0.3rem;
        }
    }

    /* Temsilci filtreleme i?in cursor pointer */
    .cursor-pointer {
        cursor: pointer;
        transition: opacity 0.15s ease;
    }

    .cursor-pointer:hover {
        opacity: 0.85;
    }

    /* Operasyon yo?unluk rengi */
    .bg-purple {
        background-color: #0d9488 !important;
    }
    
    /* Takvim say?lar? toggle butonu */
    #toggleNumbersBtn {
        border: 1px solid #dee2e6;
        background: white;
        color: #6c757d;
        transition: all 0.2s ease;
        padding: 0.25rem 0.5rem;
        border-radius: 6px;
    }
    
    #toggleNumbersBtn:hover {
        background: #f8f9fa;
        border-color: #adb5bd;
        color: #495057;
        transform: scale(1.05);
    }
    
    #toggleNumbersBtn:focus {
        box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.25);
    }
    
    /* G?n say?lar? i?in ge?i? efekti */
    .day-numbers {
        transition: opacity 0.3s ease;
    }
    
    /* G?n harfleri i?in stil */
    .day-letter {
        font-size: 8px !important;
        font-weight: 600;
        color: #6c757d;
        margin-top: 2px;
        line-height: 1;
    }
    
    /* Pazar g?nleri i?in ?zel renk */
    .day-letter.sunday {
        color: #dc3545;
        font-weight: 700;
    }
    
    /* Y?ksek operasyon filtre butonu aktif durumu */
    #toggleHighOperationsBtn.active {
        background-color: #007bff;
        border-color: #007bff;
        color: white;
    }
    
    #toggleHighOperationsBtn.active:hover {
        background-color: #0056b3;
        border-color: #0056b3;
    }
    
    /* Y?ksek operasyon say?s? olan g?nlerin i?eri?ini gizle (h?cre g?r?n?r kal?r) */
    .day-cell.high-operation-hidden > div {
        visibility: hidden;
    }
    
    /* Operasyon Listesi: 1-4 (yesil) gunler icin dikkat cekici parlama */
    @keyframes priorityGreenGlow {
        0% {
            box-shadow: 0 0 0 rgba(255, 193, 7, 0);
            transform: scale(1);
        }
        50% {
            box-shadow: 0 0 0 2px rgba(255, 72, 0, 0.99), 0 0 12px rgba(255, 68, 0, 0.75);
            transform: scale(1);
        }
        100% {
            box-shadow: 0 0 0 rgba(255, 193, 7, 0);
            transform: scale(1);
        }
    }
    
    .day-priority-glow {
        animation: priorityGreenGlow 1.8s ease-in-out infinite;
    }

    /* Operasyon Listesi dropdown: mobil ta?may? ?nle, gereksiz mesafeleri azalt */
    .operasyon-listesi-dropdown {
        min-width: 280px;
        max-width: min(420px, calc(100vw - 24px));
        overflow-x: visible;
    }
    .operasyon-listesi-header {
        padding: 0.35rem 0.5rem;
    }
    .operasyon-listesi-list {
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .operasyon-listesi-dropdown .calendar-month-block {
        padding: 0.5rem 0.5rem !important;
    }
    .operasyon-listesi-dropdown .calendar-month-block .row.px-1,
    .operasyon-listesi-dropdown .calendar-row .col.px-1 {
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }
    .operasyon-listesi-footer {
        white-space: normal;
        word-wrap: break-word;
    }
    @media (max-width: 576px) {
        .operasyon-listesi-dropdown {
            max-width: calc(100vw - 16px);
        }
    }

    /* Ki?isel Notlar?m dropdown: mobil uyumlu, d?zenli yap? */
    .notlarim-dropdown {
        min-width: 280px;
        max-width: min(400px, calc(100vw - 24px));
        overflow-x: visible;
    }
    .notlarim-header {
        padding: 0.4rem 0.5rem;
    }
    .notlarim-list {
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .notlarim-body {
        padding: 0.5rem 0.5rem;
    }
    .notlarim-content {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        line-height: 1.4;
        font-size: 0.8125rem;
        max-height: 200px;
        overflow-y: auto;
        padding: 0.5rem 0.5rem;
        border: 1px solid #eee;
        border-radius: 6px;
        background-color: #fafafa;
    }
    .notlarim-empty {
        padding: 1rem 0.75rem;
    }
    @media (max-width: 576px) {
        .notlarim-dropdown {
            max-width: calc(100vw - 16px);
        }
    }

    /* Bildirimler dropdown: mobil uyumlu, d?zenli yap? */
    .bildirimler-dropdown {
        min-width: 280px;
        max-width: min(440px, calc(100vw - 24px));
        overflow-x: visible;
    }
    .bildirimler-header {
        padding: 0.4rem 0.5rem;
    }
    .bildirimler-list {
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .bildirimler-section-title {
        letter-spacing: 0.02em;
    }
    .bildirim-item {
        overflow: visible !important;
    }
    .bildirim-item-body {
        padding: 0.5rem 0.5rem;
        overflow: visible !important;
    }
    .bildirim-header {
        margin-bottom: 0.35rem;
    }
    .bildirim-item .bildirim-text {
        width: 100%;
        margin-top: 0.25rem;
        margin-bottom: 0.35rem;
    }
    .bildirim-footer {
        padding-top: 0.35rem;
        border-top: 1px solid #eee;
    }
    .bildirim-icon {
        width: 32px;
        height: 32px;
    }
    .bildirim-item .flex-grow-1 {
        overflow: visible !important;
        min-width: 0;
    }
    .bildirim-item .card-body {
        overflow: visible !important;
    }
    .bildirim-text {
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        white-space: normal !important;
        line-height: 1.4;
        font-size: 0.8125rem;
        color: #6c757d;
        margin-bottom: 0.25rem;
        overflow: visible !important;
        max-height: none !important;
        display: block !important;
        -webkit-line-clamp: unset !important;
        text-overflow: unset !important;
    }
    .bildirim-btn {
        width: 28px;
        height: 28px;
    }
    .bildirimler-footer {
        white-space: normal;
        word-wrap: break-word;
    }
    @media (max-width: 576px) {
        .bildirimler-dropdown {
            max-width: calc(100vw - 16px);
        }
    }

    /* G?nl?k Operasyonlar modal - mobil uyumlu ?st bilgi alan? */
    @media (max-width: 767.98px) {
        #dayOperationsModal .modal-dialog {
            margin: 0.5rem;
            max-width: calc(100% - 1rem);
        }
        #dayOperationsModal .modal-body {
            padding: 0.75rem;
            overflow-x: hidden;
        }
        .day-ops-info {
            min-width: 0;
        }
        .day-ops-filters {
            min-width: 0;
            max-width: 100%;
        }
    }

/* Topbar arama ? operasyon rozetleri (patient-list ile ayn? g?r?n?m) */
.topbar-search-op-badges .pl-patient-op-badges {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.2rem;
}

.topbar-search-op-badges .pl-patient-op-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 999px;
    font-size: 0.74rem;
    line-height: 1;
    border: 1px solid transparent;
}

.topbar-search-op-badges .pl-patient-op-icon__count {
    position: absolute;
    top: -0.35rem;
    right: -0.38rem;
    min-width: 0.78rem;
    height: 0.78rem;
    padding: 0 0.1rem;
    border-radius: 999px;
    background: #1e293b;
    color: #fff !important;
    font-size: 0.5rem;
    font-weight: 700;
    line-height: 0.78rem;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.topbar-search-op-badges .pl-patient-op-icon--planlandi {
    color: #dc2626 !important;
    background: #fef2f2 !important;
    border-color: #fecaca !important;
}

.topbar-search-op-badges .pl-patient-op-icon--tamamlandi {
    color: #16a34a !important;
    background: #f0fdf4 !important;
    border-color: #bbf7d0 !important;
}

.topbar-search-op-badges .pl-patient-op-icon--gorusme {
    color: #2563eb !important;
    background: #eff6ff !important;
    border-color: #bfdbfe !important;
}

.topbar-search-op-badges .pl-patient-op-icon--kontrol {
    color: #ca8a04 !important;
    background: #fefce8 !important;
    border-color: #fde047 !important;
}

.topbar-search-op-badges .pl-patient-op-icon--prp {
    color: #0d9488 !important;
    background: #e7f7f5 !important;
    border-color: #99e2d6 !important;
}

.topbar-search-op-badges .pl-patient-op-icon--opsiyonlu {
    color: #ca8a04 !important;
    background: #fefce8 !important;
    border-color: #fde047 !important;
}
/* ========== Soft kurumsal topbar aksiyonlar? ========== */
.navbar-custom .topbar {
    --tb-text: #0f2744;
    --tb-muted: #64748b;
    --tb-border: #e8eef5;
    --tb-bg: #f8fafc;
}

.tb-actions {
    gap: 0.35rem !important;
}

.tb-actions__tools,
.tb-actions__segments {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.tb-actions__tools {
    padding-right: 0.35rem;
    margin-right: 0.1rem;
    border-right: 1px solid var(--tb-border);
}

.tb-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 0.8rem;
    border-radius: 9px;
    border: 1px solid var(--tb-border);
    background: #fff;
    color: var(--tb-text);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.tb-chip:hover,
.tb-chip:focus {
    background: var(--tb-bg);
    border-color: #d5deea;
    color: var(--tb-text);
    text-decoration: none;
}

.tb-chip i {
    font-size: 1.05rem;
    line-height: 1;
}

.tb-chip--slate {
    background: var(--tb-bg);
    color: #334155;
}

.tb-chip--amber {
    background: #fff8eb;
    border-color: #f0d9a8;
    color: #9a6700;
}

.tb-chip--amber:hover { background: #fff3d9; color: #9a6700; }

.tb-chip--teal {
    background: #e7f7f5;
    border-color: #b7e4dc;
    color: #0f766e;
}

.tb-chip--teal:hover { background: #d8f1ed; color: #0f766e; }

.tb-chip--danger {
    background: #fdeeee;
    border-color: #f0c4c8;
    color: #b91c1c;
}

.tb-chip--danger:hover { background: #fce2e4; color: #b91c1c; }

.tb-chip--takip-dusuk {
    background: #eef4ff;
    border-color: #c7d7f5;
    color: #1d4ed8;
}

.tb-chip--takip-dusuk:hover { background: #e3edff; color: #1d4ed8; }

.tb-chip--takip-orta {
    background: #fff4ea;
    border-color: #f0d0b0;
    color: #c2410c;
}

.tb-chip--takip-orta:hover { background: #ffe9d6; color: #c2410c; }

.tb-chip--takip-yuksek {
    background: #fdeeee;
    border-color: #f0c4c8;
    color: #b91c1c;
}

.tb-chip--takip-yuksek:hover { background: #fce2e4; color: #b91c1c; }

.tb-chip__badge {
    position: absolute;
    top: -11px;
    min-width: 1.15rem;
    height: 1.15rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 800;
    line-height: 1.15rem;
    text-align: center;
    color: #fff;
    z-index: 2;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.tb-chip__badge--start { left: -3px; }
.tb-chip__badge--end { right: -3px; left: auto; }

.tb-chip__badge--blue { background: #2563eb; }
.tb-chip__badge--amber { background: #d97706; }
.tb-chip__badge--red { background: #dc2626; }
.tb-chip__badge--teal { background: #0d9488; }
.tb-chip__badge--green { background: #16a34a; }

.tb-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9px;
    border: 1px solid var(--tb-border);
    background: #fff;
    color: var(--tb-text);
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.tb-icon-btn:hover,
.tb-icon-btn:focus {
    background: var(--tb-bg);
    border-color: #d5deea;
    color: var(--tb-text);
    text-decoration: none;
}

.tb-icon-btn--amber { color: #b45309; background: #fff8eb; border-color: #f0d9a8; }
.tb-icon-btn--amber:hover { background: #fff3d9; color: #b45309; }
.tb-icon-btn--blue { color: #1d4ed8; background: #eef4ff; border-color: #c7d7f5; }
.tb-icon-btn--blue:hover { background: #e3edff; color: #1d4ed8; }
.tb-icon-btn--green { color: #15803d; background: #eaf7f0; border-color: #bfe3cd; }
.tb-icon-btn--green:hover { background: #dff3e8; color: #15803d; }
.tb-icon-btn--cyan { color: #0e7490; background: #e8f6fb; border-color: #b9e0ef; }
.tb-icon-btn--cyan:hover { background: #d9f0f8; color: #0e7490; }

.topbar-menu .tb-nav-icon.nav-link,
.navbar-custom .topbar-menu .nav-link.tb-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 2.35rem;
    height: 2.35rem !important;
    max-height: 2.35rem;
    border-radius: 9px;
    color: #475569 !important;
    padding: 0 !important;
    margin: 0 0.05rem;
    position: relative;
}

.topbar-menu .tb-nav-icon i {
    font-size: 1.35rem;
    line-height: 1;
}

.topbar-menu .tb-nav-icon:hover {
    background: var(--tb-bg);
    color: var(--tb-text) !important;
}

.tb-nav-badge {
    position: absolute !important;
    top: -2px !important;
    right: -2px !important;
    bottom: auto !important;
    left: auto !important;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0 0.25rem;
    margin: 0 !important;
    border-radius: 999px;
    font-size: 0.6rem;
    font-weight: 800;
    line-height: 1.05rem;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    transform: none !important;
}

.tb-nav-badge--amber { background: #d97706; }
.tb-nav-badge--red { background: #dc2626; }
.tb-nav-badge--green { background: #16a34a; }

.tb-user {
    display: inline-flex !important;
    align-items: center;
    gap: 0.45rem;
    border-radius: 10px;
    border: 1px solid transparent;
}

.tb-user:hover {
    background: var(--tb-bg);
    border-color: var(--tb-border);
}

.tb-user .account-user-avatar img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border: 2px solid #e8eef5;
}

.tb-user__meta {
    line-height: 1.15;
    text-align: left;
}

.tb-user__name {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--tb-text);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.tb-user__role {
    font-size: 0.68rem;
    font-weight: 500;
    color: var(--tb-muted);
}

.tb-user__mode {
    display: inline-block;
    padding: 0.08rem 0.35rem;
    border-radius: 999px;
    font-size: 0.58rem;
    font-weight: 700;
    background: #fff4ea;
    color: #c2410c;
    border: 1px solid #f0d0b0;
}

@media (max-width: 1199.98px) {
    .tb-chip {
        padding: 0.36rem 0.65rem;
        font-size: 0.78rem;
    }
}
@media (max-width: 767.98px) {
    .navbar-custom {
        padding: 0 0rem;
    }
}
.tb-admin-banner {
    background: #fff8eb !important;
    color: #9a6700 !important;
    border-bottom: 1px solid #f0d9a8 !important;
}

.table-row-hidden {
    display: none !important;
}
