:root {
  --sso-bg: #f4f7fb;
  --sso-panel: #ffffff;
  --sso-panel-soft: #f8fafc;
  --sso-sidebar: #162236;
  --sso-sidebar-2: #1d2c45;
  --sso-border: #d9e2ec;
  --sso-text: #1f2a37;
  --sso-muted: #64748b;
  --sso-primary: #00BCC4;
  --sso-primary-dark: #00979e;
  --sso-success: #14a44d;
  --sso-danger: #df3030;
  --sso-warning: #f59e0b;
  --sso-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
}

html,
body {
  min-height: 100%;
}

body,
.gentelella-shell {
  background: var(--sso-bg);
  color: var(--sso-text);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.gentelella-shell .main-sidebar {
  background: var(--sso-sidebar);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none !important;
}

.sso-sidebar-brand {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 10px;
  min-height: 64px;
  padding: 14px 14px 10px;
  text-decoration: none;
}

.sso-sidebar-brand:hover {
  color: #fff;
  text-decoration: none;
}

.sso-sidebar-brand img {
  background: #fff;
  border-radius: 8px;
  height: 34px;
  object-fit: contain;
  padding: 4px;
  width: 34px;
}

.sso-sidebar-brand strong {
  display: block;
  font-size: 16px;
  line-height: 1.1;
}

.sso-sidebar-brand span {
  color: #9fb2ca;
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

.sso-sidebar-section {
  color: #7f94ad;
  font-size: 11px;
  font-weight: 700;
  padding: 14px 14px 6px;
  text-transform: uppercase;
}

.gentelella-shell .nav-sidebar > .nav-item > .nav-link {
  border-radius: 8px;
  color: #c5d2e3;
  margin: 2px 10px;
  min-height: 42px;
}

.gentelella-shell .nav-sidebar > .nav-item > .nav-link:hover,
.gentelella-shell .nav-sidebar > .nav-item > .nav-link.active {
  background: var(--sso-sidebar-2);
  color: #fff;
}

.gentelella-shell .nav-sidebar > .nav-item > .nav-link.active {
  box-shadow: inset 3px 0 0 var(--sso-primary);
}

.gentelella-shell .main-header {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid var(--sso-border);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
  min-height: 64px;
}

.sso-topbar-title {
  color: var(--sso-text);
  font-size: 16px;
  font-weight: 700;
  margin-left: 8px;
}

.sso-topbar-subtitle {
  color: var(--sso-muted);
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 1px;
}

.gentelella-shell .main-header .nav-link {
  color: var(--sso-text) !important;
}

.sso-topbar-action {
  align-items: center;
  background: var(--sso-panel-soft);
  border: 1px solid var(--sso-border);
  border-radius: 8px;
  color: var(--sso-text) !important;
  display: inline-flex;
  gap: 8px;
  margin-right: 10px;
  min-height: 38px;
  padding: 8px 12px !important;
}

.gentelella-shell .content-wrapper {
  background: var(--sso-bg);
}

.gentelella-shell .content-header {
  padding: 22px 24px 8px;
}

.gentelella-shell .content-header h1 {
  color: var(--sso-text);
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.gentelella-shell .breadcrumb {
  background: transparent;
  font-size: 13px;
  margin-bottom: 0;
}

.gentelella-shell .content {
  padding: 0 24px 24px;
}

.gentelella-shell .card,
.gentelella-shell .modal-content,
.gentelella-shell .small-box {
  border: 1px solid var(--sso-border);
  border-radius: 8px;
  box-shadow: var(--sso-shadow);
}

.gentelella-shell .card-header {
  background: #fff;
  border-bottom: 1px solid var(--sso-border);
  border-radius: 8px 8px 0 0;
}

.gentelella-shell .table {
  color: var(--sso-text);
  font-size: 14px;
}

.gentelella-shell .table thead th {
  background: #f8fafc;
  border-bottom: 1px solid var(--sso-border);
  color: #334155;
  font-size: 12px;
  text-transform: uppercase;
}

.gentelella-shell .form-control,
.gentelella-shell .custom-select {
  border-color: var(--sso-border);
  border-radius: 8px;
  min-height: 38px;
}

.gentelella-shell .btn {
  border-radius: 8px;
}

.gentelella-shell .btn-primary,
.sso-btn-primary {
  background: var(--sso-primary-dark);
  border-color: var(--sso-primary-dark);
  color: #fff;
}

.gentelella-shell .btn-primary:hover,
.sso-btn-primary:hover {
  background: #066886;
  border-color: #066886;
  color: #fff;
}

.gentelella-shell .main-footer {
  background: #fff;
  border-top: 1px solid var(--sso-border);
  color: var(--sso-muted);
  font-size: 13px;
}

.sso-login-page {
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 188, 196, 0.18) 0%, #f8fafc 46%, rgba(0, 188, 196, 0.10) 100%);
  display: flex;
  min-height: 100vh;
  padding: 24px;
}

.sso-login-shell {
  background: #fff;
  border: 1px solid var(--sso-border);
  border-radius: 8px;
  box-shadow: var(--sso-shadow);
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1fr);
  margin: 0 auto;
  max-width: 980px;
  min-height: 560px;
  overflow: hidden;
  width: 100%;
}

.sso-login-brand {
  background: #172236;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px;
}

.sso-login-brand img.sso-logo-main {
  background: #fff;
  border-radius: 8px;
  max-width: 190px;
  padding: 12px;
}

.sso-login-brand h1 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  margin: 36px 0 12px;
}

.sso-login-brand p,
.sso-powered-label {
  color: #b8c7da;
  font-size: 14px;
  margin: 0;
}

.sso-login-powered {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.sso-login-powered img {
  background: #fff;
  border-radius: 8px;
  max-height: 46px;
  max-width: 145px;
  object-fit: contain;
  padding: 8px;
}

.sso-login-form-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
}

.sso-login-form-panel h2 {
  color: var(--sso-text);
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 8px;
}

.sso-login-form-panel p {
  color: var(--sso-muted);
  margin-bottom: 26px;
}

.sso-input-group {
  margin-bottom: 16px;
}

.sso-input-group label {
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
}

.sso-input-wrap {
  align-items: center;
  border: 1px solid var(--sso-border);
  border-radius: 8px;
  display: flex;
  min-height: 46px;
  padding: 0 12px;
}

.sso-input-wrap i {
  color: #94a3b8;
  min-width: 22px;
}

.sso-input-wrap input {
  border: 0;
  flex: 1;
  min-width: 0;
  outline: 0;
  padding: 10px 8px;
}

.sso-password-toggle {
  background: transparent;
  border: 0;
  color: #64748b;
  min-height: 38px;
  width: 38px;
}

.sso-login-button {
  border: 0;
  border-radius: 8px;
  font-weight: 700;
  min-height: 46px;
  width: 100%;
}

.sso-launchpad-page {
  background: var(--sso-bg);
  color: var(--sso-text);
  min-height: 100vh;
}

.sso-launchpad-header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--sso-border);
  display: flex;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px clamp(16px, 5vw, 72px);
}

.sso-launchpad-brand {
  align-items: center;
  display: flex;
  gap: 16px;
}

.sso-launchpad-brand img {
  max-height: 42px;
  max-width: 150px;
  object-fit: contain;
}

.sso-launchpad-nav {
  align-items: center;
  display: flex;
  gap: 12px;
}

.sso-launchpad-nav a,
.sso-launchpad-nav button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--sso-text);
  padding: 8px 11px;
}

.sso-launchpad-nav a:hover,
.sso-launchpad-nav button:hover {
  background: var(--sso-panel-soft);
  border-color: var(--sso-border);
  text-decoration: none;
}

.sso-launchpad-main {
  padding: 42px clamp(16px, 5vw, 72px) 34px;
}

.sso-launchpad-kicker {
  color: var(--sso-primary-dark);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sso-launchpad-main h1 {
  color: var(--sso-text);
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 8px;
}

.sso-launchpad-main p {
  color: var(--sso-muted);
  margin-bottom: 26px;
  max-width: 680px;
}

.sso-app-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.sso-app-card {
  background: #fff;
  border: 1px solid var(--sso-border);
  border-radius: 8px;
  box-shadow: var(--sso-shadow);
  color: var(--sso-text);
  display: flex;
  flex-direction: column;
  min-height: 214px;
  padding: 20px;
  text-decoration: none;
  transition: transform 140ms ease, border-color 140ms ease;
}

.sso-app-card:hover {
  border-color: var(--sso-primary);
  color: var(--sso-text);
  text-decoration: none;
  transform: translateY(-2px);
}

.sso-app-card h2 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 16px;
}

.sso-app-card img {
  align-self: center;
  height: 96px;
  margin: auto 0;
  max-width: 160px;
  object-fit: contain;
  width: 100%;
}

.sso-app-card-footer {
  align-items: center;
  color: var(--sso-primary-dark);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: space-between;
  margin-top: 16px;
}

.sso-empty-state {
  background: #fff;
  border: 1px dashed var(--sso-border);
  border-radius: 8px;
  color: var(--sso-muted);
  padding: 28px;
}

.sso-launchpad-footer {
  background: #fff;
  border-top: 1px solid var(--sso-border);
  color: var(--sso-muted);
  font-size: 13px;
  padding: 16px clamp(16px, 5vw, 72px);
}

@media (max-width: 767px) {
  .sso-login-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .sso-login-brand,
  .sso-login-form-panel {
    padding: 28px;
  }

  .sso-login-brand h1,
  .sso-launchpad-main h1 {
    font-size: 28px;
  }

  .sso-launchpad-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .sso-launchpad-nav {
    flex-wrap: wrap;
  }
}
.gentelella-shell .main-sidebar {
  background: #00BCC4;
}

.gentelella-shell .nav-sidebar > .nav-item > .nav-link,
.sso-sidebar-section,
.sso-sidebar-brand span,
.sso-sidebar-brand strong {
  color: #ffffff;
}

.gentelella-shell .nav-sidebar > .nav-item > .nav-link:hover,
.gentelella-shell .nav-sidebar > .nav-item > .nav-link.active {
  background: rgba(22, 34, 54, 0.18);
  color: #ffffff;
}

.gentelella-shell .nav-sidebar > .nav-item > .nav-link.active {
  box-shadow: inset 3px 0 0 #ffffff;
}

.sso-login-brand {
  background: #00BCC4;
}

.sso-login-page {
  background: linear-gradient(135deg, rgba(0, 188, 196, 0.18) 0%, #f8fafc 46%, rgba(0, 188, 196, 0.10) 100%);
}

.sso-login-brand p,
.sso-powered-label {
  color: rgba(255, 255, 255, 0.86);
}

.sso-launchpad-header {
  border-top: 4px solid #00BCC4;
}

.sso-launchpad-kicker,
.sso-app-card-footer {
  color: #00979e;
}

.sso-app-card:hover {
  border-color: #00BCC4;
  box-shadow: 0 18px 40px rgba(0, 188, 196, 0.12);
}
/* Launchpad footer stays at the bottom on short pages. */
.sso-launchpad-page {
  display: flex;
  flex-direction: column;
}

.sso-launchpad-main {
  flex: 1 0 auto;
}

.sso-launchpad-footer {
  flex-shrink: 0;
}

/* Gentelella-inspired tables for every SSO list/detail table. */
.gentelella-shell .card-body {
  padding: 18px;
}

.gentelella-shell .table-responsive {
  background: #fff;
  border: 1px solid var(--sso-border);
  border-radius: 8px;
  overflow: auto;
}

.gentelella-shell .table {
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--sso-text);
  font-size: 14px;
  margin-bottom: 0;
}

.gentelella-shell .table-bordered,
.gentelella-shell .table-bordered td,
.gentelella-shell .table-bordered th {
  border: 0;
}

.gentelella-shell .table thead th {
  background: #f6fbfc;
  border-bottom: 1px solid var(--sso-border) !important;
  color: #45556c;
  font-size: 12px;
  font-weight: 800;
  height: 44px;
  padding: 12px 14px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.gentelella-shell .table thead th:first-child {
  border-top-left-radius: 8px;
}

.gentelella-shell .table thead th:last-child {
  border-top-right-radius: 8px;
}

.gentelella-shell .table thead th a {
  align-items: center;
  color: #45556c;
  display: inline-flex;
  gap: 6px;
  text-decoration: none;
}

.gentelella-shell .table tbody td {
  border-bottom: 1px solid #eef2f6;
  color: #243244;
  padding: 12px 14px;
  vertical-align: middle;
}

.gentelella-shell .table tbody tr:last-child td {
  border-bottom: 0;
}

.gentelella-shell .table-striped tbody tr:nth-of-type(odd) {
  background-color: #fbfdfe;
}

.gentelella-shell .table-hover tbody tr:hover {
  background-color: rgba(0, 188, 196, 0.07);
}

.gentelella-shell .table td .btn,
.gentelella-shell .table td button.btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 34px;
  min-width: 34px;
  padding: 7px 10px;
}

.gentelella-shell .table td .btn + .btn,
.gentelella-shell .table td .btn + button.btn,
.gentelella-shell .table td button.btn + .btn,
.gentelella-shell .table td button.btn + button.btn {
  margin-left: 4px;
}

.gentelella-shell .card-footer {
  align-items: center;
  background: #fff;
  border-top: 1px solid var(--sso-border);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.gentelella-shell .pagination .page-link {
  border-color: var(--sso-border);
  color: var(--sso-primary-dark);
}

.gentelella-shell .pagination .page-item.active .page-link {
  background: var(--sso-primary-dark);
  border-color: var(--sso-primary-dark);
}
/* Requested SSO accents. */
.sso-login-button {
  background: #00BCC4;
  border-color: #00BCC4;
  box-shadow: 0 10px 22px rgba(0, 188, 196, 0.2);
  color: #ffffff;
}

.sso-login-button:hover,
.sso-login-button:focus {
  background: #00979e;
  border-color: #00979e;
  color: #ffffff;
}

.sso-login-form-panel .alert,
.gentelella-shell .alert,
.sso-launchpad-page .alert {
  border: 1px solid var(--sso-border);
  border-left: 4px solid #00BCC4;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  color: #243244;
  font-size: 14px;
  padding: 12px 14px;
}

.gentelella-shell #toastsContainerTopRight,
.sso-launchpad-page #toastsContainerTopRight {
  margin-top: 76px;
  margin-right: 20px;
}

.gentelella-shell .toast,
.sso-launchpad-page .toast {
  background: #ffffff;
  border: 1px solid var(--sso-border);
  border-left: 4px solid #00BCC4;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
  color: #243244;
  overflow: hidden;
}

.gentelella-shell .toast-header,
.sso-launchpad-page .toast-header {
  background: #f6fbfc;
  border-bottom: 1px solid var(--sso-border);
  color: #1f2a37;
  font-weight: 800;
}

.gentelella-shell .toast-body,
.sso-launchpad-page .toast-body {
  color: #45556c;
  font-size: 14px;
}

.gentelella-shell .bg-success.toast,
.sso-launchpad-page .bg-success.toast,
.gentelella-shell .toast.bg-success,
.sso-launchpad-page .toast.bg-success {
  border-left-color: var(--sso-success);
}

.gentelella-shell .bg-danger.toast,
.sso-launchpad-page .bg-danger.toast,
.gentelella-shell .toast.bg-danger,
.sso-launchpad-page .toast.bg-danger {
  border-left-color: var(--sso-danger);
}

.sso-table-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.sso-table-toolbar-left,
.sso-table-toolbar-right {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sso-table-toolbar-right {
  justify-content: flex-end;
  margin-left: auto;
}

.sso-table-toolbar .form-inline,
.sso-table-toolbar .input-group {
  flex-wrap: wrap;
  gap: 8px;
}

.sso-table-toolbar .input-group > .form-control,
.sso-table-toolbar .input-group > .custom-select {
  border-radius: 8px;
  min-width: 150px;
}

.sso-add-button {
  background: #00BCC4;
  border-color: #00BCC4;
  color: #ffffff;
  font-weight: 700;
}

.sso-add-button:hover,
.sso-add-button:focus {
  background: #00979e;
  border-color: #00979e;
  color: #ffffff;
}

@media (max-width: 767px) {
  .sso-table-toolbar,
  .sso-table-toolbar-left,
  .sso-table-toolbar-right,
  .sso-table-toolbar .form-inline,
  .sso-table-toolbar .input-group {
    align-items: stretch;
    width: 100%;
  }

  .sso-add-button,
  .sso-table-toolbar .input-group > .form-control,
  .sso-table-toolbar .input-group > .custom-select {
    width: 100%;
  }
}
/* Centered Gentelella-style notification placement. */
.gentelella-shell #toastsContainerTopRight,
.sso-launchpad-page #toastsContainerTopRight {
  left: 50% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 76px;
  max-width: min(520px, calc(100vw - 32px));
  right: auto !important;
  text-align: left;
  top: 0 !important;
  transform: translateX(-50%);
  width: min(520px, calc(100vw - 32px));
}

.gentelella-shell #toastsContainerTopRight .toast,
.sso-launchpad-page #toastsContainerTopRight .toast {
  width: 100%;
}

.sso-login-form-panel .alert {
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  width: 100%;
}

/* Server pagination styled like a compact Gentelella data table footer. */
.gentelella-shell .card-footer.clearfix {
  align-items: center;
  background: #ffffff;
  border-top: 1px solid var(--sso-border);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 18px;
}

.gentelella-shell .card-footer .pagination {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--sso-border);
  border-radius: 8px;
  display: inline-flex;
  gap: 4px;
  padding: 4px;
}

.gentelella-shell .pagination .page-item {
  margin: 0;
}

.gentelella-shell .pagination .page-link {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: #45556c;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  min-height: 30px;
  min-width: 30px;
  padding: 5px 9px;
}

.gentelella-shell .pagination .page-link:hover {
  background: rgba(0, 188, 196, 0.09);
  color: #00979e;
}

.gentelella-shell .pagination .page-item.active .page-link {
  background: #00BCC4;
  border-color: #00BCC4;
  box-shadow: 0 8px 18px rgba(0, 188, 196, 0.18);
  color: #ffffff;
}

@media (max-width: 767px) {
  .gentelella-shell #toastsContainerTopRight,
  .sso-launchpad-page #toastsContainerTopRight {
    margin-top: 64px;
  }

  .gentelella-shell .card-footer.clearfix {
    align-items: stretch;
    flex-direction: column;
  }

  .gentelella-shell .card-footer .pagination {
    justify-content: center;
    width: 100%;
  }
}
/* Gentelella/DataTables pagination layout for server-side lists. */
.gentelella-shell .sso-datatable-footer {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  padding: 12px 18px;
}

.gentelella-shell .dataTables_info {
  color: #73879c;
  font-size: 13px;
  line-height: 32px;
  padding-top: 0;
  white-space: nowrap;
}

.gentelella-shell .dataTables_paginate {
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

.gentelella-shell .dataTables_paginate .pagination {
  background: transparent;
  border: 0;
  border-radius: 0;
  gap: 0;
  padding: 0;
}

.gentelella-shell .dataTables_paginate .paginate_button .page-link {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #73879c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.42857143;
  margin-left: -1px;
  min-height: 34px;
  min-width: 34px;
  padding: 7px 12px;
}

.gentelella-shell .dataTables_paginate .paginate_button:first-child .page-link {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}

.gentelella-shell .dataTables_paginate .paginate_button:last-child .page-link {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.gentelella-shell .dataTables_paginate .paginate_button .page-link:hover {
  background: #eeeeee;
  border-color: #dddddd;
  color: #23527c;
}

.gentelella-shell .dataTables_paginate .paginate_button.active .page-link {
  background: #00BCC4;
  border-color: #00BCC4;
  color: #ffffff;
  cursor: default;
  z-index: 3;
}

.gentelella-shell .dataTables_paginate .paginate_button.disabled .page-link,
.gentelella-shell .dataTables_paginate .paginate_button.disabled .page-link:hover {
  background: #ffffff;
  border-color: #dddddd;
  color: #b8c0ca;
  cursor: not-allowed;
}

.gentelella-shell .sso-table-export {
  justify-self: end;
}

@media (max-width: 991px) {
  .gentelella-shell .sso-datatable-footer {
    grid-template-columns: 1fr;
  }

  .gentelella-shell .dataTables_info,
  .gentelella-shell .dataTables_paginate,
  .gentelella-shell .sso-table-export {
    justify-self: stretch;
    text-align: center;
    white-space: normal;
  }

  .gentelella-shell .dataTables_paginate .pagination {
    justify-content: center;
  }
}
/* Final Gentelella-style controls pass. */
.gentelella-shell .sso-datatable-footer {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  grid-template-areas: "info export paginate";
}

.gentelella-shell .sso-datatable-footer .dataTables_info {
  grid-area: info;
  justify-self: start;
}

.gentelella-shell .sso-datatable-footer .sso-table-export {
  grid-area: export;
  justify-self: end;
}

.gentelella-shell .sso-datatable-footer .dataTables_paginate {
  grid-area: paginate;
  justify-self: end;
  margin-left: auto;
}

.gentelella-shell .sso-table-toolbar {
  background: #ffffff;
  border-bottom: 1px solid var(--sso-border);
  min-height: 62px;
  padding: 12px 16px;
}

.gentelella-shell .sso-table-toolbar-left::before {
  color: #73879c;
  content: "Table tools";
  font-size: 12px;
  font-weight: 800;
  margin-right: 8px;
  text-transform: uppercase;
}

.gentelella-shell .sso-table-toolbar-right .input-group {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--sso-border);
  border-radius: 8px;
  padding: 4px;
}

.gentelella-shell .sso-table-toolbar .form-control,
.gentelella-shell .sso-table-toolbar .custom-select {
  background: #ffffff;
  border: 1px solid #d8dee6;
  color: #34495e;
  font-size: 13px;
  height: 34px;
  min-height: 34px;
}

.gentelella-shell .sso-table-toolbar input[type="search"] {
  min-width: 220px;
}

.gentelella-shell .sso-table-toolbar .input-group-append button {
  align-items: center;
  background: #00BCC4;
  border: 1px solid #00BCC4;
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  min-height: 34px;
  min-width: 40px;
}

.gentelella-shell .table tbody td:last-child {
  white-space: nowrap;
}

.gentelella-shell .table tbody td:last-child .btn {
  border-radius: 4px;
  box-shadow: none;
  font-size: 12px;
  height: 32px;
  line-height: 1;
  min-height: 32px;
  min-width: 32px;
  padding: 7px 9px;
}

.gentelella-shell .table tbody td:last-child .btn-success {
  background: #26b99a;
  border-color: #169f85;
}

.gentelella-shell .table tbody td:last-child .btn-primary {
  background: #337ab7;
  border-color: #2e6da4;
  box-shadow: none;
}

.gentelella-shell .table tbody td:last-child .btn-secondary {
  background: #73879c;
  border-color: #5f7285;
  color: #ffffff;
}

.gentelella-shell .table tbody td:last-child .btn-warning {
  background: #f0ad4e;
  border-color: #eea236;
  color: #ffffff;
}

.gentelella-shell .table tbody td:last-child .btn-danger {
  background: #d9534f;
  border-color: #d43f3a;
}

.gentelella-shell .table tbody td span {
  color: #34495e;
  display: inline-block;
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.gentelella-shell .badge {
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 8px;
}

.gentelella-shell .dropdown-menu {
  border: 1px solid var(--sso-border);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(31, 42, 55, 0.12);
  padding: 6px;
}

.gentelella-shell .dropdown-item {
  border-radius: 4px;
  color: #34495e;
  font-size: 13px;
  padding: 8px 10px;
}

.gentelella-shell .dropdown-item:hover,
.gentelella-shell .dropdown-item:focus {
  background: #f2f5f7;
  color: #23527c;
}

.gentelella-shell .select2-container--bootstrap4 .select2-selection,
.gentelella-shell .select2-container--default .select2-selection--single,
.gentelella-shell select.form-control,
.gentelella-shell select.custom-select {
  border: 1px solid #d8dee6;
  border-radius: 4px;
  color: #34495e;
  min-height: 38px;
}

.gentelella-shell .select2-container--bootstrap4.select2-container--focus .select2-selection,
.gentelella-shell .select2-container--bootstrap4.select2-container--open .select2-selection,
.gentelella-shell select.form-control:focus,
.gentelella-shell select.custom-select:focus {
  border-color: #00BCC4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.04), 0 0 6px rgba(0, 188, 196, 0.22);
}

.gentelella-shell .card.card-primary {
  border-top: 3px solid #00BCC4;
}

.gentelella-shell .card.card-primary > .card-header,
.gentelella-shell .card > .card-header {
  background: #ffffff;
  color: #34495e;
}

.gentelella-shell .card-title {
  color: #34495e;
  font-size: 16px;
  font-weight: 700;
}

.gentelella-shell .form-group label {
  color: #34495e;
  font-size: 13px;
  font-weight: 700;
}

.gentelella-shell textarea.form-control,
.gentelella-shell input.form-control {
  border-radius: 4px;
  color: #34495e;
}

.gentelella-shell .custom-file-label {
  border-color: #d8dee6;
  border-radius: 4px;
  color: #73879c;
}

.gentelella-shell .modal-content {
  border-radius: 4px;
  overflow: hidden;
}

.gentelella-shell .modal-content.bg-success,
.gentelella-shell .modal-content.bg-danger,
.gentelella-shell .modal-content.bg-warning,
.gentelella-shell .modal-content.bg-secondary {
  background: #ffffff !important;
  color: #34495e !important;
}

.gentelella-shell .modal-header {
  background: #f7f7f7;
  border-bottom: 1px solid #e5e9ec;
  color: #34495e;
}

.gentelella-shell .modal-title {
  font-size: 16px;
  font-weight: 700;
}

.gentelella-shell .modal-footer {
  background: #f7f7f7;
  border-top: 1px solid #e5e9ec;
}

.gentelella-shell .modal-footer .btn-outline-light,
.gentelella-shell .modal-footer .btn-outline-dark,
.gentelella-shell .modal-footer .btn-default {
  background: #ffffff;
  border-color: #d8dee6;
  color: #34495e;
}

.gentelella-shell .content .card-body .container-fluid > .row {
  border-bottom: 1px solid #eef2f6;
  min-height: 36px;
  padding: 8px 0;
}

.gentelella-shell .content .card-body .container-fluid > .row:last-child {
  border-bottom: 0;
}

@media (max-width: 991px) {
  .gentelella-shell .sso-datatable-footer {
    grid-template-areas:
      "info"
      "paginate"
      "export";
    grid-template-columns: 1fr;
  }

  .gentelella-shell .sso-datatable-footer .dataTables_info,
  .gentelella-shell .sso-datatable-footer .dataTables_paginate,
  .gentelella-shell .sso-datatable-footer .sso-table-export {
    justify-self: end;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .gentelella-shell .sso-table-toolbar-left::before {
    display: none;
  }

  .gentelella-shell .sso-table-toolbar input[type="search"] {
    min-width: 100%;
  }

  .gentelella-shell .sso-datatable-footer .dataTables_info,
  .gentelella-shell .sso-datatable-footer .dataTables_paginate,
  .gentelella-shell .sso-datatable-footer .sso-table-export {
    justify-self: stretch;
    text-align: center;
  }
}
/* Permission tab view and native select cleanup. */
.gentelella-shell .card.card-tabs {
  border-top: 3px solid #00BCC4;
}

.gentelella-shell .card.card-tabs > .card-header {
  background: #f7f7f7;
  border-bottom: 1px solid #d8dee6;
  padding: 0 !important;
}

.gentelella-shell .card.card-tabs .nav-tabs {
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0 12px;
}

.gentelella-shell .card.card-tabs .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.gentelella-shell .card.card-tabs .nav-tabs .nav-link {
  background: #eef2f6;
  border: 1px solid #d8dee6;
  border-bottom-color: #d8dee6;
  border-radius: 4px 4px 0 0;
  color: #34495e;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-right: 4px;
  min-height: 42px;
  min-width: 0;
  padding: 11px 18px;
  text-align: center;
  width: auto;
}

.gentelella-shell .card.card-tabs .nav-tabs .nav-link:hover {
  background: #ffffff;
  color: #23527c;
}

.gentelella-shell .card.card-tabs .nav-tabs .nav-link.active,
.gentelella-shell .card.card-tabs .nav-tabs .nav-item.show .nav-link {
  background: #ffffff;
  border-color: #d8dee6 #d8dee6 #ffffff;
  color: #00a1a8;
}

.gentelella-shell .card.card-tabs .tab-content {
  background: #ffffff;
  border-top: 0;
}

.gentelella-shell .card.card-tabs .tab-pane > .row:first-child h3 {
  color: #34495e;
  font-size: 28px;
  font-weight: 500;
  margin: 8px 0 18px;
  width: 100%;
}

.gentelella-shell .card.card-tabs .tab-pane .row {
  margin-left: 0;
  margin-right: 0;
}

.gentelella-shell select.form-control,
.gentelella-shell select.custom-select,
.gentelella-shell .sso-table-toolbar select.form-control,
.gentelella-shell .sso-table-toolbar select.custom-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, transparent 50%, #73879c 50%), linear-gradient(135deg, #73879c 50%, transparent 50%);
  background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 34px;
}

.gentelella-shell select.form-control::-ms-expand,
.gentelella-shell select.custom-select::-ms-expand {
  display: none;
}

.gentelella-shell .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  height: 36px;
  right: 8px;
  top: 1px;
}

.gentelella-shell .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-color: #73879c transparent transparent transparent;
}

@media (max-width: 767px) {
  .gentelella-shell .card.card-tabs .nav-tabs {
    padding: 0 8px;
  }

  .gentelella-shell .card.card-tabs .nav-tabs .nav-link {
    font-size: 13px;
    margin-right: 3px;
    padding: 10px 12px;
  }
}
.gentelella-shell .sso-table-toolbar-left::before {
  content: none !important;
  display: none !important;
}
/* Gentelella-style interactive modal triggers for activation actions. */
.gentelella-shell button[data-toggle="modal"][data-target^="#activate"],
.gentelella-shell button[data-toggle="modal"][data-target^="#deactivate"] {
  align-items: center;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  gap: 6px;
  justify-content: center;
  position: relative;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.gentelella-shell button[data-toggle="modal"][data-target^="#activate"] {
  background: #26b99a;
  border-color: #169f85;
  color: #ffffff;
}

.gentelella-shell button[data-toggle="modal"][data-target^="#deactivate"] {
  background: #f0ad4e;
  border-color: #eea236;
  color: #ffffff;
}

.gentelella-shell button[data-toggle="modal"][data-target^="#activate"]:hover,
.gentelella-shell button[data-toggle="modal"][data-target^="#deactivate"]:hover {
  box-shadow: 0 8px 18px rgba(52, 73, 94, 0.16);
  transform: translateY(-1px);
}

.gentelella-shell button[data-toggle="modal"][data-target^="#activate"]:focus,
.gentelella-shell button[data-toggle="modal"][data-target^="#deactivate"]:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 188, 196, 0.22);
  outline: 0;
}

.gentelella-shell button[data-toggle="modal"][data-target^="#activate"] i,
.gentelella-shell button[data-toggle="modal"][data-target^="#deactivate"] i {
  font-size: 14px;
  pointer-events: none;
}

.gentelella-shell .modal[id^="activate"] .modal-content {
  border-left: 4px solid #26b99a;
}

.gentelella-shell .modal[id^="deactivate"] .modal-content {
  border-left: 4px solid #f0ad4e;
}

.gentelella-shell .modal[id^="activate"] .modal-title::before,
.gentelella-shell .modal[id^="deactivate"] .modal-title::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
}

.gentelella-shell .modal[id^="activate"] .modal-title::before {
  color: #26b99a;
  content: "\f205";
}

.gentelella-shell .modal[id^="deactivate"] .modal-title::before {
  color: #f0ad4e;
  content: "\f204";
}
/* Center-screen confirmation modals, Gentelella style. */
.gentelella-shell .modal.show,
.sso-launchpad-page .modal.show {
  align-items: center;
  display: flex !important;
}

.gentelella-shell .modal-dialog,
.sso-launchpad-page .modal-dialog {
  margin: 1.75rem auto;
  max-width: min(590px, calc(100vw - 32px));
  width: 100%;
}

.gentelella-shell .modal-sm,
.sso-launchpad-page .modal-sm {
  max-width: min(420px, calc(100vw - 32px));
}

.gentelella-shell .modal-content,
.sso-launchpad-page .modal-content {
  background: #ffffff !important;
  border: 1px solid #d8dee6;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(31, 42, 55, 0.18);
  color: #34495e !important;
  overflow: hidden;
}

.gentelella-shell .modal-header,
.sso-launchpad-page .modal-header {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #e5e9ec;
  min-height: 60px;
  padding: 16px 22px;
}

.gentelella-shell .modal-title,
.sso-launchpad-page .modal-title {
  color: #1f2a37;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.gentelella-shell .modal-body,
.sso-launchpad-page .modal-body {
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
  padding: 22px;
}

.gentelella-shell .modal-footer,
.sso-launchpad-page .modal-footer {
  background: #ffffff;
  border-top: 1px solid #e5e9ec;
  gap: 10px;
  justify-content: flex-end !important;
  padding: 14px 22px;
}

.gentelella-shell .modal-footer .btn,
.sso-launchpad-page .modal-footer .btn {
  border-radius: 6px;
  font-weight: 700;
  min-height: 38px;
  padding: 8px 16px;
}

.gentelella-shell .modal-footer .btn-outline-light,
.gentelella-shell .modal-footer .btn-outline-dark,
.gentelella-shell .modal-footer .btn-default,
.sso-launchpad-page .modal-footer .btn-outline-light,
.sso-launchpad-page .modal-footer .btn-outline-dark,
.sso-launchpad-page .modal-footer .btn-default {
  background: #ffffff;
  border: 1px solid #d8dee6;
  color: #667085;
}

.gentelella-shell .modal[id^="activate"] .modal-footer form .btn,
.sso-launchpad-page .modal[id^="activate"] .modal-footer form .btn,
.gentelella-shell .modal[id^="finalize"] .modal-footer form .btn,
.sso-launchpad-page .modal[id^="finalize"] .modal-footer form .btn {
  background: #26b99a;
  border-color: #26b99a;
  color: #ffffff;
}

.gentelella-shell .modal[id^="deactivate"] .modal-footer form .btn,
.sso-launchpad-page .modal[id^="deactivate"] .modal-footer form .btn,
.gentelella-shell .modal[id^="cancel"] .modal-footer form .btn,
.sso-launchpad-page .modal[id^="cancel"] .modal-footer form .btn,
.gentelella-shell .modal[id^="del"] .modal-footer form .btn,
.sso-launchpad-page .modal[id^="del"] .modal-footer form .btn,
.gentelella-shell .modal[id^="revoke"] .modal-footer form .btn,
.sso-launchpad-page .modal[id^="revoke"] .modal-footer form .btn {
  background: #d9534f;
  border-color: #d9534f;
  color: #ffffff;
}
/* User detail Service Point section. */
.gentelella-shell .sso-section-toolbar {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-height: 58px;
  padding: 12px 16px;
}

.gentelella-shell .sso-section-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.gentelella-shell .sso-user-servicepoint-card .card-body {
  padding: 16px;
}

.gentelella-shell .sso-inline-table {
  background: #ffffff;
  border: 1px solid var(--sso-border);
  border-radius: 8px;
  overflow: auto;
}

.gentelella-shell .sso-inline-table .table {
  margin-bottom: 0;
}

.gentelella-shell .sso-inline-table .table thead th {
  background: #f6fbfc;
  border-bottom: 1px solid var(--sso-border) !important;
  color: #45556c;
  font-size: 12px;
  font-weight: 800;
  padding: 12px 14px;
  text-transform: uppercase;
}

.gentelella-shell .sso-inline-table .table tbody td {
  border-bottom: 1px solid #eef2f6;
  color: #34495e;
  padding: 12px 14px;
  vertical-align: middle;
}

.gentelella-shell .sso-inline-table .table tbody tr:last-child td {
  border-bottom: 0;
}

.gentelella-shell .sso-inline-table .table-hover tbody tr:hover {
  background: rgba(0, 188, 196, 0.07);
}

.gentelella-shell .sso-modal-form .form-group {
  margin-bottom: 18px !important;
}

.gentelella-shell .sso-modal-actions {
  align-items: center;
  border-top: 1px solid #e5e9ec;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin: 22px -22px -22px;
  padding: 14px 22px;
}

.gentelella-shell .sso-modal-actions .btn {
  border-radius: 6px;
  font-weight: 700;
  min-height: 38px;
  padding: 8px 16px;
}

.gentelella-shell .sso-modal-actions .btn-default {
  background: #ffffff;
  border: 1px solid #d8dee6;
  color: #667085;
}

@media (max-width: 767px) {
  .gentelella-shell .sso-section-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .gentelella-shell .sso-section-actions,
  .gentelella-shell .sso-section-actions .btn {
    width: 100%;
  }
}
/* Service Point detail: User in Service Point section. */
.gentelella-shell .sso-servicepoint-user-card {
  border: 1px solid var(--sso-border);
  border-radius: 8px;
  box-shadow: none;
  margin: 0 16px 16px;
}

.gentelella-shell .sso-servicepoint-user-card > .card-header {
  background: #ffffff;
  border-bottom: 1px solid var(--sso-border);
  border-top: 3px solid #00BCC4;
  border-radius: 8px 8px 0 0;
}

.gentelella-shell .sso-servicepoint-user-card .card-title {
  color: #34495e;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.gentelella-shell .sso-detail-body + .sso-servicepoint-user-card {
  margin-top: 8px;
}
/* Success notification follows requested SSO brand color. */
.sso-login-form-panel .alert-success,
.gentelella-shell .alert-success,
.sso-launchpad-page .alert-success {
  background: rgba(0, 188, 196, 0.10);
  border-color: rgba(0, 188, 196, 0.35);
  border-left-color: #00BCC4;
  color: #006f75;
}

.gentelella-shell .bg-success.toast,
.sso-launchpad-page .bg-success.toast,
.gentelella-shell .toast.bg-success,
.sso-launchpad-page .toast.bg-success {
  background: #ffffff !important;
  border-left-color: #00BCC4;
  color: #1f2a37 !important;
}

.gentelella-shell .bg-success.toast .toast-header,
.sso-launchpad-page .bg-success.toast .toast-header,
.gentelella-shell .toast.bg-success .toast-header,
.sso-launchpad-page .toast.bg-success .toast-header {
  background: rgba(0, 188, 196, 0.10);
  color: #006f75;
}
/* Dashboard cards follow the shared SSO/FSS/Merdu dashboard concept. */
.sso-dashboard > .container-fluid > .row,
.sso-dashboard .card-body .row {
  row-gap: 16px;
}

.sso-dashboard .card.card-primary {
  border-top: 3px solid var(--sso-primary);
  overflow: hidden;
}

.sso-dashboard .card-header {
  min-height: 54px;
}

.sso-dashboard .card-title {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}

.sso-dashboard .card-body.text-center {
  text-align: left !important;
}

.sso-dashboard-card,
.sso-dashboard .small-box[style*="background-color"] {
  background: #fff !important;
  border: 1px solid var(--sso-border);
  border-left: 4px solid var(--sso-primary);
  border-radius: 8px;
  box-shadow: var(--sso-shadow);
  color: var(--sso-text) !important;
  margin-bottom: 0;
  min-height: 132px;
  overflow: hidden;
}

.sso-dashboard-card .inner {
  padding: 18px;
}

.sso-dashboard-card p {
  color: var(--sso-muted) !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sso-dashboard-card h1 {
  color: var(--sso-primary);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

/* Sidebar style aligned to requested turquoise SSO concept. */
.gentelella-shell .main-sidebar {
  background: #00BCC4 !important;
  border-right: 0 !important;
  box-shadow: none !important;
}

.gentelella-shell .sidebar {
  padding: 14px 10px;
}

.gentelella-shell .sidebar > nav > ul > a,
.gentelella-shell .sso-sidebar-brand {
  align-items: center;
  color: #ffffff !important;
  display: flex;
  gap: 12px;
  min-height: 64px;
  padding: 8px 8px 18px;
  text-decoration: none !important;
}

.gentelella-shell .sidebar > nav > ul > a img,
.gentelella-shell .sso-sidebar-brand img {
  background: #ffffff;
  border-radius: 8px;
  height: 42px;
  max-width: 52px;
  object-fit: contain;
  padding: 5px;
}

.gentelella-shell .brand-text,
.gentelella-shell .sso-sidebar-brand strong {
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 20px;
  font-weight: 800 !important;
  line-height: 1.05;
}

.gentelella-shell .sso-sidebar-brand span span,
.gentelella-shell .sso-sidebar-brand > span > span {
  color: rgba(255,255,255,.92) !important;
  font-size: 14px;
}

.gentelella-shell .sidebar-section,
.gentelella-shell .sso-sidebar-section {
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  padding: 16px 8px 8px;
  text-transform: uppercase;
}

.gentelella-shell .dropdown-divider {
  border-color: transparent !important;
  margin: 0;
}

.gentelella-shell .nav-sidebar > .nav-item > .nav-link,
.gentelella-shell .nav-treeview > .nav-item > .nav-link {
  border-radius: 8px;
  color: #ffffff !important;
  margin: 4px 0;
  min-height: 42px;
  padding-left: 18px;
}

.gentelella-shell .nav-sidebar > .nav-item > .nav-link:hover,
.gentelella-shell .nav-sidebar > .nav-item > .nav-link.active,
.gentelella-shell .nav-treeview > .nav-item > .nav-link:hover,
.gentelella-shell .nav-treeview > .nav-item > .nav-link.active {
  background: rgba(22, 34, 54, 0.20) !important;
  color: #ffffff !important;
}

.gentelella-shell .nav-sidebar > .nav-item > .nav-link.active,
.gentelella-shell .nav-treeview > .nav-item > .nav-link.active {
  box-shadow: inset 4px 0 0 #ffffff !important;
}

.gentelella-shell .nav-sidebar .nav-icon {
  color: #ffffff !important;
  font-size: 18px;
  margin-right: 10px;
}

/* SSO dashboard cards use the same colored accent concept as FSS dashboard cards. */
.sso-dashboard-card {
  border-left-width: 0 !important;
  border-top: 4px solid var(--sso-primary) !important;
}

.sso-dashboard .card-body .row > [class*="col-"]:nth-child(6n+1) .sso-dashboard-card { border-top-color: #00BCC4 !important; }
.sso-dashboard .card-body .row > [class*="col-"]:nth-child(6n+2) .sso-dashboard-card { border-top-color: #3498db !important; }
.sso-dashboard .card-body .row > [class*="col-"]:nth-child(6n+3) .sso-dashboard-card { border-top-color: #26b99a !important; }
.sso-dashboard .card-body .row > [class*="col-"]:nth-child(6n+4) .sso-dashboard-card { border-top-color: #f0ad4e !important; }
.sso-dashboard .card-body .row > [class*="col-"]:nth-child(6n+5) .sso-dashboard-card { border-top-color: #73879c !important; }
.sso-dashboard .card-body .row > [class*="col-"]:nth-child(6n+6) .sso-dashboard-card { border-top-color: #d9534f !important; }

.sso-dashboard .card-body .row > [class*="col-"]:nth-child(6n+1) .sso-dashboard-card h1 { color: #00BCC4 !important; }
.sso-dashboard .card-body .row > [class*="col-"]:nth-child(6n+2) .sso-dashboard-card h1 { color: #3498db !important; }
.sso-dashboard .card-body .row > [class*="col-"]:nth-child(6n+3) .sso-dashboard-card h1 { color: #26b99a !important; }
.sso-dashboard .card-body .row > [class*="col-"]:nth-child(6n+4) .sso-dashboard-card h1 { color: #f0ad4e !important; }
.sso-dashboard .card-body .row > [class*="col-"]:nth-child(6n+5) .sso-dashboard-card h1 { color: #73879c !important; }
.sso-dashboard .card-body .row > [class*="col-"]:nth-child(6n+6) .sso-dashboard-card h1 { color: #d9534f !important; }

/* Final sidebar alignment with FSS and Merdu Asset. */
.gentelella-shell .main-sidebar {
  background: #00BCC4 !important;
  border-right: 0 !important;
  box-shadow: none !important;
}

.gentelella-shell .sidebar {
  padding: 14px 10px !important;
}

.gentelella-shell .sso-sidebar-brand,
.gentelella-shell .sidebar > nav > ul > a {
  align-items: center !important;
  color: #ffffff !important;
  display: flex !important;
  gap: 12px !important;
  min-height: 64px !important;
  padding: 8px 8px 18px !important;
  text-decoration: none !important;
}

.gentelella-shell .sso-sidebar-brand img,
.gentelella-shell .sidebar > nav > ul > a img {
  background: #ffffff !important;
  border-radius: 8px !important;
  height: 42px !important;
  max-width: 52px !important;
  object-fit: contain !important;
  padding: 5px !important;
}

.gentelella-shell .sso-sidebar-brand .brand-text,
.gentelella-shell .sso-sidebar-brand strong,
.gentelella-shell .brand-text {
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

.gentelella-shell .sidebar-brand-subtitle,
.gentelella-shell .sso-sidebar-brand .sidebar-brand-subtitle {
  color: rgba(255,255,255,.92) !important;
  display: block !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  margin-top: 2px !important;
}

.gentelella-shell .sidebar-section,
.gentelella-shell .sso-sidebar-section {
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  padding: 16px 8px 8px !important;
  text-transform: uppercase !important;
}

.gentelella-shell .dropdown-divider {
  border-color: transparent !important;
  margin: 0 !important;
}

.gentelella-shell .nav-sidebar > .nav-item > .nav-link,
.gentelella-shell .nav-treeview > .nav-item > .nav-link {
  border-radius: 8px !important;
  color: #ffffff !important;
  margin: 4px 0 !important;
  min-height: 42px !important;
  padding-left: 18px !important;
}

.gentelella-shell .nav-sidebar > .nav-item > .nav-link:hover,
.gentelella-shell .nav-sidebar > .nav-item > .nav-link.active,
.gentelella-shell .nav-treeview > .nav-item > .nav-link:hover,
.gentelella-shell .nav-treeview > .nav-item > .nav-link.active {
  background: rgba(22, 34, 54, 0.20) !important;
  color: #ffffff !important;
}

.gentelella-shell .nav-sidebar > .nav-item > .nav-link.active,
.gentelella-shell .nav-treeview > .nav-item > .nav-link.active {
  box-shadow: inset 4px 0 0 #ffffff !important;
}

.gentelella-shell .nav-sidebar .nav-icon {
  color: #ffffff !important;
  font-size: 18px !important;
  margin-right: 10px !important;
}