@charset "utf-8";

.css-190x4f4 { position: fixed; z-index: calc(var(--layer-flyout) + 1); left: 0px; right: 0px; bottom: 0px; height: var(--bottomNavHeight); box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0px 0px; background-color: rgb(255, 255, 255); display: flex; -webkit-box-pack: justify; justify-content: space-between; font-size: 11px; }

@media (min-width: 768px) {
  .css-190x4f4 { font-size: 14px; }
}