.search-card {
  -ms-flex-negative: 0;
  background: #fff;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  height: 0;
  opacity: 1;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.search-card .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 9999;
}

.search-svg {
  margin-bottom: -4px;
}

.search-line {
  border: none;
  border-top: 1px solid #202020;
  height: 1px;
  margin: 7px 0 0;
  padding: 0;
  width: 444.001px;
}

.search-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.4px solid #202020;
  border: 1.4px solid var(--gray-gray-600, #202020);
  border-radius: 90px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 6px;
  right: 0;
}

.search-text {
  border: none;
  color: grey;
  color: var(--gray-gray-300, grey);
  font-family: Metropolis Light, Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 12px;
  width: 85%;
}

.search-text:focus {
  overflow-x: scroll;
  text-overflow: clip;
  white-space: normal;
}

.search-close {
  -ms-flex-negative: 0;
  cursor: pointer;
  flex-shrink: 0;
  height: 22px;
  position: fixed;
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
}

.page-wrapper.author-detail-page {
  padding-top: 110px;
}

@media screen and (max-width: 575px) {
  .search-line {
    width: 393px;
  }

  .search-close {
    top: 40%;
  }

  .search-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .search-btn {
    right: 10px;
  }

  .search-close {
    right: 0;
  }
}

@media screen and (max-width: 415px) {
  .search-card {
    position: absolute;
  }

  .search-line {
    width: 309px;
  }

  .search-close {
    display: none;
  }

  .search-text {
    width: 75%;
  }
}

.mw-600 {
  width: 100%;
  max-width: 500px;

  padding: 15px;
  border-radius: 20px;
  background: #fff;
}

.btn-link {
  background: #cf1d39;
  color: #fff;
  display: block;
  margin: 15px auto;
  width: 100%;
  max-width: 350px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 22px;
  border-radius: 10px;
}

.link {
  color: #cf1d39 !important;
  font-weight: bold !important;
}
