@charset "UTF-8";
@import url('../fonts/googleFont.css');

 .waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	opacity: 0;
	background: rgba(0, 0, 0, .2);
	background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0) translate(0, 0);
	transform: scale(0) translate(0, 0);
	pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
	background: rgba(255, 255, 255, .4);
	background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
	background: rgba(0, 0, 0, .2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
	background: rgba(255, 255, 255, .4);
}
.waves-notransition {
	-webkit-transition: none!important;
	transition: none!important;
}
.waves-button, .waves-circle {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	/*-webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);*/
}
.waves-button, .waves-button-input, .waves-button:hover, .waves-button:visited {
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	outline: 0;
	color: inherit;
	background-color: rgba(0, 0, 0, 0);
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	z-index: 1;
}
.waves-button {
	padding: .85em 1.1em;
	border-radius: .2em;
}
.waves-button-input {
	margin: 0;
	padding: .85em 1.1em;
}
.waves-input-wrapper {
	border-radius: .2em;
	vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
	padding: 0;
}
.waves-input-wrapper .waves-button-input {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.waves-circle {
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%}
.waves-float {
	/*-webkit-mask-image: none;*/
	-webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
	box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.waves-float:active {
	-webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3);
}
.waves-block {
	display: block;
}
.waves-effect.waves-light .waves-ripple {
	background-color: rgba(255, 255, 255, .4);
}
.waves-effect.waves-primary .waves-ripple {
	background-color: rgba(114, 105, 239, .4);
}
.waves-effect.waves-success .waves-ripple {
	background-color: rgba(6, 214, 160, .4);
}
.waves-effect.waves-info .waves-ripple {
	background-color: rgba(80, 165, 241, .4);
}
.waves-effect.waves-warning .waves-ripple {
	background-color: rgba(255, 209, 102, .4);
}
.waves-effect.waves-danger .waves-ripple {
	background-color: rgba(239, 71, 111, .4);
}
.avatar-xs {
	height: 2.2rem;
	width: 2.2rem;
}
.avatar-sm {
	height: 3rem;
	width: 3rem;
	/* height: 10rem;
	width: 15rem; */

}
.avatar-md {
	height: 4.5rem;
	width: 4.5rem;
}
.avatar-lg {
	height: 6rem;
	width: 6rem;
}
.avatar-xl {
	height: 7.5rem;
	width: 7.5rem;
}
.avatar-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #7269ef;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%}
.font-size-10 {
	font-size: 10px!important;
}
.font-size-11 {
	font-size: 11px!important;
}
.font-size-12 {
	font-size: 12px!important;
}
.font-size-13 {
	font-size: 13px!important;
}
.font-size-14 {
	font-size: 14px!important;
}
.font-size-15 {
	font-size: 15px!important;
}
.font-size-16 {
	font-size: 16px!important;
}
.font-size-17 {
	font-size: 17px!important;
}
.font-size-18 {
	font-size: 18px!important;
}
.font-size-20 {
	font-size: 20px!important;
}
.font-size-22 {
	font-size: 22px!important;
}
.font-size-24 {
	font-size: 24px!important;
}
.fw-medium {
	font-weight: 500;
}
.fw-semibold {
	font-weight: 600;
}
.social-list-item {
	height: 2rem;
	width: 2rem;
	line-height: calc(2rem - 4px);
	display: block;
	border: 2px solid #adb5bd;
	border-radius: 50%;
	color: #adb5bd;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.social-list-item:hover {
	color: #7a7f9a;
	background-color: #f5f7fb;
}
.w-xs {
	min-width: 80px;
}
.w-sm {
	min-width: 95px;
}
.w-md {
	min-width: 110px;
}
.w-lg {
	min-width: 140px;
}
.w-xl {
	min-width: 160px;
}
.flex-1 {
	-webkit-box-flex: 1!important;
	-ms-flex: 1!important;
	flex: 1!important;
}
.custom-accordion .card+.card {
	margin-top: .5rem;
}
.custom-accordion a i.accor-plus-icon {
	font-size: 16px;
}
.custom-accordion a.collapsed i.accor-plus-icon:before {
	content: "\F0142"}
.accordion-button:after {
	margin-left: auto;
	margin-right: 0;
}
[type=email]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder {
	text-align: left;
}
[type=email]::-moz-placeholder, [type=number]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=url]::-moz-placeholder {
	text-align: left;
}
[type=email]:-ms-input-placeholder, [type=number]:-ms-input-placeholder, [type=tel]:-ms-input-placeholder, [type=url]:-ms-input-placeholder {
	text-align: left;
}
[type=email]::-ms-input-placeholder, [type=number]::-ms-input-placeholder, [type=tel]::-ms-input-placeholder, [type=url]::-ms-input-placeholder {
	text-align: left;
}
[type=email]::placeholder, [type=number]::placeholder, [type=tel]::placeholder, [type=url]::placeholder {
	text-align: left;
}
.custom-checkbox-primary .custom-control-input:checked~.custom-control-label:before, .custom-radio-primary .custom-control-input:checked~.custom-control-label:before {
	background-color: #7269ef;
	border-color: #7269ef;
}
.custom-checkbox-secondary .custom-control-input:checked~.custom-control-label:before, .custom-radio-secondary .custom-control-input:checked~.custom-control-label:before {
	background-color: #7a7f9a;
	border-color: #7a7f9a;
}
.custom-checkbox-success .custom-control-input:checked~.custom-control-label:before, .custom-radio-success .custom-control-input:checked~.custom-control-label:before {
	background-color: #06d6a0;
	border-color: #06d6a0;
}
.custom-checkbox-info .custom-control-input:checked~.custom-control-label:before, .custom-radio-info .custom-control-input:checked~.custom-control-label:before {
	background-color: #50a5f1;
	border-color: #50a5f1;
}
.custom-checkbox-warning .custom-control-input:checked~.custom-control-label:before, .custom-radio-warning .custom-control-input:checked~.custom-control-label:before {
	background-color: #ffd166;
	border-color: #ffd166;
}
.custom-checkbox-danger .custom-control-input:checked~.custom-control-label:before, .custom-radio-danger .custom-control-input:checked~.custom-control-label:before {
	background-color: #ef476f;
	border-color: #ef476f;
}
.custom-checkbox-light .custom-control-input:checked~.custom-control-label:before, .custom-radio-light .custom-control-input:checked~.custom-control-label:before {
	background-color: #e6ebf5;
	border-color: #e6ebf5;
}
.custom-checkbox-dark .custom-control-input:checked~.custom-control-label:before, .custom-radio-dark .custom-control-input:checked~.custom-control-label:before {
	background-color: #343a40;
	border-color: #343a40;
}
.custom-checkbox-dark .custom-control-input:checked~.custom-control-label:before, .custom-radio-dark .custom-control-input:checked~.custom-control-label:before {
	color: #343a40;
}
.custom-control-label {
	cursor: pointer;
}
.custom-switch-md {
	padding-left: 3rem;
}
.custom-switch-md .custom-control-label {
	line-height: 20px;
}
.custom-switch-md .custom-control-label:before {
	width: 40px;
	height: 20px;
	border-radius: 30px;
	left: -3rem;
}
.custom-switch-md .custom-control-label:after {
	width: calc(20px - 4px);
	height: calc(20px - 4px);
	left: calc(-3rem + 2px);
}
.custom-switch-md .custom-control-input:checked~.custom-control-label::after {
	-webkit-transform: translateX(1.25rem);
	transform: translateX(1.25rem);
}
.custom-switch-lg {
	padding-left: 3.75rem;
}
.custom-switch-lg .custom-control-label {
	line-height: 24px;
}
.custom-switch-lg .custom-control-label:before {
	width: 48px;
	height: 24px;
	border-radius: 30px;
	left: -3.75rem;
}
.custom-switch-lg .custom-control-label:after {
	width: calc(24px - 4px);
	height: calc(24px - 4px);
	left: calc(-3.75rem + 2px);
	border-radius: 50%}
.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
	-webkit-transform: translateX(1.5rem);
	transform: translateX(1.5rem);
}
.custom-control-label::before {
	background-color: #fff;
}
[data-simplebar] {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}
.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto!important;
	height: auto!important;
	z-index: 0;
}
.simplebar-offset {
	direction: inherit!important;
	-webkit-box-sizing: inherit!important;
	box-sizing: inherit!important;
	resize: none!important;
	position: absolute;
	top: 0;
	left: 0!important;
	bottom: 0;
	right: 0!important;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
	direction: inherit;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	visibility: visible;
	overflow: auto;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none;
	padding: 0!important;
}
.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none;
}
.simplebar-content:after, .simplebar-content:before {
	content: ' ';
	display: table;
}
.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
	-webkit-box-sizing: inherit!important;
	box-sizing: inherit!important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	-webkit-box-flex: inherit;
	-ms-flex-positive: inherit;
	flex-grow: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}
.simplebar-height-auto-observer {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}
.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}
.simplebar-scrollbar {
	position: absolute;
	right: 2px;
	width: 7px;
	min-height: 10px;
}
.simplebar-scrollbar:before {
	position: absolute;
	content: '';
	background: #a2adb7;
	border-radius: 7px;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
	opacity: .5;
	-webkit-transition: opacity 0s linear;
	transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}
.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
}
.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
}
.custom-scroll {
	height: 100%}
.side-menu {
	min-width: 75px;
	max-width: 75px;
	height: 100vh;
	min-height: 570px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 9;
	-webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
}
@media (max-width:991.98px) {
	.side-menu {
	position: fixed;
	bottom: 0;
	height: 60px;
	min-width: 100%;
	min-height: auto;
	display: block;
	border-top: 1px solid #f0eff5;
}
}.side-menu .navbar-brand-box {
	text-align: center;
}
@media (max-width:991.98px) {
	.side-menu .navbar-brand-box {
	display: none;
}
}.side-menu .navbar-brand-box .logo {
	line-height: 70px;
}
.side-menu .navbar-brand-box .logo-dark {
	display: block;
}
.side-menu .navbar-brand-box .logo-light {
	display: none;
}
.side-menu .theme-mode-icon:before {
	content: "î»»"}
.side-menu-nav .nav-item {
	margin: 7px 0;
}
@media (max-width:991.98px) {
	.side-menu-nav .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 5px 0;
}
}.side-menu-nav .nav-item .nav-link {
	text-align: center;
	font-size: 24px;
	color: #878a92;
	width: 56px;
	height: 56px;
	line-height: 56px;
	margin: 0 auto;
	border-radius: 8px;
	padding: 0;
}
@media (max-width:991.98px) {
	.side-menu-nav .nav-item .nav-link {
	font-size: 20px;
	width: 48px;
	height: 48px;
	line-height: 48px;
}
}.side-menu-nav .nav-item .nav-link.active {
	background-color: #f7f7ff;
	color: #7269ef;
}
.side-menu-nav .nav-item.show>.nav-link {
	background-color: #f7f7ff;
	color: #7269ef;
}
.side-menu-nav .profile-user {
	height: 36px;
	width: 36px;
	background-color: #f0eff5;
	padding: 3px;
}
.chat-leftsidebar {
	/*height: 100vh;*/
	background-color: #f5f7fb;
}
@media (min-width:992px) {
	.chat-leftsidebar {
	min-width: 380px;
	max-width: 380px;
}
}.chat-leftsidebar .user-status-box {
	background-color: #e6ebf5;
	padding: 8px;
	border-radius: 8px;
	text-align: center;
	margin-top: 16px;
	display: block;
}
.chat-leftsidebar .user-status-box .chat-user-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.chat-search-box .form-control {
	border: 0;
}
.chat-search-box .search-icon-btn {
	font-size: 16px;
	position: absolute;
	right: 13px;
	top: 0;
}
.chat-message-list {
	--chatMessageHeight : 248px;
	height: calc(100vh - var(--chatMessageHeight) ); /* 280 */
}
@media (max-width:991.98px) {
	.chat-message-list {
		--chatMessageHeightMedia : 428px;
		height: calc(100vh - var(--chatMessageHeightMedia)); /* 320 */
	}
}.chat-group-list {
	--chatGroupHeight : 100px;
	height: calc(100vh - var(--chatGroupHeight)); /* 160 */
}
@media (max-width:991.98px) {
	.chat-group-list {
		--chatGroupHeightMedia : 134px;
		height: calc(100vh - 134px); /* 194 */
	}
}.chat-list {
	margin: 0;
}
.chat-list li.active a {
	background-color: #e6ebf5;
}
.chat-list li a {
	position: relative;
	display: block;
	padding: 15px 20px;
	color: #7a7f9a;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-top: 1px solid #f5f7fb;
	border-radius: 4px;
}
.chat-list li a:hover {
	background-color: #e6ebf5;
}
.chat-list li .chat-user-message {
	font-size: 14px;
}
.chat-list li.typing .chat-user-message {
	color: #7269ef;
	font-weight: 500;
}
.chat-list li.typing .chat-user-message .dot {
	background-color: #7269ef;
}
.chat-list li .unread-message {
	position: absolute;
	display: inline-block;
	right: 24px;
	left: auto;
	top: 33px;
}
.chat-list li .unread-message .badge {
	line-height: 16px;
	font-weight: 600;
	font-size: 10px;
}
.chat-user-img {
	position: relative;
}
.chat-user-img .user-status {
	width: 20px;
	height: 20px;
	background-color: #adb5bd;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0;
}

.chat-user-img .timer i {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	right: -3px;
	left: auto;
	bottom: -3px;
	background-color: #fff;
	font-size: 15px;
}

.chat-user-img.online .user-status {
	background-color: #06d6a0;
}
.chat-user-img.away .user-status {
	background-color: #ffd166;
}
.contact-list li {
	cursor: pointer;
	padding: 10px 20px;
}
.profile-user {
	position: relative;
	display: inline-block;
}
.profile-user .profile-photo-edit {
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0;
}
.user-chat {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	-webkit-transition: all .4s;
	transition: all .4s;
	min-height: 665px;
}
@media (max-width:991.98px) {
	.user-chat {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	/*height: 100%;*/
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 99;
}
.user-chat.user-chat-show {
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
}.user-chat-nav .nav-btn {
	height: 40px;
	width: 40px;
	line-height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	font-size: 20px;
	color: #7a7f9a;
}
@media (max-width:575.98px) {
	.user-chat-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
}.chat-conversation li {
	clear: both;
}
.chat-conversation .chat-avatar {
	margin: 0 16px 0 0;
}
.chat-conversation .chat-avatar img {
	width: 36px;
	height: 36px;
	border-radius: 50%}
.chat-conversation .chat-day-title {
	position: relative;
	text-align: center;
	margin-bottom: 24px;
	margin-top: 12px;
}
.chat-conversation .chat-day-title .title {
	background-color: #f0eff5;
	position: relative;
	font-size: 13px;
	z-index: 1;
	padding: 6px 12px;
	border-radius: 5px;
}
.chat-conversation .chat-day-title:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	background-color: #f0eff5;
	top: 10px;
}
.chat-conversation .chat-day-title .badge {
	font-size: 12px;
}
.chat-conversation .conversation-list {
	margin-bottom: 24px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.chat-conversation .conversation-list .ctext-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.chat-conversation .conversation-list .ctext-wrap-content {
	padding: 12px 20px;
	background-color: #7269ef;
	border-radius: 8px 8px 8px 0;
	color: #fff;
	position: relative;
	width: 70%;
	white-space: pre-line;
	word-wrap: break-word;
}
.chat-conversation .conversation-list .ctext-wrap-content:before {
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-left-color: #7269ef;
	border-top-color: #7269ef;
	left: 0;
	right: auto;
	bottom: -9px;
}
.chat-conversation .conversation-list .conversation-name {
	font-weight: 500;
	font-size: 14px;
}
.chat-conversation .conversation-list .dropdown .dropdown-toggle {
	font-size: 18px;
	padding: 4px;
	color: #7a7f9a;
}
@media (max-width:575.98px) {
	.chat-conversation .conversation-list .dropdown .dropdown-toggle {
	display: none;
}
}.chat-conversation .conversation-list .chat-time {
	font-size: 12px;
	margin-top: 4px;
	text-align: right;
	color: rgba(255, 255, 255, .5);
}
.chat-conversation .conversation-list .message-img {
	border-radius: .2rem;
	position: relative;
}
.chat-conversation .conversation-list .message-img .message-img-list {
	position: relative;
}
.chat-conversation .conversation-list .message-img img {
	max-width: 150px;
}
.chat-conversation .conversation-list .message-img .message-img-link {
	position: absolute;
	right: 10px;
	left: auto;
	bottom: 10px;
}
.chat-conversation .conversation-list .message-img .message-img-link li>a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
}
.chat-conversation .right .chat-avatar {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-right: 0;
	margin-left: 16px;
}
.chat-conversation .right .chat-time {
	text-align: left;
	color: #7a7f9a;
}
.chat-conversation .right .conversation-list {
	float: right;
	text-align: right;
}
.chat-conversation .right .conversation-list .ctext-wrap {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
	-webkit-box-ordinal-group: 31;
	-ms-flex-order: 3;
	order: 3;
	background-color: #f5f7fb;
	color: #343a40;
	text-align: left;
	border-radius: 8px 8px 0 8px;
	width: 70%;
	white-space: pre-line;
	word-wrap: break-word;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
	border: 5px solid transparent;
	border-top-color: #f5f7fb;
	border-right-color: #f5f7fb;
	left: auto;
	right: 0;
}
/*.chat-conversation .right .conversation-list .dropdown {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}*/
.chat-conversation .right .dot {
	background-color: #343a40;
}
.chat-conversation {
	height: calc(100vh - 227px);
}
@media (max-width:991.98px) {
	.chat-conversation {
	height: calc(100vh - 315px);
}
}.chat-input-links .list-inline-item:not(:last-child) {
	margin: 0;
}
.animate-typing .dot {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-right: -1px;
	background: #fff;
	-webkit-animation: wave 1.3s linear infinite;
	animation: wave 1.3s linear infinite;
	opacity: .6;
}
.animate-typing .dot:nth-child(2) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.animate-typing .dot:nth-child(3) {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s;
}
@-webkit-keyframes wave {
	0%, 100%, 60% {
	-webkit-transform: initial;
	transform: initial;
}
30% {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
}@keyframes wave {
	0%, 100%, 60% {
	-webkit-transform: initial;
	transform: initial;
}
30% {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
}.user-profile-sidebar {
	height: 100vh;
	background-color: #fff;
	display: none;
	min-width: 380px;
	max-width: 380px;
}
@media (min-width:992px) {
	.user-profile-sidebar {
	border-left: 4px solid #f0eff5;
}
}@media (max-width:1199.98px) {
	.user-profile-sidebar {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
}
}@media (max-width:575.98px) {
	.user-profile-sidebar {
	min-width: 100%}
}.user-profile-desc {
	height: calc(100vh - 300px);
}
#accordion-body {
	height: calc(100vh - 200px);
}
@media (max-width:991.98px) {
	.user-profile-desc {
		height: calc(100vh - 324px);
	}
	#accordion-body {
		height: calc(100vh - 324px);
	}
}.auth-logo .logo {
	margin: 0 auto;
}
.auth-logo .logo-dark {
	display: block;
}
.auth-logo .logo-light {
	display: none;
}

.brand_logo_container {
	height: 130px;
	padding: 10px;
	text-align: center;
	background-image: url('../image/newlogo3.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.arcs_logo_container {
	height: 80px;
	padding: 10px;
	text-align: center;
	background-image: url('../image/ARCS_Logo.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 150px 110px;
}

.nadaseo_logo_container {
	height: 80px;
	padding: 10px;
	text-align: center;
	background-image: url('../image/NADASEO_Logo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.socialDealer_logo_container {
	height: 80px;
	padding: 10px;
	text-align: center;
	background-image: url('../image/SocialDealer_Logo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.rocketonline_logo_container {
	height: 80px;
	padding: 10px;
	text-align: center;
	background-image: url('../image/rocketonline_logo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.hide {
	display: none !important;
}

.search-box .input-group-text {
	cursor: pointer;
}

.loading-ct {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(255, 255, 255, 0.5);
	z-index: 9999;
}

.loader {
	position: absolute;
	height: 3em;
	width: 3em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transform:translate(-50%,-50%);
}

.loader  {
	animation: rotate 1s infinite;
	height: 50px;
	width: 50px;
}

.loader:before,
.loader:after {
	border-radius: 50%;
	content: '';
	display: block;
	height: 20px;
	width: 20px;
}
.loader:before {
	animation: ball1 1s infinite;
	background-color: #cb2025;
	box-shadow: 30px 0 0 #f8b334;
	margin-bottom: 10px;
}
.loader:after {
	animation: ball2 1s infinite;
	background-color: #00a096;
	box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(0.8);
		-moz-transform: rotate(0deg) scale(0.8);
	}
	50% {
		-webkit-transform: rotate(360deg) scale(1.2);
		-moz-transform: rotate(360deg) scale(1.2);
	}
	100% {
		-webkit-transform: rotate(720deg) scale(0.8);
		-moz-transform: rotate(720deg) scale(0.8);
	}
}

@keyframes ball1 {
	0% {
		box-shadow: 30px 0 0 #f8b334;
	}
	50% {
		box-shadow: 0 0 0 #f8b334;
		margin-bottom: 0;
		-webkit-transform: translate(15px,15px);
		-moz-transform: translate(15px, 15px);
	}
	100% {
		box-shadow: 30px 0 0 #f8b334;
		margin-bottom: 10px;
	}
}

@keyframes ball2 {
	0% {
		box-shadow: 30px 0 0 #97bf0d;
	}
	50% {
		box-shadow: 0 0 0 #97bf0d;
		margin-top: -20px;
		-webkit-transform: translate(15px,15px);
		-moz-transform: translate(15px, 15px);
	}
	100% {
		box-shadow: 30px 0 0 #97bf0d;
		margin-top: 0;
	}
}

.attachmentLinkColor {
	color: #7269ef !important;
}

#messageChatBody .ctext-wrap-content a:not(.attachmentLinkColor) {
	color : #fff !important;
}

#messageChatBody .right .ctext-wrap-content a {
	color : #000 !important;
}

.ctext-wrap-content a:hover {
	color: #fff;
	text-decoration: underline !important;
}

.welcomeMessageMiddle {
	position: absolute;
	top: 50%;
	left: 65%;
	transform: translate(-65%, -50%);
	text-align: center;
}

#welcomeChatScreen {
	display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
	background-image: url("../image/welcomebanner.png");
	background-size: contain;
}

/* CSS used here will be applied after bootstrap.css */
.badge-notify{
	background-color: red;
	color: #fff;
	position:relative;
	top: -75px;
	right: -23px;
	font-size: .55em !important;
}

.profileImage {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #512DA8;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 20px 0;
}

.mainProfileImage {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #512DA8;
	font-size: 35px;
	color: #fff;
	text-align: center;
	line-height: 90px;
	margin: 20px 0;
}

.centerAlign{
	display: flex;
	align-items: center;
}

#titleDesc, #fbPageNamePara {
	color: #0B93F6 !important;
}

.isDeleted, .isDeleted a:hover {
    background-color: #E79F9F !important;
}

#LeadInformationBody .form-group {
	border-bottom: 1px solid black;
}

@media (max-width: 700px) {
	.ctext-wrap-content {
		width: 100% !important;
	}
}

.assignNameColor {
	color : black !important;
}

.dealerNameColor {
	color : blueviolet !important;
}

.userOnlineIcon {
	background-color: #16ef16;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: relative;
	right: 38px;
	left: auto;
	bottom: -80px;
	display: block;
	cursor: pointer;
	font-size: 20px;
}

.userOnlineIcon:after {
	content: '\ea4e';
	position: absolute;
	opacity: 0;  
	top: 8px;
	font-family: remixicon !important;
	font-style: normal;
}
  
.userOnlineIcon:hover:after {
	opacity: 1;
	right: -1px;
}

.userOnlineIcon:hover {
	background-color: white;
}

.userStatus .user-status {
	right: -8px !important;
}

.activeUser {
	background-color: #7269ef !important;
}

.activeUser .text-truncate {
	color: #fff !important;
}

#infoTab {
	background: #f5f7fb;
	padding: .34375rem;
}

#infoTab .nav-item .nav-link {
	color : #000;
	border: 1px solid #000;
}

#infoTab .nav-item .nav-link.active {
	color : #fff;
	background-color: #7269ef;
}

.user-profile-sidebar {
	background-color: #f5f7fb;
}

#quickResponseSectionContainer {
    height: calc(100vh - 220px);
}

.quickTextLabel {
	background-color: #fff;
	position: relative;
}

.tablinks {
	color: black;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	border-bottom: 1px solid #000;
	font-size: 17px;
	text-align: center !important;
}
.tablinks.tabActive {
	color: #0B93F6;
	border-bottom: 1px solid #0B93F6;
	cursor: pointer;
}
#senderTextBox, #quickResponseMessage {
	resize: none;
}

.cursor-pointer {
	cursor: pointer !important;
}

.specialDropdown.horizontal {
	min-width: 426px;
}

.specialDropdown.horizontal li {
	float: left;
}

.specialDropdown li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
}

.chatListGreen i{
	color: #06d6a0 !important; /* #56c556 */
}

.chatListYellow i{
	color: #ffd166 !important;
}

.chatListRed i{
	color: #ef476f !important;
}

#contactList .chat-user-img img {
	background-color: #fff !important;
}

/* User Card Style */

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

.card-profile .card-body {
    position: relative;
    padding: 3rem 2.3rem 1.5rem;
}

.profile-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.user-profile-image {
    position: absolute;
    top: -4rem;
    padding: .5rem;
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0 0 8px 0 rgba(34,41,47,.14);
    margin-bottom: 1.15rem;
}

.user-profile-image .avatar {
    white-space: nowrap;
    background-color: #C3C3C3;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    color: #FFF;
    display: inline-flex;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.user-profile-image .avatar img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.userAgentProfileImage {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #512DA8;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    margin: 20px 0;
}

.card-img-top {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.meetup-img-wrapper{
	background-color: rgba(115,103,240,.3);
}

.userAgentDiv {
	height: calc(100vh - 160px);
}

.messageItemActive, .messageItemActive a:hover {
	background-color: rgba(115,103,240,.3) !important;
}

/* No agent found css */

.main-wrapper {
    font-size: 8vmin;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signboard-wrapper {
    width: 75vmin;
    height: 55vmin;
    margin: 20px;
    position: relative;
    flex-shrink: 0;
    transform-origin: center 2.5vmin;
    animation: 1000ms init forwards, 1000ms init-sign-move ease-out 1000ms, 3000ms sign-move 2000ms infinite;
}
.signboard-wrapper .signboard {
    color: #ffffff;
    font-family: sans-serif;
    font-weight: bold;
    background-color: #7269ef;
    width: 100%;
    height: 35vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    border-radius: 4vmin;
    text-shadow: 0 -0.015em #4539f5;
}
.signboard-wrapper .string {
    width: 30vmin;
    height: 30vmin;
    border: solid 0.9vmin #8a29eb;
    border-bottom: none;
    border-right: none;
    position: absolute;
    left: 50%;
    transform-origin: top left;
    transform: rotatez(45deg);
}
.signboard-wrapper .pin {
    width: 5vmin;
    height: 5vmin;
    position: absolute;
    border-radius: 50%;
}
.signboard-wrapper .pin.pin1 {
    background-color: #9f9f9f;
    top: 0;
    left: calc(50% - 2.5vmin);
}
.signboard-wrapper .pin.pin2, .signboard-wrapper .pin.pin3 {
    background-color: #4033f7;
    top: 21.5vmin;
}
.signboard-wrapper .pin.pin2 {
    left: 13vmin;
}
.signboard-wrapper .pin.pin3 {
    right: 13vmin;
}

@keyframes init {
    0% {
        transform: scale(0);
    }
    40% {
        transform: scale(1.1);
    }
    60% {
        transform: scale(0.9);
    }
    80% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes init-sign-move {
    100% {
        transform: rotatez(3deg);
    }
}
@keyframes sign-move {
    0% {
        transform: rotatez(3deg);
    }
    50% {
        transform: rotatez(-3deg);
    }
    100% {
        transform: rotatez(3deg);
    }
}

.sideBarUserStatus {
	width: 12px;
	height: 12px;
	background-color: #adb5bd;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	right: 12px;
	left: auto;
	bottom: -30px;
	/* background-color: #06d6a0; */
	background-color: #2ecc71;
	position: relative;
	display: block;
	cursor: pointer;
}

.sideBarUserStatus:after {
	content: '\ea4e';
	position: absolute;
	opacity: 0;  
	top: -6px;
	font-family: remixicon !important;
	font-style: normal;
}
  
.sideBarUserStatus:hover:after {
	opacity: 1;
	right: -3px;
}

.sideBarUserStatus:hover {
	background-color: white;
}

.imageStyleClass .ctext-wrap-content {
    background-color: #fff !important;
}

.imageStyleClass .ctext-wrap-content::before {
	border-left-color: #fff !important;
	border-top-color: #fff !important;
}

.imageStyleClass .chat-time{
	color: #000 !important;
}


/* Search box style */
.search{
	position: relative;
	/* box-shadow: 0 0 40px rgba(51, 51, 51, .1); */
}

.search input{
	height: 50px;
	text-indent: 25px;
	border: 2px solid #d6d4d4;
}

.search input:focus{
	box-shadow: none;
	border: 2px solid blue;
}

.search .fa-search{
	position: absolute;
	top: 18px;
	left: 16px;
}

.search .button{
	position: absolute;
	top: 18px;
	right: 15px;
}

html {
  position: relative;
  height: auto !important;
}

.file_Upload.show {
	-webkit-transform: translateY(-92px);
	transform: translateY(-72px);
	opacity: 1;
}

.file_Upload {
	left: 0;
	right: 0;
	border-top: 1px solid #f6f6f9;
	overflow: hidden;
	opacity: 0;
	bottom: 40px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: whitesmoke;
	border-top: 1px solid #f6f6f9;
	padding: 10px 24px;
}

.profile-media-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.profile-media-img .media-img-list {
	position: relative;
}

.profile-media-img .media-img-list a {
	display: block;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.profile-media-img .media-img-list a img {
	width: 76px;
	height: 76px;
	-o-object-fit: cover;
	object-fit: cover;
}

.profile-media-img .media-img-list .image-remove {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background: rgba(52,58,64,.7);
	width: 18px;
	height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 2px;
	margin: 4px;
}

.statusAway span.statusCircle {
	background: #f1c40f;
}

.statusOnline span.statusCircle {
	background: #2ecc71;
}

.statusCircle {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: -4px 0 0 0;
}

.userOnlineIconSideBar .statusCircle {
	margin: 6px 0 0 0 ;
}

.userOnlineIconWelcomeScreenDropdown ul li {
	padding: 1px;
	display: block;
}

.userOnlineIconSideBar ul li {
	padding: 3px;
	display: block;
}

.statusName {
	margin-left: 15px;
}

.userOnlineIconWelcomeScreenDropdown a {
	padding: 1.35rem 1.5rem;
}

.userOnlineIconAway, .sideBarUserStatusAway {
	background-color: #f1c40f;
}

.userOnlineIconOnline, .sideBarUserStatusOnline {
	background-color: #2ecc71;
}

.quickResponseActions{
	position: absolute;
    top: 4px;
    right: 30px;
    width: 10px;
    height: 10px;
    display: flex;
}

.fa.fa-trash{
	color: red !important;
}

.alert {
	padding: 8px;
	background-color: #ff5900; /*#3498DB;*/
	color: white;
	margin-bottom: 0 !important;
	text-align: center;
}

.alertSelf {
	background-color: #706fee !important;
}

.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 34px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
	padding-top: 4px;
}

.closebtn:hover {
	color: black;
}

#notificationAlertDiv, #notificationErrorAlertDiv, #notificationNotSupportAlertDiv {
	width: 100%;
	top: 0px;
	z-index: 999;
}

#notificationAlertDiv h5,
#notificationErrorAlertDiv h5,
#notificationNotSupportAlertDiv h5 {
	color: #fff;
}

#notificationAlertDiv a {
	color: #fff;
	text-decoration: underline !important;
}

.user-chat {
	height: 100%;
}

#senderInfoTab img {
	width : 25px;
	height: 25px;
}
.customInnerChatLogo {
	width: 68px;
	height: 40px;
}
.commonMarginBottom1 {
	margin-bottom: 1px;
}

.border-dashed {
	border: 1px dashed #dbdfe9;
}
.btn-check {
	position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.commonMarginBottom0 {
	margin-bottom: 0px !important;
}
.linkBottomDiv {
	width: 15rem; 
	margin-left:52px;
}
.linkDescription {
	font-size: 10px;
}
.qr-code-img {

	padding: 10px;
    border: 2px solid gray;
    border-radius: 4px;
}
.authyMainDiv {
	
	width: 100%;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    /* align-items: center; */
	margin-top: 70px;
}
.authyContentDiv{

	background-color: #fff;
	width: 700px;
	
}
.authy-wrapper {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 500px;
	
	border-radius: 3px;
}
.authy-wrapper .main{
	background-color: #fff;
}

#authyPreference{
	appearance: auto;
}

.smsLabel:hover, .appLabel:hover  {
	background-color: #e9f3ff; 
	border-color: #1b84ff;
	cursor: pointer;
}
.pageNotFoundContainer {
	background-color: #fff;
    text-align: center;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}
.errorPageHeading404 {

	word-spacing: 2px;
	letter-spacing: .5px;

}

.btn-xs {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}