/*! This file is auto-generated */
.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box
}

.wp-core-ui button::-moz-focus-inner, .wp-core-ui input[type=button]::-moz-focus-inner, .wp-core-ui input[type=reset]::-moz-focus-inner, .wp-core-ui input[type=submit]::-moz-focus-inner {
    border-width: 0;
    border-style: none;
    padding: 0
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px
}

.wp-core-ui .button-group.button-small .button, .wp-core-ui .button.button-small {
    min-height: 26px;
    line-height: 2.18181818;
    padding: 0 8px;
    font-size: 11px
}

.wp-core-ui .button-group.button-hero .button, .wp-core-ui .button.button-hero {
    font-size: 14px;
    min-height: 46px;
    line-height: 3.14285714;
    padding: 0 36px
}

.wp-core-ui .button.hidden {
    display: none
}

.wp-core-ui input[type=reset], .wp-core-ui input[type=reset]:active, .wp-core-ui input[type=reset]:focus, .wp-core-ui input[type=reset]:hover {
    background: 0 0;
    border: none;
    box-shadow: none;
    padding: 0 2px 1px;
    width: auto
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
    vertical-align: top
}

.wp-core-ui p .button {
    vertical-align: baseline
}

.wp-core-ui .button-secondary:hover, .wp-core-ui .button.hover, .wp-core-ui .button:hover {
    background: #f0f0f1;
    border-color: #0a4b78;
    color: #0a4b78
}

.wp-core-ui .button-secondary:focus, .wp-core-ui .button.focus, .wp-core-ui .button:focus {
    background: #f6f7f7;
    border-color: #3582c4;
    color: #0a4b78;
    box-shadow: 0 0 0 1px #3582c4;
    outline: 2px solid transparent;
    outline-offset: 0
}

.wp-core-ui .button-secondary:active, .wp-core-ui .button:active {
    background: #f6f7f7;
    border-color: #8c8f94;
    box-shadow: none
}

.wp-core-ui .button.active, .wp-core-ui .button.active:hover {
    background-color: #dcdcde;
    color: #135e96;
    border-color: #0a4b78;
    box-shadow: inset 0 2px 5px -3px #0a4b78
}

.wp-core-ui .button.active:focus {
    border-color: #3582c4;
    box-shadow: inset 0 2px 5px -3px #0a4b78, 0 0 0 1px #3582c4
}

.wp-core-ui .button-disabled, .wp-core-ui .button-secondary.disabled, .wp-core-ui .button-secondary:disabled, .wp-core-ui .button-secondary[disabled], .wp-core-ui .button.disabled, .wp-core-ui .button:disabled, .wp-core-ui .button[disabled] {
    color: #a7aaad !important;
    border-color: #dcdcde !important;
    background: #f6f7f7 !important;
    box-shadow: none !important;
    cursor: default;
    transform: none !important
}

.wp-core-ui .button-link {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    cursor: pointer;
    text-align: left;
    color: #2271b1;
    text-decoration: underline;
    transition-property: border, background, color;
    transition-duration: .05s;
    transition-timing-function: ease-in-out
}

.wp-core-ui .button-link:active, .wp-core-ui .button-link:hover {
    color: #135e96
}

.wp-core-ui .button-link:focus {
    color: #043959;
    box-shadow: 0 0 0 1px #4f94d4, 0 0 2px 1px rgba(79, 148, 212, .8);
    outline: 1px solid transparent
}

.wp-core-ui .button-link-delete {
    color: #d63638
}

.wp-core-ui .button-link-delete:focus, .wp-core-ui .button-link-delete:hover {
    color: #d63638;
    background: 0 0
}

.wp-core-ui .button-link-delete:disabled {
    background: 0 0 !important
}

.wp-core-ui .button-primary {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
    background: #135e96;
    border-color: #135e96;
    color: #fff
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2271b1
}

.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover, .wp-core-ui .button-primary:active {
    background: #135e96;
    border-color: #135e96;
    box-shadow: none;
    color: #fff
}

.wp-core-ui .button-primary-disabled, .wp-core-ui .button-primary.disabled, .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary[disabled] {
    color: #a7aaad !important;
    background: #f6f7f7 !important;
    border-color: #dcdcde !important;
    box-shadow: none !important;
    text-shadow: none !important;
    cursor: default
}

.wp-core-ui .button-group {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    vertical-align: middle
}

.wp-core-ui .button-group > .button {
    display: inline-block;
    border-radius: 0;
    margin-right: -1px
}

.wp-core-ui .button-group > .button:first-child {
    border-radius: 3px 0 0 3px
}

.wp-core-ui .button-group > .button:last-child {
    border-radius: 0 3px 3px 0
}

.wp-core-ui .button-group > .button-primary + .button {
    border-left: 0
}

.wp-core-ui .button-group > .button:focus {
    position: relative;
    z-index: 1
}

.wp-core-ui .button-group > .button.active {
    background-color: #dcdcde;
    color: #135e96;
    border-color: #0a4b78;
    box-shadow: inset 0 2px 5px -3px #0a4b78
}

.wp-core-ui .button-group > .button.active:focus {
    border-color: #3582c4;
    box-shadow: inset 0 2px 5px -3px #0a4b78, 0 0 0 1px #3582c4
}

@media screen and (max-width: 782px) {
    .wp-core-ui .button, .wp-core-ui .button.button-large, .wp-core-ui .button.button-small, a.preview, input#publish, input#save-post {
        padding: 0 14px;
        line-height: 2.71428571;
        font-size: 14px;
        vertical-align: middle;
        min-height: 40px;
        margin-bottom: 4px
    }

    .wp-core-ui .copy-to-clipboard-container .copy-attachment-url {
        margin-bottom: 0
    }

    #media-upload.wp-core-ui .button {
        padding: 0 10px 1px;
        min-height: 24px;
        line-height: 22px;
        font-size: 13px
    }

    .media-frame.mode-grid .bulk-select .button {
        margin-bottom: 0
    }

    .wp-core-ui .save-post-status.button {
        position: relative;
        margin: 0 14px 0 10px
    }

    .wp-core-ui.wp-customizer .button {
        font-size: 13px;
        line-height: 2.15384615;
        min-height: 30px;
        margin: 0;
        vertical-align: inherit
    }

    .media-modal-content .media-toolbar-primary .media-button {
        margin-top: 10px;
        margin-left: 5px
    }

    .interim-login .button.button-large {
        min-height: 30px;
        line-height: 2;
        padding: 0 12px 2px
    }
}

.yaht_csf {
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
}

.yaht_csf label {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.yaht_csf-field__inline:not(.hidden) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yaht_csf-field__inline:not(.hidden) > .yaht_csf-title {
    flex: 0 0 auto;
    width: auto !important;
    margin-bottom: 0 !important;
    padding-right: 20px;
}

.yaht_csf-field__inline:not(.hidden) > .clear {
    display: none;
}

.yaht_csf-ab-icon {
    top: 2px;
}

#screen-meta-links + .yaht_csf-options {
    margin-top: 40px;
}

.yaht_csf-header {
    position: relative;
}

.yaht_csf-header-inner {
    background-color: #050505;
    padding: 25px;
}

.yaht_csf-header-inner h1 {
    color: #fff;
    float: left;
    font-size: 1.5em;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.yaht_csf-header-inner h1 small {
    font-size: 11px;
    color: #555;
    font-weight: 500;
}

.yaht_csf-sticky .yaht_csf-header-inner {
    position: fixed;
    z-index: 20;
    top: 32px;
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
}

.yaht_csf-buttons {
    float: right;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.yaht_csf-buttons .button {
    margin: 0 2px;
    line-height: 26px;
}

.yaht_csf-header-left {
    float: left;
}

.yaht_csf-header-right {
    float: right;
}

.yaht_csf-nav {
    display: block;
    position: relative;
    z-index: 10;
    float: left;
    width: 225px;
}

.yaht_csf-nav ul {
    clear: left;
    margin: 0;
    list-style-type: none;
}

.yaht_csf-nav ul li {
    margin-bottom: 0;
}

.yaht_csf-nav ul li a {
    font-size: 13px;
    position: relative;
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #999;
    background-color: #222;
    border-bottom: 1px solid #2f2f2f;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.yaht_csf-nav ul li a:hover {
    color: #fff;
}

.yaht_csf-nav ul li a:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.yaht_csf-nav ul li:last-child > a {
    border-bottom: 0;
}

.yaht_csf-nav ul li .yaht_csf-section-active {
    color: #fff;
    background-color: #111;
}

.yaht_csf-nav ul li .yaht_csf-section-active:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    border-right-color: #fff;
    border-width: 4px;
    margin-top: -4px;
}

.yaht_csf-nav ul li .yaht_csf-arrow:after {
    content: "\f054";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 9px;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.yaht_csf-nav ul li.yaht_csf-tab-active .yaht_csf-arrow:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.yaht_csf-nav ul li.yaht_csf-tab-active ul {
    display: block;
}

.yaht_csf-nav ul ul {
    display: none;
    position: relative;
}

.yaht_csf-nav ul ul li a {
    font-size: 12px;
    padding: 13px 15px 13px 25px;
    background-color: #191919;
}

.yaht_csf-nav ul ul li .yaht_csf-section-active {
    background-color: #101010;
}

.yaht_csf-nav ul ul li:last-child > a {
    border-bottom: 0;
}

.yaht_csf-nav ul ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
    width: 1px;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.75);
}

.yaht_csf-nav i {
    width: 20px;
    margin-right: 5px;
    font-size: 14px;
    text-align: center;
}

.yaht_csf-nav .yaht_csf-label-error {
    margin-left: 4px;
    vertical-align: top;
}

.yaht_csf-nav-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 225px;
    background-color: #222;
}

.yaht_csf-wrapper {
    position: relative;
    background-color: #000;
}

.yaht_csf-content {
    position: relative;
    margin-left: 225px;
    background-color: #fff;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.yaht_csf-sections {
    float: left;
    width: 100%;
}

.yaht_csf-section {
    display: none;
}

.yaht_csf-section-title {
    display: none;
    padding: 20px 30px;
    background-color: #555;
}

.yaht_csf-section-title h3 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.yaht_csf-section-title .fa {
    margin-right: 5px;
}

.yaht_csf-footer {
    padding: 20px;
    color: #555;
    font-size: 11px;
    background-color: #050505;
}

.yaht_csf-copyright {
    float: left;
    margin-top: 5px;
}

.yaht_csf-search-all .yaht_csf-nav-background, .yaht_csf-search-all .yaht_csf-nav, .yaht_csf-show-all .yaht_csf-nav-background, .yaht_csf-show-all .yaht_csf-nav {
    display: none;
}

.yaht_csf-search-all .yaht_csf-content, .yaht_csf-show-all .yaht_csf-content {
    margin-left: 0;
}

.yaht_csf-search-all .yaht_csf-section-title, .yaht_csf-search-all .yaht_csf-section, .yaht_csf-show-all .yaht_csf-section-title, .yaht_csf-show-all .yaht_csf-section {
    display: block !important;
}

.yaht_csf-search-all .yaht_csf-section-title {
    display: none !important;
}

.yaht_csf-expand-all {
    float: left;
    padding: 0 8px;
    margin-right: 4px;
    z-index: 1;
    font-size: 14px;
    line-height: 29px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    color: #999;
    background-color: #222;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.yaht_csf-expand-all:hover {
    color: #fff;
    background-color: #333;
}

.yaht_csf-expand-all span {
    font-size: 11px;
    vertical-align: middle;
}

.yaht_csf-search {
    float: left;
}

.yaht_csf-search input {
    margin: 0 2px 0 0;
    border: none;
    font-size: 12px;
    line-height: 29px;
    text-align: inherit;
    padding: 0 10px;
    color: #fff;
    background-color: #222;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.yaht_csf-search input:focus {
    background-color: #444;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.yaht_csf-search input::-webkit-input-placeholder {
    color: #666;
}

.yaht_csf-saving .yaht_csf-buttons, .yaht_csf-saving .yaht_csf-content {
    cursor: default;
    pointer-events: none;
    opacity: 0.75;
}

.yaht_csf-seperator {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px 15px 15px 15px;
}

.yaht_csf-field {
    position: relative;
    display: flex;
}

.options_group .yaht_csf-field {
    padding: 0;
}

.variable-fields .yaht_csf-field {
    padding-left: 0;
}

.yaht_csf-field + .yaht_csf-field:not(.hidden) {
    border-top: 1px solid #e8e8e8;
}

.yaht_csf-onload .yaht_csf-field + .yaht_csf-field:not(.hidden) {

}

.term-color-fields .yaht_csf-field-switcher {
    margin-top: 0 !important;
}

.yaht-bootstrap-grid-fieldset > .yaht_csf-field {
    border-top: none !important;
}

.yaht_csf-field p:first-child {
    margin-top: 0;
}

.yaht_csf-field p:last-child {
    margin-bottom: 0;
}

/*.yaht_csf-field:not(.yaht_csf-field__inline):after,
.yaht_csf-field:not(.yaht_csf-field__inline):before {
    content: " ";
    display: table;
}*/

.yaht_csf-field:after {
    clear: both;
}

.yaht_csf-field h4 {
    margin-top: 0;
}

#menu-to-edit .menu-icon {
    display: inline-block;
    vertical-align: middle;
}

#menu-to-edit .menu-icon img {
    max-width: 20px;
    max-height: 20px;
}

#menu-to-edit .menu-icon svg {
    width: 20px;
    height: 20px;
}

body:not(.rtl) #menu-to-edit .menu-icon {
    margin-right: 6px;
}

body.rtl #menu-to-edit .menu-icon {
    margin-left: 6px;
}

.subheading-wrap, .heading-wrap {
    position: relative;
    margin-bottom: 10px;
}

.js-close-content {
    cursor: pointer;
    font-size: 1.2em !important;
}
.yaht_csf-fieldset .clear{
    clear: both;
    display: table;
}
.js-close-content .clear {
    position: absolute;
    top: 9px;
    right: 10px;
    text-decoration: none;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    clear: none;
}

.js-close-content .clear::after {
    font-family: "dashicons";
    content: "\f140";
    font-size: 18px;
    margin-left: -1px;
    transform: rotate(180deg);
    display: block;
    transition: all .3s ease-out;
    color: #72777c;
}

.js-close-content.opened .clear::after {
    transform: rotate(0deg);
}

.subheading-wrap {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f8f8f8;
}

.subheading-wrap .js-close-content {
    background-color: #eee;
    font-size: 1em !important;
}

.yaht_csf-field .yaht_csf-title {
    position: relative;
    flex: 0 0 25%;
    width: 25%;
    max-width: 320px;
    padding: 20px 10px;
    background-color: #f4f4f4;
}
.yaht_csf--view{
    margin: 0;
    padding: 0;
}
.yaht_csf--view li{
    display: inline-block;
    margin: 0 15px 15px 0;
    position: relative;
}
.yaht_csf--view img{
    max-width: 100px;
    max-height: 100px;
    display: inline-block;
}
#modal-icons .js-font-icon{
    width: 24px;
    height: 24px;
    display: inline-block;
    border: 1px solid #e8e8e8;
    margin: 3px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    color: #888;
}
#modal-icons .js-font-icon.active,
#modal-icons .js-font-icon:hover{
    background-color: #2271b1;
    color: #fff;
    border-color: #2271b1;
}
.yaht_csf-field input[type=checkbox]:focus, .yaht_csf-field input[type=color]:focus, .yaht_csf-field input[type=date]:focus, .yaht_csf-field input[type=datetime-local]:focus, .yaht_csf-field input[type=datetime]:focus, .yaht_csf-field input[type=email]:focus, .yaht_csf-field input[type=month]:focus, .yaht_csf-field input[type=number]:focus, .yaht_csf-field input[type=password]:focus, .yaht_csf-field input[type=radio]:focus, .yaht_csf-field input[type=search]:focus, .yaht_csf-field input[type=tel]:focus, .yaht_csf-field input[type=text]:focus, .yaht_csf-field input[type=time]:focus, .yaht_csf-field input[type=url]:focus, .yaht_csf-field input[type=week]:focus, .yaht_csf-field select:focus, .yaht_csf-field textarea:focus {
    box-shadow: none;
}

.yaht_csf-field select {
    padding-left: 6px;
}

.yaht_csf-field .yaht_csf-title h4 {
    margin: 0;
    color: #23282d;
}

.yaht_csf-field.field-child .yaht_csf-title h4 {
    font-weight: normal;
}

.yaht_csf-field .yaht_csf-fieldset {
    flex: 1;
    padding: 20px;
}

.yaht_csf-field.label-block .yaht_csf-fieldset, .yaht_csf-field.label-block .yaht_csf-title {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
}

.yaht_csf-pseudo-field {
    padding: 0 5px 0 0 !important;
    display: inline-block;
}

.yaht_csf-pseudo-field + .yaht_csf-pseudo-field {
    border: 0;
}

.yaht_csf-pseudo-field pre {
    display: none;
}

.yaht_csf-metabox {
    margin: -6px -12px -12px -12px;
}

.yaht_csf-metabox .yaht_csf-section-title {
    padding: 20px;
}

.yaht_csf-metabox-restore {
    text-align: right;
    padding: 10px;
    border-top: 1px solid #eee;
}

.yaht_csf-metabox-restore .yaht_csf-button-cancel, .yaht_csf-metabox-restore input {
    display: none;
}

.yaht_csf-metabox-restore span {
    -webkit-user-select: none;
    user-select: none;
}

.yaht_csf-metabox-restore input:checked ~ .yaht_csf-button-restore {
    display: none;
}

.yaht_csf-metabox-restore input:checked ~ .yaht_csf-button-cancel {
    display: inline-block;
}

#side-sortables .yaht_csf-field {
    padding: 10px 0;
}

#side-sortables .yaht_csf-accordion-content {
    padding-left: 10px;
    padding-right: 10px;
}

#side-sortables .yaht_csf-section-title, #side-sortables .yaht_csf-field.yaht_csf-field-subheading {
    padding: 10px;
}

.col-wrap #side-sortables + p.submit {
    margin-top: 20px;
}

#side-sortables .yaht_csf-field .yaht_csf-title {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

#side-sortables .yaht_csf-field .yaht_csf-fieldset {
    margin-left: 0;
}

.category-edit #side-sortables .yaht_csf-field.field-child .yaht_csf-title {
    float: left;
    width: 25%;
}

.category-edit #side-sortables .yaht_csf-field.field-child .yaht_csf-fieldset {
    margin-left: 30%;
}

#side-sortables .yaht_csf-notice {
    padding: 12px;
}

.yaht_csf--spin .ui-widget-content {
    background: #fff;
    border: none;
    display: inline;
}

.yaht_csf--spin .ui-spinner a.ui-spinner-button {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.yaht_csf--spin .ui-spinner a.ui-spinner-button.ui-spinner-up {
    border-right: 1px solid #ddd;
}

.yaht_csf--spin .ui-button:active {
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
}

.yaht_csf--spin .ui-widget-content .ui-state-default {
    background: #eee;
}

.yaht_csf-tooltip {
    position: absolute;
    z-index: 5000001;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    padding: 6px 12px;
    max-width: 200px;
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.yaht_csf-welcome-wrap {
    position: relative;
    margin: 25px 40px 0 20px;
    font-size: 15px;
    max-width: 1200px;
}

.yaht_csf-welcome-wrap p {
    font-size: 14px;
    line-height: 1.5;
}

.yaht_csf-welcome-wrap h1 {
    margin: 0.2em 200px 0 0;
    padding: 0;
    color: #32373c;
    line-height: 1.2em;
    font-size: 2.8em;
    font-weight: 400;
}

.yaht_csf-welcome-wrap .yaht_csf-logo {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    height: 160px;
    width: 140px;
    background-image: linear-gradient(45deg, #2d67cb, #ad19f3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25), inset 0 0 0 4px rgba(0, 0, 0, 0.25);
}

.yaht_csf-welcome-wrap .yaht_csf-logo .yaht_csf--effects i {
    position: absolute;
    width: 200px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.15);
    transform: rotate(-45deg);
}

.yaht_csf-welcome-wrap .yaht_csf-logo .yaht_csf--effects i:nth-child(1) {
    bottom: -20px;
    right: -70px;
}

.yaht_csf-welcome-wrap .yaht_csf-logo .yaht_csf--effects i:nth-child(2) {
    bottom: -35px;
    right: -80px;
}

.yaht_csf-welcome-wrap .yaht_csf-logo .yaht_csf--effects i:nth-child(3) {
    bottom: -50px;
    right: -90px;
}

.yaht_csf-welcome-wrap .yaht_csf-logo .yaht_csf--effects i:nth-child(4) {
    bottom: -65px;
    right: -100px;
}

.yaht_csf-welcome-wrap .yaht_csf-logo .yaht_csf--wp-logos {
    position: relative;
    padding-top: 25px;
    text-align: center;
}

.yaht_csf-welcome-wrap .yaht_csf-logo .yaht_csf--wp-logo {
    position: absolute;
    left: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-image: url(../../images/wp-logo.svg);*/
}

.yaht_csf-welcome-wrap .yaht_csf-logo .yaht_csf--wp-plugin-logo {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-image: url(../../images/wp-plugin-logo.svg);*/
    border-radius: 100%;
    vertical-align: middle;
}

.yaht_csf-welcome-wrap .yaht_csf-logo .yaht_csf--text {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    color: #fff;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.yaht_csf-welcome-wrap .yaht_csf-logo .yaht_csf--version {
    top: auto;
    left: auto;
    right: 8px;
    bottom: 4px;
    font-size: 11px;
    text-transform: lowercase;
}

.yaht_csf-welcome-wrap .yaht_csf-about-text {
    font-weight: 400;
    line-height: 1.6em;
    font-size: 19px;
    margin: 1em 200px 1em 0;
    color: #555d66;
}

.yaht_csf-welcome-wrap .yaht_csf-demo-button {
    margin: 1em 200px 2em 0;
}

.yaht_csf-welcome-wrap .nav-tab-wrapper {
    margin-bottom: 20px;
}

.yaht_csf-welcome-wrap ul {
    list-style-type: disc;
    padding-left: 15px;
}

.yaht_csf-welcome-wrap .yaht_csf--col {
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.yaht_csf-welcome-wrap .yaht_csf--col-2 {
    width: 50%;
}

.yaht_csf-welcome-wrap .yaht_csf--col-3 {
    width: 33.333%;
}

.yaht_csf-welcome-wrap .yaht_csf--col-4 {
    width: 25%;
}

.yaht_csf-welcome-wrap .yaht_csf--col-5 {
    width: 20%;
}

.yaht_csf-welcome-wrap .yaht_csf--col-last {
    padding-right: 0;
}

.yaht_csf-welcome-wrap .yaht_csf--col-upgrade {
    padding-top: 30px;
    text-align: center;
}

.yaht_csf--table-compare thead td, .yaht_csf--table-compare tfoot td {
    text-align: center;
}

.yaht_csf--table-compare td {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.yaht_csf--table-compare td:first-child {
    text-align: left;
}

.yaht_csf--table-compare tfoot td {
    padding: 15px 0;
}

.yaht_csf--table-compare .fa {
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 2px;
    text-align: center;
    color: #fff;
    background-color: #46b450;
    border-radius: 100%;
}

.yaht_csf--table-compare .fa-check {
    background-color: #46b450;
}

.yaht_csf--table-compare .fa-times {
    background-color: #dc3232;
}

.yaht_csf-welcome-cols {
    clear: both;
    margin: 20px 0;
    background-color: #fff;
    padding: 30px 0;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.yaht_csf-welcome-cols .yaht_csf--col {
    width: 20%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

.yaht_csf-welcome-cols .yaht_csf--left, .yaht_csf-welcome-cols .yaht_csf--block {
    float: left;
    width: 20%;
    padding: 0 30px;
    text-align: center;
    box-sizing: border-box;
}

.yaht_csf-welcome-cols .yaht_csf--block {
    width: 80%;
}

.yaht_csf-welcome-cols .yaht_csf--last {
    border-right: none;
}

.yaht_csf-welcome-cols .yaht_csf--space {
    height: 20px;
}

.yaht_csf-welcome-cols .yaht_csf--icon {
    display: inline-block;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    background-color: #555;
    border-radius: 50px;
}

.yaht_csf-welcome-cols .yaht_csf--active {
    background-color: #5cb85c;
}

.yaht_csf-welcome-cols .yaht_csf--deactive {
    background-color: #e14d43;
}

.yaht_csf-welcome-cols .yaht_csf--title {
    font-weight: bold;
    display: block;
}

.yaht_csf-welcome-cols p:last-child {
    margin-bottom: 0;
}

.yaht_csf-code-block {
    margin: 20px 0;
    padding: 5px 20px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.yaht_csf-code-block pre {
    font-size: 13px;
    color: #0073aa;
}

.yaht_csf-code-block pre span {
    color: #999;
}

.yaht_csf--table-fields td {
    font-size: 14px;
}

.yaht_csf--upgrade a {
    color: #5cb85c;
    font-weight: bold;
}

.yaht_csf--upgrade a:focus, .yaht_csf--upgrade a:hover {
    color: #4aa14a;
    outline: none;
    box-shadow: none;
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("images/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("images/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("images/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    float: none;
}

.woocommerce_options_panel .yaht_csf-field-text input {
    float: none;
    width: 100%;
}

.woocommerce_options_panel .yaht_csf-field {
    padding: 20px;
}

.woocommerce_options_panel .options-pricing .yaht_csf-field {
    padding: 10px 20px;
}

.woocommerce_options_panel .options-pricing .yaht_csf-title {
    padding-top: 6px
}

.woocommerce_options_panel .yaht_csf-onload .yaht_csf-field + .yaht_csf-field:not(.hidden) {
    margin-top: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
    min-height: auto
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("images/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("images/chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

.yaht_csf-field-accordion .yaht_csf-field {
    padding: 20px;
}

.yaht_csf-field-accordion .yaht_csf-accordion-item {
    position: relative;
    margin-bottom: 5px;
}

.yaht_csf-field-accordion .yaht_csf-accordion-item h4 {
    font-size: 1em;
}

.yaht_csf-field-accordion .yaht_csf-accordion-title {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 10px;
    min-height: 0;
    font-size: 100%;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    -moz-transition: border-color 0.15s;
    -o-transition: border-color 0.15s;
    -webkit-transition: border-color 0.15s;
    transition: border-color 0.15s;
}

.yaht_csf-field-accordion .yaht_csf-accordion-title:active, .yaht_csf-field-accordion .yaht_csf-accordion-title:hover, .yaht_csf-field-accordion .yaht_csf-accordion-title:focus {
    border: 1px solid #bbb;
    background-color: #fafafa;
    outline: none;
}

.yaht_csf-field-accordion .yaht_csf-accordion-icon {
    color: #aaa;
    width: 14px;
    text-align: center;
}

.yaht_csf-field-accordion .yaht_csf--icon {
    width: 18px;
}

.yaht_csf-field-accordion .yaht_csf-accordion-content {
    display: none;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-top: none;
    background-color: #fff;
}

.yaht_csf-field-accordion .yaht_csf-accordion-content .yaht_csf-title h4 {
    font-weight: normal;
}

.yaht_csf-field-accordion .yaht_csf-accordion-content .yaht_csf-field-subheading {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 1em;
}

.yaht_csf-field-accordion .yaht_csf-accordion-open {
    display: block;
}
.yaht_csf-field-background .yaht_csf--blocks{
    display: flex;
    flex-wrap: wrap;
}
.yaht_csf-field-background .yaht_csf--blocks .wp-picker-container .wp-color-result.button{
    margin-bottom: 0;
}
.yaht_csf-field-background .yaht_csf--blocks.background-image{
    align-items: flex-end;
}
.yaht_csf-field-background .yaht_csf--block{
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 15px;
}
.yaht_csf-field-background select {
    width: 100%;
}

.yaht_csf-field-background .yaht_csf-field {
    float: left;
    padding: 0;
    border: 0;
}


.yaht_csf-field-background .yaht_csf--title {
    color: #999;
}

.yaht_csf-field-background .yaht_csf--select {
    width: 25%;
    padding-right: 10px;
    box-sizing: border-box;
}

.yaht_csf-field-background .yaht_csf--select .yaht_csf-field {
    width: 100%;
}

.yaht_csf-field-background .yaht_csf--image {
    width: 100%;
    padding-right: 10px;
}

.yaht_csf-field-background .yaht_csf--image .yaht_csf-field {
    width: 100%;
}

.yaht_csf-field-backup textarea {
    width: 100%;
    min-height: 200px;
    margin-bottom: 5px;
}

.yaht_csf-field-backup small {
    display: inline-block;
    margin: 5px;
}

.yaht_csf-field-backup hr {
    margin: 20px 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.yaht_csf-field-sizing .yaht_csf--left,
.yaht_csf-field-border .yaht_csf--left,
.yaht_csf-field-spacing .yaht_csf--left,
.yaht_csf-field-responsive_switcher .yaht_csf--left,
.yaht_csf-field-responsive_spacing .yaht_csf--left,
.yaht_csf-field-responsive_dimensions .yaht_csf--left,
.yaht_csf-field-dimensions .yaht_csf--left {
    float: left;
}

.yaht_csf-field-sizing .yaht_csf--input,
.yaht_csf-field-border .yaht_csf--input,
.yaht_csf-field-spacing .yaht_csf--input,
.yaht_csf-field-responsive_switcher .yaht_csf--input,
.yaht_csf-field-responsive_spacing .yaht_csf--input,
.yaht_csf-field-responsive_dimensions .yaht_csf--input,
.yaht_csf-field-dimensions .yaht_csf--input {
    float: left;
    margin-right: 1px;
    margin-bottom: 7px;
}

.yaht_csf-field-sizing .yaht_csf--input select,
.yaht_csf-field-border .yaht_csf--input select,
.yaht_csf-field-spacing .yaht_csf--input select,
.yaht_csf-field-responsive_switcher .yaht_csf--input select,
.yaht_csf-field-responsive_spacing .yaht_csf--input select,
.yaht_csf-field-responsive_dimensions .yaht_csf--input select,
.yaht_csf-field-dimensions .yaht_csf--input select {
    margin: 0;
    line-height: 26px;
}

.yaht_csf-field-sizing .yaht_csf--input input,
.yaht_csf-field-border .yaht_csf--input input,
.yaht_csf-field-spacing .yaht_csf--input input,
.yaht_csf-field-responsive_switcher .yaht_csf--input input,
.yaht_csf-field-responsive_spacing .yaht_csf--input input,
.yaht_csf-field-responsive_dimensions .yaht_csf--input input,
.yaht_csf-field-dimensions .yaht_csf--input input {
    line-height: 26px;
    float: left;
    margin: 0;
    padding: 0;
    width: 48px;
    max-width: 100%;
    text-align: center;
    border-color: #ddd;
    border-radius: 0;
}

.yaht_csf-field-sizing .yaht_csf--label,
.yaht_csf-field-border .yaht_csf--label,
.yaht_csf-field-spacing .yaht_csf--label,
.yaht_csf-field-responsive_switcher .yaht_csf--label,
.yaht_csf-field-responsive_spacing .yaht_csf--label,
.yaht_csf-field-responsive_dimensions .yaht_csf--label,
.yaht_csf-field-dimensions .yaht_csf--label {
    float: left;
    max-width: 100%;
    line-height: 26px;
    vertical-align: top;
    text-align: center;
    color: #555;
    border: 1px solid #ddd;
    background-color: #eee;
    padding: 0 5px;
    font-size: 11px;
}

.yaht_csf-field-sizing .yaht_csf--label-icon,
.yaht_csf-field-border .yaht_csf--label-icon,
.yaht_csf-field-spacing .yaht_csf--label-icon,
.yaht_csf-field-responsive_switcher .yaht_csf--label-icon,
.yaht_csf-field-responsive_spacing .yaht_csf--label-icon,
.yaht_csf-field-responsive_dimensions .yaht_csf--label-icon,
.yaht_csf-field-dimensions .yaht_csf--label-icon {
    min-width: 20px;
    border-right: 0;
    border-radius: 2px 0 0 2px;
}

.yaht_csf-field-sizing .yaht_csf--label-unit,
.yaht_csf-field-border .yaht_csf--label-unit,
.yaht_csf-field-spacing .yaht_csf--label-unit,
.yaht_csf-field-responsive_switcher .yaht_csf--label-unit,
.yaht_csf-field-responsive_spacing .yaht_csf--label-unit,
.yaht_csf-field-responsive_dimensions .yaht_csf--label-unit,
.yaht_csf-field-dimensions .yaht_csf--label-unit {
    color: #999;
    border-left: 0;
    border-radius: 0 2px 2px 0;
}

.yaht_csf-field-button_set .yaht_csf--buttons {
    display: inline-block;
}

.yaht_csf-field-button_set .yaht_csf--button {
    position: relative;
    z-index: 1;
    float: left;
    cursor: pointer;
    padding: 7px 10px;
    min-width: 32px;
    text-align: center;
    color: #555;
    border: 1px solid #cccccc;
    background-color: #f7f7f7;
    user-select: none;
    -webkit-user-select: none;
}

.yaht_csf-field-button_set .use-icon__1 .yaht_csf--button {
    padding: 7px 1px;
}

.yaht_csf-field-button_set .yaht_csf--button:first-child {
    border-radius: 4px 0 0 4px;
}

.yaht_csf-field-button_set .yaht_csf--button:last-child {
    border-radius: 0 4px 4px 0;
}

.yaht_csf-field-button_set .yaht_csf--button:not(:first-child) {
    margin-left: -1px;
}

.yaht_csf-field-button_set .yaht_csf--button:hover {
    background-color: #eee;
}

.yaht_csf-field-button_set .yaht_csf--active:hover, .yaht_csf-field-button_set .yaht_csf--active {
    z-index: 2;
    color: #fff;
    border-color: #006799;
    background-color: #0085ba;
}

.yaht_csf-field-button_set input {
    display: none;
}

.yaht_csf-field-checkbox ul, .yaht_csf-field-radio ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-y: auto;
    max-height: 305px;
}

.yaht_csf-field-checkbox .yaht_csf--inline-list li, .yaht_csf-field-radio .yaht_csf--inline-list li {
    display: inline-block;
    margin-right: 15px;
}

.yaht_csf-field-checkbox input[type="radio"]:checked:before, .yaht_csf-field-radio input[type="radio"]:checked:before {
    line-height: 10px;
}

.yaht_csf-field-checkbox .yaht_csf-checker, .yaht_csf-field-radio .yaht_csf-checker {
    cursor: pointer;
}

.yaht_csf-field-code_editor .CodeMirror {
    width: 100%;
    height: 400px;
    border: 1px solid #eee;
}

.yaht_csf-field-code_editor textarea {
    width: 100%;
    height: 400px;
}

.yaht_csf-field-color > input {
    opacity: 0.75;
    width: 115px;
    max-width: 100%;
}

.yaht_csf-field-color_group .yaht_csf--left {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.yaht_csf-field-color_group .yaht_csf--title {
    color: #999;
    margin-bottom: 5px;
}

.yaht_csf-field-fieldset .yaht_csf-inner {
    border: 1px solid #eee;
    background-color: #fff;
}

.yaht_csf-field-fieldset .yaht_csf-field {
    padding: 20px;
}

.yaht_csf-field-fieldset .yaht_csf-field.field-child {
    padding: 8px 20px;
    font-weight: 600;
}

.yaht_csf-field-fieldset .yaht_csf-field.yaht_csf-field-background .yaht_csf-field {
    padding: 0;
}

.yaht_csf-datepicker-wrapper * {
    float: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    border: none;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
}

.yaht_csf-datepicker-wrapper .ui-datepicker {
    margin-top: 5px;
    width: auto;
    background-color: #fff;
    z-index: 9999999 !important;
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.yaht_csf-datepicker-wrapper .ui-widget-header, .yaht_csf-datepicker-wrapper .ui-datepicker-header {
    color: #fff;
    background: #00a0d2;
}

.yaht_csf-datepicker-wrapper .ui-datepicker-header .ui-state-hover {
    cursor: pointer;
}

.yaht_csf-datepicker-wrapper .ui-datepicker-title {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.yaht_csf-datepicker-wrapper .ui-datepicker-prev, .yaht_csf-datepicker-wrapper .ui-datepicker-next {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    text-align: center;
    width: 41px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.yaht_csf-datepicker-wrapper .ui-datepicker-next span, .yaht_csf-datepicker-wrapper .ui-datepicker-prev span {
    display: none;
}

.yaht_csf-datepicker-wrapper .ui-datepicker-prev {
    float: left;
}

.yaht_csf-datepicker-wrapper .ui-datepicker-next {
    float: right;
}

.yaht_csf-datepicker-wrapper .ui-datepicker-prev:before {
    content: '\f053';
}

.yaht_csf-datepicker-wrapper .ui-datepicker-next:before {
    content: '\f054';
}

.yaht_csf-datepicker-wrapper .ui-datepicker-prev-hover, .yaht_csf-datepicker-wrapper .ui-datepicker-next-hover {
    opacity: 0.75;
}

.yaht_csf-datepicker-wrapper tbody .ui-datepicker-week-col {
    background-color: #f7f7f7;
}

.yaht_csf-datepicker-wrapper .ui-datepicker-buttonpane {
    padding: 10px;
    text-align: center;
    background-color: #f7f7f7;
}

.yaht_csf-datepicker-wrapper .ui-datepicker-buttonpane button {
    cursor: pointer;
    margin: 0 5px;
    padding: 7px 14px;
    border: 1px solid #eee;
    background-color: #fff;
}

.yaht_csf-datepicker-wrapper select {
    margin: 0 4px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.yaht_csf-datepicker-wrapper select option {
    color: #555;
}

.yaht_csf-datepicker-wrapper table {
    font-size: 13px;
    border-collapse: collapse;
    width: 100%;
}

.yaht_csf-datepicker-wrapper thead {
    color: #fff;
    background: #32373c;
}

.yaht_csf-datepicker-wrapper th {
    text-align: center;
    padding: 7px;
    border: 1px solid #444;
}

.yaht_csf-datepicker-wrapper td {
    text-align: center;
    border: 1px solid #f4f4f4;
}

.yaht_csf-datepicker-wrapper td.ui-datepicker-other-month {
    border: transparent;
}

.yaht_csf-datepicker-wrapper td .ui-state-default {
    color: #555;
    width: auto;
    display: block;
    padding: 6px 12px;
}

.yaht_csf-datepicker-wrapper td .ui-state-active, .yaht_csf-datepicker-wrapper td .ui-state-hover {
    color: #fff;
    background-color: #0073aa;
}

.yaht_csf-datepicker-wrapper td.ui-state-disabled .ui-state-default {
    opacity: 0.5;
}

.yaht_csf-field-group .yaht_csf-field {
    padding: 20px;
}

.yaht_csf-field-group .yaht_csf-cloneable-wrapper {
    position: relative;
}

.yaht_csf-field-group .yaht_csf-cloneable-item {
    display: none;
    position: relative;
    margin-bottom: 5px;
}

.yaht_csf-field-group .yaht_csf-cloneable-item h4 {
    font-size: 1em;
}

.yaht_csf-field-group .ui-accordion .yaht_csf-cloneable-item {
    display: block;
}

.yaht_csf-field-group .yaht_csf-cloneable-content {
    border: 1px solid #e5e5e5;
    background: #fff;
}

.yaht_csf-field-group .yaht_csf-cloneable-title {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 15px 65px 15px 10px;
    min-height: 0;
    font-size: 100%;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    -moz-transition: border-color 0.15s;
    -o-transition: border-color 0.15s;
    -webkit-transition: border-color 0.15s;
    transition: border-color 0.15s;
}

.yaht_csf-field-group .yaht_csf-cloneable-title:active, .yaht_csf-field-group .yaht_csf-cloneable-title:hover, .yaht_csf-field-group .yaht_csf-cloneable-title:focus {
    border: 1px solid #bbb;
    background: #fafafa;
    outline: none;
}

.yaht_csf-field-group .yaht_csf-cloneable-helper {
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 1;
    font-size: 14px;
    line-height: 1em;
}

.yaht_csf-field-group .yaht_csf-cloneable-helper i {
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    color: #999;
}

.yaht_csf-field-group .yaht_csf-cloneable-helper i:hover {
    color: #555;
}

.yaht_csf-field-group .yaht_csf-cloneable-content {
    padding: 0;
    border-top: 0;
}

.yaht_csf-field-group .yaht_csf-cloneable-alert {
    display: none;
    margin-bottom: 5px;
    padding: 10px 20px;
    color: #a94442;
    border: 1px solid #ebccd1;
    background-color: #f2dede;
}

.yaht_csf-field-group .widget-placeholder {
    margin-bottom: 10px;
    border: 1px dashed #f1c40f;
    background-color: #fffae4;
}

.yaht_csf-field-group .yaht_csf-cloneable-header-icon {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    width: 17px;
    color: #aaa;
    text-indent: 0;
    vertical-align: text-top;
    background-image: none;
    position: static !important;
    margin-top: 0 !important;
}

.yaht_csf-field-group .yaht_csf-cloneable-placeholder {
    background-color: #ddd;
    margin-top: 4px;
    width: 100px;
    height: 10px;
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
}

.yaht_csf-field-icon input {
    display: none;
}

.yaht_csf-field-icon .button {
    margin-right: 5px;
}

.yaht_csf-field-icon .yaht_csf-icon-preview i {
    display: inline-block;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    vertical-align: top;
    color: #555;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.yaht_csf-field-image_select .yaht_csf--image {
    cursor: pointer;
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0 5px 5px 0;
    vertical-align: bottom;
    border: 2px solid transparent;
    background-color: #fff;
    user-select: none;
    -webkit-user-select: none;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.yaht_csf-field-image_select .yaht_csf--image:before {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 11px;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    width: 15px;
    height: 15px;
    line-height: 15px;
    opacity: 0;
    color: #fff;
    background-color: #222;
    transition: opacity .2s;
}

.yaht_csf-field-image_select .yaht_csf--active {
    border-color: #222;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.yaht_csf-field-image_select .yaht_csf--active:before {
    opacity: 1;
}

.yaht_csf-field-image_select img {
    vertical-align: top;
}

.yaht_csf-field-image_select input {
    display: none;
}

.yaht_csf-field-link_color .yaht_csf--left {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}


.yaht_csf-field-link_color .yaht_csf--title {
    color: #999;
    margin-bottom: 5px;
}

.yaht_csf-field-media .yaht_csf--placeholder {
    margin-bottom: 10px;
    display: flex;
}

.yaht_csf-field-media .yaht_csf--placeholder input {
    width: 100%;
    margin-right: 10px;
}

.yaht_csf-field-media .yaht_csf--remove {
    position: absolute;
    z-index: 1;
    right: 4px;
    top: 4px;
    font-size: 14px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #dd3333;
    opacity: 0.8;
    transition: all .2s;
}

.yaht_csf-field-media .yaht_csf--remove:hover {
    opacity: 1;
}

.yaht_csf-field-media .yaht_csf--remove:focus {
    box-shadow: none;
}

.yaht_csf-field-media .yaht_csf--preview {
    position: relative;
}

.yaht_csf-field-palette .yaht_csf--palette {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    user-select: none;
    -webkit-user-select: none;
    transition: all .2s;
}

.yaht_csf-field-palette .yaht_csf--palette span {
    vertical-align: middle;
    display: inline-block;
    width: 22px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-indent: -999px;
}

.yaht_csf-field-palette .yaht_csf--palette:before {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 11px;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    width: 15px;
    height: 15px;
    line-height: 15px;
    opacity: 0;
    color: #fff;
    background-color: #222;
    transition: opacity .2s;
}

.yaht_csf-field-palette .yaht_csf--active {
    border-color: #222;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.yaht_csf-field-palette .yaht_csf--active:before {
    opacity: 1;
}

.yaht_csf-field-palette input {
    display: none;
}

.yaht_csf-field-repeater .yaht_csf-field {
    padding: 10px;
}

.yaht_csf-field-repeater .yaht_csf-cloneable-hidden {
    display: none;
}

.yaht_csf-field-repeater .yaht_csf-cloneable-wrapper .yaht_csf-cloneable-item {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #eee;
}

.yaht_csf-field-repeater .yaht_csf-cloneable-wrapper .yaht_csf-cloneable-item h4 {
    font-size: 1em;
}

.yaht_csf-field-repeater .yaht_csf-cloneable-content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
}

.yaht_csf-field-repeater .yaht_csf-cloneable-helper {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    border-left: 1px solid #eee;
    background-color: #f7f7f7;
}

.yaht_csf-field-repeater .yaht_csf-cloneable-helper i {
    display: inline-block;
    cursor: pointer;
    color: #999;
    padding: 5px;
}

.yaht_csf-field-repeater .yaht_csf-cloneable-helper i:hover {
    color: #555;
}

.yaht_csf-field-repeater .yaht_csf-cloneable-helper-inner {
    width: 75px;
}

.yaht_csf-field-repeater .yaht_csf-cloneable-alert {
    display: none;
    margin-bottom: 5px;
    padding: 10px 20px;
    color: #a94442;
    border: 1px solid #ebccd1;
    background-color: #f2dede;
}

.yaht_csf-field-repeater .widget-placeholder {
    height: 50px;
    margin-bottom: 3px;
    border: 1px dashed #f1c40f;
    background-color: #fffae4;
}

.yaht_csf-field-repeater .ui-sortable-helper {
    height: 50px !important;
    overflow: hidden !important;
    border-color: #ccc !important;
    background-color: #eee !important;
    opacity: 0.5;
}

.yaht_csf-field-repeater .ui-sortable-helper .yaht_csf-cloneable-helper, .yaht_csf-field-repeater .ui-sortable-helper .yaht_csf-cloneable-content {
    display: none;
}

.yaht_csf-field-select select {
    max-width: 100%;
}

.yaht_csf-field-slider em {
    padding-left: 5px;
    color: #aaa;
}

.yaht_csf-field-slider input {
    width: 45px !important;
    margin-left: 15px !important;
    text-align: center;
}

.yaht_csf-field-slider .ui-slider {
    position: relative;
    width: 100%;
    height: 4px;
    border: none;
    background: #ddd;
    border-radius: 2px;
}

.yaht_csf-field-slider .ui-slider-range {
    height: 4px;
    border: none;
    background: #222;
    border-radius: 2px;
}

.yaht_csf-field-slider .ui-slider-handle {
    position: absolute;
    width: 18px;
    height: 18px;
    top: -7px;
    margin-left: -8px;
    border: none;
    background: #222;
    border-radius: 2px;
}

.yaht_csf-field-slider .ui-state-active, .yaht_csf-field-slider .ui-slider-handle:hover {
    cursor: pointer;
    background: #444;
}

.yaht_csf-field-sortable .yaht_csf-field {
    padding: 10px;
}

.yaht_csf-field-sortable .yaht_csf-field-text input {
    width: 100%;
    max-width: 100%;
}

.yaht_csf-field-sortable .yaht_csf--sortable .yaht_csf--sortable-item {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #eee;
}

.yaht_csf-field-sortable .yaht_csf--sortable .yaht_csf--sortable-item h4 {
    font-size: 1em;
}

.yaht_csf-field-sortable .yaht_csf--sortable-content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
}

.yaht_csf-field-sortable .yaht_csf--sortable-helper {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    border-left: 1px solid #eee;
    background-color: #f7f7f7;
}

.yaht_csf-field-sortable .yaht_csf--sortable-helper .fa {
    display: inline-block;
    cursor: pointer;
    width: 50px;
    color: #555;
}

.yaht_csf-field-sortable .yaht_csf--sortable-helper .fa:hover {
    opacity: 0.5;
}

.yaht_csf-field-sortable .widget-placeholder {
    height: 50px;
    margin-bottom: 3px;
    border: 1px dashed #f1c40f;
    background-color: #fffae4;
}

.yaht_csf-field-sortable .ui-sortable-helper {
    height: 50px !important;
    overflow: hidden !important;
    border-color: #ccc !important;
    background-color: #eee !important;
    opacity: 0.5;
}

.yaht_csf-field-sortable .ui-sortable-helper .yaht_csf--sortable-helper, .yaht_csf-field-sortable .ui-sortable-helper .yaht_csf--sortable-content {
    display: none;
}

.yaht_csf-field-sorter .ui-sortable-placeholder {
    height: 20px;
    border: 1px dashed #f1c40f;
    background-color: #fffae4;
}

.yaht_csf-field-sorter .yaht_csf-modules {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.yaht_csf-field-sorter .yaht_csf-modules:first-child {
    padding-right: 15px;
}

.yaht_csf-field-sorter .yaht_csf-modules:last-child {
    padding-left: 15px;
}

.yaht_csf-field-sorter .yaht_csf-disabled, .yaht_csf-field-sorter .yaht_csf-enabled {
    padding: 5px 15px;
    border: 1px dashed #ddd;
    background-color: #fff;
}

.yaht_csf-field-sorter .yaht_csf-disabled li {
    -moz-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    opacity: 0.5;
}

.yaht_csf-field-sorter .yaht_csf-disabled .ui-sortable-helper {
    opacity: 1;
}

.yaht_csf-field-sorter .yaht_csf-sorter-title {
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    border: 1px dashed #ddd;
    border-bottom: none;
    background-color: #f8f8f8;
    text-transform: uppercase;
}

.yaht_csf-field-sorter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-height: 62px;
}

.yaht_csf-field-sorter ul li {
    margin: 10px 0;
    padding: 10px 15px;
    cursor: move;
    font-weight: bold;
    text-align: center;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    -moz-transition: border-color 0.15s;
    -o-transition: border-color 0.15s;
    -webkit-transition: border-color 0.15s;
    transition: border-color 0.15s;
}

.yaht_csf-field-sorter ul li:hover {
    border-color: #bbb;
}

.yaht_csf-field-spinner .yaht_csf--spin {
    float: left;
}

.yaht_csf-field-spinner .yaht_csf--unit {
    float: right;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border-left: none;
    color: #999;
    border: 1px solid #ddd;
    border-left: 0;
    background-color: #eee;
    padding: 0 6px;
    margin: 0;
    box-sizing: border-box;
}

.yaht_csf-field-spinner .ui-spinner-button {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 29px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    color: #555;
    background-color: #eee;
    box-sizing: border-box;
    box-shadow: none;
}

.yaht_csf-field-spinner .ui-spinner-button:hover {
    background-color: #e7e7e7;
}

.yaht_csf-field-spinner .ui-spinner-button:active {
    background-color: #ddd;
}

.yaht_csf-field-spinner .ui-spinner-button:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    line-height: 16px;
}

.yaht_csf-field-spinner .ui-spinner-down {
    float: left;
    border-right: 0;
    border-radius: 2px 0 0 2px;
}

.yaht_csf-field-spinner .ui-spinner-down:before {
    content: "\f0d9";
}

.yaht_csf-field-spinner .ui-spinner-up {
    float: right;
    border-left: 0;
    border-radius: 0 2px 2px 0;
}

.yaht_csf-field-spinner .ui-spinner-up:before {
    content: "\f0da";
}

.form-field input[type=text].ui-spinner-input, .yaht_csf-field-spinner input {
    width: 60px;
    text-align: center;
    margin: 0;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.yaht_csf-field-spinner input:focus {
    outline: none;
    box-shadow: none;
}

.yaht_csf-field-spinner .ui-button-text {
    display: none;
}

.yaht_csf-field-switcher .yaht_csf--switcher {
    float: left;
    cursor: pointer;
    position: relative;
    width: 62px;
    height: 30px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    background-color: #ed6f6f;
    user-select: none;
    -webkit-user-select: none;
}

.yaht_csf-field-switcher .yaht_csf--ball {
    position: absolute;
    top: 6px;
    left: 4px;
    width: 24px;
    height: 18px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .1s;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.yaht_csf-field-switcher .yaht_csf--on, .yaht_csf-field-switcher .yaht_csf--off {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 11px;
    line-height: 30px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transition: all .1s;
}

.yaht_csf-field-switcher .yaht_csf--off {
    left: 33px;
    opacity: 1;
}

.yaht_csf-field-switcher .yaht_csf--active {
    background: #4fb845;
}

.yaht_csf-field-switcher .yaht_csf--active .yaht_csf--on {
    opacity: 1;
}

.yaht_csf-field-switcher .yaht_csf--active .yaht_csf--off {
    opacity: 0;
}

.yaht_csf-field-switcher .yaht_csf--active .yaht_csf--ball {
    left: 34px;
}

.yaht_csf-field-switcher .yaht_csf--label {
    float: left;
    margin-top: 4px;
    margin-left: 8px;
    font-weight: 400;
    color: #999;
}

.yaht_csf-field-switcher input {
    display: none;
}

.yaht_csf-field-tabbed .yaht_csf-tabbed-section {
    border: 1px solid #eee;
    background: #fff;
}

.yaht_csf-field-tabbed .yaht_csf-tabbed-nav .yaht_csf--icon {
    padding-right: 5px;
}

.yaht_csf-field-tabbed .yaht_csf-tabbed-nav a {
    display: inline-block;
    padding: 12px 15px;
    margin-top: 1px;
    margin-right: 5px;
    margin-bottom: -1px;
    position: relative;
    text-decoration: none;
    color: #444;
    font-weight: 600;
    background-color: #f3f3f3;
    border: 1px solid #eee;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.yaht_csf-field-tabbed .yaht_csf-tabbed-nav a:hover {
    background-color: #f9f9f9;
}

.yaht_csf-field-tabbed .yaht_csf-tabbed-nav a.yaht_csf-tabbed-active {
    background-color: #fff;
    border-bottom-color: #fff;
}

.yaht_csf-field-tabbed .yaht_csf-tabbed-nav a:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.yaht_csf-field-text input {
    width: 340px;
    max-width: 100%;
}

.yaht_csf-field-textarea textarea {
    width: 100%;
    max-width: 100%;
    min-height: 125px;
}

.yaht_csf-field-textarea .yaht_csf-shortcode-button {
    margin-bottom: 10px;
    margin-right: 5px;
}

.yaht_csf-field-typography textarea, .yaht_csf-field-typography select {
    margin: 0;
    width: 100%;
}

.yaht_csf-field-typography .yaht_csf--title {
    color: #999;
    margin: 0 0 2px 0;
}

.yaht_csf-field-typography .yaht_csf--title small {
    vertical-align: top;
}

.yaht_csf-field-typography .yaht_csf--blocks {
    display: flex;
    flex-wrap: wrap;
}

.yaht_csf-field-typography .yaht_csf--block {
    padding-right: 5px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.yaht_csf-field-typography .yaht_csf--block .yaht_csf--block {
    padding-right: 0;
    padding-bottom: 0;
}

.yaht_csf-field-typography .yaht_csf--blocks-selects .yaht_csf--block {
    flex: 1 33.3%;
}

.yaht_csf-field-typography .yaht_csf--blocks-inputs .yaht_csf--block {
    flex: 1 25%;
}

.yaht_csf-field-typography .yaht_csf--blocks-inputs .yaht_csf--block .yaht_csf--block {
    flex: 1;
}

.yaht_csf-field-typography .yaht_csf--input {
    margin: 0;
    width: 100%;
    padding: 0 5px;
    border-radius: 0;
}

.yaht_csf-field-typography .yaht_csf-field-sizing .yaht_csf--input,
.yaht_csf-field-typography .yaht_csf-field-spacing .yaht_csf--input {
    margin-right: 1px;
    width: auto;
    padding: 0
}

.yaht_csf-field-typography .yaht_csf--unit {
    max-width: 40px;
    padding: 4px 0;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #777;
    border: 1px solid #ddd;
    background-color: #eee;
    border-radius: 0 2px 2px 0;
    border-left: 0;
}

.yaht_csf-field-typography .yaht_csf--preview {
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
    color: #222;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 2.5px;
    user-select: none;
    -webkit-user-select: none;
    transition: background-color .2s, border-color .2s;
}

.yaht_csf-field-typography .yaht_csf--block-preview {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    max-width: 100%;
}

.yaht_csf-field-typography .yaht_csf--black-background {
    border-color: #000;
    background-color: #000;
}

.yaht_csf-field-typography .yaht_csf--toggle {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #999;
}

.yaht_csf-field-typography .yaht_csf--block-extra-styles {
    
}

.yaht_csf-field-upload input {
    width: 100%;
}

.yaht_csf-field-upload .yaht_csf--buttons {
    margin-top: 5px;
}

.yaht_csf-field-upload .yaht_csf--remove {
    margin-left: 5px;
}

.yaht_csf-field-wp_editor .yaht_csf-wp-editor {
    float: left;
    width: 100%;
}

.yaht_csf-field-wp_editor .mce-toolbar-grp {
    border: none;
}

.yaht_csf-field-wp_editor .wp-media-buttons {
    position: relative;
    z-index: 2;
}

.yaht_csf-field-wp_editor .wp-editor-tabs {
    position: relative;
    z-index: 1;
}

.yaht_csf-field-wp_editor .yaht_csf-no-tinymce {
    border: 1px solid #e5e5e5;
}

.yaht_csf-field-wp_editor .yaht_csf-no-quicktags .wp-media-buttons {
    float: none;
    display: block;
}

.yaht_csf-field-wp_editor .yaht_csf-no-quicktags .mce-tinymce {
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

.yaht_csf-field-wp_editor textarea {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-shadow: none;
}

.yaht_csf-field-heading {
    font-size: 1.25em;
    font-weight: bold;
    color: #23282d;
    background-color: #f5f5f5;
    padding: 20px 10px;
}

.yaht_csf-field-subheading {
    font-size: 1.1em;
    font-weight: bold;
    padding: 20px 10px;
    background-color: #f5f5f5;
}

.yaht_csf-field-submessage {
    padding: 0 !important;
    border: 0 !important;
}

.yaht_csf-field-submessage + .yaht_csf-field {
    border-top: 0 !important;
}

.yaht_csf-submessage {
    font-size: 12px;
    padding: 17px 30px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.yaht_csf-submessage-success {
    color: #3c763d;
    border-color: #d6e9c6;
    background-color: #dff0d8;
}

.yaht_csf-submessage-info {
    color: #31708f;
    border-color: #bce8f1;
    background-color: #d9edf7;
}

.yaht_csf-submessage-warning {
    color: #8a6d3b;
    border-color: #faebcc;
    background-color: #fcf8e3;
}

.yaht_csf-submessage-danger {
    color: #a94442;
    border-color: #ebccd1;
    background-color: #f2dede;
}

.yaht_csf-submessage-normal {
    color: #23282d;
    border-color: #eee;
    background-color: #f7f7f7;
}

.yaht_csf-field-notice {
    background-color: #f7f7f7;
}

.yaht_csf-notice {
    padding: 12px;
    background-color: #fff;
    border-left-style: solid;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.yaht_csf-notice-success {
    border-left-color: #46b450;
}

.yaht_csf-notice-info {
    border-left-color: #339fd4;
}

.yaht_csf-notice-warning {
    border-left-color: #ffbc00;
}

.yaht_csf-notice-danger {
    border-left-color: #dc3232;
}

.yaht_csf-notice-normal {
    border-left-color: #222;
}

.yaht_csf-help {
    cursor: help;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 14px;
    color: #aaa;
}

.yaht_csf-help .yaht_csf-help-text {
    display: none;
}

.yaht_csf-image-preview {
    display: inline-block;
    position: relative;
    padding: 4px;
    min-width: 44px;
    min-height: 22px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.yaht_csf-image-preview img {
    max-height: 90px;
    display: inline-block;
    vertical-align: middle;
}

.yaht_csf-field-custom .yaht_csf-field {
    padding: 0;
}

.yaht_csf-field .chosen-container-single .chosen-single {
    height: 30px;
    line-height: 28px;
}

.yaht_csf-field .chosen-container-single .chosen-single abbr {
    top: 0;
    right: 20px;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    height: 100%;
    width: 18px;
    color: #aaa;
    text-align: center;
    background: none;
}

.yaht_csf-field .chosen-container-single .chosen-single abbr:before {
    content: "\f00d";
}

.yaht_csf-field .chosen-container-single .chosen-single abbr:hover {
    color: #555;
}

.yaht_csf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    height: 100%;
    width: 18px;
    color: #aaa;
    text-align: center;
    background: none;
}

.yaht_csf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    content: "\f00d";
}

.yaht_csf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    color: #555;
}

.yaht_csf-field .chosen-container-single .chosen-single div b {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #aaa;
    background: none;
}

.yaht_csf-field .chosen-container-single .chosen-single div b:before {
    content: "\f107";
}

.yaht_csf-field .chosen-container-single .chosen-single div b:hover {
    color: #555;
}

.yaht_csf-field .chosen-container-active.chosen-with-drop .chosen-single div b:before {
    content: "\f106";
}

.yaht_csf-field .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 40px;
}

.yaht_csf-field .chosen-container-single .chosen-search input[type="text"] {
    background: none;
}

.yaht_csf-field .chosen-container-single .chosen-search:before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    content: "\f002";
    font-size: 11px;
    right: 10px;
    top: 7px;
    color: #aaa;
}

.yaht_csf-field .wp-picker-container {
    display: inline-block;
}

.yaht_csf-field .yaht_csf--transparent-wrap {
    display: none;
    position: relative;
    top: -1px;
    width: 235px;
    padding: 9px 10px;
    border: 1px solid #dfdfdf;
    border-top: none;
    background-color: #fff;
}

.yaht_csf-field .yaht_csf--transparent-slider {
    position: absolute;
    width: 190px;
    margin-left: 2px;
    height: 18px;
    background: transparent;
    border: none;
}

.yaht_csf-field .yaht_csf--transparent-slider .ui-slider-handle {
    position: absolute;
    top: -3px;
    bottom: -3px;
    z-index: 5;
    border-color: #aaa;
    border-style: solid;
    border-width: 4px 3px;
    width: 10px;
    height: 16px;
    margin: 0 -5px;
    background: none;
    cursor: ew-resize;
    opacity: 0.9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.yaht_csf-field .yaht_csf--transparent-slider .ui-slider-handle:before {
    content: " ";
    position: absolute;
    left: -2px;
    right: -2px;
    top: -3px;
    bottom: -3px;
    border: 2px solid #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.yaht_csf-field .yaht_csf--transparent-offset {
    height: 18px;
    width: 200px;
    background: url("images/checkerboard.png") repeat-y center left scroll #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.yaht_csf-field .yaht_csf--transparent-text {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 30px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #999;
}

.yaht_csf-field .yaht_csf--transparent-button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    user-select: none;
    -webkit-user-select: none;
    color: #999;
    transition: background-color .2s, border-color .2s, color .2s;
}

.yaht_csf-field .yaht_csf--transparent-active .wp-color-result {
    background-image: url("images/checkerboard.png");
    background-size: 130%;
    background-position: center left;
    background-color: transparent !important;
}

.yaht_csf-field .yaht_csf--transparent-active .yaht_csf--transparent-button {
    color: #fff;
    border-color: #4fb845;
    background-color: #4fb845;
}

.widget-content .yaht_csf-field {
    position: relative;
    top: -1px;
    margin-right: -10px;
    margin-left: -10px;
    padding: 10px;
}

.widget-content .yaht_csf-field .yaht_csf-field {
    margin-left: 0;
    margin-right: 0;
}

.widget-content .yaht_csf-field .yaht_csf-title {
    float: none;
    width: 100%;
    margin-bottom: 5px;
}

.widget-content .yaht_csf-field .yaht_csf-fieldset {
    margin-left: 0;
}

.widget-content .yaht_csf-field-text input {
    width: 100%;
}

.widget-content .yaht_csf-field-notice .yaht_csf-notice {
    padding: 15px;
}

.control-section .yaht_csf-field {
    padding: 0;
}

.control-section .yaht_csf-field .yaht_csf-title {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

.control-section .yaht_csf-field .yaht_csf-title h4 {
    font-size: 14px;
    font-weight: 600;
    color: inherit;
}

.control-section .yaht_csf-field .yaht_csf-fieldset {
    margin-left: 0;
}

.control-section .widget-content .yaht_csf-field {
    margin-right: -10px;
    margin-left: -10px;
    padding: 10px 12px;
}

.control-section .yaht_csf-field-select select {
    width: 100%;
}

.control-section .yaht_csf-field-heading {
    color: inherit;
    font-size: 14px;
    line-height: 1em;
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
}

.control-section .yaht_csf-field-subheading {
    color: inherit;
    font-size: 11px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 10px 15px;
}

.control-section .yaht_csf-text-subtitle {
    margin-top: 4px;
    font-size: 12px;
}

.control-section .yaht_csf-field-content, .control-section .yaht_csf-field-notice .yaht_csf-notice {
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
}

.control-section .yaht_csf-fieldset .yaht_csf-field-notice .yaht_csf-notice, .control-section .yaht_csf-fieldset .yaht_csf-field-heading, .control-section .yaht_csf-fieldset .yaht_csf-field-subheading {
    margin-left: 0;
    margin-right: 0;
}

.control-section .yaht_csf-field-sorter ul li {
    padding: 5px;
}

.control-section .yaht_csf-field-sorter .yaht_csf-modules {
    float: none;
    width: 100%;
}

.control-section .yaht_csf-field-sorter .yaht_csf-disabled {
    margin-left: 0;
    margin-top: 15px;
}

.control-section .yaht_csf-field-background .yaht_csf-field-upload {
    width: 100%;
}

.control-section .yaht_csf-field-background .yaht_csf-field-upload input {
    width: 100%;
    margin: 0;
}

.control-section .yaht_csf-field-background .yaht_csf-field-upload a {
    width: 100%;
    text-align: center;
    margin: 5px 1px;
}

.control-section .yaht_csf-field-background .yaht_csf-pseudo-field {
    width: 100%;
    padding: 0 0 5px 0 !important;
}

.control-section .yaht_csf-field-background .yaht_csf-field-color {
    top: 0;
}

.control-section .yaht_csf-field-backup .yaht_csf-export-data {
    display: none;
}

.control-section .yaht_csf-field-typography select {
    width: 100% !important;
    margin: 0 0 5px 0;
}

.control-section .yaht_csf-field-fieldset .yaht_csf-inner {
    border-color: #e5e5e5;
}

.control-section .yaht_csf-field-fieldset .yaht_csf-field {
    padding: 10px;
}

.control-section .yaht_csf-field-fieldset .yaht_csf-field .yaht_csf-title {
    margin-bottom: 5px;
}

.control-section .yaht_csf-field-fieldset .yaht_csf-field h4 {
    font-size: 12px;
}

.control-section .yaht_csf-field-group .yaht_csf-field, .control-section .yaht_csf-field-tabbed .yaht_csf-field, .control-section .yaht_csf-field-repeater .yaht_csf-field, .control-section .yaht_csf-field-accordion .yaht_csf-field {
    padding: 10px;
}

.control-section .yaht_csf-field-group .yaht_csf-field .yaht_csf-title, .control-section .yaht_csf-field-tabbed .yaht_csf-field .yaht_csf-title, .control-section .yaht_csf-field-repeater .yaht_csf-field .yaht_csf-title, .control-section .yaht_csf-field-accordion .yaht_csf-field .yaht_csf-title {
    margin-bottom: 5px;
}

.control-section .yaht_csf-field-group .yaht_csf-field h4, .control-section .yaht_csf-field-tabbed .yaht_csf-field h4, .control-section .yaht_csf-field-repeater .yaht_csf-field h4, .control-section .yaht_csf-field-accordion .yaht_csf-field h4 {
    font-size: 12px;
}

.control-section .yaht_csf-dependency-control {
    margin-bottom: 0;
}

.control-section .yaht_csf-dependency-control .yaht_csf-customize-field > .yaht_csf-field {
    margin-bottom: 12px;
}

.yaht_csf-taxonomy {
    margin: 0;
}

.yaht_csf-taxonomy > .yaht_csf-field {
    border-top: none !important;
}

.yaht_csf-taxonomy > .yaht_csf-field-heading {
    font-size: 1.1em;
    padding: 20px !important;
    border: 1px solid #ddd;
}

.yaht_csf-taxonomy > .yaht_csf-field-subheading {
    font-size: 12px;
    padding: 15px !important;
    border: 1px solid #ddd;
}

.yaht_csf-taxonomy > .yaht_csf-field-submessage .yaht_csf-submessage {
    padding: 15px;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
}

.yaht_csf-taxonomy > .yaht_csf-field-notice {
    background-color: transparent;
}

.yaht_csf-taxonomy-add-fields > .yaht_csf-field {
    padding: 8px 0;
}

.yaht_csf-taxonomy-add-fields > .yaht_csf-field > .yaht_csf-title {
    float: none;
    width: 100%;
    padding: 2px 2px 4px 0;
}

.yaht_csf-taxonomy-add-fields > .yaht_csf-field > .yaht_csf-title h4 {
    font-size: 12px;
    font-weight: normal;
}

.yaht_csf-taxonomy-add-fields > .yaht_csf-field > .yaht_csf-fieldset {
    margin-left: 0;
}

.yaht_csf-taxonomy-add-fields > .yaht_csf-field > .yaht_csf-fieldset > .yaht_csf-help {
    right: -5px;
}

.yaht_csf-taxonomy-add-fields + p.submit {
    margin-top: 0;
}

.yaht_csf-taxonomy-edit-fields > .yaht_csf-field {
    padding: 20px 0;
}

.yaht_csf-taxonomy-edit-fields > .yaht_csf-field > .yaht_csf-title {
    width: 225px;
}

.yaht_csf-taxonomy-edit-fields > .yaht_csf-field > .yaht_csf-title h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
}

.yaht_csf-taxonomy-edit-fields > .yaht_csf-field > .yaht_csf-fieldset {
    margin-left: 225px;
}

.yaht_csf-taxonomy-edit-fields > .yaht_csf-field > .yaht_csf-fieldset > .yaht_csf-help {
    top: -5px;
    right: -5px;
}

.yaht_csf-taxonomy-edit-fields > .yaht_csf-field-submessage {
    margin: 20px 0;
}

.yaht_csf-taxonomy-edit-fields > .yaht_csf-field-subheading, .yaht_csf-taxonomy-edit-fields > .yaht_csf-field-heading {
    margin: 20px 0;
    border: 1px solid #ddd;
}

.yaht_csf-modal {
    display: none;
    position: fixed;
    z-index: 100101;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yaht_csf-modal-icon {
    z-index: 100102;
}

.yaht_csf-modal-table {
    display: table;
    width: 100%;
    height: 100%;
}

.yaht_csf-modal-table-cell {
    display: table-cell;
    vertical-align: middle;
    margin: 100px 0;
}

.yaht_csf-modal-inner {
    position: relative;
    z-index: 10;
    width: 760px;
    height: 750px;
    margin: 0 auto;
    background-color: #fff;
}

.yaht_csf-modal-icon .yaht_csf-modal-inner {
    width: 90%;
    height: auto;
}

.yaht_csf-modal-content {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 592px;
}

.yaht_csf-modal-content .yaht_csf-shortcode-button {
    display: none;
}

.yaht_csf-modal-content .yaht_csf-fieldset {
    margin-left: 25%;
}

.yaht_csf-modal-content .yaht_csf-title {
    width: 20%;
}

.yaht_csf-modal-content .yaht_csf-field {
    padding: 15px 30px 15px 15px;
}

.yaht_csf-modal-content a:active, .yaht_csf-modal-content a:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.yaht_csf-modal-content h4 {
    font-size: 13px;
}

.yaht_csf-modal-content h4 small {
    font-style: italic;
    font-weight: 400;
    color: #aaa;
}

.yaht_csf-modal-title {
    position: relative;
    background-color: #fcfcfc;
    border-bottom: 1px solid #ddd;
    height: 36px;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    padding: 0 36px 0 16px;
}

.yaht_csf-modal-header {
    width: 100%;
    padding: 16px 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
}

.yaht_csf-modal-header select {
    display: block;
    width: 250px;
    margin: 0 auto;
}

.yaht_csf-modal-close {
    color: #666;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    background: none;
    border: none;
    cursor: pointer;
}

.yaht_csf-modal-close:before {
    font: normal 20px/36px dashicons;
    content: "\f158";
    vertical-align: top;
    width: 36px;
    height: 36px;
}

.yaht_csf-modal-close:hover {
    opacity: 0.5;
}

.yaht_csf-modal-insert-wrapper {
    text-align: center;
    width: 100%;
    padding: 16px 0;
    background-color: #f5f5f5;
    border-top: 1px solid #eee;
}

.yaht_csf-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.yaht_csf--repeatable {
    padding: 15px 15px 0 15px;
}

.yaht_csf--repeat-button-block {
    text-align: center;
    padding-bottom: 15px;
}

.yaht_csf--repeat-shortcode {
    position: relative;
    margin-bottom: 15px;
    border: 1px dashed #ddd;
}

.yaht_csf--repeat-shortcode:first-child .yaht_csf--remove {
    display: none;
}

.yaht_csf--repeat-shortcode .yaht_csf--remove {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    background-color: #e14d43;
    opacity: 0.5;
}

.yaht_csf--repeat-shortcode .yaht_csf--remove:hover {
    opacity: 1;
}

.yaht_csf-shortcode-single .yaht_csf-modal-inner {
    height: 750px;
}

.yaht_csf-shortcode-single .yaht_csf-modal-content {
    height: 652px;
}

.yaht_csf-shortcode-block {
    text-align: center;
    padding: 14px;
    font-size: 13px;
    background-color: #f5f5f5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.yaht_csf-shortcode-block .button {
    margin: 10px 0;
}

.yaht_csf-modal-icon .yaht_csf-icon-title {
    padding: 8px 20px;
    margin: 4px;
    font-size: 14px;
    font-weight: 600;
    background-color: #00a0d2;
    color: #fff;
}

.yaht_csf-modal-icon .yaht_csf-icon-search {
    width: 250px;
    height: 22px;
    line-height: 22px;
    border: none;
    background-color: #ddd;
    font-weight: 100;
    margin-left: 30px;
}

.yaht_csf-modal-icon a {
    display: inline-block;
    padding: 4px;
    cursor: pointer;
}

.yaht_csf-modal-icon a .yaht_csf-icon {
    position: relative;
    padding: 4px;
    display: inline-block;
    font-size: 14px;
    width: 30px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    vertical-align: top;
    color: #555;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.yaht_csf-modal-icon a:hover .yaht_csf-icon {
    color: #fff;
    border-color: #222;
    background-color: #222;
}

.yaht_csf-modal-icon .yaht_csf-modal-content {
    padding: 10px;
    height: 618px;
}

.yaht_csf-modal-icon .yaht_csf-text-error {
    padding: 10px;
}

.yaht_csf-modal-loading {
    display: none;
    position: absolute;
    left: 15px;
    top: 15px;
}

.yaht_csf-loading {
    position: relative;
    width: 20px;
    height: 20px;
    background: #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}

.yaht_csf-loading:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    content: "";
    margin-top: -2px;
    margin-left: -2px;
    background-color: white;
    -moz-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-name: yaht_csfLoader;
    -webkit-animation-name: yaht_csfLoader;
    animation-name: yaht_csfLoader;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

@-moz-keyframes yaht_csfLoader {
    0% {
        -moz-transform: rotate(0deg) translateX(-6px) rotate(0deg);
        transform: rotate(0deg) translateX(-6px) rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
        transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    }
}

@-webkit-keyframes yaht_csfLoader {
    0% {
        -webkit-transform: rotate(0deg) translateX(-6px) rotate(0deg);
        transform: rotate(0deg) translateX(-6px) rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
        transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    }
}

@keyframes yaht_csfLoader {
    0% {
        -moz-transform: rotate(0deg) translateX(-6px) rotate(0deg);
        -ms-transform: rotate(0deg) translateX(-6px) rotate(0deg);
        -webkit-transform: rotate(0deg) translateX(-6px) rotate(0deg);
        transform: rotate(0deg) translateX(-6px) rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
        -ms-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
        -webkit-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
        transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    }
}

.yaht_csf-text-desc, .yaht_csf-text-subtitle {
    font-weight: 400;
    margin-top: 10px;
    color: #999;
}

.yaht_csf-text-success {
    color: #2b542c;
}

.yaht_csf-text-error {
    color: #d02c21;
}

.yaht_csf-text-info {
    color: #31708f;
}

.yaht_csf-text-warning {
    color: #ffb900;
}

.yaht_csf-text-muted {
    color: #aaa;
}

.yaht_csf-text-left {
    text-align: left;
}

.yaht_csf-text-center {
    text-align: center;
}

.yaht_csf-text-right {
    text-align: right;
}

.yaht_csf-block-left {
    float: left;
}

.yaht_csf-block-right {
    float: right;
}

.yaht_csf-full-width {
    width: 100%;
}

.yaht_csf-full-half {
    width: 50%;
}

.yaht_csf-table {
    width: 100%;
    display: table;
}

.yaht_csf-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.yaht_csf-table-expanded {
    width: 100%;
}

.yaht_csf-nowrap {
    white-space: nowrap;
}

.yaht_csf-text-highlight {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.yaht_csf-text-highlight-gray {
    padding: 2px 4px;
    font-size: 90%;
    background-color: #f0f0f0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.yaht_csf-hidden {
    display: none;
}

.yaht_csf-hide {
    display: none !important;
}

.yaht_csf-show {
    display: block !important;
}

.yaht_csf-opacity {
    opacity: 0.5;
}

.yaht_csf-warning-primary {
    color: #fff !important;
    border-color: #d02c21 #ba281e #ba281e !important;
    background: #e14d43 !important;
    -moz-box-shadow: 0 1px 0 #ba281e !important;
    -webkit-box-shadow: 0 1px 0 #ba281e !important;
    box-shadow: 0 1px 0 #ba281e !important;
    text-shadow: 0 -1px 1px #ba281e, 1px 0 1px #ba281e, 0 1px 1px #ba281e, -1px 0 1px !important;
    text-shadow: 0 -1px 1px #ba281e, 1px 0 1px #ba281e, 0 1px 1px #ba281e, -1px 0 1px #ba281e !important;
}

.yaht_csf-warning-primary:hover, .yaht_csf-warning-primary:focus {
    border-color: #ba281e !important;
    background: #e35950 !important;
    -moz-box-shadow: 0 1px 0 #ba281e !important;
    -webkit-box-shadow: 0 1px 0 #ba281e !important;
    box-shadow: 0 1px 0 #ba281e !important;
}

.yaht_csf-warning-primary:active {
    border-color: #ba281e !important;
    background: #d02c21 !important;
    -moz-box-shadow: inset 0 2px 0 #ba281e !important;
    -webkit-box-shadow: inset 0 2px 0 #ba281e !important;
    box-shadow: inset 0 2px 0 #ba281e !important;
}

.yaht_csf-form-result {
    display: none;
    padding: 12px;
    margin: 0 0 15px 0;
    background-color: #fff;
    border-left: 4px solid #555;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.yaht_csf-form-show {
    display: block;
}

.yaht_csf-form-error {
    border-left-color: #dc3232;
}

.yaht_csf-form-success {
    border-left-color: #46b450;
}

.yaht_csf-form-warning {
    border-left-color: #ffb900;
}

.yaht_csf-form-info {
    border-left-color: #00a0d2;
}

.yaht_csf-label-error {
    position: relative;
    top: -2px;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    height: 10px;
    width: 10px;
    padding: 1px;
    font-style: normal;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    background-color: #e10000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.yaht_csf-no-option {
    padding: 30px;
}

.yaht_csf-debug {
    padding: 10px;
    color: #999;
    background-color: #222;
}

@media only screen and (max-width: 1200px) {
    .yaht_csf-metabox .yaht_csf-field .yaht_csf-title {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .yaht_csf-metabox .yaht_csf-field .yaht_csf-fieldset {
        margin-left: 0;
    }
}

@media only screen and (max-width: 782px) {
    .yaht_csf-header-inner {
        text-align: center;
    }

    .yaht_csf-header-inner h1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .yaht_csf-search, .yaht_csf-header-right, .yaht_csf-header-left {
        width: 100%;
    }

    .yaht_csf-search {
        text-align: center;
        margin-bottom: 15px;
    }

    .yaht_csf-footer {
        text-align: center;
    }

    .yaht_csf-buttons {
        float: none;
    }

    .yaht_csf-copyright {
        float: none;
        margin-top: 10px;
    }

    .yaht_csf-nav, .yaht_csf-expand-all, .yaht_csf-reset-section, .yaht_csf-nav-background {
        display: none !important;
    }

    .yaht_csf-content {
        margin-left: 0;
    }

    .yaht_csf-section-title, .yaht_csf-section {
        display: block !important;
    }

    .yaht_csf-field .yaht_csf-title {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .yaht_csf-field .yaht_csf-fieldset {
        margin-left: 0;
    }

    .yaht_csf-modal-inner {
        width: 350px;
        height: 380px;
    }

    .yaht_csf-modal-content {
        height: 282px;
    }

    .yaht_csf-icon-dialog .yaht_csf-modal-inner {
        width: 305px;
        height: 380px;
    }

    .yaht_csf-icon-dialog .yaht_csf-modal-content {
        height: 267px;
    }
}

.cs-framework .cs-content.yaht-icons {
    margin-left: 0;
}

.yaht-icons > fieldset {
    margin-top: 15px;
}

.yaht-icons .icon_type li {
    display: inline-block;
    margin-right: 10px;
}

.cs-framework .cs-content.yaht-icons .cs-element {
    padding-left: 0;
}

.cs-framework .cs-content.yaht-icons > fieldset .cs-element + .cs-element {
    border-top: none;
}

.cs-framework .cs-content.yaht-icons > fieldset .cs-element {
    padding-top: 0;
}

.yaht-icons .yaht_csf-field-media .yaht_csf-title {
    width: 100%;
    float: none;
}

.yaht-icons .yaht_csf-field-media.yaht_csf-field .yaht_csf-fieldset {
    margin-left: 0;
}

.yaht-icons .yaht_csf-field-media.yaht_csf-field .yaht_csf-title h4 {
    font-weight: normal;
}

.yaht-icons .yaht_csf-field-media.yaht_csf-field {
    border-top: none !important;
}

#yaht-preview-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9999;
}

#yaht-preview-wrapper > div {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

#yaht-preview-wrapper > div > div {
    display: table-cell;
    vertical-align: middle;
}

.yaht-icon-panel {
    position: relative;
    display: inline-block;
}

.yaht-icon-panel .ruler-units {
    position: absolute;
    top: 0;
    left: 0;
}

.yaht-icon-panel .ruler-units:before {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: red;
}

.yaht-icon-panel .ruler-units:after {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: red;
}

.yaht-icon-panel .ruler-units .unit {
    width: 32px;
    height: 32px;
    position: relative;
    float: left;
}

.yaht-icon-panel .ruler-units .unit:before {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: red;
}

.yaht-icon-panel .ruler-units .unit:after {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background-color: red;
}

.yaht-icon-panel .ruler-units .unit:hover {
    background-color: rgba(255, 0, 0, 0.5);
}

.yaht_icon_positions {
    background-color: #f1f1f1;
    padding: 20px;
}

.yticon-position .yaht_csf-field {
    padding: 0;
}

.yticon-position:after {
    display: block;
    clear: both;
    content: "";
}

.yticon-position > div {
    width: 45%;
    float: left;
}

.yticon-position > div + div {
    float: right;
}

.yticon-position + .yticon-position {
    margin-top: 30px;
}

.yticon-units-viewer {
    margin-bottom: 30px;
}

.yticon-units-viewer a {
    width: 50px;
    height: 34px;
    display: inline-block;
    border: 2px solid #dfdfdf;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}

.yticon-units-viewer a.active {
    border-color: #21a117;
}

.cs-field-layout-select label {
    position: relative;
    width: 100%;
    display: block;
}

.cs-field-layout-select label .layout-text {
    width: 100%;
}

.cs-field-layout-select label a {
    position: absolute;
    top: 1px;
    right: 0;
    background-color: #666;
    color: #fff;
    width: 30px;
    height: 28px;
    text-align: center;
    line-height: 27px;
}

.cs-field-layout-select label a:hover {
    background-color: #000;
}

#TB_window {
    z-index: 90000 !important;
}

#TB_ajaxContent {
    width: calc(100% - 30px) !important;
    height: calc(100% - 50px) !important;
}

#TB_ajaxContent .list-layouts {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

#TB_ajaxContent .list-layouts:after {
    width: 100%;
    clear: both;
    display: table;
    min-width: 1px;
}

#TB_ajaxContent .list-layouts li {
    padding: 10px;
    float: left;
    margin-bottom: 0;
}

#TB_ajaxContent .list-layouts li a {
    display: block;
    border: 1px solid #dfdfdf;
    width: 200px;
    height: 230px;
    overflow: hidden;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    text-decoration: none;
    text-align: center;
}

#TB_ajaxContent .list-layouts li a img {
    max-width: 100%;
    max-height: 220px;
}

#TB_ajaxContent .list-layouts li span {
    display: block;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

#TB_ajaxContent .list-layouts li.active a {
    border-color: #21a117;
}

#TB_ajaxContent .list-layouts li.active a::before {
}

#TB_ajaxContent .list-layouts li.active a::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-top: -9px;
    margin-left: -13px;
    color: #21a117;
}

.yaht_csf-field-iconex .yaht_csf-field, body.taxonomy-yaht_woo_manufacture .cs-element {
    padding: 0;
}

.yaht_csf-field-iconex fieldset .yaht_csf-field {
    padding: 0 0 30px 0;
}

#update-nav-menu .yaht_csf-field, .vc_edit_form_elements .yaht_csf-field {
    padding: 0;
}

.vc_edit_form_elements .yaht_csf-field-group .yaht_csf-field {
    padding: 10px 10px 0 10px;
}

#update-nav-menu .yaht_csf-field + .yaht_csf-field, .vc_edit_form_elements .yaht_csf-field + .yaht_csf-field {
    margin-top: 10px;
    border-top: none;
}

#update-nav-menu .yaht_csf-field .yaht_csf-title {
    width: 100%;
    float: none;
}

#update-nav-menu .yaht_csf-field .yaht_csf-title h4 {
    font-weight: normal;
    font-style: italic;
    color: #888;
}

#update-nav-menu .yaht_csf-field .yaht_csf-fieldset {
    margin-left: 0;
}

#update-nav-menu .yaht_csf-options {
    clear: left;
    padding-top: 6px;
}

#update-nav-menu .yaht_csf-options label {
    color: #666;
    font-style: italic;
    margin-bottom: 5px;
}

#update-nav-menu .yaht_csf-field-radio ul {
    min-height: 26px;
}

#update-nav-menu .yaht_csf-field-media .yaht_csf--placeholder {
    margin-bottom: 0;
}

#update-nav-menu .yaht_csf-image-preview img {
    max-width: 40px;
}

.vc_edit_form_elements .cs-field-layout-select label a {
    top: 0px;
    width: 36px;
    height: 36px;
    line-height: 35px;
}

#side-sortables .yaht_csf-field-background .yaht_csf-field {
    padding: 0;
}

#side-sortables .yaht_csf-field-background .yaht_csf--select {
    width: 100%;
}
.yaht_csf-field-responsive_dimensions .select,
.yaht_csf-field-dimensions .select{
    margin: 0
}

.yaht_csf-header-inner #setting-error-tgmpa {
    display: none;
}

#TB_overlay {
    z-index: 80100 !important;
}

.yaht_csf-no-padding .yaht_csf-field {
    padding: 0;
}

body.taxonomy-woo_manufacture .term-parent-wrap, .cs-field-layout-select select, .yaht_csf.yaht_wc_stores + p.submit, .chosen-container-single + .chosen-container-single {
    display: none;
}

.rtl .chosen-container-single .chosen-single div {
    left: 0;
    right: auto;
}

.rtl .yaht_csf-field .chosen-container-single .chosen-single abbr {
    right: 10px;
}

.yaht_csf-onload .hidden {
    display: none;
}
.yaht_csf-field-background .yaht_csf-field.yaht_csf-field-image {
    display: block;
}
.yaht_csf-field input[type="text"],
.yaht_csf-field input[type="password"],
.yaht_csf-field input[type="color"],
.yaht_csf-field input[type="date"],
.yaht_csf-field input[type="datetime"],
.yaht_csf-field input[type="datetime-local"],
.yaht_csf-field input[type="email"],
.yaht_csf-field input[type="month"],
.yaht_csf-field input[type="number"],
.yaht_csf-field input[type="search"],
.yaht_csf-field input[type="tel"],
.yaht_csf-field input[type="time"],
.yaht_csf-field input[type="url"],
.yaht_csf-field input[type="week"],
.yaht_csf-field select,
.yaht_csf-field textarea {
    box-shadow: 0 0 0 transparent;
    border-radius: .2rem;
    border: 1px solid #ced4da;
    background-color: #fff;
    padding: 0;
    min-height: 28px;
    font-size: 13px;
}
.yaht_csf-field .form-control-sm{
    height: auto;
}
.yaht_csf-field .input-group-text{
    padding: 5px;
}
.yaht_csf-field input[type="text"]:focus-visible,
.yaht_csf-field input[type="password"]:focus-visible,
.yaht_csf-field input[type="color"]:focus-visible,
.yaht_csf-field input[type="date"]:focus-visible,
.yaht_csf-field input[type="datetime"]:focus-visible,
.yaht_csf-field input[type="datetime-local"]:focus-visible,
.yaht_csf-field input[type="email"]:focus-visible,
.yaht_csf-field input[type="month"]:focus-visible,
.yaht_csf-field input[type="number"]:focus-visible,
.yaht_csf-field input[type="search"]:focus-visible,
.yaht_csf-field input[type="tel"]:focus-visible,
.yaht_csf-field input[type="time"]:focus-visible,
.yaht_csf-field input[type="url"]:focus-visible,
.yaht_csf-field input[type="week"]:focus-visible,
.yaht_csf-field select:focus-visible,
.yaht_csf-field textarea:focus-visible {
    outline: none;
}

.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.yaht_csf-field-border .yaht_csf-field-color{
    width: 100px;
}
