/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap");
.pageflow-block-editor-container {
  font-family: 'Maven Pro', sans-serif !important;
  font-size: 1.2rem !important;
  color: #666666;
  border: 1px solid black;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24); }
  .pageflow-block-editor-container img {
    display: block;
    margin: 20px auto;
    max-width: 30%; }
  .pageflow-block-editor-container label {
    font-size: 1.2rem !important; }
  .pageflow-block-editor-container .pgf-space-evenly-section {
    display: flex;
    justify-content: space-evenly; }
  .pageflow-block-editor-container .pgf-center-section {
    display: flex;
    justify-content: center; }
  .pageflow-block-editor-container .pgf-align-center {
    text-align: center; }
  .pageflow-block-editor-container .pgf-block-label {
    display: block; }
  .pageflow-block-editor-container .pgf-text-input {
    width: 60%; }
  .pageflow-block-editor-container .pgf-small-text-input {
    width: 20%; }
  .pageflow-block-editor-container .pgf-select {
    margin-left: 5px;
    font-size: 12px;
    min-height: 20px; }
  .pageflow-block-editor-container .pgf-story-section {
    margin-top: 20px;
    margin-bottom: 30px; }
  .pageflow-block-editor-container .pgf-checkbox {
    width: 20px;
    position: relative;
    bottom: 27px;
    left: 115px; }
    .pageflow-block-editor-container .pgf-checkbox input[type=checkbox] {
      visibility: hidden; }
    .pageflow-block-editor-container .pgf-checkbox input[type=checkbox]:checked + label:after {
      opacity: 1; }
    .pageflow-block-editor-container .pgf-checkbox input[type=checkbox][disabled] + label {
      background-color: #ddd; }
    .pageflow-block-editor-container .pgf-checkbox label {
      width: 20px;
      height: 20px;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      background: #FBFFFE;
      border: 1px solid #D1D1D1;
      border-radius: 4px; }
      .pageflow-block-editor-container .pgf-checkbox label:after {
        content: '';
        width: 16px;
        height: 9px;
        position: absolute;
        top: 3px;
        left: 1.5px;
        border: 5px solid #666666;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        color: #666666; }
  .pageflow-block-editor-container .pgf-toggle {
		cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    border: 2px solid #666666;
    border-radius: 0 !important; }
    .pageflow-block-editor-container .pgf-toggle:focus {
      outline: #666666; }

/*# sourceMappingURL=editor.css.map */
