/* #3 Preview/Logic/Settings Wrapper for builder */
.scwpFormSettingsMainWrapper{
  width: calc(~"100% - 250px");
  display: flex;
  // overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  background-color: @scwp-var-light-gray-color;
  // background-color: #fff;
  .scwp--border-radius(0);

  /* #4 Panel Heading Wrapper */
  .scwpPanelHeadingWrapper{
    justify-content: flex-end;
    padding: 0 0 0 35px;
    // margin-left: 0;
    .scwp--border-radius(0);
  }
  /* #4 End */

  /*  #8 Wrapper for Settings Option */
  .scwpFormSettingsWrapper{
    width: 100%;
    height: 100%;
    // height: auto;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    // overflow-y: scroll;

    /*  #9 Settigns Panel */
    @import './settings-console.less';

  }
  /* #8 End*/
}
/* #3 End */
