/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/assets/styles/components/stikcy-menu.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
@media (max-width: 991.98px) {
  .sticky-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: #F8F8F8;
  }
  .sticky-mobile li {
    flex: 1;
  }
  .sticky-mobile a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 6px;
    padding: 8px;
    color: #686868;
  }
  .sticky-mobile a:hover {
    text-decoration: none;
  }
  .sticky-mobile .sm-icon {
    height: 26px;
    filter: grayscale(1);
    opacity: 0.5;
  }
  .sticky-mobile .sm-badge {
    position: absolute;
    top: 8px;
    right: 16px;
    z-index: 2;
    width: 16px;
    height: 16px;
    font-weight: 300;
    color: white;
    font-size: 8px;
    border-radius: 50%;
  }
  .sticky-mobile .current-menu-item a {
    color: var(--dark);
    font-weight: 700;
  }
  .sticky-mobile .current-menu-item .sm-icon {
    filter: none;
    opacity: 1;
  }
}
