.table {
    width: 100%;
    margin: 30px auto;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    overflow: hidden;
    border-collapse: collapse;
}

/* Header */
.table thead th {
    background: #39acab !important;
    color: #fff !important;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.table thead th p {
    font-family: 'DM Sans';
}

.table thead th p,
.table tbody td p {
    font-family: Inter, ui-sans-serif, system-ui;
    font-size: 18px;
}

.table tbody td p {
    color: #000;
    font-weight: 400;

}

.table thead th,
.table tbody td {
    padding: 15px;
}

/* Table Body */
.table tbody tr {
    transition: all 0.2s ease-in-out;
}

.table tbody td {
    font-size: 15px;
    color: #333;
}

/* Hover effect */
.table tbody tr:hover {
    background: #f0faf7;
    transform: scale(1.01);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Rounded corners for first/last row */
.table tbody tr:last-child td {
    border-bottom: none;
}

.table caption {
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #136f63;
}

table thead th p {
    color: #fff !important;
    font-weight: 600;
}

table tbody tr:nth-child(even) td,table.dash-chart tbody tr:nth-child(even) th {
    background: #39acab0f;
}

table.dash-chart tbody tr th{
    vertical-align: middle;
}

table td,
table th {
    border: unset !important;
    outline: unset !important;
}

table tr {
    cursor: pointer;
}

.admin_ham {
    max-width: max-content;
    min-width: max-content;
    padding: 10px;
    border-radius: 5px;
}

.admin_ham .fa-bars-staggered {
    margin-left: 0;
}

.btn-one-rounded2 {
    padding: 12px !important;
}

.btn-one-rounded2 i {
    font-size: 20px;
    line-height: 100%;
}

.dashborad_table {
    width: 100%;
}








.anchor_performance_section {
    display: none;
    grid-template-columns: 1fr;
    gap: 20px;
}

.anchor_performance_card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.anchor_performance_card_header {
    padding: 15px 15px 10px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.anchor_performance_card_title {
    font-weight: bold;
    font-size: 18px !important;
    color: #27AE60;
    margin: 0;
    line-height: 120% !important;
    margin-bottom: 5px;
}

.anchor_performance_meta {
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    font-size: 14px;
    color: #6b7280;
}

.anchor_performance_badge {
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 12px;
    background: rgb(239 248 248);
    color: #27AE60;
    line-height: 18px;
    display: flex;
    align-items: center;
    font-weight: 600;
    max-width: max-content;
    letter-spacing: 0.5px;
}

.anchor_performance_card_body {
    padding: 10px 15px;
}

.anchor_performance_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.anchor_performance_label {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 3px 0;
}

.anchor_performance_value {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #111827;
    line-height: 140%;
}

@media(max-width: 991px) {
    .anchor_performance_section {
        display: grid;
    }

    .table {
        display: none;
    }



    .bullet-list li {
        margin-bottom: 0;
    }

    .bullet-list {
        list-style: none;
        margin: 10px 0 0;
    }

    .investment-section .card {
        padding: 20px 14px;
    }
}

@media(max-width: 400px) {
    .anchor_performance_value {
        font-size: 14px;
        line-height: 140%;
    }
}