.np-profilelogo {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    margin: 18px 10px 18px 10px;
    font-weight: bold;
    text-transform: uppercase !important;
}

.np-custom-navbar .np-topnav-menu .np-user-link {
    white-space: nowrap !important;
    padding: 0px 80px 0px 0px;
    margin-bottom: 10px;
    font-size: 17px;
    min-width: 32px !important;
    word-break: break-all;
    display: inline-block !important;
    line-height: 23px !important;
    text-align: left !important;
}

.np-custom-navbar {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0 0 0 12px;
    height: 70px;
    z-index: 100;
}

.np-down-icon {
    position: absolute;
    text-align: right;
    margin-right: 5px;
    right: 20px;
    bottom: 37px;
    font-size: 19px;
}

.np-down-icon::before {
    position: absolute;
    text-align: right;
    margin-top: 15px;
    margin-left: 10px;
}

.np-spacer {
    margin-top: 10px;
}

@media (max-width: 800px) {
    .np-custom-navbar .np-topnav-menu .np-user-link {
        padding: 0px 0px 0px 0px !important;
    }

    #firstName {
        display: none !important;
    }

    #lastName {
        display: none !important;
    }

    .np-unvan {
        display: none !important;
    }

    .np-down-icon {
        display: none !important;
    }
}

