@media screen and (min-width: 500px) {
  body {
    /*background-color: lavender;*/
    text-align: -webkit-center;
    text-align: -moz-center;
    background-size: cover;
  }
  #root {
    max-width: 500px;
    background: #fff;
  }
  .setWidth {
    max-width: 500px;
  }
}

body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  overflow: scroll;
  background-color: #f1f1f1;
}

label {
  font-family: montserratRegular !important;
}

#root {
  height: 100%;
}

.tab-panel {
  overflow: hidden;
  background-color: #000;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.06);
  max-width: 500px;
}

.line {
  width: 112px;
  height: 47px;
  border-bottom: 1px solid black;
  position: absolute;
}

.pointer {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.montserratRegular {
  font-family: montserratRegular !important;
}

.montserratSemiBold {
  font-family: montserratRegular;
  font-weight: 600;
}

.montserratLight {
  font-family: montserratLight;
}

.product_list .item:nth-child(2n) {
  border-right: 0;
}

.item:first-child {
  border-top-left-radius: 4px;
}

.item:nth-child(2) {
  border-top-right-radius: 4px;
}

.bottom_left_border {
  border-bottom-left-radius: 4px;
}

.bottom_right_border {
  border-bottom-right-radius: 4px;
}

.profile_circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: solid 1px #ececec;
}

.btn_inactive {
  width: 100px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px !important;
  color: #fff !important;
  box-shadow: none;
  border: 1px solid #fff !important;
}

.btn_active {
  width: 100px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  background-color: #ffffff !important;
  color: black !important;
  box-shadow: none;
}

.panel_summary_inactive {
  background-color: #f22c2c;
  color: #fff;
}

.panel_summary_active {
  background-color: #f1f1f1;
  color: black;
}

.activeBid {
  color: #ffffff;
  background-color: #aa50ff;
  border: 1px solid #aa50ff;
}

.activeFloatBid {
  color: #fff;
  background-color: #005bfe;
  border: 1px solid #005bfe;
}

.preSeletedRepeatedFloatBid {
  color: #fff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

.preSeletedUniqueFloatBid {
  color: #fff;
  background-color: #03c452;
  border: solid 1px #03c452;
}

.preSeletedBadFloatBid {
  color: #fff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

.preSeletedGoodFloatBid {
  color: #fff;
  background-color: #03c452;
  border: solid 1px #03c452;
}

.preSeletedOkFloatBid {
  color: #fff;
  background-color: #ff842c;
  border: solid 1px #ff842c;
}


.inactiveBid {
  color: #212121;
  background-color: #ffffff;
  border: 1px solid #dedede;
}

.inactiveFloatBid {
  color: rgba(255, 255, 255, 0.75);
  background-color: #1c1d23;
  border: solid 1px #393d57;
}

.btn-scroll {
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #000000;
  opacity: 0.74;
  color: #fff;
}

.hideScroll {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.hideScroll::-webkit-scrollbar {
  display: none;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle {
  background-color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.textfiled input:after {
  border: 2px solid black !important;
}

.container {
  background-color: #f1f1f1;
  height: 100%;
  overflow: hidden;
}

.wrapper {
  background-color: #000;
  height: 100%;
  overflow: hidden;
}

.container_body {
  /* height: calc(100% - 56px); */
  height: 100%;
  overflow-y: auto;
}

.container_56 {
  height: calc(100% - 56px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.all_border {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.margin_top_bottom {
  margin-top: 5px;
  margin-bottom: 5px;
}

.card {
  padding: 10px;
  margin: 8px;
  background-color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.free-bids {
  min-width: 90px;
  height: 25px;
  border-radius: 100px;
  background-color: #a93030;
  display: flex;
  padding: 3px 5px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  margin-right: 10px;
  font-family: montserratRegular;
}
