@keyframes contentSlideInFromRight {
  from {
    transform: translateX(150%);
  }
  to {
    transform: translateX(0%);
  }
}
.modal-share-search {
  overflow-x: hidden;
}
.modal-share-search .ico-modal__main {
  max-width: 100%;
  width: 100%;
  top: 0;
  min-height: 100%;
  height: auto;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
.modal-share-search .ico-modal__overlay--show {
  background-color: #ffffff;
}
.modal-share-search__back-btn {
  margin-top: 5px;
}
.modal-share-search__content {
  transition: all 0.2s;
  overflow: auto;
  padding-left: 26px;
  padding-right: 26px;
  animation: contentSlideInFromRight 0.25s ease-in-out;
}
.modal-share-search__inner {
  max-width: 568px;
  margin: 0 auto;
}
.modal-share-search__title {
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
.modal-share-search__search-name {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  color: #58595b;
  text-align: center;
  overflow-wrap: break-word;
}
.modal-share-search__copy-link {
  text-align: center;
  margin-bottom: 30px;
}
.modal-share-search__copy-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #58595b !important;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .modal-share-search__copy-link-btn:hover {
    color: #da291c !important;
  }
}
.modal-share-search__copy-link-btn:active {
  color: #da291c !important;
}
.modal-share-search__copy-link-btn i {
  font-size: 1.6rem;
}
.modal-share-search textarea {
  resize: vertical;
}
.modal-share-search__divider {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 700;
  clear: both;
  letter-spacing: 1.5px;
  font-size: 12px;
  margin: 10px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #58595b;
}
.modal-share-search__form {
  margin-left: -2px;
  overflow-x: hidden;
}
.modal-share-search__form .default-success .general {
  text-align: center;
}
.modal-share-search__confirmation {
  padding-left: 14px;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}
.modal-share-search.ico-modal.modal-share-search--has-sticky-header .ico-modal__content-wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .modal-share-search__divider {
    margin: 38px 0 4px 0;
  }
  .modal-share-search__form {
    margin-left: -16px;
  }
  .modal-share-search__confirmation .general {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .modal-share-search__content {
    padding-bottom: 60px;
  }
  .modal-share-search.ico-modal.modal-share-search--has-sticky-header .ico-modal__header-wrapper {
    padding: 58px 60px 18px;
  }
  .modal-share-search.ico-modal.modal-share-search--has-sticky-header .ico-modal__header.modal-share-search__header .ico-modal__header-wrapper {
    padding-left: 100px;
  }
}
@media (min-width: 1440px) {
  .modal-share-search {
    overflow-y: hidden;
  }
  .modal-share-search__form {
    margin-left: -21px;
  }
  .modal-share-search.ico-modal.modal-share-search--has-sticky-header .ico-modal__close {
    position: absolute;
    top: 60px;
    right: 90px;
  }
  .modal-share-search .ico-modal__main {
    overflow-y: auto;
    min-height: auto;
    max-height: 100%;
  }
  .modal-share-search .ico-modal__overlay--show {
    background-color: #000000;
    opacity: 0.5;
  }
}
