/* Dense ERP master-record layout for the employee profile. */
#singleEmployeeProfile {
  --erp-line: #c6d5df;
  --erp-soft: #edf3f7;
  --erp-head: #dce9f1;
  --erp-blue: #0f679f;
}
#singleEmployeeProfile > .single-profile {
  grid-template-columns: 255px minmax(0, 1fr) !important;
  gap: 0 !important;
  overflow: hidden;
  border: 1px solid var(--erp-line);
  border-radius: 6px;
  background: #f7f9fa;
  box-shadow: 0 8px 24px rgba(7, 39, 68, .07);
}
#singleEmployeeProfile > .single-profile > .single-hero {
  min-height: 152px;
  padding: 14px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--erp-line) !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #edf4f8, #e3edf3) !important;
  box-shadow: none !important;
}
#singleEmployeeProfile .profile-avatar-wrap,
#singleEmployeeProfile .profile-avatar-wrap .big-photo {
  width: 84px !important;
  height: 104px !important;
  border-radius: 3px !important;
}
#singleEmployeeProfile .profile-avatar-wrap .big-photo {
  border: 1px solid #aebfcb !important;
  background: #f8fafb !important;
}
#singleEmployeeProfile .profile-avatar-upload {
  border-radius: 0 0 3px 3px !important;
}
#singleEmployeeProfile .profile-hero-main h2 {
  font-size: 21px !important;
}
#singleEmployeeProfile .profile-job-title {
  margin-top: 3px;
  font-size: 13px;
}
#singleEmployeeProfile .profile-org-path {
  margin-top: 3px;
  font-size: 11px;
}
#singleEmployeeProfile .profile-badge-row {
  margin-top: 7px;
}
#singleEmployeeProfile .profile-badge {
  padding: 3px 7px !important;
  border-radius: 3px !important;
  font-size: 8px !important;
}
#singleEmployeeProfile .profile-hero-actions {
  margin-top: 8px;
}
#singleEmployeeProfile .profile-hero-actions .btn {
  height: 28px !important;
  border-radius: 3px !important;
  font-size: 9px !important;
}
#singleEmployeeProfile .profile-quick-info {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px !important;
  padding: 1px !important;
  border-color: #afc1cd !important;
  border-radius: 3px !important;
  background: #afc1cd !important;
}
#singleEmployeeProfile .profile-quick-info > div {
  min-height: 43px;
  padding: 6px 8px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f8fafb;
}
#singleEmployeeProfile .profile-quick-info span {
  font-size: 8px;
}
#singleEmployeeProfile .profile-quick-info b {
  font-size: 10px;
}
#singleEmployeeProfile .single-tabs {
  position: relative !important;
  top: auto !important;
  align-self: stretch;
  min-height: 610px;
  gap: 0 !important;
  padding: 0 0 20px !important;
  border: 0 !important;
  border-right: 1px solid var(--erp-line) !important;
  border-radius: 0 !important;
  background: #eaf1f5 !important;
  box-shadow: none !important;
}
#singleEmployeeProfile .single-tabs::before {
  padding: 11px 13px !important;
  border-bottom: 1px solid var(--erp-line);
  background: var(--erp-head);
  color: #38556a !important;
  content: "İŞÇİ PROFİLİ / BÖLMƏLƏR" !important;
}
#singleEmployeeProfile .single-tabs .tab {
  position: relative;
  min-height: 36px !important;
  padding: 8px 28px 8px 36px !important;
  border: 0 !important;
  border-bottom: 1px solid #d2dee6 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #25475f !important;
  font-size: 10px !important;
}
#singleEmployeeProfile .single-tabs .tab::before {
  position: absolute;
  left: 14px;
  width: 13px;
  height: 10px;
  border-radius: 1px;
  background: #45677d;
  content: "";
}
#singleEmployeeProfile .single-tabs .tab::after {
  position: absolute;
  right: 12px;
  color: #607d90;
  font-size: 14px;
  content: "›";
}
#singleEmployeeProfile .single-tabs .tab:hover {
  background: #dfeaf1 !important;
}
#singleEmployeeProfile .single-tabs .tab.active {
  border-left: 4px solid var(--erp-blue) !important;
  background: #cfe3ef !important;
  color: #073d61 !important;
}
#singleEmployeeProfile .single-tabs .tab.active::before {
  left: 10px;
  background: var(--erp-blue);
}
#singleEmployeeProfile > .single-profile > .single-two,
#singleEmployeeProfile > .single-profile > .single-card {
  grid-column: 2 !important;
  margin: 12px !important;
}
#singleEmployeeProfile .single-two {
  gap: 8px !important;
  margin-bottom: 0 !important;
}
#singleEmployeeProfile .single-two + .single-card {
  margin-top: 8px !important;
}
#singleEmployeeProfile .single-card {
  border-color: var(--erp-line) !important;
  border-radius: 3px !important;
  box-shadow: none !important;
}
#singleEmployeeProfile .single-card > h3,
#singleEmployeeProfile .previous-work-title {
  min-height: 36px;
  padding: 9px 12px !important;
  border-bottom-color: var(--erp-line) !important;
  background: var(--erp-head) !important;
}
#singleEmployeeProfile .single-card > h3 {
  font-size: 12px !important;
}
#singleEmployeeProfile .single-card > .single-section-grid {
  padding: 8px !important;
  gap: 6px !important;
  background: #eef3f6;
}
#singleEmployeeProfile .single-info {
  min-height: 52px !important;
  padding: 7px 9px !important;
  border: 1px solid #c4d2dc !important;
  border-radius: 2px !important;
  background: #fff !important;
}
#singleEmployeeProfile .single-info .k {
  margin-bottom: 4px !important;
  color: #5c7486;
  font-size: 8px !important;
}
#singleEmployeeProfile .single-info .v {
  font-size: 11px !important;
}
#singleEmployeeProfile .profile-exit-state,
#singleEmployeeProfile .previous-work-item {
  border-radius: 3px !important;
}
@media (max-width: 1050px) {
  #singleEmployeeProfile > .single-profile { grid-template-columns: 210px minmax(0, 1fr) !important; }
}
@media (max-width: 760px) {
  #singleEmployeeProfile > .single-profile { display: block; }
  #singleEmployeeProfile .single-tabs { min-height: 0; flex-direction: row !important; }
  #singleEmployeeProfile .single-tabs .tab { padding-left: 12px !important; }
  #singleEmployeeProfile .single-tabs .tab::before,
  #singleEmployeeProfile .single-tabs .tab::after { display: none; }
}
