/* Hide notifications */
#wpforms_reports_widget_lite, #wp_mail_smtp_reports_widget_lite,#leadin-disconnected-banner, #e-dashboard-overview, #wc_admin_dashboard_setup, #cartFlows_setup_dashboard_widget, #dashboard_site_health, .e-notice, .e-notice--dismissible, .e-notice--extended, #cartflows-5-start-notice, #message, .astra-notice, #wp-mail-smtp-notifications, .wcf-notice, #mtrl-floatingmenu,#dashboard_primary, #contextual-help-link-wrap, #wpforms-notice-global-review_lite_request,.e-notice,#wp-mail-smtp-notice-bar, #wp-mail-smtp-flyout,#wpfooter,#wp-mail-smtp-header,#wpforms-notice-bar,#wpforms-header,#wpforms-flyout, #wp-mail-smtp-setting-row-setup-wizard-button,#wp-mail-smtp-setting-row-license-heading,#wp-mail-smtp-setting-row-license_key, .litespeed-top-toolbar, .litespeed_icon, .litespeed-top-toolbar, .tsf-notice, .default-password-nag, .learndash-notice-permanently-dismissible, .wp-mail-smtp-product-education__description, .notice-warning, .nps-survey-root * {
    display: none !important;
}
#wpadminbar {
    background-color: #09b750;
}

[class*="upgrade"] {
    display: none !important;
}
[id*="upgrade"] {
    display: none !important;
}


/* elementor tob bar hidden*/
#e-admin-top-bar-root .e-admin-top-bar {
  display: none;
}
#wp-ultimo-footer{
    display:none;
}

.elementor-nerd-box--upsale {
    display:none;
}
.ast-on-card-button.ast-onsale-card {
    display: none;
}

/*--Start astra starter template survey wdget at dashboard--*/
#nps-survey-root * {
  	display: none;
}
/*--End astra starter template survey wdget at dashboard

/* Start hide Templates menu*/
#menu-posts-elementor_library{
         display:none !important;
    }
/* End hide Templates menu*/

body.login {
    background-image: url('nehabi_web_pic.png');
    background-size: cover;
    background-position: center;
}

body.login::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Overlay color with 50% opacity */
    z-index: 0; /* Make sure the overlay is behind other elements */
}

#login {
    position: relative;
    z-index: 1; /* Make sure the login form is above the overlay */
    text-align: left; /* Align the logo to the left */
}

#login h1 a {
    background-image: url('nehabi_logo_01-300x88.png');
    width: 320px; /* Adjust the width */
    height: 80px; /* Adjust the height */
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

#login {
    text-align: left; /* Align the logo to the left */
}

.login form {
    background: rgba(255, 255, 255, 0.8); /* Optional: background color for form */
    padding: 20px; /* Adjust padding as needed */
    border-radius: 8px; /* Optional: rounded corners for the form */
}

.login input[type="text"],
.login input[type="password"] {
    border-radius: 4px; /* Rounded corners for input fields */
    border: 1px solid #ccc; /* Border color for input fields */
    padding: 10px; /* Padding inside input fields */
}

.login input[type="text"]:focus,
.login input[type="password"]:focus {
    border-color: #28a745; /* Green border color on focus */
    outline: none; /* Remove default outline */
}

.login input[type="submit"] {
    background-color: #28a745; /* Green background color for submit button */
    border-color: #218838; /* Darker green border color for submit button */
    border-radius: 4px; /* Rounded corners for submit button */
    color: #fff; /* Text color for submit button */
    padding: 10px; /* Padding inside submit button */
    cursor: pointer; /* Pointer cursor on hover */
    width: 100%; /* Full width for submit button */
    box-sizing: border-box; /* Ensure padding is included in the width */
}

.login input[type="submit"]:hover {
    background-color: #218838; /* Darker green background color on hover */
    border-color: #1e7e34; /* Even darker green border color on hover */
}

/* Styling for the "Forgot Password" section */
#login .forgetmenot {
    background-color: #f8f9fa; /* Light background color for the "Forgot Password" section */
    padding: 10px; /* Padding around the section */
    border-radius: 4px; /* Rounded corners for the section */
    border: 1px solid #ddd; /* Border color for the section */
    margin-top: 10px; /* Space above the section */
}

.forgetmenot{
    margin-bottom: 20px !important;
}
.wp-login-lost-password, #backtoblog a, .wp-login-log-in, .wp-login-register{
    color: white !important;
}
.wp-login-lost-password:hover, #backtoblog a:hover, .wp-login-log-in:hover, .wp-login-register:hover{
    font-size: 14px;
}

/* Customize tables */
.wp-list-table {
    border-collapse: collapse;
    width: 100%;
}

.wp-list-table thead th {
    background-color: #f0f0f0; 
    color: #333;
    padding: 10px;
}

.wp-list-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.wp-list-table tbody tr:hover {
    background-color: #e0e0e0;
}

/* Style dropdowns */
.wp-admin select {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
}

/* Customize form fields */
.wp-admin input[type="text"],
.wp-admin input[type="email"],
.wp-admin textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}

/* Increase padding and font size of admin sidebar menu items */
#adminmenu li a {
    border-bottom: 1px dotted #FFF;
}

.welcome-panel-content{
    display:none !important;
}

#e-admin-top-bar-root .e-admin-top-bar{
    display:none !important;
}
#wp-version-message{
    display:none !important;
}

/* Change the color of all buttons in the WordPress admin area */
.wp-core-ui .button-primary, 
.wp-core-ui .button-primary:hover, 
.wp-core-ui .button-primary:focus, 
.wp-core-ui .button-primary:active {
    background-color: #09b750;
    border-color: #09b750;
    box-shadow: none;
    color: #ffffff;
}

/* Adjust the color for "Add New" buttons */
.page-title-action, 
.add-new-h2, 
#wpbody-content .page-title-action {
    background-color: #09b750;
    border-color: #09b750;
    color: #ffffff;
}

/* Change button colors for the hover, focus, and active states */
.page-title-action:hover, 
.add-new-h2:hover, 
#wpbody-content .page-title-action:hover,
.wp-core-ui .button-primary:hover, 
.wp-core-ui .button-primary:focus, 
.wp-core-ui .button-primary:active {
    background-color: #07a246;
    border-color: #07a246;
}

/* Style for striped rows in the WordPress admin dashboard */
.wp-list-table tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.wp-list-table tbody tr:nth-child(even) {
    background-color: #e0e0e0;
}

/* Optional: Add some padding for table cells */
.wp-list-table tbody td {
    padding: 10px;
}

/* Optional: Add hover effect for table rows */
.wp-list-table tbody tr:hover {
    background-color: #d0d0d0;
}

#footer-thankyou{
    display:none !important;
}
#adminmenu .wp-menu-image:before {
    color: white !important;
}

#adminmenu .wp-menu-image img {
    opacity: 0.8;
    filter: brightness(0) invert(1);
}
#footer-left{
    display: none !important;
}

#wp-admin-bar-zip-ai-assistant{
    display:none;
}

/* Change the font in the admin area */
body, .wp-admin * {
    font-size: 16px; /* Adjust the font size as needed */
    font-weight: light 300 !important;
}
#wpadminbar a{
    font-size: 16px; /* Adjust the font size as needed */
    font-weight: 200 !important;   
}
/* Admin bar adjustments */
#wpadminbar {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.5); /* Add shadow */
}
#screen-meta-links .show-settings{
  margin-top: 15px;  
}

/* Adjust the body padding to avoid overlap with the admin bar */
body.admin-bar {
    padding-top: 10px; /* Or margin-top: 10px */
}


/* Customize the login page font */
.login h1 a, .login form, .login p {
    font-size: 13px; /* Adjust the font size as needed */
}

/* Adjust font size of admin menu items */
#adminmenu a {
    font-size: 13px; /* Adjust font size */
}
#wpadminbar .ab-empty-item, #wpadminbar a.ab-item, #wpadminbar>#wp-toolbar span.ab-label, #wpadminbar>#wp-toolbar span.noticon,#wpadminbar * {
    font-size: 13px; /* Adjust the font size as needed */
}


#wpadminbar .quicklinks .menupop ul li .ab-item, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li .ab-item, #wpadminbar .shortlink-input, #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item{
    border-bottom: 1px dotted #FFF;
    padding-bottom: 10px;
}
/* Adjust the updates badge position */
#wpadminbar .ab-label {
    line-height: 1.5; /* Adjust line-height for centering */
    padding: 0 6px; /* Adjust padding as needed */
}

#wpadminbar .ab-item .update-plugins {
    top: 6px; /* Adjust top position as needed */
    right: 12px; /* Adjust right position as needed */
}
/* Adjust the updates badge in the admin menu for any variable count */
#adminmenu .awaiting-mod, #adminmenu .menu-counter, #adminmenu .update-plugins {
    line-height: 1.2; /* Ensure vertical centering */
}

