﻿tbody {
    font-family: 'Poppins-Regular';
    font-size: 11px;
    border-color: none !important;
    border-style: none !important;
    border-width: 0 !important;
}

.tableFixHead {
    overflow: auto;
    height: 99% !important;
    scrollbar-width: thin; /* "auto" ou "thin" */
    scrollbar-color: #6f7b6b50 #6f7b6b00;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
        font-family: 'Poppins-Regular';
        color: #f5f5f5;
        font-size: 12px;
        user-select: none;
        height: 40px;
        line-height: 24px;
    }

table {
    border-collapse: collapse;
    width: 100%;
    overflow-y: scroll !important;
    border-color: #6f7b6b20 !important;
}

tables {
    border-collapse: collapse;
    width: 100%;
    overflow-y: scroll !important;
}

th, td {
    padding: 8px 16px;
}

th {
    background: #eee;
}

.title_head {
    max-width: 15ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #6f7b6b !important;
}

.td-custom {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
    justify-content: right;
    gap: 5px;
    padding-right: 15px !important;
}

.table > tbody {
    vertical-align: middle !important;
}

.tableFixHead tr:last-child td {
    border-bottom: none;
}

.btn-icon-grid {
    font-size: 18px;
    color: #3f4a3c;
    background-color: #3f4a3c10;
    width: 35px;
    height: 35px;
    display: flex;
    border: none;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: ease-in-out 0.2s;
}

    .btn-icon-grid:hover {
        background-color: #3f4a3c50;
    }

    .btn-icon-grid:active {
        color: #F4DE00;
        background-color: #3f4a3c;
    }
