/* SecuPress login fix */

#areyouhuman {
    background-color: transparent !important;
}

/* FilBird fix */

.filebird_sidebar .filebird_add_new_container {
    width: 165px !important;
}

.nt_main_add_new span {
    left: 25% !important;
}

.filebird_toolbar .nt_main_button_icon svg {
    fill: #fff !important;
    top: 3px !important;
}

.filebird_toolbar .nt_main_button_icon span {
    top: 48% !important;
    left: 31px !important;
}

#folders-to-edit .menu.ui-sortable .menu-item-handle,
#folders-to-edit .menu-item-handle {
    background: inherit !important;
    border: none !important;
    color: inherit !important;
}


/* Login Form Fix */

.login form {
    margin-top: 0 !important;
    border: none !important;
}


/* Elementor Panel Fix */

#elementor-panel-category-theme-elements {
    display: none !important;
}


/* dFlip Fix */

#dflip_post_meta_box .hndle {
    background-color: #9e9e9e !important;
}

.dflip-tabs-list {
    background-color: #9e9e9e !important;
}

.dflip-tabs-list li.dflip-active a, .dflip-tabs-list .nav-tab.nav-tab-active {
    background-color: #5487a4 !important;
}


/* WooCommerce Admin Fix */

.woocommerce-layout__header {
    top: 56px !important;
}