/* .MuiPaper-root-101,
.MuiPaper-root-61,
.MuiPaper-root-28 {
  background-color: transparent !important;
}
.MuiBackdrop-root-99,
.MuiBackdrop-root-59,
.MuiBackdrop-root-26 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.DrawerComp-drawerPaper-3,
.DrawerComp-drawerPaper-4 {
  max-width: 330px !important;
} */

/* Designing for scroll-bar */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #212121;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.testimonial-slider .slick-dots {
  bottom: -30px !important;
}

.testimonial-slider .slick-list {
  border-radius: 8px !important;
}

.react-horizontal-scrolling-menu--scroll-container
  .react-horizontal-scrolling-menu--item[data-index="0"] {
  padding-left: 10px;
}

.TabIndicator-colorPrimary-65 {
  background-color: #fb0e56 !important;
}

.TabIndicator-root-64 {
  height: 3px !important;
}

.MuiTab-textColorPrimary-52.MuiTab-selected-54 {
  color: #fff !important;
}
.MuiTab-textColorPrimary-52 {
  color: rgb(255 255 255 / 54%) !important;
}

.MuiAppBar-colorDefault-10 {
  background-color: #000000 !important;
}

.MuiTab-root-49 {
  font-size: 16px !important;
  font-family: "montserratRegular" !important;
}

.goodBid {
  background-color: #03c452;
}

.badBid {
  background-color: #f00;
}

.okBid {
  background-color: #ff842c;
}
