.quick-request .quick-request-submit {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  hyphens: manual;
  font: inherit;
  overflow: visible;
  -webkit-appearance: button;
  box-sizing: border-box;
  fill: #fff;
  display: inline-block;
  font-family: inherit;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease;
  border: none;
  min-height: 40px;
  flex-basis: auto;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 2px 2px 2px 2px;
  padding: 10px 20px;
  background-color: #9E151A;
  color: #fff;
  display: inline-flex;
  align-items: center;
}

.quick-request-wrapper>div {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #473a32;
  hyphens: manual;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  min-height: 1px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  padding-right: calc(20px/2);
  padding-left: calc(20px/2);
  margin-bottom: 20px;
  align-items: flex-start;
}

.w-25 {
  width: 25%;
}

.w-33 {
  width: calc(100% / 3);
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.quick-request .quick-request-wrapper {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #473a32;
  hyphens: manual;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-20px/2);
  margin-right: calc(-20px/2);
  margin-bottom: -20px;
}

.daterangepicker thead tr:nth-child(2) th {
  background-color: #E1E1E1;
  border: solid 1px #fff;
  box-sizing: border-box;
}

.daterangepicker td.future {
  background-color: #F4F3F3;
  border: solid 1px #fff;
  box-sizing: border-box;
}

.daterangepicker td.in-range {
  background-color: #9e151a42;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #9e151ac1;
  color: #fff;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #9E151A;
}

.quick-request.quick-request-container {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #473a32;
  hyphens: manual;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  /* transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s; */
  padding: 40px 20px 30px 20px;
  background-color: #F4F3F3E3;
}

.quick-request .quick-request-input {
  outline: none !important;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  hyphens: manual;
  font: inherit;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  display: inline-block;
  line-height: 1.8;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100%;
  border: 1px solid #818a91;
  vertical-align: middle;
  -webkit-box-flex: 1;
  flex-grow: 1;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  color: #473A32;
  font-style: italic;
  background-color: #fff;
  border-color: #473A32;
  border-width: 0 0 1px 0;
  border-radius: 1px 1px 1px 1px;
}

/* Modal */
[data-room-modal],
[data-guest-modal] {
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  display: flex;
  flex-direction: column;
}

[data-room-modal] .content,
[data-guest-modal] .content {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 20px;
}

.w-50 {
  width: 50%
}

.w-15 {
  width: 15%
}

#room-count-container:hover,
#room-count-container:hover *,
#guest-count-container:hover,
#guest-count-container:hover * {
  cursor: pointer;
}

.btn-guest,
.btn-rooms {
  background: #F4F3F3;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: solid 1px #aba8a8;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.d-flex-center {
  align-items: center;
  justify-content: center;
}

.w-100 {
  width: 100%;
}

.t-center {
  text-align: center;
}

.quick-request .btn-outlined {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  hyphens: manual;
  font: inherit;
  overflow: visible;
  -webkit-appearance: button;
  box-sizing: border-box;
  fill: #fff;
  display: inline-block;
  font-family: inherit;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease;
  border: none;
  min-height: 40px;
  flex-basis: auto;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 2px 2px 2px 2px;
  padding: 15px 25px 15px 25px;
  background-color: #F4F3F3;
  color: #473A32;
  border: solid 1px #473A32;
}

.quick-request .btn-small {
  font-size: 14px;
  padding: 10px 20px;
  min-height: 25px;
}


/* 1150px und 767px */
@media screen and (max-width: 767px) {
  .s-w-100 {
    width: 100%;
  }
}

@media screen and (max-width: 1149px) {
  .quick-request .quick-request-input {
    font-size: 14px;
  }

  .quick-request .btn-outlined {
    font-size: 15px;
  }
}

.quick-request .quick-request-input::placeholder {
  opacity: 0.5;
}

.quick-request .post-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 5px;
}

.quick-request .post-info div.post-image {
  border: solid 3px #A9C311;
  flex-shrink: 0;
  width: 90px;
  height: 90px;
}

.quick-request .post-info img.post-image,
div.post-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.quick-request .post-info .post-title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin: 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

/* 1150px und 767px */
@media screen and (max-width: 767px) {
  .quick-request .post-info .post-title {
    display: none;
  }

  .quick-request .post-info .post-excerpt {
    font-size: 14px;
  }
}

.quick-request .post-info .post-excerpt {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin: 0 10px;
  font-size: 15px;
  line-height: 1.5;
}

input[type="number"].room-count-input,
input[type="number"].guest-count-input {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  text-align: center;
  font-size: 100%;
  padding-left: 10px;
  padding: 0;
  margin: 0;
  color: #000;
  text-align: center;
  /* hide arrows */
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="checkbox"]:checked::before {
  position: relative !important;
}