@import 'font.css';

.page {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
  overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	font-family: "AvenirNext-Regular";
  min-height: 450px;
}
.header-page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	overflow: hidden;
}

.header-page .btn-back {
	width: 50px;
	height: 55px;
	text-align: center;
	display: inline-block;
	position: relative;
}
.header-page .btn-back>span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-page .close {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  position: relative;
  float: left;
  font-size: 28px;
  color: #000000;
  opacity: 1;
  z-index: 2;
}
.header-page .close>span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-page .current-page {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #076f4b;
  font-family: "AvenirNext-Demi";
}
.header-page .skip-verifikasi {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #2e2e2e;
  display: inline-block;
  font-family: "AvenirNext-Regular";
}
.header-page .skip-verifikasi:hover {
  text-decoration: none;
}
.header-page .title-center {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
.header-page .title-center h2 {
  font-size: 14px;
  font-family: "AvenirNext-Demi";
  color: #000000;
  margin-bottom: 0;
}
.footer-page {
  text-align: center;
  padding: 15px 0;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}
.footer-page p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "AvenirNext-Regular";
}
.footer-page p a {
  font-family: "AvenirNext-Bold";
  color: #000000;
}
.footer-page p a:hover {
  text-decoration: none;
  color: #000000;
}
.footer-page .btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #076f4b;
  box-shadow: 0 1.5px 2px 0 rgba(7, 111, 75, 0.17);
  padding: 15px 30px;
  color: #ffffff;
  font-size: 14px;
}
.footer-page .notif-send {
  font-size: 14px;
  display: inline-block;
  padding: 15px 40px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  background-color: rgba(0, 0, 0, 0.15);
  font-family: "AvenirNext-Bold";
}
.title-page h2 {
	font-size: 24px;
	font-family: "AvenirNext-Heavy";
	margin-bottom: 15px;
}

.form-search .form-group {
	position: relative;
}
.form-search .form-group .form-control {
	-webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  border: solid 0.5px #076f4b;
  background-color: #ffffff;
  height: 40px;
  font-size: 12px;
  padding-right: 40px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #c0c0c0;
  opacity: 1; }
.form-control:-ms-input-placeholder {
  color: #c0c0c0; }
.form-control::-webkit-input-placeholder {
  color: #c0c0c0; }
.form-control::-ms-expand {
  border: 0;
  background-color: transparent; }
.form-search .form-group .btn {
	-webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  background-color: #076f4b;
  height: 40px;
  padding: 8px 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.btn {
  border: none;
}
.btn:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.btn.btn-primary:focus {
  background-color: #076f4b;
  border: none;
  outline: none;
  box-shadow: none;
}
.btn-action {
  position: absolute;
  top: 0;
  right: 10px;
  width: 35px;
  text-align: center;
  padding: 0 0;
  cursor: pointer;
}
.btn-action .dropdown-toggle {
  background: none;
  border: none;
  padding: 0;
}
.btn-action .dropdown-menu {
  padding: 0;
}
.btn-action .dropdown-menu a {
  text-align: center;
}
.btn-action .dropdown-toggle:focus {
  outline: none;
}
.btn-action .dropdown-toggle:after {
  display: none;
}
.btn-action .dropdown-toggle > span {
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  background-color: #000000;
}

.custom-modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 420px;
  padding: 30px 15px;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  -o-border-radius: 2.5px;
  border-radius: 2.5px;
  background-color: #ffffff;
  box-shadow: 0 1px 7px 0 rgba(47, 30, 112, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}

.custom-modal.full {
  width: 100%;
  max-width: inherit;
  min-height: 100%;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -o-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
}

.custom-modal.modal-comment {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 80px;
}
.custom-modal .modal-head {
  border-bottom: solid 0.5px #f2f2f2;
  padding-bottom: 10px;
}
.custom-modal .modal-head:after {
  content: "";
  display: block;
  clear: both;
}
.custom-modal .modal-head .close:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.custom-modal .modal-head h3 {
  font-size: 16px;
  font-family: "AvenirNext-Regular";
  float: left;
  margin: 0;
}
.custom-modal .footer-modal {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-modal .footer-modal:after {
  content: "";
  display: block;
  clear: both;
}
.custom-modal .footer-modal .comment-form {
  width: 84%;
  height: 50px;
  border-radius: 70px;
  background-color: #fcfbfc;
  border: solid 0.5px #626262;
  float: left;
  resize: none;
  padding: 12px 15px;
}
@media (max-width: 375px) {
  .custom-modal .footer-modal .comment-form {
    width: 82%;
  }
}
@media (max-width: 360px) {
  .custom-modal .footer-modal .comment-form {
    width: 80%;
  }
}
@media (max-width: 320px) {
  .custom-modal .footer-modal .comment-form {
    width: 79%;
  }
}
.custom-modal .comment-feed {
  min-height: 300px;
}
.custom-modal .footer-modal button{
  display: inline-block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 320px) {
  .custom-modal {
    max-width: 300px;
  }
}
.custom-modal .btn {
  background-color: transparent;
  font-size: 14px;
}
.custom-modal .btn span {
  margin-right: 10px;
}
.backdrop {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 88;
}
.wrapper-bottom {
  position: fixed;
  left: 50%;
  bottom: 20px;
  width: 100%;
  max-width: 480px;
  height: 50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  z-index: 99;
}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}
.loading img {
  max-width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  animation-name: spin;
  animation-duration: 900ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.wrapper-bottom .btn-add {
  display: block;
  width: 60px;
  height: 60px;
  background-image: linear-gradient(46deg, #076f4b, #065a3d);
  box-shadow: 0 0 4px 0 rgba(76, 58, 174, 0.49);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  right: 30px;
  bottom: 0;
}

.wrapper-bottom .btn-add span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
.select-label {
  position: relative;
  display: block;
}
.select-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-label:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  pointer-events: none;
}
.select-label:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 10px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-top-color: #000000;
  pointer-events: none;
}
.btn-circle-minus {
  border-radius: 50%;
  height: 28px;
  width: 28px;
  background: transparent;
  border: 2px solid #076f4b;
  color: #076f4b;
  font-size: 13px;
  text-align: center;
  padding: 0;
  position: relative;
}
.btn-circle-minus i,
.btn-circle-plus i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: inline-block;
}

.btn-circle-minus.disabled {
  background: transparent;
  border: 2px solid #dadada;
  color: #dadada;
}
.btn-circle-minus:focus,
.btn-circle-plus:focus {
  outline: none;
  box-shadow: none;
}
.btn-circle-plus {
  border-radius: 50%;
  height: 28px;
  width: 28px;
  background: transparent;
  border: 2px solid #076f4b;
  color: #076f4b;
  font-size: 13px;
  text-align: center;
  padding: 0;
  position: relative;
}
.btn-circle-plus.disabled {
  background: transparent;
  border: 2px solid #dadada;
  color: #dadada;
}
/* icons */
.icon-search {
	width: 18px;
	height: 18px;
	background-image: url(../images/icons/icon-search.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
  vertical-align: middle;
}
.arrow-left {
	width: 15px;
	height: 15px;
	background-image: url(../images/icons/arrow-left.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
  vertical-align: middle;
}
.arrow-left.black {
	background-image: url(../images/icons/arrow-left-black.png);
}
.icon-properti {
  width: 25px;
  height: 25px;
  background-image: url(../images/icons/icon-properti.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-bagikan {
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/group-7@3x.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.icon-penjualan {
  width: 25px;
  height: 25px;
  background-image: url(../images/icons/icon-penjualan.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-sewa {
  width: 25px;
  height: 25px;
  background-image: url(../images/icons/icon-sewa.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-bin {
  width: 22px;
  height: 30px;
  background-image: url(../images/icons/icon-bin.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-plus {
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/icon-plus.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-message {
  width: 44px;
  height: 40px;
  background-image: url(../images/icons/icon-message.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-comment {
  width: 26px;
  height: 26px;
  background-image: url(../images/icons/icon-comment.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-all {
  width: 36px;
  height: 36px;
  background-image: url(../images/icons/icon-all2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-all.active {
  background-image: url(../images/icons/icon-all2.png);
}

.icon-rent {
  width: 36px;
  height: 36px;
  background-image: url(../images/icons/icon-rent2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-rent.active {
  background-image: url(../images/icons/icon-rent2.png);
}

.icon-sale {
  width: 36px;
  height: 36px;
  background-image: url(../images/icons/icon-jual2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-sale.active {
  background-image: url(../images/icons/icon-jual2.png);
}
.icon-rumah {
  width: 36px;
  height: 36px;
  background-image: url(../images/icons/icon-rumah.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-rumah.active {
  background-image: url(../images/icons/icon-rumah.png);
}
.icon-apartement {
  width: 36px;
  height: 36px;
  background-image: url(../images/icons/icon-apartement.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-apartement.active {
  background-image: url(../images/icons/icon-apartement.png);
}
.icon-ruko {
  width: 36px;
  height: 36px;
  background-image: url(../images/icons/icon-ruko.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-ruko.active {
  background-image: url(../images/icons/icon-ruko.png);
}
.icon-tanah {
  width: 36px;
  height: 36px;
  background-image: url(../images/icons/icon-tanah.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-tanah.active {
  background-image: url(../images/icons/icon-tanah.png);
}
.icon-gudang {
  width: 36px;
  height: 36px;
  background-image: url(../images/icons/icon-gudang.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-gudang.active {
  background-image: url(../images/icons/icon-gudang.png);
}
.icon-perkantoran {
  width: 36px;
  height: 36px;
  background-image: url(../images/icons/icon-perkantoran.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-perkantoran.active {
  background-image: url(../images/icons/icon-perkantoran.png);
}
.icon-bath {
  width: 32px;
  height: 30px;
  background-image: url(../images/icons/whiteboard-icon/icon-bath.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}

.icon-bed {
  width: 32px;
  height: 30px;
  background-image: url(../images/icons/whiteboard-icon/icon-bed.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}

.icon-min {
  width: 32px;
  height: 32px;
  background-image: url(../images/icons/whiteboard-icon/icon-min.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}

.icon-plus-circle {
  width: 32px;
  height: 32px;
  background-image: url(../images/icons/whiteboard-icon/icon-plus.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}

.icon-send-message {
  width: 47px;
  height: 48px;
  background-image: url(../images/icons/icon-send-message.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}

.icon-pin {
  width: 24px;
  height: 29px;
  background-image: url(../images/icon-pin.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}