@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,400,500,700&display=swap&subset=greek-ext');

body {
    font-family: 'Fira Sans Condensed', sans-serif;
    background-color: #000000;
}

.page-container {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.fs-12 {
    font-size: 12px;
}

.header-block {
    background-image: url('./../images/background-image.png');
    background-size: contain;
    position: relative;
}

.btn-orange {
    background: rgba(16, 16, 17, 1);
    border: 1px solid rgba(247, 174, 59, 1);
    color: white!important;
    box-shadow: none !important;
}

.text-light-blue {
    color: rgba(247, 174, 59, 1);
}

.hint-text {
    font-size: 14px;
}

.modal-header .close {
    outline: none;
    color: rgba(247, 174, 59, 1);
    font-size: 30px;
    padding-bottom: 0;
    opacity: 1;
}

.custom-input {
    border-color: rgba(247, 174, 59, 1) !important;
    padding: 4px 10px;
    box-shadow: none !important;
    width: 100%;
}

.reload_captcha {
    color: white !important;
    font-size: 12px;
}

.withdraw_method_selecter {
    text-align: center;
    border-radius: 4px;
    height: 100%;
    margin: 0;
    width: 100%;
    transition: .3s;
    border: 1px solid rgba(247, 174, 59, 1);
    cursor: pointer;
    box-shadow: 0 0 5px 2px rgb(50, 50, 51);
    background: rgb(100 100 100);
}

.no-history {
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 18px;
}

.stats-item {
    border-bottom: 1px solid white;
    font-weight: bold;
    text-align: center;
    color: white;
}

.stats-item div {
    padding: 8px 0;
}

.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;
}

.btn-orange:hover {
    color: #fff;
    background-color: rgba(247, 174, 59, 1);
}

.btn-link {
    color: #ffffff !important;
    border-radius: 0;
    text-decoration: none !important;
}

.btn-link:hover {
    border-bottom: 1px solid rgba(247, 174, 59, 1);
    border-radius: 0
}

.btn-link.active {
    color: rgba(247, 174, 59, 1);
    border-bottom: 1px solid rgba(247, 174, 59, 1);
    border-radius: 0
}

.active-btn-link {
    color: rgba(247, 174, 59, 1); !important;
    border-bottom: 1px solid rgba(247, 174, 59, 1); !important;
    border-radius: 0;
    text-decoration: none !important;
}

.top-navbar-container ul li {
    text-align: center;
}

.top-navbar-container {
    background-color: rgba(0, 0, 0, .50);
    margin-bottom: 19px;
}

ul.navbar-nav li a {
    color: #bbb5b5;
    padding: 21px;
    font-size: 20px;
}

ul.navbar-nav li a.active,
ul.navbar-nav li a:hover,
ul.navbar-nav li a:focus {
    color: white;
}

.nav-link-logo-container {
    width: 340px;
    position: relative;
    padding: 12px 12px 12px 20px !important;
    background-size: 99%;
    background-repeat: no-repeat;
    margin-top: -5px;
    height: 81px;
}

.nav-link-logo-container img {
    display: block;
    width: 190px;
    margin: 7px auto 0px auto;
}

nav.top-nav {
    padding: 0px;
}

nav.top-nav .navbar-toggler {
    color: rgba(247, 174, 59, 1);
}

#navbarSupportedContent.show {
    z-index: 9999999;
    position: relative;
    background-color: rgba(0, 0, 0, .50);
}

.last-winners {
    background: rgb(0 0 0 / 64%);
    position: relative;
    height: 88px;
    bottom: 100px;
    width: 100%;
}

.last-big-wins-list {
    padding: 0px;
}

.last-big-wins-list .carousel-game-itm a {
    display: inline-block;
    color: white;
}

.last-big-wins-list .carousel-game-itm a img {
    width: 65px;
}

.last-big-wins-list .carousel-game-itm {
    display: inline-block;
}

.carousel-game-itm span.text,
.carousel-game-itm span.image {
    display: block;
    float: left;
}

.carousel-game-itm span span {
    display: block;
}

.carousel-game-itm span.text span.win {
    color: rgba(247, 174, 59, 1);
;
}

.user-login {
    color: white;
}

.games-tabs-container {
    border-bottom: 0px;
    margin-top: 10px;
}

.provider-item {
    text-decoration: none;
    border: none;
    padding: 0 10px;
    display: inline-block;
    margin: 10px 0;
    font-weight: 500;
}

.levels-table {
    background-color: transparent;
    color: white;
}

.gtab-elem {
    margin: 10px 0;
}

.gtab-elem.active .tab-name {
    color: white;
}

.gtab-elem .tab-name {
    color: rgba(247, 174, 59, 1);
    text-decoration: none;
    border: none;
    padding: 0 10px;
    display: inline-block;
    margin: 10px 0;
    font-weight: 500;
}

.provider-item:hover,
.provider-item.active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: white !important;
}

.footer-block {
    min-height: 300px;
    background-image: url(./../images/background-image.png);
    background-size: contain;
    background-position: bottom;
}

.game-search-input {
    background: transparent;
    border: 1px solid rgba(247, 174, 59, 1);
;
    padding: 4px 10px;
    color: white;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    width: 100%
}

#search-hit {
    color: white;
}

.game-itm {
    text-align: center;
    height: 200px;
    border-radius: 8px;

}

.game-item-preview {
    height: 100%;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(171, 171, 171, 0.08) inset;
    box-shadow: 4px 4px 10px 0px rgba(255, 255, 255, 0.11);
    text-decoration: none !important;
    transition: .3s;
    background: rgba(16, 16, 17, 1);
}

.game-item-preview:hover {
    box-shadow: 0 0 8px 4px rgba(255, 255, 255, 0.11);
}

.game-preview-img {
    height: 174px;
    border-radius: 8px;

}

.game-preview-img img {
    border-radius: 8px;
    object-fit: contain;
}

.games-tabs-container-list {
    border-bottom: unset;
}

#game-search-btn {
    position: absolute;
    right: 0;
    background: transparent;
    box-shadow: none !important;
    cursor: pointer;
    outline: none !important;
}

#game-search-btn .fa-search{
    color: rgba(247, 174, 59, 1);
}
.carousel-item img,
.carousel-inner{
    border-radius:30px;
}
.game-search-form-group {
    position: relative;
    display: flex;
    width: 100%;
}


label {
    color: white;
}

.auth-block {
    min-height: 800px;
}

.auth-block input[type='text'],
.auth-block input[type='email'],
.auth-block select,
.auth-block input[type='password'] {
    color: white;
    background-color: transparent !important;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid rgba(247, 174, 59, 1);
;
    border-radius: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.auth-block input:active,
.auth-block input:focus {
    outline: none;
    box-shadow: none !important;
}

.auth-block form .help-block {
    color: #22c4b9
}

.clientRegForm .form-group {
    margin-bottom: 15px;
}

.clientRegForm label {
    margin-bottom: 0;
}

label.pay-method-itm-style {
    text-align: center;
    border-radius: 4px;
    margin: 0;
    width: 100%;
    transition: .3s;
    border: 1px solid rgba(247, 174, 59, 1);
    cursor: pointer;
    background: rgb(100 100 100);
    padding: 5px;
}

.min-amount-label {
    font-size: 13px;
    width: 50%;
    color: white;
    display: flex;
    justify-content: right;
    align-items: center;
}

label.pay-method-itm-style img {
    width: 45%;
    max-width: 100%;
    height: 70px;
    object-fit: contain;
}

label.pay-method-itm-style input {
    visibility: hidden;
}

.paymethods-container {
    border-radius: 4px;
}

.paymethods-container td {
    height: 100px;
    text-align: center;
}

.paymethod-container {
    text-align: center;
}

.withdraw_method_selecter.selected,
.withdraw_method_selecter:hover,
label.pay-method-itm-style:hover,
label.pay-method-itm-style.selected {
    box-shadow: 0 0 8px 4px white;
}

.kassa_item {
    font-size: 20px;
}

.MakeWithdraw.selected,
.appended-form-control {
    width: 100%;
    padding: 20px;
    border: 1px solid rgba(247, 174, 59, 1);
    box-shadow: 0 0 8px 4px rgb(41, 41, 43);
    background: rgba(16, 16, 17, 1);

}

.red-bottom-input,
.red-bottom-input:focus,
.red-bottom-input:active {
    color: white;
    background-color: transparent !important;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid rgba(247, 174, 59, 1);
;
    border-radius: 0;
    box-shadow: none !important;
}

.red-bottom-input option {
    color: #1041a2 !important;
}

.w-form {
    height: 0;
    overflow: hidden;
}

.w-form.selected {
    height: unset !important;
}
.page-container:not(.page-index) .sliders {
    display: none !important;
}
.site-title{
    text-align:center;
    color:white;
}
.bonus-block {
    margin-bottom: 20px;
    background: rgba(16, 16, 17, 1);
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 400px;
}

.bonus-block p.text {
    color: white;
    text-align: center;
    font-weight: 100;
    margin: 20px 0;
}

.bonus-block img {
    display: block;
    width: 250px;
    margin: 0 auto;
}

.user-account-page .avatar-container {
    background-color: #20232c;
}

.user-account-page .avatar-container img {
    width: 100%;
}

.user-account-page .info-container span.change-icon a {
    border-bottom: none;
    font-size: 14px;
    margin-bottom: -29px;
}

.user-account-page .info-container span.change-icon {
    display: inline-block;
    float: right;
}

.info-container .row {
    color: white;
    border-bottom: 1px solid rgba(247, 174, 59, 1);
;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.modal label {
    color: #333;
}

.styled_tab_ul {
    border: none;
}

.onmobile-logo img {
    width: 150px;
}

.gameLoadBlock {
    height: 900px !important;
    max-height: 100% !important;
}

.gameLoadBlock ._gpreloader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(9, 19, 33, 0.9);
}

.withdraw_method img {
    border-radius: 10px;
    max-width: 100%;
    height: 50px;
    object-fit: contain;
}

.nav-logo {
    position: absolute;
    left: -500%;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation: slide 0.5s forwards;
    animation-delay: 0.5s;
}

@-webkit-keyframes slide {
    100% {
        left: 0;
        position: relative;
        -webkit-animation: unset
    }
}

@keyframes slide {
    100% {
        left: 0;
        position: relative;
        animation: none
    }
}

.nav-item.active a {
    color: rgba(247, 174, 59, 1);

}

.level-icon {
    width: 30px;
    border-radius: 50%;
}

.level-percent {
    height: auto;
    vertical-align: middle !important;
    font-size: 22px;
}

.logout {
    color: rgba(247, 174, 59, 1);!important;
    padding-bottom: 5px;
}

.logout:hover {
    text-decoration: none;
    color: white;
    border-bottom: 2px solid rgba(247, 174, 59, 1);
;
}

.level-description {
    height: auto;
    vertical-align: middle !important;
}

.level-td {
    line-height: 4.5 !important;
}

.level-item {
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin-right: 30px;
    width: 200px;
}

.level-item-box {
    width: 150px;
}

.level-item-box .progress-box {
    margin-top: 7px;
    width: 200px;
    text-align: center;
}

.level-progress {
    height: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 0 8px 2px inset #0000006e;
}

.level-progress .progress-bar {
    position: unset;
    border-radius: 4px;
    background: #00df02;
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    min-width: 1px !important;
}

.level-progress .tooltip {
    display: none !important;
}

.level-item.not-reached-level {
    filter: blur(0.6px);
    border: 1px solid #9a0707;
    box-shadow: 0 0 40px 0 inset #9a0707;
}

.level-item.passed-level {
    filter: blur(0.8px);
    border: 1px solid #31708f;
    box-shadow: 0 0 40px 0 inset #31708f;
}

.level-item.main-level {
    border: 1px solid #3c763d;
    box-shadow: 0 0 40px 0 inset #3c763d;
}

.level-item-title {
    position: relative;
    width: 100%;
    display: inline-block;
    font-weight: 800;
}

.level-icon {
    width: 130px;
}

.level-main-block {
    width: 100%;
    margin-bottom: 10px;
}

.mobile-show-details {
    display: none;
}

.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;
}
.main-block{
    min-height: 500px;
}
.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:#9c214a;
}
.mb-15{
    margin-bottom: 15px!important;
}

@media screen and (max-width: 700px) {
    .provider-item {
        margin: 0;
    }

    .gtab-elem .tab-name {
        margin: 0 0 4px 0;
    }

    .toggle-on-small {
        display: none;
    }

    .mobile-show-details {
        display: block;
    }

    .level-item-box .progress-box {
        width: 150px;
    }

    .level-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .level-td {
        line-height: 9 !important;
    }
}

.name-block input[type='text'],
.name-block input[type='email'],
.name-block select,
.name-block input[type='password'] {
    color: white;
    background-color: transparent !important;
    border: unset;
    border-bottom: 1px solid rgba(247, 174, 59, 1);
    border-radius: 0;
    outline: none;
    box-shadow: none !important;
}

.wheel-progress {
    position: relative;
    border-radius: 50px !important;
    overflow: hidden;
linear-gradient() background: -moz-linear-gradient(top, #6b6b6b 0 %, #747474 36 %, #565656 63 %, #20232c 100 %);
    background: -webkit-linear-gradient(top, #6b6b6b 0%, #747474 36%, #565656 63%, #20232c 100%);
    background: linear-gradient(to bottom, #6b6b6b 0%, #747474 36%, #565656 63%, #20232c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0a0a0', endColorstr='#545454', GradientType=0);
    padding: 0;
    width: 100%;
    max-width: 400px;
    margin-bottom: 0;
    height: 20px;
}

.wheel-progress .tooltip {
    float: right;
    z-index: 10;
    top: 0 !important;
    left: unset !important;
    display: block;
    width: 100%;
    text-align: center;
}

.wheel-progress .tooltip-inner {
    background-color: transparent !important;
    padding: 0;
    color: white !important;
    font-size: 16px;
    width: 100% !important;
    max-width: unset !important;
}
.wheel-progress .progress-bar {
    background-color: rgba(247, 174, 59, 1);
}
.game-preview-name {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
}

.freeround-img {
    width: 85px;
    max-width: 100%;
    max-height: 85px;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 0 9px 1px #e7b14d;
}

.freespin-item {
    border-bottom: 1px solid #e7b14d;
    padding-top: 20px;
}