
.align-top {
	vertical-align: top;
}

.align-middle {
	vertical-align: middle;
}

.align-bottom {
	vertical-align: bottom;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.full-width {
	width: 100%;
}

.auto-width {
	width: auto;
}

.padded25 {
	padding: 25px 25px 25px 25px;
}

.padded20 {
	padding: 20px 20px 20px 20px;
}

.padded15 {
	padding: 15px 15px 15px 15px;
	background-color:#efefef;
}

.padded10 {
	padding: 10px 10px 10px 10px;
}

.padded5 {
	padding: 5px 5px 5px 5px;
}

.padded3 {
	padding: 3px 3px 3px 3px;
}

.padded1 {
	padding: 1px 1px 1px 1px;
}

.noshadow {
	box-shadow: none;
}

.nopadding {
	padding: 0px 0px 0px 0px;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}

.no-transform{
	text-transform: none;
}
ul.nomargin {
	padding-left: 1.2em;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.cleared {
	clear: both;
}

.noborder {
	border: 0;
	border-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.auto-margin {
	margin-left: auto;
	margin-right: auto;
}

.nowrap {
	white-space: nowrap;
}

.nl2br {
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -pre-wrap; /* ancient Opera */
	white-space: -o-pre-wrap; /* newer Opera */
	white-space: pre-wrap; /* Chrome; W3C standard */
	word-wrap: break-word; /* IE */
}

.in-block {
	display: inline-block;
}

.scroll-x {
	overflow-x: auto;
}

.scroll-y {
	overflow-y: auto;
}

.bolded {
	font-weight: bold;
}

.underlined {
	text-decoration: underline;
}

a.underlined:link, a.underlined:visited, a.underlined:hover {
	text-decoration: underline;
}

.ptr {
	cursor: pointer;
}

.ptr-off {
	cursor: auto;
}

.bottom-spacing {
	margin-bottom: 10px;
}

.top-spacing {
	margin-top: 10px;
}

.right-padding {
	padding-right: 5px !important;
}

table.padded25,
table.padded20,
table.padded15,
table.padded10,
table.padded5,
table.padded3,
table.padded1 {
	padding: 0px 0px 0px 0px;
}
table.padded25 th,
table.padded25 td {
	padding: 25px 25px 25px 25px;
}
table.padded20 th,
table.padded20 td {
	padding: 20px 20px 20px 20px;
}
table.padded15 th,
table.padded15 td {
	padding: 15px 15px 15px 15px;
}
table.padded10 th,
table.padded10 td {
	padding: 10px 10px 10px 10px;
}
table.padded5 th,
table.padded5 td {
	padding: 5px 5px 5px 5px;
}
table.padded3 th,
table.padded3 td {
	padding: 3px 3px 3px 3px;
}
table.padded1 th,
table.padded1 td {
	padding: 1px 1px 1px 1px;
}
table.nopadding th,
table.nopadding td {
	padding: 0px 0px 0px 0px;
}

table.noborder th,
table.noborder td {
	border-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}



/* My Css */
/* Tabs Start */
.chat-listing .trad-box,
.chat-messaging .trad-box {
	box-shadow: 1px 1px 3px #888888;
}
.chat-listing .header-div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.chat-messaging .trad-hdr {
	padding: 15px 10px;
}
.ease {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.tabs {
	background: #fff;
	position: relative;
	/* margin-bottom: 50px; */
}
.chat-listing .tabs > input,
.tabs > span {
	width: 30%;
}
.chatbox-container  .tabs > input,
.tabs > span{
	width: 48%;
}
.tabs > input,
.tabs > span {
	padding: 3px 15px;
	height: 25px;
	line-height: 25px;
	font-size: 90%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	/* position: absolute; */
	top: 0;
	margin: 0 !important;
	font-weight: 600;
}

.tabs > input {
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: 99;
}

.tabs > span {
	background: #dddddd;
	text-align: center;
	overflow: hidden;
}

.tabs > span i,
.tabs > span {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.tabs > input:hover + span {
	background: rgba(255, 255, 255, 0.1);
}

.tabs > input:checked + span {
	background: #e6eef0;
}

.tabs > input:checked + span,
.tabs > input:hover + span {
	color: #000;
}

#tab-1,
#tab-1 + span {
	left: 0;
}

#tab-2,
#tab-2 + span {
	left: 50%;
}

.chat-listing .tab-content {
	/* padding: 26px 0 0; */
	width: 100%;
	/* min-height: 355px; */
}

.chat-listing .tab-content section {
	width: 100%;
	display: none;
	/* min-height: 350px; */
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.chat-listing .searchdiv {
	display: flex;
	align-items: center;
	padding: 15px 10px;
	justify-content: space-between;
	border-right: 1px solid #dddd;
    border-left: 1px solid #dddd;
    border-bottom: 1px solid #dddd;
}
.chat-listing .searchdiv .filterbtn {
	width: 25%;
}
.searchdiv .filterbtn .filter {
	border: none;
	font-size: 12px;
	padding: 8px 15px;
	font-weight: 600;
	width: 100%;
}
.chat-listing .searchdiv .inputSerach {
	width: 70%;
}
/* .inputSerach input {
	width: 98%;
	padding: 5px 10px;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 80%;
	color: #212121;
	resize: none;
	box-shadow: none;
} */
.inputSerach i {
	position: absolute;
	right: 20px;
    top: 56px;
	font-size: 12px;
	color: #a2cad2;
}
.chat-listing.tab-content section h1 {
	margin-top: 15px;
	font-size: 100px;
	font-weight: 100;
	text-align: center;
}

#tab-1:checked ~ .tab-content #tab-item-1 {
	display: block;
}

#tab-2:checked ~ .tab-content #tab-item-2 {
	display: block;
}

/* effect-1 */

.effect-1 > input:checked + span {
	background: #e7ecef;
}
.chat-list {
	height: calc(100vh - 255px);
	overflow: auto;
	/* border: 1px solid #ddd; */
}
.chatbox-div {
	position: relative;
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	z-index: 1;
}
.chatbox-div:nth-child(even) {
	background-color: #f5f5f5;
}
.chatbox-div:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}
.chat-list .chatbox-div.active {
	background-color: #a2cad2;
}
.chat-list::-webkit-scrollbar {
	display: none;
}
.chat-list .list-group-item.active {
	background: #a2cad2;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #ddd;
	z-index: 0;
}
.chat-list .list-group {
	margin: 0;
}
.chat-list .media img {
	width: 45px;
    height: 45px;
	margin-right: 10px;
}
.selected-chat-header .media img {
	width: 45px;
	height: 45px;
	margin-right: 10px;
}
.chat-list .media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.selected-chat-header .media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.chat-list .media-body {
	-ms-flex: 1;
	flex: 1;
	position: relative;
	/* top: 4px; */
}
.selected-chat-header .media-body {
	-ms-flex: 1;
	flex: 1;
}
.selected-chat-header .chat-name-and-date {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 99%;
	cursor: pointer;
}
.chat-list .chat-name-and-date {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.chat-list .chatName {
	width: 110px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #000;
}
.chat-name-and-date .chatDate {
	color: #000;
}
.member-names {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.member-names .count-div span {
	padding: 0 4px;
	background: #e25656;
	border-radius: 50px;
	font-size: 10px;
	color: #fff;
}
.chat-list .media .member-names p {
	font-size: 90%;
	font-weight: 400;
	color: #646464;
	margin: 0;
}
.chat-list .media .member-names li {
	display: inline-block;
	font-size: 90%;
	font-weight: 400;
	color: #646464;
	margin: 0;
	margin-right: 5px;
}
.chat-list .media .member-names li::after {
	content: ', ';
}
.chat-list .media .member-names li:nth-of-type(1n + 3) {
	display: none;
}
.selected-chat-header .member-names {
	position: relative;
	bottom: 2px;
    height: 20px;
}
.selected-chat-header .media .member-names li {
	display: inline-block;
	font-size: 90%;
	font-weight: 400;
	color: #646464;
	margin: 0;
	margin-right: 5px;
}
.selected-chat-header .media .member-names li::after {
	content: ', ';
}
.selected-chat-header .media .member-names li:nth-of-type(1n + 4) {
	display: none;
}
.initail-screen {
	background: #e6eef0;
	border-width: 5px;
	border-radius: 4px;
	box-shadow: 1px 1px 3px #888888;
}
.initial-inner-section {
	height: calc(100vh - 87px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.chat-messaging .media p {
	font-size: 90%;
	font-weight: 400;
	color: #000;
	margin: 0;
	cursor: pointer;
	/* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical; */
}
.selected-chat-header .statusBtn {
	background: #e05a59;
	padding: 2px 10px;
	font-size: 12px;
	margin-bottom: 5px;
	box-shadow: 1px 1px 3px #333333;
	cursor: pointer !important;
	position: absolute;
    right: 5px;
    top: 10px;
}
.global-messaging {
	height: calc(100vh - 170px);
	overflow-y: hidden;
}
.chat-list-inner {
    height: calc(100vh - 140px);
    overflow-y: hidden;
}
.main-chat-container {
	height: 100%;
    /* max-height: 415px;
    min-height: 415px; */
    display: flex;
    flex-direction: column;
	margin: 0 0 10px;
}
.vtab-content {
	flex-grow: 1;
	/* height: 100%;
	max-height: 305px;
    min-height: 305px; */
	overflow-y: auto;
	overflow-x: hidden;
}
/* width */
.vtab-content::-webkit-scrollbar {
	display: none !important;
}
.divider {
	border-top-color: rgba(0, 0, 0, 0.12);
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.main-chat-container .currentDate {
	position: relative;
	bottom: 14px;
	background: #fafafa;
	text-align: center;
	margin: 0 auto;
	width: 22%;
}
.main-chat-container .dateDiv {
	margin: 15px 0 5px;
}
.chatbox-container .dateDiv {
	margin: 30px 0 5px;
}
.chatbox-container .messaging-area .currentDate {
	position: relative;
	top: -13px;
	background: #fff;
	text-align: center;
	margin: 0 auto;
	width: 54%;
	font-size: 12px;
}
.messaging-list {
	margin: 10px 0;
}
.my-messages {
	/* float: right; */
	width: 100%;
	margin: 10px 0;
	display: flex;
    justify-content: space-between;
}
.others-messages {
	/* float: left; */
	width: 100%;
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1920px) {
	.others-messages .img-name img {
		top: -50px;

	}
}
@media (max-width: 1680px) {
	.others-messages .img-name img {
		top: -53px;

	}
}

@media (max-width: 1440px) {
	.others-messages .img-name img {
		top: -50px;

	}
}
@media (max-width: 1360px) {
	.others-messages .img-name img {
		top: -65px;

	}
}

@media (max-width: 1176px) {
	.others-messages .img-name img {
		top: -100px;

	}
}

@media (max-width: 1024px) {
	.others-messages .img-name img {
		top: -50px;

	}
}

@media (max-width: 768px) {
	.others-messages .img-name img {
		top: -50px;

	}
}

.img-name img {
	top:0px;
}
.my-messages .img-name {
	display: flex;
	justify-content: flex-end;
}
.others-messages .img-name {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.my-messages .img-name p,
.others-messages .img-name p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}
.my-messages .img-name img {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	border-radius: 50%;
	object-fit: cover;
	position: relative;
}
.others-messages .img-name img {
	width: 40px;
	height: 40px;
	margin-right: 0px;
	border-radius: 50%;
	object-fit: cover;
	margin-left: 5px;
	position: relative;
}

.others-messages .text-messages {
	text-align: start;
}
/* Right triangle placed top right flush. */

.my-messages .text-messages {
	text-align: end;
	width: 87%;
}
.my-messages .talk-bubble {
	margin: 10px 10px 0;
	display: inline-block;
	position: relative;
	max-width: 90%;
	height: auto;
	background-color: #EDF4F8;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	color: #4C4C4C;
}
.others-messages .talk-bubble {
	margin: 10px 10px 0;
	display: inline-block;
	position: relative;
	max-width: 90%;
	height: auto;
	background-color: #EFF1F4;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	color: #4C4C4C;
}
.my-messages .tri-right.right-top:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: -12px;
	top: 0;
	bottom: auto;
	border: 15px solid;
	border-color: #EDF4F8 transparent transparent transparent;
	border-radius: 5px;
	transform: rotate(-20deg);
}

.my-messages .talktext p:first-of-type {
    color: #000;
	font-weight: bold;
}

.others-messages .tri-right.right-top:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: auto;
	left: -12px;
	top: 0;
	bottom: auto;
	border: 15px solid;
	border-color: #f0f0f0 transparent transparent transparent;
	border-radius: 5px;
	transform: rotate(20deg);
}
.data-found {
	width: 100%;
	position: absolute;
    z-index: 0;
    text-align: center;
    margin-bottom: 0;
}
/* talk bubble contents */
.talktext {
	padding: 8px 15px;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}
.talktext p {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	white-space: pre-wrap;
}
.talktext p img {
    width: 50%;
}
.messages-time {
	margin: 0 10px;
}
.messages-time span {
	color: #81C5D0;
	font-size: 12px;
}

.others-messages .messages-time span {
	color: #9EADBD;
}

.others-messages .text-meessages {
	width: 87%;
}

.others-messages .talktext p:first-of-type {
    color: #000;
	font-weight: bold;
}

.text-field {
    border-style: solid;
    border-width: thin;
    border-color: #556e74;
	padding: 5px;
}
.textarea-field {
	display: block;
	box-sizing: padding-box;
	overflow: hidden;
	min-height: 100px;
	max-height: 150px;
	border: 0;
	padding: 0;
    margin: 0;
}
.textarea-field:focus {
	outline: none;
	border-color: transparent;
}
.text-field textarea::placeholder {
	color: rgb(164, 164, 164);
	font-size: 14px;
}
.text-field .actions .pickers img i{
	width: 16px !important;
}
.text-field .actions .sendBtn img {
	width: 25%;
}
.chat-messaging .text-field .actions {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.chatbox-container .text-field .actions {
	/* position: absolute;
	bottom: 10px;
    left: 35px; */
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	/* width: 87%; */
}
.chat-messaging .text-field .actions .pickers {
	display: flex;
    align-items: center;
    justify-content: center;
}
.chat-messaging .text-field .actions .pickers .emoji-icon, .chat-messaging .text-field .actions .pickers .at {
	color: rgb(0 0 0 / 65%);
	font-size: 122%;
	padding: 0 5px;
	border-radius: 5px;
	transition: all 0.5s ease;
	font-weight: bold;
}

.emoji-icon-image{
    height: 16px;
	padding: 0 0 1px 0; 
}
.chat-messaging .text-field .actions .pickers .emoji-icon:hover, .chat-messaging .text-field .actions .pickers .at:hover {
	background: #f5f5f5;
}
.text-field .actions .submit {
	border: 0;
	background: #76c0cc;
	color: #fff;
	font-size: 12px;
	line-height: 2;
	font-weight: 600;
	padding: 4px 0px;
}
.text-field .actions .submit[disabled] {
	background: rgb(118 192 204 / 50%);
	cursor: no-drop;
}
/* Modal */
.new-message-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 20%);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.new-message-modal .modal-content {
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 1rem 1.5rem;
	width: 45%;
	border-radius: 0;
}
.new-message-modal .modal-header {
	padding: 0;
}

.modal-header h2, .modal-header p {
	text-align: center;
}
.modal-header p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}

.close-button1 {
	position: absolute;
	right: 5px;
    top: 5px;
	width: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	cursor: pointer;
	font-size: 30px;
	font-weight: 600;
	border-radius: 0.25rem;
}

.show-modal1 {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
	z-index: 5;
}
/* Modal 2 */
.create-message-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 20%);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.create-message-modal .modal-content {
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 1rem 1.5rem;
	width: 45%;
	border-radius: 0;
}
.create-message-modal .modal-header {
	padding: 0;
}

.modal-header h1 {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}

.close-button2 {
	position: absolute;
	right: 5px;
    top: 5px;
	width: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	cursor: pointer;
	font-size: 30px;
	font-weight: 600;
	border-radius: 0.25rem;
}

.show-modal2 {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
	z-index: 5;
}
/* Modal 3 */
.filters-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 20%);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.filters-modal .modal-content {
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 1rem 1.5rem;
	width: 45%;
	border-radius: 0;
}
.filters-modal .modal-header {
	padding: 0;
}

.modal-header h1 {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}

.close-button3 {
	position: absolute;
	right: 5px;
    top: 5px;
	width: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	cursor: pointer;
	font-size: 30px;
	font-weight: 600;
	border-radius: 0.25rem;
}

.filters-modal .search-area {
	padding: 15px 0;
}
.filters-modal .search-area i {
	position: absolute;
	right: 24px;
	top: 68px;
	font-size: 14px;
	color: #a2cad2;
}
.transaction-type {
	margin-top: 15px;
}
.filters-listing .sort-by .filter-title,
.filters-listing .transaction-type .filter-title {
	color: #b1b1b1;
	font-size: 12px;
	margin: 0;
}
.filters-listing .sort-by .list-items,
.filters-listing .transaction-type .list-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding: 6px 0;
}
.filters-listing .sort-by .list-items .item-name,
.filters-listing .transaction-type .list-items .item-name {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
}
.show-modal3 {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
	z-index: 5;
}
.user-list .titleDiv {
	margin: 10px 0 10px;
}
.user-list .titleDiv .title {
	color: #b1b1b1;
	font-size: 12px;
	margin: 0;
}
.list-div {
	height: 400px;
	overflow: auto;
}
/* width */
.list-div::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.list-div::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

/* Handle */
.list-div::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

/* Handle on hover */
.list-div::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.list,
.list-selected-users {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	cursor: pointer;
}
.list .list-item,
.list-selected-users .list-item {
	display: flex;
	align-items: center;
}
.list .list-item img,
.list-selected-users .list-item img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%;
}
.list .list-item p,
.list-selected-users .list-item p {
	font-size: 12px;
	color: #000;
	font-weight: 600;
	margin: 0;
}
.filters-listing [type='radio']:checked,
.filters-listing [type='radio']:not(:checked) {
	position: absolute;
	left: -9999px;
}
.filters-listing [type='radio']:checked + label,
.filters-listing [type='radio']:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
.filters-listing [type='radio']:checked + label:before,
.filters-listing [type='radio']:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -12px;
	width: 15px;
	height: 15px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}
.filters-listing [type='radio']:checked + label:after,
.filters-listing [type='radio']:not(:checked) + label:after {
	content: '';
	width: 9px;
	height: 9px;
	background: #76c0cc;
	position: absolute;
	top: -9px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.filters-listing [type='radio']:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.filters-listing [type='radio']:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* The check-container */
.check-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.check-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-radius: 2px;
    border-color: rgba(0,0,0,0.54);
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
	background-color: #76c0cc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: '';
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
	left: 5px;
    top: 0px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal-footer .nextBtn {
	background: #76c0cc;
	color: #fff;
	font-size: 12px;
	padding: 10px 50px;
	transition: all 0.5s ease;
	border: none;
}
.modal-footer .nextBtn:hover {
	background: #a5a9ac;
}
.modal-footer .sendBtn {
	background: rgb(164, 164, 164);
	color: #fff;
	font-size: 12px;
	padding: 10px 40px;
	transition: all 0.5s ease;
}
.modal-footer .sendBtn:hover {
	background: #76c0cc;
}
.modal-footer .applyBtn {
	background: #76c0cc;
	color: #fff;
	font-size: 12px;
	padding: 10px 40px;
	transition: all 0.5s ease;
}
.modal-footer .applyBtn:hover {
	background: #a5a9ac;
}
.modal-footer .resetBtn {
	background: transparent;
	border: 1px solid #e05a59;
	color: #e05a59;
	font-size: 12px;
	padding: 9px 40px;
	margin-right: 10px;
	transition: all 0.5s ease;
}
.modal-footer .resetBtn:hover {
	background: #e05a59;
	color: #fff;
}
.fields-area input::placeholder,
.fields-area textarea::placeholder {
	color: rgb(164, 164, 164);
	font-size: 12px;
}
.recipients {
	height: 200px;
}
.recipients .title {
	color: #b1b1b1;
	font-size: 12px;
}
.selected-users {
	max-height: 150px;
	overflow: auto;
	margin-bottom: 10px;
}
.remove-user {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.remove-user img {
	width: 30%;
}
.show-modal2 a.trad-btn-hdr, .searchdiv a.trad-btn-hdr, .show-modal1 a.trad-btn-hdr, .show-modal3 a.trad-btn-hdr {
    float: none;
}
.show-modal3 a.trad-btn-hdr {
	margin-right: 10px;
}
/* width */
.selected-users::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.selected-users::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

/* Handle */
.selected-users::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

/* Handle on hover */
.selected-users::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.add-another {
	display: flex;
	align-items: center;
	justify-content: center;
}
.add-another img {
	width: 15%;
	margin-right: 10px;
}
.add-another .add-another-title {
	font-size: 12px;
	color: #76c0cc !important;
	line-height: 1;
	font-weight: 500;
}
/* Emoji Custom Css */
.emojionearea .emojionearea-button {
	left: 3px !important;
	bottom: 3px !important;
	top: unset;
}
.emojionearea .emojionearea-picker {
	left: 0 !important;
}
.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
	top: -200px !important;
}
.emojionearea {
	border-radius: 0 !important;
	border: 1px solid #cacaca !important;
}

.emojionearea.focused {
	border-color: none !important;
	outline: 0;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.chat-messaging .emojionearea .emojionearea-editor {
	min-height: 4em !important;
	max-height: 10em !important;
	padding: 6px 5px 0 12px !important;
	margin-bottom: 40px !important;
}
.unread-count{
	width: 20px;
    height: 20px;
    font-size: 12px;
    background-color: #f9493d;
    color: #fff;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.unread-count-tabs{
	width: 19px;
    height: 19px;
    font-size: 15px;
    background-color: #f9493d;
    color: #fff;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
	margin-left: 7px;
}
.chat-messaging .emojionearea .emojionearea-editor::-webkit-scrollbar {
	display: none;
}
.chat-messaging .mention-users.active {
	display: block !important;
	left: -5px;
	bottom: 140px;
}
.is-hidden {
    display: none !important;
}
.modal-footer .text-center .create-group{
    display: inline-block;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px 0px 15px;
    font-size: 95%;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    position: relative;
    text-align: right;
    margin-right: -10px;
    margin-top: -5px;
    margin-bottom: -5px;
    min-height: 37px;
    background-color: #dddddd;
    color: #212121;
    border: 0;
}
.modal-footer .text-center .create-group[disabled] {
	background: #dddddd;
    cursor: no-drop;
}
.highlight {
	background-color: yellow;
}
.message-count {
	background: rgba(202, 56, 56, 0.7) !important;
	color: #fff !important;
}
.active-chatbox {
	display: block;
}
@media screen and (min-device-width: 1440px) {
	.tabs > input,
	.tabs > span {
	font-size: 100%;
	}
	.main-chat-container {
		height: 100%;
	}
	.chat-listing .tab-content {
		height: 100%;
	}
	.chat-listing .tab-content section {
		height: 100%;
	}
	.chat-list {
		height: 100%;
	}
	.vtab-content {
		height: 100%;
	}
	.main-chat-container .currentDate {
		width: 20%;
	}
	.cnacelledBtn {
		font-size: 90%;
	}
	.chat-name-and-date .chatName {
		font-size: 100%;
	}
	.chat-name-and-date .chatDate {
		font-size: 80%;
	}
	.chat-list .media .member-names p {
		font-size: 90%;
	}
	.chat-list .media .member-names li {
		font-size: 90%;
	}
	.chat-list .media p,
	.chat-messaging .media p,
	.selected-chat-header .media .member-names li {
		font-size: 100%;
	}
}
@media screen and (min-device-width: 1920px) {
	.tabs > input,
	.tabs > span {
	font-size: 124%;
	font-weight: 600;
	}
	.talktext p {
		font-size: 16px;
	}
	.initial-inner-section .status-message {
		font-size: 110%;
	}
	.initial-inner-section .prompt-message {
		font-size: 110%;
	}
	.chat-name-and-date .chatName {
		font-size: 124%;
	}
	.chat-name-and-date .chatDate,
	.statusBtn {
		font-size: 90%;
	}
	.chat-list .media .member-names p {
		font-size: 100%;
	}
	.chat-list .media .member-names li {
		font-size: 100%;
	}
	.chat-listing .tab-content {
		height: 100%;
		min-height: 715px;
		max-height: 715px;
	}
	.chat-listing .tab-content section {
		height: 100%;
	}
	.chat-list {
		height: 100%;
		min-height: 715px;
		max-height: 715px;
	}
	.vtab-content {
		height: 100%;
	}
	/* .chat-messaging .text-field .actions {
		width: 96%;
	} */
}
/* Switch Toggle */
.notification-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* The switch - the box around the slider */
.notification-div .switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
  }
  
  /* Hide default HTML checkbox */
  .notification-div .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .notification-div .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .notification-div .slider:before {
	position: absolute;
	content: "";
	height: 18px;
    width: 18px;
    left: 2px;
    bottom: 1px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .notification-div input:checked+.slider {
	background-color: #2196F3;
  }
  
  .notification-div input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  .notification-div input:checked+.slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
  }
  
  /* Rounded sliders */
  .notification-div .slider.round {
	border-radius: 34px;
  }
  
  .notification-div .slider.round:before {
	border-radius: 50%;
  }
  
/* End */
#send-message{
    position: relative;
}
/* Custom Emoji Picker */
ul.emoji-picker {
    list-style: none;
    padding: 0;
    margin: 0;
}
#emojis {
	position: absolute;
	bottom: 65px;
    left: 0px;
    border: 1px solid #a9a9a9;
    width: 250px;
    max-height: 180px;
    overflow: auto;
    margin: 0 auto;
	background: #fff;
}
ul#emojis li.category h2.title {
    position: sticky;
    top: 0;
    margin: 0;
    padding: 8px 12px;
    color: #666;
    background: #ccc;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
ul#emojis li.category ul.emoji-list {
    padding: 10px 0;
}
ul#emojis li.category ul.emoji-list li {
    display: inline-block;
	font-size: 20px;
    padding: 6px;
}
ul#emojis li.category ul.emoji-list li a {
    display: block;
    width: 30px;
    margin: 6px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
	-webkit-transition: 0.15s all ease-out;
    transition: 0.15s all ease-out;
}
ul#emojis li.category ul.emoji-list li a:hover {
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.emoji-picker {
    display: none;
}
.emoji-picker.active {
    display: block !important;
}
/* PDF embed pages */

#pdfContainer {
	position: relative;
	width: 58%;
	height: 600px;
	overflow-y: auto;
	overflow-x: auto;
	float: left;
	border: 5px solid #282828;
	display:block;
	margin-right: 15px;
}

#pdfWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#pdfPagination {
	width:100%;
	text-align:center;
	color: #b8b8b8;
	font-weight:bold;
	background-color:#282828;
}

#pdfPagination #prevPage {
	display:none; 
	padding: 0px 10px;
	cursor:pointer;
}

#pdfPagination #page {
	display:none; 
}

#pdfPagination #nextPage {
	display:none; 
	padding: 0px 10px;
	cursor:pointer;
}

#pdfToggle {
	color: black;
	font-weight:bold;
	width: 100px;
	cursor: pointer;
}

.error-text-color-pages{
	color: #000;
}
