@CHARSET "UTF-8";

.space #logo img {
  margin-left: 30px;
}

#space-form {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}


#space-update #space-form {
  font-feature-settings: 'liga' off  !important;
  /* font-family: Raleway !important; */
  font-family: Inter !important;
}

.space #content {
  z-index: 0;
  width: 100%;
}
body.space {
  /* font-family: 'Raleway'; */
  font-family: Inter, sans-serif;
}

#space-form .avatar_info label {
  cursor: default;
}
.space .help {
  margin-left: 0px;
}
.content_reset {
  margin: 0 auto;
  width: 600px;
  height: 460px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 5px #9E9E9E;
}
#form_reset {
  margin-left: 120px;
  width: 360px;
  text-align: center;
}
#form_reset h2 {
  padding-top: 25px;
  /*background: url("../images/lock_reset.png") no-repeat 60px 21px;*/
}
.reset_email {
  width: 330px !important;
}
#form_reset .note {
  font-style: italic;
  line-height: 25px;
}
#form_reset a.link_forgot {
  padding-top: 5px;
  text-decoration: underline;
}
#form_reset img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#space-form .error_login {
  padding: 5px 0 5px 5px;
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: #f3adaa;
  border-image: none;
  color: #ff371c;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
}
#space-form .warning_login {
  padding: 5px 0 5px 5px;
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: #fbdbc2;
  border-image: none;
  color: #f47d1e;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
}

/* --------------space------------------ */
div.form .note {
  margin-left: 3px;
  font-style: italic;
}
#space-form .alert-error {
  margin: 0 auto 20px;
  width: 1035px;
  border-color: #eed3d7 !important;
  background-color: #f2dede !important;
  color: #b94a48 !important;
}
#space-form .alert-success {
  margin: 0 auto 20px;
  width: 1035px;
  border-color: #d6e9c6 !important;
  background-color: #dff0d8 !important;
  color: #468847 !important;
}
#space-form .textField.success {
  padding: 0 !important;
  width: 688px;
  border: none;
  background-color: #FFF;
  color: none;
}
.space div.form div.error input {
  border: 1px solid #FF0000 !important;
}
#space-form .amenities .textField.error {
  border: 1px solid #FF0000 !important;
}
#space-form .day_week .textField.error {
  border: 1px solid #FF0000 !important;
}

#space-form .add_photos.error {
  background: url("../images/svg/icon_orange-alert.svg") no-repeat scroll 600px center #F5F5F5;
  background-size: 30px 30px;
}
#space-form .title_div.error {
  background: url("../images/svg/icon_orange-alert.svg") no-repeat scroll 600px center #F5F5F5;
  background-size: 30px 30px;
}
.no-svg #space-form .title_div.error {
  background: url("../images/icon-set_orange-alert-ie.png") no-repeat scroll 600px center #F5F5F5;
}
#space-form .price_name.error {
  background: url("../images/svg/icon_orange-alert.svg") no-repeat scroll 320px center #F5F5F5;
  background-size: 30px 30px;
}
.no-svg #space-form .price_name.error {
  background: url("../images/icon-set_orange-alert-ie.png") no-repeat scroll 320px center #F5F5F5;
}
.no-svg #space-form .add_photos.error {
  background: url("../images/icon-set_orange-alert-ie.png") no-repeat scroll 320px center #F5F5F5;
}
#space-form .add_photos.img-success  {
  background: url("../images/svg/icon_tick-green.svg") no-repeat scroll 320px center #F5F5F5;
  background-size: 30px 30px;
}
#space-form .price_name.img-success {
  background: url("../images/svg/icon_tick-green.svg") no-repeat scroll 320px center #F5F5F5;
  background-size: 30px 30px;
  display: none;
}
.no-svg #space-form .price_name.img-success {
  background: url("../images/icon-set_tick-green-ie.png") no-repeat scroll 320px center #F5F5F5;
}
#space-form .title_div.img-success {
  background: url("../images/svg/icon_tick-green.svg") no-repeat scroll 600px center #F5F5F5;
  background-size: 30px 30px;
}
.no-svg #space-form .title_div.img-success {
  background: url("../images/icon-set_tick-green-ie.png") no-repeat scroll 600px center #F5F5F5;
}
#space-form .nearby.img-success {
  background: url("../images/svg/icon_tick-green.svg") no-repeat scroll 600px center #F5F5F5;
  background-size: 30px 30px;
}
.no-svg #space-form .nearby.img-success {
  background: url("../images/icon-set_thumb-green-ie.png") no-repeat scroll 600px center #F5F5F5;
}

h1.create_space {
  margin-left: 104px;
}
#space-form label {
  font-weight: normal;
  /* font-family: 'Raleway'; */
  font-family: Inter;
  cursor: default !important;
}
#space-form .price_label label {
  margin-top: 0px;
  padding-top: 8px;
  color: #d0d0d0;
  font-size: 16px;
}
#space-form span.required {
  color: #5C5C5C;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
}
div.form .space-form .errorMessage {
  float: right;
  padding: 16px 60px 0 0;
  text-align: right;
  font-size: 16px;
}

.img-errormsg {
  position:absolute;
  right:0;
}

div.form .space-form .price_space .errorMessage {
  width: 200px;
  padding: 5px 60px 0 0;
  font-size: 13px;
  line-height: 20px;
}

div.form .space-form .price_space .price_bond .errorMessage {
  width: 100%;
  padding: 0;
}

div.form .space-form .timeday_name .errorMessage {
  padding: 10px 20px 0 0;
  width: 140px;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
}
#space-form div.wapper-space {
  clear: both;
  width: 1085px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFFFFF;
}
/* DEV-3404: clip horizontal overflow on the listing view at intermediate
   desktop widths. The wapper, columns and inner widgets (flexslider arrows,
   mapbox canvas, fixed-width tables) pre-date responsive design and push a
   few px past the viewport between the tablet breakpoint and 1440px. */
body#space-view_v3 { overflow-x: hidden; }
@media (max-width: 1199.98px) {
  body#space-view_v3 #space-form div.wapper-space,
  body#space-view_v3 #space-form .space-form,
  body#space-view_v3 #space-form .view-form {
    width: 100%;
    max-width: 1085px;
    box-sizing: border-box;
  }
}
#space-form .space-form,
#space-form .view-form {
  margin: 0 auto;
  width: 1087px;
}
.view-form .social a img {
  width: 40px;
  height: 40px;
}
#space-form .column1 {
  float: left;
  margin-left: 20px;
  width: 652px;
}
#space-form .column2 {
  float: right;
  margin-right: 20px;
  padding-top: 20px;
  width: 370px;
}
body#space-view #space-form .column2 {
  padding-top: 0;
}
#space-form .ok {
  background: url("../images/admin/ok.png") no-repeat 3px center;
}
#space-form .label1 {
  float: left;
  margin-top: 15px;
  color: #21b685;
}

/* Apply sticky behavior to the container */

.default-msg{
  color: #21b685;
  /* font-family: Raleway; */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.go-back{
  color: #18B586;
  text-align: center;
  /* font-family: Raleway; */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.go-back:active,
.go-back:hover{
  color: #18B586;
  text-decoration:none;
}

.sticky_container .go-back{
  position: absolute;
  bottom: 15px;
  right: 250px;
}

.error-msg{
  color: #ef4926;
  /* font-family: Raleway; */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sticky_container {
  display: block;
  position: sticky;
  top: 0;
  background-color: #fff; /* Set background color as needed */
  z-index: 9; /* Adjust z-index as needed */
  top: 70px;
}

.draft-listing:hover {
  color: #18B586;
  text-align: center;
  /* font-family: Raleway; */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  float:right;
}

.sticky_container:hover {
}

#trigger-listing {
  cursor: pointer;
  color: #22B685;
  margin-bottom: 1.1rem;
  position: relative;
  top: -5px;
  /* font-family: Raleway; */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
  #trigger-listing.mobile{
    text-align: center;
  }
.sm_howitworks {
  background-color: #f5f9f5;
  padding: 1rem 1rem;
  max-width: 100%;
  margin: 0 auto;
  min-height: 303px;
  margin-bottom: 2.5rem;
}
.sm_howitworks.mobile { 
  float: right;
  padding: 1rem 1rem;
  margin-bottom: 2.5rem;
}
.sm__howitworks-title {
    font-size: 25px;
    /* font-family: "Raleway"; */
    font-family: Inter;
    font-weight: 500;
    color: rgba(104, 104, 104, 1);
    height: 29px;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
}
.sm__howitworks-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 1rem;
    margin: 0 auto;
}
.sm__howitworks-icon {
    background: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #D8D8D8;
    position: relative;
    top: -7px;
}
.sm__howitworks-content {
    flex: 1;
}
.sm__howitworks-step {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
.sm__howitworks-heading {
    margin-bottom: -7px;
    font-size: 16px;
    /* font-family: "Raleway"; */
    font-family: Inter;
    font-weight: 700;
    color: rgba(104, 104, 104, 1);
}
.sm__howitworks-description {
    color: var(--Text, #686868);
    /* font-family: Raleway; */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
/* FAQ ACCORDION */
.faq-heading {
  font-size: 15px !important;
}
.faq-accordion {
  position: relative;
  float: right;
  border-top: 0px !important;
  background: var(--White, #FFF) !important;
  margin-bottom: 2.3rem;
  top: 0.3rem;
  outline: none !important;
  padding: 0rem 1rem;
  border: 0px !important;
  box-shadow: none;
}
.faq-accordion  .collapse-icon {
  transition: transform 0.3s ease-in-out;
  transform-origin: center center;
}
.faq-accordion  a:not(.collapsed) .collapse-icon {
  transform: rotate(180deg);
}
.faq-accordion  a.collapsed .collapse-icon {
  transform: rotate(0deg);
}
.faq-accordion .card {
  background: var(--White, #FFF) !important;
  border-bottom: 1px solid #E0E0E0;
}
.faq-accordion .card-header {
  padding: 15px 0px;
  color: var(--Text-Dark, #333);
  /* font-family: Raleway; */
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding-left: 8px;
  padding-right: 8px;
}
.faq-accordion .card-header h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-accordion .card-header .btn-link {
  text-decoration: none;
  padding: 0;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.faq-accordion .card-header a {
  float: right;
}
.faq-accordion .card-body {
  background: var(--White, #FFF);
  color: var(--Text, #686868);
  /* font-family: Raleway; */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-left: 8px;
  padding-right: 8px;
 }

.custom-bullets {
  list-style-type: disc;
  padding-left: 1.2em;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.6;
}

.custom-bullets li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}
/* NEW BUYBOX */
.new-buybox-picker-wrapper {
  flex-shrink: 0 !important;
  border-radius: 4px !important;
  border: 1px solid var(--Green, #18B586) !important;
  background: rgba(3, 202, 66, 0.05) !important;
  padding: 1.2rem 0.7rem !important;
}

.new-buybox-picker-wrapper h3 {
  text-align: center;
  color: var(--Text-Dark, #333);
  /* font-family: Raleway; */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.new-buybox-picker-wrapper .select-dates {
  width: 95% !important;
  min-height: 67px !important;
  background: #fff !important;
}

.new-buybox-picker-wrapper .select-dates .date-title {
  background: #fff !important;
  color: #333 !important;
  /* font-family: Raleway !important; */
  font-family: Inter !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  border-top: 1px solid #E0E0E0 !important;
  border-left: 1px solid #E0E0E0 !important;
  border-right: 1px solid #E0E0E0 !important;
  border-bottom: 0px !important;
}
.new-buybox-picker-wrapper .select-dates .date-value {
  border-left: 1px solid #E0E0E0 !important;
  border-right: 1px solid #E0E0E0 !important;
  border-bottom: 1px solid #E0E0E0 !important;
  border-top: 0px !important;
}
.new-buybox-picker-wrapper .select-dates .date-title .screen_on_going {
  background-color: #fff !important;
}
.new-buybox-picker-wrapper .block-start-book:after {
  height: 100% !important;
  background: #E0E0E0 !important;
}

.new-buybox-picker-wrapper .block-start-book.custom-ongoing-book:after {
  height: 100% !important;
  background: none !important;
}

.new-buybox-picker-wrapper .block-start-book, .block-end-book {
  color: #686868 !important;
  /* font-family: Raleway  !important; */
  font-family: Inter  !important;
  font-size: 12px  !important;
  font-style: normal !important;
  font-weight: 400  !important;
}

.new-buybox-picker-wrapper .select-dates .date-title {
  height: 20px !important;
}

.new-buybox-picker-wrapper .select-dates .date-value-1 input,
.new-buybox-picker-wrapper .select-dates .date-value-2 input {
  border-left: 0px !important;
  color: #333 !important;
  /* font-family: Raleway !important; */
  font-family: Inter !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
}

.new-buybox-picker-wrapper .price-total-bond .total-amount.bdr-top, 
.new-buybox-picker-wrapper .price-total-bond .total-amount.cls4week {
    border-top: 0px !important;
    background: transparent !important;
}

.new-buybox-picker-wrapper .price-total-bond {
  margin-bottom: 15px;
}
.new-buybox-picker-wrapper .price-total-bond .total-amount {
  border-bottom: 0px !important;
}

/* MAKE OFFER */
.make-offer-section {
  background: #FFF;
  margin-top: 20px;
  margin-bottom: 10px;
  flex-shrink: 0;
  align-self: stretch;
  border: 1px solid #717182;
  border-radius: 8.75px;
}
.accordion {
  margin-bottom: 0px !important;
}
.btn-make-offer {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-decoration: none !important;
  width: 100% !important;
  height: 63px !important;
  color: var(--Parkhound-Navy_shade_10, #36414D) !important;
  /* font-family: Raleway, 'Lucida Grande', sans-serif; */
  font-family: Inter, 'Lucida Grande', sans-serif;
  font-size: 20px !important;
  font-style: normal !important;
  line-height: 150% !important; /* 30px */
  border: 0px !important;
} 
  .btn-make-offer-text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
  }
    .btn-make-offer-arrow-icon {
      position: relative;
      left: 60px;
      transition: transform 0.3s ease;
    }

    /* Rotate arrow when accordion is open */
    .btn-make-offer[aria-expanded="true"] .btn-make-offer-arrow-icon {
      transform: rotate(180deg);
    }

    /* Keep arrow normal when accordion is closed */
    .btn-make-offer[aria-expanded="false"] .btn-make-offer-arrow-icon {
      transform: rotate(0deg);
    }

    #make-offer-form {
      text-align: center;
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    #make-offer-form .offer-info {
      margin-top: 10px;
      color: var(--WhereiPark-Text, #212529);
      text-align: center;
      /* font-family: Raleway, 'Lucida Grande', sans-serif; */
      font-family: Inter, 'Lucida Grande', sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px; /* 150% */
    }
    #make-offer-form .price-highlight {
      color: var(--WhereiPark-Primary-Blue_shade_20, #0096B6);
      /* font-family: Raleway, 'Lucida Grande', sans-serif; */
      font-family: Inter, 'Lucida Grande', sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
    }
    #make-offer-form input{
      height: 24px !important;
      padding: 9px 12px !important;
      width: 90% !important;
      border-radius: 8px !important;
      border: 1px solid var(--Parkhound-Navy_tint_25, #CED1D4) !important;
      background: #FFF;
      margin: 5px 0 !important;
    }
    #make-offer-form select{
      height: 40px !important;
      padding: 9px 12px !important;
      width: 97% !important;
      border-radius: 8px !important;
      border: 1px solid var(--Parkhound-Navy_tint_25, #CED1D4) !important;
      background: #FFF;
      margin: 5px 0 !important;
    }
    #make-offer-form button {
      border: 0px !important;
      border-radius: 6.75px !important;
      background: #00A7CA !important;
      height: 55px !important;
      padding: 7.75px 14px 9.25px 14px !important;
      width: 96% !important;
      margin-top: 16px !important;
      margin-bottom: 14px !important;
      color: #FFF !important;
      text-align: center !important;
      /* font-family: Raleway, 'Lucida Grande', sans-serif; */
      font-family: Inter, 'Lucida Grande', sans-serif;
      font-size: 20px !important;
      font-style: normal !important;
      font-weight: 600 !important;
      line-height: 120%;
    }
      #make-offer-form-submit-button {
        border: none !important;
        outline: none !important;
      }
      #make-offer-form-submit-button :focus {
          outline: none !important; 
          box-shadow: none !important;
      }
      #make-offer-form button:disabled {
        background-color: #545b62 !important;
      }
    .offer-success-message {
      display: none;
      margin-left: 6px;
      margin-bottom: 14px;
      width: 88%;
      padding: 14px 15px 15px 15px;
      border-radius: 8.75px;
      border: 1px solid var(--Parkhound-Green_tint_75, #56C9A3);
      text-align: left;
  }
  .offer-success-message p {
    color: var(--Parkhound-Green_shade_10, #1BA578);
    /* font-family: Raleway, 'Lucida Grande', sans-serif; */
    font-family: Inter, 'Lucida Grande', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

/* Bootstrap error styling for offer form */
.offer-form .form-control.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.offer-form .form-control.is-invalid:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.offer-form .error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
  font-weight: 500;
}

/* Success state styling */
.offer-form .form-control.is-valid {
  border-color: #28a745 !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

/* Loading state styling */
.btn-submit-offer:disabled {
  opacity: 0.65 !important;
  cursor: not-allowed !important;
  background-color: #6c757d !important;
}

.btn-submit-offer .spinner-border {
  width: 1rem;
  height: 1rem;
  border-width: 0.125em;
}

/* Ensure select field shows dropdown arrow */
.offer-form select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Custom dropdown arrow for better visibility */
.offer-form select.form-control:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23374151' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
}

/* CUSTOM BLANK SPACE */
.custom-blank-space {
  height: 134px;
}
.custom-blank-space.multiple{
  height: 174px !important;
}
/* NEW SAPCE TYPE DESKTOP VIEW */
#space_type_container_desktop {
  width: 100% !important;
}

#space_type_container_desktop .block_space_type .col-2 {
  width: 100% !important;
}

@media only screen and (max-width: 979px) {
  .custom-blank-space { 
    display: none;
  }
}

@media only screen and (max-width: 599px){
    .space-form .gmap{
      z-index: 1;
    }
    #space-form .fixed_block {
      margin: 0 auto;
      border-top: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      height: 150px !important;
      padding-bottom: 10px;
    }
    #space-form .fixed_block .save {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      height: 51px;
    }
  
    #space-form .fixed_block .save {
      height: auto !important;
      border-radius: 8px !important;
      background: var(--ph-green, #18B586) !important;
      width: 146px !important;
      padding: 15px 20px;

      position: absolute;
      right: 40px;
      bottom: -80px;
    }
    .sticky_container {
      display: none;
    }
    #space-form .label1 {
      float: left;
      margin-top: 25px;
      color: #21b685;
      margin-left: 25px;
    }

    .default-msg{
      color: #21b685;
      /* font-family: Raleway; */
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
    
    .go-back{
      margin-left: 21px;
      position: absolute;
      bottom: -70px;
    }
    

    .fixspacetopbar-container{
      width: auto;
      height: 123px;
      margin: auto;
      margin-top: 15px;
      padding:0;

      /* padding: 0px 10px 10px 10px;
      margin-right: 10px; */
    }

  .new-buybox-picker-wrapper .select-dates {
    width: 95% !important;
  }
}

.custom_update_listing .label1{
  /* width: 75% !important; */
}
.custom_update_listing .box-ajax-load{
  float: left;
  position: initial;
}
.custom_update_listing .save{
  width: 20% !important;
}
#space-form .title-gmap label.title_name {
  width: 80%;
}
#space-form .div1 {
  padding-left: 20px;
  width: 1065px;
  height: 50px;
  border: 1px solid #dbdbdb;
  border-width: 1.5px !important;
  border-color: #e0e0e0 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 51px;
}
#space-form .div3 {
  border-bottom: 1.5px solid rgb(237, 237, 237);
}
#space-form .div2 {
  margin-top: 10px;
  border-top: 1.5px solid rgb(237, 237, 237);
}
#space-form .fixed_block_button {
  display: none;
  width: 100%;
  height: 50px;
  /* position: fixed; */
  top: 0;
  z-index: 3;
  border-bottom: 1px solid #dbdbdb;
  /* position: relative;
  margin-bottom: 100px; */

}

#space-form .save {
  float: right;
  margin-top: 0px;
  width: 205px;
  height: 50px;
  border-style: none none solid;
  border-color: #21b685;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  background: none repeat scroll 0% 0% #21b685;
  color: white;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  cursor: pointer;
}
#space-form .error_title {
  width: 607px !important;
  border: 1px solid red !important;
}
#space-form .noerror_title {
  width: 607px !important;
  border: 1px solid #78db21 !important;
}
#space-form .title,
#space-form .address {
  clear: both;
  width: 650px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#space-form .space_type .address {
	border: none;
}
#space-form .title_div,
.no-svg #space-form .title_div {
  width: 650px;
  height: 50px;
  border-bottom: 1px solid #e0e0e0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: url("../images/svg/icon_tick-grey.svg") no-repeat 600px center;
  background-color: #f5f5f5;
  background-size: 30px 30px;
  font-size: 24px;
  /* font-family: 'Raleway'; */
  font-family: Inter;
}
.no-svg #space-form .title_div {
  background: url("../images/icon-set_tick-grey-ie.png") no-repeat 600px center;
}
#space-form .nearby {
  background: url("../images/svg/icon_tick-grey.svg") no-repeat 600px center;
  background-color: #f5f5f5 !important;
  background-size: 30px 30px;
}
.no-svg #space-form .nearby {
  background: url("../images/svg/icon_tick-grey.svg") no-repeat 600px center;
  background-color: #f5f5f5 !important;
}
#space-form .title-gmap {
  border: 1.5px solid #e0e0e0;
  border-bottom: 0px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
#space-form .title_name {
  float: left;
  margin: 0;
  padding: 16px 0 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #5c5c5c;
  font-size: 24px;
  /* font-family: 'Raleway' !important; */
  font-family: Inter !important;
  font-weight: bold;
}
#space-form div.map .tabs-below {
  border: 1.5px solid #e0e0e0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
#space-form .title_name1,
#space-form .description11 {
  overflow: auto;
  margin-left: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: rgb(245, 245, 245);
  color: rgb(116, 116, 116);
  font-size: 15px;
  line-height: 20px;
}
#space-form .nearby1 {
  overflow: auto;
  margin-left: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: rgb(245, 245, 245);
  color: rgb(116, 116, 116);
  font-size: 15px;
  border-top: 1px solid #e0e0e0;
  line-height: 20px;
}
#space-form .title_name11 {
  float: left;
  width: 72%;
  border-right: 1px solid #e0e0e0;
}
#space-form .title_name11 p {
  padding: 14px 20px;
  /* font-family: 'Raleway'; */
  font-family: Inter;
}
#space-form .title_name12 {
  float: right;
  width: 176px;
}
#space-form .title_name12 p {
  display: block;
  float: left;
  padding: 15px 0 0 5px;
  width: 100px;
  text-align: center;
  font-size: 13px;
  /* font-family: 'Raleway'; */
  font-family: Inter;
}

#space-form .title_description p {
  padding: 14px 20px;
  /* font-family: 'Raleway'; */
  font-family: Inter;
}
#space-form .title_description p a.btn-ev-types {
  cursor: pointer;
  color: #18b586;
  text-decoration-line: underline;
}
#space-form  #Address_full_address{
  margin: 0;
  padding: 0 20px;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #e0e0e0;
  color: rgb(92, 92, 92);
  font-weight: bold;
  font-size: 16px;
  font-family: inherit;
  height: 50px !important;
  line-height: 30px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.number_character_title,
.number_character_description,
.number_character_nearby,
.number_character_instructions {
  float: right;
  margin: 13px 20px 13px 10px;
  width: 38px;
  height: 38px;
  border: 1px solid rgb(116, 116, 116);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 38px;
}
#space-form .title1 {
  margin: 0px;
  padding-right: 20px;
  padding-left: 20px;
  width: 610px;
  height: 30px;
  line-height: 30px;
  border: 0px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  color: rgb(92, 92, 92);
  font-weight: bold;
  font-size: 23px;
  font-family: inherit;
  resize: none;
}
#space-form .label_space {
  float: left;
  padding-top: 14px;
  width: 125px;
  /* font-size: 18px; */
  font-size: 17px;
  /* font-family: 'HelveticaNeue-Medium'; */
  font-family: Inter;
}
#space-form .label_access {
  float: left;
  padding-top: 14px;
  width: 80px;
  /* font-size: 18px; */
  font-size: 17px;
  /* font-family: 'HelveticaNeue-Medium'; */
  font-family: Inter;
}
#space-form input,
#space-form textarea,
#space-form select {
  margin-left: 0px;
  border-radius: 0;
  /* font-family: 'Raleway'; */
  font-family: Inter;
}

#space-form input {
  margin: 15px 0;
}
#space-form .list_spacer_name1 p input, 
#space-form .list_instant_name1 p input {
  margin: 5px 0;
}
#space-form .list_spacer_name1 .content_yes,.content_no, 
#space-form .list_instant_name1 .content_yes {
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 0px;
}

#space-form .list_spacer_name1 .notice_yes,.notice_no, 
#space-form .list_instant_name1 .notice_yes {
  /*hidden: hidden;*/
  color: #21b685;
}

#space-form .list_spacer_name.img-success, 
#space-form .list_instant_name.img-success {
  background: url(../images/svg/icon_tick-green.svg) no-repeat scroll 320px center #F5F5F5;
  background-size: 30px 30px;
}
#space-form .list_spacer_name.error, 
#space-form .list_instant_name.error {
  background: url(../images/svg/icon_orange-alert.svg) no-repeat scroll 320px center #F5F5F5;
  background-size: 30px 30px;
}
#space-form .list_spacer.error, 
#space-form .list_instant_booking.error {
  border: 1px solid red !important;
}

#space-form textarea,
#space-form select {
  margin-top: 10px;
}

#space-form .space-form .space_type,
.no-svg #space-form .space-form .space_type {
  margin: 15px 0 20px 0;
  padding-top: 5px;
  width: 650px;
  background: url("../images/svg/icon_tick-green.svg") no-repeat 600px center;
  background-size: 30px 30px;
}
.no-svg #space-form .space-form .space_type {
  background: url("../images/icon-set_tick-green-ie.png") no-repeat 600px center;
}
#space-form .space-form .type_space {
  float: left;
  width: 315px;
  position: relative;
}
#space-form .space-form .type_access {
  float: left;
  width: 315px;
  position: relative;
}
#space-form .space-form .type_space #space-type-select {
  width: 63%;
  margin-left: 39%;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  z-index: 1;
  display: none;
}

#space-form .space-form .type_access #access-type-select {
  width: 60%;
  margin-left: 26%;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  z-index: 2;
  display: none;
}

#space-form .space-form .type_space #max-entrance-height-select {
  width: 58%;
  height: 287px;
  margin-left: 40%;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-left:0;
  z-index: 2;
  display: none;
}

#space-form .space-form .type_access #vehicle-largest-select {
  width: 65%;
  margin-left: 26%;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  z-index: 2;
  display: none;
}

#space-form .space-form .description,
#space-form .space-form .title_nearby {
  clear: both;
  margin-top: 20px;
  margin-bottom: 8px;
  width: 650px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#space-form .space-form .title_nearby {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
#space-form .space-form input#nearby {
  position: absolute;
  float: left;
  width: auto;
}
#space-form .space-form .sec-ev-charging {
  margin: 0px;
  padding: 15px 20px;
}
#space-form .space-form .sec-ev-charging .question-2, 
#space-form .space-form .sec-ev-charging .question-2-1, 
#space-form .space-form .sec-ev-charging .question-3 {
  margin-top: 20px;
}
#space-form .space-form .sec-ev-charging .question-2, 
#space-form .space-form .sec-ev-charging .question-2-1 {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 10px;
}
#space-form .space-form .sec-ev-charging .question-2 label {
  align-self: center;
}
#space-form .space-form .sec-ev-charging .question-2 .type_space {
  width: -webkit-fill-available;
  width: -moz-available;
}
#space-form .space-form .sec-ev-charging .question-2 .type_space .styled-select {
  width: -webkit-fill-available;
  width: -moz-available;
  background: url(/images/arrow_select.png) no-repeat calc(100% - 10px);
  border-radius: 5px;
}
#space-form .space-form .sec-ev-charging .question-2 .type_space #ev-charger-type-select {
  position: absolute;
  background: #FFFFFF;
  border-top: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  width: -webkit-fill-available;
  width: -moz-available;
}
#space-form .space-form .sec-ev-charging .question-2-1 #EvType_name {
  margin: 0;
  border-radius: 5px;
  height: unset;
  line-height: 40px;
  padding: 4px 10px;
  width: -webkit-fill-available;
  width: -moz-available;
}
#space-form .space-form .sec-ev-charging label {
  /* font-family: 'Raleway'; */
  font-family: Inter;
  font-weight: 600;
  font-size: larger;
  line-height: 21px;
  color: #454545;
  margin: 0px;
  display: inline-block;
}
#space-form .space-form .sec-ev-charging #is-ev-charging, 
#space-form .space-form .sec-ev-charging #is-ev-cable-required {
  display: inline-block;
  float: right;
}
#space-form .space-form .sec-ev-charging #is-ev-charging #SpaceEvType_is_ev_space br, 
#space-form .space-form .sec-ev-charging #is-ev-cable-required #SpaceEvType_required_cable br {
  display: none;
}
#space-form .space-form .sec-ev-charging #is-ev-charging #SpaceEvType_is_ev_space input[type="radio"]+label:before, 
#space-form .space-form .sec-ev-charging #is-ev-cable-required #SpaceEvType_required_cable input[type="radio"]+label:before {
  display: none;
}
#space-form .space-form .sec-ev-charging #is-ev-charging #SpaceEvType_is_ev_space input[type="radio"], 
#space-form .space-form .sec-ev-charging #is-ev-cable-required #SpaceEvType_required_cable input[type="radio"] {
    display: unset;
    margin: 0px !important;
    height: 20px;
}
#space-form .space-form .sec-ev-charging #is-ev-charging #SpaceEvType_is_ev_space label, 
#space-form .space-form .sec-ev-charging #is-ev-cable-required #SpaceEvType_required_cable label {
  display: inline-block;
  line-height: 21px;
  margin-left: 7px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer !important;
}
#space-form .space-form .sec-ev-charging #is-ev-charging #SpaceEvType_is_ev_space #SpaceEvType_is_ev_space_1, 
#space-form .space-form .sec-ev-charging #is-ev-cable-required #SpaceEvType_required_cable #SpaceEvType_required_cable_1 {
  margin-left: 30px !important;
}
#space-form .space-form .sec-ev-charging .errorMessage {
  float: unset;
  text-align: left;
  padding: 10px 0px 0px;
  font-size: 14px;
}
@media only screen and (max-width: 960px){
  .sticky_container .go-back{
    position: unset;
  }
}
@media only screen and (max-width: 650px) {
  #space-form .space-form .sec-ev-charging #is-ev-charging, 
  #space-form .space-form .sec-ev-charging #is-ev-cable-required {
    display: block;
    float: unset;
    margin-top: 10px;
  }
  #space-form .space-form .sec-ev-charging .question-2, 
  #space-form .space-form .sec-ev-charging .question-2-1 {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
  #space-form .space-form .sec-ev-charging .question-2-1 {
    margin-top: 0px;
  }
}

#space-form .space-form .description1 {
  margin: 0px;
  padding: 15px 20px 20px;
  width: 610px;
  height: 80px;
  border: 0px;
  background-color: #FFF;
  color: rgb(92, 92, 92);
  font-size: 15px;
  font-family: inherit;
  resize: none;
}
#space-form .space-form .sec-ev-details {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 650px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#space-form .space-form .sec-ev-details .title_name {
  padding: 16px 0 16px 43px;
  background: url(/images/svg/icon_ev-plug.svg) no-repeat 20px center;
  background-size: 15px 28px;
}
#space-form .space-form .amenities {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 650px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#space-form .space-form .amenities .textField {
  margin-left: 0px;
  padding: 10px 0 15px 0;
  width: 650px;
  height: 100%;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
#space-form .space-form .day_week .textField {
  width: 100%;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
}
#space-form .space-form .amenity {
  float: left;
  padding-top: 10px;
  padding-left: 17px;
  width: 195px;
  height: 29px;
  font-size: 17px;
  line-height: 32px;
}
#space-form .space-form .select2-container-multi .select2-choices {
  min-height: 122px;
  width: 650px;
  border-width: 1px;
  border-style: solid;
  border-color: #E0E0E0;
  border-top: none;
  border-right: none;
  border-left: none;
  background-image: none;
  color: #5C5C5C;
}
#space-form .select2-container .select2-default {
  padding: 15px 20px 20px;
  font-size: 15px;
}
.noshow {
  display: none !important;
}
#space-form .select2-container {
  width: 100%;
}
#space-form .select2-search-field {
  width: 200px !important;
}
#space-form .space-form .select2-container-multi .select2-choices .select2-search-field input {
  margin: 0px 0 !important;
  height: 20px !important;
  line-height: 20px;
}
.space #select2-drop {
  width: 650px !important;
}
#space-form .price_space {
  float: right;
  margin-top: 0px;
  width: 370px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* background: #fff; */
  background: #f5f5f5;
  color: #454545;
  text-align: left;
}
#space-form .list_spacer, #space-form .list_instant_booking {
  float: right;
  margin-top: 0px;
  width: 370px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #454545;
  text-align: left;
}
#space-form .price_name {
  padding-left: 20px;
  height: 50px;
  border-bottom: 1px solid #E0E0E0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  /* background: url("../images/admin/ok.png") no-repeat 320px center; */
  /* background-color: #f5f5f5; */
  background-color: #FFFFFF;
  font-size: 24px;
  /* font-family: 'Raleway'; */
  font-family: Inter;
  font-weight: bold;
  line-height: 49px;
}
#space-form .list_spacer_name, #space-form .list_instant_name  {
  padding-left: 20px;
  height: 50px;
  border-bottom: 1px solid #E0E0E0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  background: url("../images/admin/ok.png") no-repeat 320px center;
  background-color: #f5f5f5;
  font-size: 24px;
  /* font-family: 'Raleway'; */
  font-family: Inter;
  font-weight: bold;
  line-height: 49px;
}
#space-form .row_price {
  height: 65px;
}
#space-form .row_price_label {
  height: 35px;
}
#space-form .price_table {
  width: 370px;
  height: 100px;
  border-width: 1.5px;
  border-top: 1px solid #e0e0e0;
}
#space-form .price_div {
  width: 370px;
  height: 100px;
}
#space-form .price_input {
  padding-top: 5px;
  padding-left: 25px;
  width: 43%;
  height: 33px !important;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url("../images/admin/dollar.png") no-repeat 3px center;
  color: #252525;
  font-size: 16px;
  line-height: 33px;
}
#space-form .price_label {
  color: #C2C2C2;
  text-align: center;
  font-size: 15px;
}
#space-form .price_table tr td.price_label {
  border-right: 1.5px solid #E0E0E0;
  border-bottom: 1.5px solid #E0E0E0;
}
#space-form .price_table tr td.price_label.last {
  border-right: 0;
}
#space-form .price_name1 {
  margin-left: 0px;
  padding: 6px 14px 16px 19px;
  min-height: 38px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  /* background-color: #f5f5f5; */
  background-color: #FFFFFF;
  color: rgb(116, 116, 116);
  font-size: 15px;
  /* font-family: 'Raleway'; */
  font-family: Inter;
  line-height: 18px;
}
#space-form .list_spacer_name1, #space-form .list_instant_name1 {
  margin-left: 0px;
  padding: 14px 14px 16px 19px;
  min-height: 38px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  /*background-color: #f5f5f5;*/
  /*color: rgb(116, 116, 116);*/
  color: #454545;
  font-size: 15px;
  /* font-family: 'Raleway'; */
  font-family: Inter;
  line-height: 25px;
}
#space-form .title-spacer {
  font-size: larger;
  font-weight: 600;
}

#space-form .price_name1.max_booking_info {
  line-height: 20px;
  padding: 14px 20px;
}
#space-form .price_name1 p {
  padding-top: 10px;
}
#space-form .price_name1 p.note-commission {
  padding-top: 10px;
  padding-right: 18px;
  color: #B9B9B9;
  font-size: 12px;
}
#space-form select {
  margin: 11px 0 0;
  padding: 0px 0px 0px 5px;
  width: 202px;
  height: 22px;
  line-height: 22px;
  outline: 0;
  border: 0;
  background: transparent;
  color: #333333;
  font-weight: normal;
  font-size: 17px;
  /* font-family: 'Raleway'; */
  font-family: Inter;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#space-form .styled-select {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 180px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url(../images/arrow_select.png) no-repeat 150px;
  cursor: pointer;
  font-size: 17px;
  /* font-family: 'Raleway'; */
  font-family: Inter;
  text-indent: 10px;
}
#space-form .styled-input {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 180px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
  /* font-family: 'Raleway'; */
  font-family: Inter;
  text-indent: 10px;
  text-align: right;
  direction: initial;
}
#space-form .price_bond {
  overflow: hidden;
  padding: 20px 18px 18px;
  background: #fff;
}
#space-form .price_bond input {
  float: right;
  margin: 5px 0 0 15px;
  width: 112px;
}
#space-form .price_bond p {
  color: #B9B9B9;
  font-size: 12px;
}
#space-form .price_bond p strong {
  color: #454545;
  font-weight: bold;
  font-size: 15px;
}
#space-form .explain_price {
  padding: 10px 18px 6px 15px;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 12px;
}
#space-form .explain_price span{
  display: block;
  font-size: 14px;
  color: #B9B9B9;
}
#space-form .explain_bond {
  padding: 10px 18px 6px 15px;
  background: #f5f5f5;
  /* border-top: 1px solid #e1e1e1; */
}
#space-form .explain_bond span {
  display: block;
  font-size: 12px;
  color: #B9B9B9;
  padding-bottom: 5px;
  padding-left: 23px;
  text-indent: -10px;
}
#space-form .explain_bond span:first-child {
  padding-left: 0px;
  text-indent: 0;
}
.space div.form .errorSummary {
  margin-right: 55px;
  margin-bottom: 20px;
  margin-left: 80px;
  padding: 7px;
  border: 2px solid #CC0000;
  background: #FEE;
  font-size: 0.9em;
}
.space div.form .errorSummary ul li {
  color: #ef4926;
  font-size: 13px;
}
.space div.form .errorSummary ul {
  padding-top: 15px;
}
.space .error_message {
  display: none;
}
.space .success_space {
  display: none;
  margin-bottom: 23px;
  margin-left: 106px;
  padding-left: 59px;
  width: 1020px;
  height: 40px;
  border: 2px solid #1fb785;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url("../images/admin/ok_green.png") no-repeat 10px center;
  color: #1fb785;
  font-size: 22px;
  line-height: 40px;
}
.space .success_space_show {
  display: block;
}
.space .column0 {
  float: left;
  width: 90px;
  height: 1100px;
  background-color: green;
}
.space .column4 {
  float: right;
  width: 90px;
  height: 1100px;
  background-color: #4ae1f3;
}
.space .menu_li {
  display: inline;
  width: 80px;
  height: 30px;
}
input.css-checkbox[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0 none;
}
input.css-checkbox[type="checkbox"]:checked+label.css-label {
  background-position: 0 -15px;
}
input.css-checkbox[type="checkbox"]+label.css-label {
  display: inline-block;
  padding-left: 20px;
  height: 15px;
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  font-size: 15px;
  line-height: 15px;
  cursor: pointer;
}
.space .lite-green-check {
  background-image: url("http://csscheckbox.com/checkboxes/lite-green-check.png");
}
.space .amenity input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0 none;
}
.space .amenity input[type=checkbox]+label {
  display: inline-block;
  padding-left: 33px;
  height: 26px;
  background-image: url("../images/svg/v3/icons_tc-box-grey.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #3e3e3e;
  vertical-align: middle;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  cursor: pointer;
}

.no-svg .space .amenity input[type=checkbox]+label {
  display: inline-block;
  padding-left: 33px;
  height: 26px;
  background-image: url("../images/admin/lite-green-check.png");
  background-size: 25px 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #3e3e3e;
  vertical-align: middle;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  cursor: pointer;
}

.space .amenity input[type=checkbox]:checked+label {
  background: url("../images/svg/v3/icons_tc-box-green.svg"), url("../images/svg/v3/icons_green-tick-66.svg");
  background-size: 25px 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.no-svg .space .amenity input[type=checkbox]:checked+label {
  background-position: 0 -27px !important;
}

#space-form .note {
  margin-right: 92px;
  margin-left: 92px;
}

.space label {
  -moz-user-select: none;
}
.space .available_name {
  padding-left: 20px;
  height: 50px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  background-color: #F5F5F5;
  font-size: 24px;
  /* font-family: 'Raleway'; */
  font-family: Inter;
  font-weight: bold;
  line-height: 49px;
}
#space-form .timeday_name {
  padding-left: 16px;
  height: 38px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  background-color: #F5F5F5;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
}
#space-form .available_space {
  float: right;
  margin-top: 25px;
  margin-top: 20px;
  width: 370px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: none repeat scroll 0 0 #FFFFFF;
  color: #454545;
  text-align: left;
}
#space-form .time_day,
#space-form .day_week {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 25px;
  width: 320px;
  height: 115px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: none repeat scroll 0 0 #FFFFFF;
  color: #454545;
  text-align: left !important;
}
.custom_message_error .errorMessage{
  font-size: 13px !important;
  float: left !important;
  text-align: left !important;
  padding: 10px 0px 10px 0 !important;
}
.space .available_div {
	width: 370px;
  border-width: 1.5px;
  border-color: #E0E0E0;
  border-top: 1.5px solid #E0E0E0;
  border-bottom: 1.5px solid #E0E0E0;
  font-size: 13px;
}
.space-form .available_div .nav-tabs {
  background: #F5F5F5;
  margin-bottom: 0;
  border-width: 0px;
  border-top: none;
}
.space-form .available_div .nav-tabs li,
.space-form .available_div .nav-tabs li a:hover {
  width: 49.8%;
  border-width: 1px;
  border-bottom: 1px solid #E0E0E0;
  background: url("../images/svg/icon_available-grey.svg") no-repeat 20px center;
  background-color: #f5f5f5;
  background-size: 20px 20px;
}
.no-svg .space-form .available_div .nav-tabs li,
.no-svg .space-form .available_div .nav-tabs li a:hover {
  background: url("../images/icon-set_available-grey-ie.png") no-repeat 20px center;
}
.space-form .available_div .nav-tabs li:FIRST-CHILD {
  border-right: 1px solid #E0E0E0;
}
.space-form .available_div .nav-tabs li.active {
  height: 70px;
  border-bottom: none;
  background: url("../images/svg/icon_available-green.svg") no-repeat 20px center;
  background-size: 20px 20px;
  background-color: #fff;
}
.no-svg .space-form .available_div .nav-tabs li.active,
.no-svg .space-form .available_div .nav-tabs li.active:hover {
  background: white url("../images/icon-set_tick-green-ie.png") no-repeat 140px center;
}
.space-form .available_div .nav-tabs li a,
.space-form .available_div .nav-tabs li a:hover {
  margin: 0px;
  padding: 20px 20%;
  width: 60%;
  height: 30px;
  border: none;
  background: url("../images/svg/icon_tick-grey.svg") no-repeat 140px center;
  background-size: 20px 20px;
  color: #999999;
  text-align: center;
  line-height: 14px;
}
.no-svg .space-form .available_div .nav-tabs li a,
.no-svg .space-form .available_div .nav-tabs li a:hover {
  background: url("../images/icon-set_tick-grey-ie.png") no-repeat 140px center;
}
.space-form .available_div .nav-tabs .active a,
.space-form .available_div .nav-tabs .active a:hover {
  margin: 0px;
  padding: 20px 20%;
  width: 60%;
  border: none;
  background: url("../images/svg/v3/icon_tick-green.svg") no-repeat 140px center;
  background-size: 20px;
  color: #454545;
}
.no-svg .space-form .available_div .nav-tabs .active a,
.no-svg .space-form .available_div .nav-tabs .active a:hover {
  background: url("../images/icon-set_tick-green-available-ie.png") no-repeat 25px center;
}
#space-form .time_input_from,
#space-form .time_input_to {
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 85px;
  height: 37px !important;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  font-weight: normal;
}
#space-form .time_input_from {
  margin-left: 37px;
  line-height: 20px;
}
#space-form .time_input_to {
  margin-left: 35px;
  line-height: 20px;
}
#space-form .time_from_div {
  float: left;
  width: 50%;
  height: 61px;
  background: url("../images/svg/icon_clock-green.svg") no-repeat 9px 28px;
  background-size: 20px 20px;
}
.no-svg #space-form .time_from_div {
  background: url("../images/icon-set_clock-green-ie.png") no-repeat 9px 28px;
}
#space-form .time_to_div {
  float: right;
  width: 50%;
  background: url("../images/svg/icon_clock-green.svg") no-repeat scroll 8px 28px;
  background-size: 20px 20px;
}
.no-svg #space-form .time_to_div {
  background: url("../images/icon-set_clock-green-ie.png") no-repeat scroll 8px 28px;
}
#space-form .day_on {
  padding: 15px 4%;
  width: 38px !important;
  height: 40px;
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #98BF92 0%, #21B685 2%, #21B685 94%, #1EB07C
  96%, #1AA86D 98%, #6AB17E 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
#space-form .day_off {
  padding: 15px 4%;
  width: 38px !important;
  height: 40px;
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
#space-form .btn-primary:active,
#space-form .btn-primary.active,
#space-form .btn-primary.disabled,
#space-form .btn-primary[disabled] {
  margin-left: 8px;
  padding: 11px 0px;
  width: 35px;
  height: 17px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #21b685;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  border: 0 none !important;
  border-bottom: 2px solid #169B5A  !important;
  box-shadow: none;
}
#space-form .btn-group {
  margin: 18px 0 18px -5px;
}
#space-form .btn-primary {
  margin-left: 8px;
  padding: 11px 0px;
  width: 33px;
  height: 17px;
  border: 1px solid #E0E0E0 !important;
  border: medium none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  color: #CCCCCC;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  cursor: pointer;
}
.space .ui-timepicker-wrapper {
  margin-left: 1px;
  padding-left: 16px;
  width: 108px;
}

#space-view_v3 .ui-timepicker-wrapper {
  height: auto;
}
#space-view_v3 .ui-timepicker-wrapper .ui-timepicker-list {
  height: 150px;
  overflow-y: auto;
}

#space-view_v3 .ui-timepicker-wrapper .cleartime {
  margin: 5px;
  color: #22B686;
  font-size: 13px;
  cursor: pointer;
}

#space-form .avatar_space {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 367px;
  border-width: 1px;
  border-style: solid;
  border-color: #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: none repeat scroll 0 0 #FFFFFF;
  color: #454545;
  text-align: left;
}
#space-form .image_avatar {
  margin: 18px;
}
#space-form .image_avatar img {
  float: left;
  width: 170px;
  height: 170px;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#space-form .image_avatar #profile-cert-icon
{
  text-align: justify;
}
#space-form .image_avatar #profile-cert-icon div
{
  margin-bottom: 5px;
}
#space-form .image_avatar #profile-cert-icon img 
{
  width: 25px;
  height: 25px;
  float: none;
  border: none;

}
#space-form .avatar_info {
  float: right;
  overflow: hidden;
  width: 140px;
}

/* NEW SPACER FORM CSS */
.admin_fee_percentage {
  color: #017E54;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  float: right;
  border-radius: 999px;
  border: 1px solid #BFE7CF;
  background: #E8F7EE;
  padding: 7px 11px;
  margin: 8px;
}

#space-form .new_price_table_div {
  width: 354px;
  padding: 8px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
#space-form .new_price_table_div .price_container {
  width: 170px;
  border-radius: 10px;
  border: 1px solid var(--Parkhound-Navy_tint_10, #EBEDEE);
  background: #FAFBFC;
}

#space-form .new_price_table_div .price_container hr.dotted {
  border: none;
  border-top: 1px dashed #E6E8EB;
  margin: 10px auto;
  width: 85%;
}
#space-form .new_price_table_div .price_container hr.solid {
  border: none;
  border-top: 1px solid #9DA3AA;
  margin: 10px auto;
  width: 85%;
}
  #space-form .new_price_table_div .price_container:first-child {
    margin-left: 8px;
  }

  #space-form .new_price_table_div .price_container:last-child {
    margin-right: 8px;
  }
  #space-form .new_price_table_div .price_container .price_field {
    text-align: center;
  }
    #space-form .new_price_table_div .price_container .price_input{
      width: 57%;
    }
  #space-form .new_price_table_div .price_container  .new_price_label {
    color:  #36414D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-left: 8px;
  }
  #space-form .new_price_table_div .calculation_container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  #space-form .new_price_table_div .calculation_container .calculation_item_left {
    color: #36414D;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-left: 8px;
    width: 50%;
  }
    #space-form .new_price_table_div .calculation_container.earnings .calculation_item_left {
      color: #16A34A;
      font-family: Inter;
      font-size: 10px;
      font-style: normal;
      font-weight: 600;
      line-height: 12px;
    }

  #space-form .new_price_table_div .calculation_container .calculation_item_right {
    color: #36414D;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    margin-right: 8px;
    width: 50%;
    text-align: right;
  }

  .admin_fee_info {
    padding: 15px 20px; /* vertical, horizontal */
    /* margin: 20px 0; */
    border-top: 1px solid #E6E8EB;
    border-bottom: 1px solid #E6E8EB;
    border-radius: 0 0 15px 15px; /* Only bottom corners */
    background-color: white; /* Add this */
  }

  .admin_fee_info .info_text {
    color: #36414D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    margin-bottom: 8px;
  }

  .admin_fee_info .info_box {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 6px;
    padding: 12px 15px;
    margin: 0;
  }

  .admin_fee_info .info_box_text {
    color: #BA7531;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
  }
    #space-form .new_price_table_div .calculation_container.earnings .calculation_item_right {
      color: #16A34A;
      font-family: Inter;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: 19.5px;
    }

  #space-form .new_price_table_div .new_explain_price .new_explain_price_text {
    padding: 0px 8px;
    margin-bottom: 4px;
    color: #36414D;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
  }

  #space-form .new_price_table_div .new_explain_price .new_total_price {
    padding: 0px 8px;
    margin-bottom: 8px;
    color: #36414D;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
  }

/* END NEW SPACER FORM CSS */

.custom-position-element-profile .firstname{
  font-size: 20px;
  /* font-family: "Montserrat"; */
  font-family: Inter;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 27px;
  padding: 10px 0px 0px 20px;
  font-weight: bold !important;
}

.custom-position-element-profile .image_avatar{
  margin-top: 10px !important;
}

.avatar_info_left{
  float:left;
  position: relative;
}

.avatar_info_left img{
  float: none !important;
}

.status_of_user{
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #E0E0E0;
  padding: 2px 0px;
  margin-top: 5px;
  text-align: center;
  background: transparent;
}

.status_of_user span{
  font-weight: bold;
  font-size: 16px;
  color:#000;
}
.wap-rating .rating-averate span{
  display: inline-block;
  width: 20px;
  height: 25px;
  margin-left: 3px;
  text-indent: -2000px;
  float:left;
}

.custom-wap-since .member_since:nth-child(1){
  margin-top: 0px !important;
}

#space-form .avatar_info .firstname {
  font-size: 20px;
  /* font-family: "Montserrat"; */
  font-family: Inter;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 27px;
}
#space-form .avatar_info .member_since {
  margin-top: 9.5px;
  color: #696969;
  font-size: 14px;
}
#space-form .avatar_info .member_since_value {
  margin-top: -5px;
  font-size: 16px;
}
#space-form .avatar_space .profile_footer {
  clear: both;
  margin: 18px;
  width: 335px;
  height: 55px;
  font-style: italic;
}

/* -------------view space-------------- */
#space-form .view-form label {
  cursor: default;
}
#space-form .view-form .view_title {
  padding-top: 20px;
  font-size: 27px;
  /* font-family: 'Raleway'; */
  font-family: Inter;
  line-height: 25px;
  font-weight: bold;
}
#space-form.spdel .view-form .view_title .view_title_text {
  display: inline;
  float: none;
}
#space-form .view-form div.space_type .sub-city {
  font-size: 27px;
  display: block;
  margin: 15px 0;
}
#space-form.spdel .view-form div.space_type {
  width: 100%;
}
#space-form .view-form div.space_type {
  /* float: left;
  margin: 15px 0px 5px 0; */
  background: none;
}
#space-form .view-form span.space_type,
#space-form .view-form span.access_type {
  margin-top: 20px;
  width: 110px;
  font-size: 16px;
  /* font-family: Raleway, 'Lucida Grande', sans-serif; */
  font-family: Inter, 'Lucida Grande', sans-serif;
  font-weight: bold;
}
#space-form .view-form span.access_type {
  margin-left: 5px;
}
#space-form .view-form .view_value_space,
#space-form .view-form .view_value_space_height,
#space-form .view-form .view_value_space_vehicle,
#space-form .view-form .view_value_space_size
 {
  display: inline-block;
  width: 100px;
  font-size: 16px;
  /* font-family: Raleway, 'Lucida Grande', sans-serif; */
  font-family: Inter, 'Lucida Grande', sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; 
  vertical-align: bottom;
}
#space-form .view-form .view_value_space_size
{
  width: 150px;
}
#space-form .view-form .view_value_space_height {
  width: 139px;
}
#space-form .view-form .view_value_space_vehicle {
  width: 100px;
}
#space-form .view-form div.description,
#space-form .view-form div.amenities {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  word-break: break-word;
  font-size: 16px;
  line-height: 30px;
}
#space-form .view-form div.description .description,
#space-form .view-form div.amenities .amenities {
  margin-bottom: 15px;
  border: none;
  color: #686868;
  font-size: 25px;
  font-weight: normal;
}
#space-form .view-form div.description label.description_value {
  margin-top: 20px;
  border: none;
  color: #686868;
  font-size: 16px;
}
#space-form .view-form div.amenities span.amenities {
  margin-top: 20px;
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 8px;
  border: none;
  background-color: #F2F2F2;
  color: #686868;
  font-size: 16px;
  /* font-family: 'Raleway'; */
  font-family: Inter;
  line-height: 30px;
}
#space-form .view-form div.social {
  float: right;
  height: 40px;
}
#space-form .view-form div.social a {
  margin-left: 9px;
}
#space-form .view-form div.social a:hover {
  text-decoration: none;
}
#space-form .view-form .column2 .view_price {
  width: 368px;
  height: 100px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
}
#space-form .view-form .column2 .view_price:nth-child(3) {
  border-right: none;
}
#space-form .view-form #slide_data {
  clear: both;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 96%;
  height: 197px;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: none;
  box-shadow: 0 0 1px #9E9E9E;
}
#space-form .view-form #slide_data a.flex-prev {
  top: 20px;
  left: 1px;
  float: left;
  width: 30px;
  height: 146px;
  border-right: 1px solid #E3E3E3;
  border-bottom-left-radius: 3px;
  background: url("../images/arow-left-slide.png") no-repeat 2px 55px;
  background-color: #f5f5f5;
}
#space-form .view-form #slide_data a.flex-next {
  top: 20px;
  right: 0px;
  width: 32px;
  height: 146px;
  border-left: 1px solid #E3E3E3;
  border-bottom-right-radius: 3px;
  background: url("../images/arow-right-slide.png") no-repeat 7px 55px;
  background-color: #f5f5f5;
}
#space-form .view-form #slide_data .flex-direction-nav a {
  opacity: 1;
}
#space-form .view-form #slide_data img.slide-img {
  float: left;
  margin: 15px;
  width: 105px;
  height: 105px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#space-form .view-form #slide_data .flex-caption {
  float: right;
  margin-left: 4px;
  padding-right: 5px;
  width: 51%;
  height: 126px;
  border-right: 1px solid #ededed;
  color: #3b3b3b;
}
.flexslider .end {
  margin-left: 0px;
}
#space-form .view-form #slide_data .slide-title {
  padding-top: 15px;
  padding-left: 20px;
  height: 35px;
  border-bottom: 1px solid #E0E0E0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f5f5f5;
  color: #343434;
  font-size: 20px;
}
#space-form .view-form #slide_data div.slide_title {
  margin-top: -1%;
  margin-left: 2px;
  height: 50px;
  font-weight: bold;
  font-size: 15px;
}
#space-form .view-form #slide_data .slide_week_price {
  float: left;
  width: 86px;
}
#space-form .view-form .prices {
  float: left;
  width: 33%;
  height: 100px;
  border-right: 1px solid #cccccc;
}
#space-form .view-form .amount {
  padding-top: 22px;
  height: 38px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  font-size: 33px;
  /* font-family: "Montserrat"; */
  font-family: Inter;
}
#space-form .view-form .price_label {
  padding-top: 9px;
  height: 36px;
  color: #484848;
  text-align: center;
  font-size: 17px;
  /* font-family: "Montserrat"; */
  font-family: Inter;
}
#space-form .view-form .wrap-price-date sup {
  font-size: 20px;
}
#space-form .view-form input.green_btn {
  margin: 0 auto 18px 18px;
  width: 335px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#space-form .view-form #slide_data div.slide_week {
  margin-top: 8%;
  margin-bottom: 5px;
  margin-left: 2px;
  font-size: 33px;
}
#space-form .view-form #slide_data span.slide_week {
  margin-left: 2px;
  font-weight: bold;
  font-size: 15px;
}
#space-form .view-form #slide_data img.slide_avatar {
  float: right;
  margin: 0px 5px 0px 0px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#space-form .view-form #slide_data .wrap_data {
  max-width: none;
  width: 100%;
}
#space-form .view-form #slide_data div.flex-viewport a {
  text-decoration: none;
}
#space-form .view-form .save {
  margin-top: 0px;
}

/* ---------------------------------------------------------------------- */
/* gmap edit space */

.space-form #map-canvas {
  width: 100%;
  height: 400px;
}
.space-form #streetview-canvas {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-color: #FAFAFA;
  text-align: center;
}
.space-form .map {
  position: relative;
  clear: both;
  overflow: hidden;
}
.space-form .map #wrap-map {
  position: relative;
}
.space-form .gmap {
  position: relative;
}
.space-form .gmap a {
	color: white;
}
.space-form .gmap #street_view_thumb,
.space-form .gmap #map_view_thumb {
  position: absolute;
  top: 15px;
  right: 15px;
  max-width: 190px;
  height: 125px;
  display: none;
}
.space-form .gmap #upload_file_thumb {
  position: absolute;
  top: 15px;
  right: 15px;
  max-width: 190px;
  height: 125px;
}
.space-form .gmap .price_view_thumb {
  position: absolute;
  top: 40px;
  right: 92px;
  width: 34px;
  height: 45px;
  cursor: pointer;
  display: none;
}
.space-form .gmap #street_view {
  width: 650px;
  height: 400px;
}
.space-form .gmap #upload {
  overflow: hidden;
  width: 649px;
  height: 400px;
  background-color: #FAFAFA;
  text-align: center;
}
.space-form .gmap #upload span {
  display: block;
  margin: 0px auto;
  padding-top: 140px;
  width: 70px;
  height: 70px;
  background: url(../images/icon_file_new.png) no-repeat center 120px;
}
.space-form .gmap #upload p {
  color: #999;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  /* font-family: Raleway; */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}

.space-form .gmap #upload p.sub_p {
  color: #999;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  /* font-family: Raleway; */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 9px;
}

.space-form .gmap #upload a {
  color: #1EB785;
  /* font-family: Raleway; */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}
#space-view_v3 .space-form .map #upload_image_other {
  display: none;
}
.space-form .map #upload_image_other {
  position: absolute;
  top: 1px;
  right: 2px;
  z-index: 1;
  /*display: none;*/
  padding: 10px 20px;
  border-radius: 8px;
  background: var(--parkhound-green, #1EB785);
  margin-top:10px;
  margin-right:10px;

  color: #FFF;
  font-feature-settings: 'liga' off;
  /* font-family: Raleway; */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
.space-form .map .wrap_data {
  position: absolute;
  top: 0px;
  left: 0px;
  /*visibility: hidden;*/
}
.space-form .map .wrap_data.inactive .flex-direction-nav {
  display: none;
}
.space-form .map .flexslider .slides img {
  margin: 0px;
  width: 650px;
  height: 400px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  object-fit: contain;
  background: #000;
}
.view-form .map .flexslider .slides img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.view-form  div.map .tabs-below {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.space-form .map .flexslider {
  margin: 0px;
  width: 100%;
}
.space-form .map .flex-viewport {
  width: 650px;
  height: 400px;
}
.space-form .map .flex-direction-nav .flex-next {
  right: 0px;
  width: 50px;
  height: 65px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  background: url(../images/icon-set_arrow-right.png) no-repeat center;
  background-color: #333333;
  opacity: 0.3;
}
.space-form .map .flex-direction-nav .flex-prev {
  left: 0px;
  width: 50px;
  height: 65px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  background: url(../images/icon-set_arrow-left.png) no-repeat center;
  background-color: #333333;
  opacity: 0.3;
}
#gmap-tab .nav {
  margin-bottom: 0;
  border-top: 2px solid #e0e0e0;
  background: #F5F5F5;
}
#gmap-tab .nav-tabs li {
  width: 33.3%;
  height: 50px;
  background-color: #f5f5f5;
}
#gmap-tab .nav-tabs li.active {
  background-color: #fff;
  position: relative;
}
#gmap-tab .nav-tabs li a {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  color: #999999;
  text-align: center;
  font-size: 15px;
  outline: 0 none;
  border-left: 1px solid #E1E1E1;
  border-radius: 0;
}
#gmap-tab .nav-tabs li a:hover {
	background: none;
}

#gmap-tab .nav-tabs li {}
#gmap-tab .nav-tabs li:first-child {}

#gmap-tab .nav-tabs li:first-child a {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  width: 65%;
  padding-left: 35%;
  border: 0 none;
}
#gmap-tab .nav-tabs li:last-child a {
  -webkit-border-radius: 0 0 4px;
  -moz-border-radius: 0 0 4px;
  border-radius: 0 0 4px;
}
#gmap-tab .nav-tabs li .icon_text {
  margin-left: 7px;
}
#gmap-tab .nav-tabs li.active .icon_text {
  color: #333;
}
#space-update #gmap-tab .nav-tabs li:nth-child(2).active a,
#gmap-tab .nav-tabs li:nth-child(2) a{
  width: 73%;
  padding-left: 26%;
}
#gmap-tab .nav-tabs li a span {
	display: inline-block;
	float: left;
}
#gmap-tab .nav-tabs li:last-child.active a.add-photos,
#gmap-tab .nav-tabs li:last-child.active a,
#gmap-tab .nav-tabs li:last-child a {
  width: 74%;
  padding-left: 26%;
}
#gmap-tab .nav-tabs li:last-child a.add-photos {
  width: 80%;
  padding-left: 20%;
}
#space-update #gmap-tab .nav-tabs li:nth-child(2) a {
  width: 78%;
  padding-left: 22%;
}
#gmap-tab .nav-tabs li .icon_map {
  background: url("../images/svg/icon_map-grey.svg") no-repeat left center;
  background-size: 22px 22px;
  width: 23px;
  height: 50px;
}
#gmap-tab .nav-tabs li.active .icon_map {
  background: url("../images/svg/icon_map-green.svg") no-repeat left center;
  background-size: 22px 22px;
}
#gmap-tab .nav-tabs li .icon_streetview {
  background: url("../images/svg/icon_streetView-grey.svg") no-repeat left center;
  background-size: 22px 22px;
  width: 23px;
  height: 50px;
}
#gmap-tab .nav-tabs li.active .icon_streetview {
  background: url("../images/svg/icon_streetView-green.svg") no-repeat left center;
  background-size: 22px 22px;
}
#gmap-tab .nav-tabs li .icon_camera {
  background: url("../images/svg/icon_camera-grey.svg") no-repeat left center;
  background-size: 22px 22px;
  width: 23px;
  height: 50px;
}
#gmap-tab .nav-tabs li a.add-photos .icon_camera,
#gmap-tab .nav-tabs li.active .icon_camera {
  background: url("../images/svg/icon_camera-green.svg") no-repeat left center;
  background-size: 22px 22px;
  width: 23px;
  height: 50px;
}
.space-form .map #save-streetview {
  position: absolute;
  top: 10px;
  right: 22px;
  z-index: 1;
  padding: 12px 0;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(250, 250, 250, .5);
  color: #333333;
  font-size: 15px;
  width: 118px;
  text-align: center;
}
.space-form .map #save-streetview:hover {
  text-decoration: none;
}
#streetview-canvas .no-image {
  width: 100%;
  height: 400px;
}
#streetview-canvas .no-street-view {
  max-width: 100%;
  height: 400px;
}

/* ---------------------------------------------------------------------- */
/* model widget space upload*/

#modalSpaceUpload p.modal_sub_p {
  color: #B3B3B3;
  font-variant-numeric: lining-nums proportional-nums;
  /* font-family: Raleway; */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align:center;
  margin-top:10px;
}

#modalSpaceUpload {
  top: 30%;
  width: 575px;
}
#modalSpaceUpload .modal-body {
  padding-top: 0px;
}
#modalSpaceUpload .modal-header h3 {
  padding-left: 40px;
}
#modalSpaceUpload .modal-header p {
  color: #B3B3B3;
  font-variant-numeric: lining-nums proportional-nums;
  /* font-family: Raleway; */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#modalSpaceUpload .modal-header  p.modal_sub_p{
  color: #B3B3B3;
  font-variant-numeric: lining-nums proportional-nums;
  /* font-family: Raleway; */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#modalSpaceUpload .content-upload .btn-upload {
  margin: 10px 33px;
  width: 140px;
  height: 95px;
  background: url("../images/icon_upload_1.png") no-repeat 60px 13px;
}
#modalSpaceUpload .content-upload .btn-upload#photo1 {
  background: url("../images/bg_upload_photo1.png") no-repeat 0px;
}
#modalSpaceUpload .content-upload .btn-upload#photo2 {
  background: url("../images/bg_upload_photo2.png") no-repeat 0px;
}
#modalSpaceUpload .content-upload .btn-upload#photo3 {
  background: url("../images/bg_upload_photo3.png") no-repeat 0px;
}
#modalSpaceUpload .content-upload .btn-upload#photo4 {
  background: url("../images/bg_upload_photo4.png") no-repeat 0px;
}
#modalSpaceUpload .content-upload .btn-upload.has-image {
  margin: 10px 33px;
  padding: 0;
  width: 165px;
  height: 100px;
  border: none;
  background: none !important;
  opacity: 0.8;
}
#modalSpaceUpload .content-upload .btn-upload img {
  width: 160px;
  height: 95px;
}
#modalSpaceUpload .content-upload .bg-delete {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: none;
  width: 162px;
  height: 95px;
  background: url("../images/bg_delete.png") repeat transparent;
}
#modalSpaceUpload .content-upload .delete {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 20px;
  height: 30px;
  background: url("../images/icon-set_delete-photo.png") no-repeat center;
  text-indent: 1000px;
}

#photo-rotate{
  position: absolute;
  top: 45px;
  right: 4px;
  display: block;
  width: 22px;
  height: 22px;
  content: url("../images/btn-rotate.png");
  filter: contrast(2);
  -webkit-filter: contrast(2);
}

#modalSpaceUpload .content-upload .fileinput {
  height: 50px;
}
#modalSpaceUpload .content-upload .btn-upload p {
  padding-top: 15px;
  color: #D1D1D1;
  font-weight: bold;
  font-size: 12px;
}
#modalSpaceUpload .modal-footer {
  padding: 20px 85px 30px 88px;
  border-top: 0px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  background-color: #fff;
  text-align: center;
}
#modalSpaceUpload #modal-footer .green_btn#modal-close {
  float: left;
  margin-right: 0;
  margin-left: 0;
  width: 160px;
}
#modalSpaceUpload #modal-footer .green_btn#modal-save-image {
  float: right;
  margin-right: 0;
  margin-left: 0;
  width: 200px;
}

/* ---------------------------------------------------------------------- */
/* model widget complete listing*/
#space-view #modalCompleteListing {
  top: 30%;
  left: 50%;
  margin-left: -240px;
  width: 440px;
}
#modalCompleteListing .complete-listing p {
  padding: 20px 50px;
  text-align: center;
}
#modalCompleteListing .complete-listing span {
  display: block;
  margin: 0px auto;
  margin-top: 3px;
  margin-bottom: 35px;
  width: 45px;
  height: 45px;
  background: url(../images/svg/icon_tick-green.svg) no-repeat;
}
#space-view .modal-custom #modal-footer .green_btn {
  margin: 0 5px;
  width: 160px;
  font-size: 15px;
}
#space-view .modal-custom #modal-footer .tweet_btn {
  width: 160px;
  font-size: 15px;
}

/* textext */
.text-core .text-wrap .text-tags .text-tag .text-button {
  margin: 0 5px 5px 0;
  padding: 0px 17px 0px 3px;
  height: 22px;
  border: 1px solid #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e4e4e4;
  color: rgb(92, 92, 92);
  font-size: 15px;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove {
  top: 4px;
}
.text-core .text-wrap textarea,
.text-core .text-wrap input {
  white-space: normal;
}
#space-form .space-form #nearby {
  width: 650px;
  min-height: 116px;
  line-height: 20px;
}
#space-form .description11 {
	border-top: 1px solid #e0e0e0;
}
.text-core .text-wrap textarea:focus {
	outline: 0px none transparent;
	box-shadow: none;
}

/* ---------------------------------------------------------------------- */
/* update space form */

#space-form .max_booking_length {
  width: 100%;
  display: inline-block;
  border-bottom: 1.5px solid #E0E0E0;
}
#space-form .max_booking_length label{
  float: left;
  margin: 15px 0;
  width: 43%;
  padding-left: 18px;
  color: #B9B9B9;
  font-size: 12px
}

#space-form .max_booking_length label strong{
  font-size: 15px;
  color: #454545;
}

#space-form .max_booking_length .max_booking_length_right{
  float: right;
  width: 49%;
  position: relative;
}
#space-form .max_booking_length .max_booking_length_right .text_day{
  color: #B9B9B9;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 23px;
  right: 22%;
}

#space-form .max_booking_length .max_booking_length_right span{
  position: absolute;
  top: 25px;
  color: #999999;
  right: 35px;
  font-size: 15px;
}

#space-form .max_booking_length .input_field {
  margin: 15px 0 5px 0;
  padding-left: 10px;
  width: 75%;
  height: 28px !important;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #252525;
  font-size: 16px;
}
div.form .space-form .max_booking_length .errorMessage {
  padding: 0px 10px 10px 0;
  text-align: left;
  font-size: 13px;
}

/*CSS for Google adsense*/
#space-form .wrap_google_adsense{
  width: 367px;
}

#space-form .wrap_google_adsense_mobile {
  float: right;
  margin: 10px 15px 20px 0;
  width: 407px;
}
#space-form .wrap_google_adsense .google_adsense, #space-form .wrap_google_adsense_mobile .google_adsense {
  width: 320px;
  overflow: hidden;
  margin: 15px auto;
  
}

/*---------------------widget link------------------------------*/
#space-view_v3 #longtail-widget-location .longtail-content h2 {
  margin-bottom: 15px;
  border: none;
  color: #686868;
  font-size: 25px;
  font-weight: normal;
}
#space-view_v3 #longtail-widget-location ul#longtail-links li {
  padding: 0px 15px 0px 0px;
}
#space-view_v3 #longtail-widget-location ul#longtail-links li a {
  color: #686868;
  font-size: 16px;
  /* font-family: 'Raleway'; */
  font-family: Inter;
}

.status_of_cert
{
  margin-top: 5px;
  text-align: center;
}
#space-form .image_avatar .status_of_cert img
{
  width: auto;
  height: 50px;
}

.space-attr td
{
  max-width: 200px;
  width: 270px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 10px;
}
#space-form .block_space_type section {
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 8px;
  padding-bottom: 10px;
}
#space-form .block_space_type .col-2 { width: 48%; }
#space-form .space-attr .label-type, 
#space-form .block_space_type section .label-type {
  display: inline;
  font-weight: bold;
}
#space-form .view-form #pharticle {
  width: 96%;
  margin: 40px auto;
  /* font-family: 'Raleway'; */
  font-family: Inter;
  font-size: 14px;
  line-height: 1.57rem;
  color: #616161;
}
#space-form .view-form #wrapper_nearby_link {
  width: 96%;
  margin: 40px auto;
}
#space-form .view-form #wrapper_nearby_link .nearby_title {
  line-height: 22px;
  font-size: 18px;
  /* font-family: ''Raleway'', sans-serif; */
  font-family: Inter, sans-serif;
  margin-bottom: 10px;
}
#space-form .view-form #wrapper_nearby_link a {
  /* font-family: 'Raleway'; */
  font-family: Inter;
  font-size: 14px;
  line-height: 1.57rem;
  color: #616161;
  margin-right: 15px;
  display: inline-block;
  text-decoration: underline;
}
#space-form .view-form #wrapper_nearby_link a:hover {
  text-decoration: none; 
}
.stickied-book-section { display: none; }