body {
  font-family: "Nanum Square_ac", "Nanum Square", sans-serif;
  font-size: 15px;
  font-weight: normal;
  word-break: break-all;
  background: black;
  overflow-y: overlay;
}

.disablescroll {
  overflow: hidden;
  height: 100vh;
}

.notifications-tr {
  z-index: 100000 !important;
}

.notification-dismiss {
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
  font-size: 13px !important;
}

a:hover {
  text-decoration: none;
}

.input-inline {
  display: inline-block !important;
}

.hidden {
  display: none;
}
