body.toplevel_page_easy-docs #wpfooter {
    display: none !important;
}

body.toplevel_page_easy-docs #wpcontent,
body.toplevel_page_easy-docs #wpbody-content {
    padding: 0;
}

body.toplevel_page_easy-docs ul#adminmenu a.wp-has-current-submenu:after,
body.toplevel_page_easy-docs ul#adminmenu>li.current>a.current:after {
    border-right-color: #fff !important;
}

body.toplevel_page_easy-docs .update-nag {
    display: none;
}

body.ed-iframe #adminmenumain,
body.ed-iframe #wpadminbar {
    display: none !important;
}

body.ed-iframe {
    margin-top: -32px;
}

body.ed-iframe #wpcontent {
    margin: 0 !important;
}

body.ed-iframe .easy-docs-wrapper {
    min-height: 100vh !important;
}

body.toplevel_page_easy-docs .form-group {
    margin-bottom: 1rem;
}

body.toplevel_page_easy-docs .form-group label {
    display: block;
    margin-bottom: .2rem;
}

body.toplevel_page_easy-docs .form-group input:not([type="checkbox"]) {
    width: 100%;
}

body.toplevel_page_easy-docs .form-group textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
}

body.toplevel_page_easy-docs .form-group .select2-container {
    display: block;
    width: 100% !important;
}

body.toplevel_page_easy-docs .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-bottom: 0;
}

body.toplevel_page_easy-docs .wp-core-ui .button.delete {
    color: #DC3232;
    border-color: #DC3232;
    background: #fff0f0;
}

body.toplevel_page_easy-docs .wp-core-ui .button.delete:hover {
    color: #a51616;
    border-color: #a51616;
}

body.toplevel_page_easy-docs a.back-folders {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #ddd;
}

body.toplevel_page_easy-docs a.back-folders.ext-pdf {
    display: none;
}

body.toplevel_page_easy-docs a.back-folders i {
    color: #000;
    font-size: 30px;
}

.easy-docs-wrapper {
    display: flex;
    background: #f1f1f1;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 32px);
}

.easy-docs-wrapper.file-preview {
    min-height: calc(100vh - 90px);
}

.easydocs_page_easy-docs-manager .easy-docs-wrapper,
.easydocs_page_easy-docs-types .easy-docs-wrapper {
    min-height: 100%;
}

.easy-docs-wrapper .grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-gap: 0px;
    width: 100%;
}

.easy-docs-wrapper .grid-file {
    display: grid;
    grid-template-columns: 1fr 450px;
    grid-gap: 0px;
    width: 100%;
}

.easy-docs-wrapper .grid-file .file-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.easy-docs-wrapper .grid-file .file-left .file-body {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    background: #f1f1f1;
}

.file-body i {
    pointer-events: none;
}

.easy-docs-wrapper .grid-file .file-left .file-body img {
    max-width: 800px;
    padding: 45px 0;
}

.easy-docs-wrapper .grid-file .file-right {
    background: #fff;
    padding: 0;
}

.easy-docs-wrapper .grid-file .file-right .details {
    background: #353a54;
    color: #fff;
    padding: 25px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.easy-docs-wrapper .grid-file .file-right .details.upper {
    background: #1f2341;
}

.easy-docs-wrapper .grid-file .file-right .details.header {
    background: rgb(44,119,198);
    background: linear-gradient(0deg, rgba(44,119,198,1) 0%, rgba(57,133,206,1) 100%);
    grid-template-columns: repeat(1, 1fr);
}

.easy-docs-wrapper .grid-file .file-right .details .filename {
    grid-column: span 2 / auto;
}

.easy-docs-wrapper .grid-file .file-right .details div {
    position: relative;
    word-break: break-word;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.easy-docs-wrapper .grid-file .file-right .details div a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.easy-docs-wrapper .grid-file .file-right .details div strong {
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    margin-bottom: 3px;
}

.easy-docs-wrapper .grid-file .file-right .details div:last-of-type {
    padding: 0;
}

#file_edit_form {
    padding: 25px;
}

.easy-docs-wrapper .grid-file .file-right .form-tools {
    display: flex;
    justify-content: space-between;
}

.easy-docs-wrapper .grid .grid-left {
    position: relative;
    background: #fff;
    z-index: 5;
    box-shadow: 0px 0px 20px 0px rgba(51, 59, 69, 0.15);
    height: 100%;
}

.easy-docs-wrapper .grid .grid-left .js-tree__row .file-wrapper {
    display: none !important;
}

.easy-docs-wrapper .grid .grid-left .js-tree__row.gu-over {
    color: #fff;
    background: rgb(44,119,198);
    background: linear-gradient(0deg, rgba(44,119,198,1) 0%, rgba(57,133,206,1) 100%);
}

.easy-docs-wrapper .grid .grid-left .js-tree__row.gu-over .tree__name {
    color: #fff;
}

.easy-docs-wrapper .grid .grid-left .js-tree__row.gu-over::before {
    color: #fff;
}

.easy-docs-wrapper .grid .grid-left .foot .file-wrapper {
    display: none !important;
}

.easy-docs-wrapper .grid .grid-left .foot .delete.gu-over,
.easy-docs-wrapper .grid .grid-left .foot .edit.gu-over {
    background: #0073aa;
    color: #fff;
}

.easy-docs-wrapper .grid .grid-right {
    padding: 1.5rem 2rem;
    position: relative;
}

.easy-docs-wrapper .grid .grid-right .loading-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.easy-docs-wrapper .grid .grid-right .loading-overlay img {
    width: 35px;
    height: 35px;
}

.easy-docs-wrapper .grid .grid-right .loading-overlay.hidden {
    display: none;
}

.easy-docs-wrapper .grid .grid-right .files-wrapper {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(auto-fill,minmax(185px,1fr));
}

.easy-docs-wrapper .grid .grid-right .folders-wrapper {
    grid-column: 1/-1;
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
    margin-bottom: 20px;
}

.easy-docs-wrapper .grid .grid-right .files-wrapper.vertical {
    grid-template-columns: repeat(1, 1fr);
}

.files-wrapper.vertical .file-wrapper {
    min-height: 50px;
    max-height: 50px;
    -webkit-box-flex: 1 1 50px;
    -webkit-flex: 1 1 50px;
    flex: 1 1 50px;
}

.files-wrapper.vertical .file-wrapper .file {
    display: grid;
    grid-template-columns: 1fr 250px 50px;
    grid-gap: 0px;
}

.files-wrapper.vertical .file-wrapper .file .details {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.file-wrapper .file .details {
    display: none;
}

.files-wrapper.vertical .file-wrapper .file .file-body {
    display: none;
}

.files-wrapper.vertical .file-wrapper .file .file-footer {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.files-wrapper.vertical .file .file-buttons {
    flex-direction: row;
    border-bottom-left-radius: 0;
}

.files-wrapper.vertical .file .file-buttons a:first-of-type {
    border-radius: 0;
}

.files-wrapper.vertical .file .file-buttons a:last-of-type {
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.files-wrapper.vertical .file-wrapper .file .file-body {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
}

.easy-docs-wrapper .grid .grid-right #empty {
    text-align: center;
}

.easy-docs-wrapper .grid .grid-right #empty h3::before {
    content: '';
    position: relative;
    height: 250px;
    width: 250px;
    display: block;
    background: red;
    margin: 0 auto 25px;
    background-color: transparent;
    background-image: url('img/undraw_empty_xct9.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.easy-docs-wrapper .grid .grid-right #empty h3 {
    font-size: 2.5em;
    line-height: 1;
    color: #929292;
}

.easy-docs-wrapper .grid .grid-right #empty h5 {
    font-size: 15px;
    font-weight: 400;
    color: #ababab;
}

.easy-docs-wrapper .grid .grid-right .toolbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.easy-docs-wrapper .grid .grid-right .toolbar .toolbar-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.easy-docs-wrapper .grid .grid-right .toolbar #selected_toolbar {
    border-right: 1px solid #dedede;
    margin-right: 7px;
    padding-right: 7px;
    display: flex;
}

.easy-docs-wrapper .grid .grid-right .toolbar #selected_toolbar p {
    margin: 0 10px 0 5px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
    font-size: 12px;
}

.easy-docs-wrapper .grid .grid-right .toolbar #selected_toolbar a {
    margin-right: 10px;
}

.easy-docs-wrapper .grid .grid-right .toolbar #layout {
    display: inline-block;
}

.easy-docs-wrapper .grid .grid-right .toolbar a {
    display: inline-flex;
    color: #696969;
    font-size: 18px;
    text-decoration: none;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.easy-docs-wrapper .grid .grid-right .toolbar a:hover {
    background: #ccc;
}

.easy-docs-wrapper .grid .grid-right .toolbar a#layout_change {
    margin-right: 8px;
}

.easy-docs-wrapper .grid .grid-right h1.title {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #696969;
    font-weight: 700;
    margin-left: 15px;
}

.folder-wrapper,
.file-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 260px;
    -webkit-flex: 1 1 260px;
    flex: 1 1 260px;
    min-height: 260px;
    padding: 0;
    position: relative;
    vertical-align: top;
    max-width: 100%;
    min-width: 0;
}

.folder-wrapper {
    -webkit-box-flex: 1 1 50px;
    -webkit-flex: 1 1 50px;
    flex: 1 1 50px;
    min-height: 50px;
    display: block;
}

.folder-wrapper .folder {
    position: relative;
    display: flex;
    flex: 1 1;
    max-width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 6px;
    border: 0;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 0 15px;
    color: #676767;
    font-weight: 500;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.folder-wrapper .folder:hover {
    background: #dce0e4;
    cursor: pointer;
}

.folder-wrapper .folder span.folder-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.folder-wrapper .folder i {
    font-size: 22px;
    margin-right: 10px;
}

.file-wrapper .file {
    position: relative;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    max-width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: all .2s ease;
}

.file-wrapper.selected .file {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-bottom: 3px solid #2086e8;
    transition: all .2s ease;
}

.file-wrapper.selected .file .file-footer {
    background: #d8f4fd;
}

.file-wrapper.trashed .file {
    border: 1px solid #cb0606;
}

.file-wrapper:not(.trashed) .file .file-buttons {
    display: none;
}

.file-wrapper:not(.trashed) .file .file-footer {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.file-wrapper .file .tags-holder {
    height: 0px;
    width: 100%;
    opacity: 0;
    transition: all 0.2s ease;
}

.file-wrapper.has-tags:hover .file .tags-holder {
    height: 50px;
    opacity: 1;
    transition: all 0.2s ease;
}

.files-wrapper.vertical .file-wrapper .file .tags-holder {
    display: none;
}

.file-wrapper .file .tags-holder .tag {
    background: #478dd1;
    padding: 4px 6px;
    border-radius: 3px;
    font-size: 11px;
    color: #fff;
}

.file-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1;
    -webkit-flex: 1 1;
    flex: 1 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.file-wrapper .file-body {
    max-height: 195px;
}

.file-body i {
    font-size: 60px;
    color: #676767;
}


.file-wrapper .file .file-footer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0 0 38px;
    -webkit-flex: 0 0 38px;
    flex: 0 0 38px;
    align-items: flex-start;
    padding: 8px 15px;
    border-radius: 0;
    flex-direction: column;
}

.files-wrapper.vertical .file-wrapper .file .file-footer {
    overflow: hidden;
    justify-content: center;
}

.file-wrapper .file .file-buttons {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0 0 34px;
    -webkit-flex: 0 0 34px;
    flex: 0 0 34px;
    align-items: flex-start;
    padding: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    flex-direction: row;
}

.file-wrapper .file .file-buttons a {
    background: rgb(44,119,198);
    background: linear-gradient(0deg, rgba(44,119,198,1) 0%, rgba(57,133,206,1) 100%);
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-wrapper .file .file-buttons a:hover {
    background: #fff;
    color: #347fcb;
}

.file-wrapper.trashed .file .file-buttons a {
    background: rgb(203, 6, 6);
    background: linear-gradient(0deg, rgb(203, 6, 6) 0%, rgb(255, 0, 0));
}

.file-wrapper.trashed .file .file-buttons a:hover {
    background: #fff;
    color: #cb0606;
}

.file-wrapper .file .file-buttons a:first-of-type {
    border-bottom-left-radius: 5px;
}

.file-wrapper .file .file-buttons a:last-of-type {
    border-bottom-right-radius: 5px;
}

.file-wrapper .file .file-buttons a i {
    pointer-events: none;
}

.file-wrapper .file .file-hidden {
    position: absolute;
    left: 0;
    top: 35px;
    width: 30px;
    height: 30px;
    background: #cb0606;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.file-wrapper .file .file-expire {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 30px;
    background: #cb0606;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0 8px;
}

.file-wrapper .file .file-expire i {
    margin-right: 5px;
}

.file-wrapper .file .file-footer .footer-title {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    justify-content: flex-start;
    display: inline-block;
    align-items: center;
    width: 100%;
    color: #757575;
}

.files-wrapper.vertical .file-wrapper .file .file-footer .footer-title {
    width: 100%;
    margin: 0;
}

.files-wrapper.vertical .file-wrapper .file .file-hidden,
.files-wrapper.vertical .file .file-expire {
    right: 50px;
    left: auto;
    top: calc(50% - 15px);
    border-radius: 6px;
}

.files-wrapper.vertical .file-wrapper .file .file-hidden {
    right: 150px;
}

.file-wrapper .file .file-footer .footer-title i {
    font-size: 18px;
    margin-right: 8px;
}

#dropzone {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.7);
    border: 10px dashed #fff;
    visibility: hidden;
}

#dropzone .icon-n-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

#dropzone .icon-n-text h1 {
    color: #fff;
    font-size: 30px;
    margin: 45px 0 0;
    padding: 0;
}

#dropzone .icon-n-text .upload-icon {
    width: 100px;
    height: 100px;
    background: url('img/upload.svg') 50% 50% no-repeat;
    background-size: contain;
    z-index: 10;
    opacity: 0.5;
    -webkit-animation: pulsate-fwd 1.5s ease-in-out infinite both;
    animation: pulsate-fwd 1.5s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#permalink_notice {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    background: #f9cb46;
    padding: 10px 15px;
    border-radius: 6px;
    color: #101010;
    font-weight: 600;
}

#permalink_notice #permalink_notice_close {
    margin-left: 10px;
}

#permalink_notice #permalink_notice_close:hover {
    opacity: .7;
    cursor: pointer;
}

.easy-docs-navbar *,
.easy-docs-wrapper * {
    font-family: 'Roboto', sans-serif;
}

.easy-docs-navbar .easy-docs-title,
.easy-docs-wrapper .grid .grid-left .head {
    position: relative;
    background: #00d2ff;
    background: linear-gradient(-125deg, #00d2ff 0%, #3a47d5 100%);
    color: #fff;
    font-size: 22px;
    padding: 20px 25px;
    font-weight: 300;
}

.pro-notice {
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    font-weight: 800;
    text-decoration: none;
    margin-left: 5px;
}

.pro-notice:focus,
.pro-notice:hover {
    text-decoration: underline;
    color: #fff;
}

.easy-docs-navbar .easy-docs-title {
    width: 350px;
    box-sizing: border-box;
}

.easy-docs-wrapper .grid .grid-left .head a.header-trash {
    background: rgb(13, 78, 142);
    background: linear-gradient(0deg, rgb(13, 78, 142) 0%, rgb(0, 94, 187) 100%);
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.easy-docs-wrapper .grid .grid-left .head a.header-trash:hover {
    opacity: .7;
}

.easy-docs-navbar {
    height: 58px;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.easy-docs-navbar .form-tools {
    margin-right: 25px;
}

.easy-docs-navbar .form-tools a {
    margin-right: 8px;
}

.easy-docs-navbar .form-tools button i,
.easy-docs-navbar .form-tools a i {
    margin-right: 4px;
}

#main-search-text {
    min-width: 550px;
    border: 0;
    border-radius: 8px;
    width: 100%;
    padding: 12px 12px 12px 48px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    flex: 1;
    background-color: #fff;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC00Ii8+PC9zdmc+');
    background-repeat: no-repeat;
    background-position: 12px;
    margin-bottom: 25px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    margin-left: 0;
    margin-right: 0;
    transition: all .2s ease;
}

#main-search-text:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transition: all .2s ease;
    outline: none;
}

i.file-context,
i.folder-context {
    -webkit-mask-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0zMCwxNmM0LjQxMSwwLDgtMy41ODksOC04cy0zLjU4OS04LTgtOHMtOCwzLjU4OS04LDhTMjUuNTg5LDE2LDMwLDE2eiIvPjxwYXRoIGQ9Ik0zMCw0NGMtNC40MTEsMC04LDMuNTg5LTgsOHMzLjU4OSw4LDgsOHM4LTMuNTg5LDgtOFMzNC40MTEsNDQsMzAsNDR6Ii8+PHBhdGggZD0iTTMwLDIyYy00LjQxMSwwLTgsMy41ODktOCw4czMuNTg5LDgsOCw4czgtMy41ODksOC04UzM0LjQxMSwyMiwzMCwyMnoiLz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+');
    mask-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0zMCwxNmM0LjQxMSwwLDgtMy41ODksOC04cy0zLjU4OS04LTgtOHMtOCwzLjU4OS04LDhTMjUuNTg5LDE2LDMwLDE2eiIvPjxwYXRoIGQ9Ik0zMCw0NGMtNC40MTEsMC04LDMuNTg5LTgsOHMzLjU4OSw4LDgsOHM4LTMuNTg5LDgtOFMzNC40MTEsNDQsMzAsNDR6Ii8+PHBhdGggZD0iTTMwLDIyYy00LjQxMSwwLTgsMy41ODktOCw4czMuNTg5LDgsOCw4czgtMy41ODksOC04UzM0LjQxMSwyMiwzMCwyMnoiLz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+');
    width: 16px;
    height: 16px;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    -webkit-mask-size: cover;
    background-color: #99a9bb;
    position: absolute;
    right: 15px;
}

.tree__row--selected i.folder-context {
    right: 12px;
}

i.file-context {
    -webkit-mask-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0zMCwxNmM0LjQxMSwwLDgtMy41ODksOC04cy0zLjU4OS04LTgtOHMtOCwzLjU4OS04LDhTMjUuNTg5LDE2LDMwLDE2eiIvPjxwYXRoIGQ9Ik0zMCw0NGMtNC40MTEsMC04LDMuNTg5LTgsOHMzLjU4OSw4LDgsOHM4LTMuNTg5LDgtOFMzNC40MTEsNDQsMzAsNDR6Ii8+PHBhdGggZD0iTTMwLDIyYy00LjQxMSwwLTgsMy41ODktOCw4czMuNTg5LDgsOCw4czgtMy41ODksOC04UzM0LjQxMSwyMiwzMCwyMnoiLz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+');
    mask-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0zMCwxNmM0LjQxMSwwLDgtMy41ODksOC04cy0zLjU4OS04LTgtOHMtOCwzLjU4OS04LDhTMjUuNTg5LDE2LDMwLDE2eiIvPjxwYXRoIGQ9Ik0zMCw0NGMtNC40MTEsMC04LDMuNTg5LTgsOHMzLjU4OSw4LDgsOHM4LTMuNTg5LDgtOFMzNC40MTEsNDQsMzAsNDR6Ii8+PHBhdGggZD0iTTMwLDIyYy00LjQxMSwwLTgsMy41ODktOCw4czMuNTg5LDgsOCw4czgtMy41ODksOC04UzM0LjQxMSwyMiwzMCwyMnoiLz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #7f807f;
    position: absolute;
    right: 15px;
    top: 15px;
}

.files-wrapper.vertical i.file-context {
    bottom: 16px;
    top: auto;
}

.file-wrapper.trashed .file i.file-context {
    display: none !important;
}

.main-search-holder {
    position: relative;
}

.main-search-holder .results {
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 12px 0;
}

.main-search-holder.searching #main-search-text {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.main-search-holder .results p {
    margin: 0;
    padding: 0px 15px;
    color: #c7c7c7;
}

.main-search-holder .results a {
    display: block;
    font-size: 15px;
    padding: 15px 0;
    margin-bottom: 0;
    text-decoration: none;
    color: #2f2f2f;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 2px transparent;
    transition: all .2s ease;
}

.main-search-holder .results a:hover,
.main-search-holder .results a:focus {
    background: #efefef;
    border: 0;
    padding-left: 0;
    border-left: 2px solid #327dc9;
    outline: 0;
    box-shadow: none;
    transition: all .2s ease;
}

.main-search-holder .results a i {
    font-size: 20px;
    min-width: 45px;
    text-align: center;
    display: inline-block;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tree {
    display: inline-block;
    min-width: 100%;
    max-width: 100%;
    flex-direction: column;
    white-space: nowrap;
    overflow: auto;
    max-width: 350px;
    height: calc(100% - 153px);
}

.tree__row {
    min-height: 45px;
    display: flex;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 25px;
    cursor: default;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}

.tree__row:before {
    position: absolute;
    font: normal 20px/1 IcoFont;
    content: "\ed26";
    font-size: 1.5em;
    color: #f9cb46;
}

.tree__row[data-folder-id="1"]:before {
    color: #3884cd !important;
}

.tree__children .tree__row:before {
    content: "\ef36";
}

.tree__children .tree__row.not-public:before {
    content: "\ef22";
}

.tree__row:hover {
    background-color: #f3f3f3;
}

.tree__row--selected,
.tree__row--selected:hover {
    background-color: #f3f3f3;
    border-right: 3px solid #478dd1;
}

.tree__children > .tree__row {
    padding-left: 50px;
}

.tree__children > .tree__children > .tree__row {
    padding-left: 75px;
}

.tree__children > .tree__children > .tree__children > .tree__row {
    padding-left: 100px;
}

.tree__name {
    /*display: inline-block;
    margin: 0 2.15em;*/
    margin: 0 3em 0 2.15em;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #434b52;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: normal;
    word-break: break-word;
}

.tree__row--selected .tree__name {
    /*margin: 0 calc(2.15em - 3px) 0 2.15em;*/
    margin: 0 calc(3em - 3px) 0 2.15em;
}

.js-tree__row:hover {
    cursor: pointer;
}

[data-row-expandable] .tree__expand-icon:before {
    font-style: normal;
    font-family: IcoFont;
    content: "\eaa0";
    margin-left: -20px;
    color: #32373c;
}

[data-row-expandable] .tree__expand-icon:hover:before {
    opacity: 0.7;
}

[data-row-expandable].tree__row--expanded .tree__expand-icon:before {
    font-style: normal;
    font-family: IcoFont;
    content: "\ea99";
    color: #32373c;
    margin-left: -20px;
}

.tree__row + .tree__children {
    display: none;
}

.tree__row--expanded + .tree__children {
    display: block;
}


/*
* Context Menu
*/

.iw-cm-menu {
    width: 175px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px rgba(51, 59, 69, 0.2);
    background: #fff;
    color: #434b52;
}

.iw-cm-menu li {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #f7f7f7;
}

.iw-cm-menu li:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.iw-cm-menu li i {
    margin-right: 10px;
}

.iw-cm-menu li:last-of-type {
    border: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.iw-mSelected {
    background-color: #317dc9;
    background: linear-gradient(0deg, rgba(44,119,198,1) 0%, rgba(57,133,206,1) 100%);
    color: #fff;
}

.swal2-shown {
    z-index: 99999;
}

.swal2-input[type=number] {
    max-width: 100%;
    height: 2.625em;
    padding: 0 .75em;
}

#swal2-content label {
    display: block;
}

#dropzone-link {
    position: fixed;
    right: 45px;
    bottom: 45px;
    width: 60px;
    height: 60px;
    background: #00d2ff;
    background: linear-gradient(-125deg, #00d2ff 0%, #3a47d5 100%);
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 25px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    cursor: pointer;
    z-index: 99;
}


[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

[data-tooltip]:before {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    margin-bottom: 5px;
    margin-left: -62.5px;
    padding: 3px;
    width: 125px;
    min-width: 125px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 12px;
    line-height: 1;
}

[data-tooltip]:after {
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-bottom: 5px solid #000;
    border-bottom: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.files-wrapper.vertical [data-tooltip]:hover:before,
.files-wrapper.vertical [data-tooltip]:hover:after {
    display: none !important;
}

.easy-docs-wrapper #mobile-folder-overlay {
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
}

.easy-docs-wrapper #mobile-folder {
    display: none;
}

#dropzone_preview {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    background: #fff;
    width: 450px;
    min-height: auto;
    padding: 0;
    border: 1px solid #dedede;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    box-shadow: 0px 0px 20px 0px rgba(51, 59, 69, 0.05);
    z-index: 999999999;
    max-height: 200px;
    overflow: auto;
}

#dropzone_preview .dz-preview {
    margin: 0;
    min-height: 50px;
    height: 50px;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 70px;
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
}

#dropzone_preview .dz-preview:not(:first-of-type) {
    border-top: 1px solid #dedede;
}

#dropzone_preview .dz-preview.dz-complete {
    display: none;
}

#dropzone_preview .dz-preview .dz-image {
    display: none;
}

#dropzone_preview .dz-preview .dz-details {
    position: relative;
    display: flex;
    align-items: center;
    top: auto;
    left: auto;
    padding: 0;
}

#dropzone_preview .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    text-overflow: ellipsis;
}

#dropzone_preview .dz-preview .dz-details .dz-filename span {
    background-color: transparent;
    padding: 0;
    border: 0;
    font-size: 12px;
    font-weight: 600;
    color: #7b7b7b;
}

#dropzone_preview .dz-preview .dz-details .dz-size {
    display: none;
}

#dropzone_preview .dz-preview .dz-progress {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    background: #b3b3b3;
    width: 100%;
    height: 8px;
}

#dropzone_preview .dz-preview .dz-progress .dz-upload {
    background: #00d2ff;
    background: linear-gradient(-60deg, #00d2ff 0%, #3a47d5 100%);
    border-radius: 8px;
}

#dropzone_preview .dz-preview .dz-success-mark,
#dropzone_preview .dz-preview .dz-error-mark {
    display: none;
}

#dropzone_preview .dropzone-header {
    background: #23282d;
    color: #fff;
    padding: 10px 15px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    font-size: 12px;
}

@media only screen and (max-width : 992px) {
    .easy-docs-wrapper {
        overflow: hidden;
        position: relative;
    }

    .easy-docs-wrapper #mobile-folder {
        display: inline-block;
        color: #fff;
        background: #478dd1;
        padding: 14px 26px;
        font-size: 16px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: 500;
        border-radius: 6px;
    }

    .easy-docs-wrapper #mobile-folder i {
        margin-right: 8px;
    }

    .easy-docs-wrapper .grid {
        display: flex;
    }

    .easy-docs-wrapper .grid .grid-left {
        opacity: 0;
        width: 85vw;
        position: absolute;
        left: -85vw;
        height: 100%;
        transition: all .2s ease;
        z-index: 6;
    }

    .easy-docs-wrapper.open .grid .grid-left {
        opacity: 1;
        left: 0;
        transition: all .2s ease;
    }

    .easy-docs-wrapper.open #mobile-folder-overlay {
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
        pointer-events: all;
        z-index: 5;
        transition: all .2s ease;
    }

    .easy-docs-wrapper .grid .grid-right {
        width: 100%;
        padding: 1rem;
    }

    .easy-docs-wrapper .grid .grid-right .files-wrapper {
        margin-bottom: 65px;
    }

    #main-search-text {
        min-width: 150px;
        margin-bottom: 15px;
    }

    .easy-docs-wrapper .grid .grid-right .toolbar-right select#filter {
        max-width: 125px;
    }

    #dropzone-link {
        right: 25px;
        bottom: 25px;
    }

    .easy-docs-wrapper .grid .grid-right .toolbar {
        justify-content: flex-end;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dedede;
    }

    .easy-docs-wrapper .grid .grid-right .toolbar #selected_toolbar p,
    .easy-docs-wrapper .grid .grid-right .toolbar h1.title {
        display: none;
    }

    .wp-responsive-open #wpbody {
        right: -190px;
    }

    .easy-docs-navbar {
        height: auto;
        flex-flow: column;
        align-items: center;
    }

    .easy-docs-navbar .easy-docs-title {
        width: 100%;
        padding: 20px 15px;
    }

    .easy-docs-navbar .form-tools {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 45px;
        grid-gap: 10px;
        width: 100%;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    .easy-docs-navbar .form-tools a,
    .easy-docs-navbar .form-tools button {
        margin: 0;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .easy-docs-wrapper .grid-file {
        grid-template-columns: repeat(1, 1fr);
    }

    #pdfcanvas {
        min-height: 500px;
    }
}

.swal2-select {
    height: auto !important;
}

#pdfcanvas {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: calc(100vh - 90px);
}

.color-holder {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

.color-holder input[type=radio] {
    display:none;
}

.color-holder input[type=radio] + label {
    background: #999;
    height: 45px;
    width: 45px;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 5px;
    border-radius: 50%;
}

.color-holder input[type=radio]:checked + label::after {
    font-style: normal;
    font-family: 'IcoFont';
    content: "\f00e";
    color: #fff;
    background: transparent;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

i.icofont-file {
    color: #5281c1;
}

i.icofont-folder-open,
i.icofont-folder {
    color: #f9cb46;
}

i.icofont-file-text,
i.icofont-file-word {
    color: #5281c1;
}

i.icofont-file-flv {
    color: #7f9cbe;
}

i.icofont-file-excel {
    color: #02ad56;
}

i.icofont-file-powerpoint {
    color: #ef402e;
}

i.icofont-file-zip {
    color: #596a8b;
}

i.icofont-file-pdf {
    color: #ef402e;
}

i.icofont-file-audio {
    color: #9754a1;
}

i.icofont-file-image {
    color: #02ad56;
}

i.icofont-file-css,
i.icofont-file-javascript,
i.icofont-file-html5 {
    color: #5a6c8a;
}

i.icofont-file-psd {
    color: #3a6eb5;
}

i.icofont-file-iso {
    color: #f27a21;
}

i.icofont-tag {
    color: #00c3da;
}

.results a[data-color="red"] i.icofont-folder,
.tree__row[data-color="red"]::before,
.folder[data-color="red"] i.icofont-folder-open,
.folder[data-color="red"] i.icofont-folder {
    color: #ef402e;
}

.results a[data-color="blue"] i.icofont-folder,
.tree__row[data-color="blue"]::before,
.folder[data-color="blue"] i.icofont-folder-open,
.folder[data-color="blue"] i.icofont-folder {
    color: #5281c1;
}

.results a[data-color="orange"] i.icofont-folder,
.tree__row[data-color="orange"]::before,
.folder[data-color="orange"] i.icofont-folder-open,
.folder[data-color="orange"] i.icofont-folder {
    color: #f27a21;
}

.results a[data-color="yellow"] i.icofont-folder,
.tree__row[data-color="yellow"]::before,
.folder[data-color="yellow"] i.icofont-folder-open,
.folder[data-color="yellow"] i.icofont-folder {
    color: #f9b619;
}

.results a[data-color="green"] i.icofont-folder,
.tree__row[data-color="green"]::before,
.folder[data-color="green"] i.icofont-folder-open,
.folder[data-color="green"] i.icofont-folder {
    color: #02ad56;
}

.results a[data-color="purple"] i.icofont-folder,
.tree__row[data-color="purple"]::before,
.folder[data-color="purple"] i.icofont-folder-open,
.folder[data-color="purple"] i.icofont-folder {
    color: #9754a1;
}

.results a[data-color="cyan"] i.icofont-folder,
.tree__row[data-color="cyan"]::before,
.folder[data-color="cyan"] i.icofont-folder-open,
.folder[data-color="cyan"] i.icofont-folder {
    color: #00ac9a;
}

.color-holder input#red[type=radio] + label {
    background: #ef402e;
}

.color-holder input#blue[type=radio] + label {
    background: #5281c1;
}

.color-holder input#orange[type=radio] + label {
    background: #f27a21;
}

.color-holder input#yellow[type=radio] + label {
    background: #f9b619;
}

.color-holder input#green[type=radio] + label {
    background: #02ad56;
}

.color-holder input#purple[type=radio] + label {
    background: #9754a1;
}

.color-holder input#cyan[type=radio] + label {
    background: #00ac9a;
}

.grid-left .storage {
    display: grid;
    grid-template-columns: 75px 1fr;
    grid-gap: 10px;
    background: #d0d0d0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 95px;
}

.grid-left .storage .icon {
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 25px;
}

.grid-left .storage .details {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.grid-left .storage h5 {
    margin: 0 0 5px;
    font-size: 14px;
}

.grid-left .storage .progress-holder {
    background: #b3b3b3;
    height: 8px;
    border-radius: 8px;
    width: 150px;
    margin: 0 0 5px;
    overflow: hidden;
}

.grid-left .storage .progress-holder .progress-bar {
    height: 8px;
    border-radius: 8px;
    background: #00d2ff;
    background: linear-gradient(-60deg, #00d2ff 0%, #3a47d5 100%);
}

.grid-left .storage a {
    font-weight: 900;
}


.file-body.hasImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.file-body.img-ext-png {
    background-image: -webkit-linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef),-webkit-linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef);
    background-image: linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef),linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef);
    background-position: 0 0,10px 10px;
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;
    background-repeat: repeat;
}
