
main.vfp-popup::after{
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
}

button, input[type=radio]+label{
    cursor: pointer;
    outline: none;
}
input[type=checkbox]{
    accent-color: var(--radio-select-clr-light);
}
input[type=text] {
    color: var(--color-theme);
}
/*.btn{*/
/*    background: var(--btn-bg-theme);*/
/*    color: var(--btn-color-theme);*/
/*    border: 1px solid var(--btn-border-theme);*/
/*    border-radius: 6px;*/
/*    font-family: "ABC Favorit";*/
/*}*/
/*.btn-imp {*/
/*    font-family: "ABC Favorit";*/
/*    border-radius: 6px;*/
/*    background: var(--btn-imp-bg-theme);*/
/*    color: var(--btn-imp-clr-theme);*/
/*    border: 1px solid var(--btn-imp-border-theme);*/
/*}*/
/*.btn-imp:hover{*/
/*    background: var(--btn-imp-bg-hover-theme);*/
/*    border: 1px solid var(--btn-imp-border-hover-theme);*/
/*}*/


.ps__rail-y{
    width: 4px;
    right: 6px !important;
    background-color: var(--btn-border-theme) !important;
}
.ps__rail-y .ps__thumb-y{
    width: 4px !important;
    right: 0 !important;
    background-color: var(--text-secondary-theme) !important;
}
.ps__rail-y:hover{
    background-color: var(--btn-border-theme) !important;
}
.ps__rail-y:hover .ps__thumb-y{
    width: 4px !important;
    background-color: var(--text-secondary-theme) !important;
}

/**
 * WordPress Video Search
 *
 */
.interface-complementary-area__fill {
    transition: width 0.5s ease;
}
#dm-pro-video-search\:dm-pro-video-search.interface-complementary-area .components-panel__header {
    display: none;
}

.dm-pro-video-search {
    display: grid;
    grid-template-rows: auto auto 1fr;
    height: calc(100vh - 86px); /** 86px is the height of root header */
    overflow: hidden;
    background-color: #F3F3F3;
}