@import url('https://fonts.cdnfonts.com/css/metropolis-2');
:root{
    --dark-grey-blue: #2c2f6b;
    --dark-blue-grey: #17183c;
    --dark: #26284c;
    --deep-sky-blue: #1778f2;
    --azure: #1da1f2;
    --dark-slate-blue: #191c5c;
    --butterscotch: #ffc63c;
    --bluey-purple: #5f44c3;
    --deep-sky-blue-two: #1d71f5;
    --azure-two: #0c8ff5;
    --azul: #324af3;
    --iris: #6a47bb;
    --warm-blue: #3e3cdb;
    --french-blue: #4a6fb7;
    --sky-blue: #68acff;
    --watermelon: #ff4269;
    --light-orange: #ffaa4d;
    --butterscotch-two: #ffcb39;
    --mango: #ffb435;
    --blue-grey: #8a9cb7;
    --white: #ffffff;
    --pale-gold:#ffca6a;
    --cloudy-blue:#aaaed5;
    --black-three:#000000;
    --green:#2eb03b;
    --desktop-bg:#17172f;
}
body{
    background: var(--desktop-bg);
    margin: 0;
}
.main-container-wrapper{
    height: 100%;
    text-align: start;
    overflow-y: scroll;
    background: var(--containerBgColor);
    min-height: 100vh;
}
.main-container-wrapper-static{
    top:30px;
    height: 100%;
    text-align: start;
    overflow-y: scroll;
    background: var(--white);
    min-height: 100vh;
}
.center{
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}
@media screen and (max-device-width: 500px)  {
    .game-info{
        max-width: 44%;
    }
}

@media screen and (max-device-width: 375px)  {
    .game-info{
        max-width: 40%;
    }
}
@media screen and (max-device-width: 360px)  {
    .game-info{
        max-width: 36%;
    }

}
@media screen and (max-device-width: 320px)  {
    .game-info{
        max-width: 32%;
    }
    .profile-icon{
        width: 64px !important;
        height: 64px !important;
        border-radius: 64px !important;
    }
}

@media screen and (min-width: 500px)
{   .main-container-wrapper{
        max-width: 500px;
    }
    .main-container-wrapper-static{
        max-width: 500px;
    }
    body
    {
        text-align: -webkit-center;
        text-align: -moz-center;
    }
}
.nav-top{
    position: fixed;
    width: 100%;
    height: 60px;
    border-radius: 0 0 18px 18px;
    background-color: var(--navbarColor);
    top: 0;
    z-index: 999;
    max-width: inherit;
}
.nav-bottom{
    width: 100%;
    height: 60px;
    border-radius: 18px 18px 0 0;
    background-color: var(--primaryColor);
    position: fixed;
    bottom: 0;
    max-width: 500px;
    z-index: 999;
}
.banner-item{
    width: 329px;
    height: 144px;
    object-fit: contain;
}
.banner-ad-large{
    max-width: 320px;
    max-height: 250px;
    width: 100%;
    margin: 18px 10px;
}
.text-center{
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    margin: 12px 4px;
    overflow: hidden;
}
.banner-ad-large-img{
    width: 320px;
    height: 250px;
    object-fit: contain;
}

.banner-ad-small{
    width: 320px;
    height: 50px;
    object-fit: contain;
}
.title-mp{
    height: 22px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    font-family: 'Metropolis', sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    margin: 0;
    padding: 0;
}
.title-category{
    font-family: 'Metropolis', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color:var(--bodyColor);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.title-game{
    /*height: 17px;*/
    font-family: Metropolis;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--white);
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 6px 0 0 0;
    max-width: inherit;
    overflow: hidden;
}

.contest-description{
    font-family: 'Metropolis',sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--white);
    overflow: hidden;
    margin: 6px 0 0 0;
    max-width: available;
}
.text-playing {
    height: 14px;
    font-family: 'Metropolis', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #aaaed5;
    margin: 0;
    white-space: nowrap;
}
.text-playing-most-popular {
    height: 14px;
    font-family: 'Metropolis', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #aaaed5;
    margin: 0;
    white-space: nowrap;
}
.text-playing-white {
    height: 14px;
    font-family: 'Metropolis', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white !important;
    margin: 0;
}
.text-playing .count-style {
    font-weight: 600;
}

.text-playing-gd {
    font-family: 'Metropolis', sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}
.text-playing-gd .count-style {
    font-weight: bold;
}

.more {
    font-family: 'Metropolis', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--bodyColor);
    margin: 0;
}
.more-white{
    font-family: 'Metropolis', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    margin: 0;
}
.more-icon{
    width: 6px;
    height: 10px;
    object-fit: none;
    padding: 10px;
}
.game-icon{
    width: 116px;
    height: 116px;
    border-radius: 8px;
}
.game-icon-small{
    width: 81px;
    height: 81px;
    border-radius: 6px;
}
.game-icon-medium{
    width: 93px;
    height: 93px;
    border-radius: 7px;
    margin-top: 10px;
}
.section-mp{
    border-radius: 25px 25px 0 0;
    background-image: linear-gradient(143deg, #00b4ff 18%, #b622ff 95%);
    margin: 10px 0 10px 0;
}
.gm-tab-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;
    height: inherit;
    background: none;
    border: none;
}
.gm-tab-item button{
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    outline: none;
}
.gm-tab-item.active .gm-tab-item-title{
    color: var(--mango);
    font-family: 'Metropolis-Medium',sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 6px 0 6px 0;
}
.gm-tab-item .gm-tab-item-title{
    color: var(--blue-grey);
    font-family: 'Metropolis-Medium',sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 6px 0 6px 0;
}

.ripple {
    background-position: center;
    transition: background 0.8s;
}
/*.ripple:active {
    transform: scale(2);
    transition: transform 0.2s;
}*/
.gm-tab-item.active button {
    transition: transform 0.2s;
}
.c-title{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.c-more-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.category-games-hs{
    display: flex;
    flex-direction: row;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow-x: scroll;
    width: 100%;
    height: auto;
}
.category-games-vs{
    display: flex;
    flex-direction: column;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow-y: scroll;
}
.category-games-vs::-webkit-scrollbar {
    display: none;
}
.category-games-hs::-webkit-scrollbar {
    display: none;
}
.game-container-home{
    margin: 8px 4px;
    padding: 4px;
    width: 114px;
}
.game-container-other{
    display: flex;
    flex-direction: row;
    margin: 10px 10px 5px 10px;
    justify-content: space-between;
}
.section-mp .category-header{
    padding: 10px 18px 0 18px;
}
.category-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 10px 18px 0 18px;
}
.nav-top-container{
    margin: 0 20px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.menu-btn{
    background: none;
    padding: 12px 0;
    border: none;
    outline: none;
    align-items: center;
    display: flex;
}
.more-contest-btn{
    background: none;
    padding: 12px 0;
    border: none;
    outline: none;
    align-items: flex-end;
    display: flex;
}
/*.menu-btn:active {
    transform: scale(2);
    transition: transform 0.2s;
}*/
.carousel-cell{
    margin-right: 20px;
}

/*noinspection ALL*/
.nav-head-title{
    height: 22px;
    background-image: linear-gradient(to bottom, var(--light-orange), var(--butterscotch-two));
    font-family: 'Metropolis', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-settings-item{
    font-family: 'Metropolis', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: var(--slidebarTextColor);

}
.menu-item{
    display: flex;
    flex-direction: row;
    padding: 4px;
    align-items: center;
    text-decoration: none;
    color: white;
}
.menu-item-icon{
    margin: 10px;
    height: 32px;
    width: 32px;
}
.nav-head-title{
    place-self: center;
    flex-basis: auto;
    width: 100%;
}
.menu-head{
    display: flex;
}

button{
    cursor: pointer;
}
.btn-play-other{
    width: 96px;
    height: 36px;
    border-radius: 6px;
    background-color: var(--primaryButtonColor);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--primaryButtonTextColor);
    font-family: 'Metropolis',sans-serif;
}
.text-details{
    width: 46px;
    height: 17px;
    font-family: 'Metropolis-Medium', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #b59cff;
    text-decoration: none;
}
.text-leaderboard{
    width: 87px;
    height: 17px;
    font-family: 'Metropolis-Medium',sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--pale-gold);
    text-decoration: none;
}

/*noinspection CssInvalidPropertyValue*/
.game-info{
    margin: 6px 12px;
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.game-detail-card
{
    /*
    height: 321px;
    */
    border-radius: 8px;
    background-image: linear-gradient(131deg, var(--iris) 9%, var(--warm-blue) 95%);
    margin: 10px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    justify-content: space-between;
}
.game-detail-card-section-1{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

}
.game-detail-card-section-2{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-gd-play {
    width: 280px;
    height: 56px;
    border-radius: 6px;
    background-color: var(--pale-gold);
    font-family: 'Metropolis',sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--black-three);
    text-transform: uppercase;
    margin: 8px;
}
.btn-gd-leaderboard {
    width: 280px;
    height: 56px;
    border-radius: 6px;
    border: solid 1px #9599e2;
    background: none;
    text-transform: uppercase;
    font-family: 'Metropolis', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--pale-gold);
    margin: 8px;
}
.btn-like-unlike{
    width: 48px;
    height: 48px;
    background-color: #17183c;
    border-radius: 48px;
    border-style: solid;
    padding: 11px;
    outline: none;
}
.btn-like-unlike img {
    height: 24px;
    width: 24px;
}
.btn-gd-category{
    font-family: 'Metropolis', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    width: 140px;
    height: 30px;
    border-radius: 15px;
    background-color: var(--green);
    border-style: solid;
    margin: 0 0;
}
.game-container-home a {
    text-decoration: none;
}
.category-header a{
    text-decoration: none;
}
.static-pages-title{
    font-family: 'Metropolis',sans-serif;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--dark);
}
.static-page-container{
    margin: 24px;
    font-family: 'Metropolis-Medium',sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: var(--dark);
}
button {
    border: none;
    outline: none;
}
.section-footer{
    width: 100%;
    background-color: var(--footerColor);
    padding: 32px 0 32px 0;
}
.footer-logo {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.footer-social-icons {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0;
    margin: 4px 0;
}

.footer-social-icons a {
    margin: 4px;
    padding: 8px;
}
.footer-links {
    margin: 4px 24px;
    text-align: center;
    word-spacing: 0.15em;
}


.footer-links a{
    font-family: 'Metropolis-Medium',sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.21;
    letter-spacing: normal;
    text-align: center;
    color: var(--footerTextColor);
    text-decoration: none;
    margin: 0 4px;
}
.section-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-divider {
    width: 90px;
    margin-top: 16px;
    height: 1px;
    border-top: solid 1px #ffffff40;
}

.head-popular-categories {
    font-family: 'Metropolis',sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--footerTextColor);
}
.footer-categories-links {
    padding: 8px 0;
    text-align: center;
    word-spacing: 0.15em;
}
.footer-category-link{
    font-family: 'Metropolis-Medium',sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--footerTextColor);
    border-radius: 6px;
    border: solid 1px #ffffff40;
    margin: 6px;
    padding: 12px 16px;
    min-width: 72px;
    text-decoration: none;
}

.footer-categories {
    margin: 12px 20px;
}

.more-txt{
    padding: 0px 16px 8px 16px;
    margin: 0;
    color: #BEBEC9;
    font-family: 'Metropolis-Medium',sans-serif;
    font-size: 14px;
}
.more-txt a{
    text-decoration: underline;
    color: inherit;
}

a.morelink {
    text-decoration: none !important;
    outline: none !important;
    color: var(--bodyColor) !important;
}

.morecontent span{
    display: none;
}

.game-difficulty{
    font-family: 'Metropolis',sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e4e7ff;
    margin: 4px 0;
}

.game-difficulty-val{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin: 4px 0;
    font-family: 'Metropolis',sans-serif;
}

input[type="text" i]::placeholder{
    color: #e4e7ff;
}
.search-heading{
    font-family: 'Metropolis', sans-serif;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    font-size: 16px;
    padding: 20px;
    font-weight: 400;
}
.search-heading span{
    font-weight: bold;
}

.profile-detail-card{
    position: relative;
    margin: 16px;
    display: flex;
    flex-direction: column;
    padding: 28px 20px;
    justify-content: space-between;
    border-radius: 8px;
    background-image: linear-gradient(115deg, var(--iris) 3%, var(--warm-blue));
    background-color: white;
}

.profile-icon{
    width: 98px;
    height: 98px;
    border-radius: 98px;
    border: white solid 2px;
}
.profile-info{
    justify-content: center;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.profile-name {
    font-family: 'Metropolis',sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
}
.profile-email-info{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
}
.profile-user-email {
    width: 100%;
    overflow-wrap: anywhere;
    font-family: 'Metropolis-Medium',sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    font-size: 14px;
    align-items: center;
    justify-items: center;
    margin-left: 10px;
}


.profile-detail-card2{
    border-radius: 8px;
    background-color: var(--dark-blue-grey);
    position: relative;
    margin: 16px;
    display: flex;
    flex-direction: column;
    padding: 16px 20px;
    justify-content: space-between;
}

.btn-prize-won{
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    background-image: linear-gradient(to right, var(--azure-two) 12%, var(--azul));
    font-family: 'Metropolis',sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 12px;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 6px;
    background-image: linear-gradient(to right, var(--azure-two) 12%, var(--azul));
    font-family: 'Metropolis',sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 0 20px;
}

.txt-game-played {
    width: 60%;
    font-family: 'Metropolis-Medium',sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.txt-game-played-count{
    font-family: 'Metropolis',sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.btn-logout{
    width: 280px;
    height: 56px;
    border-radius: 6px;
    border: solid 1px #6469c1;
    background: none;
    font-family: 'Metropolis',sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ff3c56;
    margin: 20px 0;
    text-transform: uppercase;
}

.profile-play-count-box {
    height:35px;
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;
    align-items: center;*/
    padding: 0px 2px;
}
.leader-board-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 54px;
    border-radius: 6px;
    margin: 10px 0;
}
.leader-board-item.other{

    background-color: var(--dark-blue-grey);
}

.leader-board-item.self{
    background-image: linear-gradient(to right, var(--iris) -6%, var(--warm-blue) 100%);
}
.lb-score {
    padding: 10px 16px;
    font-family: 'Metropolis',sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: var(--pale-gold);
}

.lb-name{
    /*margin: 6px 12px;
    width: -webkit-fill-available;
    font-family: 'Metropolis',sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    font-size: 14px;*/
    margin: 6px 12px;
    width: -webkit-fill-available;
    font-family: 'Metropolis-Medium',sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #AAAED5;
    font-size: 14px;
}
.lb-img{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    padding: 4px;
    margin: 4px;
    object-fit: contain;
}
.lb-rank {
    padding: 10px 6px 10px 16px;
    font-family: 'Metropolis',sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.leaderboard-list {
    padding: 0 12px;
}

.gm-tab-item a{
    text-decoration: none;
}

.tap-contest {
    font-family: 'Metropolis',sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    font-weight: bold;
}

.contest-list-section{
    margin: 10px;
}

.contest-card{
    padding: 10px;
    border-radius: 6px;
    background-color: var(--dark-grey-blue);
    margin: 30px 0px;
}
.contest-card-even{
    background-image: linear-gradient(143deg, #1641ae 18%, #1c8dc9 95%);
}
.contest-card-odd{
    background-image: linear-gradient(143deg, #5a2dc1 18%, #4440be 95%);
}

.contest-name{
    margin: 5px 0 0 0;
    font-family: 'Metropolis';
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--pale-gold);
    width: 150%;
}
.contest-img-large{
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 10px 0;
}
.contest-card-bottom{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 4px 0;
}

.contest-card-timer-section{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-items: left;
    border-radius: 6px;
}
.contest-card-timer-section-home{padding-right: 20px;    width: fit-content;
    position: absolute;
    top: 0;
    background: black;
    padding: 8px;
    left: 0
}

.contest-card-timer-section-contests{
    width: fit-content;
    border-radius: 20px;
    background: black;
    padding: 12px;
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right: auto;
    top:-30px;}

.contestTimeLeft{
    font-family: 'Metropolis',sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    align-self: flex-end;
    margin: 0 0 0 12px;
}

.contest-leaderboard-link{
    font-family: 'Metropolis',sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--pale-gold);
    text-decoration: none;
}
.prize-section{
    background-image: linear-gradient(to right, var(--azure-two) 12%, var(--azul));
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.prize-section::-webkit-scrollbar{
    display: none;
 }
.prize-card{
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
    padding: 0 10px;
}
.slots-section{
    border-radius: 3px;
    background-color: var(--dark-blue-grey);
    font-family: 'Metropolis',sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    padding: 6px;
    width: max-content;
}
.slots-section > span{
    font-weight: bold;
}
.prize-section-sub{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-right: 10px;
}
.prize-desc{
    text-align: center;
    font-family: 'Metropolis',sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--white);
    width: max-content;
    max-width: 150px;
}
.prize-card + .prize-card {
    border-left: #ffffffd4 solid 0.5px;
}

/*
.main-carousel {
    width: 280px; !* fixed gallery width *!
    height: 150px;
}

!* cell inherit height from carousel *!
.carousel-cell {
    height: 100%;
}*/
.carousel-cell {
    width: 100%; /* full width */
    height: max-content;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-card{
    width: 100%;
    display: block;
}
.carousel-card-img{
    border-radius:8px;
    width: 100%;
    object-fit: scale-down
}

.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtnContest{
    background: none;
    padding: 12px 0;
    border: none;
    outline: none;
    align-items: center;
    display: flex;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 140px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;

}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: Metropolis;
    font-weight: 500;
    width: max-content;
}
.dropdown-content::before {
    content: "";
    position: absolute;
    top: -23px;
    left: 80%;
    margin-left: -5px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #f1f1f1;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.no-users{
    font-family: 'Metropolis-Medium',sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}


.collapsible {
    /*background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;*/
}

.collapsible:hover {
    background-color: var(--dark-grey-blue);
}
.collapsible.active{
    background-color: var(--dark-grey-blue);

}
.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    right: 20px;
    margin-left: 5px;
    position: absolute;
}

.collapsible.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: var(--desktop-bg);
}

input:-internal-autofill-selected {
    background-color: var(--dark-blue-grey) !important;
    background-image: none !important;
    color: white; !important;

}

.logo-text{
    height: 22px;
    background-image: linear-gradient(to bottom, var(--light-orange), var(--butterscotch-two));
    font-family: 'Metropolis', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-container-wrapper-body-home{
    position: absolute;width: 100%;height: 100%;max-width: 500px;
}
.main-container-home{margin-top: 74px;margin-bottom: 50px;}

.margin-top-18{margin-top: 18px;}

.margin-bottom-20{margin-bottom: 20px;}

.margin-8{margin:    8px;}

.flex{display: flex}

.no-text-decoration{text-decoration: none;}

.relative-position{position: relative}

.mobile-login-text{
    font-family: metropolis;
    color: var(--white);
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.color-white{color: white !important;}

.category-icon-margin{margin: 8px 8px 8px 0px;}

.category-header-margin{margin: 0px 18px;}

.back-button{
    place-self: center;
    position: absolute;
    background: none;
    outline: none;
    border: none;
    padding: 20px;}

.back-button-search{
    background: none;padding: 0px 24px;
}

.main-container-other{margin-top: 74px;}

.separator-color{color: #717497;}

.game-play-btn-other{
    justify-content: flex-end;
    align-items: center;
    display: flex;}

.game-justify-start{justify-content: start; !important;}

.game-difficulty-header{display: flex;flex-direction: column; margin: 10px 0;}

.padding-20{padding: 20px;}

.max-width-100-percent{max-width: 100%;}

.width-100-percent{width: 100%;}

.width-120-percent{width: 120%;}

.input-group{display: flex;flex-direction: row;padding: 10px;}

.no-background{background: none;}

.form-control{width: -webkit-fill-available;
    background: none;
    border: none;
    outline: none;
    cursor: text;
    color: #fff;}

.login-container-m{
    display: flex;
    flex-direction: column;
    height: inherit;
    justify-content: space-between;
}

.section-login-bg-m{
    flex: 4;
    height: inherit;
    width: 100%;
}

.login-bg{
    object-fit: scale-down;
    width: 100%;
}

.section-login-body{
    flex: 6;
    display: flex;
    margin-top: -120px;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    height: inherit;
    justify-content: space-between;
    background-image: linear-gradient(to bottom, rgba(40, 43, 107, 0)
    , var(--dark-grey-blue) 20%);
    padding-top: 64px;
    padding-bottom: 20px;
}

.height-100vh{height: 100vh}

.login-subtitle{
    font-family: 'Metropolis',sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

.section-login-btn{
    align-items: center;
    display: flex;
    flex-direction: column;margin-bottom: 100px;
}

.btn-twitter-login{
    width: 283px;
    height: 56px;
    border-radius: 6px;
    background-color: var(--azure);
    margin: 10px;
    display: flex;
    align-items: center;
    padding: 0 60px 0 16px;
    justify-content: space-between;
    font-family: 'Metropolis',sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

.btn-google-login{
    border-radius: 6px;
    background-color: var(--white);
    width: 283px;
    height: 56px;
    margin: 10px;
    display: flex;
    align-items: center;
    padding: 0 60px 0 16px;
    justify-content: space-between;
    font-family: 'Metropolis',sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--dark-blue-grey);
}

.mobile-login-text-field{
    border-radius: 8px;height: 25px;align-items: center;text-align: center; width:150%
}

.mobile-login-btn{
    width: fit-content;
    height: 36px;
    border-radius: 6px;
    background-color: var(--azure);
    margin: 10px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    justify-content: space-between;
    font-family: 'Metropolis',sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

.profile-card-top{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}

.profile-card-bottom{
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 8px;
}

.white-bg{background: var(--white);}

.margin-top-45{ margin-top: 45px;}

.margin-right-20{margin-right: 20px;}

.center-aligned{text-align: center; text-align: -webkit-center;}

.netsafe{width:310px;margin:5px;height: 100px;}

.right-aligned{text-align: right; }

.contest-dropdown{text-align: left; right:0px; border-radius: 6px}

.margin-left-2{margin-left: 2px;}

.content-start{justify-content: start}

.contest-game-name{font-weight: 500;margin: 7px 0;width: 150%;}

.text-winner-contest{color:white; font-size: 12px;opacity: 0.6;font-weight: 600;font-family: Metropolis}

.contests-leaderboard-btn{width: fit-content;padding: 0 17px;}

.menu-container{ display:none; width: 100%;height: 100%;position: absolute; z-index: 1222;}

.navigation-top-div{
    background: var(--dark);
    height: inherit;
    z-index: 9999999999;
    max-width: 500px;
}

.top-menu-btn{
    place-self: center;position: absolute;background: none;outline: none;border: none;padding: 20px;
}

.menu-body{padding-top: 60px;}

.pading-4-percent{padding: 4%}

.pop-up-title{
    font-size: larger;
    font-weight: bold;
    font-size: 20px;}

.pop-up-content{display: flex;
    flex-direction: column;
    align-items: flex-start;}

.pop-up-similar{text-decoration: none;display: flex;flex-direction: row-reverse;}

.pop-game-icon{width: 48px;
    height: 48px;
    border-radius: 8px;}
.pop-up-footer{display: flex;flex-direction: row;justify-content: space-around;margin-top: 15px;}

.pop-up-exit{color: red;border-right: 0.25px solid #bbb;}

.font-arial{font-family: Arial;}

.prizes-won-row{width: -webkit-fill-available; height: 17px;
    font-family: Metropolis;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #aaaed5;}

.prizes-won-description{width: 142px;
    font-family: Metropolis;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: var(--white);}

.prize-won-card{ background-image: radial-gradient(circle at 49% 76%, var(--azul), var(--azure-two) 148%)}

.modal{
    position: fixed;top: 5%;left: 1%;z-index: 1050;width: 98%;overflow: scroll;outline: 0px;border-radius: 8px; height: fit-content;display: none;
}
.game-container-other-exit{
    justify-content: flex-start;align-items: center;display: flex;flex-direction: row;border-bottom: .25px solid #bbb;width: 100%;
}

.contact_us_text{
    color: var(--white);
    font-family: 'Metropolis';
    font-weight: 500;}

.contact_us_fieldset{    margin: 25px;
    border: none;
    display: flex;
    flex-direction: column;}

.contact_us_label_top{    display: flex;
    flex-direction: column;
    margin: 5px 0px;}

.contact_us_label{color: white;
    font-family: 'Metropolis';
    font-weight: 500;}

.contact_us_textbox{    margin: 5px 5px 10px 0px;
    background-color: var(--dark-blue-grey);
    height: 45px;
    border-radius: 8px;
    width: 92%;
    padding-left: 15px;
    border: none;
    font-size: 16px;
    font-family: 'Metropolis';
    font-weight: 500;
    color: var(--white);
}

.contact_us_textarea{    margin: 5px 5px 10px 0px;
    background-color: var(--dark-blue-grey);
    height: 45px;
    border-radius: 8px;
    width: 92%;
    padding-left: 15px;
    border: none;
    font-size: 16px;
    font-family: 'Metropolis';
    font-weight: 500;
    height: 120px;
    padding-top: 10px;
    color: var(--white);
}

.feedback_dropdown{
    width: 88%;
    height: 45px;
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    background: var(--dark-blue-grey);
    border-radius: 8px;
    padding-left: 5px;
    margin: 0px 5px;
}

.feedback_unsubscribe{    font-size: 18px;
    color: var(--white);
    font-family: 'Metropolis';
    font-weight: 500;}