.container-table-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 70vh;
    pad: 5px;
    width: 100%;
}

.table-grid {
    border-collapse: collapse;
    width: 100%;
}

    .table-grid td, th {
        border: solid 1px #F3F3F3;
    }

    .table-grid td {
        padding: 5px;
    }

.title-grid {
    font-size: 14px;
    padding: 5px;
    min-width: 300px;
}

.thead-grid th {
    position: sticky;
    top: 0;
    background-color: #F0F6FB;
    z-index: 10;
    border-bottom: 1px solid #C1C1C1;
}

.td-separator {
    width: 100%;
    background-color: #F0F6FB;
}

.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: start;
    width: 20px;
    padding: 5px;
    font-size: 14px;
}

.option-select-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 30px !important;
}

.header-text {
    font-weight: bold;
    font-size: 14px;
    color: #2A2716;
}

input[type="checkbox"] {
    transform: scale(1);
    cursor: pointer;
    accent-color: #1975C5;
}

@media (max-width:800px) {

    .title-grid {
        min-width: 0px;
    }
}
