#navbar-mobil {
  display: none;
}

.theme-light #navbar-mobil {
  background-color: rgba(255, 255, 255, 0.75);
}

#navbar-mobil:not(.iosTabBar) {
  bottom: 15px !important;
}

.theme-light #navbar-mobil a {
  color: #1f1f1f;
}

#navbar-mobil a:not(.btn) {
  padding-top: 12px;
  position: relative;
  flex: 1 1 auto;
  color: #1f1f1f;
}

.theme-light #navbar-mobil a {
  color: #1f1f1f;
}

#navbar-mobil a:not(.btn) {
  padding-top: 12px;
  position: relative;
  flex: 1 1 auto;
  color: #1f1f1f;
}

a {
  text-decoration: none !important;
}

#navbar-mobil:not(.iosTabBar) {
  bottom: 15px !important;
}

.theme-light #navbar-mobil {
  background-color: rgba(255, 255, 255, 0.75);
}

#navbar-mobil:not(.iosTabBar) {
  bottom: 15px !important;
}

#navbar-mobil {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.04);
  height: 65px;
  text-align: center;
}

.navbar-mobil-detached {
  border-radius: 12px;
  left: 7px !important;
  right: 7px !important;
  bottom: 15px !important;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
}

.nav-mobil::before {
  content: "\a";
  white-space: pre;
}

@media only screen and (max-width: 2200px) {
  #navbar-mobil {
    display: flex;
  }
}

/*# sourceMappingURL=soft-ui-mobile.css.map */
