body {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 1.1;
    font-weight: 400;
    color: white;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    user-select: none;
}

#adsArea {
    width: 300px;
    height: 250px;
    overflow: hidden;
    position: relative;
    background-clip: content-box;
    background-color: #75b82a;
    cursor: pointer;
}

img {
    -webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

.opacity0 {
    opacity: 0;
}

.adsize {
    width: 300px;
    height: 250px;
}

.abs {
    position: absolute;
}

.text-primary {
    color: #f5d731;
}

.text-bold {
    font-weight: bold;
}

.hide {
    display: none;
}

.noevent {
    pointer-events: none;
}

#preloader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #75b82a;
}

.linePreloader {
    width: 150px;
    height: 10px;
    background: linear-gradient(to right, #6aa725, #6aa725);
    background-color: #5d941e;
    margin: auto;
    border-radius: 10px;
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: -20% 0;
    animation: scroll 1.2s ease-in-out infinite;
    margin-top: 115px;
}

@keyframes scroll {
    50% {
        background-size: 80%;
    }
    100% {
        background-position: 125% 0;
    }
}

.mainBg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

    background: #222830;
}

.text-center {
    text-align: center;
}

.logo {
    left: 0;
    top: 2px;
    cursor: pointer;
}

.heading  {
    /* left: 0;
    top: 15px; */
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.game-content {
    position: relative;
    width: 280px;
    /* margin-bottom: 15px; */
    margin-left: 10px;
    /* margin-bottom: 7px; */
}

.game-title-holder {
    width: 100%;
    background: #293185;
    border-radius: 30px;
    padding: 7px;
    /* box-shadow: 0 0 5px rgba(255,255,255,0.3); */
    margin-bottom: 10px;
}

.game-title {
    font-size: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

.time-nd-game {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.game-time {
    font-size: 12px;
    float: left;
}

#gtime {
    font-weight: normal;
}

.bet-id {
    /* width: 65px; */
    font-size: 11px;
    float: right;
}

.bet-amount-holder {
    padding-top: 25px;
    padding-bottom: 25px;
}

.bet-amount-holder > div {
    /* display: inline-block; */
}

.bet-amount-list {
    /* width: 210px; */
    width: 100%;
    text-align: center;
    display: table;
    table-layout: fixed;
}

.bet-amount-list > label {
    display: table-cell;
}

.bet-amount {
    /* display: inline-block; */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    padding: 0 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.bet-amount .text-primary {
    margin-bottom: 5px;
    font-size: 10px;
}

.bet-amount input[type="radio"] {
    display: none;
}

.bet-amount input[type="radio"] + div {
    padding: 4px;
    /* border: 1px solid #C4CDD3; */
    background: #e2e6e9;
    width: 100%;
    transition: 0.35s;
    color: #000;
    font-weight: bold;
}

.bet-amount:first-of-type input[type="radio"] + div {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.bet-amount:last-of-type input[type="radio"] + div {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.bet-amount:hover input[type="radio"] + div,
.bet-amount input[type="radio"].has-checked + div {
    background: #f3c744;
}

.bet-process-area {
    width: 280px;
    margin-left: 10px;
}

.bet-process-area > table {
    table-layout: fixed;
    width: 100%;
}

.table th {
    text-align: left;
    width: 70px;
}

.table th, .table td {
    padding-bottom: 5px;
}

.default-input {
    width: 55px;
    height: 18px;
    padding: 2px;
    border-radius: 3px;
    outline: 0;
    border: 0;
    color: #000;
}

.readonly {
    background: #f3c744;
}

#play-now {
    min-width: 130px;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 30px;
    border: 0 solid #f3c744;
    background: #62b12b;
    outline: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    transition: 0.35s;
    cursor: pointer;
}

#play-again {
    min-width: 120px;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 30px;
    border: 0 solid #f3c744;
    background: #62b12b;
    outline: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #000;
    transition: 0.35s;
    cursor: pointer;
}

#play-now:hover, #play-again:hover {
    background: #f3c744; 
    color: #000;
}

/* screen 2 */
#screen-2 {
    display: none;
}

.feedback-title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    width: 220px;
    margin-top: 80px;
    margin-left: 40px;
    margin-bottom: 30px;
    text-align: center;
}

#errors {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0px;
    background: #ff1a09;
    /* border-bottom-left-radius: 3px; */
    width: 100%;
    text-align: center;
}

#fallbackMessage {
    left: 0;
    top: 40px;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    padding-top: 60px;
    display: none;
}

.ctaOver {
    min-width: 130px;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 30px;
    /* border: 1px solid #f3c744; */
    background: #62b12b;
    outline: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    transition: 0.35s;
    cursor: pointer;
    margin-top: 15px;
}

.ctaOver:hover {
    background: #f3c744; 
    color: #000;
}