body.modal-open {
  padding-right: 0 !important;
}

.rs-modal-maker a.modal-trigger {
  display: inline-block;
  cursor: pointer;
}
.rs-modal-maker a.modal-trigger.type-button {
  padding: 14px 40px;
  border-radius: 3px;
  background: #2B4DFF;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  justify-content: center;
}
.rs-modal-maker a.modal-trigger.type-button svg {
  width: 17px;
  height: 17px;
}
.rs-modal-maker a.modal-trigger.type-button svg path {
  fill: #fff;
}
.rs-modal-maker a.modal-trigger.type-button i {
  font-size: 17px;
}
.rs-modal-maker a.modal-trigger.type-button:hover {
  background: #0A165E;
}
.rs-modal-maker .modal {
  z-index: 999999;
  padding-right: 0 !important;
}
.rs-modal-maker .modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  max-width: 100%;
  height: 100%;
}
.rs-modal-maker .modal .modal-dialog .modal-content {
  width: 100%;
  max-width: 700px;
  border: none;
  justify-content: center;
}
.rs-modal-maker .modal .modal-dialog .modal_close_btn {
  background: #2B4DFF;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 3px;
  padding: 10px 24px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-align: center;
  justify-content: center;
  z-index: 1;
}
.rs-modal-maker .modal .modal-dialog .modal_close_btn svg {
  width: 17px;
  height: 17px;
}
.rs-modal-maker .modal .modal-dialog .modal_close_btn svg path {
  fill: #fff;
  transition: all 0.3s ease 0s;
}
.rs-modal-maker .modal .modal-dialog .modal_close_btn i {
  transition: all 0.3s ease 0s;
  font-size: 17px;
}
