.imp-dialog.mobile.ios {
  position: fixed !important;
}

.iamport-modal {
  border-radius: 10px !important;
}
.iamport-modal .button-holder {
  border-radius: 0 0 10px 10px;
}

.iamport-modal .button-holder .iamport-modal-button {
  background-color: #6d45e2 !important;
}

.iamport-modal .iamport-modal-header {
  border-radius: 10px 10px 0 0;
}

.iamport-modal .iamport-modal-container {
  border-radius: 0 0 10px 10px;
}

.iamport-modal .main-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.dimmed-background {
  z-index: 999 !important;
}

.iamport-order-view th,
.iamport-order-view td {
  text-align: center;
  padding: 0.5rem !important;
}

.import-payment-button-style {
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  background-color: #7456f1;
  border-radius: 3px;
}

.import-payment-button-style:hover {
  color: #fff;
  background-color: #5e3fde;
}

/* Iamport : Disable Screen Scroll When Checkout */
.modal-open {
  margin: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
}
