*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212121;
    text-align: left;
    background-color: #fff;
}

html, body {
    height: 100%;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

a {
    color: #01aea0;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    text-decoration: underline;
}

a:focus, input:focus, select:focus {
    outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.text-center {
    text-align: center !important;
}

.position-relative {
    position: relative !important;
}

.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
}

.modal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* grid start */
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

[class*=col-] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

/* grid end */
/* sprite start */
.certified-container {
    text-align: center;
    padding: 1rem;
    color: #000;
}
.certified-container ul, .certified-container li {
    margin: 0;
    padding: 0;
}
.certified-container ul {
    list-style: none;
}
.certified-container li {
    margin: 0.25rem;
    display: flex;
    align-items: center;
}
.certified-container li.certified-logo-white-li {
    display: none;
}
.certified-container p {
    font-size: 0.875rem;
}

.certified-logo {
    background: url("../images/certified-sprite.png") no-repeat top left;
    height: 24px;
    display: block;
    text-indent: -9999px;
    text-align: left;
    overflow: hidden;
}
@media (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .certified-logo {
        /* Serving 2x image on Retina display */
        background-image: url("../images/certified-sprite@2x.png");
        background-size: 230px 130px;
    }
}
.certified-logo.gamestop {
    background-position: 0 0;
    width: 113px;
}
.certified-logo.gamestop-white {
    background-position: 0 -26px;
    width: 112px;
}
.certified-logo.gambling-commission {
    background-position: 0 -52px;
    width: 80px;
}
.certified-logo.gambling-commission-white {
    background-position: 0 -78px;
    width: 80px;
}
.certified-logo.be-gamble-aware {
    background-position: -115px 0;
    width: 113px;
    height: 15px;
}
.certified-logo.be-gamble-aware-white {
    background-position: -115px -17px;
    width: 113px;
    height: 15px;
}
.certified-logo.london-stock-exchange {
    background-position: -115px -34px;
    width: 72px;
}
.certified-logo.london-stock-exchange-white {
    background-position: -115px -60px;
    width: 72px;
}
.certified-logo.gamcare-certified {
    background-position: 0 -104px;
    width: 47px;
}
.certified-logo.gamcare-certified-white {
    background-position: -49px -104px;
    width: 47px;
}
.certified-logo.age-18-red {
    background-position: -189px -34px;
    width: 24px;
}
.certified-logo.age-18-white {
    background-position: -189px -60px;
    width: 24px;
}

/* sprite end */
.img-fluid {
    max-width: 100%;
    width: 100%;
}

.img-404 {
    max-width: 20rem;
}

.header {
    background-color: #212121;
    padding: 0.5rem;
}
@media only screen and (min-width: 768px) {
    .header {
        padding: 1rem;
    }
}

.brand-logo {
    display: none;
    max-width: 110px;
}
@media only screen and (min-width: 768px) {
    .brand-logo {
        max-width: 128px;
    }
}

.content-wrapper {
    padding: 0.5rem;
}
@media only screen and (min-width: 768px) {
    .content-wrapper {
        padding: 1rem;
    }
}

.form-inner-wrapper {
    background-color: inherit;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .form-inner-wrapper {
        padding: 0;
    }
}

.container {
    max-width: 600px;
    margin: 0 auto;
}

.close-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    background-color: #c51162;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    padding: 0;
}
.close-btn:before, .close-btn:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: " ";
    height: 60%;
    width: 12%;
    background-color: #fff;
    border-radius: 0.313rem;
}
.close-btn:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.form-inner {
    background-color: #f7f3ec;
    padding: 1rem;
    border-radius: 0.313rem;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .form-inner {
        border-radius: 0.313rem;
    }
}

.page-title {
    font-size: 1.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212121;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #212121;
    border-radius: 0.313rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #212121;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control ::placeholder {
    color: #A0A0A0;
    opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #dee2e6;
    color: #6c757d;
    opacity: 1;
}

select.form-control {
    padding-right: 1.75rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.2 8'%3E%3Cpolygon fill='%23343a40' points='4.6,8 0,0 9.2,0 '/%3E%3C/svg%3E%0A") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-has-icon {
    padding-right: 5.5rem;
}

.form-icon-container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visa-master-input-container span {
    opacity: 0.5;
}
.visa-master-input-container span.mastercard {
    margin-right: 0.25rem;
}
.visa-master-input-container span.active {
    opacity: 1;
}

.btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    color: #fff;
    background-color: #c51162;
    border: 0;
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 5rem;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    min-width: 140px;
}
.btn:hover {
    color: #fff;
    background-color: #a20e50;
    border-color: transparent;
    text-decoration: none;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-block {
    display: block;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .btn-md-inline-block {
        display: inline-block;
        width: auto;
    }
}

.js_server_result {
    display: none;
}

.modal-open {
    overflow: hidden;
}

.modal-overlay {
    color: #FFF;
    padding: 1rem;
}

.message-wrapper-inner {
    background-color: #fff;
    color: #000;
    padding: 1rem;
    border-radius: 0.313rem;
    max-width: 320px;
    flex-basis: 320px;
    text-align: center;
}

.js_message_text {
    padding-bottom: 1rem;
}

.secure-logo-container img, .mastercard img, .visa img {
    display: none;
}

.visa .card-logo, .visa .card-logo-if-dark {
    width: 36px;
}

.secure-logo-container [class*=-white] {
    display: none;
}

body.js_style_drslot {
    color: #0e2f3d;
    background-color: #fff;
}
body.js_style_drslot a {
    color: #06bbd4;
}
body.js_style_drslot .certified-container {
    padding: 1rem;
    color: #000;
}
body.js_style_drslot .header {
    background-color: #000;
}
body.js_style_drslot .brand-logo {
    max-width: 110px;
}
@media only screen and (min-width: 768px) {
    body.js_style_drslot .brand-logo {
        max-width: 128px;
    }
}
body.js_style_drslot .close-btn {
    background-color: #06bbd4;
}
body.js_style_drslot .close-btn:before, body.js_style_drslot .close-btn:after {
    height: 60%;
    width: 14%;
    background-color: #fff;
    border-radius: 0.25rem;
}
body.js_style_drslot .content-wrapper {
    padding: 0.5rem;
}
@media only screen and (min-width: 768px) {
    body.js_style_drslot .content-wrapper {
        padding: 1rem;
    }
}
body.js_style_drslot .form-inner-wrapper {
    background-color: inherit;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_drslot .form-inner-wrapper {
        padding: 0;
    }
}
body.js_style_drslot .container {
    max-width: 600px;
}
body.js_style_drslot .form-inner {
    background-color: #e7eded;
    border-radius: 0.25rem;
}
@media only screen and (min-width: 768px) {
    body.js_style_drslot .form-inner {
        border-radius: 0.25rem;
    }
}
body.js_style_drslot .form-control {
    height: 2.5rem;
    color: #0e2f3d;
    background-color: #fff;
    border: none;
    border-radius: 0.25rem;
}
body.js_style_drslot .form-control:focus {
    color: #0e2f3d;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
body.js_style_drslot .form-control ::placeholder {
    color: #A0A0A0;
}
body.js_style_drslot .form-control:disabled, body.js_style_drslot .form-control[readonly] {
    background-color: #dee2e6;
    color: #6c757d;
}
body.js_style_drslot select.form-control {
    background-color: #fff;
}
body.js_style_drslot .btn {
    color: #000;
    background-color: #fe8024;
    border-radius: 0.25rem;
    font-weight: 500;
}
body.js_style_drslot .btn:hover {
    color: #fff;
    background-color: #fb6a01;
    border-color: transparent;
    text-decoration: none;
}
body.js_style_mrspin {
    color: #082836;
    background-color: #f7f3fb;
}
body.js_style_mrspin a {
    color: #59c54e;
}
body.js_style_mrspin .certified-container {
    padding: 1rem;
    color: #082836;
}
body.js_style_mrspin .header {
    background-color: #082836;
}
body.js_style_mrspin .brand-logo {
    max-width: 110px;
}
@media only screen and (min-width: 768px) {
    body.js_style_mrspin .brand-logo {
        max-width: 128px;
    }
}
body.js_style_mrspin .close-btn {
    background-color: #f9d53f;
}
body.js_style_mrspin .close-btn:before, body.js_style_mrspin .close-btn:after {
    height: 60%;
    width: 14%;
    background-color: #082836;
    border-radius: 0.25rem;
}
body.js_style_mrspin .content-wrapper {
    padding: 0.5rem;
}
@media only screen and (min-width: 768px) {
    body.js_style_mrspin .content-wrapper {
        padding: 1rem;
    }
}
body.js_style_mrspin .form-inner-wrapper {
    background-color: inherit;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_mrspin .form-inner-wrapper {
        padding: 0;
    }
}
body.js_style_mrspin .container {
    max-width: 600px;
}
body.js_style_mrspin .form-inner {
    background-color: #fff;
    border-radius: 0.25rem;
}
@media only screen and (min-width: 768px) {
    body.js_style_mrspin .form-inner {
        border-radius: 0.25rem;
    }
}
body.js_style_mrspin .form-control {
    height: 2.5rem;
    color: #082836;
    background-color: #fff;
    border: 2px solid #082836;
    border-radius: 0.25rem;
}
body.js_style_mrspin .form-control:focus {
    color: #082836;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: none;
}
body.js_style_mrspin .form-control ::placeholder {
    color: #A0A0A0;
}
body.js_style_mrspin .form-control:disabled, body.js_style_mrspin .form-control[readonly] {
    background-color: #e9ecef;
    color: #6c757d;
}
body.js_style_mrspin select.form-control {
    background-color: #fff;
}
body.js_style_mrspin .btn {
    color: #000;
    background-color: #59c54e;
    border-radius: 0.25rem;
    font-weight: 500;
}
body.js_style_mrspin .btn:hover {
    color: #fff;
    background-color: #46b23a;
    border-color: transparent;
    text-decoration: none;
}
body.js_style_pocketwin {
    color: #333;
    background-color: #f1eded;
}
body.js_style_pocketwin a {
    color: #333;
}
body.js_style_pocketwin .certified-container {
    padding: 1rem;
    color: #333;
}
body.js_style_pocketwin .header {
    background-color: #ba294e;
}
body.js_style_pocketwin .brand-logo {
    max-width: 110px;
}
@media only screen and (min-width: 768px) {
    body.js_style_pocketwin .brand-logo {
        max-width: 128px;
    }
}
body.js_style_pocketwin .close-btn {
    background-color: #ba294e;
}
body.js_style_pocketwin .close-btn:before, body.js_style_pocketwin .close-btn:after {
    height: 60%;
    width: 12%;
    background-color: #fff;
    border-radius: 0.25rem;
}
body.js_style_pocketwin .content-wrapper {
    padding: 0.5rem;
}
@media only screen and (min-width: 768px) {
    body.js_style_pocketwin .content-wrapper {
        padding: 1rem;
    }
}
body.js_style_pocketwin .form-inner-wrapper {
    background-color: inherit;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_pocketwin .form-inner-wrapper {
        padding: 0;
    }
}
body.js_style_pocketwin .container {
    max-width: 600px;
}
body.js_style_pocketwin .form-inner {
    background-color: #fff;
    border-radius: 0.25rem;
}
@media only screen and (min-width: 768px) {
    body.js_style_pocketwin .form-inner {
        border-radius: 0.25rem;
    }
}
body.js_style_pocketwin .form-control {
    height: 2.5rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}
body.js_style_pocketwin .form-control:focus {
    color: #333;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: none;
}
body.js_style_pocketwin .form-control ::placeholder {
    color: #A0A0A0;
}
body.js_style_pocketwin .form-control:disabled, body.js_style_pocketwin .form-control[readonly] {
    background-color: #e9ecef;
    color: #6c757d;
}
body.js_style_pocketwin select.form-control {
    background-color: #fff;
}
body.js_style_pocketwin .btn {
    color: #fff;
    background-color: #ba294e;
    border-radius: 5rem;
    font-weight: 500;
}
body.js_style_pocketwin .btn:hover {
    color: #fff;
    background-color: #9b2241;
    border-color: transparent;
    text-decoration: none;
}
body.js_style_cashmo {
    color: #fff;
    background-color: #282b37;
}
body.js_style_cashmo a {
    color: #06bbd4;
}
body.js_style_cashmo .certified-container {
    padding: 1rem;
    color: #fff;
}
body.js_style_cashmo .header {
    background-color: #282b37;
    border-bottom: 2px solid #fff;
}
body.js_style_cashmo .brand-logo {
    max-width: 110px;
}
@media only screen and (min-width: 768px) {
    body.js_style_cashmo .brand-logo {
        max-width: 128px;
    }
}
body.js_style_cashmo .close-btn {
    background-color: #f1d765;
}
body.js_style_cashmo .close-btn:before, body.js_style_cashmo .close-btn:after {
    height: 58%;
    width: 12%;
    background-color: #282b37;
    border-radius: 0.35rem;
}
body.js_style_cashmo .content-wrapper {
    padding: 0.5rem;
}
@media only screen and (min-width: 768px) {
    body.js_style_cashmo .content-wrapper {
        padding: 1rem;
    }
}
body.js_style_cashmo .form-inner-wrapper {
    background-color: inherit;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_cashmo .form-inner-wrapper {
        padding: 0;
    }
}
body.js_style_cashmo .container {
    max-width: 600px;
}
body.js_style_cashmo .form-inner {
    background-color: #484b55;
    border-radius: 0.35rem;
}
@media only screen and (min-width: 768px) {
    body.js_style_cashmo .form-inner {
        border-radius: 0.35rem;
    }
}
body.js_style_cashmo .form-control {
    height: 2.5rem;
    color: #282b37;
    background-color: #fff;
    border: none;
    border-radius: 0.35rem;
}
body.js_style_cashmo .form-control:focus {
    color: #282b37;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
body.js_style_cashmo .form-control ::placeholder {
    color: #A0A0A0;
}
body.js_style_cashmo .form-control:disabled, body.js_style_cashmo .form-control[readonly] {
    background-color: #dee2e6;
    color: #6c757d;
}
body.js_style_cashmo select.form-control {
    background-color: #fff;
}
body.js_style_cashmo .btn {
    color: #000;
    background-color: #f1d765;
    border-radius: 0.35rem;
    font-weight: 700;
}
body.js_style_cashmo .btn:hover {
    color: #000;
    background-color: #eece42;
    border-color: transparent;
    text-decoration: none;
}
body.js_style_cashmo .secure-logo-container img.ssl-logo {
    display: none;
}
body.js_style_cashmo .secure-logo-container img.ssl-logo-if-dark {
    display: block;
}
body.js_style_cashmo .certified-container li {
    display: none;
}
body.js_style_cashmo .certified-container li.certified-logo-white-li {
    display: flex;
}
body.js_style_casino2020 {
    color: #1c1c1c;
    background-color: #dee2e6;
}
body.js_style_casino2020 a {
    color: #03bbff;
}
body.js_style_casino2020 .certified-container {
    padding: 1rem;
    color: #000;
}
body.js_style_casino2020 .header {
    background-color: #fff;
}
body.js_style_casino2020 .brand-logo {
    max-width: 110px;
}
@media only screen and (min-width: 768px) {
    body.js_style_casino2020 .brand-logo {
        max-width: 128px;
    }
}
body.js_style_casino2020 .close-btn {
    background-color: #1c1c1c;
}
body.js_style_casino2020 .close-btn:before, body.js_style_casino2020 .close-btn:after {
    height: 60%;
    width: 12%;
    background-color: #fff;
    border-radius: 1.5rem;
}
body.js_style_casino2020 .content-wrapper {
    padding: 0.5rem;
}
@media only screen and (min-width: 768px) {
    body.js_style_casino2020 .content-wrapper {
        padding: 1rem;
    }
}
body.js_style_casino2020 .form-inner-wrapper {
    background-color: inherit;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_casino2020 .form-inner-wrapper {
        padding: 0;
    }
}
body.js_style_casino2020 .container {
    max-width: 600px;
}
body.js_style_casino2020 .form-inner {
    background-color: #fff;
    border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
    body.js_style_casino2020 .form-inner {
        border-radius: 1.5rem;
    }
}
body.js_style_casino2020 .form-control {
    height: 2.5rem;
    color: #1c1c1c;
    background-color: #fff;
    border: 2px solid #6c757d;
    border-radius: 5rem;
}
body.js_style_casino2020 .form-control:focus {
    color: #1c1c1c;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: none;
}
body.js_style_casino2020 .form-control ::placeholder {
    color: #A0A0A0;
}
body.js_style_casino2020 .form-control:disabled, body.js_style_casino2020 .form-control[readonly] {
    background-color: #dee2e6;
    color: #6c757d;
}
body.js_style_casino2020 select.form-control {
    background-color: #fff;
}
body.js_style_casino2020 .btn {
    color: #fff;
    background-color: #03bbff;
    border-radius: 5rem;
    font-weight: 700;
}
body.js_style_casino2020 .btn:hover {
    color: #fff;
    background-color: #00a0dc;
    border-color: transparent;
    text-decoration: none;
}
body.js_style_bonusboss {
    color: #000;
    background-color: #112432;
}
body.js_style_bonusboss a {
    color: #77E58C;
}
body.js_style_bonusboss .certified-container {
    padding: 1rem;
    color: #fff;
}
body.js_style_bonusboss .header {
    background-color: #112432;
}
body.js_style_bonusboss .brand-logo {
    max-width: 130px;
}
@media only screen and (min-width: 768px) {
    body.js_style_bonusboss .brand-logo {
        max-width: 140px;
    }
}
body.js_style_bonusboss .close-btn {
    background-color: #112432;
}
body.js_style_bonusboss .close-btn:before, body.js_style_bonusboss .close-btn:after {
    height: 60%;
    width: 14%;
    background-color: #fff;
    border-radius: 0.9rem;
}
body.js_style_bonusboss .content-wrapper {
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_bonusboss .content-wrapper {
        padding: 0;
    }
}
body.js_style_bonusboss .form-inner-wrapper {
    background-color: #E2F3FF;
    padding: 1rem;
}
@media only screen and (min-width: 768px) {
    body.js_style_bonusboss .form-inner-wrapper {
        padding: 1rem;
    }
}
body.js_style_bonusboss .container {
    max-width: 600px;
}
body.js_style_bonusboss .form-inner {
    background-color: #fff;
    border-radius: 0.9rem;
}
@media only screen and (min-width: 768px) {
    body.js_style_bonusboss .form-inner {
        border-radius: 0.9rem;
    }
}
body.js_style_bonusboss .form-control {
    height: 2.5rem;
    color: #112432;
    background-color: #E7EDED;
    border: none;
    border-radius: 5rem;
}
body.js_style_bonusboss .form-control:focus {
    color: #112432;
    background-color: #E7EDED;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
body.js_style_bonusboss .form-control ::placeholder {
    color: #A0A0A0;
}
body.js_style_bonusboss .form-control:disabled, body.js_style_bonusboss .form-control[readonly] {
    background-color: #dee2e6;
    color: #6c757d;
}
body.js_style_bonusboss select.form-control {
    background-color: #E7EDED;
}
body.js_style_bonusboss .btn {
    color: #000;
    background-color: #77E58C;
    border-radius: 5rem;
    font-weight: 700;
}
body.js_style_bonusboss .btn:hover {
    color: #000;
    background-color: #57df71;
    border-color: transparent;
    text-decoration: none;
}
body.js_style_bonusboss .certified-container li {
    display: none;
}
body.js_style_bonusboss .certified-container li.certified-logo-white-li {
    display: flex;
}
body .secure-logo-container img.ssl-logo {
    display: block;
}
body .mastercard .card-logo, body .visa .card-logo {
    display: block;
}

body.js_style_mfortune .logo-mfortune {
    display: block;
}
body.js_style_drslot .logo-drslot {
    display: block;
}
body.js_style_mrspin .logo-mrspin {
    display: block;
}
body.js_style_pocketwin .logo-pocketwin {
    display: block;
}
body.js_style_cashmo .logo-cashmo {
    display: block;
}
body.js_style_casino2020 .logo-casino2020 {
    display: block;
}
body.js_style_bonusboss .logo-bonusboss {
    display: block;
}
body.js_style_mfortune[game=Bingo] .logo-mfortune {
    display: none;
}
body.js_style_mfortune[game=Bingo] .logo-mfortune-bingo {
    display: block;
}
body.js_style_mfortune[game=ClassicRoulette] .logo-mfortune {
    display: none;
}
body.js_style_mfortune[game=ClassicRoulette] .logo-mfortune-classicroulette {
    display: block;
}
body.js_style_pocketwin[game=PocketWinBingo] .logo-pocketwin {
    display: none;
}
body.js_style_pocketwin[game=PocketWinBingo] .logo-pocketwin-pocketwinbingo {
    display: block;
}
body.js_style_pocketwin[game=Launcher][is_native=true] .logo-pocketwin {
    display: none;
}
body.js_style_pocketwin[game=Launcher][is_native=true] .logo-pocketwin-native {
    display: block;
}
body.js_style_mrspin[game=Launcher][is_native=true] .logo-mrspin {
    display: none;
}
body.js_style_mrspin[game=Launcher][is_native=true] .logo-mrspin-native {
    display: block;
}

body.js_style_mfortune[game=Bingo] {
    color: #262626;
    background-color: #EBEBEB;
}
body.js_style_mfortune[game=Bingo] a {
    color: #FF5A9D;
}
body.js_style_mfortune[game=Bingo] .certified-container {
    padding: 1rem;
    color: #262626;
}
body.js_style_mfortune[game=Bingo] .header {
    background-color: #262626;
    border-bottom: 2px solid #FF5A9D;
}
body.js_style_mfortune[game=Bingo] .brand-logo {
    max-width: 90px;
}
@media only screen and (min-width: 768px) {
    body.js_style_mfortune[game=Bingo] .brand-logo {
        max-width: 108px;
    }
}
body.js_style_mfortune[game=Bingo] .close-btn {
    background-color: #262626;
}
body.js_style_mfortune[game=Bingo] .close-btn:before, body.js_style_mfortune[game=Bingo] .close-btn:after {
    height: 60%;
    width: 12%;
    background-color: #fff;
    border-radius: 0.313rem;
}
body.js_style_mfortune[game=Bingo] .content-wrapper {
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_mfortune[game=Bingo] .content-wrapper {
        padding: 0;
    }
}
body.js_style_mfortune[game=Bingo] .form-inner-wrapper {
    background-color: inherit;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_mfortune[game=Bingo] .form-inner-wrapper {
        padding: 0;
    }
}
body.js_style_mfortune[game=Bingo] .container {
    max-width: 600px;
}
body.js_style_mfortune[game=Bingo] .form-inner {
    background-color: #fff;
    border-radius: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_mfortune[game=Bingo] .form-inner {
        border-radius: 0;
    }
}
body.js_style_mfortune[game=Bingo] .form-control {
    height: 2.5rem;
    color: #262626;
    background-color: #fff;
    border: 1px solid #262626;
    border-radius: 0.313rem;
}
body.js_style_mfortune[game=Bingo] .form-control:focus {
    color: #262626;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: none;
}
body.js_style_mfortune[game=Bingo] .form-control ::placeholder {
    color: #A0A0A0;
}
body.js_style_mfortune[game=Bingo] .form-control:disabled, body.js_style_mfortune[game=Bingo] .form-control[readonly] {
    background-color: #dee2e6;
    color: #6c757d;
}
body.js_style_mfortune[game=Bingo] select.form-control {
    background-color: #fff;
}
body.js_style_mfortune[game=Bingo] .btn {
    color: #fff;
    background-color: #FF5A9D;
    border-radius: 0.313rem;
    font-weight: 500;
    background: -webkit-linear-gradient(top, #FF5A9D, #ff0e70);
    background: linear-gradient(to bottom, #FF5A9D, #ff0e70);
    border-width: 0;
}
body.js_style_mfortune[game=Bingo] .btn:hover {
    color: #fff;
    background-color: #ff3486;
    border-color: transparent;
    text-decoration: none;
    background: -webkit-linear-gradient(top, #ff3486, #e6005d);
    background: linear-gradient(to bottom, #ff3486, #e6005d);
}
body.js_style_mfortune[game=ClassicRoulette] {
    color: #262626;
    background-color: #dee2e6;
}
body.js_style_mfortune[game=ClassicRoulette] a {
    color: #EC1C24;
}
body.js_style_mfortune[game=ClassicRoulette] .certified-container {
    padding: 1rem;
    color: #262626;
}
body.js_style_mfortune[game=ClassicRoulette] .header {
    background-color: #262626;
    border-bottom: 2px solid #EC1C24;
}
body.js_style_mfortune[game=ClassicRoulette] .brand-logo {
    max-width: 90px;
}
@media only screen and (min-width: 768px) {
    body.js_style_mfortune[game=ClassicRoulette] .brand-logo {
        max-width: 108px;
    }
}
body.js_style_mfortune[game=ClassicRoulette] .close-btn {
    background-color: #2DC941;
}
body.js_style_mfortune[game=ClassicRoulette] .close-btn:before, body.js_style_mfortune[game=ClassicRoulette] .close-btn:after {
    height: 60%;
    width: 12%;
    background-color: #fff;
    border-radius: 0.313rem;
}
body.js_style_mfortune[game=ClassicRoulette] .content-wrapper {
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_mfortune[game=ClassicRoulette] .content-wrapper {
        padding: 0;
    }
}
body.js_style_mfortune[game=ClassicRoulette] .form-inner-wrapper {
    background-color: inherit;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_mfortune[game=ClassicRoulette] .form-inner-wrapper {
        padding: 0;
    }
}
body.js_style_mfortune[game=ClassicRoulette] .container {
    max-width: 600px;
}
body.js_style_mfortune[game=ClassicRoulette] .form-inner {
    background-color: #fff;
    border-radius: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_mfortune[game=ClassicRoulette] .form-inner {
        border-radius: 0;
    }
}
body.js_style_mfortune[game=ClassicRoulette] .form-control {
    height: 2.5rem;
    color: #262626;
    background-color: #fff;
    border: 1px solid #262626;
    border-radius: 0.313rem;
}
body.js_style_mfortune[game=ClassicRoulette] .form-control:focus {
    color: #262626;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: none;
}
body.js_style_mfortune[game=ClassicRoulette] .form-control ::placeholder {
    color: #A0A0A0;
}
body.js_style_mfortune[game=ClassicRoulette] .form-control:disabled, body.js_style_mfortune[game=ClassicRoulette] .form-control[readonly] {
    background-color: #dee2e6;
    color: #6c757d;
}
body.js_style_mfortune[game=ClassicRoulette] select.form-control {
    background-color: #fff;
}
body.js_style_mfortune[game=ClassicRoulette] .btn {
    color: #fff;
    background-color: #EC1C24;
    border-radius: 0.313rem;
    font-weight: 500;
    background: -webkit-linear-gradient(top, #EC1C24, #ad0e15);
    background: linear-gradient(to bottom, #EC1C24, #ad0e15);
    border-width: 0;
}
body.js_style_mfortune[game=ClassicRoulette] .btn:hover {
    color: #fff;
    background-color: #d01119;
    border-color: transparent;
    text-decoration: none;
    background: -webkit-linear-gradient(top, #d01119, #8a0c10);
    background: linear-gradient(to bottom, #d01119, #8a0c10);
}
body.js_style_pocketwin[game=PocketWinBingo] {
    color: #262626;
    background-color: #EBEBEB;
}
body.js_style_pocketwin[game=PocketWinBingo] a {
    color: #B22445;
}
body.js_style_pocketwin[game=PocketWinBingo] .certified-container {
    padding: 1rem;
    color: #262626;
}
body.js_style_pocketwin[game=PocketWinBingo] .header {
    background-color: #262626;
}
body.js_style_pocketwin[game=PocketWinBingo] .brand-logo {
    max-width: 110px;
}
@media only screen and (min-width: 768px) {
    body.js_style_pocketwin[game=PocketWinBingo] .brand-logo {
        max-width: 128px;
    }
}
body.js_style_pocketwin[game=PocketWinBingo] .close-btn {
    background-color: #262626;
}
body.js_style_pocketwin[game=PocketWinBingo] .close-btn:before, body.js_style_pocketwin[game=PocketWinBingo] .close-btn:after {
    height: 60%;
    width: 12%;
    background-color: #fff;
    border-radius: 0.313rem;
}
body.js_style_pocketwin[game=PocketWinBingo] .content-wrapper {
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_pocketwin[game=PocketWinBingo] .content-wrapper {
        padding: 0;
    }
}
body.js_style_pocketwin[game=PocketWinBingo] .form-inner-wrapper {
    background-color: inherit;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_pocketwin[game=PocketWinBingo] .form-inner-wrapper {
        padding: 0;
    }
}
body.js_style_pocketwin[game=PocketWinBingo] .container {
    max-width: 600px;
}
body.js_style_pocketwin[game=PocketWinBingo] .form-inner {
    background-color: #fff;
    border-radius: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_pocketwin[game=PocketWinBingo] .form-inner {
        border-radius: 0;
    }
}
body.js_style_pocketwin[game=PocketWinBingo] .form-control {
    height: 2.5rem;
    color: #262626;
    background-color: #fff;
    border: 1px solid #262626;
    border-radius: 0.313rem;
}
body.js_style_pocketwin[game=PocketWinBingo] .form-control:focus {
    color: #262626;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: none;
}
body.js_style_pocketwin[game=PocketWinBingo] .form-control ::placeholder {
    color: #A0A0A0;
}
body.js_style_pocketwin[game=PocketWinBingo] .form-control:disabled, body.js_style_pocketwin[game=PocketWinBingo] .form-control[readonly] {
    background-color: #dee2e6;
    color: #6c757d;
}
body.js_style_pocketwin[game=PocketWinBingo] select.form-control {
    background-color: #fff;
}
body.js_style_pocketwin[game=PocketWinBingo] .btn {
    color: #fff;
    background-color: #B22445;
    border-radius: 0.313rem;
    font-weight: 500;
}
body.js_style_pocketwin[game=PocketWinBingo] .btn:hover {
    color: #fff;
    background-color: #921e39;
    border-color: transparent;
    text-decoration: none;
}

body[class*=js_style_][game=Launcher][is_native=true] .header {
    padding-top: calc(env(safe-area-inset-top) + 0.5rem);
}
@media only screen and (min-width: 768px) {
    body[class*=js_style_][game=Launcher][is_native=true] .header {
        padding-top: calc(env(safe-area-inset-top) + 1rem);
    }
}
body.js_style_mfortune[game=Launcher][is_native=true] {
    color: #1C1C1C;
    background-color: #E4E7EA;
}
body.js_style_mfortune[game=Launcher][is_native=true] a {
    color: #449d49;
}
body.js_style_mfortune[game=Launcher][is_native=true] .certified-container {
    padding: 1rem;
    color: #262626;
}
body.js_style_mfortune[game=Launcher][is_native=true] .header {
    background-color: #1C1C1C;
}
body.js_style_mfortune[game=Launcher][is_native=true] .brand-logo {
    max-width: 110px;
}
@media only screen and (min-width: 768px) {
    body.js_style_mfortune[game=Launcher][is_native=true] .brand-logo {
        max-width: 128px;
    }
}
body.js_style_mfortune[game=Launcher][is_native=true] .close-btn {
    background-color: #1C1C1C;
}
body.js_style_mfortune[game=Launcher][is_native=true] .close-btn:before, body.js_style_mfortune[game=Launcher][is_native=true] .close-btn:after {
    height: 60%;
    width: 12%;
    background-color: #fff;
    border-radius: 0.313rem;
}
body.js_style_mfortune[game=Launcher][is_native=true] .content-wrapper {
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_mfortune[game=Launcher][is_native=true] .content-wrapper {
        padding: 0;
    }
}
body.js_style_mfortune[game=Launcher][is_native=true] .form-inner-wrapper {
    background-color: #034B28;
    padding: 1rem 0.625rem;
}
@media only screen and (min-width: 768px) {
    body.js_style_mfortune[game=Launcher][is_native=true] .form-inner-wrapper {
        padding: 1rem;
    }
}
body.js_style_mfortune[game=Launcher][is_native=true] .container {
    max-width: 600px;
}
body.js_style_mfortune[game=Launcher][is_native=true] .form-inner {
    background-color: #FAFAFA;
    border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
    body.js_style_mfortune[game=Launcher][is_native=true] .form-inner {
        border-radius: 1.5rem;
    }
}
body.js_style_mfortune[game=Launcher][is_native=true] .form-control {
    height: 2.5rem;
    color: #1C1C1C;
    background-color: #fff;
    border: 2px solid #E4E7EA;
    border-radius: 0.313rem;
}
body.js_style_mfortune[game=Launcher][is_native=true] .form-control:focus {
    color: #1C1C1C;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: none;
}
body.js_style_mfortune[game=Launcher][is_native=true] .form-control ::placeholder {
    color: #A0A0A0;
}
body.js_style_mfortune[game=Launcher][is_native=true] .form-control:disabled, body.js_style_mfortune[game=Launcher][is_native=true] .form-control[readonly] {
    background-color: #dee2e6;
    color: #6c757d;
}
body.js_style_mfortune[game=Launcher][is_native=true] select.form-control {
    background-color: #fff;
}
body.js_style_mfortune[game=Launcher][is_native=true] .btn {
    color: #fff;
    background-color: #4CAF51;
    border-radius: 5rem;
    font-weight: 500;
}
body.js_style_mfortune[game=Launcher][is_native=true] .btn:hover {
    color: #fff;
    background-color: #409445;
    border-color: transparent;
    text-decoration: none;
}
@media (prefers-color-scheme: dark) {
    body.js_style_mfortune[game=Launcher][is_native=true] {
        color: #fff;
        background-color: #000;
    }
    body.js_style_mfortune[game=Launcher][is_native=true] .header {
        background-color: #000;
    }
    body.js_style_mfortune[game=Launcher][is_native=true] .form-inner {
        background-color: #1C1C1C;
    }
    body.js_style_mfortune[game=Launcher][is_native=true] .close-btn {
        background-color: #fff;
    }
    body.js_style_mfortune[game=Launcher][is_native=true] .close-btn:before, body.js_style_mfortune[game=Launcher][is_native=true] .close-btn:after {
        background-color: #1C1C1C;
    }
    body.js_style_mfortune[game=Launcher][is_native=true] .secure-logo-container img.ssl-logo {
        display: none;
    }
    body.js_style_mfortune[game=Launcher][is_native=true] .secure-logo-container img.ssl-logo-if-dark {
        display: block;
    }
    body.js_style_mfortune[game=Launcher][is_native=true] .certified-container {
        color: #fff;
    }
    body.js_style_mfortune[game=Launcher][is_native=true] .certified-container li {
        display: none;
    }
    body.js_style_mfortune[game=Launcher][is_native=true] .certified-container li.certified-logo-white-li {
        display: flex;
    }
}
body.js_style_pocketwin[game=Launcher][is_native=true] {
    color: #fff;
    background-color: #fff;
}
body.js_style_pocketwin[game=Launcher][is_native=true] a {
    color: #B22445;
}
body.js_style_pocketwin[game=Launcher][is_native=true] .certified-container {
    padding: 1rem;
    color: #262626;
}
body.js_style_pocketwin[game=Launcher][is_native=true] .header {
    background-color: #000;
}
body.js_style_pocketwin[game=Launcher][is_native=true] .brand-logo {
    max-width: 110px;
}
@media only screen and (min-width: 768px) {
    body.js_style_pocketwin[game=Launcher][is_native=true] .brand-logo {
        max-width: 128px;
    }
}
body.js_style_pocketwin[game=Launcher][is_native=true] .close-btn {
    background-color: #082836;
}
body.js_style_pocketwin[game=Launcher][is_native=true] .close-btn:before, body.js_style_pocketwin[game=Launcher][is_native=true] .close-btn:after {
    height: 60%;
    width: 12%;
    background-color: #fff;
    border-radius: 0.2rem;
}
body.js_style_pocketwin[game=Launcher][is_native=true] .content-wrapper {
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_pocketwin[game=Launcher][is_native=true] .content-wrapper {
        padding: 1rem;
    }
}
body.js_style_pocketwin[game=Launcher][is_native=true] .form-inner-wrapper {
    background-color: inherit;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_pocketwin[game=Launcher][is_native=true] .form-inner-wrapper {
        padding: 0;
    }
}
body.js_style_pocketwin[game=Launcher][is_native=true] .container {
    max-width: 600px;
}
body.js_style_pocketwin[game=Launcher][is_native=true] .form-inner {
    background-color: #B22445;
    border-radius: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_pocketwin[game=Launcher][is_native=true] .form-inner {
        border-radius: 0.2rem;
    }
}
body.js_style_pocketwin[game=Launcher][is_native=true] .form-control {
    height: 2.5rem;
    color: #082836;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0.2rem;
}
body.js_style_pocketwin[game=Launcher][is_native=true] .form-control:focus {
    color: #082836;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: none;
}
body.js_style_pocketwin[game=Launcher][is_native=true] .form-control ::placeholder {
    color: #A0A0A0;
}
body.js_style_pocketwin[game=Launcher][is_native=true] .form-control:disabled, body.js_style_pocketwin[game=Launcher][is_native=true] .form-control[readonly] {
    background-color: #dee2e6;
    color: #6c757d;
}
body.js_style_pocketwin[game=Launcher][is_native=true] select.form-control {
    background-color: #fff;
}
body.js_style_pocketwin[game=Launcher][is_native=true] .btn {
    color: #fff;
    background-color: #082836;
    border-radius: 5rem;
    font-weight: 500;
}
body.js_style_pocketwin[game=Launcher][is_native=true] .btn:hover {
    color: #fff;
    background-color: #030f15;
    border-color: transparent;
    text-decoration: none;
}
@media (prefers-color-scheme: dark) {
    body.js_style_pocketwin[game=Launcher][is_native=true] {
        color: #fff;
        background-color: #1a1a1a;
    }
    body.js_style_pocketwin[game=Launcher][is_native=true] .header {
        background-color: #000;
    }
    body.js_style_pocketwin[game=Launcher][is_native=true] .form-inner {
        background-color: #2D2D2D;
    }
    body.js_style_pocketwin[game=Launcher][is_native=true] .close-btn {
        background-color: #B22445;
    }
    body.js_style_pocketwin[game=Launcher][is_native=true] .btn {
        color: #fff;
        background-color: #B22445;
    }
    body.js_style_pocketwin[game=Launcher][is_native=true] .btn:hover {
        color: #fff;
        background-color: #921e39;
    }
    body.js_style_pocketwin[game=Launcher][is_native=true] .secure-logo-container img.ssl-logo {
        display: none;
    }
    body.js_style_pocketwin[game=Launcher][is_native=true] .secure-logo-container img.ssl-logo-if-dark {
        display: block;
    }
    body.js_style_pocketwin[game=Launcher][is_native=true] .certified-container {
        color: #fff;
    }
    body.js_style_pocketwin[game=Launcher][is_native=true] .certified-container li {
        display: none;
    }
    body.js_style_pocketwin[game=Launcher][is_native=true] .certified-container li.certified-logo-white-li {
        display: flex;
    }
    body.js_style_pocketwin[game=Launcher][is_native=true] a {
        color: #FFC107;
    }
}
body.js_style_drslot[game=Launcher][is_native=true] {
    color: #000;
    background-color: #fff;
}
body.js_style_drslot[game=Launcher][is_native=true] a {
    color: #06B3CE;
}
body.js_style_drslot[game=Launcher][is_native=true] .certified-container {
    padding: 1rem;
    color: #000;
}
body.js_style_drslot[game=Launcher][is_native=true] .header {
    background-color: #000;
}
body.js_style_drslot[game=Launcher][is_native=true] .brand-logo {
    max-width: 110px;
}
@media only screen and (min-width: 768px) {
    body.js_style_drslot[game=Launcher][is_native=true] .brand-logo {
        max-width: 128px;
    }
}
body.js_style_drslot[game=Launcher][is_native=true] .close-btn {
    background-color: #102A35;
}
body.js_style_drslot[game=Launcher][is_native=true] .close-btn:before, body.js_style_drslot[game=Launcher][is_native=true] .close-btn:after {
    height: 60%;
    width: 12%;
    background-color: #fff;
    border-radius: 0.25rem;
}
body.js_style_drslot[game=Launcher][is_native=true] .content-wrapper {
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_drslot[game=Launcher][is_native=true] .content-wrapper {
        padding: 1rem;
    }
}
body.js_style_drslot[game=Launcher][is_native=true] .form-inner-wrapper {
    background-color: inherit;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_drslot[game=Launcher][is_native=true] .form-inner-wrapper {
        padding: 0;
    }
}
body.js_style_drslot[game=Launcher][is_native=true] .container {
    max-width: 600px;
}
body.js_style_drslot[game=Launcher][is_native=true] .form-inner {
    background-color: #E7EDED;
    border-radius: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_drslot[game=Launcher][is_native=true] .form-inner {
        border-radius: 0.25rem;
    }
}
body.js_style_drslot[game=Launcher][is_native=true] .form-control {
    height: 2.5rem;
    color: #102A35;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
body.js_style_drslot[game=Launcher][is_native=true] .form-control:focus {
    color: #102A35;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: none;
}
body.js_style_drslot[game=Launcher][is_native=true] .form-control ::placeholder {
    color: #A0A0A0;
}
body.js_style_drslot[game=Launcher][is_native=true] .form-control:disabled, body.js_style_drslot[game=Launcher][is_native=true] .form-control[readonly] {
    background-color: #dee2e6;
    color: #6c757d;
}
body.js_style_drslot[game=Launcher][is_native=true] select.form-control {
    background-color: #fff;
}
body.js_style_drslot[game=Launcher][is_native=true] .btn {
    color: #fff;
    background-color: #EB681B;
    border-radius: 0.25rem;
    font-weight: 500;
}
body.js_style_drslot[game=Launcher][is_native=true] .btn:hover {
    color: #fff;
    background-color: #ce5812;
    border-color: transparent;
    text-decoration: none;
}
@media (prefers-color-scheme: dark) {
    body.js_style_drslot[game=Launcher][is_native=true] {
        color: #fff;
        background-color: #1a1a1a;
    }
    body.js_style_drslot[game=Launcher][is_native=true] .header {
        background-color: #000;
    }
    body.js_style_drslot[game=Launcher][is_native=true] .form-inner {
        background-color: #102A35;
    }
    body.js_style_drslot[game=Launcher][is_native=true] .close-btn {
        background-color: #fff;
    }
    body.js_style_drslot[game=Launcher][is_native=true] .close-btn:before, body.js_style_drslot[game=Launcher][is_native=true] .close-btn:after {
        background-color: #102A35;
    }
    body.js_style_drslot[game=Launcher][is_native=true] .secure-logo-container img.ssl-logo {
        display: none;
    }
    body.js_style_drslot[game=Launcher][is_native=true] .secure-logo-container img.ssl-logo-if-dark {
        display: block;
    }
    body.js_style_drslot[game=Launcher][is_native=true] .certified-container {
        color: #fff;
    }
    body.js_style_drslot[game=Launcher][is_native=true] .certified-container li {
        display: none;
    }
    body.js_style_drslot[game=Launcher][is_native=true] .certified-container li.certified-logo-white-li {
        display: flex;
    }
}
body.js_style_mrspin[game=Launcher][is_native=true] {
    color: #000;
    background-color: #fff;
}
body.js_style_mrspin[game=Launcher][is_native=true] a {
    color: #007bff;
}
body.js_style_mrspin[game=Launcher][is_native=true] .certified-container {
    padding: 1rem;
    color: #000;
}
body.js_style_mrspin[game=Launcher][is_native=true] .header {
    background-color: #fff;
}
body.js_style_mrspin[game=Launcher][is_native=true] .brand-logo {
    max-width: 56px;
}
@media only screen and (min-width: 768px) {
    body.js_style_mrspin[game=Launcher][is_native=true] .brand-logo {
        max-width: 66px;
    }
}
body.js_style_mrspin[game=Launcher][is_native=true] .close-btn {
    background-color: #082836;
}
body.js_style_mrspin[game=Launcher][is_native=true] .close-btn:before, body.js_style_mrspin[game=Launcher][is_native=true] .close-btn:after {
    height: 60%;
    width: 12%;
    background-color: #fff;
    border-radius: 0.375rem;
}
body.js_style_mrspin[game=Launcher][is_native=true] .content-wrapper {
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_mrspin[game=Launcher][is_native=true] .content-wrapper {
        padding: 0;
    }
}
body.js_style_mrspin[game=Launcher][is_native=true] .form-inner-wrapper {
    background-color: #FC8D34;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_mrspin[game=Launcher][is_native=true] .form-inner-wrapper {
        padding: 1rem;
    }
}
body.js_style_mrspin[game=Launcher][is_native=true] .container {
    max-width: 600px;
}
body.js_style_mrspin[game=Launcher][is_native=true] .form-inner {
    background-color: transparent;
    border-radius: 0;
}
@media only screen and (min-width: 768px) {
    body.js_style_mrspin[game=Launcher][is_native=true] .form-inner {
        border-radius: 0.375rem;
    }
}
body.js_style_mrspin[game=Launcher][is_native=true] .form-control {
    height: 2.5rem;
    color: #082836;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 5rem;
}
body.js_style_mrspin[game=Launcher][is_native=true] .form-control:focus {
    color: #082836;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: none;
}
body.js_style_mrspin[game=Launcher][is_native=true] .form-control ::placeholder {
    color: #A0A0A0;
}
body.js_style_mrspin[game=Launcher][is_native=true] .form-control:disabled, body.js_style_mrspin[game=Launcher][is_native=true] .form-control[readonly] {
    background-color: #dee2e6;
    color: #6c757d;
}
body.js_style_mrspin[game=Launcher][is_native=true] select.form-control {
    background-color: #fff;
}
body.js_style_mrspin[game=Launcher][is_native=true] .btn {
    color: #fff;
    background-color: #082836;
    border-radius: 5rem;
    font-weight: 500;
}
body.js_style_mrspin[game=Launcher][is_native=true] .btn:hover {
    color: #fff;
    background-color: #030f15;
    border-color: transparent;
    text-decoration: none;
}
body.js_style_mrspin[game=Launcher][is_native=true] .form-inner-wrapper {
    background: -webkit-linear-gradient(top, #FC8D34 10%, #F9D53F 100%);
    background: linear-gradient(180deg, #FC8D34 10%, #F9D53F 100%);
}
@media (prefers-color-scheme: dark) {
    body.js_style_mrspin[game=Launcher][is_native=true] {
        color: #fff;
        background-color: #1a1a1a;
    }
    body.js_style_mrspin[game=Launcher][is_native=true] .header {
        background-color: #FC8D34;
    }
    body.js_style_mrspin[game=Launcher][is_native=true] .header .logo-mrspin-native {
        display: none;
    }
    body.js_style_mrspin[game=Launcher][is_native=true] .header .logo-mrspin-native-if-dark {
        display: block;
    }
    body.js_style_mrspin[game=Launcher][is_native=true] .form-inner-wrapper {
        background: #082836;
    }
    body.js_style_mrspin[game=Launcher][is_native=true] .btn {
        color: #000;
        background-color: #FC8D34;
    }
    body.js_style_mrspin[game=Launcher][is_native=true] .btn:hover {
        color: #fff;
        background-color: #fb780e;
    }
    body.js_style_mrspin[game=Launcher][is_native=true] .close-btn {
        background-color: #fff;
    }
    body.js_style_mrspin[game=Launcher][is_native=true] .close-btn:before, body.js_style_mrspin[game=Launcher][is_native=true] .close-btn:after {
        background-color: #082836;
    }
    body.js_style_mrspin[game=Launcher][is_native=true] .secure-logo-container img.ssl-logo {
        display: none;
    }
    body.js_style_mrspin[game=Launcher][is_native=true] .secure-logo-container img.ssl-logo-if-dark {
        display: block;
    }
    body.js_style_mrspin[game=Launcher][is_native=true] .certified-container {
        color: #fff;
    }
    body.js_style_mrspin[game=Launcher][is_native=true] .certified-container li {
        display: none;
    }
    body.js_style_mrspin[game=Launcher][is_native=true] .certified-container li.certified-logo-white-li {
        display: flex;
    }
    body.js_style_mrspin[game=Launcher][is_native=true] a {
        color: #FC8D34;
    }
}

body[qd=true][class*=js_style_] {
    position: relative;
    background: rgba(0, 0, 0, 0.5) !important;
}
body[qd=true][class*=js_style_] .content-wrapper {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
}
body[qd=true][class*=js_style_] .form-inner-wrapper {
    background-color: inherit;
    padding: 0;
}
@media screen and (orientation: portrait) and (max-width: 600px) {
    body[qd=true][class*=js_style_] .content-wrapper {
        width: 90vw;
    }
    body[qd=true][class*=js_style_] .form-inner {
        padding: 3vw;
    }
    body[qd=true][class*=js_style_] .page-title {
        font-size: 5vw;
    }
    body[qd=true][class*=js_style_] .mb-3 {
        margin-bottom: 1.5vw !important;
    }
    body[qd=true][class*=js_style_] .pt-3 {
        padding-top: 1.5vw !important;
    }
    body[qd=true][class*=js_style_] label {
        margin-bottom: 1vw;
        font-size: 3.5vw;
    }
    body[qd=true][class*=js_style_] .close-btn {
        width: 7vw;
        height: 7vw;
    }
    body[qd=true][class*=js_style_] .form-group {
        margin-bottom: 2vw;
    }
    body[qd=true][class*=js_style_] .form-control {
        height: 9vw;
        font-size: 4vw;
        padding: 1vw 1.5vw;
    }
    body[qd=true][class*=js_style_] select.form-control {
        padding-right: 5vw;
        background-position: right 2vw center;
        background-size: 2vw 2vw;
    }
    body[qd=true][class*=js_style_] .form-icon-container {
        width: 20vw;
    }
    body[qd=true][class*=js_style_] .form-has-icon {
        padding-right: 20vw;
    }
    body[qd=true][class*=js_style_] .btn {
        padding: 2vw 3vw;
        font-size: 4vw;
    }
    body[qd=true][class*=js_style_] .mastercard img, body[qd=true][class*=js_style_] .visa img {
        width: 7vw;
    }
    body[qd=true][class*=js_style_] .secure-logo-container img {
        width: 12vw;
    }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
    body[qd=true][class*=js_style_] .content-wrapper {
        width: 90vh;
    }
    body[qd=true][class*=js_style_] .form-inner {
        padding: 3vh;
    }
    body[qd=true][class*=js_style_] .page-title {
        font-size: 5vh;
    }
    body[qd=true][class*=js_style_] .mb-3 {
        margin-bottom: 1.5vh !important;
    }
    body[qd=true][class*=js_style_] .pt-3 {
        padding-top: 1.5vh !important;
    }
    body[qd=true][class*=js_style_] label {
        margin-bottom: 1vh;
        font-size: 3.5vh;
    }
    body[qd=true][class*=js_style_] .close-btn {
        width: 7vh;
        height: 7vh;
    }
    body[qd=true][class*=js_style_] .form-group {
        margin-bottom: 2vh;
    }
    body[qd=true][class*=js_style_] .form-control {
        height: 9vh;
        font-size: 4vh;
        padding: 1vh 1.5vh;
    }
    body[qd=true][class*=js_style_] select.form-control {
        padding-right: 5vh;
        background-position: right 2vh center;
        background-size: 2vh 2vh;
    }
    body[qd=true][class*=js_style_] .form-icon-container {
        width: 20vh;
    }
    body[qd=true][class*=js_style_] .form-has-icon {
        padding-right: 20vh;
    }
    body[qd=true][class*=js_style_] .btn {
        padding: 2vh 3vh;
        font-size: 4vh;
    }
    body[qd=true][class*=js_style_] .mastercard img, body[qd=true][class*=js_style_] .visa img {
        width: 7vh;
    }
    body[qd=true][class*=js_style_] .secure-logo-container img {
        height: 7vh;
    }
}
body[qd=true][class*=js_style_] .header, body[qd=true][class*=js_style_] .certified-container {
    display: none !important;
}

body.js_style_cashmo[qd=true] {
    color: #000;
}
body.js_style_cashmo[qd=true] .form-inner {
    background-color: #fff;
}
body.js_style_cashmo[qd=true] .form-control {
    border: 1px solid #000;
}
body.js_style_cashmo[qd=true] .secure-logo-container img.ssl-logo {
    display: block;
}
body.js_style_cashmo[qd=true] .secure-logo-container img.ssl-logo-if-dark {
    display: none;
}

body[qd=true][class*=js_style_][platform=lobby] {
    background: #3d3d3d !important;
    background: linear-gradient(#3d3d3d, #272727) !important;
    border: 3px solid #454545;
    box-shadow: inset 0 0 15px #000;
    color: #FFF !important;
}
body[qd=true][class*=js_style_][platform=lobby] .content-wrapper .form-inner-wrapper {
    height: 100%;
    background-color: transparent;
    border-radius: 0;
}
body[qd=true][class*=js_style_][platform=lobby] .content-wrapper .form-inner {
    background-color: transparent;
    border-radius: 0;
    height: 100%;
}
body[qd=true][class*=js_style_][platform=lobby] .form-control {
    background-color: #313131;
    border: 2px solid #606060;
    color: #fff;
}
body[qd=true][class*=js_style_][platform=lobby] .form-control:focus {
    border-color: #5caf56;
}
body[qd=true][class*=js_style_][platform=lobby] select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.2 8'%3E%3Cpolygon fill='%23FFFFFF' points='4.6,8 0,0 9.2,0 '/%3E%3C/svg%3E%0A");
    background-color: #313131;
}
body[qd=true][class*=js_style_][platform=lobby] .close-btn {
    background-color: #ea0000;
}
body[qd=true][class*=js_style_][platform=lobby] .close-btn:before, body[qd=true][class*=js_style_][platform=lobby] .close-btn:after {
    background-color: #fff;
}
body[qd=true][class*=js_style_][platform=lobby] .btn {
    color: #fff;
    background: #5caf56;
}
body[qd=true][class*=js_style_][platform=lobby] .secure-logo-container img.ssl-logo {
    display: none;
}
body[qd=true][class*=js_style_][platform=lobby] .secure-logo-container img.ssl-logo-if-dark {
    display: block;
}
body[qd=true][class*=js_style_][platform=lobby] .mastercard .card-logo, body[qd=true][class*=js_style_][platform=lobby] .visa .card-logo {
    display: none;
}
body[qd=true][class*=js_style_][platform=lobby] .mastercard .card-logo-if-dark, body[qd=true][class*=js_style_][platform=lobby] .visa .card-logo-if-dark {
    display: block;
}

/*# sourceMappingURL=style.css.map */