.header-right {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}

.search-box-desktop {
  width: 50%;
  height: 41px !important;
}

.search-box-desktop .search-box-desktop-child {
  height: inherit !important;
  padding: 20px !important;
  width: 400px !important;
  background-color: #eee;
  border-radius: 5px;
}

.search-box-desktop .search-box-desktop-child form input {
  background-color: #eee;
}

.logo-fanpage {
  margin-top: 31px !important;
}

.header-fanpage {
  border-top: 0.25px solid #000;
}

.header-fanpage .dropdown-menu-right {
  top: -1px !important;
}

.dropdown-menu-right a {
  color: #fff;
  line-height: 25px;
}

.dropdown-menu-right a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}

.dropdown-menu-right .btn-redirect-mypage {
  margin-top: 30px;
}

.dropdown-menu-right .btn-redirect-mypage a {
  display: block;
  font-weight: bold;
  width: 200px;
  margin: auto;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
}

.wrapper {
  line-height: 1;
  font-size: 62.5%;
}

.btn-footer-redirect {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}

.btn-footer-redirect a {
  margin-right: 20px;
}

.btn-footer-redirect a:last-child {
  margin-right: 0 !important;
}

.dropdown-menu-right.mobile-view {
  background-color: #fff;
}

.dropdown-menu-right.mobile-view h6 {
  color: #000;
}

.dropdown-menu-right.mobile-view p {
  color: #000;
  line-height: 25px;
}

.dropdown-menu-right.mobile-view p:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.6;
  cursor: pointer;
}

.header-fanpage .mobile-drop-menu.show {
  top: 54px !important;
  overflow: hidden;
  height: max-content;
}
.header-fanpage .dropdown-menu-right.show {
  top: -1px !important;
}

@media screen and (max-width: 767px) {
  .header-fanpage {
    height: 58px !important;
  }

  .header-fanpage .mobile-drop-menu {
    width: 100vw;
    top: 54px !important;
    height: max-content;
    border: 1px solid rgba(107, 103, 103, 0.2);
  }

  .header-fanpage .mobile-drop-menu.show {
    padding-left: 38px !important;
    top: 54px !important;
    height: max-content;
    border: 1px solid rgba(107, 103, 103, 0.2);
  }
}
.mobile-search-box {
  margin-top: 50px !important;
  height: 41px !important;
}
.mobile-search-box .mobile-search-box-content {
  height: inherit !important;
  padding: 20px !important;
  width: 90% !important;
  background-color: #eee;
  border-radius: 5px;
}
.mobile-search-box .mobile-search-box-content form input {
  background-color: #eee;
}
