.tolani-reservation-form {
  --shadow: 0 7px 14px 0 rgba(65, 69, 88, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
  --accent-color: #c19b76;
  --accent-color-darker-10: hsl(44deg, 98%, 60%);
  --accent-color-lighter-10: hsl(44deg, 98%, 40%);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tolani-reservation-form::before, .tolani-reservation-form::after {
  box-sizing: border-box;
}
.tolani-reservation-form *,
.tolani-reservation-form *::before,
.tolani-reservation-form *::after {
  box-sizing: border-box;
}
.tolani-reservation-form input,
.tolani-reservation-form select {
  font-size: 100%;
}
.tolani-reservation-form input[type=text],
.tolani-reservation-form textarea {
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #222;
  border-radius: 0;
}
.tolani-reservation-form input[type=text]:hover, .tolani-reservation-form input[type=text]:focus,
.tolani-reservation-form textarea:hover,
.tolani-reservation-form textarea:focus {
  border-color: transparent transparent #222;
}
.tolani-reservation-form select {
  border: 0;
  padding: 0 24px 0 8px;
  font-size: 100%;
  width: 100%;
  min-height: 2em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg class="icon icon-arrow-down" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="%23ffffff" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
  background-repeat: no-repeat;
  background-position: right 4px center;
}
.tolani-reservation-form select:focus {
  outline: 0;
}
.tolani-reservation-form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tolani-reservation-form__inner-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  gap: 0;
  padding: 20px;
  background-color: #fff;
}
.tolani-reservation-form__cell {
  padding-left: 20px;
  padding-right: 20px;
  height: 76px;
}
.tolani-reservation-form .label {
  display: block;
  font-size: 0.75em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0.5em;
}
.tolani-reservation-form .value {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  line-height: 1;
  gap: 0;
}
.tolani-reservation-form .value .main {
  font-size: 2.75em;
  min-width: 2ch;
  text-align: center;
}
.tolani-reservation-form .value .side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 4px;
  min-width: 2.5em;
}
.tolani-reservation-form__property-field {
  background-color: rgba(0, 0, 0, 0.5333333333);
  padding: 10px 20px;
}
.tolani-reservation-form__property-field select {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px);
  text-align: center;
}
.tolani-reservation-form__property-field option {
  color: #222;
}
.tolani-reservation-form .cell-property,
.tolani-reservation-form .cell-checkin,
.tolani-reservation-form .cell-occupancy {
  border-right: 1px solid #eee;
  border-right: 1px solid var(--cell-border-color, #eee);
}
.tolani-reservation-form .cell-property select {
  border: 1px solid rgba(34, 34, 34, 0);
}
.tolani-reservation-form .cell-property select:focus {
  outline: 0;
  border-color: #222;
}
.tolani-reservation-form .cell-code input {
  max-width: 100px;
  font-size: 1.5em;
  height: 44px;
  padding-left: 0;
  padding-right: 0;
}
.tolani-reservation-form .cell-code input:focus {
  outline: 0;
}
.tolani-reservation-form .cell-submit-button {
  padding: 0;
  margin: -20px -20px -20px 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: 116px;
}
.tolani-reservation-form .dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: -15px;
  background-color: #fff;
  padding: 20px;
  transition-property: opacity, visibility, transform;
  transition-duration: 0.3s;
  box-shadow: var(--shadow);
}
.tolani-reservation-form .cell-checkin .dropdown-panel,
.tolani-reservation-form .cell-checkout .dropdown-panel {
  padding: 0;
}
.tolani-reservation-form .value.show {
  z-index: 9;
}
.tolani-reservation-form .value:not(.show) .dropdown-panel {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 20px, 0);
}
.tolani-reservation-form .submit-button {
  background-color: #222;
  color: #fff;
  border: 0;
  padding: 20px 30px;
  text-transform: uppercase;
  line-height: inherit;
  cursor: pointer;
  width: 100%;
  letter-spacing: 3px;
  font-size: 0.75em;
  flex: 1;
}
.tolani-reservation-form .submit-button:hover, .tolani-reservation-form .submit-button:focus {
  background-color: #000;
  color: #fff;
  outline: 0;
}
.tolani-reservation-form .field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tolani-reservation-form .field {
  display: flex;
  flex-direction: row;
  line-height: 1;
}
.tolani-reservation-form .field__label {
  min-width: 64px;
  padding-top: 8px;
}
.tolani-reservation-form .field .hint {
  font-size: 0.75em;
  opacity: 0.5;
}
.tolani-reservation-form .field__value {
  font-size: 2em;
  width: 2ch;
  text-align: center;
}
.tolani-reservation-form .field__control {
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}
.tolani-reservation-form .field__control-inc, .tolani-reservation-form .field__control-dec {
  padding-left: 4px;
  padding-right: 4px;
}
.tolani-reservation-form [data-spinner-increase],
.tolani-reservation-form [data-spinner-decrease] {
  cursor: pointer;
}
.tolani-reservation-form .is-disabled {
  opacity: 0.3;
  cursor: default;
}

.tolani-reservation-form[data-theme=alt] {
  --cell-border-color: #fff;
}
.tolani-reservation-form[data-theme=alt] select {
  background-image: url('data:image/svg+xml;utf8,<svg class="icon icon-arrow-down" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="%23ffffff" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
  border: 0;
}
.tolani-reservation-form[data-theme=alt] .value,
.tolani-reservation-form[data-theme=alt] .cell-property select {
  color: #c19b76;
}
.tolani-reservation-form[data-theme=alt] .box .icon {
  color: #fff;
}
.tolani-reservation-form[data-theme=alt] .cell-property {
  max-width: 150px;
}
.tolani-reservation-form[data-theme=alt] .cell-property select {
  background-color: transparent;
  font-size: 1.5rem;
}
.tolani-reservation-form[data-theme=alt] .cell-property option {
  color: #222;
  font-size: 1rem;
}
.tolani-reservation-form[data-theme=alt] .cell-property .tolani-custom-select__label {
  font-size: 2.75rem;
  width: 120px;
  width: var(--custom-select-label, 120px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tolani-reservation-form[data-theme=alt] .cell-property .tolani-custom-select__list {
  min-width: 240px;
  max-height: 180px;
}
.tolani-reservation-form[data-theme=alt] .cell-occupancy {
  border-right: 0;
}
.tolani-reservation-form[data-theme=alt] .cell-submit-button {
  margin: auto;
  height: auto;
}
.tolani-reservation-form[data-theme=alt] .submit-button {
  background-color: #c19b76;
  color: #fff;
}
.tolani-reservation-form[data-theme=alt] .submit-button:hover, .tolani-reservation-form[data-theme=alt] .submit-button:focus {
  background-color: hsl(30, 38%, 56%);
}
.tolani-reservation-form[data-theme=alt] .dropdown-panel .field__label,
.tolani-reservation-form[data-theme=alt] .dropdown-panel .field__control .icon {
  color: #222;
}
.tolani-reservation-form[data-theme=alt] .tolani-reservation-form__inner-container {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.tolani-reservation-form[data-theme=alt] .tolani-reservation-form__code-field .box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.tolani-reservation-form[data-theme=alt] .tolani-reservation-form__code-field .label {
  margin-bottom: 0;
  color: #fff;
}
.tolani-reservation-form[data-theme=alt] .tolani-reservation-form__code-field .value input {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent currentColor;
  padding: 4px 0;
  max-width: 120px;
}
.tolani-reservation-form[data-theme=alt] .tolani-reservation-form__code-field .value input:focus {
  outline: 0;
}

.tolani-custom-select__label {
  display: inline-block;
  padding-right: 24px;
  position: relative;
  line-height: 1;
}
.tolani-custom-select__label::after {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg class="icon icon-arrow-down" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="%23ffffff" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 center;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tolani-custom-select__list {
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 0;
  background-color: #fff;
  color: #222;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  overflow: auto;
  min-width: 150px;
  box-shadow: var(--shadow);
  transition: 0.2s;
}
.tolani-custom-select__list::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.tolani-custom-select__list::-webkit-scrollbar-thumb {
  background-color: #c19b76;
  background-color: #ccc;
  border-radius: 6px;
}
.tolani-custom-select__list li {
  padding: 6px 12px;
}
.tolani-custom-select__list li:hover, .tolani-custom-select__list li:focus {
  background-color: #eee;
}
.tolani-custom-select__list li.selected {
  background-color: #c19b76;
  color: #fff;
}
.tolani-custom-select:not(.show) .tolani-custom-select__list {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.tolani-reservation-form[data-theme=vertical] {
  display: block;
}
.tolani-reservation-form[data-theme=vertical] select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 1em;
}
.tolani-reservation-form[data-theme=vertical] .tolani-reservation-form__wrapper {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  gap: 0;
  border-width: 0px 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
}
.tolani-reservation-form[data-theme=vertical] .tolani-reservation-form-label {
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.tolani-reservation-form[data-theme=vertical] .cell {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #ddd;
  padding: 12px 16px;
}
.tolani-reservation-form[data-theme=vertical] .cell-property {
  grid-column: span 2;
  grid-row: span 1;
}
.tolani-reservation-form[data-theme=vertical] .cell-property select {
  padding-left: 8px;
  padding-right: 28px;
  margin: 0 -8px;
  width: calc(100% + 16px);
}
.tolani-reservation-form[data-theme=vertical] .cell-dates {
  grid-column: span 2;
  grid-row: span 1;
}
.tolani-reservation-form[data-theme=vertical] .cell-occupancy {
  grid-column: span 1;
  grid-row: span 1;
}
.tolani-reservation-form[data-theme=vertical] .cell-code {
  grid-column: span 1;
  grid-row: span 1;
}
.tolani-reservation-form[data-theme=vertical] .cell-code input {
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  padding: 0;
  height: auto;
  max-width: none;
  border-bottom-color: #ddd;
}
.tolani-reservation-form[data-theme=vertical] .cell-submit {
  grid-column: span 2;
  grid-row: span 1;
  padding: 0;
}
.tolani-reservation-form[data-theme=vertical] .cell-submit .submit-button {
  border-radius: 0;
}
.tolani-reservation-form[data-theme=vertical].is-small .cell-occupancy,
.tolani-reservation-form[data-theme=vertical].is-small .cell-code {
  grid-column: span 2;
}
.tolani-reservation-form[data-theme=vertical] [data-dropdown-panel] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  z-index: var(--z-index, 99);
  background-color: #fff;
  box-shadow: var(--shadow);
  padding: 8px 12px;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: transform, opacity, visibility;
}
.tolani-reservation-form[data-theme=vertical] [data-dropdown]:not(.show) [data-dropdown-panel] {
  --z-index: 10;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}
.tolani-reservation-form[data-theme=vertical] .datepicker-panel {
  padding: 0;
}
.tolani-reservation-form[data-theme=vertical] .tolani-datepicker {
  --color-fg-primary: #c19b76;
  --color-fg-accent: #c19b76;
  --color-bg-inrange: rgba(193,155,118,0.18824);
}
.tolani-reservation-form[data-theme=vertical] .tolani-spinner {
  display: inline-flex;
  flex-wrap: nowrap;
}
.tolani-reservation-form[data-theme=vertical] .tolani-spinner .is-disabled {
  opacity: 0.3;
  cursor: default;
}
.tolani-reservation-form[data-theme=vertical] .tolani-spinner input {
  width: 48px;
  padding: 0;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  text-align: center;
  font-size: 0.9em;
  border-radius: 0;
}
.tolani-reservation-form[data-theme=vertical] .tolani-spinner input::-webkit-inner-spin-button {
  display: none;
}
.tolani-reservation-form[data-theme=vertical] .tolani-spinner button {
  width: 32px;
  height: 32px;
  padding: 0;
  border-style: solid;
  border-color: #333;
  border-radius: 0;
  color: #333;
  cursor: pointer;
}
.tolani-reservation-form[data-theme=vertical] .tolani-spinner button:hover:not(.is-disabled), .tolani-reservation-form[data-theme=vertical] .tolani-spinner button:focus:not(.is-disabled) {
  background-color: #f5f5f5;
}
.tolani-reservation-form[data-theme=vertical] .tolani-spinner button.is-disabled {
  opacity: 0.3;
  background: none;
  cursor: default;
}
.tolani-reservation-form[data-theme=vertical] .tolani-spinner [data-spinner-increase] {
  border-width: 1px 1px 1px 0;
}
.tolani-reservation-form[data-theme=vertical] .tolani-spinner [data-spinner-decrease] {
  border-width: 1px 0 1px 1px;
}
.tolani-reservation-form[data-theme=vertical] .occupancy-panel {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tolani-reservation-form[data-theme=vertical] .occupancy-panel .tolani-reservation-form-label {
  margin-bottom: 0;
  min-width: 70px;
}
.tolani-reservation-form[data-theme=vertical] .occupancy-panel .hint {
  display: inline-block;
  opacity: 0.5;
  margin-top: 4px;
  font-size: 0.9em;
}
.tolani-reservation-form[data-theme=vertical].tolani-reservation-form--hide-occupancy .cell-code {
  grid-column: span 2;
}