:root {
  --aydek-blue: #0076ff;
  --aydek-coral: #ff7276;
  --aydek-navy: #00194a;
  --aydek-ink: #2a2a2a;
  --aydek-gold: #a08f6c;
  --aydek-bg: #f5f7fb;
  --aydek-border: #e6ebf2;
  --aydek-muted: #6f7b8d;
  --aydek-card-shadow: 0 8px 24px rgba(0, 25, 74, .08);
  --aydek-soft-shadow: 0 3px 12px rgba(0, 25, 74, .08);
}

html,
body {
  background: var(--aydek-bg);
  color: var(--aydek-ink);
}

body.aydek-modern {
  font-size: 14px;
  line-height: 1.55;
}

body.aydek-modern .wrapper {
  background: var(--aydek-bg);
}

body.aydek-modern .topnavbar-wrapper,
body.aydek-modern .topnavbar,
body.aydek-modern .navbar {
  background: #fff;
  border: 0;
  box-shadow: 0 1px 0 rgba(0, 25, 74, .08), 0 8px 20px rgba(0, 25, 74, .06);
}

body.aydek-modern .topnavbar {
  min-height: 64px;
  display: flex;
  align-items: stretch;
  width: 100%;
}

body.aydek-modern .topnavbar .navbar-header {
  background: #fff;
  border: 0;
  width: 220px;
}

body.aydek-modern .topnavbar .nav-wrapper {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 64px;
  padding: 0 16px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(246, 250, 255, .94)),
    linear-gradient(90deg, rgba(0, 25, 74, .06), rgba(0, 118, 255, .08));
  border-left: 1px solid var(--aydek-border);
  box-shadow: inset 0 -1px 0 rgba(0, 25, 74, .07);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.aydek-modern .topnavbar .nav-wrapper > .navbar-nav:not(.navbar-right) {
  display: none;
}

body.aydek-modern #user-block-toggle {
  display: none !important;
}

body.aydek-modern .topnavbar .navbar-brand {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 8px 12px;
  color: var(--aydek-navy);
}

body.aydek-modern .aydek-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  width: 100%;
  height: 48px;
  padding: 6px 10px;
  border: 1px solid rgba(0, 25, 74, .1);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, #f6f9ff 100%);
  box-shadow: 0 8px 18px rgba(0, 25, 74, .1);
}

body.aydek-modern .aydek-brand-logo {
  display: block;
  max-width: 108px;
  max-height: 32px;
  object-fit: contain;
}

body.aydek-modern .aydek-brand-mark {
  display: none;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

body.aydek-modern .aydek-brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 25, 74, .14);
  color: var(--aydek-navy);
}

body.aydek-modern .aydek-brand-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  white-space: nowrap;
}

body.aydek-modern .aydek-brand-subtitle {
  display: none;
}

body.aydek-modern .topnavbar .navbar-nav > li > a {
  color: var(--aydek-navy);
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  border-radius: 8px;
  margin: 10px 2px;
}

body.aydek-modern .topnavbar .navbar-nav > li > a:hover,
body.aydek-modern .topnavbar .navbar-nav > li > a:focus {
  color: var(--aydek-blue);
  background: rgba(0, 118, 255, .08);
}

body.aydek-modern .topnavbar .label {
  border-radius: 999px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  background: var(--aydek-coral);
}

body.aydek-modern .wrapper > .aside,
body.aydek-modern .wrapper > .aside .aside-inner,
body.aydek-modern .sidebar {
  background: var(--aydek-navy);
}

body.aydek-modern .sidebar {
  color: rgba(255, 255, 255, .78);
  border-right: 0;
}

body.aydek-modern .sidebar:after {
  display: none;
}

body.aydek-modern .sidebar .nav-heading {
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 18px 18px 8px;
}

body.aydek-modern .sidebar .nav > li > a,
body.aydek-modern .sidebar .nav > li > .nav-item {
  color: rgba(255, 255, 255, .78);
  margin: 2px 10px;
  border-radius: 8px;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

body.aydek-modern .sidebar .nav > li > a em,
body.aydek-modern .sidebar .nav > li > .nav-item em {
  color: rgba(255, 255, 255, .68);
  width: 18px;
  text-align: center;
  flex: 0 0 18px;
}

body.aydek-modern .sidebar .nav > li > a:hover,
body.aydek-modern .sidebar .nav > li > a:focus,
body.aydek-modern .sidebar .nav > li.active > a,
body.aydek-modern .sidebar .nav > li.open > a {
  color: #fff;
  background: rgba(0, 118, 255, .22);
}

body.aydek-modern .sidebar .nav > li.active,
body.aydek-modern .sidebar .nav > li.open {
  background: transparent;
  color: #fff;
}

body.aydek-modern .sidebar .nav > li.active > a,
body.aydek-modern .sidebar .nav > li.open > a {
  box-shadow: inset 4px 0 0 var(--aydek-gold);
}

body.aydek-modern .sidebar .nav > li.active > a > em,
body.aydek-modern .sidebar .nav > li.open > a > em {
  color: #fff;
}

body.aydek-modern .sidebar .nav > li.active .nav.sidebar-subnav,
body.aydek-modern .sidebar .nav > li.open .nav.sidebar-subnav,
body.aydek-modern .sidebar-subnav {
  background: rgba(0, 10, 35, .42);
  margin: 4px 10px 8px;
  border-radius: 8px;
  padding: 6px 0;
}

body.aydek-modern .sidebar-subnav > .sidebar-subnav-header {
  color: rgba(255, 255, 255, .54);
}

body.aydek-modern .sidebar-subnav > li {
  background: transparent;
}

body.aydek-modern .sidebar-subnav > li > a,
body.aydek-modern .sidebar-subnav > li > .nav-item {
  color: rgba(255, 255, 255, .72);
  padding-left: 42px;
  border-radius: 6px;
  margin: 1px 6px;
}

body.aydek-modern .sidebar-subnav > li > a:hover,
body.aydek-modern .sidebar-subnav > li > a:focus,
body.aydek-modern .sidebar-subnav > li.active > a,
body.aydek-modern .sidebar-subnav > li.active > .nav-item {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

body.aydek-modern .sidebar-subnav > li.aydek-sidebar-disabled > .nav-item,
body.aydek-modern .sidebar-subnav > li.aydek-sidebar-disabled > .nav-item:hover,
body.aydek-modern .sidebar-subnav > li.aydek-sidebar-disabled > .nav-item:focus {
  color: rgba(255, 255, 255, .42);
  background: transparent;
  cursor: not-allowed;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  min-height: 54px;
  height: auto;
  line-height: 1.25;
  white-space: normal;
}

body.aydek-modern .sidebar-subnav > li.aydek-sidebar-disabled .aydek-sidebar-disabled-title {
  display: block;
  max-width: 100%;
  white-space: normal;
}

body.aydek-modern .sidebar-subnav > li.aydek-sidebar-disabled small {
  display: block;
  color: rgba(255, 255, 255, .34);
  font-size: 11px;
  line-height: 1.35;
  margin-top: 2px;
}

body.aydek-modern .sidebar-subnav > li.active > a:after,
body.aydek-modern .sidebar-subnav > li.active > .nav-item:after {
  border-color: var(--aydek-gold);
  background-color: var(--aydek-gold);
}

body.aydek-modern .user-block {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-radius: 8px;
  margin: 10px;
}

body.aydek-modern .content-wrapper {
  background: var(--aydek-bg);
  padding: 22px;
}

body.aydek-modern .content-wrapper > .panel,
body.aydek-modern .panel {
  border: 1px solid var(--aydek-border);
  border-radius: 8px;
  box-shadow: var(--aydek-card-shadow);
  background: #fff;
}

body.aydek-modern .panel .panel-heading,
body.aydek-modern .panel > .panel-heading {
  background: #fff;
  border-bottom: 1px solid var(--aydek-border);
  border-radius: 8px 8px 0 0;
  color: var(--aydek-navy);
  font-weight: 700;
}

body.aydek-modern .panel.panel-default {
  border-top-width: 1px;
}

body.aydek-modern .lead {
  color: var(--aydek-navy);
  font-weight: 700;
}

.aydek-guidance-panel .panel-body {
  padding: 26px 30px;
}

.aydek-guidance-content {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.aydek-guidance-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.aydek-guidance-kicker {
  display: inline-flex;
  align-self: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 118, 255, .1);
  color: var(--aydek-blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.aydek-guidance-title {
  margin: 0;
  color: var(--aydek-navy);
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
}

.aydek-guidance-subtitle {
  margin: 0 auto;
  max-width: 760px;
  color: var(--aydek-muted);
  font-size: 15px;
  line-height: 1.75;
}

.aydek-guidance-grid {
  margin-top: 2px;
}

.aydek-guidance-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 12px;
}

.aydek-guidance-item {
  width: 100%;
}

.aydek-guidance-card {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  padding: 18px 20px;
  border: 1px solid rgba(0, 25, 74, .08);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, #f7faff 100%);
  box-shadow: 0 12px 28px rgba(0, 25, 74, .06);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height: 88px;
}

.aydek-guidance-card:hover,
.aydek-guidance-card:focus {
  transform: translateY(-2px);
  border-color: rgba(0, 118, 255, .22);
  box-shadow: 0 18px 36px rgba(0, 25, 74, .12);
  text-decoration: none;
}

.aydek-guidance-card-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 118, 255, .12);
  color: var(--aydek-blue);
  font-size: 22px;
}

.aydek-guidance-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1 1 auto;
}

.aydek-guidance-card-title {
  color: var(--aydek-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.aydek-guidance-card-text {
  color: var(--aydek-muted);
  font-size: 14px;
  line-height: 1.7;
}

.aydek-guidance-card-arrow {
  flex: 0 0 auto;
  color: rgba(0, 25, 74, .34);
  font-size: 22px;
}

.aydek-guidance-row {
  margin-bottom: 0;
}

.aydek-guidance-line {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  color: var(--aydek-navy);
  overflow-wrap: anywhere;
}

.aydek-guidance-callout {
  margin-top: 4px;
  display: flex;
  align-items: center;
}

.aydek-guidance-icon-col {
  padding-top: 0;
}

.aydek-guidance-icon {
  font-size: 44px;
  line-height: 1;
}

.aydek-guidance-callout-text {
  text-align: left;
}

.aydek-guidance-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 10px;
}

.aydek-guidance-action {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 25, 74, .08);
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 25, 74, .05);
  min-height: 88px;
  justify-content: center;
}

.aydek-guidance-action strong {
  color: var(--aydek-navy);
  font-size: 15px;
  font-weight: 800;
}

.aydek-guidance-action span {
  color: var(--aydek-muted);
  font-size: 13px;
  line-height: 1.65;
}

.aydek-guidance-action-draft {
  border-color: rgba(0, 118, 255, .16);
  background: linear-gradient(135deg, rgba(0, 118, 255, .07), rgba(0, 118, 255, .02));
}

.aydek-guidance-action-save {
  border-color: rgba(27, 169, 124, .18);
  background: linear-gradient(135deg, rgba(27, 169, 124, .08), rgba(27, 169, 124, .02));
}

.aydek-guidance-text,
.aydek-guidance-note {
  display: inline-block;
  max-width: 760px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.aydek-guidance-note {
  margin-top: 4px;
  font-style: italic;
  color: var(--aydek-navy);
}

body.aydek-modern .tab-content,
body.aydek-modern .tab-pane,
body.aydek-modern .panel-collapse,
body.aydek-modern .panel-collapse > .panel-body {
  overflow: visible;
}

body.aydek-modern .panel-collapse > .panel-body {
  padding-bottom: 18px;
}

.aydek-rich-content {
  color: var(--aydek-ink);
  font-size: 16px;
  line-height: 1.8;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.aydek-rich-content::after {
  content: "";
  display: block;
  clear: both;
}

.aydek-rich-content > :first-child {
  margin-top: 0 !important;
}

.aydek-rich-content > :last-child {
  margin-bottom: 0 !important;
}

.aydek-rich-content h1,
.aydek-rich-content h2,
.aydek-rich-content h3,
.aydek-rich-content h4,
.aydek-rich-content h5,
.aydek-rich-content h6 {
  color: var(--aydek-navy);
  line-height: 1.35;
  margin: 0 0 16px;
  overflow-wrap: anywhere;
}

.aydek-rich-content h1 {
  font-size: 34px;
}

.aydek-rich-content h2 {
  font-size: 28px;
}

.aydek-rich-content h3 {
  font-size: 23px;
}

.aydek-rich-content p,
.aydek-rich-content li,
.aydek-rich-content span,
.aydek-rich-content div,
.aydek-rich-content td,
.aydek-rich-content th {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.aydek-rich-content p,
.aydek-rich-content ul,
.aydek-rich-content ol,
.aydek-rich-content blockquote,
.aydek-rich-content table {
  margin: 0 0 16px;
}

.aydek-rich-content ul,
.aydek-rich-content ol {
  padding-left: 24px;
}

.aydek-rich-content a {
  color: var(--aydek-blue);
}

.aydek-rich-content img,
.aydek-rich-content svg,
.aydek-rich-content canvas,
.aydek-rich-content video,
.aydek-rich-content iframe,
.aydek-rich-content embed,
.aydek-rich-content object {
  max-width: 100% !important;
  height: auto !important;
}

.aydek-rich-content table {
  display: block;
  width: 100% !important;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

.aydek-rich-content table > tbody > tr > td,
.aydek-rich-content table > thead > tr > th,
.aydek-rich-content table > tbody > tr > th {
  white-space: normal;
}

.aydek-rich-content blockquote {
  padding: 14px 18px;
  border-left: 4px solid rgba(0, 118, 255, .2);
  background: rgba(0, 118, 255, .04);
  border-radius: 8px;
}

.aydek-welcome-content {
  font-size: 15px;
}

.aydek-public-rich-content {
  font-size: 17px;
}

.aydek-html-editor-area {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.aydek-html-editor-area img,
.aydek-html-editor-area iframe,
.aydek-html-editor-area video,
.aydek-html-editor-area table {
  max-width: 100% !important;
}

body.aydek-modern .btn,
body.aydek-modern div.ColVis .ColVis_Button {
  border-radius: 8px;
  font-weight: 600;
  box-shadow: none;
}

body.aydek-modern .btn-primary {
  background: var(--aydek-blue);
  border-color: var(--aydek-blue);
}

body.aydek-modern .btn-primary:hover,
body.aydek-modern .btn-primary:focus {
  background: #0066dd;
  border-color: #0066dd;
}

body.aydek-modern .btn-danger,
body.aydek-modern .label-danger {
  background: var(--aydek-coral);
  border-color: var(--aydek-coral);
}

body.aydek-modern .form-control,
body.aydek-modern .select2-container .select2-choice,
body.aydek-modern .select2-container-multi .select2-choices {
  border-color: var(--aydek-border);
  border-radius: 8px;
  box-shadow: none;
}

body.aydek-modern .form-control:focus,
body.aydek-modern .select2-container-active .select2-choice,
body.aydek-modern .select2-dropdown-open .select2-choice {
  border-color: var(--aydek-blue);
  box-shadow: 0 0 0 3px rgba(0, 118, 255, .12);
}

body.aydek-modern .table {
  background: #fff;
}

body.aydek-modern .table > thead > tr > th,
body.aydek-modern .table > thead > tr > td {
  color: var(--aydek-navy);
  background: #f8fafc;
  border-bottom: 1px solid var(--aydek-border);
  font-weight: 700;
}

body.aydek-modern .table > tbody > tr > td,
body.aydek-modern .table > tbody > tr > th {
  border-top-color: var(--aydek-border);
  vertical-align: middle;
}

body.aydek-modern .profile-kritertable-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

body.aydek-modern .profile-kritertable {
  min-width: 1180px;
  table-layout: fixed;
}

body.aydek-modern .profile-kritertable .kriter-col-bilgi {
  width: 34%;
}

body.aydek-modern .profile-kritertable .kriter-col-tarih {
  width: 11%;
}

body.aydek-modern .profile-kritertable .kriter-col-yazar {
  width: 8%;
}

body.aydek-modern .profile-kritertable .kriter-col-rol {
  width: 23%;
}

body.aydek-modern .profile-kritertable .kriter-col-flag {
  width: 9%;
}

body.aydek-modern .profile-kritertable .kriter-col-action {
  width: 6%;
  min-width: 72px;
}

body.aydek-modern .profile-kritertable > thead > tr > td,
body.aydek-modern .profile-kritertable > tbody > tr > td {
  white-space: normal;
}

body.aydek-modern .profile-kritertable .bilgiTanimi,
body.aydek-modern .profile-kritertable .tarih,
body.aydek-modern .profile-kritertable .yazarsayi,
body.aydek-modern .profile-kritertable .basrolid,
body.aydek-modern .profile-kritertable .isuluslararasi,
body.aydek-modern .profile-kritertable .isdisdestekli {
  width: 100%;
}

body.aydek-modern .profile-kritertable .basrolid {
  min-width: 220px;
}

body.aydek-modern .profile-kritertable .isuluslararasi,
body.aydek-modern .profile-kritertable .isdisdestekli {
  min-width: 110px;
}

body.aydek-modern .table-hover > tbody > tr:hover {
  background: rgba(0, 118, 255, .045);
}

body.aydek-modern .dataTables_wrapper {
  width: 100%;
}

body.aydek-modern .dataTables_filter input,
body.aydek-modern .dataTables_length select {
  border: 1px solid var(--aydek-border);
  border-radius: 8px;
  padding: 6px 10px;
}

body.aydek-modern .pagination > li > a,
body.aydek-modern .pagination > li > span {
  color: var(--aydek-navy);
  border-color: var(--aydek-border);
}

body.aydek-modern .pagination > .active > a,
body.aydek-modern .pagination > .active > span {
  background: var(--aydek-blue);
  border-color: var(--aydek-blue);
}

body.aydek-modern .dropdown-menu {
  border: 1px solid var(--aydek-border);
  border-radius: 8px;
  box-shadow: var(--aydek-soft-shadow);
}

body.aydek-modern .modal-content,
body.aydek-modern .sweet-alert,
body.aydek-modern .swal2-popup {
  border-radius: 8px;
  box-shadow: var(--aydek-card-shadow);
}

body.aydek-public-layout {
  min-height: 100%;
  background:
    linear-gradient(115deg, rgba(0, 25, 74, .9) 0%, rgba(0, 25, 74, .68) 40%, rgba(0, 118, 255, .3) 100%),
    url("/Content/Images/auth-campus-illustration.svg") center center / cover fixed;
  background-color: var(--aydek-navy);
}

body.aydek-public-layout .topnavbar-wrapper,
body.aydek-public-layout .topnavbar {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .45), 0 12px 30px rgba(0, 25, 74, .16);
}

body.aydek-public-layout .topnavbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.aydek-public-layout .topnavbar .navbar-header {
  flex: 0 0 auto;
  background: transparent;
  width: auto;
}

body.aydek-public-layout .topnavbar .navbar-brand.aydek-public-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 64px;
  padding: 10px 18px;
  color: var(--aydek-navy);
}

body.aydek-public-layout .aydek-public-brand-logo {
  max-width: 126px;
  max-height: 36px;
  object-fit: contain;
}

body.aydek-public-layout .aydek-public-brand-separator {
  width: 1px;
  height: 30px;
  background: rgba(0, 25, 74, .16);
}

body.aydek-public-layout .aydek-public-brand-title {
  color: var(--aydek-navy);
  font-weight: 800;
  letter-spacing: 0;
}

body.aydek-public-layout .navbar-collapse {
  display: flex !important;
  flex: 1 1 auto;
  justify-content: flex-end;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.aydek-public-layout .navbar-collapse .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: none;
  margin: 0;
}

body.aydek-public-layout .navbar-collapse .navbar-nav > li {
  float: none;
}

body.aydek-public-layout .topnavbar .navbar-nav > li > a {
  color: var(--aydek-navy);
}

body.aydek-public-layout .topnavbar .navbar-nav > li > a:hover,
body.aydek-public-layout .topnavbar .navbar-nav > li > a:focus {
  color: var(--aydek-blue);
  background: rgba(0, 118, 255, .08);
}

body.aydek-public-layout .wrapper > section,
body.aydek-public-layout .content-wrapper {
  background: transparent !important;
}

body.aydek-public-layout .wrapper {
  min-height: 100vh;
  background:
    linear-gradient(115deg, rgba(0, 25, 74, .9) 0%, rgba(0, 25, 74, .68) 40%, rgba(0, 118, 255, .3) 100%),
    url("/Content/Images/auth-campus-illustration.svg") center center / cover fixed !important;
  background-color: var(--aydek-navy) !important;
}

body.aydek-public-layout .wrapper > section {
  min-height: calc(100vh - 64px) !important;
  margin-top: 64px !important;
  position: relative;
}

body.aydek-public-layout .content-wrapper {
  padding: 0 !important;
  min-height: calc(100vh - 64px);
}

body.aydek-public-layout.layout-h .wrapper > section {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.aydek-login-shell {
  min-height: calc(100vh - 64px);
  display: grid;
  grid-template-columns: minmax(340px, 1fr) 420px;
  align-items: center;
  gap: 56px;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 54px 0;
}

.aydek-public-home {
  min-height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 54px 0;
}

.aydek-auth-hero,
.aydek-public-hero {
  color: #fff;
}

.aydek-auth-logo {
  display: block;
  width: min(260px, 86%);
  margin-bottom: 28px;
  padding: 14px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 42px rgba(0, 25, 74, .24);
}

.aydek-auth-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: #d7ecff;
  font-weight: 700;
}

.aydek-auth-copy h1,
.aydek-public-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.08;
}

.aydek-auth-copy p,
.aydek-public-hero p {
  max-width: 520px;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  line-height: 1.7;
}

.aydek-public-hero {
  width: 100%;
  text-align: center;
  text-shadow: 0 8px 24px rgba(0, 25, 74, .28);
}

.aydek-public-hero p {
  margin-left: auto;
  margin-right: auto;
}

.aydek-login-card {
  width: 100%;
  margin: 0;
}

.aydek-login-card .panel,
.aydek-public-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 56px rgba(0, 25, 74, .24);
}

.aydek-login-card .panel-body {
  padding: 30px;
}

.aydek-login-heading {
  margin-bottom: 24px;
  text-align: left;
}

.aydek-login-heading span {
  display: block;
  color: var(--aydek-blue);
  font-weight: 800;
}

.aydek-login-heading strong {
  display: block;
  color: var(--aydek-navy);
  font-size: 24px;
  line-height: 1.25;
}

.aydek-login-footer {
  background: #f8fafc;
  border-top: 1px solid var(--aydek-border);
}

.aydek-public-card {
  width: 100%;
  max-width: 980px;
  align-self: center;
  margin-left: auto !important;
  margin-right: auto !important;
  color: var(--aydek-ink);
}

.aydek-public-card .panel-body {
  padding: 30px 34px;
  max-height: none;
  overflow: visible;
  line-height: 1.75;
}

.aydek-public-card .panel-footer {
  padding: 18px 28px;
  border-top: 1px solid var(--aydek-border);
  background: #f8fafc;
}

body.aydek-modern footer {
  background: #fff;
  border-top: 1px solid var(--aydek-border);
  color: var(--aydek-muted);
  padding: 14px 22px;
}

body.aydek-modern .aydek-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

body.aydek-modern .aydek-footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

body.aydek-modern .aydek-footer-logo-link {
  display: block;
  flex: 0 0 42px;
}

body.aydek-modern .aydek-footer-brand a {
  color: inherit;
  text-decoration: none;
}

body.aydek-modern .aydek-footer-logo {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 42px;
}

body.aydek-modern .aydek-footer-brand strong {
  display: block;
  color: var(--aydek-navy);
  font-weight: 700;
}

body.aydek-modern .aydek-footer-brand span,
body.aydek-modern .aydek-footer-meta span {
  display: block;
}

body.aydek-modern .aydek-footer-meta {
  text-align: right;
  color: var(--aydek-muted);
}

@media only screen and (min-width: 768px) {
  body.aydek-modern.layout-fixed .wrapper > section {
    margin-top: 64px;
  }

  body.aydek-modern .wrapper > .aside .aside-inner {
    padding-top: 76px;
  }

  body.aydek-modern .sidebar > .nav {
    padding-top: 8px;
  }

  body.aydek-modern .wrapper > .aside,
  body.aydek-modern .wrapper > .aside > .aside-inner {
    width: 220px;
  }

  body.aydek-modern .wrapper > section,
  body.aydek-modern .wrapper > footer {
    margin-left: 220px;
  }

  body.aydek-modern .topnavbar .nav-wrapper {
    justify-content: flex-end;
  }

  body.aydek-modern.aside-collapsed .wrapper > .aside,
  body.aydek-modern.aside-collapsed .wrapper > .aside > .aside-inner {
    width: 70px;
  }

  body.aydek-modern.aside-collapsed .topnavbar .navbar-header {
    width: 70px;
  }

  body.aydek-modern.aside-collapsed .aydek-brand-logo,
  body.aydek-modern.aside-collapsed .aydek-brand-text {
    display: none;
  }

  body.aydek-modern.aside-collapsed .aydek-brand-mark {
    display: block;
  }

  body.aydek-modern.aside-collapsed .wrapper > section,
  body.aydek-modern.aside-collapsed .wrapper > footer {
    margin-left: 70px;
  }

  body.aydek-modern:not(.aydek-public-layout) .topnavbar .navbar-right {
    display: flex;
    align-items: center;
    margin-right: 12px;
  }

  body.aydek-public-layout .topnavbar-wrapper {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 116;
  }

  body.aydek-public-layout .topnavbar {
    min-height: 64px;
  }

  body.aydek-public-layout .topnavbar .navbar-nav > li > a {
    min-height: 44px;
    margin: 10px 12px 10px 2px;
    padding: 0 14px;
  }
}

@media only screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  body.aydek-modern .topnavbar {
    display: flex;
    align-items: center;
    min-height: 58px;
    width: 100%;
  }

  body.aydek-modern .topnavbar .navbar-brand {
    width: auto;
    min-width: 0;
    height: 58px;
    padding: 7px 8px;
  }

  body.aydek-modern .topnavbar .navbar-header {
    float: none;
    width: auto;
    flex: 0 0 auto;
    min-height: 58px;
  }

  body.aydek-modern .aydek-brand-logo {
    display: none;
  }

  body.aydek-modern .aydek-brand-mark {
    display: block;
    width: 28px;
    height: 28px;
  }

  body.aydek-modern .aydek-brand-title {
    font-size: 13px;
  }

  body.aydek-modern .aydek-brand {
    width: auto;
    min-width: 92px;
    height: 44px;
    gap: 8px;
    padding: 6px 8px;
  }

  body.aydek-modern .aydek-brand-text {
    display: flex;
    padding-left: 8px;
  }

  body.aydek-modern .aydek-brand-subtitle {
    display: none;
  }

  body.aydek-modern .topnavbar .nav-wrapper {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 58px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-left: 1px solid var(--aydek-border);
  }

  body.aydek-modern .topnavbar .navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    align-items: center;
  }

  body.aydek-modern .topnavbar .nav-wrapper > .navbar-nav:not(.navbar-right) {
    display: flex;
  }

  body.aydek-modern .topnavbar .navbar-nav > li {
    float: none;
    position: relative;
  }

  body.aydek-modern .topnavbar .navbar-nav > li > a {
    min-height: 42px;
    width: 34px;
    padding: 0;
    justify-content: center;
    color: var(--aydek-navy);
    margin: 8px 1px;
  }

  body.aydek-modern .topnavbar .sidebar-toggle.visible-xs {
    display: flex !important;
    background: rgba(0, 118, 255, .08);
  }

  body.aydek-modern.aside-toggled .wrapper > .aside {
    margin-left: 0;
    transform: translate3d(0, 0, 0);
  }

  body.aydek-modern.aside-toggled .wrapper > section,
  body.aydek-modern.aside-toggled .wrapper > footer {
    transform: translate3d(220px, 0, 0);
  }

  body.aydek-modern .topnavbar .navbar-right {
    display: flex;
    align-items: center;
    margin-right: 0;
  }

  body.aydek-modern .aydek-user-name {
    display: none;
  }

  body.aydek-modern.layout-fixed .wrapper > section {
    margin-top: 58px;
    margin-left: 0;
    max-width: 100%;
  }

  body.aydek-modern .content-wrapper {
    padding: 12px;
    max-width: 100%;
    overflow-x: hidden;
  }

  body.aydek-modern .panel {
    border-radius: 8px;
    margin-bottom: 14px;
  }

  body.aydek-modern .panel .panel-body {
    padding: 12px;
    overflow-wrap: anywhere;
  }

  .aydek-guidance-panel .panel-body {
    padding: 18px 16px;
  }

  .aydek-guidance-content {
    gap: 12px;
  }

  .aydek-guidance-kicker {
    font-size: 11px;
  }

  .aydek-guidance-title {
    font-size: 22px;
  }

  .aydek-guidance-subtitle {
    font-size: 13px;
    line-height: 1.7;
  }

  .aydek-guidance-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .aydek-guidance-card {
    gap: 12px;
    padding: 14px;
  }

  .aydek-guidance-card-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .aydek-guidance-card-title {
    font-size: 15px;
  }

  .aydek-guidance-card-text {
    font-size: 12px;
    line-height: 1.65;
  }

  .aydek-guidance-line {
    font-size: 14px;
    line-height: 1.65;
  }

  .aydek-guidance-callout {
    margin-top: 2px;
  }

  .aydek-guidance-icon {
    font-size: 34px;
    margin-bottom: 8px;
  }

  .aydek-guidance-callout-text {
    text-align: center;
  }

  .aydek-guidance-actions {
    grid-template-columns: 1fr;
  }

  .aydek-guidance-action {
    padding: 12px 14px;
  }

  .aydek-guidance-action strong {
    font-size: 14px;
  }

  .aydek-guidance-action span,
  .aydek-guidance-text,
  .aydek-guidance-note {
    font-size: 13px;
    line-height: 1.7;
  }

  .aydek-rich-content,
  .aydek-welcome-content,
  .aydek-public-rich-content {
    font-size: 14px;
    line-height: 1.72;
  }

  .aydek-rich-content h1 {
    font-size: 26px;
  }

  .aydek-rich-content h2 {
    font-size: 23px;
  }

  .aydek-rich-content h3 {
    font-size: 20px;
  }

  .aydek-rich-content ul,
  .aydek-rich-content ol {
    padding-left: 18px;
  }

  body.aydek-modern .lead,
  body.aydek-modern p,
  body.aydek-modern li {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  body.aydek-modern .table-responsive,
  body.aydek-modern .dataTables_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.aydek-modern .table {
    min-width: 680px;
  }

  body.aydek-modern .btn-group.btn-block > .btn,
  body.aydek-modern .btn-block {
    white-space: normal;
  }

  body.aydek-modern .form-control,
  body.aydek-modern .btn {
    min-height: 38px;
  }

  body.aydek-modern .wrapper > footer {
    margin-left: 0;
  }

  body.aydek-modern footer {
    padding: 14px 12px;
  }

  body.aydek-modern .aydek-footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  body.aydek-modern .aydek-footer-meta {
    text-align: left;
    padding-left: 54px;
  }

  body.aydek-public-layout .topnavbar {
    display: flex;
  }

  body.aydek-public-layout .topnavbar .navbar-header {
    width: auto;
    min-height: 58px;
  }

  body.aydek-public-layout .topnavbar .navbar-brand.aydek-public-brand {
    height: 58px;
    padding: 9px 12px;
    gap: 10px;
  }

  body.aydek-public-layout .aydek-public-brand-logo {
    max-width: 118px;
    max-height: 32px;
  }

  body.aydek-public-layout .navbar-collapse {
    display: flex !important;
    flex: 1 1 auto;
    justify-content: flex-end;
    border: 0;
    box-shadow: none;
  }

  body.aydek-public-layout .navbar-collapse .navbar-nav {
    display: flex;
    margin: 0;
  }

  body.aydek-public-layout .navbar-collapse .navbar-nav > li {
    float: none;
  }

  body.aydek-public-layout .topnavbar .navbar-nav > li > a {
    min-height: 42px;
    width: auto;
    padding: 0 12px;
  }

  .aydek-login-shell,
  .aydek-public-home {
    display: block;
    width: calc(100% - 24px);
    min-height: calc(100vh - 58px);
    padding: 22px 0;
  }

  .aydek-auth-hero,
  .aydek-public-hero {
    margin-bottom: 18px;
  }

  .aydek-auth-logo {
    width: 190px;
    margin-bottom: 18px;
    padding: 10px 12px;
  }

  .aydek-auth-copy h1,
  .aydek-public-hero h1 {
    font-size: 32px;
  }

  .aydek-auth-copy p,
  .aydek-public-hero p {
    font-size: 15px;
  }

  .aydek-login-card .panel-body {
    padding: 22px;
  }
}
