#rbc-editor {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

#rbc-editor * {
    font-family: inherit;
}

#rbc-editor h3 {
    font-family: inherit !important;
    font-size: 14px;
    position: relative;
    display: block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#rbc-editor i.dashicons {
    font-family: dashicons !important;
    line-height: inherit;
    width: auto;
    height: auto;
}

.rbc-editor-wrap {
    position: relative;
    z-index: 10;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    min-width: 255px;
    margin: 0 0 30px 0 !important;
    padding: 0;
    border-right: 1px solid #e5e5e5;
    border-bottom: 10px solid #9a9dcc;
    border-left: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

#rbc-global-meta.postbox > .inside {
    border-bottom: none;
}

.rbc-editor-wrap * {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.rbc-editor-header-inner {
    line-height: 1.4;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background-color: #9a9dcc;
}

h3.rbc-editor-heading {
    font-size: 16px;
    line-height: 42px;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    color: #fff;
}

.rbc-editor-heading i {
    font-size: 18px;
    line-height: inherit;
    display: inline-block;
    margin-right: 4px;
}

#rbc-editor a {
    font-size: 13px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#rbc-editor textarea, #rbc-editor input {
    max-width: 100%;
}

.rbc-highlight {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 2px dashed #96df8a;
}

.rbc-stack-sections {
    position: relative;
    display: block;
    max-width: 100%;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.rbc-section {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 1;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #f7f7f7;
}

.is-opacity.rbc-block,
.is-opacity.rbc-section {
    opacity: 0;
}

.rbc-section-list-header {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: block;
    margin: 0 !important;
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
}

.rbc-section-list-header:hover {
    opacity: .8;
}

.rbc-panel-block {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    margin: 5px 20px 20px 20px;
    text-align: left;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
}

.rbc-panel-block-header {
    font-weight: 700;
    line-height: 0;
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.rbc-panel-block-header * {
    line-height: 40px;
}

.rbc-panel-block-header h3 {
    font-size: 14px;
    float: left;
    padding: 0 20px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: .3;
}

.rbc-panel-block-header .is-nav-active,
.rbc-panel-block-header h3:hover,
.rbc-panel-block-header h3:focus {
    opacity: 1;
}

.rbc-panel-block-header i {
    margin-right: 4px;
}

.rbc-block-header {
    position: relative;
    display: block;
}

/* section select wrap */
.rbc-section-list {
    padding: 20px 0 15px 0;
    text-align: center;
    border-top: 4px solid #f7f7f7;
}

.rbc-section-list-item {
    display: inline-block;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    vertical-align: top;
}

.rbc-block {
    position: relative;
    display: block;
    margin-top: 10px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 1;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
}

.rbc-panel-tab {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
}

.rbc-block-list-item {
    display: flex;
    display: -webkit-flex;
    width: 190px;
    height: auto;
    margin: 0;
    padding: 8px;
    text-align: center;
}

.rbc-stack-blocks {
    position: relative;
    display: block;
    overflow: visible;
    padding: 10px 20px 30px 20px;
}

.rbc-block-list-item img {
    display: flex;
    flex: 0 0 30px;
    width: 55px;
    height: auto;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    border: 5px solid #f2f2f2;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.rbc-section-list-item span, .rbc-section-list-item a, .rbc-block-list-item a, .rbc-block-list-item span {
    display: block;
    text-decoration: none;
    outline: none !important;
}

.rbc-section-list-item span {
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
    color: #333;
}

.rbc-block-list-item span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    color: #3b414c;
}

.rbc-block-list-item span.tagline {
    font-size: 10px;
    display: block;
    margin-top: 5px;
    color: #777;
}

.rbc-section-list-item a:hover {
    opacity: .7;
}

.rbc-block-list-item a:hover {
    border-color: #9a9dcc;
}

.rbc-section-list-item:last-child, .rbc-block-list-item:last-child {
    margin-right: 0;
}

.rbc-block-description {
    font-size: .875rem;
    font-style: italic;
    line-height: 1.7;
    display: block;
    margin-bottom: 20px;
}

.rbc-block-description .tips {
    font-style: normal;
    line-height: 1.5;
    display: inline-block;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 7px 20px;
    vertical-align: middle;
    color: #9a9dcc;
    border: 1px solid #dddfff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.rbc-block-description .tips i {
    line-height: 1 !important;
    margin-right: 7px;
}

.rbc-empty {
    font-size: 13px;
    font-weight: bold;
    display: block;
    padding: 15px;
    text-align: center;
    color: #3b414c;
    border: 2px dashed #dfd5ef;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.rbc-panel-section {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: #fafafa;
}

.rbc-section:first-child {
    margin-top: 0;
}

.rbc-section:last-child {
    margin-bottom: 0;
}

.rbc-section-bar {
    position: relative;
    display: block;
    overflow: hidden;
}

.rbc-block-bar {
    position: relative;
    display: block;
}

.rbc-section-bar i {
    font-size: 17px !important;
}

.rbc-block-bar i {
    font-size: 15px !important;
}

.section-label, .block-label {
    font-size: 15px;
    font-weight: 700;
    margin-left: 48px;
    padding-right: 140px;
    cursor: move;
    text-align: left;
}

.rb-index {
    font-size: 18px;
    float: right;
    margin-left: auto;
    color: #76a77c;
}

.section-label {
    font-size: 18px;
    line-height: 48px;
}

.block-label {
    line-height: 40px;
}

.rbc-options-wrap {
    position: relative;
    padding: 10px 20px 30px 20px;
}

.rbc-section-delete, .rbc-section-expand, .rbc-section-move,
.rbc-block-delete, .rbc-block-expand, .rbc-block-move,
.rbc-section-clone, .rbc-block-clone {
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    background-color: #aaa;
}

.rbc-block-delete, .rbc-block-expand,
.rbc-block-move, .rbc-block-clone {
    line-height: 24px;
    top: 7px;
    width: 24px;
    height: 24px;
}

.rbc-section-move, .rbc-block-move {
    top: 9px;
    right: auto;
    left: 9px;
    display: block;
    cursor: move;
}

.rbc-section-expand, .rbc-block-expand {
    top: 9px;
    right: 44px;
    left: auto;
}

.rbc-section-delete, .rbc-block-delete {
    top: 9px;
    right: 9px;
    left: auto;
}

.rbc-section-clone {
    top: 9px;
    right: 80px;
    left: auto;
}

.rbc-block-clone {
    top: 9px;
    right: 65px;
    left: auto;
}

.rbc-block-expand {
    right: 36px;
}

.rbc-section-clone:hover, .rbc-section-clone:focus,
.rbc-block-clone:hover, .rbc-block-clone:focus {
    background-color: #9a9dcc;
}

.rbc-section-move:hover, .rbc-block-move:focus,
.rbc-section-expand:hover, .rbc-block-expand:hover,
.rbc-panel-block-expand:hover {
    background-color: #77d895;
}

.rbc-section-delete:hover, .rbc-section-delete:focus,
.rbc-block-delete:hover, .rbc-block-delete:focus {
    background-color: #ff776a;
}

.rbc-block:first-child {
    margin-top: 0;
}

.rbc-block:last-child {
    margin-bottom: 0;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.rbc-option-header {
    float: left;
    overflow: hidden;
    width: 30%;
}

.rbc-option-input {
    display: block;
    float: right;
    width: 65%;
}

.rbc-option-input.is-fullwidth {
    float: none;
    clear: both;
    width: 100%;
}

#rbc-editor .wp-editor-wrap {
    padding-top: 30px;
}

.rbc-block-option, .rbc-section-option {
    position: relative;
    -webkit-display: flex;
    display: flex;
    align-items: center;
    padding: 15px 20px;
}

.rbc-block-option:nth-child(2n),
.rbc-section-option:nth-child(2n) {
    background-color: #fafafa;
}

.rbc-block-option:after,
.rbc-section-option:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
}

.rbc-option-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}

.rbc-option-description {
    font-size: 12px;
    line-height: 1.6em;
    max-width: 80%;
    color: #666;
}

.rbc-field {
    font-size: 13px;
    line-height: 20px !important;
    display: block;
    min-width: 60%;
    height: auto !important;
    margin-top: 10px;
    padding: 7px 15px !important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none !important;
    box-shadow: none !important;
}

.rbc-field-category,
.rbc-field-categories {
    font-weight: 700;
}

.rbc-field-category option,
.rbc-field-categories option {
    font-weight: inherit;
}

textarea.rbc-field.raw-html {
    width: 100%;
}

.rbc-field:focus {
    border-color: #cbcbcb !important;
}

.rbc-field option {
    font-size: 13px;
    line-height: 1.5;
    display: block;
    padding: 2px 15px;
}

select.rbc-field {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

select[multiple].rbc-field {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.rbc-panel-sidebar {
    position: relative;
    margin: 20px;
    padding: 0;
    border: 1px dashed #eee;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.rbc-sidebar-el {
    display: block;
    float: left;
    width: 33.333%;
    padding: 20px;
}

select.rbc-sidebar-name, select.rbc-sidebar-position, select.rbc-sidebar-sticky {
    line-height: 20px !important;
    display: block;
    width: 100% !important;
    min-width: 60%;
    height: auto !important;
    margin-top: 10px;
    padding: 10px 15px !important;
    border-color: #eee;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none !important;
    background-color: transparent;
    box-shadow: none !important;
}

.sidebar-label {
    font-size: 13px;
    font-weight: 700;
}

.rbc-loader {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 120px;
    background: #f8f8f8 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22%23282828%22%3E%3Cpath%20opacity%3D%22.2%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22%2F%3E%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center;
}

.rbc-tabs-nav {
    display: block;
    overflow: hidden;
}

.rbc-tab-nav-target {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: block;
    float: left;
    margin-right: 5px;
    padding: 8px 25px;
    text-decoration: none !important;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.rbc-tab-nav-target {
    color: #666;
}

.rbc-tab-nav-target.filter-active, .rbc-tab-nav-target:hover, .rbc-tab-nav-target:focus {
    color: #fff !important;
    background-color: #9a9dcc;
}

.rbc-tab-wrap {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    padding: 0;
    border: 1px dashed #eee;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

@keyframes composerLoad {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes composerLoad {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes composerLoad {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes composerLoad {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}

.rbc-field-loading {
    font-size: 16px;
    -moz-animation: composerLoad 3s infinite;
    -o-animation: composerLoad 3s infinite;
    -webkit-animation: composerLoad 3s infinite;
    animation: composerLoad 3s infinite;
}

.ruby-tab-advertising textarea {
    font-weight: normal;
}

/* rtl */
.rtl .rbc-tabs-nav a {
    float: right;
}

.rtl .rbc-option-input {
    float: left;
}

.rtl .rbc-option-header {
    float: right;
    padding-right: 3px;
}

.rbc-switch-mode-btn {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-top: 15px;
    padding: 7px 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: #fff !important;
    border: none !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none !important;
    background-color: #9a9dcc;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#editor .rbc-switch-mode-btn {
    margin-top: 0;
    margin-left: 10px;
}

.rbc-switch-mode-btn i {
    font-size: 18px;
    margin-right: 1px;
}

.rbc-switch-mode-btn:hover,
.rbc-switch-mode-btn:focus {
    background-color: #707395;
}

.is-hidden {
    display: none !important;
    height: 0 !important;
}

#rbc-editor .rbc-dimension {
    display: block;
    float: left;
    margin-right: 5px;
}

.rbc-dimension-label {
    font-size: 12px;
    color: #666;
}

#rbc-editor .rbc-dimension input {
    min-width: auto;
    max-width: 80px;
    margin-top: 3px;
    padding: 7px 5px !important;
}

.rbc-section-settings {
    position: relative;
    margin: 20px;
    padding: 0;
    border: 2px solid #eee;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.rbc-panel-tab {
    display: none;
}

.rbc-panel-tab.is-panel-active {
    display: flex;
    display: -webkit-flex;
}

.rbc-panel-tab-list {
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-right: 10px;
    padding-left: 10px;
}

h3.rbc-section-settings-title {
    z-index: 2;
    float: right;
    margin-right: 35px;
    color: #9a9dcc;
}

.rbc-panel-block-expand {
    font-size: 15px;
    line-height: 24px;
    position: absolute;
    z-index: 10;
    top: 9px;
    right: 9px;
    width: 24px;
    height: 24px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    background-color: #999;
}

.rbc-template-panel-outer {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

#rbc-main-template-btn {
    font-size: 13px;
    line-height: 42px;
    position: relative;
    display: block;
    padding: 0 20px;
    -webkit-transition: backgorund-color .3s ease-in-out;
    transition: backgorund-color .3s ease-in-out;
    white-space: nowrap;
    color: #fff;
}

#rbc-main-template-btn:hover {
    background-color: rgba(0, 0, 0, .2);
}

#rbc-main-template-btn i {
    line-height: inherit;
    margin-right: 5px;
}

.rbc-template-panel {
    position: absolute;
    z-index: 1000;
    top: 100%;
    right: 0;
    display: none;
    visibility: visible;
    min-width: 240px;
    padding: 10px 10px 20px 10px;
    text-align: center;
    opacity: 1;
    background-color: #fff;
    box-shadow: 1px 4px 10px rgba(0, 0, 0, .1);
}

#rbc-template-save-btn {
    line-height: 32px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #84b999;
}

#rbc-template-save-btn i {
    line-height: inherit;
    margin-right: 4px;
}

.rbc-template-panel h4 {
    font-size: 13px;
    line-height: 30px;
    margin: 10px 0;
    padding: 0 15px;
    background-color: #fafafa;
}

.rbc-template-empty {
    font-size: 12px;
    display: block;
    color: #666;
}

#rbc-template-submit-panel {
    display: none;
    text-align: left;
}

#rbc-template-submit-panel input {
    width: 100%;
}

#rbc-template-submit-panel h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

#rbc-template-submit-panel span {
    font-size: 11px;
    display: block;
    margin: 10px 0;
}

#rbc-template-submit-btn {
    line-height: 30px;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    border-radius: 4px;
    background-color: #73a74c;
}

.rbc-input-error, .rbc-input-error:focus {
    border-color: #ff7435 !important;
}

.rbc-input-notice {
    font-size: 12px;
    font-style: italic;
    display: none;
    margin-top: 4px;
    color: #ff7435;
}

.rbc-template-list-wrap {
    font-weight: 700;
    line-height: 32px;
    display: block;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.rbc-template-list-wrap:last-child {
    border-bottom: none;
}

.rbc-template-list-delete {
    float: right;
}

.rbc-template-loader-outer {
    position: relative;
    display: block;
}

.rbc-template-list-add {
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: #333;
}

.rbc-template-list-add:hover {
    color: #73a74c;
}

.rbc-template-list-delete {
    color: #333;
}

.rbc-template-list-delete:hover {
    color: #ff1800
}

.rbc-template-list-delete i {
    color: inherit;
}

#rbc-template-submit-panel span.saving-load {
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
}

.rbc-is-gutenberg {
    max-width: 1200px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.is-wrapper {
    max-width: 100% !important;
}

.is-wrapper .editor-entry-title {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
}

.rbc-field-select, .rbc-field-select option {
    font-weight: bold;
}

.rbc-section-settings-title i {
    line-height: 1;
    -webkit-animation: spin 4s infinite linear;
    vertical-align: middle;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

div#rbc-global-meta > .postbox-header > h2.ui-sortable-handle {
    font-size: 0;
    padding: 0;
    text-indent: -99999px;
}

#rbc-global-meta {
    margin-right: auto;
    margin-left: auto;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.option-light {
    font-weight: 400 !important;
}

.rbc-template-list-add.default-template {
    font-size: 10px !important;
    line-height: 1;
    width: 100%;
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: #fafafa;
}

.rbc-template-list-wrap.list-default {
    line-height: 20px;
    display: inline-block;
    width: 48%;
    padding: 0;
    text-align: center;
    border: 1px solid #eee;
}

.rbc-enabled .edit-post-visual-editor .block-editor-writing-flow__click-redirect {
    min-height: auto;
}

body.rtl .rbc-editor-heading i {
    margin-right: auto;
    margin-left: 4px;
}

body.rtl .rbc-section-list-header {
    text-align: right;
}

body.rtl .rbc-panel-block {
    margin: 5px 20px 20px 20px;
    text-align: right;
}

body.rtl .rbc-panel-block-header h3 {
    float: right;
}

body.rtl .rbc-section-settings-title .dashicons,
body.rtl .rbc-block-list-title .dashicons,
body.rtl .rbc-block-sidebar-title .dashicons {
    display: block;
    float: left;
}

body.rtl .rbc-section-list {
    padding: 20px 0 15px 0;
}

body.rtl .rbc-stack-blocks {
    padding: 10px 20px 30px 20px;
}

body.rtl .rbc-section-list-item:last-child,
body.rtl .rbc-block-list-item:last-child {
    margin-left: 0;
}

body.rtl .rbc-block-description .tips i {
    margin-left: 7px;
}

body.rtl .section-label,
body.rtl .block-label {
    margin-right: 48px;
    margin-left: auto;
    text-align: right;
}

body.rtl .rbc-options-wrap {
    padding: 10px 20px 30px 20px;
}

body.rtl .rbc-section-move,
body.rtl .rbc-block-move {
    right: 9px;
    left: auto;
}

body.rtl .rbc-section-expand,
body.rtl .rbc-block-expand {
    right: auto;
    left: 44px;
}

body.rtl .rbc-section-delete,
body.rtl .rbc-block-delete {
    right: auto;
    left: 9px;
}

body.rtl .rbc-section-clone {
    right: auto;
    left: 80px;
}

body.rtl .rbc-block-clone {
    right: auto;
    left: 65px;
}

body.rtl .rbc-block-expand {
    left: 36px;
}

body.rtl .rbc-option-header {
    float: right;
}

body.rtl .rbc-option-input {
    float: left;
}

body.rtl .rbc-sidebar-el {
    float: right;
}

body.rtl .rbc-tab-nav-target {
    float: right;
    margin-left: 5px;
}

body.rtl #editor .rbc-switch-mode-btn {
    margin-right: 10px;
}

body.rtl .rbc-switch-mode-btn i {
    margin-left: 1px;
}

body.rtl #rbc-editor .rbc-dimension {
    float: right;
    margin-left: 5px;
}

body.rtl h3.rbc-section-settings-title {
    float: left;
    margin-right: auto;
    margin-left: 35px;
}

body.rtl .rbc-panel-block-expand {
    right: auto;
    left: 9px;
}

body.rtl .rbc-template-panel-outer {
    right: auto;
    left: 0;
}

body.rtl #rbc-main-template-btn i {
    margin-right: auto;
    margin-left: 5px;
}

body.rtl .rbc-template-panel {
    right: auto;
    left: 0;
    padding: 10px 10px 20px 10px;
}

body.rtl #rbc-template-save-btn i {
    margin-left: 4px;
}

body.rtl #rbc-template-submit-panel {
    text-align: right;
}

body.rtl .rbc-template-list-wrap {
    text-align: right;
}

body.rtl .rbc-template-list-delete {
    float: left;
}

body.rtl #rbc-template-submit-panel span.saving-load {
    margin-right: 5px;
}

body.rtl .rb-index {
    float: left;
    margin-right: auto;
    margin-left: 0;
}

body.rtl .section-label,
body.rtl .block-label {
    padding-right: 0;
    padding-left: 140px;
}

/** composer relayout */
.rbc-block-list-item a {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    flex-grow: 1;
    border: 2px solid transparent;
}

.rbc-block-list-item span {
    text-align: left;
}

.rbc-panel-tab {
    padding-top: 0;
    padding-bottom: 10px;
}

.edit-post-header-toolbar {
    flex-grow: 0 !important;
}