/*
 Theme Name:   Superio Child
 Theme URI:    https://themeforest.net/item/superio-job-board-wordpress-theme/32180231
 Description:  Superio Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     superio
 Version:      1.0.0
 Text Domain:  superio-child
*/
/* HR Dashboard Menu Item Styling */
.user_short_profile .hr-dashboard-menu-item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
}

.user_short_profile .hr-dashboard-menu-item button {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background-color: #1967D2;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    text-align: left;
    transition: background-color 0.3s ease;
}

.user_short_profile .hr-dashboard-menu-item button:hover {
    background-color: #1452a8;
}

/* Fix mobile horizontal scroll issue */
html,
body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Hide notification bell on mobile */
@media (max-width: 768px) {
    .header-mobile .message-top {
        display: none !important;
    }
}

/* Fix footer spacing for logged-in users on mobile */
@media (max-width: 768px) {
    .header-mobile .message-top {
        display: flex;
        align-items: center;
        height: auto;
    }

    .header-mobile .message-notification {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 24px;
        line-height: 1;
        vertical-align: middle;
    }

    .header-mobile .message-notification i {
        font-size: 20px;
        display: block;
        line-height: 1;
    }
}

/* Fix job filter sidebar compression on mobile */
@media (max-width: 1024px) {
    .sidebar-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .sidebar-wrapper .widget {
        width: 100% !important;
        padding: 15px !important;
    }

    .sidebar-wrapper .filter-listing-form,
    .sidebar-wrapper .filter-listing-form .main-inner,
    .sidebar-wrapper .filter-listing-form .content-main-inner {
        width: 100% !important;
    }

    .sidebar-wrapper .form-group {
        width: 100% !important;
    }

    .sidebar-wrapper .widget-job-search-form {
        width: 100% !important;
    }
}