@charset "utf-8";

.s-component-editor-inner.common-editor .s-component-content img { margin: 0px auto; border-radius: 3px; max-width: 98%; display: block; }

.s-component-editor-inner.common-editor .s-component-content p { margin: 0.5em 0px; line-height: 1.4; }

.s-component-editor-inner.common-editor .s-component-content em { font-style: italic; font-weight: inherit; }

.s-component-editor-inner.common-editor .s-component-content strong { font-style: inherit; }

.s-component-editor-inner.common-editor .s-component-content ol { margin: 0.5em 0px; padding: 0px 20px; list-style-type: decimal; }

.s-component-editor-inner.common-editor .s-component-content ul { margin: 0.5em 0px; padding: 0px 20px; list-style-type: disc; }

.s-component-editor-inner.common-editor .s-component-content li { line-height: 1.4; }

@media only screen and (max-width: 500px) {
  .popups-dialog .s-kit-modal-body { max-height: 74vh; overflow: hidden auto; }
  .popups-dialog.s-email-form.modify-the-position .s-kit-modal-content .s-kit-modal-close { top: -40px; right: 0px; }
  .s-kit-modal-root .s-kit-modal-wrap .s-kit-modal.popups-dialog { position: fixed; top: 40px; left: 0px; min-width: 100%; margin: 0px; }
}

.popups-dialog.s-email-form.modify-the-position .s-kit-modal-content { overflow: visible; }

.popups-dialog.s-email-form.modify-the-position .s-kit-modal-close { top: 0px; right: -40px; color: rgba(255, 255, 255, 0.75); }

.rtl-layout .popups-dialog.s-email-form.modify-the-position .s-kit-modal-close { left: -40px; right: unset; }

.popups-dialog.s-email-form .s-kit-modal-body { padding: 0px; }

.popups-dialog.s-email-form .s-kit-modal-content { width: 100%; }

.popups-dialog.s-email-form .s-kit-modal-close { top: 7px; right: 6px; }

.popups-dialog.s-email-form .submit-result-container { padding: 40px; }

.popups-dialog.s-email-form .submit-result-container .title { margin-bottom: 40px; box-sizing: border-box; text-align: center; }

.popups-dialog.s-email-form .submit-result-container .s-email-form-button { box-sizing: border-box; width: 100%; padding: 9px; font-size: 14px; min-height: 36px; line-height: 18px; letter-spacing: 1.5px; text-align: center; border-radius: 4px; cursor: pointer; font-weight: bold; text-transform: uppercase; }

@media only screen and (max-width: 500px) {
  .rtl-layout .popups-dialog.s-email-form.modify-the-position .s-kit-modal-close { top: -40px; left: 0px; right: unset; }
}