/* Manager Attendance Muster — sticky table header on vertical scroll */

.eht-muster-scroll {
  overflow: auto;
  max-height: calc(100vh - 280px);
}

.eht-muster-scroll .eht-muster-table thead th {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fafbff;
}

.eht-muster-scroll .eht-muster-table thead th.eht-weekend {
  background: var(--eht-red-light, #fef3f2);
}

.eht-muster-scroll .eht-muster-table thead th.eht-sticky-left {
  left: 0;
  z-index: 6;
  background: #fafbff;
}

/*
  Attendance status colors — each family is clearly distinct.
  Intentional pairs: CL=EL, PL=ML
*/
.calendar-day.available {
  background-color: #e6ffe6 !important;
  /* Present — legend-p */
}

.calendar-day.att-status-cl,
.calendar-day.att-status-el,
.calendar-day.att-status-pl,
.calendar-day.att-status-ml,
.calendar-day.att-status-mrl {
  background-color: #f5e6ff !important;
  /* CL / EL / PL / ML / MRL — legend-l */
  color: #9933cc;
}

.calendar-day.att-status-od {
  background-color: #fff2e6 !important;
  /* OD — legend-od */
}

.calendar-day.att-status-co {
  background-color: #e8eaf6 !important;
  /* CO — soft indigo */
}

.calendar-day.att-status-wfh {
  background-color: #e0f7fa !important;
  /* WFH — soft cyan */
}

.calendar-day.att-status-rh {
  background-color: #b0bec5 !important;
  /* RH — blue-gray */
}

.calendar-day.off-holiday,
.calendar-day.att-status-h {
  background-color: #e6f2ff !important;
  /* Holiday — legend-h */
}

.calendar-day.weekend {
  background-color: #eeeeee !important;
  /* Off day — gray */
}

.calendar-day.late-grace-1,
.late-grace-1 {
  background-color: #fff59d !important;
  /* Late 1 — yellow */
}

.calendar-day.late-grace-2,
.late-grace-2 {
  background-color: #ffd54f !important;
  /* Late 2 — amber (not peach) */
}

.calendar-day.late-grace-3,
.late-grace-3 {
  background-color: #ffb74d !important;
  /* Late 3 — orange */
}

.calendar-day.late-penalty,
.late-penalty {
  background-color: #ef9a9a !important;
  /* Late penalty — end of the late ramp (yellow → amber → orange → red) */
  color: #8b1a1a;
}

/* Absent — legend-a */
.calendar-day.booked,
.booked {
  background: #ffe6e6 !important;
  color: #cc3333;
}

/* Short Hours — present but less than shift hours */
.calendar-day.short-hours,
.short-hours {
  background: #efe0c9 !important;
  color: #8b6b3d;
}

/* Loss of Pay — distinct from Absent */
.calendar-day.att-status-lop {
  background-color: #fde8dc !important;
  color: #b34700;
}

/* Half-day leave + present (gradient applied via inline style) */
.calendar-day.att-half-day {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* Employee Swipes — date month-box column */
.eht-swipes-table .eht-th-emp {
  min-width: 72px;
  width: 72px;
}

.eht-swipes-table .eht-emp-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center !important;
  min-width: 72px;
  width: 72px;
  padding-left: 12px !important;
}

.eht-swipes-table .month-box {
  margin: 0 auto;
}

.eht-swipes-table thead th,
.eht-swipes-table tbody td {
  text-align: center !important;
  vertical-align: middle !important;
}

.eht-swipes-table .eht-swipe-times,
.eht-swipes-table .eht-swipe-addresses {
  justify-content: center;
  align-items: center;
}

.eht-swipes-table .eht-swipe-times {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.eht-swipes-table .eht-swipe-addresses {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* react-select — app brand hover / selected (global) */
.app-select__option--is-focused,
.select__option--is-focused,
.eht-rs__option--is-focused {
  background-color: #e8ecff !important;
  color: #1f2733 !important;
  cursor: pointer;
}

.app-select__option--is-selected,
.select__option--is-selected,
.eht-rs__option--is-selected,
.app-select__option--is-selected.app-select__option--is-focused,
.select__option--is-selected.select__option--is-focused,
.eht-rs__option--is-selected.eht-rs__option--is-focused {
  background-color: #3a57e8 !important;
  color: #ffffff !important;
}

.app-select__option:active,
.select__option:active,
.eht-rs__option:active {
  background-color: #d4dbff !important;
}

.app-select__multi-value,
.select__multi-value,
.eht-rs__multi-value {
  background-color: #e8ecff !important;
}

.app-select__multi-value__label,
.select__multi-value__label,
.eht-rs__multi-value__label {
  color: #3a57e8 !important;
}

.app-select__multi-value__remove:hover,
.select__multi-value__remove:hover,
.eht-rs__multi-value__remove:hover {
  background-color: #3a57e8 !important;
  color: #ffffff !important;
}

/* Team Resignation — table height / no vertical scroll / view modal */
/* .trg-table-scroll {
  overflow-x: auto;
  overflow-y: visible !important;
  max-height: none !important;
  min-height: 320px;
}

.trg-table-scroll .trg-table {
  min-height: 280px;
} */

.trg-table-scroll .trg-empty-row td {
  height: 280px;
  vertical-align: middle !important;
  color: #8390ab;
  font-size: 14px;
  white-space: normal !important;
}

.trg-view-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #e2e8f4;
  background: #f7f9fc;
  color: #3a57e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.trg-view-btn:hover {
  background: #e8ecff;
  border-color: #c5ceff;
}

.trg-view-modal .trg-view-profile {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef1f6;
}

.trg-view-modal .trg-view-avatar {
  width: 48px;
  height: 48px;
  font-size: 16px;
}

.trg-view-modal .trg-view-name {
  font-size: 16px;
  font-weight: 700;
  color: #1b2840;
}

.trg-view-modal .trg-view-sub {
  font-size: 13px;
  color: #8390ab;
  margin-top: 2px;
}

.trg-view-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}

.trg-view-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.trg-view-item-full {
  grid-column: 1 / -1;
}

.trg-view-label {
  font-size: 12px;
  font-weight: 600;
  color: #8390ab;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.trg-view-value {
  font-size: 14px;
  color: #1b2840;
  font-weight: 500;
  word-break: break-word;
}

.trg-view-reason {
  white-space: pre-wrap;
  line-height: 1.5;
  background: #f7f9fc;
  border: 1px solid #eef1f6;
  border-radius: 10px;
  padding: 12px 14px;
}

.sr-th-employee {

  min-width: 296px;

}

.center-right-contant.ddashboard .card {

  padding: 0px;

}

.uholiday-card {
  padding: 0px;
}



.uholiday-content {

  padding: 10px 20px;
  margin-bottom: 0px;

}

.attendance_bottom {
  padding: 18px 20px;
}

.uholiday-item {
  align-items: center;
  padding: 22px 20px;

}


.empPromoCard{
  height: 90%;
}

.banner-section{
  height: 183px;
  background-position: center;
  background-size: cover;

}

/* ===== Manager Dashboard: Who is in? ===== */
.manager-whois-card {
  overflow: hidden;
  min-width: 0;
}

.manager-whois-grid {
  min-width: 0;
}

.manager-whois-group {
  min-width: 0;
  overflow: hidden;
}

.manager-whois-avatars {
  min-width: 0;
  overflow: hidden;
}

.manager-whois-avatar-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.manager-whois-avatar-list.is-expanded {
  flex-wrap: wrap;
  align-content: flex-start;
}

.manager-whois-avatar-list li {
  flex: 0 0 auto;
  list-style: none;
}

.manager-whois-avatar {
  cursor: default;
  width: 34px;
  height: 34px;
  border-width: 2px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.manager-whois-avatar:hover,
.manager-whois-avatar:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(58, 87, 232, 0.16);
  outline: none;
}

.manager-whois-avatar span {
  font-size: 12px;
  font-weight: 600;
  color: #4b5563;
  line-height: 1;
}

.manager-whois-more {
  width: auto;
  min-width: 34px;
  height: 34px;
  border-width: 2px;
  background: #eef1ff;
  color: #3a57e8;
  cursor: pointer;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.15s ease, transform 0.15s ease;
}

.manager-whois-more:hover,
.manager-whois-more:focus-visible {
  background: #e2e8ff;
  transform: translateY(-1px);
  outline: none;
}

.manager-whois-more i {
  font-size: 14px;
}

.manager-whois-empty {
  margin: 0;
  color: #9aa4b2;
  font-size: 12px;
}

/* ==========================================================================
   Admin sidebar - active menu highlight
   ========================================================================== */

.admin-sidebar-menu > ul > li > a.active,
.admin-sidebar-menu > ul > li > a.admin-sidebar-active-parent {
  background: linear-gradient(135deg, #61c797, #6a3ef6) !important;
  border: 2px solid #ffffffd9;
  border-radius: 18px;
  box-shadow: 0 0 25px rgba(37, 99, 235, 0.08), 0 0 15px rgba(16, 185, 129, 0.16),
    inset 0 2px 4px rgba(255, 255, 255, 0.56),
    inset 0 -3px 8px rgba(255, 255, 255, 0.18);
}

.admin-sidebar-menu > ul > li > a.active,
.admin-sidebar-menu > ul > li > a.active span,
.admin-sidebar-menu > ul > li > a.admin-sidebar-active-parent,
.admin-sidebar-menu > ul > li > a.admin-sidebar-active-parent span {
  color: #ffffff !important;
  font-weight: 600 !important;
}

/* The icon sits on a white tile, so it is tinted brand purple instead of white. */
.admin-sidebar-menu > ul > li > a.active .menu-side,
.admin-sidebar-menu > ul > li > a.admin-sidebar-active-parent .menu-side {
  background: #ffffff !important;
  box-shadow: 0 2px 6px rgba(24, 24, 61, 0.12);
}

.admin-sidebar-menu > ul > li > a.active .menu-side img,
.admin-sidebar-menu > ul > li > a.admin-sidebar-active-parent .menu-side img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(39%) saturate(4400%)
    hue-rotate(224deg) brightness(94%) contrast(94%) !important;
}

.admin-sidebar-menu ul ul a.active {
  background: #eef1ff !important;
  border-radius: 10px !important;
}

.admin-sidebar-menu ul ul a.active,
.admin-sidebar-menu ul ul a.active span,
.admin-sidebar-menu ul ul a.admin-sidebar-active-parent,
.admin-sidebar-menu ul ul a.admin-sidebar-active-parent span {
  color: #3a57e8 !important;
  font-weight: 600 !important;
}

.admin-sidebar-menu ul ul a.active:before,
.admin-sidebar-menu ul ul a.admin-sidebar-active-parent:before {
  background: #3a57e8 !important;
}

.admin-sidebar-menu a.admin-sidebar-disabled,
.admin-sidebar-menu a.admin-sidebar-disabled span {
  color: #98a2b3 !important;
}

.eht-swipes-stats {
  grid-template-columns: repeat(4, 1fr);
}

.eht-swipes-table {
  min-width: 980px;
}

.table-responsive {

  padding: 0px;
}

/* ==========================================================================
   Ant Design primary buttons - brand gradient
   ========================================================================== */

.ant-btn.ant-btn-primary {
  padding: 12px 18px !important;
  /* height: auto !important; */
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
  border: 1px solid #fff !important;
  background: linear-gradient(135deg, #61c797, #6a3ef6) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.ant-btn.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover,
.ant-btn.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):focus {
  color: #fff !important;
  border-color: #fff !important;
  background: linear-gradient(135deg, #54b889, #5c35e0) !important;
}

.ant-btn.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):active {
  color: #fff !important;
  border-color: #fff !important;
  background: linear-gradient(135deg, #4aa87a, #5329d4) !important;
}

.ant-btn.ant-btn-primary:disabled,
.ant-btn.ant-btn-primary.ant-btn-disabled {
  color: #fff !important;
  border-color: #fff !important;
  background: linear-gradient(135deg, #61c797, #6a3ef6) !important;
  opacity: 0.55;
}

.ant-btn.ant-btn-primary .anticon {
  color: #fff !important;
}

/* Fixed body cells stay opaque while the middle columns scroll */
.ant-table-tbody > tr > td.ant-table-cell-fix,
.ant-table-tbody > tr > td.ant-table-cell-fix-left,
.ant-table-tbody > tr > td.ant-table-cell-fix-right {
  background: #fff !important;
  z-index: 2;
}

.ant-table-tbody > tr.ant-table-row:hover > td.ant-table-cell-fix,
.ant-table-tbody > tr.ant-table-row:hover > td.ant-table-cell-fix-left,
.ant-table-tbody > tr.ant-table-row:hover > td.ant-table-cell-fix-right {
  background: #fafafa !important;
}

.ant-table-tbody > tr.ant-table-row-selected > td.ant-table-cell-fix,
.ant-table-tbody > tr.ant-table-row-selected > td.ant-table-cell-fix-left,
.ant-table-tbody > tr.ant-table-row-selected > td.ant-table-cell-fix-right {
  background: #e6f4ff !important;
}

.ant-table-sticky-holder {
  z-index: 4 !important;
}

/* Hide the measure row used for column sizing so it never peeks through */
.ant-table-measure-row {
  visibility: collapse !important;
  height: 0 !important;
}

.sidebar-menu>ul>li {
  margin-bottom: 0px;
}

.sidebar-menu > ul > li > a {
  padding: 8px 20px 8px 10px !important;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
  /* transition: all 0.2s ease-in-out 0s; */
  color: #1c1c1e;
  font-weight: 500;
  border: 2px solid transparent;
  border-radius: 18px;
}

.sidebar-menu li a {
  cursor: pointer;
}

.engage-banner {
  height: 150px;
}

/* ==========================================================================
   Employee search banner - higher contrast (shared classes)
   ========================================================================== */





.leave-apply-banner.emp-banner {
  height: auto;
  min-height: 140px;
  padding: 24px 28px 28px;
}

.emp-banner-subtitle {
  color: #475467;
  font-size: 14px;
  font-weight: 500;
  max-width: 560px;
}

.emp-search-toolbar {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.emp-search-toolbar__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 220px;
}

.emp-search-toolbar__field--grow {
  flex: 1;
  min-width: 280px;
}

.emp-search-toolbar__field label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #344054;
}





.emp-search-suggest {
  position: relative;
  width: 100%;
}

.emp-search-suggest__list {
  list-style: none;
  margin: 4px 0 0;
  padding: 6px 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 240px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.12);
}

.emp-search-suggest__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  cursor: pointer;
}

.emp-search-suggest__list li:hover {
  background: #f5f3ff;
}

.emp-search-suggest__list li strong {
  color: #16192a;
  font-size: 14px;
}

.emp-search-suggest__list li span {
  color: #667085;
  font-size: 12px;
  font-weight: 600;
}

.emp-search-suggest__empty {
  color: #667085;
  cursor: default !important;
}

.select-emp-d {
  color: #16192a;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #b9a8f5;
  margin: 12px 0 16px;
}

select.emp-select {
  background: #fff;
  border: 1px solid #b9a8f5;
  border-radius: 8px;
  outline: none;
  width: auto;
  min-width: 180px;
  padding: 4px 10px;
  margin-left: 6px;
  color: #3a57e8;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.top-add-line h4 {
  color: #344054;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.es-search {
  width: min(100%, 420px);
  height: 48px;
  background: #fff;
  border: 1.5px solid #b9a8f5;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(106, 62, 246, 0.1);
  align-items: center;
}

.es-search:focus-within {
  border-color: #6a3ef6;
  box-shadow: 0 0 0 3px rgba(106, 62, 246, 0.16);
}

.es-search .es-employee-photo {
  filter: brightness(0) saturate(100%);
  opacity: 0.72;
}

.es-search .es-autocomplete,
.emp-banner input.es-autocomplete.ui-autocomplete-input {
  background: transparent;
  color: #16192a;
  font-size: 15px;
  font-weight: 500;
}

.es-search .es-autocomplete::placeholder,
.emp-banner input.es-autocomplete.ui-autocomplete-input::placeholder {
  color: #667085;
  opacity: 1;
  font-weight: 500;
}

.es-search .es-icon-search {
  filter: brightness(0) saturate(100%);
  opacity: 0.65;
  background-size: 16px;
  width: 18px;
  height: 18px;
  padding: 0;
  flex-shrink: 0;
}

.es-search-emp {
  color: #344054;
  font-size: 14px;
  font-weight: 700;
}

/* Report gallery + generate forms — single panel, no nested card shadows */
.rpt-panel {
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  box-shadow: none;
  overflow: hidden;
  margin-bottom: 20px;
}

.rpt-panel__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid #f0f2f5;
  background: linear-gradient(135deg, #f7f5ff 0%, #f3fbf7 100%);
}

.rpt-panel__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #61c797, #6a3ef6);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.rpt-panel__head h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #16192a;
}

.rpt-panel__head p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #667085;
}

.rpt-panel__body {
  padding: 20px;
}

.rpt-panel__body .ant-table-wrapper .ant-table,
.rpt-panel__body .ant-table {
  box-shadow: none !important;
  background: transparent;
}

.rpt-panel__body .ant-table-container {
  border: 1px solid #e4e7ec;
  border-radius: 10px;
  overflow: hidden;
}

.rpt-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rpt-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rpt-field--full {
  grid-column: 1 / -1;
}

.rpt-field label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #344054;
}

.rpt-field .ant-select,
.rpt-field .ant-picker,
.rpt-field .ant-input-affix-wrapper {
  width: 100%;
}

.rpt-error {
  margin: 0;
  color: #d92d20;
  font-size: 12px;
}

.rpt-panel__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px 20px;
}

.rpt-gallery-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.rpt-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 16px;
}

.rpt-cat-card {
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: none;
}

.rpt-cat-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid #f0f2f5;
  background: linear-gradient(135deg, #f7f5ff 0%, #f3fbf7 100%);
}

.rpt-cat-card__head h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #16192a;
}

.rpt-cat-card__body {
  padding: 10px;
}

.rpt-report-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.rpt-report-link:hover {
  background: #f5f3ff;
}

.rpt-report-link__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #efeaff;
  color: #6a3ef6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rpt-report-link__copy {
  min-width: 0;
  flex: 1;
}

.rpt-report-link__copy h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #16192a;
}

.rpt-report-link__copy p {
  margin: 2px 0 0;
  font-size: 12px;
  color: #667085;
}

.rpt-fav-btn {
  border: 0;
  background: transparent;
  color: #98a2b3;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}

.rpt-fav-btn.is-on {
  color: #f5b400;
}

.rpt-empty {
  padding: 32px 16px;
  text-align: center;
  color: #667085;
}

@media (max-width: 768px) {
  .rpt-fields {
    grid-template-columns: 1fr;
  }
}

/* Login — brand green/purple */
.em-login {
  min-height: 100vh;
  background: #fff;
}

.em-login__hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: linear-gradient(135deg, #61c797 0%, #4d7ee8 48%, #6a3ef6 100%);
}

@media (min-width: 992px) {
  .em-login__hero {
    display: flex;
  }
}

.em-login__hero::before,
.em-login__hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.em-login__hero::before {
  width: 420px;
  height: 420px;
  top: -120px;
  left: -100px;
}

.em-login__hero::after {
  width: 280px;
  height: 280px;
  right: -80px;
  bottom: -60px;
}

.em-login__hero-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 640px;
  padding: 36px 40px 24px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.em-login__hero-card h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.em-login__hero-card p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  font-size: 15px;
}

.em-login__hero-art {
  position: absolute;
  right: 12px;
  bottom: 0;
  max-width: 220px;
  z-index: 1;
  opacity: 0.85;
  pointer-events: none;
}

.em-login .auth-carousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: 0;
}

.em-login .auth-carousel .carousel-indicators .active {
  background: #fff;
}

.em-login .testi-contain img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
}

.em-login__panel {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 20px 24px;
  background: linear-gradient(180deg, #f7f5ff 0%, #ffffff 42%);
  position: relative;
}

.em-login__corner-logo {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 88px;
  opacity: 0.9;
}

.em-login__form-inner {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.em-login__brand {
  text-align: center;
  margin-bottom: 22px;
}

.em-login__brand img {
  height: 52px;
  width: auto;
}

.em-login__card {
  background: #fff;
  border: 1px solid #e7ebf3;
  border-radius: 16px;
  padding: 28px 24px 22px;
  box-shadow: 0 12px 32px rgba(106, 62, 246, 0.08);
}

.em-login__card h5 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  color: #16192a;
  text-align: center;
}

.em-login__card .em-login__lead {
  margin: 0 0 22px;
  text-align: center;
  color: #667085;
  font-size: 14px;
}

.em-login__field {
  margin-bottom: 16px;
}

.em-login__field label {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: #344054;
}

.em-login__field .ant-input-affix-wrapper,
.em-login__field .ant-input-password {
  border-radius: 10px;
  border-color: #d0d5dd;
}

.em-login__field .ant-input-affix-wrapper:focus,
.em-login__field .ant-input-affix-wrapper-focused,
.em-login__field .ant-input-password-focused {
  border-color: #6a3ef6;
  box-shadow: 0 0 0 3px rgba(106, 62, 246, 0.14);
}

.em-login__error {
  margin: 6px 0 0;
  color: #d92d20;
  font-size: 12px;
}

.em-login__row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.em-login__link {
  color: #6a3ef6 !important;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}

.em-login__link:hover {
  color: #54b889 !important;
}

.em-login__submit {
  width: 100%;
  height: 46px !important;
  margin-top: 4px;
}

.em-login__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #6a3ef6 !important;
  font-weight: 700;
  cursor: pointer;
}

.em-login__success {
  text-align: center;
  padding: 12px 8px 4px;
}

.em-login__success h6 {
  margin: 0 0 8px;
  color: #12b76a;
  font-size: 18px;
  font-weight: 800;
}

.em-login__success p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}

.em-login__footer {
  margin-top: 18px;
  text-align: center;
  color: #98a2b3;
  font-size: 12px;
}