:root {
  --gkl-sidebar-navy: #082f67;
  --gkl-sidebar-text: #24282e;
  --gkl-sidebar-muted: #707780;
}

.agent-fixed-sidebar,
.flo-fixed-agent-sidebar {
  background: #fff !important;
  border-right: 1px solid #dfe3e8 !important;
  box-sizing: border-box !important;
  gap: 5px !important;
  padding: 18px 12px 16px !important;
  width: 250px !important;
}

body:has(.agent-fixed-sidebar) {
  padding-left: 250px !important;
}

body.flo-fixed-agent-sidebar-active .layout-main-section-wrapper {
  margin-left: 250px !important;
  max-width: calc(100vw - 250px) !important;
}

body.flo-fixed-agent-sidebar-active .page-head .page-title {
  pointer-events: none !important;
  visibility: hidden !important;
}

.gkl-support-header-brand {
  align-items: center;
  color: var(--gkl-sidebar-navy);
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  letter-spacing: .04em;
  margin: 0;
  min-height: 34px;
  min-width: 102px;
  text-align: center;
}

.gkl-support-header-brand strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: .95;
  margin-left: .18em;
}

.gkl-support-header-brand span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .52em;
  line-height: 1;
  margin: 3px 0 0 .52em;
}

.gkl-support-header-link {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  min-width: 116px !important;
  text-decoration: none !important;
}

.agent-fixed-sidebar .agent-sidebar-item,
.agent-fixed-sidebar .agent-sidebar-section,
.flo-fixed-agent-sidebar .flo-desk-sidebar-item {
  align-items: center !important;
  border-radius: 7px !important;
  box-sizing: border-box !important;
  color: var(--gkl-sidebar-text) !important;
  display: flex !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  gap: 14px !important;
  justify-content: flex-start !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  min-height: 48px !important;
  padding: 11px 14px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  width: 100% !important;
}

.agent-fixed-sidebar .agent-sidebar-section {
  color: #16191d !important;
  font-weight: 600 !important;
}

.agent-fixed-sidebar .agent-sidebar-indent {
  padding-left: 14px !important;
}

.agent-fixed-sidebar .agent-sidebar-item:hover,
.agent-fixed-sidebar .agent-sidebar-item:focus,
.flo-fixed-agent-sidebar .flo-desk-sidebar-item:hover,
.flo-fixed-agent-sidebar .flo-desk-sidebar-item:focus {
  background: #f1f4f7 !important;
  color: var(--gkl-sidebar-navy) !important;
}

.agent-fixed-sidebar .agent-sidebar-item.is-active,
.flo-fixed-agent-sidebar .flo-desk-sidebar-item.is-active {
  background: var(--gkl-sidebar-navy) !important;
  box-shadow: 0 5px 13px rgba(8, 47, 103, .16) !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.agent-fixed-sidebar .agent-sidebar-divider {
  border-top: 1px solid #dfe3e8 !important;
  margin: 17px 8px 8px !important;
}

.agent-fixed-sidebar .agent-sidebar-website {
  border-top: 0 !important;
  border-radius: 7px !important;
  margin-top: 0 !important;
  padding-top: 11px !important;
}

.agent-sidebar-icon,
.flo-desk-sidebar-icon {
  display: none !important;
}

.gkl-sidebar-icon {
  color: inherit;
  display: inline-flex;
  flex: 0 0 25px;
  height: 25px;
  width: 25px;
}

.gkl-sidebar-icon svg {
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  width: 100%;
}

@media (max-width: 900px) {
  body:has(.agent-fixed-sidebar) { padding-left: 0 !important; }
  .agent-fixed-sidebar { display: none !important; }
  body.flo-fixed-agent-sidebar-active .layout-main-section-wrapper {
    margin-left: 0 !important;
    max-width: 100vw !important;
  }
  .flo-fixed-agent-sidebar { display: none !important; }
}
.flo-notification-anchor {
  position: relative;
}

.flo-notification-badge {
  position: absolute;
  top: 5px;
  right: 7px;
  z-index: 3;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #ff3b45;
  box-shadow: 0 2px 6px rgba(130, 16, 24, 0.22);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
}

.agent-sidebar-item.is-active .flo-notification-badge,
.flo-desk-sidebar-item.is-active .flo-notification-badge {
  border-color: #103b74;
}
