*, :after, :before {
    box-sizing: border-box
}
:after, :before {
    text-decoration: inherit;
    vertical-align: inherit
}
html {
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word
}
body {
    margin: 0
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
dl dl, dl ol, dl ul, ol dl, ol ol, ol ul, ul dl, ul ol, ul ul {
    margin: 0
}
hr {
    height: 0;
    overflow: visible
}
main {
    display: block
}
nav ol, nav ul {
    list-style: none;
    padding: 0
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent
}
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}
b, strong {
    font-weight: bolder
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
small {
    font-size: 80%
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}
audio, video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
iframe, img {
    border-style: none
}
svg:not([fill]) {
    fill: currentColor
}
svg:not(:root) {
    overflow: hidden
}
table {
    border-collapse: collapse
}
button, input, select {
    margin: 0
}
button {
    overflow: visible;
    text-transform: none
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}
fieldset {
    border: 1px solid #a0a0a0;
    padding: .35em .75em .625em
}
input {
    overflow: visible
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}
progress {
    display: inline-block;
    vertical-align: baseline
}
select {
    text-transform: none
}
textarea {
    margin: 0;
    overflow: auto;
    resize: vertical
}
[type=checkbox], [type=radio] {
    padding: 0
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}
::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
::-moz-focus-inner {
    border-style: none;
    padding: 0
}
:-moz-focusring {
    outline: 1px dotted ButtonText
}
:-moz-ui-invalid {
    box-shadow: none
}
details, dialog {
    display: block
}
dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}
dialog:not([open]) {
    display: none
}
summary {
    display: list-item
}
canvas {
    display: inline-block
}
template {
    display: none
}
[tabindex], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}
[hidden] {
    display: none
}
[aria-busy=true] {
    cursor: progress
}
[aria-controls] {
    cursor: pointer
}
[aria-disabled=true], [disabled] {
    cursor: not-allowed
}
[aria-hidden=false][hidden] {
    display: initial
}
[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute
}
button, input, select, textarea {
    background-color: transparent;
    border: 1px solid WindowFrame;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    padding: .25em .375em
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: no-repeat 100%/1em;
    border-radius: 0;
    padding-right: 1em
}

select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E")
}

::-ms-expand {
    display: none
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .54)
}

body, html {
    min-height: 100vh
}

html {
    font-size: 62.5%
}

body {
    background: #f7f7fc;
    color: #43454a;
    font-size: 1.4rem;
    line-height: 1.5
}

.form-wrapper__main a {
    color: #03a9f4 !important;
    text-decoration: none;
	font-size: 14px;
}

p {
    margin: 0 0 16px
}

img {
    max-width: 100%
}

.content {
    padding: 16px 16px 64px
}

h1 {
    font-size: 17px;
    line-height: 1;
    margin-bottom: 8px;
    margin-top: 0;
	font-weight: bold;
}
.form-wrapper__copy p {
	font-size: 14px;
}
@media (min-width: 30em) {
    .main {
        min-height: 100vh
    }

    .content {
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 78px)
    }
}

@media (min-width: 62.5em) {
    .main {
        margin-left: 280px
    }
}

.form__submit .btn {
    background-color: #03a9f4;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 12px 16px;
    text-align: center;
    transition: all .15s ease-in-out;
	min-width: 100px;
	font-size: 13px;
	height: 40px;
	opacity: 0.8;
}
.form__submit .btn:disabled{
	background-color: #03a9f4;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 12px 16px;
    text-align: center;
    transition: all .15s ease-in-out;
	min-width: 100px;
	font-size: 13px;
	height: 40px;
	opacity: 0.8;
}
.form__submit .btn:focus, .form__submit .btn:hover {
   opacity: 1;
}

.form__submit .btn:focus {
    outline: none
}

.btn:disabled {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    color: #c9c9c9;
    cursor: not-allowed
}

.header {
    background-color: #1c1d20;
    height: 78px
}

.header__btn {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 16px
}

.header__link {
    display: none
}

.oh-logo--mobile {
    height: 40px;
    width: 40px
}

.oh-logo--desktop {
    display: none
}

@media (min-width: 30em) {
    .header {
        background-color: #25272b
    }

    .header__btn {
        justify-content: flex-start
    }

    .oh-logo--mobile {
        display: none
    }

    .oh-logo--desktop {
        display: block;
        width: 165px
    }
}

@media (min-width: 62.5em) {
    .header {
        background-color: #fff;
        border-bottom: 1px solid #e5e5e5
    }

    .header__btn, .oh-logo--desktop {
        display: none
    }

    .header {
        text-align: right
    }

    .header__link {
        align-items: center;
        border-left: 1px solid #e5e5e5;
        display: inline-flex;
        height: 100%;
        justify-content: center;
        min-width: 78px;
        padding: 0 16px;
        position: relative
    }

    .header__link:before {
        background: #00a99d;
        content: "";
        display: block;
        height: 3px;
        left: 50%;
        position: absolute;
        top: 0;
        transition: width .3s ease-in-out;
        transform: translateX(-50%);
        width: 0;
        will-change: width
    }

    .header__link:hover:before {
        width: 100%
    }
}

.sidebar {
    display: none
}

@media (min-width: 62.5em) {
    .sidebar {
        background-color: #25272b;
        background-image: url("../img/sidebar_bg.cae546e73295.jpg");
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        color: #c9c9c9;
        display: flex;
        flex-direction: column;
        left: 0;
        padding: 16px;
        position: fixed;
        top: 0;
        width: 280px
    }

    .sidebar a {
        color: #c9c9c9;
        transition: color .15s ease-in-out
    }

    .sidebar a:hover {
        color: #00a99d
    }

    .sidebar__logo {
        width: 185px
    }

    .sidebar__menu {
        flex-grow: 2;
        margin-top: 16px
    }

    .sidebar__menu-list {
        font-size: 1.4rem;
        font-weight: 700;
        margin: 0
    }

    .sidebar__menu-item {
        border-top: 1px solid hsla(0, 0%, 100%, .1)
    }

    .sidebar__menu-item:last-child {
        border-bottom: 1px solid hsla(0, 0%, 100%, .1)
    }

    .sidebar__menu-category-title, .sidebar__menu-subcategory-title {
        display: flex;
        line-height: 1.15
    }

    .sidebar__menu-category-title .icon-oh, .sidebar__menu-subcategory-title .icon-oh {
        display: block;
        margin-right: 16px
    }

    .sidebar__menu-category-title svg, .sidebar__menu-subcategory-title svg {
        height: 1.8rem;
        vertical-align: top;
        width: 1.8rem
    }

    .sidebar__menu-category-title span, .sidebar__menu-subcategory-title span {
        vertical-align: middle
    }

    .sidebar__submenu {
        padding-left: 16px
    }

    .sidebar__menu-category-title {
        padding: 12px 0;
        text-transform: uppercase
    }

    .sidebar__menu-subcategory-title {
        padding: 8px 0
    }

    .sidebar__page-links, .sidebar__social-links {
        display: flex;
        list-style: none;
        margin-bottom: 0;
        margin-top: 8px;
        padding-left: 0
    }

    .sidebar__page-links {
        flex-wrap: wrap;
        font-size: 1.2rem
    }

    .sidebar__page-links li {
        flex-basis: 50%;
        line-height: 1;
        text-align: center;
        margin: 4px 0
    }

    .sidebar__page-links li:nth-child(2n) {
        border-left: 1px solid hsla(0, 0%, 100%, .2)
    }

    .sidebar__social-links li + li {
        margin-left: 8px
    }

    .sidebar__social-links svg {
        height: 1.6rem;
        width: 1.6rem
    }
}

.breadcrumbs {
    color: #818183;
    font-size: 1.2rem;
    margin: -8px 0 8px
}

.breadcrumbs .node a {
    color: inherit
}

.breadcrumbs .node:not(:first-of-type):before {
    display: inline-block;
    content: "/";
    margin-left: 2px;
    margin-right: 4px;
    color: #818183
}

.breadcrumbs .node.current {
    color: #00a99d
}

.form-wrapper__main {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 16px
}

.form-wrapper__copy + .form-wrapper__copy {
    margin-top: 16px
}

.form-wrapper__attrs {
    list-style: none;
    margin: 0;
    padding-left: 0;
	font-size: 13px;
}

.form-wrapper__attr {
    position: relative;
    padding-left: 15px
}

.form-wrapper__attr + .form-wrapper__attr {
    margin-top: 8px
}

.form-wrapper__attr:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1em;
    left: 0;
    position: absolute;
    top: .3em;
    width: 1em
}

.form-wrapper__attr--rocket:before {
    background-image: url("../img/rocket.b35b45278346.svg")
}

.form-wrapper__attr--eye:before {
    background-image: url("../img/privacy.241ed7500f31.svg")
}

.form-wrapper__attr--present:before {
    background-image: url("../img/present.071bfea00a90.svg")
}

.form {
    margin-top: 16px
}

.form .btn {
    width: 100%
}

.form__input-wrapper {
    position: relative
}

.form__input-wrapper--error .form__input {
    border-color: #e54d42;
    color: #e54d42
}

.form__input-wrapper--error .form__input:focus {
    border-color: #e54d42
}

.form__input-wrapper--error .form__input + .form__input-icon, .form__input-wrapper--error .form__input:focus + .form__input-icon {
    background-color: rgba(229, 77, 66, .2);
    color: #e54d42
}

.form__input-wrapper--error .form__label {
    color: #e54d42
}

.form__input-wrapper + .form__input-wrapper {
    margin-top: 16px
}

.checkbox__label, .form__label {
    display: block;
    font-size: 1.2rem;
    font-weight: 700
}
.form__label {
    margin-bottom: 4px;
    transition: color .15s ease-in-out
}
.form__label--active {
    color: #00a99d
}
.form__label--password {
    display: flex;
    justify-content: space-between
}
.form__label--password a {
    font-weight: 400
}
.form__input-container {
    position: relative
}
.form__input {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 8px 8px 8px 45px;
    transition: border-color .15s ease-in-out;
    width: 100%;
	height: 40px;
}
.form__input:focus {
    border-color: #00a99d;
    outline: none
}
.form__input:focus + .form__input-icon {
    background-color: #d9efee;
    color: #00a99d
}
.form__input-error-msg {
    color: #e54d42;
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 4px
}
.form__input-error-msg:empty {
    display: none
}
.form__input-error-msg--global {
    font-size: 1.4rem
}
.form__input-icon {
    align-items: center;
    background-color: #f5f5f5;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    bottom: 1px;
    color: #c9c9c9;
    display: flex;
    justify-content: center;
    left: 1px;
    position: absolute;
    top: 1px;
    transition: background-color .15s ease-in-out, color .15s ease-in-out;
    width: 36px
}
.form__input-icon svg {
    height: 100%;
    width: 12px
}
.form__password-toggle {
    bottom: 0;
    color: #c9c9c9;
    cursor: pointer;
    display: block;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
    transition: color .15s ease-in-out;
    width: 32px
}
.form__password-toggle:hover {
    color: #00a99d
}
.form__password-toggle--hidden .form__password-icon--visible {
    display: initial
}
.form__password-toggle--hidden .form__password-icon--hidden {
    display: none
}
.form__password-toggle svg {
    height: 100%;
    width: 100%
}
.form__password-icon--visible {
    display: none
}
.form__password-advice {
    display: block;
    font-size: 1rem;
    left: 0;
    line-height: 1;
    padding-top: 2px;
    position: absolute;
    right: 0;
    top: 100%;
    transition: transform .15s ease-in-out;
    transform-origin: top
}

.form__password-advice:empty {
    transform: rotateX(-90deg)
}
.password-complexity__wrapper {
    display: flex;
    flex-direction: column
}

.password-complexity__wrapper .form__label {
    order: 0;
    position: relative
}
.password-complexity__wrapper .password-complexity {
    order: 1
}
.password-complexity {
    background-color: #e5e5e5;
    border-radius: 6px;
    height: 4px;
    overflow: hidden;
    position: relative
}
.password-complexity:before {
    background-color: #e54d42;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 100%;
    top: 0;
    transition: all .3s ease-in-out;
    will-change: right
}
.password-complexity.password-complexity--0:before {
    right: 100%
}
.password-complexity.password-complexity--0 + .form__label .password-complexity__strength--1 {
    opacity: 1
}
.password-complexity.password-complexity--1:before {
    right: 75%
}
.password-complexity.password-complexity--1 + .form__label .password-complexity__strength--1 {
    opacity: 1
}
.password-complexity.password-complexity--2:before {
    background-color: #ff9d38;
    right: 50%
}
.password-complexity.password-complexity--2 + .form__label .password-complexity__strength--2 {
    opacity: 1
}
.password-complexity.password-complexity--3:before {
    background-color: #33a0da;
    right: 25%
}
.password-complexity.password-complexity--3 + .form__label .password-complexity__strength--3 {
    opacity: 1
}
.password-complexity.password-complexity--4:before {
    background-color: #00a99d;
    right: 0
}
.password-complexity.password-complexity--4 + .form__label .password-complexity__strength--4 {
    opacity: 1
}
.password-complexity__strength {
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: opacity .15s ease-in-out
}
.password-complexity__strength--1 {
    color: #e54d42
}
.password-complexity__strength--2 {
    color: #ff9d38
}
.password-complexity__strength--3 {
    color: #33a0da
}

.password-complexity__strength--4 {
    color: #00a99d
}
.form__note {
    color: #38cb74 !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    margin-top: 0px !important;
    text-align: center
}
.form__note span {
    padding-left: calc(1em + 4px);
    position: relative
}
.form__note span:before {
    background-image: url("../img/shield.1194a8222a57.svg");
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 1em;
    left: 0;
    position: absolute;
    top: 0;
    width: 1em
}
.form-wrapper__aside {
    display: none
}
.checkbox {
    align-items: center;
    display: flex
}
.checkbox:hover .checkbox__box {
    border-color: #00a99d
}
.checkbox__input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}
.checkbox__input:checked + .checkbox__box {
    background-color: #00a99d;
    border-color: #00a99d
}
.checkbox__input:checked + .checkbox__box svg {
    opacity: 1
}
.checkbox__input:focus + .checkbox__box {
    border-color: #00a99d
}
.checkbox__input:focus ~ .checkbox__label {
    color: #00a99d
}
.checkbox__box {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    height: 1em;
    margin-right: 8px;
    padding: 4px;
    position: relative;
    transition: all .15s ease-in-out;
    width: 1em
}
.checkbox__box svg {
    color: #fff;
    height: 70%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .15s ease-in-out;
    width: 70%
}
.checkbox__label {
    user-select: none
}

.form__reset-icon {
    width: 50px
}
@media (min-width: 31.25em) {
    .form-wrapper__main {
        width: 430px
    }
}

@media (min-width: 30em) {
    .form-wrapper {
        align-items: center;
        display: flex;
        flex-grow: 1;
        justify-content: center
    }

    .form-wrapper__main {
        padding: 32px
    }
}
.form__submit {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
@media (min-width: 768px) {
    .form-wrapper__inner {
        display: flex
    }

    .form-wrapper__main {
        order: 2
    }

    .form-wrapper__main .form-wrapper__attrs {
        display: none
    }

    .form-wrapper__main .btn {
        width: auto
    }

    .form__input {
        min-width: 280px
    }

    .form__note {
        margin-top: 0
    }
    .form-wrapper__aside {
        background-color: #f5f5f5;
        background-image: url("../img/login_bg.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #e5e5e5;
        border-right: none;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        order: 1;
        padding: 32px;
        width: 250px
    }
    .form-wrapper__aside h2 {
        font-size: 15px;
        margin-bottom: 32px;
        margin-top: 0;
		text-transform: none;
    }
    .form-wrapper__logo img {
        height: 30px;
    }
    .form-wrapper__bonus {
        display: flex
    }
    .form-wrapper__bonus img {
        margin-right: 8px;
        width: 36px
    }
    .form-wrapper__bonus p {
        font-size: 1.2rem;
        margin-bottom: 0
    }
}
.captcha-box {
    max-width: 300px;
    background: #ddd;
    padding: 10px;
    margin: 0px auto;
    border-radius: 5px;
}
.captcha-box form {
	padding: 0px;
	height: 125px;
}
.captcha-box p {
    margin: 10px 0px 0px;
    font-size: 13px;
    color: #555;
	padding: 0px;
}
a {
    color: #03a9f4;
    text-decoration: none;
}
.copyright {
	text-align: center;
	font-size: 15px;
}
.navbar-default .navbar-toggle {
    border-color: #FFF;
}
.navbar-default .navbar-toggle i {
	color: #FFF;
}
.form-wrapper__logo {
	text-align: center;
}
.jq-toast-wrap.top-right {
    top: 84px;
    right: 27px;
}
.history_tbl {
	width: 100%;
	margin-top: 30px;
	border: none;
	border-collapse: separate !important;
}
.history_tbl .top_header {
	background: linear-gradient(to bottom,#3192f3 5%,#005bb6 100%);
	padding: 10px 0px;
	height: 50px;
	border-radius: 7px 7px 0 0;
	color: #FFF !important;
	text-align: center;
	background-color: #005bb6;
	border: 1px solid #045fb9;
	font-size: 14px;
	line-height: 30px;
}
.history_tbl .history_date {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 10px 0px;
	height: 40px;
	font-size: 15px;
}
.history_header {
	background: #ddd !important;
	padding: 10px 0px;
	height: 40px;
	font-size: 13px;
}
.history_header th{
	border: 1px solid #FFF;
	border-top: none;
	background: #9e9e9e45;
	border-right: none;
	text-align: center;
}
.history_header th:last-child{
	border-right: 1px solid #DDD;
}
.history_header th:first-child{
	border-left: 1px solid #DDD;
}
.bet_history_row {
	background: #fdfbec;
	padding: 10px 0px;
	height: 40px;
}
.history_row th, .history_row td{
	border: 1px solid #DDD;
	border-top: none;
	background: #fdfbec;
	border-right: none;
	font-weight: 300;
	height: 40px;
	text-align: center;
}
.history_row th:last-child, .history_row td:last-child{
	border-right: 1px solid #DDD;
}
.history_row:nth-child(2n+1) th, .history_row:nth-child(2n+1) td{
	background: #EFEFEF;
}
.history_tbl .load_newer{
	border-radius: 20px;
	text-shadow: none;
	box-shadow: none;
	font-size: 12px;
	background: #FFF;
	padding: 10px 15px;
	color: #000;
	float: left;
	margin-left: 5%;
}
.history_tbl .load_older{
	border-radius: 20px;
	text-shadow: none;
	box-shadow: none;
	font-size: 12px;
	background: #FFF;
	padding: 10px 15px;
	color: #000;
	float: right;
	margin-right: 5%;
}
.process_btn {
    width: 100%;
    height: 45px;
    font-weight: bold;
    font-size: 12px;
    margin: 0px auto 10px;
    background: #03a9f4;
    border: 1px solid #03a9f4;
    opacity: 0.8;
    margin-top: 0px;
    color: #FFF;
    border-radius: 5px;
}
.payout_tbl {
    width: 100%;
	max-width: 400px;
    margin: 20px auto;
    margin-top: 30px;
	text-align: center;
	border-radius: 5px;
}
.payout_header {
    background-color: #03A9F4;
    border: 1px solid #03A9F4;
    color: #fff;
    padding: 20px;
    font-weight: 700;
	border: 1px solid #045fb9;
}
.payout_header td {
	border: 1px solid #2196F3;
    font-weight: 700;
    padding: 15px 0px;
	font-size: 12px;
	color: #FFF;
}
.payout_row td {
    border: 1px solid #DDD;
    background: #fdfbec;
    font-weight: 300;
    padding: 15px 0px;
	font-size: 13px;
	width: 50%;
}
.games-balance-title {
	color: #0098ea;
	font-size: 14px;
	margin-bottom: 8px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-weight: 500;
}
.multi-number-roller--container {
	position: relative;
	margin: 30px 0px 0px;
}
.multi-number-roller {
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.games-balance-roller .multi-number-roller--container .multi-number-roller {
	position: relative;
	z-index: 6;
}
.multi-number-roller {
	display: inline-block;
	white-space: nowrap;
}
.multi-number-roller .number-roller-field:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.multi-number-roller .number-roller-field:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.single-number-roller li, .number-roller-field {
	font-size: 40px;
	text-align: center;
	line-height: 80px !important;
	font-weight: 300;
	vertical-align: middle;
}
.number-roller-field {
	display: inline-block;
	width: 55px;
	height: 80px;
	border: 1px solid #e5e5e5;
	background-color: #f0f3ff;
	overflow: hidden;
	position: relative;
	color: #2196f3;
}
.game_main {
   padding: 5px 0px 10px;
   max-width: 700px;
   margin: 0px auto;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Old versions of Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								  supported by Chrome, Opera and Firefox */
	background: #FFF;
    border-radius: 5px;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    margin: 50px auto 30px;
	text-align: left;
}
@media (max-width: 768px) {
	.game_main {
		 margin: 20px auto 20px;
	}
}
.game_main .input_container {
	margin: 10px 0px 5px;
	padding: 5px 15px 15px;
	background: #F5F5F5;
	border-radius: 5px;
	border: 1px solid #DDD;
}
.game_main .input_label {
	font-size: 13px;
	line-height: 14px;
	color: rgb(76 175 80);
	font-weight: 500;
	margin: 10px 0px 7px;
	overflow: hidden;
	white-space: nowrap;
}
.game_main label {
	font-size: 13px;
	color: #333;
	white-space: nowrap;
}
.game_main input {
	color: #333;
}
.game_main input:focus,
.game_main select:focus,
.game_main textarea:focus,
.game_main button:focus {
	outline: none;
}
.game_main .input_group {
	border: 1px solid #CCC;
	border-radius: 5px;
	display: flex;
	padding: 1px 10px;
	margin: 5px 0px;
	background: #FFF;
}
.game_main .input_group.disabled {
	background: #ebebe4;
	border: 1px solid #CCC !important;
}
.game_main .input_group:hover {
	border: 1px solid #03a9f4;
}
.game_main .input_group input {
	margin: 0px;
	border: none;
	outline: none;
	/*width: 100%;*/
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 5px 5px;
	line-height: 20px;
	height: 41px !important;
}
.game_main .input_group input:disabled {
	background: #ebebe4 !important;
}
.game_main .input_group input:read-only {
	cursor: not-allowed;
}
.game_main .input_group .addon {
	position: absolute;
	font-size: 14px;
	font-style: normal;
	color: #8bc34a;
	position: relative;
	width: 25px;
	line-height: 40px;
	text-align: center;
	border: none;
}
.game_main .bet_amount .input_group {
	float: left;
	width: calc(100% - 80px);
	border-radius: 5px 0px 0px 5px;
	border-right: none;
	margin-top: 0px;
}
.game_main .input_group select{
	height: 41px;
	margin: 0px;
	border: none;
	width: 100%;
}
.game_main .bet_amount span {
	width: 40px;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	background: #8bc34a;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	position: relative;
	float: left;
	text-align: center;
	margin-top: 0px;
}
.game_main .bet_amount span:before{
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 1px;
	height: 28px;
	background: #EFEFEF;
}
.game_main .bet_amount span:hover {
	background: #7fb541;
}
.game_main .bet_amount span:first-of-type:before {
	width: 0px;
}
.game_main .bet_amount span:last-child {
	border: none;
	border-radius: 0px 3px 3px 0px;
}
.game_main .auto_dice_box, .game_main .auto_spin_box {
	margin-top: 27.5px;
	padding-right: 0px;
}
.game_main #on_win_box, .game_main #on_loss_box, .game_main #stop_profit_box, .game_main #total_profit_box, .game_main #start_autobet, .game_main #stop_autobet {
	display: none;
}
.game_main #on_win_box, .game_main #on_loss_box {
	margin-top: 10px;
}
.game_main .slider {
	margin: 30px 0px 5px;
	width: 100%;
	height: 50px;
	background: #1b2941;
	background: #F5F5F5;
	border-radius: 100px;
	border: 1px solid #DDD;
	display: flex;
}
.game_main .slider .runway {
	background-color: #4caf50;
	margin: 20px 0;
	height: 10px;
	border-radius: 5px;
	width: calc(100% - 100px);
	position: relative;
	cursor: pointer;
	vertical-align: middle;
}
.game_main .slider .min_max {
	margin: 15px 0;
	width: 50px;
	position: relative;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
}
.game_main .slider .runway .slider_bar {
	width: 51.5%;
	background-color: #f44336;
	border-radius: 5px 0px 0px 5px;
	height: 10px;
}
.game_main .slider .runway .slider_button {
	width: 34px;
	height: 34px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAh1JREFUWAntWM9r1EAUfpOZbH5sbaEg1oP9G7y3Jy8ePBfBf1B66NFDPQhiBUGhFaSH9iLrag2WpU26yebHzPjetgNZut1Z0N30kAdhwnyZN1++eS+8FwZogzje8j3/te+6T6SimeUZdwDysuxlefVqfTX8yAZZtv3A7bwR3Fmt5PKI1HcSHKCSKk7K4gVLR+WvwBOPmyJjiBEpVOmMKa21bEgZQ8aMHEmxstLaTNyHUcxDwmH4FF5EfRr9f8XrHKwK4YlCnJaglIbQF+B3+AQpIpikBUjEMRbxmsRpswTXY9CO15KPaS9lSGHS3W0MVSkqBe+/nsHbL334eZ4CpakxEk4qBQffItj/3Ifvv5MJnJ6jzT8dX+On/fgWbnyZsebeTDU7toRs+rcKtQrZFLDhbQy1CtkUsOFtDLUK2RSw4W0M/ReFqOqbVXbOi6Mbq1lramyT4OKqGNfUK4F7q2YmMhfDHKTU0MV6eVrNTOuppg6x5u4Gs2tqKyF6Jecm0u5Swopbupa6bHMRqi9Y9P39yjJU0vlxXlhbk0WrQv6pveojF3F0GmEwbsDDNZea00aMsu/PZQmHJxGIopTwARvBR+sBeKIZSnmlIRpk40wUgc+vRrla6UXJzG/NIqWjDlngr4+gw4ei67EdqfgenleosS1uwhh+N1zBU9+TO+MzenfUez4cid00K9a0Xi4pxhwIg85l169ePnu6uf8X+OP7eF5xxJwAAAAASUVORK5CYII=) no-repeat;
	background-size: contain;
	border-radius: inherit;
	border: none;
	display: inline-block;
	vertical-align: middle;
	top: -12px;
	left: calc(51.5% - 17px);
	position: absolute;
}
.game_main .slider .runway .result_maker {
    width: 60px;
    height: 36px;
	background-color: #8bc34a;
    border-radius: 3px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    top: -50px;
    left: calc(21.5% - 30px);
    position: absolute;
	text-align: center;
	transition: 0.25s;
	display: none;
}
.game_main .slider .runway .result_maker:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 23px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #8bc34a;
    transition: all 300ms ease-in-out;
}
.game_main .slider .runway .result_maker.negative {
	background-color: #ff9800;
}
.game_main .slider .runway .result_maker.negative:before {
	border-top: 10px solid #ff9800;
}
.game_main .slider .runway .result_maker span {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
}
.game_main #game_dice_result {
	/*height: 40px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #4caf50;
	font-style: italic;*/
}
.game_main .bet_btn {
	max-width: 350px;
	width: 100%;
	height: 50px;
	font-weight: bold;
	font-size: 13px;
	margin: 0px auto 10px;
	background: #03a9f4 !important;
	border: 1px solid #03a9f4 !important;
	opacity: 0.8;
	margin-top: 20px;
	color: #FFF;
}
.game_main .bet_btn:hover{
	opacity: 1;
}
.game_main #bet_on_lower_btn, .game_main #bet_on_higher_btn  {
	width: 100%;
	max-width: 200px;
	height: 50px;
	font-weight: bold;
	font-size: 13px;
	margin: 5px 0px;
}
.game_main .game_dice_numbers {
	margin: 20px auto;
}
.game_main .game_dice_numbers span {
	font-size: 45px;
	border-radius: 5px;
	color: #DDD;
	background: linear-gradient(to bottom,#555 0,#000 100%);
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 2px;
	margin-bottom: 10px;
	display: inline-block;
    width: 47px;
	text-shadow: 1px 2px #170101;
	font-weight: 500;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.game_main #bet_auto_options {
	display: none;
}


.gems_game_container {
	max-width: 450px;
	width: calc(100% - 40px);
}
.gems_game_container.game_main {
	padding: 10px;
}
.gems_game_container .progress_table {
	overflow: hidden;
    padding: 7px 14px;
}
.gems_game_container .progress_table .progress_row {
	align-items: stretch;
    position: relative;
	margin-top: 3px;
	display: grid;
	grid-column-gap: 3px;
	grid-row-gap: 3px;
}
.gems_game_container .progress_table .progress_row.col_2{
	grid-template-columns: calc((100% - 3px) / 2) calc((100% - 3px) / 2);
}
.gems_game_container .progress_table .progress_row.col_3{
	grid-template-columns: calc((100% - 6px) / 3) calc((100% - 6px) / 3) calc((100% - 6px) / 3);

}
.gems_game_container .progress_table .progress_row.col_4{
	grid-template-columns: calc((100% - 9px) / 4) calc((100% - 9px) / 4) calc((100% - 9px) / 4) calc((100% - 9px) / 4);
}

.gems_game_container .progress_table .progress_row:first-child {
	margin-top: 0px;
}
.gems_game_container .progress_table .progress_row.selected::before{
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: left 300ms ease-in-out, right 300ms ease-in-out;
	border-left-color: #9e9e9e;
    border-right-width: 0;
    left: -12px;
}
.gems_game_container .progress_table .progress_row.selected::after {
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: left 300ms ease-in-out, right 300ms ease-in-out;
	border-right-color: #9e9e9e;
    border-left-width: 0;
	right: -12px;
}
.gems_game_container .progress_table .progress_cell {
    background-color: #0098ea;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: not-allowed;
    flex-basis: 33%;
    flex-grow: 1;
    margin: 0;
    opacity: 1;
    padding: 6px 0;
    position: relative;
    text-align: center;
    transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
	opacity: 0.5;
	height: 40px;
	border: 2px solid #F5F5F5;
	background-image: url(../img/games/3440162.png) !important;
    background-repeat: repeat;
}
.gems_game_container .progress_table .progress_row.selected .progress_cell{
	cursor: pointer;
	opacity: 1;
}
.gems_game_container .progress_table .progress_row.opened .progress_cell{
	cursor: not-allowed;
	opacity: 1;
}
.gems_game_container .progress_table .progress_cell i {
	font-size: 17px;
}
.gems_game_container .progress_table .progress_row.opened .progress_cell.chosen, .gems_game_container .progress_table .progress_row.selected .progress_cell.chosen{
	border: 2px solid #FF5722;
	line-height: 20px;
}
.gems_game_container .progress_table .progress_row.selected .progress_cell:hover{
	/*opacity: 0.85;*/
	font-size: 15px;
}
.gems_game_container .progress_table .progress_cell span {
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}
.gems_game_container .difficulty{
    margin: 0px auto;
	width: calc(100% - 30px);
	text-align: center;
}
.gems_game_container.game_main #start_game_gems, .gems_game_container.game_main #stop_game_gems, .mines_game_container.game_main #bet_btn, .mines_game_container.game_main #cashout_btn {
	width: 100%;
	height: 45px;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0px 10px;
	background: #03a9f4;
	border-color: #03a9f4;
	opacity: 0.95;
}
.gems_game_container.game_main #stop_game_gems, .mines_game_container.game_main #cashout_btn {
	background: #f7655a !important;
	border-color: #f7655a !important;
}
.gems_game_container.game_main #start_game_gems:hover, .gems_game_container.game_main #stop_game_gems:hover, .mines_game_container.game_main #bet_btn:hover, .mines_game_container.game_main #cashout_btn:hover{
	opacity: 1;
}
.game_main #spin_btn, .game_main #start_auto_spin_btn, .game_main #stop_auto_spin_btn {
	max-width: 350px;
	width: 100%;
	height: 50px;
	font-weight: bold;
	font-size: 13px;
	margin: 0px auto 10px;
	background: #03a9f4 !important;
	border: 1px solid #03a9f4 !important;
	opacity: 0.8;
	margin-top: 20px;
	color: #FFF;
}
.game_main #start_auto_spin_btn, .game_main #stop_auto_spin_btn {
	display: none;
}
.game_main #spin_btn:hover, .game_main #start_auto_spin_btn:hover, .game_main #stop_auto_spin_btn:hover {
	opacity: 1;
}
#num_lines {
	background: none;
	border: none;
}
.slots-componentbox .componentbox-header .componentbox-title:after {
    background-color: #e54d42;
    border-radius: 2px;
    color: #fff;
    content: '';
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    margin-left: 6px;
    padding: 2px 3px;
    text-transform: uppercase;
    vertical-align: super;
    content: 'LIVE';
    margin-top: -3px
}

.slots-componentbox--demo .componentbox-header .componentbox-title:after {
    content: 'DEMO'
}

.slots-componentbox .icon-oh.slots {
    position: relative;
    top: 1px
}

.slots-componentbox .componentbox-content {
    text-align: center
}

.slots-componentbox .multi-number-roller--container .multi-number-roller {
    position: relative;
    z-index: 10
}

.slots-componentbox .multi-number-roller {
    z-index: initial
}

@media only screen and (max-width: 29.9375em) {
    .slots-componentbox .multi-number-roller {
        margin-left: -16px;
        margin-right: -16px
    }
}

.slots-componentbox .form-notice-box {
    margin-bottom: 0
}

.slots__container {
    border: 1px solid #e5e5e5;
    box-shadow: inset 0 0 10px 1px rgba(130, 130, 130, 0.1);
    display: flex;
    justify-content: space-between;
    margin: 32px auto 20px;
    max-width: 550px;
    position: relative;
	width: calc(100% - 40px);
	border-radius: 5px;
}

.slots__container::before,
.slots__container::after {
    content: '';
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    /*z-index: 100*/
}

.slots__container::before {
    background-image: linear-gradient(to top, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.1));
    height: 20px;
    top: 0
}

.slots__container::after {
    background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.1));
    bottom: 0;
    height: 20px
}

.slots__container--won .reel:not(.reel--start):not(.reel--spinning) .reel__part {
    opacity: 0.3
}

.slots__container--won .reel:not(.reel--start):not(.reel--spinning) .reel__part--active {
    opacity: 1
}

.slots__container--won .reel:not(.reel--start):not(.reel--spinning) .reel__part--active::before {
    border-radius: 50%;
    bottom: -50%;
    box-shadow: 0 0 5px 3px #2196f3;
    content: '';
    left: -3%;
    position: absolute;
    right: -3%;
    top: -50%
}

@media (max-width: 760px) {
    .slots__container--won .reel:not(.reel--start):not(.reel--spinning) .reel__part--active::before {
        border-radius: 50% !important;
        bottom: -4vw;
        left: -5%;
        right: -5%;
        top: 95%
    }
}

.slots__container--errors .slots__row>span::before,
.slots__container--errors .slots__row>span::after {
    background-image: linear-gradient(to left, rgba(187, 190, 197, 0.2) 40%, transparent 40%) !important
}

.slots__container--errors .slots__row::before,
.slots__container--errors .slots__row::after {
    transform: scale(0) translateY(-50%)
}

.slots__container--errors .reel__part {
    opacity: 0.3
}

@media only screen and (max-width: 29.9375em) {
    .slots__container {
        margin: 16px auto
    }
}

.slots__result-multiplier {
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    font-size: 6rem;
    font-weight: 700;
    left: 0;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: opacity 300ms ease-in-out;
    z-index: 10
}

.slots__result-multiplier span {
    left: 0;
    position: absolute;
    right: 0;
    transform: scale(0);
    transition: transform 300ms ease-in-out
}

.slots__result-multiplier span:nth-child(1) {
    top: calc(50% - 0.5em)
}

.slots__result-multiplier span:nth-child(2) {
    top: calc(15% - 0.5em)
}

.slots__result-multiplier span:nth-child(3) {
    top: calc(85% - 0.5em)
}

.slots__result-multiplier.showing {
    opacity: 1
}

.slots__result-multiplier.showing span {
    transform: scale(1)
}

@media only screen and (max-width: 29.9375em) {
    .slots__result-multiplier {
        font-size: 3rem
    }
}

.slots__row-container {
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.slots__row {
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.slots__row::before,
.slots__row::after {
    content: '';
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    position: absolute;
    top: 50%;
    transform: scale(0) translateY(-50%);
    transition: transform 300ms ease-in-out
}

@media only screen and (max-width: 29.9375em) {
    .slots__row::before,
    .slots__row::after {
        border-bottom-width: 4px;
        border-top-width: 4px
    }
}

.slots__row::before {
    border-left: 10.66667px solid #03a9f4;
    left: 0;
    transform-origin: left top
}

@media only screen and (max-width: 29.9375em) {
    .slots__row::before {
        border-left-width: 6.4px
    }
}

.slots__row::after {
    border-right: 10.66667px solid #03a9f4;
    right: 0;
    transform-origin: right top
}

@media only screen and (max-width: 29.9375em) {
    .slots__row::after {
        border-right-width: 6.4px
    }
}

.slots__row--one {
    top: 50%
}

.slots__row--two {
    top: 17%
}

.slots__row--three {
    top: 83%
}

.slots__row--active>span::before,
.slots__row--active>span::after {
    background-image: linear-gradient(to left, #2196f380 40%, transparent 40%) !important
}

.slots__row--active::before,
.slots__row--active::after {
    transform: scale(1) translateY(-50%)
}

.slots__row--full::before,
.slots__row--full::after {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slots__row--full::before {
    -webkit-animation-name: flyRight;
    animation-name: flyRight
}

.slots__row--full::after {
    -webkit-animation-name: flyLeft;
    animation-name: flyLeft
}

.slots__row>span {
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    width: 33%
}

.slots__row>span::before,
.slots__row>span::after {
    background-image: linear-gradient(to left, rgba(187, 190, 197, 0.2) 40%, transparent 40%);
    background-position: right;
    background-size: 20px;
    background-repeat: repeat-x;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 27%
}

.slots__row>span::before {
    left: 0
}

.slots__row>span::after {
    right: 0
}

.slots__row>span:nth-child(1) {
    left: 0
}

.slots__row>span:nth-child(2) {
    left: 33%
}

.slots__row>span:nth-child(3) {
    left: 66%
}

.reel__container {
    height: 290px;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    transition: -webkit-filter 1s ease-in-out;
    transition: filter 1s ease-in-out;
    transition: filter 1s ease-in-out, -webkit-filter 1s ease-in-out;
    width: 100%
}

.reel__container:not(:last-child) {
    border-right: 1px solid #e5e5e5
}

@media only screen and (max-width: 29.9375em) {
    .reel__container {
        height: 120.83333px
    }
}

.reel {
    height: 290px;
    position: relative;
    transform: rotateX(0deg);
    transform-style: preserve-3d;
    width: 100%
}

.reel--start {
    transition: transform 200ms cubic-bezier(0.91, 0.22, 0.99, 0.64);
	-webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.reel--spinning {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.reel--spinning .reel__part {
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.reel--spinning .reel__part::after {
    transform: scaleY(1.2)
}

.reel--stopping {
    transition: transform 1.9s cubic-bezier(0, 0.6, 0.5, 1.05)
}

@media only screen and (max-width: 29.9375em) {
    .reel {
        height: 120.83333px
    }
}

.reel__part {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 50.15px;
    margin: 0 auto;
    left: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 25.075px);
    transition: opacity 500ms ease-out;
    width: 50%
}

@media only screen and (max-width: 29.9375em) {
    .reel__part {
        height: 30px;
        top: calc(50% - 15px)
    }
}

.reel__part::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -40%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -40%
}

.reel__part:nth-child(1) {
    transform: rotateX(0deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(1) {
        transform: rotateX(0deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(2) {
    transform: rotateX(-5deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(2) {
        transform: rotateX(-5deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(3) {
    transform: rotateX(-10deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(3) {
        transform: rotateX(-10deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(4) {
    transform: rotateX(-15deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(4) {
        transform: rotateX(-15deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(5) {
    transform: rotateX(-20deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(5) {
        transform: rotateX(-20deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(6) {
    transform: rotateX(-25deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(6) {
        transform: rotateX(-25deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(7) {
    transform: rotateX(-30deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(7) {
        transform: rotateX(-30deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(8) {
    transform: rotateX(-35deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(8) {
        transform: rotateX(-35deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(9) {
    transform: rotateX(-40deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(9) {
        transform: rotateX(-40deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(10) {
    transform: rotateX(-45deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(10) {
        transform: rotateX(-45deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(11) {
    transform: rotateX(-50deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(11) {
        transform: rotateX(-50deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(12) {
    transform: rotateX(-55deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(12) {
        transform: rotateX(-55deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(13) {
    transform: rotateX(-60deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(13) {
        transform: rotateX(-60deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(14) {
    transform: rotateX(-65deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(14) {
        transform: rotateX(-65deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(15) {
    transform: rotateX(-70deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(15) {
        transform: rotateX(-70deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(16) {
    transform: rotateX(-75deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(16) {
        transform: rotateX(-75deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(17) {
    transform: rotateX(-80deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(17) {
        transform: rotateX(-80deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(18) {
    transform: rotateX(-85deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(18) {
        transform: rotateX(-85deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(19) {
    transform: rotateX(-90deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(19) {
        transform: rotateX(-90deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(20) {
    transform: rotateX(-95deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(20) {
        transform: rotateX(-95deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(21) {
    transform: rotateX(-100deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(21) {
        transform: rotateX(-100deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(22) {
    transform: rotateX(-105deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(22) {
        transform: rotateX(-105deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(23) {
    transform: rotateX(-110deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(23) {
        transform: rotateX(-110deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(24) {
    transform: rotateX(-115deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(24) {
        transform: rotateX(-115deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(25) {
    transform: rotateX(-120deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(25) {
        transform: rotateX(-120deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(26) {
    transform: rotateX(-125deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(26) {
        transform: rotateX(-125deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(27) {
    transform: rotateX(-130deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(27) {
        transform: rotateX(-130deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(28) {
    transform: rotateX(-135deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(28) {
        transform: rotateX(-135deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(29) {
    transform: rotateX(-140deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(29) {
        transform: rotateX(-140deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(30) {
    transform: rotateX(-145deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(30) {
        transform: rotateX(-145deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(31) {
    transform: rotateX(-150deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(31) {
        transform: rotateX(-150deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(32) {
    transform: rotateX(-155deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(32) {
        transform: rotateX(-155deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(33) {
    transform: rotateX(-160deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(33) {
        transform: rotateX(-160deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(34) {
    transform: rotateX(-165deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(34) {
        transform: rotateX(-165deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(35) {
    transform: rotateX(-170deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(35) {
        transform: rotateX(-170deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(36) {
    transform: rotateX(-175deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(36) {
        transform: rotateX(-175deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(37) {
    transform: rotateX(-180deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(37) {
        transform: rotateX(-180deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(38) {
    transform: rotateX(-185deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(38) {
        transform: rotateX(-185deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(39) {
    transform: rotateX(-190deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(39) {
        transform: rotateX(-190deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(40) {
    transform: rotateX(-195deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(40) {
        transform: rotateX(-195deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(41) {
    transform: rotateX(-200deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(41) {
        transform: rotateX(-200deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(42) {
    transform: rotateX(-205deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(42) {
        transform: rotateX(-205deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(43) {
    transform: rotateX(-210deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(43) {
        transform: rotateX(-210deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(44) {
    transform: rotateX(-215deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(44) {
        transform: rotateX(-215deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(45) {
    transform: rotateX(-220deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(45) {
        transform: rotateX(-220deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(46) {
    transform: rotateX(-225deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(46) {
        transform: rotateX(-225deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(47) {
    transform: rotateX(-230deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(47) {
        transform: rotateX(-230deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(48) {
    transform: rotateX(-235deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(48) {
        transform: rotateX(-235deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(49) {
    transform: rotateX(-240deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(49) {
        transform: rotateX(-240deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(50) {
    transform: rotateX(-245deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(50) {
        transform: rotateX(-245deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(51) {
    transform: rotateX(-250deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(51) {
        transform: rotateX(-250deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(52) {
    transform: rotateX(-255deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(52) {
        transform: rotateX(-255deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(53) {
    transform: rotateX(-260deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(53) {
        transform: rotateX(-260deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(54) {
    transform: rotateX(-265deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(54) {
        transform: rotateX(-265deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(55) {
    transform: rotateX(-270deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(55) {
        transform: rotateX(-270deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(56) {
    transform: rotateX(-275deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(56) {
        transform: rotateX(-275deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(57) {
    transform: rotateX(-280deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(57) {
        transform: rotateX(-280deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(58) {
    transform: rotateX(-285deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(58) {
        transform: rotateX(-285deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(59) {
    transform: rotateX(-290deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(59) {
        transform: rotateX(-290deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(60) {
    transform: rotateX(-295deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(60) {
        transform: rotateX(-295deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(61) {
    transform: rotateX(-300deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(61) {
        transform: rotateX(-300deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(62) {
    transform: rotateX(-305deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(62) {
        transform: rotateX(-305deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(63) {
    transform: rotateX(-310deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(63) {
        transform: rotateX(-310deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(64) {
    transform: rotateX(-315deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(64) {
        transform: rotateX(-315deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(65) {
    transform: rotateX(-320deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(65) {
        transform: rotateX(-320deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(66) {
    transform: rotateX(-325deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(66) {
        transform: rotateX(-325deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(67) {
    transform: rotateX(-330deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(67) {
        transform: rotateX(-330deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(68) {
    transform: rotateX(-335deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(68) {
        transform: rotateX(-335deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(69) {
    transform: rotateX(-340deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(69) {
        transform: rotateX(-340deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(70) {
    transform: rotateX(-345deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(70) {
        transform: rotateX(-345deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(71) {
    transform: rotateX(-350deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(71) {
        transform: rotateX(-350deg) translateZ(180px) scale(.45)
    }
}

.reel__part:nth-child(72) {
    transform: rotateX(-355deg) translateZ(360px) scale(.45)
}

@media only screen and (max-width: 29.9375em) {
    .reel__part:nth-child(72) {
        transform: rotateX(-355deg) translateZ(180px) scale(.45)
    }
}

.reel__part--bar::after {
    background-image: url(../img/games/sui.png)
}

.reel__part--bar.reel__part--active::after {
    transition: transform 500ms ease-in-out;
    transform: rotateY(720deg)
}

.reel__part--seven::after {
    background-image: url(../img/games/seven.svg)
}

.reel__part--cherry::after {
    background-image: url(../img/games/cherry.svg)
}

.reel__part--orange::after {
    background-image: url(../img/games/orange.svg)
}

.reel__part--watermelon::after {
    background-image: url(../img/games/watermelon.svg);
}

.reel__part--bell::after {
    background-image: url(../img/games/bell.svg)
}

.spin-symbol {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    vertical-align: middle
}

.spin-symbol:not(:last-child) {
    margin-right: 8px
}

.spin-symbol--bar {
    background-image: url(../img/games/sui.png)
}

.spin-symbol--seven {
    background-image: url(../img/games/seven.svg)
}

.spin-symbol--cherry {
    background-image: url(../img/games/cherry.svg)
}

.spin-symbol--orange {
    background-image: url(../img/games/orange.svg)
}

.spin-symbol--watermelon {
    background-image: url(../img/games/watermelon.svg)
}
.spin-symbol--bell {
    background-image: url(../img/games/bell.svg)
}
.spin-symbol--hit::before {
    border-radius: 50%;
    bottom: -1px;
    box-shadow: 0 0 1px 1px #00a99d;
    content: '';
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px
}

.slots__amount-container {
    align-items: stretch;
    display: flex;
    justify-content: space-between
}

.slots__amount-container .bet-amount {
    flex-grow: 1
}

.slots__amount-container .toggle-switch .switch {
    height: 40px
}

.slots__amount-container .toggle-switch .toggle-switch-checkbox+label::after {
    transition: transform 0.2s ease-in-out
}

.slots__amount-container .toggle-switch .toggle-switch-checkbox:checked+label::after {
    transform: translateY(24px)
}

.slots__amount-container .toggle-switch .switch-label span {
    transition: color 0.2s ease-in-out
}

@media (max-width: 37.5em) {
    .slots__amount-container {
        flex-wrap: wrap;
        justify-content: flex-start
    }
    .slots__amount-container .bet-amount {
        flex-basis: 100%
    }
    .slots__amount-container .slots__set-rows-container {
        margin: 16px 16px 0 0
    }
    .slots__amount-container .slots__speed-container {
        margin: 16px 0 0
    }
}

@media only screen and (max-width: 29.9375em) {
    .slots__amount-container {
        justify-content: space-between
    }
}

.slots__speed-container {
    margin-left: 16px;
    text-align: left
}

.slots__set-rows-container {
    margin-left: 16px
}

.bet-amount-input-wrapper {
    border-radius: 6px;
    display: flex;
    overflow: hidden
}

.bet-amount-input-wrapper>* {
    border: 1px solid #e5e5e5
}

.bet-amount-input-wrapper input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    flex-grow: 1;
    min-width: 100px
}

.bet-amount-input-wrapper .multiply-bet {
    display: block;
    flex-basis: 48px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 40px;
    padding: 0;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    border-radius: 0;
    background-color: #f9fafa;
    border-left: none
}

.slot-rules__pay-table {
    border: 1px solid #e5e5e5
}

.slot-rules__pay-table__row {
    display: flex
}

.slot-rules__pay-table__row:not(:last-child) {
    border-bottom: 1px solid #e5e5e5
}

.slot-rules__pay-table__cell {
    padding: 8px
}

.slot-rules__pay-table__multiplier {
    flex-basis: 70px;
	flex-basis: 45%;
    text-align: right
}

.slot-rules__pay-table__wildcard {
    text-align: center;
    flex-basis: 100%
}

.slot-rules__pay-table__wildcard .spin-symbol {
    margin-right: 4px;
    position: relative;
    top: -1px
}

.slot-rules__reels {
    display: flex;
    justify-content: space-around;
    /*overflow: auto;*/
    margin-top: 16px
}

.slot-rules__reel {
    max-height: 300px
}

.slot-rules__reel .spin-symbol {
    margin-right: 0;
    margin-left: 8px
}

.slot-rules__symbol-number {
    display: inline-block;
    text-align: right;
    width: 20px
}

.slots-jackpot-modal {
    max-width: 600px;
    padding: 16px;
    text-align: center
}

.slots-jackpot-modal h3 {
    font-size: 1.5rem;
    margin-top: 0
}

.slots-jackpot-modal h3::before {
    background-image: url(../img/trophy.613e76269e0cee5ce5e47604331a4605.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 80px;
    margin-bottom: 16px;
    width: 100%
}

.slots-jackpot-modal .symbol-container {
    margin-bottom: 16px;
    position: relative
}

.slots-jackpot-modal .symbol-container div {
    display: flex;
    justify-content: center;
    padding: 16px 0;
    position: relative
}

.slots-jackpot-modal .symbol-container div::after {
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.slots-jackpot-modal .spin-symbol {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-name: rotateHorizontal;
    animation-name: rotateHorizontal;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: block;
    height: 100px;
    width: 100px
}

.slots-jackpot-modal .spin-symbol:not(:last-child) {
    margin-right: 64px
}

.slots-jackpot-modal .spin-symbol:nth-child(1) {
    -webkit-animation-delay: 1300ms;
    animation-delay: 1300ms
}

.slots-jackpot-modal .spin-symbol:nth-child(2) {
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms
}

.slots-jackpot-modal .spin-symbol:nth-child(3) {
    -webkit-animation-delay: 1900ms;
    animation-delay: 1900ms
}

.slots-jackpot-modal .spin-symbol--hit::before {
    bottom: -10px;
    box-shadow: 0 0 5px 3px #00a99d;
    left: -10px;
    right: -10px;
    top: -10px
}

.slots-jackpot-modal .multiplier {
    font-weight: 700;
    font-size: 6rem;
    left: 50%;
    line-height: 1;
    margin: 0;
    position: absolute;
    top: 55%;
    transform: translate(-50%, -50%)
}
table#bet_history tr:nth-child(2n){
	background: rgb(250, 250, 250);
}
table#bet_history tr{
	height: 45px;
	color: #43454a;
}
.input_group {
	margin: 10px auto 0px;
    height: 45px;
    font-size: 14px;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
	background: #FFF;
}
.input_label {
	font-size: 13px;
}
.input_group input{
	height: 43px;
    background: transparent !important;
    border: none;
    border-radius: 5px;
	width: calc(100% - 45px);
	font-size: 13px;
}
.input_group input:disabled {
	background: #FAFAFA !important;
}
.input_group .icon {
    width: 43px;
    height: 43px;
    background-color: #EEE;
    border: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 4.7px 0px 0px 4.7px;
	border-right: 1px solid #D5D5D5;
	float: left;
}
.input_group .icon i {
	color: #999 !important;
	font-size: 14px;
}
.input_group .input-group-addon{
	padding: 12px 15px;
    border: none;
    cursor: pointer;
    background: transparent;
    height: 40px;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .col-form-label {
		padding-top: 10px !important;
		padding-bottom: 0px;
	}
}
.stats-and-actions-row {
    display: flex;
}
.stats-and-actions-row .wallet-stats {
    flex-grow: 1;
}
.wallet-stats {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.wallet-stats .meta-box:not(:last-of-type) {
    border-right: 1px solid #e5e5e5;
}
.wallet-stats .meta-box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 120px;
    height: 100%;
    align-items: center;
    justify-content: center;
	text-align: center;
	padding: 5px;
}
.wallet-stats .meta-box .meta-title {
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 4px;
}
.wallet-stats .meta-box .meta-value {
    text-transform: uppercase;
    font-size: 14px;
}
.stats-and-actions-row .wallet-transfer-buttons {
    width: 200px;
    flex-grow: 0;
    flex-shrink: 0;
    border-left: 1px solid #e5e5e5;
}
.wallet-transfer-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px;
}
.wallet-transfer-buttons button:not(:last-of-type) {
    margin-bottom: 8px;
}
.wallet-transfer-buttons .button, .wallet-transfer-buttons button {
    transition: .1s 0s all linear;
    background-color: #03a9f4;
    border: 1px solid #03a9f4;
    border-radius: 6px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: auto;
    outline: none;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
	width: 100%;
	opacity: 0.8;
}
.wallet-transfer-buttons .button:hover, .wallet-transfer-buttons button:hover{
	opacity: 1;
}
.wallet-transfer-buttons button.withdraw {
	background: #8BC34A;
	border: 1px solid #8BC34A;
}
@media only screen and (max-width: 47.9375em){
	.stats-and-actions-row  {
		flex-wrap: wrap;
	}
	.wallet-stats {
		flex-basis: 100%;
	}
	.stats-and-actions-row .wallet-transfer-buttons {
		flex-basis: 100%;
		border-left: none;
		border-top: 1px solid #e5e5e5;
	}
	.wallet-stats .meta-box .meta-title {
		font-size: 16px;
		line-height: 20px;
	}
	.wallet-stats .meta-box .meta-value {
		text-transform: uppercase;
		font-size: 14px;
	}
}
.contest_header{
    text-align: center;
	font-size: 15px;
}
.contest_header p {
    font-size: 24px;
    font-weight: 700;
}
.contest__rules-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 16px;
    line-height: 1;
}
.process_btn {
	width: 100%;
	height: 45px;
	font-weight: bold;
	font-size: 12px;
	margin: 0px auto 10px;
	background: #8bc34a;
	border: 1px solid #8bc34a;
	opacity: 0.8;
	margin-top: 0px;
	color: #FFF;
	border-radius: 5px;
}
.process_btn:hover {
	opacity: 1;
}
.process_btn i {
	color: #FFF;
	font-size: 12px !important;
}
.bets_nav {
    margin: 20px auto 10px;
    max-width: 281px;
	width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.bets_nav ul {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
	display: inline;
	margin: 0px;
    padding: 0px;
}
.bets_nav ul li {
    padding: 0 15px;
    font-size: 13px;
    font-weight: 700;
    color: #b1b1b1;
    cursor: pointer;
	float: left;
	list-style: none;
}
.bets_nav ul li:hover{
	border-bottom: 2px solid #a4a7b9;
}
.bets_nav ul .li_active {
    color: #03A9F4!important;
    border-bottom: 2px solid #03A9F4!important;
}
.bets_nav:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 1;
    background: #dcdcde;
}
#modal-mask {
    align-items: center;
    background-color: rgba(0,0,0,0.75);
    display: flex;
    justify-content: center;
    height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity 0.6s ease, z-index 0.6s;
    z-index: -1;
    width: 100%;
}
#modal-mask.visible {
    opacity: 1;
    pointer-events: all;
    z-index: 999;
}
#modal-window {
    z-index: 10000;
    position: relative;
	width: 90%;
	max-width: 500px;
}
#modal-window .close-modal {
    color: #818183;
    cursor: pointer;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
	font-size: 16px;
}
.modalbox {
    width: 100%;
    margin: 0;
    background: #fff;
	border-radius: 5px;
}
.modalbox header {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    background: #f9fafa;
	border-radius: 5px 5px 0px 0px;
}
.modalbox .center-content {
    padding: 24px;
	max-height: 550px;
	overflow-y: auto !important;
}
#hourly_faucet .roll_numbers, #bonus_faucet .roll_numbers {
	margin: 20px auto;
}
#hourly_faucet .roll_numbers span, #bonus_faucet .roll_numbers span {
    font-size: 45px;
    border-radius: 5px;
    color: #DDD;
    background: linear-gradient(to bottom,#555 0,#000 100%);
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 2px;
    margin-bottom: 10px;
    display: inline-block;
    width: 47px;
    text-shadow: 1px 2px #170101;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#bonus_faucet {
	display: none;
}
.gameBar_wrap {
    text-align: center;
    margin: 0px auto;
    width: 100%;
}
.gameBar_main {
    display: inline-block;
    margin: 0px auto;
    color: #999;
}
.gameBar_main .gameBar_li {
    cursor: pointer;
    width: 70px;
    float: left;
    font-weight: 300;
}
.bets_nav {
    margin: 30px auto 20px;
    max-width: 300px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    position: relative;
}
.bets_nav ul {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: inline;
}
.bets_nav ul li {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 700;
    color: #b1b1b1;
    cursor: pointer;
    float: left;
}
.bets_nav ul .li_active {
    color: #03A9F4!important;
    border-bottom: 2px solid #03A9F4!important;
}
.bets_nav ul li:hover {
    border-bottom: 2px solid #a4a7b9;
}
.bets_table thead tr {
    background: linear-gradient(88.93deg, #1F98E8 18.91%, #02D0DE 79.91%);
    color: #FFF;
    border-radius: 7px 7px 0 0;
    height: 50px;
    font-weight: bold;
}
.bets_table thead tr td {
	color: #FFF !important;
}
.bets_table tr {
    border-bottom: 1px dashed #DDD;
    height: 50px;
    line-height: 25px;
}
.table-striped.bets_table tbody tr:nth-of-type(odd) {
    background-color: #FFF;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
.bets_table tr td {
    border: none;
	border-top: none !important;
    text-align: center;
	overflow:hidden;
	white-space:nowrap
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	line-height: 33px;
}
.pagination {
    display: -webkit-inline-box;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
	margin-top: 0px;
}
.pagination a:first-child {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.pagination a {
    position: relative;
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    margin-left: -1px;
    line-height: 1.25;
    color: #03a9f4;
    background-color: #fff;
    border: 1px solid #ebedf2;
}
.pagination a.active {
    z-index: 1;
    color: #fff;
    background-color: #03A9F4;
    border-color: #03A9F4;
}
.footer {
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #001D38;
	text-align: center;
}
.footer .footer_top {
    padding-top: 35px;
    padding-bottom: 100px;
}
.footer .copy-right_text {
    padding-bottom: 30px;
}
.footer .copy-right_text .copy_right {
    font-size: 15px;
    color: #AAB1B7;
    margin-bottom: 0;
    font-weight: 500;
}
.footer .footer_top .footer_widget .footer_title {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
	margin-top: 40px;
}
.footer .footer_top .footer_widget ul li a {
    color: #AAB1B7;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.footer .footer_top .footer_widget ul li a:hover, .footer .footer_top .footer_widget ul li a.active {
    color: #FFFFFF;
}
.bet_info {}
.bet_info .game_title {
	font-size: 15px;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
}
.bet_info .user, .bet_info .time {
	font-size: 13px;
	text-align: center;
	width: 100%;
}
.bet_info .box {
	width: 100%;
	margin: 20px 0px;
	padding: 5px 0px;
	border-radius: 3px;
	background: #EFEFEF;
	display: grid;
	grid-template-columns: repeat(3,auto);
    grid-gap: 0px;
}
.bet_info .box > div {
	border-right: 1px dashed #CCC;
	text-align: center;
	padding: 10px 0px;
}
.bet_info .box div:last-child {
	border: none;
}
.bet_info .box div .title {
	font-weight: bold;
	font-size: 13px;
	color: #0098ea;
	width: 100%;
}
.btn-info:disabled {
    color: #fff;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
	opacity: 1;
}
.btn-success:disabled {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
	opacity: 1;
}
.game_main .mine_board {
	margin: 30px auto;
    display: grid;
    width: 100%;
    max-width: 300px;
    grid-template-columns: repeat(5,auto);
    grid-gap: 10px 10px;
    margin-bottom: 10px;
}
.game_main .mine_board .tile {
    position: relative;
	padding-top: 100%;
}
.game_main .mine_board .tile .front{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	border: 1px solid #2196F3;
    border-radius: 5px;
    background: #00BCD4;
    box-shadow: 0 2px #2196F3;
    cursor: pointer;	
}
.game_main .mine_board .tile .back{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
    border-radius: 5px;
    background: #EAEAEA;
    border: 1px solid #DDD;
    box-shadow: 0 2px #CCC;
    cursor: pointer;	
}
.game_main .mine_board .tile .front:hover {
	opacity: 0.7;
}
.game_main .mine_board .tile.disabled .front:hover {
	opacity: 1;
}
@keyframes animation1 {
	from {transform: scale(1.1);}
	to {transform: scale(1);}
}
@keyframes animation2 {
	from {transform: scale(0);}
	to {transform: scale(1);}
}
@keyframes animation3 {
	from {transform: scale(0);}
	to {transform: scale(1);}
}
.game_main .mine_board .tile .front.focus {
	animation-duration: 0.3s;
	animation-name: animation1;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.game_main .mine_board .tile .front.hide {
	transform: scale(0);
	animation-duration: 0.3s;
	animation-name: animation2;
	animation-direction: reverse;
}
.game_main .mine_board .tile .back img {
    height: 40px;
    width: 40px;
    margin-top: calc(50% - 20px);
    margin-left: calc(50% - 20px);
}
@media (max-width: 400px) { 
	.game_main .mine_board .tile .back img {
		height: 40px;
		width: 40px;
		margin-top: calc(50% - 20px);
		margin-left: calc(50% - 20px);
	}
}
.game_main .mine_board .tile .back img.show {
	animation-duration: 0.5s;
	animation-name: animation3;
}
.game_main .mine_board .tile .back.revealed{
    background: #CCC;
    opacity: 0.5;
}
.game_main .mine_board .tile .back.revealed img {
    height: 35px;
    width: 35px;
    margin-top: calc(50% - 17.5px);
    margin-left: calc(50% - 17.5px);
}
@media (max-width: 400px) { 
	.game_main .mine_board .tile .back.revealed img {
		height: 28px;
		width: 28px;
		margin-top: calc(50% - 14px);
		margin-left: calc(50% - 14px);
	}
}