/* line 3, ../sass/modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 12, ../sass/modal.scss */
.modal-backdrop .modal-wrapper {
  max-width: 720px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 5px;
  max-height: 100%;
  overflow: auto;
}
/* line 20, ../sass/modal.scss */
.modal-backdrop .modal-wrapper .header {
  padding: 25px;
  border-bottom: 2px solid #dedede;
  display: flex;
  align-items: center;
}
/* line 25, ../sass/modal.scss */
.modal-backdrop .modal-wrapper .header h3 {
  margin: 0;
}
/* line 29, ../sass/modal.scss */
.modal-backdrop .modal-wrapper .header button {
  margin-left: auto;
  background: transparent;
  border: 0;
  cursor: pointer;
}
/* line 37, ../sass/modal.scss */
.modal-backdrop .modal-wrapper .content {
  padding: 25px;
}
/* line 40, ../sass/modal.scss */
.modal-backdrop .modal-wrapper .content:after {
  display: block;
  clear: both;
  content: "";
}
/* line 47, ../sass/modal.scss */
.modal-backdrop .modal-wrapper .content p {
  font-size: 16px;
  color: #121212;
}
/* line 53, ../sass/modal.scss */
.modal-backdrop .modal-wrapper .content .loading {
  text-align: center;
}
/* line 57, ../sass/modal.scss */
.modal-backdrop .modal-wrapper .content .form-group {
  margin-bottom: 15px;
}
/* line 60, ../sass/modal.scss */
.modal-backdrop .modal-wrapper .content .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
/* line 66, ../sass/modal.scss */
.modal-backdrop .modal-wrapper .content .form-group input, .modal-backdrop .modal-wrapper .content .form-group textarea {
  background-color: #f2f2f2;
  color: #908d8d;
  border-color: #908d8d;
}
/* line 73, ../sass/modal.scss */
.modal-backdrop .modal-wrapper .content .width-50 {
  width: 50%;
  float: left;
}
/* line 77, ../sass/modal.scss */
.modal-backdrop .modal-wrapper .content .width-50 h2 {
  margin-top: 0;
}
/* line 83, ../sass/modal.scss */
.modal-backdrop .modal-wrapper .content .choice-form p {
  margin-top: 0;
  text-align: center;
}

/* line 94, ../sass/modal.scss */
.wp-admin .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 96, ../sass/modal.scss */
.wp-admin .buttons .btn {
  display: inline-block;
  padding: 0.7em 1.4em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.15em;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #3369ff;
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
  text-align: center;
  position: relative;
  border: 0;
  cursor: pointer;
  transition: 230ms ease all;
}
/* line 114, ../sass/modal.scss */
.wp-admin .buttons .btn:hover {
  opacity: .8;
}
