:root {
  --f7-default-color: #0466eb;
  --f7-success-color: green;
  --f7-warning-color: yellow;
  --f7-danger-color: #f74c3c;
}
.centered {
  display: flex;
  justify-content: center;
  /* centruje horizontálně */
  align-items: center;
  /* centruje vertikálně */
}
.md {
  --f7-block-title-font-size: 15px;
  --f7-block-title-line-height: 22px;
}
.md .dark,
.md.dark,
.ios .dark,
.ios.dark {
  --f7-block-title-text-color: white;
}
:root {
  --f7-chip-font-size: 12px;
}
.chip .icon {
  color: black !important;
}
.md,
.ios {
  --f7-chip-bg-color: #dfe2e7 !important;
  --f7-chip-border-radius: 15px !important;
}
:root {
  --f7-page-bg-color: #f7f7f7 !important;
  --f7-theme-color: #0566ec;
}
.md,
.ios,
.md .dark,
.md.dark,
.ios .dark,
.ios.dark {
  --f7-font-family: "Inter", Helvetica, Roboto, system-ui, Noto, Arial, sans-serif;
}
.md .dark,
.md.dark,
.ios .dark,
.ios.dark {
  --f7-page-bg-color: #181c1f !important;
}
:root {
  --f7-toolbar-bg-color: white !important;
  --f7-tabbar-link-active-icon-bg-color: white !important;
  --f7-tabbar-link-active-color: #4c58f3 !important;
}
.md {
  --f7-card-bg-color: white;
  --f7-card-header-font-size: 16px;
  --f7-card-header-font-weight: 500;
  --f7-card-margin-vertical: 8px;
}
.md {
  --f7-block-title-text-color: black !important;
  --f7-block-margin-vertical: 20px;
}
.button.button-autosize {
  display: inline-block !important;
  /* Tlačítko bude mít šířku dle obsahu */
  margin-left: auto !important;
  margin-right: 7px !important;
  text-align: center !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.button.button-icon .icon {
  font-size: 16px;
  margin-right: 7px;
}
.button.button-secondary {
  background-color: #e6efff;
  color: var(--f7-default-color);
}
:root {
  --f7-button-border-radius: 25px !important;
}
.ios,
.md {
  --f7-button-large-font-size: 17px;
}
.md .button-fill,
.button-fill-md {
  --f7-button-bg-color: #eeeff3;
  --f7-button-text-color: black;
}
.ios.dark,
.ios .dark,
.md.dark,
.md .dark {
  --f7-button-fill-text-color: black;
  --f7-button-fill-bg-color: white;
}
.md {
  --f7-input-item-border-radius: 13px !important;
  --f7-input-item-bg-color: #eeeff3 !important;
  --f7-label-text-color: #474c51 !important;
  --f7-text-color: black !important;
  --f7-input-placeholder-color: black !important;
  --f7-input-text-color: black !important;
  --f7-list-item-padding-horizontal: 15px !important;
  --f7-list-item-padding-vertical: 5px !important;
}
.md .item-content.item-input-invalid::after {
  position: absolute !important;
  /* umožní absolutní pozicování */
  margin-left: 18px !important;
  width: calc(100% - 36px) !important;
}
.item-input:not(.item-input-outline,.item-input-invalid).item-content:after {
  position: absolute !important;
  background-color: transparent !important;
}
.md ul li.small-input-datepicker {
  padding-left: 0px !important;
}
.md ul li.small-input-datepicker .item-content,
.md ul li.small-input-datepicker.item-content {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  margin-left: 0px;
  margin-right: 5px;
}
.input-datepicker-icon {
  margin-right: 12px;
}
.input-datepicker-icon.icon {
  font-size: 25px !important;
  color: #474c51 !important;
}
.small-input-datepicker-icon {
  margin-right: 12px;
}
.small-input-datepicker-icon.icon {
  font-size: 18px !important;
  color: #474c51 !important;
}
:root {
  --f7-list-item-padding-vertical: 15px;
  --f7-list-item-padding-horizontal: 10px;
  --f7-list-item-title-font-size: 16px;
  --f7-list-margin-vertical: 0px;
  --f7-list-strong-bg-color: white;
}
.ios,
.md {
  --f7-list-item-border-color: black;
}
.list-remove-margin {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.list .item-text {
  overflow: visible !important;
}
.media-list li {
  list-style-type: none;
}
.item-title-row2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.item-subtitle-row {
  font-size: 12px;
  line-height: 18px;
}
.item-title2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.list li {
  list-style-type: none;
}
.group-header {
  background-color: #f8f9fa;
  margin-bottom: 0;
  padding-left: 17px !important;
  padding-right: 17px !important;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #495057;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.ios,
.md {
  --f7-notification-icon-size: 40px;
}
.notification-icon .f7-icons {
  color: red !important;
}
:root {
  --f7-navbar-height: 50px;
}
.widget-card-header-pic {
  height: 330px !important;
}
.widget-card-header-pic .card-header {
  height: 165px;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.md .widget-card-header-pic .card-header {
  margin: 0;
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 0px;
}
.widget-card-header-pic .card-content-padding .date {
  color: #8e8e93;
}
:root {
  --f7-navbar-bg-color: #f7f7f7;
  --f7-navbar-inner-padding-right: 10px;
  --f7-navbar-title-font-size: 18px;
  --f7-navbar-title-font-weight: 500;
  --f7-subnavbar-height: 40px;
  --f7-subnavbar-bg-color: #f7f7f7;
}
.ios,
.md {
  --f7-navbar-large-title-font-size: 30px;
  --f7-navbar-large-title-font-weight: 700;
  --f7-navbar-font-size: 15px;
  --f7-navbar-inner-padding-right: 0px;
}
.md .dark,
.md.dark,
.ios .dark,
.ios.dark {
  --f7-navbar-bg-color: #23232a;
}
.fixed-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  /* Zajišťuje, že navbar bude nad obsahem */
}
/* Kompenzace výšky fixed navbaru - pro stránky s fixed navbar */
.page:has(.fixed-navbar) .page-content,
.fixed-navbar ~ .page-content {
  padding-top: var(--f7-navbar-height, 50px);
}
.md .navbar a.link {
  padding: 0px;
  padding-left: 7px;
  padding-right: 7px;
  min-width: 0 !important;
}
.subnavbar-inner {
  padding-bottom: 5px;
}
.document-detail {
  background-color: white;
}
.installation-promotion {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  /* 100% viewport height */
}
.installation-promotion .text-section,
.installation-promotion .icon-section,
.installation-promotion .button-section {
  flex: 1;
  /* Každá sekce zabere třetinu prostoru */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom-button {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
}
.centered-button {
  vertical-align: top !important;
  margin-top: 5px !important;
  margin-right: 10px !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
  /* Přidejte potřebné stylingy pro tlačítko */
}
/* Proměnné LESS */
/* Tmavě modrá barva */
/* Šířka zúženého menu je 50px */
/* Hlavní kontejner aplikace */
.app-container {
  display: flex;
  width: 100%;
  height: 100%;
}
/* Wrapper pro sidebar - drží fixní velikost a maskuje obsah */
.sidebar-wrapper {
  position: relative;
  width: 50px;
  height: 100vh;
  overflow: hidden;
  flex-shrink: 0;
  transition: width 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: width;
}
.sidebar-wrapper.expanded {
  width: 250px;
}
/* Styl pro sidebar - používá transformaci */
.sidebar {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  /* Vždy fixní šířka! */
  height: 100vh;
  background-color: #313949;
  color: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  will-change: transform;
  /* Vnitřní kontejner sidebaru pro umožnění animace podmenu */
  /* Stav při zobrazeném podmenu */
}
.sidebar .sidebar-inner {
  display: flex;
  width: 200%;
  /* Dvojnásobná šířka pro animaci */
  height: calc(100% - 50px);
  /* Výška zmenšená o výšku toggle-baru */
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  flex: 1;
  overflow: hidden;
  will-change: transform;
}
.sidebar.show-submenu .sidebar-inner {
  transform: translateX(-50%);
  /* Posun na druhou část kontejneru */
}
/* Hlavní menu a podmenu mají stejnou šířku */
.sidebar-main-menu,
.sidebar-submenu {
  width: 50%;
  /* Polovina vnitřního kontejneru */
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
/* Kontejner pro logo */
.sidebar-logo-container {
  padding: 20px 15px 20px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #181c2e;
  /* Zajistíme, aby ikony v logu byly bílé */
}
.sidebar-logo-container svg {
  color: white;
}
/* Styl pro logo společnosti */
.company-logo {
  max-width: 85%;
  max-height: 60px;
  object-fit: contain;
  border-radius: 12px;
  background-color: white;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
}
/* Seznam položek menu */
.sidebar-menu-list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  flex: 1;
  /* Roztáhne seznam přes dostupný prostor */
}
/* Položka menu - rozšířená verze */
.sidebar-menu-item {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  cursor: pointer;
  color: white;
  text-decoration: none;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  /* Důležité pro omezení ripple efektu */
  transition: background-color 0.2s ease;
  /* Oprava Framework7 ripple efektu */
  /* Stavy hover a aktivní */
  /* Barva Lucide ikon */
}
.sidebar-menu-item:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.3s, opacity 1s;
}
.sidebar-menu-item:active:after {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}
.sidebar-menu-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.sidebar-menu-item.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-menu-item svg {
  color: white;
}
/* Úpravy pro kolapsovaný stav pomocí wrapper třídy */
.sidebar-wrapper:not(.expanded) .sidebar {
  /* ŽÁDNÁ transformace - wrapper zajistí oříznutí */
}
.sidebar-wrapper:not(.expanded) .company-logo {
  opacity: 0;
  /* Skryjeme logo */
}
.sidebar-wrapper:not(.expanded) .sidebar-menu-item {
  /* Centrujeme položky */
  padding-left: 13px;
  padding-right: 0;
  justify-content: center;
}
.sidebar-wrapper:not(.expanded) .sidebar-menu-icon {
  margin-right: 0;
}
.sidebar-wrapper:not(.expanded) .sidebar-menu-text,
.sidebar-wrapper:not(.expanded) .sidebar-menu-arrow {
  /* Skryjeme text a šipky */
  opacity: 0;
  visibility: hidden;
}
.sidebar-wrapper:not(.expanded) .sidebar-submenu-header {
  /* Centrujeme hlavičku podmenu */
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.sidebar-wrapper:not(.expanded) .sidebar-submenu-title,
.sidebar-wrapper:not(.expanded) .sidebar-back-button span {
  /* Skryjeme text v podmenu */
  opacity: 0;
  visibility: hidden;
}
/* Ikona v menu */
.sidebar-menu-icon {
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: margin 0.3s ease;
}
/* Text položky menu */
.sidebar-menu-text {
  font-size: 14px;
  white-space: nowrap;
  flex-grow: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow: hidden;
}
/* Šipka pro podmenu */
.sidebar-menu-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* Hlavička podmenu s tlačítkem zpět */
.sidebar-submenu-header {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: padding 0.3s ease, justify-content 0.3s ease;
}
/* Tlačítko zpět */
.sidebar-back-button {
  display: flex;
  align-items: center;
  color: white;
  position: relative;
}
.sidebar-back-button span {
  margin-left: 5px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* Název podmenu */
.sidebar-submenu-title {
  font-weight: bold;
  margin-left: 10px;
  font-size: 16px;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* Hlavní obsah aplikace */
.app-content {
  flex: 1;
  overflow: auto;
}
/* Přepsání Framework7 ripple efektu pro náš sidebar */
.sidebar .link-ripple {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  border-radius: 0;
}
/* Dolní pásek pro přepínání rozložení sidebaru */
.sidebar-toggle-bar {
  position: absolute;
  /* Změna na absolutní pozicování */
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #181c2e;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 40px;
  /* Zajistí minimální výšku */
  transition: background-color 0.3s ease;
  z-index: 10;
  /* Zajistí, že bude nad ostatními prvky */
}
.sidebar-toggle-bar svg {
  color: white;
  transition: transform 0.3s ease;
}
.sidebar-toggle-bar:hover {
  background-color: #21263f;
}
.sidebar-toggle-bar:active svg {
  transform: scale(0.9);
}
/* Media query pro responzivitu */
@media (max-width: 700px) {
  .sidebar-wrapper {
    width: 50px;
  }
}
:root {
  --f7-dialog-bg-color: white;
}
.single-file {
  width: 100% !important;
}
.multi-file {
  width: 60% !important;
}
.document-file {
  height: 330px !important;
}
.document-file .card-header {
  height: 165px;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.md .document-file .card-header {
  margin: 0;
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 0px;
}
.document-file .card-content-padding .date {
  color: #8e8e93;
}
.fixed-bottom {
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 10;
  /* Zajišťuje, že tlačítko bude nad ostatními prvky */
}
.add-slide {
  color: #7e7e91;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 180px;
  width: 100%;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px dashed black;
}
.slide {
  overflow: hidden;
  height: 180px;
  width: 100%;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.slide .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.mx-2 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.mx-3 {
  margin-left: 0.75em;
  margin-right: 0.75em;
}
.mx-4 {
  margin-left: 1em;
  margin-right: 1em;
}
.ml-2 {
  margin-left: 0.5em;
}
.ml-3 {
  margin-left: 0.75em;
}
.ml-4 {
  margin-left: 1em;
}
.mr-2 {
  margin-right: 0.5em;
}
.mr-3 {
  margin-right: 0.75em;
}
.mr-4 {
  margin-right: 1em;
}
.ant-typography,
.ant-text,
body {
  font-size: 13px !important;
}
.block {
  display: block;
  margin: 0;
  padding: 0;
}
.ant-collapse-header {
  font-weight: bold;
  margin-left: 10px !important;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  padding: 0px !important;
  background-color: white !important;
}
.ant-collapse {
  background-color: white !important;
}
.ant-collapse-header .ant-btn {
  margin-top: -5px !important;
  margin-right: 10px !important;
}
.ant-collapse-header .ant-collapse-header-collapsible-only {
  background-color: white !important;
}
.ant-collapse-content-box {
  margin-top: 0px !important;
  margin-left: 10px !important;
  padding-top: 0px !important;
}
.ant-form {
  margin-top: 0px !important;
}
.ant-form-item {
  margin-bottom: 5px !important;
}
.ant-form-item-label > label {
  color: #616e88 !important;
}
.ant-layout {
  background-color: #edf0f4 !important;
}
/* Přepište defaultní styl pro Input komponentu s atributem disabled */
.ant-input[disabled] {
  color: black !important;
  /* nebo použijte jinou barvu dle potřeby */
}
/* Main calendar container fixes */
.ant-picker-dropdown {
  z-index: 99999 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}
/* Header container */
.ant-picker-header {
  display: flex !important;
  align-items: center !important;
  padding: 0 8px !important;
  color: rgba(0, 0, 0, 0.85) !important;
  border-bottom: 1px solid #f0f0f0 !important;
  height: 40px !important;
}
/* Month/Year view in header */
.ant-picker-header-view {
  flex: auto !important;
  font-weight: 500 !important;
  line-height: 40px !important;
  text-align: center !important;
}
/* Base button styles */
.ant-picker-header button {
  position: relative !important;
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  color: rgba(0, 0, 0, 0.85) !important;
  line-height: 24px !important;
  background: transparent !important;
  border: 0 !important;
  cursor: pointer !important;
  transition: color 0.3s !important;
}
/* Navigation buttons base styles */
.ant-picker-header-super-prev-btn,
.ant-picker-header-prev-btn,
.ant-picker-header-next-btn,
.ant-picker-header-super-next-btn {
  font-size: 0 !important;
  position: relative !important;
  width: 24px !important;
  height: 24px !important;
}
/* Hide original icons and content */
.ant-picker-header button .anticon,
.ant-picker-header button span {
  display: none !important;
}
/* Custom arrow icons */
.ant-picker-header-super-prev-btn::after {
  content: '<<' !important;
  font-size: 14px !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.ant-picker-header-prev-btn::after {
  content: '<' !important;
  font-size: 14px !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.ant-picker-header-next-btn::after {
  content: '>' !important;
  font-size: 14px !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.ant-picker-header-super-next-btn::after {
  content: '>>' !important;
  font-size: 14px !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
/* Calendar cell styles */
.ant-picker-cell {
  padding: 3px 0 !important;
  color: rgba(0, 0, 0, 0.85) !important;
  cursor: pointer !important;
}
/* Hover effects for navigation buttons */
.ant-picker-header button:hover {
  color: #1890ff !important;
}
/* Additional calendar content styles */
.ant-picker-content {
  width: 100% !important;
  table-layout: fixed !important;
  border-collapse: collapse !important;
}
.ant-picker-content th {
  height: 30px !important;
  color: rgba(0, 0, 0, 0.85) !important;
  font-weight: 400 !important;
}
.ant-btn-secondary {
  background-color: #f5f5f5 !important;
  border-color: #d9d9d9 !important;
  color: rgba(0, 0, 0, 0.85) !important;
  font-size: 20px !important;
}
.ant-btn-secondary:hover,
.ant-btn-secondary:focus {
  background-color: #e6e6e6 !important;
  border-color: #d0d0d0 !important;
}
.ant-btn-secondary:active {
  background-color: #d9d9d9 !important;
  border-color: #c7c7c7 !important;
}
:root {
  --f7-link-highlight-black: #007aff;
}
.md {
  --f7-list-item-icon-size: 17px !important;
  --f7-list-item-icon-color: var(--f7-default-color) !important;
}
.f7-icons {
  font-size: 20px !important;
}
.text-icon {
  margin-left: 7px;
}
.text-icon.icon {
  font-size: 16px !important;
}
:root {
  --f7-page-dive-transition-duration: 200ms;
}
.router-transition-f7-parallax-reverse-forward .page {
  pointer-events: none;
}
.router-transition-f7-parallax-reverse-forward .page-next {
  animation: f7-parallax-reverse-next-to-current var(--f7-page-parallax-transition-duration) forwards;
}
.router-transition-f7-parallax-reverse-forward .page-current {
  animation: f7-parallax-reverse-current-to-prev var(--f7-page-parallax-transition-duration) forwards;
}
.router-transition-f7-parallax-reverse-backward .page {
  pointer-events: none;
}
.router-transition-f7-parallax-reverse-backward .page-current {
  animation: f7-parallax-reverse-current-to-next var(--f7-page-parallax-transition-duration) forwards;
}
.router-transition-f7-parallax-reverse-backward .page-previous {
  animation: f7-parallax-reverse-prev-to-current var(--f7-page-parallax-transition-duration) forwards;
}
@keyframes f7-parallax-reverse-next-to-current {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes f7-parallax-reverse-current-to-next {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes f7-parallax-reverse-current-to-prev {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(20%);
  }
}
@keyframes f7-parallax-reverse-prev-to-current {
  from {
    transform: translateX(20%);
  }
  to {
    transform: translateX(0%);
  }
}
:root {
  --f7-segmented-strong-bg-color: #eeeff3;
  --f7-segmented-strong-button-active-box-shadow: 0px 0px 0px;
  --f7-segmented-strong-between-buttons: 0px;
}
.segmented-button.button.button-active {
  background-color: #ffffff;
}
.segmented-button {
  height: 30px !important;
  margin: 0px !important;
  padding: 0px !important;
}
/* Upravení highlight elementu */
.segmented.strong .segmented-strong-highlight {
  position: absolute !important;
  background-color: #ffffff !important;
  z-index: -1 !important;
}
.scrollable-segmented {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scrollable-segmented .segmented .button {
  width: var(--button-width) !important;
  min-width: var(--button-width) !important;
}
.scrollable-segmented::-webkit-scrollbar {
  display: none;
}
.scrollable-segmented {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollable-segmented .segmented {
  width: max-content;
  display: flex;
  margin: 0;
}
.scrollable-segmented .segmented .button span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.adaptive-segmented {
  width: 100%;
}
.adaptive-segmented .segmented {
  display: flex;
  margin: 0px !important;
}
.adaptive-segmented .segmented .button {
  flex: 1;
  height: 30px !important;
}
.adaptive-segmented .segmented .button span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* smartSelect.css */
.smart-select {
  margin: 8px 0;
}
.smart-select .smart-select {
  border-radius: 14px !important;
}
.smart-select .item-content {
  background-color: #eeeff3;
  min-height: 34px;
  padding: 4px 12px;
  padding-left: 15px;
  width: auto;
}
.smart-select .item-title {
  color: black;
  font-size: 14px;
}
.smart-select .item-inner {
  padding-right: 24px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  min-height: 0px !important;
}
.smart-select .item-inner:after {
  color: #666;
}
.smart-select .list {
  margin: 0 0 !important;
}
.text-color-gray {
  color: gray !important;
}
.md,
.md .dark,
.md [class*='color-'] {
  --f7-fab-bg-color: #4b42d1;
  --f7-fab-extended-size: 50px;
  --f7-fab-text-color: white;
}
.fab-buttons a,
.fab > a {
  border-radius: 35px !important;
  z-index: 9999999 !important;
}
.context-red-item {
  color: red;
  font-weight: bold;
}
.order-detail-container {
  padding: 15px;
}
.order-status {
  float: right;
  color: #4caf50;
  font-weight: bold;
}
.text-align-center {
  text-align: center;
}
