.wp-tp-sidenav {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #1d2327;
    overflow-x: hidden;
}

.wp-theme-wrapper, .wp-plugin-wrapper {
    padding: 20px;
}

.wp-single-theme, .wp-single-plugin {
    margin-top: 15px;
    width: 100%;
    display: flex;
}

.wp-single-theme label, .wp-single-plugin label {
    width: 80%;
}

.wp-tp-sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.wp-tp-sidenav a:hover {
    color: #f1f1f1;
}

.wp-tp-sidenav .closebtn {
    position: absolute;
    top: 30px;
    right: 0px;
    color: #ffffff;
    font-size: 36px;
    margin-left: 0px;
}

.wp-tp-sidenav .closebtn:hover, .wp-tp-sidenav .closebtn:focus, .wp-tp-sidenav .closebtn:active {
    color: #ffffff;
    box-shadow: unset;
}

#wp-switcher-toggle-wrap {
    transition: margin-left .5s;
    padding: 16px;
}

#wp-switcher-toggle-wrap .load_switcher {
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    right: -10px;
    bottom: 50%;
    border-radius: 50% 0 0 50%;
    color: #acb2b6;
    padding: 15px 20px 15px 15px;
    background: #1d2327;;
}

#wp-switcher-toggle-wrap .load_switcher.wp-switcher-sidenav-opened {
    right: 320px;
}

#wp-switcher-toggle-wrap .load_switcher:hover {
    color: #ffffff;
}

.wp-single-plugin input[type="checkbox"] {
    margin-right: 10px;
}

.asstes-tab {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #0073aa;
    background: #ffffff;
}

.asstes-tab li {
    -webkit-box-flex: 1;
    flex: 1 1 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 11.5px;
    color: rgba(240, 245, 250, 0.7);
    font-weight: 500;
    height: 40px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
    box-sizing: content-box;
    cursor: pointer;
    border: 0;
    background: #0073aa;
    border-radius: 0;
}

.wp-plugin-wrapper, .wp-theme-wrapper {
    display: none;
    background: #1d2327;
}

.wp-plugin-wrapper.active-asset, .wp-theme-wrapper.active-asset {
    display: block;
}

.asstes-tab li.active-tab {
    color: #ffffff;
}

.wp-single-theme .theme-action, .wp-single-plugin .plugin-action, .plugin-bulk-action {
    background: #007cba;
    color: #fff;
    cursor: pointer;
    letter-spacing: .5px;
    height: fit-content;
    margin-left: 20px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
}

.wp-single-theme label, .wp-single-plugin label {
    color: rgba(240, 245, 250, 0.7);
}

.wp-assets-divider {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wp-plugin-wrapper.active-asset .plugin-bulk-action {
    display: inline-block;
    width: fit-content;
    margin: 0;
    color: #23282d;
    border: 1px solid #0071a1;
    background: #f3f5f6;
}

.plugins-selection-wrapper, .plugins-all-wrapper {
    margin-top: 20px;
    width: 100%;
    display: flex;
}

.plugins-selection-wrapper .plugin-bulk-action:last-child, .plugins-all-wrapper .plugin-bulk-action:last-child {
    margin: auto auto;
}

@media screen and (max-height: 450px) {
    .wp-tp-sidenav {
        padding-top: 15px;
    }
    .wp-tp-sidenav a {
        font-size: 18px;
    }
}