/* Individual rules start */

.HomePage .CryptoWidget {
    margin-top: 30px;
}

.ButtonBonuses {
    display: none !important;
}

.news {
    display: none;
}

.Footer .container .tech::after {
    content: 'This site is intended exclusively for people over the age of 18. If you are under the age of 18, please leave this site immediately.';
    color: #fff;
    display: flex;
    margin-top: 15px;
    width: 100%;
    justify-content: center;
}

.rules-container .rules,
.rules-container .rules-buttons div {
    border-radius: unset !important;
}

/* Individual rules end */

/* Auth Page start */
.Auth input::placeholder {
    color: #fff !important;
    opacity: .5 !important;
}

.Auth .content .window-wrapper .window .forms .registration {
    color: #000000 !important;
}

.Auth-bonuses .content::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: url(images/auth_backgorund.png) no-repeat;
    background-size: 100% 100%;
}

.Auth-bonuses[data-mobile=true] .content::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: url(images/auth_backgorund.png) no-repeat;
    background-size: cover;
    background-position: right center;
}

.Auth-bonuses .content .window .form-window .forms .registration {
    color: #000 !important;
}

/* Auth Page end */

/* Menu start */
.NavigationMenu-mobile .content-wrapper .controls,
.NavigationMenu-mobile .content-wrapper .tabs:nth-child(5),
.NavigationMenu-mobile .content-wrapper .tabs:last-child {
    display: none;
}

.NavigationMenu-mobile .content-wrapper {
    justify-content: space-between !important;
}

/* Menu end */

/* Providers popup start */
.ProvidersModal .provider-card .single-element .label,
.ProvidersModal .provider-card .single-element .amount {
    color: #fff !important;
}

.provider-card:hover .image {
    background: #84fcff !important;
}

.popup .ProvidersModal.list .wrapper .provider-card:hover .text-info {
    background: #84fcff !important;
}

.popup .ProvidersModal.list .wrapper .provider-card .single-element .text-info .label {
    color: var(--whiteColor) !important;
}

.popup .ProvidersModal.list .wrapper .provider-card:hover .single-element .text-info .label {
    color: #000 !important;
}

/* Providers popup end */

/* Lates bets  start */
.LatestBets .header,
.LatestBets .slider .item .amount,
.LatestBets .slider .item .ratio {
    display: none !important;
}

.LatestBets .slider .item {
    flex-direction: unset !important;
    padding: 5px !important;
    border-radius: 5px !important;
    flex-wrap: wrap;
    background: unset !important;
}

.LatestBets .slider .item .payout {
    margin-top: unset !important;
    white-space: nowrap;
    margin-bottom: unset !important;
    order: 3 !important;
    font-size: 12px !important;
    position: absolute;
    bottom: 2px;
    right: 50px;
}

.LatestBets .slider .item .game {
    max-height: 40px;
    max-width: 40px;
}

.LatestBets .slider .item .game .link .icon {
    border-radius: 5px !important;
    height: auto !important;;
    width: 100% !important;
}

.LatestBets .slider .item .name {
    width: 75%;
    margin-bottom: unset !important;
    order: 1;
    margin-left: 5px;
    font-size: 14px !important;
    height: 19px;
}

.LatestBets .slider .item .user {
    margin-left: 44px;
    margin-top: unset !important;
    position: absolute;
    top: 20px;
}

.LatestBets .slider .item .user img {
    width: 14px !important;
    margin-right: 3px !important;

}

.LatestBets {
    margin-top: unset !important;
    margin-bottom: unset !important;
    background: #0B1219;
    padding: 5px 0;
    min-height: 53px;
}

@media (orientation: portrait) and (min-width: 300px) {
    .LatestBets {
        display: none;
    }
}

.LatestBets .slider .item .game .link {
    height: 30px !important;
    width: 40px !important;
}

/* Lates bets end */