
#gameBetting {
    position: absolute;
    top: 25vh;
    width: 80vw;
    left: 10vw;
    height: 20vh;
}

.baccarat #cardPosition0, .baccarat #cardPosition1 {
    position: absolute;
    top: 7vh;
    width: 25vw;
    height: 15vh;
    font-size: 6vh;
}

.baccarat #cardPosition0 {
    left: calc(25vw - (25vw - (25vw / 2)));
}

.baccarat #cardPosition1 {
    right: calc(25vw - (25vw - (25vw / 2)));
}

/*sideBets*/

.baccaratsidebetPosition {
    position: absolute;
    width: calc(20% - 6px);
    height: calc(10vh - 6px);
    border-width: 3px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.5);;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5vh;
    box-shadow: inset 0 0 9px #143733;
    font-size: 1.5vh;
    margin: 3px;
}

.baccarat .betName {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
}

.baccarat .betOdds {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    color: #EC5D63;
}

.baccarat #position4 {
    top: 0;
    left: 0;
}

.baccarat .betName #position4 {
    color: deepskyblue;
}

.baccarat #position5 {
    top: 0;
    right: 0;
}

.baccarat .betName #position5 {
    color: red;
}

.baccarat #position6 {
    top: 10vh;
    left: 0;
}

.baccarat #position7 {
    top: 10vh;
    right: 0;
}

.baccarat #position8 {
    top: 20vh;
    left: 0;
}

.baccarat #position9 {
    top: 20vh;
    right: 0;
}

.baccarat .playerBetPosition {
    position: absolute;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.5);;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5vh;
    top: 0;
    height: calc(20vh - 6px);
    width: calc(20% - 6px);
    left: 20%;
    box-shadow: inset 0 0 9px #143733;
    color: deepskyblue;
    font-size: 4vh;
}

.baccarat .tieBetPosition {
    position: absolute;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.5);;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5vh;
    top: 0;
    height: calc(20vh - 6px);
    width: calc(20% - 6px);
    left: 40%;
    box-shadow: inset 0 0 9px #143733;
    color: lawngreen;
    font-size: 4vh;
}

.baccarat .bankBetPosition {
    position: absolute;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.5);;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5vh;
    top: 0;
    height: calc(20vh - 6px);
    width: calc(20% - 6px);
    left: 60%;
    box-shadow: inset 0 0 9px #143733;
    color: red;
    font-size: 4vh;
}

.baccarat #tieSideBets {
    position: absolute;
    top: 20vh;
    left: 20%;
    height: 10vh;
    width: 60%;
}

.baccarat #tieSideBets .baccaratsidebetPosition {
    position: absolute;
    width: calc(10% - 6px);
    height: calc(10vh - 6px);
    border-width: 3px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.5);;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2vh;
    box-shadow: inset 0 0 9px #143733;
    font-size: 1.5vh;
    margin: 3px;
}

.baccarat #tieSideBets .betName {
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    color: #00FF47;
    font-size: 3vh;
}

.baccarat #tieSideBets .betOdds {
    position: absolute;
    top: 50%;
    left: 0;
    height: 50%;
    width: 100%;
    color: #EC5D63;
}

.baccarat #position11 {
    left: 10%;
}

.baccarat #position12 {
    left: 20%;
}

.baccarat #position13 {
    left: 30%;
}

.baccarat #position14 {
    left: 40%;
}

.baccarat #position15 {
    left: 50%;
}

.baccarat #position16 {
    left: 60%;
}

.baccarat #position17 {
    left: 70%;
}

.baccarat #position18 {
    left: 80%;
}

.baccarat #position19 {
    left: 90%;
}

.baccarat .chipCont {
    position: absolute;
    height: 8vh;
    width: 8vh;
    left: calc(50% - 4vh);
    top: 60%;
    font-size: 2vh;
    z-index: 300;
}

.baccarat .baccaratsidebetPosition .chipCont {
    position: absolute;
    height: 8vh;
    width: 8vh;
    left: calc(50% - 4vh);
    top: calc(50% - 4vh);
    font-size: 2vh;
    z-index: 300;
}

.baccarat .card {
    position: absolute;
    height: 10vh;
    bottom: 0;
}

.baccarat .handValue {
    top: 0;
    font-size: 4vh;
    padding: 1vh;
    height: 6vh;
}

.baccarat #cardPosition0 .handValue {
    left: 0;
    background: deepskyblue;
}

.baccarat #cardPosition1 .handValue {
    right: 0;
    background: red;
}

.baccarat #scoreBoard {
    position: absolute;
    background: antiquewhite;
    top: 55vh;
    width: 80%;
    left: 10%;
    height: 15vh;
    border-radius: .25vh;
    overflow: scroll;
}

.baccarat #resultNotice {
    position: absolute;
    height: 50%;
    width: 50%;
    left: 25%;
    top: 25%;
    opacity: 0;
}

.baccarat .resultText {
    color: whitesmoke;
    font-size: 4vh;
    z-index: 1;
}

.baccarat .leftBlue {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(0, 191, 255, 0), rgba(0, 191, 255, 1));
}

.baccarat .rightBlue {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 50%;
    top: 0;
    background-image: linear-gradient(to left, rgba(0, 191, 255, 0), rgba(0, 191, 255, 1));
}

.baccarat .leftGreen {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(50, 205, 50, 0), rgba(50, 205, 50, 1));
}

.baccarat .rightGreen {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 50%;
    top: 0;
    background-image: linear-gradient(to left, rgba(50, 205, 50, 0), rgba(50, 205, 50, 1));
}

.baccarat .leftRed {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 0, 9, 1));
}

.baccarat .rightRed {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 50%;
    top: 0;
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(255, 0, 0, 1));
}

#beadRoad {
    position: absolute;
    top: 0;
    left: 0;
    width: 24vh;
    height: 15vh;
}

#beadRoadTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3vh;
    color: rgba(0, 0, 0, 0.4);
}

#beadRoadContent {
    position: absolute;
    top: 3vh;
    left: 0;
    height: 12vh;
    width: 24vh;
    background-image: linear-gradient(rgba(0, 0, 0, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .2) 1px, transparent 1px);
    background-size: 2vh 2vh;
}

.bead {
    position: absolute;
    height: 2vh;
    width: 2vh;
    border-radius: 100%;
    color: white;
}

.bigEyeRoadBead {
    position: absolute;
    height: 1vh;
    width: 1vh;
    border-radius: 100%;
    color: white;
}

.blueBead {
    background: blue;
}

.redBead {
    background: red;
}

.greenBead {
    background: green;
}

#bigRoad {
    position: absolute;
    top: 0;
    left: 24vh;
    width: 60vh;
    height: 15vh;
    border-left: black 1px solid;
}

#bigRoadTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3vh;
    color: rgba(0, 0, 0, 0.4);
}

#bigRoadContent {
    position: absolute;
    top: 3vh;
    left: 0;
    height: 12vh;
    width: 60vh;
    background-image: linear-gradient(rgba(0, 0, 0, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .2) 1px, transparent 1px);
    background-size: 2vh 2vh;
}

.bigRoadloop {
    position: absolute;
    height: 2vh;
    width: 2vh;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
}

.bigEyeRoadloop {
    position: absolute;
    height: 1vh;
    width: 1vh;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
}

.bigRoadTieCount {
    position: absolute;
    height: 2vh;
    width: 2vh;
    color: black;
}

.blueLoop {
    border-color: blue;
}

.redLoop {
    border-color: red;
}

.greenLine {
    position: absolute;
    height: 2vh;
    width: 2vh;
    border-top: 2px solid green;
    transform: rotate(-45deg);
    transform-origin: 100% 0;
}

.cockroachLine {
    position: absolute;
    height: 1vh;
    width: 1vh;
    transform: rotate(-45deg);
    transform-origin: 100% 0;
    border-top-style: solid;
    border-top-width: 2px;
}

.blueline {
    border-top-color: blue;
}

.redline {
    border-top-color: red;
}

#bigEyeRoad {
    position: absolute;
    top: 0;
    left: 84vh;
    width: 30vh;
    height: 15vh;
    border-left: black 1px solid;
}

#bigEyeRoadTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3vh;
    color: rgba(0, 0, 0, 0.4);
}

#bigEyeRoadContent {
    position: absolute;
    top: 3vh;
    left: 0;
    height: 12vh;
    width: 30vh;
    background-image: linear-gradient(rgba(0, 0, 0, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .2) 1px, transparent 1px);
    background-size: 2vh 2vh;
}

#smallRoad {
    position: absolute;
    top: 0;
    left: 114vh;
    width: 30vh;
    height: 15vh;
    border-left: black 1px solid;
}

#smallRoadTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3vh;
    color: rgba(0, 0, 0, 0.4);
}

#smallRoadContent {
    position: absolute;
    top: 3vh;
    left: 0;
    height: 12vh;
    width: 30vh;
    background-image: linear-gradient(rgba(0, 0, 0, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .2) 1px, transparent 1px);
    background-size: 2vh 2vh;
}

#cockroachRoad {
    position: absolute;
    top: 0;
    left: 144vh;
    width: 30vh;
    height: 15vh;
    border-left: black 1px solid;
}

#cockroachRoadTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3vh;
    color: rgba(0, 0, 0, 0.4);
}

#cockroachRoadContent {
    position: absolute;
    top: 3vh;
    left: 0;
    height: 12vh;
    width: 30vh;
    background-image: linear-gradient(rgba(0, 0, 0, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .2) 1px, transparent 1px);
    background-size: 2vh 2vh;
}
