body {
    margin: 0px;
    font-family: 'Nexa Rust Sans', sans-serif;
    height: auto;
    background-color: #000000;
}


#menu {
    position: fixed;
    height: calc(100% - 32px);
    width: 90%;
    max-width: 400px;
    top: 0;
    right: 0;
    z-index: 6;
    background: #0C0C0C;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    margin: 16px 16px 16px 0;
    border: 2px solid #FFF;
}

#menu-close {
    display: flex;
    justify-content: flex-end;
    /* width: 100%; */
    margin: 20px 20px 0 0;
    opacity: 0;
}


#menu .menu-upper-container {
    display: flex;
    flex-direction: column;
}


#menu .menu-title {
    margin: 0 32px 24px 32px;
    color: #E2B10A;
    font-family: 'Dirty Headline', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 132%;
    text-transform: uppercase;
}


#google-sign-in-div {
    margin: 0 32px 24px 32px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0E0E0E;
    height: 48px;
    color: #E2B10A;
    text-align: center;
    font-family: 'Dirty Headline', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #E2B10A;
    text-transform: uppercase;
}


#menu .menu-sep-line {
    width: 312px;
    height: 1px;
    background: #292B2F;
    margin: 0 32px 24px 32px;
}


#menu .menu-item {
    color: #FFF;
    /* font-family: Helvetica Neue; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.44px;
    margin: 0 32px 24px 32px;
    cursor: pointer;
}

#menu .menu-info {
    margin: 0 32px 16px 32px;
    color: #818181;
    /* font-family: Helvetica Neue; */
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.7px;
} 


#menu .menu-bottom-container {
    display: flex;
    flex-direction: column;
}


#menu .menu-bottom-urls {
    display: flex;
    align-items: center;
    margin: 0 32px 16px 32px;
}


#menu .menu-bottom-urls a {
    color: #818181;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 11.52px; /* 15.6px */
    text-decoration-line: underline;
    margin: 0 12px;
}

#menu .menu-rights {
    color: #818181;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 11.52px; /* 15.6px */
    margin: 0 32px 16px 32px;
}


#menu .menu-copyright-notice {
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #818181;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 11.52px;
    margin: 0 32px 28px 32px;
    transition: height 0.5s ease-in-out;
}


#menu .menu-copyright-notice:hover {
    height: 100px !important;
    white-space: unset !important;
}


#menu .menu-copyright-notice.onclickshow {
    height: 100px !important;
    white-space: unset !important;
}


#menu .menu-copyright-notice.onclickhide {
    height: 40px !important;
    white-space: nowrap !important;
}


#menu-item-get-free-searches {
    display: none;
}


.google-sign-in .user-queries-stats {
    margin: 0 32px 24px 32px;
    height: 64px;
    color: #FFF;
    width: 200px;
    display: none;
    flex-direction: column;
}

.google-sign-in .user-queries-stats .search-quiries-left-num {
    display: none;
    font-size: 25px;
    font-family: 'Dirty Headline', sans-serif;
}

.google-sign-in .user-queries-stats .fa-user-alt {
    font-size: 25px;
    margin-bottom: 5px;
}

.google-sign-in .user-queries-stats .fa-user-alt:hover {
    cursor: pointer;
}

.google-sign-in .user-queries-stats .search-quiries-left-phrase {
    display: none;
    font-size: 12px;
    padding-top: 8px;
}


.user-card {
    margin: 0 32px 24px 32px;
    display: none;
    flex-direction: column;
    background: #131417;
    padding: 16px 0 16px 16px;
    border-radius: 2px;
}

.user-card span {
    color: #818181;
    /* font-family: Helvetica Neue; */
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    margin: 0 0 4px 0;
}


.user-card #product-name {
    color: #E2B10A;
    font-family: 'Dirty Headline', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 117%;
    margin: 0 0 8px 0;
}


.user-card .user-card-sep {
    height: 1px;
    background: #292B2F;
    margin: 0 16px 8px 0;
}


.user-card .user-card-cancel-subscription-container {
    display: flex;
    align-items: center;
}


.user-card #subscription-settings {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 117%; /* 16.38px */
    text-decoration-line: underline;
    cursor: pointer;
}


.user-card .canceled-hint {
    color: #7f7f7f;
    font-size: 12px;
    opacity: 0;
    margin-left: 8px;
}


@media (max-width: 600px) {
    #menu-close {
        opacity: 1;
    }

    #menu-close svg {
        cursor: pointer;
    }
}


@media (max-height: 675px) {
    #menu .menu-title {
        margin-bottom: 16px;
        margin-right: 24px;
        margin-left: 24px;
    }

    #google-sign-in-div {
        margin-bottom: 16px;
        margin-right: 24px;
        margin-left: 24px;
    }
    
    .google-sign-in .user-queries-stats {
        margin-bottom: 16px;
        margin-right: 24px;
        margin-left: 24px;
    }

    #menu .menu-sep-line {
        margin-bottom: 16px;
        margin-right: 24px;
        margin-left: 24px;
    }

    .user-card {
        margin-bottom: 16px;
        margin-right: 24px;
        margin-left: 24px;
    }

    #menu .menu-item {
        margin-bottom: 16px;
        margin-right: 24px;
        margin-left: 24px;
    }

    #menu .menu-info {
        margin-bottom: 16px;
        margin-right: 24px;
        margin-left: 24px;
    }

    #menu .menu-bottom-urls {
        margin-bottom: 16px;
        margin-right: 24px;
        margin-left: 24px;
    }

    #menu .menu-rights {
        margin-bottom: 16px;
        margin-right: 24px;
        margin-left: 24px;
    }

    .small-height-optional {
        display: none;
    }

}


@media (max-height: 895px) {
    #menu .menu-copyright-notice {
        display: none;
    }
}