#jackpot-container {
  border: 2px ridge #a6a6a6;
  padding: 25px;
  background-color: white;
  width: 780px;
  float: left;
}

.rightbutton1 {
    background-color: #e6e6e6;
    color: black !important;
}

.rightbutton2 {
    background-color: #e6e6e6;
}

.jackpot-container-right{
    background-color: white;
    float: right;
    width: 330px; 
    border: 2px ridge #a6a6a6;
    padding: 10px;
    text-align: right;
    color: black;
}
.jackpot-container-right:after{
    clear:both;
}

#jackpot-container .roll{
    overflow: hidden;
    position: relative;
}

#jackpot-container .roll .marker{
    z-index: 5;
    position: absolute;
    left: 50%;
    height: 80px;
    width: 3px;
    background-color: yellow;
}

#jackpot-container .roll .players{
    line-height: 0;
    font-size: 0;
    height: 82px;
    width: max-content;
    display: inline-flex;
}


#jackpot-container .gamebuttons{
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}


#jackpot-container .roll img{
    position: relative;
    width: 80px;
    height: 80px;
    border-style: solid;
    border-width: 2px;
    border-color: #777;
    border-radius: 8px;
    margin: 1px;
    
}

#jackpot-container .gamecontrol .row .playerbet  .desc{
    padding-left: 3px;
    display: inline-block;
    float:left;
    margin-top: 0px;
    color: white;
}

#jackpot-container .gamecontrol .row .playerbet  .icon{
    width: min-content;
    display: inline-block;
    height: 80px;
    float:left;
}

#jackpot-container .gamecontrol .row .playerbet  .icon img{
    border-style: solid;
    border-width: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 80px;
    width: 80px;
}

#jackpot-container .gamecontrol .row .playerbet{
    background-color: #212121;
    border-style: solid;
    border-width: 2px;
    border-color: #777;
    border-radius: 8px;
    padding: 0px;
    margin: 3px;
    line-height: 1.4;
    min-width: 350px;
    max-width: 350px;
    /*position: relative;*/
}


#jackpot-container .gamecontrol .row .playerbet .nickname{
    font-size: 22px;
    margin-bottom: 3px;
}

#jackpot-container .gamecontrol .row .playerbet .bet{
    float: left;
    text-align: left;
    width: 260px;
    position: absolute;
}
#jackpot-container .gamecontrol .row .playerbet .bet::after{
    content: '$';
}
#jackpot-container .gamecontrol .row .playerbet .betproc{
    float: right;
    text-align: right;
    width: 250px;
}

#jackpot-container .gamecontrol .row .playerbet .betproc::after{
    content: '%';
}

#jackpot-container .gamecontrol .row .playerbet .tickets{
    color: gray;
    font-style: italic;
    width: auto
}

#jackpot-container .gamecontrol .row{
    margin: 0px;
}

.lastWinNickname, .lastWinPrize{ display: inline;}

.progress-bar{
    /*background-color: #90a718  !important;*/
    transition: width 1s linear !important;
}


#winanim{
    animation-name: noshiding;
    animation-duration: 5s;
    animation-iteration-count: 1;
	margin: 0;
	background: rgba(0, 0, 0, 0.89);
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 0;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 999999;
	
	background-size: cover;
	background-image: url(/img/sparks.gif);
	background-position-x: center;
	background-position-y: center;
}
#winanim img{
    height: 250px;
    position:absolute;
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;

    max-width:100%;
    max-height:100%;
    overflow:none;
	animation-name: noshop;
    animation-duration: 5s;
    animation-iteration-count: 1;
}

@keyframes noshop {
  0%   {transform: rotate(-10deg);}
  4%  {transform: rotate(10deg);}
  8%  {transform: rotate(-5deg);}
  12%  {transform: rotate(0deg);}
}

@keyframes noshiding {
  0%   {opacity: 0; display: none;}
  1%   {opacity: 1; display: block;}
  80%  {opacity: 1;}
  90% {opacity: 0;}
  100% {opacity: 0; display: none;}
}

.onlinePlayersBox{
	font-family: staatliches,cursive;
	text-align: left;
	font-size: 18px;
}