.currency-converter-wrap {
  width: 100%;
}
.currencies {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
}

.currencies__inner {
  max-width: 500px;
  flex-direction: column;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

@media screen and (max-width: 540px) {
  .currencies__inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.currencies__item {
  border-radius: 6px;
  flex-grow: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 1px #a09ea347;
}

@media screen and (max-width: 500px) {
  .currencies__item {
    flex-grow: 0;
  }
}

.currencies__label {
  color: #77767a;
  background-color: #fff;
  padding: 0 5px;
  transition: all .2s;
  position: absolute;
  top: 27px;
  left: 10px;
}

.currencies__input {
  height: 70px;
  border: none;
  border-radius: 6px 0 0 6px;
  flex-grow: 1;
  padding-left: 20px;
  font-size: 20px;
}

@media screen and (max-width: 420px) {
  .currencies__input {
    width: 100px;
  }
}

.currencies__input:focus ~ label {
  transform: translate3d(0, -37px, 0);
}

.currencies__input:focus {
  outline: none;
}

.currencies__dropdown-btn {
  width: 140px;
  height: 70px;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  background: #de6218;
  color: #fff;
}

.currencies__dropdown-img {
  width: 30px;
  padding-top: 5px;
}

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

.currencies__dropdown-txt {
  font-size: 14px;
  margin-bottom: 0;
}

.currencies__content {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.currencies__content-input {
  width: 100%;
  height: 70px;
  border: 1px solid #a09ea347;
  border-radius: 6px;
  padding-left: 20px;
  font-size: 20px;
}

.currencies__content-input:focus {
  outline: none;
}

.currencies__content-list {
  height: 300px;
  overflow-y: scroll;
}

.currencies__content-field {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 19px 23px;
  transition: all .2s;
  display: flex;
}

.currencies__content-field:hover {
  background-color: #ededed;
}

.currencies__country {
  align-items: center;
  gap: 5px;
  display: flex;
}

.currencies__img {
  width: 30px;
  height: auto;
}

.currencies__calculation {
  color: #77767a;
  margin-top: 30px;
}

.currencies__calculation-item {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.currencies__separator {
  height: 1px;
  background-color: #77767a;
  flex-grow: 1;
  margin-block: 1em;
  margin-inline: 0;
  display: block;
  opacity: 0;
}

.get {
  margin-top: 30px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.activer {
  transform: translate3d(0, -37px, 0);
}

/*# sourceMappingURL=index.5dc62a6b.css.map */
