.top-swap {
  height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-swap img {
  height: 100%;
}

.main-swap {
  height: 358px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-swap img {
  height: 100%;
}

.bg-gradient {
  background-image: url("/assets/images/bg-gradient.png") !important;
  height: 100vh;
  background-size: cover;
}

.bg-blur {
  background-image: url("/assets/images/bg-blur.png") !important;
  height: 100vh;
  background-size: cover;
}