#main {
  font-size: inherit;
  color: #333;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#home-prices-realized.home-main__prices-realized .pr-card-icon.fas.fa-info-circle,
.pr-mobile-popover .pr-card-icon.fas.fa-info-circle {
  position: unset !important;
  left: 0 !important;
  bottom: 0 !important;
  color: #3377BB !important;
  font-size: 1.375rem !important;
  cursor: pointer;
}

#home-prices-realized.home-main__prices-realized .pr-card-icon.fas.fa-times-circle,
.pr-mobile-popover .pr-card-icon.fas.fa-times-circle {
  position: unset !important;
  left: 0 !important;
  bottom: 0 !important;
  color: #d8262d !important;
  font-size: 1.375rem !important;
  cursor: pointer;
}

.fa-times {
  color: #d8262d;
  font-size: 1.375rem;
  cursor: pointer;
}

.remove {
  position: relative;
  width: 22px;
  height: 22px;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border-radius: 50%;
  background-color: #fff;
  outline: none !important;
  z-index: 49;
}

.pr-mobile-popover {
  position: relative;
  display: none;
  width: 22px;
  height: 22px;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border-radius: 50%;
  background-color: #fff;
  outline: none !important;
  z-index: 49;
}

.btn-wrapper {
  width: 22px;
  height: 22px;
}

.highlights-link {
  font-size: 1rem;
  color: #3377BB;
  cursor: pointer !important;
  background: none;
  border: none;
  padding: 0;
  outline: none !important;
  -webkit-text-decoration: underline 2px rgba(0, 0, 0, 0) !important;
  text-decoration: underline 2px rgba(0, 0, 0, 0) !important;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.highlights-link:hover {
  color: #16589b;
  -webkit-text-decoration-color: #16589b !important;
  text-decoration-color: #16589b !important;
}

.highlights-link:focus {
  color: #16589b;
  -webkit-text-decoration-color: #16589b !important;
  text-decoration-color: #16589b !important;
}

.page-link {
  color: #3377BB;
}

.btn-primary {
  text-shadow: none !important;
  background-color: #3377BB !important;
  border-color: #3377BB !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: rgba(51, 119, 187, 0.8) !important;
}

.btn-primary:active {
  background-color: #16589b !important;
  border-color: #16589b !important;
}

.btn-danger {
  background-color: #d8262d !important;
  border-color: #d8262d !important;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: rgba(216, 38, 45, 0.9) !important;
}

.btn-danger:active {
  background-color: #a90d0d !important;
  border-color: #a90d0d !important;
}

.btn-success {
  background-color: #2f8721 !important;
  border-color: #2f8721 !important;
}

.btn-success:hover,
.btn-success:focus {
  background-color: rgba(47, 135, 33, 0.9) !important;
}

.btn-success:active {
  background-color: #256C1A !important;
  border-color: #256C1A !important;
}

.highlights__h-two {
  text-align: left;
}

.card-item-container {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.pr-card-item-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 3px solid #3377BB !important;
  border-bottom: none;
  border-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-item:focus-visible {
  border-color: #3377BB !important;
  border-top-width: 2px !important;
  -webkit-box-shadow: inset 0px 0px 0px 1px #3377BB;
  box-shadow: inset 0px 0px 0px 1px #3377BB;
}

.card-item__img--wrapper {
  min-height: calc(120px + 1rem);
  padding: 1rem 1rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-item__img {
  text-align: center;
  cursor: pointer;
}

.card-item__img:focus-visible {
  outline-color: #3377BB;
  outline-style: solid;
  outline-width: 3px;
  outline-offset: 2px;
  border-radius: 1px;
}

.card-item__img img {
  max-height: 120px;
  -o-object-fit: none;
  object-fit: none;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #333;
  overflow: hidden;
}

.card-item__body {
  height: 100%;
  padding: 0.5rem 1rem 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-item__body--link {
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #3377BB;
  cursor: pointer !important;
  background: none;
  border: none;
  padding: 0;
  outline: none !important;
  -webkit-text-decoration: underline 2px rgba(0, 0, 0, 0) !important;
  text-decoration: underline 2px rgba(0, 0, 0, 0) !important;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.card-item__body--link:hover {
  color: #16589b;
  -webkit-text-decoration-color: #16589b !important;
  text-decoration-color: #16589b !important;
}

.card-item__body--link:focus {
  color: #16589b;
  -webkit-text-decoration-color: #16589b !important;
  text-decoration-color: #16589b !important;
}

.card-item__body--title {
  font-size: 1rem !important;
  font-weight: normal !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.card-item__body--wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-item__body--price {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

/* Item Description Page */
.highlights-ritem-info--wrapper {
  width: 90%;
  margin: 0 auto;
}

.highlights-ritem-info--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.highlights-ritem-info--img img {
  width: 100%;
  max-width: 230px;
  height: auto;
  max-height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}

.highlights-ritem-info--img img:focus-visible {
  outline-color: #3377BB;
  outline-style: solid;
  outline-width: 3px;
  outline-offset: 2px;
  border-radius: 1px;
}

.highlights-ritem-info--img__text {
  font-size: 0.875rem;
  font-weight: normal;
  color: #333;
  padding-top: 0.25rem;
}

.highlights-ritem-info--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.highlights-ritem-info--detail__sale {
  width: 35%;
}
.highlights-ritem-info--detail__seller {
  width: 65%;
}

.highlights-ritem-info--detail__seller--list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pr-card-item-wrapper>.btn-primary {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* Modal */
.full-img-modal {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.close {
  outline: none !important;
}

@media only screen and (max-width: 1199px) {
  .highlights-ritem-info--wrapper {
    width: unset;
    margin: unset;
  }
}

@media only screen and (max-width: 767px) {
  .highlights-ritem-info--img {
    padding-bottom: 1rem;
  }

  .highlights-ritem-info--detail__sale {
    width: 40%;
  }

  .highlights-ritem-info--detail__seller {
    width: 60%;
  }
}

@media only screen and (max-width: 575px) {
  .highlights__h-one {
    font-size: 1.375rem;
    text-align: center;
  }

  .highlights__h-two {
    font-size: 1.375rem;
    text-align: center;
  }

  .highlights-ritem-info--detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .highlights-ritem-info--detail__sale,
  .highlights-ritem-info--detail__seller {
    width: 100%;
  }

  .highlights-ritem-info--detail__sale {
    padding-bottom: 1rem;
  }

  .highlights-ritem-info--detail__heading {
    text-align: center;
  }

  .btn-pr {
    padding: 0.375rem 0.5rem !important;
  }
}

/* Popover */
.pr-popover-track {
  position: absolute;
  visibility: hidden;
}

.pr-popover {
  width: 100%;
  position: relative;
}

.popover {
  border-top: 3px solid #3377BB !important;
  max-width: 330px !important;
  width: 330px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 100 !important;
}

.popover-header {
  padding-right: 1.375rem;
}

.popover-body {
  padding: 0 !important;
}

.popover-desc,
.popover-info {
  padding: .5rem .75rem;
}

.popover-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.5rem;
}

.popover-info__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 0.25rem);
  flex: 0 0 calc(50% - 0.25rem);
}

.popover-title-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
}

.popover-title {
  font-size: 1rem !important;
  font-weight: normal !important;
  text-align: center;
}

.popover-info__item--heading {
  font-size: 1rem !important;
}

.popover-info__item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.popover-info__item--lists li {
  font-size: 0.875rem;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  color: #333;
  padding: 0;
  margin: 0;
}

.popover-info__item p {
  font-size: 0.875rem !important;
}

/* Popover Arrow */
.arrow {
  border-color: transparent !important;
}

.bs-popover-auto[x-placement^="top"]>.arrow,
.bs-popover-top>.arrow {
  top: calc(100% - 6px) !important;
}

.bs-popover-auto[x-placement^="bottom"]>.arrow,
.bs-popover-bottom>.arrow {
  top: calc(-1.5rem - 2px);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::after,
.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before,
.bs-popover-bottom>.arrow::before {
  border-bottom-color: #3377BB !important;
}

.bs-popover-auto[x-placement^="right"]>.arrow,
.bs-popover-right>.arrow {
  left: -1.5rem !important;
}

.bs-popover-auto[x-placement^="left"]>.arrow,
.bs-popover-left>.arrow {
  left: calc(100% - 6px) !important;
}

.bs-popover-auto[x-placement^="right"]>.arrow::after,
.bs-popover-right>.arrow::after {
  left: 2px !important;
}

.bs-popover-auto[x-placement^="right"]>.arrow::before,
.bs-popover-right>.arrow::before {
  border-right-color: rgba(0, 0, 0, 0.1) !important;
}

.bs-popover-auto[x-placement^="right"] > .arrow::before, .bs-popover-right > .arrow::before {
  border-right-color: rgba(0,0,0,0.1) !important;
}

.bs-popover-auto[x-placement^="left"] > .arrow::before, .bs-popover-left > .arrow::before {
  border-left-color: rgba(0,0,0,0.1) !important;
}
.bs-popover-auto[x-placement^="top"] > .arrow::before, .bs-popover-top > .arrow::before {
  border-top-color: rgba(0,0,0,0.1) !important;
}

/* Tooltip */
.tooltip-inner {
  background-color: #333 !important;
  color: #fff;
}

.tooltip .arrow {
  border-style: none !important;
  border-top-color: #333 !important;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: 0 !important;
  margin: .4rem 0 !important;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  top: 100%;
}

.tooltip .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #333 !important;
}

.tooltip .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #333 !important;
}

@media only screen and (max-width: 1199px) {
  .card-item-container {
    row-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .card-item-container {
    row-gap: 2rem;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .card-item-container {
    row-gap: 1rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  @media only screen and (max-width: 575px) {
    .card-item-container {
      -ms-grid-columns: 1fr 1rem 1fr;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .card-item__img--wrapper {
      padding: 0.5rem 0.5rem 0 0.5rem;
    }
  
    .card-item__body {
      padding: 0.5rem;
    }
  }
}

/* Price Realize Home Page overwrite styles*/
#home-prices-realized.home-main__prices-realized div div.card-item-container {
  -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

#home-prices-realized.home-main__prices-realized .card-item__body--wrapper .btn-wrapper {
  width: 22px;
  height: 22px;
}

.pr-main-container .card-item-container a.btn {
  display: none;
}

.pr-main-container .card-item-container .card-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

@media only screen and (max-width: 1199px) {
  #home-prices-realized.home-main__prices-realized div div.card-item-container {
    -ms-grid-columns: minmax(0, 1fr) 0.5rem minmax(0, 1fr) 0.5rem minmax(0, 1fr) 0.5rem minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
  }

  #home-prices-realized.home-main__prices-realized .card-item__img--wrapper {
    padding: 0.5rem 0.5rem 0 0.5rem;
  }

  #home-prices-realized.home-main__prices-realized .card-item__body {
    padding: 0.5rem;
  }
}

@media only screen and (max-width: 991px) {
  #home-prices-realized.home-main__prices-realized div div.card-item-container {
    gap: 1.5rem;
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 575px) {
  #home-prices-realized.home-main__prices-realized div div.card-item-container {
    gap: 1rem;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Edit Price Realized Entries styles */
.highlights-edit-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.highlights-edit--item {
  padding: 1rem;
  border-top: 3px solid #3377BB !important;
}

.highlights-edit--item__image-wrapper {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.highlights-edit--item__image {
  cursor: pointer;
}

.highlights-edit--item__image:focus-visible {
  outline-color: #3377BB;
  outline-style: solid;
  outline-width: 3px;
  outline-offset: 2px;
  border-radius: 1px;
}

.highlights-edit--item__body-wrapper {
  list-style-type: none;
  margin: 0.5rem 0 1rem 0;
  padding: 0;
}

.highlights-edit--item__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .highlights-edit-container {
    gap: 1.5rem
  }

  .highlights-edit--item__body-wrapper {
    margin: 0.5rem 0;
  }

  .highlights-edit--item__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }

  .highlights-edit--item__buttons>.btn-primary {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .highlights-edit-container {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .highlights-edit-container {
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media only screen and (max-width: 460px) {
  .highlights-edit-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Search Prices Realized */
.pr-search-main__top {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.pr-search-main__more {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.pr-search-more__btn,
.pr-more-icon {
  font-size: 1rem;
  color: #3377BB;
  cursor: pointer !important;
  background: none;
  border: none;
  padding: 0;
  outline: none !important;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.pr-search-more__btn {
  padding-left: 1rem;
}

.pr-search-more__btn:hover {
  color: #16589b;
}

.pr-search-more__btn:focus {
  color: #16589b;
}

.under {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.up {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

@media only screen and (max-width: 991px) {
  .pr-search-more__btn {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pr-search-more__btn {
    padding-left: 1rem;
  }

  .pr-search-main__top--keywords,
  .pr-search-main__top--category {
    margin-bottom: 1rem;
  }

  .pr-search-main__top--btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}