  .pagination {
      display: flex;
      list-style: none;
      padding-left: 0;
  }

  .pagination li {
      margin: 0 4px;
  }

  .pagination li a,
  .pagination li span {
      padding: 8px 12px;
      color: #F5702F;
      border: 1px solid #F5702F;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 600;
      transition: 0.3s;
  }

  .pagination li a:hover {
      background-color: #F5702F;
      color: white;
  }

  .pagination li.active span {
      background-color: #F5702F;
      color: white;
      border-color: #F5702F;
  }

  .pagination li.disabled span {
      color: #ccc;
      border-color: #ccc;
      cursor: not-allowed;
  }

@media  only screen and (max-width: 575px)
{
  .badge-about-agent {
    flex-direction: column-reverse;
    gap: 0.75em;
  }
  .mobile-contact-agent .contact-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-grow: 1;
    font-size: 0.75em;
    font-weight: 700;
    justify-content: center;
  }
  .mobile-contact-agent {
    display: flex !important;
    width: 100%;
  }
  .qr-wrapper .img-qr-agen {
    width: 136px;
    height: 136px;
  }
  .container-contact .contact-wrapper {
    display: none !important;
  }
  
  .summary-contact-agent.non-principal .container-contact {
    justify-content: center;
  }
  .summary-contact-agent .container-contact {
    justify-content: end;
  }
  .summary-contact-agent.non-principal .container-summary .summary-wrapper .summary-item {
    background-color: #f7f8f9;
    box-shadow: none;
  }
  .summary-contact-agent.non-principal .container-summary .summary-wrapper {
    justify-content: end;
  }
  .summary-contact-agent.non-principal .container-summary {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
  }
  .container-summary-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px;
    justify-content: space-between !important;
  }
  .summary-contact-agent.non-principal .container-summary-wrapper {
    gap: 0px;
  }
  .summary-contact-agent {
    gap: 0.75em;
  }
  .content-bio-agen {
    padding: 1em !important;
    background-color: #fff !important;
  }
  .bio-position-agen {
    font-size: 0.75em;
    flex-grow: 0;
    width: fit-content;
    padding: 4px 16px;
  }
  .bio-kantor-agen, .bio-jabatan-agen, .bio-asal-agen {
    font-size: 0.75em;
  }
  .bio-asal-agen {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    overflow: hidden;
  }
  .bio-nama-agen {
    font-size : 1rem;
  }
  .photo-agen-wrapper {
    display: flex;
    flex-direction: row;
    align-items: end;
    flex: 0 !important;
  }
  .content-profile-agen {
    grid-template-columns: 1fr;
    background-color: white;
    /* gap:12px;  */
  }
  .card-body-profile-agen {
    padding : 16px;
  }
  .container-profile-agent {
    padding: 0 24px 0 24px;
  }
  .photo-profile-agen {
    width: 10rem !important;
    height: 10rem !important;
    max-width: 10rem !important;
    max-height: 10rem !important;
  }
  .content-info-agen {
    padding : 0px 8px;
  }
  .single-agent__contact-wrapper {
    flex-direction: row !important;
  }
  .btn-contact.button-call-phone {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    border: 1px solid #000;
    font-weight: 700;
  }
  .card-property-secondary .card-body {
    padding: 5px 20px;
  }
  .title-agent-lokasi {
    font-style: italic;
    margin-top: 2px;
    font-size: 0.75em;
  }
  .btn-contact .button-call-whatsapp {
    background-color: #50bf31 !important;
    width : 28px !important;
    padding : 3px 4px 3px 1px!important;
    /* font-size: 12px !important; */
  }
  .whats {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) 
{
  .content-bio-agen {
    padding: 1em;
    background-color: #fff;
  }
}

@media only screen and (min-width: 1480px) {
  .fourk-fr-container {
    display: inline;
  }

  .content-profile-agen {
    background-color: #F5702F !important;
    grid-template-columns : 0.25fr 1fr 1.5fr 0.25fr;
  }
}

@media only screen and (min-width: 1440px) {
  .photo-profile-agen {
    width: 16rem !important;
    height: 16rem !important;
    max-width: 16rem !important;
    max-height: 16rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .modal.modal-master.shortcut-menu .modal-body {
    height: 100%;
    overflow-y : auto;
    border-radius: .3rem;
  }
  .photo-profile-agen {
    width: 12rem;
    height: 12rem;
    max-width: 12rem;
    max-height: 12rem;
  }
}

@media only screen and  (min-width: 1200px) {
  .bio-position-agen {
    font-size: 1.125em;
  }
  .wrapper-menu-shortcut .title-shortcut-menu {
    font-size: .875em;
  }
  .summary-contact-agent .container-contact {
    padding-left: 0;
  }
  .summary-wrapper .summary-item {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }
  .summary-contact-agent {
    gap : 2.5em;
  }
  .content-bio-agen {
    padding : 1.5em 3em 1.5em 1.5em;
  }
  .content-news-detail {
    grid-template-columns: 1fr 23rem;
    column-gap : 2.5rem; 
  }
  .slide-photo-property.nav {
    height: 8rem;
    max-height : 8rem;
  }
  .slide-photo-property {
    height: 30rem;
    max-height: 30rem;
  }
  .lokasi-primary-text, .main-price-text, .second-text {
    font-size: 1.25em;
  }
  .harga-proyek-baru {
    font-size: 20px !important;
  }
  body[data-layout="horizontal"] .navbar-header {
    max-width: 100%;
  }
  .btn-contact.button-call-phone {
    background-color: #fff;
    color : #000;
    border : 1px solid #000;
    border-radius : 5px;
    font-size: .7em;
    font-weight: 700;
    padding : .225rem .175rem;
  }
  .btn-contact .button-call-whatsapp {
    background-color: #50bf31;
    color : #fff;
    border : 1px solid #fff0;
    border-radius : 5px;
    font-size : .7em;
    font-weight: 600;
    padding : 2px 4px;
  }
  
  .row-hasil-simulasi {
    height : 7.5rem;
  }
  .bio-award-agen {
    width : 3.5rem;
    height : 3.5rem;
    max-height: 3.5rem;
    max-width: 3.5rem;
  }
  .card-body-profile-agen {
    padding : 50px 48px;
  }
  /* .content-info-agen {
    grid-template-columns: 12.5rem 1fr;
  } */
  .photo-profile-agen {
    width : 12.5rem;
    height : 12.5rem;
    max-width : 12.5rem;
    max-height: 12.5rem;
  }
  .bio-nama-agen {
    font-size: 1.5rem;
  }

  .bio-kantor-agen, .bio-jabatan-agen, .bio-asal-agen {
    font-size: 1.125em !important;
  }

  .container-info-listing {
    gap : 3rem;
  }

  .wrapper-info-listing .wrapper-data-listing {
    padding : 10px;
  }

  .img-qr-agen {
    max-width: 8.5rem;
    max-height: 8.5rem;
    margin-top: -6px;
  }

  .container-search-filter {
    padding : 24px 104px 16px 104px;
  }
  .container-listing-agent {
    padding : 0 48px 0 48px;
  }
}

@media only screen and (min-width: 576px) {
  .bio-position-agen {
    font-size: 1em;
  }
  .card-property-secondary .card-body {
    padding: 15px 20px;
  }
  .wrapper-menu-shortcut .title-shortcut-menu {
    font-size : .75em;
  }
  .card-menu-shortcut {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    border:none;
  }
  .wrapper-menu-shortcut {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .modal-agen-nama {
    font-size: 1.3rem;
  }
  .date-article-other {
    font-size: .875em;
  }
  .img-article-other {
    width: 9rem;
    height: 5rem;
    max-height: 5rem;
  }
  .wrapper-article-other {
    grid-template-columns: 9rem 1fr;
  }
  .news-topik-detail {
    font-size: 1.25em;
  }
  .container-cms h2 {
    font-size : 1em;
  }
  .container-cms p {
    font-size : .875em ;
  }
  .news-date-detail {
    font-size : .875em;
  }
  .news-title-detail {
    font-size: 1.5rem;
  }
  .content-news-detail {
    grid-template-columns: 1fr;
  }
  .title-agent-kantor.agent-detail {
    font-size: .75em;
  }
  .user-input-hitung-kpr, .input-group-text-kpr {
    font-size: 1em;
  }
  .container-dp-percent {
    grid-template-columns: max-content 1fr;
  }
  #down-payment-percent.user-input-hitung-kpr {
    max-width: 68px;
  }
  .wrapper-info-detail {
    grid-template-columns : 16.25rem 1fr;
  }
  .container-info-facility {
    grid-template-columns : repeat(4, 81px) !important;
    gap : .5rem;
  }
  .title-section-detail {
    font-size: 1.375em;
  }
  .info-price.detail-property {
    font-size: 1.32em;
  }
  .wrapper-price.detail-property {
    grid-template-columns : 1fr;
  }
  .title-property {
    font-size : 1.7em !important;
  }
  .slide-photo-property.nav {
    height: 5rem;
    max-height : 5rem;
  }
  .slide-photo-property {
    height: 100%;
    max-height: 14rem;
  }
  .img-detail-primary {
    max-height: 20rem;
    height: 20rem;
  }
  .more-desc-primary {
     order : 1;
  }
  .main-text {
    font-size : 1.5em;
  }
  .wrapper-detail-primary-content {
    row-gap: 1rem;
    column-gap:0;
    grid-template-columns: calc(100% - 21rem) 18rem !important;
  }
  .harga-proyek-baru {
    font-size: 20px;
  }
  .wrapper-explore-primary {
    grid-template-columns: 1fr;
  }
  .form-input-search {
    border-radius: 20px 20px 0 0;
  }
  .wrapper-search-keyword{
    width : 100%;
  }
  .container-option-chooser {
    border-top : .5px solid #e9e9e9;
    border-radius: 0 0 20px 20px;
  }

  .option-chooser-label {
    width : 100%;
    max-width: 100%;
    padding : .25rem .5rem;
  }

  .container-list-agen {
    padding : 0 30px;
  }
  .wrapper-list-agent.new_1 {
    grid-template-columns:  1fr;
    row-gap : 1.25rem;
  }
  .wrapper-info-profile {
    grid-template-columns: 80px 1fr;
  }
  .agen-photo-fluid.new_1 {
    max-width: 80px;
    max-height: 80px;
  }
  .nama-agen-cari.new_1 {
    font-size: 1em;
    margin-bottom: 6px;
  }
  .kantor-agen-cari.new_1, .jabatan-agen-cari.new_1, .lokasi-agen-cari.new_1 {
    font-size: .75em;
  }
  .space-award-agen-cari {
    display: none;
  }
  .container-listing-agen {
    margin-top : .625rem;
    grid-template-columns: minmax(0,80px) minmax(0,80px) minmax(116px,auto);
    gap : 1rem;
  }
  .listing-agen-count.new_1 {
    font-size: .14px;
    margin-bottom: .25rem;
  }
  .listing-agen-title {
    font-size: 11px;
  }
  .bio-award-agen {
    width : 3rem;
    height : 3rem;
    max-height: 3rem;
    max-width: 3rem;
  }
  .bio-award-year {
    font-size: .75rem;
  }
  .container-profile-agent {
    padding : 0 24px 0 24px;
  }
  .card-body-profile-agen {
    padding : 16px;
  }

  .content-profile-agen {
    grid-template-columns: 1fr;
    /* gap : 12px; */
  }

  /* .content-info-agen {
    grid-template-columns: 10rem 1fr;
    gap : 1rem;
  } */

  .photo-profile-agen {
    width : 10rem;
    height : 10rem;
    max-width : 10rem;
    max-height: 10rem;
  }

  .bio-nama-agen {
    font-size: 1rem;
  }

  .bio-kantor-agen, .bio-jabatan-agen, .bio-asal-agen {
    font-size : .75em;
  }


  .container-info-listing {
    gap : 1rem;
  }

  .container-info-listing-agent {
    width : 100%;
    max-width: 55%;
  }

  .wrapper-info-listing .wrapper-data-listing {
    padding : 8px;
  }

  .btn-contact .button-call-whatsapp .agent-search {
    font-size: .75em;
  }

  .img-qr-agen {
    max-width: 6.5rem;
    max-height: 6.5rem;
    margin-top : -4px;
  }

  .container-search-filter {
    padding : 16px 24px 16px 24px;
  }

  .wrapper-search-filter {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    gap : 1.5rem;
  }

  .form-search-simple, .btn-search-simple {
    font-size: 14px;
  }

  .container-listing-agent {
    padding : 0 24px 0 24px;
  }

  .title-agent-lokasi {
    font-style: italic;
    margin-top : 2px;
    font-size: .575em;
  }
  
}

@media only screen and (min-width : 470px) {
  .container-info-detail {
    grid-template-columns: 12.5rem 1fr;
  }
  .title-agent-name, .title-agent-kantor.agent-detail, .title-agent-lokasi{
    font-size: .2em;
    line-height: 1 !important;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow : hidden;
    /* text-overflow : ellipsis; */
  }
}
@media only screen and (min-width: 992px) {
  .badge-about-agent .container-about {
    display: none !important;
  }
  .bio-position-wrapper .container-about {
    display: flex !important;
  }
  .bio-position-wrapper .tablet-bio-principal-wrapper {
    display: none;
  }
  .bio-position-agen {
    font-size: 1em;
  }
  .dropdown-login-user {
    min-width: 20rem;
    right:0;
    left:auto;
  }
  .summary-contact-agent .container-contact {
    padding-left: 0em;
  }
  .summary-wrapper .summary-item {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }
  .summary-contact-agent {
    gap: 1em;
  }
  .content-bio-agen {
    justify-content: center;
    padding: 1em;
    background-color: #F5702F !important;
  }
  .photo-profile-agen {
    width: 14rem;
    height: 14rem;
    max-width: 14rem;
    max-height: 14rem;
  }

  .modal-agen-nama {
    font-size : 1.4rem;
  }
  .sticky-side {
    position: sticky;
    top : 3.25rem;
  }
  .content-news-detail {
    grid-template-columns: 1fr 20rem;
    column-gap: 1.5rem;
  }
  .wrapper-price.detail-property {
    grid-template-columns : 25em 1fr;
  }
  .slide-photo-property.nav {
    height: 7rem;
    max-height : 7rem;
  }
  .slide-photo-property {
    height: 25rem;
    max-height: 25rem;
  }
  .img-detail-primary {
    max-height: 29rem !important;
    height: 29rem !important;
  }
  .more-desc-primary {
    order : 0
  }
  .main-text {
    font-size : 1.875em !important;
  } 
  .wrapper-detail-primary-content {
    row-gap: 0;
    column-gap: 3rem !important;
    grid-template-columns: calc(100% - 21rem) 18rem !important;
  }
  .harga-proyek-baru {
    font-size : 18px;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right : .25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left : .25rem !important;
  }

  .topnav {
    display: none !important;
  }
  .shortcut-menu-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
  .pr-lg-5, .px-lg-5 {
    padding-right : 3rem !important;
  }
  .col-lg-6, .row-cols-lg-2>* {
    flex : 0 0 50%;
    max-width: 50%;
  }
  .form-input-search {
    border-top-right-radius : 0;
    border-bottom-right-radius: 0;
  }
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
  .search-filter-properti {
    position : absolute;
    margin : 10px;
    width: calc(100% - 20px);
    margin-top : 1.5rem !important;
    bottom : -188px;
  }
  .card-property-secondary .card-body{
    padding : 10px 20px 0;
  }
  .card-property-secondary .card-footer {
    padding : 5px 20px;
  }

  .title-agent-kantor .agent-detail {
    font-size: .75em !important;
  }

  .title-agent-lokasi {
    font-style: italic;
    margin-top: 2px;
    font-size: .575em;
  }

  .info-price-sub {
    font-size : 1em;
  }

  .news-title {
    font-size : 2em;
    font-weight: 800;
  }

  .btn-lihat-semua-berita {
    font-weight : 600;
    padding : .5rem 2rem .5rem 2rem;
    border-radius : 20px;
    background-color : black;
    border : none;
    color : #fff;
  }

  .container-loading-primary, .container-loading-secondary {
    display:grid;
  }
  
  .note-hasil-simulasi, .desc-list-syarat {
    font-size: .9rem;
  }

  .text-content-cms, .title-req-kpr, .text-check-req-kpr {
    font-size : .875em;
  }

  .wrapper-req-kpr {
    grid-template-columns: 1fr;
  }

  .title-hubungi-kpr {
    font-size: 1em;
  }

  .wrapper-search-agent, .wrapper-filter-agent {
    padding : 24px 30px;
  }

  .wrapper-input-search {
    /* grid-template-columns: 1fr; */
    gap : 1rem;
  }

  .btn-clear-keyword {
    right: 0;
  }

  .wrapper-filter-agent {
    max-width: 1340px;
  }

  #inputGroupPrependFilterAgen.btn-sortir.mainModalClick, #dropdownAgentOrder.dropdown-toggle.btn-sortir {
    font-size: 14px;
  }

  .location-title {
    color : #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-shadow: 0 0 #00000063;
  }

  .card-city-agent {
    height : 11.375rem;
  }

  .title-location {
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .wrapper-list-agent.new_1 {
    grid-template-columns : repeat (3, 1fr);
    max-width : 1280px;
  }

  .nama-agen-cari.new_1 {
    font-size: .875em;
    margin-bottom: 4px;
  }

  /* .wrapper-btn-filter-segment {
    grid-template-columns : 8rem 10rem;
  } */

  /* .shortcut-menu-wrapper {
    grid-template-columns: repeat(4, 1fr);
  } */
  .btn-contact.button-call-phone {
    background-color: #fff;
    color : #000;
    border : 1px solid #000;
    border-radius : 5px;
    font-size : .53em;
    font-weight : 700;
    padding : .225rem .175rem;
  }
  .content-simulasi-kpr {
    margin-right :10px;
  }
  .content-hasil-simulasi {
    margin-left : 10px;
  }
  .title-hasil-simulasi, .desc-syarat {
    font-size: 1.2rem;
  }
  .nominal-simulasi {
    font-size: 1.9rem;
  }
  .note-hasil-simulasi {
    font-size : 1.1rem;
  }
  .content-simulasi-kpr {
    margin-right: 10px;
  }

  .wrapper-search-agent {
    padding: 40px 30px;
  }

  .wrapper-input-search {
    grid-template-columns: 1fr 10rem;
  }

  .card-city-agent {
    height : 13.375rem;
  }

  .wrapper-list-agent.new_1 {
    grid-template-columns:  repeat(3, 1fr);
  }

  .nama-agen-cari.new_1 {
    font-size: 1em;
    margin-bottom: 6px;
  }

  .kantor-agen-cari.new_1, .jabatan-agen-cari.new_1, .lokasi-agen-cari.new_1 {
    font-size: .625em;
  }

  .jabatan-agen-cari.new_1 {
    margin-bottom: 4px;
  }
  .container-listing-agen {
    margin-top: .875rem;
  }

  .listing-agen-count.new_1 {
   font-size: .75em;
   margin-bottom: 3px;
  }
  .listing-agen-title {
    font-size: 9.5px;
  }

  .container-profile-agent {
    padding : 0 40px 0 40px;
  }

  .card-body-profile-agen {
    padding : 24px;
  }

  .content-profile-agen {
    /* gap : 2rem; */
    background-color: #F5702F;
    grid-template-columns : 1fr 1.25fr;
  }
  .bio-nama-agen {
    font-size: 1.25rem;
  }

  .bio-kantor-agen, .bio-jabatan-agen,.bio-asal-agen {
    font-size: .875em;
  }

  .container-info-listing {
    gap : 2.25rem;
  }

  .btn-contact .button-call-whatsapp .agent-search {
    font-size: 1.125em;
  }

  .img-qr-agen {
    max-width: 7.5rem;
    max-height: 7.5rem;
  }

  .container-search-filter {
    padding : 24px 40px 16px 40px;
  }

  .wrapper-search-filter {
    margin-top : 16px;
  }

  .container-listing-agent {
    padding : 0 8px 0 8px;
  }

}
@media (min-width: 1080px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* .navbar-header {
    height: 100px;
  } */
}
@media (min-width:340px) {
  #btnFilterJualSewa {
    font-size: 14px;
  }
}

@media only screen and (max-width: 376px) 
{
  .qr-wrapper .img-qr-agen {
    width: 120px;
    height: 120px;
  }
  .summary-contact-agent.non-principal .container-summary .summary-wrapper:first-child .summary-item {
    border-radius: 0px;
    width: 132px;
    max-width: 132px;
    height: 48px;
  }
  .bio-nama-agen {
    font-size: .9rem;
  }
  .container-profile-agent {
    padding: 0 16px 0 16px;
  }
 
  .img-agent-photo {
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    min-height: 2.25rem;
  }
  .card-property-secondary .card-footer {
    padding: 5px 15px !important;
  }
  .title-agent-name {
    font-size: 0.65em !important;
  }
  .title-agent-kantor.agent-detail {
    font-size: 0.55em !important;
  }
  .title-agent-lokasi {
    font-style: italic !important;
    font-size: 0.55em !important;
  }
}

@media  only screen and (max-width: 320px)
{
  .qr-wrapper .img-qr-agen {
    width: 92px;
    height: 92px;
  }
  
  .summary-item p:first-child {
    font-size: 0.9em !important;
    line-height: 1em !important;
  }
  .summary-wrapper .summary-item {
    width: 54px;
    max-width: 54px;
    height: 54px;
    max-height: 54px;
  }
  .summary-contact-agent.non-principal .container-summary .summary-wrapper:first-child .summary-item {
    border-radius: 0px !important;
    width: 112px !important;
    max-width: 112px !important;
    height: 36px !important;
  }
  .summary-contact-agent {
    gap: 0.5em !important;
  }
  .btn-contact.button-call-phone {
    font-size : 11px !important;
   }
}





/* 
.card-footer .img-agent-photo {
  display: block;
} */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  font-family: Montserrat,sans-serif!important;
  color : black !important;
}
.text-primary {
  color: #FF3C00;
}
.bg-primary {
  background-color: #FF3C00 !important;
}
/* #page-header-user-dropdown {
  background-color: whitesmoke !important;
  color: #FF3C00;
  height: 40px;
} */
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: whitesmoke !important;
  color: #FF3C00;
  height: 40px;
}
.border-primary{
  border-color: #67a571 !important;
}
.btn-outline-primary{
  border-color: #F5702F !important;
  color: #FF3C00;
}
.btn-outline-primary:hover, 
.btn-outline-primary:active{
  border-color: #F5702F !important;
  background-color: #FF3C00 !important;
}
.btn-primary{
  background-color: #FF3C00;
  border-color: #F5702F;
}
.btn-primary:hover {
  background-color: #F5702F;
  border-color: #f2f1f1;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: #F5702F;
  border-color: #FF3C00;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(41, 146, 59, 0.5);
  box-shadow: 0 0 0 0.15rem rgba(41, 146, 59, 0.5);
}
.text-primary {
  color: #000 !important;
}
.pace .pace-activity {
  background-color: #FF3C00;
}
.card .card-header {
  border-radius: 0.5rem;
}

.proyek-baru {
  background-color: #F4F4F4;
}
.proyek-baru-title {
  font-size : 2em;
  font-weight :800;
}
.proyek-baru-desc {
  font-weight: 400;
}
.jenis-proyek-baru {
  color : #d9dbe0;
  font-weight:600;
}
.harga-proyek-baru {
  font-size : 20px;
}

.harga-proyek-baru, .nama-proyek-baru {
  color: #000;
  font-weight: 700;
}

.desc-proyek-baru, .jenis-proyek-baru, .lokasi-proyek-baru {
  font-size: 14px;
}

.lokasi-proyek-baru, .desc-proyek-baru, .nama-proyek-baru {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow:hidden;
  text-overflow: ellipsis;
}

.uppercase {
  text-transform:uppercase;
}

.img-logo-white-circle {
  width :100%;
  max-width : 5.8rem;
  height : fit-content;
}

.nama-proyek-baru {
  font-size : 1rem;
  -webkit-line-clamp: 1;
  color: #000;
  font-weight: 700;
}

.banner-cari {
  position: relative;
  width:100%;
}

.wrapper-banner-home {
  display: block;
}

.img-banner-home {
  width : 100%;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  object-fit:cover;
  box-shadow: none;
  /* max-height : 28.25rem; */
}

.filter-and-search, .proyek-baru-section {
  height : max-content;
}

.filter-and-search, .proyek-baru-section, .explore-properties {
  height : max-content;
  position: relative;
}

.search-properti {
  background-color : #F5702F;
}

.reset-borra {
  border-radius: 0 !important;
}

.page-contentjual {
  padding : calc(50px + 10px) 0 60px calc(0px / 2)
}

.search-filter-properti {
  position : absolute;
  margin : 10px;
  width: calc(100% - 20px);
  margin-top : 1.5rem !important;
  bottom : -15px;
}

.bar__search-container {
  box-shadow : none;
  /* max-width: 716px; */
  margin : auto;
  /* background-color: #4e535d; */
  padding-top: 0px;
  border-radius : 10px;
}

.input-group-prepend {
  margin-right : -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-append, .input-group-prepend {
  display: flex;
}

.btn-login-user.mobile, .container-option-chooser, .input-group-content-modal, .nav-profile.mobile {
  background-color: #fff;
}



.search-container {
  padding : 9px 15px 0px 15px;
}

.search__bar-title {
  color : white;
  font-family: "Inter", sans-serif;
  text-align : center;
  font-weight : 700;
  white-space: nowrap;
  font-size :26px;
}

.wrapper-search-box {
  border-radius : 20px;
  background-color: #fff;
}

.wrapper-search-keyword-simple {
  flex : 1 !important;
}

.wrapper-search-keyword, .wrapper-search-keyword-simple {
  position: relative;
  flex: 1 1 auto;
}

.option-chooser-input {
  appearance: none;
  display: none;
}

.pilihan-terbaru, .properti-favorit {
  height : max-content;
}

.fav-properti-title, .terbaru-title {
  font-size: 2em;
  font-weight : 800;
  /* margin-left:-10px; */
}

.btn-hubungi, .btn-lihat-semua-favorit {
  border-radius: 20px;
  background-color: black;
  border : none;
  color: #fff;
}

.btn-lihat-semua-favorit {
  font-weight : 600;
  padding : .5rem 2rem .5rem 2rem;
}

.btn-lihat-semua-pilihan {
  font-weight : 600;
  padding : .5rem 2rem .5rem 2rem;
}

.container-nav-search {
  padding-left: 25px;
  padding-right: 25px;
}

#btnFilterJualSewa {
  font-size: 14px;
  white-space: nowrap;
  padding : 6px 4px 0px 4px;
}
.btn-filter {
  border: none;
  color:white;
  outline:0;
  cursor:pointer;
  font-weight: 600;
  width:100%;
  padding : 6px 4px;
}
.btn-filter.active {
  border-radius: 10px 10px 0 0;
  color : white;
}
.border-cari.active {
  border-bottom : 2px solid white;
}
.border-cari {
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

.shortcut-menu-wrapper {
  display : grid;
  gap: .5rem;
}
.link-shortcut-menu {
  text-decoration: none;
  color :#000 !important;
}
.card-menu-shortcut {
  gap : .75rem;
  background-color: #fff0;
}
.img-shortcut-menu {
  width:40px;
  height:40px;
  object-fit: contain;
}
.title-shortcut-menu {
  font-weight: 600;
  line-height: 1.125;
}
.wrapper-menu-shortcut {
  display: grid;
  margin-bottom: 20px;
}

.link-shortcut-menu, .link-shortcut-menu:hover {
  text-decoration: none;
  color: #000 !important;
}
.wrapper-menu-shortcut .card-menu-shortcut {
  box-shadow: none;
  -webkit-box-shadow : none;
  border-radius: 0;
  border:none;
}

.wrapper-menu-shortcut .title-shortcut-menu {
  font-size: .75em; 
}

.col-hubungi-agen-proyek-baru {
  height: 2rem;
  max-height: 2rem;
  display: flex;
  align-items: center;
}
#icon-dev-partner, .icon-dev-partner {
  width:29px !important;
  height:29px;
  position: absolute;
  top : .5px;
  /* left :15px; */
}

.btn-dev-partner {
  border-radius: 50px !important;
  border : 1px solid #FF3C00 !important;
  outline : 0 !important;
  background : #fff !important;
  color : #000 !important;
  font-size: 11.8px !important;
  padding : 5px 5px 5px 33px !important;
}

.btn-hubungi {
  font-weight : 600;
  padding : .1rem 0 .1rem 0;
  width : 100%;
  font-size: 14px;
  border-radius : 1.25rem;
  border:none;
}

.btn-hubungi-primary {
  color : #FFF !important;
  background : #FF3C00 !important;
  padding : 5px !important;
  font-size : 13px !important;
}

.btn-hubungi-whatsapp {
  color : #FFF !important;
  background: #50bf31;
  padding : 5px !important;
  font-size : 13px !important;
}

.button-call-whatsapp .fa-whatsapp, .harga-properti {
  font-size: 20px;
}

.fa-brands {
  font-weight: 400;
}

.fa-brands, .fab {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
}

.truncated-button {
  white-space : nowrap;
  overflow : hidden;
  text-overflow: ellipsis;
  width: 100%;
}



/* services */

.services {
  margin-top: -135px;
  position: absolute;
  width: 100%;
}

.services .item {
  background-image: url(file:///E:/Mutiara/Training/xampp1/htdocs/edu-meeting/edu-meeting/assets/images/service-item-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 40px;
}

.services .item .icon {
  max-width: 60px;
  margin: 0 auto;
}

.services .item h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.services .item p {
  color: #fff;
  font-size: 13px;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}
    
.services .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

/*  */
section.our-courses {
  /* background-image: url(../images/meetings-bg.jpg); */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  border-radius: 20px;
  background-size: cover;
  /* padding-top: 140px; */
  /* padding-bottom: 130px; */
}

.our-courses .item .down-content {
  background-color: #fff;
  border-radius: 0 0 19px 19px ;

}

.our-courses .item .down-content h4 {
  padding: 0.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #1f272b;
  text-align: left; 
}

.our-courses .item .down-content .info {
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 19px 19px ;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 0px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -25px !important;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '  \2B98' !important;
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important; */
  background-color: #FF3C00;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  opacity: 0.2;
  /* padding:0; */
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin: 0px !important;
  outline: none;
  position: absolute;
  right: -25px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: ' \2B9A';
  background-color: #FF3C00;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  opacity: 0.2;
  /* margin:0 !important;
  padding:0; */
}

.our-courses .item {
  /* height: 27.5rem; */
  justify-content: space-between;
  background-color: rgb(241, 241, 241);
  margin: 0;
  border-radius:   19px 19px 19px 19px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2), 0 0 10px 0 rgba(0, 0, 0, .19);
  
}

.our-courses .item .imageberita {
  position: relative;
  width: 100%;
  height: 15rem;
  background-color: rgb(237, 237, 237);
  border-radius: 19px 19px 0 0;
  /* border-top-left-radius: 1rem;
  border-top-right-radius: 1rem; */
}

.cards-wrapper {
  display: flex !important;
}



.item .imageberita img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.item .down-content .titleberita {
  width: 100%;
  height: 190px !important;
  background-color: #F5702F;
  font-weight: 500;
  text-align: left;
  padding : .5rem 10px 10px;
}

.item .down-content .titleberita a h4 {
  font-size: 0.9rem;
  max-width:500px;
  height:110px;
  line-height:1.1rem; 
  text-overflow: ellipsis; 
  -webkit-line-clamp: 6;  
  display: -webkit-box; 
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-align: justify;
}

.item .down-content .titleberita .desc-proyek-baru {
  max-width: 500px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical ;
  overflow: hidden;
}

.desc-proyek-baru {
  color : #313450;
  font-weight : 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.item .down-content .info {
  width: 100%;
  /* height: 40px !important;  */
  padding: 0.8rem;
  background-color: var(--bg_primary2);
  border-radius: 0 0 19px 19px !important;
  font-size: 0.7rem;
  color: azure;
}

section.upcoming-meetings .categories {
  margin:0;
}

.beritacontent .owl-item .item .down-content a h4{
  font-size: 0.8rem;
}

.item-populer {
  /* height: 27.5rem; */
  justify-content: space-between;
  background-color: rgb(241, 241, 241);
  margin: 0;
  border-radius:   19px 19px 19px 19px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2), 0 0 10px 0 rgba(0, 0, 0, .19);
}

.item-populer .imagepopuler {
  position: relative;
  width: 100%;
  /* height: 15rem; */
  background-color: rgb(237, 237, 237);
  border-radius: 19px 19px 0 0;
  /* border-top-left-radius: 1rem;
  border-top-right-radius: 1rem; */
}

.item-populer .imagepopuler  img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.text-bold {
  font-weight : 700;
}

.text-regular {
  font-weight : 400;
}

.text-right {
  text-align: right !important;
}

.text-semibold {
  font-weight: 500;
}

.pr-2, .px-2 {
  padding-right: .5rem !important;
}

.max-line-1, .max-line-2, .max-line-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* search  */
.form-input-search {
  border : none !important;
  max-height : 38px !important;
  padding-right: 1.5rem;
}
.form-input-search:placeholder-shown+.btn-clear-keyword, .form-search-simple:placeholder-shown+.btn-clear-keyword {
  opacity : 0;
  pointer-events: none;
}

.form-control {
  display: block;
  width : 100%;
  /* height : calc(1.5em + .75rem + 2px); */
  padding : .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color : #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition : border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.autocomplete-results-dijual {
  padding : 0;
  margin-top : 2.4rem;
  border-radius : 20px;
  max-height: 300px;
  overflow: auto;
  width : 100%;
  position: absolute;
  display: none;
  background-color: #fff;
  box-shadow: 0 17px 24px 1px rgb(149 138 138 / 75%);
  -webkit-box-shadow : 0 17px 24px 1px rgba(158, 158, 158, .75);
  scrollbar-width: none;
}

.option-chooser-input:checked+.option-chooser-label {
  background-color: #000;
  font-weight: 700;
  color : #fff;
}

.option-chooser-label {
  font-size: .875em;
  line-height: 1;
  cursor: pointer;
  border-radius: 20px;
  color : #000;
  border : 1px solid #000;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not( .input-group-btn ) {
    width: max-content !important;
}

.bootstrap-select>select {
  position : absolute !important;
  bottom : 0;
  left : 50%;
  display: block !important;
  width : 55px !important;
  height: 100% !important;
  padding: 0 !important;
  /* opacity: 0 !important; */
  border : none;
  z-index: 0 !important;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top : 0;
  left : 0;
  float : left;
  height: 100%;
  width : 100%;
  text-align : left;
  overflow : hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

/*  */
.order-last {
  order : 13;
}

.btn-hubungi, .btn-lihat-semua, .btn-lihat-semua-pilihan {
  border-radius: 20px;
  background-color: black;
  border:none;
  color:#fff;
}

.btn-lihat-semua-pilihan {
  font-weight: 600;
  padding: .5rem 2rem .5rem 2rem;
}

.text-md-right {
  text-align: right !important;
}

.card-property-secondary {
  border-radius: 1.125rem;
  border : 0;
  box-shadow : 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
  justify-content: space-between;
  height :auto;
}

.card-property-secondary .card-body {
  background-color: transparent ;
}


.card-berita {
  width:100%;
  border-radius: 20px;
  box-shadow : 0 0 5px 0 rgba(0, 0, 0, .2), 0 0 10px 0 rgba(0, 0, 0, .19);
  border : 0;
  height: 24rem;
  position : relative;
}

  .card-img-top, .card-img-top-non-label{
    height : 15rem;
    max-height : 15rem;
    border-radius : 19px 19px 0 0;
    object-fit : cover;
    overflow : hidden;
    width: 100%;
    display: block;
    padding : 0;news {
    color: #203fab;
    font-weight : 600;
    font-size : .75em;
  }
}

.title-news, .desc-news {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow : hidden;
  text-overflow: ellipsis;
}

.title-news {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height : 1.5;
  -webkit-line-clamp: 2;
}

.jenis-news {
  color: #203fab;
  font-weight : 600;
  font-size : .75em;
}

.desc-news {
  color : #707070;
  font-weight : 600;
  font-size : 12px;
  -webkit-line-clamp : 3;
}

.card-body-properti-non-label {
  padding: .5rem;
}

.wrapper-price.multiple {
  grid-template-columns: 1fr max-content;
  gap : .25rem;
}

.wrapper-price {
  display: grid;
}

.info-price-main {
  font-size : 1.4em;
  line-height : 1.125;
}

.info-published-since {
  font-size: .8em;
  color : rgba(0, 0, 0, 0.5);
}

.info-property {
  font-size: 1em;
  line-height : 1.125;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow : hidden;
  text-overflow : ellipsis;
}

.container-facility {
  flex-wrap: wrap;
  justify-content: space-between;
  line-height : 1.125;
}

.facility-text {
  color:#000;
  font-size: 1rem;
  line-height:1;
}

.card-property-secondary .card-footer {
  background-color: transparent;
  border-top : none !important;
  border-radius : 0 0 1.125rem 1.125rem;
}

.horizontal-separator {
  border : 1px solid #aeaeae;
  line-height: 0;
}

.link-property-secondary {
  color: #000 !important;
  text-decoration: none;
}

.wrapper-agent {
  display: grid;
  gap : .5rem;
  padding-top: 7px;
  padding-bottom: 5px;
}

.wrapper-agent-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.single-agent__contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  row-gap: 3px;
  column-gap: 3px;
  flex-shrink: 0;
  flex-basis: 136px;
}

.single-agent__contact-wrapper .button-call-phone {
  width: 24px;
  height: 24px;
  margin-bottom: 1px;
}

/* .wrapper-agent .img-agent-photo {
  width : 2.85rem !important;
  height : 2.85rem !important;
  border-radius: 50% !important;
  object-fit: cover !important;
} */

.img-agent-photo {
    width : 2.85rem !important;
    height : 2.85rem !important;
    border-radius: 50% !important;
    object-fit: cover !important;
  }

.title-agent-name {
  font-size: 1em;
}

.title-agent-kantor.agent-detail {
  font-size: 0.8em;
}

.title-agent-name, .title-agent-kantor.agent-detail, .title-agent-lokasi{
  font-size: .9em;
  line-height: 1 !important;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow : hidden;
  /* text-overflow : ellipsis; */
}

.ellipsis-line-1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  box-sizing: border-box;
}

.btn-contact {
  background-color : #f58345;
  border-radius : 1.25rem;
  width: 100%;
  font-size : .875em;
}

.btn-contact.button-call-phone {
  width : 30px;
  padding : 3px 0px 0px 0px!important;
  height: 39px !important;
}

.btn-contact {
  height : fit-content;
}

.button-call-phone .fa-phone {
  font-size : 16px;
  padding-top : 2px;
}

.btn-contact .button-call-whatsapp {
  width : 100%;
  padding : 2px 4px !important;
  font-size: 12px !important;
} 


.form-select {
  border-radius: 1rem !important;
}

.app-search .form-control {
  padding-left: 10px;
  padding-right: 10px;
}

.wrapper-explore-properties, .wrapper-btn-filter-segment {
  display: grid !important;
}

.custom-info-text {
  font-size : 1em;
  line-height : 1.3;
  font-weight : 400;
}

.btn-see-as, .btn-sortir {
  border : 1px solid #000;
  border-radius: 10px;
}

.dropdown-item.sortRadio, .dropdown-item.sortRadio:focus {
  border :none;
  outline : 0;
  box-shadow : 0 0 0 0.2rem rgba(0, 0, 0,0);
}

.label-properti {
  position : absolute;
  background-color: #F5702F;
  z-index: 0;
  top : 0;
  left : 0;
  border-radius : 16px 0 10px;
  font-size : 15px;
  font-weight : 600;
}

.a-change-lang, .a-change-lang:hover, .btn-filter-option, .btn-filter-search, .btn-filter-search-end, .dropdown-item-navbar span, .facility-text, .page-link:hover:not(.active), .record-page-visitor, .record-page-visitor:hover {
  color : #000;
}

/* dijual  */

.crumbs {
  background-color: #fff;
  border-radius: 10px;
}

.crumbs, .crumbs-list {
  position: relative;
}

.crumbs-list {
  padding : 0 0 1rem 0;
  width: 100%;
  white-space: nowrap;
}

.crumbs-list li {
  display: inline-block;
}

.crumbs-list li a, .crumbs-list li.active a {
  color : #000;
}

.crumbs-list li.active a {
  font-weight: 700;
}

.crumbs-list li::after {
  content : '/';
  padding : 0.25em 0 .5em;
  color : #000;
}

.crumbs-list li.active:before, .crumbs-list li.active:after {
  content : '';
}

/* KPR */

.section-brighton-ads, .section-header-slide {
  height : max-content;
}

.container-content-page {
  position : relative;
  display : block;
  width : 100%;
}

.img-banner-content-page {
  opacity : 1;
  display: block;
  width : 100%;
  height : 15rem;
  object-fit : cover;
  border-radius: 20px;
  backface-visibility: hidden;
}

.banner-content-page {
  border-radius: 20px;
  color: #fff;
  background-color: rgba(42,38,38,.3);
  height : 100%;
  width: inherit;
}

.title-banner-page {
  font-size: 2rem;
  font-weight: 700;
  color : #fff;
}

.banner-content-page, .title-banner-page {
  position: absolute;
  top : 50%;
  left : 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  text-align : center;
}

.section-kpr-simulasi, .section-kpr-hasil-simulasi {
  height : max-content;
  background-color: #F5702F;
}

.no-gutters {
  margin-right : 0;
  margin-left : 0;
}

.label-input-simulasi {
  font-weight: 600;
}

.input-simulasi-kpr {
  border-radius : 1.25rem;
  width: inherit;
  height : 2.5rem;
  border : none;
}

.input-simulasi-kpr, .input-simulasi-kpr:focus {
  padding-left: 1rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19) !important;
  -webkit-box-shadow : 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

.row-hasil-simulasi {
  background-color: #fff;
  border-radius: 15px;
  height : 7.5rem;
}

.title-simulasi-kpr {
  font-weight: 800;
  color : #212529;
}

.btn-aju-kpr {
  background-color: #212529;
  color : #fff;
  padding: .7rem;
  width : 100%;
  font-weight : 800;
  border-radius : 3rem;
}

.title-req-kpr, .title-hubungi-kpr {
  font-weight: 800;
}

.container-req-kpr {
  background-color: #efefef;
  border-radius: 1.25rem;
}

.wrapper-req-kpr {
  display: grid;
  gap : .5rem;
}

.container-list-req-kpr {
  display: grid;
  grid-template-columns: max-content 1fr;
}

.img-check-req-kpr {
  width : 23px;
  height: 23px;
}

.text-check-req-kpr {
  line-height: 1.25;
}

.logo-partner--bank {
  width : 100%;
  height : 100%;
}

.wrapper-hubungi-kpr {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

.link-btn-hubungi {
  width : max-content;
}

.button-whatsapp {
  background-color: #50bf31;
  color : #ffffff;
  border : 1px solid transparent;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: .275rem .75rem;
}

.space-award-agen-cari .bio-award-year {
  font-size: .5em;
  font-weight: 400;
}

/* agen */
.wrapper-search-agent {
  background-color: #f58345;
}

.wrapper-input-search {
  display: grid;
}

.wrapper-search-keyword-agent {
  width : 100%;
  position: relative;
}

.form-search-keyword-agent {
  padding-right: 1.5rem;
  color : #212529 !important;
  border-radius: 20px;
  font-size : 14px;
  height: 38px;
}

.form-search-keyword-agent:placeholder-shown+.btn-clear-keyword {
  opacity : 0;
  pointer-events: none;
}

.btn-clear-keyword {
  background-color: transparent;
  border : 0;
  outline: 0;
  position: absolute !important;
  font-weight: 700;
  z-index : 10;
  height: 38px;
  top : 0;
  transition: .2s;
  font-size: 0.875em !important;
}

.btn-searching-filter {
  font-weight: 400 !important;
}

.btn-searching-filter, .btn-show-submenu {
  width : 100%;
}

.btn-bantuan, .btn-searching-filter {
  display: block;
  margin-left: auto;
  font-weight: 700;
  padding : .5rem 0;
  border-radius : 20px;
  background-color: #000;
  border : none;
  color : #fff;
}

#inputGroupPrependFilterAgen.btn-sortir.mainModalClick {
  border : 1px solid transparent !important;
}

.dropdown-item.sortAgent, .dropdown-item.sortAgent:focus {
  border : none;
  outline : 0;
  box-shadow: 0 0 0 .2rem #fff0;
}

.agent-city-slider {
  height: max-content;
  max-width: 1396px;
  margin : auto;
  padding-top: 0px !important;
  padding-bottom: 0.8rem !important;
}

.location-title {
  color : #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-shadow: 0 0 #00000063;
}

.agent-content-location {
  position: relative;
}

.card-city-agent {
  width : 100%;
  border-radius: 20px;
  border : 0;
  height : 15rem !important;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-dark-layer {
  position: absolute;
  top : 0;
  left : 0;
  width : 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .3);
  pointer-events: none;
}

.title-location {
  position: absolute;
  bottom: 11px;
  left : 12px;
}

.wrapper-list-agent {
  display: grid;
  gap : 1rem;
}

.card-cari-agen.new_1 {
  width : 100%;
  border-radius : .625rem;
  box-shadow : 0 0 5px rgb(0 0 0 / .25);
  -webkit-box-shadow : 0 0 5px rgb(0 0 0 / .25);
}

.card-cari-agen {
  border-radius : 15px;
  border : none;
  box-shadow : 0 6px 12px 0 rgb(194 194 194);
  -webkit-box-shadow : 0 6px 12px 0 rgb(194 194 194);
}

.card-cari-agen.new_1 .link-agent-serach, .card-cari-agen.new_1 .wrapper-agent-search {
  height: 100%;
}

.container-info-agent {
  position : relative;
  width : 100%;
}

.status-agen-offline.new_1 {
  width : 15px;
  height : 15px;
  position : absolute;
  top : .5rem;
  right : .625rem;
}

.status-agen-offline {
  width : .9rem;
  height: .9rem;
}

.link-agent-serach:link, .link-agent-serach:visited, .link-agent-serach:hover, .link-agent-serach:active {
  color : #000;
  text-decoration: none;
}

.wrapper-info-profile {
  display: grid;
  gap : .875rem;
}

.agen-photo-fluid.new_1 {
  width: 100%;
  height : 100%;
  position: relative;
  object-fit: cover;
  border-radius: 50%;
}

.agen-photo-fluid{
  width : 116px;
  height : 100%;
  max-height : 151.8px;
  position: relative;
  object-fit : cover;
  overflow : hidden;
  border-radius: 15px 0 0 15px;
  display: flex;
}

.container-info-bio {
  overflow-x: hidden;
  border-bottom-right-radius: 18px;
}

.nama-agen-cari.new_1 {
  font-weight : 700;
  line-height : 1;
  -webkit-line-clamp: 2;
}

.nama-agen-cari.new_1, .kantor-agen-cari.new_1, .jabatan-agen-cari.new_1, .lokasi-agen-cari.new_1, .desc-profile-info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow : hidden;
  text-overflow: ellipsis;
}

.nama-agen-cari {
  line-height : 1;
  -webkit-line-clamp: 2;
}

.nama-agen-cari, .kantor-agen-cari {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nama-agen-cari, .kontak-agen-cari {
  font-size: .875rem;
}

.kantor-agen-cari.new_1 {
  font-weight: 500;
}

.kantor-agen-cari {
  line-height: 1.1;
  -webkit-line-clamp: 1;
}

.jabatan-agen-cari.new_1, .lokasi-agen-cari.new_1 {
  font-weight: 400;
  -webkit-line-clamp: 1;
}

.badge-status-online, .jabatan-agen-cari {
  font-size: .6rem;
  font-weight: 400;
}

.lokasi-agen-cari.new_1 {
  font-style: italic;
}

.space-award-agen-cari.empty {
  height : 43.5px
}

.space-award-agen-cari {
  grid-auto-columns: max-content;
  grid-template-rows: 1fr;
  width : 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.container-listing-agen {
  width : 100%;
  display: grid;
}

.wrapper-data-listing {
  background-color: #f7f8f9;
  width : 100%;
  padding : 10px 4px;
}

.listing-agen-count.new_1 {
  color : #212529;
  font-weight: 700;
}

.listing-agen-count {
  font-size: .75em;
  font-weight: 700;
}

.listing-agen-count,  .listing-agen-title {
 line-height: 1.25;
}

.listing-agen-title.new_1 {
  color : #212529;
  font-weight: 400;
}
.listing-agen-title {
  font-size: .6rem;
}

.wrapper-data-listing.no-bg-color {
  background-color: #fff;
}

.wrapper-data-listing {
  background-color: #f7f8f9;
  width: 100%;
  padding : 10px 4px;
}

.btn-lihat-info-detail {
  width : 100%;
  background-color: #f58345;
  border-radius: 10px;
  padding : 14px 4px;
  color : #000;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.space-award-agen-cari .wrapper-list-award {
  grid-row : 1;
  grid-column: auto;
}
.wrapper-list-award{
  grid-row : 1;
  grid-column: auto;
}
.space-award-agen-cari .bio-award-agen {
  width : 30px;
  height: 30px;
  max-height: 30px;
  max-width : 30px;
  display: flex;
  overflow : hidden;
  object-fit: cover;
}
.bio-award-agen {
  display : flex;
}

/* profil agen */
.profile-agen {
  background-color: #fff;
  margin-bottom: 1rem;
}

.profile-agen, .listing-properti-agen {
  height: max-content;
}


.card-body-profile-agen {
  border-radius: 10px;
}

.card-body-profile-agen {
  padding: 0px !important;
}

.container-profile-agent {
  padding : 0;
}

.fourk-fr-container {
  display: none;
}

.space-award-agen {
  display: grid;
}

.card-profile-agen {
  border : none;
  /* box-shadow: 0 0 5px rgb(0 0 0 / .25);
  -webkit-box-shadow : 0 0 5px rgb(0 0 0 / .25); */
  position: relative;
}

.content-info-agen {
  width : 100%;
  display: flex;
  flex-direction: row;
  align-items: end;
  gap : 12px;
  background-color: #F5702F;
  /* padding: 0 24px; */
}

.content-profile-agen, .space-award-agen {
  display: grid;
}

.photo-agen-wrapper {
  display: flex;
  flex-direction: row;
  align-items: end;
  flex: 1;
}

.content-bio-agen {
  width: 100%;
  display: flex;
  /* flex-direction: row; */
  flex-direction: column;
  align-items: start;
  gap: 16px;
  background-color: #F5702F;
  /* padding: 0px 24px; */
  padding: 1.5em 3em 1.5em 1.5em;
}

.photo-profile-agen {
  width : 14rem;
  height: 14rem;
  max-width: 14rem;
  max-height: 14rem;
  /* height: auto; */
  object-fit: cover;
  border-radius: 10%;
}

.wrapper-info-bio {
  overflow-x : hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5em 0.5em 1.5em 0em;
  height: 100%;
  flex: 1;
}

.bio-nama-agen {
  font-weight: 700;
  line-height: 1.125;
 
}

.bio-nama-agen {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}

.bio-kantor-agen {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bio-kantor-agen {
  font-weight: 500;
  line-height: 1.25;
}

.bio-asal-agen {
  font-style: italic;
  line-height: 1.25;
}

.bio-position-wrapper {
  display: flex;
  flex-direction: column;
  gap: .75em;
  width : fit-content;
}

.bio-position-agen {
  flex-grow: 1;
  /* padding : 8px 16px; */
  /* background-color: white; */
  border-radius : 6px;
  /* box-shadow: 0px 4px 4px 0px #0000001a; */
  font-size: 1em;
  font-weight: 600;
  line-height: 1.125;
  text-align: start;
}


.bio-position-wrapper .container-about {
  display: none;
}

.container-about p:first-child {
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
}

.caption-wrapper .caption-content {
  font-size: 0.85em;
  line-height: 1.25em;
  font-weight: 500;
}


.bio-jabatan-agen {
  line-height: 1.25;
  font-weight: 400;
}

.bio-position-wrapper .tablet-bio-principal-wrapper {
  display: none;
}

.summary-contact-agent {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 2em;
}

.container-summary-wrapper {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-shrink: 0;
  justify-content: center;
}

.summary-contact-agent .container-summary {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
}

.container-summary .summary-wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.summary-wrapper .summary-item {
  background-color: white;
  border-radius: 50%;
  color: #212529;
  width: 80px;
  /* max-width: 80px; */
  height: 80px;
  max-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #000000;
}

.summary-item p:first-child {
  font-size: 1.125em;
  line-height: 1.2em;
  font-weight: 700;
}


.summary-item p:last-child {
  font-size: 0.875em;
  line-height: 0.95em;
  font-weight: 500;
}

.container-summary-wrapper .mobile-bio-principal-wrapper {
  display: none;
}

.summary-contact-agent .container-contact {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.container-contact .contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
  font-size: 0.75em;
  font-weight: 700;
  justify-content: center;
}

.contact-wrapper .btn-whatsapp-wrapper {
  display: flex;
  background-color: #50bf31;
  width: 100%;
  height: 32px;
  color:white;
  box-shadow: 0px 4px 4px 0px #0000000d;
  font-size: 1.125em;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.button-call-whatsapp {
  color: #fff;
  background-color: #50bf31;
  border-radius : 5px;
  font-weight: 700;
  font-size:14px !important ;
}

.btn-whatsapp-wrapper .btn-contact .button-call-whatsapp .agent-search {
  background-color: #50bf31;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.contact-wrapper .btn-email-wrapper {
  display: flex;
  background-color: #fff;
  width: 100%;
  height: 32px;
  color: black;
  box-shadow: 0px 4px 4px 0px #0000000d !important;
  font-size: 1.125em;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.btn-email-wrapper .btn-contact {
  background-color: white;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
}

.container-contact .qr-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  font-size: 0.75em;
  font-weight: 700;
  justify-content: center;
}

.qr-wrapper .img-qr-agen {
  width: 75px;
  height: 75px;
  box-shadow: 0px 4px 4px 0px #0000000d;
}

.mobile-contact-agent {
  display: none;
}

.badge-about-agent {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 2em;
}

.badge-about-agent .container-badge {
  /* flex: 1; */
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.badge-about-agent .container-about {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}

.container-about .caption-wrapper {
  font-size: 0.95em;
  line-height: 1em;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap:8px;
}

.container-about p:first-child {
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
}

.contact-wrapper .btn {
  padding : 0px;  
}

.wrapper-info-listing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap : .625rem;
}

.wrapper-data-listing {
  background-color: #f7f8f9;
  width : 100%;
  padding : 10px 4px;
}

.contact-agent__container {
  width : 100%;
  display: flex;
  gap : 8px;
}

.wrapper-data-listing.wrapper-btn {
  grid-column: 1 / span 2;
}

.wrapper-data-listing.no-bg-color {
  background-color: #fff;
}

.wrapper-data-listing {
  background-color: #f7f8f9;
  width : 100%;
  padding: 10px 4px;
}

.btn-contact .button-call-whatsapp .agent-search {
  background-color: #50bf31;
  color : #fff;
  border : 1px solid #fff0;
  font-weight: 700;
}

.contact-agent__container .button-call-whatsapp {
  width : 100%;
  display: flex;
  gap : 4px;
  justify-content: center;
  align-items: center;
}

.btn-contact .button-call-whatsapp,  .btn-contact.button-call-email{
  width : 100%;
  padding : 5px 4px !important;
  font-size: 14px !important;
}

.contact-agent__container .button-call-email {
  width : 100%;
  display: flex;
  gap : 4px;
  justify-content: center;
  align-items: center;
  padding : 2px 4px;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 700;
}

.img-qr-agen {
  width: 100%;
  height: 100%;
}

.wrapper-search-filter {
  display: grid;
}

.form-search-simple{
  border-radius: 15px  0 0  15px !important;
}

.btn-search-simple {
  background-color: #000;
  border-radius : 0 15px 15px 0;
  font-weight: 700;
  color : #fff;
}

.gap-1 {
  row-gap : 4px;
  column-gap : 4px;
}

/* dashboard  */

.card-menu-dashboard {
  border : 1px rgb(226, 226, 226) solid;
  border-radius: 12px;
  box-shadow: 0 6px 12px 0px rgb(212, 212, 212);
  -webkit-box-shadow :  0 6px 12px 0px rgb(212, 212, 212);
}

/* proyekbaru */

.autocomplete-results {
  padding: 0;
  margin-top: 2.4rem;
  border-radius: 20px;
  max-height: 300px;
  overflow: auto;
  width: 100%;
  position: absolute;
  display: none;
  background-color: #fff;
  box-shadow: 0 17px 24px 1px rgba(158,158,158,.75);
  -webkit-box-shadow: 0 17px 24px 1px rgba(158,158,158,.75);
  -moz-box-shadow: 0 17px 24px 1px rgba(158,158,158,.75);
}

.proyek-baru-section {
  background-color: #fff !important;
}

.filter-and-search, .proyek-baru-section {
  height : max-content;
}

.wrapper-explore-primary, .wrapper-container-sortir-area {
  display: grid;
}

.custom-info-text {
  font-size : 1em;
  line-height : 1.3;
  font-weight : 400;
}

.btn-see-as.active {
  border-color: #3cc0fe;
  color : #fff;
  background-color: #3cc0fe;
  font-weight: 700;
}

.card-proyek-baru {
  width : 100%;
  height : 33rem;
  border-radius: 1.25rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2), 0 0 10px 0 rgba(0, 0, 0, .19);
  -webkit-box-shadow : 0 0 5px 0 rgba(0, 0, 0, .2), 0 0 10px 0 rgba(0, 0, 0, .19);
  border : 0;
  justify-content: space-between;
  background-color : #f58345
}

.card-img-proyek-baru {
  height : 275px;
  max-height: 275px;
  border-radius: 19px 19px 0 0;
  object-fit: cover;
  overflow: hidden;
  width : 100%;
  display: block;
}

.jenis-proyek-baru, .lokasi-proyek-baru, .desc-proyek-baru {
  font-size: 14px;
}

.jenis-proyek-baru, .lokasi-proyek-baru {
  color : #5b5c5f;
  font-weight: 600;
}

.nama-proyek-baru {
  font-size: 16px;
  -webkit-line-clamp: 1;
}

.nama-proyek-baru, .harga-proyek-baru {
  color : #000;
  font-weight: 700;
}

.nama-proyek-baru, .lokasi-proyek-baru, .desc-proyek-baru {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}

.card-footer-proyek-baru {
  height: 4.2rem;
  max-height: 5rem;
  padding : .5rem 1rem;
  background-color: #fff;
  border-radius: 0 0 19px 19px !important;
  border : none;
}

.card-body-proyek-baru {
  background-color: #F5702F;
  padding : .5rem 10px;
}

/* detail  */
.wrapper-detail-primary-content {
  display: grid;
}
.main-text, .second-text, .main-price-text {
  font-weight: 700;
}

.btn-search-primary {
  border : 1px solid #a8a8a8;
  border-radius: 0 15px 15px 0!important;
  border-left : transparent 1px solid;
}

.form-search-simple {
  border-radius: 15px 0 0 15px;
}

.form-search-simple, .form-search-simple:focus {
  border : 1px solid #a8a8a8 !important;
  border-right : transparent 1px solid !important;
}

.img-detail-primary {
  width : 100%;
  object-fit: cover;
  display: block;
}

.container--content-primary-title, .sarana-title-type {
  font-weight: 700;
}

.container--content-primary-title {
  font-size : 1.5em;
}

.container--content-primary p {
  margin-bottom: .75rem;
}
.sarana-title-type {
  font-size: 16px;
  padding : 0 !important;
}
.sarana-title-type, .sarana-desc {
  color : #181818;
}

.container--content-primary img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: .5rem;
}

.deskripsi-desc {
  font-weight: 500;
  font-size: 16px;
}

.container--content-primary-title.faq, .container--content-primary-title.sidemenu {
  font-size: 1.25em;
}

.label-input-hitung-kpr {
  font-size: .875em;
}
.user-input-hitung-kpr {
  width : 100%;
  border : 1px solid #c9c9c9;
  border-radius : .5rem;
  font-size: .875em;
  padding : .25rem .5rem;
}

.input-group-text-append {
  padding : .25rem .5rem;
  background-color: #fff;
  border-radius: 0 .5rem .5rem 0;
  border : 1px solid #c9c9c9;
  font-size: .875em;
  border-left : 0;
}

.title-hasil-simulasi-primary {
  font-weight: 600;
  text-decoration: underline;
}

.info-hasil-simulasi-primary {
  font-weight: 500;
  font-size: .875em;
}

/* properti  */
.slide-thumbnail-section {
  position : relative;
}

.link-back, .link-back:hover {
  color : black;
  text-decoration: none;
}

.link-back {
  background-color: #d9d9d9;
  color : #fff !important;
  border-radius: 50%;
  position: absolute;
  left : .75rem;
  top : .875rem;
  padding: .25rem .5rem !important;
  z-index : 9;
}

.slide-photo-property {
  width: 100%;
  object-fit: contain;
}

.wrapper-item-slide {
  position : relative;
}

.slide-photo-property.nav {
  width : 100%;
  object-fit : cover;
}

.title-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap : 25px;
}

.title-property, .info-price-main {
  font-size : 1.1em;
  line-height : 1.125;
}

.title-property {
  line-height: 1.125;
}

.button-share {
  display: flex;
  flex-direction: row;
  align-items : center;
  gap : 10px;
  background: none;
  color : inherit;
  border : .5px solid black;
  padding : 4px 9px;
  border-radius : 1.25rem;
  cursor: pointer;
  outline: inherit;
}

.sharebutton {
  width : 20px;
  display: inline-flex;
}

.sharebutton {
  width: 20px;
  background:0 0;
  color: inherit;
  border : none;
  padding : 0;
  font: inherit;
  cursor : pointer;
  outline : inherit;
  display: inline-flex;
}

.wrapper-price {
  display: grid;
}

.wrapper-price.detail-property {
  display: grid;
  gap : .25rem;
}

.title-section-detail {
  border-radius: .75em .75em 0 0;
}

.text-info-detail {
  font-size : 1.2em;
}

.container-info-facility {
  display: grid;
}

.wrapper-info-facility {
  width :  85px;
  background-color: #F5702F;
  border-radius: .75rem;
}

.small-title-info {
  font-size: .80em;
  color : #57585b;
}

.small-desc-info {
  font-size: 1em;
  color : #000000;
}

.horizontal-separator {
  border-bottom : 1px solid #aeaeae;
  line-height: 0;
}
.wrapper-info-detail {
  display: grid;
  gap: .5rem;
}

.container-dp-percent {
  display: grid;
}
.user-input-hitung-kpr, .input-group-text-kpr {
  border-radius: 0;
  border : 1px solid #000;
}
.input-group-text {
  align-items: center;
  padding : .375rem .75rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  color : #495057;
  text-align : center;
  white-space: nowrap;
  background-color: #e9ecef;
}
#down-payment.user-input-hitung-kpr {
  border-left: none;
}

.wrapper-contact-agent {
  border : 2px solid #F5702F;
  border-radius: 1rem;
}

.wrapper-list-contact-agent {
  display: grid;
}

.link-property-secondary, .link-property-secondary:hover {
  color : #000  !important;
  text-decoration: none;
}

.kerja_sama {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kerjas_sama__title {
  font-style: normal !important;
  font-size: .500rem;
  color : #2d2d2d;
}

.button-call-phone .fa-phone {
  font-size: 16px;
  padding-top: 2px;
}

.title-agent-kantor {
  font-size : .875em;
}

/* artikel  */
.img-thumbnail-news {
  width : 100%;
  height: 100%;
  max-height: 36rem;
  object-fit: cover;
}

.section-search-news, .section-content {
  height: max-content;
}

.content-news-detail, .container-info-detail {
  display: grid;
}
.pad-bot-20 {
  padding-bottom: 1.25rem;
}

.pad-bot-30 {
  padding-bottom: 1.875rem;
}
.news-title-detail, .news-date-detail, .news-topik-detail {
  font-weight: 700;
}

.wrapper-date-detail {
  display: grid;
  grid-template-columns: 1.875rem 1fr;
  column-gap: 1rem;
}

.hor-line-primary {
  width : 1.875rem;
  line-height: 0;
  border-bottom: 3px solid #F5702F;
}

.news-penulis-detail {
  font-size : 1em;
}

.container-cms {
  word-break : break-word;
}

.container-cms p {
  margin-block-end: 1em;
}

.container-cms h2, .container-cms h3 {
  margin-block-start: .5em;
  margin-block-end: .5em;
  font-weight: 600;
  line-height: 1.5;
}

.container-cms img {
   width : 100%;
   max-width: 100%;
   display: block;
   height: 100%;
   max-height: 36rem;
   border-radius: 0 !important;
   margin: .75rem auto;
}

.hor-line-gray {
  width: 100%;
  line-height: 0;
  border-bottom: 1px solid #d9d9d9;
}

.primary-capsule {
  width : max-content;
  padding: .25rem 1rem;
  border-radius: 1rem;
  color : #000;
  border : 1px solid #FF3C00;
  font-size: .875em;
  font-weight: 600;
  margin-right: .5rem;
}

.wrapper-article-other {
  display: grid;
  column-gap: 1.25rem;
}

.container-img-thumb {
  width : 100%;
  height: max-content;
  overflow: hidden;
}

.img-article-other {
  object-fit: cover;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.date-article-other, .title-article-other {
  font-weight: 700;
}

.title-article-other {
  color : #007bff;
  font-size: .875em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.btn-all-articles, .btn-all-articles:hover {
  width : 100%;
  padding : .5rem 1.5rem;
  border-radius: 1.5rem;
  color : #3cc0fe;
  border : 1px solid #3cc0fe;
  font-size: .875em;
  margin-right: .5rem;
}

/* modal  */

.image-marketing-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-marketing-modal-img {
  width : 110px;
  height : 110px;
  border-radius: 100%;
}

.agen-nama, .modal-agen-nama {
  text-align : center;
  font-weight: 700;
  color : #000;
}

.modal-agen-kantor {
  font-weight: 500;
  color : #000;
  font-size: 1rem;
}

.btn-hubungi-agen, .btn-whatsapp-agen {
  background-color : #F5702F;
  width: 100%;
  border-radius: 20px;
  color : #FFF;
}

/* header login  */

.row-nav-login-user {
  background-color: #f58345;
  border-radius: 12px;
}

.nav-tab-login-user.active {
  -webkit-box-shadow: 0 3px 9px - 2px #616161;
}

.nav-tab-login-user.active, .nav-tab-login-user:focus {
  background-color: #fff;
  border-radius: 12px;
  outline : 0;
}

.nav-tab-login-user {
  font-size : .875em;
  color : #000;
  background-color: transparent;
  border: none;
  outline : 0;
  border-radius: 12px;
  width: 100%;
  padding : 0;
}

.btn-login-fb, .btn-login-google, .btn-login-user {
  font-size : 0.875rem;
  text-align:center;
  width:100%;
  border-radius: 12px;
  outline: 0;
}

.btn-apply-filter, .btn-kirim-otp, .btn-login-user, .btn-verif-otp {
  background-color: #f58345;
  border:none;
}

.btn-forgot-password, .btn-register-account {
  border: 1px solid #b9b9b9;
  background-color: #fff;
  font-size: 0.875rem;
  text-align:center;
  width:250px;
  border-radius: 12px;
}

.separate-btn-login {
  border-bottom: 2px solid #b9b9b9;
  width : 80%;
  display: block;
  margin: 0 auto;
}


/* nav slider */

.nav-prev-location {
  border-radius: 50%;
  width : 2rem;
  height : 2rem;
  left : -1.6rem;
  top : 40%;
  position : absolute;
  z-index : 10;
}

.nav-next-location {
  border-radius : 50%;
  width : 2rem;
  height : 2rem;
  right : -1.4rem;
  top : 40%;
  position: absolute;
  z-index : 10;
}

/* slider  */


/*  */

.header-item:hover * {
  color: #FF3C00;
}
.navbar-header .dropdown .show.header-item * {
  color: #FF3C00;
}
.dropdown-menu li {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  transition: all 0.1s linear;
}

.dropdown-menu li:hover {
  color: #FF3C00;
}
.dropdown-menu li a {
  transition: all 0.1s linear;
  color: white;
}
.dropdown-menu li:hover a {
  color: black;
}

.page-item.active .page-link {
  background-color: #FF3C00;
  border-color: #FF3C00;
}
.page-item .page-link:hover {
  color: #FF3C00;
}

@media only screen and (min-width : 768px) {
  .bio-position-wrapper .tablet-bio-principal-wrapper {
    display: flex;
  }
  .wrapper-menu-shortcut {
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
  }
  .content-bio-agen {
    padding : 1em;
    background-color: #FFFFFF;
  }
  .news-topik-detail {
    font-size: 1.375em;
  }
  .container-cms h2 {
    font-size : 1.375em;
  }
  .container-cms p {
    font-size: 1em;
  }
  .news-date-detail {
    font-size: 1em;
  }
  .news-title-detail {
    font-size: 1.75rem;
  }
  .slide-photo-property {
    height: 16rem;
    max-height: 16rem;
  }
  .img-detail-primary {
    max-height: 27.5rem;
    height: 27.5rem;
  }
  .pl-md-3, .px-md-3 {
    padding-left : 1rem !important;
  }
  .wrapper-container-sortir-area {
    grid-template-columns: auto auto;
  }
  .wrapper-explore-primary {
    grid-template-columns: 1fr auto auto;
  }
  .search-filter-properti {
    bottom : -20px;
  }

  .form-input-search, .form-input-search.no-option {
    border-radius: 20px!important;
  }

  .container-option-chooser {
    border : none;
    border-radius: 0;
  }
  
  .option-chooser-label {
    width : 6rem;
    max-width : 6rem;
    padding : .25rem .5rem;
  }

  .btn-filter-search, .btn-filter-search-end {
    border-left : 1px solid #949494;
  }

  .btn-filter-option, .btn-filter-search, .btn-filter-search-end {
    border-radius: 0;
    background-color: #fff;
  }

  .wrapper-option, .wrapper-search-keyword {
    width: max-content;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    order : -1 !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom : 0 !important;
  }
  .title-simulasi-kpr {
    font-size : 2rem;
  }
  .col-harga-properti {
    border-right : 1px solid #adadad;
    border-bottom: none;
  }
  .col-angsuran-properti {
    border-left : 1px solid #adadad;
    border-top : none;
  }
  .note-hasil-simulasi, .desc-list-syarat {
    font-size: 1rem;
  }
  .text-content-cms, .title-req-kpr, .text-check-req-kpr {
    font-size : 1.2em;
  }
  .wrapper-req-kpr {
    grid-template-columns: 1fr 1fr;
  }
  .title-hubungi-kpr {
    font-size: 1.25em;
  }

  #inputGroupPrependFilterAgen.btn-sortir.mainModalClick, #dropdownAgentOrder.dropdown-toggle.btn-sortir {
    font-size: 16px;
  }

  .wrapper-list-agent.new_1 {
    /* grid-template-columns:  1fr 1fr; */
    column-gap : 1.25rem;
    row-gap : 1.25rem;
  }
  .wrapper-info-profile {
    grid-template-columns: 96px 1fr;
  }
  .agen-photo-fluid.new_1 {
    max-width: 96px;
    max-height: 96px;
  }
  .space-award-agen-cari {
    display: grid;
  }

  .content-profile-agen {
    /* grid-template-columns: 1fr; */
    /* background-color: white; */
  }

  .form-search-simple, .btn-search-simple {
    font-size : 16px;
  }

  .container-listing-agent {
    padding : 0 16px 0 16px;
  }
}
@media print {
  html,
  body {
    height: 99%;
    page-break-after: avoid;
    page-break-before: avoid;
  }
}

/* dataTables Search input box */
.dataTables_filter {
  position: relative;
}
.dataTables_filter input {
  width: 250px;
  height: 32px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 1rem;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
  text-indent: 10px;
}
.dataTables_filter .fa-search {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
}

/* Input Type Rupiah https://jsfiddle.net/q6Lmqh8h/634/ */

.input-icon {
  position: relative;
}

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 30px;
  text-align: center;
  font-style: normal;
  padding-left: 10px;
}

.input-icon > input {
  padding-left: 35px;
  padding-right: 10px;
}

.input-icon-right > i {
  right: 25px;
}

.input-icon-right > input {
  padding-left: 10px;
  padding-right: 35px;
  text-align: left;
}

@media (max-width: 400px) {
  .carousel-inner {
    height: 12rem !important;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    max-height: 115px;
  }
  /* .carousel img {
    max-height: 115px;
  } */
  .wrapper-banner-home {
    display: none;
  }
  .search-filter-properti {
    margin-top: 0px !important;
  }
}
.carousel-inner {
  /* height: 15.5rem; */
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
}
.carousel-indicators {
  margin-bottom: 1%;
  margin-left: 4%;
}
.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.carousel-indicators .active {
  width: 15px;
  height: 8px;
  border-radius: 40%;
}
.rating {
  background-color: #f58345;
  color: white;
  width: fit-content;
  padding: 4px;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  position: absolute;
  right: 0px;
  top: 25px;
  overflow: hidden;
}
.timer {
  /* background-color: #67a571; */
  color: white;
  /* width: 92.5%; */
  width: 100%;
  padding: 2px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  bottom: 0rem;
  /* opacity: 0.8; */
  /* overflow: hidden; */
}
.carousel-control-prev,
.carousel-control-next {
  top: 40%;
  width: 35px;
  height: 35px;
  background-color: #FF3C00;
  border-radius: 50%;
  border: 1px solid #67a571;
  opacity: 0.2;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 60% 80%;
  background-position: 40%;
}
.carousel-control-next {
  right:-20px;
}
.carousel-control-prev {
  left:-20px;
}

/*========= Owl-carousel css start ============*/
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #0073aa; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0073aa; }

/*========= Owl-carousel css end ============*/

.end-10 {
  right: 10% !important; }
.bottom-5 {
  bottom: 5% !important; }

tbody div {
  overflow: scroll;
  overflow-x: hidden;
  max-height: 50vh;
}

body {
  color : #000000 !important;
}

.text-truncate-w {
  display: -webkit-box;
  max-height: 3em; /* Fallback for non-webkit, line-height * 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}
.h-1r{
  height: 1rem; /* Fallback for non-webkit, line-height * 2 */
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.time-counter{
  background-color: #FF3C00;
  width: 100%;
  height: 2.4rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  /* padding-top: 2px; */
  padding-left: 20px;
  padding-right: 20px;
}

#ninja-slider .br-img {
  border-radius: 20px;
}
.rounded-left{
  border-top-left-radius: 1rem;
  border-bottom-left-radius:1rem;
}
.rounded-right{
  border-top-right-radius: 1rem;
  border-bottom-right-radius:1rem;
}
.rounded-top{
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}
.rounded-bottom{
  border-bottom-right-radius:1rem;
  border-bottom-left-radius:1rem;
}
.rounded-top-5f{
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.rounded-bottom-5f{
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rounded-5{
  border-radius: 1rem;
}
.rounded-5f{
  border-radius: 20px;
}

.dropdown-mega-menu-xxl.show {
  top: 70px !important;
  left:-215px !important; 
  width:100vw; 
  inset: unset;
}
.dropdown-mega-menu-xxl a:hover {
  color:#63a467 !important;
}
