a.nav-lien.active {
    color: #C9357F !important;
    background: #C9357F2b !important;
}


.text-muted{
    display: none!important;
}


.user-list-item:hover {
    background-color: #C9357F!important;
    cursor: pointer;
}
.new-message-count {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 12px;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
  }

  .login-wrapper .login-content .form-login .btn-login{
    background:#C9357F!important;
    border-color:#C9357F!important;
  }


  .header .header-left .logo img {
    width: 100px!important;
}

