.mf-no-filter-result {
  text-align: center;
  margin-top: 50px;
  font-size: 1.1rem;
  font-weight: 600;
}

.mf-hidden {
  display: none !important;
}

.medio-filter.mf-left-filter {
  position: sticky;
  top: 100px;
  margin-bottom: 20px;
  z-index: 2;
}

.pac-container {
  z-index: 1051 !important;
}

#mf-location-input {
  width: 100%;
}

.mf-location-text {
  width: 100%;
  margin-top: 20px;
  background-color: var(--primary-color);
  color: #fff;
  padding: 3px 10px;
  text-align: center;
}
.mf-location-text .mf-location-icon {
  padding: 10px;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  box-sizing: content-box;
}
.mf-location-text .mf-location-icon path {
  fill: #fff;
}

.mf-location-text:hover {
  cursor: pointer;
}

.mf-filter-buttons-container {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.mf-filter-buttons-container .mf-filter-button {
  width: 130px;
  margin-left: 0;
  margin-right: 0;
}

.mf-filter-button {
  border-radius: 4px;
  color: #fff;
  background-color: var(--primary-color);
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 5px;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  max-width: 100%;
}

.mf-filter-button.mf-modify-button {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  background-color: #bf0202;
  transition: all 0.2s ease;
}

.mf-filter-button.mf-modify-button:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.mf-filter-button.mf-inverse-button {
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.mf-filter-button.mf-disabled {
  background-color: rgb(188, 188, 188);
  cursor: default;
}

.mf-filter-button:not(.mf-disabled):hover {
  cursor: pointer;
}

.mf-empty-card-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mf-empty-card-container-text {
  color: #aaa;
  font-size: 1.5rem;
  text-align: center;
}

.medio-filter .dropdown-menu a {
  font-size: 1rem;
}
.medio-filter .mf-switch {
  color: #064c85;
}
.medio-filter .mf-switch:hover {
  text-decoration: underline;
  cursor: pointer;
}

.mf-no-scroll {
  overflow: hidden !important;
}

.medio-filter:not(.mf-top-filter-mobile) .mf-filter-card {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.medio-filter:not(.mf-top-filter-mobile) .mf-phase-number {
  margin-bottom: 0;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #fff;
}
.medio-filter:not(.mf-top-filter-mobile) .mf-phase-title {
  color: var(--primary-color);
  text-align: center;
}
.medio-filter:not(.mf-top-filter-mobile) .mf-phase-select {
  margin-bottom: 10px;
}
.medio-filter:not(.mf-top-filter-mobile) .mf-top-filter-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.medio-filter:not(.mf-top-filter-mobile) .mf-filter-row {
  display: flex;
  align-items: center;
  height: 30px;
}
.medio-filter:not(.mf-top-filter-mobile) .mf-input-container {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 30px;
  padding: 0px 5px;
}
.medio-filter:not(.mf-top-filter-mobile) .mf-input-title {
  font-size: 0.8rem;
}
.medio-filter:not(.mf-top-filter-mobile) .mc-name-search-icon {
  width: 15px;
  height: 15px;
}
.medio-filter:not(.mf-top-filter-mobile) .mc-name-search-icon path {
  fill: #495057;
}
.medio-filter:not(.mf-top-filter-mobile) .mf-flex-break {
  width: 100%;
  margin-bottom: 10px;
}
.medio-filter:not(.mf-top-filter-mobile) .mf-top-filter-inner input {
  border: none;
  outline: none;
  height: 100%;
  font-size: 0.8rem;
}
.medio-filter:not(.mf-top-filter-mobile) .mf-top-filter-inner div.mf-filter-select {
  height: 100%;
  width: 160px !important;
}
.medio-filter:not(.mf-top-filter-mobile) .mf-top-filter-inner div.mf-filter-select button {
  height: 100%;
  padding: 0;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.medio-filter:not(.mf-top-filter-mobile) .mf-top-filter-inner div.mf-filter-select .filter-option-inner {
  height: 100%;
}
.medio-filter:not(.mf-top-filter-mobile) .mf-top-filter-inner div.mf-filter-select .filter-option-inner .filter-option-inner-inner {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
@media screen and (max-width: 991px) {
  .medio-filter:not(.mf-top-filter-mobile) .mf-top-filter-inner div.mf-filter-select {
    width: 220px !important;
  }
  .medio-filter:not(.mf-top-filter-mobile) .mf-input {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .medio-filter.mf-left-filter {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .medio-filter.mf-left-filter .mf-filter-button {
    margin-top: 5px;
  }

  .medio-filter .mf-mobile-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
  }
  .medio-filter .mf-mobile-row .mf-phase-title {
    margin-bottom: 0;
  }
  .medio-filter .mf-mobile-row .mf-phase-number {
    margin-right: 8px;
  }
  .medio-filter .dropdown-item {
    white-space: normal;
  }
}
.medio-filter.mf-top-filter {
  width: 100%;
  position: sticky;
  z-index: 1000;
  bottom: 0;
}
.medio-filter.mf-top-filter .mf-top-filter-inner {
  width: 100%;
  background-color: #eee;
  box-shadow: 0px 0px 8px 2px #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
}
.medio-filter.mf-top-filter .mf-reset-filters {
  text-align: center;
  color: var(--primary-color);
  font-weight: 600;
}
.medio-filter.mf-top-filter .mf-filter-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}
.medio-filter.mf-top-filter .mf-filter-header-text {
  color: var(--primary-color);
}
.medio-filter.mf-top-filter .mf-open-content > * {
  width: 100% !important;
}
.medio-filter.mf-top-filter .mf-open-content {
  width: 100%;
}
.medio-filter.mf-top-filter .mf-open-content input,
.medio-filter.mf-top-filter .mf-open-content .custom-select {
  margin-bottom: 10px;
}
.medio-filter.mf-top-filter .mf-filter-icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.medio-filter.mf-top-filter .mf-filter-icon path {
  fill: var(--primary-color);
}
.medio-filter.mf-top-filter .mf-input {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
}
.medio-filter.mf-top-filter .mf-input::placeholder {
  color: #495057;
}

.medio-filter.mf-top-filter.mf-top-filter-opened {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
.medio-filter.mf-top-filter.mf-top-filter-opened .mf-filter-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.medio-filter.mf-top-filter.mf-top-filter-opened .mf-top-filter-inner {
  box-shadow: none;
}
.medio-filter.mf-top-filter.mf-top-filter-opened .mf-filter-button {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  #locationModal .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .medio-filter .dropdown-menu {
    min-width: 0 !important;
  }
}

/*# sourceMappingURL=style.css.map */
