* {
  user-select: none;
}

.main-heading {
  display: none;
}

.mobile-heading {
  display: flex;
}

.default-width {
  min-width: 330px;
  width: 90%;
}

.full-width-mobile {
  min-width: 330px;
  width: 98%;
}

.desktopSidebarContainer {
  display: none;
}

.sidebar-button {
  font-size: 20px;
}

.sidebar-sub-button {
  font-size: 17px;
}

.userTitle {
  font-size: 20px;
}

.popup-container {
  width: 80%;
}

.mainBodyContainer {
  min-width: unset;
  width: 100%;
}

.order-list-container {
  width: 80%;
}