/* @import url(../fonts/fonts.css); */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    padding: opx;
    margin: 0px;
}

a {
    padding: 0px;
    margin: 0px;
}

html {

    /* background: url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    background-color: black;
    scroll-behavior: smooth;
}



body {
    font-family: 'Poppins', sans-serif;
    color: white;
    background-color: transparent;


}

.gameBg {
    /* background: url(../images/game-bg.png) no-repeat center top fixed; */
    background-color: #000000;
}

.fas {

    color: #FCB503 !important;
}

.fab {

    color: #FCB503 !important;
}

h1 {
    /* font-size: 1.875rem; */
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;

}

h2 {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    background: #FCB503;
    background: -webkit-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    background: -moz-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    background: linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

h3 {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: white;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 1px;

}

h4 {
    font-size: 15px;

}

h5 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: lighter;
    text-align: center;
    line-height: 20px;

}

h6 {
    font-size: 15px;
    color: white;
    line-height: 22px;
    font-weight: 300;

}

.bg-dark {
    background-color: black !important;
}


.accordion {
    border: none;
    opacity: 0.7;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1.25rem;
    font-size: 0.8rem;
    color: #fff;
    text-align: left;
    background-color: black;
    border: none;
    border-radius: none;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

/* .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    background-color: rgba(0, 0, 0, 0.5);
} */

.accordion-button:not(.collapsed) {
    color: white;
    background-color: black;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-item {
    background-color: #fff;
    border: none;
}

.accordion-body {
    padding: 1rem 1.25rem;
    background-color: black;
    font-size: 11px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
    color: white;
    background-color: rgba(0, 0, 0, );
    text-align: center;
}



.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url('../images/down-arrow.png');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/down-arrow.png');
    transform: rotate(-180deg);
}



































.newLeftTableBoard {
    min-height: 195px;

}


.leftTableBoard {
    width: 100%;
}

.rightTableBoard {
    width: 95%;
}


.predicText {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: black;
}

.predicImg {
    width: 25px;
}

.predicImg2 {
    width: 25px;
}



.massageBoxBanker {
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(219, 0, 0, 1) 25%, rgba(219, 0, 0, 1) 50%, rgba(219, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(219, 0, 0, 1) 25%, rgba(219, 0, 0, 1) 50%, rgba(219, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(219, 0, 0, 1) 25%, rgba(219, 0, 0, 1) 50%, rgba(219, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#00000000', GradientType=1);
}

.massageBoxPlayer {
    width: 100%;
    padding-top: 1vw;
    padding-bottom: 1vw;
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(5, 40, 255, 1) 25%, rgba(5, 40, 255, 1) 50%, rgba(5, 40, 255, 1) 75%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(5, 40, 255, 1) 25%, rgba(5, 40, 255, 1) 50%, rgba(5, 40, 255, 1) 75%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(5, 40, 255, 1) 25%, rgba(5, 40, 255, 1) 50%, rgba(5, 40, 255, 1) 75%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#00000000', GradientType=1);
}

.massageBoxTie {
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    background: -moz-linear-gradient(left, rgba(153, 153, 153, 0) 0%, rgba(147, 155, 147, 0) 1%, rgba(0, 212, 0, 1) 25%, rgba(0, 212, 0, 1) 50%, rgba(0, 212, 0, 1) 75%, rgba(229, 229, 229, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(153, 153, 153, 0) 0%, rgba(147, 155, 147, 0) 1%, rgba(0, 212, 0, 1) 25%, rgba(0, 212, 0, 1) 50%, rgba(0, 212, 0, 1) 75%, rgba(229, 229, 229, 0) 100%);
    background: linear-gradient(to right, rgba(153, 153, 153, 0) 0%, rgba(147, 155, 147, 0) 1%, rgba(0, 212, 0, 1) 25%, rgba(0, 212, 0, 1) 50%, rgba(0, 212, 0, 1) 75%, rgba(229, 229, 229, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00999999', endColorstr='#00e5e5e5', GradientType=1);
}

.othermassageBox {

    width: 100%;
    padding-top: 1vw;
    padding-bottom: 1vw;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+15,000000+35,000000+50,000000+65,ffffff+85&0+15,0.7+35,0.7+50,0.7+65,0+85 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 15%, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 65%, rgba(255, 255, 255, 0) 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 15%, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 65%, rgba(255, 255, 255, 0) 85%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 15%, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 65%, rgba(255, 255, 255, 0) 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
}

.massageTitel {
    font-size: 2vw;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 1px 0 black;
}

.massageText {
    font-size: 1vw;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 1px 0 black;
}


.tableInfoBox {
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 10px;
    border-radius: 5px;
    margin-left: 0px;
    transform: translate(0) !important;
    width: 25%;
    left: 0px !important;
}

.mobileCardBox {
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 10px;
    border-radius: 5px;
    margin-left: 0px;
    transform: translate(0) !important;
    width: 25%;
    right: 0px !important;
}

.tableInfoTitel {
    font-size: 1vw;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

.tableInfoText {
    font-size: .8vw;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

.amountInfoText {
    font-size: 12px;
    font-weight: 400;
    color: #FCB503;
    text-transform: uppercase;
    text-align: left;
}

.amountInfoText {
    font-size: 12px;
    font-weight: 400;
    color: #FCB503;
    text-transform: uppercase;
    text-align: left;
}






.cardDisplayBox {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}



.cardDisplayPlayer {
    /* background-color: #0b6fbd; */
    /* border-radius: 10px; */
    padding: 10px;
    height: 175px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0045d1+0,092b6e+100&0.8+1,0.8+100 */
    background: -moz-linear-gradient(top, rgba(0, 69, 209, 0.8) 0%, rgba(0, 69, 208, 0.8) 1%, rgba(9, 43, 110, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 69, 209, 0.8) 0%, rgba(0, 69, 208, 0.8) 1%, rgba(9, 43, 110, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 69, 209, 0.8) 0%, rgba(0, 69, 208, 0.8) 1%, rgba(9, 43, 110, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0045d1', endColorstr='#cc092b6e', GradientType=0);
    /* IE6-9 */


    border-top: 2px solid #0045D1;
    border-left: 2px solid #0045D1;
    border-bottom: 2px solid #0045D1;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;


}

.cardDisplayBanker {
    /* background-color: #ad2533; */
    /* border-radius: 10px; */

    padding: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f70000+0,9a110f+100&0.8+0,0.8+100 */
    background: -moz-linear-gradient(top, rgba(247, 0, 0, 0.8) 0%, rgba(154, 17, 15, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247, 0, 0, 0.8) 0%, rgba(154, 17, 15, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247, 0, 0, 0.8) 0%, rgba(154, 17, 15, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf70000', endColorstr='#cc9a110f', GradientType=0);
    /* IE6-9 */

    border-top: 2px solid #F70000;
    border-right: 2px solid #F70000;
    border-bottom: 2px solid #F70000;

    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.cardDisplayDragon {
    /* background-color: #0b6fbd; */
    /* border-radius: 10px; */
    padding: 10px;
    height: 175px;

    padding: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f70000+0,9a110f+100&0.8+0,0.8+100 */
    background: -moz-linear-gradient(top, rgba(247, 0, 0, 0.8) 0%, rgba(154, 17, 15, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247, 0, 0, 0.8) 0%, rgba(154, 17, 15, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247, 0, 0, 0.8) 0%, rgba(154, 17, 15, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf70000', endColorstr='#cc9a110f', GradientType=0);
    /* IE6-9 */


    border-top: 2px solid #F70000;
    border-left: 2px solid #F70000;
    border-bottom: 2px solid #F70000;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;


}




.cardDisplayTitel {
    text-align: center;
    font-size: 20px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.cardDisplayText2 {
    text-align: center;
    font-size: 13px;
    color: white;
    font-weight: 300;
    text-transform: uppercase;
}

.cardDisplayTitel2 {
    text-align: left;
    font-size: 20px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 15%;
}

.cardDisplayTitel3 {
    text-align: right;
    font-size: 20px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 15%;
}



.cardImgNew {
    width: 75%;
}

.card3Img {
    width: 35%;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
}

.cardDisplayBoxIn {
    /* margin-top: 2%; */
}



/* .fa {
    border: solid 1px white;
    padding: 5px;
    border-radius: 20px;
    color: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
} */

.fa {
    border: none;
    padding: 0px;
    border-radius: 20px;
    color: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
}

.fa-bell:hover {
    text-decoration: none;
    color: #fcb503;
    border: solid 1px #fcb503;
}

.fa-user:hover {
    text-decoration: none;
    color: #fcb503;
    border: solid 1px #fcb503;
}

.fa-power-off:hover {
    text-decoration: none;
    color: #fcb503;
    border: solid 1px #fcb503;
}



























/* Coin hover Effects Shine */
/* Zoom In #1 */
.hover01 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.hover01:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 999999999;
}

/* Coin hover Effects Shine END */








/* zoom hover effects */

.zoom {
    transition: transform .4s;
    cursor: pointer;

}

.zoom:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
}

/* zoom hover effects END */


.multiTabBacInfoBox {

    /* margin-top: 2%;
    margin-right: 15px;
    padding-bottom: 15px;
    padding-top: 10px; */
    border: 2px white solid;
    border-radius: 5px;
}

.multiTabBacInfoBox h2 {
    text-align: left;
    line-height: 32px;
    font-size: 13px;
}

.multiTabBacInfoBox h6 {
    text-align: right;
}

.multiTabRouInfoBox {
    width: 100%;
    height: auto;
    margin-top: 10%;
    padding-bottom: 15px;
    border-bottom: 2px #333 dotted;
}

.multiTabBacInfoThum {
    text-align: center;
    width: 75%;
    height: auto;
    margin: 0 auto;

}

.multiTabBacInfoThum Img {
    width: 75%;
    height: auto;
    display: inline;
}

.multiTabBacInfoBoard {
    width: 90%;
    height: 20%;
    margin: 0 auto;
}

.mainTitel {
    font-size: 40px;
    font-family: 'Anton';
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #FCB503;
    background: -webkit-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    background: -moz-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    background: linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.multiTabRouInfoBoard {
    width: 90%;
    height: 20%;
    margin: 0 auto;
}

.multiTabRouInfoBoard2 {
    width: 90%;
    height: 20%;
    margin: 0 auto;
}

.multiTabRouInfoBoard2InBoxLeft {
    width: 45%;
    height: auto;
    float: left;
    margin-right: 7%;
}

.multiTabRouInfoBoard2InBoxRight {
    width: 45%;
    height: auto;
    float: left;
}

.multiTabRouInfoBoard2InBoxLeftTitel {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: red;
    margin-top: 10%;
    margin-bottom: 5%;
}

.multiTabRouInfoBoard2InBoxRightTitel {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: blue;
    margin-top: 10%;
    margin-bottom: 5%;
}

.multiTabRouInfoBoard2HotYellow {
    float: left;
    width: 12%;
    height: 20%;
    padding: 5%;
    text-align: center;
    font-size: 12px;
    color: black;
    background-color: yellow;
    border-radius: 20px;
}

.multiTabRouInfoBoard2HotRed {
    float: left;
    width: 12%;
    height: 20%;
    padding: 5%;
    text-align: center;
    font-size: 12px;
    color: black;
    background-color: red;
    border-radius: 20px;
}

.multiTabRouInfoBoard2HotGreen {
    float: left;
    width: 12%;
    height: 20%;
    padding: 5%;
    text-align: center;
    font-size: 12px;
    color: black;
    background-color: green;
    border-radius: 20px;
}

.multiTabRouInfoNumberRed {
    width: 8.5%;
    height: 12%;
    float: left;
    margin-right: 1px;
    background-color: red;
    text-align: center;
    font-size: 12px;
}

.multiTabRouInfoNumberblack {
    width: 8.5%;
    height: 12%;
    float: left;
    margin-right: 1px;
    background-color: black;
    text-align: center;
    font-size: 12px;
}

.multiTabRouInfoNumberGreen {
    width: 8.5%;
    height: 12%;
    float: left;
    margin-right: 1px;
    background-color: green;
    text-align: center;
    font-size: 12px;
}

.offcanvas {
    width: 500px;
    overflow: hidden;

}




.depositButton a {
    font-size: 0.6rem;
    font-weight: 600;
    font-family: 'Roboto';
    background-color: black;
    color: #f9ae07;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    transition: .8s;
    border-radius: 50px;
    border: 1px solid #f9ae07;
}

.depositButton a:hover {
    color: black;
    border: 1px solid #f9ae07;
    background-color: #f9ae07;
}



/* #################################################  New Roulette Game CSS  ######################################## */

.rouletteResult {
    width: 50%;
}

.newRouletteResultTitel {
    color: #f19f0f;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.newRouletteResultText {
    color: white;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.newRouletteResultBoxRed {
    background-color: #f41c2b;
    color: white;
    border: 1px solid white;
    padding: 5px;
    margin-right: 2px;
    margin-left: 2px;
    width: 10px;
    height: auto;
}

.newRouletteResultBoxBlack {
    background-color: black;
    color: white;
    border: 1px solid white;
    padding: 5px;
    margin-right: 2px;
    margin-left: 2px;
    width: 10px;
    height: auto;
}

.newRouletteResultBoxGreen {
    background-color: #00685e;
    color: white;
    border: 1px solid white;
    padding: 5px;
    margin-right: 2px;
    margin-left: 2px;
    width: 10px;
    height: auto;
}

.newRouletteHotNumTitel {
    color: #f41c2b;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}

.newRouletteCoolNumTitel {
    color: #565aff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}

.newRouletteHotNumRed {
    background-color: #f41c2b;
    color: white;
    text-align: center;
    border: 2px solid white;
    border-radius: 50px;
    padding: 5px;
    margin-right: 2px;
    margin-left: 2px;
}

.newRouletteHotNumBlack {
    background-color: black;
    color: white;
    text-align: center;
    border: 2px solid white;
    border-radius: 50px;
    padding: 5px;
    margin-right: 2px;
    margin-left: 2px;
}

.newRouletteHotNumGreen {
    background-color: #00685e;
    color: white;
    text-align: center;
    border: 2px solid white;
    border-radius: 50px;
    padding: 5px;
    margin-right: 2px;
    margin-left: 2px;
}

.newRouletteResBlack {
    background-color: #1f1e1e;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0px;
}

.newRouletteResGreen {
    background-color: #00685e;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0px;
}

.newRouletteResRed {
    background-color: #f41c2b;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0px;
}

.newRouletteResOdd {
    background-color: #fdab3f;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0px;
}

.newRouletteResEven {
    background-color: #575bff;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0px;
}

.newRouletteRes118 {
    background-color: #dc20da;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0px;
}

.newRouletteRes1936 {
    background-color: #21f41c;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0px;
}

.newRouletteResText {
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0px;
}

.newRouPresetTitel {
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0px;
}

.newRouPresetButtonSave {
    text-align: center;
    color: white;
    font-size: 11px;
    width: 100%;
    padding: 3px 7px;
    background-color: #1f6b11;
    border: 1px solid white;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.newRouPresetButtonLoad {
    text-align: center;
    color: white;
    font-size: 11px;
    width: 100%;
    padding: 3px 7px;
    background-color: #b31817;
    border: 1px solid white;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.newRouPresetButtonSave:hover,
.newRouPresetButtonLoad:hover {
    background-color: #000000;
}

#div2 {
    display: none;
}

#div3 {
    display: none;
}

.rouletteTable {
    width: 100%;
    text-align: center;
}

.racetrack {
    width: 100%;
}


/* #################################################  New Roulette Game CSS END ######################################## */



/* baccarat Game CSS */


.coin {
    /* top: -10px; */
    cursor: pointer;

}

.coin img {
    position: relative;
    top: 0;
    /* transition: top ease 0.5s; */
    transition: all .5s ease-in-out;
    border-radius: 50px;
    border: 2px solid transparent;
}

.coin img:hover {
    /* top: -10px; */
    /* border: 2px dashed yellow; */
    /* border: 2px solid white; */
    border-radius: 50px;
    /* border: 2px solid rgba(255, 255, 255, 0.5); */
    background: linear-gradient(#444444, #444444);


}

.coin img:active {
    /* top: -10px; */
    /* border: 2px solid white; */
    border-radius: 50px;
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);

}

.coin img:focus {
    top: 100px;

}



/* Percentage CSS */

/* #spinner {
    display: block;
    width: 42px;   
} */

#spinner2 {
    display: block;
    width: 42px;
    /*position: absolute;
     left: 50%;
    top: 50%; 
    transform: translate(-50%, -50%);*/
}

.percentageText {
    font-size: 10px;
    color: #777777;

}

#spinner {
    display: block;
    width: 120px;
}


/* Percentage CSS END */







/* breakpoints with media queries */


/* Min-width */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .footerTitel2 {
        font-size: 2.3rem;
    }

    .tableInfoTitel {
        font-size: 2vw;

    }

    .tableInfoText {
        font-size: 2vw;

    }

    .amountInfoText {
        font-size: 12px;

    }

    .userDropmenu {
        width: 50%;
    }

    .depositButton a {
        font-size: 0.6rem;
        font-weight: 600;
        font-family: 'Roboto';
        background-color: black;
        color: #f9ae07;
        padding: 6px 15px;
        text-align: center;
        text-decoration: none;
        transition: .8s;
        border-radius: 50px;
        border: 1px solid #f9ae07;
    }

    .tableIDSty {
        font-size: 8px;
    }

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .tableInfoTitel {
        font-size: 1vw;

    }

    .tableInfoText {
        font-size: 1vw;

    }

    .amountInfoText {
        font-size: 12px;

    }

    .depositButton a {
        font-size: 0.8rem;
        font-weight: 600;
        font-family: 'Roboto';
        background-color: black;
        color: #f9ae07;
        padding: 6px 15px;
        text-align: center;
        text-decoration: none;
        transition: .8s;
        border-radius: 50px;
        border: 1px solid #f9ae07;
    }

    .walletAmount {
        font-size: 20px;
    }

    .fa {
        font-size: 18px !important;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


    .tableInfoTitel {
        font-size: 1vw;

    }

    .tableInfoText {
        font-size: .8vw;

    }

    .amountInfoText {
        font-size: 12px;

    }

    .tableIDSty {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .fa {
        font-size: 18px !important;
    }

}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {


    .walletAmount {
        font-size: 20px;
    }


    .offcanvas {
        width: 600px;
        overflow: hidden;

    }

    .offcanvasImg {
        width: 25px;
    }

    .offcanvasText {
        line-height: 27px;
    }

    .userDropmenu {
        width: 25%;
    }

    .depositButton a {
        font-size: 1.375rem;
        font-weight: 600;
        font-family: 'Roboto';
        background-color: black;
        color: #f9ae07;
        padding: 6px 15px;
        text-align: center;
        text-decoration: none;
        transition: .8s;
        border-radius: 50px;
        border: 1px solid #f9ae07;
    }
}





/* Max-width */

/*  `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {



    .joinTopbutton {
        /* font-size: 0.7rem; */
        padding: 5px 10px;
    }

    .tableInfoTitel {
        font-size: 2vw;

    }

    .tableInfoText {
        font-size: 2vw;

    }

    .amountInfoText {
        font-size: 12px;

    }

    .rightTableBoard {
        width: 105%;
    }

    .logoImg {
        width: 70px;
    }

    .multiTable {
        width: 30px;
    }

    .cardImg {
        width: 100%;
    }

    .card3Img {
        width: 75%;
        -ms-transform: rotate(90deg);
        /* IE 9 */
        transform: rotate(90deg);
    }

    .cardDisplayPlayer {
        padding: 4%;
    }

    .cardDisplayBanker {
        padding: 4%;
    }

    /* .cardDisplayBoxIn {
        margin-top: 9%;
    } */

    .cardImgNew {
        width: 100%;
    }

    .cardDisplayTitel {
        text-align: center;
        font-size: 13px;
        color: white;
        font-weight: 600;
        text-transform: uppercase;
    }

    .cardDisplayText2 {
        text-align: center;
        font-size: 10px;
        color: white;
        font-weight: 300;
        text-transform: uppercase;
    }


    .cardDisplayTitel2 {
        text-align: left;
        font-size: 20px;
        color: white;
        font-weight: 600;
        text-transform: uppercase;
        padding-left: 3%;
    }

    .cardDisplayTitel3 {
        text-align: right;
        font-size: 20px;
        color: white;
        font-weight: 600;
        text-transform: uppercase;
        padding-right: 3%;
    }

    .offcanvasImg {
        width: 25px;
    }

    .offcanvasText {
        line-height: 27px;
    }

    .userDropmenu {
        width: 75%;
    }
}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {


    .predicText {
        font-size: 13px;

    }

    .predicImg {
        width: 15px;
    }

    .predicImg2 {
        width: 10px;
    }

    .loginTopbutton {
        font-size: 0.7rem;
        padding: 5px 10px;
    }

    .joinTopbutton {
        /* font-size: 0.7rem; */
        padding: 5px 10px;
    }
}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {


    .offcanvasImg {
        width: 25px;
    }

    .offcanvasText {
        line-height: 27px;
    }



}


/* breakpoints with media queries END */

/* offcanves hr CSS */


hr:not([size]) {
    height: 1px;
    margin-top: 20px;
}






/* ################## Thejavi CSS ######################## */

.AndarBaharVardImg {
    position: absolute;
    width: 15%;
}



/* AndarBahar styles */
.first-card-text {
    font-size: 18px;
    font-variant-caps: all-petite-caps;
    margin-top: 0px;
    font-weight: 800;
}

.image-container img {
    height: 102px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
}


@media (max-width: 576px) {}

/* screens with a maximum width of 768px  */
@media (max-width: 768px) {
    .first-card-text {
        font-size: 14px;
        font-weight: normal;
        margin-top: 0;
    }

    .image-container img {
        height: 50px;
    }

    /* Remove padding for small screens */
    .cardDisplayAndar,
    .cardDisplayBahar {
        padding: 0;
    }
}

/* image containers */
.image-container {
    position: relative;
}


/* left property for each image */
.image-container img:nth-child(1) {
    left: 0;
}

/*  image to stack them to the right */
.image-container img:not(:first-child) {
    left: calc(100% + 15px);
    /* 100% width + 15px left offset */
}

/* Default styles */
.cardDisplayAndar,
.cardDisplayBahar {
    min-height: 175px;
}

/*  screens with a maximum width of 768px */
@media (max-width: 768px) {

    .cardDisplayAndar,
    .cardDisplayBahar {
        min-height: 70px;
    }

    .AndarBaharVardImg {
        position: absolute;
        width: 10%;
    }


}

@media (min-width: 992px) {

    .cardDisplayAndar,
    .cardDisplayBahar {
        min-height: 174px;
    }

    .first-card-text {
        font-size: 18px;
        font-variant-caps: all-petite-caps;
        margin-top: 0px;
        font-weight: 800;
    }
}


/* outer image */
.outer-image {
    position: relative;
    border: 2px solid #ffd03a;
    border-radius: 10px;
}

/* Vertically align*/
.outer-image-container {
    align-items: center;
}


/* AndarBahar card results board  */

.cardDisplayAndar {

    padding: 1%;
    background: -moz-linear-gradient(top, rgba(128, 17, 15) 0%, rgba(70, 18, 15) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(128, 17, 15, ) 0%, rgba(70, 18, 15) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(128, 17, 15) 0%, rgba(70, 18, 15) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc80110f', endColorstr='#cc46120f', GradientType=0);
    /* IE6-9 */
    border-top: 2px solid #ff0000;
    border-left: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;


}

.cardDisplayBahar {
    padding: 1%;
    background: -moz-linear-gradient(top, rgba(9, 43, 110) 0%, rgba(10, 27, 39) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(9, 43, 110) 0%, rgba(10, 27, 39) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(9, 43, 110) 0%, rgba(10, 27, 39) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc092b6e', endColorstr='#cc0a1b27', GradientType=0);
    /* IE6-9 */

    /* IE6-9 */


    border-top: 2px solid #1d87fe;
    border-right: 2px solid #1d87fe;
    border-bottom: 2px solid #1d87fe;

    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.massagePlayerWin {
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(219, 0, 0, 1) 25%, rgba(219, 0, 0, 1) 50%, rgba(219, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(219, 0, 0, 1) 25%, rgba(219, 0, 0, 1) 50%, rgba(219, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%) !important;
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(219, 0, 0, 1) 25%, rgba(219, 0, 0, 1) 50%, rgba(219, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#00000000', GradientType=1);
    opacity: 0;
    visibility: hidden;
}

.othermassageBox {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+15,000000+35,000000+50,000000+65,ffffff+85&0+15,0.7+35,0.7+50,0.7+65,0+85 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 15%, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 65%, rgba(255, 255, 255, 0) 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 15%, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 65%, rgba(255, 255, 255, 0) 85%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 15%, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 65%, rgba(255, 255, 255, 0) 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    width: 100%;
    padding-top: 1vw;
    padding-bottom: 1vw;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
}

.othermassageBox.active {
    opacity: 1;
    visibility: visible;
}

.limit-container-active {
    visibility: visible;
    opacity: 1;
}

.card-showin-animation {
    width: 100% !important;
    height: 100% !important;
}

.baccarat-last-game-result-new {
    display: none;
}

.baccarat-last-game-result-new-show {
    display: block;
}

/*    End     */

.siteBetDes {
    backdrop-filter: blur(10px);
    width: 100%;
    height: 35%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
}

.winning-indicator {
    opacity: 0.3;
}

/* ################## Thejavi CSS END ######################## */