body
{
	padding: 0;
	margin: 0; 
	font-family: 'MuseoSans 500';
	overflow-x: hidden;
}
.pad-none
{
    padding-left: 0 ;
	 padding-right: 0 ;
}

section,header,footer{
	float:left;
	width:100%;
}
a
{
	text-decoration: none;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
a:hover, a:focus{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p,ol,ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
img{
max-width: 100%;
}
.pad-none
{
	padding-left: 0;
	padding-right: 0;
}

/*HEADER START*/

header{
	background: #171B35;
	padding: 17px 66px 12px 19px;
}
.logo-outer
{
	float:left;
}

.menu-icon
{
	float: left;
	margin: 0 16px 0 0;
}
.menu-icon a
{
	height: 40px;
	width: 40px;
	float: left;
	border-radius:50%;
	background: #2A2F4F;
	-webkit-border-radius:50%;
	font-size: 20px;
	text-align: center;
	line-height: 24px;
	padding: 8px 0 0;
	color: #fff;
}
.menu-icon .fa {
	line-height: 24px;
}

.menu-icon .material-icons, 
.menu-icon.active-btn .fa
{
	display: none;
}
.menu-icon.active-btn .material-icons,
.menu-icon .fa
{
	display: block;
}
.logo {
	float: left;
	width: 147px;
}
.header-right {
	float: right;
	padding: 0px 0 0 0;
}
.header-admin {
	float: left;
	padding: 0 0 0 0;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.02em;
}
.logout-outer
{
	float: left;
	margin: 0 0 0 24px;
}

.logout-outer a {
	background: #2A2F4F;
	font-size: 11px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	padding: 8px 18px 9px;
	float: left;
}
.logout-outer a span {
	font-size: 15px;
	margin: 0 0 0 6px;
}
.logout-outer a span img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	width: 13px;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.logout-outer a:hover
{
	background: #fff;
	color: #2A2F4F;
}
.logout-outer a:hover span img 
{
	filter: none;
	-webkit-filter: none;
}
/*HEADER ENDS*/


.dashboard-outer
{
	height:calc(100vh - 71px);
	overflow:auto;
	display: flex;
	display: -webkit-flex;
	position: relative;
}
.side-bar
{
	height: 100%;
	float: left;
	min-width: 70px;
	max-width: 70px;
	transition: .3s all ease;
	padding: 28px 0 28px 10px;
	-webkit-transition: .3s all ease;
}
.side-bar.active-nav {
	min-width: 240px;
	max-width: 240px;
}

.pipeline_header.wider-nav {
	min-width: calc(100% - 100px);
	max-width: calc(100% - 100px);
}


.side-bar-menu
{
	height: calc(100% - 50px);
	float: left;
	width: 100%;
	overflow: auto;
}
.side-bar-menu ul{
	float: left;
	width: 100%;
}

.side-bar-menu li
{
	float: left;
	width: 100%;
	position: relative;
}
.side-bar-menu li samp {
	position: absolute;
	color: #B8B8B8;
	right: 11px;
	font-size: 11px;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	top: 12px;
}
.side-bar-menu li a:hover  samp {
	color: #fff;
}
.side-bar-menu li a.active  samp {
	transform: rotate(90deg);
}
.side-bar-menu li a.active.collapsed  samp {
	transform: rotate(00deg);
}
.side-bar-menu li a:hover + samp
{
	color: #fff;
}
.side-bar-menu li a {
	
	width: 100%;
	float: left;
	border-radius: 30px 0 0 30px;
	-webkit-border-radius: 30px 0 0 30px;
	padding: 12px 2px 12px 21px;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	font-family: 'MuseoSans 300';
	font-size: 0px;
	text-transform: capitalize;
	color: #000000;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}
.dropdown-container {
	display: none;
}
.side-bar-menu li a small {
	font-size: 100%;
	display: none;
	position: relative;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	z-index: 2;
	float: left;
	padding: 3px 0 3px;
}
.active-nav .side-bar-menu li a small
{
	display: block;
}

.active-nav .side-bar-menu li a {
	font-size: 12px;
}
.active-nav .side-bar-menu li a:hover {
	color: #fff;
}
.side-bar-menu li.active a
{
	color: #fff;
}
.side-bar-menu li a span {
	font-size: 15px;
	float: left;
	margin: -2px 6px 0 0;
	width: 20px;
	color: #95288f;
	position: relative;
	z-index: 2;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.side-bar-menu li a span img
{
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	padding-top:5px;
}
.side-bar-menu li a:hover span img, .side-bar-menu li.active a span img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.side-bar-menu li a::before
{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 100%;
	top: 0;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	border-radius: 30px 0 0 30px;
	-webkit-border-radius: 30px 0 0 30px;
	background: linear-gradient(91.74deg, #98064E 5.13%, #942992 80.17%);
}
.side-bar-menu li a:hover::before, .side-bar-menu li.active a::before
{
	left: 0%;
}

.side-bar-menu li a:hover{
	
	color: #fff;
}

.side-bar-menu li a:hover span{
	color: #fff;
}
.side-bar-terms
{
	float: left;
	width: 100%;
	padding:0 0 0 20px;
	display: none;
}
.active-nav  .side-bar-terms
{
	display: block;
}
.side-bar-terms li
{
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.side-bar-terms li:last-child
{
	margin-bottom: 0;
}
.side-bar-terms li a {
	font-size: 12px;
	line-height: 20px;
	text-transform: capitalize;
	color: #4C5277;
}
.side-bar-terms li a:hover
{
	color: #95288f;
}
.dashboard-content-part
{
	background: #E5E5E5;
	height: 100%;
	float: left;
	width: 100%;
	overflow: auto;
}
.dashboard-right-leftbar
{
	padding: 0 12px;
}
.dashboard-right-leftbar-outer {
	padding: 40px 15px 40px;
}
.dashboard-right-leftbar h2 {
	font-size: 18px;
	letter-spacing: -0.01em;
	text-transform: capitalize;
	color: #95288F;
	padding-bottom: 20px;
	font-family: 'MuseoSans 500';
}
.dashboard-right-leftbar-inner {
	background: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 6px;
	margin-bottom: 46px;
}
.dashboard-right-leftbar-inner li {
	float: left;
	width: 100%;
	padding: 16px 9px 16px 10px;
	border-bottom: 1px solid #DADBE1;

}
.dashboard-right-leftbar-inner li p {
	font-size: 12px;
	line-height: 124%;
	color: #4C5277;
}
.dashboard-right-leftbar-inner li h3 span {
	font-size: 15px;
	margin-left: 3px;
	line-height: 1;
	vertical-align: top;
	padding: 5px 0 0 0;
	display: inline-block;
}
.dashboard-right-leftbar-inner li p span 
{
	color:#92D02C;
}
.dashboard-right-leftbar-inner li.down-market p span 
{
	color:#FF2626;
}
.dashboard-right-leftbar-inner li.down-market h3
{
	color:#FF2626;
}
.dashboard-right-leftbar-inner li h3 {
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.01em;
	text-transform: capitalize;
	color: #92D02C;
	padding: 5px 0 0 0;
	font-family: 'MuseoSans 300';
}
.dashboard-right-leftbar-inner li:last-child
{
	border-bottom: none;
}

.pending-property-outer
{
	background: linear-gradient(180deg, #FFFFFF 39.84%, rgba(255, 255, 255, 0.92) 100%);
border-radius: 5px;
max-height: 300px;
}
.pending-property-outer li
{
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	float: left;
	width:100%;
}
.pending-property-outer li:hover
{
	background: #F6F7FB;
}

.pending-property-inner
{
	padding:13px 12px;
}
.pending-property-img
{
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	width: 46px;
	border-radius: 50%;
	float: left;
}
.pending-property-img img
{
	width: 100%;
	border-radius: 50%;
}
.pending-property-detail {
	float: left;
	width: auto;
	padding: 2px 10px 0 12px;
	height: 50px;
}
.pending-property-detail  h3
{
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.02em;
	color: #000000;
	display: inline-block;
	width: 100%;
	height: 30px;
}
.pending-property-detail span
{
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.02em;
	color: #95288F;
	display: inline-block;
	width: 100%;
	margin: -3px 0 0;
}

.pending-property-detail samp {
	position: absolute;
	right: 15px;
	top: 17px;
	color: #E1E5E8;
}


.dashboard-rightbar-outer {
	padding: 40px 30px 30px 0;
}
.prospects-outer
{
	background: linear-gradient(180deg, #FFFFFF 39.84%, rgba(255, 255, 255, 0.92) 100%);
	border-radius: 5px;
	padding: 22px;
}
.prospects-inner
{
	padding:0;
	height: 137px;
	background: #FFE07E;
	border-radius: 5px;
	margin-bottom: 22px;
}
.prospects-inner:last-child
{
	margin-bottom: 0;
}
.prospects-left
{
	height: 100%;
	background: #FFC611;
	border-radius: 5px 0 0 5px;
}
.prospects-inner h2
{
	font-size: 18px;
	text-transform: capitalize;
	color: #FFFFFF;
	padding: 9px 0 0 11px;
}
.prospects-inner .round-cirlce {
	background: #FFFFFF;
	
	border-radius: 50%;
	position: absolute;
	-webkit-border-radius: 50%;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
	z-index: 2;

  }

 
.prospects-inner .laynee-outer{
animation: pulse 2s infinite;
display: inline-block;
}
.round-cirlce.prospects-inner-active
{
	z-index: 99;
}
  .prospects-inner .round-cirlce img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.prospects-inner .laynee-outer:hover {
	animation: none;
	}

	.prospects-left::after {
		position: absolute;
		content: "";
		background: #4C5277;
		right: -2px;
		bottom: 0;
		width: 1px;
		height: 110%;
	}
.round-cirlce1 {
	top: 70%;
	left: 5%;
}
.round-cirlce2 {
	top: 70%;
	left: 57%;
}
.round-cirlce3 {
	top: 18%;
	left: 90%;
}
.round-cirlce4 {
	top: 10%;
	left: 50%;
}
.round-cirlce5 {
	top: 42%;
	left: 76%;
}
.round-cirlce6 {
	top: 31%;
	left: 26%;
}

.prospects-inner2
{
	background: #C6FFE7;
}
.prospects-left2
{
	background: #5CC0A5;
}

.round-cirlce:hover {
	z-index: 999999;
}

.laynee-outer {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 44.5px;
	position: absolute;
	padding: 0;
	z-index: 9;
	top: -0px;
	left: 0;
	display: block;
	z-index: 9999;
	height: 24px;
	width: 25px;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	overflow: hidden;
	cursor: pointer;
}
.laynee-outer:hover{
	width: 250px;
	height: 40px;
	padding: 2px;
}
.prospects-inner-active .laynee-outer 
{
	display: block;
}

.laynee-icon h3 {
	font-size: 12px;
}

.laynee-outer:hover .laynee-icon h3 {
	font-size: 20px;
}

.laynee-icon {
	float: left;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	-webkit-border-radius: 50%;

	width: 55px;
    left: -1px;
    margin: -11px;
    height: 55px;
    padding: 17px 15px;
}
.prospects-inner .laynee-outer:hover .laynee-icon
{
	box-shadow: none;
}
.laynee-icon img
{
	border-radius: 50px;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.laynee-details h3 {
	font-size: 11px;
	line-height: 117%;
	letter-spacing: 0.02em;
	color: #292C46;
	padding: 4px 0 2px;
}
.laynee-details p
{
	font-size: 9px;
	letter-spacing: 0.02em;
	color: #95288f;
}
.laynee-details {
	position: absolute;
    margin: 0;
    left: 42px;
	margin: 0;
	width: 0;
	overflow: hidden;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.laynee-outer:hover .laynee-details 
{
	width: auto;
	margin: 0 10px;
}
.prospects-inner3
{
	background: #C4F1FF;
}
.prospects-left3
{
	background: #448AF7;
}
.prospects-inner4
{
	background: #FFE2E6;
}

.prospects-left4
{
	background: #E64242;
}




.simplebar-content {
	float: left;
	width: 100%;
}
.mobile-user-name {
	font-size: 12px;
	line-height: 20px;
	text-transform: capitalize;
	color: #4C5277;
	padding: 19px 0 13px 20px;
	display: none;
	float: left;
	position: absolute;
	bottom: 0;
}

@-webkit-keyframes pulse {
0% {
	-webkit-box-shadow: 0 0 0 0  rgba(0, 0, 0, 0.9);
}
70% {
	-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.6);
}
100% {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
}
}
@keyframes pulse {
0% {
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

100% {
	-moz-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.0);
	box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.0);
}
}



/*====================================property-pool page css start===========================================*/
.property-pool-outer
{
	padding: 45px;
}

.property-pool-content {
	padding: 13px 0 0 0;
}
.property-pool-tabs li 
{
	float: left;
	margin: 0 9px 0 0;
}


.property-pool-tabs li a, .button
{
	background: #FFFFFF;
border-radius: 100px;
font-size: 11px;
line-height: 12px;
letter-spacing: -0.01em;
text-transform: uppercase;
padding: 9px 20px 8px;
float: left;
color: #818297;
cursor:pointer;
}

.button {
	background: #448AF7;
    color: #FFFFFF;
    font-size: 14px;
    padding: 15px 30px;
}

.property-pool-tabs li a:hover, .property-pool-tabs li.active a{
	background: #448AF7;
	color: #FFFFFF;
}

.property-pool-view-outer ul
{
	float: right;
}
.property-pool-view-outer li
{
	float: left;
	margin: 0 0 0 8px;
}
.property-pool-view-outer li a{
	padding: 6px;
	 float: left;
	 border: 1px solid transparent;
	border-radius: 5px;
	
}
.property-pool-view-outer li a:hover, .property-pool-view-outer li.active-view a
{
	border: 1px solid #95288F;
	background: #fff;
}

.property-pool-view-outer li a img {
	width: 20px;
}

.property-pool-content .row {
	margin-left: -10px;
	margin-right: -10px;
}
.property-pool-single-outer {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.property-pool-single {
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
}

.single-top-image-tagline {
	font-size: 9px;
	line-height: 12px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #292C46;
	background: #FFC611;
	border-radius: 60px 0 0 60px;
	position: absolute;
	top: 16px;
	right: 0;
	padding: 7px 8px 6px 10px;
}
.single-top-image-tagline img {
	float: left;
	margin: 1px 4px 0 0;
}
.property-price
{
	background: rgba(23, 27, 53, 0.63);
	border-radius: 4px 0 0 4px;
	padding: 10px 10px 9px 10px;
	position: absolute;
	right: 0;
	bottom: 16px;
	font-size: 14px;
	line-height: 13px;
	text-align: right;
	text-transform: uppercase;
	color: #FFFFFF;
}
.property-price small
{
	font-size: 10px;
	display: block;
}

.single-top-content 
{
	text-align: center;
}
.single-top-content h2
{
	padding: 14px 0 8px;
	font-size: 15px;
	line-height: 12px;
	letter-spacing: -0.01em;
	color: #292C46;
}
.single-top-content h2 a {
	display: inline-block;
	margin: 0px 0 0px 2px;
	position: relative;
	top: -1px;
}
.single-top-content p {
	font-size: 10px;
	line-height: 12px;
	color: #86878F;
	padding: 0 0 10px;
	font-style: italic;
}
.single-top-room-features
{
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
}
.single-top-room-features li {
	float: left;
	width: 25%;
	border-right: 1px solid #eaeaea;
}
.single-top-room-features li:last-child
{
	border: none;
}
.single-top-room-features li a {
	float: left;
	width: 100%;
	padding: 5px 0 5px;
}
.single-top-room-features li a span {
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: -0.01em;
	color: #292C46;
	margin: 0 0 0 3px;
	padding: 4px 0 0 0;
}
.shortlisted-outer {
	padding: 20px 10px;
}
.shortlisted-outer ul{
	float: left;
}
.shortlisted-outer li {
	float: left;
	margin-right: 6px;
}
.shortlisted-outer li:last-child
{
	margin-right: 0;
}
.shortlisted-outer li a
{
	height: 23px;
	width: 23px;
	float: left;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #B3B7BD;
}
.shortlisted-outer li a.active
{
	border: 1px solid #95288f;
	background: #95288f;
}
.shortlisted-outer li a.active img
{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.shortlisted-outer li a svg, .shortlisted-outer li a img {
	height: auto;
	display: inline-block;
	vertical-align: middle;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}


.shortlisted-outer li a svg path {
	fill: #B3B7BD ;
}
.shortlisted-outer li a svg circle{
	fill: #fff ;
}

.shortlisted-outer li a.active svg path {
	fill: #fff ;
}
.shortlisted-outer li a.active svg circle{
	fill: #95288f ;
}
.shortlisted-outer select {
	float: right;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #4c5277;
	font-size: 12px;
	color: #292c46;
	padding: 1px 19px 2px 7px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	background: url(../images/arrow-down.png) no-repeat center right 8px;
	background-size: 10px;
}
.property-single-bottom
{
	border-top: 1px solid #EAEAEA;
}
.property-single-bottom li {
	float: left;
	width: 50%;
	text-align: center;
	border-right: 1px solid #EAEAEA;
}
.property-single-bottom li:last-child
{
	border-right:none;
}
.property-single-bottom li a {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #86878F;
	float: left;
	padding: 11px 0;
	width: 100%;
	min-height: 36px;
}


.property-single-bottom li a img {
	margin: 0 2px 0 0;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.single-top-active2 .property-single-bottom li.activity a
{
	background: #7E8087;
	color: #fff;
}
.single-top-active3 .property-single-bottom li.stats a
{
	background: #5CC0A5;
	color: #fff;
}
.single-top-active2 .property-single-bottom li.activity a img

{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.single-top-active3 .property-single-bottom li.stats a img
{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.property-single-bottom li a span {
	padding: 0px 0 0;
	display: inline-block;
	position: relative;
	top: 1px;
}
.property-single-bottom li.activity  a
{
	background: #EDEEF2;
}
.property-single-bottom li.stats  a
{
	background: #F6F6F6;
	color: #5CC0A5;
}


.single-top-second-view {
	padding: 13px;
	position: absolute;
	left: 100%;
	background: #fff;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}

.single-top-active2 .single-top-second-view
{
	left: 0;
}

.property-second-view-top h3
{
	font-size: 13px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #292C46;
}
.property-second-view-top h3 span {
	float: left;
	margin: -2px 5px 0 0;
	width: 17px;
}
.property-second-view-content h4 {
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	color: #86878F;
	margin: 17px 0 4px 0;
	font-style: italic;
}
.property-second-view-content table {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	font-size: 7px;
	line-height: 20px;
	text-transform: capitalize;
	color: #4F505C;
}
.property-second-view-content  tr
{
	border-bottom: 1px solid #D8D8D8;

}
.property-second-view-content tbody tr
{
	background: #F5F5F5;
}
.property-second-view-content tbody tr:nth-child(2n)
{
	background: #fff;
}
.property-second-view-content  tr
{
	border-bottom: 1px solid #D8D8D8;
}
.property-second-view-content  th, .property-second-view-content  td
{
	padding: 4px 4px;
	font-weight: normal;
}
.back-btn {
	position: absolute;
	right: -14px;
	top: -3px;
}
.back-btn a {
	background: #E7E9ED;
	border: 1px solid #D8D8D8;
	border-radius: 60px 0 0 60px;
	float: right;
	font-size: 9px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #292C46;
	padding: 3px 12px 2px 14px;
}
.back-btn a img {
	float: right;
	margin: 2px 0 0 4px;
}

.single-top-third-view {
	position: absolute;
	left: 100%;
	background: #fff;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.single-top-active3 .single-top-third-view
{
	left: 0%;
}
.single-top-third-outer
{
	padding: 13px;
}
.single-top-third-outer svg
{
	margin: 15px 0 0 0;
}
.get-report-values
{
	border-top:1px solid #EAEAEA; 
	border-bottom:1px solid #EAEAEA; 
}
.get-report-values li 
{
	float: left;
	width: 33.33%;
	padding: 6px 0;
	border-right: 1px solid #EAEAEA;
}
.get-report-values li:last-child
{
	border-right: none;
}
.get-report-values li span
{
	font-size: 8px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: capitalize;
	color: #868896;
	display: block;
}
.get-report-values li strong
{
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.03em;
	display:block;
	text-transform: uppercase;
	font-weight: normal;
	color: #000000;
	padding: 2px 0 0 0;
}
.get-report-listing {
	padding: 4px 18px 8px;
}
.get-report-listing ul{
	float: left;
	width: 50%;

}
.get-report-listing ul:nth-child(2)
{
	float: right;
	text-align: right;
}
.get-report-listing li
{
	font-size: 8px;
	line-height: 20px;
	font-family: 'MuseoSans 300';
	text-transform: capitalize;
	color: #868896;
}
.get-report-listing li strong
{
	font-family: 'MuseoSans 500';
	font-weight: normal;
}
.get-report-btn
{
	text-align: center;
	padding: 0 0 12px 0;
}
.get-report-btn a
{
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	background: #448AF7;
	border-radius: 100px;
	padding: 8px 22px 7px;
	color: #FFFFFF;
}
/*=====================================property-pool page css end============================================*/

 

/*====================================property-pool page css start===========================================*/
.property-pool-outer {
	padding: 25px;
}

.property-pool-content {
	padding: 13px 0 0 0;
}
.property-pool-tabs li 
{
	float: left;
	margin: 0 9px 0 0;
}
.property-pool-tabs li a
{
	background: #FFFFFF;
border-radius: 100px;
font-size: 11px;
line-height: 12px;
letter-spacing: -0.01em;
text-transform: uppercase;
padding: 9px 20px 8px;
float: left;
color: #818297
}

.property-pool-tabs li a:hover, .property-pool-tabs li.active a{
	background: #448AF7;
	color: #FFFFFF;
}

.property-pool-view-outer ul
{
	float: right;
}
.property-pool-view-outer li
{
	float: left;
	margin: 0 0 0 8px;
}
.property-pool-view-outer li a{
	padding: 6px;
	 float: left;
	 border: 1px solid transparent;
	border-radius: 5px;
	
}
.property-pool-view-outer li a:hover, .property-pool-view-outer li.active-view a
{
	border: 1px solid #95288F;
	background: #fff;
}

.property-pool-view-outer li a img {
	width: 20px;
}

.property-pool-content .row {
	margin-left: -10px;
	margin-right: -10px;
}
.property-pool-single-outer {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.property-pool-single {
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
}

.single-top-image-tagline {
	font-size: 9px;
	line-height: 12px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #292C46;
	background: #FFC611;
	border-radius: 60px 0 0 60px;
	position: absolute;
	top: 16px;
	right: 0;
	padding: 7px 8px 6px 10px;
}
.single-top-image-tagline img {
	float: left;
	margin: 1px 4px 0 0;
}
.property-price
{
	background: rgba(23, 27, 53, 0.63);
	border-radius: 4px 0 0 4px;
	padding: 10px 10px 9px 10px;
	position: absolute;
	right: 0;
	bottom: 16px;
	font-size: 14px;
	line-height: 13px;
	text-align: right;
	text-transform: uppercase;
	color: #FFFFFF;
}
.property-price small
{
	font-size: 10px;
	display: block;
}

.single-top-content 
{
	text-align: center;
}
.single-top-content h2
{
	padding: 14px 0 8px;
	font-size: 15px;
	line-height: 12px;
	letter-spacing: -0.01em;
	color: #292C46;
}
.single-top-content h2 a {
	display: inline-block;
	margin: 0px 0 0px 2px;
	position: relative;
	top: -1px;
}
.single-top-content p {
	font-size: 10px;
	line-height: 12px;
	color: #86878F;
	padding: 0 0 10px;
	font-style: italic;
}
.single-top-room-features
{
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
}
.single-top-room-features li {
	float: left;
	width: 25%;
	border-right: 1px solid #eaeaea;
}
.single-top-room-features li:last-child
{
	border: none;
}
.single-top-room-features li a {
	float: left;
	width: 100%;
	padding: 5px 0 5px;
}
.single-top-room-features li a span {
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: -0.01em;
	color: #292C46;
	margin: 0 0 0 3px;
	padding: 4px 0 0 0;
}
.shortlisted-outer {
	padding: 20px 10px;
}
.shortlisted-outer ul{
	float: left;
}
.shortlisted-outer li {
	float: left;
	margin-right: 6px;
}
.shortlisted-outer li:last-child
{
	margin-right: 0;
}
.shortlisted-outer li a
{
	height: 23px;
	width: 23px;
	float: left;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #B3B7BD;
}
.shortlisted-outer li a.active
{
	border: 1px solid #95288f;
	background: #95288f;
}
.shortlisted-outer li a.active img
{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.shortlisted-outer li a svg, .shortlisted-outer li a img {
	height: auto;
	display: inline-block;
	vertical-align: middle;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}


.shortlisted-outer li a svg path {
	fill: #B3B7BD ;
}
.shortlisted-outer li a svg circle{
	fill: #fff ;
}

.shortlisted-outer li a.active svg path {
	fill: #fff ;
}
.shortlisted-outer li a.active svg circle{
	fill: #95288f ;
}
.shortlisted-outer select {
	float: right;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #4c5277;
	font-size: 12px;
	color: #292c46;
	padding: 1px 19px 2px 7px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	background: url(../images/arrow-down.png) no-repeat center right 8px;
	background-size: 10px;
}
.property-single-bottom
{
	border-top: 1px solid #EAEAEA;
}
.property-single-bottom li {
	float: left;
	width: 50%;
	text-align: center;
	border-right: 1px solid #EAEAEA;
}
.property-single-bottom li:last-child
{
	border-right:none;
}
.property-single-bottom li a {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #86878F;
	float: left;
	padding: 11px 0;
	width: 100%;
	min-height: 36px;
}


.property-single-bottom li a img {
	margin: 0 2px 0 0;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.single-top-active2 .property-single-bottom li.activity a
{
	background: #7E8087;
	color: #fff;
}
.single-top-active3 .property-single-bottom li.stats a
{
	background: #5CC0A5;
	color: #fff;
}
.single-top-active2 .property-single-bottom li.activity a img

{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.single-top-active3 .property-single-bottom li.stats a img
{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.property-single-bottom li a span {
	padding: 0px 0 0;
	display: inline-block;
	position: relative;
	top: 1px;
}
.property-single-bottom li.activity  a
{
	background: #EDEEF2;
}
.property-single-bottom li.stats  a
{
	background: #F6F6F6;
	color: #5CC0A5;
}


.single-top-second-view {
	padding: 13px;
	position: absolute !important;
	left: 100%;
	height: 100%;
	background: #fff;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}

.single-top-active2 .single-top-second-view
{
	left: 0;
}

.property-second-view-top h3
{
	font-size: 13px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #292C46;
}
.property-second-view-top h3 span {
	float: left;
	margin: -2px 5px 0 0;
	width: 17px;
}
.property-second-view-content h4 {
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	color: #86878F;
	margin: 17px 0 4px 0;
	font-style: italic;
}
.property-second-view-content table {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	font-size: 8px;
	line-height: 20px;
	text-transform: capitalize;
	color: #4F505C;
}
.property-second-view-content  tr
{
	border-bottom: 1px solid #D8D8D8;

}
.property-second-view-content tbody tr
{
	background: #F5F5F5;
}
.property-second-view-content tbody tr:nth-child(2n)
{
	background: #fff;
}
.property-second-view-content  tr
{
	border-bottom: 1px solid #D8D8D8;
}
.property-second-view-content th, .property-second-view-content td {
	padding: 4px 3px;
	font-weight: normal;
}
.back-btn {
	position: absolute;
	right: -13px;
	top: -3px;
}
.back-btn a {
	background: #E7E9ED;
	border: 1px solid #D8D8D8;
	border-radius: 60px 0 0 60px;
	float: right;
	font-size: 9px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #292C46;
	padding: 3px 12px 2px 14px;
}
.back-btn a img {
	float: right;
	margin: 2px 0 0 4px;
}

.single-top-third-view {
	position: absolute !important;
	left: 100%;
	height: 100%;
	background: #fff;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.single-top-active3 .single-top-third-view
{
	left: 0%;
}
.single-top-third-outer
{
	padding: 13px;
}
.single-top-third-outer svg
{
	margin: 15px 0 0 0;
}
.get-report-values
{
	border-top:1px solid #EAEAEA; 
	border-bottom:1px solid #EAEAEA; 
}
.get-report-values li 
{
	float: left;
	width: 33.33%;
	padding: 6px 0;
	border-right: 1px solid #EAEAEA;
}
.get-report-values li:last-child
{
	border-right: none;
}
.get-report-values li span {
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: capitalize;
	color: #868896;
	display: block;
}
.get-report-values li strong {
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.03em;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	color: #000000;
	padding: 2px 0 0 0;
}
.get-report-listing {
	padding: 7px 8px 8px;
}
.get-report-listing ul{
	float: left;
	width: 50%;

}
.get-report-listing ul:nth-child(2)
{
	float: right;
	text-align: right;
}
.get-report-listing li {
	font-size: 10px;
	line-height: 18px;
	font-family: 'MuseoSans 300';
	text-transform: capitalize;
	color: #868896;
}
.get-report-listing li strong
{
	font-family: 'MuseoSans 500';
	font-weight: normal;
}
.get-report-btn
{
	text-align: center;
	padding: 0 0 12px 0;
}
.get-report-btn a
{
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	background: #448AF7;
	border-radius: 100px;
	padding: 8px 22px 7px;
	color: #FFFFFF;
}


.admin-list-view  .admin-list-inner {

	width: 100%;
}
.admin-list-view  .admin-list-inner .admin-list
{
	min-width: 1050px;
}
.admin-list
{
	margin: 15px 0 0 0;
}
.admin-list table
{
	width: 100%;
	margin-bottom:50px;
}
.admin-list > table
{
	border: 1px solid #D7D7D7;
	border-radius: 4px;
	font-family: 'MuseoSans 300';
}
.admin-list thead {
	background: #EFF1F7;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #D7D7D7;
}

.admin-list thead th{
	font-size: 9px;
	line-height: 10px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #9799A7;
	font-weight: normal;
	padding: 15px;
}
.admin-list > table > tbody
{
	background: #fff;
}
.admin-list > table > tbody > tr 
{
	border-bottom: 1px solid #D7D7D7;
}
.admin-list > table > tbody > tr:last-child
{
	border-bottom:none;
}
.admin-list > table > tbody > tr:nth-child(2n)
{
	background: #F5F5F8;
}
.admin-list > table > tbody > tr > td {
	padding: 10px;
}
.admin-list > table > tbody > tr > td.property-pool-client {
	padding-right: 0;
}

/*property-pool-list view css start*/



.property-pool-list-view  .property-pool-list-inner {

	width: 100%;
}
.property-pool-list-view  .property-pool-list-inner .property-pool-list
{
	min-width: 1050px;
}
.property-pool-list
{
	margin: 15px 0 0 0;
}
.property-pool-list table
{
	width: 100%;
}
.property-pool-list > table
{
	border: 1px solid #D7D7D7;
	border-radius: 4px;
	font-family: 'MuseoSans 300';
}
.property-pool-list thead {
	background: #EFF1F7;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #D7D7D7;
}

.property-pool-list thead th{
	font-size: 9px;
	line-height: 10px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #9799A7;
	font-weight: normal;
	padding: 15px;
}
.property-pool-list > table > tbody
{
	background: #fff;
}
.property-pool-list > table > tbody > tr 
{
	border-bottom: 1px solid #D7D7D7;
}
.property-pool-list > table > tbody > tr:last-child
{
	border-bottom:none;
}
.property-pool-list > table > tbody > tr:nth-child(2n)
{
	background: #F5F5F8;
}
.property-pool-list > table > tbody > tr > td {
	padding: 10px;
}
.property-pool-list > table > tbody > tr > td.property-pool-client {
	padding-right: 0;
}

.property-pool-client strong
{
	font-size: 11px;
	line-height: 12px;
	color: #292C46;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	font-family: 'MuseoSans 500';
}
.property-pool-client span
{
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 0.02em;
	color: #292C46;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	
}
.property-pool-client p {
	background: #0079BF;
	border-radius: 50px;
	font-size: 8px;
	line-height: 10px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
	padding: 3px 8px 3px;
	margin: 3px 0 0 0;
}
.property-pool-client-right {
	padding: 0 0 0 14px;
	max-width: 160px;
}
.property-pool-client-left img
{
	border-radius: 5px;
}
.property-pool-config {
	max-width: 210px;
	float: left;
}
.property-pool-config tr{
	border-bottom: 1px solid #EAEAEA;
}
.property-pool-config tr:last-child, .property-pool-config td:last-child{
	border: none;
}
.property-pool-config td {
	padding: 6px;
	border-right: 1px solid #EAEAEA;
}
.property-pool-config td span
{
	font-size: 11px;
	line-height: 12px;
	letter-spacing: -0.01em;
	color: #292C46;
	font-family: 'MuseoSans 500';
	padding: 0 0 0 3px;
}
.property-pool-land span
{
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 0.02em;
	color: #292C46;
}


.property-pool-status select, .chef_select {
	float: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #4c5277;
	font-size: 10px;
	color: #292c46;
	padding: 3px 28px 4px 16px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	background: url(../images/arrow-down.png) no-repeat center right 8px;
	background-size: 9px;
	font-style: italic;
}



.property-pool-action li, .property-pool-action2 li  {
	float: left;
	margin-right: 6px;
	text-align: center;
}
.property-pool-action li:last-child, .property-pool-action2 li a:last-child
{
	margin-right: 0;
}
.property-pool-action li a, .property-pool-action2 li a
{
	height: 23px;
	width: 23px;
	float: left;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #B3B7BD;
}
.property-pool-action li a.active
{
	border: 1px solid #95288f;
	background: #95288f;
}
.property-pool-action li a.active img
{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.property-pool-action li a svg, .property-pool-action li a img, .property-pool-action2 li a img {
	height: auto;
	display: inline-block;
	vertical-align: middle;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}


.property-pool-action li a svg path {
	fill: #B3B7BD ;
}
.property-pool-action li a svg circle{
	fill: #fff ;
}

.property-pool-action li a.active svg path {
	fill: #fff ;
}
.property-pool-action li a.active svg circle{
	fill: #95288f ;
}

.property-pool-action2 li a img{
	margin: 0 0 2px 0;
	filter: brightness(0) invert(1);
}
.property-pool-action2 {
	padding: 5px 0 0px 29px;
}
.property-pool-action2 li:first-child a
{
	background: #7E8087;
	border-color: #7E8087;
}
.property-pool-action2 li:last-child a
{
	background: #5CC0A5;
	border-color: #5CC0A5;
}



.activity-log-view {
	padding: 13px;
	background: #fff;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	border-radius: 4px;
}
.stats-log-view
{
	background: #fff;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	border-radius: 4px;
}

.modal-dialog {
	width: 300px;
	margin: 0 auto;
	top: 50%;
}
.modal.in .modal-dialog
{
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.modal-content
{
	display: inline-block;
	width: 100%;
}
/*property-pool-list view css end*/


/*=====================================property-pool page css end============================================*/

/*=====================================login page css start============================================*/

.login-outer
{
	height: 100vh;
}
.login-left
{
	height: 100%;
	background: url(../images/login-left.png) no-repeat center top; 
	background-size:cover; 	
}
.login-left::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(323.33deg, #952A93 4.98%, #99074F 92.09%);
	opacity: .5;
}
.login-right
{
	background: #171B35;
	height: 100%;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
text-align: center;
}

.login-right-top img
{
	width: 276px;
}
.login-right-inner {
	width: 50%;
	margin: 0% 25% 0;
	height: 100%;
	padding: 4% 0 0 0;
}
.login-right-center {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	z-index: 1;
}
.login-right-center h1
{
font-weight: bold;
font-size: 37px;
line-height: 49px;
font-family: 'Playfair Display', serif;
color: #FFF9F9;
}
.login-right-center p {
	font-size: 16px;
	line-height: 19px;
	font-style: italic;
	color: #FFFFFF;
	padding: 11px 0 35px;
}
.login-right-center  form
{
	background: #FFFFFF;
	border: 0.5px solid #D0D0D0;
	border-radius: 5px;
	display: inline-block;
}
.login-right-center form .login-input {
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 15px;
	height: 62px;
	line-height: 18px;
	color: #A5A5A5;
	padding: 0 10px 0 43px;
}
.login-right-center form span {
	position: absolute;
	top: 19px;
	left: 18px;
	width: 15px;
}
.login-btn {
	background: linear-gradient(91.3deg, #98064E 5.13%, #942992 80.17%);
	border-radius: 90px;
	padding: 0;
	border: none;
	margin: 27px 0;
	height: 50px;
	width: 171px;
	font-size: 13px;
	line-height: 12px;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	font-family: 'MuseoSans 500';
}
.login-btn:hover {
	background: linear-gradient(91.3deg, #942992  5.13%, #98064E 80.17%);
}
.login-right-center a
{
	font-size: 15px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #FFFFFF;
	display: inline-block;
	margin: 20px 0 0 ;
}
.login-right-bottom a
{
	border: 1px solid #585D7B;
	line-height: 50px;
	border-radius: 90px;
	font-size: 13px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	max-width: 360px;
	color: #FFFFFF;
}
.login-right-bottom {
	position: absolute;
	bottom: 40px;
}
.login-right-bottom a:hover{
	background: linear-gradient(91.3deg, #98064E 5.13%, #942992 80.17%);
	border-color: transparent;
}
/*======================================login page css end=============================================*/


/*======================================Document page css start=======================================*/

.dashboard-content-part {
	padding: 0;
}

.document-top {
	background: #363C66;
	padding: 65px 20px 125px 20px;
}
.document-top-image
{
	float: left;
}
.document-top-image img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.document-top-image-right
{
	float: left;
	padding: 17px 0 0 26px;
}
.document-top-image-right h1
{
	font-size: 15px;
	line-height: 117%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.document-top-image-right p
{
	font-size: 13px;
	line-height: 10%;
	letter-spacing: 0.02em;
	padding: 10px 0 0;
	font-style: italic;
	color: #FFFFFF;
}
.document-top-right {
	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	border-radius: 4px;
	padding: 11px 19px;
	width: auto;
	float: right;
	margin: 10px 0 0 0;
}
.document-content {
	padding: 0px 20px 45px 20px;
	margin-top: -58px;
}
.document-activity-log
{
	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 25px;
}
.document-activity-title {
	padding: 18px 30px;
}
.document-activity-title-left
{
	float: left;
}
.document-activity-title-left h2
{
	font-size: 15px;
line-height: 20px;
letter-spacing: -0.01em;
text-transform: uppercase;
color: #000000;
}
.document-activity-title-right {
	float: right;
}
.document-activity-title-right ul{
	float: left;
}
.document-activity-title-right li{
	float: left;
	margin-right:15px; 
}
.document-activity-title-right li:last-child
{
	margin-right: 0;
}
.document-activity-title-right li a
{
	font-size: 9px;
	line-height: 11px;
	background: #FFFFFF;
	border: 1px solid #4C5277;
	border-radius: 18px;
	letter-spacing: 0.02em;
	color: #292C46;
	padding: 4px 14px 3px;
	float: left;
	font-style: italic;
}
.document-activity-title-icon {
	float: right;
	margin: 2px 0 0 15px;
}
.document-activity-title-icon a, .document-activity-title-icon a svg{
	float: left;
}
.rotate-icon {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.document-activity-content table
{
	width: 100%;
}
.document-activity-content thead tr
{
	background: #EFF1F7;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	border-radius: 4px;
	
}
.document-activity-content thead th
{
	padding: 10px 15px;
	font-size: 9px;
	line-height: 10px;
	letter-spacing: 0.02em;
	font-weight: normal;
	font-family: 'MuseoSans 300';
	text-transform: uppercase;
	color: #9B9EB4;
}

.document-activity-content tbody td
{
	font-size: 11px;
	line-height: 10px;
	letter-spacing: 0.02em;
	padding: 10px 15px;
	font-weight: normal;
	font-family: 'MuseoSans 300';
	color: #292C46;
}
.document-activity-content tbody td.activity
{
	font-size: 12px;
	font-family: 'MuseoSans 500';
}
.document-activity-content tbody tr:nth-child(2n){
	background: #F7F7F7;
}


.strategy-outer
{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 25px 24px 30px;
	display: none;
}
.strategy-budget {
	width: 15%;
	float: left;
}
.strategy-top h3 {
	font-size: 11px;
	line-height: 13px;
	color: #4A4A4A;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}
.strategy-top input {
	border:0;
	background-color: transparent;
}

.strategy-top strong, .strategy-top input
{
	font-size: 14px;
	line-height: 117%;
	letter-spacing: 0.02em;
	font-family: 'MuseoSans 500';
	color: #95288F;
	font-weight: normal;
}
.strategy-yield {
	width: 13%;
	float: left;
}
.strategy-block {
	float: left;
	width: 14%;
}
.strategy-search-area {
	float: left;
	width: 33%;
}
.strategy-search-area li 
{
	float: left;
	margin-right: 5px;
}
.strategy-search-area li a
{
	background: #E2E4EC;
	border-radius: 50px;
	float: left;
	font-size: 9px;
	line-height: 10px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 7px 14px;
	color: #45495A;	
}
.strategy-search-area li a:hover, .strategy-search-area li a.active
{
	background: #5CC0A5;
	color: #fff;
}
.strategy-prefrence {
	float: left;
	width: 25%;
}
.strategy-prefrence ul li 
{
	float: left;
	margin-right: 3px;
}
.strategy-prefrence ul li:last-child
{
	margin-right: 0;
}
.strategy-prefrence ul li a
{
	background: #E2E4EC;
	border-radius: 50px;
	float: left;
	font-size: 9px;
	line-height: 26px;
	width:26px;
	text-align: center;
	height: 26px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #45495A;	
}
.strategy-prefrence ul li a:hover, .strategy-prefrence ul li a.active
{
	background: #5CC0A5;
	color: #fff;
}


.strategy-prefrence ol {
	margin: 9px 0 0 0;
	display: inline-block;
	width: 100%;
}
.strategy-prefrence ol li {
	float: left;
	margin-right: 8px;
}
.strategy-prefrence ol li a {
	font-size: 8px;
	line-height: 10px;
	background: #FFFFFF;
	border: 1px solid #4C5277;
	border-radius: 18px;
	letter-spacing: 0.02em;
	color: #292C46;
	padding: 2px 10px 1px;
	float: left;
	font-style: italic;
}
.strategy-prefrence ol li a:hover, .document-activity-title-right li a:hover
{
	color:#fff;
	background: #448af7;
	border-color: #448af7;
}
.strategy-bottom {
	padding: 13px 0 0 0;
}
.strategy-bottom ul 
{
	display: inline-block;
}
.strategy-bottom ul li 
{
	float: left;
	margin: 0;;
}
.strategy-height {
	min-height: 90px;
}

.strategy-bottom ul li a {
	background: #FFFFFF;
	border: 1px solid #9B9B9B;
	float: left;
	box-sizing: border-box;
	border-radius: 50px;
	width: 12px !important;
	margin: 1px !important;
	height: 12px !important;
	padding: 0;
}
.strategy-bottom ul li a:hover, .strategy-bottom ul li a.selected{
	background: #448af7;
	border-color: #448af7;
}
.strategy-bottom h4
{
	font-size: 12px;
line-height: 12px;
letter-spacing: 0.02em;
color: #292C46;
padding: 4px 0 0 0;
float: left;
width: 100%;

}

.locality-outer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 15px 5px 15px;
	display: none;
}

.document-locality {
	border-top: 1px solid #EAEAEA;
	padding: 7px 10px 21px;
}
.document-locality span {
	font-size: 8px;
	line-height: 10px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #9799A7;
	display: inline-block;
	width: 100%;
}
.document-locality strong
{
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.02em;
	color: #292C46;
	font-weight: normal;
	float: left;
	width:100%;
}
.document-locality-budget {
	float: left;
	width: 29%;
}
.document-locality-est-price {
	float: left;
	width: 50%;
	padding: 0 0 0 10px;
}
.document-locality-yield {
	float: left;
	width: 21%;
}

.document-reject a
{
	background: #EDEEF2;
	border-top: 1px solid #D8D8D8;
	font-size: 9px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #86878F;
	width: 100%;
	float: left;
	padding: 6px 0 8px;
	text-align: center;
}
.document-reject a:hover
{
	background: #86878F;
	color: #fff;
}


.document-reject-right a
{
	background: #EDEEF2;
	border-top: 1px solid #D8D8D8;
	font-size: 9px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #86878F;
	width: 50%;
	float: right;
	padding: 6px 0 8px;
	text-align: center;
}
.document-reject-right a:hover
{
	background: #86878F;
	color: #fff;
}


.document-view-left a
{
	background: #EDEEF2;
	border-top: 1px solid #D8D8D8;
	font-size: 9px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #86878F;
	width: 50%;
	float: left;
	padding: 6px 0 8px;
	text-align: center;
}
.document-view-left a:hover
{
	background: #86878F;
	color: #fff;
}

.document-view a
{
	background: #EDEEF2;
	border-top: 1px solid #D8D8D8;
	font-size: 9px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #86878F;
	width: 100%;
	float: left;
	padding: 6px 0 8px;
	text-align: center;
}
.document-view a:hover
{
	background: #86878F;
	color: #fff;
}



.document-right-outer {
	padding: 0 0 0 30px;
}
.document-rightbar
{
	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	border-radius: 4px
}
.document-rightbar-title
{
	padding: 15px 26px 15px 30px;
}
.document-rightbar-title h2 {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #000000;
	float: left;
	margin: 3px 0 0 0;
}
.document-rightbar  a
{
	font-size: 9px;
	line-height: 12px;
	float: right;
	background: #448AF7;
	border-radius: 90px;	
	letter-spacing: -0.01em;
	text-transform: uppercase;
	padding: 7px 21px;
	color: #FFFFFF;
}

.document-rightbar-content
{
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 20px 20px 10px 47px;
}
.document-rightbar-content .col-xs-12.pad-none {
	margin-bottom: 15px;
}
.document-rightbar-content img {
	position: absolute;
	left: -28px;
	top: 6px;
}
.document-rightbar-content label {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #A5A5A5;
	margin: 0;
}
.document-rightbar-content input {
	float: left;
	width: 100%;
	border: 1px solid ;
	font-size: 13px;
	line-height: 117%;
	letter-spacing: 0.02em;
	color: #95288F;
}
.document-rightbar-content input[readonly=""]
{
	border: 1px solid transparent;
}
.document-rightbar-content .col-xs-12.pad-none {
	margin-bottom: 15px;
}


.locality-outer .shortlisted-outer li {
	margin-right: 4px;
}

.locality-outer .shortlisted-outer li a {
	height: 21px;
	width: 21px;
}
.locality-outer .shortlisted-outer {
	padding: 20px 8px;
}
.locality-outer .shortlisted-outer select {
	font-size: 11px;
	padding: 1px 17px 1px 5px;
	background: url(../images/arrow-down.png) no-repeat center right 6px;
	background-size: 8px;
}
.locality-outer .shortlisted-outer li a svg, .locality-outer .shortlisted-outer li a img {
	top: -1px;
	max-height: 15px;
	position: relative;
}


/*======================================Document page css end=======================================*/


/*======================================Our team page css Start=======================================*/

.team-header {
	padding-right: 20px;
}
.team-header-right {
	float: right;
	width: auto;
	padding: 5px 0 0 0;
}
.team-header-right ul
{
	float: left;
}
.team-header-right li 
{
	float: left;
	margin: 0 0 0 10px;
}
.team-header-right li a
{
	padding: 5px 20px;
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	border-radius: 2px;
	
}

.team-header-right li a:hover, .team-header-right li a.active
{
	background: #3e7ce5;
}


.team-banner-outer
{
	background: url(../images/team-banner.png) no-repeat center top;
	text-align: center;
	background-size:cover; 
}
.team-banner-inner {
	padding: 204px 0 102px 0;
}
.team-banner-inner h1 {
	font-size: 41.5px;
	color: #fff;
}
.team-banner-inner p {
	padding: 34px 0 28px 0px;
	font-size: 19px;
	color: #fff;
}
.team-banner-inner a {
	font-size: 18px;
	font-weight: bold;
	padding: 13px 40px;
	display: inline-block;
	min-width: 305px;
	border: 1px solid #fff;
	border-radius: 7px;
	background: #2187e7;
	color: #fff;
}
.banner-bottom svg {
	width: 60px;
	height: 60px;
}
.banner-bottom {
	padding: 0 0 20px 0;
}

.senior-team-members
{
	padding: 120px 0 180px;
}
.senior-team-members h2
{
	font-weight: bold;
	font-size: 45px;
	line-height: 40px;
	letter-spacing: -0.01em;
	text-transform: capitalize;
	font-family: 'Playfair Display', serif;
	color: #000000;
	padding: 0 0 40px 0;
}
.senior-team-single-image {
	float: left;
	width: 100%;
}
.senior-team-single-content {
	position: absolute;
	left: 5%;
	width: 90%;
	background: #E6E6E6;
	bottom: -50px;
	padding: 19px 22px 15px;
	transition:.3s all ease;
	-webkit-transition:.3s all ease;
}
.senior-team-single-content:hover
{
	padding-top: 30px;
	background: linear-gradient(90.45deg, rgba(152, 6, 78, 0.95) 5.13%, rgba(148, 41, 146, 0.95) 80.17%);
}
.senior-team-single-content h3
{
	font-size: 25px;
	line-height: 117%;
	letter-spacing: 0.02em;
	color: #4A4A4A;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}

.senior-team-single-content span {
	font-size: 17px;
	line-height: 18px;
	font-family: 'MuseoSans 300';
	color: #4A4A4A;
	display: inline-block;
	font-style: italic;
	padding: 8px 0 0;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.senior-team-single-content:hover span, .senior-team-single-content:hover h3{
	color: #FFFFFF;
}
.senior-team-single-content p
{
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	padding: 15px 0 20px 0;
}

.senior-team-single-content-inner {
	height: 57px;
	overflow: hidden;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.senior-team-single-content:hover .senior-team-single-content-inner 
{
	height: inherit;
}
.senior-team-single-content li{
	float: left;
	margin: 0 20px 0  0;
}
/*======================================Our team page css end=======================================*/

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }


