#virtualButtonContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: center;
    width: 100%;
    margin: 0 auto;
    background-color: #263238;
    user-select: none;
}

#virtualNavContainer{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: center;
    width: 100%;
    margin: 0 auto;
    background-color: #263238;
    user-select: none;
}


.virtualSwitch{
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 5px;
    font-family: Arial;
    font-size: 20px;
    padding: 5px 25px;
    white-space: nowrap;
    margin: 8px 8px;
    background-color: #272727;
    width: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.btnVirtualSwitch:hover {
    text-decoration: none;
    -webkit-filter: none;
    filter: none;
}

.imgVirtualButton {
    margin: auto;
    display: block;
    height: 25px;
}

.restrictionMsg{
    padding: 15%;
    color: white;
}

.selected {
    box-shadow: 1px 1px 5px #0c0c0c;
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
}

#imgVirtual365 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* #imgVirtualGoldenRace {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
} */

#virtualSwitchArea {
    width: 100%;
    height: fit-content;
}

#gameframe {
    position: relative !important;
    width: 100%;
    height: 1000px;
    /* width: 1200px;
    height: 1080px; */
}

.virtuals {
    display: flex;
    flex-direction: column;
    /* min-height: 1600px!important; */
    /* height: 1800px; */
}

.playareacss {
    position: relative !important;
    width: 100% !important;
    height: 100%;
    margin: 0 auto;
}

.gameframecss {
    /* height:100%; */
    margin: 0 auto;
    width: 100%;
}

#gameframe{
    overflow-y: hidden;
}