.custom-bg {
    background-color: #f0ad4e;
}
.custom-bg-default {
    background-color:bisque;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
.custom-bg-default-game-result {
    background-color:bisque;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    font-weight: bold;
    border: 1px solid black;
}
.custom-bg-point-p1 {
    background-color: #009708;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
.custom-bg-point-p2 {
    background-color: #e84d0b;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding: 5px;    
}
.custom-text {
    color: red;
    
}
.image-grid {
    border-collapse: collapse;
}

.image-grid td {
    padding: 0;
    margin: 0;
    background-size: cover; 
    background-position: center;
    font-size: 10px;
    text-align: center; 
    vertical-align: middle;
    background-color: #88f8cc;
}

.image-grid img {
    display: block;
}

.highlight-cell {
    background-color: hsl(45, 100%, 49%,0.6); /* Light gray background */
    vertical-align: middle;
    color:rgb(0, 0, 0);
    height: 100%;
}

.btn-outline-orange {
    color: black;
    border-color: rgb(177, 115, 0);
    background-color: rgba(255, 166, 0, 0.548);
    border-radius: 8px;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    width: 80px;
    height: 30px;
}

.btn-outline-orange:hover {
    background-color: orange;
    color: white;
    font-weight: bold;
}

.set-counter {
        background-color: #e84d0b !important; /* A light blue color */
        color: white !important;
        text-align: center;
        font-weight: bold;
}

#results {
    border: 1px solid #ccc;
    max-width: 300px;
    margin-top: 5px;
    display: none;
    position: absolute;
    background: white;
    z-index: 1000;
}
.result-item {
    padding: 5px;
    cursor: pointer;
}
.result-item:hover {
    background-color: #eee;
}