.readonly {
  background-color: #e1e1e1!important;
}
.relative-position {
  position: relative;
}
.input-loader {
  display: none;
  position: absolute;
  top: 1.8rem;
  height: 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 0px 20px;
  color: #fff;
  font-size: 13px;
  line-height: 3;
}

.b2b-customer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.b2b-customer-inner {
width:100%;
	max-width:800px;
	padding:10px;
}

