.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;
} html,
body {
overflow-x: hidden !important;
width: 100% !important;
max-width: 100% !important;
} @media (max-width: 768px) {
.header-mobile .message-top {
display: none !important;
}
} @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;
}
} @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;
}
}