/* Property */
.bg-filter {
  background: rgba(255, 244, 236, 1)
  linear-gradient(0deg, #FFF4EC, #FFF4EC);
}
.select-filter.active {
  background-color: #fd730a;
  color: rgba(255, 255, 255, 1);
  background-image: url("data:image/svg+xml,<svg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.25 0.875L4.5 4.125L7.75 0.875' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/> </svg>");
}

.select-filter {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 15px;
  line-height: 22px;
  font-weight:600;
  color: rgba(56, 60, 65, 1);
  background-color: #fff; 
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.select-filter:focus {
  color: #fd730a;
  background: #FFFFFF;
  border: 1px solid #fd730a;
}
.select-filter > option {
  color: rgba(56, 60, 65, 1);
  background-color: #fff; 
}
.select-filter:hover {
  color: #fd730a;
  background: #FFFFFF;
  border: 1px solid #fd730a;
}
.btn-filter-not-active {
  background:#FFF;
  color: black;
  border: 1px solid #E8E8E8;
  font-weight: 600;
}
/* Card */
.height-card-body {
  height: 187px !important;
}
ol.bulletin {
  list-style-type: inherit;
}
.card-blog .blog-title h4, .card-blog .blog-title .h4 {
  font-size: 13px !important;
}
.swiper-homepage-next {
  top: 244px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.05) !important;
}
.swiper-homepage-prev {
  top: 244px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.05) !important;
}
.swiper-berita-next {
  top: 220px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.05) !important;
}
.swiper-berita-prev {
  top: 220px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.05) !important;
}
.swiper-bank-next {
  top: 90px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.05) !important;
}
.swiper-bank-prev {
  top: 90px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.05) !important;
}

.swiper-kpr-next {
  top: 90px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.05) !important;
}
.swiper-kpr-prev {
  top: 90px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.05) !important;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity : 0;
}
/* End Card */
/* Faq */
.style-list-bank {
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.accordion-button {
  border-radius: 8px !important;
}
.accordion-button:focus {
  border-color : rgba(250, 113, 9, 1);
  box-shadow: none ;
}
.accordion-button:not(.collapsed) {
  background: rgba(252, 113, 9, 1);
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 0.25rem rgba(252, 113, 9, 1) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255, 255, 255, 1)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
/* End */
/* Scrollbar */
.search-bar-position{
  position: absolute;
  top:40px;
  left:25%; 
  width:75%;
  z-index:2;
}

.search-bar-scroll{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px !important;
  border-radius: 8px;
}
.search-bar-scroll::-webkit-scrollbar{
    width : 8px;
}

.search-bar-scroll::-webkit-scrollbar-thumb{
    background-color: darkgrey;
}

.search-bar-scroll::-webkit-scrollbar-track{
    /* box-shadow: inset 0 0 0 rgb(0 0 0 / 100%); */
    box-shadow:  inset 10px -14px 14px white;
}

.search-bar-scroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
} 

.btn-location {
  cursor: pointer;
}
/* End */
/* Disclaimer */
.disclaimer {
  background: linear-gradient(rgba(253, 115, 10, 0.1), rgba(255, 215, 136, 0.1));
  margin-top: 50px;
  padding: 20px 0 5px 0;
}

.disclaimer-img {
  width: 64px;
  height: 64px;
  top: 1685px;
  left: 550px;
  border-radius: 16px;
}

.disclaimer-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
}

.disclaimer-sub-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
}

/* End Disclaimer */
.btn-primary {
  color: #fff;
  background-color: #fd730a !important;
  border-color: #fd730a !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #e36403 !important;
  border-color: #e36403 !important;
}

.text-primary {
  color: #fd730a !important;
}

/* The Modal (background) */
.modal-gallery .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-gallery .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 55vw;
}

/* Caption of Modal Image */
.modal-gallery #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-gallery .modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.modal-gallery .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-gallery .close:hover,
.modal-gallery .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.modal-gallery .carousel-control-prev {
  left: -150px;
}

.modal-gallery .carousel-control-next {
  right: -150px;
}

.modal-gallery .carousel-item img {
  height: 65vh;
  width: 100%; 
  object-fit: contain;
}

.modal-gallery .carousel-indicators {
  margin-bottom: -3rem;
}

.style-img-profile {
  height: 30px;
  object-fit: cover;
}

.style-img-profile-rounded {
  height: 40px;
  width: 41px;
  border-radius: 50%;
  object-fit: cover;
}

.ql-align-justify {
  text-align: justify !important;
}

.ql-align-left {
  text-align: left !important;
}

.ql-align-right {
  text-align: right !important;
}

.ql-align-center {
  text-align: center !important;
}

.price-tag {
  background-color: #fd730a;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 13px;
  padding: 5px 9px;
  position: relative;
}

.price-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fd730a;
}

.modal {
  z-index: 9999 !important;
}

.custom-form-search {
  width: 350px;
}

.ico-dark-search {
  background: url(../images/icons/dark-search.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.search-input .form-control {
  height: 40px;
  font-size: 13px;
}
.search-input .form-control::placeholder {
  color: #b5b6b7;
}
.search-input .ico-dark-search {
  position: absolute;
  right: 15px;
  top: 50%;;
  transform: translateY(-50%);
}

.custom-form-search .search-popup-position .style-properti-btn-category .row {
  border-radius: 3px;
  padding: 4px;
}

.custom-form-search .search-popup-position .style-properti-btn-category .row:hover {
  background-color: #f6f6f6;
}

.custom-form-search .search-popup-position {
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 2;
  font-size: 14px;
}

.search-popup-scroll{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 350px !important;
  border-radius: 8px;
}
.search-popup-scroll::-webkit-scrollbar{
  width : 8px;
}

.search-popup-scroll::-webkit-scrollbar-thumb{
  background-color: darkgrey;
}

.search-popup-scroll::-webkit-scrollbar-track{
  box-shadow:  inset 10px -14px 14px white;
}

.search-popup-scroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.custom-option {
  list-style-type: none;
  padding: 0;
}

.custom-option li {
  margin: 0 5px 0 0;
  width: auto;
  height: 45px;
  position: relative;
}

.custom-option label,
.custom-option input {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 14px;
}

.custom-option input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
  width: 0;
}

.custom-option input[type="radio"]:checked+label,
.Checked+label {
  border: 2px solid #23B2BB;
  background: #23b2bb26;
}

.custom-option input[type="radio"]:checked+div,
.Checked+div {
  border: 2px solid #23B2BB;
  background: #23b2bb26;
}

.custom-option input[type="checkbox"] {
  opacity: 0.01;
  z-index: 100;
  width: 0;
}

.custom-option input[type="checkbox"]:checked+label,
.Checked+label {
  border: 2px solid #23B2BB;
  background: #23b2bb26;
}

.custom-option input[type="checkbox"]:checked+div,
.Checked+div {
  border: 2px solid #23B2BB;
  background: #23b2bb26;
}

.custom-option label {
  padding: 8px 12px;
  border-radius: 20px;
  border: 1px solid #dadada;
  cursor: pointer;
  z-index: 90;
  color: #212529;
  background-color: #e5e7e91c;
}

.custom-option label:hover {
  background: #23b2bb26;
  border-color: #23B2BB;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
}

.dropdown-toggle::after {
  margin-left: 0.755em;
  vertical-align: 0.205em;
}

.dropdown-item.active {
  background-color: #ececec;
  color: #000;
}

div:where(.swal2-container) {
  z-index: 9999 !important;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .custom-form-search {
    width: 100%;
  }
  .nav-link.active::before {
    background: none !important;
  }
  .nav-link.active {
    color: #FC7109 !important;
  }
  .nav-link:hover::before {
    background: none !important;
  }
  .nav-link.show {
    color: #FC7109 !important;
  }
  .modal-gallery .modal-content {
    width: 100%;
  }

  .modal-gallery .carousel-control-prev {
    left: -40px;
  }

  .modal-gallery .carousel-control-next {
    right: -40px;
  }

  .modal-gallery .carousel-item img {
    height: 40vh;
  }

  .modal-gallery .modal {
    padding-top: 80px;
    overflow: hidden;
  }

  .modal-gallery .modal-content {
    max-width: 100%;
  }

  .fasility {
    gap: 0;
  }

  .fasility .fasility-item {
    width: 21%;
    margin: 12px 5px;
  }
}

/* dev logo in detail page */
.usr-dev {
    gap: 10px;
}
.usr-dev .img-dev {
    flex: 0 0 44px;
    gap: 0;
    max-width: none;
    max-height: 44px;
}

.usr-dev .img-dev .image-circle {
    width: 100%;
    height: auto;
}

.usr-dev .img-dev img {
    height: 44px;
    width: 100px;
    position: inherit;
}
/* end dev logo in detail page */
/* .show-map {
  position: absolute;
  top:20px;
  right:-3.6rem;
  display: block;
} */

.pr-3 {
  padding-right: 2.5rem !important;
}

.map-position {
  max-height: 620px;
  position:relative
}

@media all and (max-width: 700px) {
  .show-map {
    display: none;
  }
  .pr-6 {
    padding-right: 0 !important;
  }
}

.custom-filter {
  padding: 5px !important;
  width: 30px !important;
  height: 30px !important;
  text-align: center !important;
}

.bg-banner {
  background: linear-gradient(90.28deg, #FD730A -1.1%, #FFD788 96.91%);
  height: 130px;
}

@media all and (max-width: 700px) {
  .bg-banner {
    height: auto;
  }
}
