.page-11.form-container {
  max-width: 924px;
  margin: 20px auto 60px;
  font-family: "Roboto Condensed", sans-serif;
  box-shadow: 0px 0px 4px #00000029;
  padding: 10px;
  /* padding-left: 15px; */
  border-radius: 2px;
  /* overflow-x: auto; */
}

.page-11.form-container table {
  width: 100%;
}

.page-11.form-container table thead {
  background-color: #f2f2f7;
}

.page-11.form-container table thead th {
  height: 38px;
  color: #1b283f;
  font-size: 16px;
  font-weight: 400;
  padding-left: 10px;
}

.page-11.form-container table .img-text-td {
  display: flex;
  width: 500px;
  min-width: 500px;
}

.page-11.form-container table .img-text-td img {
  width: 111px;
  border-radius: 5px;
  margin: 10px 10px 10px 0;
}

.page-11.form-container table .img-text-td .img-text-content-part {
  margin-top: 10px;
}

.page-11.form-container table tbody tr {
  border-bottom: 1px solid lightgray;
}

.page-11.form-container table tbody td {
  padding-left: 10px;
  color: #1b283f;
}

.page-11.form-container table tbody td.buyer-td,
.page-11.form-container table tbody td.booked-td {
  vertical-align: top;
  padding-top: 10px;
  font-size: 18px;
}

.page-11.form-container table tbody td.buyer-td {
  color: #1c1c1e;
  width: 150px;
  min-width: 150px;
}

.page-11.form-container table tbody td.booked-td {
  color: #007aff;
  width: 150px;
  min-width: 150px;
}

.page-11.form-container table tbody td.price-td {
  font-size: 18px;
  width: 100px;
  min-width: 100px;
}
.status-card{

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0%;
  margin: 0%;
}

@media (max-width: 890px) {
  .page11-custom {
    margin: 0 15px;
  }
}

.page11-custom {
  padding-bottom: 50px;
}
