@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

body {
	font-family: 'Poppins', sans-serif !important;
	width: 300px;
	margin:0;
	height: 373px;
}
.edgemarkets {
	height: 373px;
	/* background: url('https://www.edgeprop.my/home/4.jpg'); */
	background: url('https://media.edgeprop.my/iframe/zing-homepage-blur.png');
	/*border: 1px solid #aaa;*/
	/* background: #eee; */
}
.edgemarkets .container {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.edgemarkets .search-wrapper {
	padding: 5px 5px 0px;
    background: #fff;
    border-radius: 3px;
    width: 99%;
    margin: 10px auto 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #ddd;
    border-bottom: none;
}
.edgemarkets .search-wrapper .form-group {
	margin-bottom: 10px !important;
}
.edgemarkets h1 {
	color: #1093fb;
	font-weight: 500;
    font-size: 1.1rem !important;
	padding: 15px 0;
	margin-bottom: 0 !important;
}
.edgemarkets a.no-underline {
	text-decoration: none;
}
.edgemarkets select {
	margin-bottom: 7px !important;
}
.edgemarkets select, .edgemarkets label, .edgemarkets .btn-primary {
	font-size: .8rem !important;
}
.edgemarkets .btn-primary {
	background: #f9a703 !important;
	border-color: #f9a703 !important;
}

.edgemarkets .news-card {
	/*margin-top: 10px;*/
    /*background: #eee;
    padding: 0 5px 1px;*/
}
.edgemarkets .news-card .news-card-listing {
	height: 174px;
	overflow: auto;
}
.edgemarkets .news-card .news-title {
	font-size: 11px;
    line-height: 15px;
    color: #414141;
    font-weight: bold;
    margin-bottom: 3px;
    overflow: hidden;
    position: relative; 
    max-height: 52px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.edgemarkets .news-card .btn-primary {
	background-color: #1093fb !important;
    border-color: #1093fb !important;
}
.edgemarkets .news-card h1 {
	padding: 9px 0;
	font-size: .9rem !important ;
}
.edgemarkets .news-card .news-title a {
	color: inherit;
}
.edgemarkets .news-card .single-card {
	border: 1px solid #ddd;
	background: #fff;
	margin-bottom: 5px;
    padding: 5px 5px 0;
    /*height: 90px; with category title*/
    height: 73px;
}
.edgemarkets .news-card .single-card img {
	width: 86px;
	/*height: 78px; with category title*/
	height: 61px;
	object-fit: cover;
}
.edgemarkets .news-card p.news-label {
	font-size: 10px;
	text-transform: uppercase;
    line-height: 16px;
	color: #1093fb;
    font-weight: bold;
    margin-bottom: 0px;

}
.edgemarkets .news-card p.news-date {
	font-size: 10px;
    line-height: 12px;
	color: #393939;
}
.edgemarkets .news-card .more-property-news {
	font-size: .8rem;
	text-align: center;
	/*padding-bottom: 10px;*/
}

.edgemarkets .logo-wrapper {
	background-color: #1093fb;
	text-align: center;
	padding: 9px 0;
}
.edgemarkets .logo-wrapper img.logo {
	width: 92px;
	position: relative;
}
.edgemarkets .logo-wrapper img.logo.ep {
	left: -25px;
	width: 78px;
	top: -1px;
}
.edgemarkets .logo-wrapper img.logo.fmh {
	width: 112px;
	top: 0px;
	right: -7px;
}

.edgemarkets .checkbox-half {
	width: 50%;
	float: left;
	line-height: 2.1;
}