/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@symfony/webpack-encore/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[3]!./vendor/communice-web/communice-base/Resources/Private/Assets/StyleSheets/communice/content-elements/calendar/calendar-3.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.calendar-3--events-col {
  margin-top: 2.5rem;
  margin-bottom: 5.25rem;
  padding: 0 1.5rem;
  background-color: #fff;
  box-shadow: var(--default-drop-shadow);
}
@media (min-width: 992px) {
  .calendar-3--events-col {
    padding: 0 5.5rem 0 6.25rem;
  }
}
@media (min-width: 1200px) {
  .calendar-3--events-col {
    margin-top: 0;
    margin-bottom: 0;
  }
}

#calendar-3--event-items {
  position: relative;
}

#calendar-3--events--prev-btn,
#calendar-3--events--next-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  transition: all 0.2s;
  color: var(--color-primary);
}
#calendar-3--events--prev-btn.hidden,
#calendar-3--events--next-btn.hidden {
  pointer-events: none;
  opacity: 0;
}
#calendar-3--events--prev-btn i,
#calendar-3--events--next-btn i {
  position: relative;
  z-index: 12;
  font-size: 2.5rem;
  transition: margin 0.25s;
}
#calendar-3--events--prev-btn:hover, #calendar-3--events--prev-btn:focus, #calendar-3--events--prev-btn:active,
#calendar-3--events--next-btn:hover,
#calendar-3--events--next-btn:focus,
#calendar-3--events--next-btn:active {
  cursor: pointer;
}

#calendar-3--events--prev-btn:hover i, #calendar-3--events--prev-btn:focus i, #calendar-3--events--prev-btn:active i {
  margin-bottom: 0.5em;
}

#calendar-3--events--next-btn:hover i, #calendar-3--events--next-btn:focus i, #calendar-3--events--next-btn:active i {
  margin-top: 0.5em;
}

.calendar-3--events--headline {
  margin: 0 0 2rem 0;
  font-weight: var(--font-weight-extrabold);
  font-size: 1.875rem;
  line-height: 1.875rem;
}

.calendar-3--event-item {
  margin-bottom: 3.375rem;
}
.calendar-3--event-item:last-of-type {
  margin-bottom: 0;
}
.calendar-3--event-item.hidden {
  display: none;
}
@media (min-width: 992px) {
  .calendar-3--event-item:hover .calendar-3--events-col, .calendar-3--event-item:focus .calendar-3--events-col, .calendar-3--event-item:focus-within .calendar-3--events-col, .calendar-3--event-item:active .calendar-3--events-col {
    padding-left: 5.5rem;
  }
  .calendar-3--event-item:hover .calendar-3--event-item--btn, .calendar-3--event-item:focus .calendar-3--event-item--btn, .calendar-3--event-item:focus-within .calendar-3--event-item--btn, .calendar-3--event-item:active .calendar-3--event-item--btn {
    margin-right: 0;
  }
}

.calendar-3--event-item-link {
  display: flex;
  text-decoration: none;
  min-height: 120px;
}

.calendar-3--event-item--date {
  padding-right: 1.5rem;
  border-right: 2px solid var(--calendar-3--event-item-date-border-color);
  color: var(--color-secondary);
  min-width: 4.125rem;
}

.calendar-3--event-item--date--month {
  margin-bottom: 8px;
  color: var(--calendar-3--event-item-date-month-color);
  font-weight: var(--font-weight-normal);
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
}

.calendar-3--event-item--date--day {
  font-family: var(--font-family-secondary), sans-serif;
  font-weight: var(--font-weight-bold);
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
}
@media (min-width: 992px) {
  .calendar-3--event-item--date--day {
    font-size: 1.75rem;
  }
}

.calendar-3--event-item--date--separator {
  font-weight: var(--font-weight-bold);
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
}
@media (min-width: 992px) {
  .calendar-3--event-item--date--separator {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: 1.75rem;
  }
}

.calendar-3--event-item--description {
  flex: 1;
  padding-left: 1.5rem;
}

.calendar-3--event-item--title {
  margin: 0;
  font-weight: var(--font-weight-bold);
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: var(--color-secondary);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 992px) {
  .calendar-3--event-item--title {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}

.calendar-3--event-item--address {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 1rem;
  font-weight: var(--font-weight-normal);
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: var(--calendar-3--event-item-address-color);
}
.calendar-3--event-item--address i {
  font-size: 0.875rem;
}

.calendar-3--event-item--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  margin-right: 0.75rem;
  font-size: 1rem;
  color: var(--calendar-3--event-item-btn-color);
  border: 2px solid var(--calendar-3--event-item-btn-color);
  border-radius: 0.25rem;
  transition: var(--transition-base);
}

#calendar-3--event-items--slider--wrap {
  overflow: hidden;
  position: relative;
  max-height: 468px;
}

#calendar-3--event-items--slider {
  position: relative;
}

#calendar-3--no-events {
  box-sizing: border-box;
}
#calendar-3--no-events.hidden {
  display: none;
}
#calendar-3--no-events span {
  background: #fff;
  font-weight: var(--font-weight-medium);
  color: var(--color-secondary);
  width: 100%;
}

#calendar-3--reload-month--wrap {
  position: absolute;
  z-index: 11;
  bottom: -74px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#calendar-3--reload-month {
  background-color: var(--calendar-3--reset-button-background-color);
  border: 2px solid var(--calendar-3--reset-button-border-color);
}
#calendar-3--reload-month:hover, #calendar-3--reload-month:focus, #calendar-3--reload-month:active, #calendar-3--reload-month:focus-within {
  color: var(--calendar-3--reset-button-text-color--hover);
  background-color: var(--calendar-3--reset-button-background-color--hover);
  border-color: var(--calendar-3--reset-button-border-color--hover);
}
#calendar-3--reload-month.hidden {
  display: none;
}

.calendar-3--calendar-col {
  background-color: #fff;
  box-shadow: var(--default-drop-shadow);
}
.calendar-3--calendar-col .fc table {
  margin: 0 !important;
  padding: 12px;
  border: none;
}
@media (min-width: 992px) {
  .calendar-3--calendar-col .fc table {
    padding: 12px 100px 42px 100px;
  }
}
.calendar-3--calendar-col .fc .fc-header-toolbar {
  padding: 1.375rem 0.75rem;
  background-color: #fff;
  margin: 0 !important;
  border-bottom: 1px solid var(--color-background);
}
@media (min-width: 992px) {
  .calendar-3--calendar-col .fc .fc-header-toolbar {
    padding: 3.1875rem 6.25rem 1.6875rem 6.25rem;
  }
}
.calendar-3--calendar-col .fc .fc-toolbar-title {
  text-align: center;
  font-weight: var(--font-weight-extrabold);
  font-size: 1.375rem;
  line-height: 1.75rem;
}
@media (min-width: 992px) {
  .calendar-3--calendar-col .fc .fc-toolbar-title {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
.calendar-3--calendar-col .fc .fc-toolbar-chunk {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.calendar-3--calendar-col .fc .fc-button {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  height: 100% !important;
  transition: var(--transition-base);
  color: var(--calendar-3--daygrid-month-buttons-color);
}
.calendar-3--calendar-col .fc .fc-button .fc-icon {
  font-size: 2rem !important;
}
.calendar-3--calendar-col .fc .fc-button:hover, .calendar-3--calendar-col .fc .fc-button:focus, .calendar-3--calendar-col .fc .fc-button:active {
  color: var(--color-secondary) !important;
}
.calendar-3--calendar-col .fc .fc-prev-button {
  padding-left: 0;
  margin-left: -0.5rem;
}
.calendar-3--calendar-col .fc .fc-next-button {
  margin-right: -0.5rem;
  padding-right: 0;
}
.calendar-3--calendar-col .fc .fc-col-header-cell {
  height: 100% !important;
  border: none !important;
  font-weight: var(--font-weight-normal) !important;
  font-size: 0.5rem;
  line-height: 0.875rem;
}
@media (min-width: 992px) {
  .calendar-3--calendar-col .fc .fc-col-header-cell {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.calendar-3--calendar-col .fc td,
.calendar-3--calendar-col .fc th {
  border: 2px solid #fff !important;
}
@media (min-width: 992px) {
  .calendar-3--calendar-col .fc td,
  .calendar-3--calendar-col .fc th {
    border: 3px solid #fff !important;
  }
}
.calendar-3--calendar-col .fc .fc-scrollgrid-sync-inner {
  height: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
}
.calendar-3--calendar-col .fc .fc-scrollgrid-sync-inner a {
  text-decoration: none;
  color: var(--color-secondary);
}
.calendar-3--calendar-col .fc .fc-daygrid-day-frame {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  font-weight: var(--font-weight-normal);
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .calendar-3--calendar-col .fc .fc-daygrid-day-frame {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.calendar-3--calendar-col .fc .fc-daygrid-bg-harness {
  pointer-events: none !important;
  display: none;
}
.calendar-3--calendar-col .fc .fc-daygrid-day {
  background-color: transparent !important;
  cursor: pointer !important;
}
.calendar-3--calendar-col .fc .fc-daygrid-day .fc-daygrid-day-top a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-3--calendar-col .fc .fc-daygrid-day .fc-daygrid-day-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-background-grey);
  transition: var(--transition-base);
}
.calendar-3--calendar-col .fc .fc-daygrid-day.fc-day-disabled {
  opacity: 0;
  cursor: unset !important;
  pointer-events: none !important;
}
.calendar-3--calendar-col .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-bg {
  background-color: var(--color-secondary) !important;
}
.calendar-3--calendar-col .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  color: #fff !important;
}
.calendar-3--calendar-col .fc .fc-daygrid-day.selected .fc-daygrid-day-bg {
  background-color: var(--calendar-3--daygrid-day-selected-background) !important;
}
.calendar-3--calendar-col .fc .fc-daygrid-day.selected .fc-daygrid-day-number {
  color: var(--calendar-3--daygrid-day-selected-number-color) !important;
}
.calendar-3--calendar-col .fc .fc-daygrid-day.has-event .fc-daygrid-day-bg {
  background-color: var(--calendar-3--daygrid-has-event-background);
}
.calendar-3--calendar-col .fc .fc-daygrid-day.has-event .fc-daygrid-day-number {
  color: var(--calendar-3--daygrid-has-event-number-color) !important;
}
.calendar-3--calendar-col .fc .fc-daygrid-day:hover:not(.selected) .fc-daygrid-day-bg, .calendar-3--calendar-col .fc .fc-daygrid-day:focus:not(.selected) .fc-daygrid-day-bg, .calendar-3--calendar-col .fc .fc-daygrid-day:active:not(.selected) .fc-daygrid-day-bg {
  background-color: var(--color-secondary) !important;
}
.calendar-3--calendar-col .fc .fc-daygrid-day:hover:not(.selected) .fc-daygrid-day-number, .calendar-3--calendar-col .fc .fc-daygrid-day:focus:not(.selected) .fc-daygrid-day-number, .calendar-3--calendar-col .fc .fc-daygrid-day:active:not(.selected) .fc-daygrid-day-number {
  color: #fff !important;
}
.calendar-3--calendar-col .fc .fc-daygrid-day:hover.fc-day-other .fc-daygrid-day-top, .calendar-3--calendar-col .fc .fc-daygrid-day:focus.fc-day-other .fc-daygrid-day-top, .calendar-3--calendar-col .fc .fc-daygrid-day:active.fc-day-other .fc-daygrid-day-top {
  opacity: 1 !important;
}
.calendar-3--calendar-col .fc .fc-daygrid-day:hover.fc-day-other .fc-daygrid-day-bg, .calendar-3--calendar-col .fc .fc-daygrid-day:focus.fc-day-other .fc-daygrid-day-bg, .calendar-3--calendar-col .fc .fc-daygrid-day:active.fc-day-other .fc-daygrid-day-bg {
  background-color: var(--color-secondary) !important;
}
.calendar-3--calendar-col .fc .fc-daygrid-day:hover.fc-day-other .fc-daygrid-day-number, .calendar-3--calendar-col .fc .fc-daygrid-day:focus.fc-day-other .fc-daygrid-day-number, .calendar-3--calendar-col .fc .fc-daygrid-day:active.fc-day-other .fc-daygrid-day-number {
  color: #fff !important;
}
.calendar-3--calendar-col .fc .fc-daygrid-day-number {
  pointer-events: none !important;
  transition: var(--transition-base);
}
.calendar-3--calendar-col .fc .fc-daygrid-day-events {
  display: none !important;
}
.calendar-3--calendar-col .fc .fc-event-title {
  display: none !important;
}

.btn-all-calendar-3 {
  color: #fff;
  background-color: var(--color-primary);
}
.btn-all-calendar-3:hover, .btn-all-calendar-3:focus, .btn-all-calendar-3:active, .btn-all-calendar-3:focus-within {
  color: #fff;
  background-color: var(--color-secondary);
}

.btn-create-calendar-3 {
  background-color: var(--calendar-3--create-button-background-color);
  border: 2px solid var(--calendar-3--create-button-border-color);
}
.btn-create-calendar-3 i {
  color: var(--calendar-3--create-button-icon-color);
}
.btn-create-calendar-3:hover, .btn-create-calendar-3:focus, .btn-create-calendar-3:active, .btn-create-calendar-3:focus-within {
  color: var(--calendar-3--create-button-text-color--hover);
  border-color: var(--calendar-3--create-button-border-color--hover);
  background-color: var(--calendar-3--create-button-background-color--hover);
}
.btn-create-calendar-3:hover i, .btn-create-calendar-3:focus i, .btn-create-calendar-3:active i, .btn-create-calendar-3:focus-within i {
  color: var(--calendar-3--create-button-icon-color--hover);
}

.ce-communicecalendar_calendar3.colored-background-primary #calendar-3--reload-month {
  color: #fff;
  background-color: var(--color-secondary);
  border: none;
}
.ce-communicecalendar_calendar3.colored-background-primary #calendar-3--reload-month:hover, .ce-communicecalendar_calendar3.colored-background-primary #calendar-3--reload-month:focus, .ce-communicecalendar_calendar3.colored-background-primary #calendar-3--reload-month:active, .ce-communicecalendar_calendar3.colored-background-primary #calendar-3--reload-month:focus-within {
  color: var(--color-secondary);
  background-color: #fff;
}
.ce-communicecalendar_calendar3.colored-background-primary .btn-all-calendar-3 {
  color: #fff;
  background-color: var(--color-secondary);
}
.ce-communicecalendar_calendar3.colored-background-primary .btn-all-calendar-3:hover, .ce-communicecalendar_calendar3.colored-background-primary .btn-all-calendar-3:focus, .ce-communicecalendar_calendar3.colored-background-primary .btn-all-calendar-3:active, .ce-communicecalendar_calendar3.colored-background-primary .btn-all-calendar-3:focus-within {
  color: var(--color-secondary);
  background-color: #fff;
}
.ce-communicecalendar_calendar3.colored-background-primary .btn-create-calendar-3 {
  color: var(--color-secondary);
  background-color: var(--calendar-3--create-button-background-color);
  border: none;
}
.ce-communicecalendar_calendar3.colored-background-primary .btn-create-calendar-3 i {
  color: var(--calendar-3--create-button-icon-color);
}
.ce-communicecalendar_calendar3.colored-background-primary .btn-create-calendar-3:hover, .ce-communicecalendar_calendar3.colored-background-primary .btn-create-calendar-3:focus, .ce-communicecalendar_calendar3.colored-background-primary .btn-create-calendar-3:active, .ce-communicecalendar_calendar3.colored-background-primary .btn-create-calendar-3:focus-within {
  color: #fff;
  background-color: var(--color-secondary);
}
.ce-communicecalendar_calendar3.colored-background-primary .btn-create-calendar-3:hover i, .ce-communicecalendar_calendar3.colored-background-primary .btn-create-calendar-3:focus i, .ce-communicecalendar_calendar3.colored-background-primary .btn-create-calendar-3:active i, .ce-communicecalendar_calendar3.colored-background-primary .btn-create-calendar-3:focus-within i {
  color: #fff;
}

.ce-communicecalendar_calendar3.with-bg-image.background-style-light #calendar-3--reload-month {
  color: #fff;
  background-color: var(--color-secondary);
  border: none;
}
.ce-communicecalendar_calendar3.with-bg-image.background-style-light #calendar-3--reload-month:hover, .ce-communicecalendar_calendar3.with-bg-image.background-style-light #calendar-3--reload-month:focus, .ce-communicecalendar_calendar3.with-bg-image.background-style-light #calendar-3--reload-month:active, .ce-communicecalendar_calendar3.with-bg-image.background-style-light #calendar-3--reload-month:focus-within {
  color: var(--color-secondary);
  background-color: #fff;
}
.ce-communicecalendar_calendar3.with-bg-image.background-style-light .btn-all-calendar-3 {
  color: #fff;
  background-color: var(--color-secondary);
}
.ce-communicecalendar_calendar3.with-bg-image.background-style-light .btn-all-calendar-3:hover, .ce-communicecalendar_calendar3.with-bg-image.background-style-light .btn-all-calendar-3:focus, .ce-communicecalendar_calendar3.with-bg-image.background-style-light .btn-all-calendar-3:active, .ce-communicecalendar_calendar3.with-bg-image.background-style-light .btn-all-calendar-3:focus-within {
  color: var(--color-secondary);
  background-color: #fff;
}
.ce-communicecalendar_calendar3.with-bg-image.background-style-light .btn-create-calendar-3 {
  color: var(--color-secondary);
  background-color: #fff;
  border: none;
}
.ce-communicecalendar_calendar3.with-bg-image.background-style-light .btn-create-calendar-3:hover, .ce-communicecalendar_calendar3.with-bg-image.background-style-light .btn-create-calendar-3:focus, .ce-communicecalendar_calendar3.with-bg-image.background-style-light .btn-create-calendar-3:active, .ce-communicecalendar_calendar3.with-bg-image.background-style-light .btn-create-calendar-3:focus-within {
  color: #fff;
  background-color: var(--color-secondary);
}
.ce-communicecalendar_calendar3.with-bg-image.background-style-light .btn-create-calendar-3:hover i, .ce-communicecalendar_calendar3.with-bg-image.background-style-light .btn-create-calendar-3:focus i, .ce-communicecalendar_calendar3.with-bg-image.background-style-light .btn-create-calendar-3:active i, .ce-communicecalendar_calendar3.with-bg-image.background-style-light .btn-create-calendar-3:focus-within i {
  color: #fff;
}
.ce-communicecalendar_calendar3.with-bg-image.background-style-dark #calendar-3--reload-month {
  border: none;
}
.ce-communicecalendar_calendar3.with-bg-image.background-style-dark .btn-all-calendar-3:hover, .ce-communicecalendar_calendar3.with-bg-image.background-style-dark .btn-all-calendar-3:focus, .ce-communicecalendar_calendar3.with-bg-image.background-style-dark .btn-all-calendar-3:active, .ce-communicecalendar_calendar3.with-bg-image.background-style-dark .btn-all-calendar-3:focus-within {
  color: var(--color-secondary);
  background-color: #fff;
}
.ce-communicecalendar_calendar3.with-bg-image.background-style-dark .btn-create-calendar-3 {
  border: none;
}

body.rounded-corners .calendar-3--events-col {
  border-radius: var(--rounded-corners--border-radius--base);
}
body.rounded-corners .calendar-3--calendar-col {
  border-radius: var(--rounded-corners--border-radius--base);
}
body.rounded-corners .calendar-3--calendar-col .fc .fc-header-toolbar {
  border-top-left-radius: var(--rounded-corners--border-radius--base);
  border-top-right-radius: var(--rounded-corners--border-radius--base);
}
body.rounded-corners .calendar-3--calendar-col .fc .fc-daygrid-day .fc-daygrid-day-bg {
  border-radius: calc(var(--rounded-corners--border-radius--base) / 2);
}
