html {
  color: black;
  background-color: white;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: overlay;
}
html::-webkit-scrollbar {
  width: 12px;
  transition: 250ms;
}
html::-webkit-scrollbar-track {
  background: transparent;
  transition: 250ms;
}
html::-webkit-scrollbar-thumb {
  background: #adb5bdb6;
  border-radius: 20px;
  border: 3px solid transparent;
  background-clip: padding-box;
  transition: 250ms;
}
html, body, table, input, textarea, select, button {
  font-family: "Noto Sans Korean", "Noto Sans Korea", "NotoSansKR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: inherit;
}
body {
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #f5f6f7;
}
audio, canvas, embed, iframe, img, object, svg, video {
  display: initial;
}
button {
  outline: none !important;
}
body {
  margin: 0;
  color: inherit !important;
}
.x {
  color: inherit !important;
}
html > .rhymix_content.editable {
  background-color: white !important;
}
ion-icon {
  vertical-align: middle;
}
.btn {
  height: 26px !important;
}
.app-clearfix {
  zoom: 1;
}
.app-clearfix:before, .app-clearfix:after {
  content: "";
  display: table;
}
.app-clearfix::after {
  clear: both;
}
@media (max-width: 1024px) {
  #board-list {
    padding-top: 1rem;
  }
}
.app-avatar {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  overflow: hidden;
  background-color: #868e96;
}
.app-avatar > ion-icon {
  position: relative;
  bottom: -9px;
  color: #f8f9fa;
  font-size: 2.25rem;
}
.app-avatar > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.app-link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #868e96;
  font-size: 0.875rem;
  transition: color 250ms;
}
.app-link > i, .app-link > ion-icon, .app-link > svg {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  margin-right: 0.25rem;
}
.app-link:hover {
  color: black;
}
.app-link-black {
  color: black;
}
.app-link-primary {
  color: #6fa8dc;
}
.app-link-base {
  font-size: 1rem;
}
.xefu-container {
  color: black;
  background-color: white;
}
#pageSizeLayer {
  left: 50% !important;
  width: 90% !important;
  transform: translateX(-50%);
}
::selection {
  color: white;
  background-color: #6fa8dc;
}
#rhymix_popup_menu, #popup_menu_area {
  outline: none !important;
}
/*# sourceMappingURL=b10c2ba0f351aea892e2997e00b5a1f8e2a17370.base.scss.map */
