﻿.new-LoginFirst {
    padding: 7px 15px;
    font-size: 18px;
    border-radius: 50%;
    margin-top: 0px;
    margin-bottom: -17px;
}
@media (max-width: 600px) {
    .nj-userprofile-list {
        padding: 10px;
        list-style-type: none;
        margin: -4px 0;
        border-radius: 4px;
    }
        
        .userprofile-item {
        color: #1267c1;
        font-size: 14px;
        text-transform: capitalize;
        line-height: 24px;
        width: 100%;
        position: relative;
    }
    .userprofile-item a {
        padding: 10px 30px 10px 24px;
        color: #1267c1;
        font-size: 14px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 24px;
        width: 100%;
        position: relative;
    }
        .userprofile-item a svg {
            height: 18px;
            width: 18px;
        }
        .dropdown-arrow:after {
        position: absolute;
        content: "";
        top: -10px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }
    .new-divnologin {
        padding: 10px;
        width: 60px;
        height: 60px;
        margin-top: -20px;
        border-radius: 50%;
    }
    .new-navbrand {
        width: 70%;
        margin-left: 5px;
        margin-right: 0px;
    }
    #newDesignLoginFirst1, #newDesignLoginFirst2 {
        padding: 7px 16px !important;
        font-size: 18px !important;
        border-radius: 50% !important;
        margin-top: 2px !important;
        margin-bottom: -10px !important;
    }
    .newUserTopMenu {
        top: 60px;
        width: 99.5%;
        max-width:450px;

    }
    .newSubTitle1 {
        background-color: lightgray;
        padding: 10px 0px 0px 10px;
        display:flex;
        flex-flow: row;
        align-items:center;
    }
    div.new-LoginFirst {
        margin-top: -9px;
    }
    
}
.nj-userprofile-list > li {
    font-family: Poppins;
    border-bottom: 1px solid darkgray;
}
.nj-userprofile-list > li:last-child {
    border-bottom: none;
}
    .nj-userprofile-list > li:hover {
        background-color: #ebebeb;
        border-left: 2px solid #493276;
        transition: 0.1s ease;
    }
.newSubTitle1 {
    background-color: lightgray;
    padding: 7px 0px 7px 10px;
    display: flex;
    flex-flow: row;
    align-items: center;
}
.newSubTitle1 > p {
    margin:0;
}
    .newUserTopMenu {
    top: 60px;
    width: 99.5%;
    max-width: 430px;
}

#hideheadloader {
    margin-left: -23px;
    margin-top: 7px;
}