body .page_wrapper {
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}
body.loaded .page_wrapper {
    opacity: 1;
    pointer-events: all;
}
body {
    background-color: #000000;
    position: relative;
}
body:before, body:after {
    content: '';
    position: absolute;
    left:50%;
    top:30vh;
    background: url('../../../../../themes/default/site-design-2020/images/logo.png');
    width: 260px;
    height: 66px;
    transform: translate(-50%, 0);
    transition: all 0.25s ease;
}
body:after {
    width: 200px;
    height: 200px;
    top:40vh;
    background: url('../../../../../themes/default/site-design-2020/images/loader.gif');
}

.is-loading {
    background-image: url('../../../../../themes/default/site-design-2020/images/loader.gif') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.is-loading * {
	visibility: hidden;
}

body.loaded:before, body.loaded:after {
    opacity: 0;
    display: none;
    transform: translate(-50%, -30px);
}

body {
    background: #000000;
    font-size: 14px;
    overflow-x: hidden;
    color: #ffffff;
    margin: 0;
}

h2 {
    font-size: 20px;
}

a {
    color: #E5760C;
    text-decoration: none;
    cursor: pointer;
}

.orange-color {
    color: #E5760C;
}

body div.page_wrapper {
/*     min-height: 600px; */
}

div.content-row {
    padding-top: 80px;
}

div.banner-row {
    margin-top: 80px;
}

div .hide-banner div.banner-row {
    margin-top: 71px;
}

div.logged-in .hide-banner div.banner-row {
    margin-top: 80px;
}


div .hide-banner div.banner-row > div {
    display: none
}


.hide-me {
    opacity: 0;
    pointer-events: none;
}

hr.grey {
    border: none;
    border-bottom: 1px solid #666;
}

.menu-static-pages {
    margin: 0;
    padding: 0;
}

.menu-static-pages li {
    list-style-type: none;
    text-transform: uppercase;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.menu-static-pages li a {
    color: #ffffff;
    display: block;
    padding-bottom: 20px;
}

.on-mobile {
    display: none;
}

.on-desc {
    display: block;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-12 {
    font-size: 12px !important;
}

div.not-logged-in-spacer {
	height: 21px;
}

div.header {
    min-height: 80px;
    font-size: 16px;
    position: fixed;
    top: 0;
    background: #000000;
/*    box-shadow: 0 0 20px 6px rgba(0, 0, 0, .23); */
    z-index: 101;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 15px 10px 15px 22px;
}

div.header form.login-form {
	width: 100%;
}

div.logo {
    padding: 10px;
    max-width: 200px;
    height: 77px;
}

div.logged-in div.logo {
	margin-bottom: -12px;
}

div.navBar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    /* box-shadow: 0 0 20px 6px rgba(0, 0, 0, .23); */
    z-index: 101;
}

div.footer-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #000000;
    /* box-shadow: 0 0 20px 6px rgba(0, 0, 0, .23); */
    z-index: 101;
    width: 100%;
    padding: 10px 10%;
}

span.font-light-text {
    text-transform: uppercase;
    font-weight: 100;
}

span.font-light-text:not(:first-child) {
    border-bottom: 1px solid white;
}

.btn_deposit {
    width: 100%;
    height: 40px;
    background-color: #00BC00;
    box-shadow: none;
    border: none;
    border-radius: 1px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    padding: 10px 10%;
    text-shadow: 0 1px 0 #2f6627;
    outline: none;
}

.btn_deposit:hover,
.btn_green:hover {
    background-color: #5cbf2a;
}

.btn_cancel {
    width: 100%;
    height: 40px;
    background-color: #D9002B;
    box-shadow: none;
    border: none;
    border-radius: 1px;
    text-transform: capitalize;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    padding: 10px 10%;
    text-shadow: 0 1px 0 #2f6627;
    outline: none;
}

.btn_cancel:hover {
    background-color: #D94326;
}

li.log_out {
    cursor: pointer;
}

div.dropdown-user-menu-block .dropdown-content li.log_out:hover a {
    color: #B50128;
    font-weight: bold;
}

.dropdown-user-menu {
    cursor: pointer;
}

.btn_refresh_arrow {
    cursor: pointer;
    font-size: 16px !important;
    margin: 0 5px;
    font-weight: 100;
}

.dropdown-user-menu-arrow svg {
    transition: all 0.15s ease;
}

.dropdown-user-menu-arrow.active svg {
    transform: rotate(-180deg);
}

.btn_refresh_arrow:hover,
.dropdown-user-menu-arrow:hover {
    color: #E5760C;
}

.btn_bell,
.btn_user {
    font-size: 24px;
}

div.content-menu-block {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    z-index: 3;
}
div.content-menu-block:not(.account) {
    background-color: #0D0D0D;
}
div.footer_menu_block {
    display: block;
    width: 100%;
    padding: 25px;
    height: 60px;
}

ul.nav-menu {
    margin: 35px 0 0 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 16px;
}

ul.nav-menu li {
    text-align: left;
    padding: 0 10px;
    margin-top: 20px;
    white-space: nowrap;
}
ul.nav-menu li:hover a:nth-child(1) img {
    opacity: 0.7;
}
ul.nav-menu li:hover a:nth-child(2) {
    color: #E5760C;
}
ul.nav-menu li a:nth-child(2) {
    display: block;
    width: 200px;
}

ul.nav-menu.account_nav_menu li {
    margin-top: 30px !important;
}

ul.nav-menu li img {
    width: 34px;
}

ul.my_account_content_menu {
    display: flex;
    align-items: baseline;
    overflow: auto;
    list-style: none;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

ul.content_menu {
    padding-left: 25px;
    display: flex;
    align-items: baseline;
    overflow: auto;
    list-style: none;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}

ul.footer_menu {
    display: flex;
    align-items: baseline;
    list-style: none;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    overflow: hidden;
}

ul.my_account_content_menu li {
    float: left;
    position: relative;
    margin: 0 14px 0 0;
    text-align: center;
    padding: 10px;
    white-space: nowrap;
    overflow-x: hidden;
    cursor: pointer;
}

ul.content_menu li {
    float: left;
    position: relative;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow-x: hidden;
}

ul.footer_menu li {
    float: left;
    position: relative;
    margin: 0 15px 0 0;
    text-align: center;
    padding: 0 15px;
    white-space: nowrap;
    height: 20px;
}

ul.content_menu li a,
ul.nav-menu li a,
ul.footer_menu li a {
    color: #ffffff;
}

ul.my_account_content_menu li a {
    color: #000000;
}

ul.footer_menu li:hover {
    border-bottom: 1px solid #ffffff;
}

ul.content_menu li.active, ul.nav-menu li.active a:nth-child(2) {
    border-bottom: 1px solid #E5760C;
}

ul.content_menu li.active a,
ul.nav-menu li.active a {
    color: #E5760C !important;
}

ul.content_menu li a:hover,
ul.nav-menu li a:hover {
    color: #E5760C;
    cursor: pointer;
}

ul.content_menu.js-categories li:last-child {
    margin-left: auto;
    width: 450px;
}

ul.my_account_content_menu li.active {
    border-bottom: 1px solid #E5760C;
}

ul.my_account_content_menu li.active a {
    color: #E5760C !important;
}

ul.my_account_content_menu li a:hover {
    color: #E5760C;
    cursor: pointer;
}

div.favorite-games-div {
    background-color: #2D2D2D;
    padding: 10px 20px 20px 20px;
}

div.payments_methods,
div.withdraw_methods {
    display: grid;
    grid-row-gap: 5px;
    grid-column-gap: 15px;
    grid-template-columns: repeat(6, 1fr);
}

div.favorite-games-block {
    padding: 5px;
    display: grid;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    grid-template-columns: repeat(5, 1fr);
}

div.games-block {
    padding: 25px;
    display: grid;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    grid-template-columns: repeat(5, 1fr);
}

div.games-block .game-first {
	height: 100%;
	padding-bottom: 23px;
}

div.games-block .game-first > img {
	height: 100%;
	padding-bottom: 0;
}

div.method {
    background-color: #ffffff;
    border: 1px solid transparent;
    cursor: pointer;
}

div.method:hover {
    border: 1px solid #cccccc;
}

div.games-block img,
div.favorite-games-block img,
div.method img {
    width: 100%;
    cursor: pointer;
}

div.game-image-block {
    width: 100%;
    position: relative;
    overflow: hidden;
}


div.game-image-block > img {
	padding-bottom: 23px;
}

.fancybox-container *[id^="game-"] {
    padding: 30px 0 !important;
    width: calc(100% - 30px);
    position: relative;
    background: #171717;
    text-align: center;
}

.popup img {
    width: 60%;
    max-width: 300px;
    margin: 20px auto;
}

.popup h2 {
    margin: 0;
}

div.game-image-block:hover>div {
    opacity: 1;
}

div.game-image-block:hover div.hot-games,
div.game-image-block span.game-name {
    transition: all 0.15s ease;
}

div.game-image-block span.game-name {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

div.game-image-block:hover span.game-name {
    transform: translateY(100%);
}

div.game-image-block:hover div.hot-games {
    opacity: 0;
}

div.games-block-over {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    /* 0 default */
    transition: opacity 0.25s;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

span.game_title {
    margin-top: auto;
    text-transform: uppercase;
    font-size: 20px;
    opacity: 0;
    transition: all 0.4s ease;
    font-weight: bold;
    transform: translateY(-20px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

div.game-image-block:hover span.game_title {
    transform: translateY(0);
    opacity: 1;
}

.game-image-block.no-demo .btn_game_demo {
	visibility: hidden;
}

.game-image-block.no-demo .popup .btn_game_demo {
	display: none
}

span.game-name {
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    width: 100%;
    background: #000;
    padding: 5px;
}

div.hot-games {
    position: absolute;
    top: 30px;
    left: 0;
}

div.hot-games img {
    width: 50px;
}

.btn,
button.btn_game_play {
    margin-top: 10px;
    background-color: #FF850D;
    border: none;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    outline: none;
}

button.btn_game_play {
    transition: all 0.2s ease;
}

button.btn_game_play:hover {
    padding: 10px 48px;
    background-color: #FFA900;
    cursor: pointer;
}

button.btn_game_demo {
    margin-top: 10px;
    margin-bottom: auto;
    background-color: transparent;
    border: 3px solid #E5760C;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: all 0.2s ease;
}

button.btn_game_demo:hover {
    background-color: #000000;
    opacity: 0.6;
    cursor: pointer;
}

span.add-to-favorite, 
span.remove-from-favorite {
    align-self: flex-end;
    justify-self: flex-start;
    margin: 5px 5px 0 0;
    transition: all 0.15s ease 0.25s;
    transform: translateX(150%);
}

div.game-image-block:hover span.add-to-favorite, 
div.game-image-block:hover span.remove-from-favorite {
    transform: translateX(0%);
}

a.game-info {
	color: white;
    align-self: flex-end;
    justify-self: flex-end;
    margin: 0 5px 5px 0;
    transition: all 0.15s ease 0.25s;
    transform: translateX(150%);
}

div.game-image-block:hover a.game-info {
    transform: translateX(0%);
}

span.add-to-favorite:hover,
span.remove-from-favorite:hover{
    cursor: pointer;
}

input.search {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #262626;
    border: none;
    color: #ffffff;
    margin: 8px 0 0 0;
    outline: none;
    font-size: 16px;
}

.btn_search_icon {
    position: absolute;
    right: 15px;
    top: 20px;
}

.btn_arrow_up {
    color: #ffffff;
    font-size: 48px;
    position: fixed;
    bottom: 80px;
    right: 90px;
    display: none;
}

.btn_arrow_up:hover {
    color: #E5760C;
    cursor: pointer;

}

.btn_lang_key_arrow {
    padding-top: 12px;
    margin-left: 10px;
}

.btn_lang_key_arrow:hover {
    color: #E5760C;
    cursor: pointer;
}

div.footer-images-block {
    min-height: 300px;
    background-color: #1A1A1A;
    padding: 10px 20px 20px 20px;
}

div.footer-text-block {
    padding: 0 15px;
    background-color: #171717;
    color: #FCEAC2;
}

div.footer-text {
    padding: 0 10%;
}

div.footer-copyrights {
    height: 50px;
    padding: 5px;
}

div.footer-copyrights-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.footer-copyrights-block span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 20%;
    bottom: 5px;
}

.footer-copyright {
    font-weight: 100;
}

div.footer-images-payments-block {
    margin-top: 20px;
    height: 70px;
    border-bottom: solid 1px #858585;
}

div.footer-images-payments {
    padding: 0 15%;
    display: grid;
    grid-row-gap: 5px;
    grid-column-gap: 15px;
    grid-template-columns: repeat(7, 1fr);
}

div.footer-images-partners-1 {
    margin-top: 20px;
    padding: 20px;
    display: grid;
    grid-row-gap: 5px;
    grid-column-gap: 15px;
    grid-template-columns: repeat(7, 1fr);
}

div.footer-images-partners-2 {
    padding: 20px;
    display: grid;
    grid-row-gap: 5px;
    grid-column-gap: 15px;
    grid-template-columns: repeat(8, 1fr);
}

div.footer-images {
    width: 100%;
}

div.games-categories {
    padding: 40px;
    display: grid;
    grid-row-gap: 5px;
    grid-column-gap: 15px;
    grid-template-columns: repeat(6, 1fr);
    background-color: #1A1A1A;
}

img.lang-switch {
    width: 30px;
}

.hidden {
    display: none;
}

.latest_winners_name_of_game {
    font-size: 12px;

}
.latest_winners_name_of_game a {
    color: #545454;
}
.latest_winners_name_of_game a:hover {
    color: #E5760C !important;
}
.jackpot_main_div {
    background-color: #020202;
    padding: 1px 10px 20px 10px;
}
.jackpot-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.jackpot-total {
    color: #E5760C;
    font-size: 22px;
    line-height: 1.5em;
}

.jackpot-gc,
.jackpot-golden,
.jackpot-silver {
    margin: 20px 0;
    padding: 0 0 20px 0;
    background: url('../../../../../themes/default/site-design-2020/images/line.png') bottom no-repeat;
}

span.burger-menu-icon {
    font-size: 30px;
    text-align: right;
    display: block;
    float: right;
}

span.burger-menu-icon:hover {
    cursor: pointer;
}

div.burger-menu-div {
    padding: 20px 15px;
    height: calc(100vh - 80px);
    position: fixed;
    top: -100%;
    overflow: auto;
    background: #000;
    left: 0;
    opacity: 0;
    transition: all 0.15s ease;
    z-index: -1;
}

div.burger-menu-div.open {
    top: 80px;
    opacity: 1;
}

div.logo_notification {
    padding: 0 !important;
}

.main_flag:hover {
    cursor: pointer;
}

span.checked-checkbox {
    color: #FF850D;
}

/* default input checkbox style */
.default-input-checkbox-style {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.default-input-checkbox-style input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.default-input-checkbox-style .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: solid 1px #ffffff;
}

/* On mouse-over, add a grey background color */
.default-input-checkbox-style:hover input~.checkmark {
    border: solid 1px #ffffff;
}

/* When the checkbox is checked, add a blue background */
.default-input-checkbox-style input:checked~.checkmark {
    background-color: transparent;
    border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.default-input-checkbox-style .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.default-input-checkbox-style input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.default-input-checkbox-style .checkmark:after {
    left: 5px;
    top: 0;
    width: 8px;
    height: 14px;
    border: solid #E5760C;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn_log_in,
.btn_join_now,
.btn_deposit_bonus,
.btn_orange,
.btn_green {
    width: 200px;
    height: 40px;
    background-color: #00BC00;
    box-shadow: none;
    border: none;
    border-radius: 1px;
    text-transform: capitalize;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    text-shadow: 0 1px 0 #2f6627;
    white-space: nowrap;
    text-align: center;
    outline: none;
}

.btn_join_now:hover,
.btn_deposit_bonus:hover {
    background-color: #5cbf2a;
}

button.btn_deposit_bonus {
    width: 120px;
}

button.btn_log_in,
.btn_orange {
    background-color: #FF850D;
}

button.btn_log_in:hover,
.btn_orange:hover {
    background-color: #E5760C;
}

div.header_log_off {
    display: flex;
    justify-content: center;
}

div.header_log_off * {
    margin-right: 1%;
}

input.user-password,
input.user-name,
input.default-input {
    width: 100%;
    padding: 8px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    outline: none;
    font-size: 16px;
}

input.default-input {
    padding: 0 20px !important;
    border: 1px solid #999;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    height: 40px;
}

div.deposits_div {
    display: flex;
    padding: 0 20px 20px 20px;
}

div.deposits_div div.deposit-block {
    width: 50%;
    min-height: 200px;
    /*max-height: 500px;*/
}

div.deposit-block {
    margin-top: 20px;
}

div.promotions-img-block,
div.promotions-text-block {
    /*max-height: 240px;*/
}

.promotions-img {
    width: 100% !important;
    /*max-height: 240px;*/
}

span.deposit_title {
    font-size: 18px;
    padding: 20px 20px 10px 20px;
    display: block;
    font-weight: bold;
}

span.deposit_text {
    padding: 10px 20px;
    display: block;
    /*max-height: 160px;*/
    overflow: hidden;
}

.deposit_actions {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.deposit_actions a {
    text-decoration: underline;
}

.deposit_actions * {
    margin-right: 5%;
}

div.coupons_div {
    margin: 20px 0;
}

.promotions-text {
    padding: 0 20px 20px 20px;
}

table.table-design {
    width: 100%;
    margin: 10px auto;
    border-collapse: collapse;
    font-size: 16px !important;
}

table.table-design-max-width {
    max-width: 500px;
}

table.table-design tr td {
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
    padding: 10px 20px;
}

table.table-design tr:first-child td {
    border-right: 1px solid #818181;
    background-color: #000000;
    color: #ffffff;
}

table.table-design tr:first-child td:last-child {
    border: 1px solid #000000;
}

a.scroll_to_promotions_text {
    cursor: pointer;
}

.jackpot_div {
    display: flex;
    padding: 20px 10%;
    justify-content: space-between;
    align-items: center;
    height: 200px;
    font-weight: bold;
}

.jackpot-text-content {
    padding: 20px;
}

.promotions-text {
    padding: 0 10%;
}

.scroll_to_promotions_text {
    cursor: pointer;
    text-decoration: underline;
}

div.lottery-tickets {
    margin-top: 20px;
    padding: 20px;
    display: grid;
    grid-row-gap: 5px;
    grid-column-gap: 15px;
    grid-template-columns: repeat(5, 1fr);
}

div.lottery-tickets div {
    text-align: center;
}

div.lottery-tickets img {
    width: 100%;
}

div.lottery-ticket {
	position: relative;
	display: block;
}

div.lottery-tickets svg {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
}

.countdown-title {
    color: #396;
    font-weight: 100;
    font-size: 40px;
    margin: 40px 0px 20px;
}

.countdown {
    font-family: sans-serif;
    color: #fff;
    display: flex;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    justify-content: center;
}

.countdown-number {
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid white;
    width: 20%;
}

.countdown-time {
    padding: 15px;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
    font-size: 60px;
}

.countdown-text {
    display: block;
    padding-top: 5px;
    font-size: 16px;
}

div.help_div {
    padding: 0 20px 20px 20px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content,
.dropdown-notification-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 200px;
    min-height: 80px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content {
    right: -60px;
    top: 40px
}

.dropdown-notification-content {
    min-width: 320px;
}

.row.header .dropdown-notification-content {
    top: 10px;
    left: -40px;
}

.footer-mobile .dropdown-notification-content {
    bottom: 50px;
    right: -50px;
}

.dropdown-notification {
    cursor: pointer;
}

.dropdown-notification-content div {
    padding: 15px;
}

.dropdown-notification-content div:first-child {
    color: #686868;
    border-bottom: 1px solid #686868;
}

.points_div table {
    text-align: left;
}

p {
    margin: 0;
    margin-bottom: 20px;
}

.payments_table {
    border: 1px solid black;
    margin: 0 auto;
}

.dropdown-content ul {
    list-style: none;
    padding: 5px;
    margin: 0;
}

.dropdown-content ul li {
    margin-top: 10px;
    padding: 5px 10px;
}

div.dropdown-user-menu-block .dropdown-content ul li:last-child {
    border-top: 1px solid #494949;
}

div.dropdown-user-menu-block .dropdown-content ul li a {
    color: #ffffff;
}

div.dropdown-user-menu-block .dropdown-content ul li a:hover {
    color: #FF850D;
}

.my_account_div {
    padding: 20px;
    color: #000000;
    background: #F6F6F6;
    min-height: 100vh;
}

/* The container must be positioned relative: */
.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none;
    /*hide original SELECT element: */
}

.select-selected {
    background-color: #ffffff;
    border: 1px solid #999;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000000 transparent;
    top: 10px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    color: #000000;
    padding: 10px 20px;
    cursor: pointer;
    height: 40px;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 400px;
    overflow: auto;
}

#account_registration .select-items {
    max-height: 200px;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.div_selects {
    width: 100%;
    display: flex;
    justify-content: left;
}

/* Customize the label (the container) */
.radio_buttons .container {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio_buttons .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radio_buttons .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid black;
}

.radio_buttons .checkmark.checkbox {
    border-radius: 0 !important;
}

/* On mouse-over, add a grey background color */
.radio_buttons .container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_buttons .container input:checked~.checkmark {
    background-color: #ffffff;
    border: 1px solid black;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_buttons .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_buttons .container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_buttons .container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FF850D;
}

.radio_buttons .container .checkmark.checkbox:after {
    border-radius: 0 !important;
}

.radio_buttons label:first-child {
    width: 100px;
}

.field-icon {
    top: 15px;
    right: 10px;
    z-index: 2;
    position: absolute;
}

form#settings_form {
    width: 50% !important;
}

#settings_form div {
    position: relative;
}

div.settings_div .default-input {
    padding: 15px 20px !important;
}

.red-color {
    color: #E52D57;
}

.green-color {
    color: #00C81F;
}

table.history_table tr:not(:first-child) td {
    background-color: #ffffff !important;
}

table.history_table tr td {
    padding: 10px 20px;
}

div.pagination_div {}

ul.pagination {
    display: flex;
    align-items: baseline;
    overflow: auto;
    list-style: none;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0 0 0;
    padding: 0;
    font-weight: bold;
    justify-content: center;
}

ul.pagination li {
    margin: 0 5% 0 0;
}

ul.pagination li a {
    color: #000000;
    cursor: pointer;
}

ul.pagination li.active a {
    color: #FF850D;
}

ul.pagination li a:hover {
    color: #FF850D;
}

.center-block {
    margin: 0 auto;
}

table.bonuses_table {
    border-collapse: collapse;
}

table.bonuses_table tr td {
    border: 1px solid black;
    padding: 10px 20px;
}

div.first_step,
div.second_step,
div.withdraw_first_form_div,
div.withdraw_second_form_div,
div.third_result_step_div {
    max-width: 400px;
    margin: 0 auto;
}

div.first_step input.default-input,
div.points_div input.default-input,
div.withdraw_second_form_div input,
div.withdraw_first_form_div input {
    padding: 10px 20px !important;
}

div.first_step div.radio_buttons {
    background: #DDDDDD;
    padding: 10px;
}

div.amounts {
    background: #DDDDDD;
    padding: 10px;
    height: 40px;
    border: 1px solid #DDDDDD;
    font-size: 16px;
}

li.back_to_games {
    margin-bottom: 30px !important;
}

li.back_to_games a {
    color: #979797 !important;
}

div.white-text-page {
    background: #ffffff !important;
    color: #0D0D0D !important;
}

#account_registration {
    width: 95%;
    background: #141414;
    text-align: center;
}

.popup-messages ul {
	margin: 0.5rem;
	padding: 0;
	list-style-type: none;
}

#error-message {
    width: 60%;
    border: 3px solid red;
}

#error-message .fancybox-button.fancybox-close-small {
    color: #0D0D0D;
}

#help-message {
    width: 60%;
    background: #141414;
}

#warning-message .fancybox-button.fancybox-close-small {
    color: #0D0D0D;
}

#warning-message {
    width: 60%;
}

#success-message .fancybox-button.fancybox-close-small {
    color: #0D0D0D;
}

#success-message {
    width: 60%;
}

.small_text_notification {
    color: #858585;
    font-size: 10px;
}

#log_in_modal {
    background: url('../../../../../themes/default/site-design-2020/images/log_in_bg.png') no-repeat 50% 100%;
    background-size: cover;
    width: 900px;
}

div.payments_icons {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.payments_icons img {
    height: 20px !important;
}

.swiper-container {
    width: 100%;
    height: 400px;
}

.banner-row-container {
    height: 400px;
}

.banner-row-container div.img {
	height: 400px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

div.img {
	text-align: center;
}

.slider-banner {
    width: 300px;
    min-height: 100px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    padding: 15px;
    bottom: 10%;
    right: 5%;
}

.slider-banner a {
	color: white
}

.slider-banner a:hover {
	text-decoration: underline;
}

.swiper-button-next,
.swiper-button-prev {
    color: #E5760C !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E5760C !important;
}

.active_select_lang {
    padding-top: 10px;
    height: 60px;
    width: 60px;
    text-align: center;
    background: #171717;
    cursor: pointer;
}

.latest_winners h2 {
    font-weight: normal !important;
}

.latest_winners_price {
    color: #FFEDC4;
}

.forgot_password_link {
    color: #ffffff;
}

.forgot_password_link:hover {
    color: #E5760C;
}

.hide_scroll {
    overflow-y: hidden;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: initial !important;
}

.error_input_label {
    display: block;
    background: #D9002B;
    padding: 5px;
    color: #ffffff !important;
    font-size: 12px;
}

.error_input_label a {
    color: #ffffff !important;
    font-size: 12px;
    text-decoration: underline;
}

.acc_reg_input_h-80 {
    /*height: 80px;*/
}

.jackpot_table tr td:not(:first-child) {
    text-align: center;
}



input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    display: inline-block;
    width: 70px;
    height: 30px;
    position: relative;
    transition: 0.15s;
    box-sizing: border-box;
}

input[type="checkbox"]+label:after,
input[type="checkbox"]+label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 28px;
    transition: 0.15s;
    cursor: pointer;
}

.inset:checked+label.red {
    background: #ECA9A7;
}

.inset:checked+label.red:after {
    background: #D9534F;
}

.inset:checked+label.green {
    background: #5CB85C;
}

.inset:checked+label.green:after {
    background: #ffffff;
    border: 1px solid black;
}

.inset:checked+label:after {
    left: calc(100% - 30px);
}

.inset+label {
    position: relative;
    background: #D9534F;
    border-radius: 20px;
    border: 1px solid black;
}

.inset+label:after {
    background: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 2px;
}

.inset+label>span {
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
}

.inset+label>span:first-child {
    left: 10px;
}

.inset+label>span:last-child {
    right: 5px;
}

.lottery a,
.points a {
    text-decoration: underline;
    color: #ffffff;
}

.lottery a:hover,
.points a:hover {
    text-decoration: none;
}

.left-side,
.right-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #0E0E0E;
    padding: 30px;
}

.left-side {
    background: transparent;
    padding: 0 30px;
}

.right-side .title {
    font-size: 26px;
    font-weight: 300;
    color: #ffffff;
}

.right-side .info {
    font-weight: bold;
    font-size: 38px;
    color: #FF8C00;
    line-height: 1.5;
}

.left-side h2 {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
}

.left-side .forgot_password_link {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 5px;
}

.fancybox-content:not(#log_in_modal) {
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.1);
}

.banner-block {
	white-space: nowrap;
}

.banner-block .info {
    font-size: 36px;
    text-transform: uppercase;
    color: #FF850D;
    padding-right: 5px;
}

.banner-block .price {
    font-size: 42px;
    font-weight: bold;
    color: #FF850D;
}

.banner-block .sub {
    font-size: 20px;
    color: #999999;
}

.banner-row .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    background: #ffffff;
    border-radius: 0;
    opacity: 1;
}
.account-reg-title {
    font-size: 30px;
}

.avatar-mobile {
    width: 25px;
}
.mobile_operator {
    display: none;
}
.btn_style {
    width: 180px !important;
    padding: 0;
}
div.form_buttons button {
    margin: 5px;
}
.login_mobile {
    width: 100%;
}
.operator {
    display: block;
}
.operator-filter, .operator-title {
    display: none !important;
}
.operator-title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.operator-title span.close-operator {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 25px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.bell-div img {
    height: 25px;
    width: 25px;
}
.for_ie {
    width: 100%;
    height: 100%;
    min-width: 1090px;
    background-color: #000000;
    text-align: center;
    padding: 15% 0;
}
.promotions-title {
    background: url('../../../../../themes/default/site-design-2020/images/Promontions_banner_fon.png') no-repeat 50% 100%;
    background-size: cover;
    height: 250px;
    display: flex;
    align-items: center;
}
.promotions-title span {
    color: #FFEDC4;
    font-size: 9em;
    margin-left: 10%;
}
.jackpot-bg {
    background: url('../../../../../themes/default/site-design-2020/images/Jackpot_Banner_fon.png') no-repeat 50% 100%;
    background-size: cover;
    height: 200px;
}
.some_title {
    background: url('../../../../../themes/default/site-design-2020/images/Title_fon.png') no-repeat 50% 100%;
    background-size: cover;
    height: 100px;
    display: flex;
    align-items: center;
}

a.refresh-balance {
	color: white;
}

.swiper-slide > div.img {
	height: 400px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.history_div table tr:first-child td {
	text-transform: uppercase;
}

img.account-menu {
	height: 26px;
}

.faq_div .faq-title {
	font-size: 24px;
}

.faq_div .item {
	font-size: 16px;
	padding-left: 35px;
	line-height: 1.5em;
}

.faq_div .answer {
	font-size: 14px;
	color: #989898;
}

.faq_div .item .question {
	cursor: pointer;	
}

.faq_div .item .answer {
	display: none;
}

.faq_div .item .faq-open {
	display: inline-block;
	margin-left: -35px;
	width: 35px;
	height: 30px;
	vertical-align: middle;
	background: url('../../../../../themes/default/site-design-2020/images/icons/faq-close.svg') no-repeat;
}

.faq_div .item.active .faq-open {
	background: url('../../../../../themes/default/site-design-2020/images/icons/faq-open.svg') no-repeat;
}

.faq_div .item.active .answer {
	display: block
}

.deposit-header-button {
	margin-right: 5em;
}

.payments-block {
	color: black;
}

div.choose-room {
	background-color: #212121;
}

div.choose-room h2 {
	margin-top: -27px;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}

div.choose-room-container {
	display: flex;
	flex-direction: row;
}

.choose-room .room {
	padding: 0 15px 15px;
	border: 1px solid #323232;
	margin: 0 15px;
}

.choose-room .room .img {
	height: 300px;
}

.choose-room .bets {
	font-size: 14px;
	margin-top: 0.5em;
}

.choose-room .bets .title {
	color: #E2E2E2;
}

.choose-room .bets .content {
	color: #F79B08;
	text-align: right;
}

.screenshot {
	padding: 5px;
}