.petStyle .menu-item-1 {
  background-color: #F58A3D; }

.petStyle .menu-item-2 {
  background-color: #F58A3D; }

.petStyle .banner input[type=search] {
  background-color: #F58A3D; }

.petStyle .quote {
  color: #F58A3D;
  font-weight: 800; }

.animalStyle .menu-item-1 {
  background-color: #1D7C4B; }

.animalStyle .menu-item-2 {
  background-color: #1D7C4B; }

.animalStyle .banner input[type=search] {
  background-color: #1D7C4B; }

.animalStyle .quote {
  color: #1D7C4B;
  font-weight: 800; }

.fisheryStyle .menu-item-1 {
  background-color: #1d81bf; }

.fisheryStyle .menu-item-2 {
  background-color: #1d81bf; }

.fisheryStyle .banner input[type=search] {
  background-color: #1d81bf; }

.fisheryStyle .quote {
  color: #1d81bf;
  font-weight: 800; }

.petStyle .navbar {
  background: #d46c23;
  background: linear-gradient(90deg, #d46c23 0%, #e98e39 100%); }

.petStyle #drawer-menu-expand .ant-drawer-content {
  background: #d46c23;
  background: linear-gradient(90deg, #d46c23 5%, rgba(171, 121, 13, 0.896796) 100%);
  color: #fff !important; }

.animalStyle .navbar {
  background: #196e3f;
  background: linear-gradient(90deg, #196e3f 0%, #207443 100%); }

.animalStyle #drawer-menu-expand .ant-drawer-content {
  background-image: linear-gradient(to right, #196F42, #16631b);
  color: #fff !important; }

.fisheryStyle .navbar {
  background-color: #1D7FB6 !important; }

.fisheryStyle .ant-drawer-content {
  background: #186c37 !important;
  background: linear-gradient(90deg, #186c37 5%, #365427 53%) !important;
  color: #fff !important; }

.lang-info-mobile {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  width: 100%;
  justify-items: center;
  align-items: center; }
  .lang-info-mobile .active-lang {
    width: 40px;
    height: 40px;
    background-color: green;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.9; }

.info-card-lang-split {
  padding: 10px 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  .info-card-lang-split .lang-info {
    display: flex;
    align-items: center;
    flex-direction: row-reverse !important; }
    .info-card-lang-split .lang-info img {
      width: 30px;
      height: 30px;
      cursor: pointer;
      margin-right: 5px; }
  .info-card-lang-split .active-lang {
    background-image: url("/bg-lang.png");
    width: 50px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8; }

@charset "UTF-8";
.lang-container {
  position: relative;
  display: inline-block;
  z-index: 10002; }

/* Trigger */
.lang-trigger {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #196e3f;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  margin-right: 5px; }

.lang-trigger img {
  width: 26px;
  height: 26px;
  border-radius: 50%; }

/* Khi mở thì thành pill */
.lang-trigger.active {
  width: auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: white;
  border: 2px solid black;
  gap: 8px;
  justify-content: flex-start; }

.lang-name {
  font-size: 16px;
  font-weight: 500; }

.arrow {
  font-size: 12px; }

/* Dropdown */
.lang-dropdown {
  position: absolute;
  top: 100%;
  margin-top: 6px;
  right: 10px;
  width: 180px;
  background: white;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  z-index: 10003; }

.lang-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  cursor: pointer;
  transition: 0.2s; }

.lang-item img {
  width: 24px;
  height: 24px;
  border-radius: 50%; }

.lang-item:hover {
  background: #f5f5f5; }

.lang-item.active {
  background: #dce9e2;
  font-weight: 600; }

.info-card {
  padding: 10px 5px 5px 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 50px;
  display: flex;
  justify-content: center; }
  .info-card .social-info {
    display: flex;
    flex-direction: column;
    direction: rtl; }
    .info-card .social-info .social-ic-parent {
      width: 30px;
      height: 30px;
      cursor: pointer;
      margin-bottom: 10px; }
    .info-card .social-info .social-ic {
      margin-bottom: 10px;
      width: 27px;
      height: 27px;
      cursor: pointer;
      border-radius: 50%; }

