.sidebar-nav {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.backbuttoncolor {
  background-color: #f0f0f0;
  color: #333;
}

.bookingrow {
  background-color:lightgray;
}

.thumbnail-container {
  max-width: 33.333%; /* Limit width to one-third of the card */
  overflow: hidden; /* Hide parts of the image that exceed the container width */
}

.img-thumbnail {
  width: 100%; /* Scale the image width to fit the container */
  height: auto;
}

.malfunction-color {
  color: #FF0000;

}
.info {
  background-color: --primary;
}

.checkincard {
  min-width:300px;
  flex:unset;
}
.checkincard-body {
  flex:unset;
}

/*                                          index.html */
.menu_item_center {
  margin:0 auto;
}

/*                                          instructie mobile */
.instruction_card {
  display: flex;
  align-items: center;
}

/*                                         interior cleaning  */
.cleaningcard {
  min-width:300px;
}
.cleaning_checkoff_button {
  white-space: pre-line;
  max-width: 200px
}

.csv-remark-button {
  margin-left:25px;
}

input[type=checkbox] {
  width:20px;
  height:20px;
}
