@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic');
ul{
    padding:0;
}
html{
    min-height:100%;
}
body{
    height:100%;
    min-height:100%;
}
*{
    background-repeat:no-repeat;
    font-family: 'Roboto', sans-serif;
    transition:0.4s;
}
.text-red {
    color:#bb0f0f !important;
}
.page-container * {
    color:#9c9c9c;
}
.btn{
    color:white;
}
.btn-green{
    border: 1px solid darkgreen;
    color:darkgreen;
}
.btn-green:hover,
.btn-green:focus{
    color:darkgreen !important;
    box-shadow: 0 0 10px 3px darkgreen;
}
.DuplicateModal>img{
    width: 40%;
}
.btn i{
    color:inherit;
}
.sidebar{
    position: sticky;
    min-height:min-content;
    background-image:url('/public/images/sidebar-back.jpg');
    background-size:cover;
    top:0;
}
#navbarSupportedContent>ul>li{
    flex-direction: column;

}
.no-history{
    text-align: center;
    color: #7f7e7e;
    font-weight: 700;
    font-size: 18px;
    margin-top: 50px;
}
.stats-item {
    border-bottom: 1px solid #454545;
    font-weight: bold;
    text-align: center;
}
.stats-item div {
    padding: 8px 0;
}

.stats-item {
    color:#454545;
}
.pay button{
    align-items: center;
    border-radius: 34px;
    display: flex;
    height: 35px;
    justify-content: center;
    margin: auto;
    max-width: 140px;
    font-size: 12px;
    text-align: center;
    width: 100%;;
    border: unset!important;
}
.pay  .confirmed{
    background-color: #3d9b2a!important;
    color: #ffff;
}
.pay  .panding{
    background-color: #2d61f0!important;
    color: #ffff;
}
.pay  .support_confirmed{
    background-color: #307c0d!important;
    color: #ffff;
}
.pay  .canceled_returned{
    background-color: #daa208!important;
    color: #ffff;
}
.pay  .canceled{
    background-color: #f02d2d!important;
    color: #ffff;
}
#navbarSupportedContent>ul>li>a{
    color:white;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 0 10px 10px;
}
#navbarSupportedContent>ul>li>a img{
    width:30px;
}
.navbar-brand img{
    width:240px;
    max-width: 95%;
}
#navbarSupportedContent>ul>li>a>span{
    padding-bottom: 9px;
    transition:.2s;
}
#navbarSupportedContent>ul>li>a:hover>span
{
    border-bottom: 2px dotted white;
}
.btn-red,.btn-red:active,.btn-red:focus{
    background: rgb(216,45,157) !important; /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(216,45,157,1) 0%, rgba(244,67,134,1) 100%) !important;  /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(216,45,157,1) 0%,rgba(244,67,134,1) 100%) !important;  /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(216,45,157,1) 0%,rgba(244,67,134,1) 100%) !important;  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82d9d', endColorstr='#f44386',GradientType=1 ) !important;  /* IE6-9 fallback on horizontal gradient */
    padding: 7px 44px !important;
    font-size: 18px;
}
.rounded-border{
    border-radius: 45px;
}
.btn-red:hover,.btn-red:focus,.btn-red:active{
    box-shadow:0 0 6px 1px rgb(216,45,157);
}
.navbar-reglink{
    font-size:19px !important;
}
.slider-itm img{
    width:100%;
}
.winnerslist {
    background-color:#f441b0;
    color:white;
}
.already-won-title{
    background-color:#c25ff1;
    color:white;
}
.min-amount-label{
    font-size: 13px;
    width: 50%;
    color: black;
    display: flex;
    justify-content: right;
    align-items: center;
}

.winnerslist .carousel-item .win-item {
    border-right:1px solid white;
    text-align:center;
    color: white;
}
.winnerslist .carousel-item .win-item:last-child {
    border:none !important;
}

.winner-slider-controls{
    background-color:#383486
}
.win-item img{
    width:13px;
    margin-top: -2px;
}
.games-tab-item{
    border:1px solid #b44af4;
    color:#b44af4;
}
.games-tabs-container{
    border:none !important;
}
.games-tab-item:hover, .games-tab-item:active,.games-tab-item.active{
    color:#ffffff;
    border-color:#f441b0;
    background: #f441b0;
    text-decoration: none !important;
}
a.game-item-preview{
    height: 180px;
    overflow: hidden;
    background-color: #f6f6f6;
}
a.game-item-preview img{
    width:100%;
    height: 180px;
    object-fit: contain;
    background-color: #9933bb;
}
.game-preview-name{
    display:flex;
    transition: .5s;
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background: rgba(162, 48, 187, 0.4); /* Old browsers */
    background-image: -moz-linear-gradient( 75deg, rgba(162,48,187, 0.802) 0%, rgba(81,72,191, 0.802) 56%, rgba(0,96,195, 0.802) 100%);
    background-image: -webkit-linear-gradient( 75deg, rgba(162,48,187, 0.802) 0%, rgba(81,72,191, 0.802) 56%, rgba(0,96,195, 0.802) 100%);
    background-image: -ms-linear-gradient( 75deg, rgba(162,48,187, 0.802) 0%, rgba(81,72,191, 0.802) 56%, rgba(0,96,195, 0.802) 100%);
}
a.game-item-preview:hover .game-preview-name{
    opacity:1;
}

.game-preview-name .play-btn {
    background-image: -moz-linear-gradient( 7deg, rgb(181,73,241) 0%, rgb(196,98,240) 100%);
    background-image: -webkit-linear-gradient( 7deg, rgb(181,73,241) 0%, rgb(196,98,240) 100%);
    background-image: -ms-linear-gradient( 7deg, rgb(181,73,241) 0%, rgb(196,98,240) 100%);
    z-index: 1;
    color:white;
    width: 90%;
    word-wrap: break-word;
}
.footer{
    background-color:#f7f7f7;
    color:#9c9c9c;
}
.footer p{
    font-weight:600;
}

.footer-divider{
    border-bottom: 1px dotted #a0a0a0;
}
.content-box{
    box-shadow:0 0 61px 0 rgba(138, 139, 147, 0.32);
    border-radius:7px;
}
.text-purple{
    color:#c25ff1 !important;
}
.site-title{
}
input,textarea{
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom:1px solid #a6a6a6;
    border-radius:0 !important;
}

select{
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom:1px solid #a6a6a6;
    border-radius:0 !important;
}
#mainNavbar a,#mainNavbar a *{
    color:white;
}
#mainNavbar li.logged  a i{
    font-size:23px;
}
#mainNavbar li.logged  span{
    color:white;
    font-size:20px;
    font-weight:300;
    border:none !important;

}
#mainNavbar li.logged a{
    text-decoration: none !important;
}
.sidebar-container i{
    color:white;
}
.nav-tabs li a {
    font-size:20px;
    font-weight: 500;
    color:inherit;
    border-top:0 !important;
    border-left:0 !important;
    border-right:0 !important;
    border-bottom:1px  solid #9c9c9c;
}
 .nav-tabs li a.active {
    color:#c25ff1;
    border-bottom:2px  solid #c25ff1 !important;
}
.nav-tabs {
    border-bottom: 0 !important;
}
.user-data-table div.value{
    border-bottom:1px solid #c25ff1;
    width:90%;
    float:right;
}
.user-data-table td{
    padding:20px 0 0 0;
}
.text-purple i{
    color:inherit;
}
.user-data-table td div.value{
    position: relative;
}
.user-data-table td div.value .actbtn{
    position: absolute;
    right: 0;
    top: -18px;
}
.modal-header .modal-title{
    width:100%;
}
.pay-method-itm-style {
    cursor:pointer;
    height: 80px;
    border:1px solid #c25ff124;
    border-radius: 4px;
}
.carousel-item img{
    object-fit: cover;
}
.pay-method-itm-style input{
    visibility: hidden;
}
.paymethods-container{
    border:1px solid #c25ff1;
    border-radius:4px;
}
.pay-method-itm-style.selected {
    box-shadow:0 0 5px 0 #c25ff1;
}
input::placeholder {
    opacity:.8 !important;
}
input {
    border-color:#c25ff1 !important;
}
 input::placeholder
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c25ff1 !important;
}

.btn-purple-border{
 background-color:transparent;
    border:1px solid #c25ff1;
    color:#c25ff1
}
.btn-purple-border:hover,
.btn-purple-border:focus,
.btn-purple-border:active{
    box-shadow: 0 0 5px 1px purple;
    color: purple;
}
.btn.reload_captcha{
    color:white !important;
}
.w-form {
    display: none;
}
.w-form.selected{
    display: block;
}
.withdraw_method_selecter {
    width: 100%;
    display: inline-block;
    border: 1px solid #9c9c9c;
    height: 100%;
}

.withdraw_method_selecter>img{
    display: inline-block;
    width: 95%;
    height: 100%;
    object-fit: contain;
    max-height: 100px;
}

.freeround-img {
    width: 80px;
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    border-radius: 7px;
    box-shadow: 0 0 7px 2px #395fae;
}

.freespin-item {
    border-bottom: 2px solid #c54597;
}

.payin-form{
    max-height: 450px;
}
.payin-method-item img{
    width: 50%;
    max-height: 100%;
    object-fit: contain;
}
.withdraw_method_selecter.selected{
    box-shadow: 0 0 16px 0 #897d8e;
    border-radius: 5px;
}
div#GameBlock {
    height: 100%;
}
div#GameBlock.outcombet_game_container{
    height: calc(100vh - 30px);
    max-height: calc(100vh);
}
div#GameBlock a.ajax_link{
    top: 1px;
    position: absolute;
    left: 1px;
}
.gameLoadBlock{
    /*height:100% !important;*/
}
.gameCloserBtn,.gameCloserBtn:hover,.gameCloserBtn:active,.gameCloserBtn:focus{
    background: #dc3545 !important;
    padding: .375rem .75rem !important;
    font-size: 1rem;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
#WheelGameContainer canvas{
    margin: 0 auto !important;
    max-width: unset !important;
}
.bonuses-page .bonus-part .bonus-btn{
    margin:0 auto;
}
.bonus-part{
    min-height: 200px;
    padding-top: 20px;
    border: 1px solid #c25ff1;
    box-shadow: 0 0 10px 3px #9933bb5e;
    padding-bottom: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.bonus-img{
    height: 85%;
    max-width: 100%;
    object-fit: contain;
}
.bonus-title{
    color: #383535;
    font-weight: 700;
}
.terms_tab_ul {
    border-bottom: unset;
}
.terms_tab_ul.nav-tabs li a {
    border-radius: 5px;
    font-weight: 700;
    color: #c25ff1;
    border-top: 1px solid #c25ff1 !important;
    border-left: 1px solid #c25ff1 !important;
    border-right: 1px solid #c25ff1 !important;
    border-bottom: 1px solid #c25ff1 !important;
}
.terms_tab a.active {
    color: #ffffff !important;
    background-color: #c25ff1!important;
    border: 1px solid #c25ff1 !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    box-shadow: 0 0 0 30px #ffffff inset !important;
}
.mainCarouselIndicators{
    cursor: pointer;
}
.mainCarouselControl{
    width: 8%;
}
.winner-slider-title{
    background-color: #c25ff1;
    color:white;
    font-weight: 600;
    padding: 15px 0;
    font-size: 16px;
    line-height: 35px;
}
.winners-slider-area{
    color: white;
    background-color: #f441b0;
    line-height: 30px;
}
.after-slider-winner-block{
    height: 60px;
    overflow: hidden;
}
.after-slider-winner-block .slick-slide {
    height: 100% !important;
    padding-left: 10px;
    float: left;
}
.winners{
    display: block;
    height: 100%;
}
.winners li{
    float: left;
    display: block;
    padding-left: 10px;
    height: 100%;
    line-height: 60px;
}
.slick-slide .amount>img{
    display: inline-block !important;
    width: 13px;
    margin-top: -3px;
}
.winners-controls{
    background-color: #383486;
    text-align: center;
    vertical-align: middle;
    color: #9b99c2;
    font-size: 36px;
    font-weight: 900;
}
.winners-controls span,.winners-slider-area span{
    padding: 0 10px;
    color: #ffffff;
}
.winners .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 20px;
}
.winners .slick-arrow-prev {
    right: -35px;
}
.winners .slick-arrow-next {
    right: -90px;
}
.winners .slick-list.draggable{
    max-height: 100%;
    height: 100%;
}
.winners .slick-track{
    max-height: 100%;
    height: 100%;
}
.winners .carousel-control-prev-icon,
.winners .carousel-control-next-icon{
    display: inline-block;
    padding: 0 7px !important;
    width: 7px;
}
.footer-link{
    color:#9c9c9c;
}
.footer-link:hover, .footer-link:hover *{
    color:#7e39ba;
    text-decoration: none;
}
select{
    border-bottom: 1px solid #d28af5 !important;
    outline: none !important;
}
.superomatic-denomination-selecter {
    background-color: #6c3eb8;
}
.sidebar  .navbar-brand{
    width: 100%;
}
.progress-bar-striped {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    background-repeat: repeat;
    color: #ffffff;
}
.bonus-action-btn{
    border: 1px solid #1abf73 !important;
    color: #1abf73 !important;
}
#timer.clock-part-main{
    background-color: #9434bb  !important;
    padding: 5px 15px;
    margin: 0 auto 10px auto;
    width: 200px;
    max-width: 90%;
    display: block;
    border-radius: 25px;
}
#timer .clock-part,
#timer .clock-part-main {
    display: inline-block;
    line-height: 1;
    padding: 2px !important;
    font-size: 40px;
    text-align: center;

}
#timer .clock-part-main span {
    display: block;
    font-size: 11px !important;
    color: white;
}

#timer #seconds,#timer #minutes ,#timer #hours {
    font-size: 22px  !important;
    color: #ffffff  !important;
}
.wheel-progress .tooltip{
    float:right;
    z-index: 10;
    top: 0 !important;
    left: unset !important;
    display: block;
    width: 100%;
    text-align: center;
}
.wheel-progress .progress{
    position: relative;
    border-radius:50px !important;
    overflow:hidden;
    background: #a0a0a0;
    background: -moz-linear-gradient(top, #a0a0a0 0%, #898989 36%, #666666 63%, #545454 100%);
    background: -webkit-linear-gradient(top, #a0a0a0 0%,#898989 36%,#666666 63%,#545454 100%);
    background: linear-gradient(to bottom, #a0a0a0 0%,#898989 36%,#666666 63%,#545454 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#545454',GradientType=0 );
    padding: 0;
    width: 100%;
    max-width: 400px;
    margin-bottom: 0;
    height: 28px;
}
.wheel-progress .progress-bar{
    position: unset;
    border-radius: 50px;
    background:#8c36bd;
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    min-width: 1px !important;
}
.wheel-progress .popOver{
    display: inline-block;
    line-height: 1.4;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    font-weight: 600;
    left: 46%;
    z-index: 1050;
}
.search-input{
    outline: none !important;
    box-shadow: unset;
}
.tg_support{
    position: fixed;
    bottom: 0;
    left: 5px;
    height: 35px;
    width: 150px;
    line-height: 27px;
    color: #fff;
    background: #4ea4f6;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.tg_support_telegram{
    font-size: 18px;
}
.tg_support_small{
    position: absolute;
    top: 13px;
    font-size: 10px;
}
.logged .rounded-border span {
    font-size:15px !important;
}
.logged .rounded-border.btn-red {
    padding-top:3px !important;
    padding-bottom:3px !important;
}
.tip{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    color: #ffffff;
}
.tip-block{
    width: 300px;
}
.fin-icon,
.mange-icon{
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: fill 0.3s;
    border-radius: 50%;
    object-fit: contain;
}
.samyl-text-block{
    text-align: center;
}
.text-block{
    margin-top: 20px;
    font-size: 20px;
}
.mange span{
    margin-right: 20px;
}
.tip-type-block{
    display: flex;
    justify-content: space-around;
}
.tip-type{
    width: 70px;
    height: 70px;
    transition: width 0.5s, height 0.5s;

}
.active-type{
    width: 80px;
    height: 80px;
}
.smaylik-amount-block{
    height: 60px;
    display: flex;
    justify-content: space-between;
}
.text-block p{
    text-align: center;
}
.amount-icon{
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    transition: width 0.5s, height 0.5s;
}
.active-amount{
    width: 60px;
    height: 60px;
}

.tip-amount-block{
    margin-top: 30px;
}

.tip-amount-val{
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}
.check-block{
    display: flex;
    justify-content: center;
}
.checkmark{
    display: none;
}
.active-check{
    display: block;
}
.checkmark__check {
    stroke-dasharray: 412;
    stroke-dashoffset: 412;
    animation: anim 1s ease forwards 0.3s;
}

@keyframes anim {
    to {
        stroke-dashoffset: 0;
    }
}
.amount-alert{
    color:#c25ff1;
}
.mb-15{
    margin-bottom: 15px!important;
}
@media screen and (max-width: 1441px){
    .winners .slick-arrow-prev {
        right: -3.7%;
    }
    .winners .slick-arrow-next {
        right: -9%;
    }
    #navbarSupportedContent>ul>li>a,
    #navbarSupportedContent>ul>li{
        font-size: 15px!important;
        padding: 11px 0 15px 0px;
    }

    #navbarSupportedContent>ul>li>a img {
        width: 25px!important;
    }
    .navbar-brand img {
        max-width: 90%;
    }
    .games-tab-item {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media screen and (max-width: 1100px) {
    .payin-form,
    .btn-purple-border{
        font-size: 14px;
    }
}
@media screen and (max-width: 1000px) {
    .sidebar .navbar-brand {
        width: 90%;
    }
    #navbarSupportedContent>ul>li>a img {
        display: none;
    }
}
@media (max-width: 770px){
    .sidebar .navbar-brand {
        width: unset;
    }
    .bonuses-page .bonus-part .bonus-btn{
        position: relative;
        margin:10px auto;
    }
    .footer>div img{
        max-width: 130px;
    }
    .games-tab-item {
        width: 44%;
        text-align: center;
    }
    #navbarSupportedContent>ul>li>a img {
        display: inline-block;
    }
    .after-slider-winner-block{
        height: 125px;
    }
    .sidebar  .navbar-brand{
        width: auto;
    }
    .navbar-toggler>i{
        margin-right: 8px;
        font-size: 30px;
    }
    .navbar-toggler:focus{
        outline: none !important;
    }
    .navbar-toggler{
        padding-top: 0.4rem;
    }
    .withdraw_method_selecter {
        width: auto;
        margin: 0 7px;
    }
    .withdraw_method_selecter>img{
        width: 100%;
    }
    .user-data-table div.value {
        width: 100%;
    }
    .user-data-table td div.value .actbtn {
        right: -12px;
        top: -10px;
    }
}
@media (min-width: 768px){
    .DigitainBlock{
        margin-left: -1.5rem;
        margin-top: -1rem;
    }
}
@media screen and (max-width: 400px) {
    .mh-100{
        height: 95%!important;
    }
}
@media (min-width: 1780px){
    .winners .slick-arrow-prev {
        right: -3.5%;
    }
    .winners .slick-arrow-next {
        right: -9%;
    }
}

.name-block input {
    box-shadow: none !important;
}
