/* Two Panel File Manager v1.5.0 */
.wpcztpfm-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
}

.wpcztpfm--user-side {
    padding: 16px;
    border-radius: var(--wpcztpfm-radius);
}

@media (min-width: 480px) {
    .wpcztpfm--user-side {
        padding: 32px;
    }
}

.wpcztpfm--user-side.wpcztpfm--is-hidden {
    display: none;
}

.wpcztpfm__trigger-box {
    position: fixed;
    z-index: 2147483646;
    inset-inline-end: 16px;
    inset-block-end: 16px;
}

.wpcztpfm__trigger-box .wpcztpfm__trigger-box-btn {
    position: relative;
    z-index: 1;
    margin: 0 !important;
    padding: 16px !important;
    min-block-size: 0;
    min-inline-size: 0;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: hsl(232, 10%, 25%);
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease;
}

.wpcztpfm__trigger-box .wpcztpfm__trigger-box-btn:hover,
.wpcztpfm__trigger-box .wpcztpfm__trigger-box-btn:focus {
    text-decoration: none;
    background-color: hsl(232, 10%, 27%) !important;
}

.wpcztpfm__trigger-box .wpcztpfm__trigger-box-btn:active {
    text-decoration: none;
    background-color: hsl(232, 10%, 20%) !important;
}

.wpcztpfm__trigger-box .wpcztpfm__trigger-box-btn-icon {
    display: block;
    fill: #fff;
    inline-size: 24px;
    block-size: 24px;
}

.wpcztpfm__trigger-box .wpcztpfm__trigger-box-btn-text {
    font-size: 14px;
    line-height: 1.15;
    color: #fff;
    text-transform: uppercase;
}

@keyframes wpcztpfm-popup-display {
    0% {
        display: none;
    }

    0.1% {
        display: block;
        opacity: 0.65;
        transform: scale(0.85);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.wpcztpfm--user-side.wpcztpfm--popup {
    border-radius: 0;
    background-color: #fff;
    position: fixed;
    z-index: 2147483647;
    inset: 0;
    padding-block-start: 48px;
    padding-block-end: 16px;
    padding-inline: 16px;
    overflow-y: auto;
    animation: wpcztpfm-popup-display 0.1s ease;
}

@media (min-width: 768px) {
    .wpcztpfm--user-side.wpcztpfm--popup {
        padding-block-start: 48px;
        padding-block-end: 32px;
        padding-inline: 32px;
    }
}

@media (min-width: 992px) {
    .wpcztpfm--user-side.wpcztpfm--popup {
        padding: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wpcztpfm--user-side.wpcztpfm--popup {
        animation: none;
    }
}

.wpcztpfm--user-side .wpcztpfm__popup-btn-close {
    position: absolute;
    inset-block-start: 8px;
    inset-inline-end: 8px;
    z-index: 1;
    margin: 0 !important;
    padding: 4px !important;
    min-block-size: 0;
    min-inline-size: 0;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease;
}

.wpcztpfm--user-side .wpcztpfm__popup-btn-close:hover,
.wpcztpfm--user-side .wpcztpfm__popup-btn-close:focus {
    background: hsl(232, 10%, 97%);
}

.wpcztpfm--user-side .wpcztpfm__popup-btn-close:active {
    background: hsl(232, 10%, 93%);
}

.wpcztpfm--user-side .wpcztpfm__popup-btn-close-icon {
    display: block;
    inline-size: 24px;
    block-size: 24px;
    fill: hsl(232, 10%, 25%);
}

.wpcztpfm--user-side.wpcztpfm--popup .wpcztpfm__table-box {
    min-block-size: 480px;
    block-size: 608px;
    max-block-size: 72vh;
    max-block-size: 72svh;
}

.wpcztpfm--user-side:not(.wpcztpfm--popup) .wpcztpfm__table-box {
    block-size: 608px;
}

