#dialog-header-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    visibility: hidden;
}

#dialog-header-menu::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.2, 0, 0.2, 1);
}

.menu-inner {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 80%;
    max-width: 90%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.2, 0, 0.2, 1);
    overflow-y: auto;
    z-index: 2;
    background: url('/wp-content/files/menu-inner-bg.webp') no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.dialog-login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(2.667vw,11.467px);
    margin-bottom: 1.5em;
}

button.login-entrance-btn,button.register-entrance-btn {
    width: min(26.667vw,114.667px);
    height: min(7.733vw,33.253px);
    border-radius: min(1.333vw,5.733px);
    text-align: center;
    font-size: min(3.2vw,13.76px);
    font-weight: 700;
    box-shadow: 0 0 min(.8vw,3.44px) 0 rgba(0,178,255,.51) inset,0 min(.267vw,1.147px) min(1.067vw,4.587px) 0 rgba(0,0,0,.2);
}

button.login-entrance-btn {
    color: #26aefe;
    background: linear-gradient(180deg,#fff,#e0f8ff);
}

button.register-entrance-btn {
    color: #ffffff;
    background: linear-gradient(180deg,#88e3fd -10.34%,#1358fd 108.62%);
}

.menu-content ul {
    padding: 0 .5em;
}


#dialog-header-menu.show {
    visibility: visible;
}

#dialog-header-menu.show::before {
    opacity: 1;
}

#dialog-header-menu.show .menu-inner {
    transform: translateX(0);
}

.menu-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    z-index: 3;
}

.menu-content h3 {
    color: #26aefe;
    border-left: 3px solid #26aefe;
    padding: 0 0 0 .2em;
    font-weight: 700;
}

.menu-content a {
    display: block;
    font-size: .8em;
    color: #5a5a5a;
    text-decoration: none;
    font-weight: 600;
}

.menu-guide-list a,.menu-information-list a,.menu-contact-list a {
    position: relative;
    display: block;
    padding: 0 2em;
}

.menu-guide-list a::after,.menu-information-list a::after,.menu-contact-list a::after {
    content: "";
    display: block;
    height: .6em;
    width: .5em;
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAASCAYAAACAa1QyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFBSURBVHgBjZM9boNAEIV3NylS+giu+ZE4gulcmg5owhV8guAb5AZJJP46cwNMly5IQM8RcENBAXkrgbMgQBlpmOXBt7u8HShB2Lb9huIis67rjCiKKrIRbKjuUDVKaWKa5v4/0GUUAO0ZYz+WZZ3WoCd+yfP8pqoqxfAw6C+ATUmS7mVZfi9CI6goyh0vHx/bYOwoyzIpiiIVITqfBaZoKAlyN2p937+HYXhehXhwI7AKB/eCnDVNo8dxXC9CayBWrJD6KsTDcZxd27YfGIpOZmwLquuaz76b65vbg5NXpCbIFTpGpxtAwg9akFMYcVo0AsABBlzJ1PIvWO6M95NvQuu8Do49AGznIgITiHc6tvMpPsQKZ3S8S2ZBR4D8dTpv2hppeJ53IwvxPFRX0PgBGr7vZ2Ql5r9Gyi0NgmAV4PELmtWCiMh7p00AAAAASUVORK5CYII=') no-repeat;
    background-size: 100% 100%;
}

.menu-guide-list a::before,.menu-information-list a::before,.menu-contact-list a::before {
    content: "";
    display: block;
    height: 1.3em;
    width: 2em;
    position: absolute;
    left: 0;
    top: 0;
    
}


a.menu-register::before {
    background: url("/wp-content/icons/icon-register.svg") no-repeat;
    background-size: 100% 100%;
}

a.menu-login::before {
    background: url("/wp-content/icons/icon-login.svg") no-repeat;
    background-size: 100% 100%;
}

a.menu-withdra-money::before {
    background: url("/wp-content/icons/icon-withdra-money.svg") no-repeat;
    background-size: 100% 100%;
}

a.menu-top-up::before {
    background: url("/wp-content/icons/icon-top-up.svg") no-repeat;
    background-size: 100% 100%;
}

a.menu-download::before {
    background: url("/wp-content/icons/icon-download.svg") no-repeat;
    background-size: 100% 100%;
}

a.menu-promotion::before {
    background: url("/wp-content/icons/icon-promotion.svg") no-repeat;
    background-size: 100% 100%;
}

a.menu-about-us::before {
    background: url("/wp-content/icons/icon-about-us.svg") no-repeat;
    background-size: 100% 100%;
}

a.menu-privacy-policy::before {
    background: url("/wp-content/icons/icon-privacy-policy.svg") no-repeat;
    background-size: 100% 100%;
}

a.menu-question::before {
    background: url("/wp-content/icons/icon-question.svg") no-repeat;
    background-size: 100% 100%;
}

a.menu-player-responsibility::before {
    background: url("/wp-content/icons/icon-player-responsibility.svg") no-repeat;
    background-size: 100% 100%;
}

a.menu-terms-conditions::before {
    background: url("/wp-content/icons/icon-terms-conditions.svg") no-repeat;
    background-size: 100% 100%;
}

a.menu-payment-channels::before {
    background: url("/wp-content/icons/icon-payment-channels.svg") no-repeat;
    background-size: 100% 100%;
}
























@media (min-width: 1024px) {
    a.menu,
    #dialog-header-menu {
        display: none !important;
    }
}