::selection {
  background-color: #007bff; /* The blue highlight color */
  color: #ffffff;            /* The text color when highlighted */
}

/* For Firefox compatibility */
::-moz-selection {
  background-color: #007bff;
  color: #ffffff;
}

body,html{
    -webkit-font-smoothing:revert;
}
.footer-upper-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: .5rem
}

.footer-bottom-section img {
    width: auto;
    max-width: 100%;
    height: revert-layer;
    vertical-align: middle;
}

@media(min-width:481px) {
    .footer-upper-section {
        justify-content: space-between
    }
}

@media(min-width:993px) {
    .footer-upper-section {
        flex-direction: row
    }
}

.footer-upper-section .footer-logo {
    width: 33%;
    max-width: 10rem
}

.footer-upper-section .footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.footer-upper-section .social-media-icons {
    display: flex;
    gap: 10%;
    justify-content: center;
    width: 40%;
    max-width: 14rem;
    margin-top: 1%
}

.footer-upper-section .social-media-icons img {
    width: 2rem;
    object-fit: contain
}

@media(min-width:993px) {
    .footer-upper-section .social-media-icons {
        width: unset
    }

    .footer-upper-section .social-media-icons img {
        width: 3rem;
        object-fit: contain
    }
}

.footer-v2-links-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 1.3rem
}

@media(min-width:993px) {
    .footer-v2-links-section {
        margin-bottom: 36px
    }
}

.footer-v2-links-section-column {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

@media(min-width:481px) {
    .footer-v2-links-section-column {
        width: 30%
    }
}

@media(min-width:993px) {
    .footer-v2-links-section-column {
        width: 18%;
        padding: 0
    }
}

.footer-v2-links-section-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15%;
    font-size: clamp(.85rem, 1.5vw, 1.05rem);
    width: -moz-fit-content;
    width: fit-content
}

@media(min-width:993px) {
    .footer-v2-links-section-group {
        width: 100%;
        margin-bottom: 2rem
    }
}

.footer-v2-links-section-logo-group {
    margin-bottom: 72px
}

.footer-v2-links-section-group-social-sportsbook {
    padding-bottom: 1rem
}

@media(max-width:640px) {
    .footer-v2-links-section-group-social-sportsbook {
        padding-bottom: 0
    }
}

.footer-v2-links-section-group-sportzino {
    padding-bottom: 3.5rem
}

@media(max-width:640px) {
    .footer-v2-links-section-group-sportzino {
        padding-bottom: 0
    }
}

.footer-v2-links-section-group-title {
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    margin-bottom: 24px;
    line-height:1.5;
}

.footer-middle-section {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media(min-width:993px) {
    .footer-middle-section {
        flex-direction: row;
        justify-content: space-between
    }
}

.footer-middle-section .footer-text-section {
    width: 100%
}

@media(min-width:993px) {
    .footer-middle-section .footer-text-section {
        width: 75%
    }
}

.footer-middle-section .footer-text-section a {
    color: #f5c566;
    text-decoration: underline
}

.footer-middle-section .useful-link-list {
    width: 100%;
    justify-content: flex-start
}

@media(min-width:993px) {
    .footer-middle-section .useful-link-list {
        flex-direction: column;
        align-items: flex-start;
        width: 23rem;
        min-width: 23rem;
        margin-top: 0
    }
}

.footer-middle-section .useful-link-list .link-list-title {
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    font-weight: 600;
    text-align: center;
    margin: 5% 0
}

@media(min-width:993px) {
    .footer-middle-section .useful-link-list .link-list-title {
        text-align: left
    }
}

.footer-middle-section .useful-link-list .link-list-item {
    font-size: clamp(.85rem, 1.5vw, 1.05rem)
}

@media(min-width:993px) {
    .footer-middle-section .useful-link-list .link-list-item {
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        gap: 1rem
    }

    .footer-middle-section .useful-link-list .link-list-item a {
        text-align: left
    }
}

.footer-middle-section .useful-link-list button {
    padding: 0;
    border: none;
    outline: revert;
    font: inherit;
    color: inherit;
    background: none;
    font-family: inherit;
    margin: 0 auto
}

.footer-middle-section .useful-link-list a,
.footer-middle-section .useful-link-list button {
    color: #f5c566;
    text-decoration: underline;
    display: block;
    text-align: center;
    line-height: 2;
    white-space: nowrap
}

.footer-bottom-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 5%
}

@media(min-width:993px) {
    .footer-bottom-section {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
}

.footer-bottom-section .rsg-link-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem
}

@media(min-width:993px) {
    .footer-bottom-section .rsg-link-list {
        align-items: flex-start
    }
}

.footer-bottom-section .rsg-link-list .group-1>.sub-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem
}

.footer-bottom-section .rsg-link-list .group-1>.sub-group img {
    object-fit: contain
}

.footer-bottom-section .rsg-link-list .age-limit-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem
}

.footer-bottom-section .rsg-link-list .age-limit-text img {
    margin: 0 .3rem;
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain
}

.footer-bottom-section .rsg-link-list .player-safety-link {
    font-family: Inter, sans-serif;
    background: #fff;
    border-radius: .5rem;
    color: #000;
    padding: 1.5% 2%;
    text-decoration: underline;
    width: 8rem;
    white-space: nowrap;
    font-size: .8rem
}

.footer-bottom-section .rsg-link-list .player-safety-link a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3rem
}

.footer-bottom-section .rsg-link-list .player-safety-link img {
    display: inline
}

@media(min-width:993px) {
    .footer-bottom-section .rsg-link-list .dmca-badge img {
        width: 7rem;
        height: auto;
        object-fit: contain
    }
}

.footer-bottom-section .priority-play-img-desktop {
    display: none
}

@media(min-width:993px) {
    .footer-bottom-section .priority-play-img-desktop {
        display: block;
        object-fit: contain;
        margin: 0;
        width: 23rem
    }
}

.footer-bottom-section .priority-play-img-mobile {
    display: block;
    object-fit: contain;
    margin-top: 3%
}

@media(min-width:993px) {
    .footer-bottom-section .priority-play-img-mobile {
        display: none
    }
}

.footer-v2 {
    font-family: Chakra Petch, sans-serif;
    color: #476fb5;
    padding: 4rem 2.5% 5.5rem;
    background: url(../images/footer-bg-mobile.avif?v=1.0) no-repeat top;
    background-size: 100%;
    background-color: #05033A;
}

.footer-v2 * {
    box-sizing: unset;
}

@media(min-width:993px) {
    .footer-v2 {
        margin-top: 0;
        padding-bottom: 4rem;
        background: url(../images/footer-bg.avif?v=1.0) no-repeat top;
        background-size: cover
    }
}

.footer-v2 .divider {
    margin: 3% 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;    
}

.footer-v2 .footer-v2-width-wrapper {
    max-width: 1440px;
    margin: 0 auto
}

.footer-v2 .footer-upper-section {
    margin-bottom: 3%
}

.footer-v2 .footer-v2-links-section {
    margin-top: 3%
}

.footer-v2 .footer-v2-link {
    color: #476fb5;
    text-decoration: none;
    margin-bottom: 16px;
    border: none;
    background: none;
    padding: 0;
    font-size: clamp(.9rem, 1.5vw, 1.05rem)
}

.footer-v2 .footer-v2-link:hover {
    text-decoration: underline;
    color: #f5c566
}

@media(min-width:993px) {
    .footer-v2 .footer-text-section {
        max-width: 39rem;
        padding-right: 1rem
    }
}

.footer-v2 .footer-v2-row-2 {
    max-width: 46rem;
    margin-bottom: 5%;
    text-align: center;
    font-size: clamp(.9rem, 1.5vw, 1.05rem)
}

@media(min-width:993px) {
    .footer-v2 .footer-v2-row-2 {
        text-align: left
    }
}

.footer-v2 .link-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    --flex-gap: 20px;
    gap: var(--flex-gap);
    margin-top: 5%
}

@media(min-width:993px) {
    .footer-v2 .link-list {
        align-items: self-start;
        justify-content: flex-start;
        --flex-gap: 10px;
        margin-top: 0
    }
}

.footer-v2 .link-list .link-list-title {
    font-size: clamp(1rem, 1.6vw, 1.3rem);
    font-weight: 600
}

.footer-v2 .link-list img {
    object-fit: contain
}

.footer-v2 .link-list .group-1 {
    display: flex;
    align-items: center;
    gap: var(--flex-gap)
}

@media(max-width:1280px) {
    .footer-v2 .link-list .group-1 {
        flex-direction: column
    }
}

.footer-v2 .link-list .group-1 .sub-group {
    display: flex;
    align-items: center;
    gap: 10%
}

.footer-v2 .link-list .age-limit-text .age21-plus {
    margin: 0 .4em
}

.footer-v2 .link-list .social-media-icons img {
    display: inline-block;
    height: 36px;
    width: 36px
}

.footer-v2 .footer-v2-copyright {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content
}