﻿@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 {
}

body {
    background-color: #F9F9F9;
}

main {
    font-family: proxima-nova, metropolis-regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
}

.clear {
    clear: both;
}

.header2 {
    font-size: 14px;
}

.login-container-desk {
    float: left;
    position: relative;
    height: 75px;
    width: 300px;
    display: block;
}

.login-container-mobile {
    display: none;
}

.loginGreeting {
    font-size: 20px;
    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;
}

.winnerLogo {
    position: relative;
    float: left;
}

.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;
}

.winner-play-now {
    float: right;
    position: relative;
    margin-left: 25px;
    cursor: pointer;
}

.winnerPlayNow {
    margin-top: 16px;
}

.header3 {
    font-size: 14px;
    color: #858586;
    background-color: #EBEBEB;
    height: 62px;
}

.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;
}

.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 0px 0px 4px;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
}

.header4 {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #858586;
    height: 42px;
    text-align: right;
}

#filter-button-container {
    float: left;
    position: relative;
    height: auto;
    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 {
    }

.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;
}

#gamesOnPage {
    height: 28px;
    margin: -4px 0px;
    padding: 0px 0px;
    letter-spacing: 0em;
    font-weight: normal;
    border-radius: 4px;
    border: 1px;
    border-color: #858586;
    border-style: solid;
}

.game-section {
    margin: auto;
    max-width: 1080px;
}

#game-container {
    display: grid;
    grid-template-columns: 255px 255px 255px 255px;
    gap: 18px;
    margin: auto;
    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;
}

.gameMobileRight {
    float: none;
    position: relative;
}

.gameTile {
    width: 255px;
    border-radius: 4px;
    border: 1px;
    border-color: #D8D8D8;
    border-style: solid;
    background: #FFFFFF;
}

.gameTileMobile {
    width: 408px;
    border-radius: 4px;
    border: 1px;
    border-color: #D8D8D8;
    border-style: solid;
    background: #FFFFFF;
}

.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;
}

.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;
}

.gameInfo {
    font-size: 14px;
    color: #575756;
    text-align: left;
    padding-left: 10px;
}

.snipeSymbol {
    position: relative;
    top: 0px;
    padding-right: 5px;
}

.priceSymbol {
    position: relative;
    top: 0px;
    left: -2px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: -3px;
}

.weeklyWinnerSymbol {
    position: relative;
    top: 0px;
    .p padding-top: 3px;
    padding-right: 9px;
    padding-bottom: 3px;
    padding-left: 2px;
}

.estJackpotSymbol {
    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;
    cursor: pointer;
}

.demoButton {
    float: left;
    width: 20%;
    padding-left: 10px;
    cursor: pointer;
}

.playButton {
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 10px;
    cursor: pointer
}

.thumbsize {
    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;
}

.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: 12px 60px 12px 60px;
}

    #loadbutton:hover {
        color: #204078;
    }

.modal {
    display: none;
    position: fixed;
    float: right;
    z-index: 2;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 345px;
    border-radius: 4px;
    border-color: #858586;
    border-style: solid;
}

.closer {
    color: #ffffff;
    float: left;
    font-size: 28px;
    font-weight: bold;
    z-index: 2;
}

    .closer:hover,
    .closer:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

#closer-image {
}

.modalClose {
    position: relative;
    top: -8px;
    left: -54px;
}

.modalMenu {
    position: relative;
    top: 0px;
}

.accordian-container {
    position: relative;
    margin-top: -46px;
    z-index: 2;
}

#accordian-section-topmost {
    border-radius: 4px 4px 0px 0px;
    border-style: solid;
    border: 0px solid #888;
}

.accordion {
    color: #FFF;
    cursor: pointer;
    height: 42px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-top: -3px;
    background: linear-gradient(180deg, #7BC151 0%, #138875 100%);
}

    .active, .accordion:hover {
        color: #FFF;
    }

    .accordion:after {
        color: #FFF;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active:after {
    color: #FFF;
}

.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;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

    .panel input[type="checkbox"] {
        transform: scale(1.7);
        margin: 12px 12px 12px 0px;
    }



    .panel label {
        font-size: 16px;
        font-weight: 500;
        color: #323332;
    }

.panel-content {
    padding: 14px 0px 14px 0px;
}

.filterButtons {
    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 {
        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 {
        max-width: 801px;
    }

    .login-container-desk {
        display: none;
    }

    #game-container {
        grid-template-columns: repeat(3, 1fr);
        width: 801px;
        gap: 18px;
    }
}

@media screen and (max-width: 1050px) {
    #game-container {
        grid-template-columns: repeat(3, 1fr);
        width: 785px;
        gap: 18px;
    }
}

@media screen and (max-width: 900px) {
    #game-container {
        grid-template-columns: auto auto;
        width: 520px;
        gap: 18px;
    }
}

@media screen and (max-width: 734px) {
    #game-container {
        gap: 18px;
    }

    .winner-banner-container {
        width: 424px;
        border-top-left-radius: 40px;
    }

    .winnerLogo {
        visibility: hidden;
        width: 0px;
    }

    .winner-msg {
        float: left;
        width: 225px;
        font-size: 16px;
        line-height: 22px;
        top: 12px;
        left: -15px;
    }

    .winner-game {
        float: left;
        margin-left: 6px;
    }

    .winnerGame {
        width: 70px;
    }

    .winner-play-now {
    }

    .winnerPlayNow {
        margin-top: 16px;
        content: url('../../Images/LotteryOnlineRefresh/CTAcircle-Play_inactive.svg');
    }
}

@media screen and (max-width: 580px) {
    #game-container {
        gap: 18px;
    }




    .header3 {
    }



    #sortOrder {
        width: 220px;
    }

    #filter-button-container {
        height: auto;
    }

    .showNumbers-container {
        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: repeat(1, 1fr);
        grid-gap: 18px;
        width: 408px;
    }

        #game-container > div {
            text-align: left;
            padding-bottom: 0px;
        }

    .gameMobileLeft {
        float: left;
    }

    .gameMobileRight {
        float: right;
        text-align: left;
        width: 226px;
        left: 10px;
    }

    .gameTile {
        width: 408px;
    }

    .thumbsize {
        width: 180px;
        height: 119px;
        border-top-right-radius: 0px;
    }

    .gameName {
        padding-top: 10px;
    }

    .topPrize {
        font-size: 18px;
        padding-bottom: 6px;
    }

    .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) {
    .winner-banner-container {
        --scale: 0.97;
        transform: scale(var(--scale));
        transform-origin: top left;
        margin-bottom: -2px;
        left: 11px;
        float: right;
    }

    #game-container {
        gap: 18px;
    }
}

@media screen and (max-width: 442px) {

    #game-container {
        gap: 7px;
    }

    .gameTile {
        --scale: 0.94;
        transform: scale(var(--scale));
        transform-origin: top left;
    }

    .winner-banner-container {
        --scale: 0.96;
        transform: scale(var(--scale));
        transform-origin: top left;
        margin-bottom: -2px;
        left: 17px;
        float: right;
    }

    #sortOrder {
        width: 100%;
    }
}

@media screen and (max-width: 430px) {





    #game-container {
        gap: 3px;
    }

    .gameTile {
        --scale: 0.92;
        transform: scale(var(--scale));
        transform-origin: top left;
        margin-left: 20px;
    }

    .winner-banner-container {
        --scale: 0.94;
        transform: scale(var(--scale));
        transform-origin: top left;
        margin-bottom: -2px;
        left: 25px;
        top: 3px;
        float: right;
    }
}

@media screen and (max-width: 414px) {



    #game-container {
        gap: 1px;
    }

    .gameTile {
        --scale: 0.88;
        transform: scale(var(--scale));
        transform-origin: top left;
    }

    .winner-banner-container {
        --scale: 0.90;
        transform: scale(var(--scale));
        transform-origin: top left;
        margin-bottom: -5px;
        left: 43px;
        float: right;
    }
}

@media screen and (max-width: 400px) {



    .gameTile {
        --scale: 0.86;
        transform: scale(var(--scale));
        transform-origin: top left;
    }

    .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;
    }
}

@media screen and (max-width: 390px) {




    .gameTile {
        --scale: 0.84;
        transform: scale(var(--scale));
        transform-origin: top left;
    }

    .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) {




    .gameTile {
        --scale: 0.8;
        transform: scale(var(--scale));
        transform-origin: top left;
    }

    .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: 376px) {




    .gameTile {
        --scale: 0.8;
        transform: scale(var(--scale));
        transform-origin: top left;
    }

    .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) {
    body {
        overflow-x: hidden;
    }

    .gameTile {
        --scale: 0.77;
        transform: scale(var(--scale));
        transform-origin: top left;
        margin-left: 5px;
    }

    .winner-banner-container {
        --scale: 0.79;
        transform: scale(var(--scale));
        transform-origin: top left;
        left: 90px;
        top: -2px;
        float: right;
    }
}
