:root {
    --primary: #B88B3F;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'SF Pro Display', sans-serif;
    background: #141517
}

.svg-text {
    font-family: 'SF Pro Display', sans-serif;
}

.btn {

    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    letter-spacing: 0.01px;
}

.mobileHeader {
    display: none;
}

.btn-primary {
    background: var(--primary);
    border: 0;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:active,
.btn:focus-visible {
    background-color: #6a4d1b !important
}

.btn-primary.disabled {
    background: rgba(177, 141, 76, 0.5);

}

.btn.btn-outline-secondary {
    padding: 9px 0;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.btn.btn-outline-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2)
}

#mainSection {
    margin: auto;
    min-height: 100%;
}

header {
    width: 100%;
    max-width: 288px;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #141618;
    background-image: url(../images/headerbg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

/* Hide scrollbar for Chrome, Safari and Opera */
header::-webkit-scrollbar {
    display: none;
}

header .headerTop {
    padding: 0 20px
}

header .logo {
    padding: 22px 0;
    text-align: center
}

header .logo img {
    max-width: 100%;
    width: 170px;
    height: auto;
}

#topMenu .logo img {
    max-width: 100%;
    width: 150px;
    height: auto;
}

header .headerTop .search {
    position: relative;
}

header .headerTop .search input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    width: 100%;
    padding: 9px 32px;
    outline: none;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-align: center
}

header .headerTop .search input::placeholder {
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
}

header .headerTop .search a {
    display: flex;
    left: 50%;
    top: 0;
    align-items: center;
    position: absolute;
    height: 100%;
    align-items: center;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 700;
    text-decoration: none;
    pointer-events: none;

    transform: translateX(-50%);
    white-space: nowrap
}

header .headerTop .search a img {
    margin-right: 12px
}

header .headerTop .search input+a.hidden {
    left: 10px;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header .headerTop .search a.hidden span {
    display: none;
}

.logo-main {
    width: 100%;
    max-width: 100px;
    height: auto;
}

header .iconLogo {
    padding: 48px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .iconLogo img {
    max-width: 170px;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
}

header .headerContent {
    padding: 5px 20px
}

header .headerContent .btn+.btn {
    margin-top: 16px
}

section {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#topMenu {
    background: #1e2023 !important;
    padding: 25px 0;
    max-height: 65px
}

#topMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#topMenu ul li a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.41px;
    color: #FFFFFF;
    text-decoration: none;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#topMenu ul li a .icon {
    margin-right: 8px
}

#topMenu ul li+li {
    margin-left: 30px
}

#topMenu ul li a .icon svg path {
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#topMenu ul li a:hover .icon svg path,
#topMenu ul li a.active .icon svg path {
    fill: var(--primary)
}

.sideNews {
    margin-top: 40px;
}

.csize {
    font-size: 0.7rem !important;

}

.custom-alert {
    background-color: #b88b3f;
    border: 0;
    border-radius: 0;
    color: white;
    margin: 0;
    padding: 0.4rem;
}

.pwa-text {
    text-transform: uppercase;
    font-size: 1rem;
}

.pwa-text-mini {
    font-size: 0.9rem;
}

.fa.fa-mobile.fa-2x {
    font-size: 1.6rem;
}

.custom-close {
    background-color: #ffffff9c;
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 0.8rem !important;
    padding: 0.2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 27% !important;
    right: 0.5rem !important;
    position: absolute !important;

    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;

    color: var(--bs-btn-close-color);
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
}

.btn-close {
    color: #fff !important;
}

.pwa-button {
    background-color: white;
    color: #b88b3f;
    width: 100px;
    padding: 0.6rem;
    margin-right: 2rem;
    border: none;
}

.pwa-button:hover {
    background-color: white;
    color: #b88b3f;
    width: 100px;
    padding: 0.6rem;
    margin-right: 2rem;
}

.pwa-button:focus {
    background-color: white;
    color: #b88b3f;
    width: 100px;
    padding: 0.6rem;
    margin-right: 2rem;
}

.amount {
    color: white;
}

.game-name {
    text-decoration: underline;
    color: white;
}

.sideNews .sideNewsTitle {
    border-radius: 11px;
    padding: 0.5rem;
    background: #1f2832;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    height: 33px;
}

.sideNewsList {
    display: none;
}

.sideshow {
    display: block !important;
}

.sideNews .sideNewsList a {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: #1C2124;
    padding: 10px 16px;
    border-radius: 10px;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sideNews .sideNewsList a .icon {
    margin-right: 14px
}

.sideNews .sideNewsList a .icon img {
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    width: 40px;
    height: 40px;
}

.sideNews .sideNewsList a .text span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.41px;
    color: rgba(255, 255, 255, 0.65);
}

.sideNews .sideNewsList a .text strong {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.41px;

    color: #E6E6E6;

}

.sideNews .sideNewsList a:hover {
    background: #000
}

.sideNews .sideNewsList a+a {
    margin-top: 8px
}

section {
    width: 100%;
    max-width: calc(100% - 288px);
    background: #000000
}

#mainBanner .item a img {
    width: 100%;
}

#mainBanner .owl-theme .owl-nav {
    margin: 0;
}

.buttonList {
    padding: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #1f2832;
    height: 35px;
    margin: 0;
    margin-bottom: 12px;
}

.btnactive {
    background: #313840 !important;
}

#mainBanner .owl-theme .owl-nav button {
    background: transparent;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(50%)
}

#mainBanner .owl-theme .owl-nav button.owl-next {
    left: auto;
    right: 35px
}

#mainBanner .owl-theme .owl-nav button:hover svg path {
    fill: var(--primary)
}

.gameTabHeader {
    padding: 0 40px;
    border-bottom: 1px solid #212224
}

.gameTabHeader .nav-pills {
    display: flex;
    justify-content: space-between
}

.gameTabHeader .nav-pills .nav-item {
    display: block;
    padding: 0 25px
}


.gameTabHeader .nav-pills .nav-link {
    position: relative;
    text-align: center;
    color: #A5ABB2;
    font-size: 15px;
    padding: 17px 5px;

}

.gameTabHeader .nav-pills .nav-link:before {
    content: "";
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    border-radius: 3px
}

.gameTabHeader .nav-pills .nav-link .icons {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 10px
}

.gameTabHeader .nav-pills .nav-link .icons svg {
    height: 100%;
    width: auto
}

.gameTabHeader .nav-pills .nav-link.active .icons svg path {
    fill: var(--primary)
}

.gameTabHeader .nav-pills .nav-link.active {
    background: transparent;

}

.gameTabHeader .nav-pills .nav-link:hover .icons svg path {
    fill: var(--primary)
}

.gameTabHeader .nav-pills .nav-link.active:before {
    background: var(--primary)
}

.gameTabHeader .nav-pills .nav-link:hover {
    color: var(--primary)
}

.gameTabHeader .filterIcon .icon {
    display: block;
    height: 32px;
    text-align: center;
    margin: 0 auto 10px
}

.gameTabHeader .filterIcon {
    display: block;
    color: #A5ABB2;
    font-size: 15px;
    padding: 17px 10px;
    text-decoration: none
}

.gameTabHeader .filterIcon:hover {
    color: var(--primary)
}

.gameTabHeader .searchIcon .icon {
    display: block;
    height: 32px;
    text-align: center;
    margin: auto
}

.gameTabHeader .searchIcon {
    display: block;
    color: #A5ABB2;
    font-size: 15px;
    padding: 17px 10px;
    text-decoration: none
}

.gameTabHeader .searchIcon svg {
    height: 32px;
    width: auto
}

.gameTabHeader .searchIcon .icon {
    text-align: center;
    margin: 0 auto 10px
}

.gameTabHeader .searchIcon:hover {
    color: var(--primary)
}


.gameTabHeader .favoriteIcon .icon {
    display: block;
    height: 32px;
    text-align: center;
    margin: auto
}

.gameTabHeader .favoriteIcon {
    display: block;
    color: #A5ABB2;
    font-size: 15px;
    padding: 17px 10px;
    text-decoration: none
}

.gameTabHeader .favoriteIcon svg {
    height: 32px;
    width: auto
}

.gameTabHeader .favoriteIcon .icon {
    text-align: center;
    margin: 0 auto 10px
}

.gameTabHeader .favoriteIcon:hover {
    color: var(--primary)
}


.gameTabContent {
    padding: 30px 40px;
}

.gameTabTitle {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.pwa-loc {
    justify-content: start;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.button-div-slider {}

.mx-4-custom {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

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

@media screen and (max-width: 768px) {
    .gameTabTitle {
        margin-bottom: 1rem !important;
    }

    .pwa-button {
        margin-right: 0 !important;
    }

    .pwa-loc {
        justify-content: end !important;
        display: flex !important;
    }

    .mx-4-custom {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .show-on-mobile {
        display: block !important;
    }

    .button-div-slider {

        height: 89px;
        width: 100%;
        position: absolute;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) calc(100% - 20px), rgba(0, 0, 0, 0) 100%);

    }
}

.gameTabTitle .icon {
    margin-right: 8px
}

.gameList {
    display: flex;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px
}

.gameList .gameItem {
    display: block;
    padding-left: 6px;
    padding-right: 6px;
    width: 20%;
}

.gameListResetPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gameList a {
    position: relative;
    display: block;
    margin-bottom: 13px;
    border-radius: 10px;
    overflow: hidden
}

.gameList a .photo img {
    width: 100%;
    border-radius: 10px
}

.gameList a .hover {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: rgba(1, 1, 21, 0.7);
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;


}

.gameList a .hover strong {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: -0.41px;
    color: #FFFFFF;


}

.gameList a:hover .hover {
    opacity: 1;
}

.showMore .btn.btn-outline-secondary {
    border-color: rgba(255, 255, 255, 0.65);
    padding: 9px 34px
}

.mobile-offcanvas-bottom {}

footer {
    margin-top: auto;
    background: #000
}

footer .footerTop {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px 25px;
    border-bottom: 1px solid rgba(163, 172, 179, 0.2);

}

footer .footerTop .footerAbout {
    max-width: 320px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02px;
    color: rgba(255, 255, 255, 0.65);

    opacity: 0.5;
}

.mobileMenuLink {
    /*display: none;*/
    text-decoration: none;
    color: white;
    font-size: 15px;
    pointer-events: none;
}

.mobileMenuLink img {
    display: none;
}


.footerLinkMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footerLinkMenu ul li a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
}

.footerLinkMenu ul li+li {
    margin-top: 4px
}

.footerLinkMenu ul li a:hover {
    text-decoration: underline;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.infoMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.infoMenu ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    letter-spacing: -0.41px;
    color: #A3ACB3;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}

.infoMenu ul li a:hover {
    color: #fff;
    text-decoration: underline
}

.infoMenu ul li+li {
    margin-top: 4px
}

.language .dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 9px 13px;
    max-width: 114px;
    width: 100%;
    height: 40px;
    color: #fff;
    background: #101416;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    border: 0;

}

.language .dropdown-toggle span {
    margin-left: 10px;
}

.language .dropdown-toggle::after {
    border: 0;
    background-image: url(../images/icons/ico-language-arrow.svg);
    width: 7px;
    height: 5px;
    margin-left: auto
}

.language .dropdown-menu {
    width: 100%;
    min-width: auto;
    background: #101416;
    top: -7px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid #ffffff08;
    padding: 0
}

.language .dropdown-menu li a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    padding-left: 13px;
    padding-right: 13px
}

.language .dropdown-menu li a:hover {
    background-color: transparent !important;
    color: #b88b3f !important;
}

.language .dropdown-menu li a.active-lang {
    opacity: 0.5;
    pointer-events: none;
}

.language .dropdown-menu li a span {
    margin-left: 10px
}

.language .dropdown-menu.show {
    border: none;
}

.supportLink {
    display: block;
    margin: 10px 0
}

.footerMeta .social a {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01px;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.footerMeta .social a+a {
    margin-top: 8px
}

.footerMeta .social a .icon {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 8px;
}

.footerMeta .social a:hover {
    color: #fff;
}

.footerMeta .social a:hover span {
    text-decoration: underline
}

.footerMeta .social a:hover svg path {
    fill: var(--primary)
}

footer .footerBottom {
    padding: 19px 40px;
    mix-blend-mode: luminosity;
    opacity: 0.45;
}

footer .footerBottom .sponsor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

footer .footerBottom .sponsor a {
    display: block;
    padding: 10px 20px;

}

.modal {
    background: rgba(0, 0, 0, 0.9)
}

.modal .modal-dialog {
    max-width: 480px
}

.input-inner {
    border-radius: 5px;
    margin-bottom: 1rem;
}

.input-inner {
    padding-left: 50px !important;
}

.input-inner::placeholder {
    color: grey !important;
    padding-left: 5px !important;
}

.input-icon {
    bottom: 25px;
    left: 12px;
}

.modal .modal-content {
    background: #1B2124;
    border-radius: 10px;
}

.modal .modal-header {
    border: 0;
}

.modal .modal-header .btn-close {
    opacity: 1 !important;
    background-image: none;
    width: 28px;
    height: 28px;
    padding: 0;
}

.modal .modal-body {
    color: #fff;
    padding: 0 40px 40px
}

.modal .ModalTitle {
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.modal .newsModalContent {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.65);
}

#newsModal .modal-dialog {
    max-width: 480px
}

#pageContent {
    padding: 40px
}

.termsPage {
    max-width: 657px;
    margin: auto
}

.termsPage .termsTitle {
    display: block;
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #FFFFFF;

}

.termsLink {
    display: flex;
    flex-wrap: wrap
}

.termsLink a {
    display: block;
    margin-right: 13px;
    margin-bottom: 16px;
    align-items: center;
    padding: 4px 8px;
    background: #141617;
    border-radius: 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;


}

.termsText {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.41px;
    color: rgba(255, 255, 255, 0.65);
}

.termsText .subtitle {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.41px;
    color: #FFFFFF;
}

.pageTabHead {
    display: flex;
    justify-content: center;
    background: #2D3136;
    padding: 3px 0;
}

.pageTabHead .nav-pills .nav-link {
    position: relative;
    background: transparent;
    padding: 8px 24px;
}

.pageTabHead .nav-pills .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
}

.pageTabHead .nav-pills .nav-link.active:after {
    background: var(--primary)
}

.pageTabHead .nav-pills .nav-link .icons {
    margin-right: 8px;
}

.pageTabHead .nav-pills .nav-link strong {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #A1A1A1;
}

.pageTabHead .nav-pills .nav-link.active strong {
    color: #fff;
}

.pageTabHead .nav-pills li {
    position: relative;
}

.pageTabHead .nav-pills li+li:before {
    content: "";
    left: 0;
    top: 8px;
    position: absolute;
    border-left: 1px dashed #DADADA;
    width: 1px;
    height: 22px;
}

.pageTabHead .nav-pills li+li {
    margin-left: 16px;
    padding-left: 16px
}

.pageTabContent {
    padding: 20px 40px;
}

.pageTabContentTitle {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
}

.promoCard {

    background: linear-gradient(180.47deg, #101416 0.43%, #3D4A55 99.62%);
    border-radius: 10px;
    margin-bottom: 20px
}

.promoCard .photo img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.promoCard .text {
    padding: 32px 40px;
}

.promoCard.promoCard-Big .text {
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.promoCard .text strong {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;

}

.promoCard .text p {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    letter-spacing: -0.41px;
    color: #C3C8CC;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.promoCard.promoCard-Big .text strong {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.2px;
}

.promoCard.promoCard-Big .text p {
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}

.promoCard .btn-primary {
    padding: 9px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.41px;
    color: #FFFFFF;
}

.promoCard.promoCard-Big .btn-primary {
    padding: 13px 45px;
}

.promoCard a+a {
    margin-left: 12px
}

.promoCard .btn-outline-secondary {
    padding: 9px 20px;
    background: rgba(255, 255, 255, .1);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.41px;
    color: #FFFFFF;
}

.promoCard.promoCard-Big .btn-outline-secondary {
    padding: 13px 45px;
}

.promoCard .btn-outline-secondary:hover {
    background: rgba(255, 255, 255, .6);
}

.tournamentsCard {
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(178.6deg, #272B2D 1.19%, #141617 95.17%);
    border-radius: 10px;
    margin-bottom: 16px;
}

.tournamentsCard .tournamentsCardLeft {
    position: relative;
    width: 100%;
    /*max-width: 614px;
    min-width: 614px*/
}

.live {
    position: absolute;
    padding: 2px 7px;
    z-index: 2;
    right: 32px;
    top: 16px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    letter-spacing: -0.41px;
    color: #FFFFFF;


}

.live:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    background: #D80027;

}

.tournamentsCard .tournamentsCardLeft .photo {
    position: relative;
}

.tournamentsCard .tournamentsCardLeft .photo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.35deg, rgba(16, 20, 22, 0) 34.25%, #000000 99.69%);
    z-index: 3;
}

.tournamentsCard .tournamentsCardLeft .photo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #101416;
    opacity: 0.2;
    z-index: 2;
}

.tournamentsCard .tournamentsCardLeft .photo img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.timer {
    position: absolute;
    bottom: 32px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.timer strong {
    display: block;
    margin: auto;
    width: 100px;
    background: rgba(0, 0, 0, 0.28);
    border-radius: 24px;

    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;

    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.timer .counter {
    display: flex;
    justify-content: center;
    color: #fff;
    margin-top: 8px
}

.timer .counter span {
    position: relative;
}

.timer .counter span i {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}

.timer .counter span p {
    display: block;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    letter-spacing: -0.41px;
    color: #FFFFFF;
}

.timer .counter span+span {
    margin-left: 17px;
    padding-left: 17px
}

.timer .counter span+span:before {
    content: ":";
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    font-weight: 600
}

.tournamentsCard .tournamentsCardRight {
    padding: 32px;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.tournamentsCard .tournamentsCardRight>i {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.41px;
    color: #FFFCFC;
    margin-bottom: 4px;
}

.tournamentsCard .tournamentsCardRight>strong {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 34px;
    color: #FFFCFC;


}

.tournamentsCard .tournamentsCardRight .btn-primary {
    width: 100%;

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;

    align-items: center;
    text-align: center;
    letter-spacing: -0.41px;

    color: #FFFFFF;
    margin: 20px 0 28px;

}

.prizeMeta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prizeMeta span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;

    letter-spacing: -0.41px;
    color: #FFFCFC;


}

.prizeMeta a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: -0.41px;
    color: #F3B44A;
    text-decoration: underline
}

.prizeList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.prizeList ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prizeList ul li .right {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #242D34;
    padding: 4px 0;

}

.prizeList ul li .rank {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    min-width: 36px;
    min-height: 36px;
    height: 36px;
    opacity: 0.6;
    border: 1px dashed #A3ACB3;
    border-radius: 50%;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.41px;
    color: #FFFCFC;
    margin-right: 10px;
}

.prizeList ul li .person strong {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFFCFC;
}

.prizeList ul li .person span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.41px;
    color: #A3ACB3;

}

.prizeList ul li .reward {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;

    text-align: right;
    letter-spacing: -0.41px;

    color: #FFFCFC;


}

.prizeList ul li:last-child .right {
    border-bottom: 0;
}

.tournamentsDetail .tournamentPhoto {
    position: relative;
}

.tournamentsDetail .tournamentPhoto img {
    width: 100%;
}

.tournamentDetailMeta {
    padding: 20px 0;
}

.tournamentDetailMeta span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.41px;

    color: #FFFFFF;


}

.tournamentDetailMeta strong {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
}

.tournamentDetailMeta .btn-primary {
    padding: 10px 52px;
}

.tournamentDesc {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.41px;
    color: #B5B5B5;


}

.miniTitle {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #E6E6E6;


}

.textCategorySlider .item a {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.textCategorySlider .item a:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 51.11%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.textCategorySlider .item a:hover:before {
    opacity: 0;
}

.textCategorySlider .item a img {}

.textCategorySlider .item a span {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    width: 100%;
    position: absolute;
    padding: 0 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    transform: translateY(-50%)
}

#categoriesContent {
    padding: 0 40px
}

.gameCategorySlider a+a {
    margin-top: 12px
}

.populerGameSlider a+a {
    margin-top: 12px
}

.suggestSliderItem {
    display: flex;
}

.suggestSliderItem .suggestSliderBig {
    width: 392px;
    min-width: 392px;

}

.suggestSliderItem .suggestSliderBig a {
    display: block;
}

.suggestSliderItem .suggestSliderBig a img {
    width: 100%;
}

.suggestSliderItem .siggestSliderRight {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 12px
}

.suggestSliderItem .siggestSliderRight a {
    width: calc(33% - 8px);
    margin-right: 12px;
    margin-bottom: 12px;
}

.suggestSliderItem .siggestSliderRight a:nth-child(3n) {
    margin-right: 0
}

.suggestSliderItem .siggestSliderRight a img {
    width: 100%;
}

.sliderNav {
    display: flex;
}

.sliderNav button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background: transparent;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: 1px solid #191C20
}

.sliderNav button+button {
    margin-left: 8px
}

.sliderNav button svg {
    width: 9px;
    height: 10px
}

.sliderNav button svg path {
    fill: #7E7E7E
}

.sliderNav button:hover {
    border-color: #31373F
}

.sliderNav button:hover svg path {
    fill: #fff
}

.sliderRight>a {
    font-size: 13px;
    color: #fff;
    margin-right: 40px
}

.profileContent {
    padding: 40px;
}

.pageTitle {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;


    color: #FFFFFF;
}

.profileMenu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 13px
}

.profileMenu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #323840
}

.profileMenu a {
    position: relative;
    display: block;
    padding: 0px 8px 15px;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    color: #FFFFFF;


}

.profileMenu a:before {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    border-radius: 4px;
    position: absolute;

}

.profileMenu a.active:before,
.profileMenu a:hover:before {
    background: var(--primary)
}

.profileBox {
    margin-top: 20px;
}

.form-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.41px;
    color: #A3ACB3;
}

.form-control {
    background: #101416 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: -0.41px;
    color: #fff !important;
    border: 1px solid rgba(163, 172, 179, 0.3) !important;
    border-radius: 10px;
    outline: none !important;
    box-shadow: none !important;
    padding: 11px 14px;

}

.form-control:disabled {
    color: #A3ACB3 !important;

    opacity: 0.7;
    background: rgba(16, 20, 22, 0.7);
}

.verifiedInput {
    position: relative;
}

.verifiedInput:before {
    content: "";
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/ico-approve.svg);
    background-size: cover;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    outline: none;
    box-shadow: none;
}

.form-select {
    background: #101416;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: -0.41px;
    color: #fff;
    border: 1px solid rgba(163, 172, 179, 0.3) !important;
    border-radius: 10px;
    outline: none !important;
    box-shadow: none !important;
    padding: 11px 14px;

}

.form-select:disabled {
    color: #A3ACB3;

    opacity: 0.7;
    background: rgba(16, 20, 22, 0.7);
}

.customSelect {
    position: relative;
}

.customSelect:before {
    content: "";
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 7px;
    height: 5px;
    background-image: url(../images/icons/ico-language-arrow.svg);
    background-size: cover;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

.dateinput {
    position: relative;
}

.dateinput:before {
    content: "";
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/ico-date.svg);
    background-size: cover;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    outline: none;
    box-shadow: none;
}

#adressArea {
    resize: none;
    height: 44px;
    line-height: 12px
}

.form-label .danger {
    color: #D4373E;
}

.form-label .success {
    color: #27AE60;
}

.phoneinput {
    position: relative;
}

.phoneinput a {
    position: absolute;
    right: 4px;
    top: 4px;
    height: calc(100% - 8px);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    width: 80px;
    padding: 8px 0;


}

.switch {
    position: relative;
    width: 44px;
    height: 24px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switchbox {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #373B43;
    -webkit-transition: .4s;
    transition: .4s;
}

.switchbox:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;

    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 1px 1px rgba(0, 0, 0, 0.16), 0px 3px 1px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.switchbox {
    background-color: var(--primary);
}

input:focus+.switchbox {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.switchbox:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.switchbox.round {
    border-radius: 34px;
}

.switchbox.round:before {
    border-radius: 50%;
}

.switch+span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.41px;
    color: #FFFFFF;
    margin-left: 15px
}

.profilecharts {
    position: relative;
    width: 70px;
    height: 70px;
}

.profilecharts .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.profilecharts .text strong {
    text-align: center;
    font-size: 13px;
    color: #fff;
    display: block;
}

.profilecharts .text span {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    color: #A5ACB2
}

.userProfileLeftInfo {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.userProfileLeftInfo .users {
    margin-left: 15px
}

.userProfileLeftInfo .users strong {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

.userProfileLeftInfo .users p {
    margin-bottom: 0;
    color: #A3AAB0;
    font-size: 13px
}

.userProfileLeftInfo .users p a {
    color: #fff;
    text-decoration: none;
}

.userProfileLeftInfo .users p a svg {
    margin-left: 5px
}

.userProfileLeftInfo .users p a:hover {
    color: var(--primary)
}

.profileBalance .profileBalanceItem {
    padding-top: 5px;
    padding-bottom: 5px
}

.profileBalance .profileBalanceItem span {
    color: #A5ACB2;
    font-size: 15px;
}

.profileBalance .profileBalanceItem strong {
    color: #fff;
    display: block;
    text-align: right
}

.profileBlance {
    padding-bottom: 10px
}

.profileMenus {
    padding: 15px 0;
}

.profileMenus .row {
    margin-left: -6px;
    margin-right: -6px
}

.profileMenus .row>div {
    padding-left: 6px;
    padding-right: 6px
}

.profileMenus a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    padding: 16px;
    background: #272B32;
    margin-bottom: 12px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #272B32
}

.profileMenus a:hover,
.profileMenus a.active {
    border-color: var(--primary)
}

.profileMenus a:hover svg path,
.profileMenus a.active svg path {
    fill: var(--primary)
}

.profileMenus a .icon {
    margin-bottom: 10px;
}

.profileMenus a .icon svg {
    width: 28px;
    height: 28px;
}

.profileMenus a strong {
    display: block;
}

.twoFactor strong {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 18px;
    color: #FFFFFF;
}

.twoFactor p {
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #A3ACB3;
    flex: none;
    order: 0;
    flex-grow: 0;
}


#verifiedModal .modal-dialog {
    max-width: 375px
}

#verifiedModal .modal-body {
    padding: 0 15px 20px;
}

#verifiedModal .ModalTitle {
    padding: 0 35px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

#verifiedModal .steps span {
    display: block;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.41px;
    color: #A3ACB3;

}

#verifiedModal .qrText {
    margin-left: 16px;
}

#verifiedModal .qrText .copyText {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-left: 9px
}

.enabledCheck {
    display: flex;
    align-items: center
}

.enabledCheck span {
    display: block;
    margin-left: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;

    letter-spacing: -0.41px;
    color: #FFFFFF;
}

#disabledverifiedModal .modal-dialog {
    max-width: 375px
}

#disabledverifiedModal .modal-body {
    padding: 0 15px 20px;
}

#disabledverifiedModal .modal-body span {
    display: block;
    margin: 15px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.41px;
    color: #A3ACB3;
}

.verificationBox>span {
    display: block;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.41px;
    color: #A3ACB3;


}

.verificationItem {
    background: #2D3136;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.verificationItem .status {
    display: inline-flex;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 24px;
    padding: 3px 8px 3px 6px;

}

.verificationItem .status span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: -0.41px;
    margin-left: 7px;
    color: #FFFFFF;


}

.verificationItem strong {
    display: block;
    padding: 10px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.41px;

    color: #FFFFFF;

}

.verificationItem span {
    display: block;
    max-width: 380px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.41px;
    color: #C4C8CC;
}

.file-upload {
    background-color: #141617 !important;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 10px;

}

.file-upload>div {
    background: transparent !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 27px 25px !important
}

.file-upload>div p {
    display: block;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF !important;


}

.file-upload>div p i {
    font-style: normal;
    color: #F3B44A
}

.file-upload>div small {

    font-weight: 400;
    font-size: 12px;
    line-height: 140.1%;
    text-align: center;
    letter-spacing: -0.41px;
    color: rgba(255, 255, 255, 0.65);


}

.file-container table th {
    color: #fff;
    font-size: 12px;
    font-weight: 300
}

.file-container table td {
    color: #fff;
    font-size: 10px
}

.file-container table .deleteBtn {
    background: transparent;
    font-style: normal !important;
    color: var(--primary) !important
}

.file-container table .deleteBtn i {
    font-style: normal !important;
    color: var(--primary) !important
}

#checkmodal .modal-dialog {
    max-width: 375px
}

#checkmodal .modal-body {
    padding: 0 15px 20px;
}

#checkmodal .ModalTitle {
    padding: 0 40px
}

#checkmodal .modal-body span {
    display: block;
    margin: 15px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.41px;

    color: #A3ACB3;


}

section:has(>.loyaltyProgram) {
    background-image: url(../images/loyaltybg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

section:has(>.loyaltyProgram) #topMenu {
    background: transparent;
}

.loyaltyHeader {
    margin: 100px 0 70px;
    text-align: center;
    display: block;
}

.loyaltyHeader strong {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #FFFFFF;


}

.loyaltyHeader p {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.2px;

    color: #A3ACB3;


}

.loyaltyContent {
    padding: 0 70px;
}

.loyaltyItem .loyaltyHeadBox {
    position: relative;
    display: flex;
    align-items: center;
    background: #303841;
    max-width: 320px;
    height: 248px;
    border-radius: 10px 120px 10px 10px;
    padding: 0 30px
}

.loyaltyItem .loyaltyHeadBox .icon {
    position: absolute;
    top: -30px;
    right: -50px
}

.loyaltyItem .loyaltyHeadBox .text {
    width: 100%;
}

.loyaltyItem .loyaltyHeadBox .text .lboxInfo {
    padding-bottom: 28px;
    border-bottom: 1px solid #A3ACB3
}

.loyaltyItem .loyaltyHeadBox .text .lboxInfo strong {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.loyaltyItem .loyaltyHeadBox .text .lboxInfo span {
    display: block;

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #A3ACB3;
}


.loyaltyItem .loyaltyHeadBox .text .lboxprize {
    padding-top: 28px;

}

.loyaltyItem .loyaltyHeadBox .text .lboxprize strong {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 56px;
    letter-spacing: -1.44px;
    color: #FFFFFF;


}

.loyaltyItem .loyaltyHeadBox .text .lboxprize span {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.41px;
    color: #A3ACB3;
}

.loyaltyItem .loyaltyBottomBox {
    display: block;
    background: #303841;
    max-width: 320px;
    border-radius: 10px 5px 40px 10px;
    padding: 5px 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.41px;
    color: #FFFFFF;
    margin-top: 10px
}

.loyaltyItem.active .loyaltyHeadBox {
    background: var(--primary)
}

.loyaltyItem.active .loyaltyBottomBox {
    background: var(--primary)
}

.loyaltyItem.active .loyaltyHeadBox .text .lboxprize span {
    color: #FFFFFF;
    opacity: 0.7;

}

.loyaltyItem.active .loyaltyHeadBox .text .lboxInfo span {
    color: #FFFFFF;
    opacity: 0.7;
}

.loyalty-1 {
    margin-bottom: 150px
}

.loyalty-1 .loyaltyHeadBox {
    margin-left: auto
}

.loyalty-1 .loyaltyBottomBox {
    margin-left: auto
}

.loyalty-2 {
    margin-top: 122px;
    padding-right: 40px
}

.loyalty-2 .loyaltyHeadBox {
    margin-left: auto
}

.loyalty-2 .loyaltyBottomBox {
    margin-left: auto
}

.loyalty-4 {
    margin-top: 102px
}

.loyalty-5 {
    margin-top: 50px;
    margin-bottom: 100px;
}

.loyalty-5 .loyaltyHeadBox {
    margin-left: auto
}

.loyalty-5 .loyaltyBottomBox {
    margin-left: auto
}

.loyaltyContent {
    position: relative;
}

.loyaltyContent:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/loyaltybg2.png);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 1;
}

.loyaltyContent .row {
    position: relative;
    z-index: 2
}

#vipPage {
    padding: 40px
}

.vipContent {
    border: 2px solid #303841;
    border-radius: 10px;
}

.vipContent table {
    width: 100%;
}

.vipContent table td {
    background: #303841;
    ;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #454F57;

    font-style: normal;

    font-size: 14px;
    line-height: 22px;
    text-align: center
}

.vipContent table th {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;

    color: #FFFFFF;

}

.vipContent table th>img {
    height: 80px;
}

.vipContent table th span {
    display: block;
    padding: 5px 0;



    color: #FFFFFF;


}

.vipContent table tr td:first-child {
    font-weight: 600;
    text-align: left
}

.vipContent table tr:last-child td {
    border-bottom: 0
}

.border-bottom {
    border-bottom: 1px solid #4e555d !important;
}

.fixedBottom {
    display: none;
}

.mobileTopMenu {
    display: none;
}

.mobileTop {
    display: none;
}

.pageTop {
    display: none;
}

.mobileSmall {
    display: none;
}

.file-upload>div span {
    display: none;
}

#bonusModal.modal .modal-dialog {
    max-width: 400px
}

#bonusModal .bonusPhoto {
    text-align: center;
}

#bonusModal .ModalTitle {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 32px;

    color: #FFFFFF;

}

#bonusModal .modal-body span {
    display: block;
    margin-bottom: 20px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01px;
    color: rgba(255, 255, 255, 0.65);

}

#bonusModal .bonusModalDesc strong {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;

    text-align: center;
    color: #FFFFFF;
}

#bonusModal .bonusModalDesc p {
    display: block;
    font-style: normal;
    font-weight: 650;
    font-size: 20px;
    line-height: 24px;

    text-align: center;
    color: #FFFFFF;

}

.suggestSliderMobile {
    display: none;
}

.jackpotSliderItem {
    padding: 15px 15px 15px 0
}

.jackpotSliderItem a {
    position: relative;
    display: block;
    text-decoration: none;
    background: #1B2124;
    border-radius: 8px;
    padding: 12px;
}

.jackpotSliderItem a .company img {
    width: auto
}

.jackpotSliderItem a .prize {
    display: flex;
    align-items: center
}

.jackpotSliderItem a .prize .icon {
    margin-right: 8px;
}

.jackpotSliderItem a .prize .icon img {
    width: auto;
}

.jackpotSliderItem a .prize .text {

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01px;
    color: #FFFFFF;


}

.jackpotSliderItem a .jackpotLogo {
    position: absolute;
    right: -25px;
    top: 50%;
    width: auto;
    transform: translateY(-50%)
}

#topMessage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--primary);
    padding: 5px 15px;

}

#topMessage .topMessageRight {
    display: flex;
    align-items: center;
}

#topMessage .text {
    color: #fff;
    font-size: 10px
}

#topMessage .btn-white {
    display: block;
    font-size: 12px;
    background: #fff;
    border-radius: 8px;
    padding: 3px 15px;
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: 10px;
}

#topMessage .btn-white:hover {
    background: #000;
}

#mainBanner .item a img.mobileSlide {
    display: none;
}



.games-search-overlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    background-color: rgba(0, 0, 0, 0.9)
}

.games-search.is-modal {
    left: 6px;
    top: 6px;
    right: 6px;
    max-width: 852px;
    background-color: #1b2124;
    z-index: 1051
}

/* Mobil modal arka plan rengi */
@media (max-width: 1023px) {
    .games-search.is-modal {
        background-color: #1b2124 !important;
    }
}

@media (min-width: 1024px) {
    .games-search.is-modal {
        left: 0;
        top: 0;
        right: 0
    }
}

@media (min-width: 1024px) {
    .games-search.is-search-page {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #1b2124;
        z-index: 1040
    }
}

.games-search-header {
    height: 60px;
    padding: 1rem;
    border-bottom: 1px solid rgba(163, 172, 179, 0.2) !important;
}



@media (min-width: 1024px) {
    .games-search-header {
        height: 64px
    }
}

.games-search-icon-search {
    z-index: -1;
    height: 22px;
    width: 24px
}

@media (min-width: 1024px) {
    .games-search-icon-search {
        height: 25px;
        width: 30px
    }
}

.games-search-icon-close {
    height: 30px;
    width: 30px;
    opacity: .65;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.games-search-icon-close:hover {
    opacity: 1
}

@media (min-width: 1024px) {
    .games-search-icon-close {
        height: 40px;
        width: 40px
    }
}

.games-search-input,
.games-search-suggestion {
    font-weight: 600
}

@media (min-width: 1024px) {

    .games-search-input,
    .games-search-suggestion {
        font-size: 1.1rem;
        line-height: 25px;
        font-weight: 600
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {

    .games-search-input,
    .games-search-suggestion {
        font-family: "SFPro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        line-height: 28px;
        letter-spacing: 0.2px
    }
}

.games-search-input {
    outline: none
}

.games-search-suggestion {
    z-index: -1
}

.games-search-suggestion-aside {
    white-space: pre
}

.games-search-list-wrapper {
    overflow: auto;
    max-height: calc(100vh - 60px);
    padding-bottom: 14px;
    padding: 1rem;
}

.cgametit {
    color: #a3acb3 !important;
    font-size: 0.85rem !important;
}

.cgametit2 {
    color: #fff !important;
    font-size: 1.1rem !important;
}

@media (min-width: 1024px) {
    .games-search-list-wrapper {
        max-height: calc(90vh - 64px)
    }
}

.games-search-input {
    padding: 1rem;
}

.games-search-input:placeholder {
    color: #fff;
}

.games-search-list-item:hover {
    background-color: rgba(48, 56, 65, 0.7)
}

.games-search-list-item {
    border-bottom: 1px solid rgba(163, 172, 179, 0.15) !important;
}

.games-search-list-item-image {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.cinput::placeholder {
    color: grey !important;
}

.games-search-list-item-image-loaded,
.games-search-list-item-image-error {
    opacity: 1
}

.games-search-list-item-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 13px;
    width: 13px
}

/* Game search skeleton loader */
.game-search-skeleton-item {
    display: flex;
    align-items: center;
    padding: 1rem 0rem 1rem 0rem;
    gap: 1.75rem;
    border-bottom: 1px solid rgba(163, 172, 179, 0.15);
}

.game-search-skeleton-image {
    width: 40px;
    height: 40px;
    background: rgba(163, 172, 179, 0.15);
    border-radius: 8px;
    flex-shrink: 0;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.game-search-skeleton-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 0.5rem;
}

.game-search-skeleton-producer {
    height: 12px;
    width: 80px;
    background: rgba(163, 172, 179, 0.15);
    border-radius: 4px;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.game-search-skeleton-title {
    height: 16px;
    width: 180px;
    background: rgba(163, 172, 179, 0.15);
    border-radius: 4px;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}

@keyframes skeleton-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

.search-page-fixed {
    position: fixed;
    width: 100%
}

.os-ios .games-search-list-wrapper {
    padding-bottom: 8rem !important
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {

    .os-ios .games-carousel,
    .os-ios .new-comers-container,
    .os-ios .payments-promo,
    .os-ios .producers-promo,
    .os-ios .characters-carousel,
    .os-ios .tournament-carousel,
    .os-ios .promos-page,
    .os-ios .loyalty-container,
    .os-ios .livechat-stats-items,
    .os-ios .games-filters,
    .os-ios .search-page>span,
    .os-ios .games-search-list,
    .os-ios .games-search-recently-title,
    .os-ios .games-search-header,
    .os-ios .payments-page,
    .os-ios .text-markup-container,
    .os-ios .faq-page,
    .os-ios .profile-header {
        padding-left: calc(env(safe-area-inset-left) - 20px) !important;
        padding-right: calc(env(safe-area-inset-right) - 20px) !important
    }

    .os-ios .tournaments-home-background {
        right: calc(env(safe-area-inset-right) - 20px) !important
    }

    .os-ios .casino-header-mobile,
    .os-ios .pwa-install-guide,
    .os-ios .footer-wrapper {
        padding-left: env(safe-area-inset-left) !important;
        padding-right: env(safe-area-inset-right) !important
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) and (min-width: 720px) {
    .os-ios .games-search-list .game-card-footer {
        max-width: calc(25vw - 16px - env(safe-area-inset-left))
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) and (min-width: 720px) {
    .os-ios .games-search-list .game-card-footer {
        max-width: calc(25vw - 16px - env(safe-area-inset-left))
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {

    .os-ios .games-carousel,
    .os-ios .new-comers-container,
    .os-ios .payments-promo,
    .os-ios .producers-promo,
    .os-ios .characters-carousel,
    .os-ios .tournament-carousel,
    .os-ios .promos-page,
    .os-ios .loyalty-container,
    .os-ios .livechat-stats-items,
    .os-ios .games-filters,
    .os-ios .search-page>span,
    .os-ios .games-search-list,
    .os-ios .games-search-recently-title,
    .os-ios .games-search-header,
    .os-ios .payments-page,
    .os-ios .text-markup-container,
    .os-ios .faq-page,
    .os-ios .profile-header {
        padding-left: calc(env(safe-area-inset-left) - 20px) !important;
        padding-right: calc(env(safe-area-inset-right) - 20px) !important
    }

    .os-ios .tournaments-home-background {
        right: calc(env(safe-area-inset-right) - 20px) !important
    }

    .os-ios .casino-header-mobile,
    .os-ios .pwa-install-guide,
    .os-ios .footer-wrapper {
        padding-left: env(safe-area-inset-left) !important;
        padding-right: env(safe-area-inset-right) !important
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) and (min-width: 720px) {
    .os-ios .games-search-list .game-card-footer {
        max-width: calc(25vw - 16px - env(safe-area-inset-left))
    }
}


.modal-form-container {
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.sign-up-container .sign-up-banner {
    background-position: center top;
    background-size: cover;
    height: 116px
}

@media (min-width: 1024px) {
    .sign-up-container .sign-up-banner {
        background-position: center;
        background-size: auto;
        height: auto
    }
}

.sign-up-container .sign-up-banner .percent-title {
    font-size: 3rem;
    line-height: normal
}

@media (min-width: 1024px) {
    .sign-up-container .sign-up-banner .percent-title {
        font-size: 4.5rem
    }
}

@media (min-width: 1280px) {
    .sign-up-container .sign-up-banner .percent-title {
        line-height: 1
    }
}

.sign-up-container .sign-up-banner .first-deposit-hint {
    font-family: "SFPro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: .625rem;
    line-height: 15px
}

@media (min-width: 1024px) {
    .sign-up-container .sign-up-banner .first-deposit-hint {
        font-family: "SFPro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 1rem;
        line-height: 22px;
        letter-spacing: 0.41px;
        font-weight: bold;
        text-transform: capitalize
    }
}

@media (min-width: 1024px) {
    .sign-up-container .sign-up-banner {
        min-width: 377px;
        background-size: cover;
        background-position-y: top
    }
}

@media (min-width: 1024px) {
    .sign-up-container .tooltip-info {
        bottom: 4px
    }
}

@media (min-width: 1024px) {
    .sign-up-modal {
        max-width: 750px !important
    }
}

.sign-up-modal * {
    -webkit-overflow-scrolling: auto
}

.sign-up-modal input {
    -webkit-overflow-scrolling: touch !important
}

@media (min-width: 1024px) {
    .sign-up-container {
        background-color: transparent
    }
}

.sign-up-container .sign-up-inner {
    height: 100%;
    padding: 1.875rem 1rem
}

@media (min-width: 720px) {
    .sign-up-container .sign-up-inner {
        height: auto
    }
}

@media (max-width: 768px) {
    .alert-res {
        display: block !important;
        margin-bottom: 1rem;
    }

    .disable-flex-on-mobile {
        display: block !important;
    }

    .alert-res-2 {
        display: block;
        margin: 0 !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .reset-margin {
        margin: 0 !important;
    }

    .icon-search {
        top: 42px;
        left: 39px;
    }

    .pageTabContent {
        padding: 20px 20px !important;
    }

    .promoCard .photo {
        width: 100%;
        height: 220px;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .promoCard .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    #pageContent {
        padding: 20px 20px !important;
    }

    .profileContent {
        padding: 20px 20px !important;
    }

    .img-account-manager {
        margin: 20px;
        max-width: 230px;
    }

    .img-higher-limits {
        margin: 20px;
        max-width: 230px;
    }

    .img-exclusive-promotions {
        margin: 20px;
        max-width: 230px;
    }


    .mobile-offcanvas-bottom {
        position: fixed;
        width: 100%;
        max-width: 253px;
        bottom: 0;
        background-color: #141618;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    header .headerContent {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
}


.accordion-button:not(.collapsed)::after {
    display: none !important;
}

.accordion-button::after {
    display: none !important;
}

@media (max-width: 991.98px) {
    .mobileCat ul.nav {
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
    }

    .mobileCat ul.nav::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    .mobileCat ul.nav .nav-item {
        flex: 0 0 auto;
    }


}


@media (min-width: 1024px) {
    .sign-up-container .sign-up-inner {
        min-width: 375px;
        background-image: none
    }
}

.sign-up-container .sign-up-inner .sign-up-success-message {
    padding: inherit;
    top: 0;
    left: 0
}

.sign-up-container .sign-up-inner .sign-up-checkbox-container .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500
}

.sign-up-container .sign-up-inner .sign-up-checkbox-container .custom-checkbox .form-check-label[for='check-terms'] {
    line-height: 16.81px;
    margin-top: -4px
}

.sign-up-container .btn-link-secondary {
    text-decoration: underline
}

.sign-up-link-hint {
    line-height: 1.43
}

@media (min-width: 1024px) {
    .sign-up-link-hint {
        opacity: 0.7
    }
}






/* Checkbox stilini özelleştir */
.custom-control-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-control-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-bottom: 0;
}

/* Boş kutu görünümü */
.custom-control-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    background-color: #1a2123;
    border: 2px solid #373b40;
    border-radius: 4px;
}

/* Tik işareti */
.custom-control-label::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Checked durumunda kutu rengi ve tik gösterimi */
.custom-control-input:checked+.custom-control-label::before {
    background-color: #B88B3F !important;
    border-color: #373b40;
}

.custom-control-input:checked+.custom-control-label::after {
    display: block;
}

.auto-size-login {
    max-width: 397px !important;
}

.producers-svg-icon,
.producer-icon,
.producer-icon img {
    /*width: auto;*/
    height: auto;
    width: 22px;
    margin-right: 10px;
    margin-bottom: 0rem;
    margin-top: 0rem;
}

.producer-category-img {
    width: auto;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 0rem;
    margin-top: 0rem;
}

.game-producer-name {
    margin-bottom: 0.55rem;
    margin-top: 0.55rem;
    margin-left: 4px;
    font-size: 14px;
}

/* Producers wrapper toggle functionality */
.producers-wrapper {
    display: none;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease, max-height 0.3s ease;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.producers-wrapper::-webkit-scrollbar {
    display: none;
}

.producers-wrapper.show {
    display: flex;
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
}


/* Search input wrapper toggle functionality */
.search-input-wrapper {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease, max-height 0.3s ease;
}

.search-input-wrapper.show {
    max-height: 200px;
    opacity: 1;
    transform: translateY(0);
}

.search-input {
    padding-left: 60px;
}

.search-input::placeholder {
    color: #A3ACB3;
}

/* Login Simulation Toolbox */
.login-toolbox {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: var(--primary);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.login-toolbox:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.login-toolbox svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.toolbox-menu {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 999;
    background: #1b2124;
    border-radius: 10px;
    padding: 10px;
    min-width: 200px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.3s ease;
}

.toolbox-menu.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.toolbox-menu-item {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background: transparent;
    border: 0;
    color: #fff;
    text-align: left;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s ease;
    font-size: 14px;
}

.toolbox-menu-item:hover {
    background: var(--primary);
}

.toolbox-menu-item+.toolbox-menu-item {
    margin-top: 5px;
}


.banner-btn {
    position: absolute;
    bottom: 3rem;
    margin: auto;
    left: 0;
    right: 0;
    width: 200px
}

.footer-whatsapp {
    right: 96px; z-index: 1000; position: fixed; bottom: 33px;
}

.banner-content {
    color: white;
    font-size: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 6rem;
    background-color: #1a1c1dcf;
    border-radius: 20px;
    width: auto;
    max-width: 600px;
    min-width: 400px;
    text-align: center;
    padding: 1rem;
}

.banner-content h1 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.banner-content h2 {
    font-size: 1rem;
    font-weight: 400;
}


/* responsive banner btn */

@media (max-width: 768px) {
    .banner-btn {
        bottom: 1rem;
    }

    .auto-size-login {
        max-width: unset !important;
    }

    .footer-whatsapp {
        bottom: 100px;
    }

}

#signupModal .modal-body {
    padding: 0;
    overflow: hidden;
}

#signupModal .modal-content {
    max-height: unset !important;
    margin-top: 8rem;
}

#signupModal .form-title-signup {
    color: white;
    font-size: 1.6rem;
}

#signupModal .sign-up-banner-text-small {
    color: white;
    font-size: 1.2rem;
}

#signupModal .ModalTitle {
    color: white;
}

#signupModal .form-sign-up {
    width: 100%;
    max-width: 338px;
}







/* Modal Container Styles */
#signupModal .modal-container {
    width: auto;
    max-width: max-content;
}

/* Sign Up Banner Styles */
#signupModal .sign-up-banner-desktop {
    background-image: url("https://sezar-static.ams3.digitaloceanspaces.com/images/images-data/image9372448508729b30.webp"),
        url("https://sezar-static.ams3.digitaloceanspaces.com/images/images-data/image9372448508729b30.webp");
}

#signupModal .sign-up-banner-mobile {
    background-image: url("https://sezar-static.ams3.digitaloceanspaces.com/images/images-data/image9372448508729b30-mobile.webp"),
        url("https://sezar-static.ams3.digitaloceanspaces.com/images/images-data/image9372448508729b30-mobile.webp");
}

/* Input Container Styles */
#signupModal .email-input {
    border-radius: 5px;
    margin-bottom: 1rem;
}

#signupModal .input-icon-email {
    bottom: 25px;
    left: 12px;
}

/* Checkbox Styles */
#signupModal .checkbox-hidden {
    /* This would be for hiding checkbox if needed */
}

#signupModal .checkbox-label-spacing {
    margin-left: 0.5rem;
}

/* Link Styles */
#signupModal .terms-link {
    color: #b88b3f !important;
    text-decoration: none;
}

/* Custom Form Styles */
#signupModal .custom-checkbox .form-check-label {
    font-weight: 600;
    line-height: normal;
}

#signupModal .custom-control .form-check-label {
    cursor: pointer;
}

#signupModal .text-small {
    font-size: small;
    line-height: normal;
    letter-spacing: normal;
}

/* Utility Classes */
#signupModal .mb-0_5 {
    margin-bottom: 0.125rem;
}

#signupModal .mb-1_5 {
    margin-bottom: 0.375rem;
}

#signupModal .mb-2_5 {
    margin-bottom: 0.625rem;
}

#signupModal .mt-0_75 {
    margin-top: 0.1875rem;
}

#signupModal .mt-1_5 {
    margin-top: 0.375rem;
}

#signupModal .mt-2_5 {
    margin-top: 0.625rem;
}

#signupModal .pb-4_5 {
    padding-bottom: 1.125rem;
}

#signupModal .pl-6_25 {
    padding-left: 1.5625rem;
}

#signupModal .pr-5 {
    padding-right: 1.25rem;
}

#signupModal .custom-checkbox .form-check-label {
    font-weight: 600;
    line-height: normal;
}

#signupModal .custom-control .form-check-label {
    cursor: pointer;
}

#signupModal .text-small {
    font-size: small;
    line-height: normal;
    letter-spacing: normal;
}

.owl-prev {
    background: transparent;
    border: 0;
}

.owl-next {
    background: transparent;
    border: 0;
}

.owl-prev svg,
.owl-next svg {
    width: 10px;
}

.max-width-78 {
    max-width: 78%;
}

.language .dropdown-toggle::after {
    background: none !important;
}

@media (max-width: 768px) {

    .enCokOynananOyunlarSliderNav,
    .enYeniOyunlarSliderNav,
    .onerilenOyunlarSliderNav {
        display: none !important;
    }

    .max-width-78 {
        max-width: 100%;
        text-align: center !important;
        margin-bottom: 1.5rem !important;
    }

    .producers-wrapper.show {
        max-height: 600px !important;
        ;
    }
}

.gameCardFavBtn {
    width: 25px;
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: #1f2832;
    border-radius: 8px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
}

.gameItem:hover .gameCardFavBtn {
    opacity: 1;
}