.folder-custom-menu {
    width: 275px;
    z-index: 10001;
    position: absolute;
    height: 100%;
    border-right: solid 1px #ddd;
    background: #f1f1f1;
    direction: ltr;
    top: 0;
}
.folder-modal .media-frame .media-frame-content, .folder-modal .media-frame .media-frame-router, .folder-modal .media-frame .media-frame-title, .folder-modal .media-frame .media-frame-toolbar {
    left: 275px
}
.wcp-container {
    padding: 20px 20px 20px 16px
}

.form-title {
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 29px;
    min-height: 36px
}

.media-frame a.add-new-folder {
    text-decoration: none;
    display: block;
    float: right;
    font-size: 14px;
    padding: 4px 10px 4px 4px;
    background: #f51366;
    color: #fff;
    border: solid 1px #f51366;
    border-radius: 4px;
    line-height: 24px;
    position: relative
}

.add-new-folder span {
    display: block;
    float: left;
    line-height: 24px;
    font-size: 14px;
    margin-right: 5px
}

span.create_new_folder {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    background: rgba(255, 255, 255, .4);
    backdrop-filter: blur(16px);
    border-radius: 4px;
    text-align: center;
    margin: 0 15px 0 0
}

span.folder-loader-ajax {
    float: right;
    margin: 0;
    line-height: 30px;
    display: none
}

.folder-loader-ajax.active {
    display: inline-block
}

@-webkit-keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #2ce0a7
}

#successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #2ce0a7
}

#successAnimationResult {
    fill: #2ce0a7;
    opacity: 0
}

svg#successAnimation {
    width: 30px;
    height: 34px;
    padding: 0;
    display: none;
    float: left
}

#successAnimation.active {
    display: inline-block
}

.folder-loader-ajax img {
    display: none
}

#successAnimation.animated {
    -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
    animation: 1s ease-out 0s 1 both scaleAnimation
}

#successAnimation.animated #successAnimationCircle {
    -webkit-animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCircle, .3s linear .9s 1 both fadeOut;
    animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCircle, .3s linear .9s 1 both fadeOut
}

#successAnimation.animated #successAnimationCheck {
    -webkit-animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCheck, .3s linear .9s 1 both fadeOut;
    animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCheck, .3s linear .9s 1 both fadeOut
}

#successAnimation.animated #successAnimationResult {
    -webkit-animation: .3s linear .9s both fadeIn;
    animation: .3s linear .9s both fadeIn
}

.form-options {
    background: #fff;
    padding: 5px;
    margin: 0 0;
    border-radius: 4px;
    box-shadow: 0 4px 21px rgba(7, 16, 28, .1)
}

.wcp-container ul {
    list-style: none
}

.form-options ul {
    margin: 0;
    padding: 0
}

.form-options > ul > li {
    display: inline-block;
    margin: 0 2px 0 0;
    vertical-align: top
}

.form-options > ul > li.last {
    margin: 0
}

.form-options > ul > li.last.folder-checkbox {
    padding: 5px 0 0
}

.form-options > ul > li > a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 7px;
    color: #000;
    vertical-align: middle;
    margin: 0;
    background: #f1f1f1;
    border-radius: 4px
}

.form-options span.icon {
    font-size: 12px;
    display: inline-block;
    vertical-align: baseline;
    color: #a4c0d2
}

.media-frame .wcp-hide-show-buttons {
    display: none
}


.folder-order {
    position: relative
}

.form-options > ul > li.last > a.sort-folder-order {
    width: 28px;
    padding: 5px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box
}

.folder-sort-menu {
    position: absolute;
    left: 0;
    width: 120px;
    z-index: 101;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    display: none
}
.folder-sort-menu.is-pro {
    width: 170px;
}
.folder-sort-menu.is-pro a span {
    display: inline-block;
    color: #ff5983;
    font-weight: 500;
}
.folder-sort-menu li {
    display: block;
    margin: 0;
    padding: 0;
    background: 0 0
}

.folder-sort-menu li a {
    display: block;
    margin: 0;
    padding: 3px 5px;
    background: 0 0;
    color: #848484;
    text-decoration: none;
    font-size: 14px
}
.folder-sort-menu.is-pro {
    width: 140px;
}
.folder-sort-menu a.pro-feature {
    color: #848484;
}
.folder-sort-menu a.pro-feature span {
    display: inline-block;
    color: #ff5983;
    font-weight: 500;
}
.folder-sort-menu li a:hover, .folder-sort-menu li a.active {
    background: #efefef;
    color: #000;
}
span.upgrade-message {
    padding: 0;
    background: #fff;
    display: inline-block;
    font-size: 12px;
    color: #000
}

span.upgrade-message a.pink, span.upgrade-message span.pink {
    color: #ff5983;
    text-decoration: none;
    font-weight: 700
}

.form-loader {
    width: 100%;
    height: 5px;
    margin: 0 0 10px
}

.form-loader-count {
    width: 0;
    height: 5px;
    background: url(../images/form-loader.png);
    transition: all 2.5s linear;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2.5s linear
}

.top-settings {
    background: #fff;
    padding: 10px 10px 5px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 4px 21px rgba(7, 16, 28, .1)
}

.header-posts a, .un-categorised-items a {
    color: #444;
    padding: 7px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    line-height: 18px
}

.header-posts a.active-item, .orange-bg > span, .un-categorised-items.active-item, .wcp-container .route.active-item > h3.title {
    background-color: #fa166b !important;
    color: #fff
}

.header-posts a.active-item span.total-count, .un-categorised-items.active-item span.total-count, .wcp-container .route.active-item > h3.title span.total-count {
    color: #fff !important
}

.wcp-icon {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    margin-right: 3px
}

span.total-count {
    float: right;
    font-size: 12px;
    line-height: 16px
}

.header-posts a.active-item span.total-count, .un-categorised-items.active-item a span {
    color: #fff !important
}

.header-posts a:hover, .un-categorised-items.active-item, .un-categorised-items:hover {
    background: rgba(250, 22, 107, .08);
    border-radius: 4px;
    color: #444
}

.un-categorised-items.active-item a, .un-categorised-items.active-item a:hover {
    color: #fff
}

.un-categorised-items a:hover, .un-categorised-items:hover a {
    color: #444
}

.media-frame .folder-custom-menu a:focus {
    outline: 0;
    box-shadow: none
}
.sticky-title {
    font-size: 16px;
    font-weight: 700;
    padding: 7px
}
div#custom-menu {
    padding: 10px;
    background: #fff;
    box-shadow: 0 4px 21px rgba(7, 16, 28, .1)
}

.wcp-container .space {
    position: relative;
    list-style-type: none;
    border: 0;
    margin: 0 0 0 20px;
    padding: 0 0 30px 0;
    width: 40px;
    top: 30px;
    height: 100%;
    z-index: 1
}

.wcp-container .first-space {
    margin-left: 0;
    top: 0;
    padding: 0
}

.wcp-container .route {
    position: relative;
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
    top: 0;
    max-height: 100% !important;
    width: 100%;
    border-radius: 2px;
    z-index: -1;
    background: 0 0
}

.wcp-container .route .title {
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
    height: 30px;
    width: 200px;
    text-indent: 28px;
    background: 0 0;
    box-shadow: none;
    font-size: 13px;
    line-height: 26px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
    font-weight: 400
}

.wcp-container .route span {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 10;
    width: 20px;
    height: 18px;
    text-indent: 0;
    font-size: 20px;
    background: no-repeat;
    text-align: center
}

.wcp-container .route span.ui-icon {
    line-height: 24px;
    font-size: 18px;
    cursor: move;
    left: 5px;
    top: 2px;
    height: 26px
}

#custom-menu .wcp-icon {
    font-size: 16px !important;
    line-height: 24px
}

#custom-menu input.checkbox {
    display: none
}

.wcp-container .route span.title-text {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    width: calc(100% - 100px);
    overflow: hidden;
    white-space: nowrap;
    text-align: left
}

#custom-menu [class*=" pfolder-"], #custom-menu [class^=pfolder-] {
    font-size: 12px
}
.wcp-container .route .title .folder-sticky-icon, .wcp-container .route .title .move-folder-icon {
    float: right;
    position: relative;
    top: 0;
    left: auto;
    width: 20px;
    height: 30px;
    line-height: 26px;
    display: none
}

.wcp-container .route.is-sticky > h3.title .folder-sticky-icon, .wcp-container .route.is-sticky > h3.title .move-folder-icon {
    display: block;
}

.nav-icon {
    display: none;
    left: -10px !important;
    cursor: pointer
}

#custom-menu .route .nav-icon .wcp-icon {
    font-size: 9px !important;
    color: #fa166b;
    font-weight: 700;
    transform: rotate(-90deg);
    transition: all .25s linear
}

.header-posts a, .un-categorised-items a, .wcp-container .route span.title-text {
    font-size: 12px
}

.wcp-container .route span.total-count {
    position: relative;
    font-size: 10px;
    float: right;
    text-align: center;
    width: auto;
    display: block;
    margin: 4px 8px 3px 3px;
    color: #23282d !important;
    line-height: 16px;
    height: 16px
}

.has-sub-tree > .nav-icon {
    display: block
}

.has-sub-tree > ul.ui-sortable li {
    display: none
}

.has-sub-tree.active > ul.ui-sortable > li {
    display: block
}

body:not(.no-hover-css) .wcp-container .route .title:hover {
    background: rgba(250, 22, 107, .08);
    cursor: pointer
}

body:not(.no-hover-css) .wcp-container .route .title.wcp-drop-hover .move-folder-icon, body:not(.no-hover-css) .wcp-container .route .title:hover .move-folder-icon {
    display: block
}

body:not(.no-hover-css) .wcp-container .route .title:hover > .folder-sticky-icon, body:not(.no-hover-css) .wcp-container .route .title:hover > .star-icon {
    display: none !important
}

body:not(.no-hover-css) .sticky-folders li a:hover span.update-inline-record, body:not(.no-hover-css) .wcp-container .route h3:hover > span.update-inline-record {
    width: 18px
}
body:not(.no-hover-css) .wcp-container .route .title:hover .ui-icon .pfolder-folder-close:before, body:not(.no-hover-css) .wcp-container .route .title.wcp-drop-hover .ui-icon .pfolder-folder-close:before {
    content: "\e901" !important;
}
.sticky-folders li.is-high a span.star-icon, .wcp-container .route.is-high > h3 > span.star-icon {
    display: inline-block
}

.dynamic-menu {
    position: fixed;
    left: 50px;
    background: #fff;
    width: 235px;
    padding: 0;
    z-index: 9000009;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    font-size: 13px;
}
.dynamic-menu.no-key {
    width: 195px;
}
.dynamic-menu ul {
    margin: 0;
    padding: 0;
}

.dynamic-menu li {
    position: relative;
    width: 100%;
    display: block !important;
    padding: 2px 0;
    margin: 0
}

.dynamic-menu li.new-folder {
    border-bottom: solid 1px #d8d8d8
}

.dynamic-menu a {
    text-decoration: none;
    color: #333333;
    position: relative;
    display: block;
    padding: 5px 10px;
    line-height: 18px;
    white-space: nowrap;
    font-weight: normal;
    font-size: 13px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.dynamic-menu ul > li > a > span, .dynamic-menu ul > li > a > span span {
    position: relative !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    top: auto !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 18px;
    text-align: center;
}

#custom-menu .dynamic-menu ul > li > a .sticky-pin {
    line-height: 20px
}

#custom-menu .dynamic-menu ul > li > a .sticky-pin i {
    font-size: 16px !important
}

.dynamic-menu ul > li > a > span.dashicons {
    font-size: 18px;
    text-align: left;
}

li.active-menu {
    z-index: 2 !important
}

.dynamic-menu a.active, .dynamic-menu a:hover {
    background: #efefef;
    color: #000
}

.folder-popup-form {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 10001;
    display: none
}

.popup-form-content {
    background: #fff;
    min-height: 100px;
    width: 400px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #484848
}

.add-update-folder-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0 0 15px 0;
    color: #595959;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
}
.add-update-folder-title:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 70px;
    height: 2px;
    background: #3085d6;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.folder-group {
    position: relative;
    margin: 45px auto 15px;
    padding: 0 2px
}

.folder-group input, .folder-group textarea {
    background: 0 0;
    font-size: 14px;
    padding: 0 0 0 15px;
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #484848;
    height: 34px;
    line-height: 34px;
    color: #484848;
    outline: 0
}

.popup-form-content .highlight {
    background-color: #e4f2fd;
    color: #000
}

.folder-group .folder-bar {
    position: relative;
    display: block;
    width: 320px
}

.folder-group label {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 10px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    color: #484848
}

.folder-form-errors {
    margin: 0 0 10px 0;
    padding: 8px 0;
    background: #ffe4e4;
    color: #a20000;
    display: none
}

.folder-form-buttons {
    display: flex
}
.folder-form-buttons.pro-message {
    padding: 0 0 20px 0;
}

.folder-form-buttons a:not(.inline-button), .folder-form-buttons button {
    display: inline-flex;
    padding: 0;
    text-decoration: none;
    margin: 10px 3px;
    border-radius: 4px;
    border: solid 1px #1da1f4;
    line-height: 34px;
    font-weight: 700;
    font-size: 14px;
    box-sizing: border-box;
    height: 36px;
    cursor: pointer;
    flex: 1;
    justify-content: center;
    outline: 0;
}

.folder-form-buttons .form-cancel-btn, .folder-form-buttons a.form-cancel-btn:hover {
    background-color: #fff;
    color: #3085d6;
    outline: 0
}

.folder-form-buttons a.inline-button {
    display: inline-block;
    color: #f51366;
    text-decoration: none;
    font-weight: 500;
}
.folder-form-buttons a.inline-button:hover, .folder-form-buttons a.inline-button:focus {
    color: #f51366;
}
.folder-form-buttons a span, .folder-form-buttons button span {
    -webkit-animation: fa-spin .75s infinite linear;
    animation: fa-spin .75s infinite linear;
    padding: 7px;
}
.form-submit-btn, .form-submit-btn:hover {
    background-color: #3085d6;
    color: #fff !important;
    outline: 0
}

.folder-group input:focus ~ label, .folder-group input:valid ~ label, .folder-group textarea:focus ~ label, .folder-group textarea:valid ~ label {
    top: -9px;
    background: #fff;
    padding: 0 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #aeaeae
}

#no-more-folder-credit .folder-form-message {
    margin: 20px 80px;
    font-size: 14px
}

.folder-form-message {
    padding: 25px 70px;
    font-size: 15px;
    line-height: 18px;
    color: #484848;
    width: 310px
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.folder-form-buttons a span, .folder-form-buttons button span {
    -webkit-animation: fa-spin .75s infinite linear;
    animation: fa-spin .75s infinite linear;
    padding: 7px
}

.wcp-container .folder-tooltip {
    position: relative
}

.wcp-container .folder-tooltip::after, .wcp-container .folder-tooltip::before {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0
}

.wcp-container .folder-tooltip::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001
}

.wcp-container .folder-tooltip::after {
    content: attr(data-folder-tooltip);
    font-family: Helvetica, sans-serif;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, .35);
    background: #333;
    color: #fff;
    z-index: 1000
}

.wcp-container .folder-tooltip:hover::after, .wcp-container .folder-tooltip:hover::before {
    display: block;
    opacity: 1
}

.wcp-container .folder-tooltip:not([flow])::before, .wcp-container .folder-tooltip[flow^=up]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333
}

.wcp-container .folder-tooltip:not([flow])::after, .wcp-container .folder-tooltip[flow^=up]::after {
    bottom: calc(100% + 5px)
}

.wcp-container .folder-tooltip:not([flow])::after, .wcp-container .folder-tooltip:not([flow])::before, .wcp-container .folder-tooltip[flow^=up]::after, .wcp-container .folder-tooltip[flow^=up]::before {
    left: 50%;
    transform: translate(-50%, -.5em)
}

.folder-order.active .folder-sort-menu {
    display: block
}

.folder-sort-menu li a.active, .folder-sort-menu li a:hover {
    background: #efefef;
    color: #000
}

.media-toolbar-secondary select {
    width: 30%!important;
    width: calc(30% - 10px)!important;
    margin: 32px 10px 0 0!important;
}

.media-frame .uploader-inline {
    z-index: 1
}

.wcp-drop-hover {
    background: #fa166b !important;
    z-index: 2 !important;
    color: #fff !important
}

.wcp-drop-hover i {
    color: #fff !important
}

.selected-items {
    background: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 0;
    cursor: none;
    font-size: 12px;
    z-index: 10001 !important
}

.media-frame, .media-frame .attachments-browser, .media-frame-content {
    overflow: inherit
}

#custom-menu .route.active .nav-icon .wcp-icon {
    transform: rotate(0);
    -webkit-transform: rotate(0)
}

.expand-collapse.all-open span.icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.folder-search-form {
    padding: 0 0 10px 0;
    position: relative
}

.folder-search-form input {
    background: #fff;
    border: 1px solid #dbdbdb !important;
    box-sizing: border-box;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0 5px !important;
    width: 100% !important;
    box-shadow: none !important;
    outline: 0
}

.folder-search-form span {
    position: absolute;
    color: #aeaeae;
    right: 0;
    top: 0;
    height: 32px;
    line-height: 32px;
    width: 32px;
    text-align: center
}

.folder-separator {
    padding: 0 10px;
    height: 1px;
    background: #e9e5e5;
    margin: 0 0 10px 0
}

.wcp-drop-hover i {
    color: #fff !important
}

.ui-draggable-dragging {
    z-index: 10051 !important
}

.attachments.ui-sortable.ui-draggable-dragging {
    z-index: 10001 !important
}

#custom-menu.has-filter li.route {
    display: none !important
}

#custom-menu.has-filter li.route.has-search {
    display: block !important
}

#custom-menu.has-filter h3 span.title-text.has-search-text {
    font-weight: 700
}

.form-options > ul > li > a:hover {
    background: #404040;
    color: #fff
}

#custom-menu.show-folder-checkbox input.checkbox {
    display: block;
    margin: 5px 0 0 0
}

#custom-menu.show-folder-checkbox h3.title > .ui-icon > i, #custom-menu.show-folder-checkbox h3.title > .ui-icon > img {
    display: none !important
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 10px 0 !important
}
.mCS_no_scrollbar .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    overflow: visible;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px !important;
    background-color: transparent !important;
    box-shadow: none !important
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px !important;
    background-color: #fa166b !important;
    margin: 0 0 0 4px !important;
    padding: 0 !important;
}
.mCSB_scrollTools {
    width: 10px !important;
}
.mCSB_inside>.mCSB_container {
    margin-right: 0 !important;
}
#custom-menu .route.has-sub-tree.has-search > .nav-icon  > .pfolder-arrow-down {
    transform: rotate(0);
}
.dynamic-menu.bottom-fix {
    bottom: 0;
}
.sticky-folders {
    display: none;
    padding: 0;
    margin: 10px 0 5px;
    border-top: solid 1px #E9E5E5;
}
.sticky-folders.active {
    display: block;
}
.plugin-title {
    display: inline-block;
}
.plugin-button {
    float: right;
}
.plugin-button.d-block {
    float: none;
}
.plugin-title {
    display: inline-block;
}
.form-options .form-options {
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.attachments-browser .media-toolbar-secondary {
    width: 78%;
    max-width: inherit;
}
.media-toolbar-primary.search-form {
    width: 20%;
    max-width: inherit;
}

body *.media-frame.hide-menu .media-frame-menu {
    display: block;
}

.folder-modal .media-frame:not(.hide-menu):not(.hide-router) .media-frame-content, .folder-modal .media-frame:not(.hide-menu):not(.hide-router) .media-frame-router, .folder-modal .media-frame:not(.hide-menu):not(.hide-router) .media-frame-title, .folder-modal .media-frame:not(.hide-menu):not(.hide-router) .media-frame-toolbar {
    left: 275px !important;
}
.media-frame-menu.has-folder-menu {
    width: 275px !important;
}
.media-frame:not(.hide-router) .media-frame-content, .folder-modal .media-frame:not(.hide-router) .media-frame-router, .folder-modal .media-frame:not(.hide-router) .media-frame-title, .folder-modal .media-frame:not(.hide-router) .media-frame-toolbar {
    left: 275px !important;
}
.media-frame-menu.has-folder-menu .folder-custom-menu {
    position: relative;
    border: none;
    width: 100%;
    height: auto;
}
.media-frame.mode-select.hide-router .media-frame-title, .media-frame.mode-select.hide-router .media-frame-router, .media-frame.mode-select.hide-router .media-frame-content, .media-frame.mode-select.hide-router .media-frame-toolbar {
    left: 275px !important;
}
.media-frame.mode-select.hide-router select#media-attachment-taxonomy-filter {
    display: none;
}
.media-frame.mode-select.hide-router .folder-custom-menu {
    display: none;
}

html[dir=rtl] .folder-modal .media-frame:not(.hide-menu):not(.hide-router) .media-frame-content, html[dir=rtl] .folder-modal .media-frame:not(.hide-menu):not(.hide-router) .media-frame-router, html[dir=rtl] .folder-modal .media-frame:not(.hide-menu):not(.hide-router) .media-frame-title, html[dir=rtl] .folder-modal .media-frame:not(.hide-menu):not(.hide-router) .media-frame-toolbar {
    left: 0 !important;
    right: 275px !important;
}
html[dir=rtl] .media-frame.mode-select.hide-router .media-frame-title, html[dir=rtl] .media-frame.mode-select.hide-router .media-frame-router, html[dir=rtl] .media-frame.mode-select.hide-router .media-frame-content, html[dir=rtl] .media-frame.mode-select.hide-router .media-frame-toolbar {
    left: 0 !important;
    right: 275px !important;
}
html[dir=rtl] .media-frame.hide-menu .media-frame-content, html[dir=rtl] .media-frame.hide-menu .media-frame-router, html[dir=rtl] .media-frame.hide-menu .media-frame-title, html[dir=rtl] .media-frame.hide-menu .media-frame-toolbar {
    left: 0 !important;
    right: 275px !important;
}
html[dir=rtl] .media-frame .folder-modal .media-frame-content, html[dir=rtl] .folder-modal .media-frame .media-frame-router, html[dir=rtl] .folder-modal .media-frame .media-frame-title, html[dir=rtl] .folder-modal .media-frame .media-frame-toolbar {
    left: 0 !important;
    right: 275px !important;
}
html[dir=rtl] .media-frame:not(.hide-router) .media-frame-content, html[dir=rtl] .folder-modal .media-frame:not(.hide-router) .media-frame-router, html[dir=rtl] .folder-modal .media-frame:not(.hide-router) .media-frame-title, html[dir=rtl] .folder-modal .media-frame:not(.hide-router) .media-frame-toolbar {
    left: 0 !important;
    right: 275px !important;
}
.media-frame .sticky-folders > ul > li {
    position: relative;
}
#vakata-dnd {
    z-index: 10000000 !important;
}
.dynamic-menu.is-locked .remove-folder {
    background: #ececec;
}
.dynamic-menu.is-locked .remove-folder a {
    cursor: no-drop;
}
.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;
}
.add-folder-note {
    font-size: 13px;
    padding: 20px 0 0;
}

.close-popup-button {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
}
.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;
}
a#remove-folder-item {
    border: solid 1px #860000;
    background-color: #d40000;
    outline: none;
    box-shadow: none;
}
.pro-notice {
    text-align: center;
    padding: 0 0 0 5px;
}
.folder-form-buttons a.inline-button {
    display: inline-block;
}
span.pro-tip {
    display: block;
    width: 80px;
    background: #7e3af2;
    padding: 7px;
    height: 20px;
    color: #fff;
    border-radius: 4px;
}
select#media-attachment-dynamic-filter {
    display: none !important;
}
.dynamic-tree-data-separator {
    margin: 7px 10px 10px;
    height: 1px;
    background: #E9E5E5;
}

/* 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;
}
.folders-undo-notification.active {
    right: 25px;
}
.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);
}
#custom-scroll-menu .mCSB_container {
    background: #fff;
}
.folder-separator-2 {
    padding: 0;
    height: 1px;
    background: #E9E5E5;
    margin: 0px 0 5px 0;
}
.form-options > ul > li > a.expand-collapse {
    width: 14px;
    text-align: center;
}
.form-options a.expand-collapse span.icon {
    font-size: 8px;
}

.image-details .media-frame, .image-details .media-frame .attachments-browser, .image-details .media-frame-content {
    overflow: hidden;
}

.image-details .media-frame.mode-select.hide-router .media-frame-content, .image-details .media-frame.mode-select.hide-router .media-frame-router, .image-details .media-frame.mode-select.hide-router .media-frame-title, .image-details .media-frame.mode-select.hide-router .media-frame-toolbar {
    left: 0 !important;
}

.image-details .media-frame.mode-select.hide-router .media-frame-content {
    overflow: auto;
}

body .folder-modal.image-details .media-frame-menu {
    display: none;
}