/*Blank CSS*/

select.form-control{
    padding:0px !important;
}

.inner-pages .blog-section .news-item-descr.big-news.details{
    height: auto !important;
}

.portfolio .project-head img {
    max-height: 195px!important;
    min-height: 195px;
}

.listing-details-sliders .img-fluid {
    max-width: 100%;
    max-height: 400px;
    width: 100%;
}

.smail-listing .list-inline-item a img {
    max-height: 80px !important;
}

.google-maps-right{
    z-index: 9 !important;
}
.inner-pages.hp-6.full .rld-single-input input {
    width: 100%;
}
.rld-single-input{

    width:auto;
}

.mapview .rld-single-input input {
    width: 22rem !important;
}

input.btn.btn-yellow.search-now {
    width: 108px !important;
    padding: 0px !important;
}

input.btn.btn-yellow.search-now:hover {
    color: #fff !important;
}

input.btn.btn-yellow.save-search {
    width: 60px !important;
    padding: 0px !important;
}
input.btn.btn-yellow.save-search:hover {
    color: #fff !important;
}

.search-param .keyname{
    padding:3px;
    margin: 3px;
    border: 1px solid #CCC;
    background-color: cadetblue;
    display: inline-block;
    color: white;
}

.search-param .keyvalue{
    padding:3px;
    margin: 3px;
    border: 1px solid #CCC;
    background-color: cornflowerblue;
}

.property-title{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  section.properties-list{
    min-height: 750px;
  }

  .portfolio .project-bottom{
    height: 100%;
    top: 0;
  }

  .portfolio .project-bottom h4{
    
    position: absolute;
    text-align: center;
    display: inline-block;
    width: 100%;
    left: 0;
    top: 50%;
  }

  .portfolio .homes-content h3 a{
    font-size: 1.1rem !important;
  }

  .inner-pages .headings-2 span.category-tag{
    display: inline-block;
  }


  #propertyCountDown, .itemcountdown{
    padding: 5px;
    height: 64px;
    background-color: #FF385C;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
  }

  .itemcountdown{
    background-color: #FF9C0A !important;
  }

  .auctionlabel{
    display: block;
    font-weight: bold;
    border: 1px solid #DDDDDD;
    padding: 5px;
    text-align: center;
    margin-top: 5px;
  }

  .bidamount{
    background: #AEDEFC;
    color: #000000;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.5rem !important;
  }


  span.startingbid{
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    background-color: #FF385C;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 5px;
  }

  span.user-max-bid{
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    background-color: #FF9C0A;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 5px;
  }

  #auctionbidwrapper button.btn.btn-default{
    background: #FFDFDF;
    font-weight: bold;
    padding: 5px;
    width: 100%;
  }

  #auctionbidwrapper button.btn.btn-default{
    margin-bottom: 10px;
  }

  .bidhistory .dropdown-menu{
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  .auctionbidwrapper .bidamount{
    cursor: pointer;
    font-weight: bold;
  }

  span.bidder-name{
    font-weight: bold;
    text-align: left;
    display: inline-block;
    float: left;
  }

  span.bidder-amount{
    font-weight: bold;
    text-align: right;
    display: inline-block;
    float: right;
  }

  li.bidhistory-item{
    padding: 5px;
    border-bottom: 1px solid #EEEEEE;
  }

  span.nobiddefound{
    font-weight: bold;
    text-align: center;
    display: block;
    margin-top: 10px;
    color: #FF385C;
  }

  #auctionbidwrapper #newbidamount{

    background: #AEDEFC;
    color: #000000;
    border: none;
    cursor: default;
    font-weight: bold;
    font-size: 1.5rem !important;
    text-align: center;
    color: #000000;
    cursor: text;
  }


  .sidebarbutton{
    background-color: #FF385C;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 12px;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
}

.sidebarbutton:hover{
  background-color: #3a2c5f;
  color: #ffffff;
  text-decoration: none;
}

.portfolio .homes-tag.sale{
  width: auto !important;
}

ul.maptab{
  display:grid;
  grid-template-columns: 120px 120px 1fr;
}

ul.maptab li{
  list-style: none;
  cursor: pointer;
  text-align: center;
}

ul.maptab .maptabbacklink{
  text-align: right;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

ul.footer-menu-ul{
  display: flex;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

ul.footer-menu-ul li{
  padding: 0px 10px;
  color: #ffffff;
} 

ul.footer-menu-ul li a{
  color: #ffffff;
}

a.viewinmapbtn{
  background-color: #FF9C0A;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  font-size: 14px;
  text-transform: capitalize;
  padding: 4px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 2px;
}

.homes div.selltypebtn{
  background-color: #FF9C0A !important;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  font-size: 14px;
  text-transform: capitalize;
  padding: 4px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 2px;
}

.details-title{
  color: #3a2c5f;
  font-weight: bold;
  font-size: 1.5rem !important;
  text-decoration: none;
}

.details-sub-title{
  color: #3a2c5f;
  font-weight: bold;
  font-size: 1rem !important;
  text-decoration: none;
}


.newbidamount-span{
  display: block;
  height: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #AEDEFC;
  border: none;
}

.bid-btn-group{
  margin-top:10px;
  display: flex;

}
.bid-btn-group .btn{
  border: none;
}
.bid-btn-group #cancel-bid-modal{
  background: #EEEEEE !important;
  color:#000000;

}

.tooltip-inner{
  background-color: #FF385C !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.tooltipmarker{
  cursor: pointer;
}

.yellow-btn{
  background-color: #FF9C0A !important;
}

input.bidamount{
  text-align: center;
}

.btn-bid-closed{
  background-color: #EEEEEE !important;
  cursor: not-allowed !important;
  color: #FF385C !important;
}

.bid-note{
  margin-top:5px; 
  padding:5px; 
  color:#0056b3; 
  background:#FFDFDF; 
  border:none; 
  border-radius:5px
}

.list-item-top{
  cursor: pointer;
}


.filter-row{
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px;
}

.filter-row div{
  flex:1;
}

.filteritem{
  background-color: white;
  border: 1px solid #CCCCCC;
  margin: 4px;
  padding: 12px;
  border-radius: 3px;
  min-width: 175px;
}

.filteritem:focus{
  outline: none;
}

.filterdropdown{
  padding: 10px;
  min-width: 250px;
}

.filterdropdown .dropwdown-item{
  margin-bottom: 5px;
}


.filterdropdown-select{
  width: 100%;
  height: auto;
}

input.mapview-search-input {
  width: 40%;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 5px;
}

@media only screen and (max-width: 575px) {
  input.mapview-search-input {
    width: 100%;
  }
  .filterdropdown{
    width: 100%;

  }
  .filter-row .dropdown .filteritem{ 
    width: 100%;
  }
  input.btn.btn-yellow.search-now{
    width: 100% !important;
  }
}


.google-maps-right #map-leaflet{
  height: 750px;
}

input:focus-visible {
  outline: none;
}

p.local-price {
  font-size: 16px;
  font-weight: bold;
}

.inner-pages .recent-img img{
  border-radius: 10px;
}

.search-extra-btn{
  width: 100%;
  background: #57B8F8;
}