.dbr-stripe-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.27);
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.dbr-stripe-modal button, .dbr-stripe-modal a {
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.dbr-stripe-modal.show {
  display: flex;
}
.dbr-stripe-modal .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.dbr-stripe-modal .modal-footer {
  padding-top: 15px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.dbr-stripe-modal .modal-dialog {
  width: 600px;
  max-width: 90%;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
}
.dbr-stripe-modal .modal-dialog button {
  background: #000;
  color: #ffffff;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid black;
}
.dbr-stripe-modal .modal-dialog button.btn-cancel {
  background: #505050;
  border-color: #505050;
}
.dbr-stripe-modal .modal-dialog button:hover {
  background: none;
  color: #000;
}

/*# sourceMappingURL=stripe.css.map */
