.fixedSideBar {
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 100 !important;
}

.fixedPhoneContainer {
  position: fixed;
  left: 10px;
  bottom: 50px;
}

.fixedPhoneContainer svg {
  width: 30px;
  height: 30px;
}

.cookieConsentContainer,
.cookieConsentContent {
  background-color: #fff !important;
}

.cookieConsentContainer {
  position: relative;
  flex-direction: column;
}

.cookieConsentContent {
  flex: 1 0 0px !important;
}

.messageContainer {
  cursor: pointer;
}

.backTopBtnMobile {
  bottom: 40px !important;
}

.backTopBtn {
  bottom: 120px !important;
  right: 20px !important;
}

.plusOutlinedBtn {
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.plusOutlined {
  position: fixed;
  left: 10px;
  bottom: 50px;
}

.plusOutlinedMobile {
  bottom: 70px !important;
}

.orderTableContainer {
  position: fixed;
  left: 10px;
  bottom: 110px;
}

.orderTableContainerMobile {
  bottom: 130px !important;
}

.orderTableBtn {
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.dropdownContentContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.fixedBtn {
  margin-top: 10px;
  width: 40px;
  height: 40px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  background-color: var(--backgroundDarkWithOpacityColor);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 3px 10px;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 115%;
  font-size: 0.85rem;
}

.tooltip .tooltiptext::before {
  content: "";
  position: absolute;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent var(--backgroundDarkWithOpacityColor) transparent
    transparent;
}

.actionTableScanBtnContainer {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9999;
}

.actionTableScanBtnWrapper {
}
