@charset "UTF-8";

* {
  text-spacing-trim: space-all
}

.navbar {
  height: 60px;
}

main {
  height: calc(100vh - 60px);
}

.sideber {
  width: min-content;
  min-width: min-content;
  white-space: nowrap;
  overflow-y: auto;
  overflow-x: hidden;
}

.main {
  overflow: auto;
}

/* アラートのp属性のマージン取る */
.alert p {
  margin: 0;
}

/* flatpickr用（年と月の位置を逆にする） */
.flatpickr-current-month {
  display: flex !important;
  justify-content: center !important;
  flex-direction: row-reverse !important;
}

.borderless th,
.borderless td {
  border-bottom-width: 0;
}

.text-yellow {
  color: #ffc107;
}

.td-row-min {
  width: 10px;
  white-space: nowrap;
}

/* カレンダー（FullCalendar）用 */
.fc .fc-bg-event {
  opacity: 1;
}

.fc-daygrid-day.fc-day-other {
  background-color: #fbfbfb;
}

.fc .fc-bg-event .fc-event-title {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5em;
  color: #192f60;
  opacity: 1;
}
