/* Page LOader */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #9033de;
  z-index: 1000000;
}

#loading-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #e96e2f;
  border-left: 16px solid #e96e2f;
  border-right: 16px solid #e96e2f;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin-top: -60px;
  margin-left: -60px;
}

/*Search Nav Code*/

.zsg-notification-bar,
.zsg-notification-bar_confirmation,
.zsg-notification-bar_error,
.zsg-notification-bar_solid,
.zsg-notification-bar_solid.zsg-notification-bar_confirmation,
.zsg-notification-bar_solid.zsg-notification-bar_confirmation.zsg-notification-bar_error,
.zsg-notification-bar_solid.zsg-notification-bar_error,
.zsg-notification-bar_solid.zsg-notification-bar_error.zsg-notification-bar_confirmation {
  background: #fff8e1;
  border: 1px solid #e96e2f;
  display: block;
  padding: 0.5em;
}
#overlayed {
  background-color: rgba(0, 0, 0, 0.5) !important ;
  height: 100% !important;
  position: absolute !important;
  width: 100% !important;
  z-index: 999 !important;
  display: none;
}
.search-nav-container {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 10px 0;
}
.search-nav {
  margin-bottom: 0px !important;
}
.search-nav .navbar {
  margin-bottom: 0px !important;
}

.search-nav .open {
  background-color: transparent !important;
}

.search-nav .btn-default:hover,
.btn-default:focus {
  background-color: transparent;
  color: #9033de !important;
  border-color: #9033de;
}
.search-nav .btn-primary:hover,
.btn-primary:focus {
  background-color: transparent !important;
  border-color: #fc8d04 !important;
  color: #fc8d04 !important;
}
.search-nav .btn {
  border-radius: 2px !important;
}
.search-nav .drop-search {
  position: absolute;
  background-color: white;
  z-index: 1000;
  box-shadow: 2px 2px 10px rgba(144, 51, 222, 0.4);
  top: 95%;
}
.search-nav #dropdown-propertytype,
.search-nav #dropdown-location,
.search-nav #dropdown-price,
.search-nav #dropdown-beds,
.search-nav #dropdown-rentals {
  display: none;
}

#dropdown-propertytype::after,
#dropdown-location::after,
#dropdown-price::after,
#dropdown-beds::after,
#dropdown-rentals::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #9033de transparent;
}
.search-nav #dropdown-propertytype {
  left: 10%;
  width: 20%;
}

.search-nav #dropdown-location {
  left: 15%;
}
.search-nav #dropdown-price {
  left: 18.5%;
}
.search-nav #dropdown-beds {
  left: 30%;
  width: 15%;
}

.search-nav #dropdown-rentals {
  left: 7.8%;
  width: 15%;
}
.search-nav label {
  font-weight: normal;
}
/* .search-nav-container{
  border-bottom: 1px solid #9033de;
} */
/*Search nav css*/
.listing-html,
.listing-html body,
.listing-html .ad-box-wrap,
.ad-box-wrap .col-lg-7 {
  height: 100%;
}

.distance-dropdown{
    display:none!important;
}

.listing-html body {
  overflow-y: auto;
}

.k-property-card {
  width: 45%;
  margin-left: 10px;
  display: inline-block;
  color: #ae4eff !important;
  /* border: 1px solid rgba(0, 0, 0, 0.08); */
  border-bottom: 2px solid #c43bf7;
  margin-bottom: 10px;
}
@media only screen and (max-width: 720px) {
  .k-property-card {
    width: 90%;
  }
}
.k-property-image {
  width: 100%;
}

.k-property-image img {
  width: 100%;
}

/* zoom effect on listing img*/

.k-property-image {
  display: inline-block;
  overflow: hidden;
}
.k-property-image img {
  display: block;
  transition: transform 0.2s cubic-bezier(0.04, 0.01, 0.82, 1.01);
}
.k-property-image:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.k-price {
  font-size: x-large;
  color: #ae4eff;
  font-weight: normal;
}

.k-details {
  /* margin-top: 5px; */
  padding: 5px 10px;
}

.k-address {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.k-property-card div,
.k-property-card p,
.k-property-card a {
  color: #2a2a33 !important;
}

.k-purpose {
  text-transform: uppercase;
  font-weight: bold;
}

.listing-sort-nav {
  width: 92%;
}
.sort-nav-right,
.sort-nav-left {
  display: inline-block;
}
.sort-nav-right {
  float: right;
  cursor: pointer;
}

.k-ad-area {
  max-height: 100%;
  overflow-y: scroll;
 -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  padding-bottom:20%;
}

.k-ad-area::-webkit-scrollbar {
    display: none;
}

/* The container */
.radio-inliner {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: initial;
}

/* Hide the browser's default radio button */
.radio-inliner input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-inliner:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a purple background */
.radio-inliner input:checked ~ .checkmark {
  background-color: #9c28b1;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-inliner input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-inliner .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.search-radio-container {
  padding: 15px;
  padding-left: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/*#dropdown-propertytype{*/
/*    width:20%;*/
/*}*/
#dropdown-price {
  padding: 10px;
}

.listing-search-nav-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-search-nav .dropdown-menu {
  color: rgba(0, 0, 0, 0.7);
}
.listing-search-nav-container .navbar {
  margin-bottom: 0px;
}
.listing-search-nav li {
  margin: 1px 10px;
}
.listing-search-nav > li > a{
    line-height: 32px;   
}
.listing-search-nav a:hover {
  color: white !important;
}

.listing-search-nav button {
    margin-top: 0px;
    background: orange;
    border: 1px solid orange;
    padding: 6px 20px;
    border-radius: 4px;
    color:white;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 500;
}
.render-props {
  box-shadow: -2px 0px 7px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1215px) {
  .map-area {
    display: none;
  }

  .render-props {
    height: initial !important;
    box-shadow: none !important;
  }
  .listing-html body {
    overflow-y: initial;
  }
}

.price-menu input {
  width: initial !important;
}

.price-menu {
  padding: 15px 20px;
}

.modal-c {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000000;
  /* Sit on top */
  padding-top: 0px;
  /* 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.4);
  /* Black w/ opacity */
}

/* Modal CSS */
#mapper {
  height: "400px";
  width: 100%;
}

/* Modal Content */
.modal-content-c {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  height: 100%;
  /* overflow: auto; */
}

/* The Close Button */
.close-c {
  color: white;
  font-size: xx-large;
  font-weight: bold;
  padding: 5px 17px;
  background-color: #ff7b00;
  border-radius: 10px;
}

.close-c:hover,
.close-c:focus {
  cursor: pointer;
}

.listing-type {
  min-width: 240px;
}

.listing-search-nav .dropdown-menu {
  min-width: 240px;
}

.listing-search-nav > li > a:hover {
  border-radius: 5px;
  background-color: white;
  border: none;
  color: #ff7b00 !important;
}

.listing-search-nav > .open > a:hover {
  color: white !important;
}
.listing-search-nav > .open > a {
  color: white !important;
  background-color: #9c28b1 !important;
  border: 1px solid #9c28b1 !important;
  border-radius: 2px !important;
}

@media only screen and (max-width: 855px) {
  .listing-search-nav button {
    margin-top: 10px;
  }

  .listing-search-nav a {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0;
  }
}

.modal-content-area {
  height: 100%;
  padding-right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

.modal-close-big {
  position: fixed;
  top: 2%;
  right: 3%;
  color: white;
}
.modal-close-small {
  display: none;
}

@media only screen and (max-width: 500px) {
  .modal-content-c {
    width: 100%;
  }

  .modal-images-col {
    height: initial;
    overflow: scroll;
    overflow-x: hidden;
  }

  .modal-content-area {
    height: 40%;
  }
  .modal-close-big {
    display: none;
  }

  .modal-close-small {
    display: inline-block;
  }
  .close-c {
    color: #9033de;
    float: right;
    cursor: pointer;
  }

  .image-area{
    height: 50%;
    overflow-x:hidden;
  }
  .listing-search-nav button{
    margin-left: 20px;
  }
}

.show-menu{
    display:block!important;
}

/*#distance-dropdown{*/
/*    min-width:540px;*/
/*}*/
/*.distance-picker-container li{*/
/*    display:inline;*/
/*    list-style-type: none;*/
/*}*/

/*.distance-picker{*/
    
/*}*/

/*.listingpagenav{*/
/*    height:80px;*/
/*}*/

#min-price-dropdown, #max-price-dropdown{
    height:600px;
    overflow-y:scroll;
}



/*.card-body {*/
/*	border-top: 8px solid #fc8d04;*/
/*}*/
/*.card-bdy {*/
/*	border-top: 8px solid #c43bf7;*/
/*}*/
/*.card-text {*/
/*	line-height: 1.9;*/
/*}*/
/*.address {*/
/*	font-size: 22px;*/
/*	font-weight: 400;*/
/*}*/
/*.rent-card {*/
/*	color: #fc8d04;*/
/*}*/
/*.sale-card {*/
/*	color: #c43bf7;*/
/*}*/
/*.card-sec {*/
/*	background-color: #fff;*/
/*}*/
/*.card-footer {*/
/*	margin-top: 10px;*/
/*	font-size: 18px;*/
/*}*/
/*.b-specs {*/
/*	font-size: 16px;*/
/*	font-weight: bold;*/
/*}*/

/*Login Page*/
.kupeza-login{
    padding:10% 20%;
    /*padding-top: 10%;*/
    /*background-image: url("../img/brownhouse.jpg");*/
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/brownhouse.jpg");
    background-color: #cccccc; /* Used if the image is unavailable */
    
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    
}
.login-div, .bottom-row{
    display:flex;
}
.login-div{
    border: 1px solid rgba(0,0,0,0.2);
}
.login-picture, .login-form,
.leftlogin, .rightlogin{
    width:50%;
}

.login-picture{
    
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/login-image.jpg");
    background-color: #cccccc; 
    height: 500px; 
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover; 
}

.login-form{
    padding: 5%;
    border-left: 1px solid rgba(0,0,0,0.2);
    background-color: white; 
}

@media only screen and (max-width: 1000px){
    .login-picture{
        display:none;
    }
    .login-form{
        width:100%;
    }
}

@media only screen and (max-width: 750px){
    .kupeza-login{
        padding:10% 10%;
    }
}
.authTitle-div{
    text-align:center;
    margin: 35px 0;
}

.login-form .checkbox input[type="checkbox"]{
    position:initial;
    margin-right:20px;
    margin-left:0;
    
}

#accordionEx h4 {
    color: #5e5d5d;
    font-size: 16px;
    font-weight: 600;
}@media screen and (max-width:575px){
    #accordionEx h4 {
        font-size: 14px;
    }
}

#accordionEx > .card {
    background-color: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid #bbb;
}
@media screen and (max-width:575px) {
    .accordion-body {
        font-size: 12px;
    }
}
.fas.fa-angle-down.rotate-icon {
    float: right;
    font-size: 26px;
}

@media screen and (max-width:991px) {
    .contact-img {
        display: none;
    }
}

.contact-form {
    padding: 0 80px;
}@media screen and (max-width:575px) {
    .contact-form  {
        padding: 0;
    }
}

.mssging-header {
    background-color: #c43bf7;
    color: #fff;
}

.msg-user-info {
    display: flex;
    float: right;
    margin: 8px 60px auto;
}

.msg-user-info > .fa-user {
    font-size: 24px;
    background-color: #ccc;
    padding: 10px 12px;
    border-radius: 50%;
    color: #fff;
}@media screen and (max-width: 991px) {
    .msg-user-info > .fa-user {
        font-size: 18px;
    }
}

.msg-user-info p {
    margin: 10px 10px 0 0;
}

.chat_img > .fa-user {
    font-size: 24px;
    background-color: #ccc;
    padding: 10px 12px;
    border-radius: 50%;
    color: #fff;
}@media screen and (max-width: 991px) {
    .chat_img > .fa-user {
        font-size: 18px;
    }
}

img {
    max-width: 100%;
}
.inbox_people {
  background: #fff none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 30%; border-right:1px solid #c4c4c4;
}

.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}

.top_spac { 
    margin: 20px 0 0;
}

.recent_heading {
    float: left;
    width:40%;
}

.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}

.headind_srch { 
    padding:10px 29px 10px 20px;
    overflow:hidden; 
    border-bottom:1px solid #c4c4c4;
}

.recent_heading h4 {
  color: #8fc6f7;
  font-size: 21px;
  margin: auto;
}

.srch_bar input{
    border:1px solid #cdcdcd;
    border-width:0 0 1px 0; 
    width:80%; 
    padding:2px 0 4px 6px; 
    background:none;
}

.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}

.chat_ib h5{
    font-size:15px; 
    color:#464646; 
    margin:0 0 8px 0;
}

.chat_ib h5 span{
    font-size:13px;
    float:right;
}
.chat_ib p {
    font-size:14px;
    color:#989898; 
    margin:auto
}@media screen and (max-width: 991px) {
    .chat_ib p {
        font-size:12px;
    }
}

.chat_img {
    float: left;
    width: 11%;
}
.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}@media screen and (max-width: 991px) {
    .chat_ib {
        padding: 0 0 0 30px;
    }
}

.chat_people{ 
    overflow:hidden; 
    clear:both;
}

.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
    cursor: pointer;
}@media screen and (max-width: 991px) {
    .chat_list {
        padding: 18px 9px 10px;
    }
}
.inbox_chat { 
    height: 550px; 
    overflow-y: scroll;
}

.active_chat{ 
    background:#ebebeb;
}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
  background: #5fd06b none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}@media screen and (max-width: 991px){
    .received_withd_msg p {
        margin-left: 10px;
    }
}

.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}

.received_withd_msg { 
    width: 57%;
}@media screen and (max-width: 991px){
    .received_withd_msg { 
        width: 47%;
    }
}

.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 70%;
  background-color: #ececec;
}@media screen and (max-width: 991px){
    .mesgs {
        padding: 30px 15px 0 10px;
    }
}

 .sent_msg p {
  background: #8fc6f7 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{
    overflow:hidden;
    margin:26px 0 26px;
}

.sent_msg {
  float: right;
  width: 46%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}

.msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.messaging { 
    padding: 0 0 50px 0;
}
.msg_history {
  height: 516px;
  overflow-y: auto;
}

.chat_list:hover {
    background-color: #ebebeb;
}
