.overview-section {
    display: flex;
    width: 100%;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.overview-content {
    display: flex;
    background-color: #ffffff;
    border-radius: 6px;
    gap: 4px;
    padding: 12px 16px;
    flex-direction: column;
}

.overview-label {
    display: flex;
    align-items: center;
    gap: 4px;
}

.table-section {
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0px;
    border-radius: 8px;
    box-sizing: border-box;
}

.table-tabs {
    display: flex;
    gap: 16px;
    padding: 0 16px;
}

.table-tab-bar {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.2px;
    width: fit-content;
    height: 32px;
    padding: 0px 16px;
    align-items: center;
    border-radius: 100px;
    line-height: 14px;
    color: #475569;
    white-space: nowrap;
}

.table-tab-bar:hover {
    background-color: #25255210;
}

.table-tab-bar.active {
    background-color: #342a74;
    color: white;
}

.table-features {
    display: flex;
    width: 100%;
    gap: 8px;
    align-items: center;
    padding: 0px 16px;
}

.status-survey {
    display: flex;
    padding: 0px 16px;
    height: 28px;
    background-color: green;
    font-weight: 500;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    line-height: 120%;
    width: max-content;
}

.datefilter {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 4px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #cbd5e1;
}

input[type="date"].filterh {
    height: 32px;
    background-color: #f1f5f9;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 12px;
    border-radius: 100px;
    width: 130px;
    align-items: center;
}

input[type="text"].search {
    width: 100%;
    height: 40px;
    display: inline-block;
    border: 1px solid #cbd5e1;
    border-radius: 100px;
    box-sizing: border-box;
    outline: none;
    background: url(../img/search.svg) no-repeat scroll 16px center;
    /* background-color: #f8fafc; */
    padding-left: 48px;
    font-size: 14px;
    line-height: 16px;
}

input[type="text"]:focus {
    border: 1px solid #0ea5e9;
    background-color: white;
    box-shadow: 0px 1px 2px rgba(50, 50, 71, 0.08), 0 0 0 2px #06b6d420;
}

.table-filter-btn {
    display: flex;
    gap: 8px;
    height: 40px;
    border: 1px solid #cbd5e1;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 0 16px;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #0f172a;
    cursor: pointer;
}

.table-filter-btn:hover {
    border: 1px solid #0ea5e9;
    box-shadow: 0px 1px 2px rgba(50, 50, 71, 0.08), 0 0 0 2px #06b6d420;
}

.table-main-btn {
    display: flex;
    background-color: #06b6d4;
    gap: 8px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 0 16px;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: white;
}

.table-main-btn:hover {
    background-color: #14b8a6;
}

.table-basic {
    /* background-color: #0ea5e9; */
    width: 100%;
    padding: 8px;
}

.table-basic .table-head {
    background-color: #404242;
    height: 40px;
    display: flex;
    gap: 16px;
    min-width: 100%;
    align-items: center;
    padding: 0 16px;
    font-size: 12px;
    letter-spacing: 0.2px;
    justify-content: space-between;
    /* font-weight: 600 !important; */
}

.table-head th {
    color: #ffffff;
}

.table-basic .table-head2 {
    background-color: #404242;
    height: 40px;
    display: flex;
    gap: 16px;
    min-width: 100%;
    align-items: center;
    padding: 0 16px;
    font-size: 11px;
    letter-spacing: 0.1px;
    justify-content: space-between;
}

.table-basic .table-body:nth-child(even) {
    background-color: #f8fafc;
}

.table-head2 th {
    color: #ffffff;
    font-weight: 600;
}

.w-14prcnt {
    width: 14%;
}

.table-basic .table-body {
    width: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 10px 16px;
    border-bottom: 1px solid #e2e8f0;
}

.table-basic th {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-photo {
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: white;
    border-radius: 100px;
}

.table-main-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.line-base {
    height: 8px;
    width: 90px;
    background-color: #e2e8f0;
    border-radius: 100px;
    position: relative;
}

.line-code {
    height: 100%;
    border-radius: 100px;
    display: block;
}

.table-percent {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.table-action {
    display: flex;
    gap: 8px;
}

.table-icon-action {
    box-sizing: border-box;
    display: flex;
    padding: 8px;
    border-radius: 100px;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    align-items: center;
    font-weight: 500;
    gap: 4px;
    line-height: 100%;
}

.table-icon-action p {
    display: none; /* Sembunyikan elemen <p> secara default */
}

.table-icon-action:hover p {
    display: inline; /* Tampilkan elemen <p> saat hover */
}

@media only screen and (max-width: 580px) {
    .table-section {
        gap: 16px;
        padding: 12px 0;
        overflow: hidden;
    }
    .table-filter-btn,
    .table-main-btn {
        font-size: 0;
        line-height: 0;
        gap: 0;
    }

    .table-head th {
        color: #0f172a90;
    }

    .table-features {
        gap: 8px;
    }

    .table-tabs,
    .table-features,
    .table-basic {
        padding: 0 12px;
    }

    .table-tabs {
        overflow-y: scroll;
    }

    .table-tabs::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .table-tabs::-webkit-scrollbar-track {
        background: rgba(41, 9, 66, 0.15);
        border-radius: 100px;
    }
    .table-tabs::-webkit-scrollbar-thumb {
        background: rgba(41, 9, 66, 0.4);
        border-radius: 100px;
    }

    .table-basic .table-head {
        background-color: #fafafa;
        height: 44px;
        min-width: 100%;
        padding: 0 12px;
        color: #737373;
        border-radius: 0px;
    }

    .table-basic .table-body {
        display: flex;
        padding: 12px 12px;
        border-bottom: 1px solid #e2e8f0;
    }

    .table-action {
        gap: 0;
    }

    input[type="date"].filterh {
        padding: 0px 6px;
        width: 110px;
    }

    .datefilter {
        width: 100%;
        justify-content: space-between;
    }
}
