*,
*:before,
*:after {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a,
img,
ul, li,
article,
header,
menu, section,
time, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
div, article, aside,
header, section {
  display: block; }

html,
body {
  width: 100%;
  padding: 0;
  margin: 0; }

body {
  line-height: 1; }

ul {
  list-style: none; }

.hidden,
[hidden] {
  display: none !important; }

button:focus {
  outline: none; }

@font-face {
  font-family: "IntervalNextCondLi";
  font-weight: 100;
  src: url("fonts/intervalnextcond-light.woff2") format("woff2"), url("fonts/intervalnextcond-light.woff") format("woff"), url("fonts/intervalnextcond-light.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextLi";
  font-weight: 100;
  src: url("fonts/intervalnext-light.woff2") format("woff2"), url("fonts/intervalnext-light.woff") format("woff"), url("fonts/intervalnext-light.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextBold";
  font-weight: bold;
  src: url("fonts/intervalnext-bold.woff2") format("woff2"), url("fonts/intervalnext-bold.woff") format("woff"), url("fonts/intervalnext-bold.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextBook";
  font-weight: 100;
  src: url("fonts/intervalnext-book.woff2") format("woff2"), url("fonts/intervalnext-book.woff") format("woff"), url("fonts/intervalnext-book.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextBookit";
  src: url("fonts/intervalnext-bookit.woff2") format("woff2"), url("fonts/intervalnext-bookit.woff") format("woff"), url("fonts/intervalnext-bookit.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextMed";
  src: url("fonts/intervalnext-medium.woff2") format("woff2"), url("fonts/intervalnext-medium.woff") format("woff"), url("fonts/intervalnext-medium.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextMediumit";
  src: url("fonts/intervalnext-mediumit.woff2") format("woff2"), url("fonts/intervalnext-mediumit.woff") format("woff"), url("fonts/intervalnext-mediumit.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextReg";
  src: url("fonts/intervalnext-regular.woff2") format("woff2"), url("fonts/intervalnext-regular.woff") format("woff"), url("fonts/intervalnext-regular.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextRegularit";
  src: url("fonts/intervalnext-regularit.woff2") format("woff2"), url("fonts/intervalnext-regularit.woff") format("woff"), url("fonts/intervalnext-regularit.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextSemiBold";
  src: url("fonts/intervalnext-semibold.woff2") format("woff2"), url("fonts/intervalnext-semibold.woff") format("woff"), url("fonts/intervalnext-semibold.eot?") format("eot"); }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes scaleIn {
  0% {
    transform: scale(0, 0); }
  100% {
    transform: scale(1, 1); } }

@keyframes slideIn {
  0% {
    transform: translate3d(100%, 0%, 0); }
  100% {
    transform: translate3d(0%, 0%, 0); } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes loading {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

body {
  background-color: #fff;
  padding: 0;
  margin: 0; }

body,
input {
  font-family: "IntervalNextBook", sans-serif; }

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  max-width: 1200px; }

.button {
  align-items: center;
  justify-content: center;
  display: flex;
  font-family: "IntervalNextReg", sans-serif;
  min-width: 130px;
  height: 44px;
  padding: 0 22px;
  max-width: 180px;
  background-color: transparent;
  border-radius: 2px;
  border: none;
  outline: none;
  will-change: background-color;
  font-size: 1rem;
  text-align: center;
  color: #00adef; }
  .button--extra-small {
    height: 34px; }
  .button--small {
    height: 44px; }
  .button--medium {
    height: 48px; }
  .button--large {
    height: 56px; }
  .button:hover {
    cursor: pointer; }
  .button--primary {
    text-align: center;
    background-color: #00adef;
    color: #fff; }
    .button--primary:active {
      background-color: #33bdf2; }
  .button--secondary {
    text-align: center;
    border: 2px solid #00adef; }
  .button--alternative {
    text-align: center;
    background-color: #44c482;
    color: #fff; }
  .button--link {
    justify-content: flex-start;
    padding: 0;
    background-color: transparent;
    text-decoration: underline;
    text-align: left;
    color: #00adef; }
  .button--full-width {
    max-width: 100%;
    width: 100%;
    max-width: initial; }
  .button--large {
    font-size: 1.25rem; }
  .button--medium {
    font-size: 1.25rem; }
  .button--small {
    font-size: 1rem; }
  .button--disabled {
    background-color: #f0f1f3;
    color: #d1d5da;
    cursor: initial;
    pointer-events: none;
    border: 0; }
  .button--spaced {
    margin-top: 25px; }
  .button--align-right {
    float: right; }
  .button--disabled {
    pointer-events: none; }

input {
  font-size: 0.9375rem;
  height: 35px; }
  input.error {
    border-color: #fff2b6; }

.flex-row {
  display: flex;
  flex-direction: row; }
  .flex-row--align-center {
    align-self: center;
    min-width: 190px; }

.flex-column {
  flex-direction: column; }

.line {
  height: 2px;
  background-color: #f0f0f0; }
  .line--spaced {
    margin: 20px 0 40px 0; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.ember-modal-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50; }

.ember-modal-dialog {
  z-index: 50;
  position: fixed; }
  .ember-modal-dialog.ember-modal-dialog-in-place {
    position: relative; }

.ember-modal-dialog {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px #222;
  padding: 10px; }

.ember-modal-overlay.translucent {
  background-color: rgba(128, 128, 128, 0.77); }

.ember-modal-overlay {
  z-index: 999999; }

.ember-modal-dialog {
  padding: 0; }

.create-unit {
  padding: 5px 20px; }
  .create-unit .flex-row {
    margin: 10px auto;
    flex-wrap: wrap; }
    .create-unit .flex-row div {
      flex: 0 1 150px; }
  .create-unit input {
    font-size: 1rem;
    font-weight: 300; }

.create-subunit {
  padding: 5px 20px; }
  .create-subunit .label {
    margin-bottom: 20px; }

.photo-preview img {
  display: block;
  margin: 0 auto;
  max-height: 60vh; }

.photo-navigation {
  width: 100%;
  margin-top: 8px;
  text-align: center; }
  .photo-navigation svg {
    width: 10px;
    height: 10px;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    fill: #000000; }
    .photo-navigation svg:first-of-type {
      margin-left: 8px; }

.photo-prev,
.photo-next {
  position: absolute;
  top: 50%;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 2px; }
  .photo-prev svg,
  .photo-next svg {
    width: 16px;
    height: 16px; }

.photo-prev {
  left: 8px; }

.photo-next {
  right: 8px; }

.uni-modal .content {
  padding-left: 32px;
  padding-right: 32px; }

.main-title {
  font-family: "IntervalNextReg", sans-serif;
  font-size: 2rem;
  color: #303030;
  margin-top: 46px; }
  .main-title--light {
    font-family: "IntervalNextLi", sans-serif; }

.subpage-title {
  font-family: "IntervalNextReg", sans-serif;
  font-size: 1.5rem;
  color: #303030;
  margin-bottom: 0; }

.secondary-title {
  font-family: "IntervalNextReg", sans-serif;
  font-size: 1.5rem;
  color: #303030; }
  .secondary-title--spaced {
    margin-top: 30px;
    margin-bottom: 40px; }

.section-title {
  color: #303030; }
  .section-title--spaced {
    margin-top: 40px;
    margin-bottom: 8px; }
  .section-title--strong {
    font-weight: 700; }

.label {
  font-family: "IntervalNextReg", sans-serif;
  font-size: 1.125rem;
  color: #303030; }
  .label--spaced {
    margin-top: 10px; }

.underline {
  text-decoration: underline; }

.link {
  font-family: "IntervalNextReg", sans-serif;
  color: #00adef;
  text-decoration: none;
  cursor: pointer; }
  .link:hover {
    cursor: pointer;
    text-decoration: underline; }
  .link--active {
    color: #3b9eff; }
  .link--negative {
    color: #fff; }
  .link--alternative {
    color: #616161; }

.not-authenticated,
.container__centered {
  margin-top: 128px; }
  .not-authenticated .search,
  .container__centered .search {
    margin-top: 30px; }
    .not-authenticated .search__container,
    .container__centered .search__container {
      display: flex;
      align-items: center;
      margin-top: 20px; }
      .not-authenticated .search__container input,
      .container__centered .search__container input {
        margin-right: 10px; }

.__home-page__603e9 {
  padding: 0 32px; }

.__home-page__603e9 input[type="submit"] {
  visibility: hidden; }

.__home-page__603e9 .uni-subtitle {
  margin-bottom: 20px; }

.__home-page__603e9 form {
  display: flex;
  align-items: center; }
  .__home-page__603e9 form input {
    width: 400px;
    height: 48px; }
  .__home-page__603e9 form :first-child {
    margin-right: 20px; }

.__home-page__603e9 .uni-alert {
  top: 60px; }

.__login-page__cd46d .uni-signin {
  width: 300px;
  padding-top: 48px;
  margin: 0 auto; }
  .__login-page__cd46d .uni-signin__title {
    margin-bottom: 40px; }

.__login-page__cd46d .error-label {
  text-align: left;
  color: red; }

.__login-page__cd46d .uni-button {
  width: 100%;
  max-width: none;
  margin-top: 24px;
  height: 56px; }

.__login-page__cd46d .uni-signin-wrapper {
  display: flex;
  align-items: center;
  width: 100%; }

.__login-page__cd46d input {
  height: 56px; }

.__login-page__cd46d input[type="submit"] {
  visibility: hidden; }

.__main-header__0b795 .uni-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3; }

.__main-header__0b795 .disabled {
  pointer-events: none; }

.__main-header__0b795 .uni-header {
  z-index: 10; }

.__properties-navigation__a3534 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.__properties-navigation__a3534 .container {
  margin-top: 110px; }

.__properties-property__063fb .uni-title-validation .subpage-title,
.__properties-property__063fb .uni-title-validation .subpage-title + div,
.__properties-property__063fb .uni-title-validation .subpage-title + svg {
  margin-top: 8px;
  margin-bottom: 16px; }

.__properties-property__063fb .subpage-title--alt {
  margin-bottom: 24px; }

.__properties-property__063fb .uni-textarea {
  width: 100%;
  margin: 20px auto; }

.__properties-property__063fb textarea {
  max-width: none; }

.__properties-property__063fb .uni-dropdown__wrapper {
  max-height: 200px;
  overflow: hidden;
  overflow-y: scroll; }

.__properties-widget__46377 .widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  bottom: 50px;
  right: 50px;
  padding: 25px 30px 40px;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 10px;
  box-shadow: -2px 1px 6px 0 rgba(107, 107, 107, 0.25);
  border: solid 1px #d1d5da;
  background-color: #fff;
  z-index: 100; }
  .__properties-widget__46377 .widget__info {
    padding: 15px 18px;
    margin-top: 14px;
    border-radius: 6px; }
    .__properties-widget__46377 .widget__info__title {
      font-family: "IntervalNextBold", sans-serif;
      font-size: 1.0625rem;
      color: #575757;
      margin-bottom: 8px; }
    .__properties-widget__46377 .widget__info__content {
      font-family: "IntervalNextMed", sans-serif;
      font-size: 0.9375rem;
      color: #575757;
      margin-bottom: 10px;
      max-width: 400px; }
  .__properties-widget__46377 .widget__offers {
    margin-bottom: 40px;
    height: 400px;
    width: 420px;
    overflow: auto; }
    .__properties-widget__46377 .widget__offers__script {
      margin-bottom: 40px; }
      .__properties-widget__46377 .widget__offers__script__title {
        font-family: "IntervalNextReg", sans-serif;
        font-size: 1.125rem;
        color: #888;
        margin-bottom: 10px; }
    .__properties-widget__46377 .widget__offers__details {
      font-size: 1.125rem;
      color: #888;
      margin-bottom: 16px; }
      .__properties-widget__46377 .widget__offers__details--strong {
        font-weight: 700; }
  .__properties-widget__46377 .widget__offer {
    margin-top: 16px; }
    .__properties-widget__46377 .widget__offer__title {
      margin-top: 14px;
      color: #575757; }
    .__properties-widget__46377 .widget__offer__reference {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      font-weight: 700;
      font-size: 1.125rem;
      color: #00adef; }
      .__properties-widget__46377 .widget__offer__reference:hover {
        cursor: pointer; }
      .__properties-widget__46377 .widget__offer__reference svg {
        margin-left: 14px;
        width: 10px;
        height: 7px;
        fill: #00adef; }
    .__properties-widget__46377 .widget__offer__info {
      padding: 15px 18px;
      margin-top: 14px;
      border-radius: 6px; }
      .__properties-widget__46377 .widget__offer__info__title {
        font-weight: 700;
        font-size: 1.0625rem;
        color: #575757;
        margin-bottom: 8px; }
      .__properties-widget__46377 .widget__offer__info__link, .__properties-widget__46377 .widget__offer__info__content {
        font-weight: 500;
        font-size: 0.9375rem;
        color: #575757;
        margin-bottom: 20px;
        max-width: 400px; }
      .__properties-widget__46377 .widget__offer__info__link {
        display: block;
        color: #00adef;
        text-decoration: none; }
    .__properties-widget__46377 .widget__offer--collapse .widget__offer__info {
      display: none; }
    .__properties-widget__46377 .widget__offer--collapse .widget__offer__reference svg {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  .__properties-widget__46377 .widget__btn {
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 50px;
    cursor: pointer; }
    .__properties-widget__46377 .widget__btn svg {
      width: 30px; }
    .__properties-widget__46377 .widget__btn p {
      font-size: 0.75rem;
      color: #616161;
      margin: 5px 0; }

.__property-general__b3827 .landlord-info-wrapper {
  position: relative;
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
  width: 100%;
  display: flex; }
  @media (max-width: 600px) {
    .__property-general__b3827 .landlord-info-wrapper {
      flex-grow: 1;
      flex-basis: 100%;
      width: 100%; } }
  .__property-general__b3827 .landlord-info-wrapper > div:first-child {
    position: relative;
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 75%;
    width: 75%; }
    @media (max-width: 600px) {
      .__property-general__b3827 .landlord-info-wrapper > div:first-child {
        flex-grow: 1;
        flex-basis: 100%;
        width: 100%; } }
  .__property-general__b3827 .landlord-info-wrapper > div:last-child {
    position: relative;
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 25%;
    width: 25%; }
    @media (max-width: 600px) {
      .__property-general__b3827 .landlord-info-wrapper > div:last-child {
        flex-grow: 1;
        flex-basis: 100%;
        width: 100%; } }

.__property-offers__80a76 {
  min-height: 300px; }

.__property-offers__80a76 .header__controls {
  display: flex;
  margin-left: auto; }
  .__property-offers__80a76 .header__controls .uni-button--secondary {
    margin-right: 16px; }

.__property-offers__80a76 .title {
  position: relative;
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 16.66667%;
  width: 16.66667%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 600px) {
    .__property-offers__80a76 .title {
      flex-grow: 1;
      flex-basis: 100%;
      width: 100%; } }
  .__property-offers__80a76 .title .main-title {
    margin-top: 0; }

.__property-offers__80a76 .reference {
  display: table;
  background-color: #fff2b6;
  font-size: 1rem;
  padding: 8px;
  color: #575757;
  margin-left: 10px; }

.__property-offers__80a76 .editable-reference {
  display: flex;
  align-items: center;
  margin: 20px auto; }
  .__property-offers__80a76 .editable-reference input {
    font-family: "IntervalNextReg", sans-serif;
    font-size: 1.25rem;
    color: #224251;
    width: 400px; }

.__property-offers__80a76 .collapsable {
  cursor: pointer;
  margin-bottom: 20px; }
  .__property-offers__80a76 .collapsable .line {
    margin-top: 5px; }
  .__property-offers__80a76 .collapsable span {
    display: inline-block;
    float: right; }
  .__property-offers__80a76 .collapsable--expand {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.__property-offers__80a76 .property-basic--show,
.__property-offers__80a76 .property-advanced--show {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  will-change: opacity;
  animation: fadeIn 1s cubic-bezier(0, 0, 0.21, 1) forwards; }

.__property-offers__80a76 .warning {
  margin-top: 0; }

.__property-offers__80a76 .flex-column > div {
  margin-bottom: 8px; }

.__property-offers__80a76 .uni-image-gallery {
  max-width: 1200px; }
  .__property-offers__80a76 .uni-image-gallery__wrapper {
    height: 480px;
    overflow: hidden;
    overflow-y: scroll; }
    .__property-offers__80a76 .uni-image-gallery__wrapper__item__image {
      margin-bottom: 0; }

.__property-offers__80a76 .uni-file-upload {
  width: 100%;
  max-width: 1000px; }
  .__property-offers__80a76 .uni-file-upload__preview-container img {
    position: relative;
    width: 100%;
    height: 100%; }

.__property-offers__80a76 .uni-textarea {
  width: 100%;
  margin: 20px auto; }

.__property-offers__80a76 textarea {
  max-width: none; }

.__property-offers__80a76 .uni-dropdown__wrapper {
  max-height: 200px;
  overflow: hidden;
  overflow-y: scroll; }

.__property-offers__80a76 .flex-row.floor-radio-spacing {
  padding: 0 0 16px; }

.__property-offers__80a76 .flex-row.floor .uni-input {
  width: 160px;
  height: 48px;
  margin-right: 8px; }

.__property-offers__80a76 .label.range {
  align-self: center;
  margin-right: 16px; }

.__property-subunits__172b3 .subunit__title {
  display: flex;
  align-items: baseline;
  justify-content: space-between; }
  .__property-subunits__172b3 .subunit__title .uni-title-validation {
    width: 100%; }
    .__property-subunits__172b3 .subunit__title .uni-title-validation .uni-alert {
      margin-top: 40px; }

.__property-subunits__172b3 .subunit__content {
  will-change: transform;
  animation: slideIn 0.15s cubic-bezier(0, 0, 0.21, 1) forwards;
  margin-top: 10px; }

.__property-subunits__172b3 .uni-button--primary {
  margin-right: 4px; }

.__property-units__1da0f .title {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .__property-units__1da0f .title .main-title {
    margin-top: 0; }

.__property-units__1da0f .unit__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }
  .__property-units__1da0f .unit__header__item {
    display: flex;
    align-items: center; }
    .__property-units__1da0f .unit__header__item__area input {
      margin: 0 15px;
      width: 65px;
      font-size: 1.25rem;
      text-align: right; }
    .__property-units__1da0f .unit__header__item__type {
      font-size: 1.25rem;
      margin-left: 40px;
      color: #575757;
      font-weight: 300; }
    .__property-units__1da0f .unit__header__item__btn {
      display: flex;
      align-items: center;
      min-width: 50px; }
      .__property-units__1da0f .unit__header__item__btn svg {
        margin-right: 7px;
        width: 15px;
        stroke: #575757; }
    .__property-units__1da0f .unit__header__item__title {
      font-family: "IntervalNextReg", sans-serif;
      font-size: 1.25rem;
      color: #224251;
      width: 400px;
      font-size: 1.4375rem; }
    .__property-units__1da0f .unit__header__item__reference {
      font-family: "IntervalNextReg", sans-serif;
      margin-left: 10px;
      background-color: #fff2b6;
      font-size: 1rem;
      padding: 8px;
      cursor: default; }

.__property-units__1da0f .features .flex-row div {
  flex: 0 1 120px; }

.__property-units__1da0f .subpage-title {
  margin-top: 40px;
  font-size: 1.75rem; }

.__property-validation__62941 .subpage-title {
  margin: 28px 0; }

.__property-validation__62941 .underline {
  font-weight: 300;
  margin-bottom: 5px; }

.__property-validation__62941 .creating {
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.9;
  background-color: #fff;
  z-index: 100;
  text-align: center; }
  .__property-validation__62941 .creating svg {
    margin-top: 50vh;
    height: 64px;
    width: 64px; }

.__prospective-properties-page__73438 .uni-title {
  margin-bottom: 20px; }

.__prospective-properties-page__73438 .tabs__item {
  font-size: 1.25rem; }

.__prospective-properties-page__73438 .controls .uni-button {
  margin-bottom: 10px; }

.__prospective-properties-page__73438 .container {
  margin-top: 84px; }

.__providers-page__eb445 .label {
  margin-top: 8px !important;
  color: #575757; }

.__providers-page__eb445 .drafts-number {
  font-weight: 300;
  margin-top: 32px;
  margin-bottom: 16px; }

.__providers-page__eb445 .line--spaced {
  margin: 20px 0; }

.__providers-page__eb445 .uni-title {
  display: block;
  margin-bottom: 20px; }
  .__providers-page__eb445 .uni-title .uni-subtitle {
    margin-top: 12px; }

.__providers-page__eb445 .drafts {
  border-collapse: collapse;
  width: 1200px;
  margin-bottom: 100px; }
  .__providers-page__eb445 .drafts__header {
    border-bottom: 2px solid #d1d5da; }
  .__providers-page__eb445 .drafts__row:nth-child(even) {
    background-color: #f0f0f0; }
  .__providers-page__eb445 .drafts__row__column {
    min-width: 120px; }
    .__providers-page__eb445 .drafts__row__column--short {
      max-width: 86px; }
  .__providers-page__eb445 .drafts th {
    font-family: "IntervalNextReg", sans-serif;
    font-size: 1.25rem;
    color: #224251;
    height: 48px;
    text-align: left;
    padding: 12px; }
  .__providers-page__eb445 .drafts td {
    font-family: "IntervalNextReg", sans-serif;
    height: 40px;
    padding: 12px;
    font-size: 1.25rem;
    color: #575757;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.__providers-page__eb445 .button {
  height: auto;
  padding: 0; }
  .__providers-page__eb445 .button svg {
    margin-right: 7px;
    width: 15px;
    stroke: #575757; }

.__providers-page__eb445 .badge {
  height: 22px;
  padding: 6px 16px 0 16px;
  border-radius: 22px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 10px;
  color: #fff;
  background-color: #00adef;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300; }
  .__providers-page__eb445 .badge--success {
    background-color: #44c482; }
  .__providers-page__eb445 .badge--warning {
    background-color: #ffb104; }
  .__providers-page__eb445 .badge--error {
    background-color: #ff6b6b; }
  .__providers-page__eb445 .badge--info {
    background-color: #00adef; }

.__providers-page__eb445 .uni-input-container {
  height: 40px;
  margin-top: 0; }

.__providers-page__eb445 .flex-row--align-center {
  min-width: 80px; }

.__providers-page__eb445 .uni-alert {
  top: 60px; }

.__uni-cp-validation-message__9d32e .uni-cp-validation-message__message {
  font-family: "IntervalNextBook", sans-serif;
  font-size: 1.125rem;
  color: #ff8d8d;
  line-height: 1.25;
  white-space: nowrap; }

.__uni-footer__a21a8,
.__uni-footer__a21a8.uni-footer,
.__uni-footer__a21a8 .uni-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  height: 90px;
  padding: 22px;
  border-top: 1px solid #d1d5da;
  background-color: #fff;
  bottom: 0;
  left: 0;
  z-index: 3;
  margin-top: 20px; }
  .__uni-footer__a21a8--overhangs,
  .__uni-footer__a21a8.uni-footer--overhangs,
  .__uni-footer__a21a8 .uni-footer--overhangs {
    box-shadow: 0 -2px 5px 0 rgba(210, 210, 210, 0.3); }
  .__uni-footer__a21a8__wrapper,
  .__uni-footer__a21a8.uni-footer__wrapper,
  .__uni-footer__a21a8 .uni-footer__wrapper {
    display: flex;
    justify-content: space-between;
    justify-content: space-between;
    height: 100%; }
  @media (max-width: 600px) {
    .__uni-footer__a21a8,
    .__uni-footer__a21a8.uni-footer,
    .__uni-footer__a21a8 .uni-footer {
      height: 58px;
      padding: 0; } }
  .__uni-footer__a21a8__wrapper,
  .__uni-footer__a21a8.uni-footer__wrapper,
  .__uni-footer__a21a8 .uni-footer__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  @media (max-width: 600px) {
    .__uni-footer__a21a8 .uni-button,
    .__uni-footer__a21a8.uni-footer .uni-button,
    .__uni-footer__a21a8 .uni-footer .uni-button {
      width: 100%;
      max-width: 100%;
      height: 100%;
      text-align: center;
      border-radius: 0; } }

@media (max-width: 600px) {
  .__uni-footer__a21a8 .uni-button--secondary {
    justify-content: center;
    text-align: center; } }

.__uni-gallery__4b67d .available-photos-wrapper,
.__uni-gallery__4b67d .main-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 500px;
  padding: 10px 30px;
  margin-bottom: 10px;
  border-radius: 2px;
  width: 100%;
  background-color: #f0f0f0;
  align-items: flex-end; }
  .__uni-gallery__4b67d .available-photos-wrapper.focus,
  .__uni-gallery__4b67d .main-gallery-wrapper.focus {
    box-shadow: inset 0 0 10px #00adef; }
  .__uni-gallery__4b67d .available-photos-wrapper .photos,
  .__uni-gallery__4b67d .main-gallery-wrapper .photos {
    height: 90%; }
  .__uni-gallery__4b67d .available-photos-wrapper .item,
  .__uni-gallery__4b67d .main-gallery-wrapper .item {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: relative;
    margin: 10px;
    width: calc(25% - 20px);
    height: 180px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    display: block;
    cursor: -webkit-grab;
    cursor: grab; }
    .__uni-gallery__4b67d .available-photos-wrapper .item:first-child,
    .__uni-gallery__4b67d .main-gallery-wrapper .item:first-child {
      margin-left: 0; }
    .__uni-gallery__4b67d .available-photos-wrapper .item img,
    .__uni-gallery__4b67d .main-gallery-wrapper .item img {
      width: 100%;
      height: 100%;
      border-radius: 4px; }
    .__uni-gallery__4b67d .available-photos-wrapper .item:hover .overlay,
    .__uni-gallery__4b67d .main-gallery-wrapper .item:hover .overlay {
      display: flex;
      border-radius: 4px; }
  .__uni-gallery__4b67d .available-photos-wrapper .sortable-items,
  .__uni-gallery__4b67d .main-gallery-wrapper .sortable-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    overflow: auto;
    height: 90%;
    z-index: 2; }
  .__uni-gallery__4b67d .available-photos-wrapper p,
  .__uni-gallery__4b67d .main-gallery-wrapper p {
    color: #575757;
    display: block;
    height: 10%;
    font-size: 0.875rem; }
  .__uni-gallery__4b67d .available-photos-wrapper .no-items,
  .__uni-gallery__4b67d .main-gallery-wrapper .no-items {
    position: absolute;
    display: flex;
    top: 20px;
    left: 30px;
    width: 480px;
    height: 80%;
    border-radius: 4px;
    border: dashed 2px #888;
    align-items: center;
    justify-content: center;
    color: #575757; }
    .__uni-gallery__4b67d .available-photos-wrapper .no-items svg,
    .__uni-gallery__4b67d .main-gallery-wrapper .no-items svg {
      margin-right: 20px;
      width: 30px; }
    .__uni-gallery__4b67d .available-photos-wrapper .no-items__message,
    .__uni-gallery__4b67d .main-gallery-wrapper .no-items__message {
      font-size: 1.125rem;
      width: 100px; }
  .__uni-gallery__4b67d .available-photos-wrapper .overlay,
  .__uni-gallery__4b67d .main-gallery-wrapper .overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .__uni-gallery__4b67d .available-photos-wrapper .overlay--visible,
    .__uni-gallery__4b67d .main-gallery-wrapper .overlay--visible {
      display: flex; }
    .__uni-gallery__4b67d .available-photos-wrapper .overlay__message,
    .__uni-gallery__4b67d .main-gallery-wrapper .overlay__message {
      display: block;
      width: 100%;
      color: #888;
      text-align: center;
      margin-top: auto;
      visibility: hidden; }
      .__uni-gallery__4b67d .available-photos-wrapper .overlay__message--visible,
      .__uni-gallery__4b67d .main-gallery-wrapper .overlay__message--visible {
        visibility: visible; }
    .__uni-gallery__4b67d .available-photos-wrapper .overlay__btn,
    .__uni-gallery__4b67d .main-gallery-wrapper .overlay__btn {
      display: flex;
      height: 62px;
      padding: 12px;
      margin: 12px;
      margin-bottom: auto;
      color: #888;
      font-weight: 300;
      font-size: 1rem;
      text-align: center;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: space-between; }
      .__uni-gallery__4b67d .available-photos-wrapper .overlay__btn:hover,
      .__uni-gallery__4b67d .main-gallery-wrapper .overlay__btn:hover {
        cursor: pointer;
        font-weight: 500; }
      .__uni-gallery__4b67d .available-photos-wrapper .overlay__btn svg,
      .__uni-gallery__4b67d .main-gallery-wrapper .overlay__btn svg {
        width: 22px;
        height: auto;
        margin: 0 auto; }
      .__uni-gallery__4b67d .available-photos-wrapper .overlay__btn p,
      .__uni-gallery__4b67d .main-gallery-wrapper .overlay__btn p {
        width: 100%;
        margin: 0; }
    .__uni-gallery__4b67d .available-photos-wrapper .overlay .button,
    .__uni-gallery__4b67d .main-gallery-wrapper .overlay .button {
      width: 100px;
      min-width: auto;
      height: 32px;
      line-height: 32px;
      margin-top: 35px; }

.__uni-gallery__4b67d .available-photos-wrapper {
  height: 320px;
  padding: 10px 30px 15px 30px; }
  .__uni-gallery__4b67d .available-photos-wrapper p {
    margin: 0; }
  .__uni-gallery__4b67d .available-photos-wrapper .sortable-items {
    height: 85%; }
    .__uni-gallery__4b67d .available-photos-wrapper .sortable-items .item {
      width: 165px;
      height: 115px;
      min-height: initial;
      margin-top: 0; }

.__uni-gallery__4b67d .sortable-ghost {
  margin: 0;
  padding: 0;
  opacity: 0.3; }
  .__uni-gallery__4b67d .sortable-ghost img {
    border: solid 2px #00adef; }
  .__uni-gallery__4b67d .sortable-ghost .overlay {
    display: none !important; }

.__uni-map__982e2 .g-map-canvas {
  height: 400px; }

.__uni-map__982e2 .success {
  margin-top: 20px;
  color: #44c482; }

.__uni-map__982e2 .error {
  margin-top: 20px;
  color: #ff8d8d; }

.__uni-modal__92286.modal-dialog {
  min-width: 550px;
  border-radius: 4px;
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.25);
  overflow: hidden; }
  .__uni-modal__92286.modal-dialog .controls {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.__uni-modal__92286 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px; }
  .__uni-modal__92286 .title__close {
    cursor: pointer; }
    .__uni-modal__92286 .title__close svg {
      width: 20px; }
  .__uni-modal__92286 .title .main-title {
    margin-top: 0; }

.__uni-modal__92286 .content {
  padding: 0 20px 20px;
  background-color: #fff; }

.__uni-modal__92286 .line--spaced {
  margin: 30px 0; }

.__uni-modal__92286 .controls {
  margin-top: 30px; }

.__uni-modal__92286 .create-offer .uni-input {
  width: 300px; }

.__uni-modal__92286 .create-offer .uni-radio-button {
  margin-top: 6px; }

.__uni-photo-thumbnail__ffbb8:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/hide_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px;
  border: 2px dashed #d1d5da; }

.__uni-photo-thumbnail__ffbb8 .uni-photo__thumbnail__not-available {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 24px;
  text-align: center;
  font-family: "IntervalNextReg", sans-serif;
  font-size: 1.0625rem;
  color: #224251; }

.__uni-photo-thumbnail__ffbb8 .uni-image-gallery__wrapper__item__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center; }
  .__uni-photo-thumbnail__ffbb8 .uni-image-gallery__wrapper__item__progress svg {
    height: 120px; }

.__uni-photo-thumbnail__ffbb8 .uni-image-gallery__wrapper__item__image--fade:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35); }

.__uni-photo-uploader__3df80 .uni-image-gallery {
  max-width: 1200px;
  margin-top: 32px;
  color: #575757; }
  .__uni-photo-uploader__3df80 .uni-image-gallery__wrapper {
    overflow: hidden;
    overflow-y: scroll; }
  @media (max-width: 900px) {
    .__uni-photo-uploader__3df80 .uni-image-gallery {
      padding-left: 20px;
      padding-right: 20px; } }
  .__uni-photo-uploader__3df80 .uni-image-gallery textarea {
    font-size: 1rem; }
  @media (max-width: 900px) {
    .__uni-photo-uploader__3df80 .uni-image-gallery__wrapper__add-more {
      padding: 20px; } }
  .__uni-photo-uploader__3df80 .uni-image-gallery--focused {
    border-top: 3px solid #00adef;
    border-left: 3px solid #00adef;
    border-right: 3px solid #00adef; }
  .__uni-photo-uploader__3df80 .uni-image-gallery__header {
    display: flex;
    justify-content: space-between; }
  .__uni-photo-uploader__3df80 .uni-image-gallery__tooltip {
    display: flex;
    align-items: center; }
    .__uni-photo-uploader__3df80 .uni-image-gallery__tooltip svg {
      margin-right: 10px;
      height: 20px; }
  .__uni-photo-uploader__3df80 .uni-image-gallery__wrapper__item__image {
    margin-bottom: 0;
    background-position: center; }
  .__uni-photo-uploader__3df80 .uni-image-gallery__wrapper__item--focused {
    border: 3px solid #00adef; }
  .__uni-photo-uploader__3df80 .uni-image-gallery__wrapper__item__remove {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00222f;
    background-color: #f5f9fc;
    padding: 0 10px;
    width: auto; }
    .__uni-photo-uploader__3df80 .uni-image-gallery__wrapper__item__remove svg,
    .__uni-photo-uploader__3df80 .uni-image-gallery__wrapper__item__remove path {
      position: relative;
      width: 18px;
      fill: #00222f;
      top: 0;
      left: 0; }
    .__uni-photo-uploader__3df80 .uni-image-gallery__wrapper__item__remove--alert {
      background-color: #ff6b6b;
      color: #fff;
      opacity: 0.9; }
  .__uni-photo-uploader__3df80 .uni-image-gallery__wrapper__item__main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    line-height: 36px; }
    .__uni-photo-uploader__3df80 .uni-image-gallery__wrapper__item__main svg {
      width: 15px;
      fill: #fff; }

.__uni-photo-uploader__3df80 .uni-progress-bar {
  position: relative;
  top: 0;
  left: 0; }

.__uni-photo-uploader__3df80 .is-dragging-object {
  border-radius: 6px; }
  .__uni-photo-uploader__3df80 .is-dragging-object .uni-image-gallery__wrapper__item__image {
    border-radius: 2px; }
  .__uni-photo-uploader__3df80 .is-dragging-object .uni-image-gallery__wrapper__item__remove,
  .__uni-photo-uploader__3df80 .is-dragging-object .uni-image-gallery__wrapper__item__progress,
  .__uni-photo-uploader__3df80 .is-dragging-object .textarea {
    display: none; }

.__uni-photo-uploader__3df80 input[type=file] {
  opacity: 0;
  position: absolute;
  z-index: -1; }

.__uni-photo-uploader__3df80 .uni-carrousel {
  margin-top: 10px; }
  .__uni-photo-uploader__3df80 .uni-carrousel__container__item {
    padding: 46px 26px 26px 26px; }
  .__uni-photo-uploader__3df80 .uni-carrousel__container__item__title {
    margin-top: 32px; }
  .__uni-photo-uploader__3df80 .uni-carrousel__container__item__thumbnail svg {
    width: auto;
    height: 160px; }
  @media (max-width: 600px) {
    .__uni-photo-uploader__3df80 .uni-carrousel {
      width: 100%;
      height: 360px; }
      .__uni-photo-uploader__3df80 .uni-carrousel__container__item {
        padding: 0 10px 26px 10px; } }

.__uni-saving-btn__36e79 {
  margin-right: 20px; }

.__uni-subtitle-validation__f1c9e {
  display: flex;
  align-items: center; }
  .__uni-subtitle-validation__f1c9e svg {
    width: 22px;
    margin: 0 0 0 15px; }
  .__uni-subtitle-validation__f1c9e.spaced {
    margin-top: 60px;
    margin-bottom: 16px; }

.__uni-subtitle-validation__f1c9e .warning {
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding: 5px 20px 5px 5px;
  background-color: #fff2b6; }
  .__uni-subtitle-validation__f1c9e .warning__title {
    margin-left: 20px;
    font-size: 0.875rem; }

.__uni-title-validation__4525e.uni-title-validation {
  display: flex;
  align-items: center;
  min-height: 44px; }
  .__uni-title-validation__4525e.uni-title-validation--spaced {
    margin-top: 64px; }

.__uni-title-validation__4525e .subpage-title__success-icon svg {
  width: 22px;
  margin: 5px 0 0 15px; }

.__uni-title-validation__4525e .uni-alert--warning {
  align-items: center;
  margin-left: 20px;
  min-width: 240px;
  max-width: 400px;
  min-height: 44px; }
  .__uni-title-validation__4525e .uni-alert--warning svg {
    width: 18px;
    margin-right: 18px; }

.__uni-unit-photo-uploader__31668 .uni-anchor {
  white-space: nowrap; }

.__uni-unit-photo-uploader__31668 .uni-input {
  width: 350px;
  font-size: 1.25rem; }

.__uni-unit-photo-uploader__31668 .unit__offers {
  position: relative;
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 41.66667%;
  width: 41.66667%;
  padding: 20px;
  background: #f0f1f3; }
  @media (max-width: 600px) {
    .__uni-unit-photo-uploader__31668 .unit__offers {
      flex-grow: 1;
      flex-basis: 100%;
      width: 100%; } }

.__uni-unit-photo-uploader__31668 .unit__offer {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 1rem; }
  .__uni-unit-photo-uploader__31668 .unit__offer__container:not(:last-child) {
    padding-bottom: 6px;
    margin-bottom: 14px;
    border-bottom: 1px solid black; }
  .__uni-unit-photo-uploader__31668 .unit__offer__title {
    font-family: "IntervalNextReg", sans-serif;
    margin-right: 6px;
    font-size: 1.125rem; }

.__properties-navigation__controls__d697c .button {
  margin-top: 30px;
  margin-bottom: 150px; }

.__properties-navigation__sub-menu__7559b .uni-tabs {
  position: fixed;
  top: 59px;
  z-index: 10;
  text-transform: uppercase; }
  .__properties-navigation__sub-menu__7559b .uni-tabs__wrapper__item {
    padding: 0; }
    .__properties-navigation__sub-menu__7559b .uni-tabs__wrapper__item a {
      display: flex;
      align-items: center;
      justify-content: center; }
  .__properties-navigation__sub-menu__7559b .uni-tabs .active {
    background-color: #d1d5da; }
  .__properties-navigation__sub-menu__7559b .uni-tabs .validation {
    display: flex; }
  .__properties-navigation__sub-menu__7559b .uni-tabs svg {
    width: 22px;
    margin: 0 0 0 15px;
    align-self: center; }

.__property-general__address__f1092 .address-wrapper {
  position: relative;
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
  width: 100%;
  display: flex; }
  @media (max-width: 600px) {
    .__property-general__address__f1092 .address-wrapper {
      flex-grow: 1;
      flex-basis: 100%;
      width: 100%; } }
  .__property-general__address__f1092 .address-wrapper .section-title {
    margin-top: 16px;
    margin-bottom: 8px; }
  .__property-general__address__f1092 .address-wrapper__details, .__property-general__address__f1092 .address-wrapper__map {
    position: relative;
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 50%;
    width: 50%; }
    @media (max-width: 600px) {
      .__property-general__address__f1092 .address-wrapper__details, .__property-general__address__f1092 .address-wrapper__map {
        flex-grow: 1;
        flex-basis: 100%;
        width: 100%; } }
  .__property-general__address__f1092 .address-wrapper__details--city .section-title {
    margin-top: 0; }
  .__property-general__address__f1092 .address-wrapper__details--number input,
  .__property-general__address__f1092 .address-wrapper__details--postal-code input {
    width: 160px; }
  .__property-general__address__f1092 .address-wrapper__details--address input,
  .__property-general__address__f1092 .address-wrapper__details--extra input {
    width: 400px; }
  .__property-general__address__f1092 .address-wrapper__details--lat-lng {
    display: flex; }
    .__property-general__address__f1092 .address-wrapper__details--lat-lng div:first-child {
      margin-right: 18px; }
    .__property-general__address__f1092 .address-wrapper__details--lat-lng .uni-input {
      width: 190px;
      color: #888;
      background-color: #f0f1f3; }
    .__property-general__address__f1092 .address-wrapper__details--lat-lng .uni-cp-validation-message {
      width: 190px;
      margin: 8px 0; }
  .__property-general__address__f1092 .address-wrapper__details__neighborhood {
    display: flex;
    align-items: center; }
    .__property-general__address__f1092 .address-wrapper__details__neighborhood .uni-input {
      width: 190px;
      color: #888;
      background-color: #f0f1f3; }
    .__property-general__address__f1092 .address-wrapper__details__neighborhood .uni-button {
      margin-left: 16px;
      margin-top: 0 !important; }
  .__property-general__address__f1092 .address-wrapper .uni-button {
    margin-top: 16px; }
  .__property-general__address__f1092 .address-wrapper .uni-alert {
    position: relative;
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 75%;
    width: 75%;
    padding: 16px;
    font-size: 1.125rem; }
    @media (max-width: 600px) {
      .__property-general__address__f1092 .address-wrapper .uni-alert {
        flex-grow: 1;
        flex-basis: 100%;
        width: 100%; } }
    .__property-general__address__f1092 .address-wrapper .uni-alert .alert__wrapper {
      display: flex;
      align-items: center; }

.__property-general__address__f1092 .uni-select {
  height: 44px; }

.__property-general__address__f1092 .uni-cp-validation-message {
  margin: 8px 0; }

.__property-general__energy-certification__16339 .energy-certification-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 500px;
  margin-top: 16px; }
  .__property-general__energy-certification__16339 .energy-certification-form-wrapper .uni-dropdown {
    height: 44px;
    line-height: 44px; }
    .__property-general__energy-certification__16339 .energy-certification-form-wrapper .uni-dropdown .uni-dropdown__wrapper {
      max-height: unset; }
    .__property-general__energy-certification__16339 .energy-certification-form-wrapper .uni-dropdown__button {
      height: 44px; }
  .__property-general__energy-certification__16339 .energy-certification-form-wrapper .uni-input-tooltip-container {
    width: 500px; }
    @media (max-width: 900px) {
      .__property-general__energy-certification__16339 .energy-certification-form-wrapper .uni-input-tooltip-container {
        width: 100%; } }
    .__property-general__energy-certification__16339 .energy-certification-form-wrapper .uni-input-tooltip-container input {
      width: 100%; }
  .__property-general__energy-certification__16339 .energy-certification-form-wrapper .uni-datepicker-input__wrapper input {
    height: 44px; }
  .__property-general__energy-certification__16339 .energy-certification-form-wrapper .uni-datepicker-input .ember-power-calendar {
    background: #fff; }
  .__property-general__energy-certification__16339 .energy-certification-form-wrapper .uni-subtitle {
    margin-bottom: 12px; }

.__property-general__features__3b841 .line {
  width: 60%;
  margin: 20px 0; }

.__property-general__guarantee__a9a1c .uni-cp-validation-message {
  position: absolute;
  margin: 8px 0; }

.__property-general__landlord-info__2817f .landlord-info {
  background-color: #f0f1f3;
  border: 1px solid #d1d5da;
  padding: 10px; }
  .__property-general__landlord-info__2817f .landlord-info > p {
    line-height: 25px;
    font-size: 1.125rem; }
    .__property-general__landlord-info__2817f .landlord-info > p.landlord-item__title {
      font-family: "IntervalNextMed", sans-serif;
      font-size: 1.375rem;
      margin-bottom: 10px; }
    .__property-general__landlord-info__2817f .landlord-info > p > .label {
      font-family: "IntervalNextMed", sans-serif;
      font-size: 1.125rem; }

.__property-general__photo-upload__80260 .uni-image-gallery__wrapper {
  margin-bottom: 16px; }

.__property-general__photo-upload__80260 .download-image {
  visibility: collapse;
  position: absolute;
  display: block;
  top: -9999px;
  left: -9999px;
  z-index: -1;
  pointer-events: none; }

.__property-general__references__bfd5f input {
  width: 400px; }

.__property-general__restrictions__f6fb5 .label__optional {
  color: #575757;
  margin-left: 10px; }

.__property-general__restrictions__f6fb5 .label--spaced {
  margin-top: 30px;
  margin-bottom: 16px; }

.__property-general__restrictions__f6fb5 .uni-cp-validation-message {
  position: absolute;
  margin: 16px 0; }

.__property-general__restrictions__f6fb5 .uni-alert {
  justify-content: flex-start;
  padding: 16px;
  width: -moz-max-content;
  width: max-content;
  margin: 8px 0 16px; }
  .__property-general__restrictions__f6fb5 .uni-alert svg {
    margin-right: 12px; }

.__property-general__typology__785fb .uni-title-validation .subpage-title,
.__property-general__typology__785fb .uni-title-validation .subpage-title + div,
.__property-general__typology__785fb .uni-title-validation .subpage-title + svg {
  margin-top: 8px; }

.__property-general__typology__785fb .property-area input {
  margin-top: 16px;
  margin-right: 10px;
  width: 80px;
  text-align: right; }

.__property-general__typology__785fb .section {
  position: relative; }
  .__property-general__typology__785fb .section--spaced {
    margin-right: 48px; }

.__property-general__typology__785fb .uni-alert {
  margin-top: 12px;
  max-width: 460px;
  height: 44px; }
  .__property-general__typology__785fb .uni-alert__title {
    font-size: 1.125rem; }
  .__property-general__typology__785fb .uni-alert svg {
    width: 20px;
    height: 20px;
    margin-right: 16px; }

.__property-general__typology__785fb .uni-input-range {
  height: 44px; }
  .__property-general__typology__785fb .uni-input-range input,
  .__property-general__typology__785fb .uni-input-range div {
    height: 44px; }

.__property-general__typology__785fb .uni-cp-validation-message {
  position: absolute;
  width: 100%;
  margin: 8px 0; }

.__property-general__verification__6d491 .uni-checkbox__wrapper {
  margin: 12px 0; }

.__property-general__verification__6d491 .uni-select {
  min-width: 180px; }

.__property-general__verification__6d491 .label {
  min-width: 80px;
  margin: 0 !important; }

.__property-general__verification__6d491 input[type="text"],
.__property-general__verification__6d491 select {
  height: 48px; }

.__property-offers__admin-fee__b49db .uni-input-price {
  max-width: 180px;
  margin: 0; }

.__property-offers__admin-fee__b49db .variable-admin-fee {
  margin-left: 195px; }
  .__property-offers__admin-fee__b49db .variable-admin-fee .label {
    margin-right: 20px; }
  .__property-offers__admin-fee__b49db .variable-admin-fee .flex-row {
    margin-bottom: 20px;
    justify-content: flex-end;
    align-items: center; }
  .__property-offers__admin-fee__b49db .variable-admin-fee input {
    width: 85px;
    margin-right: 20px; }
  .__property-offers__admin-fee__b49db .variable-admin-fee .uni-input-price {
    margin: 0 12px; }

.__property-offers__admin-fee__b49db .blocked-intervals {
  margin-bottom: 40px; }
  .__property-offers__admin-fee__b49db .blocked-intervals__admin-fee {
    align-items: center; }
    .__property-offers__admin-fee__b49db .blocked-intervals__admin-fee .uni-input-container {
      margin-top: 0; }
    .__property-offers__admin-fee__b49db .blocked-intervals__admin-fee .uni-radio-button {
      height: 44px; }
    .__property-offers__admin-fee__b49db .blocked-intervals__admin-fee input {
      width: 100px;
      height: 44px;
      margin: auto 12px;
      text-align: right; }
  .__property-offers__admin-fee__b49db .blocked-intervals__label {
    margin-top: 10px;
    align-self: baseline; }

.__property-offers__admin-fee__b49db .label {
  white-space: nowrap; }

.__property-offers__admin-fee__b49db .link {
  position: absolute;
  margin-left: 60px; }

.__property-offers__admin-fee__b49db .uni-radio input {
  margin: 0; }

.__property-offers__availability__fb3ec .blocked-intervals
.availability svg {
  width: 15px;
  height: 15px; }

.__property-offers__availability__fb3ec .blocked-intervals .uni-datepicker-input .uni-input {
  margin: auto 10px; }

.__property-offers__availability__fb3ec .blocked-intervals > .label {
  align-self: baseline;
  margin-top: 10px; }

.__property-offers__availability__fb3ec .blocked-intervals--spaced {
  margin-left: 40px; }

.__property-offers__availability__fb3ec .blocked-intervals__none {
  margin-top: 10px; }

.__property-offers__availability__fb3ec .blocked-intervals__option {
  align-items: center;
  margin-bottom: 20px; }
  .__property-offers__availability__fb3ec .blocked-intervals__option--delete {
    cursor: pointer; }

.__property-offers__availability__fb3ec .availability {
  margin-bottom: 40px; }

.__property-offers__availability__fb3ec .standard-unitary__date {
  margin-top: 12px; }

.__property-offers__availability__fb3ec .ember-power-calendar svg {
  margin-left: 0; }

.__property-offers__availability__fb3ec .update-availability-standard .option > div {
  width: 250px; }

.__property-offers__bills__3bfed .flex-row {
  align-items: center; }

.__property-offers__bills__3bfed .label {
  margin-top: 20px; }
  .__property-offers__bills__3bfed .label input {
    width: 100px;
    margin: auto 15px;
    text-align: right;
    height: 44px; }

.__property-offers__bills__3bfed .bills .flex-row {
  margin-top: 15px; }

.__property-offers__bills__3bfed .bills .flex-row :first-child {
  margin-top: 0; }

.__property-offers__bills__3bfed .bills .flex-column .flex-row:last-child {
  margin-top: 0; }

.__property-offers__bills__3bfed .bills__label {
  align-self: baseline;
  margin-top: 25px; }

.__property-offers__bills__3bfed .bills__cap {
  display: flex;
  height: 36px;
  font-size: 0.875rem;
  color: #575757;
  white-space: nowrap; }
  .__property-offers__bills__3bfed .bills__cap input {
    height: 36px;
    width: 85px;
    margin: 0px 10px;
    text-align: right; }
  .__property-offers__bills__3bfed .bills__cap .validation_wrapper {
    margin-left: 50px; }

.__property-offers__bills__3bfed .uni-radio input {
  margin: 0; }

.__property-offers__cleaning-service__5af1a .cleaning__frequency, .__property-offers__cleaning-service__5af1a .cleaning__options {
  align-items: center;
  margin-bottom: 10px; }
  .__property-offers__cleaning-service__5af1a .cleaning__frequency .uni-radio, .__property-offers__cleaning-service__5af1a .cleaning__options .uni-radio {
    margin-bottom: 20px; }
  .__property-offers__cleaning-service__5af1a .cleaning__frequency .label, .__property-offers__cleaning-service__5af1a .cleaning__options .label {
    margin-top: 10px;
    align-self: baseline; }

.__property-offers__cleaning-service__5af1a .uni-dropdown {
  width: 200px; }
  .__property-offers__cleaning-service__5af1a .uni-dropdown__wrapper {
    overflow: hidden;
    overflow-y: scroll; }

.__property-offers__contract__3d38b .flex-row {
  align-items: center;
  margin: 16px auto; }
  .__property-offers__contract__3d38b .flex-row--radio-spacing div {
    flex: 0 1 150px; }
  .__property-offers__contract__3d38b .flex-row > .label:first-child {
    margin-top: 10px;
    align-self: baseline; }

.__property-offers__contract__3d38b .maximum_guests input {
  width: 120px;
  max-width: 120px; }

.__property-offers__contract__3d38b .label {
  max-width: 120px;
  margin-right: 20px;
  line-height: 1.2; }
  .__property-offers__contract__3d38b .label--spaced-left {
    margin-left: 12px; }

.__property-offers__contract__3d38b .uni-input-range {
  margin-top: 0; }
  .__property-offers__contract__3d38b .uni-input-range input {
    max-width: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.__property-offers__contract__3d38b .uni-dropdown {
  width: 200px;
  margin: auto 20px; }

.__property-offers__contract__3d38b .uni-number-input {
  font-size: 1.25rem;
  text-align: right; }

.__property-offers__deposit__a996f .flex-row {
  align-items: center; }
  .__property-offers__deposit__a996f .flex-row input {
    width: 100px;
    height: 48px;
    margin: auto 10px; }
  .__property-offers__deposit__a996f .flex-row .label {
    margin-top: 10px;
    align-self: baseline; }

.__property-offers__deposit__a996f .deposit-value {
  min-height: 48px; }

.__property-offers__deposit__a996f .uni-radio input {
  margin: 0; }

.__property-offers__deposit__a996f .input-label {
  align-self: center;
  font-family: "IntervalNextReg", sans-serif;
  font-size: 1.125rem;
  color: #575757; }

.__property-offers__deposit__a996f .flex-column {
  z-index: -1; }

.__property-offers__references__ae14e .flex-row:not(:last-child) {
  margin-bottom: 20px; }

.__property-offers__references__ae14e .uni-input {
  height: 48px;
  width: 350px; }

.__property-offers__restrictions__69748 .flex-row--spaced {
  margin-bottom: 30px; }

.__property-offers__restrictions__69748 .flex-row .label {
  margin: 0 !important; }

.__property-offers__restrictions__69748 .uni-alert {
  padding: 16px;
  font-size: 1.125rem;
  width: -moz-max-content;
  width: max-content; }
  .__property-offers__restrictions__69748 .uni-alert svg {
    margin-right: 12px; }

.__property-offers__restrictions__69748 .uni-radio-button input[type="radio"]:checked:disabled + label {
  color: #224251; }
  .__property-offers__restrictions__69748 .uni-radio-button input[type="radio"]:checked:disabled + label:before {
    border: 2px solid #BCC6CA; }
  .__property-offers__restrictions__69748 .uni-radio-button input[type="radio"]:checked:disabled + label:after {
    background-color: #BCC6CA; }

.__property-subunits__header__944f0 .subunit__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 10px; }
  .__property-subunits__header__944f0 .subunit__header__item {
    display: flex;
    align-items: center;
    margin: 0; }
    .__property-subunits__header__944f0 .subunit__header__item__type {
      font-family: "IntervalNextBook", sans-serif;
      margin-left: 40px;
      color: #575757; }
    .__property-subunits__header__944f0 .subunit__header__item__edit {
      min-width: 70px; }
    .__property-subunits__header__944f0 .subunit__header__item .uni-anchor {
      margin: 0 14px;
      font-family: "IntervalNextBook", sans-serif;
      font-size: 1.25rem; }
      .__property-subunits__header__944f0 .subunit__header__item .uni-anchor__delete {
        color: red; }
      .__property-subunits__header__944f0 .subunit__header__item .uni-anchor:hover {
        border-bottom: 1px solid; }
    .__property-subunits__header__944f0 .subunit__header__item__title input {
      width: 300px; }
    .__property-subunits__header__944f0 .subunit__header__item__title .content {
      font-family: "IntervalNextReg", sans-serif;
      font-size: 1.25rem;
      color: #224251;
      font-size: 1.4375rem; }
    .__property-subunits__header__944f0 .subunit__header__item__reference {
      font-family: "IntervalNextMed", sans-serif;
      background-color: #fff2b6;
      font-size: 0.75rem;
      padding: 5px;
      margin: 14px;
      cursor: default; }
  .__property-subunits__header__944f0 .subunit__header .uni-title-validation--spaced {
    margin: 0px; }

.__property-subunits__subunit__5a162 .subunit__subunits {
  display: flex;
  flex-direction: column;
  background: #fafafa;
  margin: 4px 4px 4px 16px;
  border: dashed 1px #c9c9c9; }
  .__property-subunits__subunit__5a162 .subunit__subunits .subpage-title,
  .__property-subunits__subunit__5a162 .subunit__subunits .uni-title-validation--spaced {
    margin: 0px !important;
    color: #434343; }
  .__property-subunits__subunit__5a162 .subunit__subunits .subunit__title {
    font-size: 0.25rem;
    padding: 0 8px;
    border-radius: 2px;
    background: #f0f0f0; }
    .__property-subunits__subunit__5a162 .subunit__subunits .subunit__title .uni-alert {
      margin-top: 0px; }
  .__property-subunits__subunit__5a162 .subunit__subunits .subunit__header {
    margin-left: 16px; }

.__property-validation__ember-validations__0d032 .uni-title {
  margin-bottom: 24px; }

.__property-validation__ember-validations__0d032 .ember-validations__list {
  margin-left: 24px;
  margin-bottom: 48px; }
  .__property-validation__ember-validations__0d032 .ember-validations__list__item {
    font-family: "IntervalNextBook", sans-serif;
    font-size: 1.25rem;
    list-style: disc; }
    .__property-validation__ember-validations__0d032 .ember-validations__list__item:not(:last-child) {
      margin-bottom: 8px; }

.__property-validation__validate__426ab .success {
  display: flex;
  align-items: center;
  background-color: #c1e7cd; }
  .__property-validation__validate__426ab .success svg {
    width: 25px;
    margin: 20px; }

.__property-validation__validate__426ab .warning {
  margin-top: 0;
  background-color: #ffe8b4; }
  .__property-validation__validate__426ab .warning__header {
    display: flex;
    align-items: center; }
    .__property-validation__validate__426ab .warning__header svg {
      width: 25px;
      margin: 15px; }
  .__property-validation__validate__426ab .warning__content {
    padding-bottom: 10px; }
    .__property-validation__validate__426ab .warning__content ul {
      margin-top: 0;
      margin-left: 30px; }

.__prospective-properties-page__basic-info__27934 {
  margin: 40px 0; }

.__prospective-properties-page__basic-info__27934 .uni-title {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 10px; }

.__prospective-properties-page__basic-info__27934 .uni-subtitle {
  margin: 5px 0; }

.__prospective-properties-page__photo-status__4af47 {
  margin: 40px 0; }

.__prospective-properties-page__photo-status__4af47 .uni-dropdown {
  width: 200px; }

.__prospective-properties-page__photo-status__4af47 .uni-saving-btn {
  margin-top: 50px; }

.__prospective-properties-page__scripts__3739b {
  margin: 40px 0; }

.__prospective-properties-page__scripts__3739b img {
  max-width: 100%;
  max-height: 100%; }

.__prospective-properties-page__scripts__3739b .scripts,
.__prospective-properties-page__scripts__3739b .floorplans {
  display: flex;
  flex-direction: column;
  margin: 30px 0; }
  .__prospective-properties-page__scripts__3739b .scripts__item,
  .__prospective-properties-page__scripts__3739b .floorplans__item {
    position: relative;
    display: table;
    height: 16px;
    padding-bottom: 10px;
    margin-bottom: 8px;
    font-size: 1.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .__prospective-properties-page__scripts__3739b .scripts__item:before,
    .__prospective-properties-page__scripts__3739b .floorplans__item:before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      bottom: 2px;
      left: 0;
      background-color: #00adef; }

.__prospective-properties-page__scripts__3739b .uni-file-upload-name {
  display: inline-block;
  margin-left: 16px; }

.__prospective-properties-page__units__ef4da {
  margin: 40px 0; }

.__prospective-properties-page__units__ef4da .units__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0; }
  .__prospective-properties-page__units__ef4da .units__controls .link {
    white-space: nowrap; }

.__prospective-properties-page__units__ef4da .unit__controls {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .__prospective-properties-page__units__ef4da .unit__controls svg {
    width: 20px; }

.__update-availability__fixed__b337a,
.__update-availability__fixed__b337a .update-availability-fixed {
  flex-wrap: wrap; }

.__update-availability__fixed__b337a .availability-option {
  display: flex;
  align-items: center;
  margin-top: 20px; }
  .__update-availability__fixed__b337a .availability-option .uni-dropdown {
    max-width: 180px;
    margin-left: 24px; }

.__update-availability__standard__2565a .blocked-intervals__none {
  font-size: 1.25rem;
  margin: 20px 0; }

.__update-availability__standard__2565a .blocked-intervals__add {
  margin-top: 20px; }

.__update-availability__standard__2565a svg {
  width: 20px; }

.__update-availability__standard__2565a .uni-button {
  max-width: 200px; }

.__property-offers__contract__fixed__2f5e1 .uni-datepicker-input {
  margin-right: 20px; }

.__property-offers__contract__fixed__2f5e1 .uni-button--secondary {
  margin-left: 32px; }

.__property-offers__contract__fixed__2f5e1 .uni-button--super-large {
  margin-top: 12px;
  width: 100%;
  max-width: none;
  font-size: 1.25rem; }

.__property-offers__contract__fixed__2f5e1 .uni-input-price {
  max-width: 180px;
  margin: 0; }
  .__property-offers__contract__fixed__2f5e1 .uni-input-price input {
    max-width: none; }
  .__property-offers__contract__fixed__2f5e1 .uni-input-price--error {
    max-width: 156px; }

.__property-offers__contract__fixed__2f5e1 .validation-wrapper .uni-cp-validation-message {
  position: absolute;
  margin-top: 4px; }

.__property-offers__contract__standard__7a7e5 .minimum_nights input {
  width: 120px;
  max-width: 120px; }

.__property-offers__contract__standard__7a7e5 .minimum_nights .uni-input {
  width: 80px;
  height: 48px;
  margin-left: 0;
  margin-right: 12px; }

.__property-offers__contract__standard__7a7e5 .minimum_nights .uni-button--secondary {
  margin-right: 4px;
  font-size: 1.125rem; }

.__property-offers__contract__standard__7a7e5 .short_term_penalties .label,
.__property-offers__contract__standard__7a7e5 .extra_guests .label {
  margin: 0 16px;
  max-width: 152px; }

.__property-offers__contract__standard__7a7e5 .short_term_penalties__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
  margin-bottom: 12px; }

.__property-offers__contract__standard__7a7e5 .short_term_penalties__row {
  display: flex;
  align-items: center;
  gap: 8px; }
  .__property-offers__contract__standard__7a7e5 .short_term_penalties__row > * {
    margin: 0;
    padding: 0; }
  .__property-offers__contract__standard__7a7e5 .short_term_penalties__row .label {
    margin: 0;
    padding: 0; }
  .__property-offers__contract__standard__7a7e5 .short_term_penalties__row .validation-wrapper {
    margin: 0;
    padding: 0; }
  .__property-offers__contract__standard__7a7e5 .short_term_penalties__row .uni-dropdown {
    margin: 0;
    padding: 0; }
  .__property-offers__contract__standard__7a7e5 .short_term_penalties__row .uni-number-input {
    text-align: left; }

.__property-offers__contract__standard__7a7e5 .short_term_penalties__label {
  margin: 0;
  padding: 0; }
  .__property-offers__contract__standard__7a7e5 .short_term_penalties__label .uni-input {
    min-width: 180px;
    height: 56px; }

.__property-offers__contract__standard__7a7e5 .short_term_penalties__remove {
  margin: 0 0 0 24px;
  padding: 0;
  background: transparent;
  border: none;
  color: #F87052;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px; }
  .__property-offers__contract__standard__7a7e5 .short_term_penalties__remove svg {
    width: 16px;
    height: 16px;
    fill: #F87052; }
  .__property-offers__contract__standard__7a7e5 .short_term_penalties__remove:hover {
    color: #d65a3a; }
    .__property-offers__contract__standard__7a7e5 .short_term_penalties__remove:hover svg {
      fill: #d65a3a; }

.__property-offers__contract__standard__7a7e5 .uni-input-price {
  max-width: 180px;
  margin: 0; }
  .__property-offers__contract__standard__7a7e5 .uni-input-price input {
    border-radius: 0; }

.__property-offers__contract__standard__7a7e5 .validation-wrapper .uni-cp-validation-message {
  position: absolute;
  margin-top: 4px; }
  .__property-offers__contract__standard__7a7e5 .validation-wrapper .uni-cp-validation-message__message {
    font-size: 1.125rem;
    color: #ff8d8d;
    line-height: 1.25;
    white-space: nowrap; }

.__update-availability__standard__blocked-interval__3709c .blocked-interval {
  display: flex;
  align-items: center;
  margin-top: 20px; }
  .__update-availability__standard__blocked-interval__3709c .blocked-interval > div {
    margin-left: 20px; }
    .__update-availability__standard__blocked-interval__3709c .blocked-interval > div:first-child {
      margin-left: 0; }
  .__update-availability__standard__blocked-interval__3709c .blocked-interval__delete {
    margin-left: 20px; }

.__property-offers__contract__standard__rents__1ec44 .monthly-rents-input {
  display: flex;
  flex-wrap: wrap; }
  .__property-offers__contract__standard__rents__1ec44 .monthly-rents-input__month {
    position: relative;
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 16.66667%;
    width: 16.66667%;
    margin-right: 12px; }
    @media (max-width: 600px) {
      .__property-offers__contract__standard__rents__1ec44 .monthly-rents-input__month {
        flex-grow: 1;
        flex-basis: 100%;
        width: 100%; } }
  .__property-offers__contract__standard__rents__1ec44 .monthly-rents-input--error .uni-input-price {
    border-color: #ff8d8d; }
  .__property-offers__contract__standard__rents__1ec44 .monthly-rents-input input {
    max-width: none; }

html,
body {
  font-size: 12px; }

.tabs {
  width: 100%;
  height: 36px; }
  .tabs__wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 36px;
    background-color: #f0f1f3;
    border-top: 1px solid #d1d5da;
    border-bottom: 1px solid #d1d5da; }
    .tabs__wrapper__item {
      width: 100%;
      height: 36px;
      line-height: 36px;
      padding: 0 8px;
      text-align: center;
      font-family: "IntervalNextReg", sans-serif;
      font-size: 0.875rem;
      border-right: 1px solid #d1d5da; }
      .tabs__wrapper__item:last-child {
        border-right: 0; }

.warning {
  background-color: #fff2b6; }

.uni-radio-button {
  margin-right: 32px; }
  .uni-radio-button input {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0;
    float: left; }
  .uni-radio-button label {
    cursor: pointer; }
  .uni-radio-button .label {
    min-width: 140px; }
  .uni-radio-button--disabled label {
    cursor: default; }

.warning,
.subpage-title + svg {
  margin-top: 62px; }

.uni-input-container {
  margin-top: 8px;
  margin-bottom: 0; }

.uni-input-range {
  margin-top: 16px; }
  .uni-input-range input {
    max-width: 80px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.section-title.section-title--spaced {
  margin: 16px 0 0; }

.label.flex-row--label.flex-row--align-center {
  margin: 16px 0 8px 0; }

.flex-row.flex-row--radio-spacing {
  padding: 8px 0; }

[class*="properties-navigation__controls"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  [class*="properties-navigation__controls"] .line {
    width: 100%; }

input.error,
input.error:focus {
  border-color: #fff2b6; }

.uni-header {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #d1d5da; }

.header__title {
  margin-left: 25px; }

.uni-title-validation {
  min-height: 80px; }

.uni-horizontal-tabs .tabs__item {
  text-transform: none; }

.uni-button--disabled {
  border: 0;
  cursor: default; }

.uni-input-price {
  max-width: none; }

.uni-datepicker-input--error input {
  border-color: #ff8d8d; }

.ember-power-calendar {
  box-sizing: border-box;
  position: relative; }

.ember-power-calendar-nav {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between; }

.ember-power-calendar-nav * {
  box-sizing: border-box; }

.ember-power-calendar-days, .ember-power-calendar-days * {
  box-sizing: border-box; }

.ember-power-calendar-nav-title {
  flex: 1;
  text-align: center; }

.ember-power-calendar-row {
  display: flex;
  justify-content: space-between; }

.ember-power-calendar-weekday {
  -webkit-appearance: none;
  flex: 1 1 100%;
  padding: 0;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0; }

.ember-power-calendar-day {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  flex: 1 1 100%;
  font-size: inherit;
  align-items: center;
  justify-content: center;
  padding: 0; }

.ember-power-calendar-nav-control {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  font-size: inherit; }

.ember-power-calendar {
  font-size: 14px;
  line-height: 1.42857; }

.ember-power-calendar-weekdays {
  color: #333333; }

.ember-power-calendar-day {
  color: #bbb; }

.ember-power-calendar-nav {
  line-height: 2; }

.ember-power-calendar-nav-control {
  line-height: 1;
  font-size: 150%;
  color: #0078c9; }
  .ember-power-calendar-nav-control:focus {
    -ms-transform: scale(1.2);
        transform: scale(1.2);
    color: #0096fc; }

.ember-power-calendar-day--current-month {
  color: #656D78;
  background-color: #F5F7FA; }

.ember-power-calendar-day--today,
.ember-power-calendar-day:not([disabled]):hover {
  background-color: #eee; }

.ember-power-calendar-day--other-month:not([disabled]):hover {
  color: #aaa; }

.ember-power-calendar-day--selected,
.ember-power-calendar-day--selected:not([disabled]):hover {
  font-weight: bold;
  background-color: #c9e9ff;
  color: #656D78; }

.ember-power-calendar-day--selected.ember-power-calendar-day--range-start,
.ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
  background-color: #96d5ff; }
  .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover,
  .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover {
    background-color: #96d5ff; }

.ember-power-calendar-day--focused {
  box-shadow: inset 0px -2px 0px 0px #0078c9; }

.ember-power-calendar-day--interactive[disabled] {
  opacity: 0.4; }

.ember-basic-dropdown {
  position: relative; }

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box; }

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff; }

.ember-basic-dropdown-content--left {
  left: 0; }

.ember-basic-dropdown-content--right {
  right: 0; }

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none; }

.ember-power-select {
  position: relative; }

.ember-power-select *, .ember-power-select-dropdown * {
  box-sizing: border-box; }

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */ }
  .ember-power-select-trigger:after {
    content: "";
    display: table;
    clear: both; }

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none; }

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded="true"],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded="true"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent; }
  .ember-basic-dropdown-trigger[aria-expanded="true"] .ember-power-select-status-icon {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer; }

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */ }
  .ember-power-select-trigger-multiple-input:disabled {
    background-color: #eeeeee; }
  .ember-power-select-trigger-multiple-input::placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-moz-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-ms-input-placeholder {
    opacity: 1;
    color: #999999; }

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0; }

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px; }

.ember-power-select-multiple-remove-btn {
  cursor: pointer; }
  .ember-power-select-multiple-remove-btn:not(:hover) {
    opacity: 0.5; }

.ember-power-select-search {
  padding: 4px; }

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px; }
  .ember-power-select-search-input:focus {
    border: 1px solid #aaaaaa;
    box-shadow: none; }

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit; }

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%; }

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .ember-power-select-options[role="listbox"] {
    overflow-y: auto;
    /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
    max-height: 12.25em; }

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px; }

.ember-power-select-group[aria-disabled="true"] {
  color: #999999;
  cursor: not-allowed; }

.ember-power-select-group[aria-disabled="true"] .ember-power-select-option,
.ember-power-select-option[aria-disabled="true"] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed; }

.ember-power-select-option[aria-selected="true"] {
  background-color: #dddddd; }

.ember-power-select-option[aria-current="true"] {
  background-color: #5897fb;
  color: #ffffff; }

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold; }

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee; }

.ember-power-select-trigger {
  padding: 0 16px 0 0; }

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px; }

.ember-power-select-status-icon {
  right: 5px; }

.ember-power-select-clear-btn {
  right: 25px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px; }

.ember-power-select-group .ember-power-select-option {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px; }

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
    margin-right: 8px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
    left: 5px;
    right: initial; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
    left: 25px;
    right: initial; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px; }

.ember-power-calendar {
  position: absolute;
  max-width: 306px;
  margin-top: 6px;
  padding: 6px;
  z-index: 4;
  background-color: #ffffff; }
