#appFeedbackPage .body-of-content.is-nav-show,
#appRegisterPropertyPage .body-of-content.is-nav-show,
#appRequestPropertyPage .body-of-content.is-nav-show,
#appPropertySupportPage .body-of-content.is-nav-show {
  padding-top: 0 !important;
}
.section-bantuan-banner {
  background-color: #3cc0fe;
  position: relative;
}
.container-brigita {
  height: inherit;
  position: relative;
}
.container-text-banner {
  position: absolute;
  z-index: 1;
}
.img-brigita {
  object-fit: contain;
  position: absolute;
}
.title-banner {
  font-weight: 800;
  color: #fff;
}
.btn-whatsapp {
  background-color: black;
  color: white;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 10px;
  padding : .575rem .75rem;
}
.btn-whatsapp:hover {
  color: #fdd314;
}
.btn-option-bantuan,
.btn-option-bantuan:focus {
  width: inherit;
  border-radius: 15px;
  /* box-shadow: 0 6px 12px 0px rgba(194,194,194,1) !important;
  -webkit-box-shadow: 0 6px 12px 0px rgba(194,194,194,1) !important;
  -moz-box-shadow: 0 6px 12px 0px rgba(194,194,194,1) !important; */
  font-weight: 800;
  color: #5b5b5b;
}
.btn-option-bantuan.active {
  background-color: #fdd314;
}
.titip-properti-title {
  font-weight: 800;
  color: black;
}
.input-form-style,
.text-area-form-style,
.select2.select2-container .select2-selection {
  border-radius: 1.25rem;
  /* border: transparent 2px solid; */
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19); */
}
.input-form-style:focus, 
.text-area-form-style:focus {
  outline: 0 !important;
  border: 2px solid #fdd314;
  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;
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19) !important;
}
.input-form-style::placeholder,
.text-area-form-style::placeholder {
  font-style: normal;
}

/* .selected-grey {
  color: #5b5b5b;
} */

.input-form-style,
.text-area-form-style {
  width: inherit;
}
.text-area-form-style {
  resize: none;
  padding: .25rem 1rem;
}
.select2.select2-container {
  width: 100% !important;
}
.input-form-style,
.select2.select2-container .select2-selection {
  height: 2.5rem;
  padding: 0 1rem;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
  align-items: center;
  padding: .25rem 0 0 0;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
  height: 2.5rem;
  width: 2rem;
}
.select2-container .select2-dropdown {
  background: #fff;
  border: none;
}
.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border-radius: .625rem;
  padding: .25rem .5rem !important;
}
.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0 0 20px 20px;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #fdd314;
}
.title-detail-titip {
  font-weight: 700;
  font-size: 1.5rem;
}
.title-jaminan-bank {
  font-weight: 500;
  font-size: 1.2rem;
  color: #5b5b5b;
}
/* Radio Button */
.container-radio {
  display: block;
  position: relative;
  font-size: 1.2rem;
  padding-left: 32px;
  margin-top: .5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #5b5b5b;
  font-weight: 700;
}
.container-radio input,
.checkmark,
.checkmark:after {
  position: absolute;
}
.container-radio input {
  display: none;
  cursor: pointer;
}
.checkmark {
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #fdd314;
  border-radius: 50%;
}
.checkmark:after {
  content: "";
  display: none;
}
.container-radio input:checked ~ .checkmark:after {
  display: block;
}
.container-radio .checkmark:after {
 	top: 50%; right: 50%;
  transform: translate(50%,-50%);
  -webkit-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #fdd314;
}
.btn-lihat-semua-pilihan {
  font-weight: 600;
  padding: .5rem 2rem;
}
.btn-lihat-semua-pilihan {
  background-color: #fdd314;
  color: black;
  border-radius: 1.25rem;
  border: none;
  width: 100%;
}
.btn-lihat-semua-pilihan:hover {
  color: white;
}
.btn-upload-gambar {
  font-weight: 600;
  font-size: .9rem;
  padding: .5rem 2rem;
  background-color: #d0cccc;
  color: black;
  border-radius: 10px;
  border: none;
  width: 100%;
}
.modal-header-failed {
  background-color: #f8d7d9;
}
.modal-title-failed {
  color: #7b272e;
}
.modal-header-success {
  background-color: #d4edd9;
}
.modal-title-success {
  color: #145824;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}
.capital{
  text-transform: capitalize;
}
.delBtn {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  font-weight: bold;
}
/* Responsive */
/* Small devices (portrait phones, 575px and down) */
@media only screen and (max-width: 575px) {
  .section-bantuan-banner {
    height: 19.5rem;
  }
  .img-brigita {
    height: 60%;
    width: auto;
    right: 1rem;
    top: 2rem;
  }
  .container-text-banner.show-nav,
  .container-text-banner.hide-nav {
    padding: 0 1rem;
  }
  .container-text-banner.show-nav {
    top: 3.25rem;
  }
  .container-text-banner.hide-nav {
    top: 2.5rem;
  }
  .title-banner {
    font-size: 2rem;
  }
  .btn-whatsapp {
    width: 50%;
  }
  .titip-properti-title {
    font-size: 1.5rem;
  }
  .input-form-style::placeholder,
  .text-area-form-style::placeholder {
    font-weight: 400;
  }
  .g-recaptcha {
    transform:scale(0.88);
    -webkit-transform:scale(0.88);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
  .title-hubungi-feedback {
    font-size: 1.2rem;
    font-weight: 800;
  }
  .btn-whatsapp {
    width: 70%;
  }
  .container-radio {
    font-size: 1.1rem;
  }
}
/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
  .section-bantuan-banner {
    height: 25rem;
  }
  .img-brigita {
    height: 60%;
    width: auto;
    right: 1rem;
    top: 2rem;
  }
  .container-text-banner.show-nav,
  .container-text-banner.hide-nav {
    padding-left: 3rem;
  }
  .container-text-banner.show-nav {
    top: 5.25rem;
  }
  .container-text-banner.hide-nav {
    top: 4.5rem;
  }
  .title-banner {
    font-size: 2.5rem;
  }
  .btn-whatsapp {
    width: 40%;
  }
  .titip-properti-title {
    font-size: 1.5rem;
  }
  .input-form-style::placeholder,
  .text-area-form-style::placeholder {
    font-weight: 500;
  }
  .title-hubungi-feedback {
    font-size: 1.5rem;
    font-weight: 800;
  }
  .title-iklan {
    font-size: 1.5rem;
    font-weight: 800;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .section-bantuan-banner {
    height: 29rem;
  }
  .img-brigita {
    height: 60%;
    width: auto;
    right: 3.5rem;
    top: 2rem;
  }
  .container-text-banner.show-nav,
  .container-text-banner.hide-nav {
    padding-left: 3.5rem;
  }
  .container-text-banner.show-nav {
    top: 5.75rem;
  }
  .container-text-banner.hide-nav {
    top: 5rem;
  }
  .title-banner {
    font-size: 3rem;
  }
  .btn-whatsapp {
    width: 50%;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .section-bantuan-banner {
    height: 40rem;
  }
  .img-brigita {
    height: 90%;
    width: auto;
    top: auto;
    bottom: 0;
  }
  .container-text-banner.show-nav,
  .container-text-banner.hide-nav {
    padding-left: 3.5rem;
  }
  .container-text-banner.show-nav {
    top: 8.25rem;
  }
  .container-text-banner.hide-nav {
    top: 21%;
  }
  .title-banner {
    font-size: 4rem;
  }
  .btn-whatsapp {
    width: 40%;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .img-brigita {
    right: 8rem;
  }
  .container-text-banner.show-nav,
  .container-text-banner.hide-nav {
    padding-left: 8rem;
  }
  .btn-whatsapp {
    width: 30%;
  }
}
@media only screen and (min-width: 1700px) {
  .img-brigita {
    right: 20rem;
  }
  .container-text-banner.show-nav,
  .container-text-banner.hide-nav {
    padding-left: 20rem;
  }
}