/*------------------------------------------------------------*/
/* Styling for the content of the furntiure content container */
/*------------------------------------------------------------*/

.furniture-padding-btm {
  padding-bottom: 2rem;
}

.acceptBtnFurniture {
  width: 8rem;
  height: 3rem;
  margin-bottom: 1rem;
  margin-left: 14rem;
  outline: none;
  border: 0.5px solid rgba(255,255,255,0.1);
  border-radius: 5.6px;
  box-shadow: 0rem 0rem 2px 0.016px black;
}

.acceptBtnFurniture:focus {
  outline: none;
}

.acceptBtnFurniture:hover {
  background-color: #26ca28;
  background-color: #ED8000;
}

.acceptBtnFurnitureBackground {
  background-color: #26ca28;
  background-color: #ED8000 ;
}
