body .render-modal .modal-content {
  background-color: transparent;
  border: none;
}

body .render-modal .modal-content .modal-header {
  background-color: #3A4248;
  border-bottom: 1px solid #232B32;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

body .render-modal .modal-content .modal-body {
  background-color: #2E373D;
}

body .render-modal .modal-content .modal-footer {
  border-top: 1px solid #232B32;
  background-color: #2E373D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

body .render-modal .modal-content .modal-footer .btn-modal-cancel {
  max-width: 80px;
  width: 100%;
}

body .render-modal .modal-content .modal-footer .btn-primary {
  max-width: 130px;
  width: 100%;
}

body.white-theme .render-modal .modal-content {
  background-color: transparent;
  border: none;
}

body.white-theme .render-modal .modal-content .modal-header {
  background-color: #FFF;
  border-bottom: 1px solid #eeeeed;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

body.white-theme .render-modal .modal-content .modal-body {
  background-color: #FFF;
}

body.white-theme .render-modal .modal-content .modal-footer {
  border-top: 1px solid #eeeeed;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

body.white-theme .render-modal .modal-content .modal-footer .btn-modal-cancel {
  max-width: 80px;
  width: 100%;
}

body.white-theme .render-modal .modal-content .modal-footer .btn-primary {
  max-width: 130px;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */