.webp #bg_main  {
  background-image: url('/static/smallcard.webp'); /* Firefox */

}
 .no-webp #bg_main {
  background-image: url('https://www.api.customery.club/public/frontent/images/smallcard.png'); /* Firefox */

}
#navigation {
  position: "fixed";
  bottom: "0";
  width: "100%";
  background-color: "#fff";
  /* maxWidth: '770px'; */
  z-index: 10000;
  max-width: 770px;
}

.MuiAppBar-colorPrimary {
  color: #fff;
  background-color: #fff;
}
/* .MuiAppBar-positionStatic {
    position: static;
}
.MuiAppBar-root {
    width: 100%;
    display: flex;
    z-index: 1100;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-direction: column;
}
.MuiToolbar-regular {
    max-height: 60px;
}
.MuiTypography-h6 {
    font-size: 1.25rem;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.6;
} */

.MuiBottomNavigationAction-root {
  flex: 1;
  color: rgba(0, 0, 0, 0.54);
  padding: 6px 12px 8px;
  /* max-width: 50px !important; */
  min-width: 65px !important;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    padding-top 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiSvgIcon-root {
  fill: #fff;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}

.tabsStyle div div .MuiTab-textColorPrimary.Mui-selected {
  /* color: #fff !important; */
  /* background: #40A7F5; */
  /* background: linear-gradient(45deg, #2196F3 30%, #21CBF3 90%); */
  /* transition: 0.2s ease-in-out; */
  /* margin-left: 20px;
    margin-right: 20px; */
  /* transition: 0.4s; */
  /* box-shadow: 5px 5px 5px 5px; */

  /* width: 120%; */
  /* height: 100px; */
  /* webkit-filter: brightness(80%); */
  box-shadow: 5px;
  transition: 0.4s;
  border-radius: 10px;
  /* margin-right: 10px; */
  /* margin-left: 20px; */
  background-size: cover;
  /* background-image: url("https://www.api.customery.clubpublic/passess/965878412497_1574846832.png"); */
}
/* 
.tabsStyle div div .MuiTab-textColorPrimary {
    width: 50%;
} */

.notify {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50px;
  position: absolute;
  background: #ff0505;
  color: white;
  padding: 0.1em;
  text-align: center;
  transition: transform 0.3s;
  transform: translateY(50%) translateX(0);
}

.online {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50px;
  position: absolute;
  background: green;
  color: white;
  padding: 0.1em;
  text-align: center;
  transition: transform 0.3s;
  transform: translateY(50%) translateX(0);
}

.nonotify {
  display: none;
}

.MuiInput-underline:after {
  border-bottom: 1px solid gray !important;
}

.MuiInput-underline:hover:not(.Mui-disabled):before {
  border-bottom: 1px solid gray !important;
}
