.page-buyer-index .wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  height: calc(100vh - 74px);
}
@media (max-width: 1199.98px) {
  .page-buyer-index .wrapper {
    height: calc(100vh - 57px);
  }
}
@media (max-width: 767.98px) {
  .page-buyer-index .wrapper {
    display: block;
  }
}
.page-buyer-index .wrapper .suburb-info-container {
  max-width: 360px;
  min-width: 360px;
  height: calc(100vh - 74px);
  margin-right: -360px;
  height: calc(100vh - 57px);
  transition: all 0.3s;
  margin-right: -360px;
}
.page-buyer-index .wrapper .suburb-info-container.active {
  margin-right: 0;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767.98px) {
  .page-buyer-index .wrapper .suburb-info-container {
    max-width: 100%;
    min-width: 100%;
    height: 247px;
    margin-bottom: -247px;
    transition: all 1s;
  }
}
.page-buyer-index .wrapper .suburb-info-container--header {
  height: 62px;
  background-color: #E2E6F0;
}
.page-buyer-index .wrapper .suburb-info-container--header .toggle-height {
  display: none;
}
@media (max-width: 767.98px) {
  .page-buyer-index .wrapper .suburb-info-container--header .toggle-height {
    display: block;
    font-size: 20px;
    color: #646F79;
    cursor: pointer;
  }
}
.page-buyer-index .wrapper .suburb-info-container--header .close-suburb-info {
  color: #212529;
  font-size: 25px;
  cursor: pointer;
  right: 0;
  margin: 0 10px;
  top: 0;
  line-height: 62px;
}
@media (max-width: 767.98px) {
  .page-buyer-index .wrapper .suburb-info-container--header .close-suburb-info {
    line-height: unset;
  }
}
.page-buyer-index .wrapper .suburb-info-container--header > div {
  flex: 1;
}
.page-buyer-index .wrapper .suburb-info-container--header > div > div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}
.page-buyer-index .wrapper .suburb-info-container--header > div > div p {
  font-size: 16px;
  line-height: 24px;
}
.page-buyer-index .wrapper .suburb-info-container--content {
  margin-top: -2px;
}
@media (max-width: 767.98px) {
  .page-buyer-index .wrapper .suburb-info-container--content {
    height: 185px;
    overflow-y: auto;
  }
  .page-buyer-index .wrapper .suburb-info-container--content::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
  }
  .page-buyer-index .wrapper .suburb-info-container--content::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
  }
  .page-buyer-index .wrapper .suburb-info-container--content::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: rgba(100, 111, 121, 0.57);
  }
}
.page-buyer-index .wrapper .suburb-info-container--content #chart-container {
  margin: 0 auto;
  width: 340px;
}
.page-buyer-index .wrapper .suburb-info-container--content #chart-container hr {
  width: 340px;
}
@media (max-width: 767.98px) {
  .page-buyer-index .wrapper .suburb-info-container--content #chart-container hr {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-buyer-index .wrapper .suburb-info-container--content #chart-container {
    width: 96%;
  }
}
@media (max-width: 575.98px) {
  .page-buyer-index .wrapper .suburb-info-container--content #chart-container {
    width: 91%;
  }
}
.page-buyer-index .wrapper .suburb-info-container--content #chart-container > div {
  min-height: 250px;
}
.page-buyer-index .wrapper .suburb-info-container--content #buyer-index-btn {
  width: 270px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .page-buyer-index .wrapper .suburb-info-container.full .suburb-info-container--content {
    overflow-y: scroll;
    height: auto;
  }
}
.page-buyer-index .wrapper .content {
  width: 100%;
}
.page-buyer-index .map-loader {
  position: fixed;
  top: 0;
  align-items: center;
  justify-content: center;
}
.page-buyer-index .map-loader .spinner-border {
  margin-bottom: 57px;
}
.page-buyer-index .map-section {
  display: grid;
}
.page-buyer-index .map-section .map-container {
  position: relative;
  height: calc(100vh - 74px);
}
@media (max-width: 1199.98px) {
  .page-buyer-index .map-section .map-container {
    height: calc(100vh - 57px);
  }
}
@media (max-width: 767.98px) {
  .page-buyer-index .map-section .map-container.show-bottom {
    height: calc(100vh - 57px - 247px);
  }
  .page-buyer-index .map-section .map-container.show-bottom-full {
    height: 0;
  }
}
.page-buyer-index .map-section .map-container .mapboxgl-marker {
  z-index: 1;
}
.page-buyer-index .map-section .map-container .mapboxgl-popup {
  z-index: 2;
}
.page-buyer-index .map-section .map-container .mapboxgl-popup-anchor-bottom {
  top: 28px;
}
.page-buyer-index .map-section .map-container .mapboxgl-popup-anchor-top {
  top: 10px;
}
.page-buyer-index .map-section .map-container .map-overlay {
  position: absolute;
  width: 97.5%;
  top: 0;
  left: 0;
}
.page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .title-container {
  position: absolute;
  z-index: 3;
  margin-top: 20px !important;
  margin-left: 20px;
}
@media (max-width: 1199.98px) {
  .page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .title-container {
    margin-top: 10px !important;
    margin-left: 10px;
  }
}
.page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .title-container .title {
  background: #1CA766;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  padding: 15px 20px;
  font-size: 22px;
  line-height: 26px;
  border-radius: 8px;
  float: left;
}
@media (max-width: 1199.98px) {
  .page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .title-container .title {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 25px;
  }
}
.page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .subscribe {
  margin: 16px 20px;
  padding: 17px 22px;
  font-size: 18px;
  line-height: 21px;
  border-radius: 4px;
  float: right;
  width: 250px;
}
@media (max-width: 1199.98px) {
  .page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .subscribe {
    display: none;
  }
}
.page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .legend-container {
  position: fixed;
  bottom: 0%;
  width: 100vw;
  z-index: 2;
  margin: 0px 0px 20px 60px;
  padding-bottom: 10px;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
  margin: 0px 0px 20px 0px;
  overflow-x: scroll;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
}
.page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .legend-container.active {
  width: calc(100vw - 360px);
}
@media (max-width: 767.98px) {
  .page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .legend-container.active {
    width: 100vw;
    display: none;
  }
}
.page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .legend-container .legend {
  border-radius: 8px;
  min-width: 150px;
  padding: 6px 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  background-color: #1CA766;
  border: 2px solid #ffffff;
  color: #ffffff;
  margin-left: 5px;
  display: inline-block;
  cursor: pointer;
}
.page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .legend-container .legend.active {
  background-color: #ffffff;
  border: 2px solid #1CA766;
  color: #1CA766;
}
.page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .legend-container::-webkit-scrollbar {
  -webkit-appearance: none;
}
.page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .legend-container::-webkit-scrollbar:vertical {
  width: 15px;
}
.page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .legend-container::-webkit-scrollbar:horizontal {
  height: 7px;
}
.page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .legend-container::-webkit-scrollbar-thumb {
  background-color: #a7adb3;
  border-radius: 10px;
  border: 0;
}
.page-buyer-index .map-section .map-container .map-overlay .map-overlay-inner .legend-container::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.page-buyer-index .map-section #map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.page-buyer-index .hover-underline {
  text-decoration: none;
}
.page-buyer-index .hover-underline:hover {
  text-decoration: underline;
}
.page-buyer-index #buyerIndexModal .modal-dialog {
  margin: 0 auto;
  width: 335px;
  height: 200px;
}
@media (max-width: 575.98px) {
  .page-buyer-index #buyerIndexModal .modal-dialog {
    width: 90%;
  }
}
.page-buyer-index #buyerIndexModal .btn-icon {
  font-size: 1.75rem !important;
  color: #212529 !important;
}
.page-buyer-index #buyerIndexModal p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 50px;
  margin-bottom: 21px;
  padding-left: 20px;
  padding-right: 20px;
}
.page-buyer-index #buyerIndexModal #btn-contact-sales {
  width: 200px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 46px;
  padding: 8.45px 1rem;
}

.page-buyer-index .term-select-wrapper .list-group {
  min-width: 150px;
}
@media (min-width: 992px) {
  .page-buyer-index .term-select-wrapper .list-group {
    min-width: 180px;
  }
}
.page-buyer-index .term-select-wrapper .list-group-item {
  color: #646F79;
  font-size: 12px;
  line-height: 20px;
}
.page-buyer-index .term-select-wrapper .list-group-item:hover {
  color: #1CA766;
}
.page-buyer-index .term-select-wrapper .list-group-item.active {
  color: #1CA766;
  font-weight: bold;
}
.page-buyer-index .term-select-wrapper .list-group-item.disabled {
  text-decoration: line-through;
}
@media (min-width: 992px) {
  .page-buyer-index .term-select-wrapper .list-group-item {
    font-size: 14px;
  }
}
.page-buyer-index .btn-term-info {
  background: #FFFFFF;
  color: #646F79;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  border: 1px solid #C4C4C4;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 7.5px;
  text-align: center;
  min-width: 150px;
  position: relative;
}
.page-buyer-index .btn-term-info:after {
  content: "";
  display: inline-block;
  border: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(5px, 4px) rotate(45deg);
  transform: translate(5px, 4px) rotate(45deg);
  position: absolute;
  right: 1rem;
}
@media (min-width: 992px) {
  .page-buyer-index .btn-term-info:after {
    width: 8px;
    height: 8px;
    -webkit-transform: translate(0px, 5px) rotate(45deg);
    transform: translate(0px, 5px) rotate(45deg);
  }
}
@media (min-width: 992px) {
  .page-buyer-index .btn-term-info {
    padding: 10px;
    font-size: 14px;
    min-width: 180px;
  }
}
.page-buyer-index .level-options {
  display: inline-block;
  background: #FFFFFF;
  color: #646F79;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #C4C4C4;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 7.5px;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .page-buyer-index .level-options {
    padding: 10px 20px;
    font-size: 14px;
  }
}