body {
  background: #f5f8fc;
}

.employee-header {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #e6eaf0;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.emp-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.emp-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.emp-img {
  flex-shrink: 0;
}

.emp-img .img-wrapper {
  width: 80px;
  height: 95px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.16);
}

.emp-img .img-wrapper img,
.emp-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.emp-photo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 800;
}

.emp-name {
  display: flex;
  align-items: center;
  gap: 14px;
}

.emp-name h2 {
  margin: 0;
  font-size: 18px !important;
  line-height: 1.2;
  color: #111827;
}

.status {
  background: #dcfce7;
  color: #15803d;
  padding: 5px 10px;
  border-radius: 30px;
  font-weight: 700;
}

.emp-meta {
  margin-top: 5px;
  font-size: 13px;
  color: #6b7280;
}

.btn-request {
  text-decoration: none !important;
  transition: all 0.25s ease;
  border: 1px solid #2d6cdf;
  color: #2d6cdf;
  background: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
}

.btn-request:hover,
.btn-request-primary {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.25);
}

.header-divider {
  display: none;
}

.emp-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  padding: 10px 10px;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  align-items: center;
  box-shadow: 0 3px 14px rgba(15, 23, 42, 0.06);
}

.stat {
  display: flex;
  align-items: center;
  gap: 14px;
}

.icon-box {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #eef4ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.icon-designation {
  background: #f3efff;
  color: #6d28d9;
}

.icon-date {
  background: #eafbf1;
  color: #16a34a;
}

.icon-reporting {
  background: #fff3e7;
  color: #f97316;
}

.stat span {
  display: block;
  font-size: 15px;
  color: #64748b;
  margin-bottom: 4px;
}

.stat p {
  margin: 0;
  font-size: 14px;
  color: #111827;
  font-weight: 700;
}

.divider {
  width: 1px;
  height: 54px;
  background: #e5e7eb;
}

.employee-wrapper {
  display: flex;
  gap: 22px;
  margin-top: 22px;
  align-items: flex-start;
}

.emp-content {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 18px;
  overflow: hidden;
  padding: 0 !important;
  box-shadow: 0 3px 14px rgba(15, 23, 42, 0.04);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-header {
  padding: 10px 10px 10px;
  border-bottom: 1px solid #e6eaf0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.tab-title-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eef4ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.tab-header h3 {
  margin: 0;
  font-size: 15px;
  color: #111827;
}

.tab-header p {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 15px;
}

.address-section {
  margin-bottom: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px;
}

.address-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}

.address-section-title h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
}

.area-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.area-type-rural {
  background: #dcfce7;
  color: #16a34a;
}

.area-type-urban {
  background: #dbeafe;
  color: #2563eb;
}

.same-address-note {
  color: #64748b;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.info-item {
  padding: 15px 28px;
  border-bottom: 1px solid #e9edf5;
}

.info-item:not(:nth-child(3n)) {
  border-right: 1px solid #e9edf5;
}

.info-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.info-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #eef4ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.info-data {
  flex: 1;
  min-width: 0;
}

.info-data .label {
  display: block;
  font-size: 15px;
  color: #64748b;
  margin-bottom: 10px;
  font-weight: 600;
}

.info-data .value {
  display: block;
  font-size: 14px;
  color: #111827;
  font-weight: 700;
  line-height: 1.45;
  word-break: break-word;
}

.emp-photo-box {
  display: inline-block;
}

.emp-photo-box img {
  width: 90px !important;
  height: 100px !important;
  border-radius: 14px;
  object-fit: cover;
  border: 2px solid #e5e7eb;
}

.small-placeholder {
  width: 90px;
  height: 100px;
  border-radius: 14px;
  background: #2563eb;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 800;
}

.emp-sidebar {
  width: 310px;
  flex-shrink: 0;
}

.emp-sidebar .tabs {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 18px;
  padding: 24px 16px;
  list-style: none;
  margin: 0;
  box-shadow: 0 3px 14px rgba(15, 23, 42, 0.04);
}

.emp-sidebar .tabs::before {
  content: "Profile Sections";
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 18px 8px;
}

.emp-sidebar .tabs li {
  padding: 8px 18px;
  border-radius: 12px;
  font-size: 16px;
  margin-bottom: 8px;
  color: #111827;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.25s ease;
}

.emp-sidebar .tabs li:hover {
  background: #f5f7ff;
}

.emp-sidebar .tabs li.active {
  background: #eaf1ff;
  color: #2563eb;
  font-weight: 500;
}

.emp-sidebar .tabs li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  color: #64748b;
}

@media (max-width: 991px) {
  .emp-top {
    flex-direction: column;
  }
  .emp-actions {
    width: 100%;
    flex-direction: row;
  }
  .emp-stats {
    grid-template-columns: 1fr 1px 1fr;
    row-gap: 18px;
  }
  .emp-stats .divider:nth-of-type(4) {
    display: none;
  }
  .employee-wrapper {
    flex-direction: column;
  }
  .emp-sidebar {
    width: 100%;
  }
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .info-item:not(:nth-child(3n)) {
    border-right: none;
  }
  .info-item:not(:nth-child(2n)) {
    border-right: 1px solid #e9edf5;
  }
}
@media (max-width: 767px) {
  .emp-left {
    align-items: flex-start;
  }
  .emp-img .img-wrapper {
    width: 90px;
    height: 90px;
  }
  .emp-name h2 {
    font-size: 24px !important;
  }
  .emp-actions {
    flex-direction: column;
  }
  .emp-stats {
    grid-template-columns: 1fr;
  }
  .divider {
    display: none;
  }
  .info-grid {
    grid-template-columns: 1fr;
  }
  .info-item {
    border-right: none !important;
  }
}

/*# sourceMappingURL=contact-card.css.map */
