#custom-scroll-menu a, #custom-scroll-menu a:hover, #custom-scroll-menu a:focus {
    text-decoration: none;
    color: #333;
    outline: none;
    box-shadow: none;
}
#js-tree-menu {
    padding: 0 10px 10px 0;
    background: #fff;
    /*box-shadow: 0 4px 21px rgba(7,16,28,.1);*/
}
.pfolder-folder-close {
    font-size: 16px;
    color: #334155;
}
.jstree-clicked > .pfolder-folder-close {
    color: #ffffff;
}
.jstree-open > a > .pfolder-folder-close:before {
    content: "\e903";
}
#dynamic-folders > a > i.pfolder-folder-close:before {
    content: "\e900" !important;
}
span.folder-actions {
    position: absolute;
    right: 4px;
}
.folder-actions span i {
    font-size: 10px;
    width: 16px;
    text-align: center;
}
.folder-actions span {
    width: 0px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    transition: all 0.2s linear;
    display: inline-block;
    font-size: 10px;
    text-align: center;
}
.folder-actions span.premio-folder-count {
    width: auto;
}
a.jstree-anchor:hover span.folder-inline-edit {
    width: 20px;
}
#jstree-dnd {
    background-color: #cecece;
    border-radius: 3px;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 0;
    opacity: .8;
    overflow: hidden;
    padding: 0 10px 0 40px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 260px
}

#jstree-dnd .jstree-icon {
    top: 6px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    display: none;
}
.js-tree-data .folder-checkbox {
    display: none;
}
.js-tree-data.show-folder-checkbox .folder-checkbox {
    display: inline-block;
}
.js-tree-data.show-folder-checkbox .pfolder-folder-close {
    display: none;
}
li.jstree-node.is-high > a .star-icon {
    width: 16px;
    text-align: center;
    color: #ffc90e;
}
li.jstree-node.is-locked > a span.dashicons.dashicons-lock {
    width: 16px;
    text-align: center;
    font-size: 12px;
}
li.jstree-node.is-sticky > a .sticky-icon {
    width: 16px;
    text-align: center;
}
li.jstree-node.is-sticky > a .sticky-icon i {
    font-size: 12px;
}
li.jstree-node.is-current > a .default-folder {
    width: 16px;
}
li.jstree-node .jstree-hovered .star-icon, li.jstree-node .jstree-hovered .sticky-icon, li.jstree-node .jstree-hovered span.dashicons.dashicons-lock, li.jstree-node .jstree-hovered span.default-folder {
    width: 0px !important;
}
.js-tree-data {
    display: none;
}
.cssload-container {
    width: 100%;
    height: 49px;
    text-align: center;
}

.cssload-tube-tunnel {
    width: 49px;
    height: 49px;
    margin: 0 auto;
    border: 4px solid;
    border-radius: 50%;
    border-color: #ccc;
    animation: cssload-scale 1035ms infinite linear;
    -o-animation: cssload-scale 1035ms infinite linear;
    -ms-animation: cssload-scale 1035ms infinite linear;
    -webkit-animation: cssload-scale 1035ms infinite linear;
    -moz-animation: cssload-scale 1035ms infinite linear;
}

.ajax-preloader {
    padding: 50px 0;
}

@keyframes cssload-scale {
    0% { transform: scale(0); transform: scale(0); }
    90% { transform: scale(0.7); transform: scale(0.7); }
    100% { transform: scale(1); transform: scale(1); }
}

@-o-keyframes cssload-scale {
    0% { -o-transform: scale(0); transform: scale(0); }
    90% { -o-transform: scale(0.7); transform: scale(0.7); }
    100% { -o-transform: scale(1); transform: scale(1); }
}

@-ms-keyframes cssload-scale {
    0% { -ms-transform: scale(0); transform: scale(0); }
    90% { -ms-transform: scale(0.7); transform: scale(0.7); }
    100% { -ms-transform: scale(1); transform: scale(1); }
}

@-webkit-keyframes cssload-scale {
    0% { -webkit-transform: scale(0); transform: scale(0); }
    90% { -webkit-transform: scale(0.7); transform: scale(0.7); }
    100% { -webkit-transform: scale(1); transform: scale(1); }
}

@-moz-keyframes cssload-scale {
    0% { -moz-transform: scale(0); transform: scale(0); }
    90% { -moz-transform: scale(0.7); transform: scale(0.7); }
    100% { -moz-transform: scale(1); transform: scale(1); }
}
.sticky-folders > ul > li > a > span.folder-actions > span {
    transition: all 0.25s linear;
}
.sticky-folders > ul > li > a:hover .star-icon {
    width: 0px !important;
}
.sticky-folders > ul > li > a:hover .folder-inline-edit {
    width: 16px !important;
    text-align: center;
}
.sticky-folders > ul > li > a:hover span.dashicons.dashicons-lock {
    width: 0px !important;
}
.sticky-folders li.is-high a span.star-icon {
    width: 16px;
    text-align: center;
    color: #ffc90e;
}
.sticky-folders li.is-locked a span.dashicons.dashicons-lock {
    width: 16px;
    font-size: 12px;
    text-align: center;
}
.folder-menu-content .cssload-container {
    margin: 100px 0 0 0;
}
.dynamic-menu.is-locked .remove-folder {
    background: #ececec;
}
.dynamic-menu.is-locked .remove-folder a {
    cursor: no-drop;
    color: #7D7D7E;
}
.jstree-node.is-locked, .jstree-node.is-locked a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    -o-user-drag: none;
    -moz-user-drag: none;
}
.jstree-node.is-locked i.pfolder-folder-close {
    cursor: not-allowed;
}
.dynamic-menu ul > li > a >span.dashicons {
    font-size: 18px;
    text-align: left;
}
.close-popup-button {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    z-index: 10001;
}
.close-popup-button a {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    color: #333;
    padding: 2px;
    box-sizing: border-box;
}
.close-popup-button a span {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    transition: all .2s linear;
}
.close-popup-button a span:after, .close-popup-button a span:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #333;
    display: block;
    border-radius: 2px;
    transform: rotate(
            45deg
    );
    top: 7px;
    left: 2px;
}
.close-popup-button a span:after {
    transform: rotate(
            -45deg
    );
}
.close-popup-button a:hover span {
    transform: rotate(
            180deg
    );
}
.popup-form-data {
    position: relative;
}

/* Date: Feb 2021 */
.dynamic-tree-data {
    display: none;
    padding: 5px 0 0 0;
}
#dynamic-tree-folders {
    background: #fff;
    padding: 0 10px 0 0;
}
.dynamic-folders .folder-checkbox, .dynamic-folders  .folder-actions {
    display: none !important;
}

.folders-undo-notification {
    position: fixed;
    right: -500px;
    bottom: 25px;
    width: 280px;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    transition: all 0.25s linear;
    z-index: 1001;
    border-left: solid 3px #1da1f4;
}
.folders-undo-notification.success {
    border-left: solid 3px #70C6A3;
}
.folders-undo-notification.active {
    right: 25px;
}
.folders-undo-notification.no {
    border-left: solid 3px #fc5050;
}
.folders-undo-header {
    font-weight: 500;
    font-size: 14px;
    padding: 0 0 3px 0;
}
.folders-undo-body {
    font-size: 13px;
    padding: 0 0 5px 0;
}
.folders-undo-footer {
    text-align: right;
    padding: 5px 0 0 0;
}
.folders-undo-footer .undo-button {
    background: #1da1f4;
    border: none;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;
}
.folders-undo-body {
    position: relative;
}
.close-undo-box {
    position: absolute;
    right: -10px;
    top: 0;
    width: 16px;
    height: 16px;
    transition: all 0.25s linear;
}
.close-undo-box:hover {
    transform: rotate(180deg);
}
.close-undo-box span {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    transition: all .2s linear;
}
.close-undo-box span:after, .close-undo-box span:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #333;
    display: block;
    border-radius: 2px;
    transform: rotate(45deg);
    top: 7px;
    left: 2px;
}
.close-undo-box span:after {
    transform: rotate(-45deg);
}
body.mobile .jstree-anchor span.folder-inline-edit {
    width: 20px;
}
body.mobile .wp-list-table tr td .wcp-move-file {
    opacity: 1;
}

.folders-action-menu {
    padding: 5px 0 10px;
}
.folders-action-menu > ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.folders-action-menu > ul > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    flex: 1;
}
.folders-action-menu > ul > li > a:not(.no-bg), .folders-action-menu > ul > li > label {
    background: #F1F1F1;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    color: #A4C0D2;
    margin: 0 auto;
    font-size: 14px;
}
.folders-action-menu > ul > li > a > .dashicons {
    font-size: 16px;
    width: auto;
    height: auto;
    line-height: 28px;
}
.lock-unlock-all-folders.all-folder-locked .dashicons-lock:before {
    content: "\f528";
}
.form-options a.expand-collapse span.icon {
    font-size: 6px;
}
.folders-action-menu > ul > li > a.no-bg {
    text-align: center;
    display: block;
    line-height: 30px;
}
.folders-action-menu > ul > li > a.disabled, .folders-action-menu > ul > li > label.disabled {
    background: #f1f5f9;
    color: #e2e8f0;
}

.folders-action-menu > ul > li > a:not(.disabled):hover, .folders-action-menu > ul > li > label:not(.disabled):hover {
    color: #FA166B;
}
.folder-settings-btn {
    position: relative;
}
.folder-setting-menu {
    position: absolute;
    z-index: 11;
    right: -5px;
    top: 100%;
    width: 230px;
    background: #fff;
    border-radius: 0;
    border: solid 1px #e9e5e5;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 25%);
    display: none;
}
.folder-settings-btn.active .folder-setting-menu {
    display: block;
}
.folder-setting-menu:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    top: -5px;
    right: 10px;
    content: "";
    position: absolute;
}

.folder-setting-menu li {
    display: block;
    margin: 0;
    padding: 2px 0;
}
.folder-setting-menu li a, .folder-setting-menu li label {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 5px 10px;
    line-height: 18px;
    white-space: nowrap;
    font-size: 14px;
    color: #7D7D7E;
}
body.folded .wcp-content {
    left: 36px !important;
}
html[dir="rtl"] body.folded .wcp-content {
    left: auto !important;
    right: 36px !important;
}
.sr-only {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0 !important;
}
span.setting-checkbox {
    display: block;
    background: #ababab;
    height: 18px;
    width: 34px;
    float: right;
    border-radius: 9px;
    color: #ffffff;
    position: relative;
}
span.setting-checkbox:before {
    content: "";
    height: 14px;
    width: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: all 0.15s linear;
}
span.setting-checkbox:after {
    content: "off";
    position: absolute;
    width: 28px;
    text-align: right;
    top: 0;
    left: 2px;
    font-size: 10px;
    line-height: 16px;
}
input:checked + span.setting-checkbox {
    background: #1da1f4;
}
input:checked + span.setting-checkbox:before {
    left: 18px;
}
input:checked + span.setting-checkbox:after {
    text-align: left;
    content: "on";
    padding: 0 0 0 1px;
}
.folder-setting-menu .dashicons {
    font-size: 16px;
    display: inline-block;
}
span.dashicons.dashicons-cloud-upload {
    line-height: 28px;
}
.dynamic-menu li.remove-folder a, .dynamic-menu li.remove-folder a:hover, .dynamic-menu li.remove-folder a:hover span i  {
    color: #F24141;
}
.media-toolbar.media-toolbar-mode-select .custom-media-select {
    display: block !important;
}
.pro-notice {
    padding: 0 0 0 10px;
}
.folders-action-menu {
    width: 100%;
    max-width: 224px;
}
#e-admin-top-bar-root.e-admin-top-bar--active {
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
}
.view-shortcodes {
    display: inline-block;
    text-decoration: none;
    color: #3c434a;
    vertical-align: middle;
}
.view-shortcodes svg {
    width: 16px;
    display: inline-block;
    height: auto;
}
.post-type-elementor_library #e-admin-top-bar-root .e-admin-top-bar {
    padding: 0 25px;
}
.wcp-container .folder-tooltip.view-shortcodes:after {
    top: 36px !important;
    bottom: auto !important;
    font-size: 10px !important;
}
.wcp-container .folder-tooltip.view-shortcodes:before {
    top: 27px !important;
    bottom: auto !important;
    transform: rotate(180deg) !important;
    margin-left: -5px !important;
}
.os-content {
    background: #ffffff;
}
.custom-scroll-menu.hor-scroll .horizontal-scroll-menu {
    width: fit-content;
    background: #fff;
    min-width: 100%;
}
.custom-scroll-menu.hor-scroll .jstree-default .jstree-anchor {
    width: auto;
    min-width: calc(100% - 24px);
}
.os-viewport {
    background: #ffffff;
}
.custom-scroll-menu.hor-scroll .horizontal-scroll-menu .folder-actions {
    background: #ffffff;
    padding: 0 15px 0 4px;
}
.custom-scroll-menu.hor-scroll .horizontal-scroll-menu .folder-actions {

}
.user-view-only .folder-inline-edit {
    display: none !important;
}
.user-view-only .update-inline-record {
    display: none !important;
}
.folder-download-loading {
    display: none;
    position: fixed;
    width: 240px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    z-index: 999999;
}
.folder-download-loading.active {
    display: block !important;
}
.folders-download {
    background-color: #fa196c;
    position: relative;
    width: 54px;
    height: 36px;
    display: block;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin: 10px 0 0 0;
}

.folders-download-tab {
    position: absolute;
    height: 10px;
    left: 0;
    bottom: 100%;
    display: block;
    width: 40%;
    border-top-left-radius: 8px;
    background-color: #d3004e;
}
.folders-download-tab:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: calc(100% - 10px);
    border-bottom: 10px solid #d4144e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.folders-download-icn {
    padding-top: 3px;
    width: 100%;
    height: 100%;
    display: block;
}

.folders-downloading {
    width: 100%;
    height: 28px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.folders-download-custom-arrow {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -4px;
    background-color: #fff;
    -webkit-animation-name: foldersdownloading;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-name: foldersdownloading;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.folders-download-custom-arrow:after {
    content: '';
    position: absolute;
    display: block;
    top: 100%;
    left: -6px;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.folders-download-bar {
    width: 18px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
}

@-webkit-keyframes foldersdownloading {
    0% {
        top: 0;
        opacity: 1;
    }
    50% {
        top: 110%;
        opacity: 0;
    }
    52% {
        top: -110%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
@keyframes foldersdownloading {
    0% {
        top: 0;
        opacity: 1;
    }
    50% {
        top: 110%;
        opacity: 0;
    }
    52% {
        top: -110%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
.folder-download-content {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.folder-download-content:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 40%;
    top: 0;
    left: -60px;
    z-index: 4;
    animation: formProgressLoader .5s cubic-bezier(.445,.05,.55,.95) infinite alternate;
    background-color: #d3004e;
}
.download-content-left {
    padding: 10px 0 10px 10px
}
.download-content-right {
    flex: 1;
    padding: 10px;
}
@keyframes formProgressLoader {
    0% {
        transform: translateZ(0);
    }
    to {
        transform: translate3d(280%, 0, 0);
    }
}
@-webkit-keyframes foldersdownloading {
    0% {
        -webkit-transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(280%, 0, 0);
    }
}