/* [project]/node_modules/@msu/notification-inbox/dist/assets/NotificationButton.css [app-client] (css) */
._notification-button_1npju_9 {
  border-radius: 12px;
  width: 40px;
  height: 40px;
  padding: 4px;
  transition: background-color .3s cubic-bezier(.5, 0, .5, 1);
}

._notification-button_1npju_9:hover._msu_1npju_16 {
  background-color: var(--neutral-opacity-black-bk-05);
}

@media only screen and (max-width: 1279px) {
  ._notification-button_1npju_9 {
    width: 32px;
    height: 32px;
  }
}

/* [project]/src/ui/components/base/GnbHamburger/GnbHamburger.module.scss.module.css [app-client] (css) */
.GnbHamburger-module-scss-module__hYGfvG__hamburger {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .GnbHamburger-module-scss-module__hYGfvG__hamburger {
    display: inline-flex;
  }
}

@media only screen and (max-width: 767px) {
  .GnbHamburger-module-scss-module__hYGfvG__hamburger {
    align-items: center;
    display: inline-flex;
  }

  .GnbHamburger-module-scss-module__hYGfvG__hamburger > i {
    width: 6.6667vw;
    height: 6.6667vw;
  }
}

/* [project]/node_modules/@msu/mds/dist/assets/ConnectWalletButton.css [app-client] (css) */
._connect-btn_i3ohx_9 {
  border: 1px solid var(--neutral-black);
  background: var(--neutral-white);
  height: 40px;
  color: var(--neutral-black);
  font-family: var(--font-roboto, Roboto);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: color .24s ease-in-out, background-color .24s ease-in-out, border .24s ease-in-out, box-shadow .24s ease-in-out;
  display: flex;
  box-shadow: 0 3px 6px #0000001a;
}

._connect-btn_i3ohx_9:hover, ._connect-btn_i3ohx_9:focus, ._connect-btn_i3ohx_9._loading_i3ohx_29 {
  color: var(--neutral-white);
  background: var(--neutral-black);
  border: 1px solid var(--neutral-black);
  box-shadow: 0 3px 6px #0000001a;
}

/* [project]/node_modules/@msu/mds/dist/assets/UserProfile.css [app-client] (css) */
._profile_1lnn1_5 {
  z-index: 0;
  cursor: pointer;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
}

._profile_1lnn1_5 > div {
  width: 100%;
  height: 100%;
  position: relative;
}

._profile_1lnn1_5 > div > img {
  image-rendering: auto;
  object-fit: contain;
  display: inline-block;
}

._profile_1lnn1_5 > div > img._has_thumbnail_1lnn1_24 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._profile_1lnn1_5 > div > img._has_thumbnail_1lnn1_24._characterThumbnail_1lnn1_30 {
  max-width: unset;
  transform: translate(-48%, -50%);
}

/*# sourceMappingURL=0c286b25307acf01.css.map*/