.header {
  background-color: #fff;
}

.header .logo {
  display: flex;
  align-items: center;
}

.header .logo-img {
  width: 132px;
}

.header .role-label {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  background-color: #235BB5;
  padding: 4px 12px;
  border-radius: 4px;
  height: 28px;
  margin-left: 32px;
}

.header .role-label.mobile,
.nav-right-mobile {
  display: none;
}

.header a {
  color: #235BB5 !important;
}

.header .dropdown a {
  color: #111928 !important;
}

.header ul {
  gap: 24px
}

.header .nav-item {
  display: flex;
  align-items: center;
  ;
}

.header .nav-link {
  padding: 8px;
}

.header .nav-image {
  width: 24px !important;
  height: 24px !important;
}

.header .nav-avatar {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border:#235BB5 solid;
}

.header .nav-avatar-icon{
  width: 16px !important;
  height: 18px !important;
}

.header .dropdown img {
  width: 24px;
  height: 24px;
  margin: 0;
}

.header .dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
}

.header .dropdown-item:hover {
  border-radius: 8px;
}

.header .dropdown-item:active {
  background-color: #e9ecef;
}

.header .dropdown-menu {
  margin-top: 12px;
  border-radius: 16px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  padding: 16px 12px;
  border: none;
}

@media (max-width: 768px) {
  .header .role-label {
    font-size: 12px;
    padding: 1.5px 4px;
    height: 21px;
    margin-left: 10px;
  }

  .header .role-label.pc {
    display: none;
  }

  .header .role-label.mobile,
  .nav-right-mobile {
    display: block;
  }

  .header .nav-right {
    display: none;
  }
}
