/* 右上角獎號 */
.bingo-style .recordChoice .record-item .circle-item.LotteryXsc-style {
    width: 35px;
    height: 33px;
    border-radius: 50%;
    background-color: rgb(254, 0, 9);
    border: rgb(254, 0, 9) 2px solid !important;
    color: #fff !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
/* 投注 */
.shipNumberBox-LotteryXsc{
	padding: 5px 10px 5px 10px;
    box-shadow: 0px 0px 3px rgb(128, 126, 126);
        margin: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
}
.shipDivNumber-LotteryXsc{
	width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 15px !important;
}
.shipNumberBox-LotteryXsc-ball{
	padding: 5px 10px 5px 10px;
    margin: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	border-radius: 50%;
    width: 36px;
    height: 37px;
    box-shadow: 0px 0px 3px rgb(62, 62, 62);
}
.shipNumberBox-LotteryXsc-ball.on{
	background-color: rgb(254, 0, 9);
    color: #fff !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.SuperNumber-div-bottom{
	border-bottom-color: rgba(0, 0, 0, 0.22);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    align-items: center;
}
.oddsArray-div-span{
	display: inline-block;
    width: 60px;
}
.fiveStarArray-menu-btn{
	    display: inline-block;
    padding: 5px 10px 5px 10px;
    box-shadow: 0px 0px 3px rgb(128, 126, 126);
    border-radius: 5px;
    width: 110px;
    text-align: center;
    margin-right: 10px;
}
.fiveStarArray-menu-btn.on{
	background-color: rgb(27, 38, 44);
}
.fiveStarArray-menu-btn.on label{
	    color: rgb(255, 255, 255);
}