.nav-bar{
    background-color: #E9E8E9;
}
body{
    font-family: 'Poppins', sans-serif !important;
    touch-action: manipulation;
}

.page-switch-button{
    height: 1.7em;
    min-width: 9.4em;
    border-radius: 19rem;
    background: linear-gradient(80.14deg, #315DA9 20.26%, #4A94C4 103.29%);
    padding: 1em 1.5em;
    font-size: 0.94em;
}

body.modal-open {
    overflow: hidden;
}
.mt-2-important{
    margin-top: .5rem !important;
}

.bg-footer{
    background: linear-gradient(80.14deg, #315DA9 20.26%, #4A94C4 103.29%);
}

.d-grid{
    display: grid;
}
.gap-20px{
    gap: 40px;
}
.number{
    font-family: Inter;
    font-size: 29.6px;
    font-style: italic;
    font-weight: 800;
    color: white;
}

.number1{
    color: #FCD05F;
    font-family: Inter;
    font-size: 29.6px;
    font-style: italic;
    font-weight: 800;
}
.number2{
    color: transparent;
    font-family: Inter;
    font-size: 29.6px;
    font-style: italic;
    font-weight: 800;
    background-clip: text !important;
    background: linear-gradient(132.22deg, #D9D9D9 17.77%, #737373 82.23%);
}
.number3{
    color: #BA9776;
    font-family: Inter;
    font-size: 29.6px;
    font-style: italic;
    font-weight: 800;
}

.bg-gray{
    background-color: #E9E8E9 !important;
}

.custom-bg-casino-club{
    background-image: url(../images/public/background_images/bg2_100kb.jpg) !important;
    background: no-repeat;
    background-size: cover;
}
.events-bg{
    background-image: url(../images/public/index/casino_club_cover_image.jpg) !important;
    background: no-repeat;
    background-size: cover;
}

.casino-club-zeus{
    background-image: url(../images/public/index/tipter-clash-casino-club.jpg) !important;
    background: no-repeat;
    background-size: cover;
}

.number-holder{
    max-width: 20em;
    width: 90%;
    box-shadow: 0px 6.12245px 6.12245px 0px rgba(0, 0, 0, 0.25);
    margin: auto;
    padding: 0.4em 0em 0.4em 0em;
}
.number-display{
    font-weight: 600;
}

.w-35em{
    width: 35em !important;
}

.tipster-button{
    align-items: center;
    text-align: center;
    /*white-space: nowrap;*/
    display: inline-flex;
    border: 3px solid white;
    background-color: transparent;
    justify-content: center;
    color: white;
    border-radius: 30px;
    padding: 0.5em 2em;
}
.tipster-button-sm{
    padding: 0.25em 1em !important;
}

.blue-button:hover{
    color: white !important;
}

.blue-button{
    display: inline-flex;
    justify-content: center;
    color:white;
    background: linear-gradient(80.14deg, #315DA9 20.26%, #4A94C4 103.29%);
    font-weight: 500;
    padding: 0.5em 2em;
}
.hh1{
    font-size: 2em;
}
.description{
    font-size: 1.35em;
    font-weight: 500 !important;
}
.profit-display{
    box-shadow: 0px 4px 4px 0px #00000040;
    color:#4181BB;
    font-weight: 700;
    padding-bottom: 0.3em;
    padding-top: 0.3em;

    background: #E0E0E0;
    border-radius: 24.50px;
}
.border-radius-30{
    border-radius: 30px !important;
}
/*.modal-open {*/
/*    padding-right: 0 !important;*/
/*}*/
.pointer{
    cursor: pointer;
}

.border-radius-30-left{
    border-radius: 30px 0px 0px 30px !important;
}

.btn-close{
    min-width: 2.9em;
}

.minus-margin{
    margin-top: -20em !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-600{
    font-weight: 600;
}
.fw-500{
    font-weight: 500;
}
.fw-500-important{
    font-weight: 500 !important;
}
.fw-600-important{
    font-weight: 600 !important;
}
.custom-bg{
    background-position-x: center !important;
    background-size: cover !important;
    background: no-repeat;
    background-image: url(/images/public/background_images/bg1_100kb.jpg);
}
.statistic-bg{
    background-position-x: center !important;
    background-size: cover !important;
    background: no-repeat;
    background-image: url(/images/public/index/statistics-bg.jpg);
}

.repeatable-bg{
    background-position-x: center !important;
    background-size: cover !important;
    background: no-repeat;
    background-image: url(../images/public/index/repatable-bg-blue.jpg);
}
.repeatable-bg-black{
    background-position-x: center !important;
    background-size: cover !important;
    background: no-repeat;
    background-image: url(../images/public/index/repatable-bg-black.jpg);
}

.text-tipster-clash{
    background: var(--TipsterClash, linear-gradient(80deg, #315DA9 20.26%, #4A94C4 103.29%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.font-footer{
    font-size: 0.9em;
}
.border-top-blue{
    border-top: 15px solid var(--TipsterClash, #315DA9);
}

.count-down{
    color:white;
    font-size: 4em;
    font-weight: 800;
}
.count-down-desc{
    color:white;
    font-size: 0.4em;
    font-weight: 600;
}
.coming{
    font-size: 5em;
}
.soon{
    font-size: 7em;
}
.line-h-1{
    line-height: 0.8;
}
.fw-800{
    font-weight: 800;
}
.button-blue{
    border-radius: 30px;
    background-color: transparent;
    border: 3.17px solid #305DA9 !important;
    color: #305DA9;
    font-weight: 500;
}
.button-sign-up{
    border-radius: 30px;
    background: linear-gradient(80.14deg, #315DA9 20.26%, #4A94C4 103.29%);
    border: none !important;
    color: white;
    font-weight: 500;
}


.pc-logo{
    width: 15em !important;
}
.header-bg{
    background-color: #E8E8E8 !important;
}
.header-display-bg{
    background: rgba(224, 224, 224, 1);
}
.header-display-shadow{
    box-shadow: 0px 2.053295850753784px 2.053295850753784px 0px rgba(0, 0, 0, 0.25);
}

.nav-shadow{
    box-shadow: 0px 4px 4px 0px #00000040;
}
.min-vh-80{
    min-height: 95vh !important;
}
.min-vh-5{
    min-height: 8vh;
}
.min-vh-55{
    min-height: 55vh;
}
.modal-bg{
    background-color: #E0E1E0;
}

.drop-shadow-svg-4{
    filter: drop-shadow( 0px 4px 4px rgba(0, 0, 0, .4));
    -webkit-filter: drop-shadow( 0px 4px 4px rgba(0, 0, 0, .4));
}

.modal-backdrop1{
    width: 100%;
    height: 100%;
}

.border-radius-45{
    border-radius: 45px !important;
}
.border-radius-15{
    border-radius: 15px !important;
}



body:not(.modal-open){
    padding-right: 0px !important;
}

/*.modal-open {*/
/*    padding-right: 0px !important;*/
/*}*/

.modal {
    padding-right: 0px !important;
}

.challenge-alert
{
    display: flex;
    text-align: center;
    background-color: #c7a14c;
    color: white;
    font-weight: 700;
    padding: 4px 5px;
    font-size: 11px;
    justify-content: center;
    align-items: center;
}
@media only screen and (min-width: 569px)
{
    .challenge-alert{
        font-size: 16px;
    }
}

.fair-style{
    font-size: 23.33px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif !important;
}

@media only screen and (min-width: 1601px)
{

    .modal-login {
            max-width: 60vw !important;
    }
}

@media only screen and (min-width: 992px)
{
    .fair-style{
        font-size: 36.44px;
        font-weight: 300;
        font-family: 'Poppins', sans-serif !important;
    }

    .sign-up-description{
        font-size: 0.9em;
    }


}



@media only screen and (min-width: 1199px) and (max-width: 1600px)
{
    .modal-login {
        max-width: 65vw !important;
    }
}
@media only screen and (min-width: 0px) and (max-width: 992px)
{

    .tipster-button{
        border: 3px solid white;
        background-color: transparent;
        color: white;
        border-radius: 30px;
        min-width: 6em;
        padding-top: 0.3em;
        padding-bottom: 0.3em;
        font-size: 0.9em;
        padding-right: 2em;
        padding-left: 2em;
        justify-content: center;
    }

    .px-sm-3em{
        padding: 1em 1em 1em 1em;
    }

    .number-display{
        font-size: 1.5em!important;
    }

    .btn-close{
        min-width: 3em
    }

    .soon {
        font-size: 4.5em;
    }
    .coming {
        font-size: 3em;
    }

    .sign-up-title {
        font-size: 2em !important;
    }
    .sign-up-description{
        font-size: 0.7em;
    }
    .sign-up-checkbox{
        font-size: 1.7em;
    }
    /*input[type='checkbox']{*/
    /*    width: 0.5em;*/
    /*    height: 0.5em;*/
    /*}*/
    .input-icon{
        min-width: 0.9em;
    }
    input[type='password'],input[type='text'],input[type='email']{
        font-size: 0.9em;
    }
    .sign-desc {
        align-self: center;
        font-size: 0.29em !important;
    }
    .modal-button {
        right: 2em !important;
        top: 1.5em !important;
        width: 1em;
        height: 1em;
    }
    .sm-em-2 {
        font-size: 1em !important;
    }
    .sm-em-09{
        font-size: 0.9em !important;
    }
    .join-button{
        border-radius: 100px;
        font-size: 1.5em !important;

    }
    .custom-width-phone{
        min-width: 90vw !important;
    }
    .icon{
        /*max-width: 10em;*/
    }
    .remember-me {
        width: 1em !important;
        height: 1em !important;
    }
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}


@media only screen and (min-width: 576px) and (max-width: 991px)
{
    .btn-close{
        /*min-width: 4em*/
    }

    .btn-close{
        /*background: transparent var(--bs-btn-close-bg) center/0.7em auto no-repeat;*/
    }

    .modal-button {
        right: 1.3em !important;
        top: 0.8em !important;
        width: 1em;
        height: 1em;
    }

    .tipster-button{
        border-radius: 40px;
    }

    .coming{
        font-size: 5em;
    }
    .soon{
        font-size: 6em;
    }
    .phone-icon{
        min-width: 4em;
    }
    .icon{
        min-width: 15em;
    }
    .min-vh-80{
        min-height: 90vh;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .tipster-button {
        font-size: 1em;
        border: 3px solid white;
        border-radius: 40px;
    }
    .coming{
        font-size: 5em;
    }
    .soon{
        font-size: 6em;
    }
    .phone-icon{
        min-width: 4em;
    }
    .icon{
        min-width: 15em;
    }
    .min-vh-80{
        min-height: 92vh;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{

}

.w-60{
    width: 60% !important;
}
.w-35{
    width: 35% !important;
}
#signUpModal{
    z-index: 99999 !important;
}
.bg-blue{
    background: linear-gradient(80.14deg, #315DA9 20.26%, #4A94C4 103.29%);
}
.sig-title{
    font-size: 2em;
}
.bg-input{
    background-color: #E9E8E9;
}
.border-radius-30-right{
    border-radius: 0px 30px 30px 0px !important;
}
.border-radius-30-left{
    border-radius: 30px 0px 0px 30px !important;
}
.border-radius-30-top{
    border-radius: 30px 30px 0px 0px !important;
}

.form-control:focus{
    box-shadow: none !important;
    border: none;
    background-color: #E9E8E9;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    margin: 0 !important;
}
.form-control{
    border: 0px !important;
    margin: 0px !important;
    padding:0px;
}
.input-shadow{
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 30px;
}
.custom-checkbox{
    margin-right: 7px;
    display: flex;
    align-items: flex-start;
}
.min-vh-75{
    min-height: 75vh !important;
}

.sign-desc{
    font-size: 0.7em;
}
.modal-button{
    min-width: 1em;
    position: absolute;
    right: 2em;
    top: 1.3em;
}
.text-red{
    color:#FF0000;
}
.test{
    clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 72%, 0 100%, 0 100%, 0 0);
    background: linear-gradient(80.14deg, #315DA9 20.26%, #4A94C4 103.29%);
}
.bg-transparent-modal{
    background: linear-gradient(0deg, rgba(224,225,224,1) 90%, rgba(49,93,169,1) 100%);
}
.sign-text{
    background: linear-gradient(80.14deg, #315DA9 20.26%, #4A94C4 103.29%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sign-text:hover{
    background: linear-gradient(80.14deg, #315DA9 20.26%, #4A94C4 103.29%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* general styling */
:root {
    --smaller: .75;
}

.col-welcome{
  -ms-flex:0 0 80%;
  flex:0 0 80%;
  max-width:80%;
  display: flex;
}

.pricing-div{
    border-radius: 30px 30px 150.0px 150.0px;
    background-size: cover;
    background-position: center;
}

::-webkit-scrollbar{background-color:#292929;
width:8px!important;
height:8px!important}*
::-webkit-scrollbar-track{background-color:transparent}*
::-webkit-scrollbar-thumb{background-color:#315DA9;
border-radius:16px;
border:4px solid transparent}*
::-webkit-scrollbar-button{display:none}



.choose-card{
    width: 20em;
}

.triangle-div{
    margin: 1px;
    background-repeat: no-repeat !important;
    width: 70px;
    height: 70px;
    background-position: center !important;
    background-size: contain !important;
}

.social-image{
    height: 3.6em;
}

.min-vh-430px{
    min-height: 430px;
}

.zeus-width{
    width: 200px;
}

.w-300px{
    width: 300px;
}
.w-133px{
    width: 133px;
}

.min-vh-446px{
    min-height: 446px !important;
}

.index-partners-image{
    height: 90px;
    width: 90px;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 50%;
    transition: filter 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}




@media only screen and (min-width: 576px)
{
    .col-welcome{
        -ms-flex:0 0 80%;
        flex:0 0 80%;
        max-width:80%;
    }

    .index-partners-image{
        height: 150px;
        width: 150px;
    }


}

@media only screen and (min-width: 768px)
{
    .col-welcome{
        -ms-flex:0 0 80%;
        flex:0 0 80%;
        max-width:80%;
    }

    .min-vh-446px{
        min-height: 623px !important;
    }
}

@media only screen and (min-width: 992px)
{
    .col-welcome{
        -ms-flex:0 0 80%;
        flex:0 0 80%;
        max-width:80%;
    }
    .choose-card{
        width: 27em;
    }

    .triangle-div{
        width: 110px;
        height: 110px;
    }

    .social-image{
        height: 5.5em;
    }

    .zeus-width{
        width: 100%;
    }
    .w-300px{
        width: 100%;
    }
    .w-133px{
        width: 100%;
    }



}
@media only screen and (min-width: 1200px)
{

    .registarion-modal{
        max-width: 1100px;
    }

    .col-welcome{
        -ms-flex:0 0 95%;
        flex:0 0 95%;
        max-width:95%;
    }
    .triangle-div{
        width: 130px;
        height: 130px;
    }

    .index-partners-image{
        height: 160px;
        width: 160px;
    }
}
@media only screen and (min-width: 1650px)
{
    .col-welcome{
        -ms-flex:0 0 80%;
        flex:0 0 80%;
        max-width:80%;
    }
}
.close-button{
    position: absolute;
    right: 1.3em;
}

.modal-match {
    max-width: 35em !important;
}

@media only screen and (min-width: 1650px)
{
    .modal-match {
        max-width: 45em !important;
    }
}

.bg-d9
{
    background-color: #D9D9D9 !important;
}
.bg-e0{
    background-color: #E0E0E0 !important;
}
.header-icon{
    width: 2.3em;
}
.bg-292929{
    background-color: #292929 !important;
}
.bg-313131{
    background-color: #313131 !important;
}
.color-AE2929
{
    color: #AE2929;
}
.bg-gold{
    background: linear-gradient(112.66deg, #FCD05F -1.61%, #705626 133.58%);
}
.bg-fcd05f{
    background: #FCD05F;
}
.text-gold{
    background: linear-gradient(112.66deg, #FCD05F -1.61%, #705626 133.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-blue{
    background: linear-gradient(80.14deg, #315DA9 20.26%, #4A94C4 103.29%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-blue-h1{
    font-family: Poppins;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
}
.border-blue{
    border: 1px solid transparent !important;
    background: linear-gradient(#292929, #292929) padding-box, linear-gradient(to right, #315DA9, #4A94C4) border-box !important;
    border-radius: 50em;
}
.setting-icon{
    width: 23px;
    margin-left: 5px;
}
.settings-text{
    font-size: 20px;
    display: inline-flex;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #292929;
}

#popUpModalOnExitIntent>.modal-lg {
    max-width: 90vw !important;
}

@media only screen and (min-width: 845px)
{
    #popUpModalOnExitIntent>.modal-lg {
        max-width: 70vw !important;
    }
}

@media only screen and (min-width: 1200px)
{
    #popUpModalOnExitIntent>.modal-lg {
        max-width: 50vw !important;
    }
}

.exit-button{
    right: 1em;
    position: absolute;
    opacity: 1;
    text-shadow: 0 0 transparent;
}
.holder-div{
    border-radius: 50%;
    background-color: #2f2f2e;
    height: 10em;
    width: 10em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.holder-div-2{
    border-radius: 50%;
    background-color: #2f2f2e;
    height: 10em;
    width: 10em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.casino-image{
    width: 100%;
    max-width: 9em
}
.cover-image{
    background-image: url(../images/public/choose/background_phone.jpg);
    width: 50% !important;
    display: inline-flex;
    background-size: contain;
    align-items: center;
    justify-content: center;
    background-position-x: center;
    border-radius: 30px 0px 0px 30px !important;
    background-position-y: center;
    background-size: 1000px;
    min-width: 350px;
}

.color-292929{
    color: #292929 !important;
}
.shadow-blue{
    box-shadow: 0px 0px 20px 4px #315DA9;
}
.shadow-gold{
    box-shadow: 0px 0px 20px 4px #FCD05F;
}
.min-vh-623px{
    min-height: 623px;
}
.bg-reflink-triangles{
    background-image: url(../images/public/background_images/reflink/pc.png);
    background-size: 100vw;
}

.bg-blue-triangles{
    background-image: url(../images/public/background_images/blue-triangles.png);
    background-size: 100vw;
}

.bg-bonuses{
    background-image: url(../images/public/background_images/casino-bonus-bg.png);
    background-size: 100vw;
}

@media only screen and (max-width: 600px) {
    .phone-11px{
        font-size: 11px !important;
    }
    .phone-16px{
        font-size: 16px !important;
    }
    .phone-170px-w{
        width: 170px;
    }
    .phone-54px{
        font-size: 54px;
    }
    .phone-32px{
        font-size: 32px;
    }
    .phone-14px{
        font-size: 14px;
    }
}
.text-2d2d2d{
    color: #2d2d2d;
}
.text-2d2d2d:hover{
    color: #2d2d2d !important;
}
.bg-choose{
    background-image: url("../images/public/vip/bg-vip.png");
    background-size: 100vw;
}

/*TEXT & FONTS*/

.bg-choose-v2{
    background-image: url("../images/public/choose/background_phone.jpg");
    background-size: 500vw;
}

.bg-vip{
    background-image: url("../images/public/vip/background.jpg");
    background-size: 500vw;
}

@media only screen and (max-width: 600px)
{
        .choose-card {
            width: 65vw;
        }

        .header-1
        {
             font-size: 16.08px;
             font-weight: 700;
             line-height: 17.12px;
        }
        .description-1
        {
            font-size: 11.42px;
            font-weight: 500;
            line-height: 17.13px;
        }
        .bg-reflink-triangles{
            background-image: url(../images/public/background_images/reflink/phone.png);
            background-size: 100vw;
            background-position: 0 -11em;
        }
        .bg-blue-triangles{
            background-image: url(../images/public/background_images/phone_blue_triangle.png);
            background-position: 0 -11em;
        }

        .bg-bonuses{
            background-image: url(../images/public/background_images/bonuses_bg_phone.png);
            background-position: 0 -11em;
        }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .header-1{
        font-size: 14px;
        font-weight: 700;
        line-height: 14.91px;
    }
    .description-1{
        font-size: 8px;
        font-weight: 500;
        line-height: 12px;
    }


}
/* Medium devices (landscape tablets, 768px and up) */
/*@media only screen and (min-width: 768px) {...}*/

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .header-1{
        font-size: 30px;
        font-weight: 700;
        line-height: 45px;
    }
    .description-1{
        font-size: 15px;
        font-weight: 500;
        line-height: 22.5px;
    }

    .bg-choose-v2{
        background-image: url("../images/public/choose/background_phone.jpg");
        background-size: 250vw;
    }

    .bg-vip{
        background-image: url("../images/public/vip/background.jpg");
        background-size: 250vw;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .bg-choose-v2{
        background-image: url("../images/public/choose/background_phone.jpg");
        background-size: 150vw;
    }

    .bg-vip{
        background-image: url("../images/public/vip/background.jpg");
        background-size: 150vw;
    }

}

.bg-cover{
    background-size: cover;
}

@media only screen and (max-width: 650px)
{
    .reflink-bg{
        background-image: url("/images/public/background_images/reflink/phone.png");
    }
}
@media only screen and (min-width: 651px)
{
    .reflink-bg{
        background-image: url("/images/public/background_images/reflink/phone.png");
    }
}
@media only screen and (min-width: 950px)
{
    .reflink-bg{
        background-image: url("/images/public/background_images/reflink/pc.png");
    }
    .bg-blue-triangles{
        background-position: 0 -2em;
    }
    .bg-bonuses{
        background-position: 0 -2em;
    }
}

@media only screen and (min-width: 1200px)
{
    .bg-blue-triangles{
        background-position: 0px -7em;
    }
    .bg-bonuses{
        background-position: 0px -7em;
    }

}

.bg-2d2d2d{
    background-color: #2d2d2d;
}

.bg-2d2d2d-important{
    background: #2d2d2d !important;
}

.challenge-bg-done{
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .5);
    /*background-image: url(/images/public/challenges/done-bg.jpg) !important;*/
}

.grayscale{
    filter: grayscale(100%);
    transition: filter 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.text-decoration-underline {
    text-decoration: underline !important;
}


.money-feedback-cover{
    width: 50px;
    height: 50px;
    display: inline-flex;
}
.max-width-200{
    max-width: 200px;
}

input:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color:    gray;
}
input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    gray;
}
input:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    gray;
}
input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    gray;
}
.vip-button{
    font-size: 21.05px;
    font-weight: 700;
    line-height: 31.57px;
    text-align: center;
}
.w-201px{
    width: 284px;
    padding: 0.6em;
}
.casino-club-ref-img {
    width: 125px;
    height: 125px;
    object-fit: contain;
    align-self: center;
}

.firt-uppercase {
    text-transform: lowercase;
}

.firt-uppercase:first-letter {
    text-transform: uppercase;
}
.nagy-tetes-cover
{
    background-image: url(../images/public/packages/nagytetes_oldal.png);
    border-radius: 30px 30px 142.5px 142.5px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.private-cover
{
    background-image: url(../images/public/packages/private_oldal.png);
    border-radius: 30px 30px 142.5px 142.5px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.w-45 {
    width: 48%;
}
.break-spaces
{
    white-space: normal;
}
.swal-button:focus{
    box-shadow: none !important;
}
.money-feed-image{
    object-fit: cover;
    height: 38.31px;
    width: 38.31px;
}
.lh-16px{
    line-height: 16px;
}
.lh-0px{
    line-height: 0px;
}
.pc-27px{
    font-size: 27px;
}
.pc-13px{
    font-size: 13px;
}
.nav-image{
    width: 39px;
    height: 39px;
    object-fit: cover;
    border-radius: 50%;
}
.border-radius-70px{
    border-radius: 70px;
}
.profile-page-image{
    width: 133px;
    height: 133px;
    object-fit: scale-down;
    border-radius: 70px;
}
.reflink-image-v2{
    width: 75px;
    height: 75px;
    max-width: 75px;
    object-fit: scale-down;
}
.reflink-card{
    width: 513px;
}



@media only screen and (min-width: 1601px)
{

    .modal-login {
        max-width: 60vw !important;
    }
}
.notiflix-report-overlay{
    background: rgb(0 0 0 / 44%) !important;
}
.notiflix-report-content{
    background: #313131 !important;
}
.notiflix-report-button{
    color: white;
    background: linear-gradient(80.14deg, #315DA9 20.26%, #4A94C4 103.29%) !important;
    padding: 0.5em 2em;
    font-weight: 500;
    border: none;
}
.notiflix-report-title{
    color: white !important;
}
#NXReportSuccess1 {
    fill: #4081AF !important;
}

[id^=NotiflixReportWrap]>*>h5 {
    border-bottom: 1px solid rgb(255 255 255 / 41%);
}
.blur
{
    filter: blur(2px) !important;
}
.h-400px{
    height: 400px !important;
    margin: auto;
}
.line-height-16px{
    line-height: 16px !important;
}
.white-space-normal{
  white-space: normal !important;
}
.notiflix-report-message{
    color: white !important;
}
.navigation a:hover {
    text-decoration: none;
}
.position-unset{
    position: unset !important;
}

div.dataTables_wrapper div.dataTables_length select {
    padding: 0px 19px;
}

.euro500:after{
    content: '';
    display: block;
    width: 100px;
    height: 12px;
    background: url('/images/public/horizontal_line_vector2.svg') no-repeat center center;
    background-size: cover;
}
.absolute-center{
    position: absolute;
    right: 0px;
    left: 0px;
    top: 18px;
}
.over-button{
    overflow: hidden;
    background-color: #33333300;
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
    margin-bottom: -60px !important;
    z-index: 20;
    width: fit-content;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
}


@media only screen and (min-width: 1551px) {
    .over-button {
        overflow: hidden;
        background-color: #33333300;
        position: fixed;
        position: -webkit-fixed;
        bottom: 10px;
        left: 10px;
        top: unset !important;
        margin-bottom: unset !important;
        z-index: 20;
        width: fit-content;
        height: 40px;
    }
}
.blue-cube{
    width: 10px;
    display: inline-block;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 8.51px 2px #396eb1;
    margin-left: 3px;
    background: linear-gradient(80.14deg, #315DA9 20.26%, #4A94C4 103.29%);
}
/*div.dataTables_wrapper div.dataTables_processing {*/
/*    position: absolute;*/
/*    top: 0% !important;*/
/*    left: unset !important;*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*    margin-top: 0px !important;*/
/*    text-align: center !important;*/
/*    padding: 0px !important;*/
/*    border-radius: 14px !important;*/
/*    margin-left: -15px !important;*/
/*    z-index: 5 !important;*/
/*    background-color: rgba(10, 83, 190, 0.37);*/
/*    align-content: center;*/
/*}*/

.navigation-li-image-hot-deals{
    max-width: 110px;
    cursor: pointer;
}