.header-organization-logo {
  max-width: 250px;
  height: 60px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}

.image-input .image-input-wrapper {
  background-size: contain;
  background-position: center;
  background-color: #fff;
}
.image-input--post {
  width: 100%;
}
.image-input--post .image-input-wrapper {
  width: 100%;
  height: 400px;
  border: 1px dashed #E4E6EF;
  background-size: contain;
  background-position: center;
}
.image-input--offer {
  width: 100%;
}
.image-input--offer .image-input-wrapper {
  width: 100%;
  padding-top: 75%;
  border: 1px dashed #E4E6EF;
  background-size: contain;
  background-position: center;
}

.input-daterange--custom .input-wrapper {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-daterange--custom .input-wrapper input {
  border-radius: 0.42rem;
  padding-right: 25px;
}
.input-daterange--custom .input-wrapper:first-child input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-daterange--custom .input-wrapper:last-child {
  margin-left: -1px;
}
.input-daterange--custom .input-wrapper:last-child input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-daterange--custom i {
  width: 25px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-size: 14px;
}

.checkbox-list--training {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.checkbox-list--training .checkbox {
  width: 50%;
}

.offers .offer-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.offers .offer-wrapper .offer-edit {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}
.offers .offer {
  display: block;
  position: relative;
  padding-top: 75%;
  background: #fff;
  border-radius: 0.42rem;
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  overflow: hidden;
  transition: opacity 0.15s ease;
}
.offers .offer .offer-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}
.offers .offer:is(a):hover {
  opacity: 0.5;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.simple-text {
  white-space: pre-wrap;
}

.symbol.symbol-50 {
  width: 50px;
  min-width: 50px;
}

@media (min-width: 992px) {
  .symbol.symbol-lg-120 {
    width: 120px;
    min-width: 120px;
  }
}
.symbol > img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}

.dropdown.dropdown--memberships .dropdown-menu {
  transform: none !important;
  top: 100% !important;
  left: auto !important;
  right: 0 !important;
  max-height: calc(100vh - 105px);
  overflow: auto;
}

.fc-view-container .fc-view.fc-timeGridWeek-view .fc-event, .fc-view-container .fc-view.fc-timeGridDay-view .fc-event {
  min-height: 25px;
}

@media (max-width: 1199px) {
  .fc-toolbar.fc-header-toolbar {
    flex-direction: column;
  }
  .fc-toolbar.fc-header-toolbar h2 {
    margin-top: 0;
  }

  .fc-view-container {
    overflow: auto;
  }
  .fc-view-container .fc-view.fc-dayGridMonth-view, .fc-view-container .fc-view.fc-timeGridWeek-view {
    width: 800px;
  }
}
@media (max-width: 991px) {
  .subheader .subheader-content {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .subheader .subheader-separator {
    display: none;
  }
  .subheader .subheader-toolbar {
    margin-left: auto;
  }
}