.overflow-vertical2 {
    height: 60vh;
    overflow-y: scroll;
    overflow-x: scroll;
}
td,th {
    font-size: 0.775rem;
    white-space: nowrap;
}
.customer_action_btn {
    display: flex !important;
    gap: 0.5rem;
    justify-content: center;
}
@media screen and (max-width: 600px) {
    .new_table_design table {
        border: 0;
    }
    .table-container {
        height: 30vh;
        overflow-y: scroll;
        overflow-x: hidden;
        display: block;
        white-space: nowrap;
    }
    .new_table_design table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .new_table_design table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
    }
    .new_table_design table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.7em;
        text-align: right;
        border: 1px solid #ddd;
    }
    .new_table_design table td::before {
        /* * aria-label has no advantage, it won't be read inside a table content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.6rem;
    }
    .new_table_design table td:last-child {
        border-bottom: 0;
    }
    .new_table_design table td:first-child {
        color: var(--black);
        background: #e9ecef;
    }
    .overflow-vertical2 {
        height: 60vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .customer_action_btn {
        justify-content: end;
    }
}

