@font-face {
    font-family: 'bebasneue';
    src: url('../fonts/bebasneue/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue/bebasneue-webfont.woff2') format('woff2'), url('../fonts/bebasneue/bebasneue-webfont.woff') format('woff'), url('../fonts/bebasneue/bebasneue-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html {
    font-size: 0.5208333333333333vw;
    /* 10px */
}

@media screen and (min-width: 1300px) {
    html {
        font-size: 0.442709vw;
    }
}

body {
    font-size: 100%;
    letter-spacing: 0.088em;
    font-family: 'Conv_MyriadPro-Semibold', Myriad Pro, 'sans-serif';
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    margin: 0 auto;
    /* background: #000 url(../img/bg_rng.gif) repeat-x 0 0; */
    line-height: inherit;
    font-weight: 600;
}

button,
a[href] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

:root {
    --font: 'BebasNeue', 'sans-serif'!important;
    --blue: #84bbeb;
    --blue-light: #366ac9;
    --blue-normal: #1e4897;
    --blue-normal-64: rgba(30, 72, 151, 0.64);
    --blue-normal-active: #2663c7;
    --blue-btn: #234da0;
    --blue-dark: #310056;
    --blue-dark-50: rgba(29, 38, 92, 0.50);
    --blue-dark-64: rgba(30, 37, 86, 0.64);
    --blue-border: #213362;
    --blue-border-50: rgba(33, 51, 98, 0.50);
    --pink-light: #f27ca2;
    --pink: #ca4a73;
    --glow: 0px 0px 1px 1px #63059b, 0 0 17px 0px rgba(143, 0, 138, 0.5);
    --glow-btn: 0 0 17px 0px rgba(143, 0, 138, 0.5);
    --color-0: #fff;
    --color-1: #481939;
    --color-2: #883d6f;
    --color-3: #a63155;
    --color-4: #d093b0;
    --color-5: #815041;
    --color-6: #6a3b22;
    --color-7: #ffc57b;
    --color-8: #df681f;
}

#flash-overlay,
#flash-overlay * {
    box-sizing: border-box;
}

#flash-overlay {
    display: none;
    background-color: #050713;
    background-image: url(../img/backgrounds/dashboard-layout-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 12px;
    /* padding: 0 7.4rem; */
    padding: 0 3.1rem;
    max-width: 100%;
    min-width: 100%;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    font-family: var(--font);
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 1300px) {
    #flash-overlay {
        width: 100%!important;
    }
    #flash-overlay>.main-header,
    #flash-overlay>#tabs {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }
}

#flash-overlay .main-header {
    height: auto;
    padding: 4rem 4.3rem 0 0;
    /* padding: 1.6rem 0; */
}

#flash-overlay .main-header h1 {
    background-image: url(../img/clubhouse-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 9.2rem;
    width: 33rem;
    margin-left: 0/*-4.3rem*/
    ;
    margin-top: 0;
}

#flash-overlay .badge {
    display: none;
}

#flash-overlay .user {
    border: none;
    background-color: transparent;
    margin-top: 2.55rem;
    margin-right: 0;
    min-width: 20rem;
    display: none!important;
}

#flash-overlay .green-user,
#flash-overlay .golden-user {
    margin: 0;
    padding: 0 2.4rem;
    line-height: 3.7rem;
    font-size: 1.7rem;
    text-transform: uppercase;
    height: auto;
    background: none;
    text-align: right;
    width: 100%;
    color: var(--color-0);
    border: 0.2rem solid var(--color-7);
    background-color: var(--color-7);
    border-radius: 0.4rem;
    font-family: 'Myriad Pro', 'sans-serif'!important;
}


/* #flash-overlay .green-user{
        border: 0.2rem solid var(--color-5);
        background-color: var(--color-5);
    }

    #flash-overlay .golden-user{
        border: 0.2rem solid var(--color-7);
        background-color: var(--color-7);
    } */

#flash-overlay .menu-back-btn {
    color: var(--color-7);
    text-transform: uppercase;
    text-shadow: none;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 300;
    background: none;
    background-color: transparent;
    border: 0.2rem solid var(--color-5);
    border-radius: 0.4rem;
    line-height: 3.7rem;
    padding: 0 3.2rem;
    width: auto;
    margin: 2.55rem 0 0 0;
    font-family: var(--font);
    
}
#flash-overlay .menu-back-btn.roulingo-icon-cross{
    color: var(--color-7);
    text-shadow: none;
    font-size: 3rem;
    background: none;
    padding: 2.2rem 3.8rem;
    font-family: var(--font);
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: auto;
}
#flash-overlay #tabs-3 .menu-back-btn.roulingo-icon-cross{
    padding: 0 3.8rem;
}

#flash-overlay #tabs {
    margin-top: 2.5rem;
    padding: 0 4.3rem;
}

#flash-overlay #menu {
    padding-bottom: 1rem;
    overflow: hidden;
    display: none;
}

#flash-overlay #menu ul {
    display: flex;
    margin: 0 -1%;
    justify-content: space-between;
}

#flash-overlay #menu ul::after {
    display: none;
}

#flash-overlay #menu li {
    background: none;
    border: none;
    /* width: 32%; */
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 20%;
    margin: 0 1%;
}

#flash-overlay #menu ul .current {
    background: none;
}

#flash-overlay #menu li:nth-child(1),
#flash-overlay #menu li:nth-last-child(1),
#flash-overlay #menu li:nth-last-child(2) {
    display: none;
}

#flash-overlay #menu a {
    color: var(--color-7);
    background-color: transparent;
    text-shadow: none;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.3rem;
    line-height: 3rem;
    padding: 2.2rem 1rem;
    font-family: var(--font);

    border-radius: 0.8rem;
    /* box-shadow: var(--glow-btn); */
    border: 0.3rem solid var(--color-5);
}

#flash-overlay #menu ul .current a {
    color: var(--color-0);
    background-color: var(--color-6);
}


/* Tab #1 */

#flash-overlay .points-period,
#flash-overlay .points-year {
    /* background-color: var(--blue-dark-64); */
    background-color: var(--color-1);
    border-radius: 1rem;
}

#flash-overlay .loyalty-points-page.currentTab {
    display: flex;
    padding-top: 4.4rem;
    justify-content: space-between;
}

#flash-overlay .loyalty-points-page.clear-fix:after {
    display: none;
}

#flash-overlay .loyalty-points-page>div {
    margin: 0;
}

#flash-overlay .loyalty-points-page .points-period,
#flash-overlay .loyalty-points-page .points-year {
    width: calc(50% - 4.4rem);
    padding: 0 5rem 3.8rem 5rem;
    float: none!important;
    text-align: center;
}

#flash-overlay .points-period-title {
    text-align: center;
    margin: 0;
    padding: 2.3rem 0;
    font-size: 3.6rem;
    color: var(--color-4);
    font-weight: normal;
    font-family: 'bebasneue', 'sans-serif'!important;
    line-height: 7.2rem;
}

#flash-overlay #membership-cashout {
    display: none;
}

#flash-overlay .table-wrap {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#flash-overlay .table-wrap .table {
    border: none;
    border-radius: 0;
    font-size: 3.1rem;
    color: var(--color-7);
    margin-bottom: 3.8rem;
}

#flash-overlay .table-wrap ul li {
    border: none;
    font-weight: normal;
    padding: 0.6rem 0.9rem;
    font-size: 3.1rem;
    border-radius: 0!important;
}

#flash-overlay .table-wrap td {
    font-weight: normal;
    padding: 0.6rem 0.9rem;
    border: none;
    font-size: 3.1rem;
}

#flash-overlay .table-wrap th,
#flash-overlay .table-wrap ul li:first-child {
    background-color: transparent;
    padding: 0.6rem 0.9rem;
    font-size: 3.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    border-bottom: 0.2rem solid var(--color-3);
    font-weight: normal;
    color: var(--color-7);
    border-radius: 0;
}

#flash-overlay .points-period .table li.total {
    padding-top: 3rem;
    padding-bottom: 0;
}

#flash-overlay .points-period .table li.total+li {
    color: var(--color-0);
    font-weight: normal;
    padding: 0 0.9rem 0.6rem 0.9rem;
}

#flash-overlay .points-period .table ul li.total+li+li.total {
    padding-top: 0.6rem;
    /* padding-top: 0;
                padding-bottom: 0.6rem; */
}

#flash-overlay .button-points {
    font-family: 'Myriad Pro', 'sans-serif'!important;
    font-size: 2.3rem;
    line-height: 3rem;
    padding: 1.4rem 4.8rem;
    font-weight: normal;
    background: none;
    background-color: var(--color-8);
    /* box-shadow: var(--glow-btn); */
    display: inline-block;
    vertical-align: top;
    border: none;
    height: auto;
    margin: 0;
    text-shadow: none;
    border-radius: 1rem;
    color: var(--color-0);
    float: none;
}

#flash-overlay .button-points:hover {
    color: var(--color-0);
    background-color: var(--color-8);
    transition: all .3s ease-in;
}

#flash-overlay .points-year .table2-points {
    background-color: transparent;
    padding: 0.6rem 0.9rem;
    font-size: 3.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    border-bottom: 0.2rem solid var(--color-3);
    font-weight: normal;
    color: var(--color-7);
    border-radius: 0;
}

#flash-overlay .points-year .table ul li {
    padding: 0.6rem 0;
}

#flash-overlay .points-year .table ul li span {
    padding: 0 0.9rem;
    width: 50%;
    border: none;
    border-bottom: none;
    font-weight: normal;
    border: none;
    font-size: 3.1rem;
}

#flash-overlay .points-year .table ul li:nth-child(2n-1) {
    background-color: transparent;
}

#flash-overlay .points-year .table-wrap th,
#flash-overlay .points-year .table-wrap ul li:first-child {
    border-bottom: none;
    font-weight: normal;
    padding: 0.6rem 0;
    border: none;
    font-size: 3.1rem;
}

#flash-overlay .points-year .table-wrap ul li:last-child {
    border-top: 0.2rem solid var(--color-3);
    margin-top: 1rem;
}

#flash-overlay .points-year .table ul li:last-child {
    color: var(--color-0);
}

#flash-overlay .points-year .table-wrap ul li:last-child span {
    font-weight: bold;
    font-size: 3.1rem;
}

#flash-overlay .points-year .table {
    margin: 0;
    text-align: left;
}


/* ./Tab #1 */


/* Tab #2 */

#flash-overlay .prize-points-page .prize-points-wrapper {
    font-size: 1rem;
    width: 100%;
    background-color: var(--color-1);
    border-radius: 0;
    padding: 2.941em;
    margin-top: 2.941em;
    border-radius: 3.176em;
    position: relative;
}
input[type=submit], button {
    -webkit-appearance: none;
}
#keypad-input.configuration-notes h3 {
    color: #fface3;
    font-size: 2.5em;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 600;
}
.configuration-notes .configure-phone {
    font-size: 3.8em;
    margin: 30px;
    color: #fff;
}
.configuration-notes span {
    font-size: 1.2em;
    display: block;
    font-weight: 300;
    color: #fface3;
}
#keypad-input #okBtn,
#keypad-input #btn-cancel {
    box-sizing: border-box;
    border: 2px solid #c64989;
    background: none;
    font-size: 3em;
    line-height: 84px;
    font-family: 'Conv_MyriadPro-Semibold', 'Conv_MyriadPro-Semibold', Myriad Pro, 'sans-serif';
    color: #fff;
    display: block;
    position: static;
    width: 100%;
    height: auto;
    float: none;
    margin: 30px 0 0 0;
    transition: all .3s ease-in;
    border-radius: 5px;
    text-decoration: none;
}
.configuration-notes label {
    display: block;
    color: #fface3;
    font-size: 5rem;
    display: flex;
    position: relative;
}
.configuration-notes form.configuration-form {
    text-align: center;
}
#keypad-input #id_sms_every_prize {
    background: none;
    height: 35px;
    position: static;
    box-shadow: none;
    margin-top: 25px;
}
#keypad-input input[type=password], #keypad-input input {
    background: none;
    border: none;
    margin: 0;
    box-sizing: border-box;
    font-size: 2.7em;
    color: #c64989;
    background-color: rgba(19, 25, 58, 0.25);
    border-radius: 5px;
    height: 85px;
    padding: 0 30px;
    width: 100%;
    position: static;
    box-shadow: var(--glow);
    box-sizing: border-box;
    margin-top: 25px;
    text-align: center;
    outline: none;
}
 #keypad-input.configuration-notes {
    padding: 3em 0;
    width: 37%;
    margin: 0 auto;
}
/* #keypad-input.configuration-notes #popOkBtn{
    display: none;
} */
input[type="password"]:focus, input[type="text"]:focus, input[type="submit"]:focus, select:focus, button:focus, textarea:focus {
    outline: none;
}
p{
text-align: inherit;
}
.errors {
    display: none;
}
.pop-up {
    display: block;
    width: 470px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: #310056;
    position: absolute;
    top: 25%;
    left: 29%;
    z-index: 10;
    padding: 7px 7px 30px;
}
.pop-up header {
    height: 46px;
    -webkit-border-top-left-radius: 18px;
    -moz-border-top-left-radius: 18px;
    border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    -moz-border-top-right-radius: 18px;
    border-top-right-radius: 18px;
}
.cash-out header {
    text-align: center;
}
.pop-msg-wrap {
    display: table;
    height: 166px;
    text-align: center;
    margin-left: 30px;
    width: 85%;
}
.configuration-notes p {
    font-size: 20px;
    margin: 10px 0;
}
.pop-msg {
    color: #fff;
    font-size: 22px;
    font-family: 'Conv_HelveticaNeueLTStd-Md',Helvetica,'sans-serif';
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
}
.pop-up button {
    float: right;
    width: 74px;
    padding: 8px 0;
    font-size: 21px;
    margin-right: 15px;
    font-family: 'Conv_HelveticaNeueLTStd-Md', Helvetica,'sans-serif';
    font-weight: 300;
    background: none;
    background-color: rgba(186, 1, 180, 0.8);
    font-size: 23px;
    font-weight: normal;
    font-family: var(--font);
    color: #fff;
    border: none;
    box-shadow: var(--glow-btn);
    text-shadow: none;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
}
.clear-fix:after {
    display: block;
    height: 0;
    content: " ";
    clear: both;
}

#content-wrapper {
    background: none;
    border-radius: 6px;
    width: 100%;
    max-height: none;
    min-height: 0;
    margin: 0 auto;
    position: relative;
    height: 100vh;
}
.flex-row.small-offset {
    margin-top: 0;
    margin-bottom: 30px;
    justify-content: center;
}

@media screen and (min-width: 1300px) {
    #flash-overlay .prize-points-page .prize-points-wrapper {
        font-size: 0.9rem;
    }
}

#flash-overlay .prize-points-page .div-wrapper {
    width: 100%;
    overflow: hidden;
    padding-top: 5.5rem;
}

#flash-overlay #prize-points-user-chips.table-calendar .result-table {
    max-width: 100%;
}

#flash-overlay #prize-points-user-chips.table-calendar th {
    color: var(--color-2);
    font-size: 0;
    font-weight: bold;
    font-family: var(--font);
    padding: 1.5rem;
}

#flash-overlay #prize-points-user-chips.table-calendar td {
    border-color: var(--color-1);
    border-width: 0.6rem;
    height: 12.5rem;
    width: 14%;
    padding: 1rem 0.6rem;
    background-color: #3e0f2f;
    border-radius: 2rem;
    font-size: 2.8rem;
    letter-spacing: normal;
    vertical-align: top;
}

#flash-overlay #prize-points-user-chips.table-calendar td.empty-square-firstrow {
    border-color: transparent;
    border-width: 0.6rem;
    background-color: transparent;
    border-radius: 0;
    font-size: 0;
}

#flash-overlay #prize-points-user-chips .calendar-day {
    color: var(--color-4);
    min-width: 19px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

#flash-overlay #prize-points-user-chips.calendar .value {
    color: #c42129;
    font-size: 6rem;
    line-height: 9rem;
    left: 0rem;
}

#flash-overlay .my-chips-calendar .info-text {
    color: var(--color-4);
    font-size: 3.6rem;
    /* padding: 1.7rem 0; */
    width: 100%;
    text-align: center;
    font-family: var(--font);
}


/* ./Tab #2 */


/* Tab #3 */

#flash-overlay .prize-points-table {
    float: none;
    margin: 0 -1.2rem;
}

#flash-overlay .prize-points-table .top-players-grid {
    /* float: none;
        display: flex;
        justify-content: space-between; */
    font-size: 1em;
}

#flash-overlay .prize-points-table .top-players-grid ul {
    display: block;
    list-style: none;
}

#flash-overlay .prize-points-table .top-players-grid li {
    display: block;
    float: none;
    width: 100%;
}

#flash-overlay .prize-points-table .top-players-grid>ul,
#flash-overlay .prize-points-table .top-players-grid>.sign {
    margin: 0 1.2rem;
    /* width: calc(25% - 2.4rem); */
}

#flash-overlay .prize-points-table .top-players-grid.signs-holder {
    padding: 0.6rem 0;
}

#flash-overlay .signs-holder .sign {
    display: block;
    padding: 0;
    margin: 0;
}

#flash-overlay .signs-holder .sign>div {
    width: 17rem;
    height: 17rem;
    background-color: transparent;
    background-image: none;
    background-position: center;
    background-size: contain;
    margin: auto;
}

#flash-overlay .signs-holder .sign>.clubs {
    background-image: url(../img/symbols/clubs.png);
}

#flash-overlay .signs-holder .sign>.diamonds {
    background-image: url(../img/symbols/diamonds.png);
}

#flash-overlay .signs-holder .sign>.spades {
    background-image: url(../img/symbols/spades.png);
}

#flash-overlay .signs-holder .sign>.hearts {
    background-image: url(../img/symbols/hearts.png);
}

#flash-overlay .prize-points-table .top-players-grid ul {
    float: none;
    display: block;
    background-color: #3e0f2f;
    padding: 1.647em;
    border-radius: 1.647em;
}

#flash-overlay .prize-points-table .top-players-grid ul li {
    width: 100%;
    font-size: 2.63em;
    line-height: 1.600em;
    display: table-row;
    font-weight: normal;
}

#flash-overlay .prize-points-table .top-players-grid ul.first li {
    font-size: 3.5em;
}

#flash-overlay .top-players-grid li {
    display: flex;
}

#flash-overlay .top-players-grid li span {}

#flash-overlay .top-players-grid li span p {
    display: inline-block;
}

#flash-overlay .top-players-grid li span p {
    font-size: 1em;
    line-height: normal;
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;}
#flash-overlay .top-players-grid ul.first li span.left p{
    padding-left: 0.3em;
}

#flash-overlay .top-players-grid li,
#flash-overlay .top-players-grid li:nth-child(odd),
#flash-overlay .top-players-grid li:nth-child(even),
#flash-overlay .top-players-grid .second li,
#flash-overlay .top-players-grid .fourth li,
#flash-overlay .top-players-grid .second li:nth-child(odd),
#flash-overlay .top-players-grid .fourth li:nth-child(odd),
#flash-overlay .top-players-grid .second li:nth-child(even),
#flash-overlay .top-players-grid .fourth li:nth-child(even) {
    background-color: transparent;
}

#flash-overlay .top-players-grid li {
    color: #ffffff;
    font-family: var(--font);
}

#flash-overlay .top-players-grid li:nth-child(odd) {
    color: var(--color-0);
}

#flash-overlay .prize-points-table .top-players-grid ul.first {
    display: table;
    width: 100%;
}
#flash-overlay .prize-points-table .top-players-grid ul.first li>span {
}
#flash-overlay .prize-points-table .top-players-grid ul.first li>span:nth-child(2),
#flash-overlay .prize-points-table .top-players-grid ul.second li>span:nth-child(2),
#flash-overlay .prize-points-table .top-players-grid ul.third li>span:nth-child(2),
#flash-overlay .prize-points-table .top-players-grid ul.fourth li>span:nth-child(2) {
    text-align: right;
    padding-right: 0.9em;
}

#flash-overlay .prize-points-table .top-players-grid ul.second,
#flash-overlay .prize-points-table .top-players-grid ul.third,
#flash-overlay .prize-points-table .top-players-grid ul.fourth

 {
    display: table;
    width: 100%;
}

#flash-overlay .prize-points-table .top-players-grid ul.first>li {
    display: table-row;
}

#flash-overlay .prize-points-table .top-players-grid ul.first>li>span,
#flash-overlay .prize-points-table .top-players-grid ul.second>li>span,
#flash-overlay .prize-points-table .top-players-grid ul.third>li>span,
#flash-overlay .prize-points-table .top-players-grid ul.fourth>li>span {
    display: table-cell;

}
#flash-overlay .prize-points-table .top-players-grid ul.second>li>span,
#flash-overlay .prize-points-table .top-players-grid ul.third>li>span,
#flash-overlay .prize-points-table .top-players-grid ul.fourth>li>span {
    display: table-cell;
    padding-right: 0.7em;

}

#flash-overlay .prize-points-table .top-players-grid ul.first>li>span.prize,
#flash-overlay .prize-points-table .top-players-grid ul.second>li>span.prize,
#flash-overlay .prize-points-table .top-players-grid ul.third>li>span.prize,
#flash-overlay .prize-points-table .top-players-grid ul.fourth>li>span.prize {
    text-align: right;
    padding-left: 0.5em;
}

#flash-overlay .prize-points-table .top-players-grid ul li .left {
    color: var(--color-4);
}

#flash-overlay .prize-points-table .top-players-grid ul.second>li>span.prize,
#flash-overlay .prize-points-table .top-players-grid ul.third>li>span.prize,
#flash-overlay .prize-points-table .top-players-grid ul.fourth>li>span.prize {
    text-align: right;
    display: table-cell;
}

#flash-overlay .points-year .title-wrap,
#flash-overlay .prize-points-page .title-wrap {
    width: auto;
    height: auto;
    background-color: transparent;
    text-align: center;
    margin: 0;
    /* padding: 2.3rem 0; */
}

#flash-overlay .points-year .title-wrap span,
#flash-overlay .prize-points-page .title-wrap span {
    width: auto;
    height: auto;
    text-align: center;
    margin: 0;
    padding: 0 4.6rem;
    font-size: 3.6rem;
    color: var(--color-4);
    font-weight: normal;
    font-family: 'bebasneue', 'sans-serif'!important;
    float: none;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    background: none;
}

#flash-overlay .points-year .loy-btn,
#flash-overlay .prize-points-page .prize-btn {
    position: static;
    float: none;
    margin: 0;
    display: block;
    display: inline-block;
    vertical-align: middle;
}

#flash-overlay .points-year #loy-prev-year-btn,
#flash-overlay .prize-points-page #prize-prev-btn {
    display: inline-block;
    width: 7.2rem!important;
    height: 7.2rem!important;
    border: none!important;
    line-height: 7.2rem;
    background-color: transparent;
    background-image: url(../img/rolingo-red-neon-left-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#flash-overlay .points-year #loy-prev-year-btn::after,
#flash-overlay .prize-points-page #prize-prev-btn:after {
    display: none;
}

#flash-overlay .points-year #loy-next-year-btn,
#flash-overlay .prize-points-page #prize-next-btn {
    display: inline-block;
    width: 7.2rem!important;
    height: 7.2rem!important;
    border: none!important;
    line-height: 7.2rem;
    background-color: transparent;
    background-image: url(../img/rolingo-red-neon-right-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#flash-overlay .points-year .loy-current-year,
#flash-overlay .prize-points-page #prize-current-date {
    font-size: 2.8rem;
}


/* ./Tab #3 */

#flash-overlay .main-cashout-content {
    max-width: 1126px;
    width: 100%;
    margin: auto;
}

.main-cashout-content {
    font-family: 'Conv_MyriadPro-Semibold', Myriad Pro, 'sans-serif';
}

#flash-overlay .steps-wizzard {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    border-radius: 0;
}

#flash-overlay .steps-wizzard:after {
    display: none;
}

#flash-overlay .steps-wizzard nav {}

#flash-overlay .steps-wizzard ul {
    display: flex;
    justify-content: center;
    padding: 2.4rem 0;
}

#flash-overlay .steps-wizzard li {
    display: flex;
    position: relative;
}

#flash-overlay .steps-wizzard li:after {
    content: "";
    border-bottom: 0.2rem solid rgba(186, 1, 180, 0.5);
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
}

#flash-overlay .steps-wizzard li.current-step {}

#flash-overlay .steps-wizzard .step-number {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: rgba(143, 0, 138, 0.8);
    color: #fface3;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    font-size: 24px;
    font-weight: bold;
    font-family: var(--font);
    display: block;
    position: relative;
    z-index: 2;
}

#flash-overlay .steps-wizzard li.current-step .step-number {
    background: rgba(186, 1, 180, 0.8);
    color: #fff;
}

#flash-overlay .steps-wizzard .step {
    display: block;
    top: 0;
    padding-left: 0;
    position: relative;
    z-index: 2;
    color: #fface3;
    padding: 0 3rem 0 1rem;
    font-size: 17px;
    font-family: var(--font);
}

#flash-overlay .steps-wizzard li.current-step .step {
    color: #fff;
}

#flash-overlay .steps-wizzard li:last-child .step {
    padding-right: 0;
}

#flash-overlay .cash-out {
    background: none;
    border-radius: 10px;
}

#flash-overlay .cash-out h1 {
    color: #fff;
    font-size: 23px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
    font-family: 'Conv_MyriadPro-Semibold', Myriad Pro, 'sans-serif';
}

#flash-overlay .enter-pin,
#flash-overlay .change-second-pin,
#flash-overlay .create-pin {
    border-radius: 0;
    background: none;
    padding: 0;
    position: relative;
}

/* #flash-overlay .change-second-pin .keypad-redeem,
#flash-overlay .enter-pin .keypad-redeem,
#flash-overlay .create-pin .keypad-redeem,
#flash-overlay #redeem-loyalty-page .keypad-redeem {
    float: right;
    margin-left: 0px;
    width: 324px;
    margin-top: 0;
} */

#flash-overlay #redeem-loyalty-page .keypad-redeem {
    float: left;
    margin-top: 160px;
}

#flash-overlay .enter-pin>.cash-notes,
#flash-overlay .change-second-pin>.cash-notes {
    float: left;
    width: calc(100% - 324px);
    position: static;
    padding-top: 60px;
    padding-right: 110px;
    padding-bottom: 260px;
}

#flash-overlay .cashout-confirm {
    margin-bottom: 0;
}

#flash-overlay .cashout-confirm h3,
#flash-overlay .cash-notes h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    margin-top: 2px;
    margin-bottom: 22px;
    position: relative;
}

#flash-overlay .cash-notes h3 span {}
#flash-overlay .cash-text {
    font-size: 18px;
    font-family: 'Conv_MyriadPro-Semibold', Myriad Pro, 'sans-serif';
    color: #fff;
    margin-bottom: 2em;
}
#flash-overlay .cashout-confirm div>span,
#flash-overlay .cash-notes div>span {
    font-size: 18px;
    font-family: 'Conv_MyriadPro-Semibold', Myriad Pro, 'sans-serif';
    color: #fff;
    float: left;
    margin-left: 0;
    width: auto;
}

#flash-overlay .cashout-confirm .label-number,
#flash-overlay .cash-notes .label-number {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: rgba(186, 1, 180, 0.8);
    margin: 0;
    padding: 0;
    font-size: 24px;
    left: -47px;
    top: -7px;
}

#flash-overlay .cashout-confirm .label-number:after,
#flash-overlay .cash-notes .label-number:after {
    display: none;
}

#flash-overlay .cashout-confirm .amount-label,
#flash-overlay .cash-notes .amount-label {
    color: #fff;
    padding: 0;
    margin: 0;
    width: auto;
    padding-left: 0;
    font-size: 24px;
    line-height: normal;
    position: relative;
    margin-top: 40px;
    display: grid;
}

#flash-overlay .cashout-confirm .amount-label:after,
#flash-overlay .cash-notes .amount-label:after {
    display: none;
}

#flash-overlay .cashout-confirm .amount-label h4,
#flash-overlay .cash-notes .amount-label h4 {
    color: #fff;
    font-size: 24px;
    line-height: normal;
}

#flash-overlay .cashout-confirm .amount-label h4:nth-last-child(2),
#flash-overlay .cash-notes .amount-label h4:nth-child(2) {
    padding: 0;
}

#flash-overlay .cashout-confirm .amount-label h4::after,
#flash-overlay .cashout-confirm .amount-label h4:before,
#flash-overlay .cash-notes .amount-label h4:after,
#flash-overlay .cash-notes .amount-label h4:before {
    display: none;
}

#flash-overlay .cashout-confirm .amount,
#flash-overlay .cash-notes .amount {
    float: right;
    color: #fff;
}

#flash-overlay .cashout-confirm .amount-text,
#flash-overlay .cash-notes .amount-text {
    color: #fff;
    font-size: 18px;
    line-height: normal;
    height: auto;
}

#flash-overlay .cashout-confirm h4:nth-child(3),
#flash-overlay .amount-label h4:nth-child(3) {
    padding-left: 0;
}

#flash-overlay .cashout-confirm .amount.amount-text,
#flash-overlay .cash-notes .amount.amount-text {
    width: 100%;
}

#flash-overlay .cash-notes .change-pin,
#flash-overlay .keypad-redeem .back-left,
#flash-overlay .keypad-redeem .change_pin_back_left,
#flash-overlay .keypad-redeem .create_pin_back_left,
#flash-overlay .keypad-redeem .ok-left,
#flash-overlay .keypad-redeem .ok-right,
#flash-overlay .keypad-redeem #logout-button {
    width: 324px;
    height: 72px;
    line-height: 72px;
    background: none;
    background-color: rgba(186, 1, 180, 0.8);
    font-size: 23px;
    font-weight: normal;
    font-family: var(--font);
    color: #fff;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: var(--glow-btn);
    text-shadow: none;
    text-align: center;
    cursor: pointer;
}

#flash-overlay .cash-notes .change-pin {
    position: absolute;
    left: 0;
    bottom: 135px;
}

#flash-overlay .confirmation .ok-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

#flash-overlay .confirmation .keypad-redeem .ok-left {
    position: absolute;
    right: 0;
    bottom: 102px;
    width: 324px;
}

#flash-overlay .confirmation #logout-button {
    position: absolute;
    right: 0;
    bottom: 0;
}

#flash-overlay .keypad-redeem .back-left,
#flash-overlay .keypad-redeem .create_pin_back_left,
#flash-overlay .keypad-redeem .change_pin_back_left {
    position: absolute;
    left: 0;
    bottom: 0;
}

/* #flash-overlay .keypad-redeem .submit-btn {
    position: absolute;
    right: 0;
    width: auto;
    display: flex;
    bottom: -80px;
    justify-content: flex-end;
} */
#keypad-input .member-form-grid {
    display: flex;
    justify-content: space-between;
}
#keypad-input .member-form-grid #okBtn {
    margin-right: 20px;
}
#keypad-input #btn-login:hover, #keypad-input #btn-cancel:hover, #keypad-input #btn-confirm:hover, #keypad-input #okBtn:hover {
    background-color: rgba(202, 74, 115, 0.25);
}
#flash-overlay .keypad-redeem input[type="text"],
#flash-overlay .keypad-redeem input[type="password"],
#flash-overlay #id_points_to_redeem {
    box-sizing: border-box;
    border: none;
    background: none;
    background-color: rgba(19, 25, 58, 0.25);
    font-size: 36px;
    line-height: 36px;
    padding: 22px 30px;
    color: #c64989;
    width: 100%;
    box-shadow: 0px 0px 1px 1px #63059b, 0 0 17px 0px rgba(143, 0, 138, 0.5);
}

#flash-overlay #id_points_to_redeem {
    width: 324px;
    margin: 0;
    position: absolute;
    top: 46px;
    left: 0;
    height: auto;
}

#flash-overlay #keypad, .start-session-keypad #keypad {
    height: auto;
    width: 100%;
    display: grid;
    /* grid-template-columns: repeat(3, 105px); */
    grid-template-columns: repeat(3, 92px);
    grid-template-rows: repeat(4, 92px);
    ;
    grid-gap: 24px;
    float: none;
    margin-bottom: 45px;
}

#flash-overlay #redeem-loyalty-page #keypad {
    margin-bottom: 0;
}


/*#flash-overlay #keypad button {
            font-family: var(--font);
            font-weight: normal;
            font-size: 42px;
            background: none;
            background-color: #214b9b;
            box-shadow: var(--glow-btn);
            border: none;

            color: #90ccff;
            text-transform: uppercase;
            text-shadow: none;
            text-align: center;
            padding: 0;
            cursor: pointer;
            position: relative;
            display: block;
            border-radius: 7px;


            width: 100%;
            margin: 0;
            grid-column: span 1;
            grid-row: span 1;
            height: auto;
            float: none;
            box-sizing: border-box;
        }*/

#flash-overlay #keypad button {
    background: none;
    border: none;
    font-size: 48px;
    font-family: 'Conv_MyriadPro-Semibold', Myriad Pro, 'sans-serif';
    text-shadow: none;
    background-color: rgba(186, 1, 180, 0.8);
    color: #fface3;
    box-shadow: var(--glow-btn);
    width: 100%;
    height: 100%;
}

#flash-overlay #keypad #key-clear {
    margin: 0;
    grid-column: span 2;
    grid-row: span 1;
    width: 100%!important;
    background-image: url(../img/clear.png);
    background-repeat: no-repeat;
    background-position: center;
}

#flash-overlay #keypad #key-clear>* {
    display: none;
}

#flash-overlay .keypad-redeem .ok-left {
    /*width: 100%;*/
    margin: 0;
}

#flash-overlay .keypad-redeem .pop-up {
    display: block;
    width: 470px;
    border-radius: 18px;
    background: none;
    background-color: var(--blue-dark);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    padding: 7px 7px 30px;
}

#flash-overlay .keypad-redeem .pop-up header {
    height: auto;
    background: none;
}

#flash-overlay .keypad-redeem .pop-up .pop-msg {
    color: #fff;
}

#flash-overlay .keypad-redeem .pop-up button {
    background: none;
    background-color: rgba(186, 1, 180, 0.8);
    font-size: 23px;
    font-weight: normal;
    font-family: var(--font);
    color: #fff;
    border: none;
    box-shadow: var(--glow-btn);
    text-shadow: none;
    text-align: center;
    cursor: pointer;
}

#flash-overlay #redemption-popup {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: var(--blue-dark);
    padding: 20px 60px 50px 60px;
    min-height: auto;
    max-height: 750px;
}

#flash-overlay #redemption-popup #lightbox-header {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    height: 80px;
    background: none;
    background-color: transparent;
    border-radius: 0;
}

#flash-overlay #redemption-popup #lightbox-header-page-title {
    background: none;
    background-color: transparent;
    color: #fff;
    font-size: 26px;
    text-align: left;
    height: 44px;
    width: 100%;
    margin: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

#flash-overlay #redemption-popup .redemption-background {
    background: none;
    display: none;
}

#flash-overlay #redemption-popup #redeem-loyalty-page {
    background: none;
    border-radius: 0;
    padding: 0;
}

#flash-overlay #redeem-loyalty-page h2 {
    color: #fff;
    font-size: 24px;
    line-height: normal;
}

#flash-overlay #redeem-loyalty-page .redemtion-input-section {
    max-width: 324px;
}

#flash-overlay #redeem-loyalty-page p,
#flash-overlay #redeem-loyalty-page h2+p {
    color: #fff;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

#flash-overlay #redeem-loyalty-page form h2 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: normal;
}

#flash-overlay #redeem-loyalty-page #btn-redeem,
#flash-overlay #redeem-loyalty-page #btn-cancel {
    width: 324px;
    height: 72px;
    line-height: 72px;
    background: none;
    background-color: #214b9b;
    font-size: 23px;
    font-weight: normal;
    font-family: var(--font);
    color: #fff;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: var(--glow-btn);
    text-shadow: none;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

#flash-overlay #redeem-loyalty-page #btn-redeem {
    bottom: 102px;
}

#prize-points-user-chips.table-calendar a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}

#flash-overlay .result-table .result-cards {
    display: flex;
    /* justify-content: center; */
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    /* padding-left: 6px; */
}

#flash-overlay .result-table .result-cards .card {
    display: block;
    /* width: calc(50% - 12px); */
    /* height: 54px; */
    height: auto;
    overflow: hidden;
    border: 2px solid #aa846e;
    background-color: var(--color-8);
    font-size: 0;
    margin-left: 6px;
    border-radius: 6px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 4px - 12px);
    max-width: calc(50% - 4px - 12px);
}


/* #flash-overlay .result-table .result-cards .card:first-child{
    margin-left: 0;
} */

#flash-overlay .result-table .result-cards .card img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
}

#flash-overlay .result-table .result-cards .more {
    display: block;
    align-self: center;
    margin-left: 6px;
    font-size: 30px;
    color: var(--color-2);
}

#flash-overlay .result-table .result-cards .more:hover {
    color: var(--color-2);
}

#flash-overlay #table-chips-popup {
    /* width: 78.3%; */
    width: 151.515rem;
    left: 0;
    right: 0;
    margin: auto;
    top: 5em;
    background-color: #53265d;
    font-size: 1rem;
}

@media screen and (min-width: 1300px) {
    #flash-overlay #table-chips-popup {
        font-size: 0.72rem;
        width: 1010px;
    }
}

#flash-overlay #table-chips-popup.popup {}

#flash-overlay #table-chips-popup.popup-custom {
    /* top: 0; */
}

#flash-overlay #table-chips-popup .title {
    display: none;
}

#flash-overlay #table-chips-popup .popup-header {
    
    padding: 3.03rem 8.03rem;
}



#flash-overlay #table-chips-popup .popup-header>div {
    justify-self: center;
    width: 33.33%;
    text-align: center;
}

#flash-overlay #table-chips-popup .popup-header.centred>div {
    width: auto;
}



#flash-overlay #table-chips-popup .popup-header .year {
    display: block;
    color: #8a4b98;
    font-size: 5.455rem;
    font-weight: normal;
    align-self: center;
    margin: 0 4.424rem;
}
#flash-overlay #table-chips-popup .popup-header .infoCard {
    display: block;
    color: #8a4b98;
    font-size: 3.455rem;
    font-weight: bold;
    align-self: center;
    margin: 0 4.424rem;
}

#flash-overlay #table-chips-popup .btn {
    height: 10.606rem;
    line-height: 10.606rem;
    font-size: 5.455rem;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0 4rem;
    display: inline-block;
    border-radius: 1rem;
    font-weight: normal;
}

#flash-overlay #table-chips-popup .btn-orange {
    background-color: var(--color-8);
    color: var(--color-0);
}

#flash-overlay #table-chips-popup .popup-header>.select-year>a {
    display: block;
    width: 10.606rem;
    height: 10.606rem;
    line-height: 10.606rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#flash-overlay #table-chips-popup .popup-header>.select-year>.next-year {
    background-image: url(../img/rolingo-red-neon-right-arrow.png);
}

#flash-overlay #table-chips-popup .popup-header>.select-year>.prev-year {
    background-image: url(../img/rolingo-red-neon-left-arrow.png);
}

#flash-overlay #table-chips-popup .close-chips-popup {
    /* display: none; */
    background: none;
    background-color: transparent;
    width: 5.545rem;
    height: 5.545rem;
    line-height: 5.545rem;
    top: 3.030rem;
    left: auto;
    right: 3.030rem;
}

#flash-overlay #table-chips-popup .close-chips-popup:before {
    content: "\00d7";
    font-size: 10rem;
    font-weight: 100;
    font-family: sans-serif;
    width: 5.545rem;
    height: 5.545rem;
    line-height: 5.545rem;
    display: block;
    color: #b887c3;
}

#flash-overlay #table-chips-popup .popup-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 3.03rem 8.03rem;
}

#flash-overlay #table-chips-popup .popup-footer>div:first-child {
    flex: 1;
    align-self: center;
    display: flex;
    font-size: 4rem;
    align-items: center;
}

#flash-overlay #table-chips-popup .popup-footer p {
    margin: 0;
    font-size: 5rem;
    line-height: 5rem;
    text-transform: uppercase;
    font-weight: 100;
    color: var(--color-7);
    padding: 0;
}

#flash-overlay #table-chips-popup .popup-footer .paging {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-self: flex-start;
}

#flash-overlay #table-chips-popup .popup-footer .paging a {
    display: block;
    width: 10.606rem;
    height: 10.606rem;
    line-height: 10.606rem;
    align-self: center;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#flash-overlay #table-chips-popup .popup-footer .paging .next {
    background-image: url(../img/rolingo-red-neon-right-arrow.png);
}

#flash-overlay #table-chips-popup .popup-footer .paging .prev {
    background-image: url(../img/rolingo-red-neon-left-arrow.png);
}

#flash-overlay #table-chips-popup .popup-footer .paging>span {
    display: block;
    color: var(--color-7);
    font-size: 5.455rem;
    align-self: center;
    margin: 0 4.424rem;
    text-transform: uppercase;
    font-weight: 100;
}

#flash-overlay #table-chips-popup .popup-content {
    padding: 3.03rem 8.03rem;
    overflow: hidden;
}

#flash-overlay #table-chips-popup .popup-content .cards-list {
    overflow: hidden;
    min-height: 100rem;
    font-size: 1em;
}

@media screen and (min-width: 1300px) {
    #flash-overlay #table-chips-popup .popup-content .cards-list {
        min-height: 63vh;
    }
}

#flash-overlay #table-chips-popup .popup-content .cards-list .card-group {
    overflow: hidden;
    display: none;
}

#flash-overlay #table-chips-popup .popup-content .card-group-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -2rem -5rem;
}

#flash-overlay #table-chips-popup .popup-content .card-group-holder[data-perpage="8"] {
    margin: -2rem -5rem;
}

#flash-overlay #table-chips-popup .popup-content .card-group-holder[data-perpage="8"] .card {
    width: calc(25% - 10rem);
    margin: 2rem 5rem;
}

#flash-overlay #table-chips-popup .popup-content .card-group-holder[data-perpage="10"] {
    margin: -2rem;
}

#flash-overlay #table-chips-popup .popup-content .card-group-holder[data-perpage="10"] .card {
    width: calc(20% - 4rem);
    margin: 2rem;
   }
#flash-overlay #table-chips-popup .popup-content .card-group-holder[data-perpage="10"] .card-points-wrraper {
    border: 3px solid #753b82;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#flash-overlay #table-chips-popup .popup-content .card-group.active {
    display: block;
}

#flash-overlay #table-chips-popup .popup-content .cards-list .card-part {
    text-align: center;
    font-size: 4.545em;
    color: var(--color-8);
}

#flash-overlay #table-chips-popup .card {
    font-size: 1em;
}
#flash-overlay #table-chips-popup .bitmap-table{
    float: left;
    width: 7rem;
    height: 7rem;
}
#flash-overlay #table-chips-popup .bitmap-table tr .ui-state-default{
    border: 1px solid #ffc47a;
}
#flash-overlay #table-chips-popup .bitmap-table tr .ui-state-default.ui-state-hover{
    background-color: #ffc47a;
    
}
.bitmap-table{
    border-spacing: 2px;
}
#flash-overlay #table-chips-popup .popup-content .cards-list .card-amount,
#flash-overlay #table-chips-popup .popup-content .cards-list .card-points {
    text-align: right;
    font-size: 2.2em;
    color: #ffffff;
    white-space: nowrap;
    margin-top: 3px;
  
}
#flash-overlay #table-chips-popup .popup-content .cards-list .card-points span{
font-family: 'Roboto', sans-serif;
}
#flash-overlay #table-chips-popup .popup-content .cards-list .card-points .diamond-card{
  font-family: var(--font);
    }
#flash-overlay #table-chips-popup .popup-content .cards-list .card-points .diamond-card{
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    background-image: url(../img/diamond-card.png);
    background-repeat: no-repeat;
    background-size: 34px 31px;
    text-align: center;
    line-height: 26px;
    color: #62284f;

}
#flash-overlay #table-chips-popup .orange-text {
    display: inline-block;
    vertical-align: top;
    width: 73px;
    height: 70px;
    background-image: url(../img/diamond-card.png);
    background-repeat: no-repeat;
    background-size: 73px 57px;
    text-align: center;
    line-height: 42px;
    color: #62284f;
}

#flash-overlay #table-chips-popup .popup-content .cards-list .card-number {
    position: absolute;
    top: 0;
    right: 0.5rem;
    color: #000;
    text-shadow: 0px 0px 5px #fff;
    font-size: 8.545em;
}
#flash-overlay .card-image-wrapper .card-body .card-number {
    position: absolute;
    bottom: 0;
    right: 3rem;
    color: #000;
    text-shadow: 0px 0px 5px #fff;
    font-size: 2.5em;
}
#flash-overlay #table-chips-popup .popup-content .cards-list .card-body {
    border-radius: 2.424rem;
    border: 0.758rem solid #802b63;
    overflow: hidden;
    background-color: #b58063;
    margin-bottom: 12px;
}

#flash-overlay #table-chips-popup .popup-content .cards-list figure {
    position: relative;
    /* background-color: var(--color-3); */
    border: 0.758rem solid #b58063;
    width: 100%;
    /* height: 26.97rem; */
    /* height: 36.97rem; */
    overflow: hidden;
    padding: 0;
    float: none;
    /* border-radius: 2.424rem 2.424rem 0 0; */
}

#flash-overlay #table-chips-popup .popup-content .cards-list img {
    width: 100%;
    height: auto;
    /* object-fit: contain; */
}

#flash-overlay #table-chips-popup .popup-content .cards-list h3 {
    color: var(--color-0);
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    background-color: #b58063;
    padding: 0 0.3rem 0.8rem 0.3rem;
    font-family:'Roboto', sans-serif;
    letter-spacing: normal;

    /* border-radius: 0 0 2.424rem 2.424rem; */
}

#flash-overlay .card-preview {
    position: absolute;
    z-index: 9991;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--color-1);
    color: var(--color-0);
    /* opacity: 0;
    transform: scale(0);
    transition: all 1s ease-in; */
    display: none;
}

#flash-overlay .card-preview.open {
    /* opacity: 1;
    transform: scale(1); */
    display: flex;
}

#flash-overlay .card-preview-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#flash-overlay .card-preview .card-preview-header {}

#flash-overlay .card-preview .card-preview-footer {}

#flash-overlay .card-preview .card-preview-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    /* flex: 1;
    display: flex;

    justify-content: center; */
}

#flash-overlay .card-preview .close-preview-popup {
    /* display: none; */
    background: none;
    background-color: transparent;
    width: 5.545rem;
    height: 5.545rem;
    line-height: 5.545rem;
    top: 3.030rem;
    left: auto;
    right: 3.030rem;
    position: absolute;
}

#flash-overlay .card-preview .close-preview-popup:before {
    content: "\00d7";
    font-size: 10rem;
    font-weight: 100;
    font-family: sans-serif;
    width: 5.545rem;
    height: 5.545rem;
    line-height: 5.545rem;
    display: block;
    color: #b887c3;
}

#flash-overlay .card-preview .card-preview-content>div {
    align-self: stretch;
    margin: 0 2.5rem;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 40%;
    max-width: 40%;
}

#flash-overlay .card-preview {}

#flash-overlay .card-preview .card-body {
    border: 1.5rem solid #802a63;
    overflow: hidden;
    background-color: #b58063;
    border-radius: 3.6rem;
    box-shadow: 0px 0px 43px 0px rgba(205, 55, 55, 0.58);
    position: relative;
}

#flash-overlay .card-preview .card-body figure {
    position: relative;
    /*background-color: var(--color-3);
            */
    border: 1.2rem solid #b58063;
    width: 100%;
    /*height: 26.97rem;
            */
    /*height: 36.97rem;
            */
    overflow: hidden;
    padding: 0;
    float: none;
    /*border-radius: 2.424rem 2.424rem 0 0;
            */
    border-radius: 3.6rem;
}

#flash-overlay .card-preview .card-body img {
    width: 100%;
    height: auto;
    /* object-fit: contain; */
}

#flash-overlay .card-preview .card-body h3 {
    color: var(--color-0);
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 100;
    text-align: left;
    background-color: #b58063;
    padding: 3.5rem 3rem;
    /* border-radius: 0 0 2.424rem 2.424rem; */
}

#flash-overlay .card-description-wrapper {
    border: 1.5rem solid #802a63;
    overflow: hidden;
    background-color: #b58063;
    border-radius: 3.6rem;
    box-shadow: 0px 0px 43px 0px rgba(205, 55, 55, 0.58);
}

#flash-overlay .card-description {
    padding: 3.4rem 2.6rem;
    font-family: 'Myriad Pro';
    letter-spacing: normal;
}

#flash-overlay .card-description h1 {
    font-size: 24px;
    line-height: normal;
    color: #2a071f;
    text-transform: uppercase;
    font-weight: 100;
    text-align: left;
}

#flash-overlay .card-description h2 {
    font-size: 20px;
    line-height: normal;
    color: #ffe5c3;
    text-transform: uppercase;
    font-weight: 100;
    text-align: left;
}

#flash-overlay .card-description div {
    margin-top: 20px;
}

#flash-overlay .card-description h3 {
    font-size: 17px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffe5c3;
}

#flash-overlay .card-description p {
    font-size: 19px;
    line-height: normal;
    font-weight: normal;
    color: #2a071f;
    padding: 0;
}

#flash-overlay .card-description span {
    font-style: italic;
    margin-top: 10px;
    display: inline-block;
    /* color: #ffe5c3; */
    font-weight: bold;
}

 :root {
    --grid-offset: 1rem;
}

#flash-overlay .top-players-grid {
    display: flex;
    flex-direction: row;
    /* width: 100%; */
    margin: 0 calc(var(--grid-offset)*-1);
}

#flash-overlay .top-players-grid [data-role="row"] {
    display: flex;
    flex-direction: row;
}

#flash-overlay .top-players-grid [data-role="col"] {
    padding: 0 var(--grid-offset);
}

#flash-overlay .top-players-grid [data-role="col"]>[data-role="row"] {
    margin: 0 calc(var(--grid-offset)*-1);
}

#flash-overlay .top-players-grid>[data-role="col"]:first-child {
    flex: 1 0 30%;
    width: 30%;
    display: flex;
    flex-direction: column;
}



#flash-overlay .top-players-grid>[data-role="col"] {
    width: 100%;
}

#flash-overlay .top-players-grid [data-role="row"] [data-role="col"] {
    flex: 1;
}

#flash-overlay .top-players-grid h2 {
    color: #d093b0;
    font-size: 3.647em;
    line-height: 1.2em;
    margin-bottom: 0.645em;
    text-align: center;
}

#flash-overlay .top-players-grid h2>span {
    font-size: 1.355em;
    vertical-align: top;
    margin-left: 0.323em;
    display: inline-block;
}

#flash-overlay .top-players-total {
    text-align: right;
    padding: 2rem;
    display: none;
}

#flash-overlay .top-players-total .total {
    font-size: 3.2rem;
    color: #fff;
    text-transform: uppercase;
}

.moon-wrap{
    display: flex;
    align-items: center;

}
 :root {
    --moon-width: 528px;
    --moon-height: 95px;
}

.moon-wrapper {
    padding: 0rem 1.647em 5rem;
    display: flex;
    justify-content: flex-end;
    width: 100%;

}
#flash-overlay .top-players-grid .moon-wrap h2{
    text-align: right;
    display: flex;
    align-items: center;
}
#flash-overlay .top-players-grid .moon-wrap h2>span{
    font-size: 8.647rem;
    color: #ffffff;
    font-weight: normal;
    margin-right: 10px;
}
.moon2{
    width: var(--moon-width);
    height: var(--moon-height);
    background-image: url(../img/moon-phase.png);
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: repeat-x;
    position: relative;
    background-color: #3e0f2f;
}
.moon2:before{
    content: "";
    position: absolute;
    z-index: 10;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-image: url(../img/frame_moon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.moon2 span{
    position: absolute;
    right: 0;
    left: 0;
    top: 10px;
    color: #d093b0;
    font-size: 2.5rem;
    text-align: center;

}
.moon2 span::before{
    content: "|";
    font-size: 2rem;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;    }
    .media_container{
        display: none;
    }
    @media only screen and (max-width: 768px) {
        #keypad-input.configuration-notes {
            padding: 3em 0;
            width: 90%;
            margin: 0 auto;
        }
    }

/* mobile phones */
@media only screen and (orientation: portrait) and (max-aspect-ratio: 1/1) {
    #flash-overlay .cash-out h1 {
        font-size: 5em;
        margin-top: 1em;
    }
    #flash-overlay .cash-text {
        margin-top: 3em;
        font-size: 4em;
        color: rgb(255, 172, 227);
    }
    #flash-overlay .cash-notes {
        font-size: 2em;
        bottom: 0;
        position: absolute;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #flash-overlay #keypad-input.configuration-notes {
        width: 90%;
        height: 90dvh;
    }
}