.craps #backwall {
    position: absolute;
    width: 100%;
    height: 60%;
    top: 0;
    background-image: linear-gradient(to bottom, #3a1013, #61191d, #5c1a1b, #0f0e0d);
}

.craps #curtains {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.craps #logo {
    top: 5%;
    right: 5%;
    z-index: 0;
}

.craps #floor {
    position: absolute;
    width: 100%;
    height: 40%;
    top: 60%;
    /*background-image: linear-gradient(to bottom, #3a1013, #61191d, #321919, #000000);*/
    background: black;
}

.craps #gameArea {
    perspective: 1000px;
}

.craps #staff {
    top: 8.8vh;
    width: 18vw;
    left: calc(50% - 9vw);
    height: 22vh;
}

.craps #tabletop {
    position: absolute;
    top: 30%;
    left: 5%;
    width: 90%;
    height: 80%;
    transform: rotateX(50deg);
    border-radius: 10% 10% 10% 10%; /* Create the rounded shape */
    border: 25px solid #1e1b1b;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Optional shadow for effect */
    overflow: hidden;
}

.craps #tablelimits {
    top: 75%;
    left: 57.5%;
}

.craps #roundInfo {
    top: 60%;
    left: 60%;
}

.craps #tipsContainer {
    position: absolute;
    top: 0;
    left: 61%;
}

.craps #countdown {
    left: 2%;
    top: 75%;
}
#carryBets {
    top: 7%;
    left: 5%;
    position: absolute;
    height: 90%;
    width: 50%;
}

.craps #position0 {
    left: 0;
    top: calc(100%/20 * 18);
    width: 100%;
    height: calc(100%/20*2);
    color: #3D8B80;
    border-style: none;
}

.craps #position1 {
    left: 0;
    top: calc(100%/20 * 16);
    width: 100%;
    height: calc(100%/20 * 2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 2vh;
}

.craps #position2 {
    left: 0;
    top: calc(100%/20 * 15);
    width: 100%;
    height: calc(100%/20);
}

.craps #position3 {
    left: 0%;
    top: calc(100%/20 * 13);
    width: 100%;
    height: calc(100%/20 * 2);
    font-size: 2vh;
}

.craps #position3 #dice6a, .craps #position3 #dice6b {
    position: absolute;
    top: 0.5vh;
}

.craps #position3 #dice6a {
    left: calc(25% - 1.5vh);
}

.craps #position3 #dice6b {
    left: calc(75% - 1.5vh);
}

.craps #position4 {
    left: 0;
    top: calc(100%/20 * 10);
    width: 100%;
    height: calc(100%/20 * 3);
}


.craps #position4 #paysdouble1 {
    position: absolute;
    top: 25%;
    left: calc(25% - (15%/2));
    width: 15%;
    padding-left: 1vw;
    padding-right: 1vw;
    height: 50%;
    text-align: center;
    font-size: 1vh;
    border-radius: 2vh;
}

.craps #position4 #fieldnumbers {
    position: absolute;
    top: 0.5vh;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 2vh;
}

.craps #position4 #field {
    position: absolute;
    bottom: 0.5vh;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 2vh;
}

.craps #position4 #paysdouble2 {
    position: absolute;
    top: 25%;
    right: calc(25% - (15%/2));
    width: 15%;
    padding-left: 1vw;
    padding-right: 1vw;
    height: 50%;
    text-align: center;
    font-size: 1vh;
    border-radius: 2vh;
}

.craps #position5 {
    left: 0;
    top: calc(100%/20 * 7);
    width: 100%;
    height: calc(100%/20 * 3);
    font-size: 4vh;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.craps #position6 {
    left: 0;
    top: calc(100%/20);
    width: calc(100%/14*2);
    height: calc(100%/20 * 6);
    border-top-left-radius: 1vh;
    font-size: 1.5vh;
    line-height: 3vh;
    padding-top: 1vh;
}

.craps #position6 #dice6a, .craps #position6 #dice6b {
    position: absolute;
    top: calc(100% - 4vh);
}

.craps #position6 #dice6a {
    left: calc(25% - 1.5vh);
}

.craps #position6 #dice6b {
    left: calc(75% - 1.5vh);
}

.carrySmall {
    font-size: 1vh;
    color: #fff;
    text-transform: uppercase;
    line-height: calc(100%/20*1);
}
/* 4 */
.craps #position7 {
    left: calc(100%/14*2);
    top: calc(100%/20 * 6);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position8 {
    left: calc(100%/14*3);
    top: calc(100%/20 * 6);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position9 {
    left: calc(100%/14*2);
    top: calc(100%/20 *4);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-left: solid;
    border-left-color: white;
    border-left-width: 1px;
}

.craps #position10 {
    left: calc(100%/14*3);
    top: calc(100%/20 *4);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-right: solid;
    border-right-color: white;
    border-right-width: 1px;
}

.craps #position11 {
    left: calc(100%/14*2);
    top: calc(100%/20*2);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-left: solid;
    border-left-color: white;
    border-left-width: 1px;
}

.craps #position12 {
    left: calc(100%/14*3);
    top: calc(100%/20 *2);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-right: solid;
    border-right-color: white;
    border-right-width: 1px;
}

.craps #position13 {
    left: calc(100%/14*2);
    top: calc(100%/20 * 1);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position14 {
    left: calc(100%/14*3);
    top: calc(100%/20 * 1);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #label4 {
    left: calc(100%/14*2);
    top: calc(100%/20 * 2);
    width: calc(100% / 14 *2);
    height: calc(100%/20*4);
    font-size: 3vh;
}

/* 5 */
.craps #position15 {
    left: calc(100%/14*4);
    top: calc(100%/20 * 6);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position16 {
    left: calc(100%/14*5);
    top: calc(100%/20 * 6);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position17 {
    left: calc(100%/14*4);
    top: calc(100%/20 *4);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-left: solid;
    border-left-color: white;
    border-left-width: 1px;
}

.craps #position18 {
    left: calc(100%/14*5);
    top: calc(100%/20 *4);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-right: solid;
    border-right-color: white;
    border-right-width: 1px;
}

.craps #position19 {
    left: calc(100%/14*4);
    top: calc(100%/20*2);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-left: solid;
    border-left-color: white;
    border-left-width: 1px;
}

.craps #position20 {
    left: calc(100%/14*5);
    top: calc(100%/20 *2);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-right: solid;
    border-right-color: white;
    border-right-width: 1px;
}

.craps #position21 {
    left: calc(100%/14*4);
    top: calc(100%/20 * 1);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position22 {
    left: calc(100%/14*5);
    top: calc(100%/20 * 1);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #label5 {
    left: calc(100%/14*4);
    top: calc(100%/20 * 2);
    width: calc(100% / 14 *2);
    height: calc(100%/20*4);
    font-size: 3vh;
}

/* 6 */

.craps #position23 {
    left: calc(100%/14*6);
    top: calc(100%/20 * 6);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position24 {
    left: calc(100%/14*7);
    top: calc(100%/20 * 6);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position25 {
    left: calc(100%/14*6);
    top: calc(100%/20 *4);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-left: solid;
    border-left-color: white;
    border-left-width: 1px;
}

.craps #position26 {
    left: calc(100%/14*7);
    top: calc(100%/20 *4);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-right: solid;
    border-right-color: white;
    border-right-width: 1px;
}

.craps #position27 {
    left: calc(100%/14*6);
    top: calc(100%/20*2);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-left: solid;
    border-left-color: white;
    border-left-width: 1px;
}

.craps #position28 {
    left: calc(100%/14*7);
    top: calc(100%/20 *2);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-right: solid;
    border-right-color: white;
    border-right-width: 1px;
}

.craps #position29 {
    left: calc(100%/14*6);
    top: calc(100%/20 * 1);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position30 {
    left: calc(100%/14*7);
    top: calc(100%/20 * 1);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #label6 {
    left: calc(100%/14*6);
    top: calc(100%/20 * 2);
    width: calc(100% / 14 *2);
    height: calc(100%/20*4);
    font-size: 3vh;
}

/* 8 */

.craps #position31 {
    left: calc(100%/14*8);
    top: calc(100%/20 * 6);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position32 {
    left: calc(100%/14*9);
    top: calc(100%/20 * 6);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position33 {
    left: calc(100%/14*8);
    top: calc(100%/20 *4);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-left: solid;
    border-left-color: white;
    border-left-width: 1px;
}

.craps #position34 {
    left: calc(100%/14*9);
    top: calc(100%/20 *4);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-right: solid;
    border-right-color: white;
    border-right-width: 1px;
}

.craps #position35 {
    left: calc(100%/14*8);
    top: calc(100%/20*2);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-left: solid;
    border-left-color: white;
    border-left-width: 1px;
}

.craps #position36 {
    left: calc(100%/14*9);
    top: calc(100%/20 *2);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-right: solid;
    border-right-color: white;
    border-right-width: 1px;
}

.craps #position37 {
    left: calc(100%/14*8);
    top: calc(100%/20 * 1);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position38 {
    left: calc(100%/14*9);
    top: calc(100%/20 * 1);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #label8 {
    left: calc(100%/14*8);
    top: calc(100%/20 * 2);
    width: calc(100% / 14 *2);
    height: calc(100%/20*4);
    font-size: 3vh;
}

/* 9 */

.craps #position39 {
    left: calc(100%/14*10);
    top: calc(100%/20 * 6);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position40 {
    left: calc(100%/14*11);
    top: calc(100%/20 * 6);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position41 {
    left: calc(100%/14*10);
    top: calc(100%/20 *4);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-left: solid;
    border-left-color: white;
    border-left-width: 1px;
}

.craps #position42 {
    left: calc(100%/14*11);
    top: calc(100%/20 *4);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-right: solid;
    border-right-color: white;
    border-right-width: 1px;
}

.craps #position43 {
    left: calc(100%/14*10);
    top: calc(100%/20*2);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-left: solid;
    border-left-color: white;
    border-left-width: 1px;
}

.craps #position44 {
    left: calc(100%/14*11);
    top: calc(100%/20 *2);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-right: solid;
    border-right-color: white;
    border-right-width: 1px;
}

.craps #position45 {
    left: calc(100%/14*10);
    top: calc(100%/20 * 1);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position46 {
    left: calc(100%/14*11);
    top: calc(100%/20 * 1);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #label9 {
    left: calc(100%/14*10);
    top: calc(100%/20 * 2);
    width: calc(100% / 14 *2);
    height: calc(100%/20*4);
    font-size: 3vh;
}

/*10*/

.craps #position47 {
    left: calc(100%/14*12);
    top: calc(100%/20 * 6);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position48 {
    left: calc(100%/14*13);
    top: calc(100%/20 * 6);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position49 {
    left: calc(100%/14*12);
    top: calc(100%/20 *4);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-left: solid;
    border-left-color: white;
    border-left-width: 1px;
}

.craps #position50 {
    left: calc(100%/14*13);
    top: calc(100%/20 *4);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-right: solid;
    border-right-color: white;
    border-right-width: 1px;
}

.craps #position51 {
    left: calc(100%/14*12);
    top: calc(100%/20*2);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-left: solid;
    border-left-color: white;
    border-left-width: 1px;
}

.craps #position52 {
    left: calc(100%/14*13);
    top: calc(100%/20 *2);
    width: calc(100% / 14);
    height: calc(100%/20*2);
    border-right: solid;
    border-right-color: white;
    border-right-width: 1px;
}

.craps #position53 {
    left: calc(100%/14*12);
    top: calc(100%/20 * 1);
    width: calc(100% / 14);
    height: calc(100%/20*1);
}

.craps #position54 {
    left: calc(100%/14*13);
    top: calc(100%/20 * 1);
    width: calc(100% / 14);
    height: calc(100%/20*1);
    border-top-right-radius: 1vh;
}

.craps #label10 {
    left: calc(100%/14*12);
    top: calc(100%/20 * 2);
    width: calc(100% / 14 *2);
    height: calc(100%/20*4);
    font-size: 3vh;
}

#propositionBets {
    position: absolute;
    top: 10%;
    height: 80%;
    width: 25%;
    left: 70%;
}

.craps #position55 {
    top: 0;
    width: 100%;
    height: calc(100% /6);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.craps #position55 #any7 {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    font-size: 2vh;
    font-weight: bold;
}

.craps #position55 #odds {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 50%;
    font-size: 2vh;
    font-weight: bold;
}

.craps .diceodds {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    font-size: 2vh;
}

.craps .crapsWhiteDice{
    position: absolute;
    height: 100%;
    width: 50%;
    left: 50%;
    top: 0;
}

.craps #position56 {
    width: 50%;
    top: calc(100%/6*1);
    height: calc(100% /6);
}

.craps #position57 {
    width: 50%;
    top: calc(100%/6*1);
    height: calc(100% /6);
    left: 50%;
}

.craps #position58 {
    width: 50%;
    top: calc(100%/6*2);
    height: calc(100% /6);
}

.craps #position59 {
    width: 50%;
    top: calc(100%/6*2);
    height: calc(100% /6);
    left: 50%;
}

.craps #position60 {
    width: 50%;
    top: calc(100%/6*3);
    height: calc(100% /6);
}

.craps #position61 {
    width: 50%;
    top: calc(100%/6*3);
    height: calc(100% /6);
    left: 50%;
}

.craps #position62 {
    width: 50%;
    top: calc(100%/6*4);
    height: calc(100% /6);
}

.craps #position63 {
    width: 50%;
    top: calc(100%/6*4);
    height: calc(100% /6);
    left: 50%;
}

.craps #position64 {
    width: 100%;
    top: calc(100%/6*5);
    height: calc(100% /6);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.craps #position64 #anycraps {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    font-size: 2vh;
    font-weight: bold;
}

.craps #position64 #odds {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 50%;
    font-size: 2vh;
    font-weight: bold;
}

.craps #CandE {
    position: absolute;
    top: 10vh;
    left: 57%;
    width: 10%;
    height: 4%;
    cursor: pointer;
}

.craps .celabel {
    width: 3vw;
    height: 3vw;
    border-radius: 100%;
    font-size: 2vw;
    border: solid;
    border-color: white;
    border-width: 1px;
}

.craps #ELabel {
    left: 2vw;
    top: 0;
}

.craps #CLabel {
    left: 5vw;
    top: 1vw;
}

.crapsWhiteDice {
    position: absolute;
    width: 45%;
    height: 60%;
    left: 55%;
    top: 20%;
}

.crapsWhiteDice img {
    height: 90%;
    width: 40%;
}

#crapsPointBtn, #diceFace1, #diceFace2 {
    position: absolute;
}

#crapsPointBtn {
    height: 5%;
}

#shoot {
    position: absolute;
    text-align: center;
    top: 70%;
    height: 5vh;
    width: 20vw;
    left: 40vw;
    cursor: pointer;
    background: #EC5D63;
    border-radius: 5vh;
    font-size: 2vh;
}

#shootIcon {
    position: absolute;
    height: 3vh;
    width: 3vh;
    left: 1vh;
    top: 1vh;
}

.cLayout2 {
    position: absolute;
}

.cLayout {
    position: absolute;
    border: solid;
    border-color: white;
    border-width: 1px;
}

.cLayout3 {
    position: absolute;
    border: solid;
    border-color: white;
    border-width: 1px;
    pointer-events: none;
}

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

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

.dice45 {
    transform: rotate(-45deg);
}

.dice1 {
    background-image: url("https://media.livesolutions.im/dice/white_1.png");
    background-size: cover;
    height: 2vh;
    width: 2vh;
}

.dice2 {
    background-image: url("https://media.livesolutions.im/dice/white_2.png");
    background-size: cover;
    height: 2vh;
    width: 2vh;
}

.dice3 {
    background-image: url("https://media.livesolutions.im/dice/white_3.png");
    background-size: cover;
    height: 2vh;
    width: 2vh;
}

.dice4 {
    background-image: url("https://media.livesolutions.im/dice/white_4.png");
    background-size: cover;
    height: 2vh;
    width: 2vh;
}

.dice5 {
    background-image: url("https://media.livesolutions.im/dice/white_5.png");
    background-size: cover;
    height: 2vh;
    width: 2vh;
}

.dice6 {
    background-image: url("https://media.livesolutions.im/dice/white_6.png");
    background-size: cover;
    height: 2vh;
    width: 2vh;
}

#diceHolder {
    position: absolute;
    width: 88vw;
    height: 36vh;
    top: 33vh;
    left: 6vw;
    z-index: 10;
}

#lastThrow {
    position: absolute;
    text-align: center;
    top: 21vh;
    height: 5vh;
    width: 10%;
    left: 57.5%;
    background: #1C3A39;
    border-radius: 5vh;
    font-size: 2vh;
}

#shooterName {
    position: absolute;
    text-align: center;
    top: 55vh;
    height: 5vh;
    width:10vw;
    left: 45vw;
    background: #1C3A39;
    border-radius: 5vh;
    font-size: 2vh;
}

#diceFace1 {
    left: 1vh;
}

#diceFace2 {
    right: 1vh;
}

.leftDice {
    position: absolute;
    left: 1.5vw;
}

.rightDice {
    position: absolute;
    right: 1.5vw;
}