* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
}

.alu_crm_login_body {
  background: linear-gradient(to top right, white 60%, #F26E25 60%);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.alu_crm_login_container {
  background: white;
  padding: 20px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 420px;
  text-align: center;
}

.alu_crm_login_container h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.alu_crm_google_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 20px;
  width: 100%;
}

.alu_crm_google_btn img {
  width: 20px;
  margin-right: 10px;
}

.alu_crm_divider {
  margin: 20px 0;
  text-align: center;
  position: relative;
}

.alu_crm_divider::before,
.alu_crm_divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 45%;
  height: 1px;
  background: #ccc;
}

.alu_crm_divider::before {
  left: 0;
}

.alu_crm_divider::after {
  right: 0;
}

.alu_crm_divider span {
  background: white;
  padding: 0 10px;
  color: #666;
  font-size: 14px;
}

.alu_crm_input_group {
  text-align: left;
  margin-bottom: 20px;
}

.alu_crm_input_group label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.alu_crm_forgot_pass {
  text-align: right;
  margin-top: -15px;
  margin-bottom: 20px;
}

.alu_crm_forgot_pass a {
  font-size: 13px;
  color: #F26E25;
  text-decoration: none;
}

.alu_crm_login_btn,
.alu_crm_submit_btn {
  background: black;
  color: white;
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 15px;
}

.alu_crm_sso_link {
  margin-top: 15px;
  font-size: 14px;
  color: black;
  text-decoration: none;
  display: block;
}

.alu_crm_footer_signup,
.alu_crm_back_to_login {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

.alu_crm_footer_signup a,
.alu_crm_back_to_login a {
  color: #F26E25;
  font-weight: 600;
  text-decoration: none;
}

.alu_crm_logo img {
  width: 60px;
  margin-bottom: 15px;
}

.alu_crm_email_sent {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}

.alu_crm_email {
  font-weight: 600;
  color: #F26E25;
  margin-bottom: 25px;
  word-break: break-all;
}

.alu_crm_otp_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.alu_crm_otp_input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}

.alu_crm_otp_input:focus {
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  outline: none;
}

.alu_crm_resend_link {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}

.alu_crm_resend_btn {
  background: none;
  border: none;
  color: #F26E25;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.alu_crm_password_rules {
  color: #666;
  font-size: 12px;
  margin-top: 5px;
  text-align: left;
}

.alu_crm_strength_meter {
  height: 4px;
  background: #eee;
  margin-top: 5px;
  border-radius: 2px;
  overflow: hidden;
}

.alu_crm_strength_indicator {
  height: 100%;
  width: 0%;
  background: #F26E25;
  transition: width 0.3s, background 0.3s;
}

.alu_crm_login_container .form-control {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: border-color 0.3s ease;
}

.alu_crm_login_container .form-control:focus {
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  outline: none;
}

.alu_crm_password_toggle {
  position: absolute;
  right: 10px;
  top: 7px;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
}




/* Dashboard css start */

:root {
  --aul_hrm_primary_color: #F26E25;
  --aul_hrm_white_color: #FFFFFF;
  --aul_hrm_black_color: #000000;
  --aul_hrm_sidebar_bg: #2c3e50;
  --aul_hrm_sidebar_text: #ecf0f1;
  --aul_hrm_sidebar_active: var(--aul_hrm_primary_color);
  --aul_hrm_header_bg: #f8f9fa;
  --aul_hrm_card_bg: var(--aul_hrm_white_color);
  --aul_hrm_primary_text: #2c3e50;
  --aul_hrm_secondary_text: #7f8c8d;
  --aul_hrm_present_color: #2ecc71;
  --aul_hrm_absent_color: #e74c3c;
  --aul_hrm_leave_color: #f39c12;
  --aul_hrm_chart_color_1: #3498db;
  --aul_hrm_chart_color_2: #9b59b6;
  --aul_hrm_chart_color_3: #1abc9c;
}

body {
  background-color: #f5f6fa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.aul_hrm_top_navbar {
  background-color: var(--aul_hrm_white_color);
  height: 60px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: fixed;
  top: 0;
  right: 0;
  left: 250px;
  z-index: 99;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.aul_hrm_top_navbar.aul_hrm_active {
  left: 0;
}

.aul_hrm_top_navbar.aul_hrm_expanded {
  left: 70px;
}

.aul_hrm_top_navbar .aul_hrm_search_box {
  flex-grow: 1;
  max-width: 500px;
  margin-left: 20px;
}

.aul_hrm_top_navbar .aul_hrm_search_box input {
  width: 100%;
  padding: 8px 15px;
  border-radius: 20px;
  border: 1px solid #ddd;
}

.aul_hrm_user_menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.aul_hrm_fullscreen_toggle {
  margin-right: 20px;
  cursor: pointer;
  font-size: 18px;
  color: var(--aul_hrm_primary_text);
  transition: all 0.3s;
}


.aul_hrm_user_profile {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.aul_hrm_user_profile img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
}

.aul_hrm_profile_dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--aul_hrm_white_color);
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  width: 280px;
  z-index: 1000;
  display: none;
  margin-top: 10px;
  overflow: hidden;
}

.aul_hrm_profile_dropdown.aul_hrm_active {
  display: block;
}

.aul_hrm_profile_header {
  padding: 20px;
  background-color: var(--aul_hrm_primary_color);
  color: white;
  text-align: center;
}

.aul_hrm_profile_header img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 3px solid rgba(255,255,255,0.3);
}

.aul_hrm_profile_header h4 {
  margin: 5px 0;
  font-weight: 600;
}

.aul_hrm_profile_header p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
}

.aul_hrm_profile_body {
  padding: 15px;
}

.aul_hrm_profile_item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: var(--aul_hrm_primary_text);
  text-decoration: none;
  transition: all 0.3s;
}

.aul_hrm_profile_item:hover {
  background-color: #f8f9fa;
}

.aul_hrm_profile_item i {
  width: 20px;
  margin-right: 15px;
  color: var(--aul_hrm_primary_color);
}

.aul_hrm_profile_divider {
  height: 1px;
  background-color: #eee;
  margin: 5px 0;
}

.aul_hrm_profile_footer {
  padding: 10px;
  text-align: center;
  border-top: 1px solid #eee;
}

.aul_hrm_profile_footer .btn {
  padding: 5px 15px;
  font-size: 12px;
}

.aul_hrm_sidebar {
  width: 250px;
  background-color: black;
  color: var(--aul_hrm_sidebar_text);
  height: 100vh;
  padding: 20px 0;
  position: fixed;
  z-index: 100;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}

.aul_hrm_sidebar.aul_hrm_collapsed {
  width: 70px;
  overflow: hidden;
}

.aul_hrm_sidebar.aul_hrm_collapsed:hover {
  width: 250px;
  overflow: visible;
}

.aul_hrm_sidebar.aul_hrm_collapsed:hover .aul_hrm_logo {
  padding: 0 20px 20px;
  text-align: left;
}

.aul_hrm_sidebar.aul_hrm_collapsed:hover .aul_hrm_logo span {
  display: inline;
}

.aul_hrm_sidebar.aul_hrm_collapsed:hover .aul_hrm_menu h3,
.aul_hrm_sidebar.aul_hrm_collapsed:hover .aul_hrm_menu li span,
.aul_hrm_sidebar.aul_hrm_collapsed:hover .aul_hrm_search_box {
  display: block;
}

.aul_hrm_sidebar.aul_hrm_collapsed:hover .aul_hrm_menu li {
  justify-content: flex-start;
  padding: 12px 20px;
}

.aul_hrm_sidebar.aul_hrm_collapsed:hover .aul_hrm_menu li i {
  margin-right: 10px;
  font-size: inherit;
}

.aul_hrm_sidebar.aul_hrm_collapsed .aul_hrm_logo {
  padding: 0 15px 20px;
  text-align: center;
}

.aul_hrm_sidebar.aul_hrm_collapsed .aul_hrm_logo span {
  display: none;
}

.aul_hrm_sidebar.aul_hrm_collapsed .aul_hrm_sidebar_toggle i {
  transform: rotate(180deg);
}

.aul_hrm_sidebar.aul_hrm_collapsed .aul_hrm_menu h3,
.aul_hrm_sidebar.aul_hrm_collapsed .aul_hrm_menu li span,
.aul_hrm_sidebar.aul_hrm_collapsed .aul_hrm_search_box {
  display: none;
}

.aul_hrm_sidebar.aul_hrm_collapsed .aul_hrm_menu li {
  justify-content: center;
  padding: 12px 0;
}

.aul_hrm_sidebar.aul_hrm_collapsed .aul_hrm_menu li i {
  margin-right: 0;
  font-size: 18px;
}

.aul_hrm_menu_toggle {
  display: none;
  top: 15px;
  left: 15px;
  z-index: 101;
  background: var(--aul_hrm_primary_color);
  color: white;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.aul_hrm_logo {
  padding: 0 20px 20px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 20px;
  color: var(--aul_hrm_white_color);
  position: relative;
}

.aul_hrm_sidebar_toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
  z-index: 101;
  background: var(--aul_hrm_primary_color);
  color: white;
  border: none;
  padding: 10px;
  border-radius: 4px;
}

.aul_hrm_search_box {
  padding: 0 20px;
  margin-bottom: 30px;
}

.aul_hrm_search_box input {
  width: 100%;
  padding: 8px 15px;
  border-radius: 20px;
  border: none;
  background-color: rgba(255,255,255,0.1);
  color: white;
}

.aul_hrm_search_box input::placeholder {
  color: rgba(255,255,255,0.5);
}

.aul_hrm_menu {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 20px;
}

.aul_hrm_menu h3 {
  padding: 10px 20px;
  color: var(--aul_hrm_sidebar_text);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}

.aul_hrm_menu ul {
  list-style: none;
  padding-left: 0;
}

.aul_hrm_menu li {
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  position: relative;
}

.aul_hrm_menu li i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.aul_hrm_menu li:hover {
  background-color: rgba(255,255,255,0.1);
}

.aul_hrm_menu li.aul_hrm_active {
  background-color: var(--aul_hrm_sidebar_active);
}

.aul_hrm_dropdown_container {
  position: relative;
  width: 100%;
}

.aul_hrm_dropdown_trigger {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.aul_hrm_dropdown_trigger:hover {
  background-color: rgba(255,255,255,0.1);
}

.aul_hrm_dropdown_trigger.aul_hrm_active {
  background-color: var(--aul_hrm_sidebar_active);
}

.aul_hrm_dropdown_trigger i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.aul_hrm_dropdown_trigger::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
}

.aul_hrm_dropdown_trigger.aul_hrm_active::after {
  transform: rotate(180deg);
}

.aul_hrm_dropdown_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0.2);
}

.aul_hrm_dropdown_content.aul_hrm_active {
  max-height: 500px;
}

.aul_hrm_dropdown_item {
  display: flex;
  align-items: center;
  padding: 8px 20px 8px 40px;
  cursor: pointer;
  transition: all 0.3s;
  color: white;
}

.aul_hrm_dropdown_item i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.aul_hrm_dropdown_item:hover {
  background-color: rgba(255,255,255,0.1);
}

.aul_hrm_main_content {
  margin-left: 250px;
  padding: 20px;
  transition: all 0.3s ease;
  margin-top: 60px;
}

.aul_hrm_main_content.aul_hrm_expanded {
  margin-left: 70px;
}

.aul_hrm_stat_card {
  background-color: var(--aul_hrm_card_bg);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 15px;
  border-left: 4px solid var(--aul_hrm_primary_color);
}

.aul_hrm_stat_card h3 {
  color: var(--aul_hrm_secondary_text);
  font-size: 14px;
  margin-bottom: 10px;
}

.aul_hrm_stat_card p {
  color: var(--aul_hrm_primary_text);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.aul_hrm_chart_card {
  background-color: var(--aul_hrm_card_bg);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 20px;
  height: 100%;
}

.aul_hrm_chart_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.aul_hrm_chart_header h3 {
  color: var(--aul_hrm_primary_text);
  margin-bottom: 0;
}

.aul_hrm_chart_percentages {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.aul_hrm_percentage {
  text-align: center;
  min-width: 80px;
}

.aul_hrm_percentage_value {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.aul_hrm_percentage_label {
  font-size: 12px;
  color: var(--aul_hrm_secondary_text);
}

.aul_hrm_departments {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.aul_hrm_department {
  text-align: center;
  font-size: 12px;
  color: var(--aul_hrm_secondary_text);
  min-width: 80px;
}

.aul_hrm_leave_list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.aul_hrm_leave_item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.aul_hrm_leave_item:last-child {
  border-bottom: none;
}

.aul_hrm_employee_name {
  font-weight: bold;
  color: var(--aul_hrm_primary_text);
  margin-bottom: 5px;
}

.aul_hrm_leave_status {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 5px;
}

.aul_hrm_pending {
  background-color: #f8f9fa;
  color: var(--aul_hrm_secondary_text);
  border: 1px solid #ddd;
}

.aul_hrm_approved {
  background-color: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
}

.aul_hrm_see_all {
  text-align: right;
  margin-top: 15px;
}

.aul_hrm_see_all a {
  color: var(--aul_hrm_primary_color);
  text-decoration: none;
  font-size: 14px;
}

.aul_hrm_chart_bars {
  display: flex;
  align-items: flex-end;
  height: 150px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.aul_hrm_bar_container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-width: 60px;
}

.aul_hrm_bars {
  display: flex;
  height: 100%;
  width: 80%;
  justify-content: space-between;
  align-items: flex-end;
}

.aul_hrm_bar {
  width: 30%;
  border-radius: 4px 4px 0 0;
}

.aul_hrm_bar_leave {
  background-color: var(--aul_hrm_leave_color);
  height: 12%;
}

.aul_hrm_bar_present {
  background-color: var(--aul_hrm_present_color);
  height: 90%;
}

.aul_hrm_bar_absent {
  background-color: var(--aul_hrm_absent_color);
  height: 60%;
}

.aul_hrm_notice_board {
  background-color: var(--aul_hrm_card_bg);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 20px;
  height: 100%;
}

.aul_hrm_notice_item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.aul_hrm_notice_item:last-child {
  border-bottom: none;
}

.aul_hrm_notice_title {
  font-weight: bold;
  color: var(--aul_hrm_primary_text);
  margin-bottom: 5px;
}

.aul_hrm_notice_category {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  background-color: var(--aul_hrm_primary_color);
  color: white;
  margin-right: 8px;
}

.aul_hrm_notice_date {
  font-size: 12px;
  color: var(--aul_hrm_secondary_text);
}

.aul_hrm_admin_menu {
  padding: 15px 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 20px;
}

.aul_hrm_admin_menu_item {
  display: flex;
  align-items: center;
  padding: 8px 0;
  cursor: pointer;
}

.aul_hrm_admin_menu_item i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.aul_hrm_admin_menu_item:hover {
  color: var(--aul_hrm_primary_color);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--aul_hrm_primary_color);
  border-radius: 10px;
}

.aul_hrm_menu::-webkit-scrollbar {
  width: 5px;
}

.aul_hrm_menu::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.1);
}

.aul_hrm_menu::-webkit-scrollbar-thumb {
  background: var(--aul_hrm_primary_color);
  border-radius: 10px;
}

.aul_hrm_cache_clear {
  background: #F8FAF8;
  padding: 10px;
  border-radius: 10px;
}

.aul_hrm_cache_clear_link {
  color: #000000;
  text-decoration: none;
}

.aul_hrm_mr_2 {
  margin-right: 0.5rem;
}

@media (max-width: 991.98px) {
  .aul_hrm_sidebar {
      transform: translateX(-100%);
  }
  
  .aul_hrm_sidebar.aul_hrm_active {
      transform: translateX(0);
  }
  
  .aul_hrm_sidebar.aul_hrm_collapsed {
      transform: translateX(-100%);
  }
  
  .aul_hrm_sidebar.aul_hrm_collapsed:hover {
      width: 70px;
      transform: translateX(-100%);
  }
  
  .aul_hrm_main_content {
      margin-left: 0;
  }
  
  .aul_hrm_main_content.aul_hrm_expanded {
      margin-left: 0;
  }
  
  .aul_hrm_top_navbar {
      left: 0;
  }
  
  .aul_hrm_top_navbar.aul_hrm_expanded {
      left: 0;
  }
  
  .aul_hrm_menu_toggle {
      display: block;
  }
  
  .aul_hrm_sidebar_toggle {
      display: none;
  }
}

@media (max-width: 767.98px) {
  .aul_hrm_chart_bars {
      height: 120px;
  }
  
  .aul_hrm_department {
      font-size: 10px;
      min-width: 50px;
  }
  
  .aul_hrm_percentage {
      min-width: 60px;
  }
  
  .aul_hrm_top_navbar .aul_hrm_search_box {
      display: none;
  }
  
  .aul_hrm_profile_dropdown {
      width: 260px;
      right: -20px;
  }
}

@media (max-width: 575.98px) {
  .aul_hrm_chart_header h3 {
      font-size: 16px;
  }
  
  .aul_hrm_leave_item {
      padding: 10px 0;
  }
  
  .aul_hrm_employee_name {
      font-size: 14px;
  }
  
  .aul_hrm_stat_card p {
      font-size: 20px;
  }
  
  .aul_hrm_user_profile span {
      display: none;
  }
  
  .aul_hrm_profile_dropdown {
      width: 240px;
      right: -40px;
  }
}

.aul_hrm_dropdown_item:focus, .aul_hrm_dropdown_item:hover {
  color: #ffffff;
  text-decoration: none;
}

/* End css start */




/* // <!-- Fatima css  Start --> */



.alu_f_hrm-card{
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.alu_f_hrm-edit-btn, .alu_f_hrm-delete-btn {
  padding: 5px 10px;
}
.alu_f_hrm-action-buttons .alu_f_hrm-action-btn {
  margin-right: 5px;
}
.alu_f_hrm-status-badge {
    padding: 4px 10px;
    font-size: 12px;
}

.alu_f_hrm-badge-success {
background-color: #28a745; /* Green for Active */
}

.alu_f_hrm-badge-danger {
background-color: #dc3545; /* Red for Inactive */
}

.alu_f_hrm-table .alu_f_hrm-table-cell, .alu_f_hrm-table .alu_f_hrm-table-header {
  vertical-align: middle;
}
.alu_f_hrm-pagination .alu_f_hrm-page-item.active .alu_f_hrm-page-link {
  background-color: #e95e00;
  border-color: #e95e00;
}
.alu_f_hrm-table .alu_f_hrm-table-header {
  white-space: nowrap;
  background-color: transparent !important; /* Removed column header color */
}
.alu_f_hrm-table .alu_f_hrm-table-cell, .alu_f_hrm-table .alu_f_hrm-table-header {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.alu_f_hrm-action-btn.btn-sm i {
  margin-right: 4px;
}
.alu_f_hrm-table-body .alu_f_hrm-table-row:hover {
  background-color: #f1f1f1 !important; /* Highlight row on hover */
}

/* Responsive table wrapper */
.alu_f_hrm-table-responsive {
overflow-x: auto;
}

/* Adjust modal form spacing on small screens */
@media (max-width: 575.98px) {
.alu_f_hrm-table .alu_f_hrm-table-header {
display: none;
}

.alu_f_hrm-table-body, .alu_f_hrm-table-row, .alu_f_hrm-table-cell {
display: block;
width: 100%;
}

.alu_f_hrm-table-body .alu_f_hrm-table-row {
margin-bottom: 1rem;
border: 1px solid #dee2e6;
border-radius: 5px;
padding: 0.75rem;
background: #fff;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.alu_f_hrm-table-cell {
padding: 0.5rem 0;
position: relative;
text-align: left;
border: none;
}

.alu_f_hrm-table-cell::before {
content: attr(data-label);
font-weight: bold;
display: block;
color: #6c757d;
margin-bottom: 3px;
}

.alu_f_hrm-action-buttons {
display: flex;
gap: 10px;
}
}
@media (min-width: 768px) {
  .alu_f_hrm-modal-dialog {
    max-width: 1000px; /* Adjusted modal width */
  }
}



.alu_f_hrm-modal-btn-close{
  background-color: black;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}


/* // <!-- Fatima css  End --> */




.aul_hrm_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.aul_hrm_modal_content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 800px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.aul_hrm_modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.aul_hrm_modal_header h2 {
  font-size: 20px;
  color: #333;
  margin: 0;
}

.aul_hrm_modal_close {
  font-size: 24px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.aul_hrm_modal_close:hover {
  color: #333;
}

.aul_hrm_modal_body p {
  margin-bottom: 20px;
}

.aul_hrm_file_upload {
  margin-bottom: 20px;
}

.aul_hrm_file_upload input[type="file"] {
  display: none;
}

.aul_hrm_file_upload label {
  background-color: black;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  transition: background-color 0.3s;
}

.aul_hrm_file_upload label:hover {
  background-color: #000000da;
}

.aul_hrm_modal_footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.aul_hrm_btn_close {
  background-color: black;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.aul_hrm_btn_close:hover {
  background-color: #000000d8;
}

.aul_hrm_btn_orange {
  background-color: #F26E25;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 15px !important;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.aul_hrm_btn_orange:hover {
  background-color: #e05e1f;
}

/* Error styling */
.aul_hrm_error {
  border-color: #e74c3c !important;
}

.aul_hrm_error_message {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.aul_hrm_btn_black {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 15px !important;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #F26E25;
  outline: 0;
  box-shadow: none;
}

.btn:hover {
  color: #ffffff;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

tr:nth-child(even) {
  background-color: #dddddd;
}


.custom-select:focus {
  border-color: #f26e25;
  outline: 0;
  box-shadow: none;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.aul_hrm_menu li.aul_hrm_active {
background-color: #F26E25 !important;
    color: white !important;
}

.aul_hrm_menu li:hover {
  background-color: #fee7db;
  color: #F26E25;
}

.aul_hrm_dropdown_trigger.aul_hrm_active {
  background-color: #fee7db;
  color: #F26E25;
}

.aul_hrm_dropdown_trigger:hover {
  background-color: #fee7db;
  color: #F26E25;
}

.aul_hrm_dropdown_item:hover {

  background-color: #fee7db;
  color: #F26E25 !important;
}

.aul_hrm_sidebar .aul_hrm_menu a {
    color: inherit;
    text-decoration: none;
}