@media (min-width: 992px) {
  :host,
  :root {
    margin-left: 0;
  }
}

body {
  background: #fff4ec;
}
@media (max-width: 768px) {
  .mobile_border-rounded--12 {
    border-radius: 12px;
  }
}

.navbar-logo {
  height: 38px;
  width: auto;
  /* giữ tỷ lệ */
}

/* Brand color states for user menu */
.navbar .dropdown-menu .dropdown-item {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.navbar .dropdown-menu .dropdown-item i {
  color: currentColor;
  transition: color 0.2s ease;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu .dropdown-item.active {
  color: #f79520;
  background-color: rgba(247, 149, 32, 0.12);
}
