body {
	font-size: 15px !important;
	line-height: 1.5 !important;
}
/* boostrap text css*/

.ps_fm_text-left {
	text-align: left
}
.ps_fm_text-right {
	text-align: right
}
.ps_fm_text-center {
	text-align: center
}
.ps_fm_text-justify {
	text-align: justify
}
.ps_fm_text-nowrap {
	white-space: nowrap
}
.ps_fm_text-lowercase {
	text-transform: lowercase
}
.ps_fm_text-uppercase {
	text-transform: uppercase
}
.ps_fm_text-capitalize {
	text-transform: capitalize
}
.ps_fm_text-muted {
	color: #777
}
.ps_fm_text-primary {
	color: #337ab7
}
a.ps_fm_text-primary:focus, a.ps_fm_text-primary:hover {
	color: #286090
}
.ps_fm_text-success {
	color: #3c763d
}
a.ps_fm_text-success:focus, a.ps_fm_text-success:hover {
	color: #2b542c
}
.ps_fm_text-info {
	color: #31708f
}
a.ps_fm_text-info:focus, a.ps_fm_text-info:hover {
	color: #245269
}
.ps_fm_text-warning {
	color: #8a6d3b
}
a.ps_fm_text-warning:focus, a.ps_fm_text-warning:hover {
	color: #66512c
}
.ps_fm_text-danger {
	color: #a94442
}
a.ps_fm_text-danger:focus, a.ps_fm_text-danger:hover {
	color: #843534
}
/* boostrap grid css*/

.ps_fm_row {
	margin-left: -15px;
	margin-right: -15px
}
.ps_fm_col-lg-1, .ps_fm_col-lg-10, .ps_fm_col-lg-11, .ps_fm_col-lg-12, .ps_fm_col-lg-2, .ps_fm_col-lg-3, .ps_fm_col-lg-4, .ps_fm_col-lg-5, .ps_fm_col-lg-6, .ps_fm_col-lg-7, .ps_fm_col-lg-8, .ps_fm_col-lg-9, .ps_fm_col-md-1, .ps_fm_col-md-10, .ps_fm_col-md-11, .ps_fm_col-md-12, .ps_fm_col-md-2, .ps_fm_col-md-3, .ps_fm_col-md-4, .ps_fm_col-md-5, .ps_fm_col-md-6, .ps_fm_col-md-7, .ps_fm_col-md-8, .ps_fm_col-md-9, .ps_fm_col-sm-1, .ps_fm_col-sm-10, .ps_fm_col-sm-11, .ps_fm_col-sm-12, .ps_fm_col-sm-2, .ps_fm_col-sm-3, .ps_fm_col-sm-4, .ps_fm_col-sm-5, .ps_fm_col-sm-6, .ps_fm_col-sm-7, .ps_fm_col-sm-8, .ps_fm_col-sm-9, .ps_fm_col-xs-1, .ps_fm_col-xs-10, .ps_fm_col-xs-11, .ps_fm_col-xs-12, .ps_fm_col-xs-2, .ps_fm_col-xs-3, .ps_fm_col-xs-4, .ps_fm_col-xs-5, .ps_fm_col-xs-6, .ps_fm_col-xs-7, .ps_fm_col-xs-8, .ps_fm_col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.ps_fm_col-xs-1, .ps_fm_col-xs-10, .ps_fm_col-xs-11, .ps_fm_col-xs-12, .ps_fm_col-xs-2, .ps_fm_col-xs-3, .ps_fm_col-xs-4, .ps_fm_col-xs-5, .ps_fm_col-xs-6, .ps_fm_col-xs-7, .ps_fm_col-xs-8, .ps_fm_col-xs-9 {
	float: left
}
.ps_fm_col-xs-12 {
	width: 100%
}
.ps_fm_col-xs-11 {
	width: 91.66666667%
}
.ps_fm_col-xs-10 {
	width: 83.33333333%
}
.ps_fm_col-xs-9 {
	width: 75%
}
.ps_fm_col-xs-8 {
	width: 66.66666667%
}
.ps_fm_col-xs-7 {
	width: 58.33333333%
}
.ps_fm_col-xs-6 {
	width: 50%
}
.ps_fm_col-xs-5 {
	width: 41.66666667%
}
.ps_fm_col-xs-4 {
	width: 33.33333333%
}
.ps_fm_col-xs-3 {
	width: 25%
}
.ps_fm_col-xs-2 {
	width: 16.66666667%
}
.ps_fm_col-xs-1 {
	width: 8.33333333%
}
.ps_fm_col-xs-pull-12 {
	right: 100%
}
.ps_fm_col-xs-pull-11 {
	right: 91.66666667%
}
.ps_fm_col-xs-pull-10 {
	right: 83.33333333%
}
.ps_fm_col-xs-pull-9 {
	right: 75%
}
.ps_fm_col-xs-pull-8 {
	right: 66.66666667%
}
.ps_fm_col-xs-pull-7 {
	right: 58.33333333%
}
.ps_fm_col-xs-pull-6 {
	right: 50%
}
.ps_fm_col-xs-pull-5 {
	right: 41.66666667%
}
.ps_fm_col-xs-pull-4 {
	right: 33.33333333%
}
.ps_fm_col-xs-pull-3 {
	right: 25%
}
.ps_fm_col-xs-pull-2 {
	right: 16.66666667%
}
.ps_fm_col-xs-pull-1 {
	right: 8.33333333%
}
.ps_fm_col-xs-pull-0 {
	right: auto
}
.ps_fm_col-xs-push-12 {
	left: 100%
}
.ps_fm_col-xs-push-11 {
	left: 91.66666667%
}
.ps_fm_col-xs-push-10 {
	left: 83.33333333%
}
.ps_fm_col-xs-push-9 {
	left: 75%
}
.ps_fm_col-xs-push-8 {
	left: 66.66666667%
}
.ps_fm_col-xs-push-7 {
	left: 58.33333333%
}
.ps_fm_col-xs-push-6 {
	left: 50%
}
.ps_fm_col-xs-push-5 {
	left: 41.66666667%
}
.ps_fm_col-xs-push-4 {
	left: 33.33333333%
}
.ps_fm_col-xs-push-3 {
	left: 25%
}
.ps_fm_col-xs-push-2 {
	left: 16.66666667%
}
.ps_fm_col-xs-push-1 {
	left: 8.33333333%
}
.ps_fm_col-xs-push-0 {
	left: auto
}
.ps_fm_col-xs-offset-12 {
	margin-left: 100%
}
.ps_fm_col-xs-offset-11 {
	margin-left: 91.66666667%
}
.ps_fm_col-xs-offset-10 {
	margin-left: 83.33333333%
}
.ps_fm_col-xs-offset-9 {
	margin-left: 75%
}
.ps_fm_col-xs-offset-8 {
	margin-left: 66.66666667%
}
.ps_fm_col-xs-offset-7 {
	margin-left: 58.33333333%
}
.ps_fm_col-xs-offset-6 {
	margin-left: 50%
}
.ps_fm_col-xs-offset-5 {
	margin-left: 41.66666667%
}
.ps_fm_col-xs-offset-4 {
	margin-left: 33.33333333%
}
.ps_fm_col-xs-offset-3 {
	margin-left: 25%
}
.ps_fm_col-xs-offset-2 {
	margin-left: 16.66666667%
}
.ps_fm_col-xs-offset-1 {
	margin-left: 8.33333333%
}
.ps_fm_col-xs-offset-0 {
	margin-left: 0
}
@media (min-width:768px) {
	.ps_fm_col-sm-1, .ps_fm_col-sm-10, .ps_fm_col-sm-11, .ps_fm_col-sm-12, .ps_fm_col-sm-2, .ps_fm_col-sm-3, .ps_fm_col-sm-4, .ps_fm_col-sm-5, .ps_fm_col-sm-6, .ps_fm_col-sm-7, .ps_fm_col-sm-8, .ps_fm_col-sm-9 {
		float: left
	}
	.ps_fm_col-sm-12 {
		width: 100%
	}
	.ps_fm_col-sm-11 {
		width: 91.66666667%
	}
	.ps_fm_col-sm-10 {
		width: 83.33333333%
	}
	.ps_fm_col-sm-9 {
		width: 75%
	}
	.ps_fm_col-sm-8 {
		width: 66.66666667%
	}
	.ps_fm_col-sm-7 {
		width: 58.33333333%
	}
	.ps_fm_col-sm-6 {
		width: 50%
	}
	.ps_fm_col-sm-5 {
		width: 41.66666667%
	}
	.ps_fm_col-sm-4 {
		width: 33.33333333%
	}
	.ps_fm_col-sm-3 {
		width: 25%
	}
	.ps_fm_col-sm-2 {
		width: 16.66666667%
	}
	.ps_fm_col-sm-1 {
		width: 8.33333333%
	}
	.ps_fm_col-sm-pull-12 {
		right: 100%
	}
	.ps_fm_col-sm-pull-11 {
		right: 91.66666667%
	}
	.ps_fm_col-sm-pull-10 {
		right: 83.33333333%
	}
	.ps_fm_col-sm-pull-9 {
		right: 75%
	}
	.ps_fm_col-sm-pull-8 {
		right: 66.66666667%
	}
	.ps_fm_col-sm-pull-7 {
		right: 58.33333333%
	}
	.ps_fm_col-sm-pull-6 {
		right: 50%
	}
	.ps_fm_col-sm-pull-5 {
		right: 41.66666667%
	}
	.ps_fm_col-sm-pull-4 {
		right: 33.33333333%
	}
	.ps_fm_col-sm-pull-3 {
		right: 25%
	}
	.ps_fm_col-sm-pull-2 {
		right: 16.66666667%
	}
	.ps_fm_col-sm-pull-1 {
		right: 8.33333333%
	}
	.ps_fm_col-sm-pull-0 {
		right: auto
	}
	.ps_fm_col-sm-push-12 {
		left: 100%
	}
	.ps_fm_col-sm-push-11 {
		left: 91.66666667%
	}
	.ps_fm_col-sm-push-10 {
		left: 83.33333333%
	}
	.ps_fm_col-sm-push-9 {
		left: 75%
	}
	.ps_fm_col-sm-push-8 {
		left: 66.66666667%
	}
	.ps_fm_col-sm-push-7 {
		left: 58.33333333%
	}
	.ps_fm_col-sm-push-6 {
		left: 50%
	}
	.ps_fm_col-sm-push-5 {
		left: 41.66666667%
	}
	.ps_fm_col-sm-push-4 {
		left: 33.33333333%
	}
	.ps_fm_col-sm-push-3 {
		left: 25%
	}
	.ps_fm_col-sm-push-2 {
		left: 16.66666667%
	}
	.ps_fm_col-sm-push-1 {
		left: 8.33333333%
	}
	.ps_fm_col-sm-push-0 {
		left: auto
	}
	.ps_fm_col-sm-offset-12 {
		margin-left: 100%
	}
	.ps_fm_col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.ps_fm_col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.ps_fm_col-sm-offset-9 {
		margin-left: 75%
	}
	.ps_fm_col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.ps_fm_col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.ps_fm_col-sm-offset-6 {
		margin-left: 50%
	}
	.ps_fm_col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.ps_fm_col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.ps_fm_col-sm-offset-3 {
		margin-left: 25%
	}
	.ps_fm_col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.ps_fm_col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.ps_fm_col-sm-offset-0 {
		margin-left: 0
	}
}
@media (min-width:992px) {
	.ps_fm_col-md-1, .ps_fm_col-md-10, .ps_fm_col-md-11, .ps_fm_col-md-12, .ps_fm_col-md-2, .ps_fm_col-md-3, .ps_fm_col-md-4, .ps_fm_col-md-5, .ps_fm_col-md-6, .ps_fm_col-md-7, .ps_fm_col-md-8, .ps_fm_col-md-9 {
		float: left
	}
	.ps_fm_col-md-12 {
		width: 100%
	}
	.ps_fm_col-md-11 {
		width: 91.66666667%
	}
	.ps_fm_col-md-10 {
		width: 83.33333333%
	}
	.ps_fm_col-md-9 {
		width: 75%
	}
	.ps_fm_col-md-8 {
		width: 66.66666667%
	}
	.ps_fm_col-md-7 {
		width: 58.33333333%
	}
	.ps_fm_col-md-6 {
		width: 50%
	}
	.ps_fm_col-md-5 {
		width: 41.66666667%
	}
	.ps_fm_col-md-4 {
		width: 33.33333333%
	}
	.ps_fm_col-md-3 {
		width: 25%
	}
	.ps_fm_col-md-2 {
		width: 16.66666667%
	}
	.ps_fm_col-md-1 {
		width: 8.33333333%
	}
	.ps_fm_col-md-pull-12 {
		right: 100%
	}
	.ps_fm_col-md-pull-11 {
		right: 91.66666667%
	}
	.ps_fm_col-md-pull-10 {
		right: 83.33333333%
	}
	.ps_fm_col-md-pull-9 {
		right: 75%
	}
	.ps_fm_col-md-pull-8 {
		right: 66.66666667%
	}
	.ps_fm_col-md-pull-7 {
		right: 58.33333333%
	}
	.ps_fm_col-md-pull-6 {
		right: 50%
	}
	.ps_fm_col-md-pull-5 {
		right: 41.66666667%
	}
	.ps_fm_col-md-pull-4 {
		right: 33.33333333%
	}
	.ps_fm_col-md-pull-3 {
		right: 25%
	}
	.ps_fm_col-md-pull-2 {
		right: 16.66666667%
	}
	.ps_fm_col-md-pull-1 {
		right: 8.33333333%
	}
	.ps_fm_col-md-pull-0 {
		right: auto
	}
	.ps_fm_col-md-push-12 {
		left: 100%
	}
	.ps_fm_col-md-push-11 {
		left: 91.66666667%
	}
	.ps_fm_col-md-push-10 {
		left: 83.33333333%
	}
	.ps_fm_col-md-push-9 {
		left: 75%
	}
	.ps_fm_col-md-push-8 {
		left: 66.66666667%
	}
	.ps_fm_col-md-push-7 {
		left: 58.33333333%
	}
	.ps_fm_col-md-push-6 {
		left: 50%
	}
	.ps_fm_col-md-push-5 {
		left: 41.66666667%
	}
	.ps_fm_col-md-push-4 {
		left: 33.33333333%
	}
	.ps_fm_col-md-push-3 {
		left: 25%
	}
	.ps_fm_col-md-push-2 {
		left: 16.66666667%
	}
	.ps_fm_col-md-push-1 {
		left: 8.33333333%
	}
	.ps_fm_col-md-push-0 {
		left: auto
	}
	.ps_fm_col-md-offset-12 {
		margin-left: 100%
	}
	.ps_fm_col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.ps_fm_col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.ps_fm_col-md-offset-9 {
		margin-left: 75%
	}
	.ps_fm_col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.ps_fm_col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.ps_fm_col-md-offset-6 {
		margin-left: 50%
	}
	.ps_fm_col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.ps_fm_col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.ps_fm_col-md-offset-3 {
		margin-left: 25%
	}
	.ps_fm_col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.ps_fm_col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.ps_fm_col-md-offset-0 {
		margin-left: 0
	}
}
@media (min-width:1200px) {
	.ps_fm_col-lg-1, .ps_fm_col-lg-10, .ps_fm_col-lg-11, .ps_fm_col-lg-12, .ps_fm_col-lg-2, .ps_fm_col-lg-3, .ps_fm_col-lg-4, .ps_fm_col-lg-5, .ps_fm_col-lg-6, .ps_fm_col-lg-7, .ps_fm_col-lg-8, .ps_fm_col-lg-9 {
		float: left
	}
	.ps_fm_col-lg-12 {
		width: 100%
	}
	.ps_fm_col-lg-11 {
		width: 91.66666667%
	}
	.ps_fm_col-lg-10 {
		width: 83.33333333%
	}
	.ps_fm_col-lg-9 {
		width: 75%
	}
	.ps_fm_col-lg-8 {
		width: 66.66666667%
	}
	.ps_fm_col-lg-7 {
		width: 58.33333333%
	}
	.ps_fm_col-lg-6 {
		width: 50%
	}
	.ps_fm_col-lg-5 {
		width: 41.66666667%
	}
	.ps_fm_col-lg-4 {
		width: 33.33333333%
	}
	.ps_fm_col-lg-3 {
		width: 25%
	}
	.ps_fm_col-lg-2 {
		width: 16.66666667%
	}
	.ps_fm_col-lg-1 {
		width: 8.33333333%
	}
	.ps_fm_col-lg-pull-12 {
		right: 100%
	}
	.ps_fm_col-lg-pull-11 {
		right: 91.66666667%
	}
	.ps_fm_col-lg-pull-10 {
		right: 83.33333333%
	}
	.ps_fm_col-lg-pull-9 {
		right: 75%
	}
	.ps_fm_col-lg-pull-8 {
		right: 66.66666667%
	}
	.ps_fm_col-lg-pull-7 {
		right: 58.33333333%
	}
	.ps_fm_col-lg-pull-6 {
		right: 50%
	}
	.ps_fm_col-lg-pull-5 {
		right: 41.66666667%
	}
	.ps_fm_col-lg-pull-4 {
		right: 33.33333333%
	}
	.ps_fm_col-lg-pull-3 {
		right: 25%
	}
	.ps_fm_col-lg-pull-2 {
		right: 16.66666667%
	}
	.ps_fm_col-lg-pull-1 {
		right: 8.33333333%
	}
	.ps_fm_col-lg-pull-0 {
		right: auto
	}
	.ps_fm_col-lg-push-12 {
		left: 100%
	}
	.ps_fm_col-lg-push-11 {
		left: 91.66666667%
	}
	.ps_fm_col-lg-push-10 {
		left: 83.33333333%
	}
	.ps_fm_col-lg-push-9 {
		left: 75%
	}
	.ps_fm_col-lg-push-8 {
		left: 66.66666667%
	}
	.ps_fm_col-lg-push-7 {
		left: 58.33333333%
	}
	.ps_fm_col-lg-push-6 {
		left: 50%
	}
	.ps_fm_col-lg-push-5 {
		left: 41.66666667%
	}
	.ps_fm_col-lg-push-4 {
		left: 33.33333333%
	}
	.ps_fm_col-lg-push-3 {
		left: 25%
	}
	.ps_fm_col-lg-push-2 {
		left: 16.66666667%
	}
	.ps_fm_col-lg-push-1 {
		left: 8.33333333%
	}
	.ps_fm_col-lg-push-0 {
		left: auto
	}
	.ps_fm_col-lg-offset-12 {
		margin-left: 100%
	}
	.ps_fm_col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.ps_fm_col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.ps_fm_col-lg-offset-9 {
		margin-left: 75%
	}
	.ps_fm_col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.ps_fm_col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.ps_fm_col-lg-offset-6 {
		margin-left: 50%
	}
	.ps_fm_col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.ps_fm_col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.ps_fm_col-lg-offset-3 {
		margin-left: 25%
	}
	.ps_fm_col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.ps_fm_col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.ps_fm_col-lg-offset-0 {
		margin-left: 0
	}
}
.ps_fm_clearfix:after, .ps_fm_clearfix:before, .ps_fm_container-fluid:after, .ps_fm_container-fluid:before, .container:after, .container:before, .ps_fm_row:after, .ps_fm_row:before {
	content: " ";
	display: table
}
.ps_fm_clearfix:after, .ps_fm_container-fluid:after, .container:after, .ps_fm_row:after {
	clear: both
}
.ps_fm_center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.ps_fm_pull-right {
	float: right!important
}
.ps_fm_pull-left {
	float: left!important
}
.ps_fm_show {
	display: block!important
}
.ps_fm_invisible {
	visibility: hidden
}
.ps_fm_text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.ps_fm_hidden {
	display: none!important
}
.ps_fm_affix {
	position: fixed
}
.ps_fm_label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}
a.ps_fm_label:focus, a.ps_fm_label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.ps_fm_label:empty {
	display: none
}
.btn .ps_fm_label {
	position: relative;
	top: -1px
}
.ps_fm_label-default {
	background-color: #777
}
.ps_fm_label-default[href]:focus, .ps_fm_label-default[href]:hover {
	background-color: #5e5e5e
}
.ps_fm_label-primary {
	background-color: #337ab7
}
.ps_fm_label-primary[href]:focus, .ps_fm_label-primary[href]:hover {
	background-color: #286090
}
.ps_fm_label-success {
	background-color: #5cb85c
}
.ps_fm_label-success[href]:focus, .ps_fm_label-success[href]:hover {
	background-color: #449d44
}
.ps_fm_label-info {
	background-color: #5bc0de
}
.ps_fm_label-info[href]:focus, .ps_fm_label-info[href]:hover {
	background-color: #31b0d5
}
.ps_fm_label-warning {
	background-color: #f0ad4e
}
.ps_fm_label-warning[href]:focus, .ps_fm_label-warning[href]:hover {
	background-color: #ec971f
}
.ps_fm_label-danger {
	background-color: #d9534f
}
.ps_fm_label-danger[href]:focus, .ps_fm_label-danger[href]:hover {
	background-color: #c9302c
}
/* ------ */

.ps_fm_mb-1 {
	margin-bottom: 10px;
}
.ps_fm_mb-2 {
	margin-bottom: 20px;
}
.ps_fm_textfield {
	display: block;
	width: 100%;
	max-width: 100% !important;
	padding: .375rem .75rem;
	font-size: inherit;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
textarea.ps_fm_textfield {
	height: 200px;
}
.fa-star.checked, .fa-star.checked-ok {
	color: orange;
}
.ps_fm_project-bids, .ps_fm_user-reviews {
	border: 1px solid #e2e2e2;
}
.ps_fm_bid-list, .ps_fm-reviews-list, .ps_fm-freelancer-list {
	margin-bottom: 0px !important;
	list-style: none !important;
	margin-left: 0px !important;
	clear: both;
}
.ps_fm_bid-content {
	padding: 0;
}
.ps_fm_bid-form {
	margin-bottom: 10px;
	border: 1px solid #333;
	padding: 10px;
	display: none;
}
.ps_fm_input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.ps_fm_input-group>.ps_fm_textfield {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1% !important;
	margin-bottom: 0;
}
.ps_fm_input-group-append {
	margin-left: -2px;
}
.ps_fm_input-group-append, .ps_fm_input-group-prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ps_fm_input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: inherit;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
#ps_fm_accepted-bid-box {
	display: none;
}
.ps_fm_form-wizard {
	display: none;
}
#ps_fm_wizard-1 {
	display: block;
}
.ps_fm_custom-budget {
	display: none;
}
.ps_fm_favorited, .ps_fm_unfavorited {
	font-size: 38px !important;
	top: 9px;
	left: 2px;
	position: relative;
}
.ps_fm_more-desc {
	display: none;
}
.bootstrap-tagsinput input {
	border: none !important;
	padding: 0 6px !important;
	box-shadow: none !important;
	background-color: #fff !important;
}
.ps_fm-label {
	margin-top: 10px;
	margin-bottom: 3px;
}
.blue.button, .ps_fm-submit.button.blue {
	padding: 10px 30px !important;
	height: auto !important;
	margin-top: 10px;
}
.ps_fm_project-login-box {
	display: none;
}
.ps_fm_rest-count, .ps_fm_char-count, .ps_fm_message-text-count {
	color: red;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}
.bootstrap-tagsinput {
	width: 100%;
}
button, input[type="submit"], input[type="button"], input[type="submit"].ps_fm-submit {
	padding: 10px 15px !important;
	margin-bottom: 0px !important;
}
.ps_fm-action button {
	margin-bottom: 4px !important;
}
.button-danger {
	background-color: #C61818 !important;
	border-color: #C61818 !important;
	color: #fff !important;
}
.button-success {
	background-color: #00bc57 !important;
    border-color: #00bc57 !important;
    color: #fff !important;
}
.ps_fm-form-legend {
	margin-bottom: 10px;
}
a.button {
	text-decoration: none;
	color: #fff;
	border: 1px solid #C61818;
}
.ps_fm_more-desc a.button, .ps_fm_more-desc a.button:hover, .ps_fm_less-desc a.button, .ps_fm_less-desc a.button:hover {
	color: #428bca;
	border: none;
}
a.button:hover {
	color: #fff;
}
.ps_fm_bid-list .avatar, .ps_fm_accepted-bid-list .avatar, .ps_fm-reviews-list .avatar {
	margin-right: 10px;
}
.ps_fm-customer-menu ul.sub-menu li {
	float: none;
	text-align: left;
}
.ps_fm-customer-menu .sub-menu {
	position: absolute;
	display: none;
	z-index: 9;
	margin-top: 0px !important;
}
.ps_fm-freelancer-menu ul.sub-menu li {
	float: none;
	text-align: left;
}
.ps_fm-freelancer-menu .sub-menu {
	position: absolute;
	display: none;
	z-index: 9;
	margin: 0 !important;
}
.ps_fm-customer-menu ul li, .ps_fm-freelancer-menu ul li {
	margin: 0 !important;
}
.ps_fm-customer-menu ul li a, .ps_fm-freelancer-menu ul li a {
	text-decoration: none;
}
.ps_fm-customer-menu>ul>li:hover .sub-menu {
	display: block;
}
.ps_fm-freelancer-menu>ul>li:hover .sub-menu {
	display: block;
}
.fa-heart.ps_fm_favorited {
	color: #0b9e0b;
}
.fa-heart.ps_fm_unfavorited {
	color: #000;
}
a {
	cursor: pointer;
}
ul.ps_fm_bid-list li, ul.ps_fm-reviews-list li {
	margin-bottom: 1em;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 1em;
}
.ps_fm_accepted-bid-list {
	list-style: none;
	margin-left: 0px;
}
#ps_fm_bidsortby {
	float: right;
}
.ps_fm_freelancer-login-main-box {
	position: fixed;
	z-index: 9999;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	display: none;
}
.ps_fm_freelancer-login-container {
	background: #fff;
	margin: 40px auto;
	padding: 15px;
	height: 90vh;
	overflow: auto;
	border-radius: 4px;
	overflow: -webkit-scrollbars-none;
	overflow: -moz-scrollbars-none;
	overflow: -ms-scrollbars-none;
	-webkit-overflow-style: none;
	-moz-overflow-style: none;
	-ms-overflow-style: none;
}
.ps_fm_freelancer-login-container::-webkit-scrollbar {
	width: 0 !important
}
.ps_fm_freelancer-login-container::-moz-scrollbar {
	width: 0 !important
}
.ps_fm_freelancer-login-container::-ms-scrollbar {
	width: 0 !important
}
div.ps_fm-form .ps_fm-el {
	margin-bottom: 10px;
	padding: 0px !important;
}
.ps_fm_freelancer-login-container .close {
	float: right;
	font-size: 30px;
	cursor: pointer;
	padding: 5px 10px;
	position: absolute;
	right: 0px;
	top: 20px;
	color: #fff;
	background-color: red;
	border-radius: 50%;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	height: 38px;
	width: 38px;
}
.ps_fm_freelancer-login-box {
	display: none;
}
.ps_fm-table th a {
	text-decoration: none;
}
.ps_fm-table th a span {
	margin-left: 5px;
}
.ps_fm_button-100 {
	width: 100%;
}
.ps_fm_bid-data-box {
	margin-top: 20px;
}
.ps_fm_bid-amounts-holder {
	font-weight: bold;
}

.ps_fm_list-submit-bid {
	white-space: nowrap;
}
.ps_fm_col-sorting {
	color: #428bda;
	cursor: pointer;
}
.ps_fm-freelancer-menu ul, .ps_fm-customer-menu ul {
	background-color: #428bca;
	margin-left: auto !important;
}
.ps_fm-freelancer-menu ul li, .ps_fm-freelancer-menu ul li {
	margin: 0 !important;
}
.ps_fm-freelancer-menu ul li:hover, .ps_fm-customer-menu ul li:hover, .sub-menu li:hover, .ps_fm-freelancer-menu-tab.active, .ps_fm-customer-menu-tab.active {
	background-color: #0978d7;
	color: #fff;
}
.ps_fm-freelancer-menu ul li a:hover, .ps_fm-customer-menu ul li a:hover {
	color: #fff;
}
.ps_fm-freelancer-menu>ul>li>a, .ps_fm-customer-menu>ul>li>a {
	padding: 10px 8px;
	color: #fff;
}
.sub-menu li a {
	line-height: 40px;
	color: #fff;
}
#ps_fm_tab-container .ps_fm_nav-tabs {
	overflow: hidden;
	border: 1px solid #e2e2e2;
	background-color: #f1f1f1;
	padding: 0px;
	margin: 0px;
}
#ps_fm_tab-container .ps_fm_nav-tabs li {
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	display: inline-block;
	margin: 0px !important;
}
#ps_fm_tab-container .ps_fm_nav-tabs li a {
	text-decoration: none;
}
#ps_fm_tab-container .ps_fm_tab-content {
	padding: 6px 12px;
	border: 1px solid #e2e2e2;
	border-top: none;
	margin-bottom: 20px;
}
#ps_fm_tab-container .ps_fm_tab-content .ps_fm_tab-pane {
	display: none;
}
#ps_fm_tab-container .ps_fm_tab-content .ps_fm_tab-pane.active {
	display: block;
}
#ps_fm_tab-container .ps_fm_nav-tabs li.active {
	background-color: #fff !important;
}
#ps_fm_tab-container .ps_fm_nav-tabs li.active a {
	border: 0px;
}
.ps_fm_milestone-add-table tr td {
	vertical-align: middle;
}
.ps_fm-action button {
	margin-bottom: 4px;
}
.ps_fm_rating-filed .fa-star {
	font-size: 30px;
}
.ps_fm_table-rating-form tr td {
	vertical-align: top;
}
.ps_fm_no-border, .ps_fm_no-border td {
	border: 0px !important;
}
.ps_fm_remove-milestone {
	cursor: pointer;
}
/*messages css*/

.entry-content.ps_fm_main-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1 1;
	overflow: hidden;
	position: relative;
	height: 70vh !important;
}
.ps_fm_route {
	background: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-size: 12px;
	border: 1px solid #e7e7e7;
	max-width: 1340px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
}
.ps_fm_index, .ps_fm_route {
	height: 100%;
}
.ps_fm_index-route .ps_fm_contacts-container, .ps_fm_index-route .ps_fm_about-user-container {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.ps_fm_contacts-container, .ps_fm_contacts-container header, .ps_fm_about-user-container header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
.ps_fm_contacts-container {
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 100%;
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 300px;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	flex-grow: 0;
	border-right: 1px solid #e7e7e7;
	overflow-y: hidden;
}
.ps_fm_about-user-container {
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 100%;
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 300px;
	-ms-flex: 0 0 300px;
	flex: 0 0 200px;
	flex-grow: 0;
	border-left: 1px solid #e7e7e7;
	overflow-y: hidden;
	overflow-y: auto;
}
.ps_fm_contacts-container header, .ps_fm_about-user-container header {
	line-height: 20px;
	padding: 0 15px;
	border-bottom: 1px solid #e7e7e7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 70px;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 5;
	background: #fff;
}
.ps_fm_contacts-container .ps_fm_search-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ps_fm_contacts-container header {
	line-height: 20px;
}
#ps_fm_main-wrapper {
	color: #555;
}
.ps_fm_filters-toggle .ps_fm_triangle-down {
	position: relative;
}
button.ps_fm_search-toggle:hover, button.ps_fm_search-toggle:focus {
	background: none !important;
	color: #999;
}
button.ps_fm_search-toggle {
	z-index: 1;
	border: 0;
	font-size: 18px;
	color: #555;
	padding: 0px !important;
	margin: 0px !important;
}
.ps_fm_filters-toggle .ps_fm_triangle-down::after {
	content: "\F0D7";
	font-family: FontAwesome;
	margin-left: 5px;
	color: #555;
	display: inline-block;
	font-size: 14px;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}
.ps_fm_filters-toggle:hover, .ps_fm_filters-toggle:focus {
	color: #999;
}
.ps_fm_filters-toggle {
	background: none !important;
	font-size: 16px;
	line-height: 22px;
	padding: 0px !important;
	margin: 0px !important;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: capitalize;
}
.ps_fm_button-link {
	background: none;
	border: 0;
}
.ps_fm_empty-state {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.ps_fm_empty-state strong {
	color: #555;
	font-size: 30px;
	line-height: 100%;
	margin-bottom: 5px;
}
.ps_fm_empty-state small {
	color: #999;
	white-space: pre-line;
	font-size: 16px;
	line-height: 140%;
	font-weight: 400;
	max-width: 300px;
	margin: 10px auto;
	padding: 0 20px;
}
.ps_fm_empty-state.ps_fm_no-conversations::before {
	background-image: url(https://npm-assets.fiverrcdn.com/assets/@fiverr/inbox_perseus/bubble.1decdb2.svg);
}
.ps_fm_empty-state::before {
	content: "";
	display: block;
	width: 80px;
	height: 70px;
	margin: 0 auto 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
#ps_fm_inbox {
	height: calc(100% - 40px);
	min-height: 380px;
}
.ps_fm_popover-filters.shown {
	display: block;
}
.ps_fm_popover-filters {
	display: none;
}
.ps_fm_popover-filters .ps_fm_filters-scroll-wrap {
	background-color: #fff;
	position: absolute;
	top: 65px;
	z-index: 3;
	padding: 0 20px 15px;
	border-radius: 5px;
	min-width: 185px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
	max-height: 68%;
}
.ps_fm_popover-filters ul:first-child, .ps_fm_popover-filters ul:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.ps_fm_popover-filters ul {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
}
.ps_fm_popover-filters::before {
	content: "\F0D8";
	font-family: FontAwesome;
	color: #fff;
	font-size: 40px;
	position: absolute;
	top: 47px;
	left: 40px;
	z-index: 4;
	text-shadow: 0 -4px 7px rgba(0, 0, 0, .04);
}
.ps_fm_popover-filters ul li {
	margin-top: 15px;
	line-height: 100%;
	font-size: 13px;
}
.ps_fm_popover-filters ul li.ps_fm_active-filter a {
	color: #1dbf73;
}
.ps_fm_popover-filters ul a {
	display: block;
	font-size: 13px;
	text-transform: capitalize;
}
.ps_fm_link-action, a.ps_fm_link-action {
	color: #555;
}
a {
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
ul.ps_fm_conversations-list {
	margin: 0px !important;
	overflow-y: auto;
}
.ps_fm_conversations-list li {
	list-style: none;
	padding: 15px 10px;
	border-bottom: 1px solid #dfdfdf;
	float: none;
	clear: both;
	cursor: pointer;
}
.ps_fm_conversations-list li.active {
	background-color: #d5f3e1;
}
.ps_fm_conversations-prifile {
	float: left;
	height: 50px;
	line-height: 22px;
	width: 20%;
	position: relative;
}
.ps_fm_conversations-name {
	float: left;
	height: 50px;
	line-height: 22px;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ps_fm_conversations-time-action {
	float: left;
	height: 50px;
	line-height: 22px;
	width: 20%;
	text-align: right;
}
.ps_fm_conversations-prifile img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 0.01px solid #e1e1e1;
	margin-top: 0px !important;
}
.ps_fm_count-new-message {
	border: 0.01px solid #10bc26;
	border-radius: 50%;
	background-color: #10bc26;
	color: #fff;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
}
.ps_fm_last-message {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
.search-box {
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 100%;
}
.search-box .ps_fm_input-container {
	padding: 7px 10px;
	color: #999;
	border: 1px solid #e7e7e7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 34px;
	border-radius: 3px;
}
.search-box .ps_fm_input-container input {
	border: none;
	font-size: 14px;
	line-height: 100%;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.search-box .ps_fm_input-container, .search-box .ps_fm_input-container input {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}
.search-box .close {
	text-align: center;
	font-size: inherit;
	line-height: inherit;
	font-weight: 500;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #555;
	margin-left: 15px;
	padding: 0px !important;
	margin-bottom: 0px !important;
}
.search-box .close:hover {
	background: none;
	text-decoration: underline;
}
.search-box, .search-box .ps_fm_input-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.ps_fm_about-user {
	text-align: center;
	vertical-align: middle;
	/*height: 100%;*/
}
.ps_fm_about-user-prifile {
	margin-top: 15px;
}
.ps_fm_about-user-prifile img {
	border-radius: 3px;
	margin: auto;
}
form #message {
	width: 100%;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 6px;
	height: 50px;
}
.ps_fm_user-message-state {
	width: 100%;
	position: relative;
}
.ps_fm_message-send-holder {
	padding: 10px;
	bottom: 0px;
	position: absolute;
	width: 100%;
}
.ps_fm_file-attachment i {
	font-size: 16px;
}
.emojionearea .emojionearea-editor {
	min-height: 32px;
}
.emojionearea .emojionearea-editor:empty::before {
	content: attr(placeholder);
	display: block;
	padding-top: 1em;
}
.ps_fm_message-action-files {
	margin-top: 5px;
}
.ps_fm_message-action-files .ps_fm_button-send {
	font-size: 14px;
	font-weight: bold;
	padding: 0px !important;
	background: none;
	color: #428bca;
	border: none;
	width: auto;
}
.ps_fm_message-action-files .ps_fm_button-send:hover, .ps_fm_message-action-files .ps_fm_button-send:focus {
	background: none;
	color: #68a7de;
}
.ps_fm_message-action-files .ps_fm_file-attachment {
	cursor: pointer;
}
ul.ps_fm_chats {
	padding: 10px;
	margin: 0px;
	list-style: none;
}
ul.ps_fm_document-chats {
	padding: 10px;
	margin: 0px;
	list-style: none;
}
.ps_fm_message-holder {
	height: 100%;
	padding-bottom: 120px;
	vertical-align: bottom;
	overflow: hidden;
}
.ps_fm_document-message-holder {
	height: 100%;
	padding-bottom: 0px;
	vertical-align: bottom;
	overflow: hidden;
}
ul.ps_fm_chats {
	padding: 10px;
	margin: 0px;
	list-style: none;
	height: auto;
	overflow-y: auto;
	vertical-align: bottom;
	position: absolute;
	bottom: unset;
	width: 100%;
	max-height: 65vh;
}
ul.ps_fm_chats li.send {
	text-align: right;
	padding-left: 25%;
}
ul.ps_fm_chats li.receive {
	text-align: left;
	padding-right: 25%;
}
ul.ps_fm_chats>li>div {
	padding: 20px 7px;
	border-radius: 5px;
	width: auto;
	display: inline-block;
	font-size: 14px;
	text-align: left;
	padding-bottom: 20px;
	position: relative;
	min-width: 150px;
	overflow-wrap: break-word;
	max-width: 100%;
}
ul.ps_fm_chats li.send div {
	background-color: #b2fcdf;
	color: #000;
	border: 0.01px solid #14f696;
}
ul.ps_fm_chats li.receive div {
	background-color: #b2e5fc;
	color: #000;
	border: 0.01px solid #14c7f6;
}
ul.ps_fm_chats li {
	margin: 4px 10px;
}
ul.ps_fm_chats li.send div img.attachment, ul.ps_fm_chats li.receive div img.attachment {
	border-radius: 20px;
}
ul.ps_fm_document-chats {
	padding: 10px;
	margin: 0px;
	list-style: none;
	height: auto;
	overflow-y: auto;
	vertical-align: bottom;
	width: 100%;
	max-height: 90vh;
}
ul.ps_fm_document-chats li.send {
	text-align: right;
	padding-left: 25%;
}
ul.ps_fm_document-chats li.receive {
	text-align: left;
	padding-right: 25%;
}
ul.ps_fm_document-chats>li>div {
	padding: 20px 10px;
	border-radius: 5px;
	width: auto;
	display: inline-block;
	font-size: 14px;
	text-align: left;
	padding-bottom: 20px;
	position: relative;
	min-width: 150px;
	overflow-wrap: break-word;
	max-width: 100%;
}
ul.ps_fm_document-chats li.send div {
	/*background-color: #dad6ec;*/
	color: #000;
	border: 0.01px solid #808080;
}
ul.ps_fm_document-chats li.receive div {
	/*background-color: #f1f1f1;*/
	color: #000;
	border: 0.01px solid #2582bc;
}
ul.ps_fm_document-chats li {
	margin: 4px 10px;
}
ul.ps_fm_document-chats li.send div img.attachment, ul.ps_fm_document-chats li.receive div img.attachment {
	border-radius: 20px;
}
.ps_fm_document-chats .messages-attachment {
	max-width: 400px;
}
.ps_fm-user-status {
	width: 11px;
	height: 11px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 32px;
	z-index: 1;
	left: 40px;
}
.ps_fm-user-status.online {
	background-color: #00f662;
}
.ps_fm-user-status.offline {
	background-color: #8d8b8b;
}
.search-box .ps_fm_input-container input:focus {
	outline: none;
}
ul.ps_fm_chats li div span.ps_fm_user-send-time {
	font-size: 9px;
	color: #727272;
	position: absolute;
	right: 8px;
	text-align: right;
	bottom: 1px;
}
ul.ps_fm_document-chats li div span.ps_fm_user-send-time {
	font-size: 9px;
	color: #727272;
	position: absolute;
	right: 8px;
	text-align: right;
	bottom: 1px;
}
/*message popup box*/

.ps_fm_chat-float-box {
	height: 420px;
	width: 350px;
	position: fixed;
	z-index: 99999;
	bottom: 4px;
	right: 2px;
	border: 1px solid #dadada;
	border-radius: 5px;
	box-shadow: 0 0 4px #1d7bcb;
	background-color: #fff;
}
.ps_fm_user-float-message-state .ps_fm_user-message-state {
	height: 435px;
	overflow: hidden;
}
.ps_fm_user-float-message-state {
	position: relative;
	height: 100%;
}
.ps_fm_chat-float-box ul.ps_fm_chats {
	position: absolute;
	bottom: 90px;
	max-height: 300px;
	padding-top: 20px;
}
.ps_fm_chat-float-box ul.ps_fm_document-chats {
	position: absolute;
	bottom: 90px;
	max-height: 300px;
	padding-top: 20px;
}
.ps_fm_float-chat-header .ps_fm_conversations-prifile {
	height: auto;
}
.ps_fm_float-chat-header .ps_fm_conversations-prifile img {
	width: 40px;
	height: 40px;
	margin: 2px;
	margin-top: 0;
}
.ps_fm_float-chat-header .ps_fm-user-status {
	top: 25px;
	left: 34px;
}
.ps_fm_float-chat-header .ps_fm_conversations-name {
	height: auto;
	line-height: 40px;
}
.ps_fm_float-chat-header {
	width: 100%;
	border-bottom: 1px solid #4eb6ef;
	background-color: #428bca;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}
.ps_fm_chat-float-box .ps_fm_message-holder {
	padding-bottom: 140px;
}
.ps_fm_chat-float-box .ps_fm_message-send-holder {
	padding-top: 0px;
	bottom: 0px;
}
.ps_fm_chat-float-box.minimize {
	height: 48px;
}
.ps_fm_chat-float-box #message {
	height: 35px;
}
.ps_fm_close-chat {
	position: absolute;
	right: 10px;
	font-weight: 400;
}
.ps_fm_chats .none-message {
	display: none;
}
.notify-js.notify-wraper {
	position: fixed !important;
}
.dropdown-menu.textcomplete-dropdown {
	z-index: 999999 !important;
}
.ps_fm_textcomplete-dropdown {
	position: absolute;
	width: 100%;
	background-color: #fff;
	z-index: 1;
	top: 47px;
	height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0px 10px;
	border: 1px solid #eee;
}
#ps_fm_menu-audio {
	display: none;
}
.dz-preview .dz-image img {
	height: 120px;
}
/* css list with numeber circle background -------------- */

.ps_fm_numberlist {
	width: 100%;
	padding: 10px 5px;
	margin-bottom: 2em;
}
.ps_fm_numberlist ol {
	counter-reset: li;
	list-style: none !important;
	font: 15px 'trebuchet MS', 'lucida sans';
	padding: 0;
	margin-left: 1em !important;
}
.ps_fm_numberlist ol ol {
	margin: 0 0 0 2em;
}
.ps_fm_numberlist a {
	position: relative;
	display: block;
	padding: .4em .4em .4em 1.5em;
	margin: 1em 0;
	background: #ededed;
	color: #444;
	text-decoration: none;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}
.ps_fm_numberlist a:hover {
	background: #428bca;
	text-decoration: none;
	color: #fff !important;
}
.ps_fm_numberlist a:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #428bca;
	height: 2.5em;
	width: 2em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	color: #FFF;
}
/* End css list with numeber circle background -------------- */

.ps_fm_profile-work {
	padding: 10px;
	border: 1px solid #e2e2e2;
}
.ps_fm_user-conrner {
	padding: 10px 0px;
}
.ps_fm_skill-list, .ps_fm_user-info-list {
	list-style: none !important;
	margin: 0px !important;
}
.ps_fm_profile-work h6 {
	border-bottom: 1px solid #e2e2e2;
	padding: 0 12px 10px 12px;
	margin: auto -12px;
}
.ps_fm_skill-list li, .ps_fm_user-info-list li {
	padding: 0px 10px;
	margin: auto -10px;
}
/* The Modal (background) */

.ps_fm_modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 9999;
	/* Sit on top */
	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 Content/Box */

.ps_fm_modal-content {
	background-color: #fefefe;
	margin: 4% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 45%;
	/* Could be more or less, depending on screen size */
}
/* The Close Button */

.ps_fm_close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.ps_fm_close:hover, .ps_fm_close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.ps_fm-fields #ps_fm_dispute_description {
	width: 100%;
}

.ps_fm_sender-user-name {
	position: absolute;
	font-size: 12px;
	top: 3px;
	left: 7px;
	font-weight: 600;
	white-space: nowrap;
	max-width: 130px;
	overflow: hidden;
}
.ps_fm_sender-user-name.ps_fm_usercl1 {
	color: #e70000;
}
.ps_fm_sender-user-name.ps_fm_usercl2 {
	color: #e95506;
}
.ps_fm_sender-user-name.ps_fm_usercl3 {
	color: #d233cb;
}
.ps_fm_alert {
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	margin: 10px 0;
}
.ps_fm_alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.ps_fm_alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.ps_fm_alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.ps_fm_alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.ps_fm_user-reviews {
	margin-top: 10px;
}
.ps_fm_button-send {
	cursor: pointer;
	border: none;
}
.ps_fm_max-file-limit-text {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 7px;
}
.intl-tel-input {
	width: 100%;
}
.ps_fm_withdrawal-box {
	padding: 15px;
}
#ps_fm_withdraw_amount {
	max-width: 250px;
}
.ps_fm_st-class {
	padding: 3px 7px;
	border-radius: 10px;
}
.ps_fm_st-class.requested {
	background-color: #c90606e0;
	color: #fff;
}
.ps_fm_st-class.paid {
	background-color: #099b09;
	color: #fff;
}
.btn-gray {
	background-color: #909090;
}
h5 {
	font-size: 1.7em;
}
#ps_fm-project-list button {
    width: 115px;
    font-size: 14px;
    padding: 10px 5px !important;
}
#ps_fm-project-list .ps_fm-action button {
	margin-bottom: 4px !important;
	margin-top: 5px;
	display: inline-block !important;
}

.ps_fm_alert-message {
	padding: 5px 15px;
	border: 1px solid #0ba13c;
	border-radius: 5px;
	background-color: #e6f9ed;
	color: #0ba13c;
}
.entry-content {
	overflow: visible !important;
}
[type="submit"][disabled] {
	background-color: #eaeaea;
}
.eddc-export-form {
	clear: both;
	background: #f5f5f5;
	border-color: #dfdfdf;
	overflow: auto;
	margin: 8px 0;
	padding: 12px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	font-size: 13px;
}
.dropzone .dz-preview.dz-error .dz-error-message {
	opacity: 1;
	top: 145px;
}
#ps_fm_messages .ps_fm_conversations-section {
	position: relative;
}
#ps_fm_documents .ps_fm_conversations-section {
	position: relative;
}
#ps_fm_messages .ps_fm_conversations-section .ps_fm_message-holder {
	max-height: 55vh;
	min-height: 30vh;
}
#ps_fm_documents .ps_fm_conversations-section .ps_fm_document-message-holder {
	min-height: 15vh;
	max-height: 55vh;
}

.ps_fm_view-profile-right {
	float: right;
	position: relative;
	top: -57px;
	margin-bottom: -65px;
}
.pagination {
	list-style: none;
}
.pagination li.page-item {
	display: inline;
}
.pagination li.page-item a {
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination li.page-item a.active {
	color: #fff;
	background-color: #008cc2;
}
.ps_fm_button-100.active {
	background-color: #2582bc !important;
	color: #fff !important;
}
#edd_login_form label {
	display: inline-block;
	width: 160px;
	cursor: pointer;
}
.ps_fm_profile-img {
	text-align: center;
}
.ps_fm_button-same-with {
	width: 120px;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
	line-height: 8px;
}
.ps_fm_sort-by-lbl {
	line-height: 20px;
	display: inline-block;
}
.ps_fm_milestone_description input {
	line-height: 18px;
}
.ps_fm_milestone-action-btn {
	width: 140px;
}
.ps_fm_user-info-sort {
	padding: 0 10px;
}
.ps_fm_final_project_complete {
	margin-top: 8px;
}
.ps_fm_same-size {
	width: 140px;
}
#ps_fm_dispute p {
	margin-bottom: 0.5em;
}
.sub-menu li:last-child {
	border-bottom: none;
}
#ps_fm_inbox .ps_fm_drawer-icon {
	display: none;
}
.entry-content>.ps_fm-login-form>.ps_fm-form.ps_fm-login-form-div, .nsl-container-embedded-login-layout-below, article > div > .nsl-container.nsl-container-block {
	width: 33.33%;
	margin: 0 auto !important;
}
.ps_fm-body div.nsl-container.nsl-container-block .nsl-container-buttons{
	width: 100%;
}
button.ps_fm-submit.ps_fm_block_btn {
	margin-top: 10px;
}
.ps_fm_btn-block-unblock{
	font-size: 14px;
    padding: 5px !important;
    line-height: normal;
    margin-top: 5px;
}
@media only screen and (min-width :601px) {
	#ps_fm_inbox .ps_fm_drawer-icon {
		display: none !important;
	}
}
/*media*/

@media only screen and (max-width: 992px) {
	.ps_fm_modal-content {
		width: 70%;
	}
	.entry-content>.ps_fm-login-form>.ps_fm-form.ps_fm-login-form-div, .nsl-container-embedded-login-layout-below, article > div > .nsl-container.nsl-container-block {
		width: 50%;
	}
}
@media only screen and (max-width :768px) {
	.ps_fm_modal-content {
		width: 80%;
	}
	.entry-content>.ps_fm-login-form>.ps_fm-form.ps_fm-login-form-div, .nsl-container-embedded-login-layout-below, article > div > .nsl-container.nsl-container-block {
		width: 80%;
	}
}
@media only screen and (max-width :600px) {
	.ps_fm_dashboard-pro-holder {
		display: none;
	}
	#ps_fm_inbox .ps_fm_contacts-container {
		display: none;
		width: 200px;
		left: 0;
		background: #fff;
		z-index: 1;
		position: absolute;
	}
	#ps_fm_inbox .ps_fm_about-user-container {
		display: none;
		width: 200px;
		right: 0;
		background: #fff;
		z-index: 1;
		position: absolute;
	}
	#ps_fm_inbox .ps_fm_drawer-icon {
		display: block;
		width: 25px;
		height: 25px;
		text-align: center;
		font-size: 20px;
		background: #e4e4e4;
		line-height: 25px;
		position: absolute;
		cursor: pointer;
		z-index: 9999999;
	}
	#ps_fm_inbox .ps_fm_left-side-drawer {
		left: 0px;
	}
	#ps_fm_inbox .ps_fm_right-side-drawer {
		right: 0px;
		display: none;
	}
	.entry-content>.ps_fm-login-form>.ps_fm-form.ps_fm-login-form-div, .nsl-container-embedded-login-layout-below, article > div > .nsl-container.nsl-container-block {
		width: 100%;
	}
}
@media only screen and (max-width:539px) {
	.ps_fm_modal-content {
		width: 90%;
	}
	select#ps_fm-freelancer-invite-perpage, select#ps_fm-freelancer-invite-sort_by, .ps_fm_pull-right.ps_fm_freelancer-invite-search-holder, .ps_fm_pull-right.ps_fm_freelancer-invite-search-holder input#s, select#ps_fm-freelancer-perpage, select#ps_fm-freelancer-sort_by, .ps_fm_pull-right.ps_fm_freelancer-search-holder, .ps_fm_pull-right.ps_fm_freelancer-search-holder input#s {
		width: 100%;
	}
}
@media only screen and (max-width:460px) {
	.ps_fm_freelancer-action.ps_fm_pull-right {
		float: left !important;
	}
}
@media only screen and (max-width:360px) {
	.ps_fm_favorited, .ps_fm_unfavorited {
		top: 0px;
	}
}
.ps_fm_project-status h3 {
	font-size: 1.2em;
}
.card {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .08), 0 2px 4px 0 rgba(0, 0, 0, .12);
	border-radius: 3px;
	background: #fff;
}
.ps_fm-reviews-list {
	padding: 20px;
	margin: 0px !important;
}
.ps_fm_user-reviews .ps_fm_review {
	position: relative;
	padding: 20px 0 20px 100px;
	border-bottom: 1px solid #DEDEDE;
	word-break: break-word;
	word-wrap: break-word;
	margin-bottom: 0px;
	margin-top: 0px;
}
.ps_fm_user-review-price {
	display: inline-block;
	height: auto;
	margin-left: 6px;
	padding-left: 17px;
	border: none;
	line-height: 1.5;
	font-weight: 400;
	color: #363f4d;
}
.ps_fm_review .avatar {
	display: block;
	position: absolute;
	top: 23px;
	left: 0;
	width: 80px;
	height: 80px;
	border-radius: 5px;
	margin-top: 0px !important;
}
.ps_fm_review .ps_fm_review-title {
	font-size: 20px;
	line-height: 1.4;
	display: block;
	margin-bottom: 4px;
	line-height: 22px;
	font-weight: 400;
	word-wrap: break-word;
	margin-top: 0px !important;
}
.ps_fm_review .rating, .ps_fm_profile_rating {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.ps_fm_review p {
	margin-bottom: 10px;
	margin-top: 10px;
}
.ps_fm_review .rating::before, .ps_fm_profile_rating::before {
	content: attr(data-star-rating);
	background-color: #F77D0E;
	border-radius: 2px;
	color: #fff;
	margin-right: 5px;
	padding: 1px 4px 0;
	font-size: 12px;
	width: 30px;
	text-align: center;
}
.ps_fm_section-title {
	border-bottom: 1px solid #DEDEDE;
	padding: 20px;
	margin-bottom: 0px !important;
}
.ps_fm-reviews-list .ps_fm_no-reviews {
	padding: 20px 0 20px 0px !important;
}
.ps_fm_project-bids {
	padding: 20px;
}
.bid .avatar {
	width: 80px;
	height: 80px;
	border-radius: 5px;
	margin-top: 0px;
}
.ps_fm_pro-heading h5 {
	margin-top: 10px;
}
.ps_fm_profile-img img {
	width: 80px;
	height: 80px;
	border-radius: 5px;
	margin: 0 auto;
}
.ps_fm_skill-list li {
	background-color: #f0f8fb;
	border-radius: 4px;
	display: inline-block;
	min-width: 40px;
	text-align: center;
	text-transform: capitalize;
	padding: 5px 12px;
	margin: 0 10px 10px 0;
	border: 1px solid #f0f8fb;
}
.ps_fm_skill-list {
	padding-top: 10px;
}
.ps_fm_customer-thumb a:hover {
	text-decoration: none;
}
.ps_fm_milestone-add-table .ps_fm_milestone_amount .ps_fm_input-group {
	height: 38px;
}
.ps_fm_milestone-add-table .btn-primary {
	padding: 8px 15px !important;
}
.ps_fm_profile-head-same-button {
	width: 160px;
}
#ps_fm_add_new_skill_text {
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}
.ps_fm_save-new-skill {
	cursor: pointer;
}
.fstMultipleMode.fstActive .fstResults {
	z-index: 99;
}
.ps_fm_login-po-button {
	background-color: #73706e !important;
}
.date-passed {
	color: #f00;
}
.sweet-alert button.cancel {
	background-color: #D92419;
}
.sweet-alert button.cancel:hover {
	background-color: #DD6B55;
}
.sweet-alert.custom_cancel button.cancel {
	background-color: #999797;
}
.sweet-alert.custom_cancel button.cancel:hover {
	background-color: #BBB4B3;
}
.sweet-alert button.confirm {
	background-color: #2582BC !important;
}
.sweet-alert button.confirm:hover {
	background-color: #538FB5 !important;
}
.sweet-alert.custom_cancel button.confirm {
	background-color: #D92419 !important;
}
.sweet-alert.custom_cancel button.confirm:hover {
	background-color: #DD6B55 !important;
}
/* The actual timeline (the vertical ruler) */

.ps_fm_timeline-box {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
/* The actual timeline (the vertical ruler) */

.ps_fm_timeline-box::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #4883EE;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}
/* Container around content */

.ps_fm_timeline-container {
	padding: 10px 30px;
	position: relative;
	background-color: inherit;
	width: 50%;
}
/* The circles on the timeline */

.ps_fm_timeline-container::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -12px;
	background-color: white;
	border: 4px solid #4883EE;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}
/* Place the container to the left */

.ps_fm_timeline-box .left {
	left: 0;
}
/* Place the container to the right */

.ps_fm_timeline-box .right {
	left: 50%;
}
/* Add arrows to the left container (pointing right) */

.ps_fm_timeline-box .left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 20px;
	width: 0;
	z-index: 1;
	right: 20px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #d5d4d4;
}
/* Add arrows to the right container (pointing left) */

.ps_fm_timeline-box .right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 20px;
	width: 0;
	z-index: 1;
	left: 20px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent #d5d4d4 transparent transparent;
}
/* Fix the circle for containers on the right side */

.ps_fm_timeline-box .right::after {
	left: -13px;
}
/* The actual content */

.ps_fm_timeline-box .content {
	padding: 5px 20px;
	background-color: #d5d4d4;
	position: relative;
	border-radius: 6px;
}
.ps_fm_project-filter-holder>*, .ps_fm_project-button-holder>#ps_fm_search-project {
	height: 45px;
	margin: 2px auto 7px auto;
}
.ps_fm_project-filter-holder .fstMultipleMode .fstQueryInputExpanded {
	padding: 0.75rem 0.75rem;
}
.ps_fm_project-filter-holder .fstMultipleMode .fstQueryInput {
	font-size: 15px;
}
/* Media queries - Responsive timeline on screens less than 600px wide */

@media screen and (max-width: 600px) {
	/* Place the timelime to the left */
	.ps_fm_timeline-box::after {
		left: 31px;
	}
	/* Full-width containers */
	.ps_fm_timeline-container {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}
	/* Make sure that all arrows are pointing leftwards */
	.ps_fm_timeline-container::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
	}
	/* Make sure all circles are at the same spot */
	.ps_fm_timeline-box .left::after, .ps_fm_timeline-box .right::after {
		left: 15px;
	}
	/* Make all right containers behave like the left ones */
	.ps_fm_timeline-box .right {
		left: 0%;
	}
}
.ps_fm_timeline-process {
	overflow: auto;
	max-height: 420px;
}
.ps_fm-milesone-container {
	max-height: 500px;
	overflow: auto;
}
.ps_fm_sort-col {
	cursor: pointer;
	color: #2582BC;
}
.ps_fm_thumbnail.ps_fm_customer-thumb hr {
	margin-bottom: 1em !important;
	margin-top: 8px !important;
}
.ps_fm_thumbnail>img, .ps_fm_thumbnail a>img {
	width: 80px;
}
.fstChoiceItem {
	margin: 0.3em;
}
.fstChoiceRemove {
	background: none !important;
}
.ps_fm_dashboard-pro-holder {
	position: relative;
	margin-bottom: 25px;
}
.ps_fm_dashboard-profile {
	position: absolute;
	top: -135px;
	right: 0;
	padding: 5px;
}
.ps_fm_dashboard-image {
	display: none;
	text-shadow: 0 0 1px #fff;
	height: 100%;
	vertical-align: middle;
	color: #FFF;
	width: 100%;
	z-index: 1;
	padding: 5px;
	padding-top: 16px;
	left: 0;
	position: absolute;
}
.ps_fm_dashboard-image-overlay {
	display: none;
	background: #000;
	padding: 5px;
	opacity: 0.5;
	position: absolute;
	height: 100%;
	vertical-align: middle;
	padding-top: 16px;
	width: 100%;
	left: 0;
}
.ps_fm_dashboard-profile:hover .ps_fm_dashboard-image, .ps_fm_dashboard-profile:hover .ps_fm_dashboard-image-overlay {
	display: block;
	top: 0px;
}
.ps_fm_timeline-box .ps_fm_timeline-container.milestone, .ps_fm_timeline-box .ps_fm_timeline-container.dispute {
	cursor: pointer;
}
.ps_fm_timeline-box .ps_fm_timeline-container.milestone h5 {
	font-size: 1.2em;
}
.ps_fm_trans-pagination, .ps_fm_withdraw-pagination, .ps_fm_documents-pagination, .ps_fm_freelancer-pagination, .ps_fm_freelancer-invite-pagination {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.ps_fm_trans-pagination li, .ps_fm_withdraw-pagination li, .ps_fm_documents-pagination li, .ps_fm_freelancer-pagination li, .ps_fm_freelancer-invite-pagination li {
	display: inline-block;
	padding: 7px 14px;
	border: 1px solid #e1e1e1;
	cursor: pointer;
}
.ps_fm_trans-pagination li.active, .ps_fm_withdraw-pagination li.active, .ps_fm_documents-pagination li.active, .ps_fm_freelancer-pagination li.active, .ps_fm_freelancer-invite-pagination li.active {
	background-color: #2582bc;
	color: #fff;
}
.ps_fm_edit-review-box {
	display: none;
}
p.ps_fm_rate-str-p {
	margin-bottom: 5px;
}
.ps_fm_summary-box {
	overflow: auto;
	margin-bottom: 10px;
}
.ps_fm_summary-box .ps_fm_thumbnail {
	margin-bottom: 0px;
	border: none;
}
.ps_fm_freelancer-withdrawal-box {
	display: none;
}
.ps_fm_freelancer-payment-btn {
	background-color: #73706e;
}
.ps_fm_customer-thumb .avatar {
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #939393;
}
.ps_fm_customer-thumb {
	position: relative;
}
.ps_fm_customer-thumb .ps_fm-user-status {
	left: 57%;
	top: 71px;
}
.ps_fm_same-with-detail {
	width: 155px;
}
.ps_fm_same-with-update {
	width: 150px;
}
.entry-content table tr:last-child td:first-child {
	word-break: break-word;
}
.ps_fm_project-registration-box input.ps_fm-submit, .wizard.back, .ps_fm_form-wizard .ps_fm-submit input.button, .edd-login-submit #edd_login_submit {
	width: 140px;
}
.wizard.back {
	background-color: #848484;
	border-color: #848484;
}
/* new inbox design */

#ps_fm_inbox .ps_fm_message-holder {
	min-height: 270px;
	max-height: 50vh;
	padding-bottom: 0px;
}
#ps_fm_inbox .ps_fm_message-holder ul.ps_fm_chats {
	position: relative;
	bottom: 0px;
}
#ps_fm_inbox .ps_fm_message-send-holder {
	position: relative;
}
.ps_fm-customer-project-wrap, .ps_fm-freelancer-project-wrap {
	margin-top: 138px;
}
ul .ps_fm-customer-messages-tab, ul .ps_fm-freelancer-messages-tab {
	position: relative;
}
ul .ps_fm-customer-messages-tab .unread-message-cls, ul .ps_fm-freelancer-messages-tab .unread-message-cls {
	position: absolute;
	height: 10px;
	width: 10px;
	background-color: #f00;
	border-radius: 50%;
	top: 3px;
	right: 3px;
}
.ps_fm-body .ps_fm_entry .entry-content>*, .ps_fm_entry .entry-summary>* {
	max-width: 100%;
}
.ps_fm-body .content-wrapper {
	display: block;
}
.ps_fm-freelancer-list-td {
	overflow-wrap: break-word;
	max-width: 20px;
}
.ps_fm-freelancer-list .ps_fm_freelancer-item {
	position: relative;
	padding: 20px 0 20px 100px;
	border-bottom: 1px solid #DEDEDE;
	word-break: break-word;
	word-wrap: break-word;
	margin-bottom: 0px;
	margin-top: 0px;
}
.ps_fm_freelancer-item .avatar {
	display: block;
	position: absolute;
	top: 23px;
	left: 0;
	width: 80px;
	height: 80px;
	border-radius: 5px;
	margin-top: 0px !important;
}
.ps_fm_freelancer-item .ps_fm_freelancer-title {
	font-size: 20px;
	display: block;
	margin-bottom: 4px;
	line-height: 22px;
	font-weight: 400;
	word-wrap: break-word;
}
.ps_fm-freelancers-box {
	text-align: left;
	margin-top: 10px;
}
.ps_fm-fields.ps_fm-el.ps_fm_milestone_description, .ps_fm-fields.ps_fm-el.ps_fm_milestone_amount {
	min-width: 200px;
}
.ps_fm-project-list-pagination-container span.current {
	background-color: #2582bc;
	color: #fff;
}
.ps_fm-project-list-pagination-container .page-numbers {
	display: inline-block;
	padding: 7px 14px;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	margin: -3px;
}
.text-hire-bid {
	color: #ffa500;
}
#ps_fm-project-list .ps_fm-project-list-td {
	overflow-wrap: break-word;
	max-width: 1px;
}
.ps_fm_req-bid-text {
	color: #0b9e0b;
}
a.ps_fm_bid-favorite, a.ps_fm_bid-unfavorite {
	margin-right: 7px;
}
.milestone-status.created {
	/*color: red;*/
}
.milestone-status.delivered {
	color: #28b128;
}
.milestone-status.completed {
	color: #006505;
}
.milestone-status.paid {
	/*color: red;*/
}
.milestone-status.canceled {
	/*color: red;*/
}
.milestone-status.rejected {
	color: red;
}
.milestone-status.trash {
	color: red;
}
.media {
	display: block;
}
form {
	width: 100%;
}
.bid-meta h5 {
	margin: 0px;
}
table.table.ps_fm_milestone-add-table td {
	border: 0px;
}
.menu ul.sub-menu {
	min-width: 105px;
	padding: 0px;
}
.ps_fm-freelancer-menu ul.sub-menu li, .ps_fm-customer-menu ul.sub-menu li {
	padding: 0 9px;
	cursor: pointer;
}
.emojionearea .emojionearea-editor {
	overflow: hidden !important
}
.ps_fm_mediaPreviews.dropzone {
	border: none;
	padding: 26px 10px;
}
#ps_fm_id_dropzone {
	background: #e0e0e0;
}
#ps_fm_id_dropzone .dz-preview.dz-image-preview {
	background: transparent;
}
.ps_fm_milestone-list-table th, #ps_fm-documents-list th {
	text-align: left;
}
.ps_fm_dispute_reason label.checkbox {
	display: block;
}
.ps_fm_dispute_reason input.checkbox {
	margin-right: 5px;
}
table.ps_fm-table th, table.ps_fm-table td {
	text-align: center;
	vertical-align: middle;
}
table.ps_fm-table th.ps_fm_text-left, table.ps_fm-table td.ps_fm_text-left {
	text-align: left;
}
#ps_fm-customer-dashboard #ps_fm_inbox, #ps_fm-freelancer-dashboard #ps_fm_inbox {
	pointer-events: all !important;
}
#ps_fm_conversations-form .emojionearea.message {
	padding: 0px !important;
	margin-bottom: 0px !important;
}
.ps_fm-project-detail form {
	margin-bottom: 0px;
}
.ps_fm-review-list-pagination-container {
	text-align: right;
}
.ps_fm-review-list-pagination-container span.current {
	background-color: #2582bc;
	color: #fff;
}
.ps_fm-review-list-pagination-container .page-numbers {
	display: inline-block;
	padding: 7px 14px;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	margin: 0px;
}
.ps_fm-right {
	float: right;
}
.ps_fm-left {
	float: left;
}
.ps_fm-hide {
	display: none;
}
.ps_fm_clearfix {
	clear: both;
}
.ps_fm-hide-important {
	display: none !important;
}
.ps_fm-cursor-p {
	cursor: pointer;
}
.ps_fm-m-3 {
	margin: 0 3px;
}
.ps_fm-g-res {
	width: 250px;
	height: 40px;
	border: 1px solid #c1c1c1;
	margin: 10px 25px;
	padding: 0px;
	resize: none;
}
.ps_fm-g-res-p {
	width: 300px;
	height: 60px;
	border-style: none;
	bottom: 12px;
	left: 25px;
	margin: 0px;
	padding: 0px;
	right: 25px;
	background: #f9f9f9;
	border: 1px solid #c1c1c1;
	border-radius: 3px;
}
.ps_fm-g-iframe {
	width: 302px;
	height: 422px;
	border-style: none;
}
.ps_fm-g-iframe-p {
	width: 302px;
	height: 422px;
}
.ps_fm-g-iframe-p1 {
	position: relative;
}
.ps_fm-g-iframe-p2 {
	position: absolute;
}
.ps_fm-table-header label {
	display: inline-block;
}
ul.ps_fm_chats {
	list-style: none !important;
	margin-left: auto !important;
}
.ps_fm_pull-right {
	float: right;
}
.bid-meta p {
	margin-bottom: 10px;
}
#ps_fm_inbox .ps_fm_about-user-container header>h3 {
	margin: 10px auto !important;
}
.ps_fm_profile-page-holder {
	margin-top: 20px;
}
#ps_fm-freelancer-sort_by, #ps_fm-freelancer-perpage {
	padding: 0.7142857143rem 1.4285714286rem;
}
.fstMultipleMode .fstQueryInputExpanded {
	padding: 0.7142857143rem 1.4285714286rem;
}
.ps_fm_flext_row {
	display: flex;
	flex-direction: row;
}
.ps_fm_flext_row .button {
	flex: auto;
	margin: 0 5px;
}
.custom-select, .custom-select span, .custom-select input {
	width: 100%;
}
.button.btn-primary {
	background: #448fd5;
	border-color: #448fd5;
}
.button.btn-gray {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.ps_fm_flext_row .flex-25 {
	flex: 25%;
}
.ps_fm_flext_row .flex-50 {
	flex: 50%;
}
.ps_fm_block_btn {
	width: 100%;
}
#ps_fm_wizard-4 .wizard.back {
	width: 100%;
	margin-top: 10px;
}
#ps_fm_wizard-4 #ps_fm_lost_password_link {
	position: absolute;
	margin-top: 10px;
}
.ps_fm_nopadding-r {
	padding-right: 0px;
}
.ps_fm_nopadding-l {
	padding-left: 0px;
}
.ps_fm_p_rel {
	position: relative;
}
span.ps_fm_chat_unread {
	position: absolute;
	top: 24px;
	font-size: 10px;
	color: #fff;
	left: 30px;
}
.ps_fm_hide_bid {
	border: 1px solid;
	border-radius: 50%;
	padding: 7px 8px;
	line-height: 16px;
	cursor: pointer;
}
div#ps_fm_hire_freelancer_modal {
	display: none;
}
.ps_fm_toggleswitch_holder {
    margin: 10px auto;
}

/*  Toggle Switch  */

.ps_fm_toggleswitch span span {
  display: none;
}

@media only screen {
  .ps_fm_toggleswitch {
    display: inline-block;
    height: 18px;
    position: relative;
    overflow: visible;
    padding: 0;
    margin-left: 50px;
    cursor: pointer;
    width: 40px;
    margin-bottom: 0;
  }
  .ps_fm_toggleswitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ps_fm_toggleswitch label,
  .ps_fm_toggleswitch > span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .ps_fm_toggleswitch input:focus ~ a,
  .ps_fm_toggleswitch input:focus + label {
    outline: none;
  }
  .ps_fm_toggleswitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .ps_fm_toggleswitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .ps_fm_toggleswitch > span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
  }
  .ps_fm_toggleswitch > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: 100%;
    left: 15%;
    top: -1px;
    opacity: 0;
  }
  .ps_fm_toggleswitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 100%;
    padding: 0;
    left: 2px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .ps_fm_toggleswitch > span span:first-of-type {
    color: #ccc;
    opacity: 1;
    left: 45%;
  }
  .ps_fm_toggleswitch > span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50px;
    top: -1px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .ps_fm_toggleswitch input:checked ~ a {
    border-color: #fff;
    left: 100%;
    margin-left: -8px;
  }
  .ps_fm_toggleswitch input:checked ~ span:before {
    border-color: #0097D1;
    box-shadow: inset 0 0 0 30px #0097D1;
  }
  .ps_fm_toggleswitch input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .ps_fm_toggleswitch input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
  /* Switch Sizes */
  .ps_fm_toggleswitch.large {
    width: 60px;
    height: 27px;
  }
  .ps_fm_toggleswitch.large a {
    width: 27px;
  }
  .ps_fm_toggleswitch.large > span {
    height: 29px;
    line-height: 28px;
  }
  .ps_fm_toggleswitch.large input:checked ~ a {
    left: 41px;
  }
  .ps_fm_toggleswitch.large > span span {
    font-size: 1.1em;
  }
  .ps_fm_toggleswitch.large > span span:first-of-type {
    left: 50%;
  }
  .ps_fm_toggleswitch.xlarge {
    width: 80px;
    height: 36px;
  }
  .ps_fm_toggleswitch.xlarge a {
    width: 36px;
  }
  .ps_fm_toggleswitch.xlarge > span {
    height: 38px;
    line-height: 37px;
  }
  .ps_fm_toggleswitch.xlarge input:checked ~ a {
    left: 52px;
  }
  .ps_fm_toggleswitch.xlarge > span span {
    font-size: 1.4em;
  }
  .ps_fm_toggleswitch.xlarge > span span:first-of-type {
    left: 50%;
  }
}
/*  End Toggle Switch  */