.flex {
    display: flex;
gap: 60px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

.btn-selected {
    box-shadow: inset 0 -45px 0 -1px var(--green) !important;
    color: var(--white) !important;
}

.gs-tbl-div {
width:100%;
overflow-x:auto;
}

.gs-tbl-div table {
min-width: 550px;
}
