.s-sidebar-header-logo {
  display: inline-block;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-self: center;
  overflow: hidden;
  padding: 0;
  border: 0;
  cursor: pointer;
  /* CHG: metinv-gorev-kabuk-arac-26.9.16 */
  background: url(/salkim-arge-logo-s.png) no-repeat center;
  background-color: transparent;
  background-size: contain;
}

.s-form-title-logo {
  display: block;
  width: auto;
  height: 72px;
  max-width: min(240px, 85vw);
  margin: 0 auto 0.75rem;
}

.s-account-panel-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.s-account-panel-app-title {
  font-size: 1.05rem;
  line-height: 1.35;
}

.s-sidebar-header-version {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  margin-right: 0.75rem;
  white-space: nowrap;
}

.s-account-panel-footer {
  padding-bottom: 0.5rem;
}

.s-account-panel-version {
  opacity: 0.7;
  font-size: 0.95rem;
}

.s-account-panel-company a {
  color: inherit;
}

.s-account-panel-company a:hover {
  text-decoration: underline !important;
}

/* CHG: metinv-marka-gorunum-26.9.12 */
#s-LoginPage .s-full-page {
  min-height: 100dvh;
  padding: 1.25rem 0 1.5rem;
}

#s-LoginPage .s-login-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem;
  margin-bottom: 1rem;
  padding: 0 0.15rem;
}

#s-LoginPage .s-login-brand-logo {
  width: 90px;
  height: auto;
  max-height: 90px;
  flex: 0 0 90px;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
}

#s-LoginPage .s-login-brand-title {
  font-size: clamp(1.45rem, 4vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: #182538;
}

#s-LoginPage .s-login-footer {
  margin-top: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}

#s-LoginPage .s-login-footer-version {
  opacity: 0.7;
  font-size: 0.95rem;
}

#s-LoginPage .s-login-footer-company a {
  font-weight: 600;
  color: inherit;
}

#s-LoginPage .s-login-footer-company a:hover {
  text-decoration: underline !important;
}

#s-LoginPage .s-login-footer-legal {
  font-size: 0.82rem;
  opacity: 0.62;
  line-height: 1.45;
}

:root {
  --sag-accent: #3c8dbc;
  --sag-accent-rgb: 60, 141, 188;
  --sag-accent-dark: #2b7cab;
  --sag-accent-icon: #0c6190;
  --sag-accent-hover: #007eff;
  --sag-accent-light: #cfe2ff;
  --sag-accent-soft: #e8f4fc;
  --sag-accent-border: #c5d4e8;
  --sag-accent-ring: #0d6efd;
}

/* CHG: metinv-marka-gorunum-26.9.12 */
html.s-test-env {
  --bs-primary: #e67e22;
  --bs-primary-rgb: 230, 126, 34;
  --bs-link-color: #d35400;
  --bs-link-hover-color: #ba4a00;
  --s-category-title: #e67e22;
  --s-input-outline: rgba(230, 126, 34, 0.25);
  --s-column-header-hover-bg: rgba(230, 126, 34, 0.08);
  --s-tabs-border-active: #e67e22;
  --s-tabs-text-active: #d35400;
  --s-alt-row-bg: rgba(230, 126, 34, 0.08);
  --sag-accent: #e67e22;
  --sag-accent-rgb: 230, 126, 34;
  --sag-accent-dark: #d35400;
  --sag-accent-icon: #a84300;
  --sag-accent-hover: #d35400;
  --sag-accent-light: #fdebd0;
  --sag-accent-soft: #fdf2e9;
  --sag-accent-border: #f5cba7;
  --sag-accent-ring: #e67e22;
}

html.s-dev-env {
  --bs-primary: #00a65a;
  --bs-primary-rgb: 0, 166, 90;
  --bs-link-color: #008d4c;
  --bs-link-hover-color: #007a42;
  --s-category-title: #00a65a;
  --s-input-outline: rgba(0, 166, 90, 0.25);
  --s-column-header-hover-bg: rgba(0, 166, 90, 0.08);
  --s-tabs-border-active: #00a65a;
  --s-tabs-text-active: #008d4c;
  --s-alt-row-bg: rgba(0, 166, 90, 0.08);
  --sag-accent: #00a65a;
  --sag-accent-rgb: 0, 166, 90;
  --sag-accent-dark: #008d4c;
  --sag-accent-icon: #006e3a;
  --sag-accent-hover: #008d4c;
  --sag-accent-light: #d4edda;
  --sag-accent-soft: #e8f8f0;
  --sag-accent-border: #a8dcc0;
  --sag-accent-ring: #00a65a;
}

html.s-test-env .s-sidebar-header,
html.s-dev-env .s-sidebar-header {
  background-color: var(--bs-primary) !important;
  box-shadow: none;
}

html.s-test-env .s-sidebar-icon {
  color: var(--sag-accent-icon);
}

html.s-dev-env .s-sidebar-icon {
  color: var(--sag-accent-icon);
}

html.s-test-env .s-sidebar-link:hover,
html.s-test-env .s-sidebar-pane .active > .s-sidebar-link,
html.s-test-env .s-sidebar-link:hover .s-sidebar-icon,
html.s-test-env .active > .s-sidebar-link > .s-sidebar-icon,
html.s-dev-env .s-sidebar-link:hover,
html.s-dev-env .s-sidebar-pane .active > .s-sidebar-link,
html.s-dev-env .s-sidebar-link:hover .s-sidebar-icon,
html.s-dev-env .active > .s-sidebar-link > .s-sidebar-icon {
  color: var(--sag-accent-hover);
}

html.s-test-env .grid-title,
html.s-test-env .panel-titlebar,
html.s-dev-env .grid-title,
html.s-dev-env .panel-titlebar {
  color: var(--bs-primary);
}

html.s-test-env .btn-primary,
html.s-dev-env .btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--sag-accent-dark);
  --bs-btn-hover-border-color: var(--sag-accent-dark);
  --bs-btn-active-bg: var(--sag-accent-dark);
  --bs-btn-active-border-color: var(--sag-accent-dark);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

html.s-test-env .btn-outline-primary,
html.s-dev-env .btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-bg: var(--sag-accent-dark);
  --bs-btn-active-border-color: var(--sag-accent-dark);
}

html.s-test-env .bg-primary,
html.s-dev-env .bg-primary {
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

html.s-test-env .text-primary,
html.s-dev-env .text-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity, 1)) !important;
}

html.s-test-env .form-check-input:checked,
html.s-dev-env .form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

html.s-test-env .page-item.active .page-link,
html.s-dev-env .page-item.active .page-link {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

html.s-test-env .nav-tabs .nav-link.active,
html.s-dev-env .nav-tabs .nav-link.active {
  color: var(--s-tabs-text-active);
  border-color: var(--s-tabs-border) var(--s-tabs-border) var(--s-tabs-border-active);
}

html.s-test-env .s-PropertyGrid .category-title,
html.s-dev-env .s-PropertyGrid .category-title {
  color: var(--s-category-title);
}

.s-TranslationGrid input.custom-text {
  width: 100%;
  height: 23px;
  padding: 0 3px;
}

.s-PermissionCheckEditor {
  min-height: 450px;
}

/* CHG: metinv-mobil-pwa-26.8.29 */
.s-sidebar-header-branding {
  min-width: 0;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}

.s-sidebar-header-branding .s-sidebar-header-title {
  line-height: 1.1;
}

.s-sidebar-header {
  align-items: center;
}

.s-sidebar-header-title-short {
  display: none;
}

/* CHG: metinv-gorev-panel-genislik-26.9.13 */
.s-sidebar-toggler {
  display: none !important;
}

.s-sidebar-brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 0.9rem 0.45rem;
  flex: 0 0 auto;
}

.s-sidebar-brand-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  line-height: 0;
}

.s-sidebar-brand-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex: 0 0 36px;
}

.s-sidebar-brand-title {
  font-weight: 650;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #152033;
  white-space: nowrap;
}

.s-sidebar-header-title {
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #fff;
}

@media (min-width: 1200px) {
  .s-sidebar-toggler {
    display: none !important;
  }

  /* CHG: metinv-gorev-kabuk-arac-26.9.16 */
  .s-sidebar-header-branding {
    display: flex;
  }

  .s-sidebar-header-title {
    color: #fff;
  }

  .s-sidebar,
  .s-sidebar-pane {
    width: var(--s-sidebar-width, 17.5rem);
  }

  .s-main {
    padding-left: var(--s-sidebar-width, 17.5rem);
  }

  body.s-sidebar-pane-collapsed .s-sidebar,
  body.s-sidebar-pane-collapsed .s-sidebar-pane {
    width: 3.5rem;
  }

  body.s-sidebar-pane-collapsed .s-main {
    padding-left: 3.5rem;
  }

  body.s-sidebar-pane-collapsed .s-sidebar-brand,
  body.s-sidebar-pane-collapsed .s-sidebar-brand-title,
  body.s-sidebar-pane-collapsed .s-sidebar-search,
  body.s-sidebar-pane-collapsed .s-sidebar-link-text,
  body.s-sidebar-pane-collapsed .s-sidebar-menu-toggle {
    display: none !important;
  }

  body.s-sidebar-pane-collapsed .s-sidebar-menu .s-sidebar-menu {
    margin-left: 0.55rem;
  }

  body.s-sidebar-pane-collapsed .s-sidebar-link {
    justify-content: center;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  body.s-sidebar-pane-collapsed .s-sidebar-icon {
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .s-sidebar-header {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }

  .s-sidebar-header-title {
    font-size: 1.2rem;
    font-weight: 650;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .s-sidebar-header-title-full {
    display: none;
  }

  .s-sidebar-header-title-short {
    display: inline;
  }

  .s-sidebar-header-link {
    margin-right: 0.75rem;
    font-size: 18px;
  }

  body.s-sidebar-expanded::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 32, 0.4);
    z-index: 10;
  }

  .s-sidebar-link {
    min-height: 44px;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  #s-LoginPage .s-full-page {
    padding: 0.75rem 0 1rem;
  }

  #s-LoginPage .s-login-brand-logo {
    width: 90px;
    height: 90px;
    max-height: 90px;
    flex: 0 0 90px;
  }

  #s-LoginPage .s-login-brand-title {
    font-size: 1.35rem;
  }

  #s-LoginPage .s-login-footer {
    margin-top: 1rem;
  }

  #s-LoginPage .s-container-tight {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .s-main > .content {
    padding: 0.75rem;
  }

  section.content-header > h1 {
    font-size: 1.25rem;
  }

  .s-DataGrid {
    padding: 0.6rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .s-DataGrid .grid-title,
  .s-DataGrid .panel-titlebar {
    font-size: 1.15rem;
  }

  .ui-dialog {
    max-width: calc(100vw - 0.75rem) !important;
    width: calc(100vw - 0.75rem) !important;
    left: 0.375rem !important;
  }

  .ui-dialog .ui-dialog-content {
    max-height: calc(100dvh - 8rem) !important;
  }

  #s-DashboardPage canvas,
  #s-DashboardPage #world-map {
    max-width: 100% !important;
  }

  #s-DashboardPage .s-dashboard-card-sm h3 {
    font-size: 1.75rem;
  }

  #s-DashboardPage .s-dashboard-card-sm .icon {
    font-size: 2.4rem;
  }

  .s-development-log .card-body {
    padding: 0.85rem;
  }

  .s-development-log h2 {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .s-development-log code {
    margin-left: 0 !important;
    word-break: break-all;
  }
}

@media (display-mode: standalone) {
  #s-LoginPage .s-full-page {
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
  }
}

/* CHG: metinv-liste-detay-26.9.8 */
.s-ListDetailHost {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  min-height: 0;
  min-width: 0;
}

section.content > .s-ListDetailHost {
  flex: 1 1 auto;
}

.full-height-page section.content > .s-ListDetailHost {
  border: none;
  box-shadow: none;
  padding: 0;
}

.full-height-page section.content:has(.s-ListDetailHost.is-snap) {
  overflow-x: hidden;
}

@media (max-width: 1023px) {
  .full-height-page section.content:has(.s-ListDetailHost) {
    height: calc(100vh - 48px);
    height: calc(100dvh - 48px);
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    min-height: 0;
    overflow: hidden;
  }

  html.s-test-env.full-height-page section.content:has(.s-ListDetailHost),
  html.s-dev-env.full-height-page section.content:has(.s-ListDetailHost) {
    height: calc(100vh - 48px);
    height: calc(100dvh - 48px);
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
  }
}

html.s-test-env.full-height-page section.content,
html.s-dev-env.full-height-page section.content {
  min-height: calc(100vh - 48px);
}

.s-ListDetailList {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
}

.s-ListDetailList > .s-DataGrid {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
}

.s-ListDetailPane {
  display: none;
  flex: 1 1 64%;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}

.s-ListDetailHost.is-open .s-ListDetailList {
  flex: 0 1 36%;
  max-width: 420px;
  min-width: 220px;
}

.s-ListDetailHost.is-open .s-ListDetailPane {
  display: flex;
  border-left: 1px solid var(--s-card-border, #d0d0d0);
}

.s-ListDetailHost.is-snap.is-open {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.s-ListDetailHost.is-snap.is-open::-webkit-scrollbar {
  display: none;
}

.s-ListDetailHost.is-snap.is-open .s-ListDetailList,
.s-ListDetailHost.is-snap.is-open .s-ListDetailPane {
  flex: 0 0 100%;
  width: 100%;
  max-width: none;
  min-width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.s-ListDetailHost.is-snap.is-open .s-ListDetailPane {
  border-left: none;
}

@media (max-width: 1023px) {
  .s-ListDetailHost.is-open {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .s-ListDetailHost.is-open::-webkit-scrollbar {
    display: none;
  }

  .s-ListDetailHost.is-open .s-ListDetailList,
  .s-ListDetailHost.is-open .s-ListDetailPane {
    flex: 0 0 100%;
    width: 100%;
    max-width: none;
    min-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .s-ListDetailHost.is-open .s-ListDetailPane {
    border-left: none;
  }
}

.s-ListDetailPane > .s-Panel {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  min-width: 0;
  overflow: auto;
}

.s-ListDetailHost .slick-row.list-detail-active .slick-cell {
  background-color: var(--sag-accent-light) !important;
}

.s-DataGrid .tool-button.list-detail-toggle.is-on,
.s-DataGrid .tool-button.list-detail-toggle[aria-pressed="true"] {
  background-color: var(--sag-accent-light) !important;
  box-shadow: inset 0 0 0 2px var(--sag-accent-ring);
  z-index: 1;
}

/* CHG: metinv-detay-sekme-26.9.12 */
.s-PropertyGrid > ul.property-tabs.nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  border-bottom: 1px solid var(--s-tabs-border, var(--bs-border-color, #dee2e6));
  gap: 0.2rem;
  padding: 0.15rem 0.15rem 0;
}

.s-PropertyGrid > ul.property-tabs.nav > .nav-item {
  flex: 0 0 auto;
}

.s-PropertyGrid > ul.property-tabs.nav > .nav-item > .nav-link {
  border: 1px solid var(--s-tabs-border, var(--bs-border-color, #dee2e6)) !important;
  border-bottom: none !important;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0.4rem 0.9rem !important;
  margin-bottom: -1px;
  background: var(--bs-tertiary-bg, #e9ecef);
  color: inherit;
  box-shadow: none !important;
}

.s-PropertyGrid > ul.property-tabs.nav > .nav-item > .nav-link.active {
  background: var(--bs-body-bg, #fff);
  color: var(--s-tabs-text-active, var(--bs-primary));
  border-color: var(--s-tabs-border-active, var(--bs-primary)) var(--s-tabs-border-active, var(--bs-primary)) var(--bs-body-bg, #fff) !important;
  font-weight: 600;
}

.s-ListDetailPane .s-PropertyGrid > .property-tabs {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--bs-body-bg, #fff);
}

.s-PartyDialog .s-PropertyGrid .category-title,
.s-EmployeeDialog .s-PropertyGrid .category-title,
.s-ParameterGroupDialog .s-PropertyGrid .category-title {
  display: none;
}

.s-PartyDialog .s-PropertyGrid .category,
.s-EmployeeDialog .s-PropertyGrid .category,
.s-ParameterGroupDialog .s-PropertyGrid .category {
  padding-top: 0;
  margin-top: 0;
}

.s-PartyDialog .field.Email {
  align-items: center;
}

.s-PartyDialog .field.Email > .caption {
  display: none;
}

.s-PartyDialog .field.Email > .editor {
  flex: 1 1 auto;
  width: 100% !important;
  margin-left: 0 !important;
}

.s-ParameterGroupDialog .field > .caption {
  width: 80px !important;
}

.s-ParameterGroupDialog .field.ValueList > .caption {
  display: none;
}

/* CHG: metinv-gorevler-26.9.11 */
.s-TaskWorkspace-host {
  height: calc(100vh - 13.4rem);
  min-height: 420px;
  overscroll-behavior: none;
}

.s-TaskBoard {
  --task-span: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  border: 1px solid var(--s-card-border, #dee2e6);
  border-radius: 4px;
  background: #fff;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
}

.s-TaskBoard::-webkit-scrollbar {
  display: none;
}

.s-TaskBoard.is-label-dragging,
.s-TaskBoard.is-label-dragging * {
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-touch-callout: none;
}

html.is-task-dragging,
html.is-task-dragging * {
  /* CHG: metinv-gorev-tasi-26.9.14 */
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-touch-callout: none !important;
}

.s-TaskPanel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 0.4rem 0.75rem 0.75rem;
  border-right: 1px solid #c5cdd6;
}

.s-TaskPanel.s-TaskPanel-detail {
  border-right: none;
}

.s-TaskNav {
  display: contents;
}

.s-TaskPanel-groups,
.s-TaskPanel-tree,
.s-TaskPanel-list,
.s-TaskPanel-detail {
  flex: 0 0 calc(100% / var(--task-span));
  width: calc(100% / var(--task-span));
  min-width: calc(100% / var(--task-span));
  max-width: none;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.s-TaskPanel-tools {
  display: none;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  min-height: 0;
  margin-bottom: 0.4rem;
  gap: 0.35rem;
}

/* CHG: metinv-gorev-duyarli-gorunum-26.9.16 */
.s-TaskPanel-detail .s-TaskPanel-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.s-TaskBoard:not(.is-mid):not(.is-wide) .s-TaskPanel-detail .s-TaskBar-end {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
}

/* CHG: metinv-gorev-arac-cubugu-26.9.13 */
.s-TaskBar {
  --task-ctl: 2.15rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.2rem;
  width: max-content;
  max-width: 100%;
  background: #f1f3f5;
  border-radius: 8px;
  padding: 0.12rem 0.2rem;
  min-height: 2.4rem;
}

.s-TaskBar .btn,
.s-TaskBar .form-select,
.s-TaskBar .s-TaskSnapNav-btn {
  border: 0;
  background: transparent;
  box-shadow: none;
  height: var(--task-ctl);
  min-height: var(--task-ctl);
  border-radius: 6px;
}

.s-TaskBar .btn,
.s-TaskBar .s-TaskSnapNav-btn {
  width: var(--task-ctl);
  min-width: var(--task-ctl);
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* CHG: metinv-panel-baslik-26.9.14 */
.s-TaskBar .btn:hover,
.s-TaskBar .form-select:hover,
.s-TaskBar .s-TaskSnapNav-btn:hover,
.s-TaskBar .btn-outline-secondary:hover,
.s-TaskBar .btn-outline-secondary:focus {
  background: #fff;
  color: #212529;
}

/* CHG: metinv-gorev-favori-26.9.14 */
.s-TaskBar .btn.s-TaskFav.is-on,
.s-TaskBar .btn.s-TaskFav.is-on:hover,
.s-TaskBar .btn.s-TaskFav.is-on:focus {
  color: #e83e8c;
}

/* CHG: metinv-gorev-kabuk-arac-26.9.16 */
.s-TaskBar .btn.s-TaskPin.is-on,
.s-TaskBar .btn.s-TaskPin.is-on:hover,
.s-TaskBar .btn.s-TaskPin.is-on:focus {
  color: #fd7e14;
}

.s-TaskBar .btn.s-TaskPin.is-general,
.s-TaskBar .btn.s-TaskPin.is-general:hover,
.s-TaskBar .btn.s-TaskPin.is-general:focus {
  color: #0d6efd;
}

.s-TaskBar .btn.is-on,
.s-TaskBar .s-TaskHistory-toggle.is-active {
  background: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
}

.s-TaskBar .btn i,
.s-TaskBar .s-TaskSnapNav-btn i {
  font-size: 1.12rem;
  line-height: 1;
}

.s-TaskToolbar.s-TaskBar .btn {
  width: auto;
  min-width: var(--task-ctl);
  padding: 0 0.55rem;
}

/* CHG: metinv-panel-baslik-26.9.14 */
.s-TaskToolbar.s-TaskBar .btn:hover {
  background: #fff;
  color: #212529;
}

.s-TaskBar-end {
  margin-left: auto;
  flex-wrap: wrap;
  width: auto;
}

.s-TaskBar-pipe {
  flex: 0 0 1px;
  align-self: stretch;
  min-height: 1.1rem;
  margin: 0.15rem 0.2rem;
  background: #cfd4da;
}

.s-TaskBar-pipe[hidden] {
  display: none;
}

.s-TaskBar-group {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
}

.s-TaskGripIcon {
  position: relative;
  display: inline-flex;
  width: 1em;
  height: 1em;
  align-items: center;
  justify-content: center;
}

.s-TaskGripIcon.is-off::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: 50%;
  border-top: 2px solid currentColor;
  transform: rotate(-45deg);
}

.s-TaskDragHold {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.s-TaskPanel-detail > div:last-child {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.s-TaskPanel h2 {
  font-size: 1rem;
  margin: 0 0 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.s-TaskGroups {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 3.25rem;
}

.s-TaskGroup {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.6rem;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.s-TaskGroup.is-active {
  border-color: #fff;
  box-shadow: 0 0 0 2px #0d6efd;
}

.s-TaskGroup-fav,
.s-TaskTree-fav {
  flex: 0 0 auto;
  padding: 0.15rem 0.3rem;
  border: 0;
  background: transparent;
  color: #ced4da;
  line-height: 1;
  cursor: pointer;
}

.s-TaskGroup-fav.is-on,
.s-TaskTree-fav.is-on {
  color: #e83e8c;
}

.s-TaskTree-pin {
  flex: 0 0 auto;
  padding: 0.15rem 0.3rem;
  border: 0;
  background: transparent;
  color: #ced4da;
  line-height: 1;
  cursor: pointer;
}

.s-TaskTree-pin.is-on {
  color: #fd7e14;
}

.s-TaskGroup-name {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 500;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* CHG: metinv-grup-duzenle-26.9.13 */
.s-TaskGroup-grip {
  flex: 0 0 auto;
  padding: 0 0.2rem 0 0;
  color: #6c757d;
  cursor: grab;
  touch-action: none;
  font-size: 0.95rem;
}

.s-TaskGroup-grip:active {
  cursor: grabbing;
}

.s-TaskGroup.is-dragging {
  opacity: 0.45;
}

.s-TaskGroup.is-drop-before {
  box-shadow: inset 0 2px 0 #0d6efd;
}

.s-TaskGroup.is-drop-after {
  box-shadow: inset 0 -2px 0 #0d6efd;
}

.s-TaskTree {
  flex: 1 1 auto;
  overflow: auto;
  min-height: 0;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 3.25rem;
}

.s-TaskTree-node {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-TaskTree-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.35rem;
  border-radius: 3px;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.s-TaskTree-row:hover {
  background: #e8f0fe;
}

.s-TaskTree-row.is-active {
  background: #cfe2ff;
}

.s-TaskTree-row.is-dragging {
  opacity: 0.45;
}

.s-TaskTree-grip {
  flex: 0 0 auto;
  padding: 0 0.35rem 0 0.1rem;
  color: #6c757d;
  cursor: grab;
  touch-action: none;
  font-size: 0.95rem;
}

.s-TaskTree-grip:active {
  cursor: grabbing;
}

.s-TaskTree-name {
  flex: 1 1 auto;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.s-TaskTree-row.is-drop-before {
  box-shadow: inset 0 2px 0 #0d6efd;
}

.s-TaskTree-row.is-drop-after {
  box-shadow: inset 0 -2px 0 #0d6efd;
}

.s-TaskTree-row.is-drop-inside,
.s-TaskTree.is-drop-inside {
  background: #cfe2ff;
  outline: 2px dashed #0d6efd;
  outline-offset: 1px;
}

.s-TaskTree-children {
  list-style: none;
  margin: 0;
  padding-left: 1rem;
}

.s-TaskToolbar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
  width: 100%;
  max-width: 100%;
}

.s-TaskToolbar.s-TaskBar {
  width: 100%;
}

.s-TaskToolbar input,
.s-TaskToolbar select {
  flex: 1 1 0;
  min-width: 0;
  width: 0;
}

.s-TaskCards {
  flex: 1 1 auto;
  overflow: auto;
  min-height: 0;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 3.25rem;
}

.s-TaskCard {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 0.55rem 0.7rem;
  margin-bottom: 0.4rem;
  cursor: pointer;
}

.s-TaskCard-grip {
  flex: 0 0 auto;
  padding: 0.1rem 0.2rem 0 0;
  color: #6c757d;
  font-size: 0.95rem;
  cursor: grab;
  touch-action: none;
}

.s-TaskCard-grip:active {
  cursor: grabbing;
}

.s-TaskCard-body {
  flex: 1 1 auto;
  min-width: 0;
}

.s-TaskCard:hover {
  background: #f8fafc;
}

.s-TaskCard.is-active {
  background: #e8f0fe;
}

.s-TaskCard.is-unlabeled {
  border-left: 3px solid #6c757d;
  opacity: 0.85;
}

.s-TaskCard.is-dragging {
  opacity: 0.45;
}

/* CHG: metinv-gorev-elle-sira-26.9.14 */
.s-TaskCard.is-drop-before {
  box-shadow: inset 0 2px 0 #0d6efd;
}

.s-TaskCard.is-drop-after {
  box-shadow: inset 0 -2px 0 #0d6efd;
}

/* CHG: metinv-gorev-pin-26.9.14 */
.s-TaskCard-pin {
  position: relative;
  flex: 0 0 auto;
  margin: -0.15rem -0.15rem 0 0;
  padding: 0.15rem 0.3rem;
  border: 0;
  background: transparent;
  color: #ced4da;
  line-height: 1;
  cursor: pointer;
}

.s-TaskCard-pin.is-on {
  color: #fd7e14;
}

/* CHG: metinv-pin-dolgu-26.9.14 */
.s-TaskCard-pin.is-general,
.s-TaskCard-pin.is-on.is-general {
  color: #0d6efd;
  background: transparent;
}

/* CHG: metinv-gorev-favori-26.9.14 */
.s-TaskCard-fav {
  position: relative;
  flex: 0 0 auto;
  margin: -0.15rem 0 0 0;
  padding: 0.15rem 0.3rem;
  border: 0;
  background: transparent;
  color: #ced4da;
  line-height: 1;
  cursor: pointer;
}

.s-TaskCard-fav.is-on {
  color: #e83e8c;
}

.s-TaskCard-title {
  font-weight: 600;
  font-size: 0.95rem;
}

.s-TaskCard-meta {
  font-size: 0.75rem;
  color: #6c757d;
  margin-top: 0.2rem;
}

.s-TaskCard-labels {
  font-size: 0.75rem;
  color: #5a6a7a;
  margin-top: 0.15rem;
  white-space: normal;
  word-break: break-word;
}

.s-TaskCount {
  text-align: center;
  font-size: 0.8rem;
  color: #6c757d;
  padding-top: 0.35rem;
}

.s-TaskDetail-title {
  width: 100%;
  margin-bottom: 0.5rem;
}

/* CHG: metinv-gorev-tasi-26.9.14 */
.s-TaskDetail-labels {
  font-size: 0.75rem;
  color: #5a6a7a;
  margin-top: 0.45rem;
}

.s-TaskDetail-label + .s-TaskDetail-label {
  margin-top: 0.15rem;
}

.s-TaskEditor-toolbar {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.35rem;
}

.s-TaskHistory-toggle {
  margin-left: auto;
}

.s-TaskHistory-toggle.is-active {
  background: #e8f0fe;
}

.s-TaskDetail-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.s-TaskDetail-body[hidden],
.s-TaskHistory[hidden] {
  display: none !important;
}

.s-TaskEditor {
  flex: 1 1 auto;
  min-height: 180px;
  overflow: auto;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.6rem 0.75rem;
  background: #fff;
}

/* CHG: metinv-gorev-kaydet-akis-26.9.16 */
.s-TaskEditor.is-locked {
  pointer-events: none;
  opacity: 0.55;
  background: #f8f9fa;
}

.s-TaskEditor:focus {
  outline: 2px solid #86b7fe;
  outline-offset: -1px;
}

/* CHG: metinv-gorev-kaydet-akis-26.9.16 */
.s-TaskEditor a {
  color: #0d6efd;
  text-decoration: underline;
  cursor: pointer;
}

.s-TaskDetail-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.s-TaskMuted {
  color: #6c757d;
}

.s-TaskEmpty {
  color: #6c757d;
  font-size: 0.9rem;
  padding: 1rem 0.75rem;
  text-align: center;
}

/* CHG: metinv-gorev-duyarli-gorunum-26.9.16 */
.s-TaskTree {
  display: flex;
  flex-direction: column;
}

.s-TaskGroups:has(> .s-TaskEmpty:only-child),
.s-TaskTree:has(> .s-TaskEmpty:only-child),
.s-TaskCards:has(> .s-TaskEmpty:only-child) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0.75rem;
}

.s-TaskDetail-host {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.s-TaskDetail-host:has(> .s-TaskMuted:only-child) {
  justify-content: center;
  align-items: center;
}

.s-TaskDetail-host > .s-TaskMuted:only-child {
  text-align: center;
  padding: 1rem 0.75rem;
}

.s-TaskGroup.is-drop,
.s-TaskTree-row.is-drop {
  outline: 2px dashed #0d6efd;
  outline-offset: 1px;
}

.s-TaskGroup.is-hover-pending {
  outline: 3px solid #fd7e14;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #fff, 0 0 10px rgba(253, 126, 20, 0.55);
}

.s-TaskCard.is-dragging {
  opacity: 0.45;
}

.s-TaskDropHint {
  font-size: 0.75rem;
  color: #6c757d;
  margin-bottom: 0.45rem;
}

.s-TaskMenu {
  position: fixed;
  z-index: 2000;
  min-width: 180px;
  background: #fff;
  border: 1px solid #dee2e6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 0.25rem 0;
  border-radius: 4px;
}

.s-TaskMenu-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.35rem 0.75rem;
  border: 0;
  background: none;
  font-size: 0.9rem;
}

.s-TaskMenu-item:hover {
  background: #e8f0fe;
}

.s-TaskMenu-item.is-danger {
  color: #dc3545;
}

.s-TaskHistory {
  flex: 1 1 auto;
  margin-top: 0;
  min-height: 0;
  overflow: auto;
}

.s-TaskHistory-title {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.s-TaskHistory-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-TaskHistory-list li {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.3rem 0;
  border-top: 1px solid #f1f3f5;
  font-size: 0.8rem;
}

.s-TaskHistory-meta {
  color: #6c757d;
}

.s-TaskHistory-status {
  font-weight: 600;
}

.s-TaskPage-head {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
  min-width: 0;
  width: 100%;
  font-size: 1.8rem;
}

.s-TaskPage-head-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  min-width: 0;
}

/* CHG: metinv-gorev-arac-cubugu-26.9.13 */
.s-TaskPage-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex: 1 1 16rem;
  gap: 0.4rem;
  min-width: 0;
  margin-left: auto;
}

.s-TaskPage-heading {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  font-size: 1em;
}

.s-TaskPage-title {
  flex: 0 0 auto;
  white-space: nowrap;
}

.s-TaskPage-panel {
  flex: 0 1 auto;
  min-width: 0;
  font-size: 0.84em;
  font-weight: 600;
  color: #4a6276;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s-TaskPage-sub {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}

.s-TaskCrumb {
  display: flex;
  align-items: baseline;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.72em;
  font-weight: 500;
  color: #5a7184;
  line-height: 1.35;
}

.s-TaskPage-head:not(.is-band-wide) .s-TaskCrumb {
  /* CHG: metinv-gorev-yol-gosterim-26.9.16 */
  flex-wrap: wrap;
  row-gap: 0.15rem;
}

.s-TaskCrumb[hidden] {
  display: none;
}

.s-TaskPage-add {
  flex: 0 0 auto;
  align-self: center;
  margin-top: 0;
}

.s-TaskSortLock {
  flex: 0 0 auto;
  color: #6c757d;
}

.s-TaskSortLock .s-TaskGripIcon,
.s-TaskSortLock .fa-bars {
  font-size: 0.95rem;
  color: #6c757d;
}

.s-TaskVisitNav {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
}

.s-TaskBoard.is-reorder-off .s-TaskGroup-grip,
.s-TaskBoard.is-reorder-off .s-TaskTree-grip,
.s-TaskBoard.is-reorder-off .s-TaskCard-grip {
  display: none;
}

/* CHG: metinv-gorev-kabuk-arac-26.9.16 */
.s-TaskTree-toggle {
  flex: 0 0 auto;
  width: 1.1rem;
  padding: 0;
  border: 0;
  background: none;
  color: #6c757d;
  line-height: 1;
  cursor: pointer;
}

.s-TaskTree-toggle i {
  display: inline-block;
  transition: transform 0.12s ease;
}

.s-TaskTree-toggle.is-open i {
  transform: rotate(90deg);
}

.s-TaskBoard:not(.is-reorder-off) .s-TaskTree-toggle {
  display: none;
}

/* CHG: metinv-gorev-yerinde-ad-26.9.16 */
.s-TaskInline-name {
  width: 100%;
  min-width: 4rem;
  border: 1px solid #86b7fe;
  border-radius: 3px;
  padding: 0 0.25rem;
  font: inherit;
}

.s-TaskCrumb-sep {
  flex: 0 0 auto;
  white-space: pre;
}

.s-TaskCrumb-item {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0;
  background: none;
  padding: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.s-TaskPage-head:not(.is-band-wide) .s-TaskCrumb-item,
.s-TaskPage-head:not(.is-band-wide) .s-TaskCrumb-item:last-child {
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
  max-width: none;
  flex: 0 1 auto;
}

.s-TaskCrumb-item:hover {
  color: var(--sag-accent);
  text-decoration: underline;
}

.s-TaskSnapNav {
  display: none;
  align-items: center;
  gap: 0.35rem;
  margin-left: 0;
  align-self: center;
}

.s-TaskSnapNav-btn {
  width: var(--task-ctl, 2.15rem);
  height: var(--task-ctl, 2.15rem);
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--sag-accent);
  box-shadow: none;
  line-height: 1;
}

.s-TaskSnapNav-btn:hover:not(:disabled) {
  background: var(--sag-accent-soft);
  border-color: var(--sag-accent);
}

.s-TaskSnapNav-btn:disabled {
  opacity: 0.35;
  box-shadow: none;
}

.s-TaskSnapNav-btn.is-drop-target {
  background: #fff4e5;
  border-color: #fd7e14;
  color: #fd7e14;
  box-shadow: 0 0 0 3px rgba(253, 126, 20, 0.35);
}

.s-TaskPage-head.is-drop-target {
  outline: 2px dashed #fd7e14;
  outline-offset: 2px;
  border-radius: 4px;
}

.s-TaskConfirm {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.4);
}

.s-TaskConfirm-box {
  width: 100%;
  max-width: 28rem;
  padding: 1.1rem 1.25rem 1rem;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.s-TaskConfirm-title {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
}

.s-TaskConfirm-msg {
  margin: 0 0 1rem;
}

.s-TaskConfirm-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.s-TaskPanel-tools button.is-copy-pending,
#TaskPageAdd.is-copy-pending {
  outline: 2px dashed #198754;
  outline-offset: 2px;
}

.s-TaskPanel-tools button.is-copy-target,
#TaskPageAdd.is-copy-target {
  background: #d1e7dd;
  border-color: #198754;
  color: #146c43;
  box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.35);
}

.s-TaskDragGhost {
  position: fixed;
  z-index: 3000;
  pointer-events: none;
  padding: 0.3rem 0.65rem;
  border: 1px solid #0d6efd;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}

.s-TaskDragGhost.is-copy::after,
.s-TaskDragGhost.is-forbidden::after,
.s-TaskCopyBadge {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35rem;
  text-align: center;
}

.s-TaskDragGhost.is-copy::after,
.s-TaskCopyBadge {
  background: #198754;
}

.s-TaskDragGhost.is-forbidden::after {
  content: "×";
  position: absolute;
  top: -0.45rem;
  right: -0.45rem;
  background: #dc3545;
}

.s-TaskDragGhost.is-copy::after {
  content: "+";
  position: absolute;
  top: -0.45rem;
  right: -0.45rem;
}

.s-TaskCopyBadge {
  position: fixed;
  z-index: 3001;
  pointer-events: none;
}

.s-TaskSnapNav:not([hidden]) {
  display: inline-flex;
}

/* CHG: metinv-gorev-arama-26.9.11 */
.s-TaskPage-search {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.2rem;
  flex: 0 0 auto;
  width: max-content;
  max-width: 100%;
  min-width: 0;
}

.s-TaskSearch-cluster {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  width: max-content;
  max-width: 100%;
}

.s-TaskPage-actions {
  flex: 0 0 auto;
  width: max-content;
  max-width: 100%;
}

.s-TaskSearch-field {
  position: relative;
  flex: 0 1 11.5rem;
  width: 11.5rem;
  min-width: 6.5rem;
}

.s-TaskPage-search input {
  width: 100%;
  min-width: 0;
  height: var(--task-ctl, 2.15rem);
  padding-right: 2rem;
}

.s-TaskPage-search input::-webkit-search-cancel-button,
.s-TaskPage-search input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.s-TaskSearch-clear {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.35rem;
  height: 1.35rem;
  font-size: 0.82rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6c757d;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.s-TaskSearch-clear:focus,
.s-TaskSearch-clear:hover {
  color: #212529;
}

.s-TaskSearch-status {
  font-size: 0.78rem;
  line-height: 1.2;
  color: #6c757d;
}

.s-TaskSearch-btns {
  display: flex;
  flex: 0 0 auto;
  gap: 0.25rem;
}

.s-TaskSearch-btns .btn {
  width: var(--task-ctl, 2.15rem);
  height: var(--task-ctl, 2.15rem);
  padding: 0;
}

.s-TaskSearch-btns .btn.is-on {
  background: #cfe2ff;
  border-color: #0d6efd;
  color: #0d6efd;
}

/* CHG: metinv-panel-baslik-26.9.14 */
.s-TaskPanel-caption {
  flex: 1 1 auto;
  border: 1px solid #dee2e6;
  background: #e9ecef;
  border-radius: 4px;
  padding: 0.28rem 0.45rem;
  color: #495057;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s-TaskPanel-detail .s-TaskPanel-caption {
  flex: 0 0 auto;
  overflow: visible;
  text-overflow: clip;
  max-width: none;
}

.s-TaskPanel-caption.is-search-scope {
  color: #0d6efd;
}

.s-TaskSearch-mark {
  padding: 0;
  background: #fff3bf;
  color: inherit;
}

.s-TaskSearch-new {
  margin-left: 0.35rem;
  padding: 0.05rem 0.35rem;
  border-radius: 3px;
  background: #d1e7dd;
  color: #146c43;
  font-size: 0.72em;
  font-weight: 600;
}

.s-TaskSearch-body {
  margin-left: 0.25rem;
  color: #6c757d;
  font-size: 0.78em;
  font-weight: 500;
}

.s-TaskGroup.is-search-hit,
.s-TaskTree-row.is-search-hit,
.s-TaskCard.is-search-hit {
  box-shadow: inset 0 0 0 2px #0d6efd;
}

.s-TaskGroup.is-search-new,
.s-TaskTree-row.is-search-new,
.s-TaskCard.is-search-new {
  box-shadow: inset 0 0 0 2px #198754;
}

.s-TaskGroup.is-search-hit.is-active {
  box-shadow: 0 0 0 2px #0d6efd, inset 0 0 0 2px #0d6efd;
}

.s-TaskGroup.is-search-new.is-active {
  box-shadow: 0 0 0 2px #0d6efd, inset 0 0 0 2px #198754;
}

.s-TaskDetail-title.is-readonly,
.s-TaskDetail-title[readonly] {
  background: #f8f9fa;
  color: #212529;
}

@media (max-width: 1023px) {
  .s-TaskWorkspace-host {
    height: calc(100vh - 13.4rem);
    height: calc(100dvh - 13.4rem);
    min-height: 0;
  }

  .s-TaskPage-head {
    font-size: 1.25rem;
  }

  .s-TaskCrumb-item {
    max-width: none;
  }

  .s-TaskCrumb-item:last-child {
    max-width: none;
    flex: 0 1 auto;
  }

  .s-TaskPage-heading {
    flex: 1 0 100%;
  }

  .s-TaskPage-toolbar {
    flex: 1 1 100%;
    justify-content: flex-start;
    margin-left: 0;
  }

  .s-TaskPage-search {
    flex: 0 1 auto;
    max-width: 100%;
  }
}

/* CHG: metinv-gorev-duyarli-gorunum-26.9.16 */
.s-TaskBoard.is-mid,
.s-TaskBoard.is-wide {
  scroll-snap-type: none;
}

.s-TaskBoard.is-duo .s-TaskPanel-tools,
.s-TaskBoard.is-mid .s-TaskPanel-tools,
.s-TaskBoard.is-wide .s-TaskPanel-tools {
  display: flex;
}

.s-TaskBoard.is-mid .s-TaskPanel-groups,
.s-TaskBoard.is-mid .s-TaskPanel-tree,
.s-TaskBoard.is-wide .s-TaskPanel-groups,
.s-TaskBoard.is-wide .s-TaskPanel-tree {
  flex: 0 0 auto;
  width: max-content;
  border-right: 1px solid #c5cdd6;
}

.s-TaskBoard.is-mid .s-TaskPanel-groups {
  min-width: 8.5rem;
  max-width: 11.5rem;
}

.s-TaskBoard.is-mid .s-TaskPanel-tree {
  min-width: 9rem;
  max-width: 12.5rem;
}

.s-TaskBoard.is-mid .s-TaskPanel-list {
  flex: 1 1 16rem;
  width: auto;
  min-width: 14rem;
  max-width: none;
  border-right: 1px solid #c5cdd6;
}

.s-TaskBoard.is-mid .s-TaskPanel-detail {
  display: none;
}

.s-TaskBoard.is-mid.is-read .s-TaskPanel-groups,
.s-TaskBoard.is-mid.is-read .s-TaskPanel-tree {
  display: none;
}

.s-TaskBoard.is-mid.is-read .s-TaskPanel-list {
  flex: 0 1 16rem;
  min-width: 12rem;
  max-width: 22rem;
}

.s-TaskBoard.is-mid.is-read .s-TaskPanel-detail {
  display: flex;
  flex: 1 1 auto;
  width: auto;
  min-width: 12rem;
  max-width: none;
}

.s-TaskBoard.is-wide {
  overflow-x: hidden;
  scroll-snap-type: none;
}

.s-TaskBoard.is-wide .s-TaskPanel-groups,
.s-TaskBoard.is-wide .s-TaskPanel-tree,
.s-TaskBoard.is-wide .s-TaskPanel-list,
.s-TaskBoard.is-wide .s-TaskPanel-detail {
  display: flex;
}

.s-TaskBoard.is-wide .s-TaskPanel-groups {
  min-width: 17rem;
  max-width: 21rem;
}

.s-TaskBoard.is-wide .s-TaskPanel-tree {
  min-width: 18rem;
  max-width: 22rem;
}

.s-TaskBoard.is-wide.is-read .s-TaskPanel-groups,
.s-TaskBoard.is-wide.is-read .s-TaskPanel-tree {
  display: flex;
}

.s-TaskBoard.is-wide .s-TaskPanel-list {
  flex: 1 1 20rem;
  min-width: 18rem;
  max-width: 26rem;
  border-right: 1px solid #c5cdd6;
}

.s-TaskBoard.is-wide .s-TaskPanel-detail {
  display: flex;
  flex: 1 1 24rem;
  width: auto;
  min-width: 20rem;
  max-width: none;
}

@media (min-width: 1024px) {
  .s-TaskWorkspace-host {
    height: calc(100vh - 11.6rem);
  }

  .s-TaskPage-search {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    max-width: 100%;
  }

  .s-TaskSearch-cluster {
    flex: 0 0 auto;
    max-width: 100%;
  }

  .s-TaskSearch-status {
    flex: 0 0 auto;
  }
}
