.pager {
    margin: 0;
}

.heroWrap {
    position: relative;
    /* padding-bottom: 3em; */
}

.heroBg {
    background-attachment: fixed;
    background-image: url(/high-roller-nights/images/hig-rolllers-bg.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 7px;
    padding-bottom: 30px;
}

.highRollerLogo {
    /* padding-top: 20%; */
    max-width: 900px;
    margin: auto;
}

.highRollerLogo img {
    /* height: 270px; */
    object-fit: cover;
    object-position: top center;
}

.wheelWrap {
    position: relative;
    background-color: #081325ba;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    padding: 10px 10px 30px;
    text-align: center;
    color: #e3eeff;
}

.promoInfo {
    background-color: #1823337d;
    color: #FFF;
    padding: 10px 10px 25px;
    width: 100%;
    max-width: 800px;
    margin: 10px auto 10px;
    border-radius: 20px;
}

.promoInfo p {
    font-size: 16px;
    line-height: 20px;
    margin: 15px auto;
}


.promoTxtblk {
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    height: 40px;
    width: 200px;
}

.wheelWrap .ctaBtn {
    height: 40px;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    width: 200px;
    font-weight: bold;
    margin: unset;
}

.wheelWrap .former {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

#textTogg {
    display: none;
}

.retogBtn {
    color: #eeeeee;
    font-weight: bold;
    max-width: 150px;
    text-decoration: underline;
    margin: 0px auto 15px;
    cursor: pointer;
}

.screen02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}


/* ---Wheel styles start ----------------------------------------------*/

.wheel-container {
    width: 100%;
    max-width: 600px;
    /* max-height: 600px; */
    /* min-width: 300px; */
    /* min-height: 300px; */
    /* height: 100%; */
    aspect-ratio: 1 / 1;
    position: relative;
    /* width: 400px;
    height: 400px; */
    /* width: min(80vw, 80vh); */
    /* Scales to 80% of the smaller dimension */
    /* height: min(80vw, 80vh); */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    /* Base for em units inside; scales with media queries */
    user-select: none;
}

.wheel {
    position: absolute;
    width: 100%;
    height: 100%;
    /* border: 3px solid #0a1b18; */
    /* border: 0.2em solid #0a1b18; */
    /* Relative border; scales with size */
    border-radius: 50%;
    transition: transform 5s ease-in-out;
    overflow: visible;
}

.wheel span {
    position: absolute;
    left: 50%;
    /* width: 2px; */
    width: 0.5%;
    /* Thin line, scales */
    height: 100%;
    transform-origin: left center;
    transform: rotate(calc(var(--deg) * var(--i)));
    background: #0cddb7;
    filter: brightness(0.5);
    z-index: 2;
}

.wheel-background {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: 0;
    transition: filter 0.5s ease-in-out;
}

.wheel .winning-overlay {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    transition: background 0.5s ease-in-out;
}

.spinBtn {
    /* border: 3px solid #0a1b18; */
    border: 0.2em solid #0a1b18;
    /* Scales with container */
    position: absolute;
    /* inset: 140px; */
    inset: 35%;
    /* Centers button at ~35% from edges (adjust for your inner wheel size) */
    /* background: #39ffe2;
    color: #0a1b18; */
    background-image: url(/high-roller-nights/images/center-btn.gif);
    background-size: 103%;
    background-position: center center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    user-select: none;
    text-transform: uppercase;
    font-size: 1.5em;
    /* Scales with container font-size */
    font-weight: 600;
    letter-spacing: 0.1em;
}

.spinBtn:hover {
    background-image: url(/high-roller-nights/images/center-btn-hover.gif);
}

.locked-spin {
    filter: grayscale(100%);
    cursor: not-allowed;
}

.segment-text {
    margin: 0;
    font-size: 0.8em;
}

.segment-image {
    /* height: 15%; */
    height: 50%;
}

.segments {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.segments div {
    position: absolute;
    /* inset: 10px; */
    /* inset: 2.5%; */
    inset: 0;
    /* Relative inset for padding around segments */
    transform: rotate(calc(var(--deg) * var(--i) + (var(--deg) / 2)));
    text-align: center;
    font-size: 2em;
    /* Scales with container */
    font-weight: 500;
}

.blur-element {
    filter: blur(2px) brightness(0.4);
    transition: filter 0.5s ease-in-out;
}

.inner {
    position: absolute;
    width: 65%;
    height: 65%;
    background: #0a1b18;
    border-radius: 50%;
    transition: transform 5s ease-in-out;
    overflow: visible;
    z-index: 5;
}

.inner span {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    transform-origin: left center;
    background: #1fc7a8;
    filter: brightness(0.5);
    z-index: 6;
}

.inner span.winning {
    background: linear-gradient(to bottom, #ffeb3b, #ffc107);
    transition: all 0.5s ease-in-out;
}

.gameWheelWrap {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 500px;
    align-items: center;
    justify-content: center;
    padding: 5px;
    z-index: 2;
}

.gameWheelCover {
    position: absolute;
    left: 0;
    z-index: 10;
}

/* ---Wheel styles END ----------------------------------------------*/

.btmBtnWrap {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    z-index: 4;
}

.btmBtnWrap .ctaBtn {
    height: 40px;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    font-weight: bold;
    margin: unset;
}

.keyWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.keyBlk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 240px;
    width: 100%;
    margin: 5px auto 0;
    color: #FFF;
    font-size: 16px;
}

.keyIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1823337d;
    width: 120px;
    margin: 0px;
    border-radius: 6px 0 0 6px;
}

.keyInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #1823337d;
    padding: 0 5px;
    border-radius: 0 6px 6px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.keyInfo p {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    color: #d1d1d1;
    font-weight: 500;
    padding: 5px 0;
}



.genRewards .modal-content {
    background-image: url(/high-roller-nights/images/modalbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    background-color: #060e1b;
}

.genRewards .rewardInfo {
    min-height: 200px;
}

.genRewards h1 {
    font-size: 26px;
    color: #e3eeff;
}

.promoModal .rewardBlk {
    background-color: rgba(0, 0, 51, 0.9);
    color: #FFF;
    padding: 5px;
    border-radius: 6px;
}

.genRewards .rewardBlk {
    background-color: rgb(0 0 0 / 80%);
    color: #FFF;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 25px;
}

.genRewards .rewardBlk b,
.genRewards .rewardBlk strong {
    color: #c2a76f;
}

.genRewards .rewardIcon {
    max-width: 100px;
    margin: 20px auto;
}

.genRewards .btn-secondary {
    color: #fff;
    background-color: #141414;
    border-color: #141414;
}

.genRewards .modal-footer {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 0;
    padding: 0;
    margin-top: 20px;
    justify-content: center;
}

.genRewards .modal-footer>a {
    padding: 7px;
    border-radius: 7px;
    width: 50%;
    text-align: center;
    font-weight: bold;
}

.genRewards .modal-footer>button {
    padding: 7px;
    background-color: #23303a;
    color: #FFF;
    border-radius: 7px;
    width: 50%;
}

.spinsInfo {
    display: flex;
    gap: 10px;
}

.spinsInfo div {
    display: flex;
    gap: 7px;
    background-color: #0b1b35;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #c2a76f;
}

.spinsInfo span {
    color: #eeeeee;
}


/*-----media queries----------------------------------------------------------------------------------*/
@media (min-width:481px) {}

@media (min-width:768px) {}

@media (min-width:1000px) {}

@media (min-width:1025px) {}

@media (min-width:1441px) {}