#post-body-content {
    display: none;
}
#msw-editor .inside {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    background: #fafafa;
    overflow: hidden;
}
.stock-edit *,
.stock-edit *:before,
.stock-edit *:after {
	box-sizing: border-box;
}
.stock-edit a {
    text-decoration: none;
}
.stock-edit {
	display: flex;
}
.panel-options {
	position: relative;
    width: 380px;
	padding: 6px;
	border-right: 1px solid #eee;
    background: #fff;
    z-index: 999;
    transition: all .25s;
}
.stock-edit.collapsed .panel-options {
    transform: translateX(-100%);
}
.panel-collapse {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.panel-collapse:before {
    content: url(../icons/x.svg);
    position: absolute;
    top: 8px;
    left: 10px;
    line-height: 0;
    z-index: 2;
}
.stock-edit.collapsed .panel-collapse:before {
    content: url(../icons/menu.svg);
}
.panel-collapse:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 60px solid #e0e0e0;
    border-bottom: 60px solid transparent;
    border-right: 0px solid transparent;
    z-index: 1;
    transition: all .25s;
}
.stock-edit .panel-preview {
    position: relative;
    flex: 1;
    padding: 30px;
    padding-top: 60px;
    max-width: calc(100% - 380px);
    transition: all .25s;
}
.stock-edit.collapsed .panel-preview {
    max-width: 100%;
    margin-left: -380px;
}
.stock-edit .panel-preview .stock-notice {
    color: #aaa;
    padding: 0 0 40px;
}
.stock-edit .panel-preview .stock-notice img {
    vertical-align: text-bottom;
}

.stock-edit .d-flex {
    display: flex;
}
.stock-edit .justify-center {
    justify-content: center;
}
.stock-edit .align-center {
    align-items: center;
}
.stock-edit .flex-wrap {
    flex-wrap: wrap;
}
.stock-edit .w-50 {
    width: 50%;
}
.stock-edit .w-100 {
    width: 100%;
}
.stock-edit .form-group {
    padding: 15px 10px;
	border-bottom: 1px solid #eee;
}
.stock-edit .form-group.b-0,
.stock-edit .form-group:last-child {
    border-bottom: 0;
}
.stock-edit .form-label {
    position: relative;
    display: block;
    color: #576575;
    font-weight: bold;
    margin-bottom: 15px;
}
.stock-edit .form-label .label-btn {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: .8em;
    opacity: .5;
    padding: 0 3px;
    border: 1px solid #576575;
    border-radius: 3px;
    text-transform: uppercase;
    transform: translateY(-50%);
}
.stock-edit .form-label .label-help {
    color: #aaa;
    font-weight: normal;
}
.stock-edit .form-input {
    width: 100%;
}
.stock-edit .form-input::placeholder {
    color: #e3e3e3;
}
/* Selectize */
.selectize-dropdown {
    font-size: 15px;
    z-index: 9999 !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-left: 1px solid #a6a6a6;
}
.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: inherit;
}
.selectize-control.multi .selectize-input [data-value],
.selectize-control.multi .selectize-input [data-value].active {
    text-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f3f3f3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
}
.selectize-control.multi .selectize-input > div {
    margin: 0 6px 6px 0;
    padding: 4px 8px;
}
.selectize-control.multi .selectize-input > div,
.selectize-control.multi .selectize-input > div.active {
    color: #202328;
    background: #eaeaea;
    border: 1px solid #7e8993;
}
.selectize-control.single .selectize-input {
    background-color: #fff;
    background-image: none;
}
.selectize-control .selectize-input {
    padding: 3px 3px;
}
.selectize-control .selectize-input > input {
    position: relative !important;
    padding: 5px !important;
    width: 100% !important;
    left: 0 !important;
    opacity: 1 !important;
}

.stock-selectize.single .selectize-input [data-value] {
    display: flex;
    margin: 2px;
    width: calc(100% - 4px);
    padding: 4px 12px;
    border-radius: 3px;
    background-color: #f3f3f3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
    border: 1px solid #7e8993;
}
.stock-selectize.single .selectize-input:after {
    display: none;
}


.stock-selectize.selectize-control.multi .selectize-input.has-items,
.stocks-selectize.selectize-control.multi .selectize-input.has-items {
    padding: 5px;
}
.stock-selectize .selectize-input > div,
.stocks-selectize .selectize-input > div {
    display: flex;
    align-items: center;
    margin-right: 0 !important;
    padding-left: 6px !important;
}
.stock-selectize .selectize-input .st-symbol,
.stocks-selectize .selectize-input .st-symbol {
    color: #fff;
    background: #1D976C;
    font-weight: bold;
    margin-right: 5px;
    padding: 1px 5px;
    border-radius: 3px;
}
.stock-selectize .selectize-input .st-name,
.stocks-selectize .selectize-input .st-name {
    display: inline-block;
    white-space: nowrap;
    max-width: 20ch;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stock-selectize .selectize-dropdown-content > div,
.stocks-selectize .selectize-dropdown-content > div {
    border-bottom: 1px solid #ededed;
}
.stock-selectize .selectize-dropdown-content .st-name,
.stocks-selectize .selectize-dropdown-content .st-name {
    color:#1D976C;
    font-weight: bold;
}
.stock-selectize.selectize-control:before,
.stocks-selectize.selectize-control:before {
    content: 'Searching..';
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    color: #fff;
    padding: 8px 8px 2px 8px;
    background: #1D976C;
    font-size: .9em;
    border-radius: 0 0 3px 3px;
    transition: bottom .15s;
}
.stock-selectize.loading.selectize-control:before,
.stocks-selectize.loading.selectize-control:before {
    bottom: -16px;
}
.stock-selectize,
.stocks-selectize {
    margin-bottom: 0;
    transition: all .15s;
}
.stock-selectize.loading,
.stocks-selectize.loading {
    margin-bottom: 10px;
}
/* Radio */
.stock-edit .form-radio {
    position: relative;
}
.stock-edit .form-radio input {
    position: absolute;
    visibility: hidden;
}
.stock-edit .icon-radio {
    display: block;
    line-height: 1rem;
    margin: .2rem 0;
    padding: .2rem 1rem .2rem 1.8rem;
    min-height: 1.2rem;
}
.stock-edit .icon-radio .form-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #caced7;
    border-radius: 50%;
    margin: auto;
    cursor: pointer;
    transition: all .2s ease;
    transform: translateY(-50%);
}
.stock-edit .icon-radio input:checked + .form-icon {
	background: #fff;
	border-color: #2c3e50;
}
.stock-edit .icon-radio input:checked + .form-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #2c3e50;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
/* Image radio */
.stock-edit .img-radio {
    display: inline-block;
    margin-right: 8px;
}
.stock-edit .img-radio:last-child {
    margin-right: 0;
}
.stock-edit .img-radio img {
    width: 100%;
    filter: grayscale(1) opacity(0.6);
}
.stock-edit .img-radio input:checked ~ img {
    filter: none;
}
/* Theme radio */
.stock-edit .theme-radio {
    display: inline-block;
    margin: .2em 0;
}
.stock-edit .theme-radio span {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #2c3e50;
    vertical-align: middle;
    box-sizing: content-box;
}
.stock-edit .theme-radio span:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 7px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    background-image: url(../icons/check.svg);
}
.stock-edit .theme-radio span.dark-check:after {
    filter: invert(1);
}
.stock-edit .theme-radio input:checked + span:after {
    opacity: 1;
}
/* Tooltip */
.stock-edit [data-msw-tooltip] {
    position: relative;
}
.stock-edit [data-msw-tooltip]:before,
.stock-edit [data-msw-tooltip]:after {
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%);
    transition: all 0.15s cubic-bezier(0.5, 1, 0.25, 1);
}
.stock-edit [data-msw-tooltip]:before {
    padding: 5px 8px;
    border-radius: 3px;
    background: #000;
    color: #fff;
    content: attr(data-msw-tooltip);
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    white-space: nowrap;
    margin-top: 5px;
}
.stock-edit [data-msw-tooltip]:after {
    border: 8px solid transparent;
    width: 0;
    content: "";
    font-size: 0;
    line-height: 0;
    border-bottom: 8px solid #000;
    border-top: none;
}
.stock-edit [data-msw-tooltip]:hover:before,
.stock-edit [data-msw-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(5px);
}
/* Range slider */
.stock-edit .range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}
.stock-edit .range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #2c3e50;
    cursor: pointer;
    transition: background .15s ease-in-out;
}
.stock-edit .range-slider__range:active::-webkit-slider-thumb {
    background: #2c3e50;
}
.stock-edit .range-slider__range::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #2c3e50;
    cursor: pointer;
    transition: background .15s ease-in-out;
}
.stock-edit .range-slider__range:active::-moz-range-thumb {
    background: #2c3e50;
}
.stock-edit .range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #1D976C;
    padding: 5px 10px;
    margin-left: 8px;
}
.stock-edit .range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #1D976C;
    border-bottom: 7px solid transparent;
    content: '';
}
/* Custom check box */
.stock-edit .form-switch {
    position: relative;
    padding: .3rem .5rem .3rem 2.8rem;
}
.stock-edit .form-switch input {
    position: absolute;
    visibility: hidden;
}
.stock-edit .form-switch .form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    border: 2px solid #caced7;
    cursor: pointer;
    background: #e7e9ed;
    background-clip: padding-box;
    border-radius: .95rem;
    height: 20px;
    left: 0;
    top: .25rem;
    width: 35px;
    transition: all .2s ease;
}
.stock-edit .form-switch .form-icon:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    left: -2px;
    position: absolute;
    top: 50%;
    transition: all .2s ease;
    width: 19px;
    border: 2px solid #caced7;
    transform: translateY(-50%);
}
.stock-edit .form-switch input:checked + .form-icon {
	background: #2c3e50;
	border-color: #2c3e50;
}
.stock-edit .form-switch input:checked + .form-icon:before {
    left: 14px;
    border: 2px solid #2c3e50;
}
#msw-shortcode .inside {
    padding-top: 12px;
    text-align: center;
}
#msw-shortcode input {
    width: 100%;
    text-align: center;
    cursor: pointer;
}
#msw-shortcode .shortcode-text {
    position: relative;
    margin-bottom: 12px;
}
#msw-shortcode .shortcode-text .hint {
    display: none;
    line-height: 2.5em;
    position: absolute;
    top: 0;
    text-align: center;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    font-weight: bold;
}
#msw-links ul {
    margin-bottom: 0;
}
#msw-links ul li {
    padding: 5px;
}
#msw-links a {
    position: relative;
    color: #576575;
    text-decoration: none;
}
#msw-links a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: -2px;
    border-bottom: 1px dashed #576575;
}
.stock-edit .form-select {
    width: 100%;
}
/* Color picker */
.msw-color-pickr {
    position: relative;
    width: 100%;
    margin-right: 15px;
}
.msw-color-pickr:last-child {
    margin-right: 0;
}
.msw-color-pickr .pickr {
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 0;
    z-index: 1;
}
.msw-color-pickr .pickr .pcr-button {
    border: 1px solid #d2d2d2;
}
.stock-edit .msw-color-pickr input {
    padding-left: 38px;
}
.msw-color-pickr label {
    display: block;
    font-size: .8em;
    margin-bottom: 5px;
    text-transform: uppercase;
}
/* settings */
.msw-settings .wrapper {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}
.msw-settings h2 {
    margin: 10px 0 !important;
}
.msw-settings form {
    width: 100%;
}
.msw-settings .btn-link {
    display: flex;
    align-items: center;
    background: #cc58582e;
    color: #cc5858;
    font-weight: bold;
    padding: 8px 10px;
    border-radius: 5px;
}
.msw-settings .btn-link:focus { outline: none; }
.msw-settings .btn-link svg {
    height: 25px;
    opacity: .5;
    margin-right: 5px;
}
.msw-settings .msw-sections {
    display: flex;
    align-items: stretch;
}
@media (max-width: 767px) {
    .msw-settings .msw-sections {
        flex-direction: column;
    }
}
.msw-settings .section-left,
.msw-settings .section-right {
    padding: 20px;
}
.msw-settings .section-left {
    min-width: 320px;
}
.msw-settings .section-right {
    flex: 1;
    border-left: 1px solid #e9ecef;
}
.msw-settings .vue-component {
    width: 100%;
}
ul.page-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
ul.page-menu li {
    padding: 10px 12px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
ul.page-menu li.active {
    background: #e4ebf3
}
.msw-button {
    display: inline-block;
    color: #fff;
    border: 0;
    border-radius: 5px;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    transition: all .1s ease;
}
.msw-button:focus {
    outline: none;
}
.msw-button:hover {
    color: #fff;
}
.msw-button:active {
    transform: translateY(1px);
}
.msw-button-block {
    width: 100%;
}
.msw-button-lg {
    padding: 15px 30px;
}
.msw-button-primary {
    background: #4D87FA;
    box-shadow: 0px 5px #1762f9;
}
.msw-button-success {
    background: #1dd1a1;
    box-shadow: 0px 5px #10ac84;
}
.msw-button-danger {
    background: #ff6b6b;
    box-shadow: 0px 5px #ee5253;
}
.msw-button-sm {
    padding: 5px 10px;
}
.msw-button-sm.msw-button-danger {
    box-shadow: 0px 3px #ee5253;
}
table td .msw-button {
    max-height: 30px;
}
.msw-badge {
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}
.msw-badge-dark {
    background: #222f3e;
}
.msw-badge-success {
    background: #1dd1a1;
}
.msw-settings .msw-toggle-text {
    display: inline-block;
    user-select: none;
}
.msw-settings .msw-toggle-text:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: -2px;
    border-bottom: 1px dashed #576575;
}
.msw-settings .CodeMirror {
    border: 1px solid #7e8993;
    height: auto;
    border-radius: 4px;
}
.msw-settings .CodeMirror-scroll {
    min-height: 150px;
}
.msw-settings .CodeMirror-gutters {
    border-right: 1px solid #7e8993;
}
.msw-settings .code {
    display: inline-block;
    color: #555;
    background: rgba(0,0,0,.05);
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: monospace;
    border: 1px solid #555;
}
.msw-settings table {
    text-align: left;
}
.custom-notice {
    position: relative;
    margin: 5px 0 15px;
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    padding: 1px 38px 1px 12px;
    text-align: left;
}
.custom-notice.notice-warning {
    border-left-color: #dba617;
}
.warn {
    width: 15px;
    height: 15px;
    margin: 0 0 0 auto;
    background: url(../img/warn.png);    
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}
.warn.active { opacity: 1;}
.warn:after {
    content: attr(data-note);
    display: block;
    position: absolute;
    right: 15px;
    bottom: -100%;
    width: 200px;
    padding: 5px;
    background: #505050;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    opacity: 0;
    transition: all .25s;
    z-index: 5;
}
.ui-sortable-handle .warn:hover:after {
    opacity: 1;
    bottom: -110%;
}