body,
html {
    font-family: 'Rubik', sans-serif;
    width: 100%;
    max-width: 100%;
    background-image: url(/images/background.jpg);
    line-height: 1.4 !important;
    margin: 0;
    color: white;
    font-size: 16px;
    float: right;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

* {
    -webkit-appearance: none;
}

#featured-offer {
    margin-top: 25px;
}

.wp {
    background-image: url(wp.png);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: -24px;
}

.featured-offer-box {
    display: flex;
    justify-content: space-between;
    background: #F36E30;
    border-radius: 5px
}

.featured-offer-box>div {
    flex: 1;
}

.featured-offer-box .logo img {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: right;
    border-radius: 0 5px 5px 0;
}

.featured-offer-box .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-offer-box .info {
    padding: 27px;
    background: transparent linear-gradient(123deg, #0C1419 0%, #24323ABE 100%) 0% 0% no-repeat padding-box;
    border-radius: 3px 0 0 3px;
}

.featured-offer-box .info h1 {
    font-size: 24px;
    text-shadow: 2px 2px 0px #373d40;
}

.web-url {
    color: #727274;
    font-size: 14px;
}

.maininfos {
    display: flex;
}

.maininfos p {
    font-size: 29px;
    color: #bfeaff;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 0px #BFC2FF3d;
    margin-right: 25px;
}

.maininfos p span {
    display: block;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 14px;
}

.featured-offer-box .description {
    margin-top: 25px;
    font-size: 14px;
}

.rounded-yellow {
    background: #BFC2FF;
    border-radius: 100px;
    display: block;
    width: 100%;
    color: white;
    font-size: 13px;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    text-shadow: 1px 1px 0px #00000061;
}

.description a {
    color: #BFC2FF;
    font-weight: bold;
    text-decoration: underline !important;
}

.offers-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offers-filters button,
.offers-filters select {
    background: #373D40;
    color: white;
    padding: 12px 25px;
    border-radius: 100px;
    border: none;
    outline: none !important;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px #00000061;
    transition: 0.3s;
    cursor: pointer;
}

.offers-filters select {
    padding: 12px 15px;
}

.offers-filters .left button {
    margin-right: 10px;
}

.offers-filters select option {
    background: #373D40 !important
}

.offers-filters button:hover,
.offers-filters select:hover {
    background: #243139;
}

.offers-filters button.active,
.offers-filters select.active {
    background: #BFC2FF;
}

.offers-list {
    margin-top: 24px;
    margin-bottom: 24px;
}

.offers-list .heading p {
    font-weight: bold;
    font-size: 24px;
}

.offers-list .heading span {
    font-size: 14px;
    font-weight: normal;
    color: #BFBFBF;
}

#offers-list .heading {
    margin-top: 35px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #373D40;
}

.offer {
    /* background: transparent linear-gradient(105deg, #0C1419 0%, #24323A 100%) 0% 0% no-repeat padding-box; */
    /* background: transparent linear-gradient(105deg, #BFC2FF0D 0%, #BFC2FF3B 100%) 0% 0% no-repeat padding-box; */
    background: #291a02;
    border: 1px solid #452c03 !important;
    box-shadow: 1px 1px 10px rgba(42, 54, 65, 0.5) !important;
    margin-bottom: 15px;
    border-radius: 5px;
    /* overflow: hidden; */
    position: relative;
}

.offer .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    height: 95px;
}

.offer .main img {
    width: 170px;
    height: 95px;
    object-fit: contain;
    background: white;
    margin-right: 20px;
    min-width: 170px;
    max-width: 170px;
}

.offer .main .basic {
    display: flex;
    align-items: center;
    min-width: 320px;
    max-width: 320px;
}

.promo-info {
    display: flex;
    padding: 15px 0;
    text-align: left;
    flex-direction: row;
}

.flex-centered {
    flex-direction: row;
    display: flex;
    width: 480px;
}

.promo-info p {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 0px #936500;
    background: #452c03;
    border-radius: 8px;
    padding: 12px 24px 12px 24px;
    margin-left: 4px;
    margin-right: 4px;
    color: white;
    white-space: nowrap;
    width: 25%;
}

.promo-info p span {
    display: block;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: lowercase;
    text-shadow: none;
}

.promo-info p span::first-letter {
    text-transform: uppercase;
}

.offer-name {
    font-weight: bold;
    font-size: 16px;
}

.offer-name a:nth-of-type(2) {
    color: #727274;
    display: block;
    font-weight: normal;
    font-size: 12px;
}

.offer .main .buttons a,
.offer .main .buttons button {
    border: none;
    border-radius: 100px;
    padding: 15px 25px;
    background: transparent;
    color: white;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 1.4;
    display: inline-block;
    text-shadow: 1px 1px 0px #00000061;
    white-space: nowrap;
    border: 1px solid #936500;
}

.offer .main .buttons button {
    width: 138px;
}

.offer .main .buttons a {
    background: #936500
}

.offer .main .buttons a:hover {
    transform: scale(1.05)
}

.offer .main .buttons button:hover {
    transform: scale(1.05)
}

.promo-info p {
    border-right: 1px solid #262E34;
}

.promo-info p:first-child {
    border-left: 1px solid #262E34;
}

.offer .rest {
    padding: 25px;
    border-top: 1px solid #262E34;
    display: none;
}

.offer .rest .top {
    display: flex;
}

.sec-title {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.offer .rest .casino-info {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #262E34;
}

.offer .rest .casino-info p {
    color: #bff5ff;
    font-size: 13px;
    margin-bottom: 10px;
}

.offer .rest .casino-info p span {
    color: #fff;
    font-weight: bold;
}

.positive-feedback li::before {
    content: "+";
    position: absolute;
    left: 0;
    top: -3px;
    color: #1CC51C;
    font-size: 18px;
    font-weight: 600;
}

.feedback,
.top-countries {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #262E34;
    min-width: 150px;
}

.positive-feedback {
    margin-right: 30px
}

.feedback-flex {
    display: flex;
    justify-content: space-between;
}

.feedback li {
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.negative-feedback li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: -3px;
    color: #C51C1C;
    font-size: 18px;
    font-weight: 600;
}

.top-countries ul,
.languages ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
}

.providers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #262E34;
}

.providers img {
    max-height: 46px;
    margin-top: 10px;
    margin-right: 20px;
}

/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    z-index: 10000;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select-trigger {
    position: relative;
    display: block;
    width: 175px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    background: #5c9cd8;
    border-radius: 4px;
    cursor: pointer;
    background: #373D40;
    color: white;
    padding: 10px 25px;
    border-radius: 100px;
    font-weight: bold;
    transition: 0.3s;
    text-shadow: 1px 1px 0px #00000061;
}

.custom-select-trigger:hover {
    background: #243139;
}

.custom-select-trigger.active {
    background: #BFC2FF;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    top: 50%;
    right: 25px;
    margin-top: -2px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 8px 0;
    border: 1px solid #373d40;
    border-radius: 9px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    font-size: 13px;
    height: 250px !important;
    overflow: hidden;
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    max-height: 200px;
    overflow: auto;
    background: #373d40;
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #373d40;
    border-left: 1px solid #373d40;
    background: #373d40;
    transform: rotate(45deg);
    transition: all .2s ease-in-out;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 4px;
    border-bottom: 1px solid #373d40;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 38px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background: #373D40;
    padding-left: 15px;
}

.custom-option:first-of-type {
    border-radius: 6px 6px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 6px 6px;
}

.custom-option:hover,
.custom-option.selection {
    background: #1b262d;
}

/* responsive */
@media only screen and (max-width: 1200px) {
    .offer .main .buttons button {
        width: 100%;
    }

    .offer .main .buttons a,
    .offer .main .buttons button {
        font-size: 12px;
        padding: 8px 12px;
        margin: 3px 0;
        width: 100%;
        text-align: center;
    }

    .promo-info p {
        padding: 0 10px;
    }

    .offer .main .buttons {
        max-width: 115px
    }
}

@media only screen and (max-width: 1000px) {
    .offer .main {
        display: block;
    }

    .offer .main .basic {
        display: block;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
    }

    .offer .main img {
        max-width: 100%;
        margin-right: 0;
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .offer .main {
        padding-right: 0;
    }

    .offer-name {
        margin-top: 10px;
    }

    .promo-info {
        justify-content: center;
    }

    .promo-info p {
        padding: 8px;
    }

    .offer .main .buttons {
        display: flex;
        max-width: 100%;
        padding: 20px
    }

    .offer .main .buttons a,
    .offer .main .buttons button {
        margin: 0 15px;
    }

    .offer .main .buttons a,
    .offer .main .buttons button {
        padding: 15px 25px;
        font-size: 13px;
    }

    .offer .rest .top {
        display: block;
    }

    .feedback,
    .top-countries {
        padding-right: 0;
        margin-right: 0;
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #262E34;
        border-right: none;
    }

    .feedback-flex {
        justify-content: flex-start;
    }

    .feedback-flex>ul {
        flex: 1;
    }

    .top-countries ul,
    .languages ul {
        display: flex;
        flex-wrap: wrap;
    }

    .top-countries ul li,
    .languages ul li {
        margin-right: 5px;
    }

    .offer .rest .casino-info {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

    .featured-offer-box {
        display: grid;
    }

    .featured-offer-box .info {
        order: 2;
    }

    .featured-offer-box .logo img {
        object-fit: cover;
        border-radius: 0 5px 5px 0;
        width: 100%;
        max-height: 300px;
        object-position: center;
    }
}

@media only screen and (max-width: 500px) {
    .top .logo {
        height: 160px !important;
    }

    .checked {
        top: 28px !important;
    }

    .flex-centered {
        display: grid !important;
        grid-gap: 10px !important;
        text-align: center !important;
    }

    .flex-centered p {
        width: auto !important;
    }

    .featured-offer-box .info {
        text-align: center;
    }

    .promo-info p {
        border: none !important;
    }

    .offer .main {
        height: 100%;
    }

    .offer .rightSide {
        padding-bottom: 10px;
    }

    .offer .main .buttons a,
    .offer .main .buttons button {
        font-size: 12px;
        padding: 13px 12px;
        margin: 3px;
        width: 100%;
        text-align: center;
    }

    .offer .main .buttons {
        padding: 10px
    }

    .feedback-flex {
        display: block;
    }

    .providers {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .offers-filters button,
    .offers-filters select {
        padding: 11px 14px !important;
        margin-right: 0 !important;
        font-size: 12px;
    }

    .featured-offer-box .logo img {
        max-height: 210px
    }

    .featured-offer-box .info {
        padding: 15px;
    }

    .rounded-yellow {
        padding: 13px 15px;
    }

    .offers-filters .left {
        display: grid;
        margin: 0 auto;
    }

    #newest {
        margin: 10px 0;
    }

    .offer {
        overflow: visible;
    }

    div.offer:nth-child(5)>div:nth-child(1)>div:nth-child(3)>div:nth-child(1)>p:nth-child(4)>value:nth-child(1) {
        margin-left: 0px !important;
    }

    .offer .main .basic {
        border-radius: 5px 5px 0 0
    }

    .offer .main img {
        height: 100%;
        flex: 1;
        min-width: unset;
        border-radius: 3px 0 0 0;
        object-fit: contain;
        max-height: 80px !important;
    }

    .offer .main .basic {
        border-radius: 5px 5px 0 0
    }

    .offer-name {
        margin-top: 0;
        padding: 10px;
        left: 0;
        flex: 0.9;
        display: block;
        height: 100%;
        color: black;
    }

    .offer .main .basic {
        display: block;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
        min-width: 100%;
    }

    .promo-info {
        padding: 8px 0
    }

    .offer .main .buttons {
        padding: 5px 10px
    }
}



/* DOIS */

.content {
    max-width: 1180px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    transition: max-width .15s linear;
}

.content-full {
    max-width: 100%;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 7.5px;
}

::-webkit-scrollbar-track {
    background: #1d1c1c !important;
}

::-webkit-scrollbar-thumb {
    background: #272727 !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #272727 !important;
}

* {
    box-sizing: border-box;
}

p,
ul,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important
}

a,
button,
input,
textarea {
    font-family: 'Rubik', sans-serif;
    color: white;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

input,
button {
    outline: 0;
}

html.white body {
    background: white
}

html.white #header-top-bar {
    background: white;
}

html.white #header-top-bar .login.default {
    color: #292929;
}

html.white #header-nav-bar .opacity {
    background: rgb(41, 41, 41);
}

html.white #header-nav-bar li a {
    color: #fff;
}

html.white #header-nav-bar li a:hover {
    color: #BFC2FF;
}

html.white #header-bottom .button {
    border: 1px solid #292929;
    color: #292929;
}

html.white #header-bottom {
    box-shadow: inset 0px 0px 37px 55px rgb(255, 255, 255);
}

html.white #header-bottom .background-smothness .right,
html.white #header-bottom .background-smothness .left {
    background: white;
    webkit-box-shadow: 0px 0px 37px 55px rgb(255, 255, 255);
    -moz-box-shadow: 0px 0px 37px 55px rgb(255, 255, 255);
    box-shadow: 0px 0px 37px 55px rgb(255, 255, 255);
}

html.white #header-bottom .background-smothness {
    background: rgba(255, 255, 255, 0.95)
}

html.white #header-bottom h1 {
    color: #292929;
}

html.white #header-bottom .description {
    color: #5e5e5e;
}

html.white #header-bottom .button.special {
    border: 1px solid #BFC2FF;
}

html.white #header-top-bar .login.default {
    color: #292929;
}

html.white #header-top-bar .login.default:hover {
    color: #656565 !important;
}

html.white #header-top-bar .social li i {
    color: #292929;
}

html.white #header-top-bar .social li i:hover {
    color: #BFC2FF;
}

html.white #livestream .heading .title,
html.white #videos .heading .title,
html.white #offers .heading .title {
    color: #292929;
}

html.white #videos .heading .button,
html.white #offers .heading .button {
    color: #292929;
}

html.white #livestream .heading .button:hover {
    background: #4B367C
}

html.white #livestream .heading,
html.white #videos .heading,
html.white #offers .heading,
html.white #contact .heading,
html.white #offers-list .heading {
    border-bottom: 1px solid #e2e2e2;
}

html.white #videos .video-name {
    color: #292929;
}

html.white .search-field input {
    background: #fff;
}

html.white .complete-gallery-wrapper {
    background: #fff;
}

/*html.white #footer,  html.white #footer-beware,  html.white #footer-copyright  {background: rgb(255, 250, 239)}    html.white #footer-beware {  	border-top: 1px solid #fff1d2;      border-bottom: 1px solid #fff1d2;  }        html.white #footer .title  {color:#292929;}      html.white #footer .iflex3 p,   html.white #footer .iflex3 li,  html.white #footer .iflex2 a  {color:#646464;}    html.white #footer-beware,  html.white #footer-copyright  {background: rgb(20, 27, 32)}    html.white #footer-beware li img {filter: invert(1); opacity: 0.85;}    html.white #footer-beware .logo img {filter: none}    */
html.white #footer-beware,
html.white #footer-copyright {
    background: #141b20;
}

html.white #offers .offer .content {
    background: white;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 8px 10px -1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 8px 10px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 10px -1px rgba(0, 0, 0, 0.16);
}

#offers .offer .image img {
    border-radius: 5px 5px 0 0;
}

html.white #offers .offer .features .item .feature {
    color: #BFC2FF
}

html.white #offers .greybox,
html.white #offers .offer .features,
html.white #offers .offer .countries {
    background: rgb(251, 251, 251)
}

html.white #offers .offer .comment,
html.white #offers .offer .name,
html.white #offers .offer .features .item .title,
html.white #offers .greybox-title,
html.white #offers .offer .countries .title {
    color: #292929;
}

html.white #offers .middle-top-right ul li span {
    color: #BFC2FF;
}

html.white #offers .middle-top-right ul li {
    color: #292929;
}

html.white #offers .offer .claim {
    background: #BFC2FF;
    color: white;
    border: none;
}

html.white #offers .offer .claim:hover {
    background: #1d1d1d
}

html.white .offer-x .main-info .logo {
    box-shadow: none;
}

html.white .offer-x {
    background: linear-gradient(111deg, rgb(255, 178, 27) 0%, rgb(242, 173, 38) 100%);
    border-bottom: 5px solid #ea9b00;
}

html.white #offers .offer-x .greybox,
html.white #offers .offer-x .offer .features,
html.white #offers .offer-x .offer .countries {
    background: rgba(231, 153, 0, 0.39);
}

html.white #offers .offer-x .greybox-title {
    color: white
}

html.white #offers .offer-x .middle-top-right ul li span {
    color: #292929;
    font-weight: 600
}

html.white .offer-x .middle-top-left p {
    color: white;
}

/*.offer-x .middle-top-left span {color: #292929}*/
html.white .offer-x .rosh-comment span {
    color: #292929
}

html.white .sidebar {
    background: white;
}

html.white .offer-x .claim-offer button {
    background: #292929
}

html.white .offer-x .claim-offer button:hover {
    background: white;
    color: #292929;
}

html.white a,
html.white button,
html.white input,
html.white textarea {
    color: #646464;
}

html.white .gallery {
    color: #292929;
    background: linear-gradient(156deg, #ffffff, #fffaef);
    border-left: 1px solid #fff3da;
}

html.white .left-feature span span {
    color: #292929
}

html.white .video-item {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.05);
}

html.white .video-views,
html.white .video-date {
    color: #292929;
}

html.white .sidebar li {
    color: #292929
}

html.white .sidebar li:hover {
    color: white;
    background: rgb(242, 173, 38)
}

html.white .search-field {
    border: 1px solid #efefef;
}

html.white .sidebar span {
    color: #c0c0c0
}

html.white #contact .heading h1 {
    color: #292929
}

html.white #contact .form {
    background: white;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 8px 10px -1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 8px 10px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 10px -1px rgba(0, 0, 0, 0.16);
}

html.white #contact .form-group p {
    color: black
}

html.white #contact .form-group input,
html.white #contact .form-group textarea {
    background: #fbfbfb;
    color: #292929;
    border: 1px solid #efefef;
}

html.white #contact .form-group input::placeholder,
html.white #contact .form-group textarea::placeholder {
    color: #292929;
}

html.white #contact .submit {
    background: #292929;
    color: #ffffff;
    border: none;
}

html.white #contact .submit:hover {
    background: #BFC2FF;
    color: white
}

html.white .redirect {
    color: #292929
}

html.white .redirect-popup-box {
    background: white;
    color: #292929;
}

html.white .redirect-popup-box button.disagree {
    color: #292929
}

html.white .redirect-popup-box button.agree {
    color: #292929
}

/*html.white .widget-statistics-options { border: 1px solid #efebeb; color: #292929; background: #fffaef; }  html.white .casinos-table tr:hover td { color: #292929!important; }  html.white .casinos-table tr:hover th { color: #292929!important; }  html.white .casinos-table td, html.white th { color: #292929!important; background: #fffaef; }  html.white .casinos-table .headline { border: 1px solid #efebeb; color: #292929; background: #fffaef; }  html.white .casinos-table tr { border: 1px solid #efebeb; color: #292929; background: #fffaef; }  html.white .casinos-table input, html.white .casinos-table select { border: 1px solid #efebeb; color: #292929; background: #fffaef; }  html.white .joins-widget { border: 1px solid #efebeb; color: #292929; background: #fffaef; }  html.white .casinos-table form { background: #fffaef; border-top: 0; }*/
@media only screen and (max-width: 600px) {
    html.white .flags-wrapper {
        background: rgba(231, 153, 0, 0.39);
    }
}

html.white #header-nav-bar .active {
    background: white;
    bottom: 1px;
}

html.white #offers-list .offer {
    box-shadow: 0px 8px 10px -1px rgba(0, 0, 0, 0.03);
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background: white;
}

html.white .promo-info p span,
html.white #troops .heading h1 {
    color: #373d40;
}

html.white .offer-name,
html.white #offers-list .heading p {
    color: #373d40;
}

html.white .promo-info p {
    border-right: 1px solid #f5f5f5;
}

html.white .promo-info p:first-child {
    border-left: 1px solid #f5f5f5;
}

html.white .featured-offer-box .info {
    background: transparent linear-gradient(123deg, #0C1419 0%, #373d40 100%) 0% 0% no-repeat padding-box;
}

html.white .offers-filters button,
html.white .offers-filters select {
    color: white;
}

html.white .rounded-yellow {
    color: white
}

html.white .description a {
    color: #BFC2FF;
}

html.white #header-bottom .featured-videos {
    border-top: 3px solid rgba(148, 148, 148, 0.1)
}

html.white #header-top-bar .login.special {
    background: #070F14;
    color: #fff;
    border: none;
}

html.white #header-top-bar .login.special:hover {
    color: #fff !important;
    background: #BFC2FF;
}

html.white #header-bottom .background-opacity {
    box-shadow: inset 0px 0px 37px 55px rgb(255, 255, 255);
}

@media only screen and (max-width: 1200px) {
    .content {
        max-width: 900px;
    }
}

@media only screen and (max-width: 1000px) {
    .content {
        max-width: 700px;
    }
}

@media only screen and (max-width: 800px) {
    .content {
        max-width: 600px;
    }
}

@media only screen and (max-width: 600px) {
    .content {
        max-width: 100%;
    }

    .wp {
        background-image: url(wp_mobile.png);
        height: 480px;
        background-position: center;
        background-size: contain;
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

span.flag {
    width: 36px;
    height: 24px;
    display: inline-block
}

img.flag {
    width: 30px
}

.flag {
    background: url(/images/flags.png) no-repeat;
    background-size: 100%
}

.flag-ad {
    background-position: 0 .413223%
}

.flag-ae {
    background-position: 0 .826446%
}

.flag-af {
    background-position: 0 1.239669%
}

.flag-ag {
    background-position: 0 1.652893%
}

.flag-ai {
    background-position: 0 2.066116%
}

.flag-al {
    background-position: 0 2.479339%
}

.flag-am {
    background-position: 0 2.892562%
}

.flag-an {
    background-position: 0 3.305785%
}

.flag-ao {
    background-position: 0 3.719008%
}

.flag-aq {
    background-position: 0 4.132231%
}

.flag-ar {
    background-position: 0 4.545455%
}

.flag-as {
    background-position: 0 4.958678%
}

.flag-at {
    background-position: 0 5.371901%
}

.flag-au {
    background-position: 0 5.785124%
}

.flag-aw {
    background-position: 0 6.198347%
}

.flag-az {
    background-position: 0 6.61157%
}

.flag-ba {
    background-position: 0 7.024793%
}

.flag-bb {
    background-position: 0 7.438017%
}

.flag-bd {
    background-position: 0 7.85124%
}

.flag-be {
    background-position: 0 8.264463%
}

.flag-bf {
    background-position: 0 8.677686%
}

.flag-bg {
    background-position: 0 9.090909%
}

.flag-bh {
    background-position: 0 9.504132%
}

.flag-bi {
    background-position: 0 9.917355%
}

.flag-bj {
    background-position: 0 10.330579%
}

.flag-bm {
    background-position: 0 10.743802%
}

.flag-bn {
    background-position: 0 11.157025%
}

.flag-bo {
    background-position: 0 11.570248%
}

.flag-br {
    background-position: 0 11.983471%
}

.flag-bs {
    background-position: 0 12.396694%
}

.flag-bt {
    background-position: 0 12.809917%
}

.flag-bv {
    background-position: 0 13.22314%
}

.flag-bw {
    background-position: 0 13.636364%
}

.flag-by {
    background-position: 0 14.049587%
}

.flag-bz {
    background-position: 0 14.46281%
}

.flag-ca {
    background-position: 0 14.876033%
}

.flag-cc {
    background-position: 0 15.289256%
}

.flag-cd {
    background-position: 0 15.702479%
}

.flag-cf {
    background-position: 0 16.115702%
}

.flag-cg {
    background-position: 0 16.528926%
}

.flag-ch {
    background-position: 0 16.942149%
}

.flag-ci {
    background-position: 0 17.355372%
}

.flag-ck {
    background-position: 0 17.768595%
}

.flag-cl {
    background-position: 0 18.181818%
}

.flag-cm {
    background-position: 0 18.595041%
}

.flag-cn {
    background-position: 0 19.008264%
}

.flag-co {
    background-position: 0 19.421488%
}

.flag-cr {
    background-position: 0 19.834711%
}

.flag-cu {
    background-position: 0 20.247934%
}

.flag-cv {
    background-position: 0 20.661157%
}

.flag-cx {
    background-position: 0 21.07438%
}

.flag-cy {
    background-position: 0 21.487603%
}

.flag-cz {
    background-position: 0 21.900826%
}

.flag-de {
    background-position: 0 22.31405%
}

.flag-dj {
    background-position: 0 22.727273%
}

.flag-dk {
    background-position: 0 23.140496%
}

.flag-dm {
    background-position: 0 23.553719%
}

.flag-do {
    background-position: 0 23.966942%
}

.flag-dz {
    background-position: 0 24.380165%
}

.flag-ec {
    background-position: 0 24.793388%
}

.flag-ee {
    background-position: 0 25.206612%
}

.flag-eg {
    background-position: 0 25.619835%
}

.flag-eh {
    background-position: 0 26.033058%
}

.flag-er {
    background-position: 0 26.446281%
}

.flag-es {
    background-position: 0 26.859504%
}

.flag-et {
    background-position: 0 27.272727%
}

.flag-fi {
    background-position: 0 27.68595%
}

.flag-fj {
    background-position: 0 28.099174%
}

.flag-fk {
    background-position: 0 28.512397%
}

.flag-fm {
    background-position: 0 28.92562%
}

.flag-fo {
    background-position: 0 29.338843%
}

.flag-fr {
    background-position: 0 29.752066%
}

.flag-ga {
    background-position: 0 30.165289%
}

.flag-gd {
    background-position: 0 30.578512%
}

.flag-ge {
    background-position: 0 30.991736%
}

.flag-gf {
    background-position: 0 31.404959%
}

.flag-gh {
    background-position: 0 31.818182%
}

.flag-gi {
    background-position: 0 32.231405%
}

.flag-gl {
    background-position: 0 32.644628%
}

.flag-gm {
    background-position: 0 33.057851%
}

.flag-gn {
    background-position: 0 33.471074%
}

.flag-gp {
    background-position: 0 33.884298%
}

.flag-gq {
    background-position: 0 34.297521%
}

.flag-gr {
    background-position: 0 34.710744%
}

.flag-gs {
    background-position: 0 35.123967%
}

.flag-gt {
    background-position: 0 35.53719%
}

.flag-gu {
    background-position: 0 35.950413%
}

.flag-gw {
    background-position: 0 36.363636%
}

.flag-gy {
    background-position: 0 36.77686%
}

.flag-hk {
    background-position: 0 37.190083%
}

.flag-hm {
    background-position: 0 37.603306%
}

.flag-hn {
    background-position: 0 38.016529%
}

.flag-hr {
    background-position: 0 38.429752%
}

.flag-ht {
    background-position: 0 38.842975%
}

.flag-hu {
    background-position: 0 39.256198%
}

.flag-id {
    background-position: 0 39.669421%
}

.flag-ie {
    background-position: 0 40.082645%
}

.flag-il {
    background-position: 0 40.495868%
}

.flag-in {
    background-position: 0 40.909091%
}

.flag-io {
    background-position: 0 41.322314%
}

.flag-iq {
    background-position: 0 41.735537%
}

.flag-ir {
    background-position: 0 42.14876%
}

.flag-is {
    background-position: 0 42.561983%
}

.flag-it {
    background-position: 0 42.975207%
}

.flag-jm {
    background-position: 0 43.38843%
}

.flag-jo {
    background-position: 0 43.801653%
}

.flag-jp {
    background-position: 0 44.214876%
}

.flag-ke {
    background-position: 0 44.628099%
}

.flag-kg {
    background-position: 0 45.041322%
}

.flag-kh {
    background-position: 0 45.454545%
}

.flag-ki {
    background-position: 0 45.867769%
}

.flag-km {
    background-position: 0 46.280992%
}

.flag-kn {
    background-position: 0 46.694215%
}

.flag-kp {
    background-position: 0 47.107438%
}

.flag-kr {
    background-position: 0 47.520661%
}

.flag-kw {
    background-position: 0 47.933884%
}

.flag-ky {
    background-position: 0 48.347107%
}

.flag-kz {
    background-position: 0 48.760331%
}

.flag-la {
    background-position: 0 49.173554%
}

.flag-lb {
    background-position: 0 49.586777%
}

.flag-lc {
    background-position: 0 50%
}

.flag-li {
    background-position: 0 50.413223%
}

.flag-lk {
    background-position: 0 50.826446%
}

.flag-lr {
    background-position: 0 51.239669%
}

.flag-ls {
    background-position: 0 51.652893%
}

.flag-lt {
    background-position: 0 52.066116%
}

.flag-lu {
    background-position: 0 52.479339%
}

.flag-lv {
    background-position: 0 52.892562%
}

.flag-ly {
    background-position: 0 53.305785%
}

.flag-ma {
    background-position: 0 53.719008%
}

.flag-mc {
    background-position: 0 54.132231%
}

.flag-md {
    background-position: 0 54.545455%
}

.flag-me {
    background-position: 0 54.958678%
}

.flag-mg {
    background-position: 0 55.371901%
}

.flag-mh {
    background-position: 0 55.785124%
}

.flag-mk {
    background-position: 0 56.198347%
}

.flag-ml {
    background-position: 0 56.61157%
}

.flag-mm {
    background-position: 0 57.024793%
}

.flag-mn {
    background-position: 0 57.438017%
}

.flag-mo {
    background-position: 0 57.85124%
}

.flag-mp {
    background-position: 0 58.264463%
}

.flag-mq {
    background-position: 0 58.677686%
}

.flag-mr {
    background-position: 0 59.090909%
}

.flag-ms {
    background-position: 0 59.504132%
}

.flag-mt {
    background-position: 0 59.917355%
}

.flag-mu {
    background-position: 0 60.330579%
}

.flag-mv {
    background-position: 0 60.743802%
}

.flag-mw {
    background-position: 0 61.157025%
}

.flag-mx {
    background-position: 0 61.570248%
}

.flag-my {
    background-position: 0 61.983471%
}

.flag-mz {
    background-position: 0 62.396694%
}

.flag-na {
    background-position: 0 62.809917%
}

.flag-nc {
    background-position: 0 63.22314%
}

.flag-ne {
    background-position: 0 63.636364%
}

.flag-nf {
    background-position: 0 64.049587%
}

.flag-ng {
    background-position: 0 64.46281%
}

.flag-ni {
    background-position: 0 64.876033%
}

.flag-nl {
    background-position: 0 65.289256%
}

.flag-no {
    background-position: 0 65.702479%
}

.flag-np {
    background-position: 0 66.115702%
}

.flag-nr {
    background-position: 0 66.528926%
}

.flag-nu {
    background-position: 0 66.942149%
}

.flag-nz {
    background-position: 0 67.355372%
}

.flag-om {
    background-position: 0 67.768595%
}

.flag-pa {
    background-position: 0 68.181818%
}

.flag-pe {
    background-position: 0 68.595041%
}

.flag-pf {
    background-position: 0 69.008264%
}

.flag-pg {
    background-position: 0 69.421488%
}

.flag-ph {
    background-position: 0 69.834711%
}

.flag-pk {
    background-position: 0 70.247934%
}

.flag-pl {
    background-position: 0 70.661157%
}

.flag-pm {
    background-position: 0 71.07438%
}

.flag-pn {
    background-position: 0 71.487603%
}

.flag-pr {
    background-position: 0 71.900826%
}

.flag-pt {
    background-position: 0 72.31405%
}

.flag-pw {
    background-position: 0 72.727273%
}

.flag-py {
    background-position: 0 73.140496%
}

.flag-qa {
    background-position: 0 73.553719%
}

.flag-re {
    background-position: 0 73.966942%
}

.flag-ro {
    background-position: 0 74.380165%
}

.flag-rs {
    background-position: 0 74.793388%
}

.flag-ru {
    background-position: 0 75.206612%
}

.flag-rw {
    background-position: 0 75.619835%
}

.flag-sa {
    background-position: 0 76.033058%
}

.flag-sb {
    background-position: 0 76.446281%
}

.flag-sc {
    background-position: 0 76.859504%
}

.flag-sd {
    background-position: 0 77.272727%
}

.flag-se {
    background-position: 0 77.68595%
}

.flag-sg {
    background-position: 0 78.099174%
}

.flag-sh {
    background-position: 0 78.512397%
}

.flag-si {
    background-position: 0 78.92562%
}

.flag-sj {
    background-position: 0 79.338843%
}

.flag-sk {
    background-position: 0 79.752066%
}

.flag-sl {
    background-position: 0 80.165289%
}

.flag-sm {
    background-position: 0 80.578512%
}

.flag-sn {
    background-position: 0 80.991736%
}

.flag-so {
    background-position: 0 81.404959%
}

.flag-sr {
    background-position: 0 81.818182%
}

.flag-ss {
    background-position: 0 82.231405%
}

.flag-st {
    background-position: 0 82.644628%
}

.flag-sv {
    background-position: 0 83.057851%
}

.flag-sy {
    background-position: 0 83.471074%
}

.flag-sz {
    background-position: 0 83.884298%
}

.flag-tc {
    background-position: 0 84.297521%
}

.flag-td {
    background-position: 0 84.710744%
}

.flag-tf {
    background-position: 0 85.123967%
}

.flag-tg {
    background-position: 0 85.53719%
}

.flag-th {
    background-position: 0 85.950413%
}

.flag-tj {
    background-position: 0 86.363636%
}

.flag-tk {
    background-position: 0 86.77686%
}

.flag-tl {
    background-position: 0 87.190083%
}

.flag-tm {
    background-position: 0 87.603306%
}

.flag-tn {
    background-position: 0 88.016529%
}

.flag-to {
    background-position: 0 88.429752%
}

.flag-tp {
    background-position: 0 88.842975%
}

.flag-tr {
    background-position: 0 89.256198%
}

.flag-tt {
    background-position: 0 89.669421%
}

.flag-tv {
    background-position: 0 90.082645%
}

.flag-tw {
    background-position: 0 90.495868%
}

.flag-ty {
    background-position: 0 90.909091%
}

.flag-tz {
    background-position: 0 91.322314%
}

.flag-ua {
    background-position: 0 91.735537%
}

.flag-ug {
    background-position: 0 92.14876%
}

.flag-gb,
.flag-uk {
    background-position: 0 92.561983%
}

.flag-um {
    background-position: 0 92.975207%
}

.flag-us {
    background-position: 0 93.38843%
}

.flag-uy {
    background-position: 0 93.801653%
}

.flag-uz {
    background-position: 0 94.214876%
}

.flag-va {
    background-position: 0 94.628099%
}

.flag-vc {
    background-position: 0 95.041322%
}

.flag-ve {
    background-position: 0 95.454545%
}

.flag-vg {
    background-position: 0 95.867769%
}

.flag-vi {
    background-position: 0 96.280992%
}

.flag-vn {
    background-position: 0 96.694215%
}

.flag-vu {
    background-position: 0 97.107438%
}

.flag-wf {
    background-position: 0 97.520661%
}

.flag-ws {
    background-position: 0 97.933884%
}

.flag-ye {
    background-position: 0 98.347107%
}

.flag-za {
    background-position: 0 98.760331%
}

.flag-zm {
    background-position: 0 99.173554%
}

.flag-zr {
    background-position: 0 99.586777%
}

.flag-zw {
    background-position: 0 100%
}

.swipe-up {
    animation: swipeUp .4s forwards;
    -webkit-animation: swipeUp .4s forwards;
}

.swipe-down {
    animation: swipeRight .4s forwards;
    -webkit-animation: swipeRight .4s forwards;
}

@keyframes swipeUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes swipeDown {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.scaleOut {
    animation: scaleOut .15s forwards;
    -webkit-animation: scaleOut .15s forwards;
}

.scaleIn {
    animation: scaleIn .15s forwards;
    -webkit-animation: scaleIn .15s forwards;
}

@keyframes scaleOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.8);
        opacity: 0;
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.light {
    animation: light 1.6s infinite;
    -webkit-animation: light 1.6s infinite;
}

@keyframes light {
    0% {
        color: #1b242b;
    }

    50% {
        color: #fff;
        opacity: 0.8;
    }

    100% {
        color: #1b242b;
    }
}

.buttons {
    display: flex;
}

.top .logo {
    background: url('/images/rafa.png');
    background-size: contain;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    /* margin-left: -24px; */
    margin-top: 24px;
}

.socialNetworks {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

.linkImg {
    width: 30px;
    margin-left: 12px;
    margin-right: 12px;
}

.insta {
    background: url('images/insta.png');
    background-size: contain;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 30px;
}

.tiktok {
    background: url('images/tiktok.png');
    background-size: cover;
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 30px;
}

.twitch {
    background: url('images/twitch.png');
    background-size: cover;
    width: 100%;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 30px;
}

/*.giveawayBCGame {
    width: 100%;
    height: 100%;
    text-align: center;
    background: url('images/bcgamegiveaway.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 24px;
}*/

.youtube {
    background: url('images/youtube.png');
    background-size: contain;
    width: 100%;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 30px;
}


.rotation {
    background: url('images/rotation.png');
    background-size: cover;
    width: 100%;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 30px;
}

.checked {
    color: orange;
    position: absolute;
    top: 34px;
    left: 290px;
    font-size: 24px !important;
    z-index: 999;
}

.spa-disabled {
    max-height: 95px !important;
}