/* Global mobile layer for Tepekent Rehber. */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.rehber-mobile-scrim,
.rehber-mobile-drawer,
.rehber-bottom-nav,
.rehber-mobile-menu-button,
.rehber-bottom-create-fab {
  display: none;
}

body.rehber-mobile-ready {
  --rehber-portal-width: 1400px;
  overflow-x: hidden;
  padding-bottom: calc(76px + env(safe-area-inset-bottom));
}

body.rehber-mobile-ready.job-report-page,
body.rehber-mobile-ready.election-admin-page {
  --rehber-portal-width: 1280px;
  --election-content-width: 1280px;
}

body.rehber-mobile-ready *,
body.rehber-mobile-ready *::before,
body.rehber-mobile-ready *::after {
  box-sizing: border-box;
}

body.rehber-mobile-ready img,
body.rehber-mobile-ready svg,
body.rehber-mobile-ready video,
body.rehber-mobile-ready canvas {
  max-width: 100%;
}

body.rehber-mobile-ready .container,
body.rehber-mobile-ready .container-fluid,
body.rehber-mobile-ready .page,
body.rehber-mobile-ready .shell,
body.rehber-mobile-ready .portal-shell,
body.rehber-mobile-ready .wrap,
body.rehber-mobile-ready .wrapper,
body.rehber-mobile-ready main {
  max-width: 100%;
}

@media (min-width: 768px) {
  body.rehber-mobile-ready:not(.portal-user-page):not(.personel-portal-page) {
    --rehber-content-width: var(--rehber-portal-width) !important;
    --election-content-width: var(--rehber-portal-width) !important;
  }

  body.rehber-mobile-ready:not(.portal-user-page):not(.personel-portal-page) .rehber-shared-topbar-shell,
  body.rehber-mobile-ready:not(.portal-user-page):not(.personel-portal-page) > .container,
  body.rehber-mobile-ready:not(.portal-user-page):not(.personel-portal-page) > .container-fluid,
  body.rehber-mobile-ready:not(.portal-user-page):not(.personel-portal-page):not(.login-page) > .wrap,
  body.rehber-mobile-ready:not(.portal-user-page):not(.personel-portal-page) > .wrapper,
  body.rehber-mobile-ready:not(.portal-user-page):not(.personel-portal-page) > .page,
  body.rehber-mobile-ready:not(.portal-user-page):not(.personel-portal-page) > .shell,
  body.rehber-mobile-ready:not(.portal-user-page):not(.personel-portal-page) > main,
  body.rehber-mobile-ready:not(.portal-user-page):not(.personel-portal-page) .election-page,
  body.rehber-mobile-ready:not(.portal-user-page):not(.personel-portal-page) .report-wrap,
  body.rehber-mobile-ready.rehber-page .wrap {
    width: 100% !important;
    max-width: var(--rehber-portal-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(10px, 2.4vw, 18px) !important;
    padding-right: clamp(10px, 2.4vw, 18px) !important;
  }

  body.rehber-mobile-ready.rehber-page .wrap > .container-fluid {
    max-width: 100% !important;
  }

  body.rehber-mobile-ready.job-report-page .report-wrap.container-fluid,
  body.rehber-mobile-ready.election-admin-page .election-page.container-fluid {
    width: min(var(--rehber-portal-width), calc(100vw - 32px)) !important;
    max-width: var(--rehber-portal-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.rehber-mobile-ready.personel-shell-page .personel-shell-main .container,
  body.rehber-mobile-ready.personel-shell-page .personel-shell-main .container-fluid,
  body.rehber-mobile-ready.personel-shell-page .personel-shell-main .report-wrap,
  body.rehber-mobile-ready.personel-shell-page .personel-shell-main .wrap,
  body.rehber-mobile-ready.personel-shell-page .personel-shell-main .wrapper,
  body.rehber-mobile-ready.personel-shell-page .personel-shell-main .page,
  body.rehber-mobile-ready.personel-shell-page .personel-shell-main .page-shell,
  body.rehber-mobile-ready.personel-shell-page .personel-shell-main .shell,
  body.rehber-mobile-ready.personel-shell-page .personel-shell-main .approval-shell,
  body.rehber-mobile-ready.personel-shell-page .personel-shell-main .audit-shell,
  body.rehber-mobile-ready.personel-shell-page .personel-shell-main .education-shell,
  body.rehber-mobile-ready.personel-shell-page .personel-shell-main .security-main-shell {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.rehber-mobile-ready:not(.portal-user-page):not(.personel-portal-page) .table-responsive,
  body.rehber-mobile-ready:not(.portal-user-page):not(.personel-portal-page) .election-table-wrap {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}

body.rehber-mobile-ready input,
body.rehber-mobile-ready select,
body.rehber-mobile-ready textarea,
body.rehber-mobile-ready button {
  max-width: 100%;
  font: inherit;
}

body.rehber-mobile-ready textarea {
  min-height: 92px;
}

body.rehber-mobile-ready .btn,
body.rehber-mobile-ready button,
body.rehber-mobile-ready a.btn,
body.rehber-mobile-ready .button,
body.rehber-mobile-ready [role="button"] {
  min-height: 28px;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.rehber-mobile-ready .btn-group,
body.rehber-mobile-ready .toolbar,
body.rehber-mobile-ready .actions,
body.rehber-mobile-ready .filters,
body.rehber-mobile-ready .filter-row,
body.rehber-mobile-ready .top-actions,
body.rehber-mobile-ready .page-actions {
  max-width: 100%;
}

body.rehber-mobile-ready .card,
body.rehber-mobile-ready .panel,
body.rehber-mobile-ready .box,
body.rehber-mobile-ready .modal-content,
body.rehber-mobile-ready .dropdown-menu,
body.rehber-mobile-ready .alert {
  min-width: 0;
}

body.rehber-mobile-ready .row {
  max-width: 100%;
}

body.rehber-mobile-ready .table-responsive {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.rehber-mobile-ready .table-responsive > table,
body.rehber-mobile-ready table.rehber-responsive-table {
  width: max-content;
  min-width: 100%;
}

body.rehber-mobile-ready table {
  max-width: 100%;
}

body.rehber-mobile-ready th,
body.rehber-mobile-ready td {
  overflow-wrap: anywhere;
}

body.rehber-mobile-ready .modal,
body.rehber-mobile-ready .offcanvas {
  max-width: 100vw;
}

body.rehber-mobile-ready.modal-open .rehber-bottom-nav,
body.rehber-mobile-ready.modal-open .rehber-mobile-menu-button,
body.rehber-mobile-ready.modal-open .rehber-bottom-create-fab,
body.rehber-mobile-ready:has(.modal.show) .rehber-bottom-nav,
body.rehber-mobile-ready:has(.modal.show) .rehber-mobile-menu-button,
body.rehber-mobile-ready:has(.modal.show) .rehber-bottom-create-fab {
  display: none !important;
}

body.rehber-mobile-ready .modal-dialog {
  max-width: min(96vw, var(--modal-max-width, 1240px));
  margin-inline: auto;
}

body.rehber-mobile-ready .modal-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767.98px) {
  body.rehber-mobile-ready .modal.show,
  body.rehber-mobile-ready .modal[style*="display: block"],
  body.rehber-mobile-ready .modal[style*="display:block"] {
    padding: 0 !important;
  }

  body.rehber-mobile-ready .modal.show .modal-dialog,
  body.rehber-mobile-ready .modal[style*="display: block"] .modal-dialog,
  body.rehber-mobile-ready .modal[style*="display:block"] .modal-dialog {
    width: 100% !important;
    max-width: none !important;
    height: 100dvh !important;
    margin: 0 !important;
  }

  body.rehber-mobile-ready .modal.show .modal-content,
  body.rehber-mobile-ready .modal[style*="display: block"] .modal-content,
  body.rehber-mobile-ready .modal[style*="display:block"] .modal-content {
    height: 100dvh !important;
    max-height: 100dvh !important;
    border: 0 !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  body.rehber-mobile-ready .modal.show form,
  body.rehber-mobile-ready .modal[style*="display: block"] form,
  body.rehber-mobile-ready .modal[style*="display:block"] form {
    min-height: 0 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }

  body.rehber-mobile-ready .modal .modal-header {
    flex: 0 0 auto !important;
    padding: 10px 12px !important;
  }

  body.rehber-mobile-ready .modal .modal-body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 10px 12px calc(14px + env(safe-area-inset-bottom)) !important;
  }

  body.rehber-mobile-ready .modal .modal-footer {
    flex: 0 0 auto !important;
    position: sticky !important;
    bottom: 0 !important;
    z-index: 12 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom)) !important;
    background: #fff !important;
    border-top: 1px solid #e2e8f0 !important;
    box-shadow: 0 -12px 24px rgba(15, 23, 42, 0.1) !important;
  }

  body.rehber-mobile-ready .modal .modal-footer .btn,
  body.rehber-mobile-ready .modal .modal-footer button {
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 !important;
  }

  body.rehber-mobile-ready .modal .btn-close {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin-left: auto !important;
  }
}

body.rehber-mobile-ready .dropdown-menu {
  max-width: calc(100vw - 20px);
}

@media (max-width: 760px) {
  body.rehber-mobile-ready .personel-top-header {
    display: grid !important;
    gap: 12px !important;
  }

  body.rehber-mobile-ready .personel-top-actions {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 38px));
    justify-content: start !important;
    align-items: center !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  body.rehber-mobile-ready .personel-top-search {
    grid-column: 2 / -1;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  body.rehber-mobile-ready .personel-top-icon,
  body.rehber-mobile-ready .personel-support-quick,
  body.rehber-mobile-ready .personel-profile-pill {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }

  body.rehber-mobile-ready .personel-profile-pill {
    padding: 3px !important;
    grid-template-columns: 32px !important;
  }

  body.rehber-mobile-ready .personel-profile-menu {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
  }

  body.rehber-mobile-ready .personel-profile-pill img,
  body.rehber-mobile-ready .personel-profile-pill > span {
    width: 32px !important;
    height: 32px !important;
  }

  body.rehber-mobile-ready .personel-profile-pill strong,
  body.rehber-mobile-ready .personel-profile-pill small,
  body.rehber-mobile-ready .personel-profile-pill i {
    display: none !important;
  }

  body.rehber-mobile-ready .personel-top-search-menu {
    position: fixed !important;
    left: var(--personel-top-search-menu-left, 14px) !important;
    right: auto !important;
    top: var(--personel-top-search-menu-top, 148px) !important;
    width: var(--personel-top-search-menu-width, calc(100vw - 28px)) !important;
    max-height: min(52vh, 360px) !important;
    z-index: 2147483000 !important;
  }
}

.rehber-mobile-menu-button,
.rehber-bottom-nav,
.rehber-bottom-create-fab,
.rehber-mobile-drawer,
.rehber-mobile-scrim {
  display: none;
}

@media (max-width: 1024px) {
  body.rehber-mobile-ready {
    min-width: 0 !important;
  }

  body.rehber-mobile-ready.rehber-page {
    background: #eef4fb;
  }

  body.rehber-mobile-ready.rehber-page .wrap,
  body.rehber-mobile-ready.rehber-page > .wrap,
  body.rehber-mobile-ready.rehber-page main,
  body.rehber-mobile-ready.rehber-page .page,
  body.rehber-mobile-ready.rehber-page .wrapper {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.rehber-mobile-ready.rehber-page .wrap > .container-fluid,
  body.rehber-mobile-ready.rehber-page .wrap > .container,
  body.rehber-mobile-ready.rehber-page > .container-fluid,
  body.rehber-mobile-ready.rehber-page > .container {
    width: 100% !important;
    max-width: none !important;
    padding-left: clamp(6px, 2vw, 10px) !important;
    padding-right: clamp(6px, 2vw, 10px) !important;
  }

  body.rehber-mobile-ready .container,
  body.rehber-mobile-ready .container-fluid {
    width: 100%;
    padding-left: clamp(10px, 3vw, 16px);
    padding-right: clamp(10px, 3vw, 16px);
  }

  body.rehber-mobile-ready .row {
    --bs-gutter-x: 0.9rem;
    --bs-gutter-y: 0.9rem;
  }

  body.rehber-mobile-ready .d-flex {
    min-width: 0;
  }

  body.rehber-mobile-ready .table-responsive {
    border-radius: 10px;
  }

  body.rehber-mobile-ready .rehber-shared-topbar-shell {
    width: 100% !important;
    max-width: none !important;
    padding-inline: clamp(6px, 2vw, 10px) !important;
  }

  body.rehber-mobile-ready .rehber-shared-topbar {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 12px !important;
    border-radius: 14px !important;
  }

  body.rehber-mobile-ready .rehber-shared-controls {
    min-width: 0 !important;
    width: 100%;
    justify-content: flex-start !important;
  }

  body.rehber-mobile-ready .rehber-shared-nav,
  body.rehber-mobile-ready .rehber-shared-profile {
    width: 100%;
    max-width: none !important;
  }

  body.rehber-mobile-ready .btsk-global-profile-widget {
    top: 10px !important;
    right: 10px !important;
    z-index: 1020 !important;
  }
}

@media (max-width: 768px) {
  body.rehber-mobile-ready h1 {
    font-size: clamp(1.35rem, 7vw, 1.9rem);
    line-height: 1.15;
  }

  body.rehber-mobile-ready h2 {
    font-size: clamp(1.15rem, 5.5vw, 1.55rem);
    line-height: 1.18;
  }

  body.rehber-mobile-ready h3 {
    font-size: clamp(1.02rem, 4.8vw, 1.35rem);
    line-height: 1.2;
  }

  body.rehber-mobile-ready .card-body,
  body.rehber-mobile-ready .panel,
  body.rehber-mobile-ready .box {
    padding: 14px;
  }

  body.rehber-mobile-ready .btn-group,
  body.rehber-mobile-ready .toolbar,
  body.rehber-mobile-ready .actions,
  body.rehber-mobile-ready .filters,
  body.rehber-mobile-ready .filter-row,
  body.rehber-mobile-ready .top-actions,
  body.rehber-mobile-ready .page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  body.rehber-mobile-ready .btn-group > .btn,
  body.rehber-mobile-ready .toolbar > .btn,
  body.rehber-mobile-ready .actions > .btn,
  body.rehber-mobile-ready .top-actions > .btn,
  body.rehber-mobile-ready .page-actions > .btn {
    flex: 1 1 150px;
  }

  body.rehber-mobile-ready .form-control,
  body.rehber-mobile-ready .form-select,
  body.rehber-mobile-ready input[type="text"],
  body.rehber-mobile-ready input[type="search"],
  body.rehber-mobile-ready input[type="tel"],
  body.rehber-mobile-ready input[type="email"],
  body.rehber-mobile-ready input[type="password"],
  body.rehber-mobile-ready input[type="number"],
  body.rehber-mobile-ready input[type="date"],
  body.rehber-mobile-ready select,
  body.rehber-mobile-ready textarea {
    min-height: 42px;
  }

  body.rehber-mobile-ready .modal-dialog {
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }

  body.rehber-mobile-ready .modal-content {
    max-height: calc(100vh - 16px);
  }

  body.rehber-mobile-ready .modal-body {
    max-height: calc(100vh - 150px);
  }

  body.rehber-mobile-ready .table-responsive table,
  body.rehber-mobile-ready table.rehber-responsive-table {
    min-width: 720px;
  }

  body.rehber-mobile-ready .login-card,
  body.rehber-mobile-ready .auth-card {
    width: min(100%, 440px);
  }

  body.rehber-mobile-ready .floating-home-logo,
  body.rehber-mobile-ready .scroll-top-btn {
    display: none !important;
  }

  body.portal-user-page.rehber-mobile-ready #portalSidebarToggle {
    display: none !important;
  }

  body.portal-user-page.rehber-mobile-ready .portal-mobile-bar {
    display: none !important;
  }

  .rehber-mobile-menu-button {
    position: fixed;
    left: 12px;
    bottom: calc(18px + env(safe-area-inset-bottom));
    z-index: 10030;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    border: 1px solid rgba(15, 118, 110, 0.28) !important;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    color: #0f766e;
    font-size: 0 !important;
    line-height: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    overflow: visible !important;
    transform: none !important;
  }

  .rehber-mobile-menu-button::before {
    content: "";
    display: block;
    width: 25px !important;
    height: 20px !important;
    min-width: 25px !important;
    min-height: 20px !important;
    background:
      linear-gradient(currentColor, currentColor) left 0 top 1px / 25px 2.5px no-repeat,
      linear-gradient(currentColor, currentColor) left 0 top 6.5px / 25px 2.5px no-repeat,
      linear-gradient(currentColor, currentColor) left 0 top 12px / 25px 2.5px no-repeat,
      linear-gradient(currentColor, currentColor) left 0 top 17.5px / 25px 2.5px no-repeat !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .rehber-mobile-menu-button span {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  .rehber-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10020;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(46px, 1fr));
    gap: 2px;
    overflow: visible;
    padding: 6px 6px calc(6px + env(safe-area-inset-bottom)) 58px;
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 -14px 34px rgba(15, 23, 42, 0.13);
    backdrop-filter: blur(12px);
  }

  .rehber-bottom-nav-link {
    min-width: 0;
    min-height: 52px;
    display: grid;
    grid-template-rows: 25px 13px;
    justify-items: center;
    align-content: start;
    place-items: center;
    gap: 1px;
    color: #475569;
    text-decoration: none;
    border-radius: 12px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.05;
    text-align: center;
  }

  .rehber-bottom-nav-link span {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
  }

  .rehber-bottom-nav-link svg,
  .rehber-mobile-drawer-link svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
  }

  .rehber-mobile-drawer-link svg {
    width: 19px;
    height: 19px;
  }

  .rehber-bottom-nav-link.is-active,
  .rehber-bottom-nav-link:hover {
    color: #0f766e;
    background: #e6fffb;
  }

  .rehber-mobile-scrim {
    position: fixed;
    inset: 0;
    z-index: 10040;
    display: block;
    background: rgba(15, 23, 42, 0.46);
  }

  .rehber-mobile-scrim[hidden],
  .rehber-mobile-drawer[hidden] {
    display: none !important;
  }

  .rehber-mobile-drawer {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(74px + env(safe-area-inset-bottom));
    z-index: 10050;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(15, 118, 110, 0.22);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
  }

  .rehber-mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    color: #0f172a;
    border-bottom: 1px solid #e2e8f0;
  }

  .rehber-mobile-drawer-head strong {
    font-size: 17px;
  }

  .rehber-mobile-drawer-head button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 24px;
    line-height: 1;
  }

  .rehber-mobile-drawer-links {
    display: grid;
    gap: 6px;
    padding: 10px;
  }

  .rehber-mobile-drawer-link {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 12px;
    color: #334155;
    text-decoration: none;
    font-weight: 800;
  }

  .rehber-mobile-drawer-link[hidden],
  .rehber-mobile-drawer-link.is-search-hidden {
    display: none !important;
  }

  .rehber-mobile-drawer-link.is-active,
  .rehber-mobile-drawer-link:hover {
    color: #0f766e;
    background: #ecfdf5;
  }
}

@media (max-width: 560px) {
  body.rehber-mobile-ready {
    font-size: 15px;
  }

  body.rehber-mobile-ready .container,
  body.rehber-mobile-ready .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.rehber-mobile-ready .card,
  body.rehber-mobile-ready .panel,
  body.rehber-mobile-ready .box,
  body.rehber-mobile-ready .alert {
    border-radius: 12px;
  }

  body.rehber-mobile-ready .card-body,
  body.rehber-mobile-ready .panel,
  body.rehber-mobile-ready .box {
    padding: 12px;
  }

  body.rehber-mobile-ready .row > [class*="col-"] {
    width: 100%;
  }

  body.rehber-mobile-ready .d-flex.justify-content-between,
  body.rehber-mobile-ready .d-flex.align-items-center.justify-content-between {
    align-items: stretch !important;
    flex-direction: column;
  }

  body.rehber-mobile-ready .d-flex.justify-content-between > *,
  body.rehber-mobile-ready .d-flex.align-items-center.justify-content-between > * {
    max-width: 100%;
  }

  body.rehber-mobile-ready .btn,
  body.rehber-mobile-ready a.btn {
    width: auto;
  }

  body.rehber-mobile-ready .btn.w-100,
  body.rehber-mobile-ready .d-grid .btn {
    width: 100%;
  }

  body.rehber-mobile-ready .rehber-shared-brand-title {
    font-size: 17px;
  }

  body.rehber-mobile-ready .rehber-shared-welcome h1 {
    font-size: 20px !important;
  }

  body.rehber-mobile-ready .btsk-global-profile-widget {
    display: none !important;
  }
}

@media (max-width: 480px) {
  body.rehber-mobile-ready table.rehber-responsive-table:not(.table-force-scroll),
  body.rehber-mobile-ready .table-responsive table.rehber-responsive-table:not(.table-force-scroll) {
    width: 100%;
    min-width: 0;
  }

  body.rehber-mobile-ready.rehber-page .rehber-list-toolbar {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px !important;
    align-items: stretch !important;
  }

  body.rehber-mobile-ready.rehber-page .rehber-list-toolbar > * {
    min-width: 0;
    margin: 0 !important;
  }

  body.rehber-mobile-ready.rehber-page .rehber-list-toolbar .btn,
  body.rehber-mobile-ready.rehber-page .rehber-list-toolbar .form-select {
    width: 100% !important;
    min-height: 36px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
    white-space: nowrap;
  }

  body.rehber-mobile-ready.rehber-page .rehber-list-toolbar .header-quick-nav {
    grid-column: 1 / -1;
    order: 4;
  }

  body.rehber-mobile-ready.rehber-page .rehber-list-toolbar .rehber-columns-menu,
  body.rehber-mobile-ready.rehber-page .rehber-list-toolbar .rehber-page-size-select,
  body.rehber-mobile-ready.rehber-page .rehber-list-toolbar .rehber-mobile-actions-menu {
    order: 1;
  }

  body.rehber-mobile-ready.rehber-page .rehber-list-toolbar .rehber-reset-columns-btn,
  body.rehber-mobile-ready.rehber-page .rehber-list-toolbar .rehber-result-count,
  body.rehber-mobile-ready.rehber-page .rehber-list-toolbar .rehber-view-menu {
    order: 2;
  }

  body.rehber-mobile-ready.rehber-page .rehber-list-toolbar .rehber-result-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border-radius: 9px;
    white-space: nowrap;
  }

  body.rehber-mobile-ready table.rehber-responsive-table:not(.table-force-scroll) thead {
    display: none;
  }

  body.rehber-mobile-ready table.rehber-responsive-table:not(.table-force-scroll),
  body.rehber-mobile-ready table.rehber-responsive-table:not(.table-force-scroll) tbody,
  body.rehber-mobile-ready table.rehber-responsive-table:not(.table-force-scroll) tr,
  body.rehber-mobile-ready table.rehber-responsive-table:not(.table-force-scroll) td {
    display: block;
  }

  body.rehber-mobile-ready table.rehber-responsive-table:not(.table-force-scroll) tr {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
  }

  body.rehber-mobile-ready table.rehber-responsive-table:not(.table-force-scroll) td {
    border: 0 !important;
    padding: 4px 0 !important;
  }

  body.rehber-mobile-ready table.rehber-responsive-table:not(.table-force-scroll) td.col-map {
    text-align: left !important;
  }

  body.rehber-mobile-ready table.rehber-responsive-table:not(.table-force-scroll) td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 2px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }

  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 7px;
    align-items: start;
  }

  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-apartment,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-name,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-phone,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-address {
    grid-column: 1 / -1;
  }

  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-apartment {
    padding-bottom: 0 !important;
  }

  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-name {
    padding-top: 2px !important;
  }

  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-name::before,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-phone::before,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-address::before {
    margin-bottom: 1px;
  }

  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) .rehber-person-cell {
    align-items: center;
    gap: 8px;
  }

  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 6px;
    row-gap: 2px;
    font-size: 13px;
    line-height: 1.25;
  }

  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-address::before {
    flex: 0 0 100%;
  }

  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-independent,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-oturan,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-map,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-grup,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-iski-project,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-payment,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-hukuk {
    min-width: 0;
  }

  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-map .rehber-map-cell-btn {
    min-width: 0;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.2;
  }

  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-yaidat,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-services,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-eks,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-aidat,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-tebligat,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-balance,
  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td.col-action {
    display: none;
  }

  body.rehber-mobile-ready.rehber-page table.rehber-responsive-table:not(.table-force-scroll) td .badge {
    max-width: 100%;
    white-space: normal;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  body.rehber-mobile-ready {
    padding-bottom: calc(110px + env(safe-area-inset-bottom)) !important;
  }

  .rehber-mobile-menu-button {
    left: 20px !important;
    bottom: calc(17px + env(safe-area-inset-bottom)) !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    z-index: 10075 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #18a999 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15), 0 0 0 1px rgba(255, 255, 255, .72) inset !important;
  }

  .rehber-mobile-menu-button::before {
    width: 26px !important;
    height: 20px !important;
    min-width: 26px !important;
    min-height: 20px !important;
    background:
      linear-gradient(currentColor, currentColor) left 0 top 1px / 26px 3px no-repeat,
      linear-gradient(currentColor, currentColor) left 0 top 8px / 26px 3px no-repeat,
      linear-gradient(currentColor, currentColor) left 0 top 15px / 26px 3px no-repeat !important;
  }

  .rehber-bottom-nav {
    left: 14px !important;
    right: 14px !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    height: 72px !important;
    min-height: 72px !important;
    z-index: 10060 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
    padding: 0 8px 0 72px !important;
    overflow: visible !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    border-radius: 26px !important;
    background: linear-gradient(135deg, #082042 0%, #10335f 100%) !important;
    box-shadow: 0 16px 38px rgba(8, 32, 66, .34) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
  }

  .rehber-bottom-nav-link {
    position: relative !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    height: 58px !important;
    min-height: 58px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    padding: 0 2px !important;
    color: rgba(255, 255, 255, .9) !important;
    background: transparent !important;
    border-radius: 16px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease !important;
  }

  .rehber-bottom-nav-link:hover {
    background: rgba(255, 255, 255, .08) !important;
    color: #ffffff !important;
  }

  .rehber-bottom-nav-link.is-active:not(.is-fab) {
    flex: 0 0 54px !important;
    width: 54px !important;
    max-width: 54px !important;
    height: 60px !important;
    color: #2563eb !important;
    background: #ffffff !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12) !important;
  }

  .rehber-bottom-nav-link svg {
    width: 20px !important;
    height: 20px !important;
    fill: currentColor !important;
    color: inherit !important;
  }

  .rehber-bottom-nav-link span {
    width: 100% !important;
    max-width: 62px !important;
    color: inherit !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    text-align: center !important;
  }

  .rehber-bottom-nav-link.is-fab {
    width: 66px !important;
    min-width: 66px !important;
    min-height: 88px !important;
    margin: -21px auto 0 !important;
    grid-template-rows: 66px 16px !important;
    gap: 3px !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    overflow: visible !important;
  }

  .rehber-bottom-nav-link.is-fab svg {
    width: 66px !important;
    height: 66px !important;
    padding: 17px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #2563eb, #3b82f6) !important;
    box-shadow: 0 15px 35px rgba(37, 99, 235, .45), 0 0 0 7px rgba(59, 130, 246, .16) !important;
  }

  .rehber-bottom-nav-link.is-fab:hover {
    transform: scale(1.08) !important;
  }

  .rehber-bottom-nav-link.is-fab:active {
    transform: scale(.96) !important;
  }

  .rehber-bottom-nav-link.is-fab span {
    max-width: 72px !important;
    font-size: 9.5px !important;
    color: #ffffff !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .22) !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-create-fab {
    position: fixed !important;
    left: 50% !important;
    bottom: calc(38px + env(safe-area-inset-bottom)) !important;
    z-index: 10072 !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #2563eb, #3b82f6) !important;
    box-shadow: 0 14px 32px rgba(37, 99, 235, .45), 0 0 0 7px rgba(59, 130, 246, .16) !important;
    text-decoration: none !important;
    transform: translateX(-50%) !important;
    transition: transform .25s ease, box-shadow .25s ease !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-create-fab:hover {
    transform: translateX(-50%) scale(1.06) !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-create-fab:active {
    transform: translateX(-50%) scale(.96) !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-create-fab svg {
    width: 30px !important;
    height: 30px !important;
    fill: currentColor !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-create-fab span {
    position: absolute !important;
    left: 50% !important;
    top: calc(100% + 2px) !important;
    transform: translateX(-50%) !important;
    color: #ffffff !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .22) !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link {
    width: auto !important;
    flex: none !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link--grid {
    grid-column: 1 !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link--search {
    grid-column: 2 !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link--task {
    grid-column: 3 !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link--calendar {
    grid-column: 5 !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link--car {
    grid-column: 6 !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link--logout {
    grid-column: 7 !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link.is-active:not(.is-fab) {
    justify-self: center !important;
  }

  body.personel-portal-page.rehber-mobile-ready {
    padding-bottom: calc(96px + env(safe-area-inset-bottom)) !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav {
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    height: 68px !important;
    min-height: 68px !important;
    padding: 0 8px !important;
    border-radius: 24px !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-mobile-menu-button {
    display: none !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link {
    height: 54px !important;
    min-height: 54px !important;
    gap: 2px !important;
    padding: 0 2px !important;
    font-size: 10px !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link span {
    max-width: 58px !important;
    font-size: 9.5px !important;
    line-height: 1 !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link svg {
    width: 19px !important;
    height: 19px !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link.is-active:not(.is-fab) {
    width: 52px !important;
    max-width: 52px !important;
    height: 56px !important;
    border-radius: 17px !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-create-fab {
    bottom: calc(33px + env(safe-area-inset-bottom)) !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    box-shadow: 0 12px 28px rgba(37, 99, 235, .42), 0 0 0 6px rgba(59, 130, 246, .14) !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-create-fab svg {
    width: 28px !important;
    height: 28px !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-create-fab span {
    display: none !important;
  }

  .rehber-bottom-nav-badge {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    min-width: 16px !important;
    height: 16px !important;
    padding: 0 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: #f59e0b !important;
    color: #ffffff !important;
    font-size: 9px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: 0 4px 12px rgba(245, 158, 11, .34) !important;
  }

  .rehber-bottom-nav-badge[hidden] {
    display: none !important;
  }

  body.rehber-mobile-ready {
    padding-bottom: calc(116px + env(safe-area-inset-bottom)) !important;
  }

  .rehber-bottom-nav,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: calc(78px + env(safe-area-inset-bottom)) !important;
    min-height: calc(78px + env(safe-area-inset-bottom)) !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: start !important;
    gap: 0 !important;
    padding: 9px 8px env(safe-area-inset-bottom) !important;
    overflow: visible !important;
    border: 0 !important;
    border-top: 1px solid rgba(226, 232, 240, .8) !important;
    border-radius: 28px 28px 0 0 !important;
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 -8px 32px rgba(15, 23, 42, .08) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
  }

  .rehber-bottom-nav-link,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 62px !important;
    min-height: 62px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 0 2px !important;
    color: #64748b !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    transition: all .25s ease !important;
  }

  .rehber-bottom-nav-link:hover,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link:hover {
    transform: translateY(-2px) !important;
    color: #2563eb !important;
    background: transparent !important;
  }

  .rehber-bottom-nav-link:active,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link:active {
    transform: scale(.95) !important;
  }

  .rehber-bottom-nav-link svg,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link svg {
    width: 22px !important;
    height: 22px !important;
    padding: 0 !important;
    color: inherit !important;
    fill: currentColor !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .rehber-bottom-nav-link span,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link span {
    display: block !important;
    width: 100% !important;
    max-width: 68px !important;
    color: inherit !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    text-shadow: none !important;
  }

  .rehber-bottom-nav-link.is-active:not(.is-fab),
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link.is-active:not(.is-fab) {
    width: 100% !important;
    max-width: none !important;
    height: 62px !important;
    color: #2563eb !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    justify-self: stretch !important;
  }

  .rehber-bottom-nav-link.is-active:not(.is-fab)::after,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link.is-active:not(.is-fab)::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 1px !important;
    width: 24px !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: #2563eb !important;
    transform: translateX(-50%) !important;
  }

  .rehber-bottom-nav-link.is-fab,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link.is-fab {
    width: 76px !important;
    max-width: 76px !important;
    min-width: 76px !important;
    height: 86px !important;
    min-height: 86px !important;
    margin: -34px auto 0 !important;
    padding: 0 !important;
    gap: 6px !important;
    color: #2563eb !important;
    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible !important;
    justify-self: center !important;
    transform-origin: center !important;
  }

  .rehber-bottom-nav-link.is-fab svg,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link.is-fab svg {
    width: 60px !important;
    height: 60px !important;
    padding: 16px !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #3B82F6, #2563EB) !important;
    box-shadow: 0 10px 30px rgba(37, 99, 235, .35) !important;
    fill: currentColor !important;
  }

  .rehber-bottom-nav-link.is-fab:hover,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link.is-fab:hover {
    transform: translateY(-2px) !important;
    color: #2563eb !important;
  }

  .rehber-bottom-nav-link.is-fab:active,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link.is-fab:active {
    transform: scale(.95) !important;
  }

  .rehber-bottom-nav-link.is-fab span,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link.is-fab span {
    display: block !important;
    max-width: 76px !important;
    color: #0f172a !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-shadow: none !important;
  }

  /* The resident portal has five regular actions plus the central create
     action. Keep the floating action geometrically centered and reserve the
     final column for the menu instead of letting CSS Grid create a clipped
     second row on narrow iPhone viewports. */
  body.portal-user-page.rehber-mobile-ready .rehber-bottom-nav {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    position: fixed !important;
  }

  body.portal-user-page.rehber-mobile-ready .rehber-bottom-nav-link--receipt { grid-column: 1 !important; }
  body.portal-user-page.rehber-mobile-ready .rehber-bottom-nav-link--qr { grid-column: 2 !important; }
  body.portal-user-page.rehber-mobile-ready .rehber-bottom-nav-link--car { grid-column: 3 !important; }
  body.portal-user-page.rehber-mobile-ready .rehber-bottom-nav-link--task { grid-column: 5 !important; }
  body.portal-user-page.rehber-mobile-ready .rehber-bottom-nav-link--menu { grid-column: 6 !important; }

  body.portal-user-page.rehber-mobile-ready .rehber-bottom-nav-link.is-fab {
    position: absolute !important;
    left: 50% !important;
    top: 9px !important;
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    margin: -34px 0 0 !important;
    transform: translateX(-50%) !important;
    z-index: 2 !important;
  }

  body.portal-user-page.rehber-mobile-ready .rehber-bottom-nav-link.is-fab:hover {
    transform: translateX(-50%) translateY(-2px) !important;
  }

  body.portal-user-page.rehber-mobile-ready .rehber-bottom-nav-link.is-fab:active {
    transform: translateX(-50%) scale(.95) !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-create-fab {
    display: none !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link--grid,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link--car,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link--calendar,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link--task,
  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-nav-link--menu {
    grid-column: auto !important;
  }

  .rehber-mobile-scrim {
    z-index: 10080 !important;
    background: rgba(8, 32, 66, .48) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
  }

  .rehber-mobile-drawer {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    height: min(70vh, 620px) !important;
    max-height: 70vh !important;
    z-index: 10090 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 28px 28px 0 0 !important;
    background: #ffffff !important;
    box-shadow: 0 -24px 70px rgba(8, 32, 66, .28) !important;
    transform: translateY(112%) !important;
    transition: transform .25s ease !important;
  }

  html.rehber-mobile-menu-open .rehber-mobile-drawer {
    transform: translateY(0) !important;
    animation: rehberMobileSheetUp .25s ease both;
  }

  .rehber-mobile-drawer-handle {
    width: 52px !important;
    height: 5px !important;
    border-radius: 999px !important;
    background: #cbd5e1 !important;
    margin: 10px auto 2px !important;
    flex: 0 0 auto !important;
  }

  .rehber-mobile-drawer-head {
    flex: 0 0 auto !important;
    padding: 10px 18px 8px !important;
    border-bottom: 0 !important;
  }

  .rehber-mobile-drawer-head strong {
    font-size: 19px !important;
    font-weight: 900 !important;
    color: #0f172a !important;
  }

  .rehber-mobile-drawer-head button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    background: #f1f5f9 !important;
    color: #0f172a !important;
    font-size: 24px !important;
  }

  .rehber-mobile-drawer-search {
    padding: 0 18px 10px !important;
    flex: 0 0 auto !important;
  }

  .rehber-mobile-drawer-search input {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    border: 1px solid #dbe6f3 !important;
    border-radius: 16px !important;
    background: #f8fafc !important;
    padding: 0 14px !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    outline: none !important;
  }

  .rehber-mobile-drawer-search input:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .12) !important;
  }

  .rehber-mobile-drawer-section-title {
    display: none !important;
    padding: 0 20px 8px !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
    flex: 0 0 auto !important;
  }

  .rehber-mobile-drawer-links {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 0 18px calc(18px + env(safe-area-inset-bottom)) !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .rehber-mobile-drawer-link {
    position: relative !important;
    min-width: 0 !important;
    min-height: 64px !important;
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) 16px !important;
    align-items: center !important;
    gap: 9px !important;
    border-radius: 16px !important;
    padding: 11px 10px !important;
    background: linear-gradient(135deg, #ffffff, #f8fbff) !important;
    color: #0f172a !important;
    font-weight: 850 !important;
    box-shadow: inset 0 0 0 1px rgba(219, 230, 243, .96), 0 8px 22px rgba(15, 23, 42, .045) !important;
  }

  .rehber-mobile-drawer-link::after {
    content: "›" !important;
    color: #334155 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    justify-self: end !important;
  }

  .rehber-mobile-drawer-link svg {
    width: 40px !important;
    height: 40px !important;
    padding: 10px !important;
    border-radius: 12px !important;
    background: #eff6ff !important;
    color: #2563eb !important;
    fill: currentColor !important;
  }

  .rehber-mobile-drawer-link span {
    min-width: 0 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
    color: inherit !important;
  }

  .rehber-mobile-drawer-link.is-active,
  .rehber-mobile-drawer-link:hover {
    color: #0f3f85 !important;
    background: #eff6ff !important;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .24), 0 8px 20px rgba(37, 99, 235, .10) !important;
  }
}

@media (max-width: 374px) {
  .rehber-bottom-nav {
    left: 0 !important;
    right: 0 !important;
    padding: 9px 6px env(safe-area-inset-bottom) !important;
  }

  .rehber-mobile-menu-button {
    left: 14px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
  }

  .rehber-bottom-nav-link {
    font-size: 10px !important;
    padding-inline: 1px !important;
  }

  .rehber-bottom-nav-link.is-active:not(.is-fab) {
    width: 100% !important;
    max-width: none !important;
  }

  .rehber-bottom-nav-link.is-fab {
    width: 60px !important;
    min-width: 60px !important;
  }

  .rehber-bottom-nav-link.is-fab svg {
    width: 60px !important;
    height: 60px !important;
    padding: 16px !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-create-fab {
    display: none !important;
  }

  body.personel-portal-page.rehber-mobile-ready .rehber-bottom-create-fab span {
    display: none !important;
  }

  .rehber-mobile-drawer-links {
    gap: 8px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .rehber-mobile-drawer-link {
    grid-template-columns: 34px minmax(0, 1fr) 12px !important;
    gap: 7px !important;
    min-height: 58px !important;
    padding: 9px 8px !important;
  }

  .rehber-mobile-drawer-link svg {
    width: 34px !important;
    height: 34px !important;
    padding: 8px !important;
  }

  .rehber-mobile-drawer-link span {
    font-size: 12px !important;
    line-height: 1.1 !important;
  }
}

.rehber-mobile-drawer-link[hidden],
.rehber-mobile-drawer-link.is-search-hidden {
  display: none !important;
}

@media (max-width: 900px) {
  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-scrim:not([hidden]),
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-scrim:not([hidden]) {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 10080 !important;
    background: rgba(8, 32, 66, .48) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    height: min(70vh, 620px) !important;
    max-height: 70vh !important;
    z-index: 10090 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 28px 28px 0 0 !important;
    background: #ffffff !important;
    box-shadow: 0 -24px 70px rgba(8, 32, 66, .28) !important;
    transform: translateY(112%) !important;
    transition: transform .25s ease !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer[hidden],
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer[hidden] {
    display: flex !important;
    pointer-events: none !important;
  }

  html.rehber-mobile-menu-open body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer,
  html.rehber-mobile-menu-open body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer {
    transform: translateY(0) !important;
    pointer-events: auto !important;
    animation: rehberMobileSheetUp .25s ease both;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer-handle,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer-handle {
    width: 52px !important;
    height: 5px !important;
    border-radius: 999px !important;
    background: #cbd5e1 !important;
    margin: 10px auto 2px !important;
    flex: 0 0 auto !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer-head,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    flex: 0 0 auto !important;
    padding: 10px 18px 8px !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer-head strong,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer-head strong {
    font-size: 19px !important;
    font-weight: 900 !important;
    color: #0f172a !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer-head button,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer-head button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #f1f5f9 !important;
    color: #0f172a !important;
    font-size: 24px !important;
    line-height: 1 !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer-search,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer-search {
    padding: 0 18px 10px !important;
    flex: 0 0 auto !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer-search input,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer-search input {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    border: 1px solid #dbe6f3 !important;
    border-radius: 16px !important;
    background: #f8fafc !important;
    padding: 0 14px !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    outline: none !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer-section-title,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer-section-title {
    display: none !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer-links,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer-links {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 0 18px calc(18px + env(safe-area-inset-bottom)) !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.rehber-mobile-ready.personel-portal-page .personel-mobile-drawer-section,
  body.rehber-mobile-ready.personel-shell-page .personel-mobile-drawer-section {
    grid-column: 1 / -1 !important;
    padding: 4px 2px 0 !important;
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer-link,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer-link {
    position: relative !important;
    min-width: 0 !important;
    min-height: 64px !important;
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) 16px !important;
    align-items: center !important;
    gap: 9px !important;
    border-radius: 16px !important;
    padding: 11px 10px !important;
    background: linear-gradient(135deg, #ffffff, #f8fbff) !important;
    color: #0f172a !important;
    font-weight: 850 !important;
    text-decoration: none !important;
    box-shadow: inset 0 0 0 1px rgba(219, 230, 243, .96), 0 8px 22px rgba(15, 23, 42, .045) !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer-link::after,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer-link::after {
    content: "›" !important;
    color: #334155 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    justify-self: end !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer-link svg,
  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer-link > i,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer-link svg,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer-link > i {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    padding: 10px !important;
    border-radius: 12px !important;
    background: #eff6ff !important;
    color: #2563eb !important;
    fill: currentColor !important;
    display: grid !important;
    place-items: center !important;
    font-size: 16px !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer-link span,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer-link span {
    min-width: 0 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
    color: inherit !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer-link.is-active,
  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer-link:hover,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer-link.is-active,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer-link:hover {
    color: #0f3f85 !important;
    background: #eff6ff !important;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .24), 0 8px 20px rgba(37, 99, 235, .10) !important;
  }

  body.rehber-mobile-ready.personel-portal-page .personel-mobile-drawer-badge,
  body.rehber-mobile-ready.personel-shell-page .personel-mobile-drawer-badge {
    position: absolute !important;
    top: 7px !important;
    right: 8px !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    border-radius: 999px !important;
    background: #ef4444 !important;
    color: #ffffff !important;
    display: inline-grid !important;
    place-items: center !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    font-style: normal !important;
  }
}

@keyframes rehberMobileSheetUp {
  from { transform: translateY(112%); }
  to { transform: translateY(0); }
}

@media print {
  body.rehber-mobile-ready {
    padding-bottom: 0 !important;
  }

  .rehber-mobile-menu-button,
  .rehber-bottom-nav,
  .rehber-mobile-drawer,
  .rehber-mobile-scrim {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-scrim:not([hidden]),
  body.rehber-mobile-ready.rehber-mobile-personel-menu .rehber-mobile-scrim:not([hidden]),
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-scrim:not([hidden]) {
    display: block !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer,
  body.rehber-mobile-ready.rehber-mobile-personel-menu .rehber-mobile-drawer,
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer {
    display: flex !important;
  }

  body.rehber-mobile-ready.personel-portal-page .rehber-mobile-drawer[hidden],
  body.rehber-mobile-ready.rehber-mobile-personel-menu .rehber-mobile-drawer[hidden],
  body.rehber-mobile-ready.personel-shell-page .rehber-mobile-drawer[hidden] {
    display: flex !important;
    pointer-events: none !important;
  }
}

@media (max-width: 900px) {
  body.rehber-mobile-ready.rehber-mobile-personel-menu .rehber-mobile-scrim:not([hidden]) {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 10080 !important;
    background: rgba(8, 32, 66, .48) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
  }

  body.rehber-mobile-ready.rehber-mobile-personel-menu .rehber-mobile-drawer {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    height: min(70vh, 620px) !important;
    max-height: 70vh !important;
    z-index: 10090 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 28px 28px 0 0 !important;
    background: #ffffff !important;
    box-shadow: 0 -24px 70px rgba(8, 32, 66, .28) !important;
    transform: translateY(112%) !important;
    transition: transform .25s ease !important;
  }

  body.rehber-mobile-ready.rehber-mobile-personel-menu .rehber-mobile-drawer[hidden] {
    display: flex !important;
    pointer-events: none !important;
  }

  html.rehber-mobile-menu-open body.rehber-mobile-ready.rehber-mobile-personel-menu .rehber-mobile-drawer {
    transform: translateY(0) !important;
    pointer-events: auto !important;
    animation: rehberMobileSheetUp .25s ease both;
  }
}

@media (max-width: 900px) {
  body.rehber-mobile-ready .rehber-mobile-scrim:not([hidden]) {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 10080 !important;
    background: rgba(8, 32, 66, .48) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    height: min(70vh, 620px) !important;
    max-height: 70vh !important;
    z-index: 10090 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 28px 28px 0 0 !important;
    background: #ffffff !important;
    box-shadow: 0 -24px 70px rgba(8, 32, 66, .28) !important;
    transform: translateY(112%) !important;
    transition: transform .25s ease !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer[hidden] {
    display: flex !important;
    pointer-events: none !important;
  }

  html.rehber-mobile-menu-open body.rehber-mobile-ready .rehber-mobile-drawer {
    transform: translateY(0) !important;
    pointer-events: auto !important;
    animation: rehberMobileSheetUp .25s ease both;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-handle {
    width: 52px !important;
    height: 5px !important;
    border-radius: 999px !important;
    background: #cbd5e1 !important;
    margin: 10px auto 2px !important;
    flex: 0 0 auto !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    flex: 0 0 auto !important;
    padding: 10px 18px 8px !important;
    border: 0 !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-head strong {
    font-size: 19px !important;
    font-weight: 900 !important;
    color: #0f172a !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-head button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #f1f5f9 !important;
    color: #0f172a !important;
    font-size: 24px !important;
    line-height: 1 !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-search {
    padding: 0 18px 10px !important;
    flex: 0 0 auto !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-search input {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    border: 1px solid #dbe6f3 !important;
    border-radius: 16px !important;
    background: #f8fafc !important;
    padding: 0 14px !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    outline: none !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-section-title,
  body.rehber-mobile-ready .personel-mobile-drawer-section {
    grid-column: 1 / -1 !important;
    padding: 4px 2px 0 !important;
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-section-title {
    display: none !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-links {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 0 18px calc(max(var(--rehber-mobile-bottom-offset, 0px), 86px) + 18px + env(safe-area-inset-bottom)) !important;
    scroll-padding-bottom: calc(max(var(--rehber-mobile-bottom-offset, 0px), 86px) + 18px + env(safe-area-inset-bottom)) !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-link--logout {
    grid-column: 1 / -1 !important;
    margin-bottom: 2px !important;
    color: #b42318 !important;
    background: #fff7f6 !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-link {
    position: relative !important;
    min-width: 0 !important;
    min-height: 64px !important;
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) 16px !important;
    align-items: center !important;
    gap: 9px !important;
    border-radius: 16px !important;
    padding: 11px 10px !important;
    background: linear-gradient(135deg, #ffffff, #f8fbff) !important;
    color: #0f172a !important;
    font-weight: 850 !important;
    text-decoration: none !important;
    box-shadow: inset 0 0 0 1px rgba(219, 230, 243, .96), 0 8px 22px rgba(15, 23, 42, .045) !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-link::after {
    content: "›" !important;
    color: #334155 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    justify-self: end !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-link svg,
  body.rehber-mobile-ready .rehber-mobile-drawer-link > i {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    padding: 10px !important;
    border-radius: 12px !important;
    background: #eff6ff !important;
    color: #2563eb !important;
    fill: currentColor !important;
    display: grid !important;
    place-items: center !important;
    font-size: 16px !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-link span {
    min-width: 0 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
    color: inherit !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-link.is-active,
  body.rehber-mobile-ready .rehber-mobile-drawer-link:hover {
    color: #0f3f85 !important;
    background: #eff6ff !important;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .24), 0 8px 20px rgba(37, 99, 235, .10) !important;
  }

  body.rehber-mobile-ready .personel-mobile-drawer-badge {
    position: absolute !important;
    top: 7px !important;
    right: 8px !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    border-radius: 999px !important;
    background: #ef4444 !important;
    color: #ffffff !important;
    display: inline-grid !important;
    place-items: center !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    font-style: normal !important;
  }

  body.rehber-mobile-ready .rehber-mobile-drawer-link[hidden],
  body.rehber-mobile-ready .rehber-mobile-drawer-link.is-search-hidden,
  body.rehber-mobile-ready .personel-mobile-drawer-section[hidden] {
    display: none !important;
  }
}
