ul.elementor-editor-element-settings.elementor-editor-container-settings,
ul.elementor-editor-element-settings.elementor-editor-widget-settings{
    margin: unset;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    width: unset !important;
}

.csf-theme-dark .csf-nav ul ul li .csf-active {
    background: linear-gradient(
90deg, #2130FF 0%, #0090FF 100%);
}
.csf-theme-dark .csf-nav ul li a {
    color: #999;
    border-color: #040a1b;
    background-color: #121622;
}
.csf-nav ul ul li a {
    padding: 15px 14px 15px 24px;
}
.csf-nav ul li a {
    padding: 15px 12px;
}
.csf-theme-dark .csf-nav-background {
    background-color: #121622;
}
.csf-footer {
    padding: 40px;
}
.csf-theme-dark .csf-footer {
    background-color: #121622;
}
.csf-theme-dark .csf-header-inner {
    background-color: #121622;
}

/* input.button.button-primary.csf-top-save.csf-save {
    height: 44px;
} */
.button.button-primary.csf-cloneable-add {
    line-height: 44px;
}
.csf-field-switcher .csf--active {
    background: linear-gradient(
90deg, #2130FF 0%, #0090FF 100%);
}
.csf-field-switcher .csf--switcher {
    width: 80px;
    height: 40px;
}
.csf-field-switcher .csf--active {
    background: linear-gradient(
90deg, #2130FF 0%, #0090FF 100%);
}
.csf-field-switcher .csf--off, .csf-field-switcher .csf--on {
    line-height: 40px;
}
.csf-field-switcher .csf--active .csf--ball {
    margin-left: -32px;
}
.csf-field-switcher .csf--ball {
    top: 10px;
}
.csf-field-switcher .csf--ball {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.csf-field-switcher .csf--off, .csf-field-switcher .csf--on {
    font-size: 14px;
}
.csf-buttons .button {
    margin: 0 5px;
}
a.button.button-primary.csf-icon-add, a.button.csf-warning-primary.csf-icon-remove,
a.button.button-primary.csf--button {
    line-height: 44px;
}

.csf-field-switcher .csf--switcher {
    background-color: #d33434;
}
.csf-field-switcher .csf--ball {
    left: 10px;
}
.csf-field-slider .ui-slider-handle:hover, .csf-field-slider .ui-state-active, .csf-field-slider .ui-slider-handle{
    background: linear-gradient(
90deg, #2130FF 0%, #0090FF 100%);
}
.csf-field-slider .ui-slider-range {
    background: linear-gradient(
90deg, #2130FF 0%, #0090FF 100%);
}
.csf-theme-dark .csf-nav ul li .csf-active {
    background: linear-gradient(
90deg, #2130FF 0%, #0090FF 100%);
}






/* Social Counter */

.social-counter {
    display: block;
}
.social-counter .count {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.social-counter.style-1 .count .icon {
    background: #aaa;
    float: left;
    color: #fff;
    font-size: 22px;
    text-align: center;
    width: 45px;
    height: 45px;
    text-shadow: 0 0 3px rgb(0 0 0 / 0.2);
    display: table;
}
.social-counter.style-1 .count .icon i,
.social-counter.style-2 .count .icon i {
    display: table-cell;
    vertical-align: middle;
}
.social-counter.style-1 .count p {
    display: inline-block;
    font-size: 13px;
    color: #888;
    margin: 0px;
}
.social-counter.style-1 .count p span {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding-right: 2px;
}
.social-counter.style-1 .count .action-btn {
    float: right;
    display: inline-block;
    background: #aaa;
    color: #fff;
    margin: 0px;
    padding: 3px 6px;
    font-size: 14px;
}
.social-counter.style-2 .count {
    overflow: hidden;
    text-align: left;
    transition: 0.5s;
}
.social-counter.style-2 .count .icon {
    background: rgb(0 0 0 / 0.1);
    float: left;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 45px;
    height: 46px;
    text-shadow: 0 0 3px rgb(0 0 0 / 0.1);
    display: table;
}
.social-counter.style-2 .count span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-right: 2px;
}
.social-counter.style-2 .count .action-btn {
    float: right;
    background: rgb(255 255 255 / 0.25);
    color: #fff;
    padding: 3px 6px;
    margin: 0px;
    font-size: 14px;
}