body,
html {
  height: 100%;
  font-family: "futura-pt";
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  /* padding-top: 4rem; Due to fixed-top menu bar */
}

body {
  margin-bottom: 100px !important; /* For sticky footer*/
}

#root {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block !important;
}
#show-notification {
  position: fixed;
  top: 70px;
  width: 300px;
  min-height: 125px;
  text-align: center;
  z-index: 7;
  right: 25px;
  display: none;
}

.disable-click {
  pointer-events: none;
}

.logo-chowmill {
  height: 31px;
  padding-right: 0.5rem;
}
.logo-chowmill-t {
  font-family: futura-pt;
  font-size: 1.5rem;
  font-weight: normal;
  vertical-align: middle;
}
/* 
a.profiledropdownitem,
span.profiledropdownitem {
  color: rgba(36, 28, 21, 0.65);
  font-size: 0.9rem;
} */

.muted {
  color: #4c4c4c;
  font-size: 0.9rem;
}

.toast-bg-color {
  background-color: white;
}

/* .circular-btn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
} */
.spinner-wide-handling {
  max-width: 23px;
  max-height: 23px;
}
.delivery-btn-width {
  min-width: 138px;
}
  
.delivery-btn-page-styles {
  margin: 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
}
/* .cancel-schedule-width {
  min-width: 122px;
} */
.looks-good-btn-width {
  min-width: 158px;
}
/* .reminder-btn-width {
  min-width: 162px;
}
.view-order-width {
  min-width: 59px;
}
.different-menu-width {
  min-width: 170px;
}
.payment-popup {
  min-width: 56px;
} */

/* .ml-15 {
  margin-left: 15px;
} */

/* .sidenav {
  height: 100%;
  width: 260px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  border-right: 1px solid #dee2e6 !important;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
} */
