* {
    font-weight: bold;
}

.report-button {
    background: linear-gradient(90deg, #0072ff 0%, #00d4ff 100%);
    border: 0
}

.custom-text-grey {
    color: #666666;
}

.text-blu-sm {
    color: #628fc3;
    font-size: 20px;
    font-weight: 500;
}

.text-b1u-lg {
    color: #628fc3;
    font-size: 28px;
    font-weight: 500;
}


.text-rd-sm {
    color: #d05151;
    font-size: 20px;
    font-weight: 500;
}

.text-rd-lg {
    color: #d05151;
    font-size: 28px;
    font-weight: 500;
}

.brd-rgt {
    border-right: 1px solid #ccc;
}

.card-shadoww {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.table-head-title {
    color: #606060;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #ffffff !important;
}

th,
.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-bg-type: #efefef !important;
}

th {
    color: #606060 !important;
}

td:first-child {
    padding-left: 20px !important;
}

form {
    width: 100%;
}

.tab-ht {
    height: 500px;
    overflow: auto;
}

@media (max-width: 764px) {
    .btn-logout {
      position: relative;
      left: -35px;
      top: 2px;
    }
  }


        .perf-report-wrap {
            padding: 1.5rem 0;
        }

        .perf-report-card {
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
        }

        /* Header */
        .perf-report-header {
            padding: 1rem 1.5rem;
            border-bottom: 1px solid #e5e7eb;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: #fff;
        }

        .perf-header-left {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .perf-report-icon {
            width: 38px;
            height: 38px;
            border-radius: 8px;
            background: #eff6ff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #2563eb;
            flex-shrink: 0;
        }

        .perf-report-title {
            font-size: 15px;
            font-weight: 600;
            color: #111827;
            margin: 0;
        }

        .perf-report-sub {
            font-size: 12px;
            color: #6b7280;
            margin: 2px 0 0;
        }

        .perf-period-badge {
            font-size: 12px;
            padding: 4px 12px;
            border-radius: 6px;
            background: #f3f4f6;
            color: #374151;
            border: 1px solid #e5e7eb;
            font-weight: 500;
            white-space: nowrap;
        }

        /* Table */
        .perf-table-responsive {
            overflow-x: auto;
        }

        .perf-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 13.5px;
        }

        .perf-table thead tr {
            border-bottom: 1px solid #e5e7eb;
        }

        .perf-table th {
            padding: 10px 16px;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            color: #6b7280;
            background: #f9fafb;
            text-align: left;
        }

        .perf-table th.num {
            text-align: center;
        }

        .perf-table tbody tr {
            border-bottom: 1px solid #f3f4f6;
            transition: background 0.12s ease;
        }

        .perf-table tbody tr:last-child {
            border-bottom: none;
        }

        .perf-table tbody tr:hover {
            background: #f9fafb;
        }

        .perf-table td {
            padding: 11px 16px;
            color: #1f2937;
            vertical-align: middle;
        }

        .perf-row-no {
            font-size: 11px;
            color: #9ca3af;
            margin-right: 8px;
        }

        .perf-doctor-name {
            font-weight: 500;
            font-size: 14px;
        }

        .num-cell {
            text-align: center;
        }

        /* Badges */
        .badge-op {
            display: inline-block;
            padding: 3px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 500;
            background: #eff6ff;
            color: #1d4ed8;
        }

        .badge-ip {
            display: inline-block;
            padding: 3px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 500;
            background: #f0fdf4;
            color: #166534;
        }

        .perf-total-val {
            font-size: 14px;
            font-weight: 600;
            color: #111827;
        }

        /* Footer */
        .perf-table tfoot tr {
            background: #f9fafb;
            border-top: 2px solid #e5e7eb;
        }

        .perf-table tfoot td {
            padding: 12px 16px;
            font-size: 13.5px;
            color: #111827;
            text-align: left;
        }

        .perf-table tfoot td.num-cell {
            text-align: center;
        }

        .perf-tfoot-label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            color: #6b7280;
            font-weight: 600;
        }

        .perf-table tfoot strong {
            font-weight: 700;
        }
    
