/* app/frontend/src/dashboard/edit.scss */
@keyframes slide-bottom-up {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.page--edit .checkbox label,
.page--edit .radio label,
.listings_setup .checkbox label,
.listings_setup .radio label {
  font-size: 0.875rem;
  line-height: 22px;
}
.page--edit .checkbox:not(.checkbox-slider--b-flat) label,
.listings_setup .checkbox:not(.checkbox-slider--b-flat) label {
  padding-left: 36px;
  line-height: 22px;
}
.page--edit .checkbox:not(.checkbox-slider--b-flat) label::before,
.listings_setup .checkbox:not(.checkbox-slider--b-flat) label::before {
  left: 3px;
  top: 2px;
}
.page--edit .checkbox:not(.checkbox-slider--b-flat) label::after,
.listings_setup .checkbox:not(.checkbox-slider--b-flat) label::after {
  width: 22px;
  height: 22px;
}
.page--edit .input_checkbox:not(:checked) + label::after,
.listings_setup .input_checkbox:not(:checked) + label::after {
  border-color: hsl(212deg, 19%, 60%);
}
.page--edit .form-actions,
.page--edit .form--section-actions,
.listings_setup .form-actions,
.listings_setup .form--section-actions {
  margin-top: 20px;
}
.page--edit .form-actions--wizard,
.listings_setup .form-actions--wizard {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page--edit .form--section-actions,
  .listings_setup .form--section-actions {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .page--edit.page--amenities .form-group,
  .listings_setup.page--amenities .form-group {
    margin-bottom: 3rem;
  }
}
.page--edit .btn-file,
.page--edit .form--section-actions .btn,
.page--edit .form-actions .btn,
.listings_setup .btn-file,
.listings_setup .form--section-actions .btn,
.listings_setup .form-actions .btn {
  padding: 12px 30px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .page--edit .btn-file,
  .page--edit .form--section-actions .btn,
  .page--edit .form-actions .btn,
  .listings_setup .btn-file,
  .listings_setup .form--section-actions .btn,
  .listings_setup .form-actions .btn {
    margin-bottom: 12px;
    padding: 8px 30px;
  }
}
@media (min-width: 768px) {
  .page--edit {
    margin-top: 2rem;
  }
}
.edit {
  margin: 0;
}
@media (min-width: 992px) {
  .edit {
    padding-left: 40px;
  }
}
.edit .input_radio + label {
  align-items: flex-start;
  line-height: 16px;
}
.edit .radio,
.edit .checkbox:not(.checkbox-slider--b-flat) {
  margin-bottom: 12px;
}
.edit .radio + .radio {
  margin-top: 0;
}
.edit .with-tooltip {
  position: relative;
}
.edit .with-tooltip .help-tooltip__icon {
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
}
.edit .help_tooltip {
  margin-left: 1em;
  padding: 0 15px 0 5px;
  position: relative;
}
@media (min-width: 768px) {
  .edit .form-group--radios-inline {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #D8E0E9;
    padding-top: 1em;
    margin-bottom: 1em;
  }
  .edit .form-group--radios-inline:first-child {
    border-top: 0;
  }
  .edit .form-group--radios-inline .edit__form-label {
    margin-bottom: 0;
    flex: 0 0 33.3333333333%;
  }
  .edit .form-group--radios-inline .radios-inline {
    padding-left: 15px;
  }
  .edit .form-group--radios-inline .radios-inline__item {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.single-item-form {
  position: sticky;
  bottom: 1em;
  display: flex;
  justify-content: center;
  width: 100%;
}
.single-item-form .form-actions {
  margin-top: 0;
}
.edit__content--bordered {
  margin-bottom: 1em;
  border: 1px solid hsl(212deg, 28%, 88%);
  border-radius: 2px;
  padding: 1.5em;
}
.edit__connecting-line {
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.edit__heading {
  margin-bottom: 3rem;
}
.edit__subheading {
  margin: 0.3em 0 0;
  font-weight: 300;
  font-size: 1.125rem;
  color: hsl(210deg, 16%, 60%);
  line-height: 1.35;
}
.edit__subtitle {
  margin: 0 0 1.5em;
  font-weight: 600;
  font-size: 1.125rem;
  color: hsl(212deg, 27%, 18%);
  line-height: 1.35;
  position: relative;
}
.edit__subtitle-small {
  font-weight: 600;
  font-size: 0.875rem;
  color: hsl(211deg, 98%, 63%);
  line-height: 1.35;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.edit__subtitle-small .edit-link {
  margin-left: 10px;
  line-height: 1;
  color: hsl(212deg, 19%, 60%);
}
.edit__subtitle-small .edit-link:hover {
  color: hsl(212deg, 27%, 18%);
}
.edit__subtitle--with-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-left: -10px;
  margin-right: -10px;
}
.edit__subtitle--with-buttons > span,
.edit__subtitle--with-buttons .edit__subtitle-buttons {
  margin: 0 10px 10px;
}
.edit__subtitle-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px 0 5px;
  position: relative;
}
.edit__form-label-icon {
  position: absolute;
  padding: 0 15px 0 5px;
  top: -5px;
}
.edit__subtitle-icon {
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
}
.edit__title {
  margin: 0;
  font-weight: 600;
  font-size: 1.875rem;
  color: hsl(212deg, 27%, 18%);
}
.edit__form-label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  width: 100%;
}
.edit__form-label .label {
  position: relative;
  margin: 0 0 0 7px;
  bottom: 3px;
  font-size: 0.625rem;
}
.edit__form-label-horizontal-with-overflowing-label {
  position: relative;
}
.edit__form-label-horizontal-with-overflowing-label .label {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.edit_form-label--for-toggle {
  padding-top: 1.5px;
  margin: 0 0 0 -10px;
}
@media (min-width: 992px) {
  .form-horizontal-inline {
    display: flex;
    flex-flow: column;
  }
}
.form-horizontal-inline .edit__form-label {
  margin-bottom: 0;
  line-height: 34px;
}
.form-horizontal-inline .edit__form-label-tooltip-trigger {
  margin-left: 0.5em;
  height: 34px;
}
.form-horizontal-inline .edit__form-label-tooltip-trigger svg {
  position: relative;
  display: block;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.form-horizontal-inline .checkbox-slider--b-flat {
  padding-top: 0;
  line-height: 34px;
}
.form-horizontal-inline .checkbox-slider--b-flat label {
  line-height: 21px;
}
.edit__form-control {
  display: block;
  width: 100%;
  padding: 1em 1.25em;
  height: 53px;
  color: hsl(212deg, 27%, 18%);
  background-color: #fff;
  background-image: none;
  border: 1px solid #D8E0E9;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s;
}
.edit__form-control[type=date] {
  -webkit-appearance: none;
  min-height: 53px;
  line-height: normal;
}
.edit__form-control[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.edit__form-control:hover {
  border-color: hsl(212deg, 19%, 60%);
}
.edit__form-control:focus {
  border-color: hsl(211deg, 98%, 63%);
  outline: none;
}
.edit__form-control.is_hidden {
  display: none;
}
.edit__form-control--auto-width {
  width: auto;
}
.rate_type {
  font-size: 0.875rem;
  line-height: 18px;
}
.modal__body .edit__form-control::-moz-placeholder {
  color: hsl(210deg, 16%, 48%);
  opacity: 1;
}
.modal__body .edit__form-control:-ms-input-placeholder {
  color: hsl(210deg, 16%, 48%);
}
.modal__body .edit__form-control::-webkit-input-placeholder {
  color: hsl(210deg, 16%, 48%);
}
.modal__body .edit__form-label {
  color: hsl(212deg, 27%, 18%);
}
.modal__body .input_radio + label {
  color: hsl(212deg, 27%, 18%);
  font-size: 0.9375rem;
}
.modal__body .form-horizontal {
  text-align: left;
}
.form-group--condensed {
  margin: 0 -15px 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 500px;
}
.form-group--condensed.last {
  margin-bottom: 0;
}
.form-group--condensed .input-group {
  width: 110px;
}
.form-group--condensed .select-wrapper {
  width: 200px;
}
.form-group--condensed .col-first,
.form-group--condensed .col-second {
  padding-right: 10px;
  padding-left: 15px;
}
@media (max-width: 479px) {
  .form-group--condensed .col-first,
  .form-group--condensed .col-second {
    flex: 1 1 100%;
  }
}
@media (min-width: 480px) {
  .form-group--condensed .col-first {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .form-group--condensed .col-first {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (min-width: 480px) {
  .form-group--condensed .col-second {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .form-group--condensed .col-second {
    align-items: flex-start;
    flex: 1 0 40%;
    max-width: 40%;
  }
}
.discounts .edit__form-label:last-of-type {
  margin-top: 1.5em;
}
@media (min-width: 480px) {
  .discounts .col-first {
    flex: 1 0 auto;
    max-width: none;
  }
  .discounts .col-second {
    flex: 0 0 135px;
    max-width: 135px;
  }
}
.turbo-bulk-actions {
  display: flex;
  justify-content: center;
  padding-top: 1em;
  position: sticky;
  bottom: 2rem;
  z-index: 3;
}
@media (min-width: 992px) {
  .turbo-bulk-actions {
    position: absolute;
    bottom: 0;
    left: 500px;
    padding-top: 0;
    justify-content: center;
    align-items: center;
    width: calc(100% - 500px);
    height: 100%;
  }
}
@media (min-width: 768px) {
  .berths-container__remove {
    height: 80px;
  }
  .berths-container__remove-link {
    justify-content: flex-end;
    padding-top: 31.5px;
  }
}
.berth-selector-item {
  width: 200px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 0;
  gap: 10px;
  background: #F6F8F9;
  border-radius: 3px;
  position: relative;
}
.berth-selector-item__tooltip {
  position: absolute;
  top: 0;
  right: 0;
  margin: 7px;
}
.add-berth-button {
  width: 25%;
}
@media (max-width: 767px) {
  .add-berth-button {
    width: 100%;
  }
  .berth-selector-item {
    width: 140px;
  }
}
.berth-selector-item--selected {
  border: solid #449dfd 1px;
  scale: 1.1;
}
.berth-selector-item:hover {
  border: solid #449dfd 1px;
  scale: 1.1;
  cursor: pointer;
}
.step-guide .step {
  margin-bottom: 30px;
}
.step-guide .step :last-child {
  margin-bottom: 0;
}
.step-guide .step .step__number {
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  color: #449DFD;
  margin-bottom: 10px;
}
.step-guide .step .step__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000;
  margin-bottom: 10px;
}
.step-guide .step .step__paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #677A8D;
}

/* app/frontend/src/dashboard/indicators.scss */
@keyframes slide-bottom-up {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.status__dropdown .dropdown-link {
  font-size: 0.875rem;
}
.btn-status {
  font-size: 0.75rem;
  margin-top: 1em;
}
.subnavigation .btn-status {
  width: 100%;
  padding-left: 35px;
  padding-right: 30px;
}
.subnavigation .btn-status::before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 100%;
  position: absolute;
  left: 14px;
  box-sizing: content-box;
  top: 50%;
  margin-top: -6px;
}
.subnavigation .btn-status::after {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  right: 14px;
  top: 2px;
  transition: transform 0.15s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.btn-status--online {
  background-color: #f0fdf7;
  color: hsl(155deg, 84%, 45%);
}
.btn-status--online::before {
  background: hsl(155deg, 84%, 45%);
  border: 4px solid #adf0d3;
}
.btn-status--online::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 6'%3E%3Cdefs/%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%2312d383' stroke-linecap='round' stroke-width='2' d='M1 1l3 3 3-3' /%3E%3C/g%3E%3C/svg%3E") 50%/auto no-repeat;
}
.btn-status--online:hover {
  color: hsl(155deg, 84%, 45%);
}
.btn-status--offline {
  background-color: #fff0f2;
  color: hsl(355deg, 98%, 63%);
}
.btn-status--offline::before {
  height: 6px;
  width: 6px;
  margin-top: -8px;
  background: hsl(355deg, 98%, 63%);
  border: 5px solid #febbc1;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
.btn-status--offline::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 6'%3E%3Cdefs/%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fd4454' stroke-linecap='round' stroke-width='2' d='M1 1l3 3 3-3' /%3E%3C/g%3E%3C/svg%3E") 50%/auto no-repeat;
}
.btn-status--offline:hover {
  color: hsl(355deg, 98%, 63%);
}
.status__description {
  padding: 10px 22px;
  font-size: 12px;
}
@media (min-width: 1220px) {
  .status__description {
    padding-right: 50px;
  }
}
@media (min-width: 1230px) {
  .status {
    position: relative;
    margin-left: -2px;
  }
}

/* app/frontend/src/dashboard/missing.scss */
@keyframes slide-bottom-up {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.missing-field {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  position: relative;
}
.missing-field--warning::before {
  content: "";
  background: hsl(355deg, 98%, 93%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 8'%3E%3Cdefs/%3E%3Cpath fill='%23FD4452' d='M1 6c.55228 0 1 .44772 1 1s-.44772 1-1 1-1-.44772-1-1 .44772-1 1-1zm0-6c.55228 0 1 .44772 1 1v3c0 .55228-.44772 1-1 1s-1-.44772-1-1V1c0-.55228.44772-1 1-1z'/%3E%3C/svg%3E") no-repeat 50%/2px auto;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 2px;
}
.missing-field--info::before {
  content: "";
  background: hsl(211deg, 98%, 90%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 8'%3E%3Cdefs/%3E%3Cpath fill='%23449DFD' d='M1 6c.55228 0 1 .44772 1 1s-.44772 1-1 1-1-.44772-1-1 .44772-1 1-1zm0-6c.55228 0 1 .44772 1 1v3c0 .55228-.44772 1-1 1s-1-.44772-1-1V1c0-.55228.44772-1 1-1z'/%3E%3C/svg%3E") no-repeat 50%/2px auto;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 2px;
}
.is-missing {
  position: relative;
  padding-left: 23px;
  font-weight: 600;
}
.is-missing--warning {
  color: hsl(355deg, 98%, 63%);
}
.is-missing--warning::before {
  content: "";
  background: hsl(355deg, 98%, 93%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 8'%3E%3Cdefs/%3E%3Cpath fill='%23FD4452' d='M1 6c.55228 0 1 .44772 1 1s-.44772 1-1 1-1-.44772-1-1 .44772-1 1-1zm0-6c.55228 0 1 .44772 1 1v3c0 .55228-.44772 1-1 1s-1-.44772-1-1V1c0-.55228.44772-1 1-1z'/%3E%3C/svg%3E") no-repeat 50%/2px auto;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 2px;
}
.is-missing--info {
  color: hsl(211deg, 98%, 63%);
}
.is-missing--info::before {
  content: "";
  background: hsl(211deg, 98%, 90%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 8'%3E%3Cdefs/%3E%3Cpath fill='%23449DFD' d='M1 6c.55228 0 1 .44772 1 1s-.44772 1-1 1-1-.44772-1-1 .44772-1 1-1zm0-6c.55228 0 1 .44772 1 1v3c0 .55228-.44772 1-1 1s-1-.44772-1-1V1c0-.55228.44772-1 1-1z'/%3E%3C/svg%3E") no-repeat 50%/2px auto;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 2px;
}

/* app/frontend/src/dashboard/choices.scss */
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
  overflow: initial !important;
}
.choices:focus {
  outline: 0;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}
.select-wrapper > [selectable] {
  background: red;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
  color: #222d3a;
  font-size: 15px;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 15px;
  color: #222d3a;
}
[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}
.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus,
.choices__input:focus {
  outline: 0;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.choices__placeholder {
  opacity: 0.5;
}

/* app/frontend/src/dashboard/booking/settlement/new_flow.scss */
@keyframes slide-bottom-up {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.iptiq_settlement .missing-field {
  margin-right: 20px;
}
.iptiq_settlement .panel-warning {
  display: flex;
  background-color: hsl(0deg, 0%, 96%);
}
.settlement-v2 a.missing-info {
  color: hsl(2deg, 64%, 58%);
}
.settlement-v2 a.missing-info:hover {
  color: hsl(2deg, 64%, 58%);
}
.settlement-v2 .additional-fee--heading {
  color: hsl(211deg, 98%, 63%);
}
.additional-fee {
  font-size: 0.8125rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #F2F4F7;
}
.additional-fee__summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 25px;
}
.additional-fee__description {
  flex: 1 0 45%;
  padding-right: 12px;
}
.additional-fee__amount {
  text-align: right;
  color: hsl(212deg, 27%, 18%);
  font-weight: 600;
}
.additional-fee__actions {
  flex: 0 1 0px;
  padding-left: 12px;
  display: flex;
  align-items: center;
  max-height: 25px;
}
.additional-fee__action {
  width: 35px;
  display: flex;
  justify-content: center;
  color: hsl(212deg, 27%, 18%);
}
.additional-fee__action:hover,
.additional-fee__action:focus {
  color: hsl(212deg, 19%, 60%);
}
.additional-fee .accordion__header {
  padding: 0px 20px 20px 0px;
  color: hsl(212deg, 19%, 60%);
  position: relative;
  justify-content: flex-start;
}
.additional-fee .accordion__header:hover,
.additional-fee .accordion__header:focus {
  color: hsl(212deg, 27%, 18%);
}
.additional-fee .accordion__header span {
  padding-right: 10px;
}
.additional-fee .accordion__header:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 25px;
  width: 12px;
  height: 12px;
}
.settlement__upload-goform {
  margin-bottom: 10px;
}
.settlement__submission-info {
  display: flex;
  align-items: center;
  margin-top: 1em;
  padding: 1em 0;
  line-height: 1.35;
  font-size: 0.8125rem;
  color: hsl(212deg, 27%, 18%);
}
.settlement__submission-info svg {
  margin-right: 10px;
  flex: 0 0 22px;
  min-width: 22px;
}
.bordered-radio + .bordered-radio__border {
  border: 1px solid #D8E0E9;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bordered-radio:checked + .bordered-radio__border {
  border-color: #449DFD;
}

/* app/frontend/src/dashboard/listing/index.scss */
@keyframes slide-bottom-up {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .listings .container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .listings .container {
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .listings .container {
    width: 1220px;
  }
}
.edit__content--listings li {
  display: block;
  border-top: 1px solid hsl(0deg, 0%, 96%);
}
.edit__content--listings li:last-child {
  border-bottom: 1px solid hsl(0deg, 0%, 96%);
}
.dashboard-listing {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 18px 12px;
  color: hsl(210deg, 16%, 48%);
}
.dashboard-listing:hover {
  background-color: hsl(211deg, 98%, 97%);
  text-decoration: none;
  color: hsl(240deg, 8%, 12%);
}
.dashboard-listing .btn {
  margin-top: 0.5em;
  padding: 0.5em 1.5em;
  font-size: 0.8125rem;
}
.dashboard-listing__photo {
  margin-right: 15px;
  min-width: 120px;
  height: 80px;
  position: relative;
  background-color: hsl(0deg, 0%, 96%);
  border: 1px solid hsl(212deg, 28%, 88%);
}
.dashboard-listing__photo .glyphicon {
  display: block;
  width: 120px;
  height: 80px;
  color: hsl(212deg, 19%, 60%);
  font-size: 36px;
  text-align: center;
  line-height: 76px;
}
.dashboard-listing__title {
  flex: 1;
  color: inherit;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-listing__label {
  margin-top: 10px;
}
.dashboard-listing__label .label {
  white-space: normal;
}

/* app/frontend/src/dashboard/listing/photo/photo.scss */
@keyframes slide-bottom-up {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.listing-recommended-photos-list .benefits {
  columns: 200px;
}
.dashboard .media-grid {
  padding: 0;
  margin-bottom: 0;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}
.dashboard .media-item {
  flex: 0 0 150px;
  height: auto;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.dashboard .media-item img {
  border: 1px solid #d8e0e9;
}
.dashboard .media-item:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.dashboard .media-item .delete-button {
  position: absolute;
  top: -6px;
  right: -6px;
  height: 32px;
  width: 32px;
  background-color: #d8e0e9;
  color: #fff;
  border-radius: 100%;
  transition: 0.3s ease;
  transform: scale(1);
}
.dashboard .media-item .delete-button:hover {
  transform: scale(1.1);
  color: hsl(210deg, 16%, 48%);
}
.dashboard .media-item--placeholder {
  border: 3px dashed hsl(211deg, 98%, 63%);
  box-sizing: border-box;
}
.dashboard .media-item--loading-placeholder {
  display: none;
  background-color: hsl(0deg, 0%, 96%);
}
.dashboard .media-item--loading-placeholder .loader-bounce {
  height: 110px;
}
.dashboard .media-item--button {
  flex: 0 0 150px;
  max-width: 150px;
  min-height: 110px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid hsl(212deg, 28%, 88%);
  background-color: hsl(212deg, 28%, 88%);
  flex-direction: column;
  cursor: pointer;
  color: hsl(210deg, 16%, 48%);
  text-decoration: none;
}
.dashboard .media-container {
  position: relative;
}
@supports (display: grid) {
  .dashboard .media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-template-rows: minmax(110px, 1fr) auto;
    grid-gap: 20px;
    margin-left: 0;
  }
  .dashboard .media-item {
    margin: 0;
  }
  .dashboard .media-item--button {
    margin: 0;
    align-self: stretch;
    justify-self: stretch;
  }
  .mission_control.dashboard .media-grid {
    grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
    grid-template-rows: minmax(330px, 1fr) auto;
  }
  .mission_control.dashboard .media-grid.media-grid--360 {
    grid-template-rows: minmax(230px, 1fr) auto;
  }
}
.loader-bounce {
  display: flex;
  align-items: center;
}
.loader-bounce > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  transform-origin: center;
}
.loader-bounce .bounce1 {
  animation-delay: -0.32s;
}
.loader-bounce .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/* app/frontend/src/dashboard/listing/cancellation.scss */
@keyframes slide-bottom-up {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.cancellation_policies_table {
  font-size: 0.75rem;
}
.cancellation_policies_table th {
  font-weight: 600;
}
.cancellation_policies_table .policy {
  cursor: pointer;
  text-align: center;
}
.cancellation_policies_table .policy.hover {
  background-color: #fefdf5;
}
.cancellation_policies_table .policy.active,
.cancellation_policies_table .policy.active.hover {
  background-color: #fcf7de;
}

/* app/frontend/src/dashboard/listing/insurance.scss */
@keyframes slide-bottom-up {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.day-insurance__wrapper {
  padding: 10px 10px 0;
  border: 1px solid hsl(212deg, 28%, 88%);
  border-left: 2px solid hsl(155deg, 84%, 45%);
}
@media (min-width: 768px) {
  .day-insurance__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.day-insurance__wrapper--update {
  background-color: hsl(155deg, 84%, 96%);
}
.day-insurance__wrapper--update a {
  color: hsl(212deg, 27%, 18%);
  text-decoration: underline;
}
.day-insurance__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .day-insurance__header {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.day-insurance__header--update {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.day-insurance__header--update .header__icon {
  color: hsl(155deg, 84%, 45%);
  margin-top: 5px;
}
.day-insurance__title {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.day-insurance__title .header__icon {
  margin-right: 20px;
}
.day-insurance__title h4 {
  margin: 0;
}
.day-insurance__switch {
  display: flex;
  align-items: center;
}
.day-insurance__body {
  font-size: 0.875rem;
  padding-bottom: 1em;
  border-top: 1px solid hsl(212deg, 28%, 88%);
  padding-top: 20px;
}
.day-insurance__body p {
  font-size: inherit;
}
.day-insurance__body a.color-success:focus,
.day-insurance__body a.color-success:hover {
  color: hsl(155deg, 84%, 40%);
  text-decoration: underline;
}
.day-insurance__body strong {
  color: hsl(212deg, 27%, 18%);
}
.day-insurance__body .btn-link {
  text-decoration: underline;
  padding: 0.5em 1em 0.5em 1.25em;
  position: relative;
  display: flex;
}
.day-insurance__body .btn-link .icon-custom {
  margin-right: 0.5em;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.day-insurance__footer {
  background-color: hsl(200, 20%, 97%);
  color: hsl(212deg, 19%, 60%);
  margin-left: -10px;
  margin-right: -10px;
  padding: 17px 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .day-insurance__footer {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.day-insurance__footer .insurance-partner-logo {
  margin: 0 10px;
}
.day-insurance__wrapper .accordion {
  margin-bottom: 2.5em;
}
.day-insurance__wrapper .accordion__header {
  padding: 20px 20px 20px 24px;
  font-size: 0.875rem;
  font-weight: 600;
  color: hsl(212deg, 27%, 18%);
  position: relative;
}
.day-insurance__wrapper .accordion__header span {
  padding-right: 10px;
}
.day-insurance__wrapper .accordion__header:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 25px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5l3 3 7-7' stroke-width='2' stroke='%2318D16E' fill='none' fill-rule='evenodd' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: left top;
}
.day-insurance__wrapper .accordion__panel {
  margin-top: -10px;
  padding: 0px 20px 5px 24px;
}
.day-insurance__wrapper .accordion__panel .alert {
  padding-top: 0;
  padding-right: 0;
  padding-left: 24px;
  position: relative;
}
.day-insurance__wrapper .accordion__panel .alert__message {
  margin-right: 0;
}
.day-insurance__wrapper .accordion__panel .icon-custom {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
}
.no-padding-bottom {
  padding-bottom: 0;
}

/* app/frontend/src/dashboard/listing/insurance_wizard.scss */
@keyframes slide-bottom-up {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.insurance_company_fields .edit__title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .insurance_company_fields .edit__title {
    font-size: 1.125rem;
  }
}
.insurance_company_fields .step-progress {
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .insurance_company_fields .form-group {
    margin-bottom: 15px;
  }
}
.insurance_company_fields .label-with-explanation label {
  line-height: 23px;
}
.insurance_company_fields .label-with-explanation label::before {
  margin-top: 2px;
}

/* app/frontend/src/dashboard/listing/vehicle.scss */
@keyframes slide-bottom-up {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.vehicle-type__container {
  display: flex;
  flex-wrap: wrap;
}
.vehicle-type__item {
  flex: 1 1 50%;
  min-width: 180px;
  margin-top: 0;
  padding-right: 10px;
}
.vehicle-type__item .radio__label {
  white-space: nowrap;
}
