/*
---chat---
*/
.chat-plugin .fixed-chat-bottom {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	padding-left: 0px;
}
.chat-plugin .chat {
	margin-top: auto;
	margin-bottom: auto;
}
#user_model_details{
    width:100%;
    padding:0px;
    margin:0px;
}
.chat-plugin .card {
	height: 500px;
	border-radius: 15px !important;
	/*background-color: rgb(18, 59, 134, 0.6) !important;*/
	background-color: rgb(243 243 245 / 98%) !important;
}
.chat-plugin .loading-data
{
	margin: 130px 0px;
    height: 50px;
    width: 50px;
}
.chat-plugin .contacts_body {
	padding: 0.75rem 0 !important;
	overflow-y: auto;
	white-space: nowrap;
}

.chat-plugin .contacts_body .tab-content {
	height: 100%+;
}

.chat-plugin .tab-content>.active {
	height: 100%;
}

.chat-plugin .msg_card_body {
	overflow-y: auto;
}

.chat-plugin .card-header {
	border-radius: 15px 15px 0 0 !important;
	border-bottom: 0 !important;
	background: #b5bf13;
	color: #fff;
}

.chat-plugin .card-footer {
	border-radius: 0 0 15px 15px !important;
	border-top: 0 !important;
}

.chat-plugin .container {
	align-content: center;
}

.chat-plugin .search {
	border-radius: 15px !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
}

.chat-plugin .search:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.chat-plugin .type_msg {
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
	height: 60px !important;
	overflow-y: auto;
}

.chat-plugin .type_msg{
	max-width: 250px;
}
.chat-plugin .type_msg:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.chat-plugin .attach_btn {
	border-radius: 15px 0 0 15px !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
	cursor: pointer;
}

.chat-plugin .send_btn {
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
	cursor: pointer;
}

.chat-plugin .search_btn {
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
	cursor: pointer;
}

.chat-plugin .contacts {
	list-style: none;
	padding: 0;
	height: 100%;
}

.chat-plugin .contacts li {
	width: 100% !important;
	padding: 5px 10px;
	margin-bottom: 1px !important;
	background: #eaeaea;
}

.chat-plugin .contacts li:hover {
	background: #e5e6cb;
}
.chat-plugin .d-flex.bd-highlight {
    justify-content: space-around;
}

.chat-plugin .active {
	background-color: rgb(255 255 255 / 30%)
}

.chat-plugin .user_img {
	height: 40px;
	width: 40px;
	border: 1.5px solid #f5f6fa;
	object-fit: scale-down;
}

.chat-plugin .user_img_msg {
	height: 40px;
	width: 40px;
	border: 1.5px solid #f5f6fa;
}

.chat-plugin .img_cont {
	position: relative;
	/* height: 70px; */
	/* width: 70px; */
}

.chat-plugin .img_cont_msg {
	height: 40px;
	width: 40px;
}

.chat-plugin .online_icon {
	position: absolute;
	height: 10px;
	width: 10px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.6em;
	right: 0em;
	border: 1.5px solid white;
}

.chat-plugin .offline {
	background-color: #c23616 !important;
}

.chat-plugin .contacts a:hover {
	text-decoration: none;
}

.chat-plugin .user_info {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
	width: 100%
}
.chat-plugin .user_info.font-width
{
	width: 100%;
}

.chat-plugin .user_info span {
	font-size: 12px;
	color: #333;
	font-weight: 500;
}

.chat-plugin .user_info p {
	font-size: 10px;
	color: rgb(226 127 28);
	margin-bottom: 0px;
	font-weight: bold;
}

.chat-plugin .video_cam {
	margin-left: 50px;
	margin-top: 0px;
	display: flex;
}

.chat-plugin .video_cam span {
	color: white;
	font-size: 20px;
	cursor: pointer;
	margin-right: 12px;
}

.chat-plugin .msg_cotainer {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
	border-radius: 25px;
	background-color: #82ccdd;
	padding: 10px;
	position: relative;
	max-width: 250px;
}

.chat-plugin .msg_cotainer_send {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 25px;
	background-color: #78e08f;
	padding: 10px;
	position: relative;
	max-width: 250px;
}

.chat-plugin .msg_time {
	position: absolute;
	left: 0;
	top: 100%;
	bottom: -15px;
	color: rgb(88 88 88);
	font-size: 10px;
}

.chat-plugin .msg_time_send {
	position: absolute;
	right: 0;
	top: 100%;
	bottom: -15px;
	color: rgb(88 88 88);
	font-size: 10px;
}

.chat-plugin .msg_head {
	position: relative;
}

.chat-plugin #action_menu_btn {
	position: absolute;
	right: 10px;
	top: 10px;
	color: white;
	cursor: pointer;
	font-size: 20px;
}

.chat-plugin .action_menu {
	z-index: 1;
	position: absolute;
	padding: 15px 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border-radius: 15px;
	top: 30px;
	right: 15px;
	display: none;
}

.chat-plugin .action_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.chat-plugin .action_menu ul li {
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 5px;
}

.chat-plugin .action_menu ul li i {
	padding-right: 10px;
}

.chat-plugin .action_menu ul li:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
}

@media(max-width: 576px) {
	.chat-plugin .contacts_card {
		margin-bottom: 15px !important;
	}
}

.chat-plugin input.form-control.search {
	height: calc(1em + 0.75rem);
}

.chat-plugin input.form-control.search::placeholder {
	color: #fff;
}

.chat-plugin textarea.form-control.type_msg::placeholder {
	color: #fff;
}

.chat-plugin .chat-tabs .nav-link {
	padding: 2px 20px!important;
	color: #0c0d0d;
}

.chat-plugin .chat-mail {
	/*position:fixed;*/
	right: 0;
	margin: 0;
	bottom: -100%;
}

.chat-plugin .noti {
	top: 8px;
	padding: 4px 8px;
	position: relative;
	color: #fff;
	margin-right: 8px;
	font-size: 12px;
	font-weight: bold;
	background: #29ab1a;
	border-radius: 100%;
}

.chat-plugin .d-flex.bd-highlight button {
	background: none;
	border: 0;
	color: #333;
}

.chat-plugin .d-flex.bd-highlight button:focus {
	outline: 0;
}

.chat-plugin .card-footer button {
	background: none;
	border: 0;
}

.chat-plugin .card-footer button:focus {
	outline: 0;
}

.chat-plugin ul.group-chat1 {
	padding-left: 20px;
}

.chat-plugin ul.group-chat1 li {
	list-style: none;
	padding: 10px 5px;
	background: #acada8;
}

.chat-plugin ul.group-chat1 li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.chat-plugin ul.group-chat1 li a i {
	border: 1px solid #fff;
	background: #ccc;
	padding: 9px 7px;
	border-radius: 100%;
	margin-right: 5px;
	color: #d84d24;
	font-size: 16px;
}

.chat-plugin .remove_chat {
	background: #78e08f;
	border: 0;
	color: #ff1818;
	border-radius: 100%;
	font-size: 10px;
	position: absolute;
	right: -10px;
}

.chat-plugin .remove_chat:focus {
	outline: 0;
}

.chat-plugin .chat-img-circle {
	border: 1px solid #fff;
	border-radius: 100%;
	padding: 12px 10px;
	font-size: 24px;
	background: #ccc;
	width: 32px;
	height: 32px;
	line-height: 0;
	color: #de6b1d;
	margin-bottom: 0;
}

.chat-plugin .fixed-chat-other {
	position: fixed;
	bottom: 0;
	z-index: 10;
	/*left:0;*/
	width: auto;
	right: 25%;
}
.chatboxcount{
    padding:0px;
}

.chat-plugin .chat-tabs .nav-link.active {
	background: #000;
	color: #fff;
}

.chat-plugin .img_upload {
	display: none;
}

.chat-plugin .input-group-text {
	padding: 0.88rem .75rem;
}
#chat-support-modal .card-body
{
	flex-wrap: wrap;
	background: rgb(171 251 241 / 55%);
	box-shadow: 0px 15px 18px -24px #000;
	border-radius: 32px;
	border: 0px solid rgba(0,0,0,.125)!important;
}
#chat-support-modal .card-body img
{
	width:100px;
	margin-top:-65px;
	height: 100px;
	object-fit: scale-down;
	background: #ffffff;
	border: 4px solid #efda47;
}
#chat-support-modal .chat_with_support_user
{
	line-height: 2; 
	background: #f7bd14; 
	border-radius: 20px; 
	color: #fff; 
	padding: 0px 10px;
}
#chat-support-modal .card-body .card-title i
{
	font-size: 13px;
    margin: 0px 5px 0px 20px;
    color: #18c50d;
}
#chat-support-modal .card-body .card-title span
{
	font-size: 13px;
    font-weight: bold;
    position: relative;
    top: 1px;
}