.room-filter-container {
  margin-top: 120px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
}

.room-filter-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  font-size: 15px;
}

.filter-title {
  width: 70px;
  margin-right: 20px;
}

.filter-options {
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  flex-direction: row;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #E8E8E8;
}

.filter-option {
  margin-right: 20px;
  color: #585858;
}

.filter-option:hover {
  color: #585858;
}

.filter-option-active {
  color: #FF7F11;
}

.filter-option-active:hover {
  color: #FF7F11;
}


.sort-bar-container {
  display: flex;
  flex-direction: row;
  margin: 0px 30px;
  margin-top: 50px;
  border-bottom: solid;
  border-width: 1px;
  border-color: #E8E8E8;
}

.sort-bar-headline {
  display: flex;
  flex-direction: row;
  color: #585858;
}

.sort-bar-options {
  display: flex; 
  flex-direction: row;
  margin-left: auto;
}

.sort-option {
  display: flex;
  flex-direction: row;
  color: #585858;
  margin-right: 25px;
}

.sort-option:hover {
  text-decoration:none;
  color: #FF7F11;
}

.sort-option-active {
  color: #FF7F11;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #FF7F11;
}

.sort-option-active:hover {
  text-decoration:none;
  color: #FF7F11;
}

.sort-icon-container {
  display: flex;
  flex-direction: column;
  color: lightgray;
  margin-left: 8px;
}

.sort-icon-active {
  color: #ffa14f;
}


.room-list-container {
  margin-bottom: 50px;
}

.room-card {
  margin: 15px 15px;
}

.room-card-headline {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}

.room-location {
  float: left;
  vertical-align: middle;
}

.apartment-name {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  margin-left: 80px;
  color: gray;
}

.room-tag-row {
  display: flex;
  flex-direction: row;
  margin-left: 20px;
}

.room-tag {
  margin-right: 10px;
  width: fit-content;
  padding: 5px 7px;
  font-size: 13px;
  color: #A0A0A0;
  background-color: whitesmoke;
  border-radius: 3px;
}

.meetyou-room-tag {
  margin-right: 10px;
  width: fit-content;
  padding: 5px 7px;
  font-size: 13px;
  color: white;
  background-color: #ffa14f;
  border-radius: 3px;
}

.button-row {
  width: 100%;
  margin-top: 28px;
}

.pay-reserve-button {
  width: 50%;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  background-color: #59c270;
  border-color: #59c270;
  font-size: 20px;
  padding: 8px;
}
.pay-now-button {
  width: 50%;
  border-radius: 0;
  border-bottom-right-radius: 5px;
  font-size: 20px;
  padding: 8px;
}

.full-width-button {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 20px;
  padding: 8px;
}
