/* ../../../../tmp/tmp-4076952-n64yH6Q7AtV3/crm/src/css/vendors/full-calendar.css */
@media (max-width: calc(1024px - 1px)) {
  .full-calendar .fc-toolbar {
    flex-direction: column;
  }
}
.full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(1) {
  order: 3;
}
.full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
  order: 1;
}
.full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) {
  order: 2;
}
@media (max-width: calc(1024px - 1px)) {
  .full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: calc(640px - 1px)) {
  .full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-group {
    display: block;
  }
}
.full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-group button {
  width: 5rem;
}
@media (max-width: calc(640px - 1px)) {
  .full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-group button {
    width: 100%;
    border-radius: 0.375rem;
    margin-bottom: 0.5rem;
  }
}
.full-calendar .fc-toolbar .fc-toolbar-title {
  font-size: 1rem;
  font-weight: 500;
}
.full-calendar .fc-toolbar-chunk .fc-button-primary:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.full-calendar .fc-toolbar-chunk .fc-button-primary:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.full-calendar .fc-theme-standard .fc-scrollgrid,
.full-calendar .fc-theme-standard th,
.full-calendar .fc-theme-standard td,
.full-calendar .fc-theme-standard .fc-list {
  border-color: rgb(226 232 240 / 60%);
}
.full-calendar table {
  border-radius: 0.375rem;
}
.full-calendar table tr th .fc-scrollgrid-sync-inner {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.full-calendar .fc-daygrid-event-harness {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.full-calendar .fc-h-event {
  background-color: rgb(var(--color-primary) / 15%);
  border-color: rgb(var(--color-primary) / 20%);
  border-radius: 0.375rem;
}
.full-calendar .fc-event-main {
  color: rgb(var(--color-primary) / 1);
  font-weight: 500;
}
.full-calendar .fc-event-title-container {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.full-calendar .fc-daygrid-event {
  font-size: 0.75rem;
}
.full-calendar .fc-daygrid-event-dot {
  border-color: rgb(var(--color-primary) / 1);
  margin-right: 0.5rem;
}
.full-calendar .fc-daygrid-dot-event .fc-event-title {
  font-weight: 500;
}
.full-calendar .fc-col-header-cell-cushion {
  font-weight: 500;
}
@media (max-width: calc(640px - 1px)) {
  .full-calendar.fc .fc-view-harness {
    min-height: 400px !important;
  }
  .full-calendar.fc .fc-daygrid-day-frame {
    min-height: 60px !important;
  }
}
.full-calendar .fc-daygrid-more-link {
  font-size: 0.875rem;
}
@media (max-width: calc(768px - 1px)) {
  .full-calendar .fc-daygrid-more-link {
    color: #64748b;
    font-size: 10px;
  }
}
@media (max-width: calc(640px - 1px)) {
  .full-calendar .fc-daygrid-more-link {
    padding-left: 0;
    display: block;
    margin-top: calc(0.75rem * -1);
    leading: 10px;
  }
}
.full-calendar .fc-daygrid-day-bottom {
  padding-top: 0.25rem;
}
.full-calendar .fc-day-other {
  background-color: rgb(241 245 249 / 50%);
}
.full-calendar .fc-button-primary {
  font-weight: 400 !important;
  display: inline-block !important;
  border: 1px solid rgb(226 232 240 / 60%) !important;
  color: #64748b !important;
  background-color: transparent !important;
  text-transform: capitalize !important;
  padding: 0.4em 0.65em !important;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    -webkit-backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  cursor: pointer;
}
.full-calendar .fc-button-primary:focus {
  box-shadow: 4px;
  --tw-ring-color: rgb(var(--color-primary) / 1);
  --tw-text-opacity: 0.2;
}
.full-calendar .fc-button-primary:hover:not(:disabled) {
  --tw-background-opacity: 0.9;
  --tw-border-opacity: 0.9;
}
.full-calendar .fc-button-primary:not(button) {
  text-align: center;
}
.full-calendar .fc-button-primary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.full-calendar .fc-button-primary .fc-icon {
  font-size: 1.2em !important;
}
.full-calendar .fc-button-primary:focus {
  box-shadow: none !important;
}
.full-calendar .fc-button-primary:not(:disabled):active,
.full-calendar .fc-button-primary:not(:disabled).fc-button-active {
  color: white !important;
  background-color: rgb(var(--color-primary) / 1) !important;
  border-color: rgb(var(--color-primary) / 1) !important;
}
.full-calendar .fc-list-day-cushion {
  background-color: rgb(241 245 249 / 50%) !important;
  padding: 0.75rem 1.25rem !important;
}
.full-calendar .fc-list-event td {
  padding: 0.75rem 1.25rem;
}
.full-calendar .fc-list-event-dot {
  border-color: rgb(var(--color-primary) / 1) !important;
}
.full-calendar .fc-event-time {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  font-size: 0.75rem !important;
}
.full-calendar .fc-daygrid-more-link {
  padding-left: 0.5rem;
}
.dark .full-calendar .fc-button-primary {
  background-color: rgb(var(--color-darkmode-400) / 1) !important;
  border-color: rgb(var(--color-darkmode-400) / 1) !important;
}
.dark .full-calendar .fc-list-day-cushion {
  background-color: rgb(var(--color-darkmode-400) / 1) !important;
}
.dark .full-calendar .fc-event:hover td {
  border-color: rgb(var(--color-darkmode-400) / 1) !important;
  background-color: rgb(var(--color-darkmode-400) / 1) !important;
}
.dark .full-calendar .fc-theme-standard .fc-scrollgrid,
.dark .full-calendar .fc-theme-standard th,
.dark .full-calendar .fc-theme-standard td,
.dark .full-calendar .fc-theme-standard .fc-list {
  border-color: rgb(var(--color-darkmode-400) / 1);
}
.dark .full-calendar .fc-day-other {
  background-color: rgb(var(--color-darkmode-700) / 1);
}
.dark .full-calendar .fc-button-primary:focus {
  --tw-ring-color: #334155;
  --tw-ring-opacity: 0.5;
  transition-property: none;
}
