.cmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: #092947e6; /* Black w/ opacity */
  }
  
  /* Modal Content */
  .cmodal-content {
    background-color: #fefefe;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 940px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    max-height: 90vh;
  }

  .cmodal-content>iframe {
    height: 100%;
  }
  
  /* The Close Button */
  span.close {
    background: #47ace9;
    position: absolute;
    right: -70px;
    top: -25px;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    font-weight: 300;    
    cursor: pointer;
}
  /* .HFavorite {
    background: blue;
  }
  .Hshare {
    background: blue;
  } */
.actions_but {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
}
.actions_but>div {
    width: 100%;
    padding: 0 10px;
}
.actions_but>#HAuctionAccessBtn a.Hbutton {
    min-width: 180px;
}
.Hbutton {
    background-color: #47ace9;
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}
html {
  scroll-behavior: smooth;
}
body.cmodal {
  overflow: hidden;
}

.HFavorite > svg {
  height: 22px;
}

@media (max-width:767px) {
    .cmodal-content {
      width: 90%;
      max-height: 90vh;
    }
    span.close {
      right: -10px;
      top: -20px;
      width: 40px;
      height: 40px;
      font-size: 24px;
    }
}

section.property-portal iframe#HPropertyPortal {
  height: 880px;
}

.cmodal-content.login_popup {
  max-height: 430px;
}
.cmodal-content.register_popup {
  max-height: 540px;
}

@media (max-width:1439px) {
  section.property-portal iframe#HPropertyPortal {
      height: 980px;
  }
}
@media (max-width:1279px) {
  section.property-portal iframe#HPropertyPortal {
      height: 1100px;
  }
}
@media (max-width:1023px) {
  section.property-portal iframe#HPropertyPortal {
      height: 1540px;
  }
  .cmodal-content.login_popup,.cmodal-content.register_popup {
    max-height: 90vh;
  }
}
@media (max-width:767px) {
  section.property-portal iframe#HPropertyPortal {
      height: 1820px;
  }
}