﻿/* HEADER */
.nav-oval-container {
    min-height: 500px;
    max-height: 500px;
    position: absolute;
    top: -410px;
    left: 0;
    right: 0;
    z-index: 20;
    overflow: hidden;
    display: none;
}

.nav-oval {
    width: 3000px;
    min-height: 500px;
    max-height: 500px;
    border-radius: 100%;
    position: absolute;
}

.nav-oval-shadow {
    background: linear-gradient(transparent 88%, rgba(125, 125, 125, 0.7));
    height: 500px;
    border-radius: 100%;
}

.nav-oval-logo {
    background: #fff;
    width: 500px;
    height: 400px;
    border-radius: 100%;
    position: absolute;
    left: calc(50% - 250px);
    top: 80px;
}

.nav-oval-logo .position-relative {
    height: 100%;
}

.header-logo {
    position: absolute;
    bottom: 20px;
    left: 100px;
    right: 100px;
    text-align: center;
}

.t-header-m {
    height: 50px;
    max-height: 50px;
}

.t-header-m #menuModalBtn {
    border: none;
    padding: 8px 10px 5px;
    background: none;
}

.t-header-m .header-logo {
    position: initial;
}

.t-header-m .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* HEADER */

/* MENU */
.menu-oval-container {
    min-height: 500px;
    max-height: 500px;
    position: absolute;
    top: -350px;
    left: 0;
    right: 0;
    z-index: 18;
    overflow: hidden;
    display: none;
}

.menu-oval {
    width: 2100px;
    min-height: 500px;
    max-height: 500px;
    border-radius: 100%;
    position: absolute;
}

.menu-oval-shadow {
    background: linear-gradient(to right, rgba(125, 125, 125, .2) 20%, transparent);
    height: 500px;
    border-radius: 100%;
}

.t-menu-d .navbar {
    position: absolute;
    top: 85px;
    left: calc(50% - 450px);
    width: 900px;
    z-index: 19;
}

.t-menu-d .dropdown:hover .dropdown-menu {
    display: block;
}

.t-menu-d .nav-item > a {
    display: block;
    padding: 15px 8px;
}

.t-menu-d .dropdown-menu {
    top: 98%;
    left: -50px;
    padding: .5rem;
}

.t-menu-d .dropdown-menu.x2 > div,
.t-menu-d .dropdown-menu.x3 > div,
.t-menu-d .dropdown-menu.x4 > div,
.t-menu-d .dropdown-menu.x5 > div {
    display: inline-block;
    vertical-align: top;
}

.t-menu-d .dropdown-menu.x2 {
    min-width: 20rem;
    left: -100px;
}

.t-menu-d .dropdown-menu.x2 > div {
    width: 50%;
}

.t-menu-d .dropdown-menu.x3 {
    min-width: 30rem;
    left: -200px;
}

.t-menu-d .dropdown-menu.x3 > div {
    width: 33.33%;
}

.t-menu-d .dropdown-menu.x4 {
    min-width: 40rem;
    left: -300px;
}

.t-menu-d .dropdown-menu.x4 > div {
    width: 25%;
}

.t-menu-d .dropdown-menu.x5 {
    min-width: 50rem;
    left: -350px;
}

.t-menu-d .dropdown-menu.x5 > div {
    width: 20%;
}

.t-menu-d .dropdown-menu a {
    display: block;
    padding: 8px 10px;
    text-align: center;
}

#closeMenuModalBtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    background: none;
    border: none;
}
/* MENU */

/* MENU MODAL */
#menuModal .modal-dialog {
    position: fixed;
    top: 0;
    margin: auto;
    width: 320px;
    height: 100%;
}

#menuModal .modal-content {
    border: none;
    border-radius: 0;
    height: 100%;
    overflow-y: auto;
}

.modal.fade.left .modal-dialog {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.modal.fade.show.left .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#menuModal form input {
    max-width: none;
    border-radius: 0 .25rem .25rem 0;
}

#menuModal form label.error {
    width: 100%;
    color: #ff0000;
}

#menuModal form .v-code-input {
    padding-right: calc(100px + .75rem);
}

#menuModal form .v-code {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 5;
    border-radius: 0 .25rem .25rem 0;
}

#menuModal form .v-code img {
    width: 100px;
    height: 36px;
    border-radius: 0 .25rem .25rem 0;
}

#menuModal form button,
#menuModal .menu-button button {
    width: 100%;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
}

#menuGameList .card {
    border-radius: 0;
    border: none;
}

#menuGameList .card-header button {
    background: #fff;
}

#menuGameList .card-header,
#menuGameList .card-header .btn-link,
#menuGameList .card-body,
#menuGameList .card-body ul {
    padding: 0;
    margin: 0;
}

#menuGameList .card-header button {
    width: 100%;
    padding: 10px;
}

#menuGameList .card-body li {
    padding: 8px;
    text-align: center;
    color: #fff;
    background: #4b4b4b;
    cursor: pointer;
}

#menuGameList .card-body a {
    color: #fff;
}

#menuGameList .card-header a {
    display: block;
    padding: 8px;
    color: initial;
}
/* MENU MODAL */

/* LANGUAGE */
.t-lang-d {
    position: absolute;
    top: 84%;
    right: calc(50% - 486px);
    text-align: right;
}

#languageList {
    padding: 0;
    margin: 0;
    list-style-type: none;
    min-width: 210px;
    max-width: 210px;
}

#languageList li {
    cursor: pointer;
    display: inline-block;
    margin: 3px;
}

#languageList img {
    width: 25px;
}

.t-lang-m {
    position: absolute;
    top: 8px;
    left: 15px;
    z-index: 5;
}

.t-lang-m img{
    width: 29px;
}

#selectedLanguageM button {
    padding: 8px;
}

#languageListM {
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 150px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .5);
    box-shadow: 0 0 7px rgba(0, 0, 0, .5);
    display: none;
}

#languageListM li{
    list-style: none;
    padding: 0;
    margin: 5px 0;
    cursor: pointer;
}

#languageListM img{
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

#languageListM li span {
    margin-left: 8px;
}

#languageListM li:hover span {
    color: #000;
}
/* LANGUAGE */

/* LOGIN */
.header-login-float-div {
    position: absolute;
    left: 15%;
    top: 90px;
    z-index: 16;
}

.header-login-float-div .login-div {
    position: relative;
    max-width: 280px;
    min-height: 300px;
}

.header-login-float-div .login-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
}

.header-login-float-div .login-bg-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

/*.header-login-float-div .login-bg-shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .2) 30%, transparent);
}*/

.login-info-div {
    position: relative;
    z-index: 17;
    padding: 4rem 3rem 3rem 1.5rem;
}

.login-info-div input {
    border-radius: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff !important;
    border-color: #fff !important;
}

.login-info-div input:focus {
    box-shadow: none;
    background: rgba(0, 0, 0, .5);
}

.login-info-div ::-webkit-input-placeholder {
    color: #afafaf;
}

.login-info-div :-ms-input-placeholder {
    color: #afafaf;
}

.login-info-div ::placeholder {
    color: #afafaf;
}

.login-info-div .v-code-input {
    padding-right: calc(50% + 8px);
}

.login-info-div .v-code {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 50%;
    right: 1px;
    cursor: pointer;
}

.login-info-div .v-code img {
    width: 100%;
    height: 100%;
}

.login-info-div .forgot-password-btn {
    color: #fff;
    text-decoration: underline;
}

.login-info-div .forgot-password-btn:hover {
    color: #afafaf;
}

.login-info-div .login-btn {
    border-radius: 0;
    padding: 8px;
    width: 49%;
    background: #323232;
    color: #fff;
    border-color: #323232;
}

.login-info-div .login-btn:hover {
    background: #fff;
    color: #323232;
    border-color: #fff;
}

.login-info-div .register-btn {
    border-radius: 0;
    padding: 8px 25px;
    width: 49%;
    background: #c8c8c8;
    color: #282828;
    border-color: #c8c8c8;
    display: inline-block;
}

.login-info-div .register-btn:hover {
    background: #323232;
    color: #fff;
    border-color: #323232;
}

.header-login-float-div .after-login-panel {
    color: #fff;
    font-size: 16px;
}

.header-login-float-div .after-login-link {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    font-size: 12px;
}

.header-login-float-div .after-login-link li {
    width: 48%;
    display: inline-block;
    margin-bottom: 8px;
}

.header-login-float-div .after-login-link a {
    display: block;
    color: #fff;
    padding: 10px 0;
    background: linear-gradient(to right, #323232 50%, #191919);
}

.header-login-float-div .after-login-link a:hover {
    color: #c8c8c8;
    background: linear-gradient(to right, #4b4b4b 50%, #323232);
}

.header-login-div .before-login-div {
    position: absolute;
    z-index: 21;
    top: 15px;
    left: calc(50% - 500px);
}

.header-login-div .before-login-div a {
    text-decoration: underline;
    font-size: 16px;
    padding: 4px;
}

.header-login-div .after-login-div {
    position: absolute;
    z-index: 21;
    top: 15px;
    left: calc(50% - 483px);
}

.header-login-div .after-login-div p {
    margin-bottom: 10px;
}

.after-login-dropdown {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.after-login-dropdown span {
    display: inline-block;
    padding: 4px 16px;
}

.after-login-dropdown .logout-btn {
    margin-left: 15px;
    text-decoration: underline;
}

.after-login-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, .8);
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 150px;
    display: none;
}

.after-login-dropdown-menu a {
    display: block;
    padding: 8px 16px;
    color: #fff;
}

.after-login-dropdown-menu a:hover {
    background: #000;
}

#getMenuDesktopTotalBalance {
    padding: 0px 8px;
}
/* LOGIN */

@media (max-width: 1199px) {
    .menu-login-div {
        width: 200px;
    }

    #form_login_header {
        font-size: 12px;
    }

    .t-menu-d .navbar-nav .nav-item a {
        font-size: 12px;
        padding: 15px 7px;
    }

    .header-login-float-div .login-div {
        max-width: 250px;
        min-height: 280px;
        max-height: 280px;
    }

    .login-info-div .mb-3 {
        margin-bottom: .75rem !important;
    }

    .login-info-div input {
        height: 30px;
    }

    .login-info-div button {
        padding: 5px !important;
    }
}

@media (max-width: 991px) {
    .t-body {
        padding-top: 50px;
    }

    .t-header-m {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }
}

@media (max-width: 479px) {
    .t-header-m .container {
        padding: 0;
    }

    .t-header-m .logo {
        height: 35px;
    }
}