.mb-bottom-sheet {
  --padding-x: 20px;
  --padding-y: 12px;
  --title-padding-top: 8px;
  --title-before-height: 4px;
  --title-gap: var(--padding-y);
  z-index: 101;
  position: fixed;
  top: 0px;
  left: 0px;
}

  @media (min-width: 1024px) {.mb-bottom-sheet {
    display: none;
  }
  }

  .mb-bottom-sheet::before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    height: 100vh;
    width: 100vw;
    background-color: transparent;
  }

  @media (min-width: 1024px) {

  .mb-bottom-sheet::before {
    display: none;
  }
}

  .mb-bottom-sheet::before {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    transition: -webkit-backdrop-filter 0.2s ease-in-out;
    transition: backdrop-filter 0.2s ease-in-out;
    transition: backdrop-filter 0.2s ease-in-out, -webkit-backdrop-filter 0.2s ease-in-out;
  }

  .mb-bottom-sheet.open::before {
      -webkit-backdrop-filter: blur(30px);
              backdrop-filter: blur(30px);
      pointer-events: auto;
    }

  .mb-bottom-sheet.open .mb-bottom-sheet-wrapper {
      transform: translateY(0px);
    }

  .mb-bottom-sheet .mb-bottom-sheet-wrapper {
    border-radius: 12px 12px 0px 0px;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 30;
    display: block;
    width: 100vw;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
  }

  .mb-bottom-sheet .mb-bottom-sheet-head {
    padding: var(--title-padding-top) var(--padding-x) var(--title-gap)
      var(--padding-x);
    gap: var(--title-gap);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(121 123 125 / var(--tw-border-opacity, 1));
  }

  @media (min-width: 1024px) {

  .mb-bottom-sheet .mb-bottom-sheet-head {
    display: none;
  }
}

  .mb-bottom-sheet .mb-bottom-sheet-head::before {
      content: '';
      width: 44px;
      height: var(--title-before-height);
      border-radius: 9999px;
      --tw-bg-opacity: 1;
      background-color: rgb(192 193 195 / var(--tw-bg-opacity, 1));
    }

  .mb-bottom-sheet .mb-bottom-sheet-head p {
  font-size: 1.25rem;
  font-weight: 500;
}

  .mb-bottom-sheet .mb-bottom-sheet-head svg {
      right: var(--padding-x);
      top: calc(
        var(--title-padding-top) + var(--title-before-height) + var(--title-gap)
      );
      transform: translateY(2px);
      position: absolute;
      cursor: pointer;
    }

  .mb-bottom-sheet .menu-wrapper {
    padding: var(--padding-y) var(--padding-x);
    overflow: hidden;
  }

  .mb-bottom-sheet .menu-wrapper .menu-items {
      max-height: 70vh;
      overflow-y: auto;
      overflow-x: hidden;
    }

  .mb-bottom-sheet .menu-wrapper .menu-items::-webkit-scrollbar {
  width: 6px;
}

  .mb-bottom-sheet .menu-wrapper .menu-items::-webkit-scrollbar-thumb {
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(121 123 125 / var(--tw-bg-opacity, 1));
}

  .mb-bottom-sheet .menu-wrapper .menu-items::-webkit-scrollbar-track {
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(92 93 95 / var(--tw-bg-opacity, 1));
}

  .mb-bottom-sheet .menu-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
}

  .mb-bottom-sheet .menu-item.selected {
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity, 1));
}

  .mb-bottom-sheet .items-group {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
}

  .mb-bottom-sheet .items-group.active .items-group-title {
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity, 1));
}

  .mb-bottom-sheet .items-group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
}

  .mb-bottom-sheet .items-group-items {
    display: none;
    overflow: hidden;
  }

  .mb-bottom-sheet .menu-inner-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

  .mb-bottom-sheet .menu-inner-item.selected {
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity, 1));
}

  .mb-bottom-sheet .items-group.active svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

  .mb-bottom-sheet .items-group svg {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/*# sourceMappingURL=mb-bottom-sheet.css.map */
