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

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

@font-face {
    font-family: 'Conv_din1451m';
    src: url('../fonts/din1451m.eot');
    src: url('../fonts/din1451m.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din1451m.woff') format('woff'),
         url('../fonts/din1451m.ttf') format('truetype'),
         url('../fonts/din1451m.svg#din1451m') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_MyriadPro-Light';
    src: url('../fonts/MyriadPro-Light.eot');
    src: local('☺'), url('../fonts/MyriadPro-Light.woff') format('woff'), url('../fonts/MyriadPro-Light.ttf') format('truetype'), url('../fonts/MyriadPro-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

}

:root{
    --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);
}

html {
    font-size: 10px;
    width: 100%;
}

body {
    background-color: #050713;
    background-image: url(../img/backgrounds/dashboard-layout-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 100%;
    color: #7f7089;

    width: 100%;
    max-width: 100%;
    min-width: 100%;

    min-height: 100%;
    height: 100%;
    font-family: 'Conv_MyriadPro-Semibold', Myriad Pro, 'sans-serif';
    max-height: none;
    margin: 0;
}

#container{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* grid system */

.flex-row{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 41px;
}
#flash-overlay {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
}
#game-container #flash-overlay {
    display: none;
}
.flex-row.small-offset{
    margin-top: 0;
    margin-bottom: 30px;
    justify-content: center;
}

.flex-row:first-child{
    margin-top: 0;
}

/* .flex-row > .flex-column{} */

    .flex-row > .flex-column:first-child{
        width: 40.9%;
    }

    .flex-row > .flex-column:last-child{
        width: 90%;
    }

.flex-row .flex-item{
    flex: 1;
}

    .flex-row .flex-item:first-child{
        flex: 0 0 40.9%;
    }
.flex-row .flex-item a{
    outline-color: #7f7089;
    text-decoration: underline;
    color: #7f7089;
}
[data-align]{
    display: flex;
}
    [data-align^="center"] > *{
        align-self: center;
    }

    [data-align$="left"] > *{
        justify-self: flex-start;
    }

#header-wrapper{
    display: none;
}

#keypad-input,
#keypad-wrap {
    background: none;
}

#content-wrapper {
    background: none;
    border-radius: 6px;
    width: 100%;
    max-width: 90.5rem;
    max-height: none;
    min-height: 0;
    margin: 0 auto;
    position: relative;
    height: auto;

}

/*
#content-wrapper > *{
    display: none!important;
}

#content-wrapper > #logo-wrapper,
#content-wrapper > #keypad-wrap{
    display: block!important;
}
*/

/*
#logo-wrapper,
#content-wrapper>h2 {
    box-shadow: 0px 9px 26px -2px rgba(0, 0, 0, 0.38);
}
*/

#logo-wrapper {
    /* padding: 27px 50px; */
    text-align: center;
    height: 18.4rem;
    display: flex;
}

/*
#logo-wrapper .logo {
    display: inline-block;
    vertical-align: top;
}
*/

#logo-wrapper img {
    display: block;
    width: auto;
    height: 100%;
    margin: auto;
}

#content {
    padding: 0;
    /* padding: 36px 68px 22px 68px; */
}

/* box */

ul.info-box-black {
    color: #fface3;
    width: 100%;
    height: auto;
    position: static !important;

    float: none;
}

ul.info-box-black li {
    position: static;
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

ul.info-box-black.right {
    text-align: right;
    float: none;
}

.info-box-black .left-edge,
.info-box-black .right-edge {
    display: none;
}

ul.info-box-black li.middle {
    border: none;
    background-color: rgba(19, 25, 58, 0.25);
    border-radius: 5px;
    height: 55px;
    padding: 0 30px;
    width: 100%;
    position: static;
    box-shadow: var(--glow);
}

ul.info-box-black li.middle span.date,
ul.info-box-black li.middle span.time,
ul.info-box-black li.middle span.title {
    font-weight: 300;
    padding-top: 0;
    font-size: 24px;
    padding: 0;
    line-height: 55px;
    font-family: 'Conv_MyriadPro-Semibold', Myriad Pro, 'sans-serif';
}

/**/

#content-wrapper h2 {
    color: #7f7089;
    font-weight: 300;
    font-size: 22px;
    /* padding: 0 72px 22px 72px; */
    text-align: left;
    /* margin-bottom: 22px; */
    font-family: 'Conv_MyriadPro-Semibold', Myriad Pro, 'sans-serif';
    height: 65px;
}
input[type="password"]:focus, input[type="text"]:focus, input[type="submit"]:focus, select:focus, button:focus, textarea:focus {
    outline: none;
}
/* Key Content */

#keypad-wrap {
    /* padding: 0 0 0 120px; */
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    float: none;
    width: auto;
}

.keypad-content {
    margin-left: 0;
    display: block;
    width: 100%;
    /* display: inline-block;
    vertical-align: top; */
}

/* Buttons */

#keypad {
    height: auto;
    width: 100%;

    display: grid;

    /* grid-template-columns: repeat(3, 105px); */
    grid-template-columns: repeat(3, 103px);
    grid-template-rows: repeat(4, 103px);; 
    grid-gap: 30px;

    float: none;
}

#keypad .keypad-button,
#redeem-loyalty-page .redemption-keypad-button {
    /* width: 114px;
    height: 104px;
    margin: 7px; */
    width: 100%;
    margin: 0;
    grid-column: span 1;
    grid-row: span 1;
    height: auto;
    float: none;
    box-sizing: border-box;
}

#keypad #key-clear {
    /* width: calc(114px*2 + 14px) !important; */
    margin: 0;
    grid-column: span 2;
    grid-row: span 1;
    /* grid-column: span 8; */
    width: 100%!important;
}


#keypad .keypad-button{
    background: none;
    border: none;
    font-size: 48px;
    font-family: 'Conv_MyriadPro-Semibold', '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);
}


#keypad .keypad-button:hover{
    background: none;
    background-color:  rgba(186, 1, 180, 0.8);
}

#keypad .keypad-button:active{
    background: none;
    background-color:  rgba(186, 1, 180, 0.8);
}



#btn-login,
#redeem-loyalty-page button,
#btn-done,
#btn-tryagain {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
            
    background: none;
    border: 2px solid #405862;
    border-radius: 4px;
    background: #08090b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #08090b 0%, #1e2629 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #08090b 0%, #1e2629 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #08090b 0%, #1e2629 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08090b', endColorstr='#1e2629', GradientType=0);
    /* IE6-9 */
    text-shadow: none;
    font-size: 90px;
    font-family: 'franchise';
   
}

#btn-login:hover,
#redeem-loyalty-page button:hover,
#btn-done:hover,
#btn-tryagain:hover {
    background: #1e2629;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1e2629 0%, #1e2629 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e2629 0%, #1e2629 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e2629 0%, #1e2629 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2629', endColorstr='#1e2629', GradientType=0);
    /* IE6-9 */
}

#keypad #key-clear{
    background-image: url(../img/clear.png);
    background-repeat: no-repeat;
    background-position: center;
}

#keypad #key-clear p {
    background: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    /* margin: 29px 0;
    height: 43px; */
}

#keypad #key-clear p:after {
    content: "\2716";
    color: #12171a;
    font-size: 40px;
    display: inline-block;
    height: 43px;
    width: 68px;
    vertical-align: top;
    background-color: #fff;
    margin: 0;
    padding: 0;
    line-height: 43px;
    text-align: center;
}

#keypad #key-clear p:before {
    content: "";
    border-right: 15px solid #fff;
    border-top: 21.5px solid transparent;
    border-bottom: 21.5px solid transparent;
    display: inline-block;
    vertical-align: top;
}
#keypad-input .member-form-grid{
    display: flex;
    justify-content: space-between;
}
/* .reset-password .member-form-grid, .registration-input .member-form-grid {
    align-items: center;
} */

/* #keypad-input ul{
    display: none;
} */
#keypad-input .accept_terms label, #keypad-input .accept_radio_terms label{
    font-size: 2em;
    color: #ffffff;
    text-align: left;
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
}
#keypad-input .accept_terms > input:checked + label::before, #keypad-input .accept_radio_terms > input:checked + label::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 2.5rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: auto;
}

#keypad-input .member-form-grid .player-edit-container{
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 50%;
    max-width: 100%;
    margin-right: 5rem;
}
#keypad-input .player-edit-container:last-child {
    margin-right: 0;
}
#keypad-input.login-input,
#keypad-input.reset-password,
#keypad-input.forgotten-password,
#keypad-input.confirm-number,
#keypad-input.success,
#keypad-input.configuration-notes{

    padding: 3em 0;
    width: 55%;
    margin: 0 auto;
}
#keypad-input.reset-password{
    width: 80%;
}
#keypad-input.reset-password .member-form-grid .player-edit-container{
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 65%;
    max-width: 65%;
    margin-right: 5rem;
}
#keypad-input.reset-password .player-edit-container:last-child {
    margin-right: 0;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 35%;
    max-width: 35%;
    margin-right: 5rem;
}
#keypad-input.confirm-number{
    padding: 0;

}
.confirm-number .confirm-notes{
    text-align: center;
}
.confirm-number .confirm-notes a{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1em;
}
.confirm-number .confirm-notes a:hover, .confirm-number .confirm-notes a:active{
    color: #c64989;
}
.confirm-number p{
    color: #e566a7;
    font-size: 1.5em;
    text-align: center;
}
.confirm-number span{
    color: #ffffff;
    font-size: 3em;
    font-weight: bold;
}
.hidden{
    display:none;
}
#keypad-input #btn-login, #keypad-input #btn-cancel, #keypad-input #btn-confirm, #keypad-input #okBtn,
#keypad-input #android, #keypad-input #ios, .web-btn{
    box-sizing: border-box;
    border: 2px solid #c64989;
    background: none;

    font-size: 3.6em;
    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;
}
#keypad-input.forgotten-password .member-form-grid #btn-login,
#keypad-input.forgotten-password .member-form-grid #btn-cancel,
#keypad-input.reset-password #btn-login,
#keypad-input.reset-password #btn-cancel
{
    margin-top: 0;
}
#keypad-input #okBtn{
    margin: 0;
}
.left-btn{
    box-sizing: border-box;
    background: none;
    font-size: 1.4em;
    font-family: 'Conv_MyriadPro-Semibold', 'Conv_MyriadPro-Semibold', Myriad Pro, 'sans-serif';
    color: #fff;
    display: block;
    position: static;
    width: 100%;
    outline: none;
    border: none;
    text-decoration: underline;
    margin: 20px 0;
    padding: 0;
}
.left-btn-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#keypad-input.confirm-number .member-form-grid .player-edit-container{
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
    max-width: inherit;
    margin-right: 0;
}
.left-btn:hover, .left-btn:active {
    color: #c64989;
}
#keypad-input h3{
    color: #7f7089;
    font-size: 1.5em;
    text-align: center;
    margin: 0 0 2em 0;
}
#keypad-input.success h3{
    font-size: 2.5em;
}
#keypad-input .member-form-grid #btn-login, .web-btn{
    margin-right: 20px;
}
#keypad-input #btn-login:hover,  #keypad-input #btn-cancel:hover, #keypad-input #btn-confirm:hover, #keypad-input #okBtn:hover, .web-btn:hover {
    background-color: rgba(202, 74, 115, 0.25);
}

#keypad-input #btn-login:active,  #keypad-input #btn-cancel:active, #keypad-input #btn-confirm:active, #keypad-input #okBtn:active, .web-btn:active {
    background-color: rgba(202, 74, 115, 0.5);
}

#keypad-input #btn-login[disabled],  #keypad-input #btn-cancel[disabled], #keypad-input #btn-confirm[disabled], #keypad-input #okBtn[disabled], .web-btn[disabled] {
    background-color: rgba(70, 78, 91, 0.65);
    border: 2px solid #435064;
}
#keypad-input .input-wrapper.input-user{
    margin-top: 0;
}
#keypad-input .input-wrapper{
    height: 12em;
}

/* #keypad-input .input-wrapper{
    border: none;
    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;
} */
.registration-input .input-wrapper.input-username{
    margin-top: 0;

}
#keypad-input.configuration-notes h3{
    color:#fface3;
    font-size: 31px;
    margin-bottom: 5px;
    margin-top: 0;

    font-weight: 600;
}
#keypad-input .errorlist {
    color: #f8405a;
    font-size: 1.2em;
    margin-top: 0.7em;
    text-align: left;
    padding: 0;
}
#keypad-input .help-text-wrap{
    font-size: 1.2em;
    margin-top: 0.7em;
    text-align: left;
    padding: 0;
}
#keypad-input .help-text-error{
    color: #f8405a;
    font-size: 1.2em;
    margin-top: 0.7em;
    text-align: left;
    padding: 0;
}
#keypad-input .password-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5em;
    margin-top: 3em;
   
}
#keypad-input .password-info a, a.info-link {
    color: #ffffff;
    text-decoration: underline;
}
#keypad-input .password-info a:active, #keypad-input .password-info a:hover, a.info-link:hover, a.info-link:active {
color: #c64989;
}
.registration-input .password-info a:active, .registration-input .password-info a:hover {
    color: #c64989;
    }

#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: 25px 0 25px 0; */
    text-align: center;
    outline: none;
}
#keypad-input #id_sms_every_prize{
    background: none; 
    height: 35px;
    position: static;
    box-shadow: none;
    margin-top: 25px;

}
#keypad-input .input-wrapper input::placeholder{
    color: #c6498970;
    font-weight: 100;
    text-transform: lowercase;
}

/* Hide form fields for translation selection. */

#keypad-input .accept_terms > input, #keypad-input .accept_radio_terms > input {
    height: 30px;
    width: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #9f297b;
    cursor: pointer;
    margin-right: 20px;
    border: 2px solid #e464a1;
    padding: 0;
    margin-top: 0;
    display: block;
 
}
#keypad-input .accept_terms, #keypad-input .accept_radio_terms {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    text-align: left;
    position: relative;
    margin-top: 10px;
}

/*
.languages{
    float: right;
}
*/
#lang{
    background: transparent;
    color: #ffffff;
    border: none;
    box-shadow: var(--glow);
    height: 2.5em;
    width: 5.5em;
    margin-right: 2px;
    padding: 0 8px;
    font-weight: bold;
    background-image: linear-gradient(45deg, transparent 50%, #621180 50%), linear-gradient(135deg, #621180 50%, transparent 50%);
    background-position: calc(100% - 12px) calc(1em + 0px), calc(100% - 6px) calc(1em + 0px), 100% 0;
    background-size: 7px 7px, 7px 7px, 2.5em 2.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;

}
#lang option{
    color: #ffffff;
    background-color: #0c0123;
    font-weight: bold;
}
.languages{
    position: absolute;
    right: 0;
    top: 50px;
    width: 23em;
}
.languages .languages-label{
    text-transform: none;
    color: #ffffff;
    font-weight: 100;
    line-height: 22px;
    font-size: 18px;
    /* float: left; */
    font-family: 'Conv_MyriadPro-Semibold', Myriad Pro, 'sans-serif';
    text-align: right;
    margin-right: 1em;
}

.languages nav{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}

.languages nav > a{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin-left: 16px;
    font-size: 0;

    position: relative;
    border: 3px solid transparent;
    transition: all .3s ease-in;
    box-shadow: none;
    border-radius: 3px;
}

.languages nav > a.active{
    border-color: #b6c8cf;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.58);
    pointer-events: none;
}

.languages nav > a:before{
    content: "";
    width: 54px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    transition: all .1s ease-in;
    background-color: #666;
}

.languages nav > a[data-lang]:before{
    transition: all .3s ease-in;
    background: 
        linear-gradient(
        rgba(0, 0, 0, 0.45), 
        rgba(0, 0, 0, 0.45)
        ),
        url(../img/flag-36.jpg) no-repeat;
}

.languages nav > a[data-lang]:hover:before,
.languages nav > a[data-lang].active:before{
    background: 
        linear-gradient(
        rgba(0, 0, 0, 0), 
        rgba(0, 0, 0, 0)
        ),
        url(../img/flag-36.jpg) no-repeat;
}

.languages nav > a[data-lang="en-us"]:before{
    background-position: 0 0!important;
}

.languages nav > a[data-lang="nb-no"]:before{
    background-position: -55px 0!important;
}

.languages nav > a[data-lang="th-th"]:before{
    
    background-position: -110px 0!important;
    /* visibility: hidden;
    height: 0px;
    width: 0px; */
}

.languages nav > a[data-lang="vi-vn"]:before{
    display: none;
    background-position: -165px 0!important;
    /* visibility: hidden;
    height: 0px;
    width: 0px; */
}

.languages nav > a[data-lang="th-th"],
.languages nav > a[data-lang="vi-vn"]{
    display: none;
}
 /* BankID button */
#bankid-login-btn {
    background-color: #39134C;
    color: #FFFFFF;
    height: 48px;
    border-radius: 40px;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    padding: 24px;
}
#bankid-login-btn:hover {
    background-color: #470D70;
}
#bankid-login-btn img {
    height: 22px;
    vertical-align: middle;
}
 /* BankID button */
.bankid-auth-container .inner-title {
    text-align: center;
    padding: 0;
    margin: 20px 0;
    font-size: 18px;
    height: 35px;
}

/*
.playing-too-much-container {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    white-space: pre;
}

.playing-too-much-container img {
    margin: 0px 55px 0px 55px;
    vertical-align: middle;
}
*/

.playing-too-much-container{
    font-size: 2em;
    line-height: 51px;
    font-weight: 300;
    font-family: 'Conv_MyriadPro-Regular', 'Conv_MyriadPro-Semibold', Myriad Pro, 'sans-serif';
}

.playing-too-much-container .flex-item:first-child{
    text-align: left;
    white-space: nowrap;
}

.playing-too-much-container img{
    display: inline-block;
    width: 51px;
    height: 51px;
    vertical-align: top;
    margin-right:14px;
}

@media only screen and (max-width: 970px) {
    .languages {
        right: 25px;
      
    }
    #keypad-input.reset-password{
        width: 100%;

    }
    /* #keypad-input .accept_terms > input:checked + label::before{
        left: 2.4rem;
    } */

  
   
}
#keypad-input .member-form-mobile.margin-top {
    margin-top: 3em;
}

.input-password {
    position: relative;
    margin-bottom: 20px;
}

.reset-password-container{
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}
.reset-form-container {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    border-radius: 8px;
    font-family: 'Conv_MyriadPro-Semibold', 'Conv_MyriadPro-Semibold', Myriad Pro, 'sans-serif';
    font-size: 12px;
}
.logo-img {
  text-align: center;
  margin-bottom: 20px;
}
.logo-img img {
    height: 7em;
}
.container-title {
  text-align: center;
  margin-bottom: 10px;
}
#eye-icon, #eye-slash-icon {
    font-size: 2rem;
    color: #fface3;
}
.instructions {
  text-align: center;
  margin-bottom: 30px;
}

.reset-form-container label {
  display: block;
  margin-top: 15px;
}

.reset-form-container input[type="text"], .reset-form-container input[type="number"], .reset-form-container input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    box-sizing: border-box;
    display: block;
    position: static;
    height: auto;
    float: none;
    transition: all .3s ease-in;
    border-radius: 5px;
    text-decoration: none;

    font-size: 1.2em;
    color: #c64989;
    background-color: rgba(19, 25, 58, 0.25);
    box-shadow: var(--glow);
    text-align: center;
    outline: none;
    border: none;
}
#eye-slash-icon {
    display: none;
}
.password-wrapper {
  position: relative;
}
#toggle-password {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.password-hint {
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}
.reset-form-container .remember-me {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.resend-text {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #7f7089;
}
.resend-link {
    margin-top: 5px;
    font-size: 12px;
    color: #7f7089;
    text-decoration: underline;
}
.reset-form-container .button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.reset-form-container .button-group button {
    background: none;
    box-sizing: border-box;
    border: 2px solid #c64989;
    border-radius: 5px;
    color: #fff;
    display: block;
    float: none;
    font-size: 1.2em;
    height: 55px;
    padding: 10px 20px;
    position: static;
    text-decoration: none;
    transition: all .3s ease-in;
    width: 45%;
}
.pop-up button {
    border: none;
    text-shadow: none;
    background-color:  rgba(186, 1, 180, 0.8);
    color: #fface3;
    padding: 10px;
    border-radius: 5px;
}
.reset-form-container .button-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.reset-password-errors {
    color: red;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.errors {
    display: none;
}
.pop-up {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    z-index: 1;
    display: block;
}
.popup-background {
    height: 100dvh;
    width: 100dvw;
    background-color: #000000c4;
    position: absolute;
    display: none;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    #keypad-input.login-input, #keypad-input.reset-password, #keypad-input.forgotten-password, #keypad-input.confirm-number, #keypad-input.success, #keypad-input.configuration-notes {
        width: 60%;
    }
    #keypad-input.reset-password{
        width: 100%;
    }
    #keypad-input .errorlist, #keypad-input .help-text {

        font-size: 1em;
        margin-top: 0.7em;

    }
    .reset-form-container {
        margin: 0 20px;
        padding: 5px 20px;
    }
    .reset-form-container .button-group {
        flex-direction: column;
        gap: 20px;
    }
    .reset-form-container .button-group button {
        width: 100%;
   }
    #keypad-input.reset-password .member-form-grid .player-edit-container:last-child {
        margin-right: 0;
        flex-shrink: 1;
        flex-grow: 1;
        flex-basis: 30%;
        max-width: 30%;
        margin-right: 5rem;
    }
    #keypad-input.reset-password .member-form-grid .player-edit-container {
        flex-shrink: 1;
        flex-grow: 1;
        flex-basis: 70%;
        max-width: 70%;
        margin-right: 5rem;
    }
    .flex-row {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .playing-too-much-container {
        font-size: 2em;
        line-height: 36px;
    }
    #keypad-input #btn-login, #keypad-input #btn-cancel, #keypad-input #btn-confirm, #keypad-input #okBtn {
        font-size: 2.6em;
    }
   
    #keypad-input .accept_terms label, #keypad-input .accept_radio_terms label {
        font-size: 1.6em;

    }
    #keypad-input .accept_terms > input:checked + label::before {
        content: '\2713';
        display: block;
        text-align: center;
        color: #ffffff;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        font-size: 2.5rem;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: auto;
    }
}
@media only screen and (max-width: 600px) {
    #keypad-input.login-input, #keypad-input.forgotten-password, #keypad-input.confirm-number, #keypad-input.configuration-notes {
        width: 90%;
    }
    #keypad-input input[type=password], #keypad-input input {
        font-size: 2.2em;
    }
    #keypad-input.reset-password, #keypad-input.registration-input{
        width: 100%;
    }
    #keypad-input .accept_terms {
        display: flex;
        cursor: pointer;
        position: relative;
        justify-content: center;
        align-items: center;
    }
    /* #keypad-input .accept_terms > input:checked + label::before {
        content: '\2713';
        display: block;
        text-align: center;
        color: #ffffff;
        position: absolute;
        left: 4.5rem;
        top: -3px;
        font-size: 2.5rem;
    } */
    #keypad-input .member-form-grid #btn-login {
        margin-right: 0;
    }
    #keypad-input.reset-password .member-form-grid .player-edit-container:last-child,
    #keypad-input.registration-input .member-form-grid .player-edit-container:last-child {
        margin-right: 0;
        flex-shrink: 1;
        flex-grow: 1;
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0;
        width: 100%;
    }
    #keypad-input.reset-password .member-form-grid .player-edit-container,
    #keypad-input.registration-input .member-form-grid .player-edit-container {
        flex-shrink: 1;
        flex-grow: 1;
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0;
        width: 100%;
    }
    #keypad-input.reset-password  .member-form-grid #btn-login,
    #keypad-input.registration-input  .member-form-grid #btn-login {
        margin-right: 0;
    }
    .languages nav {
        flex-direction: column;
        align-items: flex-end;
    }
    .languages {
        width: 15em;
    }
    .languages .languages-label {
        margin: 0 0 20px 0;
    }
    #keypad-input .member-form-grid .player-edit-container {
        flex-shrink: 1;
        flex-grow: 1;
        flex-basis: 100%;
        max-width: 100%;
        margin: 0;
    }
    #keypad-input .member-form-grid {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
    }
    #keypad-input .member-form-mobile{
        display: block;;
    }
    #keypad-input .member-form-mobile .player-edit-container:first-child{
        margin-top: 3em;
    }
  
   
   
}
/* mobile phones */
@media only screen and (orientation: portrait) and (max-aspect-ratio: 1/1) {
    #keypad-input.reset-password, #keypad-input.forgotten-password, #keypad-input.success, #keypad-input.registration-input, #keypad-input.login-input {
        font-size: 2em;
        width: 100%;
        height: 85dvh;
        padding: 0;
    }
    #keypad-input.forgotten-password {
        top: 5%;
        position: relative;
        display: block;
    }
    #keypad-input .input-wrapper {
        height: 5em;
        margin-bottom: 4em;
    }
    #keypad-input .input-password {
        height: 190px;
    }
    #keypad-input .member-form-grid {
        display: block;
        margin-bottom: 2em;
    }
    #keypad-input.registration-input .member-form-grid {
        display: flow-root;
    }

    button#toggle-password {
        font-size: 30px;
    }

    /* Start PEP position scroll */
    #keypad-input.registration-input .pep-position {
        overflow-x: scroll;
        height: 65dvh;
    }
    #keypad-input.registration-input .pep-position::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    #keypad-input.registration-input .pep-position::-webkit-scrollbar:vertical {
        width: 12px;
    }
    #keypad-input.registration-input .pep-position::-webkit-scrollbar:horizontal {
        display: none;
    }
    #keypad-input.registration-input .pep-position::-webkit-scrollbar-thumb {
        background-color: #e15fa8;
        border-radius: 10px;
    }
    #keypad-input.registration-input .pep-position::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ddd;
    }
    /* End PEP position scroll */

    #keypad-input label {
        font-size: 2em;
        height: unset;
        margin-bottom: 2em;
    }
    #keypad-input.reset-password .member-form-grid .player-edit-container {
        max-width: 100%;
        width: 100%;
        max-height: 4em;
    }
    #keypad-input input[type=password], #keypad-input input {
        height: 2em;
    }
    #keypad-input .help-text-wrap {
        margin-top: 1.7em;
        font-size: 1.5em;
    }
    #keypad-input #btn-login, .web-btn, #keypad-input #btn-cancel, #keypad-input #okBtn {
        margin-bottom: 30px;
        height: 2em;
        line-height: 2em;
    }
    #keypad-input.registration-input #btn-login {
        position: absolute;
    }
    #keypad-input .accept_terms > input, #keypad-input .accept_radio_terms > input {
        height: 60px;
        width: 60px;
    }
    #keypad-input.forgotten-password .title {
        margin: 2em 0;
    }
    .playing-too-much-container {
        position: absolute;
        font-size: 3em;
        bottom: 2em;
    }
    #content-wrapper {
        height: 100dvh;
    }
    .bankid-auth-container .inner-title {
        margin: 50px 0;
        font-size: 2em;
    }
    .bankid-auth-container {
        margin-top: 50px;
    }
    #bankid-login-btn {
        font-size: 1.8em;
        line-height: 3.5em;
        padding: 50px 26px;
    }
    #keypad-input .errorlist {
        font-size: 30px;
    }
    #keypad-input .password-info {
        font-size: 2em;
    }
    #lang option {
        font-size: 15px;
    }
    .languages .languages-label, #lang {
        font-size: 3em;
    }
    #content-wrapper .languages {
        margin: 50px;
        width: 100%;
        position: relative;
        display: block;
    }
    #content-wrapper nav {
        display: block;
    }
    #content-wrapper .languages-container {
        margin-bottom: 50px;
    }
    #keypad-input.identity-container {
        width: 70%;
        font-size: 2em;
        line-height: 4em;
    }
    #keypad-input .accept_terms, #keypad-input .accept_radio_terms {
        margin-top: 5em;
    }
    #keypad-input .accept_terms label, #keypad-input .accept_radio_terms label {
        margin-bottom: 0;
    }
    #keypad-input .accept_terms > input:checked + label::before, #keypad-input .accept_radio_terms > input:checked + label::before {
        font-size: 7.5rem;
        line-height: 50px;
    }
    #keypad-input .input-username .errorlist {
        margin-top: 2em;
    }
}