@charset "UTF-8";
* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
}

@font-face {
  font-family: "Urbanist";
  src: url(../font/Urbanist-Regular.ttf);
}
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Urbanist", sans-serif;
  background: #f0f1f6;
}

.tablewrapper-data table {
  width: 100% !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

body.noscroll {
  overflow: hidden;
}

.active-popup {
  display: flex !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
}

.main-content {
  flex: 1;
  padding: 20px;
}
.main-content .topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0 20px;
  min-height: 56px;
  margin-bottom: 16px;
  border-radius: 8px;
  position: relative;
  border: 1px solid #f0f0f0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  gap: 16px;
}
.main-content .topbar .company-name-heading {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.88);
  margin: 0;
  line-height: 1.5;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-content .topbar .topbar-left {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
}
.main-content .topbar .topbar-divider {
  width: 1px;
  height: 24px;
  background: #f0f0f0;
  margin: 0 20px;
  flex-shrink: 0;
}
.main-content .topbar .office-switcher {
  position: relative;
}
.main-content .topbar .office-switcher__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 4px 11px;
  min-height: 32px;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.main-content .topbar .office-switcher__trigger:hover {
  border-color: #ff5e2e;
}
.main-content .topbar .office-switcher__icon {
  background: transparent;
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.main-content .topbar .office-switcher__icon i {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.main-content .topbar .office-switcher__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.main-content .topbar .office-switcher__label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.2;
}
.main-content .topbar .office-switcher__value {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.88);
  line-height: 1.4;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-content .topbar .office-switcher__chevron {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  margin-left: 4px;
  transition: transform 0.2s;
}
.main-content .topbar .office-switcher__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 360px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  overflow: hidden;
  padding: 4px;
}
.main-content .topbar .office-switcher__list {
  max-height: 256px;
  overflow-y: auto;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
}
.main-content .topbar .office-switcher__item {
  padding: 8px 12px;
  border-bottom: none;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s;
  margin-bottom: 2px;
}
.main-content .topbar .office-switcher__item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.main-content .topbar .office-switcher__item--selected {
  background: #fff2e8;
  color: #ff5e2e;
}
.main-content .topbar .office-switcher__item--selected .office-switcher__item-name {
  color: #ff5e2e;
}
.main-content .topbar .office-switcher__item-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.main-content .topbar .office-switcher__item-name {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
  line-height: 1.5;
}
.main-content .topbar .office-switcher__item-address {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.5;
  display: block;
  margin-top: 2px;
}
.main-content .topbar .office-switcher__location-icon {
  padding-right: 4px;
  font-size: 11px;
}
.main-content .topbar .office-switcher__badge {
  background: #fff7e6;
  color: #d46b08;
  padding: 0 7px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #ffd591;
  flex-shrink: 0;
}
.main-content .topbar .office-switcher__footer {
  padding: 8px;
  border-top: 1px solid #f0f0f0;
  background: #fff;
  margin-top: 4px;
}
.main-content .topbar .office-switcher__add {
  color: #ff5e2e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 12px;
  border-radius: 6px;
  transition: background 0.2s;
}
.main-content .topbar .office-switcher__add:hover {
  background: rgba(0, 0, 0, 0.04);
}
.main-content .top-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  flex-shrink: 0;
  position: relative;
}
.main-content .user-menu {
  position: relative;
}
.main-content .user-menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px 4px 4px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
  border: 1px solid transparent;
}
.main-content .user-menu-trigger:hover {
  background: rgba(0, 0, 0, 0.04);
}
.main-content .user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #f0f0f0;
  display: block;
}
.main-content .user-menu-chevron {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 1;
}
.main-content .header-icons {
  cursor: pointer;
  position: relative;
}
.main-content .dropdown-header {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12);
  border: 1px solid #f0f0f0;
  width: 160px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s, max-height 0.2s, padding 0.2s;
  z-index: 1050;
  padding: 0;
}
.main-content .dropdown-header .menu-list {
  list-style: none;
  margin: 0;
  padding: 4px;
}
.main-content .dropdown-header .menu-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.88);
  cursor: pointer;
  transition: background 0.2s;
  line-height: 22px;
  min-height: 32px;
}
.main-content .dropdown-header .menu-list li:hover {
  background: rgba(0, 0, 0, 0.04);
}
.main-content .dropdown-header .menu-list li i {
  font-size: 14px;
  width: 14px;
  text-align: center;
}
.main-content .dropdown-header .menu-list li .red-infor {
  color: #ff4d4f;
}
.main-content .dropdown-header .menu-list .red-items {
  color: #ff4d4f;
}
.main-content .dropdown-header .menu-list .red-items:hover {
  background: #fff1f0;
}
.main-content .dropdown-header.toggle-active {
  max-height: 120px;
  opacity: 1;
  padding: 0;
  z-index: 999999;
}
.main-content .userDropdownwidth {
  width: 160px;
}
.main-content .user-icons {
  display: contents;
}
.main-content .breadcrumb {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.main-content .breadcrumb a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.2s;
}
.main-content .breadcrumb a:hover {
  color: #ff5e2e;
}
.main-content .breadcrumb span {
  color: rgba(0, 0, 0, 0.25);
}
.main-content .breadcrumb .active {
  color: rgba(0, 0, 0, 0.88);
  font-weight: 400;
}
.main-content .search-info {
  padding: 8px 16px;
  width: 350px;
  position: relative;
  display: flex;
}
.main-content .search-icon {
  position: absolute;
  color: #b3b3b3;
  left: 0px;
}
.main-content .search {
  border: none;
  outline: none;
  color: #b3b3b3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-left: 8px;
  width: 100%;
}
.main-content .fa-sort-desc:before {
  vertical-align: super;
  color: #b3b3b3;
}
.main-content .fa-sort-down:before {
  vertical-align: super;
  color: #b3b3b3;
}
.main-content .profile-icon {
  font-size: 18px;
  color: #697a8d;
}
.main-content .bill-icon {
  position: relative;
}
.main-content .notification {
  width: 18px;
  height: 18px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  position: absolute;
  background-color: #ff5e2e;
  border-radius: 50%;
  top: -9px;
  right: -8px;
}
.main-content .leave-tab-container {
  width: 500px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.main-content .leave-tab-buttons {
  display: flex;
  border: 1px solid #ddd;
  background: #f2f2f2;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.main-content .leave-tab-btn {
  flex: 1;
  padding: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1.592px;
}
.main-content .leave-tab-btn.active {
  color: #fff;
  border-radius: 8px;
  background: #f25822;
}
.main-content .leave-tab-panel {
  display: none;
}
.main-content .leave-tab-panel.active {
  display: block;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 100%;
  max-height: 400px;
}
.main-content .notif {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.main-content .notif .image-icons {
  border-radius: 50%;
  border: 1px solid #eee;
  padding: 12px;
}
.main-content .notif .content {
  flex: 1;
}
.main-content .notif .content strong {
  overflow: hidden;
  color: #212121;
  text-overflow: ellipsis;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  display: block;
  margin-bottom: 4px;
}
.main-content .notif .content p {
  margin: 0;
  color: #666;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2px;
  margin-bottom: 4px;
}
.main-content .notif .time {
  color: #b3b3b3;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2px;
}
.main-content .date-label {
  text-align: center;
  color: #b3b3b3;
  font-size: 13px;
  margin: 10px 0;
  position: relative;
}
.main-content .date-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #eee;
  z-index: -1;
}
.main-content .date-label span {
  background: #fff;
  padding: 0 10px;
}
.main-content .status-tag {
  display: inline-block;
  padding: 7px 14px;
  color: #fff;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border-radius: 63px;
  border: 1px solid #f2f2f2;
}
.main-content .approved {
  background: #3cab88;
}
.main-content .declined {
  background: #c62828;
}
.main-content .panding {
  background-color: #FF8F00;
}
.main-content .notes {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 4px;
}
.main-content .leave-card-container {
  margin-bottom: 20px;
}
.main-content .leave-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.main-content .leave-card-profile {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
.main-content .leave-card-profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content .leave-card-info h3 {
  margin: 0;
  overflow: hidden;
  color: #212121;
  text-overflow: ellipsis;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.main-content .leave-card-info p {
  margin: 0;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2px;
}
.main-content .leave-card-details {
  background: #f2f2f2;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 12px;
  color: #000;
  text-align: center;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2px;
}
.main-content .leave-card-details .time-section {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  flex-wrap: wrap;
  gap: 10px;
}
.main-content .leave-card-details .time-section .time-block {
  flex: 1;
  min-width: 230px;
}
.main-content .leave-card-details .time-section .time-block p {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 5px;
}
.main-content .leave-card-details .time-section .time-block .times {
  display: flex;
  justify-content: space-between;
  background: #f9fafb;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.main-content .leave-card-details .time-section .time-block .times span {
  font-size: 14px;
  color: #111827;
}
.main-content .leave-card-details .time-section .time-block .times.requested {
  background: #eef6ff;
  border-color: #bfdbfe;
}
.main-content .attend-leave {
  margin-top: 16px;
}
.main-content .leave-card-notes {
  margin-bottom: 20px;
}
.main-content .leave-card-notes p {
  padding-top: 10px;
}
.main-content .leave-card-attachment {
  padding: 14px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #f2f2f2;
}
.main-content .leave-card-attachment a {
  text-decoration: none;
  overflow: hidden;
  color: #212121;
  text-overflow: ellipsis;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  flex: 1;
}
.main-content .attach-info {
  margin-bottom: 0px;
}
.main-content .leave-card-attachment-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.main-content .leave-card-download {
  font-size: 16px;
  cursor: pointer;
}
.main-content .leave-card-applied-date {
  color: #666;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}
.main-content .leaves-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-content .leaves-section .leave-card-applied-date {
  color: #666;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}
.main-content .leaves-section .leave-card-actions {
  display: flex;
  gap: 8px;
}
.main-content .leaves-section .leave-card-actions button {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
}
.main-content .leaves-section .leave-card-approve {
  border: 1px solid #949494 !important;
  background: #FFF;
  color: #000;
}

.countlable {
  background: #ff5e2e;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
}

.main-content .bread-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main-content .bread-info .emplo-wrap {
  padding-bottom: 0px;
}
.main-content .bread-info .add-btn {
  background-color: #f25822;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.408px;
  z-index: 999;
  position: sticky;
}
.main-content .bread-info .add-btn .plus {
  font-size: 18px;
  margin-right: 8px;
  font-weight: bold;
}
.main-content .bread-info .create-menu {
  display: none;
  position: absolute;
  top: 176px;
  right: 18px;
  overflow: hidden;
  z-index: 1000;
  max-width: 223px;
  padding: 20px;
  gap: 10px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 9.4px 0px rgba(0, 0, 0, 0.25);
}
.main-content .bread-info .create-menu .create-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.main-content .bread-info .create-menu .create-item .create-icon img {
  width: 24px;
}
.main-content .bread-info .create-menu .create-item a {
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-content .bread-info .create-menu .imag-iconse {
  border-top: 1px solid #CCC;
  padding-top: 10px;
  margin-top: 10px;
}
.main-content .bread-info .info-button {
  border-radius: 6px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.main-content .bread-info .info-button a {
  color: #000;
}
.main-content .breadcrumb-container {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.main-content .breadcrumb-container .breadcrumb {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.main-content .breadcrumb-container a {
  color: rgba(0, 0, 0, 0.6);
}
.main-content .breadcrumb-container span {
  margin: 0 5px;
}
.main-content .breadcrumb-container .current {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.main-content .breadcrumb-container h2 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main-content .card-content {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.main-content .card-emplye {
  box-shadow: none;
  padding: 20px 0px;
}
.main-content .attendance-date {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  background: #fff;
  cursor: pointer;
}
.main-content .attendance-date input {
  border: none;
  outline: none;
}
.main-content .attendance-card-group {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.main-content .attendance-card {
  flex: 1 1 23%;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.main-content .attendance-card a {
  color: #000;
}
.main-content .attendance-card.not-clocked {
  border-color: #f54336;
}
.main-content .attendance-card.leave {
  border-color: #607d8a;
}
.main-content .attendance-card.clock-in {
  border-color: #1a96f0;
}
.main-content .attendance-card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.main-content .card-leave {
  color: #000;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.18px;
}
.main-content .arrow-card i {
  font-size: 20px;
}
.main-content .attendance-card-avatars {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.main-content .attendance-card-avatars img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
}
.main-content .attendance-card-avatars .avatar-fallback {
  background: #ff5e2e;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.main-content .attendance-summary {
  display: flex;
  gap: 16px;
}
.main-content .summary-card0 {
  flex: 1;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  padding: 20px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 12px;
}
.main-content .summary-card0 h3 {
  margin: 0;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
}
.main-content .summary-card0 p {
  margin: 4px 0 0 0;
  overflow: hidden;
  color: #949494;
  text-overflow: ellipsis;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.14px;
}
.main-content .summary-items {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.main-content .image-summary {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
}
.main-content .summary-positive {
  color: #3cab88;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}
.main-content .summary-negative {
  color: #c62828;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}
.main-content .total-employ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
}
.main-content .total-empl {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.18px;
}
.main-content .total-employees {
  color: #3cab88;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.18px;
}
.main-content .wh-container {
  padding: 20px;
  margin: 20px auto;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
}
.main-content .wh-container .wh-title {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.2px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-content .wh-container .wh-summary {
  color: #3cab88;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.16px;
}
.main-content .wh-container .wh-summary span {
  margin-left: 10px;
  color: #c62828;
}
.main-content .wh-container .wh-dropdown {
  font-size: 18px;
  border-radius: 63px;
  border: 1px solid #CCC;
  background: #fff;
  cursor: pointer;
  display: flex;
  padding: 10px 14px;
  align-items: center;
  outline: none;
}
.main-content .wh-container .wh-accordion {
  border-top: 1px solid #eee;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-content .wh-container .accord-info0 {
  margin-top: 0px;
}
.main-content .wh-container .attend-wrapper {
  margin-top: 0px;
}
.main-content .wh-container .wh-accordion-item {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  padding: 20px;
}
.main-content .wh-container .wh-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.main-content .wh-container .wh-accordion-header h3 {
  margin: 0;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.main-content .wh-container .wh-accordion-header .approved-sick {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 4px;
}
.main-content .wh-container .wh-accordion-header .approved-sick .sick-leave {
  overflow: hidden;
  color: #212121;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.main-content .wh-container .wh-accordion-header .approved-sick .finac-info {
  overflow: hidden;
  color: #616161;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2px;
}
.main-content .wh-container .wh-accordion-header .finace-span {
  color: #3cab88;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.16px;
  padding-left: 10px;
}
.main-content .wh-container .wh-arrow {
  transition: transform 0.3s ease;
}
.main-content .wh-container .wh-accordion-header.active .wh-arrow {
  transform: rotate(180deg);
}
.main-content .wh-container .approved-date {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.main-content .wh-container .wh-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.main-content .wh-container .wh-accordion-content .wh-no-data {
  font-size: 15px;
  margin-top: 15px;
}
.main-content .wh-container .wh-accordion-content .attendance-box {
  display: inline-flex;
  gap: 20px;
}
.main-content .wh-container .wh-accordion-content .status {
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-content .wh-container .wh-accordion-content .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.main-content .wh-container .wh-accordion-content .green {
  background-color: #28a745;
  /* green */
}
.main-content .wh-container .wh-accordion-content .red {
  background-color: #dc3545;
  /* red */
}
.main-content .wh-container .wh-accordion-content .card {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.main-content .wh-container .wh-accordion-content .card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.main-content .wh-container .wh-accordion-content .card .card-header h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #333;
}
.main-content .wh-container .wh-accordion-content .card .card-header h3::before {
  content: "⏰";
  font-size: 16px;
}
.main-content .wh-container .wh-accordion-content .card .card-header .status-badge {
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #28a745;
  color: #28a745;
  font-size: 13px;
  font-weight: 500;
  background: #e9f9ef;
}
.main-content .wh-container .wh-accordion-content .card .card-header .status-badge {
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #28a745;
  color: #28a745;
  font-size: 13px;
  font-weight: 500;
  background: #e9f9ef;
}
.main-content .wh-container .wh-accordion-content .card .card-header .status-badge {
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #28a745;
  color: #28a745;
  font-size: 13px;
  font-weight: 500;
  background: #e9f9ef;
}
.main-content .wh-container .wh-accordion-content .card .card-header {
  /* 🕓 Pending */
}
.main-content .wh-container .wh-accordion-content .card .card-header .status-badge.pending {
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #ffc107;
  /* Amber border */
  color: #856404;
  /* Dark amber text */
  font-size: 13px;
  font-weight: 500;
  background: #fff8e1;
  /* Light yellow background */
}
.main-content .wh-container .wh-accordion-content .card .card-header {
  /* ❌ Rejected */
}
.main-content .wh-container .wh-accordion-content .card .card-header .status-badge.rejected {
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #dc3545;
  /* Red border */
  color: #dc3545;
  /* Red text */
  font-size: 13px;
  font-weight: 500;
  background: #fbeaea;
  /* Light red background */
}
.main-content .wh-container .wh-accordion-content .card .times {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.main-content .wh-container .wh-accordion-content .card .times .time-block {
  text-align: left;
}
.main-content .wh-container .wh-accordion-content .card .times .time-block label {
  display: block;
  font-size: 13px;
  color: #777;
  margin-bottom: 4px;
}
.main-content .wh-container .wh-accordion-content .card .times .time-block p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.main-content .wh-container .wh-accordion-content .card .reason {
  margin-bottom: 12px;
}
.main-content .wh-container .wh-accordion-content .card .reason label {
  font-size: 13px;
  color: #777;
  display: block;
  margin-bottom: 4px;
}
.main-content .wh-container .wh-accordion-content .card .reason p {
  margin: 0;
  font-size: 14px;
  color: #333;
}
.main-content .wh-container .wh-accordion-content .card .footer {
  font-size: 12px;
  color: #999;
}
.main-content .wh-container .wh-accordion-content.open {
  max-height: 500px;
  border-top: 1px solid #e6e6e6;
  margin-top: 16px;
}
.main-content .wh-container .wh-employee-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-content .wh-container .wh-employee-item {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.main-content .wh-container .wh-employee-item a {
  width: 100%;
  display: flex;
  align-items: center;
}
.main-content .wh-container .wh-employee-item a .avatar-fallback {
  background: #ff5e2e;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-right: 15px;
}
.main-content .wh-container .wh-employee-avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.main-content .wh-container .wh-employee-info {
  flex: 1;
}
.main-content .wh-container .wh-employee-name {
  margin: 0;
  overflow: hidden;
  color: #212121;
  text-overflow: ellipsis;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.main-content .wh-container .wh-employee-role {
  margin: 2px 0 0;
  font-size: 12px;
  color: #616161;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2px;
}
.main-content .wh-container .wh-employee-hours {
  text-align: right;
  font-size: 12px;
  width: 100%;
}
.main-content .wh-container .wh-employee-hours span {
  display: block;
  color: #666;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.16px;
}
.main-content .wh-container .wh-employee-hours .wh-green {
  color: #3cab88;
}
.main-content .wh-container .wh-employee-hours .wh-red {
  color: #c62828;
}
.main-content .attend-container {
  margin-bottom: 0px;
}
.main-content .card-content .leave-tab-container {
  width: 100%;
  background: #fff;
  border-radius: none;
  padding: 0px;
  box-shadow: none;
}
.main-content .card-content .leave-tab-container .profile-emply {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.main-content .card-content .leave-tab-container .profile-emply img {
  width: 119px;
  height: 119px;
  border-radius: 119px;
}
.main-content .card-content .leave-tab-container .profile-emply p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.32px;
}
.main-content .card-content .leave-tab-container .center-avatar {
  text-align: center;
  margin-bottom: 20px;
}
.main-content .card-content .leave-tab-container .center-avatar .avatar-edit {
  font-size: 0.8rem;
  position: relative;
  bottom: 0px;
  right: 0px;
  width: -moz-max-content;
  width: max-content;
  margin: auto auto 10px;
  bottom: 0px;
  right: 0px;
  border: 2px solid #e6e6e6;
  background: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.main-content .card-content .leave-tab-container .center-avatar .avatar-edit .Avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content .card-content .leave-tab-container .center-avatar .avatar-edit .logo-book {
  border-radius: unset !important;
  padding: 10px;
}
.main-content .card-content .leave-tab-container .center-avatar .avatar-edit .img-icons {
  background-color: #f25822;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 6px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.main-content .card-content .leave-tab-container .leave-tab-panel1 {
  display: none;
}
.main-content .card-content .leave-tab-container .leave-tab-panel1.active {
  display: block;
}
.main-content .card-content .leave-tab-container .leave-scroll {
  overflow: unset;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.main-content .card-content .leave-tab-container .leave-scroll .calendar-wrapper {
  width: 100%;
  border-radius: 8px;
}
.main-content .card-content .leave-tab-container .leave-scroll .search-items {
  display: flex;
  height: 64px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #F6F6F6;
  margin-bottom: 20px;
}
.main-content .card-content .leave-tab-container .leave-scroll .search-items i {
  color: #949494;
}
.main-content .card-content .leave-tab-container .leave-scroll .search-items input {
  width: 100%;
  border: none;
  background: #F6F6F6;
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
  outline: none;
}
.main-content .card-content .leave-tab-container .calendar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  padding: 10px 0;
}
.main-content .card-content .leave-tab-container .calendar-header h2 {
  flex: 1;
  text-align: center;
  color: #f25822;
  margin: 0;
  font-size: 1.1rem;
}
.main-content .card-content .leave-tab-container .calendar-header .header-nav {
  border: none;
  background: transparent;
  font-size: 1.2rem;
  cursor: pointer;
  color: #f25822;
  width: 30px;
}
.main-content .card-content .leave-tab-container .status-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 20px;
}
.main-content .card-content .leave-tab-container .salary-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  background: #fafafa;
  margin-bottom: 16px;
}
.main-content .card-content .leave-tab-container .salary-box h3 {
  text-align: center;
  color: #000;
  margin-bottom: 15px;
  font-size: revert;
}
.main-content .card-content .leave-tab-container .salary-box .row {
  all: unset;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px !important;
}
.main-content .card-content .leave-tab-container .salary-box .row strong {
  color: #333;
}
.main-content .card-content .leave-tab-container .salary-box .row.net-salary {
  font-weight: 700;
  font-size: 17px;
  color: green;
  border-top: 1px solid #ddd;
  padding-top: 8px;
  margin-bottom: 0px;
}
.main-content .card-content .leave-tab-container .salary-box .row.row > * {
  all: unset !important;
}
.main-content .card-content .leave-tab-container .salary-box .earninglabel {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.main-content .card-content .leave-tab-container .leave-balance-container {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 20px;
  scroll-behavior: smooth;
  flex-wrap: wrap;
}
.main-content .card-content .leave-tab-container .leave-balance-container::-webkit-scrollbar {
  display: none;
}
.main-content .card-content .leave-tab-container .leave-balance-container .leave-card {
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.main-content .card-content .leave-tab-container .leave-balance-container .leave-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.main-content .card-content .leave-tab-container .leave-balance-container .leave-card p {
  font-size: 14px;
  margin: 4px 0;
}
.main-content .card-content .leave-tab-container .leave-balance-container .leave-card p span {
  font-weight: 600;
}
.main-content .card-content .leave-tab-container .leave-balance-container .leave-card p span.used {
  color: orange;
}
.main-content .card-content .leave-tab-container .leave-balance-container .leave-card p span.balance {
  color: green;
}
.main-content .card-content .leave-tab-container .status-card {
  display: flex;
  align-items: start;
  border: 1px solid transparent;
  padding: 14px;
  flex: 1 1 200px;
  gap: 14px;
  box-sizing: border-box;
  transition: box-shadow 0.3s ease;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}
.main-content .card-content .leave-tab-container .status-card .status-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.main-content .card-content .leave-tab-container .status-card .status-content p {
  margin: 0;
  color: #999;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main-content .card-content .leave-tab-container .status-card .status-content h2 {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 6px;
}
.main-content .card-content .leave-tab-container .status-card.present {
  border-color: #3cab88;
  background-color: #D9F2EA;
}
.main-content .card-content .leave-tab-container .status-card.absent {
  border: 1px solid #c62828;
  background: #FEEDE7;
}
.main-content .card-content .leave-tab-container .status-card.wfh {
  border: 1px solid #1a96f0;
  background: #EBF8FD;
}
.main-content .card-content .leave-tab-container .status-card.Credited {
  background-color: #8BC98C;
  color: #fff;
}
.main-content .card-content .leave-tab-container .status-card.Outstanding {
  background-color: #E58A8A;
  color: #fff;
}
.main-content .card-content .leave-tab-container .status-card.Net-Salary {
  background-color: #B46C8F;
  color: #fff;
}
.main-content .card-content .leave-tab-container .calendar-content {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.12);
}
.main-content .card-content .leave-tab-container .calendar-content .calender-info {
  padding: 10px;
  border-radius: 8px;
  max-width: 617px;
  margin: 20px auto;
  padding: 28px 0px;
}
.main-content .card-content .leave-tab-container .calendar-content .calender-info .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 20px;
  gap: 16px;
}
.main-content .card-content .leave-tab-container .calendar-content .calender-info .weekdays div {
  display: flex;
  width: 55px;
  height: 34px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.main-content .card-content .leave-tab-container .calendar-content .calender-info .days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}
.main-content .card-content .leave-tab-container .calendar-content .calender-info .days-grid .day {
  display: flex;
  width: 60px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
  border-radius: 4px;
  cursor: pointer;
}
.main-content .card-content .leave-tab-container .calendar-content .calender-info .days-grid .day.inactive {
  background: none;
  color: #808080;
}
.main-content .card-content .leave-tab-container .calendar-content .calender-info .days-grid .day.present-day {
  background: #D9F2EA;
  color: #000;
}
.main-content .card-content .leave-tab-container .calendar-content .calender-info .days-grid .day.absent-day {
  background: #FEEDE7;
  color: #000;
}
.main-content .card-content .leave-tab-container .calendar-content .calender-info .days-grid .day.wfh-day {
  background: #EBF8FD;
  color: #000;
}
.main-content .card-content .leave-tab-container .calendar-content .calender-info .days-grid .day.late-day {
  background: #B3E5D5;
  color: #000;
}
.main-content .card-content .leave-tab-container .calendar-content .calender-info .days-grid .day small {
  display: block;
  margin-top: 2px;
  color: #005F54;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: -0.32px;
}
.main-content .card-content .leave-tab-container .button-selery {
  display: flex;
  align-items: center;
  justify-content: end;
}
.main-content .card-content .leave-tab-container .button-selery .download-report-btn {
  border: none;
  background: #f25822;
  color: #fff;
  padding: 13px 103px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1.592px;
  gap: 12px;
}
.main-content .card-content .employee-list .employee-card {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 16px;
}
.main-content .card-content .employee-list .employee-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 1rem;
}
.main-content .card-content .employee-list .employee-card .avatar-fallback {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 1rem;
  background: #ff5e2e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}
.main-content .card-content .employee-list .employee-card .image-setting {
  width: 40px;
  height: 40px;
  border-radius: unset;
}
.main-content .card-content .employee-list .employee-card .image-sett-icon {
  padding: 10px;
  margin-right: 7px;
}
.main-content .card-content .employee-list .employee-card .employee-info {
  flex-grow: 1;
}
.main-content .card-content .employee-list .employee-card .employee-info h3 {
  margin: 0;
  overflow: hidden;
  color: #212121;
  text-overflow: ellipsis;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.main-content .card-content .employee-list .employee-card .employee-info p {
  margin: 0;
  overflow: hidden;
  color: #616161;
  text-overflow: ellipsis;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2px;
}
.main-content .card-content .employee-list .employee-card .employee-info .product-text {
  color: #4D4D4D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.main-content .card-content .employee-list .employee-card .employee-info .head-payroll {
  font-size: 18px;
}
.main-content .card-content .employee-list .employee-card .employee-info .red-color {
  color: #c62828;
}
.main-content .card-content .employee-list .employee-card .employee-info .item-smoll {
  font-size: 14px;
}
.main-content .card-content .employee-list .employee-card .call-btn {
  border: none;
  background: transparent;
  font-size: 1.2rem;
  cursor: pointer;
  color: #999;
  transition: color 0.3s;
}
.main-content .card-content .employee-list .employee-card .employee-time {
  display: flex;
  align-items: center;
  gap: 4px;
}
.main-content .card-content .employee-list .employee-card .employee-time span {
  overflow: hidden;
  color: #212121;
  text-align: right;
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.main-content .card-content .employee-list .employee-card .employee-time .employ-payrl {
  font-size: 16px;
}
.main-content .card-content .employee-list .employee-card .employee-time .employ-payrl .fa-trash {
  color: #FF0F0F;
}
.main-content .card-content .employee-list .employee-card .employee-time .employ-payrl .fa-pen-to-square {
  color: #FF0F0F;
  padding-right: 12px;
}
.main-content .card-content .employee-list .employee-card .employee-time .product-button {
  display: flex;
  padding: 6px 10px;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
  border: 1px solid #3cab88;
  overflow: hidden;
  color: #3cab88;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.2px;
}
.main-content .card-content .employee-list .employee-card .employee-time .product-items {
  color: #212121;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
.main-content .card-content .employee-list .employee-card .employee-time .arrow {
  margin-left: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}
.main-content .card-content .employee-list .employ-card-border {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.main-content .card-content .employee-list .employee-time-info {
  cursor: pointer;
}
.main-content .card-content .employee-list .employee-time-info a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-content .card-content .grid-seting-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 16px;
}
.main-content .card-content .summery-payroll {
  margin-top: 20px;
}
.main-content .card-content .attendance-card-info .attendance-date-info h3 {
  margin-bottom: 20px;
  overflow: hidden;
  color: #212121;
  text-overflow: ellipsis;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.main-content .card-content .attendance-card-info .attendance-times {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.main-content .card-content .attendance-card-info .attendance-times .time-block {
  flex: 1;
}
.main-content .card-content .attendance-card-info .attendance-times .time-block label {
  color: #4D4D4D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
  display: block;
  margin-bottom: 8px;
}
.main-content .card-content .attendance-card-info .attendance-times .time-block input {
  width: 100%;
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid #b3b3b3;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
  outline: none;
}
.main-content .card-content .attendance-card-info .attendance-times .time-separator {
  margin: 0 0.75rem;
  color: #949494;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.32px;
  flex: 1;
}
.main-content .card-content .attendance-card-info .attendance-hours {
  overflow: hidden;
  color: #212121;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6;
}
.main-content .card-content .attendance-card-info .attendance-hours .highlighted-hours {
  color: #3cab88;
  font-weight: bold;
}
.main-content .card-content .attendance-card-info .attendance-days label {
  color: #4D4D4D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
  display: block;
  margin-bottom: 12px;
}
.main-content .card-content .attendance-card-info .attendance-days .day-list {
  display: flex;
  gap: 1rem;
}
.main-content .card-content .attendance-card-info .attendance-days .day-list .day-box {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.32px;
  color: #555;
  background: #fff;
  transition: background 0.2s, color 0.2s;
}
.main-content .card-content .attendance-card-info .attendance-days .day-list .day-box.active {
  background: rgba(242, 88, 34, 0.2);
  color: #f25822;
  border-color: #f25822;
}
.main-content .card-content .attendance-card-info .attendance-days .day-list .day-box .check-icon {
  position: absolute;
  top: -8px;
  right: -2px;
  font-size: 6px;
  color: #fff;
  width: 14px;
  height: 14px;
  background-color: #f25822;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content .card-content .month-container {
  /* Dropdown month selector */
}
.main-content .card-content .month-container .month-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.6rem 1rem;
  background: #fff;
  margin-bottom: 1rem;
}
.main-content .card-content .month-container .month-selector span {
  font-weight: 500;
}
.main-content .card-content .month-container .month-selector .arrows {
  display: flex;
  gap: 0.4rem;
  color: #f25822;
  cursor: pointer;
}
.main-content .card-content .month-container {
  /* Salary card */
}
.main-content .card-content .month-container .salary-card-info {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.main-content .card-content .month-container .salary-card-info .salary-card {
  width: 100%;
  background: linear-gradient(135deg, #ff7043, #ff8a65);
  border-radius: 8px;
  color: #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1 1 calc(32.33% - 10px);
}
.main-content .card-content .month-container .salary-card-info .salary-card::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.main-content .card-content .month-container .salary-card-info .salary-card h4 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.9;
}
.main-content .card-content .month-container .salary-card-info .salary-card .amount {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0.4rem 0 1rem;
}
.main-content .card-content .month-container .salary-card-info a .history-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: #fff;
  color: #333;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.main-content .card-content .month-container .salary-card-info a .history-btn svg {
  width: 14px;
  height: 14px;
}
.main-content .card-content .divider {
  position: relative;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-content .card-content .divider .divider-label {
  color: #999;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  display: block;
  white-space: nowrap;
}
.main-content .card-content .divider .divider-info {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  display: block;
}
.main-content .card-content .divider .fa-download {
  cursor: pointer;
}
.main-content .card-content .divider-marg {
  margin-top: 0px;
}
.main-content .card-content .empty-state-card {
  max-width: 600px;
  margin: 60px auto;
  padding: 60px 0px;
  text-align: center;
}
.main-content .card-content .empty-state-card .empty-content .illustration {
  max-width: 160px;
  margin-bottom: 40px;
}
.main-content .card-content .empty-state-card .empty-content h2 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0.374px;
  margin: 0 0 10px;
}
.main-content .card-content .empty-state-card .empty-content p {
  color: #666;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.main-content .card-content .empty-state-card .empty-content .add-btn {
  background-color: #f25822;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.408px;
}
.main-content .card-content .empty-state-card .empty-content .add-btn a {
  color: #fff;
}
.main-content .card-content .empty-state-card .empty-content .add-btn .plus {
  font-size: 18px;
  margin-right: 8px;
  font-weight: bold;
}
.main-content .card-content .charts-container {
  display: flex;
  gap: 20px;
}
.main-content .card-content .charts-container .chart-card {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.main-content .card-content .charts-container .chart-card .card-header {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}
.main-content .card-content .charts-container .chart-card .chart-items canvas {
  display: block;
  margin: 0 auto 16px;
  width: 200px !important;
  height: 200px !important;
}
.main-content .card-content .charts-container .chart-card .chart-items .legend {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-content .card-content .charts-container .chart-card .chart-items .legend li {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-content .card-content .charts-container .chart-card .chart-items .legend li .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.main-content .card-content .charts-container .chart-card .chart-items .legend li span:last-child {
  margin-left: auto;
  font-size: 13px;
  color: #000;
}
.main-content .card-content .charts-container .chart-card .chart-items .legend li:last-child {
  margin-bottom: 0px;
}
.main-content .card-content .charts-container .chart-card .chart-items .legend li .pink {
  background: #f97e7e;
}
.main-content .card-content .charts-container .chart-card .chart-items .legend li .blue {
  background: #6eaff9;
}
.main-content .card-content .charts-container .chart-card .chart-items .legend li .yellow {
  background: #f9d66e;
}
.main-content .card-content .charts-container .chart-card .chart-items .legend li .black {
  background: #333;
}
.main-content .card-content .employee-form form .doc-upload-section {
  margin-top: 1rem;
}
.main-content .card-content .employee-form form .doc-upload-section .doc-title {
  color: #4D4D4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.main-content .card-content .employee-form form .doc-upload-section .doc-file-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.main-content .card-content .employee-form form .doc-upload-section .doc-file-card:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.main-content .card-content .employee-form form .doc-upload-section .doc-file-card .doc-file-info {
  display: flex;
  align-items: center;
}
.main-content .card-content .employee-form form .doc-upload-section .doc-file-card .doc-file-info .doc-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.main-content .card-content .employee-form form .doc-upload-section .doc-file-card .doc-file-info .doc-icon img {
  width: 100%;
}
.main-content .card-content .employee-form form .doc-upload-section .doc-file-card .doc-file-info .doc-details strong {
  overflow: hidden;
  color: #212121;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.main-content .card-content .employee-form form .doc-upload-section .doc-file-card .doc-file-info .doc-details p {
  overflow: hidden;
  color: #616161;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2px;
  margin: 4px 0 0;
}
.main-content .card-content .employee-form form .doc-upload-section .doc-file-card .doc-download i {
  font-size: 22px;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s;
}
.main-content .card-content .employee-form form .form-group input,
.main-content .card-content .employee-form form .form-group select {
  padding: 0.75rem;
  background: #F6F6F6;
  border: 1px solid #eee;
  border-radius: 6px;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
  outline: none;
}
.main-content .card-content .calendar-wrapper {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}
.main-content .card-content .calendar-wrapper .calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  padding: 10px 0;
}
.main-content .card-content .calendar-wrapper .calendar-header .header-nav {
  border: none;
  background: transparent;
  font-size: 1.2rem;
  cursor: pointer;
  color: #f25822;
  width: 30px;
}
.main-content .card-content .calendar-wrapper .calendar-header h2 {
  flex: 1;
  text-align: center;
  color: #f25822;
  margin: 0;
  font-size: 1.1rem;
}
.main-content .card-content .company-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-content .card-content .company-form .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.main-content .card-content .company-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.main-content .card-content .company-form .form-group label {
  color: #4D4D4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
  margin-bottom: 0.5rem;
}
.main-content .card-content .company-form .form-group input,
.main-content .card-content .company-form .form-group select {
  background: #F6F6F6;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  width: 100%;
  resize: none;
  outline: none;
}
.main-content .card-content .company-form .email-input .input-with-icon {
  display: flex;
  align-items: center;
  background: #F6F6F6;
  border-radius: 8px;
}
.main-content .card-content .company-form .email-input .input-with-icon i {
  width: 20px;
  margin: 0 8px;
  opacity: 0.6;
}
.main-content .card-content .company-form .email-input .input-with-icon input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 0;
  outline: none;
}
.main-content .card-content .company-form .phone-input .phone-field {
  display: flex;
  align-items: center;
  background: #F6F6F6;
  border-radius: 8px;
  padding: 0 12px;
}
.main-content .card-content .company-form .phone-input .phone-field span {
  margin-right: 10px;
  font-size: 14px;
  color: #666;
}
.main-content .card-content .company-form .phone-input .phone-field input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 0;
  outline: none;
}
.main-content .card-content .company-form .custom-select select {
  background-size: 16px;
}
.main-content .card-content .company-form .form-footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
  border-top: 1px solid #C8C8C8;
}
.main-content .card-content .company-form .form-footer .save-btn {
  background: #f25822;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 45px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.main-content .card-content .summary-card {
  background: #fff;
  padding: 20px;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.main-content .card-content .summary-card .summary-left h3 {
  margin-bottom: 5px;
  color: #212121;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.main-content .card-content .summary-card .summary-left p {
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}
.main-content .card-content .summary-card .summary-right {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.main-content .card-content .summary-card .status-boxes {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  width: 100%;
}
.main-content .card-content .summary-card .status-boxes .status-card1 {
  padding: 10px 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background: #F8F8F8;
  cursor: pointer;
}
.main-content .card-content .summary-card .status-boxes .status-card1.active {
  border: 2px solid #f25822;
  background: rgba(242, 88, 34, 0.2);
}
.main-content .card-content .summary-card .status-boxes .status-card1 .status-title {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
}
.main-content .card-content .summary-card .status-boxes .status-card1 .status-count {
  color: #101828;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  margin-top: 5px;
  text-align: left;
  padding-left: 4px;
}
.main-content .card-content .task-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #f5f5f5;
  border-radius: 6px;
  margin: 1rem 0px;
}
.main-content .card-content .task-header h2 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}
.main-content .card-content .task-header .dropdown-select {
  padding: 8px 12px;
  border: 1px solid #f25822;
  border-radius: 6px;
  background: #fff;
  color: #f25822;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: right 0.7rem center;
  background-size: 1rem;
  padding-right: 2rem;
  outline: none;
}
.main-content .card-content .task-card {
  border: 1px solid #f25822;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fff;
}
.main-content .card-content .task-card .delay-badge {
  color: #f25822;
  border: 1px solid #f25822;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 12px;
  margin-top: 14px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  background: rgba(242, 89, 34, 0.1);
}
.main-content .card-content .task-card.done .task-progress-bar {
  background: #3cab88;
}
.main-content .card-content .task-card.done .status-select {
  color: #3cab88;
  border-color: #3cab88;
}
.main-content .card-content .task-card .task-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-content .card-content .task-card .task-header-row .task-icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.main-content .card-content .task-card .task-header-row .task-title {
  color: #101828;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
  flex-grow: 1;
}
.main-content .card-content .task-card .task-header-row .custom-select-wrapper {
  position: relative;
  display: inline-block;
}
.main-content .card-content .task-card .task-header-row .custom-select-wrapper select.selecter {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 30px;
  padding: 8px 36px 8px 36px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat, no-repeat;
  background-position: right 12px center, left 12px center;
}
.main-content .card-content .task-card .task-header-row .custom-select-wrapper select.done0 {
  background-color: #eafaf0;
  border: 2px solid #3cab88;
  color: #3cab88;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%2327ae60" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'), url("../Images/tick-circle.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: right 12px center, left 12px center;
}
.main-content .card-content .task-card .task-header-row .custom-select-wrapper select.progress {
  background: rgba(228, 156, 0, 0.1);
  color: #FF8F00;
  border: 2px solid #FF8F00;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23E49C00" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'), url("../Images/Property1.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: right 12px center, left 12px center;
}
.main-content .card-content .task-card .task-header-row .high-items {
  border: 1px solid #C10000 !important;
  background: #F95555 !important;
}
.main-content .card-content .task-card .task-header-row .mediam-items {
  border: 1px solid #148AEA !important;
  background: rgba(20, 138, 234, 0.7) !important;
}
.main-content .card-content .task-card .task-header-row .low-items {
  color: #fff;
  border-radius: 100px;
  border: 1px solid #0EA545;
  background: rgba(14, 165, 79, 0.7);
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.main-content .card-content .task-card .task-header-row .low-items select {
  background: border-box;
  border: none;
  color: #fff;
  outline: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
}
.main-content .card-content .task-card .task-header-row .low-items select option {
  color: #000;
  font-weight: normal;
}
.main-content .card-content .task-card .task-items0 {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.main-content .card-content .task-card .task-progress-bar {
  height: 4px;
  margin: 16px 0;
  border-radius: 4px;
}
.main-content .card-content .task-card .task-progress-bar0 {
  background: #eee;
  height: 6px;
  margin: 16px 0;
  border-radius: 6px;
}
.main-content .card-content .task-card .task-progress-bar0 .progress-fill {
  height: 100%;
  background: #FF8F00;
  border-radius: 6px 0 0 6px;
}
.main-content .card-content .task-card .task-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}
.main-content .card-content .task-card .task-footer .team label {
  color: #848484;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
  margin-bottom: 4px;
  display: block;
}
.main-content .card-content .task-card .task-footer .team .avatars span {
  color: #101828;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  margin-bottom: 3px;
  display: block;
}
.main-content .card-content .task-card .task-footer .avatars img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: -8px;
  border-radius: 28px;
  border: 0.917px solid #fff;
}
.main-content .card-content .task-card .task-footer .dates {
  display: flex;
  gap: 20px;
}
.main-content .card-content .task-card .task-footer .dates .date-infos {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2px;
}
.main-content .card-content .task-card .task-footer .dates .date-infos .date-items001 {
  color: #848484;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  display: flex;
}
.main-content .card-content .task-card .task-footer .dates .date-infos strong {
  color: #101828;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
}
.main-content .card-content .task-card .task-footer .dates i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../Images/calende0.svg") no-repeat center;
  background-size: contain;
  margin-right: 4px;
}
.main-content .card-content .task-card0 .task-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main-content .card-content .task-card0 .task-top .task-title {
  margin: 0;
  color: #101828;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
}
.main-content .card-content .task-card0 .task-top .task-date {
  margin-top: 6px;
  color: #4D4D4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.32px;
}
.main-content .card-content .task-card0 .task-top .custom-select-wrapper {
  position: relative;
  display: inline-block;
}
.main-content .card-content .task-card0 .task-top .custom-select-wrapper select.selecter {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 30px;
  padding: 8px 36px 8px 36px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat, no-repeat;
  background-position: right 12px center, left 12px center;
}
.main-content .card-content .task-card0 .task-top .custom-select-wrapper select.done0 {
  background-color: #eafaf0;
  border: 2px solid #3cab88;
  color: #3cab88;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%2327ae60" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'), url("../Images/tick-circle.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: right 12px center, left 12px center;
}
.main-content .card-content .task-card0 .task-images {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.main-content .card-content .task-card0 .task-images img {
  flex: 1 1 calc(32.33% - 10px);
  height: 334px;
  border-radius: 12px;
  -o-object-fit: unset;
     object-fit: unset;
  flex: 1;
}
.main-content .card-content .task-card0 .task-description {
  padding: 16px;
  border-radius: 8px;
  margin-top: 20px;
  border: 1px solid #CACACA;
}
.main-content .card-content .task-card0 .task-description h3 {
  color: #101828;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.5px;
}
.main-content .card-content .task-card0 .task-description p {
  color: #4D4D4D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.25px;
  margin-top: 8px;
}
.main-content .card-content .task-card0 .task-meta {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid #D2D2D2;
  padding-top: 20px;
}
.main-content .card-content .task-card0 .task-meta .meta-row {
  display: flex;
  gap: 10px;
  align-items: start;
  flex-direction: column;
}
.main-content .card-content .task-card0 .task-meta .meta-row .meta-title {
  color: #101828;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
}
.main-content .card-content .task-card0 .task-meta .meta-row .custom-select-wrapper {
  position: relative;
  display: inline-block;
}
.main-content .card-content .task-card0 .task-meta .meta-row .high-items {
  border: 1px solid #C10000 !important;
  background: #F95555 !important;
  border-radius: 100px;
  padding: 6px 10px;
  margin-top: 10px;
}
.main-content .card-content .task-card0 .task-meta .meta-row .high-items select {
  background: border-box;
  border: none;
  color: #fff;
  outline: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
}
.main-content .card-content .task-card0 .task-meta .meta-row .high-items select option {
  color: #000;
  font-weight: normal;
}
.main-content .card-content .task-card0 .task-meta .meta-row .meta-value {
  color: #4D4D4D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
}
.main-content .card-content .task-card0 .task-meta .meta-row.date-row {
  justify-content: space-between;
  flex-direction: row;
  max-width: 700px;
}
.main-content .card-content .task-card0 .task-meta .meta-row.date-row > div {
  margin-right: 40px;
}
.main-content .card-content .task-card0 .task-meta .meta-row.date-row > div .meta-value {
  margin-top: 10px;
}
.main-content .card-content .task-card0 .task-meta .meta-row .avatars {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.main-content .card-content .task-card0 .task-meta .meta-row .avatars .avatar {
  display: flex;
  align-items: center;
  gap: 6px;
  display: flex;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid rgba(2, 44, 34, 0.2);
}
.main-content .card-content .task-card0 .task-meta .meta-row .avatars .avatar img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.main-content .card-content .task-card0 .task-meta .meta-row .avatars .avatar span {
  color: #3F3F46;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.main-content .card-content .task-card0 .comment-section {
  border-top: 1px solid #D5D5D5;
  padding-top: 20px;
  margin-top: 20px;
}
.main-content .card-content .task-card0 .comment-section h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #111;
}
.main-content .card-content .task-card0 .comment-section .comment {
  display: flex;
  align-items: flex-start;
  background: #f3f4f6;
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.main-content .card-content .task-card0 .comment-section .comment .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
.main-content .card-content .task-card0 .comment-section .comment .comment-content {
  flex: 1;
}
.main-content .card-content .task-card0 .comment-section .comment .comment-content .comment-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-content .card-content .task-card0 .comment-section .comment .comment-content .comment-header .name {
  margin-right: 8px;
  color: #101828;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.main-content .card-content .task-card0 .comment-section .comment .comment-content .comment-header .role {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin-right: auto;
}
.main-content .card-content .task-card0 .comment-section .comment .comment-content .comment-header .role.product {
  color: #f25822;
}
.main-content .card-content .task-card0 .comment-section .comment .comment-content .comment-header .role.designer {
  color: #f25822;
}
.main-content .card-content .task-card0 .comment-section .comment .comment-content .comment-header .timestamp {
  color: #667085;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}
.main-content .card-content .task-card0 .comment-section .comment .comment-content .text {
  margin-top: 10px;
  color: #344054;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.main-content .card-content .task-card0 .comment-section .comment.right {
  flex-direction: row-reverse;
  margin-left: auto;
  background: #e6f3ff;
}
.main-content .card-content .task-card0 .comment-section .comment.right .comment-content {
  margin-left: 0;
  margin-right: 12px;
  text-align: right;
}
.main-content .card-content .task-card0 .comment-section .comment.right .comment-header {
  flex-direction: row-reverse;
}
.main-content .card-content .task-card0 .comment-section .comment.right .comment-header .name {
  margin-left: 8px;
  margin-right: 0;
}
.main-content .card-content .task-card0 .comment-section .comment.right .comment-header .role {
  margin-left: auto;
  margin-right: 8px;
}
.main-content .card-content .task-card0 .comment-section .border-comment {
  margin-bottom: 20px;
}
.main-content .card-content .task-card0 .comment-section .comment-parent {
  border-top: 1px solid #C8C8C8;
}
.main-content .card-content .task-card0 .comment-section .comment-parent .comment-input {
  display: flex;
  align-items: center;
  margin-top: 20px;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 10px;
}
.main-content .card-content .task-card0 .comment-section .comment-parent .comment-input .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
.main-content .card-content .task-card0 .comment-section .comment-parent .comment-input input {
  flex: 1;
  border: none;
  background: transparent;
  color: #98A2B3;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  padding: 8px;
  outline: none;
}
.main-content .card-content .task-card0 .comment-section .comment-parent .comment-input .send-btn {
  background: #f25822;
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.main-content .card-content .task-form .form-group {
  margin-bottom: 20px;
  width: 100%;
}
.main-content .card-content .task-form .form-group label {
  display: block;
  margin-bottom: 8px;
  color: #4D4D4D;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.32px;
}
.main-content .card-content .task-form .form-group label span {
  color: #c62828;
}
.main-content .card-content .task-form .form-group input {
  width: 100%;
  font-size: 14px;
  border: none;
  padding: 16px;
  border-radius: 8px;
  background: #F6F6F6;
  outline: none;
}
.main-content .card-content .task-form .form-group select {
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  border: none;
  background: #F6F6F6;
  font-size: 14px;
}
.main-content .card-content .task-form .form-row {
  display: flex;
  gap: 20px;
}
.main-content .card-content .task-form .upload-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.main-content .card-content .task-form .preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 100%;
}
.main-content .card-content .task-form .image-box {
  flex: 1 1 calc(32.33% - 10px);
  max-width: 384px;
  height: 384px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.main-content .card-content .task-form .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content .card-content .task-form .image-box .remove-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  border: none;
  border-radius: 50%;
  background: #f54336;
  color: #fff;
  cursor: pointer;
  line-height: 18px;
}
.main-content .card-content .task-form .upload-box {
  flex: 1 1 calc(32.33% - 10px);
  max-width: 384px;
  height: 384px;
}
.main-content .card-content .task-form .upload-box .image-filde {
  height: 100%;
}
.main-content .card-content .task-form .upload-box .upload-area {
  width: 100%;
  height: 100%;
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  cursor: pointer;
}
.main-content .card-content .task-form .upload-box .upload-area .upload-icon {
  font-size: 24px;
  color: #9ca3af;
}
.main-content .card-content .task-form .assigned-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.main-content .card-content .task-form .assigned-tags .tag {
  display: flex;
  align-items: center;
  color: #3F3F46;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 6px 8px;
  gap: 6px;
  border-radius: 6px;
  border: 1px solid rgba(2, 44, 34, 0.12);
  background: #fff;
}
.main-content .card-content .task-form .assigned-tags .tag img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 6px;
}
.main-content .card-content .task-form .assigned-tags .tag button {
  background: none;
  border: none;
  color: #c62828;
  margin-left: 8px;
  cursor: pointer;
  font-size: 14px;
}
.main-content .card-content .task-form .form-submit {
  display: flex;
  justify-content: right;
  align-items: center;
  border-top: 1px solid #C8C8C8;
  padding-top: 20px;
}
.main-content .card-content .task-form .form-submit .submit-btn {
  border: none;
  cursor: pointer;
  display: flex;
  width: 194px;
  height: 45px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #f25822;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.main-content .payroll-wrapper {
  max-width: 700px;
  margin: 20px auto;
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  font-family: "Segoe UI", sans-serif;
  color: #2d2d2d;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.main-content .payroll-wrapper .payroll-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.main-content .payroll-wrapper .payroll-header .employee-info {
  display: flex;
  align-items: center;
}
.main-content .payroll-wrapper .payroll-header .employee-info .employee-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
.main-content .payroll-wrapper .payroll-header .employee-info .employee-details .employee-name {
  overflow: hidden;
  color: #212121;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.main-content .payroll-wrapper .payroll-header .employee-info .employee-details .employee-name .status-label {
  overflow: hidden;
  color: #f25822;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-left: 6px;
}
.main-content .payroll-wrapper .payroll-header .employee-info .employee-details .employee-role {
  overflow: hidden;
  color: #616161;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2px;
}
.main-content .payroll-wrapper .payroll-header .pay-info {
  text-align: right;
}
.main-content .payroll-wrapper .payroll-header .pay-info .pay-amount {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.main-content .payroll-wrapper .payroll-header .pay-info .pay-date {
  overflow: hidden;
  color: #616161;
  text-align: right;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2px;
}
.main-content .payroll-wrapper .selery-times {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-content .payroll-wrapper .selery-times p {
  color: #B3B3B3;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  white-space: nowrap;
}
.main-content .payroll-wrapper .selery-times span {
  height: 1px;
  width: 100%;
  background-color: #f2f2f2;
}
.main-content .payroll-wrapper .section-block {
  padding: 12px 0;
}
.main-content .payroll-wrapper .section-block .data-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  color: #4D4D4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.main-content .payroll-wrapper .section-block .top-test {
  color: #1A1A1A !important;
}
.main-content .payroll-wrapper .section-times {
  padding-bottom: 0px;
}
.main-content .payroll-wrapper .times-slipe {
  padding-top: 16px;
}
.main-content .payroll-wrapper .total-row {
  font-weight: 600;
}
.main-content .payroll-wrapper .total-row .data-row {
  font-weight: 600;
}
.main-content .payroll-wrapper .highlight {
  border-top: 1px solid #C3C3C3;
  margin-top: 20px;
  padding-top: 20px !important;
}
.main-content .card-content .emp-header {
  text-align: center;
  margin-bottom: 25px;
}
.main-content .card-content .emp-header .avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.main-content .card-content .emp-header .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content .card-content .emp-header .avatar h2 {
  font-size: 22px;
  font-weight: 700;
}
.main-content .card-content .emp-header .avatar p {
  font-size: 14px;
  color: #666;
}
.main-content .card-content .info-sections {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.main-content .card-content .info-sections .section {
  flex: 1;
  min-width: 300px;
}
.main-content .card-content .info-sections .section .section-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  border-left: 4px solid #f0672a;
  padding-left: 8px;
}
.main-content .card-content .info-sections .section .info-card {
  background: #f3f3f3;
  border-radius: 12px;
  padding: 15px 20px;
}
.main-content .card-content .info-sections .section .info-card div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.main-content .card-content .info-sections .section .info-card div:last-child {
  margin-bottom: 0;
}
.main-content .card-content .info-sections .section .info-card div .label {
  color: #666;
  font-weight: 500;
}
.main-content .card-content .info-sections .section .info-card div .value {
  font-weight: 600;
}
.main-content .card-content .terminate-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 12px;
  background: #f0672a;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 25px;
  transition: background 0.3s ease;
}
.main-content .card-content .terminate-btn:hover {
  background: #d95720;
}
.main-content .content .calendar-hrx-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
}
.main-content .content .calendar-hrx-wrapper .calendar-hrx {
  width: 600px;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.main-content .content .calendar-hrx-wrapper .calendar-hrx .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: 600;
  margin-bottom: 8px;
  color: #666;
}
.main-content .content .calendar-hrx-wrapper .calendar-hrx .days .day1 {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content .content .calendar-hrx-wrapper .calendar-hrx .dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 6px;
}
.main-content .content .calendar-hrx-wrapper .calendar-hrx .dates .cell {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s;
}
.main-content .content .calendar-hrx-wrapper .calendar-hrx .dates .cell:hover {
  background: #eee;
}
.main-content .content .calendar-hrx-wrapper .calendar-hrx .dates .cell.inactive {
  color: #bbb;
  cursor: default;
}
.main-content .content .calendar-hrx-wrapper .calendar-hrx .dates .cell.today {
  background: rgba(249, 115, 22, 0.6509803922);
  color: #fff;
}
.main-content .content .calendar-hrx-wrapper .calendar-hrx .dates .cell.present {
  background: #37dda8;
  color: white;
}
.main-content .content .calendar-hrx-wrapper .calendar-hrx .dates .cell.leave {
  background: #FEEDE7;
  color: #000;
}
.main-content .content .calendar-hrx-wrapper .calendar-hrx .dates .cell.absent {
  background: rgba(233, 74, 74, 0.7294117647);
  color: #EBF8FD;
}
.main-content .content .calendar-hrx-wrapper .calendar-hrx .dates .cell.off {
  background: #f04203;
  color: #EBF8FD;
}
.main-content .content .calendar-hrx-wrapper .calendar-hrx .dates .cell.halfday {
  background: #EBF8FD;
  color: #000;
}
.main-content .content .calendar-hrx-wrapper .calendar-hrx .dates .cell.holiday {
  background: #9aa0ee;
  color: #000;
}
.main-content .content .calendar-hrx-wrapper .calendar-hrx .dates .cell.future {
  pointer-events: none;
  opacity: 0.5;
}

.dashboard {
  display: flex;
}
.dashboard .sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 260px;
  background: #fff;
  border-right: 1px solid #f0f0f0;
  padding: 0;
  display: flex;
  flex-direction: column;
  transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1000;
  box-shadow: 2px 0 8px 0 rgba(29, 35, 41, 0.05);
}
.dashboard .sidebar .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 12px;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
  position: relative;
  min-height: 64px;
}
.dashboard .sidebar .logo .logo-short {
  display: none;
  width: 38px;
  height: auto;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dashboard .sidebar .logo .logo-log {
  display: block;
  width: 170px;
  height: auto;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dashboard .sidebar .logo .toggle-sidebar {
  position: absolute;
  right: -12px;
  top: 22px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  background: #fff;
  color: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  font-size: 11px;
}
.dashboard .sidebar .logo .toggle-sidebar:hover {
  color: #ff5e2e;
  border-color: #ff5e2e;
  transform: none;
}
.dashboard .sidebar .nav-links {
  list-style: none;
  margin: 4px 0 0;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px;
  padding-bottom: 120px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
}
.dashboard .sidebar .nav-links::-webkit-scrollbar {
  width: 6px;
}
.dashboard .sidebar .nav-links::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.dashboard .sidebar .nav-links li {
  margin-bottom: 4px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 400;
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  gap: 0;
}
.dashboard .sidebar .nav-links li:hover:not(.active) > .nav-menu-link,
.dashboard .sidebar .nav-links li:hover:not(.active) > .menu-toggle,
.dashboard .sidebar .nav-links li:hover:not(.active) > a:not(.sub-item) {
  background: rgba(0, 0, 0, 0.04);
}
.dashboard .sidebar .nav-links li.active > .nav-menu-link,
.dashboard .sidebar .nav-links li.active > .menu-toggle,
.dashboard .sidebar .nav-links li.active > a:first-child:not(.sub-item) {
  background: #fff2e8;
  color: #ff5e2e;
  font-weight: 500;
}
.dashboard .sidebar .nav-links li.active > .nav-menu-link .nav-menu-icon,
.dashboard .sidebar .nav-links li.active > .menu-toggle .nav-menu-icon,
.dashboard .sidebar .nav-links li.active > a:first-child:not(.sub-item) > i:first-child:not(.menu-toggle-icon):not(.nav-submenu-arrow) {
  color: #ff5e2e;
}
.dashboard .sidebar .nav-links li.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 22px;
  background: #ff5e2e;
  border-radius: 0 4px 4px 0;
  z-index: 1;
}
.dashboard .sidebar .nav-links li:has(.rotate-menu-arrow) {
  background: transparent !important;
}
.dashboard .sidebar .nav-links li:has(.rotate-menu-arrow) > .menu-toggle {
  background: rgba(0, 0, 0, 0.04);
}
.dashboard .sidebar .nav-links .nav-menu-link,
.dashboard .sidebar .nav-links .menu-toggle,
.dashboard .sidebar .nav-links li > a:not(.sub-item) {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(0, 0, 0, 0.88);
  text-decoration: none;
  padding: 0 12px;
  min-height: 40px;
  width: 100%;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: none;
  background: transparent;
  cursor: pointer;
}
.dashboard .sidebar .nav-links .menu-toggle {
  justify-content: space-between;
}
.dashboard .sidebar .nav-links .nav-menu-link__content {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}
.dashboard .sidebar .nav-links .nav-menu-icon,
.dashboard .sidebar .nav-links li > a:not(.sub-item) > i:first-child:not(.menu-toggle-icon):not(.nav-submenu-arrow) {
  font-size: 16px;
  width: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  flex-shrink: 0;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dashboard .sidebar .nav-links .nav-menu-label,
.dashboard .sidebar .nav-links li > a:not(.sub-item) > span {
  font-size: 14px;
  font-weight: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard .sidebar .nav-links .nav-submenu-arrow,
.dashboard .sidebar .nav-links .menu-toggle-icon {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  flex-shrink: 0;
}
.dashboard .sidebar.collapsed {
  width: 70px;
}
.dashboard .sidebar.collapsed .logo {
  padding: 16px 8px 12px;
  justify-content: center;
}
.dashboard .sidebar.collapsed .logo-log {
  display: none;
}
.dashboard .sidebar.collapsed .logo-short {
  display: inline-block;
}
.dashboard .sidebar.collapsed .smoll-sidebar-show {
  display: inline-block !important;
}
.dashboard .sidebar.collapsed .big-sidebar-show {
  display: none !important;
}
.dashboard .sidebar.collapsed .nav-links {
  padding: 8px 4px;
}
.dashboard .sidebar.collapsed .nav-links li {
  justify-content: center;
}
.dashboard .sidebar.collapsed .nav-links li::before {
  display: none;
}
.dashboard .sidebar.collapsed .nav-links li .nav-menu-label,
.dashboard .sidebar.collapsed .nav-links li span:not(.menu-toggle-icon):not(.nav-submenu-arrow) {
  display: none;
}
.dashboard .sidebar.collapsed .nav-links li .nav-submenu-arrow,
.dashboard .sidebar.collapsed .nav-links li .menu-toggle-icon {
  display: none;
}
.dashboard .sidebar.collapsed .nav-links li .nav-menu-link,
.dashboard .sidebar.collapsed .nav-links li .menu-toggle,
.dashboard .sidebar.collapsed .nav-links li > a:not(.sub-item) {
  justify-content: center;
  padding: 0;
}
.dashboard .sidebar.collapsed .nav-links li .nav-menu-link__content {
  justify-content: center;
}
.dashboard .sidebar.collapsed .nav-links .sub-menu {
  display: none !important;
}
.dashboard .sidebar.collapsed .toggle-sidebar i {
  transform: rotate(180deg);
}
.dashboard .sidebar.collapsed .currentplan-wrappwr {
  padding: 8px 4px;
}
.dashboard .sidebar .currentplan-wrappwr {
  margin-top: auto;
  background: linear-gradient(135deg, #fff7f0 0%, #fff2e8 100%);
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  border: 1px solid rgba(255, 94, 46, 0.12);
  transition: padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dashboard .sidebar .currentplan-wrappwr a {
  text-decoration: none;
}
.dashboard .sidebar .currentplan-wrappwr h2 {
  font-size: 14px;
  font-weight: 600;
  color: #ff5e2e;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
}
.dashboard .sidebar .currentplan-wrappwr h2 .re-newplan-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.dashboard .sidebar .currentplan-wrappwr h2 .re-newplan-wrapper p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}
.dashboard .sidebar .currentplan-wrappwr h2 .re-newplan-wrapper .activeplan {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.dashboard .sidebar .currentplan-wrappwr h2 .re-newplan-wrapper .activeplan span {
  background: #52c41a;
  color: #fff;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 500;
}
.dashboard .sidebar .currentplan-wrappwr h2 .re-newplan-wrapper small {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
}
.dashboard .main-content {
  margin-left: 260px;
  padding: 20px;
  width: calc(100% - 260px);
  transition: margin-left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dashboard .sidebar.collapsed ~ .main-content {
  margin-left: 70px;
  width: calc(100% - 70px);
}

.sub-menu,
.nav-sub-menu {
  display: none;
  width: 100%;
  padding: 4px 0;
  background: transparent;
  overflow: hidden;
}

.sub-item,
.nav-sub-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px 0 38px !important;
  min-height: 36px;
  color: rgba(0, 0, 0, 0.45) !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  border-top: none !important;
  border-radius: 8px;
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: 2px 0;
}
.sub-item i.fa-circle,
.nav-sub-item i.fa-circle {
  font-size: 4px !important;
  color: rgba(0, 0, 0, 0.45);
  opacity: 0.6;
}
.sub-item:hover,
.nav-sub-item:hover {
  background: rgba(0, 0, 0, 0.04) !important;
  color: rgba(0, 0, 0, 0.88) !important;
}

.rotate-menu-arrow {
  transform: rotate(90deg);
  color: #ff5e2e !important;
}

.bglogin {
  background: #fff;
}

.login-container {
  display: flex;
  padding: 90px 30px;
  gap: 30px;
  max-width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .login-container {
    flex-direction: column;
    padding: 30px 15px;
  }
}
.login-container .left-panel {
  flex: 1;
  text-align: center;
  position: relative;
  padding-top: 30px;
  border-radius: 30px;
  background: rgba(242, 89, 34, 0.82);
}
@media screen and (max-width: 768px) {
  .login-container .left-panel {
    padding-top: 20px;
    order: 2;
  }
}
.login-container .left-panel .back-image {
  background: url("../Images/white-back.svg") no-repeat center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .login-container .left-panel .back-image {
    padding: 0 20px;
  }
}
.login-container .left-panel .back-image h2 {
  color: #000;
  font-family: Urbanist;
  font-size: 34px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.34px;
  padding-top: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .login-container .left-panel .back-image h2 {
    font-size: 28px;
    padding-top: 60px;
  }
}
.login-container .left-panel .back-image p {
  color: #949494;
  text-align: center;
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.24px;
}
@media screen and (max-width: 768px) {
  .login-container .left-panel .back-image p {
    font-size: 18px;
  }
}
.login-container .right-panel {
  flex: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .login-container .right-panel {
    order: 1;
  }
}
.login-container .right-panel .logo-corehrx {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.login-container .right-panel .logo-corehrx img {
  width: 214px;
  flex-shrink: 0;
}
.login-container .right-panel .center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-container .right-panel .center-content .item-text {
  color: #000;
  font-family: Urbanist;
  font-size: 34px;
  font-weight: 500;
  line-height: 41px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.login-container .right-panel .center-content .login-input {
  text-align: center;
  padding-bottom: 20px;
  width: 100%;
}
.login-container .right-panel .center-content .login-input .lable-log {
  color: #000;
  font-family: Urbanist;
  font-size: 28px;
  font-weight: 700;
  line-height: 41px;
  display: block;
}
@media screen and (max-width: 768px) {
  .login-container .right-panel .center-content .login-input .lable-log {
    font-size: 22px;
  }
}
.login-container .right-panel .center-content .login-input .log-span {
  color: #949494;
  text-align: center;
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 10px;
}
.login-container .right-panel .center-content .login-input .changenubmer {
  background: transparent;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 5px;
  color: #4CAF50;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
.login-container .right-panel .center-content .login-input input[type=tel] {
  width: 100%;
  padding: 15px;
  margin: 20px 0 6px;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
  background: #fff;
  color: #666;
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
.login-container .right-panel .center-content .login-input .mobileError {
  color: red;
  font-size: 15px;
  display: block;
  text-align: left;
}
.login-container .right-panel .center-content .otp-input-info {
  display: none;
}
.login-container .right-panel .center-content .otp-input-info .otp-container {
  display: flex;
  gap: 10px;
  margin: 20px 0 20px;
  justify-content: center;
}
.login-container .right-panel .center-content .otp-input-info .otp-container .otp-input {
  width: 50px;
  height: 60px;
  font-size: 32px;
  text-align: center;
  border: none;
  border-radius: 8px;
  background: #ccc;
  font-weight: bold;
  caret-color: transparent;
  transition: all 0.2s ease-in-out;
}
.login-container .right-panel .center-content .otp-input-info .otp-container .otp-input:focus {
  background: #aaa;
  box-shadow: 0 0 0 2px #555;
}
.login-container .right-panel .center-content .continueBtn {
  padding: 13px 20px;
  background-color: #ff5e2e;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  color: #fff;
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.login-container .right-panel .center-content .terms {
  color: #828282;
  text-align: center;
  font-family: Urbanist;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 15px;
}
.login-container .right-panel .center-content .terms a {
  color: #f25822;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.sign-up-wrapper .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.sign-up-wrapper .form-row .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sign-up-wrapper .form-row .form-group .info-box {
  background: #eaf4ff;
  color: #333;
  padding: 4px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 23px;
  margin-top: 7px;
}
.sign-up-wrapper .form-row .form-group .info-box span {
  width: 18px;
  height: 18px;
  border: 2px solid #468fde;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #468fde;
  font-size: 12px;
  font-weight: 800;
  margin-right: 6px;
}
.sign-up-wrapper .form-row .form-group label {
  color: #4D4D4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
}
.sign-up-wrapper .form-row .form-group input,
.sign-up-wrapper .form-row .form-group select {
  background: #F6F6F6;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  width: 100%;
  resize: none;
  outline: none;
  margin-top: 8px;
}
.sign-up-wrapper .form-row .form-group .otpwrapper {
  position: relative;
}
.sign-up-wrapper .form-row .form-group .otpwrapper .get-text {
  position: absolute;
  right: 12px;
  top: 22px;
  font-size: 14px;
  color: #ff5e2e;
  font-weight: 700;
  cursor: pointer;
}
.sign-up-wrapper .form-row .form-group .otp-container {
  display: flex;
  gap: 10px;
  margin: 10px 0 10px;
  justify-content: center;
}
.sign-up-wrapper .form-row .form-group .otpctn-JP {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal.open {
  display: flex;
}
.modal .modal-content {
  background: #fff;
  border-radius: 8px;
  width: 700px;
  max-width: 90%;
  padding: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.3s ease;
  max-height: 600px;
  overflow: overlay;
}
.modal .modal-content.w-900 {
  width: 900px;
}
.modal .modal-content.w-1100 {
  width: 1100px;
}
.modal .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #E0E0E0;
  padding: 0px;
  padding-bottom: 16px;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.modal .modal-content .modal-header h2 {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.modal .modal-content .modal-header .close-btn {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #999;
}
.modal .modal-content .modal-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal .modal-content .modal-body select {
  padding: 0.75rem;
  background: #F6F6F6;
  border: 1px solid #eee;
  border-radius: 6px;
  width: 100%;
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
}
.modal .modal-content .modal-body .addleavetype {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.modal .modal-content .modal-body .addleavetype .leavebtn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal .modal-content .modal-body .addleavetype .leavebtn button {
  display: flex;
  padding: 13px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #000;
  cursor: pointer;
  border-radius: 4px;
  background: #f6f6f6;
  border: none;
}
.modal .modal-content .modal-body .addleavetype .leavebtn button.leavetypeactive {
  background: #f25822;
  color: #fff;
}
.modal .modal-content .body-popup {
  padding: 0px;
}
.modal .modal-content .body-popup .leave-summary-card {
  width: 100%;
}
.modal .modal-content .body-popup .leave-summary-card .leave-summary-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.modal .modal-content .body-popup .leave-summary-card .leave-summary-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal .modal-content .body-popup .leave-summary-card .leave-summary-list .leave-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9fafc;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 10px 16px;
  transition: all 0.25s ease;
}
.modal .modal-content .body-popup .leave-summary-card .leave-summary-list .leave-summary-row:hover {
  background: #eef5ff;
  transform: translateY(-2px);
}
.modal .modal-content .body-popup .leave-summary-card .leave-summary-list .leave-summary-row .leave-label {
  font-weight: 500;
  color: #333;
}
.modal .modal-content .body-popup .leave-summary-card .leave-summary-list .leave-summary-row .leave-tag {
  background: #007bff;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 8px;
  text-transform: uppercase;
}
.modal .modal-content .setting-body {
  padding: 0px 0px 16px;
  flex-direction: row;
}
.modal .modal-content .setting-body .form-group {
  width: 100%;
}
.modal .modal-content .setting-body .form-group label {
  display: block;
  color: #4D4D4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.32px;
  margin-bottom: 8px;
}
.modal .modal-content .setting-body .form-group input {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #F6F6F6;
  border: none;
  width: 100%;
}
.modal .modal-content .setting-body .form-group select {
  padding: 0.75rem;
  background: #F6F6F6;
  border: 1px solid #eee;
  border-radius: 6px;
  width: 100%;
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
}
.modal .modal-content .Depart-popup {
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: row;
}
.modal .modal-content .modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}
.modal .modal-content .modal-footer button {
  display: flex;
  width: 194px;
  height: 45px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #fff;
  cursor: pointer;
}
.modal .modal-content .modal-footer .secondary-btn {
  border-radius: 4px;
  border: 1px solid #f25822;
  background: rgba(248, 91, 40, 0.1);
  color: #000;
}
.modal .modal-content .modal-footer .primary-btn {
  border-radius: 4px;
  background: #f25822;
  border: none;
}
.modal .modal-content .modal-footer .primary-btn a {
  color: #fff;
}
.modal .modal-content .footer-buton {
  border-top: 1px solid #E0E0E0;
  background: #fff;
  padding-top: 16px;
  margin-top: 16px;
}
.modal .modal-content .department-wrapper {
  display: flex;
}
.modal .modal-content .department-wrapper .left-section {
  flex: 1;
  padding-right: 16px;
}
.modal .modal-content .department-wrapper .left-section .label-text {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  color: #333;
  padding-bottom: 8px;
}
.modal .modal-content .department-wrapper .left-section .dept-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.modal .modal-content .department-wrapper .left-section .dept-row input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.modal .modal-content .department-wrapper .left-section .dept-row .add-btn {
  background: #ff5c1c;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 16px;
  white-space: nowrap;
}
.modal .modal-content .department-wrapper .left-section .shift-time {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.modal .modal-content .department-wrapper .left-section .shift-time input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.modal .modal-content .department-wrapper .left-section .shift-time span {
  align-self: center;
}
.modal .modal-content .department-wrapper .left-section .days-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.modal .modal-content .department-wrapper .left-section .days-row label {
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
.modal .modal-content .department-wrapper .left-section .days-row select {
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}
.modal .modal-content .department-wrapper .left-section .days {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.modal .modal-content .department-wrapper .left-section .days .day {
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  background: #f5f5f5;
}
.modal .modal-content .department-wrapper .left-section .days .day.active {
  background: #ff5c1c;
  color: white;
  border: none;
}
.modal .modal-content .department-wrapper .left-section .config {
  margin-top: 15px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.modal .modal-content .department-wrapper .left-section .config .config-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.modal .modal-content .department-wrapper .left-section .config .config-header span {
  color: red;
  cursor: pointer;
}
.modal .modal-content .department-wrapper .left-section .config .config-row {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}
.modal .modal-content .department-wrapper .left-section .config .config-row .options {
  display: flex;
  gap: 8px;
}
.modal .modal-content .department-wrapper .left-section .config .config-row .options .option {
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
}
.modal .modal-content .department-wrapper .left-section .config .config-row .options .option.active {
  background: #ff5c1c;
  color: white;
  border: none;
}
.modal .modal-content .department-wrapper .divider {
  width: 1px;
  background: #e5e5e5;
  margin: 0 10px;
}
.modal .modal-content .department-wrapper .right-section {
  flex: 1;
  padding-left: 16px;
}
.modal .modal-content .department-wrapper .right-section .location-box {
  margin-bottom: 15px;
}
.modal .modal-content .department-wrapper .right-section .location-box .label-text {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  color: #333;
  padding-bottom: 8px;
}
.modal .modal-content .department-wrapper .right-section .location-box .address {
  background: #f5f5f5;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 12px;
  font-size: 14px;
}
.modal .modal-content .department-wrapper .right-section .location-box .search-input {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
}
.modal .modal-content .department-wrapper .right-section .location-box .search-input input {
  border: none;
  flex: 1;
  outline: none;
}
.modal .modal-content .department-wrapper .right-section .map {
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.modal .modal-content .department-wrapper .right-section .map iframe,
.modal .modal-content .department-wrapper .right-section .map img {
  width: 100%;
  height: 100%;
  border: none;
}
.modal .modal-content .department-wrapper .right-section .attendance-box {
  background: #fff5f0;
  border-radius: 12px;
  padding: 15px;
}
.modal .modal-content .department-wrapper .right-section .attendance-box h4 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
}
.modal .modal-content .department-wrapper .right-section .attendance-box p {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}
.modal .modal-content .department-wrapper .right-section .attendance-box .address-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
}
.modal .modal-content .department-wrapper .right-section .attendance-box .address-row span {
  font-size: 13px;
  color: #333;
}
.modal .modal-content .department-wrapper .right-section .attendance-box .address-row .badge {
  background: #ff5c1c;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 8px;
  white-space: nowrap;
}
.modal .modal-content .department-wrapper .right-section .attendance-box .range-control {
  display: flex;
  align-items: center;
  gap: 12px;
}
.modal .modal-content .department-wrapper .right-section .attendance-box .range-control .range-btn {
  background: #ff5c1c;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
}
.modal .modal-content .department-wrapper .right-section .attendance-box .range-control input[type=range] {
  flex: 1;
  accent-color: #ff5c1c;
}
.modal .modal-content .select-option {
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modal .modal-content .center-avatar {
  text-align: center;
  margin-bottom: 4px;
}
.modal .modal-content .center-avatar .avatar-edit {
  font-size: 0.8rem;
  position: relative;
  bottom: 0px;
  right: 0px;
  width: -moz-max-content;
  width: max-content;
  margin: auto auto 10px;
  bottom: 0px;
  right: 0px;
}
.modal .modal-content .center-avatar .avatar-edit .Avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .modal-content .center-avatar .avatar-edit .img-icons {
  background-color: #f25822;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 6px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.modal .modal-content .employee-form form .form-grid {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.modal .modal-content .employee-form form .form-group {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(32.33% - 10px);
}
.modal .modal-content .employee-form form .form-group .info-box {
  background: #eaf4ff;
  color: #333;
  padding: 10px;
  border-radius: 8px;
  font-size: 13px;
  margin-top: 5px;
}
.modal .modal-content .employee-form form .form-group .info-box span {
  width: 18px;
  height: 18px;
  border: 2px solid #468fde;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #468fde;
  font-size: 12px;
  font-weight: 800;
  margin-right: 6px;
}
.modal .modal-content .employee-form form .form-group .w-100 {
  width: 100%;
}
.modal .modal-content .employee-form form .form-group .add-dep-btn {
  background: #f25822;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 32px;
  padding: 15px 11px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  cursor: pointer;
}
.modal .modal-content .employee-form form .form-group label {
  margin-bottom: 0.5rem;
  color: #4D4D4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
}
.modal .modal-content .employee-form form .form-group .d-inlineblock {
  display: inline-block;
}
.modal .modal-content .employee-form form .form-group input,
.modal .modal-content .employee-form form .form-group select {
  padding: 0.75rem;
  background: #F6F6F6;
  border: 1px solid #eee;
  border-radius: 6px;
  width: 100%;
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
}
.modal .modal-content .employee-form form .form-group .input-with-icon {
  position: relative;
}
.modal .modal-content .employee-form form .form-group .input-with-icon input {
  width: 100%;
  padding-right: 2rem !important;
}
.modal .modal-content .employee-form form .form-group .input-with-icon .calendar-icon,
.modal .modal-content .employee-form form .form-group .input-with-icon .email-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #999;
}
.modal .modal-content .employee-form form .form-group .input-with-icon .email-icon {
  left: 0.75rem;
  right: auto;
}
.modal .modal-content .employee-form form .form-group .input-with-icon input + .email-icon {
  left: auto;
}
.modal .modal-content .employee-form form .form-group .input-with-icon .mail-infos {
  padding-left: 2rem !important;
}
.modal .modal-content .employee-form form .form-group .upload-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  border: 2px dashed #eee;
  background: #fafafa;
  border-radius: 6px;
  text-align: center;
  font-size: 0.9rem;
  color: #999;
}
.modal .modal-content .employee-form form .form-group .upload-box .upload-content {
  line-height: 1.4;
}
.modal .modal-content .employee-form form .combo-btn-JP {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.modal .modal-content .meeting-wrapper-info {
  padding: 4px;
}
.modal .modal-content .meeting-wrapper-info .meeting-main {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}
.modal .modal-content .meeting-wrapper-info .meeting-main .meeting-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #e7f1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.modal .modal-content .meeting-wrapper-info .meeting-main .meeting-text h2 {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin-bottom: 2px;
}
.modal .modal-content .meeting-wrapper-info .meeting-main .meeting-text p {
  font-size: 14px;
  color: #7d7d7d;
}
.modal .modal-content .meeting-wrapper-info .card-meeting211 {
  background: #fff;
  border-radius: 18px;
  padding: 18px 20px;
  margin-bottom: 18px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}
.modal .modal-content .meeting-wrapper-info .card-meeting211 .row-meeting211 {
  display: flex;
  align-items: center;
  gap: 14px;
}
.modal .modal-content .meeting-wrapper-info .card-meeting211 .row-meeting211:last-child {
  margin-bottom: 0;
}
.modal .modal-content .meeting-wrapper-info .card-meeting211 .row-meeting211 .icon-pill {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.modal .modal-content .meeting-wrapper-info .card-meeting211 .row-meeting211 .icon-blue {
  background: #e8efff;
  color: #2965ff;
}
.modal .modal-content .meeting-wrapper-info .card-meeting211 .row-meeting211 .icon-purple {
  background: #f4e7ff;
  color: #9b4de3;
}
.modal .modal-content .meeting-wrapper-info .card-meeting211 .row-meeting211 .icon-red {
  background: #ffe8e8;
  color: #e34545;
}
.modal .modal-content .meeting-wrapper-info .card-meeting211 .row-meeting211 .row-text small {
  font-size: 13px;
  color: #9b9b9b;
  margin-bottom: 2px;
  display: block;
}
.modal .modal-content .meeting-wrapper-info .card-meeting211 .row-meeting211 .row-text span {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}
.modal .modal-content .meeting-wrapper-info .card-meeting211 .section-title-meeting {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #111;
}
.modal .modal-content .meeting-wrapper-info .card-meeting211 {
  /* ✅ improved image layout */
}
.modal .modal-content .meeting-wrapper-info .card-meeting211 .image-grid-meeting {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
}
.modal .modal-content .meeting-wrapper-info .card-meeting211 .image-grid-meeting img {
  width: 100%;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.modal .modal-content .resume-upload-cardRJP {
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
}
.modal .modal-content .resume-upload-cardRJP .upload-boxRJP {
  border: 2px dashed #cbd5e1;
  border-radius: 14px;
  padding: 30px 20px;
  transition: 0.3s;
}
.modal .modal-content .resume-upload-cardRJP .upload-boxRJP:hover {
  border-color: #f25822;
  background: #f8fafc;
}
.modal .modal-content .resume-upload-cardRJP .upload-boxRJP .upload-labelRJP {
  cursor: pointer;
  display: block;
}
.modal .modal-content .resume-upload-cardRJP .upload-boxRJP .upload-labelRJP .upload-iconRJP {
  font-size: 42px;
  margin-bottom: 12px;
}
.modal .modal-content .resume-upload-cardRJP .upload-boxRJP .upload-labelRJP .upload-titleRJP {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.modal .modal-content .resume-upload-cardRJP .upload-boxRJP .upload-labelRJP .upload-descRJP {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 16px;
}
.modal .modal-content .resume-upload-cardRJP .upload-boxRJP .upload-labelRJP .upload-btnRJP {
  display: inline-block;
  padding: 10px 18px;
  background: #f25822;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.modal .modal-content .resume-upload-cardRJP .skip-btnRJP {
  margin-top: 16px;
  background: transparent;
  border: none;
  color: #64748b;
  font-size: 14px;
  cursor: pointer;
}
.modal .modal-content .resume-upload-cardRJP .skip-btnRJP:hover {
  color: #f25822;
}

.container-plan {
  text-align: center;
}
.container-plan h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.container-plan .toggle {
  display: inline-flex;
  border: 2px solid #ff5e2e;
  border-radius: 30px;
  padding: 4px;
  margin-bottom: 40px;
}
.container-plan .toggle button {
  background: transparent;
  color: #ff5e2e;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}
.container-plan .toggle button.active {
  background: #ff5e2e;
  color: #fff;
}
.container-plan .plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.container-plan .plans .plan {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  border: 1px solid #2a2a2a;
  text-align: left;
  position: relative;
  transition: all 0.3s ease;
}
.container-plan .plans .plan:hover {
  border-color: #444;
  transform: translateY(-4px);
}
.container-plan .plans .plan h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.container-plan .plans .plan .price {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0 15px;
}
.container-plan .plans .plan .price span {
  font-size: 13px;
  color: #aaa;
}
.container-plan .plans .plan p {
  color: #bbb;
  font-size: 14px;
  margin-bottom: 20px;
}
.container-plan .plans .plan .btn {
  display: block;
  width: 100%;
  padding: 12px 0;
  border: none;
  border-radius: 25px;
  background: transparent;
  border: 2px solid #ff5e2e;
  color: #ff5e2e;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}
.container-plan .plans .plan .features {
  list-style: none;
  padding: 0;
  margin-top: 25px;
  color: #bbb;
}
.container-plan .plans .plan .features li {
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.container-plan .plans .plan .features li .verified-img {
  width: 25px;
}
.container-plan .plans .plan.highlight {
  background: #fff;
  border: 1px solid #3a3a5e;
}
.container-plan .plans .plan .new {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ff5e2e;
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 6px;
}
.container-plan .plans-section {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}
.container-plan .plans-section.active {
  display: grid;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .container-plan .plan {
    text-align: center;
  }
  .container-plan .plan .features {
    text-align: left;
    display: inline-block;
  }
}

.container-org-mgt {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
}
.container-org-mgt h2 {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 600;
  color: #222;
  text-align: center;
}
.container-org-mgt .section {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px 20px;
  background: #fff;
}
.container-org-mgt .section p {
  font-size: 18px;
  margin: 5px 0 15px;
  color: #333;
}
.container-org-mgt .warning-box {
  background: #ffeaea;
  border: 1px solid #f5b6b6;
  border-radius: 12px;
  padding: 15px;
}
.container-org-mgt .warning-box h3 {
  color: #d32f2f;
  font-size: 16px;
  margin: 0 0 6px;
}
.container-org-mgt .warning-box p {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}
.container-org-mgt .warning-box .org-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.container-org-mgt .warning-box .org-btn-wrapper .btn {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 12px;
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
}
.container-org-mgt .warning-box .org-btn-wrapper .btn:hover {
  transform: scale(1.02);
}
.container-org-mgt .warning-box .org-btn-wrapper .btn.btn-orange {
  background: #ff9800;
  color: #fff;
}
.container-org-mgt .warning-box .org-btn-wrapper .btn.btn-red {
  background: #e53935;
  color: #fff;
}
.container-org-mgt .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.container-org-mgt .popup {
  background: #fff;
  border-radius: 18px;
  padding: 25px 20px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  animation: fadeIn 0.2s ease-in;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.container-org-mgt .popup .popup-icon {
  font-size: 42px;
  margin-bottom: 10px;
}
.container-org-mgt .popup h3 {
  margin: 5px 0 10px;
  font-size: 20px;
  font-weight: 600;
}
.container-org-mgt .popup p {
  font-size: 14px;
  color: #444;
  margin-bottom: 12px;
  line-height: 1.4;
}
.container-org-mgt .popup ul {
  text-align: left;
  font-size: 14px;
  color: #333;
  margin: 10px 0 15px;
  padding-left: 20px;
}
.container-org-mgt .popup ul li {
  margin-bottom: 5px;
  list-style: disc;
}
.container-org-mgt .popup .delete-warning {
  background: #ffeaea;
  border: 1px solid #f5b6b6;
  border-radius: 10px;
  padding: 10px;
}
.container-org-mgt .popup .delete-warning strong {
  color: #d32f2f;
}
.container-org-mgt .popup .popup-btns {
  display: flex;
  gap: 10px;
}
.container-org-mgt .popup .popup-btns button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
}
.container-org-mgt .popup .popup-btns .cancel-btn {
  background: #eee;
}
.container-org-mgt .popup .popup-btns .confirm-orange {
  background: #ff9800;
  color: white;
}
.container-org-mgt .popup .popup-btns .confirm-red {
  background: #e53935;
  color: white;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.upload-box {
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.upload-box .upload-icon {
  font-size: 35px;
  color: #999;
  margin-bottom: 8px;
}
.upload-box .upload-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.upload-box small {
  color: #666;
  display: block;
  margin-bottom: 10px;
}
.upload-box .btn-primary {
  background: #f25822;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
}

.file-attached {
  border: 2px solid #1aa64d;
  border-radius: 12px;
  padding: 20px;
  background: #f6fff8;
  margin-bottom: 20px;
  text-align: center;
  display: none;
}
.file-attached .check-icon {
  font-size: 35px;
  color: #1aa64d;
  margin-bottom: 6px;
}
.file-attached .file-text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.file-attached .file-box {
  background: #eafbea;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.file-attached .file-box .file-name {
  color: #333;
  font-size: 14px;
  word-break: break-all;
}
.file-attached .file-box a {
  text-decoration: none;
  font-size: 16px;
}
.file-attached .file-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.file-attached .file-actions button {
  border: none;
  background: none;
  font-size: 14px;
  cursor: pointer;
}
.file-attached .file-actions button.change-btn {
  color: #008cff;
}
.file-attached .file-actions button.remove-btn {
  color: #e03131;
}

.pop-int,
.pop-des {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  font-size: 15px;
  background: #f9f9f9;
  margin-top: 8px;
}

.tracking-container .topbar__tracker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
}
.tracking-container .topbar__tracker .topbar__title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}
.tracking-container .topbar__tracker .topbar__refresh {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #999ea8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 8px;
}
.tracking-container {
  /* ---------- tracker-list ---------- */
}
.tracking-container .tracker-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tracking-container {
  /* ---------- Card ---------- */
}
.tracking-container .tracker-item-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
  padding: 14px;
  gap: 12px;
  border: 1px solid #ccc;
}
.tracking-container .card__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  /* ---------- Avatar ---------- */
}
.tracking-container .card__left .avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f3f4f6 0%, #e9eef2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #374151;
  font-size: 20px;
}
.tracking-container .card__left {
  /* ---------- Meta Info ---------- */
}
.tracking-container .card__left .meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tracking-container .card__left .meta__row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tracking-container .card__left .name {
  font-weight: 700;
  font-size: 15px;
  color: #111827;
}
.tracking-container .card__left .badge {
  background: #ff6a2b;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 8px;
}
.tracking-container .card__left .role {
  font-size: 13px;
  color: #999ea8;
}
.tracking-container .card__right .status {
  font-size: 13px;
  color: #999ea8;
  line-height: 1.2;
}
.tracking-container .card__right .status__label {
  font-weight: 600;
  color: #999ea8;
  font-size: 12px;
}
.tracking-container .card__right .status__time {
  color: #6b7280;
  margin-top: 2px;
}
.tracking-container {
  /* ---------- Responsive ---------- */
}
@media (max-width: 400px) {
  .tracking-container .avatar {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
  .tracking-container .tracker-item-card {
    padding: 12px;
  }
  .tracking-container .name {
    font-size: 14px;
  }
}

.traking-detail-wrapper .traking-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.traking-detail-wrapper .traking-detail-header .header-left-tracking {
  display: flex;
  align-items: center;
  gap: 10px;
}
.traking-detail-wrapper .traking-detail-header .header-left-tracking .back-btn {
  font-size: 22px;
  cursor: pointer;
}
.traking-detail-wrapper .traking-detail-header .header-left-tracking .emp-info h2 {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 4px;
}
.traking-detail-wrapper .traking-detail-header .header-left-tracking .emp-info p {
  font-size: 13px;
  color: #6b7280;
}
.traking-detail-wrapper .traking-detail-header .header-icons-tracking {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}
.traking-detail-wrapper .traking-detail-header .header-icons-tracking .topbar__refresh {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #999ea8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 8px;
}
.traking-detail-wrapper .main-content-tarcking-wrapper {
  display: flex;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .timeline-column {
  width: 25%;
  border-right: 1px solid #eee;
  overflow-y: auto;
  background: #fff;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  height: 500px;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .timeline-column.collapsed {
  width: 60px;
  padding: 20px 0;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .timeline-column.collapsed .timeline-content {
  opacity: 0;
  visibility: hidden;
  width: 0;
  overflow: hidden;
  transition: opacity 0.2s ease;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .timeline-column .timeline-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .timeline-column .timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 34px;
  width: 2px;
  height: calc(100% - 34px);
  background: #e5e7eb;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .timeline-column .timeline-item .timeline-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .timeline-column .timeline-item .timeline-icon.flag {
  color: #3b82f6;
  border-color: #3b82f6;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .timeline-column .timeline-item .timeline-content .time {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 4px;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .timeline-column .timeline-item .timeline-content .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .timeline-column .timeline-item .timeline-content .location {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 2px;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .timeline-column .timeline-item .timeline-content .duration {
  font-size: 13px;
  color: #22c55e;
  font-weight: 500;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .timeline-column::-webkit-scrollbar {
  width: 6px;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .timeline-column::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .map-column {
  flex: 1;
  position: relative;
  transition: all 0.4s ease;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .map-column iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .map-column .map-toggle {
  position: absolute;
  left: -20px;
  top: 20%;
  transform: translateY(-50%);
  background: #ff6a2b;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
  font-size: 20px;
}
.traking-detail-wrapper .main-content-tarcking-wrapper .map-column .map-toggle:hover {
  background: #ff824f;
}
@media (max-width: 768px) {
  .traking-detail-wrapper .main-content-tarcking-wrapper {
    flex-direction: column;
  }
  .traking-detail-wrapper .main-content-tarcking-wrapper .timeline-column {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }
  .traking-detail-wrapper .main-content-tarcking-wrapper .map-column {
    height: 300px;
  }
  .traking-detail-wrapper .main-content-tarcking-wrapper .map-column .map-toggle {
    left: 50%;
    top: auto;
    bottom: 10px;
    transform: translateX(-50%);
  }
}

.Live-tracking-btn {
  background: #ff5e2e;
  border: none;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.dashboard-wrapper .stats-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.dashboard-wrapper .stats-wrapper .stat-card {
  background: #f0f1f6;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #ccc;
}
.dashboard-wrapper .stats-wrapper .stat-card .top-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dashboard-wrapper .stats-wrapper .stat-card .top-row .icon-badge {
  width: 40px;
  height: 40px;
  background: #f4f4ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
}
.dashboard-wrapper .stats-wrapper .stat-card .top-row h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.dashboard-wrapper .stats-wrapper .stat-card .top-row p {
  margin: 0;
  font-size: 13px;
  color: #777;
}
.dashboard-wrapper .stats-wrapper .stat-card .data-box {
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.dashboard-wrapper .stats-wrapper .stat-card .data-box .big-number {
  font-size: 22px;
  font-weight: 700;
}
.dashboard-wrapper .stats-wrapper .stat-card .data-box .details-btn {
  background: transparent;
  padding: 4px 14px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #ccc;
}
.dashboard-wrapper .stats-wrapper .stat-card .compare {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
}
.dashboard-wrapper .stats-wrapper .stat-card .compare span {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
}
.dashboard-wrapper .stats-wrapper .stat-card .compare.up {
  color: #22c55e;
}
.dashboard-wrapper .stats-wrapper .stat-card .compare.down {
  color: #ef4444;
}
.dashboard-wrapper .leave-dashboard {
  display: grid;
  grid-template-columns: 2fr 1.3fr;
  gap: 16px;
  margin-top: 16px;
}
@media (max-width: 900px) {
  .dashboard-wrapper .leave-dashboard {
    grid-template-columns: 1fr;
  }
}
.dashboard-wrapper .leave-dashboard .card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 25px rgba(15, 23, 42, 0.06);
  padding: 16px;
  border: 1px solid #ccc;
}
.dashboard-wrapper .leave-dashboard .card .emp-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard-wrapper .leave-dashboard .card .avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  overflow: hidden;
  background: #e5e7eb;
  flex-shrink: 0;
}
.dashboard-wrapper .leave-dashboard .card .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.dashboard-wrapper .leave-dashboard .card .emp-name {
  font-weight: 500;
}
.dashboard-wrapper .leave-dashboard .card {
  /* leave type badges */
}
.dashboard-wrapper .leave-dashboard .card .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}
.dashboard-wrapper .leave-dashboard .card .badge-sick {
  background: #e6fcf6;
  color: #069668;
}
.dashboard-wrapper .leave-dashboard .card .badge-casual {
  background: #f3e8ff;
  color: #6b21a8;
}
.dashboard-wrapper .leave-dashboard .card .badge-annual {
  background: #fff3e0;
  color: #b45309;
}
.dashboard-wrapper .leave-dashboard .card .custom-card-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-wrapper .leave-dashboard .card .custom-card-header .view-all {
  background: #f4f6fb;
  padding: 6px 12px;
  font-size: 14px;
  color: #333;
  border-radius: 6px;
  text-decoration: none;
}
.dashboard-wrapper .leave-dashboard .card .birthday-card .birthday-row {
  margin-bottom: 20px;
}
.dashboard-wrapper .leave-dashboard .card .birthday-card .birthday-row h4 {
  font-size: 14px;
  font-weight: 600;
  color: #7b7b7b;
  margin-bottom: 12px;
}
.dashboard-wrapper .leave-dashboard .card .birthday-card .birthday-row .birthday-item {
  background: #f9fbfe;
  border: 1px solid #e7edf5;
  padding: 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.dashboard-wrapper .leave-dashboard .card .birthday-card .birthday-row .birthday-item img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.dashboard-wrapper .leave-dashboard .card .birthday-card .birthday-row .birthday-item .info {
  flex: 1;
}
.dashboard-wrapper .leave-dashboard .card .birthday-card .birthday-row .birthday-item .info h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1c1c1c;
}
.dashboard-wrapper .leave-dashboard .card .birthday-card .birthday-row .birthday-item .info p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #6b6b6b;
}
.dashboard-wrapper .leave-dashboard .card .birthday-card .birthday-row .birthday-item .send-btn {
  background: #3b6bb1;
  color: #fff;
  padding: 8px 15px;
  font-size: 13px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.dashboard-wrapper .leave-dashboard .card .birthday-card .birthday-row .birthday-item .send-btn .icon {
  width: 14px;
  height: 14px;
  background: url("https://cdn-icons-png.flaticon.com/512/786/786205.png") no-repeat center/cover;
}
.dashboard-wrapper .leave-dashboard .card .birthday-card .birthday-row .birthday-item .send-btn:hover {
  background: #2d5996;
}
.dashboard-wrapper .task-dashboard {
  display: flex;
}
.dashboard-wrapper .task-dashboard .m-70info {
  width: 65%;
  height: -moz-max-content;
  height: max-content;
}
.dashboard-wrapper .task-dashboard .m-30info {
  width: 35%;
  height: -moz-max-content;
  height: max-content;
}
.dashboard-wrapper .task-dashboard {
  /* Team Avatars */
}
.dashboard-wrapper .task-dashboard .team {
  display: flex;
  align-items: center;
}
.dashboard-wrapper .task-dashboard .team img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}
.dashboard-wrapper .task-dashboard .team img:first-child {
  margin-left: 0;
}
.dashboard-wrapper .task-dashboard .team .extra {
  background: #ff7f27;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 20px;
  margin-left: -10px;
}
.dashboard-wrapper .task-dashboard {
  /* Progress bar */
}
.dashboard-wrapper .task-dashboard .progress {
  margin-top: 4px;
  width: 120px;
  height: 6px;
  background: #e5e7ec;
  border-radius: 10px;
}
.dashboard-wrapper .task-dashboard .progress div {
  height: 100%;
  background: #ff8748;
  border-radius: 10px;
}
.dashboard-wrapper .task-dashboard {
  /* Priority Badge */
}
.dashboard-wrapper .task-dashboard .badge {
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 13px;
  color: #fff;
}
.dashboard-wrapper .task-dashboard .badge.high {
  background: #d9534f;
}
.dashboard-wrapper .task-dashboard .badge.medium {
  background: #ec4eb9;
}
.dashboard-wrapper .task-dashboard .badge.low {
  background: #28a745;
}
.dashboard-wrapper .task-dashboard .chart-card .chart-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-wrapper .task-dashboard .chart-card .chart-wrapper .employeetaskstatus {
  width: 260px !important;
  height: 260px !important;
  margin: auto;
}
.dashboard-wrapper .task-dashboard .chart-card .chart-wrapper .center-text {
  position: absolute;
  text-align: center;
  top: 43%;
}
.dashboard-wrapper .task-dashboard .chart-card .chart-wrapper .center-text p {
  margin: 0;
  font-size: 14px;
  color: #6f6f6f;
}
.dashboard-wrapper .task-dashboard .chart-card .chart-wrapper .center-text h2 {
  margin-top: 3px;
  font-size: 28px;
  font-weight: 700;
}
.dashboard-wrapper .task-dashboard .chart-card .legend-box {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  background: #f0f1f6;
  padding: 10px;
  border-radius: 5px;
  row-gap: 16px;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.dashboard-wrapper .task-dashboard .chart-card .legend-box .legend-item {
  font-size: 12px;
  color: #444;
}
.dashboard-wrapper .task-dashboard .chart-card .legend-box .legend-item strong {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 700;
}
.dashboard-wrapper .task-dashboard .chart-card .legend-box .legend-item .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.dashboard-wrapper .task-dashboard .chart-card .legend-box .legend-item .dot.yellow {
  background: #f7c600;
}
.dashboard-wrapper .task-dashboard .chart-card .legend-box .legend-item .dot.blue {
  background: #70b9ff;
}
.dashboard-wrapper .task-dashboard .chart-card .legend-box .legend-item .dot.red {
  background: #f58a8a;
}
.dashboard-wrapper .task-dashboard .chart-card .legend-box .legend-item .dot.green {
  background: #32c766;
}

.stats-wrapper-viewHRX {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.stats-wrapper-viewHRX .stat-card-viewHRX {
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.stats-wrapper-viewHRX .stat-card-viewHRX h2 {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}
.stats-wrapper-viewHRX .stat-card-viewHRX p {
  font-size: 14px;
  color: #475569;
}
.stats-wrapper-viewHRX .stat-icon-viewHRX {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.stats-wrapper-viewHRX .stat-icon-viewHRX i {
  font-size: 22px;
}
.stats-wrapper-viewHRX {
  /* pastel background variations */
}
.stats-wrapper-viewHRX .stat-blue-viewHRX {
  background: #e8f0ff;
}
.stats-wrapper-viewHRX .stat-blue-viewHRX .stat-icon-viewHRX i {
  color: #4f46e5;
}
.stats-wrapper-viewHRX .stat-purple-viewHRX {
  background: #f3e9ff;
}
.stats-wrapper-viewHRX .stat-purple-viewHRX .stat-icon-viewHRX i {
  color: #8b5cf6;
}
.stats-wrapper-viewHRX .stat-green-viewHRX {
  background: #e4fdf0;
}
.stats-wrapper-viewHRX .stat-green-viewHRX .stat-icon-viewHRX i {
  color: #10b981;
}
.stats-wrapper-viewHRX .stat-orange-viewHRX {
  background: #ffeccd;
}
.stats-wrapper-viewHRX .stat-orange-viewHRX .stat-icon-viewHRX i {
  color: #f59e0b;
}

.pipeline-wrapper-viewHRX {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 20px;
}
.pipeline-wrapper-viewHRX .pipeline-card-viewHRX {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 10px;
  text-align: center;
  border: 1px solid #ededed;
}
.pipeline-wrapper-viewHRX .pipeline-card-viewHRX p {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}
.pipeline-wrapper-viewHRX .pipeline-badge-viewHRX {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.pipeline-wrapper-viewHRX {
  /* COLORS */
}
.pipeline-wrapper-viewHRX .badge-new-viewHRX {
  background: linear-gradient(135deg, #5468ff, #8b5cf6);
}
.pipeline-wrapper-viewHRX .badge-shortlisted-viewHRX {
  background: #f59e0b;
}
.pipeline-wrapper-viewHRX .badge-interview-viewHRX {
  background: #a855f7;
}
.pipeline-wrapper-viewHRX .badge-selected-viewHRX {
  background: #10b981;
}
.pipeline-wrapper-viewHRX .badge-rejected-viewHRX {
  background: #ef4444;
}

.employment-type-RQ {
  border: none;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}

.full-time-job {
  background: #E8F5E9;
  color: #388E3C;
}

.part-time-job {
  background: #FFF3E0;
  color: #F57C00;
}

.create-job-page {
  width: 100%;
}
.create-job-page .job-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.create-job-page .job-page-header .job-page-title {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 8px;
}
.create-job-page .job-page-header .job-page-title-badge {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fce5df;
  color: #ff5e2e;
  font-weight: 600;
}
.create-job-page .job-page-header .job-page-subtitle {
  font-size: 13px;
  color: #6b7280;
}
.create-job-page .job-form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.11), 0 0 0 1px rgba(148, 163, 184, 0.2);
  border: 1px solid rgba(148, 163, 184, 0.35);
}
.create-job-page .job-form-card .job-form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.create-job-page .job-form-card .job-form-header .job-form-header-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.create-job-page .job-form-card .job-form-header .job-form-header-left .job-form-header-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}
.create-job-page .job-form-card .job-form-header .job-form-header-left .job-form-header-sub {
  font-size: 12px;
  color: #6b7280;
}
.create-job-page .job-form-card .job-form-header .job-form-status-pill {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #d1fae5;
  background: #ecfdf5;
  font-size: 11px;
  color: #047857;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.create-job-page .job-form-card .job-form-header .job-form-status-pill .job-form-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25);
}
.create-job-page .job-form-card form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.create-job-page .section-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.create-job-page .section-hint {
  font-size: 11px;
  color: #6b7280;
}
.create-job-page .card-section {
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  padding: 16px 16px 12px;
  background: linear-gradient(135deg, #f9fafb 0, #ffffff 40%);
}
.create-job-page .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
}
.create-job-page .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 16px;
}
.create-job-page .form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.create-job-page .form-field .select2-container--default .select2-selection--multiple {
  background-color: #f9fafb !important;
  border: 1px solid #e5e7eb !important;
  font-size: 12px !important;
  padding-bottom: 6px !important;
}
.create-job-page .form-field .select2-container .select2-search--inline .select2-search__field {
  margin-top: 8px !important;
}
.create-job-page .form-field .select2-container {
  width: 100% !important;
}
.create-job-page .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.create-job-page .label-optional {
  font-size: 11px;
  color: #6b7280;
  font-weight: 400;
}
.create-job-page .form-input,
.create-job-page .form-select,
.create-job-page .form-textarea {
  width: 100%;
  padding: 9px 10px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 13px;
  color: #111827;
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
.create-job-page .form-input::-moz-placeholder, .create-job-page .form-textarea::-moz-placeholder {
  color: #9ca3af;
  font-size: 12px;
}
.create-job-page .form-input::placeholder,
.create-job-page .form-textarea::placeholder {
  color: #9ca3af;
  font-size: 12px;
}
.create-job-page .form-input:focus,
.create-job-page .form-select:focus,
.create-job-page .form-textarea:focus {
  border-color: #ff5e2e;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(255, 94, 46, 0.27);
}
.create-job-page .form-textarea {
  resize: vertical;
  min-height: 70px;
  max-height: 140px;
}
.create-job-page .choices-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.create-job-page .chip-radio {
  position: relative;
}
.create-job-page .chip-radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.create-job-page .chip-radio-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  cursor: pointer;
  transition: all 0.16s ease;
}
.create-job-page .chip-radio-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #9ca3af;
  background: #ffffff;
}
.create-job-page .chip-radio input:checked + .chip-radio-label {
  border-color: #ff5e2e;
  background: rgba(255, 94, 46, 0.1411764706);
  color: #ff5e2e;
}
.create-job-page .chip-radio input:checked + .chip-radio-label .chip-radio-dot {
  border-color: transparent;
  background: #ff5e2e;
  box-shadow: 0 0 0 2px rgba(255, 94, 46, 0.36);
}
.create-job-page .field-inline {
  display: flex;
  align-items: center;
  gap: 8px;
}
.create-job-page .field-inline span {
  font-size: 11px;
  color: #9ca3af;
}
.create-job-page .salary-visibility {
  margin-top: 6px;
  font-size: 12px;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 6px;
}
.create-job-page .salary-visibility input {
  width: 14px;
  height: 14px;
}
.create-job-page .salary-visibility-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.create-job-page .salary-visibility-pill {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(255, 94, 46, 0.1019607843);
  color: #ff5e2e;
  font-weight: 600;
}
.create-job-page .tag-hint {
  font-size: 11px;
  color: #6b7280;
  margin-top: 3px;
}
.create-job-page .form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px dashed #e5e7eb;
}
.create-job-page .footer-left {
  font-size: 11px;
  color: #6b7280;
}
.create-job-page .footer-left strong {
  color: #111827;
  font-weight: 600;
}
.create-job-page .footer-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.create-job-page .btn-job {
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  outline: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}
.create-job-page .btn-Publish {
  background: #ff5e2e;
  color: #ffffff;
}
.create-job-page .btn-Draft {
  background: #f3f4f6;
  color: #374151;
}

.job-details-page-viewHRX {
  width: 100%;
  /* GRID FOR LEFT + RIGHT */
}
.job-details-page-viewHRX .job-top-grid-viewHRX {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
}
@media (max-width: 900px) {
  .job-details-page-viewHRX .job-top-grid-viewHRX {
    grid-template-columns: 1fr;
  }
}
.job-details-page-viewHRX {
  /* LEFT SECTION */
}
.job-details-page-viewHRX .job-left-viewHRX {
  background: #ffffff;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}
.job-details-page-viewHRX .job-left-viewHRX .job-title-viewHRX {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}
.job-details-page-viewHRX .job-left-viewHRX .job-tags-viewHRX {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.job-details-page-viewHRX .job-left-viewHRX .job-tags-viewHRX .tag-viewHRX {
  padding: 4px 12px;
  font-size: 13px;
  border-radius: 8px;
  font-weight: 600;
}
.job-details-page-viewHRX .job-left-viewHRX .job-tags-viewHRX .tag-green-viewHRX {
  background: #e3fcef;
  color: #0f9d58;
}
.job-details-page-viewHRX .job-left-viewHRX .job-tags-viewHRX .tag-blue-viewHRX {
  background: #e1efff;
  color: #2563eb;
}
.job-details-page-viewHRX .job-left-viewHRX .job-tags-viewHRX .tag-purple-viewHRX {
  background: #f3e8ff;
  color: #8b5cf6;
}
.job-details-page-viewHRX .job-left-viewHRX {
  /* STATS */
}
.job-details-page-viewHRX .job-left-viewHRX .stats-row-viewHRX {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 15px;
}
@media (max-width: 600px) {
  .job-details-page-viewHRX .job-left-viewHRX .stats-row-viewHRX {
    grid-template-columns: repeat(2, 1fr);
  }
}
.job-details-page-viewHRX .job-left-viewHRX .stats-row-viewHRX .stat-box-viewHRX {
  background: linear-gradient(180deg, #ebf5ff, #d8ebff);
  padding: 20px 10px;
  border-radius: 12px;
  text-align: center;
}
.job-details-page-viewHRX .job-left-viewHRX .stats-row-viewHRX .stat-box-viewHRX h2 {
  font-size: 26px;
  color: #1e40af;
  font-weight: 800;
}
.job-details-page-viewHRX .job-left-viewHRX .stats-row-viewHRX .stat-box-viewHRX p {
  margin-top: 6px;
  font-size: 14px;
  color: #374151;
}
.job-details-page-viewHRX {
  /* JOB INFO CARD */
}
.job-details-page-viewHRX .job-info-card-viewHRX,
.job-details-page-viewHRX .job-left-viewHRX {
  background: #ffffff;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}
.job-details-page-viewHRX .job-info-card-viewHRX .section-heading-viewHRX,
.job-details-page-viewHRX .job-left-viewHRX .section-heading-viewHRX {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
}
.job-details-page-viewHRX .job-info-card-viewHRX .info-block-viewHRX,
.job-details-page-viewHRX .job-left-viewHRX .info-block-viewHRX {
  margin-bottom: 20px;
}
.job-details-page-viewHRX .job-info-card-viewHRX .info-block-viewHRX h4,
.job-details-page-viewHRX .job-left-viewHRX .info-block-viewHRX h4 {
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 6px;
}
.job-details-page-viewHRX .job-info-card-viewHRX .info-block-viewHRX p,
.job-details-page-viewHRX .job-left-viewHRX .info-block-viewHRX p {
  font-size: 14px;
  color: #374151;
  line-height: 1.5;
}
.job-details-page-viewHRX .job-info-card-viewHRX .info-grid-viewHRX,
.job-details-page-viewHRX .job-left-viewHRX .info-grid-viewHRX {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 20px;
}
.job-details-page-viewHRX .job-info-card-viewHRX .info-grid-viewHRX h4,
.job-details-page-viewHRX .job-left-viewHRX .info-grid-viewHRX h4 {
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 4px;
}
.job-details-page-viewHRX .job-info-card-viewHRX .info-grid-viewHRX p,
.job-details-page-viewHRX .job-left-viewHRX .info-grid-viewHRX p {
  font-size: 14px;
  color: #374151;
}
.job-details-page-viewHRX .job-info-card-viewHRX .skills-viewHRX h4,
.job-details-page-viewHRX .job-left-viewHRX .skills-viewHRX h4 {
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 8px;
}
.job-details-page-viewHRX .job-info-card-viewHRX .skills-viewHRX .skills-list-viewHRX,
.job-details-page-viewHRX .job-left-viewHRX .skills-viewHRX .skills-list-viewHRX {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.job-details-page-viewHRX .job-info-card-viewHRX .skills-viewHRX .skills-list-viewHRX span,
.job-details-page-viewHRX .job-left-viewHRX .skills-viewHRX .skills-list-viewHRX span {
  padding: 5px 12px;
  background: #dbeafe;
  color: #1e3a8a;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
}
.job-details-page-viewHRX {
  /* APPLICATIONS BOX */
}
.job-details-page-viewHRX .applications-box-viewHRX {
  margin-top: 20px;
  background: #ffffff;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  /* STATUS BADGE */
}
.job-details-page-viewHRX .applications-box-viewHRX .status-badge-shortlisted-viewHRX {
  background: #ede9fe;
  color: #5b21b6;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  border: none;
}

.card-content1 .tracking-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 640px) {
  .card-content1 .tracking-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .card-content1 .tracking-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.card-content1 .status-card {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.03);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 110px;
  color: #e6eef8;
}
.card-content1 .status-card .card-top {
  display: flex;
  gap: 0.875rem;
  align-items: center;
}
.card-content1 .status-card .status-icon {
  flex: 0 0 46px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  box-shadow: inset 0 -6px 18px rgba(0, 0, 0, 0.25);
}
.card-content1 .status-card .status-meta .status-label {
  font-weight: 700;
  font-size: 1rem;
  color: #333;
}
.card-content1 .status-card .status-meta .status-sub {
  font-size: 0.78rem;
  color: #10b981;
  margin-top: 0.3rem;
}
.card-content1 .status-card .card-value {
  margin-top: 0.9rem;
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  text-align: center;
}
.card-content1 .status-card.status-active {
  background: #fff;
  border-top: 4px solid rgba(16, 185, 129, 0.9);
}
.card-content1 .status-card.status-active .status-icon {
  background: rgba(16, 185, 129, 0.12);
  color: #10b981;
}
.card-content1 .status-card.status-active .card-value {
  color: #10b981;
}
.card-content1 .status-card.status-break {
  background: #fff;
  border-top: 4px solid rgba(249, 115, 22, 0.9);
}
.card-content1 .status-card.status-break .status-icon {
  background: rgba(249, 115, 22, 0.12);
  color: #f97316;
}
.card-content1 .status-card.status-break .card-value {
  color: #f97316;
}
.card-content1 .status-card.status-avg-hours {
  background: #fff;
  border-top: 4px solid rgba(59, 130, 246, 0.9);
}
.card-content1 .status-card.status-avg-hours .status-icon {
  background: rgba(59, 130, 246, 0.12);
  color: #3b82f6;
}
.card-content1 .status-card.status-avg-hours .card-value {
  color: #3b82f6;
}
.card-content1 .status-card.status-productivity {
  background: #fff;
  border-top: 4px solid rgba(99, 102, 241, 0.9);
}
.card-content1 .status-card.status-productivity .status-icon {
  background: rgba(99, 102, 241, 0.12);
  color: #6366f1;
}
.card-content1 .status-card.status-productivity .card-value {
  color: #60a5fa;
}

/* Active Employees + Recent Activity timeline (responsive) */
.split-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media (min-width: 640px) {
  .split-grid {
    grid-template-columns: 2fr 1fr;
  }
}

/* Large card used for the Active Employees list */
.employees-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.03);
  color: #0b1220;
}
.employees-card .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.employees-card .card-head h3 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: #111827;
  font-weight: 700;
}
.employees-card .card-head .filter-btn {
  background: transparent;
  border: 1px solid rgba(16, 185, 129, 0.08);
  padding: 0.45rem 0.7rem;
  border-radius: 6px;
  font-size: 0.78rem;
  color: #4b5563;
  cursor: pointer;
}
.employees-card .employee-list {
  display: flex;
  flex-direction: column;
}
.employees-card .employee-list .employee-item {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(2, 6, 23, 0.06);
}
.employees-card .employee-list .employee-item:first-child {
  border-top: none;
}
.employees-card .employee-list .employee-item .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  background: linear-gradient(135deg, #10b981 0%, #60a5fa 100%);
  box-shadow: 0 6px 20px rgba(2, 6, 23, 0.25);
  flex-shrink: 0;
}
.employees-card .employee-list .employee-item .meta .name {
  font-weight: 700;
  color: #111827;
  font-size: 0.95rem;
}
.employees-card .employee-list .employee-item .meta .role {
  font-size: 0.78rem;
  color: #6b7280;
  margin-top: 0.28rem;
}
.employees-card .employee-list .employee-item .status-tag {
  justify-self: center;
  padding: 0.35rem 0.7rem;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  color: #10b981;
}
.employees-card .employee-list .employee-item .small-meta {
  text-align: right;
  font-size: 0.88rem;
  color: #374151;
}
@media (max-width: 640px) {
  .employees-card .employee-list .employee-item {
    grid-template-columns: auto 1fr auto;
  }
  .employees-card .employee-list .employee-item .small-meta {
    display: none;
  }
}

/* Recent Activity timeline card */
.recent-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.03);
  color: #0b1220;
}
.recent-card .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.recent-card .card-head h3 {
  margin: 0;
  font-size: 1.05rem;
  color: #111827;
  font-weight: 700;
}
.recent-card .timeline {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.recent-card .timeline .timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.6rem 0;
  border-top: 1px solid rgba(2, 6, 23, 0.06);
}
.recent-card .timeline .timeline-item:first-child {
  border-top: none;
}
.recent-card .timeline .timeline-item .time {
  font-size: 0.78rem;
  color: #6b7280;
  width: 56px;
  text-align: left;
}
.recent-card .timeline .timeline-item .content .label {
  font-size: 0.72rem;
  color: #10b981;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.recent-card .timeline .timeline-item .content .title {
  font-weight: 700;
  color: #111827;
  margin-top: 0.18rem;
}
.recent-card .timeline .timeline-item .content .desc {
  font-size: 0.82rem;
  color: #6b7280;
  margin-top: 0.25rem;
}

/* Attendance Overview - 3 Charts (Weekly, Present vs Absent, Monthly) */
.attendance-overview {
  margin-top: 1.25rem;
}
.attendance-overview .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.attendance-overview .section-head h3 {
  margin: 0;
  font-size: 1.05rem;
  color: #111827;
  font-weight: 700;
}
.attendance-overview .cards-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .attendance-overview .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.attendance-overview .cards-grid .att-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  min-height: 220px;
  color: #0b1220;
}
.attendance-overview .cards-grid .att-card .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.attendance-overview .cards-grid .att-card .card-head .title {
  font-weight: 700;
  color: #111827;
}
.attendance-overview .cards-grid .att-card .card-head .sub {
  font-size: 0.82rem;
  color: #6b7280;
}
.attendance-overview .cards-grid .att-card .chart-wrapJP-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.attendance-overview .cards-grid .att-card .chart-wrapJP-info .colorJP-info {
  width: 10px;
  height: 10px;
  background-color: #10b981;
  border-radius: 50%;
  margin-top: 3px;
  margin-right: 5px;
}
.attendance-overview .cards-grid .att-card .chart-wrapJP-info .colorJP-info.twocolorJP {
  background-color: #f97316;
}
.attendance-overview .cards-grid .att-card .chart-wrap {
  flex: 1 1 auto;
  position: relative;
  height: 180px;
}
.attendance-overview .cards-grid .att-card .card-foot {
  margin-top: 0.6rem;
  display: flex;
  justify-content: flex-end;
  font-size: 0.82rem;
  color: #6b7280;
}
@media (min-width: 1280px) {
  .attendance-overview .cards-grid .att-card .chart-wrap {
    height: 160px;
  }
}

/* Department Wise Performance */
.department-overview {
  margin-top: 1.5rem;
  background: transparent;
}
.department-overview .dept-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.03);
  color: #0b1220;
}
.department-overview .dept-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.department-overview .dept-list .dept-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 6px;
  background: rgba(2, 6, 23, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.department-overview .dept-list .dept-item .dept-name {
  font-weight: 600;
  color: #111827;
}
.department-overview .dept-list .dept-item .dept-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #6b7280;
  font-size: 0.9rem;
}
.department-overview .dept-list .dept-item .dept-meta .meta-item {
  white-space: nowrap;
}
.department-overview .dept-list .dept-item .dept-meta .percent {
  color: #10b981;
  font-weight: 700;
}
@media (max-width: 640px) {
  .department-overview .dept-list .dept-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .department-overview .dept-list .dept-item .dept-meta {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
  }
}
.department-overview {
  /* Progress rows under list */
}
.department-overview .dept-progress {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.department-overview .dept-progress .progress-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.department-overview .dept-progress .progress-row .label {
  flex: 1 1 auto;
  color: #6b7280;
  font-size: 0.92rem;
}
.department-overview .dept-progress .progress-row .progress-wrap {
  flex: 4 1 auto;
  background: rgba(2, 6, 23, 0.06);
  height: 8px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}
.department-overview .dept-progress .progress-row .progress-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(16, 185, 129) 0%, rgb(236, 72, 153) 100%);
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.18);
}
.department-overview .dept-progress .progress-row .value {
  width: 64px;
  text-align: right;
  color: #10b981;
  font-weight: 700;
}
@media (max-width: 640px) {
  .department-overview .dept-progress .progress-row .value {
    width: 48px;
    font-size: 0.86rem;
  }
}

/* Alerts & Top Performers */
.alerts-performers {
  margin-top: 1.5rem;
}
.alerts-performers .grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .alerts-performers .grid {
    grid-template-columns: 1fr 1fr;
  }
}
.alerts-performers .JPgrid-info {
  grid-template-columns: 50% 50%;
}
.alerts-performers {
  /* Alerts card */
}
.alerts-performers .alerts-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.03);
  color: #0b1220;
}
.alerts-performers .alerts-card .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}
.alerts-performers .alerts-card .card-head h4 {
  margin: 0;
  color: #111827;
}
.alerts-performers .alerts-card .alerts-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.alerts-performers .alerts-card .alerts-list .alert-group {
  background: rgba(2, 6, 23, 0.03);
  padding: 0.85rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.alerts-performers .alerts-card .alerts-list .alert-group .group-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.55rem;
}
.alerts-performers .alerts-card .alerts-list .alert-group .group-head .title {
  font-weight: 700;
  color: #111827;
}
.alerts-performers .alerts-card .alerts-list .alert-group .group-head .count {
  color: #10b981;
  font-weight: 700;
}
.alerts-performers .alerts-card .alerts-list .alert-group .items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.alerts-performers .alerts-card .alerts-list .alert-group .items .item {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  color: #374151;
}
.alerts-performers .alerts-card .alerts-list .alert-group .items .item .dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.15);
}
.alerts-performers .alerts-card .alerts-list .alert-group .items .item .meta .name {
  font-weight: 700;
  color: #111827;
}
.alerts-performers .alerts-card .alerts-list .alert-group .items .item .meta .role {
  font-size: 0.82rem;
  color: #6b7280;
}
.alerts-performers .alerts-card .alerts-list .alert-group .items .item .time {
  margin-left: auto;
  font-size: 0.82rem;
  color: #6b7280;
}
.alerts-performers {
  /* Top performers card */
}
.alerts-performers .performers-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.03);
  color: #0b1220;
}
.alerts-performers .performers-card .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}
.alerts-performers .performers-card .card-head h4 {
  margin: 0;
  color: #111827;
}
.alerts-performers .performers-card .table {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.alerts-performers .performers-card .table .row-JP-info {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.55rem;
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.alerts-performers .performers-card .table .row-JP-info .rank {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #10b981, #60a5fa);
}
.alerts-performers .performers-card .table .row-JP-info .name-wrap {
  display: flex;
  flex-direction: column;
}
.alerts-performers .performers-card .table .row-JP-info .name-wrap .small {
  font-size: 0.82rem;
  color: #6b7280;
}
.alerts-performers .performers-card .table .row-JP-info .score {
  margin-left: auto;
  font-weight: 800;
  color: #10b981;
}
.alerts-performers .performers-card .table > :not(caption) > * > * {
  padding: 0px !important;
  background-color: transparent !important;
}
@media (max-width: 640px) {
  .alerts-performers .performers-card .table .row {
    flex-direction: row;
  }
}

/* Dark mode tweaks */
.dark .employees-card,
.dark .recent-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.04);
  color: #e6eef8;
}
.dark .employees-card .card-head h3,
.dark .recent-card .card-head h3 {
  color: #e6eef8;
}
.dark .employees-card .employee-item,
.dark .recent-card .employee-item {
  border-top-color: rgba(255, 255, 255, 0.03);
}
.dark .employees-card .timeline-item,
.dark .recent-card .timeline-item {
  border-top-color: rgba(255, 255, 255, 0.03);
}
.dark .employees-card .meta .name,
.dark .recent-card .meta .name {
  color: #e6eef8;
}
.dark .employees-card .meta .role,
.dark .employees-card .desc,
.dark .recent-card .meta .role,
.dark .recent-card .desc {
  color: #9aa4b2;
}
.dark .employees-card .small-meta,
.dark .recent-card .small-meta {
  color: #cbd5e1;
}
.dark .employees-card .status-tag,
.dark .recent-card .status-tag {
  background: rgba(16, 185, 129, 0.08);
  color: #10b981;
  border-color: rgba(16, 185, 129, 0.12);
}
.dark .attendance-overview .att-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.04);
  color: #e6eef8;
}
.dark .attendance-overview .att-card .card-head .title {
  color: #e6eef8;
}
.dark .attendance-overview .att-card .card-head .sub,
.dark .attendance-overview .att-card .card-foot {
  color: #9aa4b2;
}
.dark .department-overview .dept-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.04);
  color: #e6eef8;
}
.dark .department-overview .dept-list .dept-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.02));
  border-color: rgba(255, 255, 255, 0.03);
}
.dark .department-overview .department-overview .dept-name {
  color: #e6eef8;
}
.dark .department-overview .department-overview .dept-meta {
  color: #9aa4b2;
}
.dark .department-overview .department-overview .progress-row .label,
.dark .department-overview .department-overview .progress-row .value {
  color: #cbd5e1;
}
.dark .department-overview .department-overview .progress-fill {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
}
.dark .alerts-performers .alerts-card,
.dark .alerts-performers .performers-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.04);
  color: #e6eef8;
}
.dark .alerts-performers .alert-group,
.dark .alerts-performers .table .row {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.02));
  border-color: rgba(255, 255, 255, 0.03);
}
.dark .alerts-performers .alerts-card .card-head h4,
.dark .alerts-performers .performers-card .card-head h4 {
  color: #e6eef8;
}
.dark .alerts-performers .alerts-card .item .meta .name,
.dark .alerts-performers .table .row .name-wrap {
  color: #e6eef8;
}
.dark .alerts-performers .alerts-card .item .time,
.dark .alerts-performers .alert-group .group-head .title {
  color: #9aa4b2;
}

/* Utility for making avatar gradients different for variety */
.avatar.grad-2 {
  background: linear-gradient(135deg, #f97316 0%, #fb7185 100%);
}

.avatar.grad-3 {
  background: linear-gradient(135deg, #6366f1 0%, #60a5fa 100%);
}

.avatar.grad-4 {
  background: linear-gradient(135deg, #ec4899 0%, #f97316 100%);
}

/* Small responsiveness tweaks */
@media (max-width: 480px) {
  .employee-item {
    grid-template-columns: 44px 1fr;
    grid-auto-rows: auto;
  }
  .status-tag {
    display: block;
    margin-top: 0.5rem;
  }
}
.create-gellery-hrx {
  width: 180px;
  height: 110px;
  background: #f2f2f2;
  border: 2px dashed #d4d4d4;
  border-radius: 8px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
}
.create-gellery-hrx .icon-hrx-gellery19 {
  font-size: 26px;
  font-weight: 600;
  color: #666;
  margin-bottom: 6px;
}
.create-gellery-hrx .p-19 {
  margin: 0;
  font-size: 15px;
  color: #777;
}
.create-gellery-hrx:hover {
  background: #eaeaea;
  border-color: #bfbfbf;
}

.alert-panel {
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
}
.alert-panel .alert-header {
  background: #ffece5;
  padding: 14px 16px;
  color: #a94442;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #ffece5;
}
.alert-panel .alert-header i {
  margin-right: 6px;
}
.alert-panel .alert-list {
  padding: 0;
}
.alert-panel .alert-list .alert-item {
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}
.alert-panel .alert-list .alert-item span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.alert-panel .alert-list .alert-item small {
  color: #777;
  font-weight: 700;
}
.alert-panel .alert-list .alert-item:hover {
  background: #f7f7f7;
}

.container-viewHRX {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.container-viewHRX .card-viewHRX {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.container-viewHRX .card-viewHRX .card-title-viewHRX {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111827;
}
.container-viewHRX .card-viewHRX .info-grid-viewHRX {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
}
.container-viewHRX .card-viewHRX .info-grid-viewHRX .label-viewHRX {
  color: #6b7280;
  font-weight: 600;
}
.container-viewHRX .card-viewHRX .info-grid-viewHRX .value-viewHRX {
  color: #111827;
  font-weight: 500;
}
.container-viewHRX .card-viewHRX .info-grid-viewHRX .full-viewHRX {
  grid-column: span 2;
}
.container-viewHRX .card-viewHRX .images-viewHRX {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}
.container-viewHRX .card-viewHRX .images-viewHRX img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.container-viewHRX .card-viewHRX .small-img-viewHRX {
  width: 100%;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.actionButtons i {
  margin-left: 10px;
}

/* -------------------------------------- */
/* ===== GLOBAL RESPONSIVE TABLE - CARD VIEW ===== */
@media (max-width: 768px) {
  .responsive-table-CHRMS .dataTables_empty::before {
    display: none;
  }
  .responsive-table-CHRMS .dataTables_empty {
    justify-content: center;
  }
  .responsive-table-CHRMS thead {
    display: none;
  }
  .responsive-table-CHRMS,
  .responsive-table-CHRMS tbody,
  .responsive-table-CHRMS tr,
  .responsive-table-CHRMS td {
    display: block;
    width: 96%;
    margin: auto;
  }
  .responsive-table-CHRMS tbody tr {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 16px;
    padding: 6px;
    border: 1px solid #e8ecf0;
  }
  .responsive-table-CHRMS tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 !important;
    border: none;
    border-bottom: 1px dashed #dbdbdb;
    font-size: 14px;
    font-weight: 600;
    border-top: none !important;
    box-shadow: none !important;
  }
  .responsive-table-CHRMS tbody td:first-child {
    color: #f25822;
  }
  .responsive-table-CHRMS tbody td:last-child {
    border-bottom: none;
  }
  .responsive-table-CHRMS tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    min-width: 130px;
  }
  .responsive-table-CHRMS tbody td:first-child::before {
    color: #f25822;
  }
  .responsive-table-CHRMS tbody td i {
    margin-left: 16px;
    cursor: pointer;
    font-size: 15px;
    color: #555;
  }
  .responsive-table-CHRMS tbody td i:hover {
    color: #007bff;
  }
}
.tablewrapper-data {
  margin-top: 20px;
  width: 100%;
}
.tablewrapper-data .dataTables_wrapper {
  border: 1px solid #ccc;
  border-radius: 0px 0px 5px 5px;
  width: 100%;
  overflow-x: visible;
}
.tablewrapper-data .dataTables_wrapper thead {
  background: #f0f1f6;
}
.tablewrapper-data .dataTables_wrapper thead th {
  padding: 10px 8px !important;
  font-size: 13px;
  font-weight: 600;
}
.tablewrapper-data .dataTables_wrapper tbody td {
  padding: 8px 8px !important;
  font-size: 13px;
  vertical-align: middle;
}
.tablewrapper-data .dataTables_wrapper .odd {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}
.tablewrapper-data .dataTables_wrapper .word-limit {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
}
.tablewrapper-data .dataTables_wrapper .actionButtons {
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.tablewrapper-data .dataTables_wrapper .attendence-status {
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
}
.tablewrapper-data .dataTables_wrapper .dataTables_length {
  padding: 10px;
}
.tablewrapper-data .dataTables_wrapper .dataTables_filter {
  padding: 10px;
}
.tablewrapper-data .dataTables_wrapper .dataTables_info {
  padding-left: 10px;
  padding-top: 10px;
  font-size: 14px;
  padding-bottom: 10px;
}
.tablewrapper-data .dataTables_wrapper .dataTables_paginate {
  padding: 7px;
}
.tablewrapper-data .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* Expandable row styles */
.export-row-expand {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  width: 34px !important;
  height: 34px;
  color: #f25822;
  font-weight: bold;
  font-size: 16px;
  transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff7f3 0%, #ffffff 100%);
}
.export-row-expand i {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.export-row-expand:hover {
  transform: translateY(-1px) scale(1.04);
  color: #d63911;
  border-color: #f7c7b3;
  background: linear-gradient(135deg, #fff3ed 0%, #fffaf7 100%);
  box-shadow: 0 6px 18px rgba(242, 88, 34, 0.16);
}
.export-row-expand.expanded i {
  color: #d63911;
  transform: rotate(90deg);
}
.export-row-expand.expanded {
  border-color: #f7c7b3;
  background: linear-gradient(135deg, #fff3ed 0%, #fffaf7 100%);
  box-shadow: 0 6px 18px rgba(242, 88, 34, 0.12);
}

.export-detail-row {
  display: table-row;
}
.export-detail-row td {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  transition: padding 0.35s ease;
}
.export-detail-row .export-detail-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  pointer-events: none;
}
.export-detail-row.show td {
  padding: 8px 0 0 !important;
}
.export-detail-row.show .export-detail-content {
  max-height: 520px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.export-detail-content {
  padding: 0 20px !important;
  background: linear-gradient(135deg, #f5f7fa 0%, #f9fafc 100%);
  border: 1px solid #e8eef5;
  border-radius: 12px;
  margin: 0 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: max-height 0.35s ease, opacity 0.28s ease, transform 0.35s ease, border-color 0.3s ease, box-shadow 0.3s ease, padding 0.35s ease, margin 0.35s ease;
}
.export-detail-content:hover {
  border-color: #f25822;
  box-shadow: 0 4px 20px rgba(242, 88, 34, 0.12);
  transform: translateY(-2px);
}

.export-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .export-detail-grid {
    grid-template-columns: 1fr;
  }
}

.export-info-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.export-info-card:hover {
  transform: translateY(-2px);
}

.export-customer-card {
  background: linear-gradient(135deg, #f7fafc 0%, #ffffff 100%);
  border-color: #dbe7f3;
}

.export-lead-card {
  background: linear-gradient(135deg, #fff9e8 0%, #fffdf7 100%);
  border-color: #f6d27c;
}

.export-info-card-header {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

.export-customer-card .export-info-card-header {
  border-bottom-color: #d6e2ee;
}

.export-lead-card .export-info-card-header {
  border-bottom-color: #f1d991;
}

.export-info-card-title {
  margin: 0;
  color: #111827;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.export-info-card-title i {
  color: #f25822;
  font-size: 15px;
  width: 18px;
  text-align: center;
}

.export-detail-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #e8eef5;
}
.export-detail-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.export-detail-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #6b7280;
  font-size: 14px;
}
.export-detail-label i {
  color: #f25822;
  width: 16px;
  text-align: center;
}

.export-detail-value {
  color: #111827;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  word-break: break-word;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
}
.custom-select-wrapper select.selecter {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 30px;
  padding: 8px 36px 8px 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat, no-repeat;
  background-position: right 12px center, left 12px center;
}
.custom-select-wrapper select.done0 {
  background-color: #eafaf0;
  border: 2px solid #3cab88;
  color: #3cab88;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%2327ae60" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: right 12px center, left 12px center;
}
.custom-select-wrapper select.in-progress {
  background: rgba(228, 156, 0, 0.1);
  color: #FF8F00;
  border: 2px solid #FF8F00;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23E49C00" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: right 12px center, left 12px center;
}
.custom-select-wrapper select.Hold {
  background: rgba(147, 0, 0, 0.2196078431);
  color: #930000;
  border: 2px solid #930000;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23930000" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: right 12px center, left 12px center;
}
.custom-select-wrapper select.Delay-completed {
  background: rgba(21, 138, 43, 0.0784313725);
  color: #158a2b;
  border: 2px solid #158a2b;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23158a2b" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: right 12px center, left 12px center;
}
.custom-select-wrapper select.Under-review {
  background: rgba(68, 70, 95, 0.1803921569);
  color: #44465f;
  border: 2px solid #44465f;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%2344465f" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: right 12px center, left 12px center;
}
.custom-select-wrapper select.Pipeline {
  background: rgba(242, 89, 34, 0.1019607843);
  color: #f25922;
  border: 2px solid #f25922;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%2344465f" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: right 12px center, left 12px center;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

table.dataTable {
  width: 100% !important;
  border-collapse: collapse !important;
  table-layout: auto;
  white-space: nowrap;
}

.custom-table-hrx {
  overflow-x: auto;
  position: relative;
}
.custom-table-hrx::-webkit-scrollbar {
  height: 8px;
}
.custom-table-hrx::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.custom-table-hrx::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.custom-table-hrx .main-table {
  border-collapse: collapse;
  width: 100%;
}
.custom-table-hrx .main-table th,
.custom-table-hrx .main-table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  font-size: 14px;
}
.custom-table-hrx .main-table thead th {
  background: #f0f1f6;
  color: #000;
  font-weight: 600;
  position: sticky;
  top: 0;
}
.custom-table-hrx .main-table tbody tr:hover td {
  background: #f7faff;
}
.custom-table-hrx .main-table th.fixed-side,
.custom-table-hrx .main-table td.fixed-side {
  position: sticky;
  left: 0;
  background: #f1f3f6;
  z-index: 2;
}
.custom-table-hrx .main-table th.fixed-side:nth-child(2),
.custom-table-hrx .main-table td.fixed-side:nth-child(2) {
  left: 130px;
  background: #f1f3f6;
  z-index: 2;
}

.daterange-custom {
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.preview-img-main {
  cursor: pointer;
}

.customflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gap16 {
  gap: 16px;
}

.customflex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.customselect {
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
}

.customeborderbtn {
  background: transparent;
  color: #f25822;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  cursor: pointer;
  transition: background 0.3s ease;
  border: 2px solid #f25822;
}

.tablecustomhead {
  border: 1px solid #ccc;
  border-radius: 5px 5px 0px 0px;
  padding: 10px;
  border-bottom: none;
}

.actionwrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.avatar-fallback {
  background: #ff5e2e;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.emp-avatar {
  background: #ff5e2e;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.actionbtn {
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}

.viewimg {
  background: #ff5e2e;
  color: #fff;
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 4px;
}

.tablesmallbtn {
  background: #ff5e2e;
  border: none;
  padding: 4px 16px;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.bg-success {
  background-color: #198754;
  color: #fff;
}

.text-success {
  color: #198754;
}

.bg-danger {
  background-color: #dc3545;
  color: #fff;
}

.text-danger {
  color: #dc3545;
}

.bg-info {
  background-color: #0DCAED;
  color: #fff;
}

.text-info {
  color: #0DCAED;
}

.bg-warning {
  background-color: #ffc107;
  color: #fff;
}

.text-warning {
  color: #ffc107;
}

.curaser {
  cursor: pointer;
}

.theambtn {
  background-color: #f25822;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.408px;
}

.cardcustom-border {
  border: 1px solid #ccc;
  padding: 16px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.customtextarea {
  padding: 0.75rem;
  background: #F6F6F6;
  border: 1px solid #eee;
  border-radius: 6px;
  width: 100%;
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
  outline: none;
}

.custominput {
  padding: 10px;
  background: #F6F6F6;
  border: 1px solid #eee;
  border-radius: 6px;
  width: 100%;
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.32px;
  outline: none;
}

.custominputrange {
  display: block;
  padding: 10px;
  background: #F6F6F6;
  border: 1px solid #eee;
  border-radius: 6px;
  width: 100%;
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.32px;
  outline: none;
}

.customtableheading {
  font-size: 18px;
  font-weight: 600;
}

.view-meeting-details-button {
  background: #ff6a2b;
  border: none;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  margin-left: 8px;
}

.salary-container {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.salary-container h2 {
  text-align: center;
  color: #222;
  margin-bottom: 20px;
}
.salary-container label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.salary-container input,
.salary-container select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 14px;
  transition: 0.3s;
}
.salary-container input:focus,
.salary-container select:focus {
  border-color: #ff7043;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 112, 67, 0.2);
}
.salary-container .badge-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
  background: #f6f6f6;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid #ccc;
}
.salary-container .badge-container .badge {
  background-color: #9e9e9e;
  color: white;
  padding: 8px 18px;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0px;
}
.salary-container .badge-container .badge input {
  margin-bottom: 0px;
  height: 18px;
  width: 18px;
}
.salary-container .badge-container .badge:hover {
  background-color: #ff5722;
}
.salary-container .badge-container .badge.active-badge {
  background-color: #ff7043;
}
.salary-container .salary-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  background: #fafafa;
  margin-bottom: 16px;
  font-size: revert;
}
.salary-container .salary-box h3 {
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
.salary-container .salary-box .row {
  all: unset;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px !important;
}
.salary-container .salary-box .row strong {
  color: #333;
}
.salary-container .salary-box .row.net-salary {
  font-weight: 700;
  font-size: 17px;
  color: green;
  border-top: 1px solid #ddd;
  padding-top: 8px;
  margin-bottom: 0px;
}
.salary-container .salary-box .row.row > * {
  all: unset !important;
}
.salary-container .salary-box .earninglabel {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.salary-container .salarybtn {
  background: #f25822;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.salary-container .optional {
  opacity: 0.8;
  font-size: 13px;
}

.ck.ck-voice-label {
  display: none !important;
}

.ck-placeholder {
  height: 200px !important;
}

.ck-editor__editable_inline {
  height: 200px !important;
}

.ck-content ul,
.ck-content ol {
  padding-left: 20px;
}

.ck-content .todo-list input {
  padding: initial !important;
}

/* ========== Modern Lead Detail Page Styling ========== */
.lead-detail-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 28px;
}

/* Lead Detail Header */
.lead-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f1f6;
}

.lead-header-left {
  flex: 1;
}

.lead-detail-title {
  margin: 0;
  color: #111827;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

.lead-detail-date {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.lead-detail-date i {
  color: #f25822;
  font-size: 14px;
}

.lead-header-right .custom-select-wrapper {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.lead-header-right .custom-select-wrapper select {
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  color: #111827;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.lead-header-right .custom-select-wrapper select:hover {
  border-color: #f25822;
  background: #fff;
}

/* Lead Detail Grid Layout */
.lead-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 24px;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .lead-detail-grid {
    grid-template-columns: 1fr;
  }
}

/* Info Cards */
.info-card {
  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
.info-card:last-child {
  margin-bottom: 0;
}
.info-card:hover {
  border-color: #f25822;
  box-shadow: 0 4px 20px rgba(242, 88, 34, 0.12);
  transform: translateY(-2px);
}

.info-card-header {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.info-card-title {
  margin: 0;
  color: #111827;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.5px;
}
.info-card-title i {
  color: #f25822;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-card-body {
  padding: 0;
}

/* Lead Created Card */
.lead-created-card {
  background: linear-gradient(135deg, #fff5f0 0%, #fffbf8 100%);
  border-color: #ffe8dd;
}
.lead-created-card .info-card-header {
  border-bottom-color: #ffd9c8;
}

.info-value-large {
  margin: 0;
  color: #111827;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 0;
}

/* Customer Details Card */
.customer-details-card {
  background: linear-gradient(135deg, #f0f9ff 0%, #f8fcff 100%);
  border-color: #dae8f5;
}
.customer-details-card .info-card-header {
  border-bottom-color: #c9dce8;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(229, 231, 235, 0.5);
}
.detail-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.detail-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  min-width: 100px;
}
.detail-label i {
  color: #f25822;
  font-size: 13px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-value {
  color: #111827;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  word-break: break-word;
  flex: 1;
  padding-left: 12px;
}

/* Budget Card */
.budget-card {
  background: linear-gradient(135deg, #f0fdf4 0%, #f8fffa 100%);
  border-color: #d1f0e1;
}
.budget-card .info-card-header {
  border-bottom-color: #b7dcc8;
}

.budget-value {
  margin: 0;
  color: #15803d;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Reminder Card */
.reminder-card {
  background: linear-gradient(135deg, #fef3c7 0%, #fef8e3 100%);
  border-color: #fce08e;
}
.reminder-card .info-card-header {
  border-bottom-color: #fcd478;
}
.reminder-card .info-value-large {
  color: #b45309;
}

/* Lead Information Card */
.lead-info-card {
  background: linear-gradient(135deg, #fef3c7 0%, #fef8e3 100%);
  border-color: #fce08e;
}
.lead-info-card .info-card-header {
  border-bottom-color: #fcd478;
}

/* Full Width Grid Layout */
.lead-detail-grid-full {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 24px;
}

/* Requirements Card */
.requirements-card {
  background: linear-gradient(135deg, #ede9fe 0%, #f5f3ff 100%);
  border-color: #d8caf8;
}
.requirements-card .info-card-header {
  border-bottom-color: #c4b5fd;
}

.requirements-text {
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.6;
  padding: 8px 0;
  word-break: break-word;
  white-space: pre-wrap;
}

/* Comment Section */
.comment-section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 2px solid #f0f1f6;
}
.comment-section #lead_comment_sec {
  padding: 0;
}/*# sourceMappingURL=style.css.map */