.modal_bid {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
}
.modal_bid.active {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 1;
}
#modal_bid_overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.8);
  pointer-events: all;
}
.modal_bid_form {
 position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 555px;
  max-height: 700px;
  width: 100%;
  background-color: #FFFFFF26;
  box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.4);
  padding: 55px 25px 25px;
}
.modal_bid_form_title h2 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 39px;
  color: var( --e-global-color-a22ecca );
}
.form_bid {
  position: relative;
}
.icon_close_modal_bid{
 position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.form_bid_row {
  display: flex;
  margin-bottom: 30px;
}
.form_bid input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  outline: none;
}
.form_bid_row_box {
  display: flex;
  width: 100%;
}
.form_bid_row_box select {
  background: transparent;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid #fff;
  color: #ffffff7d;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  outline: none;
}
.form_bid_row span {
  color: #ffffff7d;
}
.form_bid_row label {
display: flex;
  gap: 10px;
  align-items: flex-start;
}
.form_bid_row.bid_row_button {
  justify-content: flex-end;
}
.btn.btn_modal_bid {
  min-width: 194px;
  min-height: 40px;
  padding: 0;
  border: none;
  background-color: #00A3FF;
  color: #fff;
}
.form_bid .ajax_box {
  display: flex;
  position: absolute;
  top: -30px;
}