.commercial-bidding {
  background-color: #eef9ff;
}
.search-wrapper {
  padding: 30px calc((100% - 1200px) / 2);
  display: flex;
}
.search-wrapper *
{
	box-sizing:border-box;
}
.search-block {
  border: 1px solid #0d71ba;
  margin-right: 10px;
  margin-top: 10px;
  flex: 1;
  height: 47px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 12px;
  background-color: #eef9ff;
}
.search-block:last-child {
  margin-right: 0;
}
.state-select::before,
.type-select::before,
.name-input::before {
  content: '';
  position: absolute;
  display: block;
  left: 10px;
  top: -10px;
  color: #0d71ba;
  padding: 0 5px;
  background-color: #eef9ff;
}
.name-input::before {
  content: 'Name';
}
.state-select::before {
  content: 'State';
}
.type-select::before {
  content: 'Type';
}
.type-select #Btn_CBLXName {
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.name-search-input {
  height: 100%;
  background-color: transparent;
  border: none;
  font-size: 14px;
  margin-left: 10px;
  outline: none;
  flex: 1;
}
.search-btn {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d71ba;
  cursor: pointer;
}
.bottom-img {
  display: flex;
  padding: 30px calc((100% - 1200px) / 2);
}
.bottom-img img {
  flex: 1;
  width: 0;
}
.bottom-img img:first-child {
  margin-right: 25px;
}
.state-select .select {
  background-color: transparent;
  border: none;
  width: 100%;
}
.type-select .select {
  background-color: transparent;
  border: none;
  width: 100%;
}
.grid-list-wrapper {
  padding: 30px calc((100% - 1200px) / 2);
}
.grid-list {
  display: grid;
  grid-template-columns: repeat(4, calc((1200px - 60px) / 4));
  grid-template-rows: repeat(auto-fill, 360px);
  gap: 20px;
  margin-bottom: 20px;
}
