#header_user a.nav-link {
    color: #5d5d5d;
    text-decoration: none;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 4px;
    margin-top: 19px !important;
    border: 2px solid;
    height: 35px;
    line-height: 32px;
    margin-top: 8px;
    margin-left: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.3s;
}

.customermob {
  padding-left: 2px;
}

@media (max-width: 768px) {
  #header_user a.nav-link {
    margin-left: 0px !important;
  }
}
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #dc354594 !important;
}
#header_user .dropdown-toggle::after {
  display: none;
}
#header_user i.fa-user-alt {
  font-size: 24px;
  margin-left: 12px;
  color: #C00036;
}
#header_user .card-body i.fa-user-alt,
#header_user .card-body i.fa-sign-out-alt {
  font-size: 18px;
  margin-left: 8px;
}
#header_user .card-body .btn-dark {
  color: #fff;
}
#header_user .btn-user-dark:hover {
  background-color: #999;
  border-color: #999;
}
.deflink-logout {
  color: #c00036 !important;
  font-weight: 600;
}
.deflink-logout {
  color: #c00036 !important;
  font-weight: 600;
}
.deflink, .deflink:hover {
  color: var(--bs-primary);
}
#header_user .deflink-account i.fa-user-secret {
  position: absolute;
  color: var(--bs-gray-400);
  font-size: 40px;
  right: 20px;
  top: 10px;
}

#header_user .dropdown-menu {
	width: 14rem;
}

#header_user .dropdown-menu.droplg {
	width: 16rem;
}

#header_user .btn-user-dark {
  display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #5d5d5d;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
}

@media (max-width:991.98px) {
	#header_user a.nav-link span {
		display:none;
	}
}

@media (max-width:576px) {
	#header_user .dropdown-menu, #header_user .dropdown-menu.droplg {
		width: 98%;
		margin-left: -1% !important;
		margin-top: 10px !important;
	}
  #header_user .customermob {
    display: none;
  }
}