
body {
  background: #050816;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: white;
  padding: 0.9rem 1rem;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.fc {
  color: white;
}

.fc .fc-toolbar-title {
  font-size: 1rem;
  font-weight: 600;
}

.fc .fc-button {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.fc-theme-standard td,
.fc-theme-standard th,
.fc-theme-standard .fc-scrollgrid {
  border-color: rgba(255, 255, 255, 0.08);
}
