.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.site-login {
    padding-top: 30px;
    max-width: 60%;
}

@media (max-width: 991px) {
    .site-login {
        max-width: 100%;
    }
}

.main-menu .dropdown.nav-item img {
    max-width: 20px;
}

body {
    position: relative;
    min-height: 100%;
}

.last-news a.card:hover {
    text-decoration: none;
}

.page-sidebar {
    width: 300px;
    background: #f1f1f1;
    padding: 30px 10px 10px 10px;
}
.navbar, .user_auth {
    padding-right: 300px;
}
.rtl-view .navbar, .rtl-view .user_auth {
    padding-right: 0px;
    padding-left: 300px;
}

.user_auth {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffe69c;
    font-size: 14px;
    text-align: center;
}

.gift-hint {
    background: url("../images/svg/play.svg") 50% 50% no-repeat #f00;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
}

.hint .gift-hint {
    display: none;
}
.hint.show-reward .gift-hint {
    display: block;
}

.continue-with-reward {
    display: inline-block;
    padding: 10px 12px 10px 50px;
    border: solid 1px;
    background: #0b469d;
    color: #fff;
    /*cursor: pointer;*/
    position: relative;
}
.continue-with-reward:disabled {
    background: #ccc;
}
.continue-with-reward .gift-hint {
    display: block;
    right: inherit;
    left: 10px;
    top: 7px;
}

.continue-with-reward:before {

}
.game-over-reward-timer {
    width: 100%;
    height: 48px;
    padding: 10px 5px;
    margin-top: -48px;
    text-align: center;
    font-weight: bold;
    z-index: 100;
    position: relative;
    /*position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -17px;*/
}

.lose-game-continue {
    position: relative;
    margin-bottom: 10px;
}
.hint-reward-timer span {
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    padding: 3px 7px;
}
.hint-reward-timer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .7);
    /*text-align: center;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.cups-year {
    /*text-align: center;*/
    margin: 0px 0px 30px 0px;
}
.cups-year h2 {
    /*text-align: center;*/
    margin: 20px 0px 20px 0px;
}

.cups-year-list {
    display: flex;
    width: 70%;
    margin: 0 auto;
    /*flex-direction: row-reverse;*/
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 767px) {
    .cups-year-list {
        width: 100%;
    }
}

.cup {
    width: 33.33%;
    padding-bottom: 25px;
}
.cup__img {

}
.cup__title {
    text-transform: capitalize;
    text-align: center;
    padding: 10px 0 0 0;
    font-weight: bold;
}


@media (max-width: 1350px) {
	.navbar, .user_auth {
		padding-right: 280px;
	}
    .rtl-view .navbar, .rtl-view .user_auth {
        padding-right: 0px;
        padding-left: 280px;
    }

	.navbar ul {
		font-size: 14px;
	}
    .user_auth {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #ffe69c;
        font-size: 13px;
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .page-sidebar {
        display: none;
    }

    .navbar, .user_auth {
        padding-right: inherit;
    }
    .rtl-view .navbar, .rtl-view .user_auth {
        padding-right: inherit;
        padding-left: inherit;
    }
	
	.navbar ul {
		font-size: 14px;
	}

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

@media (max-width: 992px) {
    .user_auth {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .user_auth {
        font-size: 11px;
    }

    .lead {
        font-size: 1.1rem;
    }

}

@media (max-width: 375px) {
    .user_auth {
        font-size: 9px;
    }
}