﻿#hype-login-tool p {
    width: auto;
    margin-left: 1rem;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Metropolis", sans-serif;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 2rem;
    transition: all .3s;
    white-space: normal;
    line-height: 1.5rem;
}

#hype-login-tool .active {
    color: #00FF7A;
}

#hype-login-tool article {
    border-top: 1px solid #181f22;
    border-bottom: 1px solid #181f22;
}

    #hype-login-tool article li {
        font-family: "Metropolis", sans-serif;
        font-weight: 300;
        color: #adadad;
        font-size: 1rem;
        list-style-type: none;
        display: block;
        padding-top: .5rem;
        padding-bottom: .5rem;
        background: none;
    }

#hype-login-tool .user-menu {
    padding-left: 1rem;
}

#hype-login-tool a.wrapper {
    /*height: 100%;*/
    cursor: pointer;
    z-index: 1;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    grid-gap: 0.5rem;
}


#hype-login-tool:hover p.active {
    max-width: 160px;
}

#hype-login-tool a.wrapper p {
    line-height: initial;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display:none;
}

@media (min-width: 1025px) {
    #hype-login-tool a.wrapper p {
        display: inline;
        width: 100px;
    }
}

#hype-login-tool a.wrapper p.active {
    color: #00FF7A;
}

#hype-login-tool a.wrapper:hover p {
    color: #00FF7A;
}

    #hype-login-tool a.wrapper button {
        /*position: absolute;*/
        width: 80px;
        height: 80px;
        top: 50%;
        left: -40px;
        /*transform: translateY(-50%);*/
        background: url("/assets/images/icons/login-ico.gif") 0px 50% / 10% no-repeat;
        background-repeat: no-repeat;
        background-size: 1000%;
        background-position-x: 0;
        background-position-y: center;
        vertical-align: middle;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        animation: sleep-dear-button;
        animation-duration: 30s;
        animation-timing-function: step-end;
    }



#hype-login-tool a.wrapper button.logged {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    animation-duration: 60s;
}



#hype-login-tool div.user-menu {
    position: fixed;
    min-width: 260px;
    max-width: 280px;
    top: 0;
    padding: 0;
    margin-right: -50px;
    background: rgba(1, 32, 38, 0.8);
    border: solid 2px #00FF7A;
    opacity: 0;
    box-sizing: border-box;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.47, -0.03, 0.16, 1.33);
    transition-timing-function: cubic-bezier(0.47, -0.03, 0.16, 1.33);
    visibility: hidden;
    backdrop-filter: blur(20px) contrast(100%);
    -webkit-backdrop-filter: blur(20px) contrast(100%);
}

    #hype-login-tool div.user-menu ul {
        display: flex;
        flex-wrap: wrap;
        margin: 5% 9%;
    }

        #hype-login-tool div.user-menu ul li {
            display: flex;            
            padding: 0 15%;
            width: 100%;
            transition: all .1s linear;
            border: solid 2px #192327;
            box-sizing: border-box;
            cursor: pointer;
            position:relative;
        }

            #hype-login-tool div.user-menu ul li.user-menu__security{
                width:100%;
            }

            #hype-login-tool div.user-menu ul li:hover {
                border: solid 2px #00FF7A;
            }

            #hype-login-tool div.user-menu ul li a {
                display: flex;
                align-items: center;
                color: #678a7d;
                line-height: 1rem;
                width: 100%;
            }

            #hype-login-tool div.user-menu ul li:hover a {
                color: #00FF7A;
            }

            #hype-login-tool div.user-menu ul li span {               
                width: 30px;
                height: 30px;
                background-image: url(/assets/images/icons/account-icons.png);
                background-size: 400%;
                background-repeat: no-repeat;
                margin-right: 5%;
                background-position-y: center;
            }            

            #hype-login-tool div.user-menu ul li.user-menu__security span {
                background-image: url(/assets/images/icons/key.png);
                background-size: 25px;
                background-position: center;
                width: 38px;
                
            }

            #hype-login-tool div.user-menu ul li:hover span, #hype-login-tool div.user-menu ul li:hover div {
                filter: grayscale(0);
                color: #00FF7A;
            }

#hype-login-tool div.user-menu ul li.user-menu__inventory span {
    background-position-x: 0%;
}

#hype-login-tool div.user-menu ul li.user-menu__orders span {
    background-position-x: 66%;
}

#hype-login-tool div.user-menu ul li.user-menu__mydata span {
    background-position-x: 33%;
}

#hype-login-tool div.user-menu ul li.user-menu__logout span {
    background-position-x: 100%;
}

            #hype-login-tool div.user-menu ul li div {
                margin: 0;
                line-height: 100%;
                text-transform: uppercase;
                font-family: "Metropolis", sans-serif;
                color: #fff;               
            }
            #hype-login-tool div.user-menu ul li.user-menu__logout {
                width: 120px;
                border: 2px solid #618a7d;               
                position: absolute;
                bottom: -90px;
            }

            #hype-login-tool div.user-menu ul li.user-menu__logout span {
                filter: grayscale(0.7);
            }

            #hype-login-tool input.mobile-menu-rise {
                display: none;
            }

#hype-login-tool label.mobile-menu-rise {
    display: none;
    position: absolute;
    width: 80px;
    height: 60px;
    cursor: pointer;
}

@media (min-width: 1200px) {
    #hype-login-tool div.user-menu{
        margin-right: 16px;
    }

        #hype-login-tool div.user-menu ul {
            padding: 5%;
            margin: 0;
        }
        
        #hype-login-tool div.user-menu ul li {
            display: flex;
            margin: 2%;
            padding: 2%;
            width: 46%;
        }

            #hype-login-tool div.user-menu ul li.user-menu__inventory {
            width: 96%;
            padding: 4% 8%;
            min-height: 100px;
        }

            #hype-login-tool div.user-menu ul li.user-menu__logout {
                position: absolute;
                right: 0;
                bottom: 0;
                border: none;
                width: auto;
                right: 2%;
            }
            
            #hype-login-tool div.user-menu ul li a {
                display: flex;
                align-items: center;
                color: #678a7d;
                line-height: 1rem;
            }

            #hype-login-tool div.user-menu ul li.user-menu__inventory a {
                font-size: 1.2rem;
                line-height: 1.2rem;
                height: 100%;
            }

            #hype-login-tool div.user-menu ul li div {
                margin: 0;
                flex: 3;
                line-height: 100%;
            }

            #hype-login-tool div.user-menu ul li div {
                font-family: 'Metropolis', sans-serif;
        font-weight: normal;
                color: #678a7d;
                text-transform: inherit;
            }           

            #hype-login-tool div.user-menu ul li span {
                width: 30px;
                height: 30px;
                background-image: url(/assets/images/icons/account-icons.png);
                background-size: 400%;
                background-repeat: no-repeat;
                margin-right: 10%;
                background-position-y: center;
                filter: grayscale(.7);
            }

            #hype-login-tool div.user-menu ul li.user-menu__inventory span {
                background-position-x: 0%;
                width: 70px;
                height: 70px;
                display: block;
                flex: 2;
            }

                #hype-login-tool a:hover ~ div.user-menu, 
                #hype-login-tool div.user-menu:hover {
                    padding: 80px 0 60px 0;
                    opacity: 1;
                    top: 3rem;
                    visibility: visible;
                }

    body.mx #hype-login-tool a:hover ~ div.user-menu,
    body.mx #hype-login-tool div.user-menu:hover {
        top: 1rem;
    }

    body.mx #main-header.scrolled #hype-login-tool a:hover ~ div.user-menu,
    body.mx #main-header.scrolled #hype-login-tool div.user-menu:hover {
        opacity: 0;
        visibility: hidden;
    }

    #main-header.scrolled #hype-login-tool a:hover ~ div.user-menu,
    #main-header.scrolled #hype-login-tool div.user-menu:hover {
        top: 1rem;
    }

}

@media (max-height: 750px) and (min-width: 1000px) {
    #hype-login-tool button {
        height: 60px;
        width: 60px;
    }
}

@media (max-width: 1200px) {
    #hype-login-tool div.user-menu {
        position: fixed;
        
        max-width: 100%;
        max-height: 0;
        
        top: 90px;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        
        box-sizing: border-box;
        border: 0;
        transform: scale(1);
        opacity: 1;
        overflow: auto;
    }
    .logout-header{
        justify-content:center;
    }

    #hype-login-tool div.user-menu ul {
        position: relative;
        justify-content: flex-end;
        border-top: 2px solid #618a7d;
    }

        #hype-login-tool div.user-menu ul li {
            border: solid 2px #618a7d;
        }

    #hype-login-tool div.user-menu ul li.user-menu__inventory,
    #hype-login-tool div.user-menu ul li.user-menu__orders,
    #hype-login-tool div.user-menu ul li.user-menu__mydata,
    #hype-login-tool div.user-menu ul li.user-menu__security {
        border-top: 0;
    }
      
        #hype-login-tool div.user-menu ul li:hover {
            border: solid 2px #00FF7A;
        }
        
        #hype-login-tool div.user-menu ul li span {
        min-width: 50px;
        min-height: 50px;
    }

    #hype-login-tool div.user-menu ul li div {
        font-size: 1rem;
    }        
 

    #hype-login-tool label.mobile-menu-rise {
        display: block;
    }

    #hype-login-tool a.wrapper button {
        right: 5px;
        left: inherit;
    }

        #hype-login-tool a.wrapper button.logged {
            pointer-events: none;
        }

    #hype-login-tool a:hover ~ div.user-menu,
    #hype-login-tool div.user-menu:hover {
        top: 90px;
    }

    .disable-redirect-mobile{
        pointer-events: none;
    }

}

#hype-login-tool .hexagon-outline {
    background: #00ff7a;
    transition: all 0.4s;
    width: 50px;
    height: 60px;
}

#hype-login-tool .hexagon {
    position: relative;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    margin-top: 2px;
    margin-left: 2px;
}

    #hype-login-tool .hexagon img {
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) scale(1.2);
    }




.notification-quantity {
    position: absolute;
    right: -40px;
    top: -10px;
    width: 35px;
    height: 35px;
    z-index: 999;
    border-radius: 50px;
    background-color: red;
    color: #000;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
    font-family: 'Metropolis', sans-serif;
    font-weight: 700;
}

.notification-quantity--menu {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 36px;
    height: 36px;
}

.notification-alert {
    background-color: #F4F4F4;
    position: absolute;
    bottom: -45%;
    border-radius: 10px;
    padding:18px 22px;
}

.notification-alert:before{
    content:'';
    position:absolute;
    background-color:#F4F4F4;
    transform:rotate(45deg) translateX(-50%);
    left:70%;
    top:0px;
    width:15px;
    height:15px;
}


#hype-login-tool .notification-alert__text {
    color: #000000;
    font-size: 14px;
    font-weight:400;
}

#hype-login-tool strong{
    color: #000000;
    font-size: 14px;
}

.notification-alert__actions{
    display:flex;
    align-items:center;
    justify-content:space-between;
}


.notification-alert__label {
    width: 25px;
    height: 25px;
    background-color: #06282F;
    border-radius: 5px;
    position: relative;
    cursor:pointer;
}

.notification-alert__label:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background-image: none;
    background-position: center;
    background-size: 17px;
    background-repeat:no-repeat;
}

.notification-alert__checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-alert__input{
    display:none;
}

.notification-alert__input:checked ~ .notification-alert__label:before {
    background-image: url(/assets/images/icons/white-check.png);
}

#hype-login-tool .notification-alert__text--small {
    color: #000000;
    font-size: 12px;
    line-height: 12px;
}

#hype-login-tool .notification-alert__button {
    width: auto;
    height: auto;
    align-items: center;
    padding: 10px 15px;
    background-color: #00FF7A;
    font-family: 'Metropolis', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #12292f;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    display: flex;
}


#hype-login-tool .hexagon, #hype-login-tool .hexagon-outline {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}


@media (max-width: 1200px) {
    #hype-login-tool .hexagon, #hype-login-tool .hexagon-outline {
        left: inherit;
        right: 0;
    }

    .notification-quantity--header {
        right: -25px;
        top: -5px;
    }

    #hype-login-tool a.wrapper button {
        width: 60px;
        height: 60px;
    }
}

@media(min-width:800px) and (max-width:1200px){
    .mobile-menu-user-title, #hype-login-tool div.user-menu ul.mobile-menu-user-list {
        max-width: 320px;
        margin: auto;
        justify-content: center;        
    }   
}


@media (min-width: 1000px) {

    #header-checker.merged ~ hype-login-tool:hover div.user-menu {
        top: -7px;
    }
}


header#main-header > hype-login-tool {
    display: flex;
    /*position: fixed;
    height: 60px;
    right: 12%;
    top: calc(5% - 0px);*/
    align-items: center;
    transition: 0.3s all;
    z-index: 92;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

header#main-header > hype-login-tool:hover a.wrapper button {
    filter: grayscale(0);
    background-position-x: 22.2%;
    animation: none;
}


@media (max-height: 750px) {
    header#main-header > hype-login-tool {
        height: 50px;
    }
}

@media(max-width:1200px){
    #hype-login-tool input.mobile-menu-rise:checked ~ .user-menu {
        max-height: 100%;
        visibility: visible;
    }
}
@media(max-width:1000px) {
    body:not(.mx) header#main-header #hype-login-tool input.mobile-menu-rise:checked ~ .user-menu {
        top: 7.5rem;
    }

    body:not(.mx) header#main-header.scrolled #hype-login-tool input.mobile-menu-rise:checked ~ .user-menu {
        top: 5.5rem;
    }
}

@media(min-width: 1000px) and (max-width:1200px) {
    body:not(.mx) header#main-header #hype-login-tool input.mobile-menu-rise:checked ~ .user-menu {
        top: 130px;
    }

    body:not(.mx) header#main-header.scrolled #hype-login-tool input.mobile-menu-rise:checked ~ .user-menu {
        top: 105px;
    }
}

