@charset "UTF-8";
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 700;
	src: url("components/iranyekan/Farsi_numerals_(Non_Standard)/WebFonts/fonts/eot/iranyekanwebbold(fanum).eot");
	src: url("components/iranyekan/Farsi_numerals_(Non_Standard)/WebFonts/fonts/eot/iranyekanwebbold(fanum).eot?#iefix") format("embedded-opentype"), url("components/iranyekan/Farsi_numerals_(Non_Standard)/WebFonts/fonts/woff2/iranyekanwebbold(fanum).woff2") format("woff2"), url("components/iranyekan/Farsi_numerals_(Non_Standard)/WebFonts/fonts/woff/iranyekanwebbold(fanum).woff") format("woff"), url("components/iranyekan/Farsi_numerals_(Non_Standard)/WebFonts/fonts/ttf/iranyekanwebbold(fanum).ttf") format("truetype")
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 300;
	src: url("components/iranyekan/Farsi_numerals_(Non_Standard)/WebFonts/fonts/eot/iranyekanweblight(fanum).eot");
	src: url("components/iranyekan/Farsi_numerals_(Non_Standard)/WebFonts/fonts/eot/iranyekanweblight(fanum).eot?#iefix") format("embedded-opentype"), url("components/iranyekan/Farsi_numerals_(Non_Standard)/WebFonts/fonts/woff2/iranyekanweblight(fanum).woff2") format("woff2"), url("components/iranyekan/Farsi_numerals_(Non_Standard)/WebFonts/fonts/woff/iranyekanweblight(fanum).woff") format("woff"), url("components/iranyekan/Farsi_numerals_(Non_Standard)/WebFonts/fonts/ttf/iranyekanweblight(fanum).ttf") format("truetype")
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 400;
	src: url("components/iranyekan/Farsi_numerals_(Non_Standard)/WebFonts/fonts/eot/iranyekanwebregular(fanum).eot");
	src: url("components/iranyekan/Farsi_numerals_(Non_Standard)/WebFonts/fonts/eot/iranyekanwebregular(fanum).eot?#iefix") format("embedded-opentype"), url("components/iranyekan/Farsi_numerals_(Non_Standard)/WebFonts/fonts/woff2/iranyekanwebregular(fanum).woff2") format("woff2"), url("components/iranyekan/Farsi_numerals_(Non_Standard)/WebFonts/fonts/woff/iranyekanwebregular(fanum).woff") format("woff"), url("components/iranyekan/Farsi_numerals_(Non_Standard)/WebFonts/fonts/ttf/iranyekanwebregular(fanum).ttf") format("truetype")
}


/* Remove Dark Mode */

:root {
	color-scheme: light;
}

@media screen and (prefers-color-scheme: dark) {
	body {
		background-color: white !important;
		color: black !important;
	}
}

body {
	cursor: default;
}

html,
body,
input,
button,
select,
textarea,
a {
	font-family: iranyekan;
	/*font-weight: 400;*/
}

a {
	color: #03a2a1;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: none;
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.3);
}

#main-container {
	width: 100vw;
	height: 100vh;
}

#navbar {
	background: #03a2a1;
}

.dropdown-toggle::after {
	display: none;
}

.chat-list-item {
	background: white;
	cursor: pointer;
}

.chat-list-item:hover .channel-image {
	background: hsl(0, 0%, 95%);
}

.chat-list-item:active .channel-image {
	background: hsl(0, 0%, 85%);
}

.chat-list-item.active .channel-image {
	background: hsl(0, 0%, 90%);
}

.chat-list-item .chat-details {
	width: 60%;
}

.chat-list-item.unread .name,
.chat-list-item.unread .last-message {
	font-weight: bold;
}

.chat-list-item .last-message,
#message-area #navbar #details {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#message-area .overlay {
	background: hsl(0, 0%, 80%);
}

#input-area {
	background: hsl(0, 0%, 95%);
}

#input-area #input {
	outline: none;
}

.message-item {
	position: relative;
	max-width: 700px;
	word-break: break-word;
	padding: 6px 15px !important;
	font-size: 14px;
	clear: both;
}

.message-item-container {
	float: right;
	min-width: 170px;
}

@media only screen and (max-width: 575px) {
	.message-item-container {
		float: none;
	}
	.body {
		width: 100%;
	}
	html .message-file {
		width: 100%;
	}
	.chat-list {
		position: fixed;
		top: 116px;
		bottom: 0;
		display: block;
	}
	.chat-list .chat-list-item {
		float: right;
		height: 125px;
	}
}

.message-item.self {
	background: #dcf8c6!important;
}

.message-item .number {
	color: #03a2a1 !important;
}

.message-item .options {
	position: absolute;
	top: 0;
	left: -3px;
	opacity: 0;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.message-item:hover .options {
	opacity: 1;
	left: 0;
}

#messages-scroll {
	overflow: auto;
	flex: 1!important;
}

#messages {
	/* background: hsl(0, 0%, 80%); */
	padding-bottom: 20px;
}

#profile-settings {
	position: absolute;
	top: 0;
	z-index: 11;
	right: -110%;
	background: hsl(0, 0%, 95%);
	transition: all 0.2s ease-in;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

#profile-settings:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	border: 50px;
	height: 320px;
	background-color: #03a2a1;
	background-image: url(../../themes/messenger/images/bg-00-5.png);
	background-size: contain;
	z-index: -2;
}

#profile-settings .profile-settings-header {
	background: transparent !important;
}

#profile-pic {
	cursor: pointer;
	position: relative;
	max-width: 200px;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	object-fit: cover;
}

.profile-input {
	border-bottom: 2px solid transparent !important;
	outline: none;
}

.profile-input:focus {
	border-bottom-color: hsl(0, 0%, 50%) !important;
}

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

.number {
	direction: rtl;
	display: inline-block;
}

html .rtl .time {
	text-align: right !important;
	direction: ltr;
}

html .rtl .flex-grow-1.text-left {
	text-align: left !important;
}

.message-file {
	margin-top: 10px;
	width: 250px;
}


/* .message-file img, */

.message-file video,
.message-file audio {
	display: block;
	max-width: 100%;
	/* min-width: 200px; */
	min-width: 100%;
}


/* .message-file video {
	height: 200px;
} */

.message-file img {
	display: block;
	/* max-height: 200px; */
	/* max-width: 100%; */
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.body {
	padding-bottom: 25px;
	padding-top: 5px;
	display: block;
	max-width: 100%;
}

.time.text-muted {
	position: absolute;
	bottom: 7px;
	right: 18px;
	width: 150px;
}

.all-read {
	margin-left: 10px;
	display: inline-block;
}

.last-message-body {
	height: 20px;
	overflow: hidden;
}


/* .last-message .number {
	display: none;
} */

.message-poll-wrapper {
	margin-bottom: 25px;
}

.message-poll {
	margin-top: 10px;
}

[data-message-id].voted .message-poll-wrapper,
[data-message-id].voted .message-poll-btns {
	opacity: 0.2;
	pointer-events: none;
}

[data-message-id].voted .message-poll-body:before {
	display: block;
	content: "شما قبلا در این پرسش شرکت کرده‌اید";
	text-align: center;
	padding: 10px;
	background: #fbc63e;
	margin: 10px 0;
}

.message-poll .message-poll-item {
	padding: 7px 10px;
	margin-bottom: 2px;
	min-width: 100px;
	font-size: 13px;
	border-radius: 2px;
	background: #f5f5f5;
	cursor: pointer;
	display: block;
}

.message-poll .message-poll-item:active {
	background: #ccc;
}

.message-poll .message-poll-item:active {
	background: #bbb;
}

.message-poll .message-poll-item input {
	margin-left: 4px;
}

.message-poll-btns {
	background: whitesmoke;
	padding: 10px;
	border-radius: 2px;
	text-align: center;
	margin-top: -10px;
}

.btn-primary.disabled,
.btn-primary:disabled {
	background: #aaa;
	border-color: #aaa;
}


/*.message-poll .message-poll-item:before {
		content: '';
		border-radius: 100%;
		width: 10px;
		height: 10px;
		display: inline-block;
		margin-left: 6px;
		margin-bottom: -2px;
		background: white;
		border: 1px solid #aaa;
	}*/


/*******************************/


/*body, html {
	overflow: hidden;
}*/

.messenger-header .messenger-logo {
	text-align: center;
	padding: 10px;
	background: #03a2a1;
}

.messenger-header .messenger-logo svg {
	max-width: 300px;
	height: 55px;
	display: block;
	margin: 0 auto;
}

.messenger-header .messenger-logo svg g,
.messenger-header .messenger-logo svg path {
	fill: white;
}

.overlay-logo svg {
	max-width: 250px;
	margin-top: 30px;
	margin: 0 auto;
	display: block;
	height: 60px;
	margin-top: 60px;
}

.overlay-logo svg g,
.overlay-logo svg path {
	fill: #999999;
}

.plan-note {
	text-align: center;
}

.main-container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.main-container .card {
	border: none;
	border-radius: 0;
}

.alert {
	margin: -1.25rem -1.25rem 1.25rem;
	border-radius: 0;
	border: none;
}


/* max-height - the only parameter in this file that needs to be edited.
* Change it to suit your needs. The rest is recommended to leave as is.
*/

.clusterize-scroll {
	max-height: 100%;
	overflow: auto;
}


/**
* Avoid vertical margins for extra tags
* Necessary for correct calculations when rows have nonzero vertical margins
*/

.clusterize-extra-row {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}


/* By default extra tag .clusterize-keep-parity added to keep parity of rows.
* Useful when used :nth-child(even/odd)
*/

.clusterize-extra-row.clusterize-keep-parity {
	display: none;
}


/* During initialization clusterize adds tabindex to force the browser to keep focus
* on the scrolling list, see issue #11
* Outline removes default browser's borders for focused elements.
*/

.clusterize-content {
	outline: 0;
	counter-reset: clusterize-counter;
}


/* Centering message that appears when no data provided
*/

.clusterize-no-data td {
	text-align: center;
}

#messages-scroll {
	background: hsl(0, 0%, 80%);
	align-items: center;
}

.message-date {
	text-align: center;
	padding: 5px;
	display: none;
}

.scroll-down {
	left: 13px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	font-size: 18px;
	border-radius: 100%;
	position: fixed;
	bottom: 13px;
	z-index: 10;
	background: white;
	color: #03a2a1;
	transition: all ease-in-out .2s;
	text-align: center;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
	font-family: Font Awesome\ 5 Free;
	visibility: hidden;
	opacity: 0;
}

.scroll-down:active,
.scroll-down:hover {
	background-color: #f9f9f9;
}

html.affix .scroll-down {
	visibility: visible;
	opacity: 1;
}


/*[data-player]:not(.play) {
	line-height: 1;
	border: 8px solid white;
	box-shadow: 0 1px 2px #ccc;
	font-size: 24px;
	display: block;
	text-align: center;
	border-radius: 2px;
	padding: 30px 20px;
	background: #e9ecef;
	color: white;
}

	[data-player]:not(.play) i.fas.fa-play
	{
		background: #495057;
		border-radius: 100px;
		width: 50px;
		height: 50px;
		padding-top: 13px;
		padding-left: 4px;
	}

[data-player]:not(.play):hover,
[data-player]:not(.play):active {
	background: #dfe2e6;
}

[data-player].play > i {
	display: none;
}*/


/*.message-item:before {
	content: '# ' attr(data-message-id);
	display: inline-block;
	font-size: 11px;
	float: left;
	color: #aaa;
	direction: ltr;
	margin-left: -8px;
}*/

.btn-primary {
	background: #00afad;
	border-color: #00afad;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background: #03a2a1;
	border-color: #03a2a1;
}


/**/


/*@media {@media only screen and (max-width: 575px) {
	#navbar {
		position: fixed;
		top: 0;
		right: 15px;
		left: 15px;
		z-index: 1;
	}

	#message-area #navbar {
		right: 0;
		left: 0;
	}

	.profile-settings-header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
	}

	#profile-settings[style="right: 0px;"] .profile-settings-header {
		z-index: 2;
	}

	#messages-scroll,
	#chat-list-area {
		position: fixed !important;
		top: 66px;
		left: 0;
		right: 0;
		bottom: 0;
	}
}*/

.message-file {
	background: #e9ecef;
	border-radius: 3px;
	font-size: 12px;
	box-shadow: 0 4px 3px #ccc;
	text-decoration: none;
	margin-top: 0px;
	/* border: 7px solid white; */
	width: 100%;
	border: 0;
	margin: 0 auto;
	margin-bottom: 20px;
}

.message-file .message-file-preview a,
.message-file .message-file-preview [data-player]:not(.play) {
	line-height: 1;
	font-size: 57px;
	display: block;
	text-align: center;
	border-radius: 2px;
	padding: 17px 20px;
	background: #e9ecef;
}

.message-file .message-file-preview a {
	padding: 0;
}

.message-file .message-file-preview a i {
	padding: 17px 20px;
}

.message-file .message-file-preview a:hover,
.message-file .message-file-preview a:active,
.message-file .message-file-preview [data-player]:not(.play):hover,
.message-file .message-file-preview [data-player]:not(.play):active {
	background: #dfe2e6;
}

.message-file.video [data-player]:not(.play) i.fas.fa-play,
.message-file.audio [data-player]:not(.play) i.fas.fa-play {
	background: #495057;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	padding-top: 13px;
	padding-left: 4px;
	color: white;
	text-align: center;
	font-size: 23px;
	display: block;
	margin: 0 auto;
}

.message-file.audio audio {
	background: #f1f3f4;
}

.message-file.pdf .message-file-preview a {
	color: #de6868;
}

.message-file .message-file-download {
	display: block;
	background: #495057;
	color: #ffffff;
	padding: 9px 17px;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	display: inline-block;
	position: absolute;
    left: 0;
    bottom: 0;
}
.message-file:after {
	display: block;
	clear: both;
	content: "";
}

.message-file .message-file-download:hover {
	background: #333940;
}

.message-file .message-file-download .filename {
	direction: ltr;
	font-family: sans-serif, iranyekan;
	overflow: hidden;
	width: calc(100% - 52px);
	white-space: nowrap;
	position: relative;
	float: left;
	text-overflow: ellipsis;
}

.attach-file-info {
	padding: 5px 10px;
	border-bottom: 1px solid #919191;
	background: #333;
	display: none;
	transition: all .5s;
	width: 0;
	color: #fff;
	min-height: 70px;
	color: #fff;
	box-shadow: inset 0px -7px 13px 0px #181818;
}
.attach-file-info .icon {
	margin-left: 8px;
	font-size: 50px;
	margin-bottom: 6px;
	margin-top: 6px;
}
.show-popup {
	width: 100%;
	display: block;
}

/*.preview-icon,
.message-file.image img {
	line-height: 1;
	border: 8px solid white;
	box-shadow: 0 1px 2px #ccc;
	font-size: 57px;
	display: block;
	text-align: center;
	border-radius: 2px;
	padding: 17px 20px;
	background: #e9ecef;
	color: #de6868;
}

.preview-icon:hover,
.preview-icon:active {
	background: #dfe2e6;
}

.message-file {
	margin-bottom: 20px;
}*/

.card .alert {
	text-align: center
}

#onesignal-popover-container * {
	font-family: iranyekan;
	direction: rtl;
}

.progress {
	margin-top: -6px;
	z-index: 0;
	position: relative;
	border-radius: 0 0 3px 3px;
}
.btn-delete-message {
	float: left;
    border-radius: 2px;
    padding: 0;
    font-size: 14px;
    width: 25px;
    height: 25px;
}

/* جستجو در منوی کناری */

[data-category-id="40"]:not(.show) {
	display: none !important;
}

.searching {
	font-size: 13px;
	background: rgba(255, 255, 255, .6);
	padding: 6px 15px;
	border-radius: 4px;
	box-shadow: 0 1px 3px #aaa;
	margin: 40px auto;
	text-align: center;
	width: 140px;
	max-width: 260px;
}

.searching strong {
	color: #03a2a1;
}

#search-box {
	background: #f2f2f2;
	padding: 10px;
	position: relative;
}

#search-box input {
	height: auto;
	border-radius: 20px;
	padding: 6px 37px 6px 70px;
	border: none;
	font-size: 12px;
}

#search-box i.fa-search {
	position: absolute;
	top: 16px;
	right: 24px;
	color: #aaa;
}

#search-box .submit {
	position: absolute;
	top: 7px;
	left: 10px;
	color: #aaa;
	cursor: pointer;
	width: 57px;
	text-align: left;
	padding: 10px 10px;
}

#search-box input:focus~.submit span {
	display: block;
}

#search-box .submit span {
	display: none;
	font-family: iranyekan;
	font-size: 13px;
	position: relative;
	float: right;
	margin-left: 5px;
	top: 2px;
	font-weight: bold;
}

.fancybox-thumbs {
	top: auto;
	width: auto;
	bottom: 0;
	left: 0;
	right: 0;
	height: 95px;
	padding: 10px 10px 5px 10px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px;
}

.body-message {
	overflow: hidden;
	max-height: 250px;
	position: relative;
	text-align: justify;
}

.body-message h4[data-message-title]:empty {
	display: none;
}

.body-message table td {
	padding: 4px 10px !important;
}

.body-message.has-more:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 30px 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .0), white);
	content: '';
}

.body-message.show-more {
	max-height: 100%;
}

.body-message.show-more:after {
	display: none;
}

.readmore {
	padding: 4px 10px;
	border-radius: 2px;
	margin-top: 10px;
	background: #f5f5f5;
	color: #2aa2a0;
	font-size: 13px;
	float: left;
}

.message-item .number {
	display: none;
}

.body-message {
	font-size: 13px;
	line-height: 1.65;
}

.body-message h1 {
	font-size: 18px;
	font-weight: bold;
}

.body-message h2 {
	font-size: 17px;
	font-weight: bold;
}

.body-message h3 {
	font-size: 16px;
	font-weight: bold;
}

.body-message h4 {
	font-size: 15px;
	font-weight: bold;
}

.body-message h1,
.body-message h2,
.body-message h3,
.body-message h4 {
	margin-bottom: 8px !important;
	line-height: 1.5;
}

.body-message h1,
.body-message h2,
.body-message h3,
.body-message h4,
.body-message h1 *,
.body-message h2 *,
.body-message h3 *,
.body-message h4 * {
	color: #2aa2a0;
}

.body-message h1:before,
.body-message h2:before,
.body-message h3:before,
.body-message h4:before {
	content: '';
	border-radius: 100%;
	width: 7px;
	height: 7px;
	display: inline-block;
	background: #2aa2a0;
	margin-left: 6px;
	color: #fbc53e;
}

.body-message * {
	padding: 0 !important;
	margin: 0 !important;
}

[data-message-channel-id="40"] .channel-name {
	display: block;
}

.channel-name {
	float: left;
	font-size: 11px;
	color: white;
	padding: 0px 5px 2px;
	border-radius: 8px;
	background: #2aa2a0;
	position: absolute;
	top: 4px;
	left: 4px;
	height: 19px;
	display: none;
}

.chat-list .w-50,
.chat-list .flex-grow-1 {
	display: none;
}

.chat-list .chat-list-item {
	width: 50%;
	text-align: center;
	border: 1px solid #f7f7f7;
	position: relative;
}


/*.chat-list .chat-list-item:nth-last-of-type(-n+2) {
		border-bottom: 0;
	}*/

.chat-list .chat-list-item[data-unread]:before {
	display: block;
	position: absolute;
	left: 13px;
	top: 9px;
	background: #ff6565;
	border-radius: 50%;
	width: 26px;
	font-size: 12px;
	height: 26px;
	padding-top: 2px;
	color: #ffffff;
	border: 3px solid white;
	content: attr(data-unread)
}

.chat-list .chat-list-item .channel-image {
	display: block;
	margin: 10px;
	border-radius: 30px;
	padding: 10px;
}

.chat-list .chat-list-item img {
	width: 100%;
	max-width: 100px;
	display: block;
	margin: 0 auto;
}

.chat-list .chat-list-item.lg .channel-image {
	padding: 0;
	margin: 0;
}

.chat-list .chat-list-item.lg .channel-image img {
	max-width: 100%;
	background: #279992;
	background-image: linear-gradient(#279992, #279992, #fbc63e, #fbc63e);
}

.col-md-4 {
	flex: 0 0 250px;
	max-width: 100%;
}

.col-md-8 {
	flex: 1;
	max-width: 100%;
}

@media only screen and (max-width: 575px) {
	.col-md-4 {
		flex: 1;
	}
	.chat-list .chat-list-item .channel-image {
		margin: 0;
	}
	.chat-list .chat-list-item[data-unread]:before {
		left: calc(50% - 58px);
		top: 4px;
	}
}

.body-message img {
	max-width: 100% !important;
	height: auto !important;
}

#username {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 175px;
}

.profile-pic-status {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 77px;
	font-size: 13px;
}

.profile-pic-wrapper {
	border-radius: 200px;
	margin: 0px auto 5px;
	text-align: center;
	height: unset;
	width: unset;
}

.btn-logout {
	padding: 2px 20px 4px;
	position: absolute;
	left: 15px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 40px;
}

.profile-name input {
	text-align: center;
	background: transparent;
	color: #fff;
}

.profile-code .wrapper {
	background: rgba(0, 0, 0, 0.25);
	padding: 4px 15px 3px;
	border: 0 !important;
	height: unset;
	border-radius: 40px;
	width: unset;
	min-width: unset;
	color: #fff;
	display: inline-block;
}

.profile-code input {
	text-align: left;
	background: transparent;
	border: 0 !important;
	height: unset;
	width: 92px;
	min-width: unset;
	color: #fff;
}


/* #profile-pic {
	max-height: 100%;
} */

.fancybox-slide {
	padding: 14px !important;
}

span[data-fancybox="gallery"] {
	width: 155px;
	height: 155px;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #eee;
	margin: 4px !important;
	box-shadow: 0 1px 5px #ccc;
	border: 5px solid white;
	cursor: pointer;
}

span[data-fancybox="gallery"] img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	object-fit: contain;
}

@media only screen and (max-width: 575px) {
	span[data-fancybox="gallery"] {
		width: 100px;
		max-width: calc(50% - 8px);
		height: 100px;
	}
}

.body-message-gallery {
	margin: 5px 0 10px !important;
	text-align: center;
}

.clusterize-content {
	width: 100%;
}

@media only screen and (min-width: 992px) {
	.body {
		width: 100%;
	}
	.message-item-container {
		min-width: 50%;
		width: 50%;
		max-width: 50%;
		float: unset;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

@media (max-width: 991px) and (min-width: 576px) {
	.body {
		width: 100%;
	}
	.message-item-container {
		min-width: 97%;
		width: 98%;
		max-width: 99%;
	}
}


/* #Change Add Style Dev */


/* .message-file {
	width: 100%;
} */

.message-item {
	padding: 0 !important;
}

.message-item .body {
	margin: 0 !important;
	padding-top: 0;
}

#title_message h4 {
	padding-top: 15px !important;
}

.message-item .body .body-message {
	padding: 0 15px !important;
}

.message-item .body .body-message-gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	position: relative;
	right: -15px;
}

span[data-fancybox="gallery"] {
	cursor: pointer;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	height: auto;
	border: 0;
	box-shadow: unset;
	overflow: hidden;
	margin: 0 0 6px 0 !important;
}

span[data-fancybox="gallery"]:nth-child(odd) {
	padding-right: 3px !important;
}

span[data-fancybox="gallery"]:nth-child(even) {
	padding-left: 3px !important;
}

span.img-wide[data-fancybox="gallery"],
span[data-fancybox="gallery"]:first-child {
	/* width: calc(100% + 30px );
	height: 100%;
	max-width: calc(100% + 30px );
	margin: 0 auto !important;
	padding: 0 !important; */
	border: 0;
	box-shadow: unset;
	/* margin-right: 0 !important;
	display: block;
	text-align: center;
	position: relative;
	right: -15px; */
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 !important;
}

.message-file {
	box-shadow: unset;
	position: relative;
}

.message-item .message-file.video {
	border: 0;
	width: 100%;
}

.message-item .readmore {
	margin-left: 15px;
}

.message-poll-body {
	padding-right: 15px;
	padding-left: 15px;
}


/* Add New Style */

.fcm-box {
	position: fixed;
	bottom: 10px;
	left: 10px;
}

html,
body {
	overflow: hidden;
}

#modal-video {
	opacity: 1;
	display: block;
	/* background: #fff; */
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

#modal-video .modal-dialog {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

#modal-video .modal-content {
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 0;
}

#modal-video .close {
	border: 2px solid #ff0101;
	border-radius: 3px;
	width: 25px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	color: red;
	background: #fff;
	text-shadow: unset;
	font-weight: bold;
	font-size: 30px;
	opacity: 0.6;
	line-height: 1;
}

#modal-video .close span {
	line-height: 1;
	position: relative;
	top: -3px;
}

#modal-video .modal-header {
	padding: 10px 10px;
}

#modal-video .modal-header .modal-title {
	font-size: 15px;
	font-weight: bold;
	color: teal;
}

#modal-video .modal-header .modal-title .icon {
	font-size: 10px;
	border-radius: 100%;
	border: 2px solid teal;
	margin-left: 8px;
	width: 25px;
	height: 25px;
	padding: 6px;
}

#modal-video .close:hover {
	opacity: 1;
}

#modal-video .close:focus {
	outline: none;
}

#modal-video .modal-body {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 0;
}

.message-bar-btns .parent-modal-btn {
	left: 50px;
}

@media (max-width: 576px) {
	.parent-modal-btn {
		z-index: 1 !important;
	}
}

.parent-modal-btn {
	display: block;
	text-align: left;
	width: auto;
	position: fixed;
	top: 20px;
	left: 10px;
	z-index: 100;
}

.parent-modal-btn .btn {
	font-size: 12px;
	padding: 3px 6px;
	background: #ffc63e;
	color: #009992;
	font-weight: bold;
}

.parent-modal-btn .btn:hover,
.parent-modal-btn .btn:active,
.parent-modal-btn .btn:focus {
	background: #ffb400;
	color: #006f6e;
}

.parent-modal-btn .btn:active {
	background: #efa800;
	color: #ffffff
}

.parent-modal-btn .btn:focus {
	outline: none;
	box-shadow: unset;
}

#modal-video iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

@media (min-width: 1200px) {
	#modal-video iframe {
		width: 80%;
	}
}

@media (max-width: 576px) {
	.parent-modal-btn {
		z-index: 1 !important;
	}
	#username {
		width: 115px;
	}
}

@media (max-width: 330px) {
	.parent-modal-btn .btn {
		font-size: 11px;
	}
	.message-bar-btns .parent-modal-btn {
		left: 45px;
	}
}


/* <!-- #Change My Style --> */

html,
body {
	/* height: 100%;
	overflow-y: auto;*/
	-webkit-overflow-scrolling: touch;
}

.olControlLayerSwitcher,
.olControlLayerSwitcher.olControlNoSelect,
#OpenLayers_Control_LayerSwitcher_24 {
	display: none;
}


/* Scrollbar */

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 0px;
}

::-webkit-scrollbar-track {
	background: #dbdbdb;
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
	background: #666;
}


/* End Scrollbar */


/* Chat List */

.chat-list {
	overflow: auto;
	padding: 0 5px;
	position: unset;
	top: unset;
	bottom: unset;
	padding-bottom: 95px;
}

#chat-list {
	margin-bottom: 50px;
	padding-bottom: 0;
}

.parent-chat-list-area {
	overflow: hidden;
	position: relative;
}

#chat-list-area {
	background: #f0f4f7;
	overflow: auto;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

#chat-list-area .chat-list-item {
	background: transparent;
	width: 50%;
	border: 0;
	height: unset;
	padding-bottom: 10px;
}

#chat-list-area .chat-list-item .channel-image {
	padding: 0;
	border-radius: 6px;
	margin: 0 5px;
	/* box-shadow: 0 0 1px #868686; */
	border: 1px solid #ddddde;
	overflow: hidden;
	background: #fff;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.11);
}

#chat-list-area .chat-list-item .channel-image figure {
	padding: 8px 15px;
	margin: 0;
}

#chat-list-area .chat-list-item .channel-image figure svg {
	height: 30px;
	width: auto;
}

#chat-list-area .chat-list-item .channel-image figure img {
	height: 38px;
	width: auto;
	transition: all 0.3s;
	font-size: 12px;
	max-width: 100%;
}

#chat-list-area .chat-list-item .channel-image:hover,
#chat-list-area .chat-list-item .channel-image:active {
	background: #f3f3f3;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.08);
}

#chat-list-area .chat-list-item .channel-title {
	display: block;
	background: #009992;
	color: #ffffff;
	font-size: 11px;
	padding: 5px 3px 7px;
	position: relative;
}

#chat-list-area .chat-list-item .channel-image:hover .channel-title:after,
#chat-list-area .chat-list-item .channel-image:active .channel-title:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.11);
}

#chat-list-area .chat-list-item .channel-image:active figure img {
	transform: scale(0.9);
}

.chat-list .chat-list-item[data-unread]:before {
	left: 8px;
	top: 3px;
}

#chat-list-area .chat-list-item .channel-image-1 .channel-title {
	background: #0991a7;
}

#chat-list-area .chat-list-item .channel-image-2 .channel-title {
	background: #5654c1;
}

#chat-list-area .chat-list-item .channel-image-3 .channel-title {
	background: #1362b9;
}

#chat-list-area .chat-list-item .channel-image-4 .channel-title {
	background: #2b677d;
}

#chat-list-area .chat-list-item .channel-image-5 .channel-title {
	background: #409e69;
}

#chat-list-area .chat-list-item .channel-image-6 .channel-title {
	background: #8f60bc;
}

#chat-list-area .chat-list-item .channel-image-7 .channel-title {
	background: #125fbb;
}

#chat-list-area .chat-list-item .channel-image-8 .channel-title {
	background: #cc6e29;
}

#chat-list-area .chat-list-item .channel-image-9 .channel-title {
	background: #b6a441;
}

#chat-list-area .chat-list-item .channel-image-10 .channel-title {
	background: #d2423a;
}


/* End Chat List */


/* Bottom Navbar */

.bottom-navbar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	/* box-shadow: 0 0 8px 0px #e5e7e8; */
	border-top: 1px solid #e3e4e7;
	padding: 5px 0px;
	background: #fff;
	display: block;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	z-index: 999;
	font-size: 0;
}

.bottom-navbar .bottom-navbar-item {
	display: inline-block;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
	border: 0;
	background: transparent;
	outline: 0;
}

.bottom-navbar .bottom-navbar-item .icon {
	display: block;
	font-size: 16px;
	position: relative;
	top: 1px;
	color: #777;
}

.bottom-navbar .bottom-navbar-item .img-icon {
	max-height: 18px;
	display: block;
	margin: 0 auto 5px;
	filter: opacity(0.6);
}

.bottom-navbar .bottom-navbar-item .text {
	color: #6e6e6e;
	font-size: 11px;
}

.bottom-navbar .bottom-navbar-item.active .img-icon {
	filter: unset;
}

.bottom-navbar .bottom-navbar-item.active .text {
	color: #000;
}

.bottom-navbar .bottom-navbar-item:disabled,
.bottom-navbar .bottom-navbar-item[disabled] {
	filter: opacity(0.7);
}


/* End Bottom Navbar */

.nav-profile-image {
	display: inline-block;
	height: 50px;
	width: 50px;
	overflow: hidden;
	display: none !important;
}

.nav-title {
	display: block;
	text-align: center;
	width: 100%;
}

.nav-profile-image img {
	height: 100%;
	min-width: 50px;
	cursor: pointer;
}

.wraper-top-nav {
	position: relative;
}

#navbar {
	min-height: 66px;
}


/* Search Box */

.parent-search-box {
	position: absolute;
	left: 70px;
	top: 16px;
}

.parent-search-box .search-box#search-box {
	cursor: pointer;
	transition: all 0.3s;
	width: 35px;
	height: 35px;
	background: transparent;
	box-sizing: border-box;
	border-radius: 25px;
	padding: 5px;
}

.search-box#search-box input {
	position: absolute;
	top: 0;
	height: 35px;
	line-height: 30px;
	outline: 0;
	border: 0;
	display: none;
	font-size: 1em;
	border-radius: 20px;
	padding: 0 0px;
	font-size: 12px;
	right: 38px;
	left: 0;
	width: calc(100% - 85px);
	background: transparent;
	display: none;
}

.search-box#search-box input:focus,
.search-box#search-box input:active {
	outline: 0;
	box-shadow: unset;
}

.search-box#search-box .fa {
	box-sizing: border-box;
	padding-top: 4px;
	position: absolute;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 15px;
	transition: all 0.3s;
	width: 25px;
	height: 25px;
	top: 5px;
	right: 5px;
	left: 0;
}

.search-box#search-box .submit {
	position: absolute;
	top: 0;
	left: 0;
	color: #aaa;
	cursor: pointer;
	width: 57px;
	text-align: left;
	padding: 10px 10px;
	display: none;
}

#message-area .parent-search-box {
	transition: all 0.3s;
}

.open-search .search-box#search-box {
	width: calc(100vw - 98px);
	cursor: pointer;
	background: #fff;
}

.open-search .search-box#search-box input {
	display: block;
	border-radius: 0;
}

.open-search .search-box#search-box .submit {
	display: block;
}

.open-search .search-box#search-box .fa {
	color: #aaaaaa;
	background: #f1f1f1;
}

.open-search .search-box#search-box .fa:before {
	content: "\f00d";
	font-size: 12px;
}

.open-search .search-box#search-box .fa:hover {
	color: #757575;
	background: #cac6c6;
}


/* End Search Box */


/* Carousel */

.carousel-full-top {
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	padding-bottom: 22px;
}

.carousel-full-top.flickity-enabled {
	max-height: unset;
	overflow: hidden;
	padding-bottom: 0px;
}

.row.slideshow-wrapper:focus,
.carousel-full-top:focus {
	outline: unset;
}

.carousel-full-top .carousel-cell {
	width: 74%;
	display: inline-block;
	margin: 0 auto;
}

.carousel-full-top .carousel-cell figure {
	cursor: pointer;
}

.carousel-full-top .carousel-cell img {
	transform: scale(0.9);
	opacity: 1;
	filter: none;
	display: block;
	max-width: 100%;
	max-height: 100%;
	transition: opacity 0.3s, transform 0.3s, filter 0.3s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	border: 1px solid rgba(93, 93, 93, 0.68);
	transition: all .4s ease-in-out;
}

.carousel-full-top .carousel-cell.is-selected img {
	transform: scale(1);
}

.carousel-full-top .carousel-cell figure,
.carousel-full-top .flickity-page-dots {
	margin-bottom: 5px;
}

.carousel-full-top .flickity-button {
	background: transparent;
	border: 0;
}

.carousel-full-top .flickity-button .flickity-button-icon {
	width: 15px;
}

.carousel-full-top .flickity-button.previous {
	left: 12px;
}

.carousel-full-top .flickity-button.next {
	right: 12px;
}

.carousel-full-top .flickity-page-dots .dot {
	height: 5px;
	width: 5px;
	background-color: #cfd0d5;
	margin: 0 2px;
	border-radius: 50%;
	display: inline-block;
	transition: background-color .6s ease;
}

.carousel-full-top .flickity-page-dots .dot.is-selected {
	height: 7px;
	width: 7px;
	background: #006f6e;
}

.carousel-full-top .flickity-button.previous,
.carousel-full-top .flickity-button.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white !important;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 3px;
	user-select: none;
	display: none;
}

.carousel-full-top .flickity-page-dots {
	padding: 0;
	margin-top: -5px;
}


/* End Carousel */


/* Error menu */

.error-no-content {
	height: calc(100% - 120px);
}

.error-no-content .error-no-content-icon {
	text-align: center;
	filter: opacity(0.2);
}

.error-no-content .error-no-content-icon .text {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.error-no-content .error-no-content-icon img {
	max-width: 140px;
}


/* Left Menu */

.left-menu-icon {
	display: block;
	position: absolute;
	/* left: 12px;
	height: 40px;
	padding: 49px 0px;
	text-align: center; */
	width: 50px;
	height: 50px;
	/* border: 1px solid #ddd; */
	border-radius: 100%;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	left: 8px;
}

.left-menu-icon .navbar {
	padding: 0;
	width: unset;
}

#navbar .left-menu-icon .navbar {
	padding-top: 1px;
}

.left-menu-icon .navbar .navbar-toggler {
	padding: 0;
	border: 0;
	background: unset;
	outline: unset;
}

.left-menu-icon .navbar .navbar-toggler .navbar-toggler-line {
	margin-bottom: 6px;
	width: 35px;
	height: 4px;
	display: block;
	background: #ffffff;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

.wraper-top-nav .left-menu-icon {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	padding: 10px 0px;
	background: rgba(0, 0, 0, 0.21);
}

.wraper-top-nav .left-menu-icon .navbar .navbar-toggler .navbar-toggler-line {
	margin-bottom: 4px;
	width: 18px;
	height: 2px;
	display: block;
	background: #ffffff;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}

#left-menu .navbar-nav {
	padding: 8px;
	width: 100%;
	padding-top: 0;
}

#left-menu .close-left-menu {
	font-size: 1.5rem;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 9px;
}

.wrapper-navbar-nav {
	overflow: auto;
	height: 100%;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.23);
}

#left-menu .navbar-nav .nav-link {
	min-width: 150px;
	text-align: right;
	padding: 15px 20px 15px 15px;
	font-size: 14px;
	color: #6c7581;
	position: relative;
	border-bottom: 1px solid #eee;
}

#left-menu .navbar-nav .nav-item:last-child .nav-link {
	border-bottom: 0;
}

#left-menu .navbar-nav .nav-link:before {
	/*content: "\f053";*/
	content: "\f111";
	font-family: Font Awesome\ 5 Free;
	position: absolute;
	right: 4px;
	top: 23px;
	color: #03a2a1;
	display: block;
	text-align: left;
	font-weight: 900;
	font-size: 7px;
	transition: all 0.3s;
}

#left-menu .navbar-nav .nav-link:hover,
#left-menu .navbar-nav .nav-link:active {
	color: #333;
}

#left-menu .navbar-nav .nav-link:hover:before,
#left-menu .navbar-nav .nav-link:active:before {
	color: #057675;
}

#profile-settings {
	z-index: 100;
}

#left-menu {
	left: -110%;
	right: unset;
	width: 250px;
	background: #fff;
	position: absolute;
	z-index: 99;
	transition: all .3s ease-in-out;
}

.open-left-menu #left-menu {
	left: 0px;
}

.left-menu .left-menu-header {
	min-height: 66px;
}


/* End Left Menu */


/*attendance */

.setting-attendance {
	/* top: 0px; */
	position: absolute;
	border: 0;
	z-index: 11;
	right: 0;
	left: 0;
	background: hsl(0, 0%, 95%);
	transition: all 0.2s ease-in;
	-webkit-transition: all .2s ease-in-out;
	/* height: 0; */
	z-index: 100;
	background: #fff;
}

.error {
	font-size: 13px;
	padding: 11px 15px;
	margin: 0;
	text-align: center;
}

.setting-attendance .tab {
	position: absolute;
	top: 0px;
	left: 0%;
	right: -50%;
	width: 100%;
	transition: all, 0.3s linear;
	-webkit-transition: all, 0.3s linear;
	-moz-transition: all, 0.3s linear;
	-ms-transition: all, 0.3s linear;
	-o-transition: all, 0.3s linear;
	opacity: 0;
	z-index: -1;
	padding-bottom: 55px;
}

.setting-attendance .profile-settings-header .icon,
.menu-w-animate-left .profile-settings-header .icon {
	font-size: 1.5rem;
	cursor: pointer;
}

.setting-attendance .setting-attendance-content {
	overflow: auto;
	height: 100%;
}

.setting-attendance .setting-attendance-content .parent-form {
	height: 100%;
	position: relative;
	overflow-x: hidden;
}

.setting-attendance .tab[data-anim="hide-to-left"] {
	right: 50%;
	opacity: 0;
}

.setting-attendance .tab.enable {
	right: 0;
	opacity: 1;
	z-index: 1;
}

.setting-attendance .tab .tab-content {
	background: #fff;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding: 15px;
	margin: 15px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.11);
}

.setting-attendance .tab-header {
	font-weight: bold;
	display: block;
	font-size: 14px;
	padding: 0px 0 15px;
	margin: 0;
	color: #6c757d;
}

.setting-attendance .tab-header .icon-right {
	position: relative;
	top: 2px;
	margin-left: 5px;
	font-size: 21px;
	color: #6c757d;
	/*color: #03a2a1;*/
}

.setting-attendance .tab-content-box {
	width: 225px;
	height: 225px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	margin-top: -20px;
	z-index: 0;
	width: 100%;
	margin-bottom: 0;
	margin-top: 5px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	border: 1px solid #eee;
	background: #fafafa;
}

.setting-attendance .tab.disable.tab-content-box:after {
	content: "";
	background: rgba(0, 0, 0, 0.08);
	font-variant: tabular-nums;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.setting-attendance .box-wrapper {
	display: block;
	height: 100%;
	text-align: center;
	/* padding: 65px; */
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.setting-attendance .box-wrapper .icon {
	font-size: 70px;
	color: #dcdcdc;
}

.setting-attendance .box-wrapper .icon.icon-camera {
	position: absolute;
}

.setting-attendance #mapdiv {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.setting-attendance #mapdiv img {
	opacity: 1;
	visibility: visible;
}

.setting-attendance .get-location {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.setting-attendance .map-address,
.setting-attendance .map-btn,
.setting-attendance .selfi-btn {
	display: none;
}

.setting-attendance .get-img {
	position: relative;
}

.setting-attendance .tab-send {
	display: block;
	text-align: center;
	margin-bottom: 25px;
	margin: 0;
}

.setting-attendance .tab-send .tab-send-btn {
	display: block;
	background: #fff;
	padding: 20px 15px;
}

.setting-attendance .map-address .text {
	padding-left: 5px;
	font-size: 12px;
	margin: 0;
	color: #414141;
}

.tab-send.disable button {
	display: block;
}

.tab-send.disable button {
	background: #eee;
	color: #ccc;
	border-color: #ccc;
}

.setting-attendance .tab.disable:after {
	content: "";
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.setting-attendance .tab.disable .tab-header {
	color: #c8c8c8;
}

.setting-attendance .tab.disable .tab-header .icon-right {
	color: #ccc;
}

.setting-attendance .tab.disable .tab-btns {
	display: none;
}

.setting-attendance .confirm-text.tab-content-box {
	background: #fff;
	/* border: 0; */
}

.setting-attendance .tab-info {
	padding: 15px;
	font-size: 13px;
	text-align: justify;
	text-align-last: center;
	color: #666;
	padding-bottom: 0;
}

.setting-attendance .tab-send .btn-primary.disabled {
	background: #aaa !important;
	border-color: #aaa !important;
}

.setting-attendance .tab-send .btn-primary {
	outline: unset;
	box-shadow: unset;
}

.setting-attendance .loading-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.75);
	z-index: 9;
	color: #03a2a1;
	font-size: 50px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 10px;
}

.setting-attendance .error-mobile-icon {
	height: calc(100% - 150px);
}

.setting-attendance .error-mobile-icon img {
	max-width: 160px;
	filter: opacity(0.2);
}

.setting-attendance #mapdiv:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	z-index: 999;
}

.setting-attendance .tab .tab-content {
	margin-bottom: 110px;
}

.icon-camera {
	font-size: 50px;
	color: #a4a4a4;
	/* z-index: 0; */
}

#selfi-img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	/* z-index: 1; */
	opacity: 0;
}

#attendance-image {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	opacity: 0;
	bottom: 0;
	cursor: pointer;
	/* z-index: 2; */
}

#username {
	max-width: 170px;
}

.olControlLayerSwitcher {
	max-width: 100%;
}

.olControlAttribution.olControlNoSelect {
	display: none;
}

.tab-btns .right-btn,
.tab-btns .left-btn {
	padding-right: 7px;
	padding-left: 7px;
	width: 49.1%;
	display: inline-block;
}

.tab-btns .btn {
	display: block;
	width: 100%;
	font-size: 13px;
}

.tab-submit {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	border-top: 1px solid #eee;
	background: #efefef;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.39);
	display: none;
}

.tab.tab-disable:after {
	background: rgba(0, 0, 0, 0.05);
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.tab.tab-disable button.btn-primary {
	background: #bebebe;
	border-color: #ccc;
	color: #f9f9f9;
}

#setting-attendance {
	bottom: 0;
	top: 0;
	left: 0;
	right: -110%;
	position: absolute;
	top: 0;
	z-index: 11;
	right: -110%;
	background: #f2f2f2;
	transition: all 0.2s ease-in;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	z-index: 1000;
}

#setting-attendance.show {
	right: 0;
}


/* open-to-left-menu */

.menu-w-animate-left {
	bottom: 50px;
	top: 0;
	left: 0;
	right: -110%;
	position: absolute;
	top: 0;
	z-index: 11;
	right: -110%;
	background: #f2f2f2;
	transition: all 0.2s ease-in;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	z-index: 100;
}

.menu-w-animate-left.show {
	right: 0;
}

.confirm-text {
	font-size: 14px;
	padding: 10px 15px 0;
	color: #555;
	text-align: center;
	line-height: 2;
}

.tab.disable .confirm-text {
	display: none;
}

#OpenLayers_Map_2_OpenLayers_ViewPort {
	z-index: 0;
}

.olControlZoom {
	display: none;
}


/* End */


/* Remaining Time */

.remaining-time {
	padding: 5px 10px 5px;
	color: #444;
	text-align: center;
	background: rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	margin: 15px 15px 0;
}

.remaining-time .text {
	font-size: 13px;
}

.remaining-time .timer {
	min-width: 40px;
	display: inline-block;
	text-align: left;
	font-weight: bold;
}


/* End */


/* Create Modal with Iframe */

.modal-basic {
	background: #f7f7f7;
}

.modal-basic .btn-light {
	background: #ddd;
	min-width: 150px;
	font-size: 14px;
	border: 1px solid #d4d4d4;
}

.modal-basic iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.modal-basic .modal-dialog,
.modal-basic .modal-content {
	height: 100%;
}

.modal-basic .modal-body {
	height: auto;
	max-height: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
}

.modal-basic .modal-dialog {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

.modal-basic .modal-content {
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 0;
	border: 0;
}

.modal-basic .btn-light:hover {
	background: #343a40;
	color: #fff;
}

.modal-basic .modal-footer {
	background: #f7f7f7;
	border-top: 1px solid #d8d8d8;
	padding: 0;
}

.modal-basic .modal-footer .btn {
	margin: 30px 15px;
}


/* All things */

.user-select {
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
	-moz-user-select: none;
}


/* #message-area .overlay {
	z-index: 1;
} */

.profile-settings-header,
.left-menu-header {
	min-height: 66px;
}


/* Common Color */

#navbar,
.profile-settings-header,
.left-menu-header,
.wraper-top-nav:before {
	background-color: #03a2a1;
}


/* End Common Color */

.orientation-change {
	width: 100vw;
	height: 100vh;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	z-index: 9999;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
}

.orientation-change img {
	max-width: 60px;
	max-height: 60px;
	margin-bottom: 15px;
}

.orientation-change .text {
	display: block;
	width: 100%;
	font-weight: bold;
}


/* loading */

.loading-badge {
	font-size: 12px;
	align-items: center;
	text-align: center;
	display: block;
	padding: 15px 0;
	width: 100%;
	background: #e4e9ec;
	margin: 10px 0;
}

.modal.menu-w-animate-left {
	z-index: 999;
}

.flex-center {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.parent-search-box,
.left-menu-icon {
	display: none !important;
}

.message-file .message-file-preview .message-file-preview-img img {
	max-height: unset;
	width: 100%;
}

.message-file .message-file-preview .file-detail .msg-file-duration {
	background: rgba(0, 0, 0, 0.31);
	padding: 1px 6px;
	border-radius: 4px;
	color: #fff;
	position: relative;
	top: 6px;
}

#messages .message-date .bg-primary {
	background: rgba(0, 0, 0, 0.14) !important;
}


/* Responsive */

@media (max-width: 991px) and (min-width: 576px) {
	.message-item-container {
		min-width: 95%;
		width: 97%;
		max-width: 100%;
		float: unset;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media (min-width: 768px) {
	#message-area .parent-search-box .search-box#search-box input {
		/* display: block; */
		width: 100%;
		right: 0;
		padding-right: 0px;
		padding-left: 0px;
		border-radius: 40px;
		/* opacity: 0; */
	}
	#message-area .parent-search-box .search-box#search-box .chevron-icon {
		display: none;
	}
	#message-area .parent-search-box .search-box#search-box .fa {
		color: #fff;
	}
	#message-area .parent-search-box .search-box#search-box input::placeholder,
	#message-area .parent-search-box .search-box#search-box .chevron-icon,
	#message-area .parent-search-box .search-box#search-box input {
		color: rgba(255, 255, 255, 0.39);
	}
	/*#message-area.open-search .parent-search-box .search-box#search-box input {
		padding-right: 35px;
		padding-left: 50px;
		opacity: 1;
	}
	#message-area.open-search .parent-search-box .search-box#search-box .chevron-icon {
		display: block;
	}
	#message-area.open-search .parent-search-box .search-box#search-box {
		width: 250px;
	}*/
	.wraper-top-nav .parent-search-box {
		display: block;
		position: fixed;
		left: 65px;
		z-index: 9;
		top: 16px;
	}
	.open-search .parent-search-box .search-box#search-box input {
		opacity: 1;
	}
	.open-search .parent-search-box .search-box#search-box .chevron-icon {
		display: block;
	}
	.open-search .parent-search-box .search-box#search-box {
		width: 250px;
	}
}

@media (max-width: 767px) {
	.parent-search-box {
		transition: all 0.3s;
		right: 258px;
		position: fixed;
		left: 65px;
		z-index: 9;
	}
	.search-box#search-box {
		float: left;
	}
	.open-search .search-box#search-box {
		width: 100%;
	}
}

@media (max-width: 767px) and (min-width: 576px) {
	.open-search .section-icon,
	.open-search .section-title {
		display: none !important;
	}
}

@media (min-width: 576px) {
	#setting-attendance {
		background: #fff;
	}
	.open-search .parent-search-box .search-box#search-box input::placeholder,
	.open-search .parent-search-box .search-box#search-box .chevron-icon,
	.open-search .parent-search-box .search-box#search-box input,
	.open-search .parent-search-box .search-box#search-box .fa {
		color: teal;
	}
	/*.wraper-top-nav .parent-search-box {
		display: none;
	}*/
	.parent-search-box .search-box#search-box .fa {
		font-size: 20px;
	}
	.open-search .search-box#search-box .fa:before {
		top: -4px;
		position: relative;
	}
}

@media (max-width: 575px) {
	.open-search .nav-profile-name {
		display: none !important;
	}
	#navbar .left-menu-icon {
		display: none;
	}
	.left-menu-icon {
		left: 8px;
	}
	#message-area .parent-search-box {
		display: none;
	}
	.parent-search-box {
		left: 50px;
		right: unset;
		position: absolute;
	}
	.open-search .search-box#search-box {
		width: calc(100vw - 100px);
	}
	.nav-profile-image,
	.section-icon img {
		height: 35px !important;
		width: 35px;
	}
	.nav-profile-name {
		position: absolute;
		width: calc(100% - 140px);
		text-align: center;
		top: 20px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.nav-profile-image img {
		max-width: 35px;
		width: 35px;
		min-width: 35px;
	}
	.wraper-top-nav.with-slide #navbar {
		background: transparent !important;
	}
	.wraper-top-nav.no-slide {
		margin-bottom: 15px;
	}
	.wraper-top-nav:before {
		content: "";
		position: absolute;
		left: -15px;
		right: -15px;
		top: 0;
		border: 50px;
		background-color: #03a2a1;
		background-image: url('../../themes/messenger/images/bg-00-5.png');
		background-size: contain;
		bottom: 70px;
		border-bottom-right-radius: 40%;
		border-bottom-left-radius: 40%;
		min-height: 60px;
		/* clip-path: polygon(0 0, 100% 0, 100% 77%, 75% 100%, 25% 100%, 0 78%); */
	}
	/* .carousel-full-top .carousel-cell {
		width: 50%;
	} */
	.carousel-full-top .carousel-cell img {
		max-height: 30vh;
	}
	#chat-list-area .chat-list-item {
		width: 33.33%;
	}
	#chat-list-area .chat-list-item .channel-image {
		margin: 0 4px;
	}
	#chat-list-area .chat-list-item .channel-image figure {
		padding: 15px;
	}
	#chat-list-area .chat-list-item .channel-title {
		font-size: 13px;
	}
	#chat-list-area .chat-list-item .channel-image figure svg {
		height: 35px;
		width: auto;
	}
	.bottom-navbar {
		position: fixed;
	}
	/* .bottom-navbar {
		position: fixed;
		left: 0px;
		right: 0px;
		padding: 5px 15px;
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	} */
	.bottom-navbar .bottom-navbar-item .img-icon {
		max-height: 20px;
	}
	.bottom-navbar .bottom-navbar-item .text {
		font-size: 13px;
	}
	.open-left-menu #left-menu {
		width: 100%;
	}
	.setting-attendance .map-address .text {
		font-size: 13px;
	}
	.tab-btns .btn {
		font-size: 15px;
	}
	.setting-attendance .tab-content-box {
		width: 100%;
		height: calc(100vw - 40vw);
	}
	.modal-basic .modal-footer .btn {
		margin: 15px;
	}
	#chat-list {
		margin-bottom: 50px;
	}
}

@media (max-width: 342px) {
	#chat-list-area .chat-list-item .channel-title {
		font-size: 11px;
	}
	.chat-list .chat-list-item[data-unread]:before {
		left: 5px;
		width: 22px;
		height: 22px;
		padding-top: 0;
		font-size: 11px;
	}
	.bottom-navbar .bottom-navbar-item {
		padding-left: 5px;
		padding-right: 5px
	}
	.bottom-navbar .bottom-navbar-item .text {
		font-size: 10px;
	}
}


/* End Responsive */


/* <!--  #End Change My Style  --> */