#general-header{
    /* background: #171a21; */
    background: #171d25;
    background-position: center top;
    /min-width: 874px;
    /max-width: 940px;

    margin: 0 auto;
    font-weight: normal;
    font-size: 14px;
    padding-right: 16px;
    padding-left: 16px;
}

#general-header .header-content{
    /* background: #171a21; */
    background: #171d25;
    position: relative;
    max-width: 940px;
    height: 104px;
    margin: 0 auto;
    z-index: 402;
    transition: right 0.25s;
    position: relative;
    right: 0;
}

#general-header .header-content .logo{
    float: left;
    padding-top: 30px;
    margin-right: 40px;
    width: 176px;
    height: 44px;
}

#general-header .header-nav-box{
    position: absolute;
    left: 200px;
}

#general-header .header-nav-box a.header-nav-item{
    display: block;
    position: relative;
    padding-top: 45px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    line-height: 16px;
    float: left;
    font-size: 16px;
    /* color: #b8b6b4; */
    color: #dcdedf; /* new */
    text-transform: uppercase;
    font-weight: 600;
}

.header-nav-item:hover{
    color: #ffffff !important;
    text-decoration: none !important;
}

.header-nav-item.super_active{
    &::after {
        content: "";
        display: block;
        width: 100%;
        height: 2.5px;
        background: #1a9fff;
        border-radius: 3px;
        animation: slide 0.1s;
        margin-top: 2px;
    }
}

.header-nav-item.super_active{
    color: #1a9fff !important;
}

.header-nav-item.super_active:hover{
    color: #1a9fff !important;
}

#general-header #header-actions-box{
    position: absolute;
    right: 0px;
    top: 6px;
    height: 21px;
    line-height: 21px;
    color: #b8b6b4;
    font-size: 11px;
    z-index: 401;

    font-weight: 500;
}

#header-actions-box #header-actions-menu{
    line-height: 24px;
    vertical-align: top;
    display: inline-block;
}

#header-actions-menu > *{
    vertical-align: top;
}

#header-actions-menu .header-install-btn{
    display: inline-block;
    position: relative;
    height: 21px;
    line-height: 24px;
    margin-right: 3px;
}

.header-install-btn .header-install-btn-content{
    display: inline-block;
    padding-left: 35px;
    padding-right: 9px;
    background-position: 10px 5px;
    background-image: url('/img/btn_header_install_download.png');
    background-repeat: no-repeat;
    text-decoration: none;
    color: #e5e4dc;
    font-weight: normal;
    /* background-color: #616a72; */

    /* new */
    background-color: rgba(103, 112, 123, 0.2);
}

.header-install-btn.green .header-install-btn-content{
    background-color: #5c7e10 !important;
}

.header-install-btn .header-install-btn-content:hover{
    /* new */
    background-color: #3D4450;
    transition-property: background;
    transition-duration: 250ms;
    cursor: pointer;

    text-decoration: none;
    color: #ffffff;
}

#header-actions-menu #header-notification-box{
    display: inline-block;
}

.header-general-toggle-btn{
    display: inline-block;
    line-height: 24px;
    margin: 0 3px 0 8px;
    cursor: pointer;
    background-color: #262625;
    font-size: 12px; /* Custom */
    font-weight: bold; /* Custom */
    color: white; /* Custom */
}

.header-general-toggle-btn:hover{
    color: #ffffff;
    background-color: #575451;
    /*font-size: 12px;*/
}

.header-general-toggle-btn.has-notifications,
.header-general-toggle-btn.green{
    background-color: #5c7e10;
}

.header-general-toggle-btn.green:hover,
.header-general-toggle-btn.has-notifications:hover{
    background-color: #7ea64b;
}

.header-notification-btn{
    padding: 0 8px;
}

.header-notification-btn .header-notification-btn-envelope{
    margin-left: 4px;
}

.header-notification-btn-envelope img{
    margin-top: 8px; /* Custom */
}

.header-account-pull-down,
.header-language-pull-down{
    display: inline-block;
    padding-left: 4px;
    line-height: 25px;
    margin-right: 5px;
}

.general-action-link{
    color: #b8b6b4;
    padding: 0 4px;
}

.general-action-link:hover{
    text-decoration: none;
    color: #ffffff;
}

.general-pull-down{
    padding-left: 5px;
    padding-right: 18px;
    background-image: url('/img/btn_arrow_down_padded_gray.png');
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#header-wallet-box{
    text-align: right;
    padding-right: 15px;
    line-height: normal;
}

#header-actions-box .header-user-avatar{
    display: inline-block;
    margin-left: 3px;
}


/* mobile */

.global-header-mobile {
    /* display: none; */
    background: #171a21;
    position: fixed;
    /* position: sticky; */
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 20;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.75);
    overflow: hidden;
    padding: 13px 8px;
}

.global-header-mobile-index-menu{
    position: absolute;
    top: 13px;
    cursor: pointer;
    width: 36px;
    height: 31px;

    left: 8px;
}

.global-header-mobile-index-menu img{
    -webkit-user-drag: none;
    border: none;
}

/* header and content spacer */

.global-header-mobile-spacer{
    height: 0;
    width: 100%;
}

@media screen and (max-width: 910px) {
    .global-header-mobile-spacer {
        height: 62px;
        width: 100%;
    }
}