
.btn-violet, .btn-violet:focus, .btn-violet:active {
    font-weight: 700;
    border: 1px solid #6f6f6f;
    background: #5027aa;
    background: -moz-linear-gradient(top, #5027aa 0%, #2a1d5e 100%);
    background: -webkit-linear-gradient(top, #5027aa 0%,#2a1d5e 100%);
    background: linear-gradient(to bottom, #000000 0%,#454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5027aa', endColorstr='#2a1d5e',GradientType=0 );
    color: #f4b741 !important;
}

.btn-violet:hover {
    border: 1px solid #404040;
    background: #000000;
    color: #f4b741;
}


.main-container{
    width: 1260px;
    margin: 0 auto;
    color: #cccccc;
    font-size: 13px;
    position: relative;
}



button,
button.btn:focus,
button.btn:active:focus,
input,
input:focus,
input:active:focus,
select,
select:focus,
select:active:focus{
    outline: none;
    /*color: #ffffff;*/
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

select::-ms-expand {
    display: none;
}


.disable-event {
    pointer-events: none;
    cursor: not-allowed;
}


.aladin-btn{
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0;
    margin-left: 10px;
    font-weight: 600;
    border-radius: 0;
}



.btn-yellow:hover,
.game-button:hover .title-container button{
    border: 1px solid #fad981;
    background: #000000;
    color: #fad981;
}


.btn-black{
    font-weight: 700;
    background: #06011b;
    color: #60597b;
    border: 1px solid #383449;
}

.btn-black:hover{
    background: #383449;
    color: #ffffff;
    border: 1px solid #383449;
}

.text-white{
    color: #fff;
}

.text-gold{
    color: #ffc527;
}

/*
  STYLE 1
*/

#cbp-spmenu-s2::-webkit-scrollbar-track {
    background-color: #262626;
    border-left: solid 1px #10082d;
}

#cbp-spmenu-s2::-webkit-scrollbar {
    width: 10px;
    background-color: #ffc529;
}

#cbp-spmenu-s2::-webkit-scrollbar-thumb {
    background-color: #ffc529;
}

/*intlTelInput*/

.bg-main .iti__country-list{
    background-color: #10082d;
    border: 1px solid rgba(255, 255, 255, .2);
}

.bg-main .iti__country.iti__highlight{
    background-color: #1e90ff;
}

.ngdialog-open .iti__country-list {
    overflow-y: hidden;
}

.iti__divider {
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
}

textarea.form-control {
    resize: none;
}

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



/*IE 11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /*IE*/
    .slot-wrapper{
        width: 100%!important;
    }
    .sports-nav>li:nth-of-type(8){
        margin-right: 185px !important;
    }
    .navigation-page .nav-list>li>a{
        font-size: 15px!important;
    }

    .navigation-page .guest-container .isNotLogin input{
        line-height: 30px;
    }
}


@supports (-ms-ime-align:auto) {/*edge*/
    .slot-wrapper{
        width: 100%!important;
    }
}
/*Mozilla*/
@-moz-document url-prefix() {
    .slot-box{
        width: 179px !important;
    }
}

.swal-title,
.swal-text{
    text-align: center;
}
