.nms-resource-filter-block .js-nms-topic-autocomplete {
  position: relative;
}

.nms-resource-filter-block .js-topic-autocomplete-input {
  width: 100%;
  color: #242424;
  height: 46px;
  border: 1px solid #626262;
  border-radius: 4px;
  padding: 12px;
}

.nms-resource-filter-block .js-topic-suggestions {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 4px;
  z-index: 99999;
  max-height: 220px;
  overflow-y: auto;
}

.nms-resource-filter-block .js-topic-suggestion {
  width: 100%;
  display: block;
  text-align: left;
  padding: 10px 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #411E75;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.nms-resource-filter-block .js-topic-suggestion:hover {
  background: #f3e5f6;
}

.nms-resource-filter-block .pagination__arrow.is-disabled {
  pointer-events: none;
  opacity: 0.35;
}

.nms-resource-filter-block .nms-resource-filter__empty {
  color: #242424;
  padding: 20px 0;
  font-family: 'Inter', sans-serif;
}

.nms-resource-filter-block .search-selected-tags.js-nms-selected-tags {
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: 120px;
  padding-right: 8px;
}

.nms-resource-filter-block .nrl-date-range--flatpickr {
  position: relative;
}

.nms-resource-filter-block .nrl-date-range__calendar {
  position: relative;
  z-index: 20;
}

.nms-resource-filter-block .nrl-date-range__input {
  width: 100%;
  cursor: pointer;
  background: transparent;
    border: unset;
    padding: 0;
    min-height: 46px;
    border-radius: unset;
    height: 46px;
    font-family: Inter;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #626262;

}


.nms-resource-filter-block .nrl-date-range__input::placeholder {
  color: #626262;
}


.nms-resource-filter-block .nrl-date-range__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}

.air-datepicker-global-container {
  z-index: 99999;
}

.nms-resource-filter-block + .air-datepicker-global-container,
.air-datepicker-global-container .air-datepicker {
  font-family: 'Inter', sans-serif;
}

.air-datepicker {
  width: 100%;
  border: 1px solid #626262;
  border-radius: 0 0 4px 4px;
  box-shadow: unset;
}

.air-datepicker--pointer {
  display: none;
}

.air-datepicker-nav {
  border-bottom: unset;
   padding: 24px 20px 32px;
    gap: 12px;
    justify-content: unset;
    align-items: center;
}

.air-datepicker-nav--title {
  justify-content: flex-start;
  text-transform: uppercase;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0%;
  color: #411E75;
  padding: 0;
  flex: 1;
}
.air-datepicker--content {
    padding: 0 20px 20px;
}

.air-datepicker-nav--action {
  color: #fff;
    order: 2;
    padding: 6px 5px;
    background: #913AA1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.air-datepicker-nav--action svg {
    width: 20px;
    height: 20px;
}
.air-datepicker-nav--action svg path{
  stroke: #fff;
}

.air-datepicker-nav--action:hover {
  background: #411E75;
}

.air-datepicker-body--day-name {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #411E75;
    text-transform: none;
}

.air-datepicker-body--cells.-days- {
  grid-auto-rows: 38px;
}

.air-datepicker-cell {
  border-radius: 999px;
    font-size: 14px;
    font-weight: 400;
    width: auto;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Inter;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  text-align: center;

}

.air-datepicker-cell.-month-, .air-datepicker-cell.-year- {
  border-radius: 999px;
  height: unset;
    width: 100%;
}

.air-datepicker-cell.-month-.-focus-,.air-datepicker-body--cells.-years- .air-datepicker-cell.-year-.-focus- {
  background-color: #913AA1;
  color: #fff;
}

.air-datepicker-body--cells.-months-, .air-datepicker-body--cells.-years- {
    padding: 0 !important;
}


.air-datepicker-cell.-current- {
  border: 1px solid #913AA1;
  background: transparent;
  color: #2d2d2d;
}

.air-datepicker-cell.-focus- {
  background: #f3f0f6;
}

.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-current-,
.air-datepicker-cell.-range-from-,
.air-datepicker-cell.-range-to- {
  background: #c7cdf4;
  border-color: #c7cdf4;
  color: #2d2d2d;
}

.air-datepicker-cell.-in-range- {
  background: rgba(199, 205, 244, 0.45);
  color: #2d2d2d;
}

.air-datepicker-cell.-disabled- {
  color: #c0bcc6;
}

.air-datepicker-cell.-other-month-,
.air-datepicker-cell.-other-decade- {
  color: #c0bcc6;
}

.air-datepicker-body--cells.-months-,
.air-datepicker-body--cells.-years- {
  padding: 12px 14px 16px;
  gap: 10px 12px;
}
.air-datepicker-body--day-names {
    margin: 0 0 20px;
}
.air-datepicker-cell.-selected-, .air-datepicker-cell.-selected-.-current-, .air-datepicker-cell.-range-from-, .air-datepicker-cell.-range-to- {
    background: #913AA1 !important;
    border-color: #913AA1 !important;
    color: #fff !important;
    border-radius: 50% !important;
    position: relative;
}
.air-datepicker-body--cells.-days- {
    gap: 12px 0;
}

.nms-resource-filter-block .nrl-date-range__calendar .air-datepicker {
  position: static !important;
  inset: auto !important;
  margin-top: -3px;
  display: block;
  width: auto;
}
.air-datepicker-cell.-in-range- {
    background: #913AA133;
    color: #242424;
}
.air-datepicker-cell.-current-.-in-range- {
    color: #2d2d2d !important;
}
.air-datepicker-cell.-day-.-range-from-:after{
    content: '';
    background: rgba(145, 58, 161, 0.20);
    position: absolute;
    width: 17px;
    height: 32px;
    right: 0px;
    z-index: -1;
}
.air-datepicker-cell.-day-.-range-to-::after{
  content: '';
    background: rgba(145, 58, 161, 0.20);
    position: absolute;
    width: 17px;
    height: 32px;
    left: 0px;
    z-index: -1;
}
.air-datepicker-cell.-in-range-:hover, .air-datepicker-cell.-in-range-.-focus- {
    background: #913AA133;
}
.air-datepicker-nav--title:hover {
    background: transparent;
}

@media (max-width: 575px) {
  .air-datepicker {
    width: calc(100vw - 48px);
    max-width: 320px;
  }

  .air-datepicker-nav--title {
    font-size: 22px;
  }
}
