@import url(https://fonts.googleapis.com/css?family=Mukta+Vaani:400,800,700,300,700italic,400italic,300italic);
/* Variables.less
 * Variables to customize the look and feel of ImoWout
 * ----------------------------------------------------- */
/* PATHS */
/* COLORS */
/* FONTS */
/**************** FONTS **************/
/**************************************/
.list-title {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #05111e;
  line-height: 60px;
  height: 60px;
  text-align: left;
  border-bottom: 1px solid #cdcfd2;
  margin-bottom: 10px;
}
#list-viewed {
  background-color: #ffffff;
  border: 1px solid #dcdcd7;
  display: none;
  width: 440px;
  position: absolute;
  background: white;
  z-index: 99999;
  padding: 0 30px 30px 30px;
}
#list-viewed img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  display: inline-block;
  object-position: 0 0;
  float: left;
  margin-right: 20px;
}
#list-viewed img:hover {
  cursor: pointer;
}
#list-viewed #viewedlist::-webkit-scrollbar {
  width: 8px;
}
#list-viewed #viewedlist::-webkit-scrollbar-thumb {
  background-color: #292e87;
}
#list-viewed #viewedlist {
  width: 380px;
  min-height: 1px;
  max-height: 450px;
  height: auto !important;
  overflow-y: auto;
  overflow-x: hidden;
}
#list-viewed #viewedlist .viewed-realestate {
  margin: 10px 10px 10px 0;
  position: relative;
  width: 380px;
  height: 100px;
  display: block;
}
#list-viewed #viewedlist .viewed-realestate .realestate-description {
  margin-left: 140px;
  width: 240px;
  position: absolute;
}
#list-viewed #viewedlist .viewed-realestate .realestate-description:hover {
  cursor: pointer;
}
#list-viewed #viewedlist .viewed-realestate .realestate-description .viewed-title {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 14px;
  height: 26px;
  color: #05111e;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 12px;
}
#list-viewed #viewedlist .viewed-realestate .realestate-description .viewed-price {
  display: inline-block;
  height: 30px;
  width: 140px;
  line-height: 26px;
  text-align: center;
  background-color: #dcc200;
  border: 2px solid #dcc200;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  box-sizing: border-box;
  float: left;
}
#list-viewed #viewedlist .viewed-realestate .realestate-description .viewed-address {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #9ba0a5;
  text-align: left;
  line-height: 13px;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 0 10px 0;
}
