.__table_responsive {
    /* overflow-x: auto; */
    height: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.__table {
    overflow-x: auto;
    margin: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.__table td {
    text-align: center;
    vertical-align: middle;
    /* background-color: rgb(162, 184, 255); */
    background-color: #fff;
    border: 1px solid #fff;
}

.__table._gen td {
    cursor: pointer;
}

.__stall {
    cursor: pointer;
    position: relative;
}

.__stall:hover::after {
    content: attr(tooltip);
    padding: 5px;
    max-width: 250px;
    border: 1px solid #fff;
    position: absolute;
    top: -50px;
    left: 0%;
    background: black;
    color: white;
    z-index: 10;
}

.__table td.highlighted {
    background-color: #ff6b02 !important;
    color: #333333 !important;
    border: 2px solid #000000;
}

.__box {
    /* width: 6px;
    height: 9px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.__transparent {
    background-color: transparent !important;
    pointer-events: none;
}

.__details_table table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.__details_table td,
.__details_table th {
    border: 1px solid black;
    text-align: center;
    padding: 8px;
}


.__details_table tr:nth-child(even) {
    background-color: #dddddd;
}

.__btn{
    margin: 10px;
    background-color: green;
    border: #fff;
    padding: 10px;
    color: white;
    cursor: pointer;
}