@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);

#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;
    color: #333;
}
.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-menu .folder-checkbox {
    display: none;
}
.show-folder-checkbox #js-tree-menu .folder-checkbox {
    display: inline-block;
}
.show-folder-checkbox #js-tree-menu .pfolder-folder-close {
    display: none;
}
li.jstree-node.is-high > a .star-icon {
    width: 16px;
    text-align: center;
    color: #ffc90e;
}
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 .jstree-hovered .star-icon, li.jstree-node .jstree-hovered .sticky-icon {
    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 li.is-high a span.star-icon {
    width: 16px;
    text-align: center;
    color: #ffc90e;
}
.folder-menu-content .cssload-container {
    margin: 100px 0 0 0;
}
.dynamic-menu ul > li > a >span.dashicons, .dynamic-menu ul > li > a > span > span.dashicons {
    font-size: 18px;
    text-align: left;
    height: 16px !important;
    width: 16px !important;
    display: inline-block;
    vertical-align: middle;
}
.close-popup-button {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    z-index: 100001
}
.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;
}
html[dir="rtl"] .folders-undo-notification {
    right: auto;
    left: -500px;
    border-left: none;
    border-right: solid 3px #1da1f4;
}
html[dir="rtl"] .folders-undo-notification.active {
    left: 25px;
}
html[dir="rtl"] .close-undo-box {
    right: auto;
    left: -10px;
}
html[dir="rtl"] .folders-undo-notification.success {
    border-right: solid 3px #70C6A3;
}
html[dir="rtl"] .folders-undo-notification.no {
    border-right: 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 > ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.folders-action-menu > ul > li {
    display: inline-block;
    margin: 0;
    padding: 5px 0 10px;
    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.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;
}
.wcp-container .folders-action-menu .folder-tooltip.full-width:after {
    width: 180px;
    white-space: inherit;
    line-height: 18px;
}
.wcp-container .folders-action-menu .folder-tooltip.full:after {
    width: 114px;
    white-space: inherit;
    line-height: 18px;
}
.folder-inline-tooltip {
    position: relative;
}
.folder-inline-tooltip span.inline-tooltip {
    position: absolute;
    width: 180px;
    left: -83px;
    text-align: center;
    background: #333;
    padding: 5px;
    color: #fff;
    font-size: .9em;
    bottom: 46px;
    z-index: 101;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
    line-height: 18px;
}
.folder-inline-tooltip:hover span.inline-tooltip {
    display: block;
}
.folder-inline-tooltip span.inline-tooltip:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333333;
    clear: both;
}
.folder-inline-tooltip span.inline-tooltip span {
    display: block;
    text-decoration: underline;
}
.folder-inline-tooltip.cut-folder-action span.inline-tooltip {
    width: 124px;
    left: -55px;
}
.pro-notice {
    padding: 0 0 0 10px;
}
.form-options2 > ul > li {
    padding: 5px 0 0 0;
}
.folders-action-menu > ul > li > a > .dashicons {
    font-size: 16px;
    width: auto;
    height: auto;
    line-height: 28px;
}
.checkbox-content {
    padding: 0 0 15px 0;
}
.folder-inline-tooltip.expand-collapse span.inline-tooltip {
    left: -5px;
    width: 130px;
    bottom: 38px;
}
.folder-inline-tooltip.expand-collapse span.inline-tooltip:after {
    left: 14px;
}
.folder-inline-tooltip span.pfolder-arrow-down {
    font-size: 8px !important;
}
.form-options > ul {
    display: inline-flex;
    vertical-align: middle;
    flex: 0 0 65px;
}
.form-options > .upgrade-message {
    text-align: right;
    padding: 4px 0 0 0;
    flex: 1;
}
.form-options.form-options2 {
    display: flex;
    align-items: center;
    padding: 0 5px 5px 5px;
}
.folders-action-menu {
    width: 100%;
    max-width: 224px;
}
.dynamic-menu li.new-folder, .dynamic-menu li.new-folder-pro {
    border-bottom: solid 1px #d8d8d8;
}
.view-shortcodes {
    display: inline-block;
    text-decoration: none;
    color: #3c434a;
    vertical-align: super;
}
.view-shortcodes svg {
    width: 16px;
    display: inline-block;
    height: auto;
}
.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: 26px !important;
    bottom: auto !important;
    transform: rotate(180deg) !important;
    margin-left: -5px !important;
}


.keyboard-shortcut {
    width: 100%;
}
.keyboard-shortcut tr td, .keyboard-shortcut tr th {
    padding: 8px 0;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}
.keyboard-shortcut tr td {
    text-align: right;
    vertical-align: middle;
}
.keyboard-shortcut tr td span:not(.dashicons) {
    display: inline-block;
    padding: 2px 5px;
}
.keyboard-shortcut tr td span.key-button {
    padding: 2px 8px;
    background: #eaeaea;
    border-radius: 2px;
}
.keyboard-shortcut tr td span.dashicons {
    width: auto;
    height: auto;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.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 {

}
.popup-form-content {
    font-family: Roboto, sans-serif
}
.upgrade-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    padding: 10px 0 5px;
}
.upgrade-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.upgrade-content {
    background: rgba(248, 247, 255, 1);
    padding: 15px;
    border-bottom: 4px;
    margin: 15px 0;
    text-align: left;
    font-size: 14px;
}
.upgrade-content-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
}
.upgrade-content li + li {
    padding-top: 5px;
}
.upgrade-content ul {
    padding: 0;
    margin: 15px 0 0;
}
.upgrade-footer {
    padding: 15px 0 0;
}
.upgrade-footer a.upgrade-button {
    background: rgba(101, 107, 232, 1);
    box-shadow: 0px 12px 12px -6px rgba(101, 107, 232, 0.25);
    padding: 10px 40px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 10px;
}
.upgrade-footer .hide-upgrade-popup {
    color: rgba(101, 107, 232, 1);
    text-decoration: none;
    font-size: 14px;
}
.rating-modal-steps {
    display: none;
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
}
.rating-modal-steps.active {
    display: block;
}
.rating-modal.popup-form-content {
     background: #ffffff url("../images/rating-top.png") top left no-repeat;
}
.rating-modal.popup-form-content:after {
    content: "";
    background: transparent url("../images/rating-bottom.png") bottom right no-repeat;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.rating-modal.popup-form-content .popup-content {
}
.rating-modal.popup-form-content .popup-content .upgrade-title {
    color: #49687E;
    line-height: 30px;
}
.rating-modal.popup-form-content .popup-content .upgrade-desc {
    color: #49687E;
    padding: 10px 0 0;
}
.upgrade-rating {
    padding: 25px 0 15px;
}
.upgrade-rating .jq-star {
    margin: 0 5px;
}
.upgrade-rating .jq-star svg {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    stroke-width: 0px !important;
}
.upgrade-user-rating {
    font-size: 14px;
    color: rgba(73, 104, 126, 1);
}
.upgrade-user-rating span {
    font-weight: 500;
}
.upgrade-review-textarea {
    padding: 15px 0;
    text-align: left;
}
.upgrade-review-textarea label {
    color: #83A1B7;
    font-size: 12px;
    display: flex;
    text-align: left;
    justify-content: space-between;
    padding: 0 0 5px 0;
}
.folder-rated-rating svg {
    fill: #FDB10C;
}
.folder-rated-rating .jq-star {
    width: 32px;
    height: 32px;
}
.folder-rated-rating .jq-star svg {
    width: 100%;
    height: 100%;
}
#step-4 .folder-rated-rating {
    display: inline-block;
    vertical-align: middle;
}
div#step-4 {
    padding: 50px 0;
}
.upgrade-review-textarea textarea {
    border: solid 1px #EAEFF2;
    width: 100%;
    height: 71px;
    padding: 4px 8px;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    box-shadow: none;
}
.upgrade-review-textarea textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: rgba(183, 141, 235, 1);
}
.upgrade-review-textarea textarea::placeholder {
    color: #83A1B7;
    font-size: 14px;
}
.upgrade-review-button {
    box-shadow: 0px 12px 12px -6px rgba(183, 141, 235, 0.52);
    background: rgba(183, 141, 235, 1);
    border: none;
    color: #fff;
    padding: 0 50px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
}
.upgrade-modal-button {
    padding: 0 0 25px;
}
select.upgrade-review-reminder {
    border: solid 1px #9fbbcb;
    width: 100%;
    padding: 4px 15px;
    margin-bottom: 15px;
}
select.upgrade-review-reminder:focus {
    outline: none;
    box-shadow: none;
    border-color: rgba(183, 141, 235, 1);
}
.color-selector {
    position: absolute;
    top: -10px;
    left: 100%;
    -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .25);
    background: #fff;
    width: 285px;
    display: none;
}
.color-selector .color-selector-ul {
    padding-bottom: 12px;
}
.color-selector .folder-color-option {
    height: 30px;
    display: inline-block;
    width: 30px;
    border-radius: 50%;
    margin: 10px 5px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    cursor: pointer;
}
.color-folder:hover .color-selector {
    display: block;
}
.folder-color-default {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 9px 10px;
    line-height: 18px;
    white-space: nowrap;
    font-size: 14px;
    color: #7D7D7E;
}
li.color-selector-ul {
    border-bottom: solid 1px #d8d8d8;
}
.dynamic-menu {
    width: 235px;
    width: fit-content;
}
.dynamic-menu a.folder-color-default, .dynamic-menu a.folder-color-default:hover {
    color: #F24141;
}
.dynamic-menu li li {
    padding: 0;
}
body:not(.no-hover-css) #custom-scroll-menu .jstree-clicked .folder-actions span, body:not(.no-hover-css) #custom-scroll-menu .jstree-clicked:not(.jstree-clicked):focus .folder-actions span, #custom-scroll-menu .jstree-clicked, #custom-scroll-menu .jstree-clicked:hover .folder-actions span {
    color: #fff;
}
html[dir="rtl"] .color-selector {
    left: auto;
    right: 100%;
}
html[dir="rtl"] .dynamic-menu ul>li>a>span.dashicons.dashicons-arrow-right-alt2 {
    transform: rotate(180deg);
}

.color-popup-options .popup-form-content {
    width: 450px;
    padding: 0;
}
.color-popup-options .add-update-folder-title {
    padding: 0;
    color: #333333;
}
.color-popup-options .add-update-folder-title:after {
    display: none;
}
.folder-popup-top img {
    width: 100%;
    height: auto;
}
.folder-color-title {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 24px;
}
.folder-popup-bottom {
    padding: 15px;
}
.folder-color-desc {
    color: #7D7D7D;
    font-size: 14px;
    line-height: 20px;
}
.color-popup-options .folder-form-buttons {
    padding: 5px 10px 15px;
}
.color-popup-options .folder-form-buttons a, .color-popup-options .folder-form-buttons a:focus {
    margin: 0 5px;
    color: #4983D0;
    border-color: #4983D0;
}
.color-popup-options .folder-form-buttons a.customize-folder-color, .color-popup-options .folder-form-buttons a.customize-folder-color:focus {
    background-color: #E6386C;
    border-color: #E6386C;
    color: #ffffff;
}
.color-popup-options .close-popup-button {
    top: 0;
    right: 0;
}
