@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard-dynamic-subset.css";

/* app/styles/global.style.css */
* {
  font-family:
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    Roboto,
    Helvetica Neue,
    Segoe UI,
    Apple SD Gothic Neo,
    Noto Sans KR,
    Malgun Gothic,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    Segoe UI Symbol,
    sans-serif;
  letter-spacing: -.0025em;
  box-sizing: border-box;
}
html {
  overflow: hidden;
  font-size: 16px;
}
@media only screen and (max-width: 799px) {
  html {
    font-size: 14px;
  }
}
body {
  margin: 0;
}
iframe {
  border: 0;
}
a {
  text-decoration: none;
}
button > div > span {
  overflow: visible !important;
}
.mantine-Modal-inner {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  padding: 48px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.mantine-Input-icon {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 36px;
  color: #adb5bd;
}
.toastui-calendar-section-button {
  display: none !important;
}
.toastui-calendar-section-detail > .toastui-calendar-detail-item:first-of-type,
.toastui-calendar-section-detail > .toastui-calendar-detail-item:nth-child(2),
.toastui-calendar-section-detail > .toastui-calendar-detail-item:nth-child(3) {
  display: none !important;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: none;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .4);
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .5);
  background-clip: padding-box;
  border: 2px solid transparent;
}
