@charset "utf-8";

.new-editor-guide-dialog-wrapper .s-kit-modal-content { border-radius: 8px; }

.new-editor-guide-dialog-wrapper .s-kit-modal-body { padding: 0px; width: 520px; height: 550px; }

.new-editor-guide-dialog-wrapper .new-editor-guide-panel { position: relative; }

.new-editor-guide-dialog-wrapper .new-editor-guide-panel .guide-image-bg { width: 520px; position: absolute; left: 0px; top: 0px; }

.new-editor-guide-dialog-wrapper .guide-content { position: absolute; left: 0px; right: 0px; margin: 76px auto 0px; text-align: center; font-family: open_sans, "Open Sans", sans-serif; }

.new-editor-guide-dialog-wrapper .guide-label { display: block; font-size: 16px; color: rgb(99, 105, 114); line-height: 1.6; padding: 0px 40px; }

.new-editor-guide-dialog-wrapper .guide-image { width: 380px; margin-top: 32px; }

.new-editor-guide-dialog-wrapper .guide-button { width: 280px; height: 42px; outline: none; color: rgb(255, 255, 255); cursor: pointer; font-size: 14px; margin-top: 40px; border-radius: 6px; box-shadow: white 0px -1px, rgba(0, 0, 0, 0.1) 0px 1px 8px; background: linear-gradient(311deg, rgb(252, 48, 129) 0%, rgb(146, 44, 216) 100%); }

.new-editor-guide-dialog-wrapper .guide-button:hover { opacity: 0.9; }