* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins";
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 12px;
  }
}

@media screen and (max-width: 895px) {
  body {
    font-size: 10px;
    overflow: hidden;
  }
}

@media screen and (max-width: 720px) {
  body {
    font-size: 8px;
  }
}

.ds- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90vh;
}

.ds-searcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ds-searcher__logo {
  display: block;
  width: 28rem;
}

@media screen and (max-width: 1000px) {
  .ds-searcher__logo {
    width: 24rem;
  }
}

@media screen and (max-width: 895px) {
  .ds-searcher__logo {
    width: 19rem;
  }
}

@media screen and (max-width: 720px) {
  .ds-searcher__logo {
    width: 18rem;
  }
}

@media screen and (max-width: 500px) {
  .ds-searcher__logo {
    width: 16rem;
  }
}

@media screen and (max-width: 380px) {
  .ds-searcher__logo {
    width: 13rem;
  }
}

.ds-searcher__logo img {
  width: 100%;
  height: auto;
}

.ds-searcher__input {
  margin: 1.5rem;
  margin-top: 3.2rem;
  width: 45vw;
  border: 2px solid rgba(0, 0, 0, 0.02);
  border-radius: 1000px;
  background-color: #1f293b;
  color: rgba(255, 255, 255, 0.6);
  padding: 0.8rem 1.5rem;
  margin-right: 0.5rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

@media screen and (max-width: 895px) {
  .ds-searcher__input {
    padding: .6rem 1.2rem;
    width: 50vw;
  }
}

@media screen and (max-width: 500px) {
  .ds-searcher__input {
    margin-bottom: 1.3rem;
    width: 70vw;
    margin-top: 2.8rem;
  }
}

@media screen and (max-width: 380px) {
  .ds-searcher__input {
    padding: .4rem 1rem;
    margin-bottom: 1.5rem;
    margin-top: rem;
    width: 75vw;
  }
}

.ds-searcher__input:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  background: #23c29c;
  color: #fff;
}

.ds-searcher__input:focus, .ds-searcher__input:hover {
  outline: none;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}

.ds-searcher__input:hover + button {
  background-color: rgba(255, 255, 255, 0.18);
  color: #23c29c;
  border: 2px solid #23c29c;
}

.ds-searcher__buttom {
  padding: 0.8rem 1.5rem;
  margin-right: 0.6rem;
  border-radius: 1000px;
  border: none;
  background-color: #23c29c;
  font-weight: 600;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

.ds-searcher__buttom-box {
  display: inline-block;
}

@media screen and (max-width: 895px) {
  .ds-searcher__buttom {
    padding: .6rem 1.2rem;
  }
}

@media screen and (max-width: 380px) {
  .ds-searcher__buttom {
    padding: 0.4rem 1rem;
  }
}

.ds-searcher__buttom:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);
}

.ds-searcher__buttom:focus {
  outline: none;
}

@media screen and (max-width: 500px) {
  .ds-searcher__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ds-searcher__legal {
  text-align: center;
  justify-self: flex-end;
  width: 45%;
  color: gray;
  font-weight: 300;
  font-size: 0.7rem;
  -webkit-transform: translateY(25vh);
          transform: translateY(25vh);
}

@media screen and (max-width: 895px) {
  .ds-searcher__legal {
    font-size: .6rem;
    width: 60%;
  }
}

@media screen and (max-width: 380px) {
  .ds-searcher__legal {
    width: 75%;
  }
}

.ds-searcher__legal a {
  color: #23c29c;
}

#url_copy {
  border-radius: 1000px;
  padding: 0.4rem 0.8rem 0.8rem 0.8rem;
  background-color: #1f293b;
}

@media screen and (max-width: 895px) {
  #url_copy {
    padding: 0.2rem 0.6rem 0.6rem 0.6rem;
  }
}

#url_copy > svg {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

body {
  background-position-x: 90%;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #23c29c));
  background-image: linear-gradient(-90deg, transparent 0%, transparent 50%, #23c29c 50%);
  background-size: 222%;
}

.slideAnimation {
  -webkit-animation: slide .6s ease-in-out;
          animation: slide .6s ease-in-out;
}

@-webkit-keyframes slide {
  to {
    background-position: 0%;
  }
}

@keyframes slide {
  to {
    background-position: 0%;
  }
}

.error {
  background-color: red !important;
  color: white !important;
}

.warning {
  background-color: #e4c207 !important;
  color: white !important;
}
/*# sourceMappingURL=style.css.map */