
html, body {
    background: #fff;
    min-width: 320px;
}

ul, ol {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

a:not(.panel), label, .loadinggif, .selected-amount, .currency, #search_result, #top_menu, .finder_block, ::after, ::before, .btn, button {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

i {
    font-style: normal;
}

.table .table {
    background: transparent;
}

table.table {
    text-align: left;
}

.block {
    display: block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

    opacity: 1;

}

input[type=number] {
    padding-right: 10px !important;
}

.container, .container-fluid {
    position: relative;
}

.relative {
    position: relative;
}

.container-fluid {
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
}

.pl-small {
    padding-left: 7.5px;
}

.pr-small {
    padding-right: 7.5px;

}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-padding > .row {
    margin: 0;
}

.overflow {
    overflow: hidden;
}

.small-text {
    font-size: 11px;
    line-height: 18px;
}

.medium-text {
    font-size: 13px;
    line-height: 20px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-inherit {
    color: inherit;
}

.text-dark {
    color: #333;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.underline {
    text-decoration: underline;
}

.underline:hover,
.underline:focus {
    text-decoration: none;
}

.no-border {
    border: 0 !important;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.open {
    display: block;
}

.transparent {
    background-color: transparent !important;
}

.full-color, .full-color img {
    -ms-filter: none !important;
    filter: none !important;
    opacity: 1 !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 15px !important;
}

.p-2 {
    padding: 30px !important;
}

@media (min-width: 768px) {
    .md-p-2 {
        padding: 30px !important;
    }
}

@media (min-width: 992px) {
    .lg-p-2 {
        padding: 30px !important;
    }
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 15px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 15px !important;
}

.pr-2 {
    padding-right: 20px !important;
}

.pl-2 {
    padding-left: 20px !important;
}

.pr-3 {
    padding-right: 30px !important;
}

.pl-3 {
    padding-left: 30px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 15px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.pb-3 {
    padding-bottom: 30px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 15px !important;
}

.pt-2 {
    padding-top: 20px !important;
}

.pt-3 {
    padding-top: 30px !important;
}

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

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mb-1 {
    margin-bottom: 15px !important;
}

.mt-1 {
    margin-top: 15px !important;
}

.mr-05 {
    margin-right: 10px !important;
}

.mr-1 {
    margin-right: 15px !important;
}

.ml-05 {
    margin-left: 10px !important;
}

.ml-1 {
    margin-left: 15px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mr-2 {
    margin-right: 20px !important;
}

.ml-2 {
    margin-left: 20px !important;
}

.tn-1 {
    top: -1px
}

.tn-2 {
    top: -2px
}

.strong {
    font-weight: 600;
}


/*-----------------------------------------icons--------------------------------------*/

.icon {
    width: 18px;
    height: 20px;
}

.type-icon {
    width: 40px;
    height: 40px;
}

.inline-icon {
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.star-icon {
    content: url(/images/icons/userflow/icon-star.svg);
    vertical-align: bottom;
    opacity: 0.3;
}

.star-icon-white {
    content: url(/images/icons/userflow/icon-star-white.svg);
    vertical-align: bottom;
    opacity: 1;
}

.full-star-icon {
    opacity: 1;
}

.star-icon-white-full {
    content: url(/images/icons/userflow/icon-star-white-full.svg);
}

.favorite_star.active .star-icon-white {
    content: url(/images/icons/userflow/icon-star-white-full.svg);
}

.hot-icon {
    content: url(/images/icons/userflow/icon-hot.svg);
    vertical-align: bottom;

}

.medium-icon {
    width: 50px;
    height: 80px;
}


/*-----------------------------------------end icons--------------------------------------*/

/*-----------------------------------------header logo--------------------------------------*/


.header-logo {
    position: absolute;
    text-align: center;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    z-index: 1020;

}

.header-brand img {
    max-width: 100%;
    height: auto;
    max-height: 60px;
}

.header-brand img.fulllogo {
    display: none;
}

.header-brand {
    margin: 0;
    float: none;
    display: inline-block;
    max-width: 160px;
    font-size: inherit;
}

/*-----------------------------------------end header logo--------------------------------------*/

/*---------------------------------top-login-btn-------------------------------*/

.top-login {
    position: relative;
    z-index: 1030;
}

.top-login > .btn,
.top-login .btn-icon {
    padding: 7px;
}

.top-login .dropdown-toggle,
.top-login .accountLink {
    position: relative;
    display: inline-block;
}

.top-login .logoutLink::before {
    background: url("/images/icons/userflow/logout2.png") no-repeat 40% center;
    background-size: 73%;
    border-color: rgba(256, 256, 256, 0.5);
    border: none;

}


.top-login .dropdown-toggle b,
.top-login .accountLink b {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    position: relative;
    top: 2px;
    padding-right: 10px;
    color: #fff;
}

#user_icon {
    max-width: 100%;
    max-height: 28px;
    height: 100%;
    overflow: visible;
    display: inline-block;
    vertical-align: middle;
}

/*---------------------------------end top-login-btn-------------------------------*/

.top-account-balance {
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.top-account-balance span {
    /*line-height: 40px;*/
}


/*---------------------------------kiosk account info-------------------------------*/
.pill {
    position: relative;
    display: inline-block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.7);
}

.top-account-info {
    position: absolute;
    z-index: 1010;
    display: block;
    margin: 0 auto;
    top: 0;
    left: 50%;
    margin-left: -30%;
    width: 60%;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.top-account-info .pill {
    width: 42%;
    max-width: 260px;
    height: 48px;
    line-height: 62px;
    font-size: 20px;
    float: left;
    direction: rtl;
}

.top-account-info .pill .num {
    font-size: 16px;
    display: inline-block;
    /*width: 50%;*/
    font-weight: 700;
    max-width: 100%;
}

.top-account-info .pill .name {
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;

}

.top-account-info .pill .num.balance-num {
    /*float: right;*/
}

.top-account-info .pill:last-child {
    float: right;
    direction: ltr;
}

@media (min-width: 480px) {
    .top-account-info .pill .num {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .top-account-info .pill {
        height: 54px;
        line-height: 54px;
        width: 50%;
    }

    .top-account-info .pill .name {
        position: relative;
        width: 48%;
        top: 0;
        display: inline-block;
        font-size: inherit;
        line-height: inherit;
        padding-right: 30px;
        vertical-align: top;
    }

    .top-account-info .pill:last-child .name {
        padding-right: 0;
        padding-left: 30px;
    }

    .top-account-info .pill .num {
        font-size: 26px;
        padding-left: 20px;
        width: 50%;
    }

    .top-account-info .pill:last-child .num {
        padding-left: 0;
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {
    .top-account-info {
        width: 46%;
        margin-left: -23%;
    }

    .top-account-info .pill {
        width: 42%;
    }
}

@media (min-width: 1400px) {
    .top-account-info {
        width: 42%;
        margin-left: -21%;
    }
}


/*---------------------------------end kiosk account info-------------------------------*/


/*---------------------------------top-deposit-btn-------------------------------*/
.top-deposit-button .btn {
    padding: 5px;
}

.depoicon {
    max-width: 100%;
    max-height: 28px;
    height: 100%;
    overflow: visible;
    display: inline-block;
    vertical-align: middle;
}

.depoicon .depoico {
    fill: inherit;
    stroke: none !important;
}

.depoicon .depoarr {
    stroke: inherit;
}

.deposit_b_top {
    padding: 5px 10px;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    /*border: 1px solid #c69c6d;*/
    margin-top: 7px;
    display: inline-block;
    font-size: 14px;
}

.notification-dot {
    position: absolute;
    width: 5px;
    height: 5px;
    display: block;
    bottom: 2px;
    left: 2px;
    border-radius: 5px;
    background: red;
}

/*---------------------------------end top-deposit-btn-------------------------------*/


/*---------------------------------top-coupon-btn-------------------------------*/

.top-coupons-button {
    padding-left: 5px;
}

.top-coupons-button > a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;

}

.top-coupons-button .btn {
    font-size: 20px;
    height: 40px;
    padding: 9px;
    text-align: center;

}

.top-coupons-usable-num,
.top-notices-unread-num {
    text-align: center;
    position: absolute;
    display: block;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    font-size: 10px;
    font-weight: 500;
    background: #000;
    color: #fff;
    padding-top: 1px;
    left: -7px;
    top: 20px;
    line-height: 13px;
    z-index: 1030;
    /*display: none;*/

    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    animation-duration: 5s;
    animation-name: zoom;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*---------------------------------end top-coupon-btn-------------------------------*/


.language {
    display: inline-block;
}

.language .btn,
.go-up .btn,
.search-btn .btn {
    font-size: 20px;
    padding: 9px 9px;
}

.go-up .btn + .hide-xs {
    margin-right: 5px;
}

.language .btn + .hide-xs {
    margin-left: 5px;
}

.rtl .language .btn + .hide-xs {
    margin-right: 5px;
    margin-left: 0;
}


.btn-group.open .dropdown-toggle {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.toggle-arrow.dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    /*margin-left: 2px;*/
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -2px;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-toggle:focus {
    outline: -webkit-focus-ring-color auto 5px;
}


.main-menu {
    z-index: 20;
}

.user-menu-toggle .menu-burger,
.main-menu .menu-burger {
    display: block;
    width: 26px;
    height: 24px;
    border-top: 2px solid #fff;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 0;
    z-index: 1000 !important;
    margin-top: 10px;
    border-radius: 0;
    cursor: pointer;
}

.user-menu-toggle .menu-burger::before,
.main-menu .menu-burger::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 0;
}

.user-menu-toggle .menu-burger::after,
.main-menu .menu-burger::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 16px;
    left: 0;
}

.main-menu.btn-border-holder {

}

.main-menu.btn-border-holder .menu-burger,
.user-menu-toggle.btn-border-holder .menu-burger {
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto !important;
    width: 20px;
}

.user-menu-toggle.btn-border-holder .menu-burger::before,
.main-menu.btn-border-holder .menu-burger::before {
    top: 5px;
}

.user-menu-toggle.btn-border-holder .menu-burger::after,
.main-menu.btn-border-holder .menu-burger::after {
    top: 12px;

}

.menu-toggled-in .user-menu-toggle .menu-burger::before,
.menu-toggled-in .main-menu-toggle .menu-burger::before {
    top: 7px;
}

.menu-toggled-in .user-menu-toggle .menu-burger::after,
.menu-toggled-in .main-menu-toggle .menu-burger::after {
    top: 15px;
}

.top-notices {
    position: relative;
    z-index: 1020;
}


.header {
    z-index: 1010;
    height: 80px;
    position: relative;
    display: block;
    padding: 20px 0;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 320px;

}

.header .main-menu-ul li a {
    margin-right: 0;
    margin-left: 0;
}

.header a:not(.btn) {
    color: #fff;
    z-index: 20;
}

.header .pull-left > a {
    margin-right: 10px;
}

.header .pull-right > a {
    margin-left: 10px;
}


.header li {
    list-style: none;
}

.header .main-menu-toggle {
    z-index: 1020;
}

.header .btn:not(.top-login),
.header-btn:not(.top-login) {
    z-index: 1020;
    position: relative;
}

.header-btn > a {
    display: inline-block;
}

.home_page #top_info {
    position: absolute;
    min-width: 320px;
    top: 0;
    left: 0;
    width: 100%;
}


.table {
    display: table;
    position: relative;
    height: 100%;
    margin-bottom: 0;
    border-collapse: separate;
}

.table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.table-row {
    display: table-row;
}

.table-row .table-cell {
    height: auto;
}

.half {
    width: 50%;
    float: left;
    min-height: 10px;
}

.third {
    width: 33.333336%;
    float: left;
    min-height: 10px;
}

.quarter {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.stick-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.full {
    height: 100%;
    width: 100%;
}

.fullh {
    height: 100%;
}

.fullw {
    width: 100%;
}

.fullh-half {
    height: 50%;
}

.frame {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 1;
    overflow: visible !important;
}

.popa-window > .fullh .table {
    margin-bottom: 0;
}

.popa-window .pop-frame-holder {
    position: relative;
    padding: 1px 20px 40px;
}

.popa-window .frame {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: visible !important;
    border: 2px dashed #fff;
}

.popa-window .gift-icon + .frame {
    top: 35px;
    height: calc(100% - 35px);
}

svg.frame {
    border: 0;
    border-style: none !important;
}

.smaller {
    font-size: 70%;
}

.smaller .smaller {
    font-size: 85%;
}

.larger {
    font-size: 120%
}


/*------------------------------------- regbtns---------------------------------*/

.or {
    padding: 5px;
    text-align: center;
}


.regtbn {
    font-size: 14px;
    margin-top: 0;
    color: #fff;
    display: block;
    border-radius: 0;
    padding: 18px 20px 18px 50px;
    text-align: center;
}

.no-reg .btnRegister {
    display: none;
}

@media (min-width: 480px) {
    .regtbn {
        padding: 18px 40px 18px 50px;
    }
}


.regtbn:hover {
    color: #fff;
}


.regtbn.facebo {
    background: transparent url(/images/icons/userflow/fb.svg) no-repeat 5px center;
    border: 1px solid #337ab7;
    background-size: 40px;
}


.regtbn.googpl {
    background: transparent url(/images/icons/userflow/gp.svg) no-repeat 5px center;
    border: 1px solid #da3700;
    background-size: 40px;

}

@media (min-width: 480px) {
    .regtbn {
        font-size: 18px;
    }
}


/*--------------------------------------end regbtns---------------------------------*/

.reg-window .rest-text {
    padding: 20px 15px 50px;
    line-height: 30px;
}


.reg-window .promo-block {
    height: auto;
    margin-bottom: 80px;
}

.btn, button, input[type=submit] {
    z-index: 24;
    cursor: pointer;
    margin-top: 0;
    text-decoration: none;
    /*background: #000;*/
}

.btn-lg {
    font-size: 18px;
    font-weight: 600;
}

.sm-btn, .btn-sm {
    font-size: 12px;
    font-weight: 600;
    padding-top: 2px;
    padding-bottom: 2px;
}

.btn-icon {
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    padding: 7px;
    display: inline-block;
}

.btn-default, .btn-primary {
    border: none;
}

.btn-inline {
    display: inline;
    width: auto;
    min-width: 100px;
}

.btn-group .btn {
    margin-bottom: 5px;
    width: 100%;
}

.btn-group .btn.btn-block.show {
    max-width: none;
}

@media (min-width: 480px) {
    .btn-group .btn {
        width: auto;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .btn-group.three-btns .btn {
        width: 32.3%;
    }

    .btn-group.two-btns .btn {
        width: 49%;
    }

    .btn-group .btn:first-child {
        margin-left: 0%;
    }

    .btn-group .btn:last-child {
        margin-right: 0;
    }
}

.btn-group i.icon {
    margin-right: 5px;
}

.icon-rotate-90::before {
    display: inline-block;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pulse {
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite !important;
}

.pulse:focus,
.pulse:hover {
    animation: none !important;
}

.new_dep_ba img {
    max-width: 100%;
}

.new_dep_ba {
    padding: 0 0 30px;
}

.page-header {
    border: none;
    margin: 20px 0 20px;
}

@media (min-width: 1200px) {
    .home_page #games_cont {
        background-size: 100%;
    }
}

.section-title {
    clear: both;
}

.section-sub-title {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

/*-------------------------home-bottom-blocks------------------------*/

#bottom_blocks_section {
    position: relative;
    padding-top: 60px;
}

#bottom_blocks {
    position: relative;
    overflow: hidden;
    padding: 30px 20px 0;
}

#bottom_blocks_section .page-header {
    border-bottom: 0;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    border: none;
    margin-top: 0;
}

#bottom_blocks .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

#bottom_blocks .col-md-4:nth-child(2)::before,
#bottom_blocks .col-md-4:nth-child(2)::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    opacity: 0.5;
    background-size: cover !important;
    left: 0;
}

@media (max-width: 992px) {
    #bottom_blocks .col-md-4:nth-child(2)::before,
    #bottom_blocks .col-md-4:nth-child(2)::after {
        background: none !important;
    }
}

#bottom_blocks .col-md-4:nth-child(2)::after {
    left: auto;
    right: 0;
    top: 0;

}

#bottom_blocks .panel-default > .panel-heading h4 {
    font-size: 22px;
    line-height: 26px;
    position: relative;
    z-index: 1;
}

#bottom_blocks .panel {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

#bottom_blocks .panel-body {
    font-size: 14px;
    line-height: 24px;
}

#bottom_blocks .panel-default {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#bottom_blocks .panel-default > .panel-heading {
    min-height: 80px;
    background-color: transparent;
    border-color: transparent;
}

@media (min-width: 992px) {
    #bottom_blocks .panel-default > .panel-heading {
        min-height: 120px;
    }

    #bottom_blocks .panel-body {
        font-size: 16px;
        line-height: 26px;
    }

    #bottom_blocks_section .page-header {
        border-bottom: 0;
        font-weight: 400;
        font-size: 54px;
        line-height: 44px;
        border: none;
        max-width: 80%;
        margin: 20px auto 40px;
    }
}

.bottom-blocks-icon {
    /* position: relative; */
    width: 100%;
}

.bottom-blocks-icon::after {
    content: "";
    position: absolute;
    background-size: cover;
    width: 80%;
    left: 10%;
    top: -50px;
    opacity: 0.1;
    text-align: center;
    max-height: 120px;
}


.bottom-blocks-icon.mon::after {
    content: url(/images/icons/userflow/mon.svg);
}

.bottom-blocks-icon.pay::after {
    content: url(/images/icons/userflow/pay2.svg);
}

.bottom-blocks-icon.cus::after {
    content: url(/images/icons/userflow/cus4.svg);
}

/*----------------------end home-bottom-blocks------------------------*/


/*----------------------home-bottom-charts------------------------*/


/*----------------------end home-bottom-charts------------------------*/


#bottom_charts_section {
    position: relative;
    padding-top: 60px;
}

@media (min-width: 992px) {
    #bottom_charts_section .section-title {
        font-size: 30px;
        line-height: 28px;
    }
}

@media (max-width: 992px) {
    #bottom_charts_section .casino-game-block {
        width: 100%;
        margin-bottom: 10px;
    }

    #bottom_charts_section .clear {
        clear: none;
        float: left;
        width: 33.33333333%;
    }
}

#bottom_charts_section .casino-games-btns,
#bottom_charts_section .casino-game-block-title {
    display: none !important;
    visibility: hidden !important;
}

#bottom_charts_section .casino-game-image:hover img,
#bottom_charts_section .casino-game-image:focus img {
    -webkit-filter: none;
    filter: none;
}


#bottom_charts_section .side-info {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

#bottom_charts_section .sideway-winner-name,
#bottom_charts_section .sideway-game-name {
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#bottom_charts_section .favorite_star {
    display: none;
}


/*--------------------------------------footer-----------------------------------*/


.footer .custom-logo {
    height: auto;
}

.footer-menu {
    padding: 30px 0;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
}

.footer-menu ul,
.footer-menu li {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
}

.footer-menu li {
}

.footer-menu .first-half-menu,
.footer-menu .second-half-menu {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.footer-small-text {
    text-transform: none;
    margin-bottom: 10px;
}

.footer-logos-providers a,
.footer-logos-methods a {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
    padding: 4px 5px;
}

.footer-logos-providers a img {
    max-height: 30px;
    max-width: 120px;
}

.footer-logos-providers a span {
    display: block;
    margin-top: -10px;
    font-size: 9px;
    line-height: 10px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
    opacity: 0.7;
}

.dark-bg .footer-logos-providers a span {
    color: #fff;
    opacity: 0.5;
}

.footer-logos-methods a img {
    max-height: 30px;
    max-width: 82px;

}

/*.footer-logo {*/
    /*opacity: 0.2;*/
/*}*/

/*.footer-logo svg,*/
/*.footer-logo img {*/
    /*max-width: 200px;*/
/*}*/

.footer-liscence svg,
.footer-liscence img {
    max-height: 40px;
    max-width: 100%;
    width: auto !important;
}

.footer-liscence .plus18-badge {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
}

.footer-liscence .plus18-badge #plus18 {
    max-width: 40px;
    vertical-align: top;
}

.footer-liscence .liscence-badge {
    max-width: 150px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}


.footer {
    padding-top: 30px;
    padding-bottom: 30px;
}


.footer p {
    margin-bottom: 0px;
}

.footer-liscence {
    margin-top: 20px;
}

.footer .table,
.footer .table-cell {
    display: block;
}

.footer-links {
    position: relative;
}

.footer-links button.close {
    position: relative;
}

.footer-go-up {
    position: static;
}

.footer-language-select {
    position: absolute;
    left: 15px;
    direction: ltr;
    margin-left: 0;
}

@media (min-width: 768px) {

    .footer-go-up {
        position: relative;
    }

    .footer-go-up a {
        margin-left: 10px;
    }

    .footer-language-select {
        position: relative;
        left: auto;
        direction: inherit;
    }

    .footer .table {
        display: table;
    }

    .footer .table-cell {
        display: table-cell;
    }

    .footer-liscence {
        margin-top: 0;
    }


    .footer-credits-logo {
        float: right;
        margin-bottom: 0;
    }

    .footer-credits-text {
        float: left;
        margin-top: 5px;
    }

    .footer-menu {
        padding: 50px 0;
    }

    .footer-menu ul,
    .footer-menu li {
        display: inline-block;
        text-align: inherit;
    }

    .footer-menu li {
        margin: 0px 10px;
    }

    .footer-menu .first-half-menu,
    .footer-menu .second-half-menu {
        width: auto;
        float: none;
        padding: 0;
    }

    .footer-small-text {
        margin-bottom: 40px;
    }

    .footer-logos-providers a, .footer-logos-methods a {
        margin: 5px 5px;
    }
}

/*--------------------------------------end footer-----------------------------------*/
.footer-menu .articles_links {
    position: relative;
    display: none;
    clear: both;
}

.footer-menu .close_tips {
    margin-left: 5px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 20px;
}

.footer .dropdown-menu a {
    margin-left: 0;
}

.dropdown-menu > li > a, .footer.dark-bg .dropdown-menu > li > a {
    padding-left: 10px;
}


/*---------------------------------------badges-------------------------------------------------*/


.inline-block-badge {
    position: relative;
    display: inline-block;
    font-size: 11px;
    padding-left: 7px;
    padding-right: 7px;
    background: #000;
    color: #fff;
    line-height: 20px;
}

.inline-badge {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    vertical-align: middle;
    color: #fff;

}

.top-left-scroll-badge {
    position: absolute;
    left: -10px;
    top: 5px;
    z-index: 10;
    border-bottom: 1px solid #fff;

}

.top-left-scroll-badge::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-left: 10px solid transparent;
    position: absolute;
    left: 0;
    bottom: -11px;
}


.bottom-right-corner-badge,
.bottom-right-corner-pos {
    position: absolute;
    bottom: 0;
    right: 0;
}

.bottom-left-corner-badge,
.bottom-left-corner-pos {
    position: absolute;
    bottom: 0;
    left: 0;
}

.top-full-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.top-right-corner-badge,
.top-right-corner-pos {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.smaller-corner-badge {
    line-height: 16px;
    top: -1px;
    right: -1px;
}

.top-left-corner-badge,
.top-left-corner-pos {
    position: absolute;
    top: 0;
    left: 0;
}


.bottom-left-corner-pos .inline-badge {
    position: absolute;
    top: -20px;
    left: 0;
    white-space: nowrap;
}


.corner-padding {
    margin: 10px;
}

.right-arrow-badge {
    margin-right: 3px;
}

.right-arrow-badge::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;

    border-left: 4px solid #000;
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -5px;

}

.left-arrow-badge {

    margin-left: 3px;
}

.left-arrow-badge::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;

    border-right: 4px solid #000;
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -5px;

}


.inline-badge .hot-icon {
    margin-right: 5px;
    position: relative;
    top: -2px;
}


/*--------------------------------------end badges-----------------------------------*/


/*-----------------------------------my_account pop--------------------------------*/


.popa-window {
    position: fixed;
    z-index: 1020;
    top: 100%;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    display: none;
    color: #fff;
    font-size: 18px;
    -webkit-overflow-scrolling: touch !important;
    overflow: auto;
}

.promo-window {
    z-index: 999999;
}


#accounter,
#accounter object,
#accounter embed,
#accounter iframe {
    height: 100% !important;
    overflow: hidden;
    display: block;
    -webkit-overflow-scrolling: touch !important;
}


.close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: block;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
    z-index: 100;
    opacity: 1;
    cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
    text-decoration: none;
}


.icon-close,
button.close {
    display: block;
    width: 26px;
    height: 24px;
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 0;
    cursor: pointer;
    opacity: 1;
    top: 15px;
    right: 15px;
}

.icon-close::before,
.close-btn::before,
button.close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    -moz-transform: rotate(45deg) translateX(0px) translateY(0px);
    -webkit-transform: rotate(45deg) translateX(0px) translateY(0px);
    -o-transform: rotate(45deg) translateX(0px) translateY(0px);
    -ms-transform: rotate(45deg) translateX(0px) translateY(0px);
    transform: rotate(45deg) translateX(0px) translateY(0px);
}

.icon-close::after,
.close-btn::after,
button.close::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    -moz-transform: rotate(-45deg) translateX(7px) translateY(-7px);
    -webkit-transform: rotate(-45deg) translateX(7px) translateY(-7px);
    -o-transform: rotate(-45deg) translateX(7px) translateY(-7px);
    -ms-transform: rotate(-45deg) translateX(7px) translateY(-7px);
    transform: rotate(-45deg) translateX(7px) translateY(-7px);
}

.close-btn {
    font-size: 0;
}

.close-btn::before {
    top: 17px;
    left: 5px;
    width: 26px;
}

.close-btn::after {
    top: 27px;
    left: 5px;
    width: 26px;
}


.deposit-window .close-btn {
    top: 40px;
    right: 45px;
}

.pop-window-fixer {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.pop-image {
    position: absolute;
    width: 100%;
    /*left: 50%;*/

}

.open-asap {
    display: block;
    top: 0;
}

/*-----------------------------------end my_account pop--------------------------------*/

/*-----------------------------------start notices--------------------------------*/
#marketing {
    top: 0;
}

#marketing .btn-lg {
    min-width: 250px;
}

@media (min-width: 768px) {
    #marketing .btn-lg {
        min-width: 320px;
    }
}

#marketing .popa-text {
    padding-bottom: 10px;
}

#marketing .frame {
    border-radius: 15px;
}

.popa-notice {
    top: 0;
}

.popa-notice.top-right-corner,
.popa-notice.bottom-left-corner {
    right: 0;
    left: auto;
    width: 290px;
    height: auto;
    min-height: 50px;
    top: 0;
    background-color: #fff;
    /*text-align: left !important;*/
    color: #000;
    overflow: visible;
    z-index: 1010;
    padding: 20px 10px;
    position: absolute;

    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
}

.popa-notice.top-right-corner::before {
    content: '';
    position: absolute;
    top: -5px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-bottom: 5px solid white;
}

.popa-notice.top-right-corner .close-btn,
.popa-notice.bottom-left-corner .close-btn {
    background: #000;
    width: 20px;
    height: 20px;
    border: none;
    top: 10px;
    right: 10px;
}

.popa-notice.top-right-corner .close-btn::before,
.popa-notice.bottom-left-corner .close-btn::before {
    top: 9px;
    left: 5px;
    width: 10px;
}

.popa-notice.top-right-corner .close-btn::after,
.popa-notice.bottom-left-corner .close-btn::after {
    top: 19px;
    left: 5px;
    width: 10px;
}

.popa-notice.top-right-corner .popa-title,
.popa-notice.bottom-left-corner .popa-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.popa-notice.top-right-corner .under-popa-tit,
.popa-notice.bottom-left-corner .under-popa-tit {
    font-size: 14px;
    line-height: 20px;
}

.popa-notice.top-right-corner .popa-content,
.popa-notice.bottom-left-corner .popa-content {
    font-size: 14px !important;
    width: 100%;
    left: 0;
}

.popa-notice.top-right-corner .padtop,
.popa-notice.bottom-left-corner .padtop {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
}

.popa-notice .popa-text {
    margin-bottom: 10px;
}

.popa-notice.full-screen .popa-text {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.popa-notice.top-right-corner .underlink,
.popa-notice.bottom-left-corner .underlink {
    display: none;
}

/*---------------------bottom-left-corner specific---------------*/


.popa-notice.bottom-left-corner {
    left: 20px;
    right: auto;
    bottom: 20px;
    position: fixed;
    top: auto !important;
}


/*--------------------------promotional block typography--------------------------*/

.rest-text {
    font-size: 40px;
    line-height: 30px;
    padding-top: 0;
    position: relative;
    z-index: 20;
}

@media (min-width: 768px) {
    .rest-text {
        padding-bottom: 10px;
        padding-top: 0;
    }
}

@media (min-width: 998px) {
    .rest-text {
        font-size: 58px;
        line-height: 40px;
    }
}


.perc {
    font-size: 34px;
    line-height: 30px;
    display: inline;
    font-weight: 600;
}


@media (min-width: 768px) {

    .perc {
        font-size: inherit;
        line-height: 50px;
    }

}

.mid {
    display: inline;
    font-size: 30%;
    font-weight: 600;
    top: auto;
    margin: 0 10px 0 5px;
    vertical-align: middle;
    position: relative;
}

@media (min-width: 360px) {

    .mid {
        /*font-size: 40%;*/
        margin: 0 10px;
    }
}


.instr {
    font-size: 18px;
    /*font-weight: 500;*/
    line-height: 20px;
    width: auto;
    display: block;
}

@media (min-width: 768px) {
    .instr {
        font-size: 24px;
        line-height: 28px;
    }
}

.code {
    font-size: 22px;
    line-height: 20px;
}

@media (min-width: 480px) {
    .code {
        font-size: 34px;
        line-height: 32px;
        letter-spacing: 2px;
    }
}

/*--------------------------end promotional block typography--------------------------*/

/*-----------------------------------end notices--------------------------------*/

.clear {
    clear: both;
}


.rotatingpreloader {
    /*display: none;*/
    position: fixed;
    margin: 0 auto;
    width: 100%;
    height: 100% !important;
    z-index: 999999;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    background: rgba(0, 0, 0, 0.8) !important;
    text-align: center;
}

.rotatingpreloader svg {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -50px;
}

.rotatingpreloader .error {
    position: relative;
    top: 50%;
    margin-top: -50px;

}


.img-hold {
    position: relative;
    text-align: center;
}


.gift-icon {
    border-radius: 100%;
    height: 70px;
    width: 70px;
    display: inline-block;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.8);
    /*margin-top: -30px;*/
}


.gift-icon svg {
    width: 100%;
    height: 100%;
}


.popa-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.under-popa-tit {
    font-size: 14px;
    line-height: 20px;
}

.center {
    text-align: center;
}

@media (min-width: 768px) {
    .sm-center {
        text-align: center;
    }
}

.padtop {
    padding: 60px 0 20px;
}

.underlink {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    margin-top: 20px;
    text-transform: none;
    font-size: 14px;
}

@media (min-width: 480px) {
    .underlink {
        font-size: inherit;
    }
}

@media (min-width: 768px ) {
    .col-inline-block {
        display: inline-block;
        float: none;
        vertical-align: middle;
        margin-left: -0.2%;
        margin-right: -0.2%;
    }
}


#top_info .reg-window .promo-block .btn,
.reg-window .promo-block .btn {
    display: inline-block;
    min-width: 80%;
}

.inb {
    display: inline-block;
}

.font12 {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
}

.font20 {
    font-size: 20px;
    line-height: 24px;
}

.font30 {
    font-size: 20px;
    line-height: 22px;
}

.font50 {
    font-size: 30px;
    line-height: 30px;
}

.font80 {
    font-size: 80px;
    line-height: 64px;
}

.white {
    color: #fff;
}

.gray {
    color: #808080;
}

.coupon hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

hr.gray {
    border-color: #8b8b8b;
}

.padtop {
    margin-top: 50px;
}

.padbottom {
    margin-bottom: 20px;
}


@media (min-width: 768px) {

    .font50 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (min-width: 1200px) {

    .font50 {
        font-size: 50px;
        line-height: 50px;
    }
}


/*-----------------------------------------deposit-four-step-explenation-----------------------------------*/
.text-p {
    text-transform: none;
}

.text-capitalize {
    text-transform: capitalize;
}

.circle {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 100%;
    background: #eee;
    color: #000;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
}

.sm-circle {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}


.vr {
    position: absolute;
    display: block;
    height: 100%;
    right: 0;
    top: 0;
    width: 0;
    opacity: 0.8;
}

.vr-cols div:nth-child(odd) .vr {
    border-right: 1px solid #999;
}

.vr-cols div:last-child .vr {
    border: none !important;
}

.table.row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 769px) {
    .deposit-four-step-explenation .table-cell {
        float: none;
        vertical-align: top;
    }

    .vr-cols div:nth-child(even) .vr {
        border-right: 1px solid #999;
    }
}

.big-icon-holder {
    max-width: 200px;
    min-height: 120px;
    display: block;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}

.big-icon-holder svg {
    max-height: 90px;
    height: 100%;
    width: 100%;
    vertical-align: bottom;
}

.big-icon-holder svg stroke,
.big-icon-holder svg path,
.big-icon-holder svg line,
.big-icon-holder svg rect,
.big-icon-holder svg polyline,
.big-icon-holder svg polygon,
.big-icon-holder svg circle {
    stroke-width: 0.8px;
}

.big-icon-holder .circle {
    position: absolute;
    left: 0px;
    top: 0;
}


/*-----------------------------------------end deposit-four-step-explenation-----------------------------------*/


/*-----------------------------------------tooltip-----------------------------------*/


.tooltiphop {
    font-size: 12px;
    position: relative;
    padding-left: 25px;
    color: inherit;
}


.tooltiphop::before {
    content: "?";
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 0;
    background: #666;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

.excl_mark::before {
    content: "!";
}

.tooltip[role=tooltip] {
    text-align: left;
}

.verification .tooltiphop {
    /*display: none;*/
}

.verification .tooltiphop {
    display: block;
    top: 0;
    left: 0;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    color: inherit;
    text-align: left;
}

.input-hold .tooltiphop,
.input-hold a.tooltiphop {
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -9px;
    z-index: 5;
    font-size: 12px !important;
    line-height: 20px !important;
}

.tooltip-inner {
    text-align: left;
}

/*-----------------------------------------end tooltip-----------------------------------*/


.noopac:hover,
.noopac:focus {
    opacity: 1;
}

.forgotten {
    /*color: #fff;*/
    font-size: 12px;
}

.forgotten a {
    color: inherit;
    font-size: 12px;
    text-decoration: underline;
}

.popa-window .forgotten a:hover,
.popa-window .forgotten a:focus {

    color: inherit;
}

.loadinggif {
    display: none;
    position: fixed;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 50000;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.loadinggif svg {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -30px;
}

.my_account_menu_div {
    padding: 15px;
}

.deposit-menu-holder {
    height: 90px;
    /*margin: 0px;*/
    /*background: #232428;*/
    display: block;
    text-align: center;
    position: relative;
}

.mini-logo {
    display: inline-block;
    position: absolute;
    width: 60px;
    z-index: 1000;
    margin-top: 15px;
    left: 50%;
    top: 0px;
    margin-left: -30px;
}

.mini-logo img {
    /*display: inline-block;*/
    /*width: 100%;*/
    width: auto;
    height: auto;
    max-height: 60px;
}

.deposit-menu {
    display: inline-block;
    margin: 24px auto;
    line-height: 36px;
    list-style: none;
}

.deposit-menu li {
    display: inline-block;
}

.deposit-menu a {
    color: #dcdcd2;
    padding: 5px 8px;
}

.current-depo-item a {
    border: 1px solid #fff;
    border-radius: 50px;
    font-weight: 500;
    /*color: #c69c6d;*/
}


.deposit-menu-holder .close-btn {
    top: 25px;
    right: 20px
}


#game_header .btn-success {
    padding: 0 15px;
    font-size: 18px !important;
}


#game_header .user-log {
    margin-top: 0;
}


.breadcrumb {
    font-size: 12px;
}

.dark-bg .breadcrumb {
    background-color: rgba(255, 255, 255, 0.1);
}

.breadcrumb > li {
    text-transform: capitalize;
}

@media (min-width: 768px) {

    .breadcrumb {
        font-size: inherit;
    }
}


.coupon_info {
    font-size: 14px;
}

.coupon_info h4 {
    font-size: 16px;
    color: #fff;
    padding: 8px 0 14px;
    text-transform: uppercase;
}


.coupon_info .info {
    line-height: 20px;
    color: #8b8b8b;
    text-transform: none;
    margin-bottom: 10px;
}

.coupon_info .info strong {
    font-weight: normal;
}

#bottom_charts_section .casino-game-block {
    width: 25%;
    padding: 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    color: #8b8b8b;
    padding: 12px 10px 10px 10px;
    vertical-align: middle;
    line-height: 16px;
    border-top: 1px solid #333;
}

.table > tbody > tr td:last-child, .table > thead > tr td:last-child, .table > thead > tr th:last-child {
    text-align: right;
}

.table.sm-table > tbody > tr > td, .table.sm-table > tbody > tr > th, .table.sm-table > tfoot > tr > td, .table.sm-table > tfoot > tr > th, .table.sm-table > thead > tr > td, .table.sm-table > thead > tr > th {
    padding: 7px 10px 7px 10px;
}

@media (min-width: 992px) {
    .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > tbody > tr > td, .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > tbody > tr > th, .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > tfoot > tr > td, .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > tfoot > tr > th, .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > thead > tr > td, .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > thead > tr > th {
        padding: 9px 10px 9px 10px;
    }
}

@media (min-width: 1300px) {
    .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > tbody > tr > td, .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > tbody > tr > th, .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > tfoot > tr > td, .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > tfoot > tr > th, .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > thead > tr > td, .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > thead > tr > th {
        padding: 11px 10px 11px 10px;
    }
}

@media (min-width: 1400px) {
    .table.sm-table > tbody > tr > td, .table.sm-table > tbody > tr > th, .table.sm-table > tfoot > tr > td, .table.sm-table > tfoot > tr > th, .table.sm-table > thead > tr > td, .table.sm-table > thead > tr > th {
        padding: 12px 10px 10px 10px;
    }

    .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > tbody > tr > td, .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > tbody > tr > th, .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > tfoot > tr > td, .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > tfoot > tr > th, .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > thead > tr > td, .no-sidebar-page > .container-fluid > .games-block .casino-game-block .table.sm-table > thead > tr > th {
        padding: 13px 10px 13px 10px;
    }
}

.bright-bg .table > tbody > tr > td, .bright-bg .table > tbody > tr > th, .bright-bg .table > tfoot > tr > td, .bright-bg .table > tfoot > tr > th, .bright-bg .table > thead > tr > td, .bright-bg .table > thead > tr > th, .light-bg .table > tbody > tr > td {
    border-color: #ddd;
}

.page-content .table > tbody > tr:hover {
    background: rgba(60, 60, 60, 0.05);
}

.page-content.dark-bg .table > tbody > tr:hover {
    background: rgba(200, 200, 200, 0.05);
}


.table > thead > tr > th {
    border-bottom: 1px solid #46484b;
    border-bottom-color: #333;
    color: #fff;
    text-transform: capitalize;
}

.bright-bg .table > thead > tr > th,
.light-bg .table > thead > tr > th {
    border-bottom-color: #cbcbcb;
    color: inherit;
}


.table > tbody > tr[data-toggle="collapse"]:hover,
.table > tbody > tr[data-toggle="collapse"]:focus,
.table > tbody > tr[data-toggle="collapse"][aria-expanded="true"] {
    background: #1a1a1a;
}

.bright-bg .table > tbody > tr[data-toggle="collapse"]:hover,
.bright-bg .table > tbody > tr[data-toggle="collapse"]:focus,
.bright-bg .table > tbody > tr[data-toggle="collapse"][aria-expanded="true"] {
    background: rgba(205, 205, 205, 0.2);
}

.bright-bg .table > tbody > tr[data-toggle="collapse"] + tr {
    background: rgba(205, 205, 205, 0.2);
}

.table .player-name {
    width: 100%;
    min-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-bottom: 1px;
}

.table .flag {
    float: none;
    display: inline-block;
    vertical-align: bottom;
}

.table.border {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.table.border > thead > tr > th {
    border-bottom: 0;
}

.row-details {
    padding: 0 10px;
    text-align: left;
}

.row-details > td {
    padding: 0 !important;
    margin: 0;
}

.bet-details-ul {
    display: flex;
    flex-wrap: wrap;
    /*padding-bottom: 20px;*/
    margin-bottom: 30px;
    /*border-bottom: 1px solid #1a1a1a;*/
    /*gap: 10px;*/
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px;
}

.bet-details-ul:last-child {
    margin-bottom: 0px;
}

.bet-details-ul li {
    list-style: none;
    padding: 10px;
    background: #1a1a1a;
    width: 100%;
    margin-top: 1px;
    /*margin: 6px;*/
    font-weight: 600;
}

.bright-bg .bet-details-ul li {
    background: rgba(205, 205, 205, 0.2);
}

.bet-details-ul li span {
    opacity: 0.5;
    font-weight: normal;
    display: block;
}

@media (min-width: 480px) {
    .bet-details-ul li {
        width: 50%;
    }

    .user-det {
        font-size: 30px !important;
    }
}

@media (min-width: 768px) {
    /*.bet-details-ul li {*/
    /*width: 33.33333%;*/
    /*}*/
}

@media (min-width: 992px) {
    .bet-details-ul li {
        width: 25%;
    }
}

.xs-smaller {
    font-size: 11px;
}

@media (min-width: 768px) {
    .xs-smaller {
        font-size: inherit;
    }
}


.modal-content .table > thead > tr > th {
    padding: 8px 10px 2px 10px;
}

.modal-content .table > thead > tr > th,
.jumbotron .table > thead > tr > th {
    color: inherit;
}

.jumbotron {
    color: #000
}

.jumbotron p {
    font-size: inherit;
    font-weight: inherit;
}

ol {
    list-style-position: inside;
}

ol li {
    margin-bottom: 10px;
}

.dark-bg .notice {
    color: #fff;
}

.notice {
    display: block;
    min-height: 56px;
    position: relative;
    clear: both;
    margin: 10px 0;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    padding: 15px 30px;
    line-height: 20px;

}

.notice p {
    margin-bottom: 0;
}

.notice-sym {
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -21px;
    font-size: 25px;
    line-height: 30px;
    color: #000;
    border-radius: 100px;
    font-weight: 500;
}

@media (min-width: 480px) {
    .notice {
        padding: 14px 55px;
        border-radius: 50px;
        font-size: 20px;
        line-height: 24px;
    }

    .notice-sym {
        width: 42px;
        height: 42px;
        font-size: 30px;
        line-height: 42px;
    }
}

.notice-sym .notice-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 9px;
}

.notice-sym .notice-icon svg {
    vertical-align: top;
}

.notice .btn {
    display: inline;
}

.login_error.notice {
    padding: 4px 15px 5px 15px;
    min-height: 0;
    font-size: 14px;
}


.table-responsive {
    border: none;
    padding-bottom: 20px;
}


.error-line {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    color: #fcaf1b;
}


.verifictaion-sign {
    display: block;
    right: 10px;
    top: 20px;
    height: 100%;
    position: absolute;
    width: 30px;
    /*z-index: 10;*/
    line-height: 58px;
}

.verifictaion-sign img {
    height: 15px;

}


.user-det {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    display: block !important;
    text-overflow: ellipsis;
}


.user-menu-toggle {
    display: block;
    /*width: 26px;*/
    /*height: 24px;*/
    /*border-top: 2px solid #fff;*/
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 0;
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 920;
}

/*.user-menu-toggle::before {*/
/*content: "";*/
/*display: block;*/
/*width: 100%;*/
/*height: 2px;*/
/*background: #fff;*/
/*position: absolute;*/
/*top: 7px;*/
/*left: 0;*/
/*}*/

/*.user-menu-toggle::after {*/
/*content: "";*/
/*display: block;*/
/*width: 100%;*/
/*height: 2px;*/
/*background: #fff;*/
/*position: absolute;*/
/*top: 16px;*/
/*left: 0;*/
/*}*/


/*-------------------------------------- main-menu toggle----------------------------*/

.toggled-menu {

}

/*.menu-toggled-in .user-menu-toggle{*/
.menu-toggled-in .main-menu-toggle .menu-burger,
.menu-toggled-in .menu-burger {
    border-top: transparent;
}

.menu-toggled-in .main-menu-toggle .menu-burger::before,
.menu-toggled-in .menu-burger::before,
.menu-toggled-in .user-menu-toggle::before {
    -moz-transform: rotate(45deg) translateX(0px) translateY(0px);
    -webkit-transform: rotate(45deg) translateX(0px) translateY(0px);
    -o-transform: rotate(45deg) translateX(0px) translateY(0px);
    -ms-transform: rotate(45deg) translateX(0px) translateY(0px);
    transform: rotate(45deg) translateX(0px) translateY(0px);
}

.menu-toggled-in .main-menu-toggle .menu-burger::after,
.menu-toggled-in .menu-burger::after,
.menu-toggled-in .user-menu-toggle::after {
    -moz-transform: rotate(-45deg) translateX(6px) translateY(-6px);
    -webkit-transform: rotate(-45deg) translateX(6px) translateY(-6px);
    -o-transform: rotate(-45deg) translateX(6px) translateY(-6px);
    -ms-transform: rotate(-45deg) translateX(6px) translateY(-6px);
    transform: rotate(-45deg) translateX(6px) translateY(-6px);
}

.toggled-menu.in {
    margin: 20px;
    background: #000;
    display: block;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 900;
    margin: 0 auto;
    padding: 120px 20px 30px;
    overflow-y: scroll;
}

.toggled-menu.in li {
    display: block;

}

.toggled-menu .main-menu-ul a {
    color: #fff;
    padding: 5px 8px;
}

.toggled-menu.in .main-menu-ul a {
    font-size: 24px;
    display: block;
    line-height: 30px;
}


.always-toggle {
    display: none;
}

.always-toggle.in {
    display: block;
    z-index: 900;
    margin: 0 auto;
    padding: 80px 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.user-menu-toggle {
    display: inline-block;
}


.deposit-menu {
    display: none;
}

@media (min-width: 992px) {
    .toggled-menu {
        display: none;
    }

    .toggled-menu.in {
        overflow-y: auto;
    }

    .toggled-menu.in .main-menu-ul a {
        font-size: 30px;
        line-height: 40px;
    }

    .deposit-menu-holder {
        padding: 0 90px;
    }

    .mini-logo {
        left: 20px;
        margin-left: 0;
    }

    .user-menu-toggle {
        display: none;
    }

    .menu-toggled-in .user-menu-toggle {
        display: block;
    }

    .menu-toggled-in .mini-logo {
        left: 50%;
        margin-left: -30px;
    }

    .toggled-menu.deposit-menu {
        display: inline-block;
    }


    /*.toggled-menu.in a {*/
    /*    font-size: 36px;*/
    /*    line-height: 40px;*/
    /*    margin-bottom: 10px;*/
    /*}*/
}


@media (min-width: 769px) {

}


/*-------------------------------------- end main-menu toggle----------------------------*/


.top-search {
    position: relative;
    z-index: 1010;
}

body.in .top-search,
.menu-toggled-in .top-search {
    z-index: 1020;
}

.top-search-btn {
    position: relative;
    z-index: 20;
}

.top-search-btn .btn {
    padding: 8px;
}

#search_result {
    display: block;
    overflow-y: auto;
}

#search_result .header,
.toggled-menu .header,
.main-menu .header {
    position: fixed;
    z-index: 1020;
    display: none;
}

.in.menu-toggled-in #top_info_bg {
    width: calc(100% - 30px);
    left: 15px;
    display: block;
}

#search-head {
    float: none;
}

#search-content {
    min-height: 260px;
    overflow: hidden;
}


.square {
    position: relative;
    padding-bottom: 100%;
}

.amount-block .square {
    padding-bottom: 50%;
}


#ammounts_wrapper.accountoptions {
    text-align: center;
    margin-bottom: 30px;
}

.accountoptions .amount_thumb-hold {
    max-height: 110px;
    border-radius: 0px;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 5px 2px;

}

.accountoptions .quarter {
    display: block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 10px;
    padding: 0;
}

.disabled .amount_thumb-hold {
    cursor: not-allowed;
}


.accountoptions .amount_thumb-hold svg {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
}

.accountoptions .amount_thumb-hold #user_edit .st0,
.accountoptions .amount_thumb-hold #user_edit .st1,
.accountoptions .amount_thumb-hold #acclock .st0,
.accountoptions .amount_thumb-hold #acclock .st1 {
    /*stroke: #c69c6d;*/
}

.accountoptions .amount_thumb-hold #verified .st0 {
    /*fill: #898989;*/
}

.accountoptions .amount_thumb-hold #verified .st1 {
    /*stroke: #898989;*/
}

.accountoptions .amount_thumb-hold span {
    display: inline-block;
    max-width: 58%;
    vertical-align: middle;
}

.accopt-hold.table:hover,
.accopt-hold.table:focus {
    /*color:#c69c6d;*/
}

.accountoptions .amount_thumb-hold.table {
    /*border: 1px solid #898989;*/
    /*border: 2px solid #232428;*/
    background: transparent;
    height: inherit;
}

.accountoptions .modal .amount_thumb-hold.table {
    color: inherit !important;
}

.accountoptions .verification.unverified .amount_thumb-hold.table {
    /*border-color: #c69c6d;*/
}

.accountoptions .verification.unverified #verified .st0 {
    fill: #898989;

}

.accountoptions .verification.unverified #verified .st1 {
    stroke: #898989;
}

.accountoptions .amount_thumb-hold.selected-amount {
    /*border: 1px solid #c69c6d;*/
    /*color: #c69c6d;*/

}

.selection-btn {
    height: 60px;
}

.selection-btn:hover,
.selection-btn:focus {

}

@media (min-width: 992px) {
    .accountoptions .quarter {
        width: 33.33333%;
        display: table-cell;
        margin-bottom: 0;
        padding: 0 10px;
    }

    .accountoptions.four-btns .quarter {
        width: 25%;
    }

    .accountoptions .quarter:first-child {
        padding-left: 0;
    }

    .accountoptions .quarter:last-child {
        padding-right: 0;
    }

    .accountoptions .amount_thumb-hold svg {
        height: 56px;
        width: 57px;
    }
}

@media (min-width: 992px) {
    /*.accountoptions .amount_thumb-hold.table {*/
    /*padding: 20px;*/
    /*line-height: 24px;*/
    /*font-size: 20px;*/
    /*text-align: left;*/
    /*}*/
    .selection-btn {
        /*height:150px;*/
        height: 80px;
    }
}

.logout_b {
    margin-bottom: 20px;
}

.accountoptions-verified .quarter {
    /*width: 50%*/
}

.accountoptions-verified .edit-account-btn {
    /*display: none;*/
}


.panel {
    background: none;
}

.panel-group .panel {
    border-bottom: 1px solid #46484b;
}

.panel-group .panel.panel-default {
    border-color: #ddd;
}

.panel-group .panel.panel-default:last-child {
    border-bottom: 1px solid #ddd;
}

.panel-group .panel.panel-default .panel-heading {
    border-bottom: 0;

}

.panel-group .panel-heading {
    border-radius: 0;
    min-height: 45px;
    border-bottom: 1px solid #1e2025;
    position: relative;
    padding-left: 40px;
    color: #fff;
}

.panel-group .panel-heading.panel-icon-right {
    padding-left: 15px;
    padding-right: 40px;

}

.panel-group .panel-heading.panel-icon-right a::before {
    right: 15px;
    left: auto;
}

.panel-group .panel:last-child {
    border-bottom: none;
}

.panel-group .panel-heading a::before {
    content: "?";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    left: 15px;
    background: #666;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.panel-group .panel-heading.active a::before {
    content: "-";

}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    font-weight: 600;
    max-width: 58%;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}


.panel-body .panel-heading {
    padding: 10px 0px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #46484b;
}

.panel-body .panel-heading:last-child {
}

.panel-heading .table {
    margin-bottom: 0;
}


.cardtype {
    background: #fff;
    width: 70px;
    height: 42px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    margin-right: 20px;
}

.cardtype img {
    max-width: 52px;
    height: auto;
    max-height: 38px;
    width: auto;

}

.new_card_line .cardtype {
    opacity: 0.5;
}

.new_card_line .cardtype img {
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray");
    filter: grayscale(100%);
}

.card_line input {
    background: transparent;
    border: 1px solid #8b8b8b;
    color: #fff;
    padding: 8px 10px 6px;
    font-size: 12px;
}

.card_line input#last4 {
    width: 90px;
}

.card_line input#first8 {
    width: 200px;
}

.uploadside {
    width: 200px;
}

#card_save {
    background: transparent;
    border: none !important;
    color: #fff;
    text-decoration: underline;
    font-size: inherit;
}

.veri-icon {
    position: relative;
    width: 20%;
    height: 100%;
    right: 0;
    top: 0;
    float: right;
    /*min-height: 120px;*/
    text-align: right;
    opacity: 0.5;
}

.veri-text {
    width: 80%;
    float: left;
    color: #898989;

}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.docstate {
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
}

.docstate.docapproved {
    background: url(/images/icons/userflow/validation-v.svg) no-repeat right 5px;
    background-size: 18px;
    background-position: 0 0;
    padding-left: 20px;
    color: #30a748;
}


#photoID,
#utilltyBill,
#cardProof {
    position: relative;
}

#photoID .veri-icon::after,
#utilltyBill .veri-icon::after,
#cardProof .veri-icon::after {
    content: "";
    position: relative;
    width: 100%;
    max-width: 120px;
    display: inline-block;
}

#photoID .veri-icon::after {
    content: url(/images/icons/userflow/photoid.svg);
}

#utilltyBill .veri-icon::after {
    content: url(/images/icons/userflow/utillity.svg);
}

#cardProof .veri-icon::after {
    content: url(/images/icons/userflow/cards.svg);
}

.form-group i {
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 22px;
    color: #8b8b8b;
    margin-top: -11px;
}

.lbl_add_file {
    display: inline-block !important;
    width: 110px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.btn-success[disabled] {
    background-color: #a9a9a9;
    border-color: transparent;
    color: #000;
    opacity: 0.5;
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #a9a9a9 !important;
    border-color: transparent !important;
    color: #000 !important;
    opacity: 0.6;
}


.my_account_con {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #fff;
    overflow: hidden;
}

.my_account_con {
    text-align: center;
}

.my_account_con table {
    text-align: left;
    font-size: 14px;
}

@media (min-width: 768px) {
    .my_account_con table {
        font-size: 15px;
    }
}


.my_account_con input[type=file] {
    display: none;
}


.modal-body,
.modal-header {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
}

.modal-header {
    font-size: 24px;
    color: #fff;
    position: relative;
    padding-top: 30px;
    border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.modal-body {
    padding-bottom: 30px;
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modal-dialog {
    /*width: auto!important;*/
    width: 80%;
    max-width: 800px;
    text-align: center;
    margin: 30px auto 20px;
    display: table;
    height: 88%;
}

.modal-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.modal-footer {
    border: none;
    padding: 10px 0 0 0;
}

.modal-footer .btn {
    display: inline-block;
    float: none;
    width: auto;
}

.bootstrap-dialog-footer-buttons {
    text-align: center;

}

.input-group-addon {
    text-align: left;
}

.modal-backdrop.in {
    opacity: 0.97;
}

.modal-content {
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.close {
    color: #fff;
}

#wrapper {
    position: relative;
    z-index: 1;
}

#page-content-wrapper.no-sidebar-page {
    padding-bottom: 60px;
}

#message_list {
    color: #0b1c3b;
}

#message_list .panel-body {
    min-height: 420px;
    position: relative;
    padding: 0px;
    background: #fff;
}


#message_list .loadinggif {
    position: absolute;
    display: block;
}

#message_list .loadinggif svg {
    margin-top: -50px;
}


#message_content {
    display: inline-block;
    width: 100%;
}

iframe {
    border: 0;
}

.email_preview_frame {
    width: 100%;
    max-width: 100%;
    height: 420px;
    display: block;
}

#message_list .panel-group .panel-heading {
    color: inherit;
    padding-right: 60px;
}

#message_list .panel-group .panel-heading a::before {
    font-family: 'simple-line-icons';
    content: "\e604";
    box-sizing: content-box;
    border-radius: 50px;
    top: 8px;
    padding: 6px;
    line-height: 22px;
}

#message_list .email_link {
    color: inherit;
    display: block;
    padding: 5px 0;
    z-index: 2;
    text-transform: uppercase;
}

#message_list .email_type {
    display: block;
    font-weight: 700;
}

#message_list .email_date {
    font-size: 13px;
}

@media (min-width: 768px) {
    #message_list .email_type {
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        display: inline-block;
    }

    #message_list .email_date {
        font-size: inherit;
    }
}

#message_list .d_mail {
    float: right;
    cursor: pointer;
    text-decoration: underline;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 0;
    position: relative;
    z-index: 2;

}

#message_list .d_mail::before {
    font-family: 'simple-line-icons';
    content: "\e054";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;

}

#message_list .d_mail:hover,
#message_list .d_mail:focus {
    text-decoration: none;
}

.pagination > li > a, .pagination > li > span {
    color: #777;
    cursor: pointer;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #333;
}

.pagination > li.doubleDot > span {
    cursor: auto;
}

#top_bar_msg,
li#top_bar_msg {
    float: none;
    margin-top: 0;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    z-index: 900;
}


/*----------------------------- mini-carousel-----------------------------*/

.mini-carousel-wrap {
    padding: 0 20px;
    position: relative;

}

[data=mini-carousel-left],
[data=mini-carousel-right] {
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 5;
    text-align: center;

}

[data=mini-carousel-right] {
    left: auto;
    right: 0px;

}

[data=mini-carousel-left]::before,
[data=mini-carousel-right]::before {
    font-family: 'simple-line-icons';
    content: "\e605";
    display: block;
    top: 50%;
    position: relative;
    margin-top: -10px;
    font-size: 16px;
}

[data=mini-carousel-right]::before {
    content: "\e606";
}

[data=mini-carousel] {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

[data=mini-carousel]::-webkit-scrollbar {
    width: 0 !important
}


/*-----------------------------end mini-carousel-----------------------------*/


.small-modal {
    width: 290px;
    background: #fff;
    position: absolute;
    right: -1px;
    font-size: 13px;
    top: 50px;
}

.padding, .small-modal .padding {
    padding: 20px;

}

.small-modal .btn {
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*color: inherit;*/
}

.small-modal .btn:hover,
.small-modal .btn:focus {
    /*color: inherit;*/

}

.small-modal .btn:last-child {
    margin-bottom: 0;
}

.small-modal .btn-border {
    border-style: solid;
    background: none;

}


#pre_account_pop #verified .st0 {
    fill: #000;
}

#pre_account_pop #verified .st1 {
    stroke: #000;
}

.sm-ico,
.sm-ico svg {
    width: 26px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}


.get_coupon .text {
    color: #000000;
}


#last-winners {
    height: 68px;
    position: relative;
}

.main-slider + .games-section,
.main-slider + .page-content {
    padding-top: 0;
}

.main-slider + .games-section #last-winners,
.main-slider + .page-content #last-winners {
    top: -68px;
    margin-bottom: -30px;
}

#lastWinnersSlider {
    display: inline-block;
    padding-top: 4px;
}

#lastWinnersSlider ul {
    margin: 0;
    padding: 0;
}

#lastWinnersSlider li {
    display: inline-block;
    margin-right: 20px;
    line-height: 54px;
}

#lastWinnersSlider li .flag {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: -1%;
    float: none;
}

.carousel, .carousel-inner, .carousel-inner .item {
    height: 100%;
    overflow: hidden;
}

/*------------------------------swiper---------------------------*/
.col-xs-12.swiper-container {
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}

.games-swiper {
    margin-left: -5px;
    margin-right: -5px;
}

.games-block .games-swiper {
    margin-left: 5px;
    margin-right: 5px;
}

.swiper-carousel.swiper-wide {
    margin-bottom: 30px;
}

.swiper-carousel.swiper-wide .swiper-slide {
    min-width: 33.333%;
}

.swiper-carousel.swiper-wide .swiper-button {
    /*display: none;*/
    width: 20px;
    background: none !important;
    top: 34%;
}

.swiper-carousel.swiper-wide .swiper-button-disabled {
    opacity: 0.3;
}

@media (min-width: 480px ) {
    .swiper-carousel .swiper-slide {
        min-width: 50%;
    }

    /*.swiper-carousel.swiper-wide .swiper-slide > div {*/
    /*margin-bottom: 10px;*/
    /*}*/
    .swiper-carousel.swiper-wide .swiper-button {
        top: 50%;
        width: 50px;
    }
}

@media (min-width: 768px ) {
    .swiper-carousel .swiper-slide {
        min-width: 33.333%;
    }

    .swiper-carousel.swiper-wide .swiper-slide {
        min-width: 25%;
    }
}

@media (min-width: 992px ) {
    .swiper-carousel .swiper-slide {
        min-width: 25%;
    }

    .swiper-carousel.swiper-wide .swiper-slide {
        min-width: 25%;
    }
}

@media (min-width: 1200px ) {
    .swiper-carousel.swiper-wide .swiper-slide {
        min-width: 20%;
    }
}

@media (min-width: 1400px ) {
    .swiper-carousel.swiper-wide .swiper-slide {
        min-width: 16.666667%;
    }
}

.swiper-carousel .swiper-slide > div {
    width: 100%;
}

.overflow-slider .swiper-slide {
    opacity: 0.3;
}

.overflow-slider .swiper-slide.swiper-slide-visible {
    opacity: 1;
}

.swiper-button {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    margin-top: -25px;
}

.swiper-button::after {
    font-size: inherit;
    padding: 0px 3px 0px 0px;
}

.overflow-slider .swiper-button-next {
    right: -10px;
}

.overflow-slider .swiper-button-prev {
    left: -10px;
}

@media (min-width: 1400px ) {
    .overflow-slider .swiper-button-next {
        right: -25px;
    }

    .overflow-slider .swiper-button-prev {
        left: -25px;
    }
}

.swiper-button-next::after {
    padding: 0px 0px 0px 3px;
}

.swiper-button.swiper-button-disabled {
    opacity: 1;
    background: #ddd !important;
}

.overflow-slider {
    overflow: visible;
    clear: both;
    padding: 30px 15px 0;
}

.swiper-border {
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
}

.swiper-carousel.swiper-has-pagination {
    padding-bottom: 20px;
    padding-top: 10px;
}

.swiper-carousel .swiper-pagination {
    bottom: 0;
}

.swiper-carousel.swiper-has-pagination .swiper-button {
    margin-top: -35px;
}

/*-----------------------------end swiper-----------*/

/*#new_games {*/
/*display: inline-block;*/
/*clear: both;*/
/*width: 100%;*/
/*margin-bottom: 30px;*/
/*}*/
#pre_balance_pop a:not(.btn) {
    color: inherit;
    font-size: inherit;
    font-weight: normal;
}

#pre_balance_pop a > i:hover,
#pre_balance_pop a > i:focus {
    text-decoration: underline;
}

#pre_account_pop, #pre_balance_pop,
#pre_account_pop .verify-account {
    color: #333;
}

#pre_account_pop,
#pre_balance_pop {
    top: 50px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
}

#pre_account_pop::before,
#pre_balance_pop::before {
    content: '';
    position: absolute;
    top: -5px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-bottom: 5px solid white;
}

#pre_balance_pop {
    right: -50px;
    line-height: 34px;
}

#pre_balance_pop::before {
    right: 65px;
}

@media (min-width: 480px) {
    #pre_balance_pop {
        right: -1px;
    }

    #pre_balance_pop::before {
        right: 15px;
    }
}

.pull-left #pre_balance_pop {
    left: -50px;
    right: auto;
}

.pull-left #pre_account_pop {
    right: auto;
    left: -1px;
}

.pull-left #pre_balance_pop::before {
    left: 65px;
    right: auto;
}

.pull-left #pre_account_pop::before {
    left: 15px;
    right: auto;
}

@media (min-width: 480px) {
    .pull-left #pre_balance_pop {
        right: auto;
        left: -1px;
    }

    .pull-left #pre_balance_pop::before {
        left: 15px;
        right: auto;
    }
}

#pre_account_pop a.btn,
#pre_balance_pop a.btn {
    margin-left: 0;
    margin-right: 0;
    line-height: 30px;
}

.zsiq_theme1.zsiq_floatmain {
    z-index: 99999 !important;

}

.hide-chat #zsiq_float {
    display: none !important;
}

#titlediv.zsiq_cnt {
    display: none;
!important;
}

.page_game .zsiq_floatmain {

}

#mobile-user-wager {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    z-index: 1040;
    min-width: 320px;
}

#mobile-user-wager button.btn.sm-btn {
    margin-left: 20px;
    padding: 10px 20px !important;
}


#cookie-message {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    /*min-height: 120px;*/
    color: #fff;
    background: rgba(0, 0, 0, 0.85);
    font-size: 13px;
    padding: 20px;
    width: 100%;
    z-index: 99999999999;
    text-align: center;
}

#cookie-message a {
    text-decoration: underline;
}

#cookie-message button.btn.sm-btn {
    /*float: right;*/
    margin-left: 20px;
    padding: 10px 20px !important;
}


@media (max-width: 768px) {

    #cookie-message button.btn.sm-btn {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
}

.hide2 {
    display: none;
}

.hide-xs {
    display: none;
    visibility: hidden;
}

@media (max-width: 992px) {
    .hide-md {
        display: none;
    }
}

.xs-center {
    text-align: center;
}

.gamemode {
    display: none;
}

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

@media (min-width: 480px) {

    .popa-title {
        font-size: 30px;
        line-height: 30px;
    }

    .under-popa-tit {
        font-size: 20px;
        line-height: 20px;
    }


    .hide-sm {
        display: none;
    }

    .font30 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (min-width: 768px) {

    .miniterms li:nth-child(even) {
        width: 55%;

    }

    .miniterms li:nth-child(odd) {
        padding-right: 40px;

    }

    .hide-xs {
        display: inherit;
        visibility: visible;
    }

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

    .d-md-block {
        display: block !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .xs-center {
        text-align: inherit;
    }

    .btn-lg {
        font-size: 21px;
    }

    #my_coupon {
        display: inline-block;
    }

    .header-brand img.fulllogo {
        display: inline-block;
    }

    .header-brand img.minilogo {
        display: none;
    }

    .header-logo {
        width: 200px;
        margin-left: -100px;
    }

    .popa-title {
        margin-bottom: 10px;
        font-size: 40px;
        line-height: 38px;
    }


    .xs-center {
        text-align: inherit;
    }

    .site-header {
        text-align: inherit;
    }

    .site-branding {
        float: left;
    }

    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }


}

@media (min-width: 992px) {


}

@media (min-width: 1200px) {

    .popa-title {
        font-size: 50px;
        line-height: 46px;
    }

    .my_account_con {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .hide-lg {
        display: none;
    }
}

@media (min-width: 1400px) {


    .container {
        width: 1340px;
    }


    .casino-games-btns .btn {
        font-size: 13px;
    }


    .col-xl-20 {
        width: 20%;
    }

}

@media (min-width: 1600px) {

    .no-sidebar-page .col-xl-20 {
        width: 16.666%;

    }
}

@media (min-width: 2400px) {

    .no-sidebar-page .col-xl-20 {
        width: 14.285%;

    }
}

.hideCoupon {
    opacity: 0;
    display: none;
}

.btnDeposit {
    display: none !important;
}

.btnDeposit.show {
    display: inline-block !important;
}

.btn-block.show {
    display: block !important;
}

.pm-table .td-btn .btnDeposit.show, .btnDeposit.btn-block.show {
    display: block !important;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

svg#icon_star #star_icon {
    fill: inherit;
    stroke: inherit;
    stroke-width: 1px;
}

.dark-bg svg#icon_star #star_icon {

}

.icon-fav-title {
    width: 30px;
    height: auto;
}

@media (min-width: 992px) {
    .icon-fav-title {
        width: 40px;
    }
}

/*---------------------------cards------------------------------*/

.card {
    position: relative;
    width: 100%;
    border: 1px solid #333;
    border-radius: 6px;
}

.card-inner {

}

.card-title {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #333;
}

.card-content {

}

.card-footer {
}

.wallet .card-content {
    min-height: 110px;
}

@media (min-width: 480px) {
    .card-title {
        font-size: 22px;
    }
}

.card .table > thead > tr > th, .card .table > tbody > tr > td {
    border-color: #333;
    padding: 8px 10px 2px;
}

.card.table-responsive {
    padding-bottom: 0;
    margin-bottom: 20px;
    min-height: 64px;
}


/*---------------------------end cards------------------------------*/
.quote-block {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media (min-width: 480px) {
    .quote-block {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 60px;
    }
}

.quote-block > p:first-child::before,
.quote-block > p:first-child::after {
    content: open-quote;
    display: inline-block;
    font-size: 800%;
    line-height: inherit;
    vertical-align: bottom;
    position: relative;
    bottom: -5px;
}

.quote-block p:first-child::after {
    content: close-quote;
    font-size: 180%;
    bottom: -2px;
}

.quote-image {
    max-width: 200px;
    max-height: 60px;
    margin-bottom: 10px;
}

.quote-name {
    font-size: 80%;
    font-style: italic;
    display: block;
}


/*---------------------------solitics------------------------------*/
#solitics-popup-maker {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.95) !important;
    z-index: 1040 !important;
}

#solitics-popup-maker.solitics-show-modal {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

#solitics-popup-maker #solitics-iframe-popup, #solitics-popup-maker #solitics-modal-body, #solitics-popup-maker .solitics-modal-content {
    height: 100% !important;
    max-height: 100vh !important;
    background: transparent !important;
    min-width: 320px !important;
}

#solitics-popup-maker .solitics-modal-content {
    top: 50% !important;
}

/*---------------------------end solitics------------------------------*/


/*-----------------------large screens zoom---------------------------*/


@media (min-width: 1900px) {
    html {
        zoom: 1.1;
    }
}

@media (min-width: 2000px) {
    html {
        zoom: 1.3;
    }
}

@media (min-width: 2200px) {
    html {
        zoom: 1.5;
    }
}

@media (min-width: 2400px) {
    html {
        zoom: 1.6;
    }
}

@media (min-width: 2600px) {
    html {
        zoom: 1.7;
    }
}

@media (min-width: 3000px) {
    html {
        zoom: 2;
    }
}

@media (max-width: 767px) {
    .exchange-icon::before {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 5px;
    }
}


/*--------------------end large screens zoom---------------------------*/


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

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

.d-inline-block {
    display: inline-block !important;
}

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

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

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}


@media (min-width: 420px) {
    .d-mb-none {
        display: none !important;
    }

    .d-mb-inline {
        display: inline !important;
    }

    .d-mb-inline-block {
        display: inline-block !important;
    }

    .d-mb-block {
        display: block !important;
    }

    .d-mb-table {
        display: table !important;
    }

    .d-mb-table-row {
        display: table-row !important;
    }

    .d-mb-table-cell {
        display: table-cell !important;
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

}

@media (min-width: 1540px) {
    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

}

.leaderboard {
    font-size: 12px;
}

.leaderboard .table tbody tr:nth-child(1) td:last-child,
.leaderboard .table tbody tr:nth-child(2) td:last-child,
.leaderboard .table tbody tr:nth-child(3) td:last-child {
    font-weight: bolder;
}

.casino-game-block.leaderboard-banner {
    width: 100%;
    height: 310px;
    border-radius: 0;
    margin-bottom: 10px;
}

.casino-game-block.leaderboard-banner:hover,
.casino-game-block.leaderboard-banner:focus {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 992px) {
    .casino-game-block.leaderboard-banner {
        height: auto;
    }
}

@media (min-width: 1400px) {
    .casino-game-block.leaderboard-banner {
    }
}

.casino-game-block.leaderboard-banner .casino-game-image {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
}

@media (min-width: 480px) {
    .leaderboard {
        font-size: inherit;
    }

    .casino-game-block.leaderboard-banner {
        width: 100%;
        font-size: inherit;
    }
}

@media (min-width: 992px) {
    .casino-game-block.leaderboard-banner {
        width: 50%;
    }

    .no-sidebar-page > .container-fluid > .games-block .casino-game-block.leaderboard-banner {
        height: 310px;
    }
}

@media (min-width: 1200px) {
    .casino-game-block.leaderboard-banner {
        width: 40%;
    }
}

@media (min-width: 1600px) {
    .no-sidebar-page > .container-fluid > .games-block .casino-game-block.leaderboard-banner {
        width: 33.3333%;
    }
}

@media (min-width: 2400px) {
    .no-sidebar-page > .container-fluid > .games-block .casino-game-block.leaderboard-banner {
        width: 42.861%;
    }
}
html, body {
    text-transform: none;
    height: 100%;
    font-size: 18px;
}

.smaller {
    font-size: 60%;
}

/*----------------------modal---------------------*/

.modal-backdrop.in {
}

.modal-header {
    border: none;
    padding: 0;
}

.modal-title {
    font-size: 30px;
    line-height: 30px;

}

@media (min-width: 768px) {
    .modal-title {
        font-size: 40px;
        line-height: 42px;

    }

}

.modal-body {
    border: none;
    padding-top: 0;
    font-weight: normal;
}

.modal-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.modal-content li {
    text-align: left;
    margin-bottom: 10px;
    /*font-size: 18px;*/
    /*line-height: 24px;*/
}


/*----------------------end modal---------------------*/


.headingbrand {
    text-align: center;
    padding: 20px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
}

/*.headingbrand img {*/
    /*max-width: 140px;*/
/*}*/


.headingbrand + .row {
    height: auto;
    min-height: 260px;
}

@media (min-width: 768px) {
    .headingbrand + .row {
        height: 100%;
    }

}

/*@media (min-width: 360px) {*/
    /*.headingbrand img {*/
        /*max-width: 200px;*/
    /*}*/

/*}*/


.btn {
    display: block;
}

.casino-games-btns .btn {
    display: inline-block;
}


.tooltiphop2 {
    position: relative;
    background: transparent;
    display: inline-block;
    opacity: 1;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    line-height: 20px;
    z-index: 5;
    padding: 0 10px;
    margin-bottom: 15px;
    text-decoration: underline;
    opacity: 0.5;
}

.tooltiphop2:hover,
.tooltiphop2:focus {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    outline: none;
}


.main {
    top: 0;
    height: 100%;
    position: relative;
}

.the-promo {
    z-index: 300;
    /*min-height:600px;*/
    position: relative;
    /*height: 100%;*/
    width: 100%;
    /*min-height: 680px;*/
    min-height: auto;
    overflow: hidden;

    background: #006a39; /* Old browsers */
    background: -moz-radial-gradient(right, ellipse cover, #006a39 0%, #012213 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(right, ellipse cover, #006a39 0%, #012213 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at right, #006a39 0%, #012213 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006a39', endColorstr='#012213', GradientType=1); /* IE6-9 fallback on horizontal gradient */

    background-size: cover;
    background-position: top center;
}


.promo-logo {
    max-width: 100%;
    max-height: 110%;
    /*padding-bottom: 40px;*/
}

@media (min-width: 992px) {
    .the-promo {
        height: 100%;
    }

    .promo-logo {
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        padding-bottom: 0;
    }
}

.promo-block {
    color: #fff;
}

.promo-text {
    position: relative;
    padding-top: 90px;
    padding-bottom: 160px;
    min-height: 100%;
    text-align: center;
    font-weight: 600;
}

.img-col {
    display: flex;
    align-items: center;
}

.flex {
    display: flex;
}

/*
.rest-text {
    font-size: 46px;
    line-height: 34px;
    padding-top: 0;
}

@media (min-width: 360px) {
    .rest-text {
        padding-top: 30px;
    }

}
@media (min-width: 768px) {
    .rest-text {
        font-size: 50px;
        padding-bottom: 10px;
        padding-top: 0;
    }
}

@media (min-width: 998px) {
    .rest-text {
        font-size: 58px;
    }
}


.perc {
    font-size: 34px;
    line-height: 30px;
    display: inline;
}


@media (min-width: 360px) {

    .perc {
        font-size: inherit;
        font-weight: 600;
        line-height: 36px;
    }

}

.mid {
    display: inline;
    font-size: 30%;
    top: auto;
    margin: 0 10px 0 5px;
    vertical-align: 16%;
}
@media (min-width: 360px) {

    .mid {
        font-size: 40%;
        margin: 0 10px;

    }
}



.instr {
    font-size: 18px;
    line-height: 20px;
    width: auto;
    margin-bottom: 10px;
    display: block;
}

@media (min-width: 768px) {
    .instr {
        font-size: 20px;
        line-height: 23px;
    }
}

.code {
    font-size: 22px;
    line-height: 20px;
}

@media (min-width: 480px) {
    .code {
        font-size: 34px;
        line-height: 32px;
        letter-spacing: 2px;
    }
}
*/

.regtbn {
    border-radius: 4px;
    text-decoration: none;
}

.regtbn.facebo {
    border: 2px solid #1240b3;
}

.regtbn.googpl {
    border: 2px solid #da3700;
}


.lpicons {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    opacity: .5;
    left: 0;
    padding: 0 15px;
}

.bright .lpicons {
    opacity: 1;
}

.desaturate,
.lpicons .liscence-badge img,
.lpicons .footer-logos-methods a img,
.lpicons .footer-logos-providers a img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(50%) !important;

}

.bright .desaturate,
.bright .lpicons .footer-logos-methods img.footer-icons-starter,
.bright .lpicons .footer-logos-providers img.footer-icons-starter {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(100%) contrast(0%) !important;
    opacity: 0.7;
}

.footer-icons-starter {
    max-height: 40px;
}

.footer-logos-methods .footer-icons-starter {
    margin-bottom: 10px;
}

@media (min-width: 480px) {
    .footer-logos-methods .footer-icons-starter {
        /*margin-bottom: 0px;*/
    }
}


.new-method-badge {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 120px;

    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

@media (min-width: 992px) {
    .new-method-badge {
        top: -20px;
        left: -20px;
        width: 150px;
    }
}

.new-method-badge img.nsb {
    width: 100%;
}

.rtl {
    /*direction: rtl;*/
}


/*------------------------------for old content--------------------------*/


.tit h1, h1 {
    font-size: 34px;
    line-height: 30px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .tit h1, h1 {
        font-size: 50px;
        line-height: 42px;
    }
}

.yel, .magny,
.theme-color,
.theme-color-text,
a.theme-color-text {
    color: var(--thm-text-primary);
}

.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5 {
    color: var(--thm-text-primary);
    font-weight: 600;
}

.theme-color-bg, .theme-bg {
    background: var(--thm-bg-primary) !important;
    fill: var(--thm-bg-primary) !important;
}

.theme-color-fill, .theme-color-fill .st0, .theme-color-fill .st1 {
    fill: var(--thm-bg-primary) !important;
}

.theme-color-border, .theme-border, .border-select {
    border-color: var(--thm-border-primary) !important;
}

.selected .theme-color-fill, .selected .theme-color-fill .st0, .selected .theme-color-fill .st1 {
    fill: var(--thm-text-selection) !important;
}

/*---------------------------zoho chat bubble-------------------------*/
#zsiq_float #titlediv {
    display: none;
}

#zsiq_float .zsiq_flt_rel {
    background-color: var(--thm-bg-primary) !important;
}

#zsiq_agtpic::before {
    /*color: #3c0726;*/
}

/*-------------------------end zoho chat bubble-------------------------*/

#top_info {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#400729+0,080a27+99 */
    background: var(--thm-bg-dark); /* Old browsers */
    /*background: -moz-linear-gradient(top,  #400729 0%, #080a27 99%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top,  #400729 0%,#080a27 99%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom,  #400729 0%,#080a27 99%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#400729', endColorstr='#080a27',GradientType=0 ); !* IE6-9 *!*/
}

.home_page #top_info {
    background: transparent;
}

a {
    color: var(--thm-text-primary);
}

a:hover,
a:focus {
    color: var(--thm-text-primary);
    text-decoration: none;
}

.btn, /*button,*/
input[type=submit] {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--thm-btn-primary);
    color: var(--thm-dark);
}

.btn:hover,
.btn:focus {
    background: var(--thm-btn-primary);
    color: var(--thm-dark);
    border-color: var(--thm-border-primary);
}

.btn-success {
    color: var(--thm-dark);
    background-color: var(--thm-btn-success);
    border-color: var(--thm-btn-success);
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover,
.btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:hover, .btn-success:focus {
    /*color: #fff;*/
    background-color: var(--thm-btn-success-selection);
    border-color: var(--thm-btn-success-selection);
}

.btn-warning {
    background-color: var(--thm-danger);
    border-color: var(--thm-danger);
}

.btn-warning:hover,
.btn-warning:focus {
    /*color: #fff;*/
    background-color: var(--thm-danger-selection);
    border-color: var(--thm-danger-selection);
}

.btn-icon:hover,
.btn-icon:focus {
    color: inherit;
    background: var(--thm-bg-selection);
}

.btn-default {
    background: var(--thm-btn-primary) !important;
    color: var(--thm-black) !important;
}

.btn-border {
    background: transparent;
    color: inherit;
}

.btn-border:hover,
.btn-border:focus {
    /*background: transparent !important;*/
    /*color: inherit;*/
}

.btn-primary {
}

.btn-link {
    background: none !important;
    border: transparent !important;
    color: inherit !important;
}

.btn-link:hover {
    background: none !important;
    border: transparent !important;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus,
.btn-primary.active.focus, .btn-primary.active:focus,
.btn-primary.active:hover, .btn-primary:active.focus,
.btn-primary:active:focus, .btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background: var(--thm-bg-selection);
    color: var(--thm-dark);
}

.dark-bg .language .btn,
.dark-bg .go-up .btn,
.dark-bg .search-btn .btn {
    color: #fff;
}

.top-login > .btn, .top-login .btn-icon {
    background: var(--thm-btn-primary);
}

#user_icon path,
#user_icon circle,
#user_icon line {
    stroke: var(--thm-dark) !important;
}

.depoicon {
    fill: var(--thm-btn-primary);
    stroke: var(--thm-border-primary);
}

.depoicon .depoarr {
    stroke: #fff;
}

.top-deposit-button:hover .btn .depoicon,
.top-deposit-button:focus .btn .depoicon {
    /*fill: var(--thm-btn-primary-selection);*/
    /*stroke: var(--thm-btn-primary-selection);*/
}

.top-deposit-button:hover .btn .depoicon .depoarr {
    /*stroke: var(--thm-btn-primary-selection);*/
}

.top-search-btn .btn-border, .top-games-button .btn-border, .top-deposit-button .btn-border, .top-coupons-button .btn-border {
    /*border-color: transparent !important;*/
    background: none !important;
}

.main-menu .btn-border:hover, .top-coupons-button .btn-border:hover,
.main-menu .btn-border:focus, .top-coupons-button .btn-border:focus {
    /*background: none !important;*/
}

.dark-theme .page-content,
.dark-theme .jumbotron,
.dark-bg {
    background: var(--thm-dark);
    color: #fff;
}

.dark-theme .table > tbody > tr > td, .dark-theme .table > tbody > tr > th,
.dark-theme .table > tfoot > tr > td, .dark-theme .table > tfoot > tr > th,
.dark-theme .table > thead > tr > td, .dark-theme .table > thead > tr > th,
.dark-theme .table.border {
    border-color: var(--thm-border-dark);
}

.light-bg {
    background: #fff;

}

.dark-bg .casino-game-block-title {
    color: #fff;
}

.casino-game-image,
.casino-game-image img {
    border-radius: 0;
}

.popa-window {
    background: var(--thm-popa-window-bg);
    color: #fff;
}

.popa-title {
    color: var(--thm-text-primary);
}

.close-btn {
    border: 2px solid var(--thm-border-primary);
    color: #fff;
}

.close-btn:hover,
.close-btn:focus {
    color: var(--thm-btn-primary-selection);
}

.popa-notice .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert-success {
    color: inherit;
    background-color: transparent;
    text-align: center;
    border-radius: 50px;
    border-color: var(--thm-alert-success);
}

.lbl_add_file {
    background: var(--thm-lbl_add_file-bg);

}

.uploaded.sm-btn.lbl_add_file {
    background: var(--thm-lbl_add_file-uploaded-bg);
    color: var(--thm-lbl_add_file);
}

.sm-btn.lbl_add_file.forceo {
    background: var(--thm-lbl_add_file-bg) !important;
}

#message_list {
    color: var(--thm-dark);
}

.panel-group .panel-heading a::before {
    background: var(--thm-bg-primary);
    color: var(--thm-dark);
}

.rotatingpreloader circle, .loadinggif circle {
    stroke: var(--thm-border-primary);
}

.notice {
    border: 2px solid var(--thm-warning);
}

.notice-sym {
    background: var(--thm-warning);
    color: var(--thm-dark);
}

.notice-sym svg path,
.notice-sym svg line,
.notice-sym svg circle {
    stroke: var(--thm-dark) !important;
}

.notice.error {
    border-color: var(--thm-warning-error);
}

.notice.success {
    border-color: var(--thm-warning-success);
}

.top-coupons-usable-num {
    background: var(--thm-bg-primary);
    color: var(--thm-black);
}

.footer.dark-bg .footer-language-select a,
.footer.dark-bg .footer-go-up a {
    color: #fff;
}

.dropdown-menu > li > a, .footer.dark-bg .dropdown-menu > li > a {
    color: var(--thm-footer-dropdown-menu);
}

.modal-header {
    color: var(--thm-text-primary);
}

.modal-body {
    color: #fff;
}


.deposit-menu-holder {
    background: #242424;
}

.border-select {
    border: 2px solid var(--thm-border-selection) !important;
}

.other-amount-btn,
.amount_thumb-hold.table {
    background: #3e3f44;

}

.pm_thumb-hold.new-pm::after {
    color: var(--thm-dark);
}

.coupons-selection .coupon-select.selected .panel.btn {
    color: var(--thm-text-selection);
    background-color: var(--thm-bg-selection) !important;
}

.coupons-selection .coupon-select.selected .panel.btn i {
    color: #fff;
}

.accountoptions .amount_thumb-hold.table {
    border: 1px solid var(--thm-accountoptions-border);
    color: #fff;
}

.accountoptions .verification:not(.unverified) .amount_thumb-hold.table {
    border-color: var(--thm-border-primary);
}

.accountoptions .amount_thumb-hold #verified .st0 {
    fill: var(--thm-bg-primary);
}

.accountoptions .amount_thumb-hold #verified .st1 {
    stroke: var(--thm-border-primary);

}

.selection-btn {
    color: #fff;
}

.light-bg .selection-btn {
    color: inherit;
}

.other-amount-block .has-text input.other-amount-input,
.amount_thumb-hold.table.selected-amount,
.selection-btn.selected {
    background: var(--thm-bg-selection);
    border-color: var(--thm-border-selection);
    color: var(--thm-text-selection);
}

.accountoptions .amount_thumb-hold.selected-amount #user_edit .st0,
.accountoptions .amount_thumb-hold.selected-amount #user_edit .st1,
.accountoptions .amount_thumb-hold.selected-amount #acclock .st0,
.accountoptions .amount_thumb-hold.selected-amount #acclock .st1 {
    stroke: var(--thm-dark);
}

.coupon.available {
    border-color: var(--thm-border-primary);
}

.coupon.available .amount {
    background: var(--thm-bg-primary);
    border: 2px solid var(--thm-border-primary);
    color: var(--thm-dark);
}

.coupon.available .yel {
    color: var(--thm-text-primary);
}

.coupon.available .close-btn {
    border-color: var(--thm-border-primary);
}

.coupon.available .close-btn:focus,
.coupon.available .close-btn:hover {
    background-color: var(--thm-bg-primary);
    color: var(--thm-dark);
}


/*------------------------ home-bottom-blocks------------------------*/


#bottom_blocks .panel-default > .panel-heading {
    color: var(--thm-text-primary);
}

.dark-bg .manufacturers img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(50%);
}

@media (min-width: 992px) {
    #bottom_blocks .panel-body {
        font-size: 14px;
        line-height: 24px;
    }
}

/*----------------------end home-bottom-blocks------------------------*/


/*--------------------------------footer-----------------------------*/

.footer .footer-language-select .theme-border,
.footer .go-up .theme-border {
    border-color: var(--thm-go-up) !important;
}

.footer .footer-language-select > a,
.footer a.go-up {
    color: var(--thm-go-up);
}

.footer.dark-bg .footer-language-select .theme-border,
.footer.dark-bg .go-up .theme-border {
    border-color: var(--thm-footer-dark) !important;
    color: var(--thm-footer-dark);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.footer.dark-bg .footer-language-select > a,
.footer.dark-bg a.go-up {
    color: var(--thm-footer-dark);
}

.footer .footer-language-select:hover .theme-border,
.footer .footer-language-select:focus .theme-border,
.footer .go-up:hover .theme-border,
.footer .go-up:focus .theme-border {
    border-color: var(--thm-border-primary) !important;
    background: none;
    /*color: #fff;*/
}

.footer .liscence-badge img,
.footer .footer-logos-methods a img,
.footer .footer-logos-providers a img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity: 0.5;
}

.footer.dark-bg .liscence-badge img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(50%);
}

.footer.dark-bg .footer-logos-methods a img,
.footer.dark-bg .footer-logos-providers a img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(50%);
}

.footer #logo_svg .st0 {
    fill: var(--thm-black);
}

.footer.dark-bg #logo_svg .st0,
.footer.dark-bg #logo_svg .st1 {
    fill: #fff;
}

.footer .footer-liscence #plus18 {
    fill: var(--thm-black);
}

.footer .footer-liscence #plus18 #circle {
    stroke: var(--thm-black);
}

.footer.dark-bg .footer-liscence #plus18,
.footer.dark-bg .footer-liscence #plus18 .st1 {
    fill: #fff;
}

.footer.dark-bg .footer-liscence #plus18 #circle {
    stroke: #fff;
}

.footer-logos-methods a:hover img,
.footer-logos-providers a:hover img {
    filter: none;
}

/*------------------------------end footer -------------------------*/

.table-head .center-column {
    background: var(--thm-bg-primary);
    color: var(--thm-black);
}

.datepicker-dropdown {
    color: var(--thm-black);
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background: var(--thm-dark);
}

#sidebar-wrapper,
.fil-bar-helper {
    background-color: var(--thm-fil-bar-helper);
}

.fil-bar {
    border-color: var(--thm-fil-bar-helper) transparent transparent transparent;
}

.x-color {
    fill: var(--thm-bg-primary);
}

.the-fil #fil-title {
    color: var(--thm-text-primary);
}

.the-fil .title {
    color: var(--thm-text-primary);
}

.feature-list li.selected_item .list-circle,
.pay-lines li.selected_item {
    border-color: var(--thm-border-primary);
}

.bar-list li.active .bar-block,
.list-circle::after {
    background: var(--thm-bg-primary);
}

.white {
    color: #fff;
}

.form-control, .form-group input:not(.btn), .input-hold input:not(.btn),
.form-group textarea, .form-group select, .input-hold select {
    border: 1px solid var(--thm-input-border);
    color: var(--thm-input-text);
}

.name-input::-webkit-input-placeholder { /* Edge */
    color: var(--thm-input-text);
}

.name-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--thm-input-text);
}

.name-input::placeholder {
    color: var(--thm-input-text);
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--thm-puls-100);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px var(--thm-puls);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 var(--thm-puls);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 var(--thm-puls-100);
        box-shadow: 0 0 0 0 var(--thm-puls-100);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px var(--thm-puls);
        box-shadow: 0 0 0 20px var(--thm-puls);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 var(--thm-puls);
        box-shadow: 0 0 0 0 var(--thm-puls);
    }
}

@keyframes zoom {
    0%, 20%, 40%, 50%, 60%, 100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 30% {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);

    }
}

#top_info_bg {
    opacity: 0;
    background: none;
    display: block;
}

.in.menu-toggled-in #top_info_bg {
    opacity: 1;
    background: var(--thm-popa-window-bg);
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -ms-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
}
