@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

html,
body {
    height: auto;
    background-color: var(--custom-nav);
    color: var(--custom-search-icon);
    font-size: 16px;
    font-family: Montserrat, Verdana, sans-serif;
    overflow: hidden;
}

html {
    color-scheme: light;
    forced-color-adjust: none;
}

h1, h2, h3, h4, h5, h6, li {
    font-family: Montserrat, Verdana, sans-serif;
}

.side-menu-toggle svg, .nav-sidebar-icon svg {
    color: var(--hamburger-icon);
    transform: scale(1);
    transition: all .3s ease-in-out;
    width: 24px;
}

.side-menu-toggle svg:hover, .nav-sidebar-icon svg:hover, .sidebar-menuitem svg:hover {
    color: var(--hamburger-icon-hover);
}

.nav-sidebar-icon {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
    margin: 8px;
    border-radius: 8px;
    transition: background .3s ease-in-out;
}

.nav-sidebar-icon:hover {
    background-color: var(--sidebar-icon-hover);
}


/*slider.css*/
.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

.mySlides.fade {
    opacity: 1;
}

.banner-image {
    width: 100%;
}

.center-cropped {
    object-fit: cover;
    object-position: center;
    max-height: 400px;
    width: 100%;
    height: 400px;
}

/* Slideshow container */
.slideshow-container {
    /*  max-width: 1000px;*/
    position: relative;
    margin: auto;
}

.slideshow-container a,
.slideshow-container a:hover {
    color: var(--hyperlink-color);
    text-decoration: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.ajax-loading:before {
    content: '';
    display: inline-block;
    width: 1rem; /* Size of the spinner */
    height: 1rem;
    border: 3px solid #ccc; /* Light grey border */
    border-top: 3px solid var(--custom-bg); /* Blue border */
    border-radius: 50%; /* Make it circular */
    animation: spin 1s linear infinite;
    margin-right: 4px;/* Infinite spinning animation */
}

.text-sm.ajax-loading:before {
    width: 1.25rem; /* Size of the spinner */
    height: 1.25rem;
}

.ajax-loading>svg {
    display: none;
}

/* Define the spinning animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 14px;
    /*font-weight: bold;*/
    min-height: 85px;
    padding: 15px 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    /*background: rgba(0,0,0,0.5);*/
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 85%);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    /* background-color: #717171; */
}

/* Fading animation */
/*.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}*/

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

/*slider.css end*/

.navbar.navbar-inverse.navbar-fixed-top {
    min-height: 62px;
    z-index: 2000000002;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav.navbar-nav.navbar-right.auth {
    margin: 5px 0;
}

.nav.navbar-nav.navbar-right.auth > li {
    margin-right: 5px;
}

.nav.navbar-nav.navbar-right.menu {
    padding-right: 32px;
    background: #1f1f1f;
    border-radius: 8px 8px 0 0;
}

.glyphicon.glyphicon-user.auth,
.glyphicon.glyphicon-pencil.auth {
    color: white;
    font-size: 16px;
    margin-right: 5px;
}

.fas.fa-user, .fas.fa-lock {
    background: white;
    padding: 3px;
}

.fas, .far {
    margin-right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    color: #000;
    font-size: 11px;
    line-height: 11px;
    text-shadow: none;
    /*vertical-align: top;*/
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

ul.accountSideMenu {
    padding-left: 10px;
}

.col-md-10.accountField {
    border-left: black 1px solid;
    /* margin-bottom: 5px; */
}

.box.paymentItems .col-md-6 {
    padding-left: 0;
}

.btn.login, .btn.signup, .btn.withdraw {
    background: #47acf7 !important;
    border: none;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

.btn.withdraw {
    background: #e1e1e1;
}

.btn.login:hover > .fas,
.btn.signup:hover > .fas {
    background-color: #dddddd;
}

.btn.login:hover > a,
.btn.signup:hover > a {
    background: transparent;
    border: none;
    color: var(--hyperlink-color-hover);
}

.btn.withdraw {
    background: linear-gradient(to bottom right, #cccccc 0%, #ffffff 100%);
    color: black;
    border-radius: 0;
    padding: 10.8px;
    font-size: 13px;
}

.btn.deposit, .btn.withdraw {
    margin-top: 5px;
}

.btn.deposit:hover {
    background: gold;
}

.btn.btn.withdraw:hover {
    background: linear-gradient(to bottom right, #cccccc 0%, #ffffff 80%);
}

.bonusBalance {
    color: #f7d047 !important;
    margin-left: 5px;
}

.balanceBlock {
    display: flex;
}

.balanceBlock.active {
    margin: 0 !important;
}

.btn.deposit {
    margin-top: 5px;
}

.balanceValue {
    background: linear-gradient(to bottom right, #e319e1 0%, #ff9966 100%);
    color: white;
    text-shadow: 0 0 3px #333;
    padding: 5px 8px;
    border-radius: 13px;
}

.nav.navbar-nav.menu-items {
    width: 100%;
    margin: 0;
}

ul.nav.navbar-nav.navbar-right.menu > li > a {
    padding: 10px 0;
    font-size: 14px;
    color: var(--hyperlink-color);
    font-weight: normal;
    /*text-transform: none;*/
    padding-left: 40px;
}

ul.nav.navbar-nav.navbar-right.menu > li > a:hover {
    color: var(--hyperlink-color-hover);
}

.dropdown > a.dropdown-toggle {
    color: black;
    text-decoration: none;
    padding: 10px;
}

.dropdown > a.dropdown-toggle:hover,
.dropdown > a.dropdown-toggle:focus,
.dropdown > a.dropdown-toggle:active {
    background: transparent;
    color: #000000;
}

#languageForm {
    margin-top: 15px;
    margin-left: 0px;
}

#languageForm > li > a {
    padding: 18px 10px;
}

.dropdown-menu.langMenu {
    min-width: 59px;
    border-radius: 0;
    margin-top: 15px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #cfcfcf;
    border-color: #000;
}

.nav.navbar-nav.navbar-right.userAccount {
    margin: 0;
}

.dropdown-menu.user > li > button, .dropdown-menu.user > li > form > button {
    text-align: right;
}

.dropdown-toggle.user {
    margin-top: 6px;
}

.mobile-options, .mobile-account {
    list-style: none;
    display: block;
    width: 100%;
    padding: 0;
    border-top: 1px solid #222;
    margin-bottom: 10px;
}

.mobile-options > a > li, .mobile-account > a > li {
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    color: #5b5b5b;
    padding: 5px 10px;
}

.mobile-options > a > li:hover, .mobile-account > a > li:hover {
    background: #dcdcdc;
    color: black;
}

.mobile-options > a:hover, .mobile-account > a:hover {
    text-decoration: none;
}

.mobile-siteoptions > label, .mobile-myaccount > label {
    margin-top: 15px;
}

.nav-username {
    text-transform: none;
}

.mobile-logout {
    background: transparent;
    border: none;
    padding: 0;
    font-weight: normal;
    color: #ccc;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
}

.mobile-logout:hover {
    background: #222;
    color: white;
}

.nav.navbar-nav.navbar-right.site-options {
    margin: 0;
    margin-top: 10px;
}

.nav.navbar-nav.navbar-right.site-options, .mobile-myaccount, .mobile-siteoptions {
    display: none;
}

#user-dropdown-menu > a > li {
    white-space: nowrap;
}

#user-dropdown-menu > a > li > i {
    color: white;
    padding-right: 6px;
}

#user-dropdown-menu > a:hover {
    color: black;
}

ul#user-dropdown-menu {
    z-index: 2000000002;
}

@media (max-width: 768px) {
    .nav.navbar-nav.navbar-right.site-options, .mobile-myaccount, .mobile-siteoptions {
        display: block;
    }

    .nav.navbar-nav.navbar-right.desktop-account {
        display: none;
    }

    .btn.deposit.modalButton {
        display: none;
    }

    #languageForm > li > a {
        padding: 10px 10px;
    }
}

/*pdmenuwidget.css*/
.GameMenuContainer {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    max-width: 200px;
    /* border: 1px solid #979797; */
    /* box-shadow: 2px 2px 4px 0px #00000063; */
    z-index: 1007;
    background-color: #ffffff;
    padding: 0 5px;
    flex-direction: column;
}

.GameMenuContainer.closed .containers {
    width: 0;
    overflow: hidden;
}

.GameMenuContainer.closed {
    width: 0;
    padding: 0;
}

.center-nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* overflow: visible; */
    border: none;
    flex-direction: column;
}

.GameMenuDiv {
    margin-top: 27px;
}

.gameMenu, .footerMenu {
    list-style: none;
    margin-top: 5px;
    padding-left: 0px;
}

.gameMenu {
    margin: 0;
}


.gameMenu > li {
    text-transform: uppercase;
    /* display: inline-flex; */
    white-space: nowrap;
    font-weight: normal;
    border: none;
    text-align: left;
    padding: 5px;
    line-height: 20px;
    margin-bottom: 10px;
}

ul.gameMenu span.separ {
    display: none;
    margin: 0 10px;
}

.gameMenu a, .footerMenu a {
    color: var(--hyperlink-color);
    text-decoration: none;
}

.buttonView {
    /* min-height: 35px; */
    line-height: 1em;
    cursor: pointer;
    padding: 0px 0px;
    /* padding-top: 10px; */
}

.buttonLabel p {
    margin: 0;
}


.buttonLabel {
    white-space: normal;
    font-weight: bold;
    font-size: 14px;
}

ul.gameMenu li.selected {
    background-color: #c2c2c2;
}

@media (max-width: 1300px) {
    .buttonLabel {
        white-space: normal;
        font-weight: bold;
        font-size: 14px;
    }
}

.buttonView:hover {
    border-bottom: 2px solid white;
}

.highlighted {
    color: yellow;
    /*border-bottom: 2px solid gold;*/
    text-shadow: gold 0px 0px 10px;
}

.highlighted:hover {
    text-shadow: white 0px 0px 10px;
    border-bottom: 2px solid gold;
}

.bottomSpace {
    padding-bottom: 9px;
}

.footerMenu {
    margin-bottom: 20px;
}

.footerMenu > li {
    font-weight: normal;
    display: inline-block;
    font-size: 10px;
    white-space: normal;
    text-align: center;
    padding: 0px 10px;
}

.searchBar {
    cursor: pointer;
    width: auto;
    /* float: left; */
    display: flex;
    margin-top: 3px;
    /* height: 100px; */
    width: 100%;
    border: solid 1px black;
    padding: 2px;
}

.open-close {
    width: 40px;
    height: 40px;
    background-color: #d0d0d0;
    position: absolute;
    right: -40px;
    top: 5px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    box-shadow: #6b6b6b 1px 1px 2px 0px;
}

.searchBar i {
    cursor: pointer;
    color: #555555;
    font-size: 18px;
    margin-top: 5px;
}

.inputSearch {
    background-color: transparent;
    border: none;
}

.liIcon {
    margin-bottom: 10px;
}

.liIcon img {
    width: 74px;
}

.provs {
    display: none;
    overflow: hidden;
    position: absolute;
    width: min-content;
    right: 0;
    padding: 0;
    /* margin-top: 12px; */
    z-index: 1006;
    list-style: none;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    border: 1px solid #444;
    background: #ededed;
}

.provs li {
    padding: 6px 10px;
    width: 156px;
    cursor: pointer;
    float: left;
    display: inline-grid;
    text-align: center;
    font-size: 15px;
}

.provs li:hover {
    background: #fff;
    /*border-bottom: 2px solid white;*/
}

.cats {
    display: none;
    position: absolute;
    margin-top: 22px;
    z-index: 1006;
    list-style: none;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    /*    width: 120px;*/
    margin-left: -8px;
}

.cats li {
    padding: 10px;
    background: #333;
    border-bottom: 2px solid #444;
    width: 200px;
    margin-left: -40px;
    cursor: pointer;
}

.cats li:hover {
    background: #444;
    border-bottom: 2px solid white;
}


@media (min-width: 1600px) {

}


@media (min-width: 1200px) and (max-width: 1600px) {

}


@media (max-width: 1024px) {

}


@media (min-width: 768px) and (max-width: 960px) {
    .provs li {
        width: 20%;
    }
}


@media (max-width: 767px) {
    .gameMenu {
        /* display: none; */
    }
}

@media (max-width: 760px) {
    .gameMenu {
        /* display: none; */
    }
}

@media (max-width: 480px) {

    .gameMenu {
        /* display: none; */
    }

}

/*app.css*/
* {
    box-sizing: border-box;
}

.defaultColor {
    color: #f7d047;
}

.slider {
    width: 100%;
}

.slick-slide {
    margin: 0px;
}

select.form-control {
    padding: 6px 10px;
    height: 44px;
}

.btn-slider {
    background: transparent;
    border-radius: 0px;
    border: 2px solid #f7d047;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    text-transform: uppercase;
    font-weight: 800;
}

.btn.no-hover:hover {
    background-color: inherit;
    color:inherit;
}
.btn-slider > i {
    color: white;
    background: transparent;
}

.btn-slider:hover {
    background: #f7d047;
}

.btn-slider:hover > i {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.btn-slider.prev {
    left: auto !important;
    right: 42px !important;
}

.btn-slider.next {
    right: 0px !important;
}

.btn-slider.prev, .btn-slider.next {
    top: 0px !important;
    margin-top: 0px !important;
    outline: none;
}

.btn-slider.prev:focus, .btn-slider.next:focus, .inputSearch:focus {
    outline: none;
}

.inputSearch {
    text-transform: uppercase;
    /* font-weight: bold; */
    /* text-shadow: 0 0 8px rgba(0,0,0,.5); */
}

.inputSearch::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #555;
    opacity: 1; /* Firefox */
}

.inputSearch:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.inputSearch::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

a {
    color: var(--hyperlink-color);
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

a:hover {
    color: var(--hyperlink-color-hover);
}

.orange {
    color: #f7d047;
}

.nav-username.dropdown-toggle {
    text-transform: none;
}

.wrap {
    height: calc(100dvh - 64px);
    width: calc(100dvw - 64px);
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 640px) {
    .wrap {
        width: 100%;
    }
}

.wrap > .container {
    padding: 0;
    padding-top: 62px;
    display: flex;
    /* flex-wrap: wrap; */
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.h1plus {
    color: #555;
    margin: 0px;
    padding: 20px;
}

/* Add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
    content: ''; /* Default content placeholder */
}

/* Ascending sort */
a.asc:after {
    content: '▲'; /* Use a Unicode character for an upward triangle */
    font-size: 12px;
    color: #333; /* Customize the color */
}

/* Descending sort */
a.desc:after {
    content: '▼'; /* Use a Unicode character for a downward triangle */
    font-size: 12px;
    color: #333; /* Customize the color */
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #999;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #eee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background: linear-gradient(to bottom right, #e319e1 0%, #ff9966 100%);
    border-color: transparent;
}


.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    background: transparent;
    border: 1px solid #eee;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #999;
    background-color: #eee;
    border-color: transparent;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #eee;
    border-color: transparent;
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.activefields {
    font-style: italic;
}

.grey {
    background: rgba(200, 200, 200, 0.15);
    border-bottom: 2px solid #ddd;
    border-radius: 4px;
    color: black;
    margin: 0px;
    margin-bottom: 40px;
    padding: 10px 0px;
}

.small {
    margin-bottom: 20px;
    padding: 0px;
}

.badge {
    white-space: normal;
    margin: 0px 2px;
    background-color: #38a;
    cursor: pointer;
}

blockquote {
    font-size: 14px;
    font-style: italic;
    border-color: #ccc;
    border-width: 5px;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

a.image-wrap img {
    width: 100px;
}


/* progress screen */
@keyframes back {
    from {
        background-color: transparent;
    }
    to {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@keyframes gif {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.myprogressdiv {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .myprogressdiv {
    display: block;
}

.modal-body {
    margin-top: -20px;
}

#modalContent {
    padding: 20px;
}


/** casino **/
.testMode {
    position: absolute;
    top: 85px;
    z-index: 300;
    padding: 0 10px;
}

.loyalty-ul > li {
    font-weight: normal;
}

.loyalty-ul.cards > li {
    font-weight: normal;
    font-size: 12px;
}

.cardsContainer .row {
    margin-left: 0px;
}

.col-md-12.vipStatusDiv {
    background: #222222;
    padding-top: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.vipStatusDivOnAccount {
    width: 200px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 40px;
}

.vipStatus {
    padding: 5px;
    background: #e319e1;
    color: black;
    border-radius: 4px;
}

.gambling a {
    color: #FFFFFF;
}

.loginTitle {
    color: #f7d047;
    text-transform: uppercase;
    font-weight: 800;
}

.logoinpages {
    /*margin-top: 30px;*/
}

button.close {
    opacity: 0.6;
}

.navbar {
    margin-bottom: 0px;
    background: #010101;
}

.navbar > .container {
    background: #010101;
}

.navbar-inverse {
    background: #ffffff;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    color: black;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-inverse .navbar-nav > li > a {
    color: black;
    background: transparent;
}

.navbar-inverse .navbar-nav > li:hover > a {
    color: #373737;
}

.navbar-brand {
    padding: 5px;
    padding-right: 10px;
}

.navbar-left {
    font-size: 18px;
    font-style: italic;
    /*height: 53px;*/
}

.nav.navbar-nav.navbar-left.menu > li > a {
    color: #5a5a5a;
    /* font-weight: 400; */
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

.nav.navbar-nav.navbar-left.menu > li > a:hover {
    color: #f7d047;
}

.navbar-right {
    /*float: right !important;*/
    margin-right: 0px;
}

.nav > li > a {
    padding: 10px;
    padding-top: 21px;
    padding-bottom: 0;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand > img {
    width: 100px !important;
    padding-top: 2px;
}

/*.nav > li > a:hover, .nav li > form > button.logout:hover, .therms:hover {
    text-shadow: rgba(255,255,255,0.8) 0px 0px 5px;
}*/

.langs {
    padding: 15px;
    float: right;
    margin-left: 20px;
}

.nav li > form > button.logout {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    margin-top: -3px;
}


.footer .container {
    padding-bottom: 20px;
}

.container.footermain {
    padding-top: 20px;
}

.footerMenu {
    list-style: none;
    margin-top: 5px;
    padding-left: 0px;
    margin-bottom: 20px;
}

ul.footerMenu img.white {
    -webkit-filter: brightness(-42%);
}

.footerMenu > li {
    font-weight: normal;
    display: inline-block;
    font-size: 10px;
    white-space: normal;
    text-align: center;
    padding: 0px 10px;
}

.footerNav {
    list-style: none;
    padding: 0;
    margin: 10px;
}

.footerNav li {
    font-size: 12px;
    text-transform: uppercase;
    display: inline;
    padding: 0 5px;
    font-weight: 600;
}

.ftext {
    font-size: 10px;
}

.glyphicon {
    color: #666;
    font-size: 11px;
}

.navIcon {
    color: white;
    font-size: 14px;
}

.leftmargin {
    float: right;
}

.footermain {
    background: #ededed;
}


/** signup form **/

/* phone */
#country-listbox {
    color: black;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.form-control {
    padding: 22px 15px;
    /*border: none;*/
    border-radius: 0;
}

.payment-modal .form-control {
    padding: 0 10px;
}


.form-group {
    margin-bottom: 5px;
}

.input-div {
    /*overflow: hidden;*/
    margin: 11px 0px;
    width: 100%;
    min-height: 47px;
    height: auto;
}

.multiselect-div {
    margin: 11px 0px;
    width: 100%;
    min-height: 56px;
    overflow: hidden;
}

.input-div.select-gender {
    border: 1px solid #ccc;
    background: transparent;
    height: 44px;
    padding: 12px;
    margin-bottom: 26px;
}

.input-icon.gender {
    position: relative;
    margin: -8px;
}

.input-icon {
    display: none;
    float: left;
    position: absolute;
    width: 30px;
    text-align: center;
    background: #010101;
    border-radius: 4px 0px 0px 4px;
    padding: 7px 0px;
    color: white;
    z-index: 1;
}

.input-icon i {
    color: white;
}

.sform {
    width: 100%;
    padding-left: 35px;
    color: #fff;
    margin: 0;
}

/*.form-control, .sform {
    width: 99%;
    padding-left: 35px;
    color: #fff;
    margin: 0;
        margin-left: 0px;
    background: transparent;
    border-bottom: 1px solid #666;
    border-radius: 0px;
    margin-left: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.has-success .form-control, .has-error .form-control, .form-control,
.has-success .form-control:focus, .has-error .form-control:focus, .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}*/

.dateform {
    width: 33.33%;
    margin: 0;
    color: #999;
}

#dobday {
    border-right: 1px solid #222;
    margin: 0px;
}

#dobmonth {
    border-radius: 0px;
    border-right: 1px solid #222;
    margin: 0px;
}

#dobyear {
    margin: 0px;
}

.form-group.field-dobday {
    width: 33.33%;
}

.form-group.field-dobmonth {
    width: 33.33%;
}

.form-group.field-dobyear {
    width: 33.33%;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background: #333;
}

/*select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}*/

input[type="radio"] {
    /*display: none;*/
}


/** loginform joinbutton**/
.btn.btn-login {
    background: #f7d047;
    color: #333;
    text-transform: uppercase;
    font-weight: 800;
    border: none;
    border-radius: 0;
    padding: 12px;
}

.joinButton {
    width: 100%;
    color: black;
    font-weight: bold;
    background: #e319e1;
    text-transform: uppercase;
    font-size: 18px;
}

.joinButton:hover {
    color: black;
    background: #f42af2;
}

.joinButton, .loginButton1 {
    padding: 15px;
}


.register, .passwordreset {
    display: none;
    position: absolute;
    top: 0;
    width: 95%;
}

.passresetButton {
    background: transparent;
    border: none;
    color: white;
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
    text-decoration: underline;
}

.passresetButton:hover {
    color: #eee;
}


.checkbox > .help-block {
    left: 0;
    margin-top: 25px;
}


/** loginform separator **/
.separator {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #333;
    line-height: 0.1em;
    margin: 10px 0 20px;
    margin-top: 20px;
}

.separator span {
    padding: 0px 10px;
    background: #282828;
    color: #555;
}

.loginform-label {
    display: block;
    font-weight: normal;
}

/* The container */
.my-radio-group {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100px;
    float: left;
    font-weight: normal;
}

/* Hide the browser's default radio button */
.my-radio-group input {
    position: absolute;
    opacity: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.my-radio-group:hover input ~ .checkmark {
    background-color: #ccc;
    float: left;
}

/* When the radio button is checked, add a blue background */
.my-radio-group input:checked ~ .checkmark {
    background-color: #ccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.my-radio-group input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.my-radio-group .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fa0000;
}

/** modal options **/

.modal-header, .message-box-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    background: #010101;
    font-weight: bold;
    display: none;
}

.modal-content {
    background: #282828;
    padding: 0;
    border-radius: 0;
    border: none;
}

.modal.in .modal-dialog {
    margin-top: 70px;
}

.modal-body {
    overflow: auto;
    height: 570px;
}

.payment-modal .modal-body, #card_modal .modal-body {
    height: auto;
    min-height: 300px;
    padding: 10px;
    margin: 0;
}

#payment_widget_div {
    background: #ffffff;
}

.close {
    color: white;
}

.close:hover {
    color: white;
}


/** scrollbar options **/
/* Customize the scrollbar for WebKit browsers */


::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
    background: #333;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
    background: #666;
}

/* For Firefox */
body * {
    scrollbar-color: var(--scrollbar-color) #0000;
    scrollbar-width: thin;
}

/** login signup button options **/
.authButton {
    background: transparent;
    color: white;
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0px;
    padding: 15px;
    height: 53px;
}

.authButton:hover, .authButton:active, .authButton:focus {
    color: white;
    background: black;
}

.gold {
    background: #e319e1;
    color: #111;
    margin-right: 10px;
}

.gold:hover {
    background: #f42af2;
    color: #111;
}


/** LOADING SCREEN **/

.loading {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    z-index: 9999;
    background: #010101;
    overflow: hidden;
    /*opacity: 0.0;*/
}

.loadingAnim {
    position: relative;
    top: 30%;
}

.loadingImg {
    /*width: 100px;*/
}

.pulsate {
    font-size: 28px;
    text-align: center;
    text-shadow: 0px 0px 10px white;
    width: 100%;
    margin-left: 2px;
}

.loadingModal {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 2147483648;
    background: white;
    overflow: hidden;
    top: 42px;
    left: 0;
    border-radius: 0px 0px 4px 4px;
}

.loadingModal > .loadingImg {
    top: 45%;
    position: relative;
}

.top {
    position: fixed;
    bottom: 115px;
    right: 20px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    display: none;
    z-index: 1004;
    cursor: pointer;
}

.top i {
    font-size: 40px;
    margin: 0px;
    padding: 0px;
    margin-left: -3px;
    color: rgba(255, 255, 255, 0.8);
}


/** button options **/
.specButton:active, .specButton:focus,
.moreButton:active, .moreButton:focus {
    background: #e319e1;
}


.signupButton, .loginButton, .dropdownItems {
    border: none;
    background: none;
    padding: 10px;
    font-size: 18px;
}

.dropdownItems {
    text-align: left;
    white-space: nowrap;
    padding: 2px 10px;
}


/** billboard options **/
.billboard {
    position: fixed;
    z-index: 1029;
    background: url('/images/ledpattern3.jpg');
    padding: 0px 10px;
    color: goldenrod;
    font-size: 18px;
    background-size: contain;
    border-top: 2px solid #222;
    border-bottom: 4px solid #080808;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 30px;
    top: 50px;
}

.billboardMessage {
    white-space: nowrap;
    /*display:inline;*/
    width: auto;
}


/** menu options **/
.balance, .bonus {
    float: right;
    padding: 0px 0px;
    font-weight: normal;
}

.bonus {
    text-transform: none;
    font-size: 12px;
    background: #222;
    color: #fff;
    padding: 1px 10px;
    border-radius: 2px;
    margin: 0px 3px;
    width: 100%;
    text-align: center;
    padding-bottom: 2px;
}

.balanceValue {
    background: #e319e1;
    color: #111;
    padding: 0px 3px;
    border-radius: 2px;
    margin: 0px 3px;
    font-weight: normal;
}

.balances {
    float: right;
    width: 100px;
    margin-top: 5px;
}

.bonusStatusBar {
    height: 2px;
    position: relative;
    background: #0f0;
    margin-left: -3px;
    margin-top: 18px;
}

.depositButton {
    background: #e319e1;
    color: #111;
    float: right;
    text-transform: uppercase;
    margin: 10px 20px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

.glyphicon-credit-card {
    color: #111;
    font-size: 15px;
}

.dropdown-menu {
    background: #ffffff;
}

.dropdown-menu > a > li {
    color: white;
    font-weight: bold;
    text-transform: none;
    padding: 5px 20px;
}

.dropdown-menu > a:hover {
    text-decoration: none;
}

.dropdown-menu > a > li:hover, .dropdown-menu > li > button:hover, .dropdown-menu > li > form > button:hover {
    color: #111;
    background: #f7d047;
}

.dropdown-menu > li > button, .dropdown-menu > li > form > button {
    width: 100%;
    font-size: 14px;
    padding: 4px 20px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #111;
    background: #f7d047;
}


/** personal details options **/
.personalDetails {
    overflow: hidden;
    margin-bottom: 5px;
    padding: 1px;
}

.personalItemName {
    padding: 7px;
    border-radius: 4px 0px 0px 4px;
    background: #010101;
    text-align: right;
    position: absolute;
    width: 130px;
}

.personalItem {
    padding: 7px;
    border-radius: 0px 4px 4px 0px;
    background: #333;
    padding-left: 135px;
    min-height: 34px;
}

.personalItemInput {
    padding-left: 135px;
}

.personalItemInput:hover {
    background: #444;
    /*cursor: pointer;*/
}

#player-details-form > div > div > .help-block,
#password-change-form > div > div > .help-block,
.loginfo {
    margin: 0px;
}

#player-details-form > div > .form-group,
#password-change-form > div > .form-group,
.loginfo {
    margin-bottom: 0px;
}

#player-details-form h4 {
    margin-top: 20px;
}

/** deposit screen options **/
blockquote {
    padding: 3px 13px;
    margin: 0 0 10px;
    color: #999;
    border-color: #999;
}

.deposit-block {
    border-radius: 4px;
    border: 1px solid #333;
    padding: 0px 15px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 10px;
}

.field-depositform-amount {
    width: 80%;
    float: left;
}

.field-depositform-amount > input {
    text-align: right;
}

.field-depositform-currency {
    width: 19%;
    float: right;
}

.field-depositform-currency > select {
    padding-left: 5px;
}


/** wallet options **/
.nav-tabs {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.nav-item a {
    color: white;
}

.nav-tabs > li > a {
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    color: #aaa;
    background: #eee;
    /*background: rgba(100,100,100,0.2);
    text-shadow: rgba(255,255,255,0.8) 0px 0px 20px;*/
}

.nav-tabs > li > a:hover {
    color: #555;
    background: #ddd;
    border-color: #ccc;
}

.td-style {
    border-top: 1px solid #333;
}

#depositTab, #withdrawTab {
    border-bottom: none;
}

#depositTab > li > #deposit1-tab, #withdrawTab > li > #withdraw1-tab {
    border: 1px solid #555;
    border-radius: 4px 0px 0px 4px;
    border-right: none;
    margin-right: 0;
}

#depositTab > li > #deposit2-tab, #withdrawTab > li > #withdraw2-tab {
    border: 1px solid #555;
    border-radius: 0px 4px 4px 0px;
    border-left: none;
    margin-right: 0;
}

.pending {
    background: grey;
}

.complete {
    background: green;
}

.cancel {
    background: red;
}

.paymentimg {
    /* height: 100px; */
    width: 100px;
    line-height: 94px;
    border: 1px solid #555;
    text-align: center;
    border-radius: 4px;
    background: #333;
    margin-bottom: 10px;
}

.paymentimg:hover {
    background: #555;
}

.paymentimg:focus {
    background: green;
}

.paymentimg img {
    vertical-align: middle;
}

.white {
    color: white;
    font-size: 17px;
}

#depositform-firstname, #depositform-lastname, #depositform-cardnumber,
#depositform-expiration_month, #depositform-expiration_year, #depositform-ccv {
    width: 133px;
    float: left;
    margin-bottom: 20px;
    margin-left: 4px;
    padding: 4px;
    height: 25px;
    background: rgba(255, 255, 255, 0.3);
    color: #111;
}


#depositform-cardnumber {
    width: 271px;
}

#depositform-expiration_month, #depositform-expiration_year, #depositform-ccv {
    width: 50px;
}

.form-group.field-depositform-ccv {
    width: 100%;
    float: inherit;
    margin-bottom: 5px;
    overflow: hidden;
}

#depositform-ccv {
    margin-bottom: 0;
}

.debitCard {
    padding: 10px;
    padding-top: 15px;
    border: 1px solid #555;
    border-radius: 4px;
    width: 300px;
    height: 187px;
    background: url('../../images/debit_bg.jpg');
    background-size: cover;
    margin-bottom: 20px;
    display: none;
    margin-left: 20px;
}

.field-depositform-firstname, .field-depositform-lastname {
    margin-bottom: 0;
}

.debitCard > input::placeholder {
    color: white;
    text-shadow: 0px 0px 3px black;
}

.debitImage {
    width: 80px;
    float: right;
    position: absolute;
    right: 14px;
    top: 106px;
}

.depositTitle, .col-md-6 .personalDetails {
    padding: 0;
}

.debitCard > .form-group .help-block:after {
    content: none;
}

/*.has-error .help-block:after {
  border-bottom: 6px solid rgba(200,0,0,0.8);;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 0;
  height: 0;

  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 1em;
}*/

/** deposit form **/

.form-control.help-block {
    border: 1px solid red;
    position: initial;
    float: none;
}

.debitCard > label, .field-depositform-country > label,
.field-depositform-amount > label, .neteller > label, #payment-error {
    background: rgba(200, 0, 0, 0.8);
    color: white;
    border-radius: 4px;
    padding: 0px 6px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    display: inline-block;
    font-size: 12px;
    text-shadow: 0 0 3px black;
    font-weight: normal;
    position: relative;
    z-index: 2;
}

.countryInfoBox {
    color: #999;
    position: relative;
    z-index: 1;
}

#payment-error {
    position: absolute;
    top: 40px;
}

#depositform-firstname-error {
    position: absolute;
    top: -11px;
    left: 14px;
}

#depositform-lastname-error {
    position: absolute;
    top: 36px;
    left: 150px;
}

#depositform-cardnumber-error {
    position: absolute;
    top: 81px;
    left: 14px;
}

#depositform-expiration_month-error {
    position: absolute;
    top: 126px;
    left: 14px;
    z-index: 1;
}

#depositform-expiration_year-error {
    position: absolute;
    top: 100px;
    left: 119px;
    z-index: 1;
}

#depositform-ccv-error {
    position: absolute;
    top: 172px;
    left: 13px;
}

#depositform-ccv {
    margin-right: 100%;
}

#depositform-currency {
    background: #333;
    padding: 0 10px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: 0 0 2px rgba(102, 175, 233, .6);
    box-shadow: 0 0 2px rgba(102, 175, 233, .6);
}

.neteller, .skrill, .paysafe, .cashlib {
    display: none;
}

.continue {
    background: #620012;
    border: none;
}

#depositform-netellerID, #depositform-secureCode {
    margin-bottom: 10px;
}

#depositform-netellerID-error, #depositform-secureCode-error {
    position: absolute;
    margin-top: -16px;
}

#depositform-amount-error {
    position: absolute;
    margin-top: -6px;
}

.depositImage {
    border: 1px solid #333;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 20px;
    background: #333;
}

.payment-details {
    display: none;
}

.form-control[readonly] {
    /*  background: #333;*/
}

.field-depositform-saveit {
    width: 100%;
    float: left;
    display: none;
    padding-top: 10px;
}


/** KYC settings **/
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width:100%;
}

.btn-upload {
    border: 1px solid #111;
    color: #111;
    background-color: #e319e1;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    height: 42px;
    width: 112px;
}

.upload-btn-wrapper > .form-group {
    width: 370px;
    height: 28px;
}

.upload-btn-wrapper > div > .help-block {
    position: absolute;
    top: 34px;
}

.upload-file-block {
    display: none;
}

.upload-file-block i {
    font-size: 23px;
    padding-right: 10px;
    color: green;
    margin-right: 10px;
    text-align: center;
    width: 15px;
    vertical-align: bottom;
}

.upload-file-info {
    font-size: 14px;
    color: green;
}

#idcardinfo, #billinfo, #creditcardinfo, #otherinfo {
    font-size: 16px;
    padding-left: 10px;
    cursor: pointer;
    color: white;
}

.infoUl li {
    font-weight: normal;
    /* list-style: circle; */
    margin-left: 5px;
}

.specButton, .moreButton {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 15px 30px;
    font-size: 18px;
    background: #111111;
    border: none;
}

.specButton:hover, .moreButton:hover {
    background: #000000;
}

.infoother {
    display: none;
    position: relative;
}

.docImage {
    width: 110px;
    margin: 16px;
}

/** message screen options **/
.top-message {
    z-index: 100000000000 !important;
}

.message-container {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /*float: left;*/
    position: fixed;
    z-index: 99999;
    overflow: hidden;
    padding: 20px;
    display: none;
}

.message-box {
    background: white;
    height: 236px !important;
    position: relative;
    top: 20%;
    border: 1px solid #111;
    border-radius: 4px;
    padding: 0;
    /*width: 100%;*/
    padding-top: 45px;
}

.message-box-header {
    border-bottom: 1px solid #444;
}

.message-box-body {
    padding: 0px 20px;
    height: 70px;
}

.message-box-button {
    padding: 0px 15px;
}

.message-box-ok {
    font-size: 14px;
    width: 100%;
    margin-top: 0px;
    padding: 10px 30px;
}

.message-box-ok:hover, .message-box-ok:active, .message-box-ok:focus {
    color: white;
}

/** recaptcha position **/
.form-group.field-contactform-recaptcha.required {
    position: relative;
    top: 20px;
}

.form-group.field-contactform-recaptcha.required > .help-block {
    margin-top: -20px;
}

.g-recaptcha > div > div > iframe {
    top: 0;
}


/** promotions style **/
.promoContainer {
    padding: 5px 0 !important;
}

.promotions-col {
    padding: 0;
}

.promoMainCard {
    background: #000062;
    border-radius: 16px;
    padding: 85px 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(5, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(5, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(5, 0, 0, 0.75);
    cursor: pointer;
    height: 300px;
    width: 100%;
    position: relative;
    background-size: cover;
}

.liIcon img {
    width: 74px;
}

.luckylink {
    color: white;
    text-shadow: 0px 0px 10px white;
    font-weight: bold;
}

.luckylink:hover {
    color: #e319e1;
    text-decoration: none;
}

.ui.card {
    background: #333;
    border-color: transparent;
    border-radius: 0;
    color: white;
}

.promoTitle {
    color: #f7d047;
}

.container.footermain {
    padding-top: 0px;
    padding-bottom: 10px;
}

.btn-danger:active:hover, .btn-danger:active:focus {
    background-color: #111;
    border-color: #121212;
}

.promoInfoCard {
    display: none;
    background: #e319e1;
    border-radius: 16px;
    padding: 10px 20px;
    margin-bottom: 20px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: left;
}

.infoContent {
    font-size: 14px;
}

.infoContent > ul {
    padding: 0px;
    padding-left: 15px;
}

.infoContent > ul > li {
    font-weight: normal;
}

.infoContent a {
    color: #f42af2;
    font-weight: bold;
}

.infoTitle > h3 {
    margin-top: 10px;
}

.triangle {
    width: 150px;
    height: 200px;
    background: url('../../images/triangle.png');
    position: absolute;
    top: 100px;
    right: 0;
    border-radius: 0px 0px 16px 0px;
}

.triangle > .glyphicon.glyphicon-share-alt {
    position: absolute;
    top: 128px;
    left: 76px;
    font-size: 58px;
    color: white;
    text-shadow: -2px 2px 3px black;
}

#\37  > .promoMainCard > .promoTitle > h2 {
    color: #e319e1;
    font-size: 42px;
    text-shadow: 2px 5px 3px black;
}


.danger-error {
    background: #620012;
    color: white;
    border: none;
    font-size: 18px;
}


iframe.depositContent {
    width: 100%;
    height: 485px;
    border: none;
    position: absolute;
    top: 0;
}

iframe.depositContent > html > body {
    background-color: transparent;
}


/** live chat **/
.zopim > iframe {
    top: 0;
}


/** loyalty coins **/
.mycard {
    width: 33%;
    float: left;
    padding: 15px;
}

.mycard img {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.cardsContainer {
    margin-bottom: 30px;
    overflow: hidden;
}

.balanceContainer {
    width: 100%;
    float: left;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 0 10px;
}

/** cards options [from cards.css] **/
.card {
    /*border: 1px solid #ddd;
    border-radius: 4px;*/
}

.card-header {
    margin: 0;
    padding: 10px 20px;
    background-color: black;
    color: white;
    font-weight: bold;
}

.card-block {
    padding: 20px;
}

/** tournament options **/

.row.tourDiv {
    background: linear-gradient(#333, #222);
    border-bottom: 1px solid #222;
}

.row.tourDiv:hover {
    background: linear-gradient(#666, #222);
}

.col-xs-4.tourName {
    padding: 14px;
    font-size: 18px;
    font-weight: bold;
}

.col-xs-4.tourDate {
    padding: 10px;
    font-size: 12px;
}

.btn.tourButton {
    color: black;
    padding: 16px;
    border-radius: 0px;
    background-color: #e319e1;
    font-weight: bold;
    text-transform: uppercase;
    width: 45%;
    float: left;
    margin-left: 1px;
    min-width: 100px;
}

.btn.tourButton:hover {
    background: gold;
}

.btn.tourButton.black {
    background: linear-gradient(#000, #222);
    color: white;
    border: none;
    cursor: default;
}

.col-md-12.tourImage, .col-md-12.tourImageTrue {
    height: 100%; /*300px*/
    background: #333;
    margin-bottom: 0px;
    margin-top: -34px;
    border: 4px dashed #666;
    padding: 0;
}

.col-md-12.tourImageTrue {
    border: none;
}

.cropped-header-img {
    object-fit: contain; /*cover*/
    object-position: center;
    height: 100%; /*300px*/
    width: 100%;
    display: block;
    max-width: 100%;
}

.col-md-4.tabell {
    background: #111;
    min-height: 500px;
}

.tourDescription {
    font-size: 20px;
    min-height: 240px;
}

.tourDateAlone {
    text-align: center;
    font-size: 24px;
    padding: 20px;
    border: 1px solid #444;
    border-radius: 4px;
    margin: 10px 0;
}

.btn.btn-info.gold {
    background: #e319e1;
    color: #111;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

/*.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #333;
}*/

.accountTitle {
    color:var(--main-text)!important;
}
.accountTitle i {
    color:var(--main-text)!important;
}

h4 {
    color:var(--main-text);
}

.table {
    color:var(--main-text);
}
.table.tourTable, .table.tourTable > tbody {
    background: #111;
}

.table.tourTable > tr:nth-child(even), .table.tourTable > tbody > tr:nth-child(even) {
    background: #222
}

.table.tourTable > tr > td, .table.tourTable > tbody > tr > td {
    padding: 10px
}

.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
}

.yourPos {
    margin: 20px 0;
    font-size: 16px;
}

.activetourswidget {
    position: fixed;
    z-index: 160000000;
    width: 400px;
    min-height: 100%;
    /*background: rgba(0,0,0,0.9);*/
    right: 0;
    top: 50px;
    overflow: auto;
    right: -17px;
}

.myToursDiv {
    position: absolute;
    margin-left: 53px;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px;
    width: 335px;
}

.toursClose, .toursOpen {
    position: absolute;
    width: 40px;
    height: 160px;
    background: #000;
    top: 100px;
    border-radius: 4px 0px 0px 4px;
    margin-left: 13px;
    cursor: pointer;
    z-index: 160000000;
}

.toursClose:hover, .toursOpen:hover {
    background: #111;
}

.toursOpen {
    right: 0;
    z-index: 1029;
    position: fixed;
    top: 180px;
}

.activetourswidget {
    display: none;
}

.activeTourHeader {
    padding: 10px;
    border: 1px solid #111;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(#666, #111);
    text-shadow: 0px 0px 3px black;
    cursor: pointer;
}

.activeTourContent {
    padding: 10px;
    background: #101010;
}

.glyphicon.glyphicon-chevron-down, .glyphicon.glyphicon-chevron-up {
    float: right;
    padding: 4px;
    text-shadow: 0px 0px 1px black;
    font-size: 14px;
}

.vertical-text {
    transform: rotate(270deg);
    transform-origin: left top 0;
    float: left;
    height: 20px;
    width: 143px;
    position: absolute;
    left: 8px;
    font-weight: bold;
    top: 148px;
}

.emptyText {
    white-space: normal;
}

.col-xs-4.date {
    display: none
}


/** PDLanguagepicker options **/
.PDLanguagePicker {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 55px;
    z-index: 10002;
}

ul.languages {
    list-style-type: none;
    display: none;
    padding: 0;
}

.selectedLang {
    padding: 6px;
    padding-left: 9px;
    margin-bottom: 11px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}


li.language {
    padding: 5px;
    padding-left: 9px;
    background: white;
    border-bottom: 1px solid #111;
    cursor: pointer;
    font-size: 14px;
}

li.language:hover {
    background: #c4c4c4;
}

li.language, .selectLang {
    font-size: 15px;
    font-weight: bold;
}

#chev-down {
    color: white;
    font-size: 8px;
    position: absolute;
    right: 12px;
    top: 12px;
}


/** simple scrollbar options **/
.ssDiv {
    height: 250px;
    width: 480px;
    display: inline-block;
}

.toursContainer {
    margin-top: 25px;
}


/** freespin options **/
#spinTable {
    width: 421px;
    height: 420px;
    background: url('/images/alap.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#spinValues {
    position: absolute;
    z-index: 1;
    display: contents;
}

#spinValues > img {
    width: 271px;
    margin-top: 56px;
    margin-left: 74px;
}

#spinButton {
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

#spinButton > img {
    width: 89px;
    top: 0;
    margin-top: -311px;
    margin-left: 169px;
}

.success-message {
    display: none;
    position: absolute;
    top: 160px;
    width: 420px;
    height: 134px;
    background: linear-gradient(#550033, #010101);
    z-index: 3;
    padding: 30px;
    border-radius: 12px;
    border: 3px solid;
}

.fspin {
    margin: 0 33.5%;
}

/* startup message options */
#startupmessage > .modal-dialog,
#startupmessage > .modal-dialog > .modal-content,
#startupmessage > .modal-dialog > .modal-content > .modal-body {
    height: auto;
}


/* select2 options */
.select2-container--krajee .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    display: block;
    line-height: 1.428571429;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    padding-left: 0px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #333;
    color: #666;
    font-size: 13px;
    padding-left: 24px;
}

.select2-container--krajee .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: transparent;
    border: 1px solid #333;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    outline: 0;
}


/** media screen options **/

@media (min-width: 1200px) {
    .langs {
        padding: 15px 0px;
        margin-left: 20px;
    }

    .balance-onmobile.text-right {
        display: none;
    }

    .fspin {
        margin: 0 33.5%;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .langs {
        padding: 15px 0px;
        margin-left: 20px;
    }

    .balance-onmobile.text-right {
        display: none;
    }

    .fspin {
        margin: 0 31.5%;
    }
}

@media (max-width: 1024px) {
    .langs {
        padding: 15px 0px;
        margin-left: 20px;
    }

    .logoinpages {
        display: none;
    }

    .balance-onmobile.text-right {
        display: none;
    }

    .fspin {
        margin: 0 25.5%;
    }

    .enddate.text-right, .startdate, #demo {
        font-size: 8px;
    }

    .col-xs-2.countdown {
        display: none
    }

    .col-xs-2.date {
        display: none
    }

    .col-xs-4.date {
        display: block
    }
}


@media (min-width: 767px) and (max-width: 960px) {

    .balance {
        padding-top: 0px;
    }

    .balance-onmobile.text-right {
        display: none;
    }

    .fspin {
        margin: 0 23.5%;
    }

    .col-xs-4.tourDate {
        padding: 9px;
        font-size: 12px;
    }

    .navbar-nav.navbar-right.nav.auth {
        display: flex;
        width: 220px;
        margin: 0 auto !important;
        margin-top: 3px !important;
        margin-bottom: 7px !important;
    }

    .navbar-nav.navbar-right.nav.lang > li,
    .navbar-nav.navbar-right.nav.menu > li {
        text-align: right;
    }

    .navbar-nav.navbar-right.nav.menu > li {
        text-align: center;
    }

    .navbar-nav.navbar-right.nav.menu {
        margin: 0 !important;
    }

    .menu-items {
        margin-top: 20px;
    }

    .dropdown-menu > li {
        text-align: right;
    }
}


@media (max-width: 767px) {

    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }

    .numof, .activefields, .listhead, .serial, .efilter, .cfilter,
    .email, .created, .status, .role, .parent, .route, .order {
        display: none;
    }

    .h1plus {
        font-size: 20px;
    }

    .navbar-left {
        font-size: 16px;
        /*float: right !important;*/
    }

    .navbar-right {

    }

    .langs {
        display: none;
    }

    .navIcon {
        display: none;
    }

    .balance, .depositButton {
        display: none;
    }

    .message-box {
        width: 100%;
        margin: 0;
    }

    .gold {
        margin-right: 0;
    }

    .authButton {
        width: 100%;
    }

    .register {
        width: 92%;
    }

    .loadingImg {
        width: 128px;
    }

    .billboard {
        top: 48px;
    }

    .balance-onmobile {
        position: absolute;
        width: 200px;
        z-index: 1030;
        height: 48px;
        padding: 3px;
        right: 60px;
    }

    .btn.depositButton2.modalButton {
        color: black;
        font-weight: normal;
        padding: 0px 4px;
        text-transform: capitalize;
        background: #e319e1;
        border-radius: 2px;
    }

    .mdepobutton {
        background: #e319e1;
        color: #111;
        padding: 3px 3px;
        border-radius: 2px;
        margin: 0px 3px;
    }

    .balanceValue, .bonusValue {
        background: #e319e1;
        color: #111;
        padding: 0px 3px;
        border-radius: 2px;
        margin: 0px;
        font-size: 12px;
        margin-left: 3px;
    }

    .bonusValue {
        background: #333;
        color: white;
        font-size: 10px;
    }

    .mdepobutton {
        /*text-transform: uppercase;*/
        /*font-weight: bold;*/
        background: linear-gradient(to bottom right, #e319e1 0%, #ff9966 100%);
        color: white;
        text-shadow: 0 0 3px #333;
        padding: 10px;
        border-radius: 16px;
    }

    .mdepobutton:hover {
        background: #f42af2;
        cursor: pointer;
    }

    .balance2 {
        margin-top: 13px;
        margin: 0 auto !important;
        margin-top: 0px;
        width: 0px;
        margin-top: 13px !important;
    }

    .balance-onmobile.text-right {
        display: block;
        width: 100%;
        z-index: 1031;
        position: fixed;
        float: left;
        height: 0;
    }

    .navbar-nav.navbar-right.nav {
        /*        display: flex;
                width: 210px;*/
    }

    .nav.navbar-nav.menu-items {
        margin-top: 20px !important;
    }

    #languageForm {
        /*        position: absolute;
                right: 5px;
                top: 59px;*/
    }

    .authButton {
        padding: 5px;
        width: 100%;
        min-width: 110px;
    }

    ul.languages {
        list-style-type: none;
        display: none;
        padding: 0;
        z-index: 10;
        position: relative;
    }

    .navbar-collapse.collapse.in {
        /*height: 270px;*/
        max-height: initial;
    }

    .navbar-nav.navbar-left.nav {
        /*border-top: 1px solid #322;*/
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #555555;
        /*border-bottom: 1px solid #322;*/
        padding: 10px;
    }

    .fspin {
        margin: 0 18.5%;
    }

    .col-xs-4.tourName {
        padding: 14px;
        font-size: 13px;
        font-weight: bold;
    }

    .navbar-brand > img {
        width: 110px;
    }

    .navbar-nav.navbar-right.nav.auth {
        display: flex;
        margin: 0 auto !important;
        margin-top: 13px !important;
        /*position: absolute;*/
    }

    .navbar-nav.navbar-right.nav.lang {
        margin: 0;
        float: right;
    }

    .navbar-nav.navbar-right.nav.lang > li,
    .navbar-nav.navbar-right.nav.menu > li {
        text-align: right;
    }

    .navbar-nav.navbar-right.nav.menu > li {
        text-align: center;
        padding-left: 0 !important;
    }

    .navbar-nav.navbar-right.nav.menu {
        margin: 0 !important;
    }

    .nav.navbar-nav.navbar-left.menu {
        display: none;
    }

    .nav.navbar-nav.menu-items {
        margin-top: 20px;
    }

    .dropdown-menu > li {
        text-align: right;
    }

    .navbar-brand {
        padding-right: 0px;
    }

    .navbar-brand > img {
        width: 84px;
    }

}


@media (max-width: 480px) {

    .register {
        width: 88%;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 8px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border-bottom: none;
    }

    .nav-tabs {
        padding-bottom: 1px;
    }

    .liIcon img {
        width: 22px;
    }

    .liIcon {
        width: auto;
        margin-bottom: 0;
        float: left;
        position: absolute;
        margin-top: -7px;
    }

    .gameMenu > li {
        text-align: left;
    }

    a > .buttonLabel {
        margin: 0;
    }

    .inputSearch {
        bottom: -274px;
    }

    .balance-onmobile.text-right {
        display: block;
    }

    .navbar-brand > img {
        width: 84px;
    }

    .navbar-nav.navbar-right.nav.lang {
        margin: 0;
    }

    .navbar-nav.navbar-right.nav.lang > li,
    .navbar-nav.navbar-right.nav.menu > li {
        text-align: right;
    }

    .navbar-nav.navbar-right.nav.menu > li {
        text-align: center;
    }

    .navbar-nav.navbar-right.nav.menu {
        margin: 0 !important;
    }

    .menu-items {
        margin-top: 20px;
    }

    .dropdown-menu > li {
        text-align: right;
    }

    #languageForm {
        /*        position: absolute;
                right: 5px;
                top: 59px;
        */
    }

    .authButton {
        padding: 5px;
        width: 100%;
        min-width: 110px;
    }

    ul.languages {
        list-style-type: none;
        display: none;
        padding: 0;
        z-index: 10;
        position: relative;
    }

    .navbar-collapse.collapse.in#w1-collapse {
        height: 270px;
    }

    .navbar-nav.navbar-left.nav {
        border-top: 1px solid #322;
    }

    .navbar-inverse .navbar-nav > li > a {
        /* border-bottom: 1px solid #222; */
        padding: 10px;
    }

    .ssDiv {
        height: 210px;
        width: 250px;
        display: inline-block;
    }

    .promoTitle > h2, #\37  > .promoMainCard > .promoTitle > h2 {
        font-size: 22px;
    }

    .fspin {
        margin: 0;
        margin-left: 0px;
    }

    #spinTable {
        width: 330px
    }

    #spinValues > img {
        width: 214px;
        margin-top: 42px;
        margin-left: 58px;
    }

    #spinButton > img {
        width: 64px;
        top: 0;
        margin-top: -249px;
        margin-left: 136px;
    }

    .success-message {
        display: none;
        position: absolute;
        top: 111px;
        width: 330px;
        height: 134px;
        background: linear-gradient(#550033, #010101);
        z-index: 3;
        padding: 20px;
        border-radius: 12px;
        border: 3px solid;
        margin-left: 0px;
    }

    .col-xs-4.tourName {
        padding: 14px;
        font-size: 13px;
        font-weight: bold;
    }

    .col-xs-4.tourDate {
        padding: 5px;
        font-size: 12px;
    }

}


@media (max-width: 380px) {
    .navbar-brand > img {
        width: 84px;
    }
}


@media (max-width: 320px) {

    .ssDiv {
        height: 210px;
        width: 200px;
        display: inline-block;
    }

    .fspin {
        margin: 0;
        margin-left: -45px;
    }

    #spinTable {
        width: 310px
    }

    #spinValues > img {
        width: 200px;
        margin-top: 41px;
        margin-left: 55px;
    }

    #spinButton > img {
        width: 64px;
        top: 0;
        margin-top: -236px;
        margin-left: 126px;
    }

    .success-message {
        display: none;
        position: absolute;
        top: 111px;
        width: 300px;
        height: 134px;
        background: linear-gradient(#550033, #010101);
        z-index: 3;
        padding: 30px;
        border-radius: 12px;
        border: 3px solid;
        margin-left: 32px;
    }

    .message-box {
        height: 336px !important;
    }

    .message-box-body {
        padding: 0px 20px;
        height: 170px;
    }

}

#bonuswarning {
    z-index: 10000;
    position: absolute;
    /* top: 25%; */
    width: 100%;
}

#list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

button#moreGames {
    margin: 15px;
}

#games {
    margin-bottom: 40px;
}

.games {
    padding-top: 10px;
    width: 100%;
    margin-left: 0px !important;
}


.myList {
    overflow: hidden;
    padding: 0;
    padding-top: 50px;
}

.firstload .mainCard {
    display: none;
}

.row.games {
    /* margin-top: 15px; */
}

.gameListTitle {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 21px;
    padding: 5px 0px 5px 55px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    margin-left: 20px;
    position: absolute;
}

.iconNew {
    background-image: url('/images/fst_2/icons/new-icon.png');
}

.iconFavourites {
    background-image: url('/images/fst_2/icons/heart-icon.png');
}

.iconSlots {
    background-image: url('/images/fst_2/icons/slots-icon.png');
    padding-left: 70px;
}

.iconTable {
    background-image: url('/images/fst_2/icons/table.png');
    /*padding-left: 70px;*/
}

.iconAll {
    background-image: url('/images/fst_2/icons/all-games.png');
    /*padding-left: 70px;*/
}

.cardIcon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.searchTitle {
    font-weight: bold;
    font-size: 16px;
}

.center-cropped {
    object-fit: cover;
    object-position: center;
    height: 126px;
    width: 100%;
}

.infoCard {
    visibility: hidden;
    opacity: 0.0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding-top: 4.5%;
    text-align: center;
}

.infoCard a {
    color: white;
}

.infoCard a:focus {
    outline: initial;
}

.far.fa-play-circle {
    font-size: 80px;
}

.forFun {
    padding: 10px 20px;
    border: 3px solid white;
    -moz-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
}

.funLink:hover, .playReal:hover {
    color: #f7d047;
}

.cardHeader {
    color: #555;
    text-align: center;
}

.cardLabel {
    margin-bottom: 0px;
    margin: 0;
}

.funContainer {
    /* min-height: 120px; */
    margin-top: -70px;
}

.realContainer, .funContainer {
    width: 100%;
}

.realContainer h4, .funContainer h4 {
    font-size: 18px;
}

.info-buttonsContainer {
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    display: grid;
}


.glyphicon.glyphicon-play.infoIcon {
    color: white;
    font-size: 18px;
    /*padding: 10px;*/
    /*border: 3px solid white;*/
    /*border-radius: 22px;*/
}

.gameCell, .gameCell-1, .gameCell > .gameLabel {
    border-radius: 16px;
}

.gameCell .background-container {
    aspect-ratio: 233 / 126;
}

.gameCell .background-container img {
    width:100%;
    object-fit: cover;
    aspect-ratio: 233 / 126;
}

.gameCell {
    cursor: pointer;
}

.cardIcon {
    position: relative;
    width: 100%;
    right: 10px;
    top: 10px;
}

.cardIcon img {
    margin-left: 16px;
    width: 64px;
}

.gameLabel {
    bottom: 35px;
    height: 35px;
    position: relative;
    font-size: 12px;
    padding: 5px 10px;
    background: -webkit-linear-gradient(transparent, black); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(transparent, black); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(transparent, black); /* Firefox 3.6-15 */
    background: linear-gradient(transparent, black); /* Standard syntax */
}

.mainCard {
    flex: 1 1 calc(100% / 3 - 0.4rem);
    max-width: calc(100% / 3 - 0.4rem);
    margin: 0.2rem;
    aspect-ratio: 540 / 294;
    box-sizing: border-box;
}

.cat-holder .mainCard {
    max-width: 100%;
    width: 100%;
    flex: 1 1 calc(100% / 3 - 0.4rem);
    box-sizing: border-box;
    aspect-ratio: initial;
}

.swiper-container {
    overflow: hidden;
}

/* disable maincard formatting for swipers*/
.swiper-container.swiper-initialized:not(#big-wins-swiper) .mainCard {
    aspect-ratio: auto;
    box-sizing: border-box;
    max-width: none;
    flex: none;
    margin: 0;
}

.swiper-3d .swiper-wrapper {
    width: 0px;
}

@media (max-width: 1600px) {
    .glider-track .mainCard {
        aspect-ratio: 540 / 420;
    }
}

@media (max-width: 1200px) {
    .mainCard {
        flex: 1 1 calc(100% / 4 - 0.4rem); /* Adjust to show 4 per row on medium screens */
    }
}

@media (max-width: 768px) {
    .mainCard {
        flex: 1 1 calc(100% / 2 - 0.4rem); /* Adjust to show 2 per row on small screens */
    }
}

#moreGames:hover {
    color: white;
    background: #000;
}

.specButton, .moreButton {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 10px 30px;
    font-size: 14px;
    background: #47acf7;
    border: none;
    text-align: center;
}

.specButton:hover {
    background: #000;
    color: white;
}

.moreGames {
    padding-bottom: 30px;
    width: 100%;
}

.playReal:hover {
    text-decoration: none;
}

.active-box {
    display: inline-block;
}

.hidden-box {
    display: none;
}

.frameContent {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111111;
    z-index: 2000000001;
    top: 62px;
    left: 0;
    overflow: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.frameOptions {
    display: block;
    width: 60vw;
    margin: 0 auto;
    height: 50px;
    text-align: right;
    font-size: 24px;
    line-height: 2em;
    background-color: #000000b3;
}

.frameOptions i {
    padding-right: 10px;
    font-size: 24px;
    width: 31px;
    height: 24px;
}

.frameOptions i.fas.fa-window-close {
    color: red;
}

.frameOptions i.fa.fa-heart {
    color: gold;
}

.frameSource iframe {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60vw;
    height: 65vh;
}

.frameClose, .addFavorite, .fullScreen {
    cursor: pointer;
}

.frameContent > iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
    height: 100%;
}

.frameContent > .row.billboard {
    top: 46px;
    left: 15px;
}

.frameMessages {
    position: absolute;
    z-index: 2003;
    width: 100%;
    top: 64px;
    padding: 0 14vw;
}

.frameMessages > #frameAlerts {
    background: transparent;
    color: yellow;
    border: none;
    display: none;
}

.frameMessages > #frameAlerts i {
    color: rgba(255, 255, 0, 1);
    font-size: 20px;
    float: left;
    margin-right: 10px;
    margin-left: -20px;
}

.mygameDiv {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 10px;
    cursor: pointer;
}


/* add to favorite */
.glyphicon.glyphicon-star.favorite-star {
    font-size: 22px;
    position: absolute;
    color: #ccc;
    top: 0;
}

.glyphicon.glyphicon-star.favorite-star.gold-star {
    font-size: 22px;
    position: absolute;
    color: gold;
    top: 0;
}

.mygameDiv:hover > span i.glyphicon.glyphicon-star.favorite-star {
    transition: color 0.5s ease;
    color: gold;
}

.favorite-text {
    margin-left: 23px;
}

.smallmsg {
    position: absolute;
    padding: 10px;
    background: #620012;
    border-radius: 4px;
    border: 0px solid #333;
    margin-top: 12px;
    z-index: 10000000;
}

.gameCell {
    cursor: pointer;
    width: 100%;
}

@media screen and (orientation: portrait) {
    iframe {
        height: 100%;
    }
}

@media screen and (orientation: landscape) {

}


@media (min-width: 1600px) {

    .center-cropped {
        height: 260px;
    }

    .cardLabel {
        margin-top: 0;
        font-size: 18px;
    }

    .provs {
        left: 70px;
    }
}


@media (min-width: 1200px) and (max-width: 1600px) {

    .center-cropped {
        height: 148px;
    }

    .cardLabel {
        margin-top: 20px;
        font-size: 18px;
    }

    .searchTitle {
        font-size: 11px;
    }

    .realContainer i {
        font-size: 50px !important;
        margin-top: 0px;
    }

    .infoCard h3 {
        font-size: 12px;
    }

    .infoCard p {
        font-size: 10px;
    }

    .mygameDiv {
        left: 0;
        font-size: 8px;
    }

    .mygameDiv i {
        font-size: 12px !important;
    }

    .mygameDiv .favorite-text {
        margin-left: 10px;
    }

    .funContainer {
        width: 100%;
        margin: 0 auto;
    }

    .funContainer h4 {
        margin: -40px 0 0 0;
        font-size: 14px;
        border: 0px !important;
        padding: 5px !important;
    }
}

@media (max-width: 1200px) {
    .searchTitle {
        font-size: 12px;
    }

    .realContainer i {
        font-size: 30px !important;
        margin-top: 0px;
    }

    .infoCard h3 {
        font-size: 10px;
    }

    .infoCard p {
        font-size: 8px;
    }

    .mygameDiv {
        left: 0;
        font-size: 8px;
    }

    .mygameDiv i {
        font-size: 10px !important;
    }

    .mygameDiv .favorite-text {
        margin-left: 10px;
    }

    .funContainer {
        width: 100%;
        margin: 0 auto;
    }

    .funContainer h4 {
        margin: -40px 0 0 0;
        font-size: 10px;
        border: 0px !important;
        padding: 5px !important;
    }
}


@media (max-width: 1024px) {
    .center-cropped {
        height: 190px;
    }

    .realContainer h4, .funContainer h4 {
        font-size: 16px;
    }

    .realContainer i {
        font-size: 30px !important;
        margin-top: 0px;
    }

    .infoCard h3 {
        font-size: 10px;
    }

    .infoCard p {
        font-size: 8px;
    }

    .mygameDiv {
        left: 0;
        font-size: 8px;
    }

    .mygameDiv i {
        font-size: 10px !important;
    }

    .mygameDiv .favorite-text {
        margin-left: 10px;
    }

    .funContainer {
        width: 100%;
        margin: 0 auto;
    }

    .funContainer h4 {
        margin: -40px 0 0 0;
        font-size: 10px;
        border: 0px !important;
        padding: 5px !important;
    }
}


@media (min-width: 768px) and (max-width: 960px) {
    .cardLabel {
        font-size: 18px;
    }

    .infoCard p {
        font-size: 12px;
    }

    .center-cropped {
        height: 160px;
    }

    .realContainer h4, .funContainer h4 {
        font-size: 16px;
    }

    .realContainer i {
        font-size: 30px !important;
        margin-top: 0px;
    }

    .infoCard h3 {
        font-size: 10px;
    }

    .infoCard p {
        font-size: 8px;
    }

    .mygameDiv {
        left: 0;
        font-size: 8px;
    }

    .mygameDiv i {
        font-size: 10px !important;
    }

    .mygameDiv .favorite-text {
        margin-left: 10px;
    }

    .funContainer {
        width: 100%;
        margin: 0 auto;
    }

    .funContainer h4 {
        margin: -40px 0 0 0;
        font-size: 10px;
        border: 0px !important;
        padding: 5px !important;
    }
}


@media (max-width: 767px) {
    .cardLabel {
        font-size: 14px;
    }

    .infoCard p {
        font-size: 12px;
    }

    iframe {
        top: 41px;
    }

    .frameContent > .row.billboard {
        display: none;
    }

    .center-cropped {
        height: 120px;
    }

    .realContainer i {
        font-size: 30px !important;
        margin-top: 0px;
    }

    .infoCard h3 {
        font-size: 10px;
    }

    .infoCard p {
        font-size: 8px;
    }

    .mygameDiv {
        left: 0;
        font-size: 8px;
    }

    .mygameDiv i {
        font-size: 10px !important;
    }

    .mygameDiv .favorite-text {
        margin-left: 10px;
    }

    .funContainer {
        width: 100%;
        margin: 0 auto;
    }

    .funContainer h4 {
        margin: -40px 0 0 0;
        font-size: 10px;
        border: 0px !important;
        padding: 5px !important;
    }

    .GameMenuContainer {
        position: absolute;
        border: 1px solid #979797;
        box-shadow: 2px 2px 4px 0px #00000063;
    }
}


@media (max-width: 480px) {
    .glyphicon.glyphicon-play.infoIcon {
        color: white;
        font-size: 10px;
        padding: 4px;
        border-radius: 22px;
    }

    .searchTitle {
        font-size: 9px;
        font-weight: normal;
    }

    .realContainer i {
        font-size: 50px !important;
        margin-top: 0px;
    }

    .infoCard h3 {
        font-size: 10px;
    }

    .infoCard p {
        font-size: 8px;
    }

    .mygameDiv {
        left: 0;
        font-size: 8px;
    }

    .mygameDiv i {
        font-size: 10px !important;
    }

    .mygameDiv .favorite-text {
        margin-left: 10px;
    }

    .funContainer {
        width: 100%;
        margin: 0 auto;
    }

    .funContainer h4 {
        margin: -40px 0 0 0;
        font-size: 20px;
        border: 0px !important;
        padding: 5px !important;
        font-weight: 100;
    }

    .gameListTitle {
        font-size: 15px;
        max-width: 60%;
        background-size: 19%;
        margin-left: 10px;
    }

    .myList {
        overflow: hidden;
        padding: 0;
        padding-top: 50px;
    }
}

@media (max-width: 360px) {
    .glyphicon.glyphicon-play.infoIcon {
        color: white;
        font-size: 28px;
        padding: 10px;
        padding-left: 13px;
        border-radius: 40px;
    }

    .realContainer i {
        font-size: 30px !important;
        margin-top: 0px;
    }

    .infoCard h3 {
        font-size: 10px;
    }

    .infoCard p {
        font-size: 8px;
    }

    .mygameDiv {
        left: 0;
        font-size: 8px;
    }

    .mygameDiv i {
        font-size: 10px !important;
    }

    .mygameDiv .favorite-text {
        margin-left: 10px;
    }

    .funContainer {
        width: 100%;
        margin: 0 auto;
    }

    .funContainer h4 {
        margin: -40px 0 0 0;
        font-size: 10px;
        border: 0px !important;
        padding: 5px !important;
    }

}

.funLink:hover, .playReal:hover {
    color: #f7d047;
}

.row.oneBanner {
    max-height: 440px;
    overflow: hidden;
    /* margin-top: 21px; */
    /* width: 100%; */
    display: none;
}

.row.oneBanner > img {
    /* height: 100%; */
    /* min-width: 100%; */
    /* top: 50%; */
    position: relative !important;
    /* transform: translateY(-10%); */
}

.overBanner {
    position: absolute !important;
}

.full_width {
    width: 100%;
}

.paymentProvider.widget {
    /* background-color: gray; */
    margin: 0;
    padding: 0;
    box-shadow: nones;
}

.payment-modal {
    z-index: 2000000004 !important;
    background-color: #ffffffbd;
}

.col-xs-6.paymentLogos {
    padding: 0;
}


.site-signup .row {
    width: 100%;
    margin: auto;
    overflow-x: hidden;
}

.site-signup.simple-signup-2 {
    height: calc(100dvh - 62px);
    overflow-y: scroll;
    /* width: 95%; */
}

.signup-box.col-md-6 {
    max-width: 350px;
}

.site-signup .logoinpages.text-center {
    display: none;
}

.site-signup .promoContainer {
    padding: 5px 0 !important;
    float: initial;
    margin: auto;
}

.signup-box.col-md-6.col-md-offset-3 {
    margin: auto !important;
    min-width: 300px;
}

.site-signup .promoMainCard {
    padding: 12% 20px;
    height: initial;
}

.infoContent ul {
    padding: 20px;
}

.site-signup .ssDiv {
    height: inherit;
    width: inherit;
    display: inline-block;
    overflow-y: scroll;
}

#gamelist {
    width: 100%;
}

.modal-backdrop.fade.in {
    background-color: transparent;
    display: none;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #cbcbcb;
}

.site-signup {
    width: 100%;
}

.tournaments {
    width: 100%;
}

.search-icon-icon:hover {
    background-color: var(--custom-search-icon-hover);
}

.user-icon {
    min-width: 1rem;
    min-height: 1rem;
    background-color: var(--user-icon);
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="7" r="5"/><path d="M12 12c-5.5 0-9 4.5-9 9h18c0-4.5-3.5-9-9-9z"/></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="7" r="5"/><path d="M12 12c-5.5 0-9 4.5-9 9h18c0-4.5-3.5-9-9-9z"/></svg>') no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-size: contain;
}

.close-icon {
    width: 1rem;
    height: 1rem;
    background-color: var(--user-icon);
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>') no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-size: contain;
}

.register-icon {
    width: 1rem;
    height: 1rem;
    background-color: var(--custom-icon); /* Color you want for the icon */
    -webkit-mask-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20835.000000%20833.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate(0.000000%2C833.000000)%20scale(0.100000%2C-0.100000)%22%20fill%3D%22black%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M6940%208317%20c-26%20-7%20-62%20-23%20-80%20-34%20-50%20-31%20-4645%20-4632%20-4663%20-4668%20-8%20-16%20-132%20-383%20-276%20-815%20-287%20-863%20-283%20-848%20-237%20-945%2026%20-56%2090%20-119%20144%20-142%2087%20-36%2091%20-35%20932%20246%20432%20144%20800%20270%20818%20279%2018%2010%201074%201059%202348%202332%201713%201713%202320%202327%202337%202360%2031%2063%2030%20167%20-2%20230%20-16%2031%20-187%20210%20-554%20578%20-562%20563%20-575%20574%20-677%20586%20-25%203%20-65%200%20-90%20-7z%20m382%20-954%20c170%20-170%20308%20-312%20308%20-318%200%20-5%20-141%20-151%20-312%20-322%20l-313%20-313%20-312%20312%20c-172%20172%20-313%20318%20-313%20324%200%2012%20615%20624%20627%20624%204%200%20146%20-138%20315%20-307z%20m-1012%20-1018%20l315%20-315%20-1663%20-1663%20-1662%20-1662%20-470%20-157%20c-259%20-86%20-470%20-152%20-470%20-146%200%205%2070%20220%20155%20476%20l156%20467%201657%201658%20c911%20911%201659%201657%201662%201657%203%200%20147%20-142%20320%20-315z%22%2F%3E%3Cpath%20d%3D%22M1005%208069%20c-157%20-23%20-340%20-95%20-481%20-189%20-93%20-63%20-241%20-208%20-306%20-300%20-62%20-88%20-130%20-227%20-163%20-330%20-58%20-186%20-55%20-18%20-55%20-3204%200%20-3228%20-4%20-3034%2062%20-3230%20116%20-350%20401%20-638%20743%20-750%20200%20-65%20-86%20-60%203295%20-64%202225%20-2%203096%200%203178%208%20216%2022%20393%2086%20564%20207%20206%20144%20367%20360%20446%20599%2063%20189%2062%20158%2062%201717%200%201400%200%201417%20-20%201471%20-23%2061%20-85%20125%20-147%20152%20-56%2024%20-158%2021%20-216%20-6%20-52%20-25%20-111%20-84%20-135%20-139%20-16%20-33%20-17%20-166%20-22%20-1496%20l-5%20-1460%20-30%20-80c-76%20-201%20-227%20-346%20-425%20-407%20l-75%20-23%20-3105%200%20-3105%200%20-80%2027%20c-194%2066%20-339%20210%20-413%20410%20l-27%2073%20-3%202953%20c-2%203283%20-8%203021%2067%203176%2071%20147%20205%20267%20363%20324%20l73%2027%201550%205%20c1547%205%201550%205%201595%2026%2057%2027%20122%2097%20145%20157%2038%20100%203%20226%20-82%20296%20-79%2065%2028%2061%20-1657%2060%20-842%20-1%20-1558%20-5%20-1591%20-10z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    mask-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20835.000000%20833.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate(0.000000%2C833.000000)%20scale(0.100000%2C-0.100000)%22%20fill%3D%22black%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M6940%208317%20c-26%20-7%20-62%20-23%20-80%20-34%20-50%20-31%20-4645%20-4632%20-4663%20-4668%20-8%20-16%20-132%20-383%20-276%20-815%20-287%20-863%20-283%20-848%20-237%20-945%2026%20-56%2090%20-119%20144%20-142%2087%20-36%2091%20-35%20932%20246%20432%20144%20800%20270%20818%20279%2018%2010%201074%201059%202348%202332%201713%201713%202320%202327%202337%202360%2031%2063%2030%20167%20-2%20230%20-16%2031%20-187%20210%20-554%20578%20-562%20563%20-575%20574%20-677%20586%20-25%203%20-65%200%20-90%20-7z%20m382%20-954%20c170%20-170%20308%20-312%20308%20-318%200%20-5%20-141%20-151%20-312%20-322%20l-313%20-313%20-312%20312%20c-172%20172%20-313%20318%20-313%20324%200%2012%20615%20624%20627%20624%204%200%20146%20-138%20315%20-307z%20m-1012%20-1018%20l315%20-315%20-1663%20-1663%20-1662%20-1662%20-470%20-157%20c-259%20-86%20-470%20-152%20-470%20-146%200%205%2070%20220%20155%20476%20l156%20467%201657%201658%20c911%20911%201659%201657%201662%201657%203%200%20147%20-142%20320%20-315z%22%2F%3E%3Cpath%20d%3D%22M1005%208069%20c-157%20-23%20-340%20-95%20-481%20-189%20-93%20-63%20-241%20-208%20-306%20-300%20-62%20-88%20-130%20-227%20-163%20-330%20-58%20-186%20-55%20-18%20-55%20-3204%200%20-3228%20-4%20-3034%2062%20-3230%20116%20-350%20401%20-638%20743%20-750%20200%20-65%20-86%20-60%203295%20-64%202225%20-2%203096%200%203178%208%20216%2022%20393%2086%20564%20207%20206%20144%20367%20360%20446%20599%2063%20189%2062%20158%2062%201717%200%201400%200%201417%20-20%201471%20-23%2061%20-85%20125%20-147%20152%20-56%2024%20-158%2021%20-216%20-6%20-52%20-25%20-111%20-84%20-135%20-139%20-16%20-33%20-17%20-166%20-22%20-1496%20l-5%20-1460%20-30%20-80c-76%20-201%20-227%20-346%20-425%20-407%20l-75%20-23%20-3105%200%20-3105%200%20-80%2027%20c-194%2066%20-339%20210%20-413%20410%20l-27%2073%20-3%202953%20c-2%203283%20-8%203021%2067%203176%2071%20147%20205%20267%20363%20324%20l73%2027%201550%205%20c1547%205%201550%205%201595%2026%2057%2027%20122%2097%20145%20157%2038%20100%203%20226%20-82%20296%20-79%2065%2028%2061%20-1657%2060%20-842%20-1%20-1558%20-5%20-1591%20-10z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.deposit-icon {
    width: 1.75rem;
    height: 1.75rem;
    background-color: var(--nav-deposit-tx);
    -webkit-mask-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%22-5.0%20-10.0%20110.0%20135.0%22%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22m29.5%2066.234c0%200.85938%200.70312%201.5625%201.5625%201.5625s1.5625-0.70312%201.5625-1.5625c0-2.5781-2.125-4.7344-4.9688-5.3281v-1.2188c0-0.85938-0.70312-1.5625-1.5625-1.5625s-1.5625%200.70312-1.5625%201.5625v1.2031c-2.8438%200.59375-4.9688%202.75-4.9688%205.3281s2.125%204.75%204.9688%205.3438v4.6719c-1.0781-0.40625-1.8438-1.2031-1.8438-2.0938%200-0.85938-0.70312-1.5625-1.5625-1.5625s-1.5625%200.70312-1.5625%201.5625c0%202.5781%202.125%204.7344%204.9688%205.3281v1.2031c0%200.85938%200.70312%201.5625%201.5625%201.5625s1.5625-0.70312%201.5625-1.5625v-1.2031c2.8438-0.59375%204.9688-2.75%204.9688-5.3281s-2.125-4.75-4.9688-5.3438v-4.6719c1.0781%200.40625%201.8438%201.2031%201.8438%202.1094zm-4.9688%202.0938c-1.0781-0.40625-1.8438-1.2031-1.8438-2.0938s0.75-1.7031%201.8438-2.1094zm4.9688%205.8281c0%200.90625-0.76562%201.6875-1.8438%202.0938v-4.2031c1.0781%200.42188%201.8438%201.2031%201.8438%202.1094z%22%2F%3E%3Cpath%20d%3D%22m26.094%2054.125c-8.7812%200-15.922%207.2031-15.922%2016.062s7.1406%2016.062%2015.922%2016.062%2015.922-7.2031%2015.922-16.062-7.1406-16.062-15.922-16.062zm0%2029.016c-7.0625%200-12.797-5.8125-12.797-12.938s5.75-12.938%2012.797-12.938%2012.797%205.8125%2012.797%2012.938-5.75%2012.938-12.797%2012.938z%22%2F%3E%3Cpath%20d%3D%22m92.906%2075.156c1.5469-1.5469%202.4062-3.6094%202.4062-5.7969%200-4.5156-3.6719-8.1719-8.1719-8.1719h-0.03125c1.1406-1.4375%201.7969-3.1875%201.7969-5.0469%200-1.9062-0.6875-3.6562-1.7969-5.0469h0.21875c4.4062%200%208-3.5938%208-8v-0.35938c0-4.4062-3.5938-8-8-8h-0.14062c1.0469-1.3594%201.7031-3.0312%201.7031-4.875v-0.35938c0-1.8438-0.65625-3.5156-1.7031-4.875h0.125c4.4062%200%208-3.5938%208-8v-0.35938c0-4.4062-3.5938-8-8-8h-43.297c-4.4062%200-8%203.5938-8%208v0.35938c0%201.8438%200.65625%203.5156%201.7031%204.875h-0.125c-4.4062%200-8%203.5938-8%208v0.35938c0%204.4062%203.5938%208%208%208h0.125c-1.0469%201.3594-1.7031%203.0312-1.7031%204.875v0.35938c0%201.8438%200.65625%203.5312%201.7188%204.8906-1.8125%200.015625-3.5625%200.65625-4.9844%201.7656-2.0938-0.6875-4.3281-1.0781-6.6562-1.0781-11.812-0.015625-21.406%209.6406-21.406%2021.516s9.5938%2021.547%2021.406%2021.547c2.9844%200%205.8281-0.625%208.4062-1.7344%201.0312%200.45312%202.1406%200.6875%203.2656%200.6875h42.938c2.1562%200%204.2656-0.875%205.7656-2.375%201.5312-1.5%202.4062-3.6094%202.4062-5.7656%200-1.875-0.67188-3.6094-1.7812-5.0156h0.03125c2.1719%200%204.2656-0.85938%205.7812-2.375zm-5.5938-37.312c2.6875%200%204.875%202.1875%204.875%204.875v0.35938c0%202.6875-2.1875%204.875-4.875%204.875h-43.297c-2.6875%200-4.875-2.1875-4.875-4.875v-0.35938c0-2.6875%202.1875-4.875%204.875-4.875zm-48.172-21.578c0-2.6875%202.1875-4.875%204.875-4.875h43.297c2.6875%200%204.875%202.1875%204.875%204.875v0.35938c0%202.6875-2.1875%204.875-4.875%204.875h-43.297c-2.6875%200-4.875-2.1875-4.875-4.875zm-1.5469%2018.453c-2.6875%200-4.875-2.1875-4.875-4.875v-0.35938c0-2.6875%202.1875-4.875%204.875-4.875h43.297c2.6875%200%204.875%202.1875%204.875%204.875v0.35938c0%202.6875-2.1875%204.875-4.875%204.875zm0.17188%2016.375h42.938c2.7812%200%205.0469%202.2656%205.0469%205.0312%200%201.3594-0.53125%202.625-1.4844%203.5781-0.9375%200.9375-2.2344%201.4688-3.5625%201.4688h-35.203c-1.9219-4.1875-5.125-7.6562-9.125-9.875%200.45312-0.10938%200.92188-0.20312%201.3906-0.20312zm-11.672%2037.516c-10.078%200-18.281-8.2656-18.281-18.422s8.2031-18.422%2018.281-18.422%2018.281%208.2656%2018.281%2018.422c-0.015625%2010.156-8.2031%2018.422-18.281%2018.422zm58.188-2.5156c-0.92188%200.9375-2.2188%201.4688-3.5625%201.4688h-42.031c3.3906-2.5%206.0156-5.9844%207.4844-10.031h34.531c0.26562%200%200.53125%200.03125%200.78125%200.0625%202.4375%200.375%204.2812%202.5%204.2812%204.9531%200%201.3281-0.54688%202.6094-1.4844%203.5469zm-3.5625-11.688h-33.656c0.26562-1.3594%200.42188-2.7812%200.42188-4.2188%200-2.0469-0.29688-4.0156-0.82812-5.8906h40.484c2.7812%200%205.0469%202.2656%205.0469%205.0469%200%201.3594-0.53125%202.625-1.4844%203.5781-0.9375%200.9375-2.2344%201.4688-3.5625%201.4688h-6.4219z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    -webkit-mask-size: cover;
    mask-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%22-5.0%20-10.0%20110.0%20135.0%22%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22m29.5%2066.234c0%200.85938%200.70312%201.5625%201.5625%201.5625s1.5625-0.70312%201.5625-1.5625c0-2.5781-2.125-4.7344-4.9688-5.3281v-1.2188c0-0.85938-0.70312-1.5625-1.5625-1.5625s-1.5625%200.70312-1.5625%201.5625v1.2031c-2.8438%200.59375-4.9688%202.75-4.9688%205.3281s2.125%204.75%204.9688%205.3438v4.6719c-1.0781-0.40625-1.8438-1.2031-1.8438-2.0938%200-0.85938-0.70312-1.5625-1.5625-1.5625s-1.5625%200.70312-1.5625%201.5625c0%202.5781%202.125%204.7344%204.9688%205.3281v1.2031c0%200.85938%200.70312%201.5625%201.5625%201.5625s1.5625-0.70312%201.5625-1.5625v-1.2031c2.8438-0.59375%204.9688-2.75%204.9688-5.3281s-2.125-4.75-4.9688-5.3438v-4.6719c1.0781%200.40625%201.8438%201.2031%201.8438%202.1094zm-4.9688%202.0938c-1.0781-0.40625-1.8438-1.2031-1.8438-2.0938s0.75-1.7031%201.8438-2.1094zm4.9688%205.8281c0%200.90625-0.76562%201.6875-1.8438%202.0938v-4.2031c1.0781%200.42188%201.8438%201.2031%201.8438%202.1094z%22%2F%3E%3Cpath%20d%3D%22m26.094%2054.125c-8.7812%200-15.922%207.2031-15.922%2016.062s7.1406%2016.062%2015.922%2016.062%2015.922-7.2031%2015.922-16.062-7.1406-16.062-15.922-16.062zm0%2029.016c-7.0625%200-12.797-5.8125-12.797-12.938s5.75-12.938%2012.797-12.938%2012.797%205.8125%2012.797%2012.938-5.75%2012.938-12.797%2012.938z%22%2F%3E%3Cpath%20d%3D%22m92.906%2075.156c1.5469-1.5469%202.4062-3.6094%202.4062-5.7969%200-4.5156-3.6719-8.1719-8.1719-8.1719h-0.03125c1.1406-1.4375%201.7969-3.1875%201.7969-5.0469%200-1.9062-0.6875-3.6562-1.7969-5.0469h0.21875c4.4062%200%208-3.5938%208-8v-0.35938c0-4.4062-3.5938-8-8-8h-0.14062c1.0469-1.3594%201.7031-3.0312%201.7031-4.875v-0.35938c0-1.8438-0.65625-3.5156-1.7031-4.875h0.125c4.4062%200%208-3.5938%208-8v-0.35938c0-4.4062-3.5938-8-8-8h-43.297c-4.4062%200-8%203.5938-8%208v0.35938c0%201.8438%200.65625%203.5156%201.7031%204.875h-0.125c-4.4062%200-8%203.5938-8%208v0.35938c0%204.4062%203.5938%208%208%208h0.125c-1.0469%201.3594-1.7031%203.0312-1.7031%204.875v0.35938c0%201.8438%200.65625%203.5312%201.7188%204.8906-1.8125%200.015625-3.5625%200.65625-4.9844%201.7656-2.0938-0.6875-4.3281-1.0781-6.6562-1.0781-11.812-0.015625-21.406%209.6406-21.406%2021.516s9.5938%2021.547%2021.406%2021.547c2.9844%200%205.8281-0.625%208.4062-1.7344%201.0312%200.45312%202.1406%200.6875%203.2656%200.6875h42.938c2.1562%200%204.2656-0.875%205.7656-2.375%201.5312-1.5%202.4062-3.6094%202.4062-5.7656%200-1.875-0.67188-3.6094-1.7812-5.0156h0.03125c2.1719%200%204.2656-0.85938%205.7812-2.375zm-5.5938-37.312c2.6875%200%204.875%202.1875%204.875%204.875v0.35938c0%202.6875-2.1875%204.875-4.875%204.875h-43.297c-2.6875%200-4.875-2.1875-4.875-4.875v-0.35938c0-2.6875%202.1875-4.875%204.875-4.875zm-48.172-21.578c0-2.6875%202.1875-4.875%204.875-4.875h43.297c2.6875%200%204.875%202.1875%204.875%204.875v0.35938c0%202.6875-2.1875%204.875-4.875%204.875h-43.297c-2.6875%200-4.875-2.1875-4.875-4.875zm-1.5469%2018.453c-2.6875%200-4.875-2.1875-4.875-4.875v-0.35938c0-2.6875%202.1875-4.875%204.875-4.875h43.297c2.6875%200%204.875%202.1875%204.875%204.875v0.35938c0%202.6875-2.1875%204.875-4.875%204.875zm0.17188%2016.375h42.938c2.7812%200%205.0469%202.2656%205.0469%205.0312%200%201.3594-0.53125%202.625-1.4844%203.5781-0.9375%200.9375-2.2344%201.4688-3.5625%201.4688h-35.203c-1.9219-4.1875-5.125-7.6562-9.125-9.875%200.45312-0.10938%200.92188-0.20312%201.3906-0.20312zm-11.672%2037.516c-10.078%200-18.281-8.2656-18.281-18.422s8.2031-18.422%2018.281-18.422%2018.281%208.2656%2018.281%2018.422c-0.015625%2010.156-8.2031%2018.422-18.281%2018.422zm58.188-2.5156c-0.92188%200.9375-2.2188%201.4688-3.5625%201.4688h-42.031c3.3906-2.5%206.0156-5.9844%207.4844-10.031h34.531c0.26562%200%200.53125%200.03125%200.78125%200.0625%202.4375%200.375%204.2812%202.5%204.2812%204.9531%200%201.3281-0.54688%202.6094-1.4844%203.5469zm-3.5625-11.688h-33.656c0.26562-1.3594%200.42188-2.7812%200.42188-4.2188%200-2.0469-0.29688-4.0156-0.82812-5.8906h40.484c2.7812%200%205.0469%202.2656%205.0469%205.0469%200%201.3594-0.53125%202.625-1.4844%203.5781-0.9375%200.9375-2.2344%201.4688-3.5625%201.4688h-6.4219z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 640px) {
    .search-button .search-icon + span {
        display: none;
    }
}

@media (max-width: 440px) {
    .deposit-button .deposit-icon + span {
        display: none;
    }
}

.radio > label {
    display:flex;
    gap:5px;
    align-items: center;
}

.radio {
    display: inline;
    /*margin-right: 20px;*/
}

input[type="checkbox"],
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    background-color: var(--form-cb-bg);
    display: grid;
    place-content: center;
    accent-color: var(--form-cb-tx);
}

input[type="checkbox"] {
    border-radius: 0.25rem;
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="checkbox"]::before,
input[type="radio"]::before {
    content: "";
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: var(--form-cb-tx-act);
}

input[type="checkbox"]::before {
    width: 0.5rem;
    height: 0.5rem;
    clip-path: polygon(14% 44%, 0% 65%, 50% 100%, 100% 20%, 80% 0%, 43% 62%);
    transform-origin: bottom left;
}

input[type="radio"]::before {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    transform-origin: center;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background-color: var(--form-cb-bg-act) !important;
    color: var(--form-cb-tx-act) !important;
    border-color: var(--form-cb-tx-act);
}

input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--form-cb-tx-act);
}


input[type="text"]:focus,
input[type="text"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
select:focus,
select:hover {
    border: 1px solid var(--form-input-border-act);
}

input, select, select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; /* Reset the default border */
    background-color: var(--form-input-bg);
    box-shadow: none; /* Remove shadow */
    outline: none; /* Remove focus outline */
    color: var(--form-input-tx, #ffffff) !important; /* Override text color */
    -webkit-text-fill-color: var(--form-input-tx, #ffffff) !important;
    border-radius: 5px;
    font-size: 14px;
}

select option:hover,
select option:focus {
    background-color: var(--form-cb-bg-act); /* Background color on hover */
}

select:after {
    content: '▼'; /* Custom arrow */
    font-size: 12px;
    color: #333;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Ensure clicks go to the select */
}

/* Target autofilled input fields */
input:-webkit-autofill,
input:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus
{
    caret-color: white !important;
    background-color: var(--form-input-bg) !important; /* Override background color */
    transition: background-color 9999s ease-in-out 0s!important; /* Prevent autofill flash */
    color: var(--form-input-tx, #ffffff) !important; /* Override text color */
    -webkit-text-fill-color: var(--form-input-tx, #ffffff) !important;
    box-shadow: 0 0 0 1000px var(--form-input-bg) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px var(--form-input-bg) inset !important;
}

input:-moz-autofill,
input:-moz-autofill:focus,
select:-moz-autofill,
select:-moz-autofill:focus,
textarea:-moz-autofill,
textarea:-moz-autofill:focus
{
    caret-color: white !important;
    background-color: var(--form-input-bg) !important; /* Override background color */
    transition: background-color 9999s ease-in-out 0s!important; /* Prevent autofill flash */
    color: var(--form-input-tx, #ffffff) !important; /* Override text color */
    -webkit-text-fill-color: var(--form-input-tx, #ffffff) !important;
    box-shadow: 0 0 0 1000px var(--form-input-bg) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px var(--form-input-bg) inset !important;
}


input:autofill,
input:autofill:focus,
select:autofill,
select:autofill:focus,
textarea:autofill,
textarea:autofill:focus
{
    caret-color: white !important;
    background-color: var(--form-input-bg) !important; /* Override background color */
    transition: background-color 9999s ease-in-out 0s!important; /* Prevent autofill flash */
    color: var(--form-input-tx, #ffffff) !important; /* Override text color */
    -webkit-text-fill-color: var(--form-input-tx, #ffffff) !important;
    box-shadow: 0 0 0 1000px var(--form-input-bg) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px var(--form-input-bg) inset !important;
}


input:autofill:focus,
select:autofill,
textarea:autofill {
    background-color: var(--form-input-bg-act) !important; /* Override background color */
    box-shadow: 0 0 0 1000px var(--form-input-bg-act) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px var(--form-input-bg-act) inset !important;
}

input:-webkit-autofill:focus,
select:-webkit-autofill:focus,
textarea:-webkit-autofill:focus {
    background-color: var(--form-input-bg-act) !important; /* Override background color */
    box-shadow: 0 0 0 1000px var(--form-input-bg-act) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px var(--form-input-bg-act) inset !important;
}

input:-moz-autofill:focus,
select:-moz-autofill:focus,
textarea:-moz-autofill:focus {
    background-color: var(--form-input-bg-act) !important; /* Override background color */
    box-shadow: 0 0 0 1000px var(--form-input-bg-act) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px var(--form-input-bg-act) inset !important;
}

.glider-track {

}

.big-wins-elem {
    height: 6rem !important;
    background-color: var(--big-wins-card-bg);
}

.big-wins-image {
    height: 6rem !important;
}

.glider-prev-big-win, .glider-prev-big-wins {
    display: none;
}

.providers-slide {

}

.providers-elem {
    height: 6rem !important;
    background-color: var(--big-wins-card-bg);
}


.providers-image {
    height: 6rem !important;
}

.glider-prev-provider, .glider-prev-provider {
    display: none;
}

.truncate-game-name {
    max-width: 150px; /* Adjust as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-icon1 {
    background-position: 0px 0px;
}

.player-icon2 {
    background-position: -128px 0px;
}

.player-icon3 {
    background-position: -256px 0px;
}

.player-icon4 {
    background-position: -384px 0px;
}

.player-icon5 {
    background-position: -512px 0px;
}

.player-icon6 {
    background-position: -640px 0px;
}

.player-icon7 {
    background-position: 0px -128px;
}

.player-icon8 {
    background-position: -128px -128px;
}

.player-icon9 {
    background-position: -256px -128px;
}

.player-icon10 {
    background-position: -384px -128px;
}

.player-icon11 {
    background-position: -512px -128px;
}

.player-icon12 {
    background-position: -640px -128px;
}

.player-icon13 {
    background-position: 0px -256px;
}

.player-icon14 {
    background-position: -128px -256px;
}

.player-icon15 {
    background-position: -256px -256px;
}

.player-icon16 {
    background-position: -384px -256px;
}

.player-icon17 {
    background-position: -512px -256px;
}

.player-icon18 {
    background-position: -640px -256px;
}

.player-icon19 {
    background-position: 0px -384px;
}

.player-icon20 {
    background-position: -128px -384px;
}

.player-icon21 {
    background-position: -256px -384px;
}

.player-icon22 {
    background-position: -384px -384px;
}

.player-icon23 {
    background-position: -512px -384px;
}

.player-icon24 {
    background-position: -640px -384px;
}

.player-icon25 {
    background-position: 0px -512px;
}

.player-icon26 {
    background-position: -128px -512px;
}

.player-icon27 {
    background-position: -256px -512px;
}

.player-icon28 {
    background-position: -384px -512px;
}

.player-icon29 {
    background-position: -512px -512px;
}

.player-icon30 {
    background-position: -640px -512px;
}

.player-icon31 {
    background-position: 0px -640px;
}

.player-icon32 {
    background-position: -128px -640px;
}

.player-icon33 {
    background-position: -256px -640px;
}

.player-icon34 {
    background-position: -384px -640px;
}

.player-icon35 {
    background-position: -512px -640px;
}

.player-icon36 {
    background-position: -640px -640px;
}

.player-icon37 {
    background-position: 0px -768px;
}

.player-icon38 {
    background-position: -128px -768px;
}

.player-icon39 {
    background-position: -256px -768px;
}

.player-icon40 {
    background-position: -384px -768px;
}

.player-icon41 {
    background-position: -512px -768px;
}

.player-icon42 {
    background-position: -640px -768px;
}

#side-menu-narrow-top svg {
    transform: scaleX(-1);
}

.chevron-toggle {
    transform: scaleY(-1) !important;
}

.help-block {
    display: none !important;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: var(--error) !important;
    background-color: transparent !important;
    height: 0;
    transition: height 0.2s ease;
    box-shadow: none !important;
}

.help-block:not(:empty) {
    display: block !important;
    height: auto; /* Auto height when content is present */
    padding-top: 5px; /* Optional padding when an error is displayed */
}

.mainCard:hover .background-container {
    transform: scale(1.1); /* Zoom in the background image */
    opacity: 0.3; /* Fade the image slightly */
}

.mainCard:hover .play-button {
    opacity: 1; /* Show the play button on hover */
    display: flex; /* Ensure the button is visible */
}

.mainCard:hover .rtp-container {
    opacity: 0;
}

.modal-fade-in {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.modal-fade-out {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

/* Custom Styles */
.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select {
    position: relative;
    width: 100%;
    background-color: var(--form-input-bg);
    color: var(--form-input-tx);
    border-radius: 0.375rem;
    min-height: 3rem;
    padding-left: 40px;
}

.custom-select select {
    width: 100%;
    background: transparent;
    padding: 0.75rem 0.75rem 0.75rem 2.5rem;
    border-radius: 0.375rem;
    height: auto;
    appearance: none;
}

.custom-select select option {
    background-color: var(--form-input-bg);
    color: var(--form-input-tx) !important;
}

.custom-select::after {
    content: '▼';
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    color: var(--placeholder-color);
    pointer-events: none;
}

.input-div span {
    position: absolute;
    left: 0px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
}

.iti__dropdown-content, .iti__search-input {
    background-color: var(--form-input-bg) !important;
    color: var(--form-input-tx) !important;
}

.iti__country.iti__highlight {
    background-color: var(--form-input-bg-act) !important;
}

/* Loader background styles */
#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--custom-bg-base);
    z-index: 200000;
}

/* Centering the loader */
#loader-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Loader icon rotation */
#loader-center img.rotate {
    width: 128px;
    height: auto;
    animation: rotateAnimation 5s infinite linear;
}

/* Keyframe for rotating the image */
@keyframes rotateAnimation {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

/* Hidden class to ensure the loader is not visible initially */
.hidden {
    display: none;
}

.glider-dot {
    border: 0;
    padding: 0;
    user-select: none;
    outline: none;
    display: block;
    cursor: pointer;
    color: #8FA7FC;
    border-radius: 999px;
    background: #8FA7FCFF;
    width: 1.5rem;
    height: 0.3rem;
    margin: 2rem 0.2rem 0 0.2rem;
}

@media (min-width: 1024px) {
    .glider-dot {
        margin: 3rem 0.2rem 0 0.2rem;
    }
}

.glider-dot:hover, .glider-dot:focus, .glider-dot.active {
    color: #fff;
    background-color: #fff;
}

@media (min-width: 640px) {
    #big-wins-glider .glider-slide {
        min-width: 350px !important;
    }
}

.glider.draggable {
    overflow-x: scroll; /* Allow scrolling */
    scrollbar-width: none; /* Firefox: Hides scrollbar */
    -ms-overflow-style: none; /* IE and Edge */
}

/* WebKit browsers (Chrome, Safari) */
.glider.draggable::-webkit-scrollbar {
    display: none; /* Completely hide scrollbar */
    width: 0px;
    height: 0px;
}

/* For all browsers - hide scrollbar but keep functionality */
.glider.draggable {
    overflow: -moz-scrollbars-none; /* Older browsers */
    -webkit-overflow-scrolling: touch; /* For smooth scrolling on mobile */
}

/* SWIPER */

/* Make the slider container relative so that the buttons are positioned inside it */
#promotions-swiper {
    position: relative;
}

/* Override Swiper's default absolute positioning */
#glider-prev-promotions,
#glider-next-promotions {
    position: absolute; /* Absolute positioning relative to the slider container */
    top: 50%; /* Vertically center the buttons */
    transform: translateY(-50%); /* Adjust to truly center the buttons vertically */
    z-index: 1; /* Ensure buttons are above the slider */
    justify-content: center;
    align-items: center;
    opacity: 1; /* Hidden by default */
    color: var(--main-title-icon);
    margin-top: 0;
    width: 2.5rem;
    height: 2.5rem;
}

/* Position the prev button on the left side of the slider */
#glider-prev-promotions {
    left: 10px; /* Adjust distance from the left edge */
}

/* Position the next button on the right side of the slider */
#glider-next-promotions {
    right: 10px; /* Adjust distance from the right edge */
}

/* Ensure buttons are shown when the slider is hovered */
#promotions-swiper:hover #glider-prev-promotions,
#promotions-swiper:hover #glider-next-promotions {
    opacity: 1; /* Show the buttons */
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 3px !important;
    border-radius: 2px !important;
    transition: background-color .3s ease-in-out;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: auto !important;
    bottom: -1rem !important;
}

/* Make the container the positioning root (so absolute works if you add it later) */
#promotions-swiper { position: relative; }

/* Scale the buttons and their icons with viewport width, safely overriding Bootstrap */
.nav-btn {
    font-size: clamp(12px, 2.2vw, 24px) !important;     /* drives SVG size (1em) */
    padding: clamp(4px, 1.25vw, 12px) !important;       /* breathing room */
    min-width: clamp(28px, 4vw, 44px);
    min-height: clamp(28px, 4vw, 44px);
    line-height: 1 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* Ensure the SVG really follows the font size */
.nav-btn svg {
    width: 1em !important;
    height: 1em !important;
    flex: 0 0 auto;
}

/* Always circular, responsive size */
#glider-prev-promotions,
#glider-next-promotions {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;

    /* responsive circle size: depends on both width and height */
    --nav-size: min(
            clamp(16px, 10vw, 40px),
            clamp(16px, 15vh, 40px)
    );

    /* Circle sizing */
    width: var(--nav-size);
    height: var(--nav-size);
    aspect-ratio: 1 / 1;

    border-radius: 50% !important; /* ensure circle */
    background: rgba(0,0,0,0.6);
    align-items: center;
    justify-content: center;

    /* icon scale (1em) */
    font-size: clamp(14px, 2.2vw, 20px) !important;
    line-height: 1 !important;
    padding: 0 !important; /* padding can break the circle */
}

#glider-prev-promotions { left: clamp(6px, 1.5vw, 16px); }
#glider-next-promotions { right: clamp(6px, 1.5vw, 16px); }

/* SVG follows font-size (1em) */
#glider-prev-promotions svg,
#glider-next-promotions svg {
    width: 1em !important;
    height: 1em !important;
    flex: 0 0 auto;
}


#deposit_3d_iframe {
    width: 100%;
}

/* Label Base Style */
.label {
    display: inline-block;
    padding: 0.3em 0.6em;
    font-weight: bold;
    color: #fff;
    border-radius: 1rem;
    text-align: center;
    white-space: nowrap;
}

/* Status-Specific Styles */
.label-success {
    background-color: #28a745; /* Green */
}

.label-primary {
    background-color: #007bff; /* Blue */
}

.label-warning {
    background-color: #ffc107; /* Yellow */
    color: #212529;
}

.label-danger {
    background-color: #dc3545; /* Red */
}

.label-default {
    background-color: #6c757d; /* Grey */
}

.label-info {
    background-color: #17a2b8; /* Teal */
}

/* Hover Effect */
.label:hover {
    filter: brightness(1.1);
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}

.custom-truncate {
    display: inline-block;
    max-width: 100%; /* or define your preferred width */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: ltr;
}

/* Tailwind Utility Classes for ul and p elements */
.content ul {
    list-style-type: disc;
    padding-left: 1rem; /* Equivalent to Tailwind's pl-4 */
    margin-top: 0.75rem; /* mt-3 */
    margin-bottom: 0.75rem; /* mb-3 */
    color: #bbceee; /* text-gray-700 */
}

.content ul li {
    margin-bottom: 0.5rem; /* mb-2 */
    font-size: 1rem; /* text-base */
    line-height: 1.75rem; /* leading-7 */
}

.content p {
    margin-top: 0.75rem; /* mt-3 */
    margin-bottom: 0.75rem; /* mb-3 */
    text-align: justify; /* text-justify */
    color: #d2e4fc; /* text-gray-800 */
    font-size: 1rem; /* text-base */
    line-height: 1.75rem; /* leading-7 */
}

.text-shadow-card h2 {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 1) !important;
}

.waitMe_progress.img {
    display: flex;
    justify-content: center;
    animation: rotateAnimation 5s infinite linear;
}