/* ********
 * modale *
 **********/
/* .accomodations-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  text-align: center;
}

.closeAccomodationModal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeAccomodationModal:hover,
.closeAccomodationModal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} */

/* ******************
 * Dentro la modale *
 ********************/
/* .space-1 {
  margin-bottom: 5px;
}

.space-2 {
  margin-bottom: 10px;
}

.align-items-center {
  align-items: center !important;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.row  {
  box-sizing: border-box;
  flex-shrink: 0;

  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;

  margin-top: calc(var(--bs-gutter-y)* -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.search-input.small {
  height: 36px;
}

.btn.btn-block {
  display: block;
  width: 100%;
}

.btn-light, .btn-light:hover, .btn-sand, .btn-sand:hover {
  background-color: #9d7970;
  border-color: #9d7970;
  color: #FFF;
}

.btn.btn-small {
  height: 36px;
  line-height: 32px;
}

.btn.btn-thin {
  padding-left: 5px;
  padding-right: 5px;
}

.justify-content-center {
  justify-content: center !important;
}

.btn span {
  display: inline-block;
  line-height: 1.1;
  vertical-align: middle;
} */
