#header .stuck .header-main {
  background: #040382;
}
#header .header-bg-color {
  background: transparent;
}
#header .header-main {
  height: 76px;
}
#header #masthead .header-nav-main .menu-item {
  margin: 0 20px;
}
#header #masthead .header-nav-main .menu-item .nav-top-link {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  line-height: 1.6;
  padding: 0;
}
#header #masthead .header-nav-main .menu-item .nav-top-link:hover {
  color: var(--Mau_2);
}
#header #masthead .header-nav-main .menu-item.current-menu-item .nav-top-link {
  color: var(--Mau_2);
}
#header #masthead .html_topbar_right .header-button .button {
  background: linear-gradient(109deg, #07F7FE -19.89%, #0A65F4 67.9%);
  box-shadow: 2px 4px 4px 0px rgba(0, 47, 143, 0.6);
  border: unset;
  padding: 12px 24px;
  line-height: 1;
}
#header #masthead .html_topbar_right .header-button .button span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
#header #masthead .html_topbar_right .header-button:hover .button {
  background: linear-gradient(109deg, #02c4ca -19.89%, #034dc5 67.9%);
  box-shadow: 2px 4px 4px 0px rgba(0, 47, 143, 0.6);
}
#header #masthead ._4mwn {
  display: flex;
  align-items: center;
  gap: 10px;
}
#header #masthead ._4mwn li {
  list-style: none;
  margin: 0;
}
#header #masthead ._4mwn li a {
  display: block;
  padding: 0;
  line-height: 1;
}
#header #masthead ._4mwn li a #flag-ja {
  border: 1px solid #dadada;
}
#header.header-dark #masthead {
  background: #040382;
}

.page-id-974 #header {
  background: rgb(18, 23, 96);
}

.page-id-36 #masthead,
.page-id-37 #masthead,
.category-news #masthead,
.category-detail #masthead,
.ideabank-detail #masthead,
.header-bg-color #masthead {
  background: #040382;
}

/* Off-canvas Mobile Menu (Slide from Left to Right) */
#main-menu.mobile-sidebar-panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 285px;
  max-width: 85%;
  height: 100vh;
  background: #ffffff;
  z-index: 99999;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#main-menu.mobile-sidebar-panel.active {
  transform: translateX(0);
}
#main-menu.mobile-sidebar-panel .sidebar-header {
  background: #040382;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  flex-shrink: 0;
}
#main-menu.mobile-sidebar-panel .sidebar-header .nav-toggle-btn {
  color: #07F7FE;
  font-size: 22px;
  cursor: pointer;
}
#main-menu.mobile-sidebar-panel .sidebar-header .logo-sidebar {
  display: flex;
  align-items: center;
}
#main-menu.mobile-sidebar-panel .sidebar-header .logo-sidebar img {
  max-height: 38px;
  display: block;
}
#main-menu.mobile-sidebar-panel .sidebar-header .close-icon-box {
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}
#main-menu.mobile-sidebar-panel .sidebar-header .close-icon-box:hover {
  color: #07F7FE;
}
#main-menu.mobile-sidebar-panel .sidebar-menu-body {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  background: #ffffff;
}
#main-menu.mobile-sidebar-panel .sidebar-menu-body .nav-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-menu.mobile-sidebar-panel .sidebar-menu-body .nav-sidebar-list .menu-item {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
}
#main-menu.mobile-sidebar-panel .sidebar-menu-body .nav-sidebar-list .menu-item .menu-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
#main-menu.mobile-sidebar-panel .sidebar-menu-body .nav-sidebar-list .menu-item .menu-item-row .menu-link {
  display: flex;
  align-items: center;
  padding: 0;
  color: #110646;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  flex: 1;
  letter-spacing: 0.3px;
  height: 32px;
}
#main-menu.mobile-sidebar-panel .sidebar-menu-body .nav-sidebar-list .menu-item .menu-item-row .menu-link:hover {
  color: #0A65F4;
}
#main-menu.mobile-sidebar-panel .sidebar-menu-body .nav-sidebar-list .menu-item .menu-item-row .sub-toggle {
  padding: 10px;
  color: #666666;
  cursor: pointer;
  transition: transform 0.2s ease;
}
#main-menu.mobile-sidebar-panel .sidebar-menu-body .nav-sidebar-list .menu-item .menu-item-row .sub-toggle.active {
  transform: rotate(180deg);
  color: #0A65F4;
}
#main-menu.mobile-sidebar-panel .sidebar-menu-body .nav-sidebar-list .menu-item .sub-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #f8f9fa;
}
#main-menu.mobile-sidebar-panel .sidebar-menu-body .nav-sidebar-list .menu-item .sub-menu-list .menu-item {
  border-bottom: 1px solid #e9ecef;
}
#main-menu.mobile-sidebar-panel .sidebar-menu-body .nav-sidebar-list .menu-item .sub-menu-list .menu-item .menu-item-row {
  padding-left: 28px;
}
#main-menu.mobile-sidebar-panel .sidebar-menu-body .nav-sidebar-list .menu-item .sub-menu-list .menu-item .menu-item-row .menu-link {
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  color: #333333;
  padding: 10px 0;
}
#main-menu.mobile-sidebar-panel .sidebar-menu-body .nav-sidebar-list .menu-item .sub-menu-list .menu-item .menu-item-row .menu-link:hover {
  color: #0A65F4;
}

/* Dark Backdrop Overlay */
.overlay_skyteam {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.overlay_skyteam.active {
  opacity: 1;
  visibility: visible;
}

.logged-in {
  position: relative;
}
.logged-in .user-dropdown-container {
  position: relative;
}
.logged-in .user-dropdown-container .btn-user-dropdown {
  padding-inline: 12px;
  border-radius: 12px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(109deg, #07f7fe -19.89%, #0a65f4 67.9%);
  box-shadow: 2px 4px 4px 0px rgba(0, 47, 143, 0.6);
  height: 40px;
}
.logged-in .user-dropdown-container .btn-user-dropdown .avatar .image-avatar {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.logged-in .user-dropdown-container .btn-user-dropdown .full-name {
  color: #fff;
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 500;
  max-width: 85px;
  font-size: 14px;
}
.logged-in .user-dropdown-container .btn-user-dropdown i {
  color: #fff;
}
.logged-in .user-dropdown-container .dropdown {
  padding: 12px;
  position: absolute;
  top: 50px;
  right: 0;
  padding: 12px;
  border-radius: 6px;
  background: #FFF;
  min-width: 260px;
  border: 1px solid #ededed;
  display: none;
}
.logged-in .user-dropdown-container .dropdown.active {
  display: block;
}
.logged-in .user-dropdown-container .dropdown .dropdown-content .falcons-hut {
  display: flex;
  height: 56px;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border-radius: 4px;
  padding-inline: 12px;
  padding-block: 8px;
  background: #ededed;
}
.logged-in .user-dropdown-container .dropdown .dropdown-content .falcons-hut .image-avatar {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.logged-in .user-dropdown-container .dropdown .dropdown-content .falcons-hut ._6tfnxyh ._6omz {
  margin-bottom: 0;
  font-weight: 600;
  color: #3d3d3d;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.logged-in .user-dropdown-container .dropdown .dropdown-content .falcons-hut ._6tfnxyh ._6ifobmp {
  margin: 0;
  font-weight: 500;
  color: #767A79;
  font-size: 14px;
}
.logged-in .user-dropdown-container .dropdown .dropdown-content .gonged-ump {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
}
.logged-in .user-dropdown-container .dropdown .dropdown-content .gonged-ump ._2odppvn {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border-radius: 4px;
  padding-inline: 12px;
  padding-block: 5px;
}
.logged-in .user-dropdown-container .dropdown .dropdown-content .gonged-ump ._2odppvn:hover {
  background: #f8fafc;
}
.logged-in .user-dropdown-container .dropdown .dropdown-content .gonged-ump ._2odppvn i {
  width: 18px;
}
.logged-in .user-dropdown-container .dropdown .dropdown-content .gonged-ump ._2odppvn span {
  flex: 1;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
}
.logged-in .user-dropdown-container .dropdown .dropdown-content .gonged-ump ._2odppvn#header-logout-btn {
  margin-top: 5px;
  border-top: 1px solid #ededed;
}
.logged-in .user-dropdown-container .dropdown .dropdown-content .gonged-ump ._2odppvn#header-logout-btn span, .logged-in .user-dropdown-container .dropdown .dropdown-content .gonged-ump ._2odppvn#header-logout-btn i {
  color: #EF4444;
}/*# sourceMappingURL=header.css.map */