/* MASTER PICK BOTTOM NAV - CLEAN */

button[onclick*="openWeeklyMenu"],
button[onclick*="openOrdersCheck"],
button[onclick*="openMobileRegister"],
button[onclick*="openChangePassword"],
button[onclick*="openForgotPassword"],
button[onclick*="showPrivacyPolicy"]{
  display:none !important;
}

body{
  padding-bottom:0 !important;
}

/* BACKDROP */
.mp-bottom-sheet-backdrop{
  position:fixed !important;
  inset:0 !important;
  background:rgba(0,0,0,.42) !important;
  z-index:99980 !important;
  display:none !important;
}

.mp-bottom-sheet-backdrop.show{
  display:block !important;
}

/* MORE SHEET */
.mp-bottom-sheet{
  position:fixed !important;
  left:18px !important;
  right:18px !important;
  bottom:108px !important;

  width:auto !important;
  max-width:520px !important;
  margin:0 auto !important;

  background:#fff !important;
  border-radius:28px !important;
  padding:14px !important;

  display:none !important;
  flex-direction:column !important;
  gap:10px !important;

  height:auto !important;
  min-height:0 !important;
  max-height:70vh !important;

  overflow-y:auto !important;
  -webkit-overflow-scrolling:touch !important;

  box-shadow:0 22px 60px rgba(0,0,0,.30) !important;

  z-index:99990 !important;
}

.mp-bottom-sheet.show{
  display:flex !important;
}

.mp-bottom-sheet button{
  appearance:none !important;
  -webkit-appearance:none !important;

  width:100% !important;
  min-height:54px !important;

  border:0 !important;
  border-radius:18px !important;

  background:#f5f5f5 !important;
  color:#111 !important;

  font-size:17px !important;
  font-weight:900 !important;

  padding:0 16px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;

  text-align:left !important;
}

.mp-bottom-sheet button.dark{
  background:#fff7c8 !important;
}

/* NAV */
.mp-bottom-nav{
  position:fixed !important;
  left:14px !important;
  right:14px !important;
  bottom:12px !important;

  height:78px !important;

  background:rgba(255,255,255,.96) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;

  border-radius:30px !important;

  box-shadow:0 10px 30px rgba(0,0,0,.18) !important;

  display:flex !important;
  align-items:center !important;
  justify-content:space-around !important;

  z-index:99990 !important;
}

.mp-bottom-nav button{
  appearance:none !important;
  -webkit-appearance:none !important;

  flex:1 !important;
  min-width:0 !important;

  border:0 !important;
  background:transparent !important;

  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;

  gap:3px !important;

  color:#6a6f84 !important;

  font-size:11px !important;
  font-weight:900 !important;

  height:64px !important;

  padding:0 !important;
}

.mp-bottom-nav button .ico{
  font-size:22px !important;
  line-height:1 !important;
}

.mp-bottom-nav button.active{
  color:#111 !important;
}

.mp-bottom-nav button.active[data-tab="more"]{
  background:#ffd000 !important;
  border-radius:24px !important;
  margin:0 6px !important;
}

/* HIDE WHEN CUSTOM KEYPAD OPEN */
body.mp-custom-keypad-open .mp-bottom-nav,
body.mp-custom-keypad-open .mp-bottom-sheet,
body.mp-custom-keypad-open .mp-bottom-sheet-backdrop,
body.keyboard-open .mp-bottom-nav,
body.keyboard-open .mp-bottom-sheet,
body.keyboard-open .mp-bottom-sheet-backdrop{
  display:none !important;
}

@media(max-width:700px){
  .mp-bottom-sheet{
    left:18px !important;
    right:18px !important;
    bottom:104px !important;
    max-width:none !important;
  }

  .mp-bottom-nav{
    left:14px !important;
    right:14px !important;
    bottom:10px !important;
  }
}
