.nav-padding{
    padding-right: 0px;
}

/* CHAT BADGE */

.chat-badge{
    display: none;
    padding: 3px 6px;
    border-radius: 50%;
    font-size: 12px;
    margin-top: 5px;
    margin-left: -15px;
}

/* NOTIFICATION BADGE */

.notify-badge{
    margin-left: -20px;
}

.text-red{
    color:red;
}

.password-wrapper{
    position: relative;
}

.toggle-password{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.present-input{
    min-width:50px;
}

.d-none{
    display:none !important;
}
