/* Minification failed. Returning unminified contents.
(1510,30): run-time error CSS1039: Token not allowed after unary operator: '-unnamed-character-spacing-0'
 */
/*------------------------------global------------------------------*/

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

:root {
    color-scheme: only light!important;
}

:root{
    font-size: 10px;
}

body {
    font-size: 1.4rem;
    height: 100%;
    background: #00112D;
}

    body:before {
        content: "";
        position: absolute;
        background-color: #00112D;
        /*background-image: url(images/lines.png);*/
        background-image: url(images/lobby_background.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        /*background-size: contain;*/
        background-size: cover;
        z-index: -1;
        /*height: 20%;*/
        height: 100%;
        /*width: 20%;*/
        width: 100%;
        /*transform: scale(5);*/
        /*transform-origin: top left;*/
        /*filter: blur(.3rem);*/
        filter: blur(.5rem);
    }

html{
    height: 100%;
}

@font-face {
    font-family: FiraGO-Regular;
    src: url('../fonts/FiraGO/FiraGO-Regular.otf') format('truetype');
}
@font-face {
    font-family: 'FiraGO';
    src: url('../fonts/FiraGO/FiraGO-Regular.otf') format('truetype');
}
@font-face {
    font-family: FiraGO-Book;
    src: url('../fonts/FiraGO/FiraGO-Book.otf') format('truetype');
}

@font-face {
    font-family: FiraGO-Eight;
    src: url('../fonts/FiraGO/FiraGO-Eight.otf') format('truetype');
}

@font-face {
    font-family: FiraGO-ExtraBold;
    src: url('../fonts/FiraGO/FiraGO-ExtraBold.otf') format('truetype');
}

@font-face {
    font-family: FiraGO-ExtraLight;
    src: url('../fonts/FiraGO/FiraGO-ExtraLight.otf') format('truetype');
}

@font-face {
    font-family: FiraGO-Four;
    src: url('../fonts/FiraGO/FiraGO-Four.otf') format('truetype');
}

@font-face {
    font-family: FiraGO-Hair;
    src: url('../fonts/FiraGO/FiraGO-Hair.otf') format('truetype');
}

@font-face {
    font-family: FiraGO-Heavy;
    src: url('../fonts/FiraGO/FiraGO-Heavy.otf') format('truetype');
}

@font-face {
    font-family: FiraGO-Light;
    src: url('../fonts/FiraGO/FiraGO-Light.otf') format('truetype');
}

@font-face {
    font-family: FiraGO-Medium;
    src: url('../fonts/FiraGO/FiraGO-Medium.otf') format('truetype');
}

@font-face {
    font-family: FiraGO-Bold;
    src: url('../fonts/FiraGO/FiraGO-Bold.otf') format('truetype');
}

@font-face {
    font-family: FiraGO-SemiBold;
    src: url('../fonts/FiraGO/FiraGO-SemiBold.otf') format('truetype');
}

@font-face {
    font-family: FiraGO-Thin;
    src: url('../fonts/FiraGO/FiraGO-Thin.otf') format('truetype');
}

@font-face {
    font-family: Two;
    src: url('../fonts/FiraGO/FiraGO-Two.otf') format('truetype');
}

@font-face {
    font-family: UltraLight;
    src: url('../fonts/FiraGO/FiraGO-UltraLight.otf') format('truetype');
}



hr {
    border-top: 1px solid rgba(0,0,0,.2);
}

.buyin-text > h1, .buyin-text > h2, .buyin-text > h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.btn {
    padding: 1rem 1.6rem !important;
    outline: none!important;
}

.create_game {
    width: 100%;
    color: #0073CB;
    font-size: 1.2rem;
    border-radius: .8rem;
    outline: none!important;
}

.pass-input {
    margin: 1.2rem 0 1.2rem 2px;
}

.advertisement {
    width: 100%;
    max-width: 1378px;
    margin: auto;
    position: fixed;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -52%);
    height: 100%;
}

/*------------------------------nav------------------------------*/
.navbar {
    height: 8.8rem;
    background: #000E2A;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.7);
    margin-bottom: 0;
    min-height: unset;
}

.footer{
    height: 7.5rem;
}

.avatar-menu {
    display: flex;
    margin-right: 7%;
}

.img-circle {
    height: 8rem;
    width: 8rem;
    border: .2rem solid #65c6ef;
    overflow: hidden;
}

.user-avatar {
    height: 6rem;
    width: 6rem;
    margin: 1.4rem;
    border-radius: 1rem;
}

.main_page {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.add {
    width: fit-content;
    height: 10.1rem;
    margin-top: 1.5rem;
}

.forMobile {
    display: none;
}

.start_game > img {
    width: 2.8rem;
}

.header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.page-logo {
    margin-left: 7%;
    height: 100%;
}

    .page-logo > img {
        padding-top: 1rem;
        width: 15.7rem;
    }

.fb_like {
    position: absolute;
    right: 10rem;
    margin-top: .8rem;
    width: unset;
    padding: 0;
}

.fb_like_mobile_portrait {
    display: none;
}

.fb_like_mobile_landscape {
    display: none;
}

.logout-button {
    background: #364d73;
    height: 5rem;
    width: 5rem;
    border-radius: 50% !important;
    line-height: 3.2rem;
    margin: auto;
    border: solid .2rem #65c6ef;
    color: #65c6ef;
    transition: .3s all ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logout-button > span{
    font-size: 1.4rem!important;
}

h3 {
    font-size: 2.4rem;
}

h4{
    font-size: 1.8rem;
}

.logout-button:hover {
    transition: .3s all ease;
    background: #202636;
    color: #89d4f4;
    border: solid .2rem #65c6ef;
}

.new-icon {
    position: absolute;
    top: -1.7rem;
    right: -2rem;
}


/*------------------------------banner------------------------------*/
.banner-wrapper {
    height: 30rem;
    width: 100%;
    background: #364d73;
    padding-top: 3rem;
    background-image: url('images/banner_background.png');
}

.banner {
    height: 20rem;
    background: #888;
    position: relative;
}

/*------------------------------tabs------------------------------*/

.tabbed {
    padding: 0;
    /*margin-bottom: 120px;*/
}

.stars-container {
    display: flex;
    justify-content: center;
    margin-right: 2.5rem;
}

#inviteFriends * {
    font-family: FiraGO-Medium;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

.star {
    font-size: 2.4rem;
    margin: .5rem;
    margin-bottom: 0;
}

.buyin-text > h3 {
    font-family: FiraGO-ExtraBold;
}

.buyin-text > h4 {
    font-family: FiraGO-Regular;
}

.buyin-text > h2, .buyin-text > h3, .buyin-text > h4 {
    color: white;
}

.scale_img{
    width: 2.5rem;
}

.scale_img > img {
    width: 5.3rem;
}

.scale_img_banned {
    width: 9.5rem;
}

    .scale_img_banned > img {
        width: 12.3rem;
    }

.jumbotron-content-wrapper {
    padding-top: 5rem;
    text-align: center;
    transition: .3s all ease;
    background-image: url(images/green_back.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 23.7rem;
    border-radius: 1.5rem;
    background-size: 105% 105%;
}

    .jumbotron-content-wrapper > div > h3 {
        white-space: nowrap;
    }

.app_store > img {
    width: 15rem;
}

.google_play > img {
    width: 16rem;
}

.new-icon{
    width: 6.5rem;
}

.nav > li > a > span{
    font-size: 1.4rem;
    font-family: FiraGO-Medium
}

    .nav > li > a > img:first-child, .nav > li > a > img :last-child{
        height: 1.6rem;
    }

    .nav > li > a > img:nth-child(2){
        height: 1.5rem;
    }

    .one_game > span {
        color: white;
    }

.one_game {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-direction: column;
}

.game_types {
    width: 20rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-top: 0.5rem;
    height: 100%;
}

.col-md-3 {
    padding-right: .8rem;
    padding-left: .8rem;
}

.game_types > div {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: FiraGO-Regular;
    font-size: 1.3rem;
    opacity: 0.45;
}

.margin_right{
    margin-right: .7rem;
}

.start_game {
    width: 100%;
    padding: 1rem 0;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.game_name {
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    font-family: FiraGO-ExtraBold;
}

.start_game_purple {
    background: #7700FF;
    box-shadow: inset 0px .3rem .6rem #7F7BFF, 0px -0.6rem 2rem #9100FFAD;
}

.start_game_yellow {
    background: #E5BE17;
    box-shadow: inset 0px .3rem .6rem #FFEB92, 0px -0.6rem 2rem #FFCF0036;
}

.one_game > div > span {
    color: white;
    font-size: 1.4rem;
    font-family: FiraGO-Regular;
}

.one_game > div > img {
    margin-right: .8rem;
}

.start_game {
    display: flex;
    justify-content: center;
    align-items: center;
}

.standard_background {
    background-image: url(images/standard.png) !important;
}

.japanese_background {
    background-image: url(images/japanes.png) !important;
}

.bura_background {
    background-image: url(images/purple_back.png) !important;
}

.outerLobbyJokerBackground {
    background-image: url(images/jokerLobby.png) !important;
    background-size: cover;
}
    .outerLobbyJokerBackground::after {
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(105, 98, 251, 0) 0%, #6962FB 100%);
        border-radius: 1.5rem;
    }

.outerLobbyJapJokerBackground {
    background-image: url(images/japJoker.png) !important;
    background-size: cover;
}

    .outerLobbyJapJokerBackground::after {
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(156, 98, 251, 0) 0%, #9C62FB 100%);
        border-radius: 1.5rem;
    }

.outerLobbyBuraBackground {
    background-image: url(images/bura.png) !important;
    background-size: cover;
}

    .outerLobbyBuraBackground::after {
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 182, 222, 0) 0%, #00B6DE 100%);
        border-radius: 1.5rem;
    }

.outerLobbyBackgammonBackground {
    background-image: url(images/backgammon.png) !important;
    background-size: cover;
}

    .outerLobbyBackgammonBackground::after {
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(255, 145, 65, 0) 0%, #FF9141 100%);
        border-radius: 1.5rem;
    }

.outerLobbyDominoBackground {
    background-image: url(images/domino.png) !important;
    background-size: cover;
}
    .outerLobbyDominoBackground::after {
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(95, 157, 249, 0) 0%, #5F9DF9 100%);
        border-radius: 1.5rem;
    }

.outerLobbySpaceTaxiBackground {
    background-image: url(images/spaceTaxi.png) !important;
    background-size: cover;
}

    .outerLobbySpaceTaxiBackground::after {
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(21, 87, 255, 0) 0%, #1557FF 150%);
        border-radius: 1.5rem;
    }


.smaller-wrapper {
    width: 20.4rem !important;
    height: 21rem !important;
    padding: 3.5rem 1.5rem !important;
}

.create_game_message {
    color: white;
    float: left;
    padding: 0 0 1.2rem .2rem;
}

.already_open {
    background-color: #041444;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2.5rem 5.5rem;
    border-radius: 2rem;
}

    .already_open > span {
        color: white;
        margin: 1.5rem 0 2.5rem 0;
    }

.back_icon {
    position: absolute !important;
    top: 0;
    left: 4rem;
}

    .back_icon > a {
        margin: 2.5rem 0 1.5rem 0;
        width: 4rem;
        height: 4rem;
        background: #02266E!important;
        justify-content: center;
        align-items: center;
        display: flex !important;
        border-radius: 50% !important;
        cursor: pointer;
        border: none !important;
        padding: 0 !important;
    }

        .back_icon > a > img {
            margin-right: 2px;
            width: 1.6rem;
        }

#loading, #alreadyOpen, #disconnected {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

    #loading *, #alreadyOpen *, #disconnected *, .modal * {
        font-family: FiraGO-Regular !important;
    }

.password_game_container {
    display: flex;
    justify-content: center;
}

.green_background {
    background-image: url(images/green_back.png)!important;
}

.blue_background {
    background-image: url(images/blue_back.png)!important;
}

.red_background {
    background-image: url(images/red_back.png) !important;
}

.BWimage {
    filter: grayscale(100%);
}

.leave_queue {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    background: #E32929;
    color: white;
    padding: .8rem 1.6rem;
    border-radius: .8rem;
    cursor: pointer;
}

.custom_margin {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.smaller{
    width: 20rem!important;
}

.smaller_padding {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}

.row {
    margin-top: 10rem;
    /*margin: 0 !important;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8%;
}

.col-sm-6 {
    width: 100%!important;
}

.col-md-3 {
    width: 100%!important;
}

.options {
    transition: .3s all ease;
}

/*.jumbotron-content-wrapper:hover, .options:hover {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .8);
    transition: .3s all ease;
}

.jumbotron-content-wrapper.active {
    background: #395179;
    border: 1px solid #65c6ef;
}*/

.active-tab {
    cursor: pointer;
    transition: all ease .3s;
}

.jumbotron-content-wrapper, .chooser-btn {
    cursor: pointer;
    transition: all ease .3s;
}

    .jumbotron-content-wrapper:hover, .chooser-btn:hover {
        transition: all ease .3s;
    }

    .jumbotron-content-wrapper.active {
        cursor: default;
        color: #364d73;
    }



.remove-button {
    padding-right: .3rem;
    position: absolute;
    top: .5rem;
    right: 2rem;
    cursor: pointer;
    color: #ef6565;
}

.tab-content {
    margin-top: 10rem;
}

.nav-tabs {
    border-bottom: none;
}

.nav > a:hover {
    background: rgba(54,77,115,.75) !important;
}

.nav.active > a, .dropdown-menu {
    cursor: pointer;
    transition: all ease .3s;
    border-bottom: #164688;
    color: #fff !important;
}


.tab_yellow.active:after {
    color: #FFCF00;
}

.tab_red.active:after {
    color: #F1005E;
}

.tab_blue.active:after {
    color: #009DF9;
}

.tab_container.active:after {
    position: absolute;
    content: " ";
    width: 56%;
    border-top: .3rem solid;
    left: 22%;
    top: 130%;
}


.tab_red > a {
    position: relative;
}

.tab_container {
    position: relative;
}

.tabs_container {
    padding: 2.5rem 0 1.5rem 0;
    /*border-bottom: 1px solid #0F275A !important;*/
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

    .tabs_container.lower {
        margin: 9rem 7rem 0 6.7rem;
    }

    .nav > a:not(.left-seated) {
        border: 1px solid #65c6ef !important;
    }


/*                         *\                         
    navigation animation

\*                         */

.nav > .left-seated {
    animation: flashing 1.5s ease-in-out infinite;
}

@keyframes flashing {
    0% {
        box-shadow: none;
        border-color: rgb(101, 198, 239);
    }

    50% {
        box-shadow: 0 0 1rem #F8D210;
        border-color: #F8D210;
    }

    100% {
        box-shadow: none;
        border-color: rgb(101, 198, 239);
    }
}

/* End*/

.disabled {
    pointer-events: none;
    opacity: .7;
}

.btn-group {
    display: flex;
    width: 100%;
    padding: 0;
}

/*----------------------invitations-----------------------*/
.options {
    padding: 1.3rem 2.5rem;
    border: 1px solid #0F275A;
    border-radius: 1.2rem;
}

.scale_options {
    width: 35.4%;
}

.penalty_button {
    border-radius: .5rem!important;
    margin-right: 1.5rem;
    color: #0073CB;
    border: 0!important
}

.game_type_container > div > img {
    -webkit-filter: drop-shadow( 0px .5rem 1rem #FFCF00);
    filter: drop-shadow( 0px .5rem 1rem #FFCF00);
}

.button_password {
    margin: 0!important;
    padding: .9rem!important;
}

.game_type_container {
    position: relative;
    border-radius: 1rem;
    margin-right: 1.5rem;
    background: linear-gradient(to right, white, #C5E5FF);
    box-shadow: 0px 1rem 2rem #009DF930;
}

    .game_type_container.clicked {
        background: linear-gradient(to right, #009DF9, #0066BC);
    }

        .game_type_container.clicked:before {
            background-image: url(images/background_clicked.png);
        }

    .game_type_container:before {
        content: "";
        position: absolute;
        background-image: url(images/background.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .game_type_container > button {
        background: transparent;
        color: #000000;
        margin: 2.5rem 0px 2.8rem 0px;
    }

    .game_type_container > div {
        margin-bottom: 2rem;
    }

    .game_type_container > div > span {
        color: #000000;
        font-size: 1.2rem;
    }

    .game_type_container.clicked > button {
        color: #FFFFFF;
    }

    .game_type_container.clicked > div > span {
        color: #FFFFFF;
    }

.game_type_container > button {
    border: 0 !important;
}

.penalty_button:hover {
    color: #0073CB;
}

.penalty_button.clicked {
    background: linear-gradient(to right, #009DF9, #0066BC);
    box-shadow: 0px 1rem 2rem #009DF930;
    color: white;
}

    .penalty_button.clicked:hover {
        color: white;
    }

.passowrd_input {
    border-radius: .6rem !important;
    border: 1px solid #0073CB;
}

.type-chooser, .penalty-chooser {
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.create_private_game {
    margin-left: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.create_private_game > div{
    width: unset !important;
}

    .penalty-chooser > .password-create {
        width: calc(100% - 1.5rem);
        margin: 1.5rem 1.5rem  0 0;
    }

 /*                         *\
    input styling
    
\*                         */
    .password-input-container, .url-input-container {
        display: flex;
    }

#password-input, #url-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    height: 3.8rem;
}

#sent-password-input {
    height: 5rem !important;
    padding: 1.3rem 1.4rem;
}

#copy-image-url, #copy-image-password {
    cursor: pointer;
    background: #eeeeee;
    width: 3.8rem;
    height: 3.8rem;
    padding: .5rem;
    -webkit-border-top-right-radius: .4rem;
    -webkit-border-bottom-right-radius: .4rem;
    border-top-right-radius: .4rem;
    border-bottom-right-radius: .4rem;
}

#copy-image-url:hover, #copy-image-password:hover {
    background: #d9d9d9;
}


#copy-image-url.active > img, #copy-image-password.active > img {
    transform: scale(.8);
    transform: translateY(2px);
}

#password-input, #url-input {
    cursor: initial;
}

/* End */



.choosables {
    display: inline-block;
}

.password-copy, .password-create {
    outline: none !important;
    background: linear-gradient(to right, #31D43C, #43AE4A);
    color: white;
    border: 0 !important;
    border-radius: .8rem;
    padding: 1.4rem 0;
    box-shadow: 0px 1rem 2rem #31d33c33;
    width: 100%;
    margin: 2rem 0 1.5rem 0px;
}


.invitation-pages {
    margin-top: 0 !important;
}

.password-invitation-btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: none;
    width: 12rem !important;
}

.inv-disabled {
    pointer-events: none;
    cursor: wait;
}

.invitation-images {
    padding: 1rem;
    display: block;
    width: 100%;
}

.thumbnail {
    height: 12rem;
    width: 12rem;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 2px solid #ce348c;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: .7rem;
    background-size: 100%;
}

.cancel-invitation {
    border: none;
    color: #ef6565;
    font-size: 2.4rem;
    cursor: pointer;
    position: absolute;
    right: .5rem;
    top: .5rem;
}

.type-chooser {
    margin-right: 1rem;
}

.type-chooser, .penalty-chooser, .pass-input {
    color: white;
}

.label {
    display: block;
    padding: .8rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .6rem;
    margin-bottom: 1rem;
}

.label-danger {
    background-color: #ef6565;
}

.games_list {
    color: white;
    position: relative;
    padding: .5rem 0;
    font-size: 2rem;
    font-family: FiraGO-Bold;
}

    .games_list:after {
        position: absolute;
        content: " ";
        width: 56%;
        border-top: .3rem solid;
        left: 0;
        top: 133%;
        color: #FF0000;
        filter: drop-shadow( 0px 1px 0.4rem #FF0000);
    }

.inv-info {
    display: flex;
    justify-content: space-between;
}

    .inv-info > span {
        color: white;
    }

/*----------------------modal-----------------------*/
    .modal {
    background: #000000;
    background: rgba(0,0,0,.5);
    overflow-y: auto !important;
}

.modal-header {
    padding: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 1px solid #e5e5e5;
    background-color: #65c6ef;
    border-bottom: #000;
}

.header-danger {
    background-color: #65c6ef;
}

.modal-content {
    -ms-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    background-color: #364d73;
    margin-top: auto;
    border: 1px solid #004335;
}

.content-danger {
    border-radius: 1.2rem;
    overflow: hidden;
}

.modal-body {
    padding: .8rem;
    font-family: 'FiraGO';
}

.modal-footer {
    padding: .6rem;
    border-top: #000;
    text-align: center;
}

.modal-dialog {
    margin-top: 12vh;
}

.btn {
    padding: .8rem 2rem;
}

.btn-default {
    color: #364d73;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
    border-radius: .6rem;
}


.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: .6rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-radius: .6rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: text;
    background-color: #eeeeee;
}




/*-------------------admin-lte-content-------------------*/
.form-box {
    width: 41.5rem;
}

    .form-box .header {
        border-top-left-radius: .6rem;
        border-top-right-radius: .6rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background: #e6379d;
        box-shadow: inset 0px -0.3rem 0px rgba(0, 0, 0, 0.2);
        padding: 2rem 1rem;
        text-align: center;
        font-size: 2.6rem;
        font-weight: 300;
        color: #fff;
    }

    .form-box .body,
    .form-box .footer {
        padding: 1rem 2rem;
        background: #fff;
        color: #444;
    }

        .form-box .body > .form-group,
        .form-box .footer > .form-group {
            margin-top: 2rem;
        }

            .form-box .body > .form-group > input,
            .form-box .footer > .form-group > input {
                border: #fff;
            }

        .form-box .body > .btn,
        .form-box .footer > .btn {
            margin-bottom: 1rem;
        }

    .form-box .footer {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0.4rem;
        -webkit-border-bottom-left-radius: 0.4rem;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0.4rem;
        -moz-border-radius-bottomleft: 0.4rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0.4rem;
        border-bottom-left-radius: 0.4rem;
    }

.container.footer > h4 {
    margin: 0;
    color: #3e385f;
    position: relative;
    margin-bottom: -1.3rem;
    top: 0.5rem;
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 *
 * Note: this file has been altered to work correctly with AdminLTE
 */
.btn-social {
    position: relative;
    padding-left: 4.4rem !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .btn-social :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3.2rem !important;
        line-height: 3.4rem !important;
        font-size: 1.6em !important;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

    .btn-social.btn-lg {
        padding-left: 6rem !important;
    }

        .btn-social.btn-lg :first-child {
            line-height: 4.5rem;
            width: 4.5rem;
            font-size: 1.8em;
        }

    .btn-social.btn-sm {
        padding-left: 3.8rem !important;
    }

        .btn-social.btn-sm :first-child {
            line-height: 2.8rem;
            width: 2.8rem;
            font-size: 1.4em;
        }

    .btn-social.btn-xs {
        padding-left: 3rem !important;
    }

        .btn-social.btn-xs :first-child {
            line-height: 2rem;
            width: 2rem;
            font-size: 1.2em;
        }

.btn-social-icon {
    position: relative;
    padding-left: 4.4rem !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.4rem;
    width: 3.4rem;
    padding: 0;
}

    .btn-social-icon :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3.2rem !important;
        line-height: 3.4rem !important;
        font-size: 1.6em !important;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

    .btn-social-icon.btn-lg {
        padding-left: 6rem !important;
    }

        .btn-social-icon.btn-lg :first-child {
            line-height: 4.5rem;
            width: 4.5rem;
            font-size: 1.8em;
        }

    .btn-social-icon.btn-sm {
        padding-left: 3.8rem !important;
    }

        .btn-social-icon.btn-sm :first-child {
            line-height: 2.8rem;
            width: 2.8rem;
            font-size: 1.4em;
        }

    .btn-social-icon.btn-xs {
        padding-left: 3rem !important;
    }

        .btn-social-icon.btn-xs :first-child {
            line-height: 2rem;
            width: 2rem;
            font-size: 1.2em;
        }

    .btn-social-icon :first-child {
        border: none;
        text-align: center;
        width: 100% !important;
    }

    .btn-social-icon.btn-lg {
        height: 4.5rem;
        width: 4.5rem;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-social-icon.btn-sm {
        height: 3rem;
        width: 3rem;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-social-icon.btn-xs {
        height: 2.2rem;
        width: 2.2rem;
        padding-left: 0;
        padding-right: 0;
    }

.btn-facebook {
    color: #ffffff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-facebook:hover,
    .btn-facebook:focus,
    .btn-facebook:active,
    .btn-facebook.active,
    .open .dropdown-toggle.btn-facebook {
        color: #ffffff;
        background-color: #30487b;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-facebook:active,
    .btn-facebook.active,
    .open .dropdown-toggle.btn-facebook {
        background-image: none;
    }

    .btn-facebook.disabled,
    .btn-facebook[disabled],
    fieldset[disabled] .btn-facebook,
    .btn-facebook.disabled:hover,
    .btn-facebook[disabled]:hover,
    fieldset[disabled] .btn-facebook:hover,
    .btn-facebook.disabled:focus,
    .btn-facebook[disabled]:focus,
    fieldset[disabled] .btn-facebook:focus,
    .btn-facebook.disabled:active,
    .btn-facebook[disabled]:active,
    fieldset[disabled] .btn-facebook:active,
    .btn-facebook.disabled.active,
    .btn-facebook[disabled].active,
    fieldset[disabled] .btn-facebook.active {
        background-color: #3b5998;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-facebook .badge {
        color: #3b5998;
        background-color: #ffffff;
    }

.fa-facebook:before {
    content: "f";
}

.form-box {
    margin: 3rem auto 0 auto;
}

.container.footer {
    z-index: 9999 !important;
    bottom: 0 !important;
    position: fixed !important;
    width: 100% !important;
    padding: 0 !important;
    background-color: #021636;
}

.poppins_medium {
    font-size: 1.6rem;
    color: #A0A0A0;
}

    .poppins_medium > a {
        font-family: 'FiraGO', sans-serif;
        font-weight: normal;
        letter-spacing: var(--unnamed-character-spacing-0);
        letter-spacing: 0;
        color: #A0A0A0;
    }

.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}


.jstar {
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0;
}

.invitation-images {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

/*BAN MODAL*/
.hidden {
    display: none;
}

.BanModal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60rem;
    height: 26rem;
    background-color: #00112D;
    padding: 5rem;
    padding-top: 6rem;
    border-radius: 15px;
    box-shadow: 0 30px 45px rgba(0, 0, 0, 0.3);
    z-index: 4;
    color: white;
    font-family: FiraGO-Regular;
}

.banModalInfo{
    text-align:center;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 3;
}

#countdown {
    color: #2F954C;
}

.close-Banmodal {
    position: absolute;
    top: 0rem;
    right: 1rem;
    font-size: 4rem;
    color: white;
    cursor: pointer;
    border: none;
    background: none;
}


/*END BAN MODAL*/

/*animation*/
.dots-container {
    position: absolute;
    top: calc( 100% + 1rem );
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.stores {
    margin: 13px 5vw;
}

.stores > a {
    position: relative;
}

/*#app_snow {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0%, -122%);
}*/

/*#play_snow {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(9%, -66%);
}*/

.dot {
    width: 1rem;
    height: 1rem;
    background: #202636;
    border: 2px solid #65c6ef;
    border-radius: 50%;
    float: left;
    margin: 0 0.5rem;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: fx 1000ms ease infinite 0ms;
    animation: fx 1000ms ease infinite 0ms;
}

    .dot:nth-child(2) {
        -webkit-animation: fx 1000ms ease infinite 300ms;
        animation: fx 1000ms ease infinite 300ms;
    }

    .dot:nth-child(3) {
        -webkit-animation: fx 1000ms ease infinite 600ms;
        animation: fx 1000ms ease infinite 600ms;
    }

@-webkit-keyframes fx {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fx {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* The animation code */
@keyframes scale {
    0%   {transform: scale(1.07); -ms-transform: scale(1.07); -webkit-transform: scale(1.07)}
    50%  {transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1)}
    75%  {transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05)}
    100% {transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1)}
}

/* The element to apply the animation to */
.animate-click {
    -webkit-animation-name: scale;
    -moz-animation-name: scale;
    -ms-animation-name: scale;
    -o-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -ms-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
}


.toast-top-center {
    top: 5% !important;
}

.ask-disable-adblock {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
}

.ask-disable-adblock-container {
    position: relative;
    top: 10%;
    left: 25%;
    width: 50%;
    background: white;
}

.ask-disable-adblock-text {
    color: black;
    user-select: none;
    display: flex;
    flex-direction: column;
    padding: 4rem 6rem;
}

.ask-disable-adblock-text > div {
    margin: 1.2rem;
}

.ask-disable-adblock-title {
    color: rgb(54, 77, 115);
    font-size: 5rem;
    font-weight: bold;
}

.ask-disable-adblock-header {
    font-size: 2rem;
    font-weight: bold;
}

.ask-disable-adblock-howto {
    text-decoration: underline;
    padding-top: 2rem;
}

.add-blocker-options-group {
    margin: 2em 0;
    display: flex;
    justify-content: space-between
}

.add-block-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
}

.add-blocker-text {
    margin-top: .5em;
    font-size: 1.25rem;
}

.add-blocker-image {
    width: 6rem;
    height: 6rem;
}

#adblocker-movie {
    height: 23.4rem;
    width: 100%;
}

.button-disabled-adblock {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}

.button-disabled-adblock > span {
    border: 1px solid black;
    padding: 1em;
    font-weight: 400;
    font-size: 1.5rem;
}

.footer_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.game_container {
    border-radius: 25px;
    height: 60vh;
    max-height: 85rem;
    max-width: 120rem;
    width: 95%;
    position: relative;
    /*background-image: url("../Content/images/testBack.png") !important;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .game_container:before {
        content: "";
        position: absolute;
        /*background-image: url(images/lobby_background.png);*/
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
        height: 20%;
        width: 20%;
        transform: scale(5);
        transform-origin: top left;
        filter: blur(1px);
    }

.tab_container > a {
    border: none !important;
    border-radius: 2rem !important;
    color: #FFFFFF !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.7rem;
    text-decoration: none;
}

.tab_container > a {
    margin-right: 0 !important;
}

.tab_container > a > img {
    margin-right: .8rem;
}

.tab_yellow > a {
    background: linear-gradient(to right, #FFCF00, #FF8800) !important;
    box-shadow: 0px 1rem 2rem #FF88002B;
}

.tab_red > a {
    background: linear-gradient(to right, #F1005E, #C40039) !important;
    box-shadow: 0px 1rem 2rem #FF000045;
}

.tab_blue > a {
    background: linear-gradient(to right, #009DF9, #0065BB) !important;
    box-shadow: 0px 1rem 2rem #009DF930;
}

.portrait_mode {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
    margin: auto;
}

.phone > img {
    width: 11rem;
}

.rotate_message {
    color: white;
    font-size: 13px;
    margin-top: 12vw;
    font-family: FiraGO-Regular;
}

@keyframes rotate {
    0% {
        transform: rotate(-90deg)
    }

    50% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.stores_mobile_portrait {
    display: none;
}
.stores_mobile_landscape {
    display: none;
}


@media only screen and (min-device-width: 1200px) {
    .queue-container-lobby {
        height: 50vh;
        margin: 0;
        padding: 0;
        display: grid;
        row-gap: 2rem;
        column-gap: 1rem;
        grid-template-columns: 25% 25% 25% 25%;
        align-items: start;
        margin-left: 1rem;
        margin-right: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .jumbotron-content-wrapper-lobby {
        height: 100%;
    }

    .queue-container2:first-child {
        grid-row-start: 1;
        grid-row-end: 4;
        height: 100%;
    }

    .queue-container2:nth-child(2) {
        grid-row: 1;
        height: 100%;
    }

    .queue-container2:nth-child(3) {
        height: 100%;
        grid-row-start: 2;
        grid-row-end: 4;
    }

    .queue-container2:nth-child(4) {
        height: 100%;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .queue-container2:nth-child(5){
        height: 100%;
        grid-row-start: 1;
        grid-row-end: 3;
    }

    .queue-container2:nth-child(6) {
        height: 100%;
        grid-row-start: 1;
        grid-row-end: 4;
    }

    .game_container-lobby {
        height: 64vh;
    }

    .tab-content-lobby {
        margin-top: 2rem;
    }

    .tabs_container-lobby {
        padding-top: 0.5rem;
    }

    .fb_like {
        position: unset;
        right: 0;
        margin-right: 18%;
    }

    .page-logo {
        margin-left: 18%;
    } 

    .game_name {
        position: absolute;
        bottom: 0;
    }

    .queue-container-lobby {
        margin-top: 6rem;
    }
}


@media only screen and (max-device-height: 812px) and (orientation: landscape) {
    .advertisement {
        width: 100vh;
    }
}

@media only screen and (max-device-width: 1200px) and (orientation: landscape) {

    .footer {
        display: none;
    }

    .row {
        margin-top: -5rem;
    }

    .add {
        margin-top: -13rem;
    }

    .innerLobby {
        margin-top: -8rem;
    }

    .stores_mobile_portrait {
        display: none;
    }

    .stores_mobile_landscape {
        display: block;
    }
 

    .stores_web {
        display: none;
    }

    .stores {
        margin: 0;
    }

    .fb_like_mobile_landscape {
        display: block;
        margin-right: 6rem!important;
    }

    .fb_like_web {
        display: none;
    }

    .fb_like {
        /*right: .4rem;*/
        margin: 0;
        padding: 0;
        position: unset !important;
        margin-top: 1rem;
    }

    .fb_like_mobile_portrait {
        display: none;
    }

    .page-logo {   
        margin: 0;
    }

    .header_container {
        justify-content: space-between;
    }

    .navbar {
        height: 13rem;
    }

    .page-logo > img {
        width: 23rem;
        margin-top: 1rem;
    }

    .page-logo {
        margin-left: 6rem;
    }

    .app_store > img {
        width: 25rem;
    }

    .google_play > img {
        width: 28rem;
    }

    .game_container {
        max-width: unset !important;
        margin-top: 9rem;
    }

    .games_list:after {
        width: 85%;
        top: 112%;
    }

    .games_list {
        font-size: 14px;
    }

    .game_name {
        position: absolute;
        bottom: 2rem;
        font-size: 2.5rem;
    }
    .jumbotron-content-wrapper {
        height: 31rem;
    }
    .mobileOuterLobbyAd {
        /*display: none;*/
        /*background-color: yellow;*/
        width: 320px;
        height: 100px;
        margin-top: -2rem !important;
    }

    .add {
        display: none;
    }

    .jokerTabbed {
        display: block;
    }

    .jokerTabContent {
        margin-top: 4rem;
    }


    .queue-container3 {
        display: grid;
        grid-template-columns: 18% 18% 18% 18% 18% 18%;
        justify-content: center;
        align-items: center;
    }

    .queue-container2:nth-child(1) {
        height: 100%;
        grid-row-start: 1;
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .queue-container2:nth-child(2) {
        height: 100%;
        grid-row-start: 1;
        grid-column-start: 2;
        grid-column-end: 3;
    }

    .queue-container2:nth-child(3) {
        height: 100%;
        grid-row-start: 1;
        grid-column-start: 3;
        grid-column-end: 4;
    }

    .queue-container2:nth-child(4) {
        height: 100%;
        grid-row-start: 1;
        grid-column-start: 6;
        grid-column-end: 7;
    }

    .queue-container2:nth-child(5) {
        height: 100%;
        grid-row-start: 1;
        grid-column-start: 5;
        grid-column-end: 6;
    }

    .queue-container2:nth-child(6) {
        height: 100%;
        grid-row-start: 1;
        grid-column-start: 4;
        grid-column-end: 5;
    }

}

@media only screen and (max-device-width: 700px) and (orientation: landscape) {
    .jumbotron-content-wrapper {
        height: 27rem;
    }

    .game_container {
        margin-top: 12rem;
    }

    .tab-content {
        margin-top: 8rem;
    }

    .mobileOuterLobbyAd {
        /* display: none; */
        margin-top: -4rem !important;
    }
}

@media only screen and (max-device-width: 812px) and (orientation: portrait) {


        .JokerPortraitMode {
            margin-top: 4rem;
        }

        .jokerMobileAd {
            display: none;
        }

        .joker_game_container {
            display: flex;
            width: 75vw;
            height: 75vw;
            top: 13%;
        }

        .jokerTabbed {
            display: none;
        }

        .footer {
            display: none;
        }

        .add {
            display: none;
        }

        .stores_mobile_landscape {
            display: none;
        }

        .stores_web {
            display: none;
        }

        .row {
            display: unset;
            align-items: unset;
        }

            .row:after, .row:before {
                content: unset !important;
            }

        .header_container {
            justify-content: space-around;
        }

        .portrait_mode {
            display: flex !important;
        }

        .mobileOuterLobbyAd {
            /*display: none;*/
            /*background-color: yellow;*/
            width: 320px;
            height: 100px;
        }

        .BanModal {
            display: none;
        }

        .overlay {
            display: none;
        }

        body::before {
            /*display: none;*/
            background-size: cover;
            width: 100%;
            transform: scale(1);
            background-position: bottom;
            bottom: 10%;
            filter: blur(7px);
        }

        .game_container > * {
            /*display: none;*/
        }

        .game_container:before {
            /*background-image: none;*/
            background-size: contain;
            background-position: top;
        }

        .game_container {
            /*display: flex;*/
            height: 60vh;
            margin-top: 6rem;
            max-height: none;
        }

        .games_list:after {
            width: 80%;
            top: 112%;
        }

        .games_list {
            font-size: 14px;
        }

        .game_name {
            position: absolute;
            bottom: 0;
        }

        .queue-container {
            height: 58vh;
            margin: 0;
            padding: 0;
            display: grid;
            row-gap: 2rem;
            column-gap: 1rem;
            grid-template-columns: 50% 50%;
            justify-content: center;
            margin-left: 1rem;
            margin-right: 1rem;
        }

        .jumbotron-content-wrapper {
            height: 100%;
        }

        .queue-container2:first-child {
            grid-row-start: 1 !important;
            grid-row-end: 3 !important;
            width: 100% !important;
            height: 100% !important;
        }

        .queue-container2:nth-child(2) {
            height: unset !important;
        }
        .queue-container2:nth-child(3) {
            height: unset !important;
        }
        .queue-container2:nth-child(4) {
            grid-column-start: 1 !important;
            grid-column-end: 3 !important;
            width: 100% !important;
            height: 100% !important;
        }

        .queue-container2:nth-child(5) {
            width: 120% !important;
            height: 100% !important;
        }

        .queue-container2:nth-child(6) { 
            height: 100% !important;
            width: 80% !important;
            margin-left: 4.5rem;
        }

        .tab-content {
            margin-top: 3rem;
        }

        body {
            font-size: 8px !important;
        }

        :root {
            font-size: 8px !important;
        }

        .navbar {
            height: 7rem;
            position: fixed;
            right: 0;
            left: 0;
            z-index: 1030;
        }

        .page-logo > img {
            width: 14rem;
            padding-top: 0;
            margin-top: 1rem;
        }

        .page-logo {
            margin: 0;
        }

        .user-avatar {
            width: 5rem;
            height: 5rem;
        }

        .logout-button {
            width: 4rem;
            height: 4rem;
        }

        .google_play > img {
            width: 10rem;
        }

        .app_store > img {
            width: 9rem;
        }

        .footer_container {
            justify-content: flex-start;
        }

        .fb_like {
            /*right: .4rem;*/
            margin: 0;
            padding: 0;
            position: unset !important;
            margin-top: 1rem;
        }

        .fb_like_mobile_portrait {
            display: block;
        }

        .fb_like_mobile_landscape {
            display: none;
        }

        .fb_like_web {
            display: none;
        }

        #jokerstars_joker_google_play {
            width: 21rem;
        }

        #jokerstars_joker_app_store {
            width: 19rem;
        }

        .stores_mobile_portrait {
            margin: 0;
            margin-top: 11rem;
            width: 100%;
            display: flex;
            justify-content: space-evenly;
            margin-bottom: 2rem;
        }
    }

@media only screen and (max-device-width: 812px) and (max-device-height: 700px) and (orientation: portrait) {
        .queue-container {
            height: 54vh;
        }

        .game_container {
            margin-top: 5rem;
        }

        .game_name {
            font-size: 1.5rem;
            bottom: -0rem;
        }

        .stores_mobile_portrait {
            margin-bottom: 1rem;
            margin-top: 5rem;
        }

        .tab-content {
            margin-top: 1rem;
        }
    }

    @media only screen and (max-height: 730px) {
        :root {
            font-size: 9px;
        }
    }

    @media only screen and (max-height: 650px) {
        :root {
            font-size: 8px;
        }
    }

    @media only screen and (max-height: 560px) {
        :root {
            font-size: 7px;
        }
    }

    @media only screen and (max-height: 500px) {
        :root {
            font-size: 6px;
        }
    }

    @media only screen and (max-height: 440px) {
        :root {
            font-size: 5px;
        }
    }

    @media only screen and (max-height: 360px) {
        :root {
            font-size: 4px;
        }
    }

    @media only screen and (max-height: 310px) {
        :root {
            font-size: 3px;
        }
    }
