/* Admin Bar Logo */
/* Admin Bar Logo Fix */
#wpadminbar #wp-admin-bar-ezdoss-logo .ab-icon {
    border: 2px solid red !important; /* Should show a red box where logo should be */
    min-width: 20px !important;
}

#wpadminbar #wp-admin-bar-ezdoss-logo > .ab-item .ab-icon {
    background-image: url('../images/logo.png') !important;
    background-size: 20px 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 20px !important;
    height: 20px !important;
    opacity: .9;
    transition: opacity 0.2s;
    display: inline-block !important; /* Critical addition */
	
}

#wpadminbar #wp-admin-bar-ezdoss-logo > .ab-item .ab-icon:before {
    display: none !important; /* Removes WordPress W */
}

/* Login Page */
.login h1 a {
    background-size: contain !important;
    width: auto !important;
    background-position: center !important;
}

/* Dashboard Widget */
.ezdoss-dashboard-widget {
    padding: 10px;
}
.ezdoss-dashboard-widget h3 {
    margin-top: 0;
}

/* Admin Menu */
#adminmenu .wp-menu-image img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* Color Scheme */
.admin-color-ezdoss .wp-core-ui .button-primary {
    background: #0073aa;
    border-color: #006799;
    box-shadow: 0 1px 0 #006799;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}