/* Individual rules start */

.MenuContainer .page-content {
  background-size: cover !important;
  background-attachment: fixed !important;
}

.Banners .banner-1 .content .button div,
.Banners .banner-2 .content .button div,
.Banners .banner-3 .content .button div {
    display: none !important;
}

.Banners .banner-1 .content,
.Banners .banner-1 .content .button,
.Banners .banner-2 .content,
.Banners .banner-2 .content .button,
.Banners .banner-3 .content,
.Banners .banner-3 .content .button {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    margin: unset !important;
}

.rules-container {
  background-size: cover !important;
}

.rules-container .rules {
  position: relative;
}

.rules-container .rules::before {
  content: '';
  max-width: 200px;
  width: 100%;
  max-height: 110px;
  height: 100%;
  left: 0;
  right: 0;
  top: -120px;
  bottom: 0;
  margin: 0 auto;
  position: absolute;
  background: url('images/logo.png') center center no-repeat;
  background-size: contain;
}

.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,
.Games .active-provider .back {
    border-radius: unset !important;
}

.AccountButtons .user-button .icon-wrapper .user-icon path,
.WagerBonus .info .depositButton svg path {
    fill: #00008B !important;
}

.WagerBonus .toggle,
.TabContent .PasswordChangeForm {
    background: #191970 !important;
}

.Header .container .wrapper .logo {
    width: 75px !important;
}

.Header .container .wrapper .tabs {
    position: unset !important;
    transform: unset !important;
}

.SupportButton .support-icon-wrapper svg g path:first-child {
    fill: #229ED9!important;
}

.AccountButtons .user-button .user-name {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991px) and (orientation: portrait) {
    .AccountButtons .user-button .user-name {
        display: none !important;
    }

    .AccountButtons .user-button .icon-wrapper {
        margin-right: 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 .ButtonDeposit,
.NavigationMenu-mobile .content-wrapper .tabs:nth-child(5),
.NavigationMenu-mobile .content-wrapper .tabs:last-child {
    display: none;
}

.NavigationMenu-mobile .content-wrapper .controls {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .NavigationMenu-mobile .content-wrapper .controls {
        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: #0B0B2F;
    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 */

.Header {
    background: #00008B !important;
}

.ProvidersBar .provider-card span {
    display: none !important;
}

.ProvidersBar .provider-card[data-active="true"] .img-container {
    border: 1px solid #C0C0C0 !important;
}

.Filter .wrapper .Search {
    border-right: 6px !important;
}

::placeholder {
    color: #8188C4 !important;
    opacity: 1 !important;
}

.ButtonDeposit .deposit .deposit-title,
.rules-container .rules-buttons_submit {
    color: #050505 !important;
}

.ButtonDeposit .deposit .coins-ico-wrapper .coins-ico path {
    fill: #00008B !important;
}

.GamesRow .arrows-wrapper-left,
.GamesRow .arrows-wrapper-right {
    border-radius: 8px !important;
}

.ProvidersBar .container .providers-swiper-providersBar .provider-card .img-container {
    height: 100%;
    width: 100% !important;
    background: unset !important;
    border: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProvidersBar .container .providers-swiper-providersBar .provider-card .img-container .img {
    width: auto !important;
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
    filter: grayscale(1);
    opacity: .5;
}

.ProvidersBar .container .providers-swiper-providersBar .provider-card:hover .img-container .img,
.ProvidersBar .container .providers-swiper-providersBar .provider-card[data-active=true] .img-container .img{
    filter: unset;
    opacity: 1;
}

.MobileBar .categories .section .image .Icon {
    display: none !important;
}

.MobileBar .categories .section .image::before {
    content: '';
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MobileBar .categories .section .image:has(.fishing_games)::before,
.MobileBar .categories .section .image:has(.live_dealers)::before,
.MobileBar .categories .section .image:has(.jackpots)::before {
    background: url('images/casino.svg') no-repeat;
    background-size: cover;
}

.MobileBar .categories .section .image:has(.slots)::before {
    background: url('images/favicon.png') no-repeat;
    background-size: 100% 100%;
}