body {
    color: #ffffff;
    background: linear-gradient(#403f44, #1e1b32);
    /* background: linear-gradient(#131429, #1b1c3a); */
/*    background: linear-gradient(#2f3826, #073012);*/
/*    background: linear-gradient(#498d08, #073012);*/
/*    background: #1d1e20 url(bg/main.jpg) center top repeat-y;*/
    font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    overflow-x: hidden;
}
a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
.lotto-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 400px;
    background: url(bg/lotto-top.png) no-repeat center top;
}
.lotto-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 535px;
    background: url(bg/lotto-bottom.png) no-repeat center bottom;
}
a:hover {
    color: #009581;
    text-decoration: none;
}
.modal {
    padding: 0 !important;
}
.modal-open {
    overflow-y: auto;
    padding-right: 0 !important;
}
@media (min-width: 607px){
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
    }
}
nav.fixed-top {
    background: #1c174f;
    border-bottom: 1px solid #2f2971;
}
/* MENU */
.navbar-dark .navbar-toggler {
    border-radius: 0;
    padding: 0;
    color: rgb(255, 255, 255);
    border: none;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
a.btn.btn-danger {
    text-shadow: none;
}
a.nav-link {
    font-size: 16px;
    margin-right: 5px;
    font-weight: 600;
    padding: 5px 15px !important;
    border-radius: 5px;
}
.active a.nav-link{
    background: #ffffff;
    color: #0f1517 !important;
}
@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 12px;
        padding-left: 12px;
    }
}
.btn-link:hover {
    color: #000000;
    background: #fff;
    text-decoration: none;
}

.btn {
    font-weight: 600;
    border-radius: 5px;
}

li.nav-item img {
    width: 30px;
    margin-right: 5px;
    vertical-align: middle;
}
.nav-item.active img,.nav-item:hover img{
    filter: none;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        margin-top: 5px;
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 992px){
    .carousel-caption {
        padding: 20px 10px !important;
    }
    .carousel .title {
        font-size: 24px !important;
    }
    ul.navbar-nav.mr-auto {
        border-radius: 25px;
        margin-top: 20px;
    }
}
/* ***/
.page-subtitle {
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 0;
}
.page-subtitle div{
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
}
.page-subtitle .text {
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
}
/* **/
.game-image {
    width: 162px;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
}
.search-icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 15px;
    height: 39px;
}
.search-icon:hover {
    color: #fff;
}
.close-search {
    display: none;
}
/* GAMES */
.game-card {
    position: relative;
    vertical-align: top;
    display: inline-block;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    height: auto;
    top: 0;
    margin-top: 5px;
}

.game-thumb {
    width: 100%;
    z-index: 1;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    background-position: bottom center !important;
}
.game-card:hover {
    vertical-align: top;
}
.game-card:hover .game-info{
    opacity: 1;
}
.game-card .game-info {
    opacity: 0;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0,0,0,.75);
    color: #fff;
    padding: 30px 15px;
    text-align: center;
    transition: all .25s;
}
.modal-content {
    border-radius: 10px;
    background: #141616!important;
    border: none;
    box-shadow: 0 15px 50px 0 #00000057;
}
.modal-header {
    display: block;
    text-align: center;
    border-bottom: 0;
    color: #fff;
    padding-left: 20px;
}
button.close {
    color: #fff;
    text-shadow: none;
    position: absolute;
    opacity: 1;
    right: 15px;
    top: 15px;
}

.modal-footer {
    border: 0;
    display: block;
    text-align: center;
}
.close:hover {
    color: #fff;
    opacity: .6;
    text-decoration: none;
}
.modal-footer .btn.btn-success {
    padding: 12px 60px;
    border-radius: 10px;
}
.modal-body,.modal-content {
    background-color: #225c75!important;
    /* background-color: #1e272a!important; */
}
.modal-img {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    top: -150px;
    background: no-repeat top center;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
label {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #858585;
    text-transform: uppercase;
}
a.btn-forgot {
    float: right;
    font-size: 14px;
}
.box_checkbox input {
    position: absolute;
    top: 50%;
    left: 12px;
    z-index: -1;
    opacity: .001;
    width: 1px;
    height: 1px;
}
.box_checkbox label {
    padding-left: 15px;
}
.box_checkbox input+label:focus:before,.box_checkbox input:checked+label:before, .box_checkbox input+label:hover:before {
    outline: none;
}

.filter-option-inner-inner {
    font-weight: 600;
}
.box_checkbox input+label:before {
    position: absolute;
    content: "";
    display: inline-block;
    margin-left: -32px;
    margin-right: 8px;
    border-radius: 5px;
    background-color: #151c1e;
}
.box_checkbox input+label:before {
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
}
/* USER HEADER */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.76);
}
.cash {
    width: auto;
    font-weight: 600;
    min-width: 110px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    text-align: center;
    vertical-align: top;
    color: #000000;
    background: #2e8ce3;
    /*  
        background: #6bd9ff;
        background: #a92532; 
    */
    border-radius: 10px;
    transition: .2s;
    display: block;
    padding-right: 12px;
    cursor: pointer;
}
.cash:hover {
    background: #3bc7ff;
    /* background: #d31c2e; */
    text-decoration: none;
}
.cash-value {
    width: auto;
    font-weight: 700;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 5px;
    transition: padding .2s;
    background-color: #fff;
    display: inline-block;
    margin: 5px;
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 5px;
}
.cash-text {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    vertical-align: top;
    margin-top: 11px;
    text-transform: uppercase;
}
.cash:hover .cash-text {
    color: #fff !important;
}
.btn-wait {
    cursor: wait !important;
    opacity: .6;
}
.cash-small-text {
    font-size: 10px;
    margin-top: 5px;
    text-align: right;
    margin-right: 7px;
    letter-spacing: -.1px;
    display: inline-block;
    color: #fff;
    float: right;
    width: 50px;
    margin-left: 10px;
    text-transform: uppercase;
}
/* GAME PLAY */
.game-container {
    position: relative;
    width: auto;
    display: block;
    padding: 0;
}
.iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-color: #0f1517;
}
.iframe-info {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 100%;
    width: 295px;
    min-width: 300px;
    background: url(/img/noise.png) repeat,#0f1517;
}
.iframe-play {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.page-subtitle .icon {
    display: none;
}
@media (max-width: 1024px){
    .game-container .iframe-info {
        display: none;
        width: 0;
    }
    .iframe-block {
        width: 100%;
    }
}
@media (max-width: 750px){
    .page-top-bg{
        height: 150px !important;
    }
    .iframe {
        width: 100%;
        padding-top: 0;
        height: calc(100vh - 200px);
    }
}
.game-description {
    display: block;
    text-align: center;
    padding: 20px;
}
/* Loading Circle */
.iframe-block .content {
    position: absolute;
    display: block;
    height: 250px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.ball {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgb(227, 32, 31);
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    width: 90px;
    position: relative;
    height: 90px;
    margin: 0 auto;
    margin-top: 90px;
    -moz-animation: spin 1.5s infinite linear;
    -webkit-animation: spin 1.5s infinite linear;
}
.ball1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgb(226, 32, 31);
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    top: -150px;
    position: relative;
    -moz-animation: spinoff .5s infinite linear;
    -webkit-animation: spinoff .5s infinite linear;
}
@-moz-keyframes spin {
    0% { -moz-transform:rotate(0deg); }
    100% { -moz-transform:rotate(360deg); }
}
@-moz-keyframes spinoff {
    0% { -moz-transform:rotate(0deg); }
    100% { -moz-transform:rotate(-360deg); }
}
@-webkit-keyframes spin {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}
@-webkit-keyframes spinoff {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(-360deg); }
}
.dropdown-item.active, .dropdown-item:active {
    color: #1c174f;
    text-decoration: none;
    background-color: #cecece;
}
.dropdown-menu.show {
    border-radius: 5px;
    padding: 0;
    min-width: 100% !important;
}
span.favorite_btn {
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
    z-index: 10;
    font-weight: 600;
    color: #ffffffb0;
    font-size: 12px;
    padding: 3px;
    width: 25px;
    border-radius: 50%;
    height: 25px;
}
.infinite {
    animation-iteration-count: infinite;
}
span.main-wallet-value {
    opacity: 1;
    transition: opacity 1s;
    position: relative;
}
.debug {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    border-radius: 0 10px 0 0;
    padding: 8px 10px;
    font-size: 12px;
}

@media (min-width: 1000px){
    .w-lg-75 {
        width: 75% !important;
    }
}
.sort-category,.show-more  {
    background: linear-gradient(180deg, #378aae 0%, #0f2833 73.96%, rgba(15, 40, 51, 0.9) 100%);
/*    background: #0f1517;*/
}
.dropdown-menu .select-icon, .filter-option-inner-inner .select-icon {
    width: 25px;
    height: 25px;
    left: 5px;
    top: 4px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-right: 5px;
    background: no-repeat center;
    background-size: cover;
    border-radius: 50%;
}
a.dropdown-item {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
}
.dropdown-menu li:first-child a{
    padding-top: 10px;
}
.dropdown-menu li:first-child .select-icon{
    top: 10px;
}

.dropdown-menu li:last-child a{
    padding-bottom: 10px;
}

.filter-option-inner-inner .select-icon {
    left: 10px;
    top: 6px;
}

/* width */
.dropdown-menu .inner::-webkit-scrollbar {
    width: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Track */
.dropdown-menu .inner::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

/* Handle */
.dropdown-menu .inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Handle on hover */
.dropdown-menu .inner::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}
.search-count {
    font-size: 24px;
    vertical-align: middle;
    font-weight: 600;
    opacity: .6;
}
@media(max-width: 992px){
    .search-game-list .col-md-12 {
        text-align:center;
    }
    .search-count {
        display: block;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100% !important
    }
    ul.navbar-nav.mr-auto {
        background: #0000007a;
    }
    .page-subtitle .text a {
        font-size: 12px;
        width: 105px;
        display: block;
    }
    .sort-select {
        max-width: 100% !important;
        margin-bottom: 10px;
    }
}
.shadow {
    box-shadow: 0 .3rem 0 rgba(0,0,0,.2)!important;
}
.page-subtitle .text a {
    font-size: 12px;
    vertical-align: middle;
    color: #ffffff;
    margin-left: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 2px 5px 5px 5px;
    background: #dc3545;
}
.page-subtitle .text a:hover {
    background: #c82333;
    text-decoration: none;
}
span.select-alert {
    background: #ffc646;
    text-align: center;
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
    color: #5a5a00;
    line-height: 20px;
    height: 20px;
    margin-left: 5px;
    border-radius: 50%;
    padding: 0 !important;
}
span.select-alert:hover {
    background: #ff8b56;
}
.bootstrap-select .dropdown-menu.inner {
    overflow-x: hidden;
}
@media (max-width: 607px){
    .not_found div{
        width: 100% !important;
    }
}
@media(min-width: 610px) and (max-width: 770px) {
    a.nav-link {
        font-size: 0;
        padding: 7px 5px 0 10px !important;
    }
}
@media(min-width: 992px) and (max-width: 1230px){
    a.nav-link {
        font-size: 0;
        padding: 7px 5px 0 10px !important;
    }
    .cash {
        min-width: auto;
        padding-right: 5px !important;
    }
}

@media(max-width: 1230px){
    .cash {
        min-width: auto;
        padding-right: 0px !important;
    }
    .cash-text {
        display: none;
    }
}
span.progress-count {
    position: absolute;
    top: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
span.progress-left {
    left: 0;
    text-align: right;
    color: #000;
    z-index: 2;
    min-width: fit-content;
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0 10px 10px 0;
}
span.progress-right {
    right: 6px;
    color: #b3b3b3;
}
@media (max-width: 1000px){
    .level-info {
        left: 0;
    }
}

.game-bg-video {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}
.future-left,.future-right {
    vertical-align: top;
    display: inline-block;
}
.future-right p {
    font-size: 14px;
}
.future-left img {
    height: 60px;
}
span.txt-2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
/* FOOTER  */
.providers {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.providers div{
    display: inline-block;
    position: relative;
    margin-right: 20px;
    height: 50px;
    margin-bottom: 10px;
    width: auto;
}
.providers div a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    display: none;
    width: auto;
    inline-size: max-content;
    border-radius: 15px;
    background: #0000006e;
    line-height: 32px;
    padding: 3px 15px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    z-index: 2;
}
.providers div a:hover{
    text-decoration: none;
    color: #fff;
    background: #000;
}
.providers img {
    position: relative;
    z-index: 1;
}
.providers div:hover img{
    z-index: 3;
}
.providers div:hover a {
    display: block;
}
hr {
    border-top: 1px solid rgb(54, 46, 126);
    margin-bottom: 24px;
}
span.hr-subtitle {
    position: absolute;
    background: #362e7e;
    padding: 5px 15px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    margin-top: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.footer-copyright p{
    position: relative;
    z-index: 1;
}
p.payment-methods-footer img {
    margin: 0 15px 15px 0;
}
.footer-18 img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    vertical-align: top;
}
.footer-18 p{
    width: calc(100% - 60px);
    margin-left: 10px;
    vertical-align: middle;
}
.t-16 {
    font-size: 16px !important;
}
@media (max-width: 607px){
    .footer-18 p{
        width: 100%;
        padding-right: 15px;
    }
}
.game-description .form-control {
    width: 120px;
    display: inline-block;
    border-radius: 20px 0 0 20px;
    vertical-align: top;
    height: 38px !important;
    box-shadow: none;
    position: relative;
    border-color: transparent;
    background: transparent;
    z-index: 2;
    font-weight: 600;
    color: #000 !important;
    -webkit-transition: width .25s;
    -moz-transition: width .25s;
    -o-transition: width .25s;
    transition: width .25s;
}
.game-description button {
    border-radius: 0 20px 20px 0;
    margin-left: -5px;
    vertical-align: top;
    line-height: 26px;
    font-size: 14px;
    height: 38px !important;
    box-shadow: none !important;
}
.game-description .form-control:focus {
    background: transparent;
    box-shadow: none;
    width: 130px;
}
.game-description.pt-0 {
    padding-top: 10px !important;
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 20px 20px;
    padding-bottom: 5px;
}
.currency {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    z-index: 1;
    color: #989898;
    position: absolute;
    right: 125px;
    top: 0;
}
.game-description .form-group.position-relative {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #fff;
}

.bg-footer a.dropdown-item {
    font-weight: 600;
    padding: 5px 10px;
    color: #000;
}
.bg-footer a.dropdown-item:hover {
    color: #000;
}
.rules h2{
    font-size:20px;
}
button.btn.btn-light.collapsed {
    background: none;
    border: 1px solid transparent;
    box-shadow: none;
    color: #fff !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.fk-frame{
    width: 100%;
    height: 100%;
    max-width: 450px;
    max-height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.fk-frame .frame {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #0e093c;
}
.fk-frame .btn-light {
    position: absolute;
    right: -10px;
    z-index: 3;
    top: -10px;
}
.fk-frame iframe{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: 5px solid #0e093c;
    border-radius: 10px;
}
.cts, .cts:hover, .cts:active, .cts:focus,
.cts-withdraw, .cts-withdraw:hover, .cts-withdraw:active, .cts-withdraw:focus {
    border: 2px solid #31ce03;
    background-color: #151c1e!important;
    position: relative;
    width: 60px;
    height: 70px;
    margin-bottom: 25px;
}
.cts:nth-child(n+8), .cts-withdraw:nth-child(n+8) {
    margin-top: 15px;
}
.cts span,
.cts-withdraw span {
    font-size: 12px;
    position: absolute;
    top: 72px;
    font-weight: normal;
    color: #ffffff;
    left: 0;
    width: 100%;
}
.cts.collapsed,
.cts-withdraw.collapsed{
    background-color: transparent!important;
}
.cts:before,
.cts-withdraw:before{
    position: absolute;
    display: block;
    content: '';
    bottom: 5px;
    right: calc(50% - 7px);
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-radius: 50%;
    border-color: #324170!important;
}
.cts:after,
.cts-withdraw:after{
    position: absolute;
    display: block;
    content: '';
    bottom: 5px;
    right: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-image: url(/img/correct.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}
.cts.collapsed:after,
.cts-withdraw.collapsed:after{
    opacity:0;
}
@media (max-width:700px){
    .gameplay h2 {
        display: none;
    }
}
.nt-dropdown .non_read {
    color: #000000 !important;
    background: #fff !important;
}
.nt-dropdown a.dropdown-item {
    font-weight: normal;
    padding: 3px 15px;
    color: #a0a0a0;
    background-color: #ececec;
}
.nt-dropdown a.dropdown-item:hover{
    background: #000000 !important;
    color: #ffffff !important;;
}
.nt-dropdown .dropdown-menu.dropdown-menu-right.show {
    border-radius: 10px;
    box-shadow: 0 15px 20px #00000040;
    overflow: hidden;
}
.bg-futures {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    position: relative;
    overflow: hidden;
}
header .collapse.show {
    position: absolute;
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 20px;
    top: 0;
    z-index: -1;
    left: 0;
    background: #000;
}
header .collapsing {
    position: absolute;
    width: 100%;
    padding-top: 90px;
    top: 0;
    z-index: -1;
    left: 0;
    background: #000;
}
footer .language-select button.btn.dropdown-toggle.btn-light {
    background: none;
    padding-left: 10px;
}
.username {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 65px;
    white-space: nowrap;
    font-weight: 600;
}

@media (max-width:1000px){
    .navbar {
        padding: 0 15px;
    }
    .future-left img {
        height: 80px;
    }
    .providers div {
        display: inline-block;
        position: relative;
        margin-right: 13px;
        height: 50px;
        margin-bottom: 10px;
        width: auto;
    }
    .page-subtitle:after {
        width: calc(100% - 55px) !important;
    }
}
/* PROMOS */
.promos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    grid-gap: 1rem;
    justify-content: center;
}
@media (max-width: 740px){
    .promos {
        display: block;
    }
}
.promo {
    background: url(slider/bg.png) center top no-repeat;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 10px;
    max-width: 400px;
    margin: 0 auto 20px;
}
.promo .counter {
    position: absolute;
    z-index: 2;
    background: #fff;
    text-align: center;
    color: #000;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    bottom: 0;
    border-radius: 10px 10px 0 0;
    padding: 0 10px;
}
@media (max-width: 1000px){
    .promo .counter {
    }
}
.promo .type {
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 5px 10px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    width: max-content;
    font-weight: 600;
    color: #000;
}
.promo .counter-title {
    line-height: 32px;
}
.promo span.number {
    color: #000;
    text-align: center;
    margin-right:10px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
.promo span.number:nth-child(4){
    margin-right: 0;
}
.promo span.number .count {
    color: #000;
    display: block;
    font-size: 28px;
    font-weight: 600;
}
.promo .img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.promo:hover {
    cursor: pointer;
}
.promo:hover .img {
    opacity: 0.8;
}
.promo .title {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 0 1px 3px #00000033;
    font-size: 22px;
    font-weight: 900;
}
.show-more-tournament-games {
    background: #0f1517;
    color: #fff;
    border-radius: 10px;
    line-height: 42px;
    cursor: pointer;
    padding: 5px 10px;
    margin-bottom: 8px;
    position: relative;
}
.show-more-tournament-games:hover {
    color: #fff;
}
.promo .title.tournament {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 20px;
    transform: none;
    left: 20px;
    width: 100%;
    font-size: 32px;
    font-weight: 900;
}
.promo span.prize {
    display: block;
    font-weight: 400;
}
.promo.promo-ended {
    opacity: .5;
    filter: grayscale(1);
}
.tournament-info .box{
    background: #fff;
    padding: 10px 20px;
    color: #000;
    border-radius: 10px;
}
.tournament-info .box .title {
    font-size: 16px;
    font-weight: 600;
}
.tournament-info table {
    width: 100%;
}

.tournament-info table th{
    font-weight: 200;
    font-size:14px;
}
.tournament-info table td,.tournament-info table th{
    min-width: 50px;
    padding: 5px 10px;
}
.tournament-info table tr:nth-child(odd) td{
    background-color: rgb(12 17 19);
}
.tournament-info img {
    width: 70px;
    height: 50px;
    border-radius: 10px;
    margin-right: 10px;
}
.tournament-info tr td:nth-child(3){
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    max-width: 140px;
    white-space: nowrap;
}

table .metd td {
    color: #ffffff;
    background-color: #009581    !important;
}
.tournament-table {
    background: #0f1517 !important;
    color: #fff !important;
    border-radius: 10px !important;
    text-align: center;
    overflow: hidden;
    padding: 0 !important;
}
.tournament-table .title{
    color: #ffffff !important;
    background-color: #009581    !important;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.title.subtitle {
    font-size: 18px;
    line-height: 24px;
    text-shadow: none;
    color: #fff !important;
}
.gameplay {
    position: absolute;
    z-index: 12;
    width: 100%;
    height: auto;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}
body.main-game-open {
    overflow: hidden;
    height: 100%;
}
body.main-game-open header {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.main-game-open.overflow-hidden nav.px-2.px-lg-0 {
    display: none;
}
a.btn.mt-2.mb-4.show-more-tournament-games.d-block {
    color: #fff;
}
.tournament-info td a {
    color: #009581;
}
tr.metd a {
    color: #FFFFFF;
}
body.scrolled .download-header nav{
    /* background: linear-gradient(#337733, #032204); */
    background-color: #0f1517;
}
.home-container {
    height: 355px;
    padding-top: 0;
}
main.main {
    margin-top: 80px;
    position: relative;
}
.home-container:after {
    display: none;
}
/* SLIDER */
.row-info {
    color: #6c719c;
    background: #0f1517;
}
.carousel a.btn {
    background: #2e8ce3;
/*    
    background: #6bd9ff;
    background: #851e28;
*/

    transition: .2s;
    color: #ffffff;
}
.carousel a.btn:hover {
    background: #3bc7ff;
/*    background: #d31c2e;*/
    color: #ffffff;
}
.carousel .carousel-indicators li.active::before {
    background: #6bd9ff;
/*    background: #851e28;*/
}
.row-info {
    margin-top: -15px;
    font-size: 16px;
    color: #7e7e7e;
}
.row-info span {
    color: #ffffff;
    font-weight: 600;
    display: block;
    font-size: 16px;
}
.sort-categories {
    top: 65px;
    padding-top: 0;
}
.play_icon {
    background-color: #ffffff;
}
.play_icon svg{
    fill: #000000;
}
.btn {
    transition: .2s;
}
.btn-success {
    color: #ffffff;
    background-color: #2e8ce3 ;
    border-color: #2e8ce3;
/*
    background-color: #6bd9ff ;
    border-color: #6bd9ff;

    background-color: #851e28;
    border-color: #851e28; 
*/
}
.btn-success:hover {
    color: #fff;
    background-color: #3bc7ff;
    border-color: #3bc7ff;
/*
    background-color: #3bc7ff;
    border-color: #3bc7ff;

    background-color: #d31c2e;
    border-color: #d31c2e;
*/
}
.btn-success.focus, .btn-success:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0 0 0.2rem #ffffff05;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ffffff05;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn {
    transition: none;
}
.page-top-bg {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 1000px;
}
.page-top-bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
}
.page-top-bg::after {
    content: "";
    background: linear-gradient(to top, #1d1f1f, transparent 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.progress-bar-animated {
    border-radius: 10px;
    overflow: hidden;
}

/* User slider */
.man-and-girl {
    position: absolute;
    width: 470px;
    height: 100%;
    bottom: 15px;
    right: 50px;
    z-index: 2;
}
.man-and-girl .man {
    position: absolute;
    height: 325px;
    width: 294px;
    bottom: -10px;
    background: url(slider/user_man.png) no-repeat top left;
    background-size: contain;
    z-index: 2;
}
.smoke {
    background: url(slider/user_man_1.gif) no-repeat top center;
    background-size: 240px 100px;
    position: absolute;
    height: 100px;
    width: 60px;
    bottom: 250px;
    right: 464px;
    mix-blend-mode: lighten !important;
}
.modal-content .form-control, button.btn.dropdown-toggle.btn-light, .game-search-input, button.btn.dropdown-toggle.btn-light {
    background-color: #272337 !important;
/*    background-color: #151c1e !important;*/
    border: 2px solid #636a6c;
}
.deposit-bonus {
    background: #313e42;
    border: 2px solid #636a6c;
}
.modal-content .form-control:focus, .modal-content .form-control:hover, .form-control:focus, .game-search-input:hover, .game-search-input:focus, .form-control:hover, button.btn.dropdown-toggle.btn-light:hover, button.btn.dropdown-toggle.btn-light:active, button.btn.dropdown-toggle.btn-light:focus {
    border: 2px solid #939393;
    background-color: #151c1e !important;
    box-shadow: 0 2px 4px #00000073;
}
.man-and-girl .girl {
    position: absolute;
    height: 325px;
    z-index: 1;
    width: 255px;
    left: 240px;
    bottom: -15px;
    background: url(slider/user_girl.png) no-repeat top left;
    background-size: contain;
}
.veer {
    position: absolute;
    background: url(slider/user_girl_1.png) no-repeat top left;
    background-size: contain;
    width: 120px;
    height: 194px;
    transform-origin: 31px 176.635px 0px;
    -webkit-transform-origin: 31px 176.635px 0px;
    -moz-transform-origin: 31px 176.635px 0px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: translate3d(1px, 0, 0) rotateZ(
            4deg);
    -webkit-transform: translate3d(1px, 0, 0) rotateZ(
            4deg);
    -moz-transform: translate3d(1px, 0, 0) rotateZ(4deg);
    right: -13px;
    bottom: 149px;
}
.veer {
    animation: veer 2s linear 0s infinite normal forwards;
    -webkit-animation: veer 2s linear 0s infinite normal forwards;
    -moz-animation: veer 2s linear 0s infinite normal forwards;
}
@keyframes veer {
    0% {
        transform: translate3d(1px, 0, 0) rotateZ(4deg);
        -webkit-transform: translate3d(1px, 0, 0) rotateZ(4deg);
        -moz-transform: translate3d(1px, 0, 0) rotateZ(4deg);
        transform-origin: 31px 176.635px 0px;
        -webkit-transform-origin: 31px 176.635px 0px;
        -moz-transform-origin: 31px 176.635px 0px;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
    }
    50% {
        transform: translate3d(1px, 0, 0) rotateZ(-10deg);
        -webkit-transform: translate3d(1px, 0, 0) rotateZ(-10deg);
        -moz-transform: translate3d(1px, 0, 0) rotateZ(-10deg);
        transform-origin: 31px 176.635px 0px;
        -webkit-transform-origin: 31px 176.635px 0px;
        -moz-transform-origin: 31px 176.635px 0px;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
    }
    100% {
        transform: translate3d(1px, 0, 0) rotateZ(4deg);
        -webkit-transform: translate3d(1px, 0, 0) rotateZ(4deg);
        -moz-transform: translate3d(1px, 0, 0) rotateZ(4deg);
        transform-origin: 31px 176.635px 0px;
        -webkit-transform-origin: 31px 176.635px 0px;
        -moz-transform-origin: 31px 176.635px 0px;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
}
@-webkit-keyframes veer {
    0% {
        -webkit-transform: translate3d(1px, 0, 0) rotateZ(4deg);
        -webkit-transform-origin: 31px 176.635px 0px;
        -webkit-animation-timing-function: ease-in-out;
    }
    50% {
        -webkit-transform: translate3d(1px, 0, 0) rotateZ(-10deg);
        -webkit-transform-origin: 31px 176.635px 0px;
        -webkit-animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translate3d(1px, 0, 0) rotateZ(4deg);
        -webkit-transform-origin: 31px 176.635px 0px;
        -webkit-animation-timing-function: linear;
    }
}
@-moz-keyframes veer {
    0% {
        -moz-transform: translate3d(1px, 0, 0) rotateZ(4deg);
        -moz-transform-origin: 31px 176.635px 0px;
        -moz-animation-timing-function: ease-in-out;
    }
    50% {
        -moz-transform: translate3d(1px, 0, 0) rotateZ(-10deg);
        -moz-transform-origin: 31px 176.635px 0px;
        -moz-animation-timing-function: ease-in-out;
    }
    100% {
        -moz-transform: translate3d(1px, 0, 0) rotateZ(4deg);
        -moz-transform-origin: 31px 176.635px 0px;
        -moz-animation-timing-function: linear;
    }
}
.container .lotto {
    background: linear-gradient(to top, #009581, #1c7500) !important;
}
.tournament-info .box.pt-4.lotto .lotto-text {
    position: relative;
    text-shadow: 0px 1px 2px #0000009c;
    color: #ffffff !important;
    z-index: 2;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
strong {
    font-weight: 700;
}
.footer-copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    opacity: .5;
    margin-top: 20px;
}
.bg-footer {
    /* background: linear-gradient(#337733, #032204); */
    background: #0f1517;
}
.bg-footer h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 8px;
    margin-top: 12px;
    color: #fff;
}
.bg-footer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: hsla(0,0%,100%,.5);
    transition: .1s ease-in-out;
}
.bg-footer a{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: hsla(0,0%,100%,.5);
    display: block;
    align-items: center;
    padding: 4px 0;
    transition: .1s ease-in-out;
}
.bg-footer .questions a{
    color: #ffffff;
    display: inline-block;
}
.bg-footer a:hover{
    color: #ffffff;
}
.win-box {
    background: #0f1517;
}
.win-box .title {
    background: #009581;
}
.last-bets {
    color: rgb(114 114 114);
}
button.cookies_ok {
    color: #ffffff;
    font-weight: 600;
    background: #009581;
}
.win-info .icon-info {
    display: inline-block;
    cursor: pointer;
    background: #004a40;
    color: #009581 !important;
}
.win-info-content a {
    color: #009581;
}
.main-game-open .game-bg {
    background: #1b2224;
}
.game-header.row {
    background: #0f1517;
}

.mob-menu a {
    background: #0f1517;
    color: #ffffff !important;
}
.mob-menu-link.active {
    background: #2e8ce3;
/*  background: #19b7ed;
    background: #a92532;
*/
}
.sort-category img {
    background: linear-gradient(45deg, #13baae, #93c439);
/*    background: linear-gradient(45deg, #006c5d, #b30000);*/
    border-radius: 50%;
}
span.usd_balance {
    background: #404040;
    color: #c1c1c1;
}

/* NEW MENU */
.cash-list {
    background: #0f1517;
    border-top: 2px solid #009581;
}
.cash-list a {
    color: #ffffff !important;
}
.cash-list .cash-link:hover {
    background: #009581;
    color: #fff !important;
}
ul.user-menu a:hover {
    color: #fff;
    background: #009581;
}
.notifications_data {
    border-top: 2px solid #009581;
}
.notifications_data a.dropdown-item {
    color: #999999;
    background-color: #0f1517;
}
.notifications_data.non_read {
    color: #ffffff !important;
    background: #0f1517 !important;
}
.notifications_data a.dropdown-item:hover{
    background: #009581;
    color: #fff;
}
.user-menu {
    border-top: 2px solid #009581;
    background: #0f1517;
}
ul.user-menu a:hover {
    color: #fff;
    background: #009581;
}
ul.user-menu a:hover svg {
    fill: #ffffff !important;
}
.main-wallet.open svg,.main-wallet:hover svg,.hello.open svg,.hello:hover svg,.notifications.open svg,.notifications:hover svg,.deposit-header:hover svg {
    fill: #009581;
}
/****/
.box_checkbox input+label:hover:before {
    border: 2px solid #939393;
}
