/*
Description:
    Contains all the styles for the winning wheel page.
    
Verison History:
    2012-01-28, Douglas McKechie
    - Created based off earlier version.
    
    2015-09-26, Douglas McKechie
    - Minor updates for the 2.0 winwheel example.
*/
#processing{

    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top:220px; 
    position:absolute;
    position:center;
    text-align:center;
    height:auto;
    max-width:848px; 
    padding-top:80px;
    


  border-radius: 15px;
  display: inline-block;
  position: absolute;
  background: rgba(50, 50, 50, 0);
  border: none;
  z-index:7;
     
}


#processingunder{

    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top:220px; 
    position:absolute;
    position:center;
    text-align:center;
    height:423px;
    max-width:848px; 
    padding-top:80px;
    padding-left:50px;
    padding-right:50px;


  border-radius: 15px;
  display: inline-block;
  position: absolute;
  background: rgba(50, 50, 50, 0.95);
  border: none;
  z-index:7;
     
}

#processingunder:after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  border-radius:15px;
  background: linear-gradient(110deg, #c2c2c2, #cecece),
linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
          mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  content:"";   
}


#WinLongTextDiv
{
    color:#FFFFFF;
    font-size:30px;
    text-transform:uppercase;
}
#InstructionsDiv
{
    color:#cecece;
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
}
#CouponCodeDiv
{

    color:#ff0000;
    font-size:22px;
    font-weight:bold;
    text-transform:uppercase;
}
#Terms
{
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    text-transform:uppercase;

}


.paylines{
    left: 0; 
    right: 0; 
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
    max-width:1890px;
    width:95%;
    position:absolute;
    transition:height 0.1s; /* Animation time */
    -webkit-transition:height 0.1s; /* For Safari */
    overflow:hidden;
    
    
    padding-top:5px;
    z-index:9;
    text-align:center;
    font-size:22px;
    font-weight:bold;
    color:#FFFFFF;
    padding-left:15px;

    background-color: rgba(50, 50, 50, 0.95);
    
    padding:4px;
    border:solid 4px #dbdbdb;
    border-radius:5px 5px 5px 5px;
}
.creditinfo{
    margin-left:0px;
    margin-top:-30px;
    position:absolute;
    
}
#smallpresent{
    position:absolute;
    background:url("../images/smallpresent.png");
    height:41px;
    width:41px;
    margin-top:-65px;
    margin-left:100px;
}
#credits{
    background-color:#000000;
    border:solid 2px #dbdbdb;
    color:#dbdbdb;
    font-weight:700;
    border-radius:5px 5px 5px 5px;
}
#InstructionsDiv{
    padding-right:50px;
    padding-left:50px;
}
body {
    font-family: arial;
    background-image:url("../img/bg.jpg");
    background-color:#000000;
    background-position: bottom;
	background-position-y: 0px;
    background-repeat: no-repeat;
    margin: 0px;
}
input[type="text"], input[type="password"] {

  background-color : #FFFFFF; 
  color: #323232;
}

.logo {
    top:0px;
    left:0;
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    height:184px;
    text-align: center;
    background-image: url(../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
}
#logoBox {
    width: 100%;
    height:184px;
    text-align: center;
}


.maindiv {
    width:100%;
    opacity: 1.0;
    padding-top:0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.login-inputs {
    padding-top:4px;
    padding-bottom:4px;
}

.login {
    padding-top: 100px;
    width: 450px;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1.0;
    padding-top: 0px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: Verdana;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 4px;
    border: solid 0px #dbdbdb;
}

.login-button {
    background-color: #6B0585;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 12px 30px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(255, 63, 0, 0.4);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.card-heading {
    padding-top: 15px;
    display: flex;
    width:100%;
    justify-content: space-between; /* or center, flex-start, flex-end */
    align-items: center; /* vertically center items */
    color:#fff;
}

.casino-input {
    width: 100%;
    padding: 12px 18px;
    font-size: 1rem;
    border: 1px solid #6B0585; /* main casino color */
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #000;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 111, 97, 0.3);
}

.history {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    transition: height 0.1s; /* Animation time */
    -webkit-transition: height 0.1s; /* For Safari */
    border: solid 0px #dbdbdb;
    border-radius: 15px;
    overflow: auto;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    z-index: 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #dbdbdb;
}

/* Sets the background image for the wheel */
td.the_wheel {
    background-image: url(../img/wheel_back.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px;
}

/* Do some css reset on selected elements */



li {
    margin: 0px;
    text-decoration: none;
    list-style: none;
    padding: 5px;
    margin-left: -40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height:25px;
    color:#000;
}


.jackpot {
    font-size: 28px;
    font-weight: bolder;
    color: #ff0000;
}

.cashtext {
    font-size: 24px;
    font-weight: bolder;
    color: #000000;
}
.cashtext1 {
    font-size: 22px;
    font-weight: bolder;
    color: #000;
}
.cashtext2 {
    font-size: 20px;
    font-weight: bolder;
    color: #000;
}
.cashtext3 {
    font-size: 18px;
    font-weight: bolder;
    color: #000;
}
.cashtext4 {
    font-size: 16px;
    font-weight: bolder;
    color: #000000;
}
.cashtext5 {
    font-size: 16px;
    font-weight: bolder;
    color: #000000;
}

.span1 {
    border-top:1px solid #fff;
    background-color:#fff;
    height:1px;
    width:60%;
    margin-left:20%;
    margin-right:20%;
}

.paytable {
	position:absolute;
    border: 1px solid #fff;
    width: 350px;
    height: 650px;
    float: right;
    margin-top: 20%;
    margin-right: -10%;
    padding: 0px;
    background-color: rgb(11, 76, 144);
    text-align: center;
	z-index:1;
}


.paylineheading {
    color:#FFFFFF;
    font-family:Verdana;
    font-size:18px;
    font-weight:bold;
    vertical-align:bottom;
}
.prizeheading {
    color:#dbdbdb;
    font-family:Verdana;
    font-size:13px;
    font-weight:bold;
    vertical-align:bottom;
    text-transform:uppercase;
}

.prizeimage {
    width:100px;
    height:60px;
    
}

.prizetext {
    color:#FFFFFF;
    font-family:Verdana;
    font-size:11px;
}

.wheel-align {
    margin-left: 12.5%;
    margin-top: 0px;
    float: left;
}

/* Styles for the power selection controls */
table.power {
    background-color: #cccccc;
    cursor: pointer;
    border: 1px solid #333333;
}

   


/* Style applied to the spin button once a power has been selected */
.clickable {
    cursor: pointer;
}


/* Other misc styles */
.margin_bottom {
    margin-bottom: 5px;
}

