.gateway_conf {
  display: grid;
  grid-template-columns: 1fr 2fr;
  justify-content: left;
  align-items: center;
  margin-top: 20px;
}

.gateway_conf:last-child {
  margin-bottom: 0;
}
.notifier_gateway_api {
  width: 200px;
  height: 40px;
}
@media only screen and (max-width: 576px) {
  .gateway_conf {
    display: block;
  }
  .notifier_gateway_api {
    width: 150px;
    height: 30px;
  }
}
.redirect_url {
  font-size: 12px;
  text-decoration: none;
}
