<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ast-custom-layout-switch {
    position : relative;
    width: 42px;
    margin: inherit;
    height: 22px;
    cursor: pointer;
    border-radius: 100px;
    box-sizing: border-box;
    border: 2px solid #555d66;
    opacity: 0.7;
    transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1),border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.ast-custom-layout-switch.ast-active {
    background: #1c81c8;
    border-color: #1c81c8;
    opacity: 1;
}
.ast-custom-layout-switch:before {
    opacity: 0;
    top: 5px;
    left: 7px;
    width: 2px;
    height: 6px;
    background: #fff;
}
.ast-custom-layout-switch.ast-active:before {
    opacity: 1;
}
.ast-custom-layout-switch.ast-active:after {
    opacity: 0;
}
.ast-custom-layout-switch:after {
    top: 4px;
    right: 4px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 2px solid #555d66;
    transform: scale3d(0.8, 0.8, 1)
}
.ast-custom-layout-switch.ast-active span {
    background: #fff;
    transform: translate3d(20px, 0, 0);
}
.ast-custom-layout-switch &gt; span {
    -js-display: flex;
    display: flex;
    width: 17px;
    height: 18px;
    background: #555d66;
    border-radius: inherit;
    transform: translate3d(1px, 0, 0);
    transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1),transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ast-shrotcut{
	-js-display: flex;
	display: flex;
	align-items: center;
}
#enable_disable {
	width: 150px;
}
.ast-shrotcut input {
	width: 100%;
}
.ast-custom-layout-tabs-wrapper {
	margin: 2em 0;
}

 /* admin custom layout design  */
.ast-cl-priority .post-attributes-label-wrapper {
    margin-bottom: unset;
}
.ast-custom-layout-sidebar.ast-custom-layout-sidebar.components-panel__body.is-opened {
	padding: 14px;
}
.ast-advanced-hook-heading-help.dashicons.dashicons-editor-help {
	vertical-align: middle;
	margin-left: 5px;
    cursor: help;
    color: #b3b3b3;
    font-size: 18px;
}
</pre></body></html>