.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto
}

.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	bottom: 0;
	position: absolute
}

.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	right: 0;
	position: absolute
}

.ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y {
	display: block;
	background-color: transparent
}

.ps:hover>.ps__rail-x, .ps:hover>.ps__rail-y, .ps--focus>.ps__rail-x,
	.ps--focus>.ps__rail-y, .ps--scrolling-x>.ps__rail-x, .ps--scrolling-y>.ps__rail-y
	{
	opacity: .6
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus,
	.ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: .9
}

.ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	bottom: 2px;
	position: absolute
}

.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	right: 2px;
	position: absolute
}

.ps__rail-x:hover>.ps__thumb-x, .ps__rail-x:focus>.ps__thumb-x,
	.ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #999;
	height: 11px
}

.ps__rail-y:hover>.ps__thumb-y, .ps__rail-y:focus>.ps__thumb-y,
	.ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #999;
	width: 11px
}

@
supports(-ms-overflow-style:none) { .
	ps {overflow: auto !important
}

}
@media screen and (-ms-high-contrast:active) , ( -ms-high-contrast
	:none) {
	.ps {
		overflow: auto !important
	}
}

/* PAGINATION */
ul.setPaginate li.setPage {
	padding: 15px 10px;
	font-size: 14px;
}

ul.setPaginate {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
	font: 12px 'Tahoma';
	list-style-type: none;
}

ul.setPaginate li.dot {
	padding: 3px 0;
}

ul.setPaginate li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}

ul.setPaginate li a {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #cccccc;
	color: #999999;
	display: inline-block;
	font: 15px/25px Arial, Helvetica, sans-serif;
	margin: 5px 3px 0 0;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
}

ul.setPaginate li a:hover, ul.setPaginate li a.current_page {
	background: none repeat scroll 0 0 #333f54;
	border: 1px solid #000000;
	color: #ffffff;
	text-decoration: none;
}

ul.setPaginate li a {
	color: black;
	display: block;
	text-decoration: none;
	padding: 5px 8px;
	text-decoration: none;
}

.required:after {
	content: "*";
	color: red;
}

/* END PAGINATION */
.h-list-body {
	position: relative;
	overflow: hidden;
}

.msg-user-list.scroll-div {
	height: calc(100vh - 300px);
	position: relative;
}




@media screen and (max-width: 990px) {
	.pcoded-header {
		width: 100%;
		margin-left: 0px;
	}
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.glyphicon-ok:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
}

.glyphicon-remove:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00d";
}

.glyphicon {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.editable-buttons {
	margin: 3px 2px;
}

.editable-click, a.editable-click, a.editable-click:hover {
	text-decoration: none;
	border-bottom: dashed 1px #0088cc;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus {
	font-style: italic;
	color: #DD1144;
	/* border-bottom: none; */
	text-decoration: none;
}

.pcoded-header .dropdown .profile-notification .pro-head {
	background: #3f4d67;
}

.pcoded-header .dropdown.drp-user.show:before {
	color: #3f4d67;
}

img.file-upload-image {
	width: 150px;
	border: 1px solid #dedede;
	padding: 2px;
	border-radius: 5px;
}

.remove-image {
	border: none;
	position: absolute;
}

.remove-image:hover {
	background-color: transparent;
	border-color: transparent;
	color: red;
}

img.loader {
	margin: 0 auto;
	display: block;
}
.select2-container .select2-selection--single {
    height: 42px;
    
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 40px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #333f54;
}
.setchatheight {
	height: calc(100vh - 330px);
}

label.required:after {
  content:"*";
  color:red;
}