:root {
  --open-sans: open_sansregular, Arial, sans-serif;
  --header-height: 5.625rem;
  --breadcrumb-height: 1.875rem;
  --button-primary-color: #333;
  --button-primary-dark-bg-color-hover: #03676b;
}
body,
html {
  font-family: var(--open-sans);
  scroll-padding-top: 6rem;
}
.customMenuItem {
  cursor: pointer;
}
#bidx1-launcher-iframe {
  z-index: 100 !important;
}
.MuiButton-root.MuiButtonBase-root,
.MuiInputBase-root,
.MuiInputLabel-root,
.MuiTypography-root {
  font-family: var(--open-sans) !important;
}
.MuiTypography-h1 {
  font-weight: 700;
}
.MuiTypography-h2 {
  font-weight: 600;
}
.MuiTypography-light-italic {
  font-weight: 300;
  font-style: italic;
}
.MuiTypography-medium-italic {
  font-weight: 500;
  font-style: italic;
}
.MuiTypography-regular {
  font-weight: 400;
}
.MuiTypography-medium {
  font-weight: 500;
}
.MuiTypography-bold {
  font-weight: 700;
}
.MuiTypography-extra-bold,
.MuiTypography-heavy {
  font-weight: 800;
}
:root {
  --genesys-button-offset-bottom: 0px;
}
.genesys-app--notification:not(.genesys-app--opened):after {
  content: " ";
  position: fixed;
  bottom: 66px;
  right: 28px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: red;
  z-index: 100000000;
}
#genesys-mxg-frame {
  right: 28px !important;
  bottom: calc(12px + var(--genesys-button-offset-bottom)) !important;
}
#genesys-mxg-container-frame {
  bottom: calc(94px + var(--genesys-button-offset-bottom)) !important;
}
:root:has(#back-to-top-button) {
  --genesys-button-offset-bottom: 78px;
}
:root:has(#whatsapp-sticky-button) {
  --genesys-button-offset-bottom: 60px;
}
:root:has(#back-to-top-button):has(#whatsapp-sticky-button) {
  --genesys-button-offset-bottom: 120px;
}
@media (max-width: 600px) {
  #genesys-mxg-container-frame {
    bottom: 0 !important;
  }
}
