.swapSection {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: 56px;
  margin-top: -100px;
  background-color: #fff;
  padding: 25px;
  border: 4px solid #000000;
  box-shadow: 5px 7px #0000001c;
  z-index: 2;
}
.swapSection.arabic {
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 576px) {
  .swapSection.arabic {
    margin-right: unset;
  }
}
.swapSection .body-section label {
  letter-spacing: 1px;
  color: #b8dee4;
}
.swapSection .body-section .amountField {
  position: relative;
}
.swapSection .body-section .amountField input {
  min-height: 45px;
  padding: 8px 15px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid black;
  color: #000;
  background: transparent;
  line-height: 1;
}
.swapSection .body-section .amountField .amountType {
  position: absolute;
  top: 22px;
  right: 0.8rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.swapSection .body-section .lowBalance {
  line-height: 20px;
  font-weight: 400;
}
.swapSection .body-section .statusIcon {
  height: 55px;
}
