@font-face {
    font-family: 'metropolis-regular';
    src: url('../fonts/metropolis-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolis-medium';
    src: url('../fonts/metropolis-medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html {
    /*-webkit-text-size-adjust: 100%;*/
}

body {
    background-color: #F9F9F9;
    /**************/
    /*  margin: 0;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    display: block;*/
}

main {
    font-family: proxima-nova, metropolis-regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
}

a:focus {
    outline-offset: 2px !important;
}

input[type="checkbox"]:focus {
    outline-offset: 2px !important;
}

.clear {
    clear: both;
}

.dropdown-big {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 1.1em;
}

.dropdown-small {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 8px top 8px; /* Adjust position as needed */
    background-size: .5em; /* Adjust size as needed */
    color: #858586;
}

.header2 {
    /*display: flex;*/
    font-size: 14px;
    /*width: 90%;*/
}

.login-container-desk {
    float: left;
    position: relative;
    height: 75px;
    width: 367px;
    /*width: 30%;*/
    display: block;
}

.login-container-mobile {
    display: none;
}

.loginGreeting {
    font-size: 18px;
    font-weight: 600;
    color: #2cb34a;
    text-transform: uppercase;
    position: relative;
    height: 30px;
    margin-top: 10px;
    left: 0px;
}

.loginMsg {
    font-size: 16px;
    color: #575756;
    position: relative;
    height: 16px;
    left: 0px;
    margin-top: -12px;
    cursor: pointer;
}

#loginBtn {
    color: #3459A6;
    text-decoration: underline;
}

    #loginBtn:hover {
        color: #204078;
        text-decoration: none;
    }

#createAccountBtn {
    color: #3459A6;
    text-decoration: underline;
}

    #createAccountBtn:hover {
        color: #204078;
        text-decoration: none;
    }

.rightmost {
    float: right;
}




/*.winner-banner-container {
    float: right;
    position: relative;
    width: 713px;
    height: 75px;
    background-color: #204078;
    border-top-left-radius: 75px;
}*/

.winner-banner-container {
    float: right;
    position: relative;
    width: 713px;
    height: 75px;
    background-color: #204078;
    border-top-left-radius: 75px;
    display: flex;
}

/*.winnerLogo {
    position: relative;
    float: left;
}*/

.winnerLogo {
    width: 59px;
    height: 59px;
    vertical-align: top;
}

.winnerTicker {
    margin-left: 15px;
    width: 501px;
}

.winnerItem {
    position: relative;
    float: right;
    height: 75px;
    background: #204078;
    padding: 0px 20px 0px 0px;
    color: white;
}

.winner-msg {
    float: left;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    height: 75px;
    width: 370px;
    color: white;
    top: 11px;
}

.winner-game {
    float: left;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}

.winnerGame {
    width: 86px;
    height: 75px;
    object-fit: contain;
    cursor: pointer;
}

/*.winner-play-now {
    float: right;
    position: relative;
    margin-left: 25px;
    cursor: pointer;
}
*/
.winner-play-now {
    margin-left: 8px;
    width: 110px;
}

.winnerPlayNow {
    margin-top: 16px;
}

.header3 {
    font-size: 14px;
    color: #858586;
    background-color: #EBEBEB;
    height: 62px;
    /*width: 90%;*/
    /*    max-width: 100%;*/
}

.search-keyword-container {
    float: left;
    position: relative;
    margin-top: 9px;
    left: 15px;
}

#search {
    width: 238px;
    height: 40px;
    border-radius: 4px;
    border: 1px;
    border-color: #858586;
    border-style: solid;
    margin-right: 10px;
}

.magnifyingGlassSymbol {
    width: 19px !important;
    height: 19px !important;
    position: relative;
    top: 4px;
    left: -35px;
    /*    padding-right: 5px;*/
}

.search-games-container {
    float: left;
    position: relative;
    margin-top: 11px;
    left: 15px;
}

filter-container {
    float: left;
    position: relative;
}

.filterGamesButton {
    width: 140px;
    height: 42px;
    position: relative;
    margin-top: -1px;
    left: 0px;
    cursor: pointer;
}

.sort-container {
    float: right;
    position: relative;
    margin-top: 11px;
    right: 15px;
}

#sortOrder {
    width: 238px;
    height: 40px;
    border-radius: 4px;
    border: 1px;
    border-color: #858586;
    border-style: solid;
    margin: 0px 0px;
    padding: 0px 10px 0px 10px;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
}

    #sortOrder:focus {
        outline: 1.5px solid black;
    }

.header4 {
    /*font-family: 'proxima-nova', sans-serif;*/
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #858586;
    height: 42px;
    text-align: right;
    /*width: 90%;*/
    margin-top: 3px;
    margin-bottom: 10px;
}

#filter-button-container {
    float: left;
    position: relative;
    height: auto;
    /*    min-width: 500px;*/
    margin-top: 10px;
}

.pill-button {
    height: 28px;
    border-radius: 22px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    color: #323332;
    padding: 0px 14px 0px 14px;
    margin-right: 10px;
}

.filter_X {
    position: relative;
    margin-top: 0px;
    top: 1px;
}

.filter_X_img {
}

    .filter_X_img:hover {
        /*    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: lightgray;*/
    }
/*
    .filter_X:hover {
        width: 20px;
        height: 20px;
        border-radius: 25%;
        background-color: lightgray;
    }*/
.pill-clear-all {
    font-size: 14px;
    color: #3459A6;
    background-color: inherit;
    border: 0px;
    margin-left: 4px;
}

    .pill-clear-all:hover {
        text-decoration: underline;
    }

.showNumbers-container {
    position: relative;
    float: right;
    height: 40px;
    margin-top: 3px;
    margin-bottom: 5px;
    right: 0px;
}

.showNumbers {
    position: relative;
    float: left;
}

.showNumbers1 {
    float: left;
    padding: 0px 20px;
    text-align: right;
    margin-top: 10px;
}

.showNumbers2 {
    float: right;
    padding: 0px 5px;
    text-align: right;
    margin-top: 10px;
}

.showNumbers3 {
    float: right;
    padding: 0px 5px;
    text-align: right;
    margin-top: 10px;
}

/*.container {
        display: flex;
        justify-content: center;
    }

    .item-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);*/ /* Creates 4 columns */
/*grid-gap: 10px;*/ /* Adjust spacing between items */
/*width: 80%;*/ /* Adjust width as needed */
/*}

    .item-list li {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }*/





#gamesOnPage {
    height: 28px;
    width: 53px;
    margin: -4px 0px;
    padding: 0px 0px 0px 10px;
    letter-spacing: 0em;
    font-weight: normal;
    border-radius: 4px;
    border: 1px;
    border-color: #858586;
    border-style: solid;
    text-align: left;
    vertical-align: top;
}

    #gamesOnPage:focus {
        outline: 1.5px solid black;
    }


.game-section {
    /*width: 100%;*/
    margin: auto;
    max-width: 1080px;
}

#game-container {
    display: grid;
    grid-template-columns: 255px 255px 255px 255px;
    /*grid-template-columns: auto auto auto auto;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    gap: 18px;
    margin: auto;
    /*width: 100%;*/
    /*font-family: 'proxima-nova', sans-serif;*/
    align-items: start;
    justify-content: space-between;
}

    #game-container > div {
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        vertical-align: top;
        font-size: 30px;
        padding-bottom: 10px;
    }


.gameMobileLeft {
    float: none;
    position: relative;
}

    .gameMobileLeft a:focus {
        outline-offset: 2px !important;
    }

.gameMobileRight {
    float: none;
    position: relative;
}

.gameTile {
    width: 255px;
    border-radius: 4px;
    border: 1px;
    border-color: #D8D8D8;
    border-style: solid;
    background: #FFFFFF;
    /*display: block;*/
}

.gameName {
    font-size: 12px;
    color: #5F6369;
    padding-top: 4px;
    padding-bottom: 2px;
}

.jackpotFamily {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    height: 24px;
    position: relative;
    margin-top: 0px;
}

.nonJackpotFamilyFill {
    height: 23px;
}

/*.nonJackpotFamilyWithSubFill {
    height: 0px;
}*/

.jackpotFamilySymbol {
    position: relative;
    color: black;
    width: 18px;
    height: 18px;
    top: 1px;
}

.jackpotFamilyName {
    position: relative;
    top: 2px;
    left: 4px;
}

.topPrize {
    font-size: 20px;
    color: #323332;
    padding-bottom: 4px;
}

.subHeader {
    position: relative;
    top: -7px;
    font-size: 15px;
    font-weight: 600;
    color: #5F6369;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 25px;
}

.gameInfo {
    font-size: 14px;
    color: #575756;
    text-align: left;
    padding-left: 10px;
}

.snipeSymbol {
    /*    width: 19px !important;
    height: 19px !important;*/
    position: relative;
    top: 0px;
    padding-right: 5px;
}

.priceSymbol {
    position: relative;
    top: 0px;
    left: -2px;
    /*  padding-top: 7px;*/
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: -3px;
}

/*    #game-container:after {
        content: "";
        display: table;
        clear: both;
    }

    #gameItem {
        float: left;
        width: 25%;
        padding: 20px;
    }*/

.weeklyWinnerSymbol {
    /*    width: 19px !important;
    height: 19px !important;*/
    position: relative;
    top: 0px;
    padding-top: 3px;
    padding-right: 9px;
    padding-bottom: 3px;
    padding-left: 2px;
}

.estJackpotSymbol {
    /*    width: 19px !important;
    height: 19px !important;*/
    position: relative;
    top: 0px;
    padding-top: 3px;
    padding-right: 9px;
    padding-bottom: 3px;
    padding-left: 3px;
}

.gameButtons {
    padding-top: 15px;
}

.infoButton {
    float: left;
    width: 20%;
    padding-left: 7px;
}

    .infoButton > img {
        cursor: pointer;
    }

.demoButton {
    float: left;
    width: 20%;
    padding-left: 10px;
}

    .demoButton > img {
        cursor: pointer;
    }

.playButton {
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 10px;
}

    .playButton > img {
        cursor: pointer;
    }

.newBadge {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 2;
}

.thumbsize {
    position: relative;
    width: 253.06px;
    height: 169px;
    border: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.thumbfill {
    width: 253.5px;
    height: 193px;
    object-fit: cover;
}

.infoBtn {
    cursor: pointer;
}

    .infoBtn:hover {
        content: url('/Images/LotteryOnlineRefresh/CTAcircle-Info_hover.svg');
        cursor: pointer;
    }

.demoBtn {
    cursor: pointer;
}

    .demoBtn:hover {
        content: url('/Images/LotteryOnlineRefresh/CTAcircle-Demo_hover.svg');
        cursor: pointer;
    }

.playGameBtn {
    cursor: pointer;
}

    .playGameBtn:hover {
        content: url('/Images/LotteryOnlineRefresh/CTAcircle-Play_active.svg');
        cursor: pointer;
    }

.playAppBtn {
    cursor: pointer;
}

    .playAppBtn:hover {
        content: url('/Images/LotteryOnlineRefresh/CTAcircle-App_hover.svg');
        cursor: pointer;
    }

.loadbutton-container {
    text-align: center;
}

#loadbutton {
    margin: auto;
    border: 2px solid #f9f9f9;
    background-color: #f9f9f9;
    color: #3459A6;
    font-family: proxima-nova, metropolis-medium, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 100%;
    padding: 36px 60px 36px 60px;
}

    #loadbutton:hover {
        /*border: 2px solid purple;*/
        color: #204078;
    }

#loadbuttonSpacer {
    height: 50px;
    display: none;
}

/********* MODAL *********/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    float: right;
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    /*
    left: 0;
    top: 0px;
    */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    /*top: 150px;*/
    width: 345px;
    border-radius: 0px 0px 4px 4px !important;
    border-color: #858586;
    border-style: solid;
}

/* The Close Button */
.closer {
    /*color: #aaaaaa;*/
    color: #ffffff;
    float: left;
    font-size: 28px;
    font-weight: bold;
    z-index: 999;
}

    .closer:hover,
    .closer:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

#closer-image {
    /*vertical-align: top*/
}

.modalClose {
    position: relative;
    top: -8px;
    left: -54px;
}

.modalMenu {
    position: relative;
    /* height: 16px; */
    top: 0px;
}


/********* FILTERS *********/


/* OLD */

.accordian-container {
    position: relative;
    /*top: -46px;*/
    margin-top: -46px;
    z-index: 999;
}

#accordian-section-topmost {
    border-radius: 4px 4px 0px 0px;
    border-style: solid;
    border: 0px solid #888;
}

.accordion {
    /*background-color: #eee;*/
    color: #FFF;
    cursor: pointer;
    /*padding: 12px;*/
    height: 42px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    /*transition: 0.4s;*/
    margin-top: -3px;
    background: linear-gradient(180deg, #7BC151 0%, #138875 100%);
}

    .active, .accordion:hover {
        color: #FFF;
    }

    .accordion:after {
        color: #FFF;
        /* PLUS */
        /*content: '\002B';*/
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active:after {
    color: #FFF;
    /* MINUS */
    /*content: "\2212";*/
}

.accordian-symbol {
    position: relative;
    justify-content: center;
    align-items: center;
    left: 10px;
    top: -2px;
}

.filter-button-title {
    position: relative;
    justify-content: center;
    align-items: center;
    top: 1px;
    left: 14px;
}

.panel {
    padding: 0px 18px;
    background-color: #ebebeb;
    /* Uncomment for Accordian */
    /*max-height: 0;*/
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

    .panel input[type="checkbox"] {
        transform: scale(1.7);
        margin: 12px 12px 12px 0px;
    }

    /*        .panel input[type="checkbox"]:checked::after {
            background-color: #ffffff;
            color: #0098d0;
            transform-origin: bottom left;
            clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        }*/

    .panel label {
        font-size: 16px;
        font-weight: 500;
        color: #323332;
    }

.panel-content {
    padding: 14px 0px 14px 0px;
}

.filterButtons {
    /* padding: 0px 0px 0px 10px; */
    margin: -10px 10px 10px 10px;
    height: 44px;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border: 0px solid #888;
}

.clearFilter {
    float: left;
    position: relative;
    margin-top: 14px;
    font-size: 14px;
    background-color: #ffffff;
    color: #3459A6;
    border: 0px;
}

    .clearFilter:hover {
        /*color: blue; */
        text-decoration: underline;
    }

#foundItems {
    float: right;
    position: relative;
    margin-top: 14px;
    font-size: 14px;
    background-color: #ffffff;
    color: #858586;
    border: 0px;
    padding-right: 10px;
}

.filterView {
    float: right;
    position: relative;
    cursor: pointer;
}


@media screen and (max-width: 1200px) {
    .game-section {
        /*width: 100%;*/
        /*margin: auto;*/
        max-width: 801px;
    }

    .login-container-desk {
        display: none;
    }

    #game-container {
        /*grid-template-columns: auto auto auto;*/
        grid-template-columns: repeat(3, 1fr);
        /*width: 785px;*/
        width: 801px;
        gap: 18px;
    }
}

@media screen and (max-width: 1050px) {
    #game-container {
        /*grid-template-columns: auto auto auto;*/
        grid-template-columns: repeat(3, 1fr);
        width: 785px;
        gap: 18px;
    }
}

@media screen and (max-width: 900px) {
    #game-container {
        grid-template-columns: auto auto;
        /*grid-template-columns: repeat(2, 1fr);*/
        width: 520px;
        gap: 18px;
        align-items: center;
    }
}

@media screen and (max-width: 734px) {

    .winner-banner-container {
        width: 424px;
        border-top-left-radius: 40px;
    }

    .winnerLogo {
        visibility: hidden;
        width: 0px;
    }

    .winner-msg {
        font-size: 16px;
        height: 75px;
        width: 225px;
        line-height: 22px;
        top: 10px;
        left: -50px;
    }

    .winner-game {
        float: left;
        justify-content: left;
        align-items: initial;
        margin-left: -20px;
    }

    .winnerGame {
        width: 70px;
    }

    .winner-play-now {
        width: 84px;
    }

    .winnerPlayNow {
        width: 42px;
        height: 42px;
    }
}


@media screen and (max-width: 580px) {

    html, body {
        overflow-x: hidden;
    }

    .header3 {
        /*width: 100%*/
    }

    /*    .showNumbers1 {
        position: relative;
        float: left;
    }*/

    #sortOrder {
        width: 220px;
    }

    #filter-button-container {
        /*float: left;
        position: relative;*/
        height: auto;
        /*width: 520px;
        margin-top: 10px;*/
    }

    .showNumbers-container {
        float: left;
        /*        position: relative;
        height: 40px;
        margin-top: 3px;
        margin-bottom: 5px;
        right: 0px;*/
    }

    /*    .showNumbers {
        position: relative;
        float: left;
    }*/

    .showNumbers1 {
        float: left;
        padding: 0px 20px;
        text-align: right;
        margin-top: 10px;
    }

    .showNumbers2 {
        float: right;
        padding: 0px 5px;
        text-align: right;
        margin-top: 10px;
    }

    .showNumbers3 {
        float: right;
        padding: 0px 5px;
        text-align: right;
        margin-top: 10px;
    }

    #game-container {
        /*grid-template-columns: auto auto;*/
        grid-template-columns: repeat(1, 1fr);
        width: 408px;
/*        padding-left: 10px;
        padding-right: 10px;*/
    }

        #game-container > div {
            /*        background-color: rgba(255, 255, 255, 0.8);*/
            text-align: left;
            /*        vertical-align: top;
        font-size: 30px;*/
            padding-bottom: 0px;
        }

    .gameMobileLeft {
        float: left;
    }

    .gameMobileRight {
        float: right;
        text-align: left;
        width: 226px;
        left: 10px;
        /* TMN */
        max-width: 100%;
        height: auto;
    }

    .gameTile {
        /*width: 408px;*/
        width: 100%;
    }

    .newBadge {
        width: 36px;
        height: 36px;
        margin-top: 4px;
        margin-left: 4px;
    }

    .thumbsize {
        width: 180px;
        max-width: 100%;
        height: auto;
       /* height: 119px;*/
        border-top-right-radius: 0px;
    }

    .gameName {
        padding-top: 10px;
    }

    .topPrize {
        font-size: 18px;
        padding-bottom: 6px;
    }

    .subHeader {
        font-size: 13px;
        height: 22px;
    }

    .snipeSymbol {
        top: 0px;
        left: -8px;
        padding-right: 0px;
    }

    .priceSymbol {
        top: 0px;
        left: -10px;
        padding-right: 0px;
        padding-bottom: 3px;
    }

    .weeklyWinnerSymbol {
        top: 0px;
        left: -8px;
        padding-right: 5px;
        padding-bottom: 3px;
        padding-left: 2px;
    }

    .estJackpotSymbol {
        top: 0px;
        left: -8px;
        padding-top: 3px;
        padding-right: 4px;
        padding-bottom: 3px;
        padding-left: 3px;
    }

    .nonJackpotFamilyFill {
        display: none;
    }

    .gameButtons {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .infoButton {
        padding-left: 0px;
        padding-right: 8px;
    }

    .playButton {
        width: 40%;
        padding-right: 20px;
        padding-bottom: 10px;
    }

    .jackpotFamily {
        font-size: 13px;
        text-align: center;
    }

    .jackpotFamilySymbol {
        width: 18px;
        height: 18px;
        padding-top: 0px;
        top: 1px;
    }

    .jackpotFamilyName {
        top: 3px;
        left: 3px;
    }

    .modal-content {
        float: right;
        width: 326px;
    }
}

@media screen and (max-width: 459px) {
    #game-container {
        /*grid-template-columns: auto auto;*/
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 16px;
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .gameMobileLeft {
        width: 45%;
/*        max-width: 100%;*/
    }

    .gameMobileRight {
        width: 55%;
        font-size: 4vw;
    }

    .gameName {
        /*        padding-top: 10px;*/
    }

    .topPrize {
        /*        font-size: 18px;
        padding-bottom: 6px;*/
        font-size: calc(1rem + 1.6vw);
    }

    .gameInfo {
        font-size: calc(1rem + .8vw);
    }

    .subHeader {
/*        font-size: 13px;
        height: 22px;*/
    }

    .snipeSymbol {
        width: 18px;
        height: auto;
    }

    .priceSymbol {
        width: 18px;
        height: auto;
    }

    .weeklyWinnerSymbol {
        width: 18px;
        height: auto;
    }

    .estJackpotSymbol {
        width: 18px;
        height: auto;
    }

    .infoBtn {
        width:40px;
        height:auto;
    }

    .demoBtn {
        width: 40px;
        height: auto;
    }

    .playGameBtn {
        width: 40px;
        height: auto;
    }
}

@media screen and (max-width: 442px) {

    .winner-banner-container {
        --scale: 0.96;
        transform: scale(var(--scale));
        transform-origin: top left;
        margin-bottom: -2px;
        left: 17px;
        float: right;
    }

    #sortOrder {
        width: 100%;
    }

    #loadbutton {
        padding: 36px 0px 36px 0px;
    }
}

/*** iPhone 14 Pro Max - 430 x 932 ***/
@media screen and (max-width: 430px) {

    .winner-banner-container {
        --scale: 0.94;
        transform: scale(var(--scale));
        transform-origin: top left;
        margin-bottom: -2px;
        left: 25px;
        top: 3px;
        float: right;
    }

    #loadbutton {
        padding: 36px 0px 36px 0px;
    }
}

/*** iPhone XR - 414 x 896 ***/
@media screen and (max-width: 414px) {

    .winner-banner-container {
        --scale: 0.90;
        transform: scale(var(--scale));
        transform-origin: top left;
        margin-bottom: -5px;
        left: 43px;
        float: right;
    }

    #loadbutton {
        padding: 36px 0px 36px 0px;
    }
}

@media screen and (max-width: 400px) {

    .filterGamesButton {
        width: 85%;
        height: auto;
        cursor: pointer;
    }

    #sortOrder {
        width: 150px;
        height: 36px;
        font-size: 14px;
    }

    .winner-banner-container {
        --scale: 0.86;
        transform: scale(var(--scale));
        transform-origin: top left;
        margin-bottom: -12px;
        left: 59px;
        top: -2px;
        float: right;
    }
}

/*** iPhone 12 Pro - 390 x 844 ***/
@media screen and (max-width: 390px) {

    .filterGamesButton {
        width: 85%;
        height: auto;
    }

    #sortOrder {
        width: 150px;
        height: 36px;
        font-size: 14px;
    }

    .winner-banner-container {
        --scale: 0.86;
        transform: scale(var(--scale));
        transform-origin: top left;
        margin-bottom: -12px;
        margin-left: -6px;
        left: 59px;
        top: -2px;
        float: right;
    }
}

@media screen and (max-width: 380px) {

    .winner-banner-container {
        --scale: 0.815;
        transform: scale(var(--scale));
        transform-origin: top left;
        margin-bottom: -19px;
        margin-left: -10px;
        left: 78px;
        top: -6px;
        float: right;
    }
}

/*** iPhone SE - 375 x 667 ***/
@media screen and (max-width: 376px) {

    .filterGamesButton {
        width: 75%;
        height: auto;
    }

    #sortOrder {
        width: 150px;
        height: 32px;
        font-size: 14px;
    }

    .winner-banner-container {
        --scale: 0.815;
        transform: scale(var(--scale));
        transform-origin: top left;
        margin-bottom: -19px;
        margin-left: -10px;
        left: 78px;
        top: -6px;
        float: right;
    }
}

@media screen and (max-width: 362px) {

    .winner-banner-container {
        --scale: 0.79;
        transform: scale(var(--scale));
        transform-origin: top left;
        /*        margin-bottom: -19px;
        margin-left: -10px;*/
        left: 90px;
        top: -2px;
        float: right;
    }

    .topPrize {
        /*        font-size: 18px;
        padding-bottom: 6px;*/
        font-size: calc(1rem + 1.2vw);
    }

    .infoBtn {
        width: 35px;
        height: auto;
    }

    .demoBtn {
        width: 35px;
        height: auto;
    }

    .playGameBtn {
        width: 35px;
        height: auto;
    }

    .playAppBtn {
        width: 35px;
        height: auto;
    }
}
