@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto-Black;
    src: url('../fonts/Roboto-Black.ttf');
}

body {
    font-family: Roboto-Regular;
    font-size: 14px;
    background-color: #101e1f;
    color: #ffffff;
}

.navbar-top {
    background-color: #113837;
    max-width: 1630px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 0;
}

.navbar-bottom {
    background-color: #113837;
    max-width: 1630px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
}

.navbar-bottom a {
    color: #ffffff;
    text-decoration: none;
    padding-top: 20px;
}

.bottom-links {
  padding-top: 35px;
}

.bottom-links a {
    font-size: 12px;
    margin: 5px 6px 0;
}

.cut {
    margin-bottom: -25px;
}

.depositing-options {
    background-color: #113837;
    max-width: 1630px;
    border-radius: 15px;
    padding: 0;
    margin-top: -36px;
    border: 2px solid #e9cb8b;
    z-index: 4;
    position: relative;
}

.container-fluid {
    max-width: 1630px;
}

.cashbackClaimButton {
  text-transform: uppercase;
  cursor: pointer;
}

.btn-cta-2, .card-button a {
    background-color: #e9cb8b;
    font-size: 24px;
    font-family: "Roboto-Black";
    color: #113837;
    line-height: 1.2;
    min-width: 130px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

.btn-cta-2::after, .btn-cta-2::before, .card-button a::after, .card-button a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

.btn-cta-2::after, .card-button a::after {
    top: -9px;
    left: -9px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}

.btn-cta-2::before, .card-button a::before {
    bottom: -9px;
    right: -9px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
}

.btn-cta-2:hover, .card-button a:hover {
    color: #113837;
}

.btn-cta-2:hover::after, .btn-cta-2:hover::before, .card-button a:hover::after, .card-button a:hover::before {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-color: #e9cb8b;
}

.btn-cta a {
    color: #ffffff;
}

.nav-login input {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 5px solid rgba(233, 203, 139, 0.5);
    background: none;
    color: #4e7d7c;
    font-size: 18px;
}

.nav-login input:focus, .nav-login textarea:focus, .nav-login select:focus {
    outline: none;
    border-left: none; 
    border-top: none; 
    border-right: none; 
    box-shadow: none; 
}

.nav-login input::placeholder {
  color: #4e7d7c;
  opacity: 1;
}

.nav-login input::-webkit-input-placeholder {
  color: #4e7d7c;
}

.nav-login input:-moz-placeholder {
  color: #4e7d7c;
  opacity: 1;
}

.nav-login input::-moz-placeholder {
  color: #4e7d7c;
  opacity: 1;
}

.nav-login input:-ms-input-placeholder {
  color: #4e7d7c;
}

.gold {
  color: #e9cb8b;
}

.bold {
  font-family: 'Roboto-Black';
}

.regular {
  font-family: 'Roboto-Regular';
}

.pw, .un{
  display: inline-grid;
}

.pw a, .un a {
    font-size: 12px;
}

.pw a:hover, .un a:hover {
    color: #e9cb8b;
    text-decoration: underline;
}

.pw .btn-outline-secondary {
    color: #6c757d;
    border: none;
}

.pw .btn-outline-secondary:hover {
    color: #e9cb8b;
    border-color: transparent;
    background: none;
}

.pw .input-group {
    display: block;
}

#sLPasswordError {
    position: absolute;
    margin-top: 14px;
    text-align: left;
    margin-left: -10px;
}

#sLUsernameError {
    position: absolute;
    margin-top: 48px;
    text-align: left;
    margin-left: 0;
}

.pw #btnSignInTogglePassword {
  position: absolute;
  right: -10px;
}

.welcome-offer {
    margin-top: -104px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.welcome-offer .bg {
    position: relative;
    background-image: url('/images/main-bg.jpg');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1.1);
    margin-top: -35px;
}

.welcome-offer .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url('/images/main-bg-1.jpg');
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 1;
  animation: fadeOut 30s infinite;
}

@keyframes fadeOut {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.hero-img {
    margin-top: 56px;
    z-index: 2;
}

.welcome {
  z-index: 3;
  position: relative;
}

h1.woffer, .h1.woffer {
  margin-top: 176px;
}

h1, .h1 {
  font-size: 54px;
  color: #ffffff;
  text-shadow: 0px 4px 0px #000000;
  text-transform: uppercase;
}

h1.adjust, .h1.adjust {
  font-size: 28px;
  text-shadow: 0px 2px 0px #000000;
}

.modal-body p.adjust {
    font-size: 30px;
    line-height: 32px;
}

.welcome h2, .welcome .h2 {
  margin-top: -20px;
  margin-bottom: -10px;
}

h2, .h2 {
  font-family: Roboto-Black;
  font-size: 92px;
  color: #e9cb8b;
  text-shadow: 0px 4px 0px #000000;
  text-transform: uppercase;
}

h3, .h3 {
  font-family: Roboto-Black;
  font-size: 38px;
  color: #e9cb8b;
  text-shadow: 0px 4px 0px #000000;
  text-transform: uppercase;
}

h4, .h4 {
  font-family: Roboto-Black;
  font-size: 34px;
  color: #e9cb8b;
  text-shadow: 0px 4px 0px #000000;
  text-transform: uppercase;
}

h5, .h5 {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
}

h6, .h6 {
  font-family: Roboto-Black;
  font-size: 22px;
  color: #e9cb8b;
  text-shadow: 0px 2px 0px #000000;
  text-transform: uppercase;
}

p {
  color: #ffffff;
}

.rw-name {
  font-size: 18px;
  color: #ffffff;
  margin-top: 6px;
}

.rw-amt {
  font-family: Roboto-Black;
  font-size: 14px;
  color: #e9cb8b;
}

.btn-cta {
    border-style: solid;
    border-width: 4px;
    border-color: rgb(233, 203, 139);
    border-radius: 10px;
    background-image: url(/images/cta-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 58px;
    padding: 0 25px;
    color: #ffffff;
    font-family: Roboto-Black;
    transition: transform 0.3s ease-in-out;
    transform: scale(1);
}

.modal-body .btn-cta {
    font-size: 40px;
}

.cashback .btn-cta, .tgw .btn-cta {
    font-size: 28px;
    max-width: 363px;
    margin: 0 auto;
}

.carousel-inner {
    overflow: inherit;
}

.btn-cta:hover {
  color: #ffffff;
  transition: transform 0.3s ease-in-out;
  transform: scale(1.1);
}

.pick-of-the-pride, .my-rewards {
    border-radius: 10px;
    background-image: url(/images/promos-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

canvas{
  filter: blur(1px);
  position: absolute;
  height: 83vh;
  z-index: 1;
}

button.nav-link {
    background-color: #101e1f !important;
    width: 244px;
    height: 66px;
    font-size: 38px;
    font-family: "Roboto-Black";
    color: #ffffff !important;
    line-height: 1.2;
    background-image: url(/images/cta-bg.jpg) !important;
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border: 2px solid #e9cb8b !important;
    border-radius: 10px !important;
}

button.nav-link.active::after {
  content: "";
  display: block;
  position: absolute;
  color: #101e1f;
  background: #e9cb8b;
  inset: 5px;
  border-radius: 5px;
  z-index: -1;
  transition: opacity .3s ease;
}

button.nav-link.active {
    transition: 0.3s ease-in-out;
    animation: glow linear 2s infinite;
    z-index: 1;
    background-color: #e9cb8b !important;
}

@property --r {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

.build-your-bonus button.active {
  background: conic-gradient(from var(--r), #101e1f 0%, #e9cb8b 10%, #101e1f 20%) !important;
  animation: rotating 3s linear infinite;
  color: #113837 !important;
}


@keyframes rotating {
  0% {
    --r: 0deg;
  }
  100% {
    --r: 360deg;
  }
}

.build-your-bonus {
    border: 2px solid #e9cb8b;
    background-color: #113837;
    max-width: 1630px;
    border-radius: 15px;
}

label.range-label {
  font-size: 22px;
  font-family: "Roboto-Black";
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
}

.track-labels span {
    font-size: 18px;
    font-family: "Roboto-Black";
    color: #ffffff;
}

/*Chrome*/
input[type=range] {
    -webkit-appearance: none;
    height: 6px;
    background-color: #212121;
    outline: none;
    margin: 16px 0;
    width: 100%;
  }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 10px;
      overflow: hidden;
      -webkit-appearance: none;
      color: #13bba4;
      margin-top: -1px;
    }
    
    input[type='range']::-webkit-slider-thumb {
      width: 10px;
      -webkit-appearance: none;
      height: 10px;
      cursor: ew-resize;
      background: #ffffff;
      box-shadow: -800px 0 0 800px #e9cb8b;
    }

/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: #e9cb8b; 
}
input[type="range"]::-moz-range-track {  
  background-color: #212121;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #e9cb8b; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #212121;
}

.track-labels span.active {
    color: #e9cb8b;
}

.show-selection {
    background-image: url(/images/cta-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    width: 100%;
    max-width: 440px;
    height: 66px;
    font-size: 38px;
    font-family: "Roboto-Black";
    line-height: 1.2;
    border: 2px solid #e9cb8b;
    border-radius: 10px;
    background-color: #e9cb8b;
    transition: transform 0.3s ease-in-out;
    transform: scale(1);
}

.show-selection:hover {
    color: #ffffff;
    transition: transform 0.3s ease-in-out;
    transform: scale(1.1);
}

/* Hide the code box by default */
.button-container.step1 .input-wrapper {
    visibility: hidden;
}

.input-wrapper {
    visibility: hidden;
    opacity: 0;
    /* height: 0; */
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.input-wrapper.show {
    visibility: visible;
    opacity: 1;
    height: auto;
}

/* Show it when we add the .show class */
.button-container.step1 .input-wrapper.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    visibility: visible;
    position: relative;
    margin-bottom: 10px;
}

/* Make sure the codeText looks good when visible */
.codeText {
    border-radius: 10px;
    border: 2px solid #e9cb8b;
    background: rgb(16 30 31);
    padding: 12px 30px;
    width: 100%;
    max-width: 440px;
    color: #e9cb8b;
    text-align: center;
    font-size: 22px;
    font-family: Roboto-Black;
    text-transform: uppercase;
    margin: 0;
}

.codeText.error {
    border-radius: 10px;
    border: 2px solid;
    background: rgb(16 30 31);
    padding: 12px 30px;
    width: 100%;
    max-width: 440px;
    color: #e9cb8b;
    text-align: center;
    font-size: 22px;
    font-family: Roboto-Black;
    text-transform: uppercase;
    margin: 0;
    color: #ff6666 !important;
    border-color: #ff6666 !important;
}

/* Disabled state - Stronger rules */
.show-selection:disabled,
.show-selection.disabled {
    background-color: #555555 !important;
    color: #aaaaaa !important;
    border-color: #444444 !important;
    cursor: not-allowed !important;
    opacity: 0.75 !important;
    transform: none !important;
}

.show-selection:disabled:hover,
.show-selection.disabled:hover {
    transform: none !important;
    filter: brightness(0.9) !important;
}

/* Make sure normal hover doesn't affect disabled */
.show-selection:hover:not(:disabled) {
    transform: scale(1.1) !important;
}

.build-your-bonus .resize-col-lg-3 {
  width: 32%;
}

.build-your-bonus .resize-col-lg-9 {
  width: 68%;
}

.build-your-bonus .row>* {
    padding-left: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.round-border, .border img {
  border-radius: 15px;
}

#modal5 .border {
    min-height: 100%;
  }

.loyalty .border {
    min-height: 100%;
}

.border {
    border: 1px solid #e9cb8b !important;
    border-radius: 15px;
}

.track-labels {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.track-labels span {
  width: 33%;
}

.track-labels span:first-child {
  display: flex;
  justify-content: start;
}

.track-labels span:last-child {
  display: flex;
  justify-content: end;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%x;
}
.slider::before, .slider::after {
  content: "";
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 13);
}
.slider .slide {
  width: 100%;
}

.custom-slider {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  background: repeating-linear-gradient(90deg, #fff, #fff 3px, transparent 1px, transparent 49.8% ) no-repeat 50% 50%;
  background-size: 100% 25px;
}

.no-code-message {
    color: red;
    margin: -30px 0 9px !important;
}

.nav {
    justify-content: center;
}

.prog img {
  border-radius: 10px;
  border: 2px solid #4e7d7c;
}

.recent-winners img {
  border-radius: 0;
  border: none;
}

.recent-winners {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(78, 125, 124);
  border-radius: 15px;
  background-color: rgb(9, 19, 20);
}

.rw-logo, .rw-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 6px;
}

.rw-name, .rw-amt {
  margin-left: 10px;
}

hr {
    margin: 0 auto;
    color: #212121;
    background-color: currentColor;
    border: 0;
    opacity: 1;
    height: 4px !important;
    width: 94% !important;
}

footer {
  background-color: #091314;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
}

.footer-links, .footer-crypto, .footer-banking, .footer-images {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-crypto img {
    max-width: 40px;
    transition: opacity 0.3s ease-in-out;
}

.footer-crypto img:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

.footer-links .divider, .footer-crypto .divider, .footer-banking .divider {
    width: 2px;
    height: 14px;
    background-color: #e9cb8b;
    margin: 0 20px;
}

.footer-banking img {
    /* height: 20px; */
    transition: opacity 0.3s ease-in-out;
}

.footer-banking img:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

.footer-images img {
    /* height: 40px; */
    transition: opacity 0.3s ease-in-out;
}

.footer-images img:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

.footer-images a {
    margin: 0 20px;
}

a {
  color: #113837;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
}

footer a:hover {
  color: #e9cb8b;
  text-decoration: none;
}

.copyright a:hover {
  color: #ffffff;
  text-decoration: none;
}

.modal-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.modal-content video {
    max-width: 100%;
    height: auto;
}

.modal-content {
    background-color: #091314;
}

.modal-header, .modal-footer {
    border-top: 0;
    border-bottom: 0;
}

    .modal p, .modal ul, .modal ol {
        color: #ffffff;
    }

.info {
    color: #113837;
    font-family: 'Roboto-Black';
    font-size: 18px;
    background-color: #e9cb8b;
    border-radius: 100px;
    border: 3px solid #113837;
    position: absolute;
    padding: 0px 10px;
    animation: bounceIn 2s infinite 2s;
}

.info:hover {
	color: #113837;
  background-color: #ffffff;
	opacity: 1;
}

@keyframes bounceIn {
	0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
	40% {
    transform: translateY(-10px);
  }
	60% {
    transform: translateY(-5px);
  }
}

.build-your-bonus .info {
  top: 5px;
  right: 5px;
}

table {
        width: 100%;
    }
    
    th {
        font-family: Roboto-Black;
        background: #e9cb8b;
        border-bottom: 1px solid #e9cb8b;
        color: #113837;
        padding: 8px;
        text-align: left;
    }
    
    td {
        background: #113837;
        border-bottom: 1px solid #e9cb8b;
        color: #ffffff;
        padding: 8px;
        vertical-align: middle;
        text-align: left;
    }

.thumb {
  position: relative;
  max-width: 150px;
}

.thumb a {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

.thumb a .play, .thumb a .overlay {
  opacity: 0;
  
}

.thumb a:hover .play, .thumb a:hover .overlay {
  display: block;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.thumb a:hover .play {
  position: relative;
  font-size: 64px;
  color: #e9cb8b;
  z-index: 1000;
  opacity: 1;
  vertical-align:middle
}

.thumb a:hover .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .7;
  border-radius: 10px;
  border: 2px solid #e9cb8b;
}

.recent-winners img {
    max-width: 50px;
}

.recent-winners .rw-icon img {
    max-width: 68px;
}

/* Recent Winners - Nice Gold Popup (Preferred Style) */
.game-hover {
    position: relative;
    display: inline-block;
    z-index: 10;
}

.game-hover:hover::after {
    content: attr(data-game);
    position: fixed !important;
    background: #1f1f1f;
    color: #ffd700;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 15px;
    white-space: nowrap;
    z-index: 99999;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.8);
    border: 1px solid #ffd700;
    pointer-events: none;
    font-weight: 500;
    bottom: auto;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 12px;
}

.game-hover:hover::before {
    content: '';
    position: fixed !important;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffd700;
    z-index: 99999;
}

/* Position above the hovered item */
.game-hover:hover::after { bottom: calc(100% + 8px); }
.game-hover:hover::before { bottom: calc(100% + 2px); }

/* Make sure ticker allows popups to escape */
#recentWinners,
.winner-row,
.rw-icon {
    overflow: visible !important;
}

.winner-row {
    z-index: 5;
}

#preloader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #101e1f; /* Background color behind the video */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure the preloader is on top */
}

#preloader-container img {
    width: 320px;
    height: 120px;
    /* object-fit: cover; */ /* Ensures video covers the entire container without stretching */
}

/* Optional: Add a fade-out effect for a smoother transition */
.fade-out {
    opacity: 0;
    transition: opacity 1s ease-out; /* Add a smooth transition effect */
    visibility: hidden; /* Hide the element completely after transition */
}

.form-label {
    color: #ffffff;
}

form p.gold {
  color: #e9cb8b;
}

.cashback .card {
	  width: 23%;
    border-radius: 15px;
    background-color: #091314;
    border: solid 1px #e9cb8b;
    margin: 0 auto;
}

.cashback .card-body {
    padding: 1rem 0;
}

.cb .casino-input, .lc .casino-input {
    max-width: 250px;
}

#modalSignUp input::placeholder {
  color: #e9cb8b;
  opacity: 1;
}

select option {
    background-color: #060d0d;
    color: #e9cb8b;
}

#modalSignUp .input-group, #modalLogin .input-group {
    flex-wrap: unset;
}

#modalLogin .input-group {
    padding: 0;
}

.resize-input {
    max-width: 300px;
    margin: 0 auto;
}

.btn-outline-secondary {
    color: #113837;
    border-color: #113837;
}

.btn-outline-secondary:hover {
    color: #e9cb8b;
    border-color: #113837;
    background-color: #113837;
}

.accordion-button {
    color: #ffffff;
    background-color: #113837;
}

    .accordion-button:not(.collapsed) {
        color: #ffffff;
        background-color: #113837;
    }

.accordion-body {
    background-color: #101e1f;
}

.form-floating>label {
    color: #091314;
}

.form-control {
    text-align: center;
}

#promos, #byb, #prog {
  scroll-margin-top: 100px; /* Adjust to your header's height */
}

.sub-page {
  margin-top: -91px;
}

.slide.position-2 img {
  transform: scale(1);
  transition: 2s;
}

.slide.position-2:hover img {
  transform: scale(1.06);
  transition: 2s;
  overflow: hidden;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    filter: invert(100%);
}

.input-wrapper {
    position: relative;
    max-width: 440px;
    margin: 0 auto;
}

.box {
    margin-top: 14px;
}

.copy {
    position: absolute;
    left: 5px;
    /* top: 10px; */
}

.tandc {
  font-size: 12px;
  color: #dadada !important;
}

.tgw .mt-4 {
    margin-top: 1.2rem !important;
}

dl, ol, ul {
    text-align: left;
}

.playerTier {
  color: #ffffff;
  font-family: 'Roboto-Black';
  font-size: 36px;
  text-transform: uppercase;
}

.pulse {
        animation-name: pulse_animation;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    
    @keyframes pulse_animation {
        0% {
            transform: scale(1);
        }
    
        30% {
            transform: scale(1);
        }
    
        40% {
            transform: scale(1.08);
        }
    
        50% {
            transform: scale(1);
        }
    
        60% {
            transform: scale(1);
        }
    
        70% {
            transform: scale(1.05);
        }
    
        80% {
            transform: scale(1);
        }
    
        100% {
            transform: scale(1);
        }
    }

.error {
    margin-top: -91px;
    margin-bottom: -3rem;
}

#pPlayerTierError {
    color: red;
    font-size: 14px;
}

.hamburger {
  /* position: fixed;
  top: 20px;
  right: 0; */
  cursor: pointer;
  z-index: 1000;
  padding: 5px 15px 5px;
}

.hamburger span {
  vertical-align: middle;
}

.hamburger .bars {
  display: block;
  position: relative;
  width: 35px;
  height: 5px;
  background-color: #e9cb8b;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hamburger .bars:before, .hamburger .bars:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 5px;
  background-color: #e9cb8b;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hamburger .bars:before {
  top: 10px;
}

.hamburger .bars:after {
  bottom: 10px;
}

.open .hamburger .bars {
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.open .hamburger .bars::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open .hamburger .bars::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu {
  width: 250px;
  height: 100%;
  padding: 75px 20px 0;
  background-color: #101e1f;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  position: fixed;
  right: -100%;
  top: 0;
  opacity: 0;
  z-index: 999;
  margin-top: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu ul li {
    list-style: none;
    text-transform: uppercase;
    margin: 10px auto;
    text-align: left;
}

.menu a {
  color: #ffffff;
}

.menu a:hover {
  color: #e9cb8b;
}

.open .menu {
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu:hover {
  overflow-y: auto;
}

.border-box {
  display: grid;
  place-content: center;
  color: white;
  --border-angle: 0turn;
  --main-bg: conic-gradient(from var(--border-angle), #101e1f, #101e1f 5%, #101e1f 60%, #101e1f 95%);
  border: solid 5px transparent;
  border-radius: 15px;
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #113837, #e9cb8b 99%, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center; -webkit-animation: bg-spin 3s linear infinite; animation: bg-spin 3s linear infinite;
}

@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

.box:hover {
  -webkit-animation-play-state: paused; animation-play-state: paused;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

.carousel-indicators {
    right: 0;
    bottom: auto;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    z-index: 99999;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
}

/* Media Queries */
@media screen and (max-width: 1480px) and (orientation: landscape) {
  h1.woffer, .h1.woffer {
    margin-top: 138px;
  }

  h2, .h2 {
    font-size: 80px;
}

  .welcome-offer .bg {
    margin-top: 0;
  }

  .welcome-offer .bg, .welcome-offer .bg::after {
    height: 96%;
  }

  .depositing-options {
    margin-top: -28px;
  }

  button.nav-link {
    width: 245px;
    font-size: 26px;
    height: 66px;
  }

  .build-your-bonus .resize-col-lg-3 {
    width: 37%;
  }

  .build-your-bonus .resize-col-lg-9 {
    width: 63%;
  }

  label.range-label {
    font-size: 16px;
  }

  .track-labels span {
    font-size: 14px;
  }

  .show-selection, .codeText {
    font-size: 26px;
    height: 66px;
  }

  .rw-name {
    font-size: 14px;
  }

  .rw-amt {
    font-size: 12px;
  }

  .recent-winners img {
    max-width: 40px;
  }

  .sub-page {
    margin-top: -65px;
  }
}

@media screen and (max-width: 1300px) and (orientation: landscape) {
  h1, .h1 {
    font-size: 46px;
  }

  h1.woffer, .h1.woffer {
    margin-top: 92px
  }

  h1.adjust, .h1.adjust {
    font-size: 20px;
    text-shadow: 0px 2px 0px #000000;
  }

  h2, .h2 {
    font-size: 58px;
  }

  .welcome h2, .welcome .h2 {
    margin-top: -14px;
    margin-bottom: -8px;
  }

  .modal-body p.adjust {
    font-size: 14px;
    line-height: 18px;
  }

  .navbar .w-75 {
    width: 50% !important;
  }

  .welcome-offer .bg {
    margin-top: 0;
  }

  .welcome-offer .bg, .welcome-offer .bg::after {
    height: 96%;
  }

  .depositing-options {
    margin-top: -20px;
  }

  button.nav-link {
    width: 150px;
    font-size: 20px;
    height: 43px;
  }

  .build-your-bonus .resize-col-lg-3 {
    width: 45%;
  }

  .build-your-bonus .resize-col-lg-9 {
    width: 55%;
  }

  label.range-label {
    font-size: 16px;
  }

  .track-labels span {
    font-size: 14px;
  }

  .show-selection, .codeText {
    height: 56px;
    font-size: 24px;
  }

  .cashback .btn-cta  {
    font-size: 16px;
  }

  .tgw .btn-cta {
    font-size: 20px;
  }

  .tgw h6, .tgw .h6 {
    font-size: 18px;
  }

  h3, .h3 {
    font-size: 30px;
  }

  .modal-body h1.adjust, .modal-body .h1.adjust {
    font-size: 18px;
  }

  .sub-page {
    margin-top: -48px;
  }

  .error {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  h1, .h1 {
    font-size: 44px;
  }

  h1.woffer, .h1.woffer {
    margin-top: 92px
  }

  h1.adjust, .h1.adjust {
    font-size: 14px;
    text-shadow: 0px 1px 0px #000000;
    margin-top: 7px;
  }

  h2, .h2 {
    font-size: 60px;
  }

  h3, .h3 {
    font-size: 30px;
  }

  .welcome h2, .welcome .h2 {
    margin-top: -14px;
    margin-bottom: -8px;
  }

  .modal-body p.adjust {
    font-size: 14px;
    line-height: 18px;
  }

  .navbar .w-75 {
    width: 50% !important;
  }

  .welcome-offer .bg {
    margin-top: 0;
  }

  .welcome-offer .bg, .welcome-offer .bg::after {
    height: 96%;
  }

  .btn-cta {
    font-size: 22px;
  }

  .depositing-options {
    margin-top: -20px;
  }

  button.nav-link {
    width: 113px;
    font-size: 14px;
    height: 33px;
  }

  .build-your-bonus .resize-col-lg-3 {
    width: 45%;
  }

  .build-your-bonus .resize-col-lg-9 {
    width: 55%;
  }

  label.range-label {
    font-size: 16px;
  }

  .track-labels span {
    font-size: 14px;
  }

  .show-selection, .codeText {
    height: 56px;
    font-size: 24px;
  }

  .cashback .btn-cta {
    font-size: 16px;
  }

  .tgw .btn-cta {
    font-size: 20px;
  }

  .modal-body h1.adjust, .modal-body .h1.adjust {
    font-size: 18px;
  }

  .sub-page {
    margin-top: -46px;
  }

  .error {
    margin-top: 0;
  }

  body:has(.fixed-nav) .universal-footer {
    margin-bottom: 60px;
    padding-bottom: 20px;
}
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
  .logo img {
    max-width: 170px;
  }

  h1, .h1 {
      font-size: 26px;
      text-shadow: 0px 2px 0px #000000;
  }

  h1.woffer, .h1.woffer {
    margin-top: 86px;
  }

  h1.adjust, .h1.adjust {
    font-size: 14px;
    text-shadow: 0px 2px 0px #000000;
  }

  .welcome h2, .welcome .h2 {
    margin-top: -14px;
    margin-bottom: -4px;
  }

  h2, .h2 {
      font-size: 38px;
      text-shadow: 0px 2px 0px #000000;
  }

  h3, .h3 {
    font-size: 30px;
    text-shadow: 0px 2px 0px #000000;
  }

  h4, .h4 {
    font-size: 30px;
    text-shadow: 0px 2px 0px #000000;
  }

  h5, .h5 {
    font-size: 16px;
  }

  .modal-body p.adjust {
    font-size: 14px;
    line-height: 18px;
  }

  .btn-cta {
      font-size: 36px;
  }

  .welcome-offer .bg {
    margin-top: 0;
  }

  .welcome-offer .bg, .welcome-offer .bg::after {
    height: 96%;
  }

  .depositing-options {
    margin-top: -16px;
  }

  .build-your-bonus .resize-col-lg-3 {
    width: 37%;
  }

  .build-your-bonus .resize-col-lg-9 {
    width: 63%;
  }

  button.nav-link {
    width: 150px;
    height: 40px;
    font-size: 16px;
    margin: 5px !important;
  }

  label.range-label {
    font-size: 16px;  
  }

  .track-labels span {
    font-size: 14px;
  }

  .show-selection , .codeText, .input-wrapper {
    max-width: 295px;
    height: 45px;
    font-size: 24px; 
  }

.input-wrapper {
    max-width: 295px;
  }

  input[type=range] {
    margin: 10px 0;
  }

  /* footer  {
    padding-bottom: 80px;
  } */

  .forgot {
    font-size: 12px;
  }

  .cashback .card {
    width: 46%;
    margin-bottom: 10px;
  }

  .sub-page {
        margin-top: -26px;
  }

  .error {
    margin-top: 0;
  }

  body:has(.fixed-nav) .universal-footer {
    margin-bottom: 60px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
  h1.adjust, .h1.adjust {
    font-size: 14px;
    text-shadow: 0px 1px 0px #000000;
  }

  .modal-body p.adjust {
    font-size: 14px;
    line-height: 18px;
  }

  .build-your-bonus .resize-col-lg-3, .build-your-bonus .resize-col-lg-9 {
    width: 100%;
  }

  .build-your-bonus .row>* {
    padding-right: 0;
  }

  /* footer  {
    padding-bottom: 80px;
  } */

  .forgot {
    font-size: 12px;
  }

  .cashback .card {
    width: 46%;
    margin-bottom: 10px;
  }

  .error {
    margin-top: 0;
  }

  body:has(.fixed-nav) .universal-footer {
    margin-bottom: 60px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 800px) and (orientation: portrait) {
  .logo img {
    max-width: 200px;
  }

  h1, .h1 {
    font-size: 30px;
    text-shadow: 0px 2px 0px #000000;
  }

  h1.woffer, .h1.woffer {
    margin-top: 90px;
  }

  h1.adjust, .h1.adjust {
    font-size: 14px;
    text-shadow: 0px 2px 0px #000000;
  }

  h2, .h2 {
    font-size: 42px;
    text-shadow: 0px 2px 0px #000000;
  }

  .welcome h2, .welcome .h2 {
    margin-top: -16px;
    margin-bottom: -9px;
  }

  h3, .h3 {
    font-size: 26px;
    text-shadow: 0px 2px 0px #000000;
  }

  h4, .h4 {
    font-size: 26px;
    text-shadow: 0px 2px 0px #000000;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 18px;
  }

  .modal-body p.adjust {
    font-size: 14px;
    line-height: 18px;
  }

  .item h5, .item .h5 {
    font-size: 14px;
  }

  .btn-cta {
    font-size: 28px;
  }

  .welcome-offer .bg {
    margin-top: 0;
  }

  .welcome-offer .bg, .welcome-offer .bg::after {
    height: 96%;
  }

  .depositing-options {
    margin-top: -18px;
  }

  .build-your-bonus .row>* {
    padding-right: 0;
  }

  .slider .slide-track {
    width: calc(160px * 13);
  }

  .build-your-bonus .resize-col-lg-3 {
    width: 44%;
  }

  .build-your-bonus .resize-col-lg-9 {
    width: 56%;
  }

  button.nav-link {
    width: 134px;
    height: 40px;
    font-size: 14px;
    margin: 0 !important;
  }

  label.range-label {
    font-size: 16px;  
  }

  .track-labels span {
    font-size: 14px;
  }

  .show-selection , .codeText {
    max-width: 295px;
    height: 45px;
    font-size: 24px; 
  }

  input:-internal-autofill-selected {
    background-color: transparent !important;
  }

  .input-wrapper {
    max-width: 295px;
  }

  input[type=range] {
    margin: 10px 0;
  }

  /* footer  {
    padding-bottom: 80px;
  } */

  .forgot {
    font-size: 12px;
  }

  .cashback .card {
    width: 46%;
    margin-bottom: 10px;
  }

  .sub-page {
     margin-top: -22px;
  }

  .error {
    margin-top: 0;
  }

  body:has(.fixed-nav) .universal-footer {
    margin-bottom: 60px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .logo img {
    max-width: 128px;
  }

  h1, .h1 {
    font-size: 30px;
    text-shadow: 0px 2px 0px #000000;
  }

  h1.woffer, .h1.woffer {
    margin-top: 80px;
    font-size: 30px;
    text-shadow: 0px 2px 0px #000000;
  }

  h1.adjust, .h1.adjust {
    font-size: 14px;
    text-shadow: 0px 2px 0px #000000;
    margin-top: 4px;
  }

  h2, .h2 {
    font-size: 34px;
    text-shadow: 0px 2px 0px #000000;
  }

  .welcome h2, .welcome .h2 {
    margin-top: -15px;
    margin-bottom: -7px;
  }

  h3, .h3 {
    font-size: 22px;
    text-shadow: 0px 2px 0px #000000;
  }

  h4, .h4 {
    font-size: 24px;
    text-shadow: 0px 2px 0px #000000;
  }

  .modal-body p.adjust {
    font-size: 14px;
    line-height: 18px;
  }

  .btn-cta-2 {
    font-size: 18px;
    min-width: 100px;
  }

  .btn-cta {
    font-size: 30px;
    padding: 0 25px;
  }

  .modal-body .btn-cta {
    font-size: 20px;
  }

  .hero-img {
    margin-top: 10px;
  }

  .depositing-options {
    margin-top: -13px;
  }

  .welcome-offer .bg {
    margin-top: 0;
  }

  .welcome-offer .bg, .welcome-offer .bg::after {
    background-position: bottom left;
    height: 98%;
  }

  .build-your-bonus .row>* {
    padding-right: 0;
  }

  .slider .slide-track {
    width: calc(150px * 13);
  }
  
  .build-your-bonus .resize-col-lg-3 {
    width: 100%;
  }

  .build-your-bonus .resize-col-lg-9 {
    width: 100%;
  }

  button.nav-link {
    width: 110px;
    height: 37px;
    font-size: 14px;
    margin: 0 4px !important;
    padding: 0;
    line-height: 36px;
  }

  .show-selection {
    height: 50px;
    font-size: 24px;
  }

  .recent-winners {
    margin-top: 20px;
  }

  /* footer  {
    padding-bottom: 80px;
  } */

  .footer-links .divider, .footer-crypto .divider, .footer-banking .divider {
    margin: 0 5px;
  }

  .footer-crypto img {
    max-width: 30px;
  }

  .footer-images img {
    max-width: 120px;
  }

  .footer-banking img {
    margin: 5px 0;
  }

  .forgot {
    font-size: 12px;
  }

  .sub-page {
    margin-top: -12px;
    margin-bottom: -27px;
  }

  .cashback .btn-cta {
        font-size: 12px;
    }

  .error {
    margin-top: 0;
  }

  body:has(.fixed-nav) .universal-footer {
    margin-bottom: 60px;
    padding-bottom: 20px;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }
}

/* Ticker styles */
.ticker-wrapper {
    height: 210px;           
    overflow: hidden;
    position: relative;
}

.ticker-content {
    display: flex;
    flex-direction: column;
    animation: slideUp 22s linear infinite;
}

.ticker-content:hover {
    animation-play-state: paused;
}

.winner-row {
    display: flex;
    align-items: center;
    padding: 0 8px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    min-height: 70px;        
}

.winner-row:last-child {
    border-bottom: none;
}

/* Animation */
@keyframes slideUp {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-35%); }
}

/* Mobile */
@media (max-width: 768px) {
    .ticker-wrapper { height: 240px; }
    .winner-row { min-height: 62px; padding: 8px 6px; }
}

/*************Progressive Jackpots*************/
.progressive-jackpots-section {
    background: #1a1a1a;
    padding: 15px;
    border-radius: 12px;
}

.jackpot-ticker-wrapper {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.jackpot-ticker-content {
    display: inline-flex;
    animation: slideLeft 35s linear infinite;
}

.jackpot-ticker-content:hover {
    animation-play-state: paused;
}

.jackpot-item {
    display: inline-block;
    margin-right: 20px;
    width: 180px;           
}

.jackpot-game {
    text-align: center;
}

.jackpot-image {
    width: 100%;
    max-height: 140px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 8px;
}

.jackpot-name {
    color: #fff;
    font-size: 14px;
    margin: 0 0 4px 0;
    font-weight: 600;
    white-space: normal;
    line-height: 1.2;
}

.jackpot-amount {
    color: #ffd700;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

/* Right to Left Animation */
@keyframes slideLeft {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 768px) {
    .jackpot-item { width: 150px; }
    .jackpot-image { max-height: 120px; }
}


/* Hide Microsoft Edge's native password reveal button */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none !important;
}

/* Also hide any other browser password icons (Chrome/others fallback) */
input[type="password"]::-webkit-reveal,
input[type="password"]::-webkit-clear-button {
    display: none !important;
}

/* reCaptcha */
.grecaptcha-badge {
  display: none;
}