/* [project]/src/app/globals.css [app-client] (css) */
html, body {
  color: #111827;
  background-color: #f3f4f6;
  background-image: url("/images/labrador-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

.container, .container2 {
  background-color: #fff;
  border-radius: 16px;
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  box-shadow: 0 10px 25px #0000001a;
}

.checkbox-grid {
  grid-template-columns: repeat(none, minmax(200px, 1fr));
  border: 1px solid #ccc;
  border-radius: 6px;
  gap: 1px 2px;
  width: 100%;
  max-height: 150px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow-y: auto;
}

.fonddepage {
  background-image: url("/images/labrador-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-content: center;
  align-items: center;
  min-height: 100vh;
}

h1, h2 {
  margin: 0 0 1rem;
}

.fc-daygrid-event {
  white-space: normal !important;
}

.fc-daygrid-event .fc-event-main {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  display: flex;
}

.fc-daygrid-event .fc-event-time {
  align-items: center;
  gap: 4px;
  font-size: .6rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.fc-daygrid-event-dot {
  margin: 0;
}

.fc-daygrid-event .fc-event-title {
  word-break: break-word;
  font-size: .7rem;
  line-height: 1.2;
}

/*# sourceMappingURL=src_app_globals_91e4631d.css.map*/