
*{box-sizing: border-box; padding: 0; margin: 0; outline: none !important; text-decoration: none;
font-family: 'SF Pro Text', Roboto, sans-serif; transition: ease-in-out 0.3s;}

body{background-color: ghostwhite; position: relative;}


h1{font-size: 40px;}
h2{font-size: 32px;}
h3{font-size: 28px;}
h4{font-size: 24px;}
h5{font-size: 20px;}
h6{font-size: 16px;}

p{font-size: 15px; line-height: 1.5;}

img{max-width: 100%; margin: auto;}


:root{--theme-primary: #2F8FC1; --theme-primary-2: #3BCEBE; --theme-secondary: #C54484;}


input{display: block; padding: 8px 12px; font-size: 15px; font-weight: bold; color:#484848; width: 100%; border:1px solid transparent;}
input[type=checkbox], input[type=radio]{display: inline-block; width: auto; margin-right: 6px;}
label{display: inline-block;}

textarea{height:48px; width: 100%; border-radius: 30px; resize: none; border: 1px solid #eee;
 background-color: rgba(37,25,45,0.1); padding: 14px 20px;
overflow-y:auto; overflow-x: hidden; font-size: 15px;}
textarea:focus{border: 1px solid #ccc;}
.img-placeholder{position: relative; }
.img-placeholder img{position: absolute; top:0; right:0; bottom: 0; left:0; max-width: 100%; margin: auto; display: block;}


.header-login{padding: 20px; background-color: rgba(37,25,45,0.1);}
.brand-logo{width: 100px; height: 100px; display: block;}
.block-login{background-color: #27AE93; padding: 60px; border-radius: 8px; position: absolute; top:-20px;
 box-shadow:0 17px 50px 0 rgba(0, 0, 0, 0.15), 0 12px 15px 0 rgba(0, 0, 0, 0.2); width:90%; left:50%; transform: translateX(-50%);}
.block-login .row:first-child{ display: flex; justify-content: space-between; margin-bottom: 50px;}
.login-instructions{color:#fff; width: calc(100% - 300px);}
.login-points{padding-left: 30px;}
.login-points li{color:#fff; margin: 20px 0; font-size: 18px; font-weight: 300; line-height: 1.7;}

.login-icons{width: 24px; height: 24px; display: inline-block; vertical-align: middle; margin: 0 4px;}



.qr-code-wrapper{width:250px; height:250px; background-color: rgba(255,255,255,0.1); position: relative;}
.central{position: absolute; top:50%; left:50%; transform: translate(-50%, -50%);}
.qr-code{width: 250px; height: 250px;}
.qr-code-logo{width:60px; height:60px; border: 8px solid #fff; border-radius: 20px;}

.qr-code-loader-icon{width:80px; height: 80px; position: absolute; top:0; right:0; bottom: 0; left:0; z-index: 10;
animation-name:qrCodeLoader;
-webkit-animation-name:qrCodeLoader;
animation-duration: 1s;
-webkit-animation-duration:1s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
animation-timing-function:ease-in-out;
-webkit-animation-timing-function:ease-in-out;}

.reload{background-color: rgba(255,255,255,0.6); width: 250px; height: 250px; display: flex;
align-items: center; justify-content: center;  position: absolute; top:0; left:0;z-index:2}
.reload-qr-code{background-color: #420662; width: 200px; height: 200px; display: flex; align-items: center; justify-content: center;
flex-flow: column; border-radius: 100%; color:#fff; text-align: center; padding:20px;}
.reload-icon{width: 50px; height:50px; margin-bottom: 20px;}


@keyframes qrCodeLoader{
0%{transform: rotate(0deg);}
100%{transform: rotate(360deg);}
}

@-webkit-keyframes qrCodeLoader{
0%{transform: rotate(0deg);}
100%{transform: rotate(360deg);}
}

.keep-logged-in{text-align: center; position: relative;}
.keep-logged-in label{color:#fff;}

.logged-in-tooltip{position: absolute; background-color: #FAB951; color: #000; padding:10px; text-align: left; border-radius: 8px; top:30px; display:none}
.logged-in-tooltip::before{position: absolute; bottom:94%; left:50%; margin-left: -14px; content: "";
border-top:14px solid transparent; border-left:14px solid transparent; border-right: 14px solid transparent; border-bottom: 14px solid #FAB951;}




.webapp-wrapper{display: flex; height: 100vh; overflow:hidden;}


.header{display: flex; align-items: center; justify-content: space-between; padding: 10px 15px;}
.my-account{display: flex; align-items: center;}
.profile-pic, .contact-profile-pic{width:50px; height:50px; background-color: rgba(105,75,156,0.2); border-radius: 100%; overflow: hidden;
margin-right: 15px;}
.contact-profile-pic{background-color: #fff; border-radius: 100%; overflow: hidden;}


.sidebar{background-image: linear-gradient(to bottom, var(--theme-primary-2), var(--theme-primary)); width:350px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.sidebar .header{background-color:transparent;  border-bottom: 1px solid #fff;}

.account-action {list-style-type: none; margin-bottom: -4px;}
.account-action > li{display: inline-block; margin-left: 16px;}
.account-action li a{display: block;}
.account-action li a img{display: block;}

.action{width: 32px; height: 32px;}


.my-info{color:#fff;}
.my-info h5{color:inherit;}
.my-info p{color:inherit;}


.tab-bar{display: table; width:100%; padding: 15px;}
.tab-bar li{display: table-cell; text-align: center;}
.tab-bar li a{padding: 8px 16px; background-color: #fff; display: inline-block; border-radius: 24px; color:rgba(44,45,48,0.65);
  font-size: .8125rem; font-weight: 400;}
.tab-bar li a:hover, .tab-bar li a.active{background-color: var(--theme-secondary);  color:#fff; }



.dropdown{position: relative;}
.dropdown-content{position: absolute; z-index: 4; box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
border-radius: 4px; overflow: hidden; top: 0; right:100%; visibility: hidden; opacity: 0;}
.dropdown-content > li{display: block; margin:0;}
.dropdown-content li a{padding: 10px 15px; color: #484848; background-color: #fff;
border-bottom: 1px solid #eee; color: #484848;  min-width: 120px;}
.dropdown-content li a:hover{background-color: #f5f5f5;}
.dropdown:hover .dropdown-content{visibility: visible; opacity: 1;}




.form-element{padding:15px;}

.search-contact{}
.search-contact input{border-radius: 20px; background-color: #F3F5FD; padding-left: 38px;color: #333;font-size: .8125rem;font-weight: normal;}
.search-contact input:focus{ border: 1px solid #ccc;}
.search-contact .form-element{position: relative;}
.search-contact .form-element img{position: absolute; top:25px; left:27px;width: 13px;}


.list{height: calc(100% - 212px);  overflow:hidden;}
.recent-chat-list, .contact-list, .group-list{height:100%; overflow-y: auto;}


.list a.contact:hover{
	/* background-color: rgba(37,25,45,0.05); */
	background-color: #e3e2e294;
}
.contact{padding: 10px 15px; display: flex; align-items: center;}

.contact-info{width: calc(100% - 100px);}
.contact-info h5{color: #323232;font-size: .8125rem;font-weight: normal;}

.online{width: 50px; height: 50px; border: 3px solid #43B502; border-radius: 100%; position: absolute; top:0; right: 0; bottom: 0; left:0;
margin:auto;}
.online img{max-width: 89%;  border-radius:100%;}


.contact-name{margin-bottom: 6px; display: flex; justify-content: space-between; align-items: center; }
.contact-name h5{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.last-msg-time{color: rgba(37,25,25,0.5); font-weight: bold; font-size: 15px;}

.last-message{ align-items: center;width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; color: #575757;}


.last-message p{color: rgba(37,25,25,0.5); font-size: 14px; width: 188px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.message-status{width:16px; height:16px; margin-right: 4px;}



.no-contact-selected{background-position: center; background-size: 700px; background-repeat: no-repeat; height: 100vh;}




.chat-section-wrapper{width:calc(100% - 300px); background-size: 50%; background-repeat: repeat;background-image:url('../images/IM Bg.jpg');}
.chat-body{width:100%;}


.chat-body-header{display: flex; align-items: center; justify-content: space-between; padding: 10px 15px;width:100%;
background-color: #fff; border-bottom: 1px solid #e2e2e2;}
.chat-body-header .contact{padding: 0; border-bottom: 0;}
.chat-body-header .contact-profile-pic{background-color: transparent;}
.chat-body-header .contact-name{flex-flow: column; align-items: flex-start; margin-bottom: 0; color:#000;}
.chat-body-header .contact-name h5{font-size: 20px;}
.chat-body-header .last-msg-time{font-weight: normal;}

.my-account{display: flex; align-items: center;}



.chat-area{position: relative; height: calc(100vh - 80px); /*background-color: aquamarine;background-size: 50%;background-image: url('../images/IM Bg.jpg');
    background-repeat: repeat;*/padding: .5rem 1.5rem;}



.messages-area{ padding: 30px 100px; height: calc(100% - 78px); overflow-y: auto;
overflow-x: hidden;}


.chat-msg-time{margin: 50px 0; text-align: center;}
.chat-msg-time span{background-color: rgba(37,25,25,0.1); display: inline-block; padding: 6px 12px; border: 1px solid rgba(37,25,25,0.1);
border-radius: 20px; font-size: 12px; position: relative;}
.chat-msg-time span::before{position: absolute; width: 100px; height: 1px; background-color: rgba(37,25,25,0.2);
content: ""; display: block; right:110%; top:50%; transform: translateY(-50%);}
.chat-msg-time span::after{position: absolute; width: 100px; height: 1px; background-color: rgba(37,25,25,0.2);
content: ""; display: block; left:110%; top:50%; transform: translateY(-50%);}


.message-block{width: 100%; margin-bottom: 8px;}

.sender-message{/*background-color: #fff; border-radius: 10px; color:#000;
 max-width: 60%; position: relative; box-shadow: 2px 2px 8px rgba(0,0,0,0.1); display: inline-block; min-width: 120px;*/
background-color: #fcfcfc;
    border-radius: .1875rem;
    color: #333;
    max-width: 60%;
    position: relative;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
    display: inline-block;
    min-width: 120px;
    border: 1px solid #eee;}
.sender-message::before{ /*width:0; height: 0; content: "";
position: absolute; bottom: 0; left:-10px;  border-top: 14px solid transparent;  border-left: 14px solid transparent;

border-right: 14px solid transparent; border-bottom: 14px solid #fff;*/
content: '';
    left: -5px;
    top: .93752rem;
    position: absolute;
    margin-left: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid;
    border-right-color: inherit;
    border-bottom: 5px solid transparent;
}

















.message-block + .message-block.clearfix{margin-top: 20px;}
.message-block.clearfix + .message-block{margin-top: 20px;}
.message-block.clearfix + .message-block.clearfix{margin-top: 0px;}

.my-message{/*background-color: #694B9C; color:#fff; box-shadow: 2px 1px 8px rgba(0,0,0,0.1);
border-radius: 10px; max-width: 60%; float: right; position: relative;*/
	background-color: #C32C57;
	border-color: #25816d;
	text-align: left;
	color: #fff;
	position: relative;
	padding: .625rem 1rem;
	width: auto;
	display: inline-block;
	max-width: 60%;
	float: right;
	border-radius: .1875rem;
	word-break:break-all;
}
.my-message::before{ /*width:0; height: 0; content: ""; position: absolute; bottom: 0; right:-10px;
border-top: 20px solid transparent; border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid #694B9C;*/
content: '';
    left: -5px;
    top: .93752rem;
    position: absolute;
    margin-left: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid;
    border-right-color: inherit;
    border-bottom: 5px solid transparent;
    left: auto;
    right: -5px;
    border-right: 0;
    border-left: 5px solid;
    border-left-color: inherit;
}

.sender-message p, .my-message p{word-break: break-word;padding:12px 25px 20px 15px; font-size: 14px; letter-spacing: 0.05em; max-width: 600px;}
.sender-message > img, .my-message > img{padding:10px; border-radius: 16px; position: relative; z-index: 2; display: block;
max-height: 400px; cursor: pointer;     min-height: 140px; min-width: 140px;}

.sender-message > img + .msg-time-status, .my-message > img + .msg-time-status{margin-top: -31px; margin-right: 18px;
padding-right: 0;}



.sender-message > video {padding: 10px; display: block; min-width: 400px; min-height: 300px;}
.sender-message > audio {padding: 10px; display: block;}
.sender-message > video + .msg-time-status {margin-top: -10px;}
.sender-message > audio + .msg-time-status {margin-top: -10px;}

.clearfix{content: ""; display: block; clear: both;}


.msg-action{position: absolute; top:-12px; right:-12px; width: 24px; height:24px; background-color: #FAB951; border-radius: 100%;
 visibility: hidden; opacity: 0;}
.msg-action::before{position:absolute; top:50%; left: 50%; border: solid black; border-width: 0 3px 3px 0;
padding: 3px; content: ""; transform:  translate(-50%, -50%) rotate(45deg); display: block;}

.msg-action-list{list-style: none; background-color: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.1); position: absolute;
top:100%; left: 0; border-radius: 8px; overflow: hidden; z-index: 5; visibility: hidden; opacity: 0; }
.msg-action-list li a{ padding: 10px 15px; color:#000; display: block; min-width: 150px; font-size: 14px;}
.msg-action-list li a:hover{background-color:rgba(37,25,45,0.05);}


.sender-message:hover .msg-action{visibility: visible;opacity: 1;}
.msg-action:hover{background-color: #f1b14c;}
.msg-action:hover .msg-action-list{visibility: visible; opacity: 1; transform: translateY(6px);}
.my-message:hover .msg-action{visibility: visible; opacity: 1;}
.my-message .msg-action-list{left: auto; right: 0;}




.msg-time-status{display: flex; float: right; z-index: 3; position: relative; padding: 0 12px; align-items: center; margin-top: 0px;}
.msg-time-status img{padding:0;}
.my-message .msg-time-status{color: rgba(0,0,0,0.5);}



.msg-time{font-size: 10px;  color: rgba(72,72,72,0.5); padding-right: 4px;}
.sender-message .msg-time{padding-right: 0;}
.my-message .msg-time{color:rgba(255,255,255,0.7);}




.from-name{font-weight: 600; font-size: 13px;  padding: 10px 15px 0;display: block; margin-bottom: -8px;}

.smiley{margin-bottom: 24px;}


.msg-attachment{display: flex; align-items:center; padding: 10px; background-color: rgba(255,255,255,0.2); position: relative;
z-index: 2; border-radius: 8px; margin: 10px;}
.msg-attachment img{margin-right: 8px;}
.msg-attachment span{color: #000;}
.my-message .msg-attachment span{color: #fff;}

.my-message  > .msg-attachment + .msg-time-status{margin-top: -8px;}


.type-message{/*background-color: #fff; padding: 15px 10px; position: absolute; bottom: 0;
box-shadow: 2px 0 10px rgba(0,0,0,0.1); width:100%; z-index: 4;*/
height: 60px;
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    border: 1px solid #ccc;
    padding: 10px 1.5rem;

    /*position: absolute;*/ bottom: 0;box-shadow: 2px 0 10px rgba(0,0,0,0.1); z-index: 4;
 }
.type-message textarea{/*overflow: hidden; display: inline-block; vertical-align: middle;*/
width: 100%;
    background-color: transparent;
    border: none;
    padding: .4375rem;
    font-size: 1rem;
    height: 40px;
 /*width: calc(100% - 194px);*/}
.type-message-icons{width:25px; height:25px; margin:5px 10px; display: inline-block; vertical-align: middle; position: relative; cursor: pointer;
border-radius: 100%;}
.type-message-icons:hover{background-color: rgba(37,25,45,0.1);}





.attachments-list{list-style-type: none; position: absolute; bottom: 90%; left:50%; transform: translateX(-50%); opacity: 0; visibility: hidden;
padding-bottom: 24px;}
.type-message-icons:hover .attachments-list{opacity: 1; visibility: visible; bottom: 99%;}
.attachments-list li{position: relative; margin: 4px 0;}

.attachments-list button{box-shadow: 0 0 8px rgba(0,0,0,0.1); cursor: pointer;}
.attachments-list button input{opacity: 0; cursor: pointer;}



.attachment-button{background-position: center; background-size: 60px; background-repeat:no-repeat; width: 60px; height:60px;
border:0; border-radius: 100%;}

.attachments-title{position: absolute; top:50%; transform:translateY(-50%); left:110%; background-color: #FAB951; padding: 6px 15px;
	border-radius: 20px; visibility: hidden; opacity: 0; box-shadow: 0 0 8px rgba(0,0,0,0.1); }

.attachments-list li:hover .attachments-title{visibility: visible; opacity: 1;}



.overlay, .overlay-loader{background-color: rgba(0,0,0,0.8); position: absolute; top:0; right:0; bottom: 0; left:0; z-index: 99999;
width: 100%; height:100vh; overflow: hidden; display: flex; align-items: center; justify-content: center;display:none}


.webapp-loader{width:150px; height: 150px; -webkit-animation-name: loader-rotate;  animation-name: loader-rotate;
-webkit-animation-duration: 1.5s; animation-duration: 1.5s;
-webkit-animation-iteration-count:infinite; animation-iteration-count:infinite;
-webkit-animation-timing-function:linear; animation-timing-function: linear;}
.webapp-loader img{border: 2px solid #fff; border-radius: 100%;}


@-webkit-keyframes loader-rotate {
from {transform: rotateY(0);}
to {transform: rotateY(180deg);}}


@keyframes loader-rotate {
from {transform: rotateY(0);}
to {transform: rotateY(180deg);}}




.media-preview{width: 60%; padding: 20px; position: relative;
display: flex; align-items: center; justify-content: center;}
.media-preview img{max-width: 100%; max-height: 100%;}

span.highlight{color:#fff;background-color: #420662;}


.map{display:block;}
.sender-message .map + p,.my-message .map + p{max-width:300px;}

.sender-message .map img,.my-message .map img{padding:10px 10px 0;}



.list-loader img{display: block; width: 35px; height: 35px;}


.emoticons-container{position: absolute; bottom: 86px; background-color:ghostwhite; z-index: 4; width: 95%;
box-shadow: 0 -1px 8px rgba(0,0,0,0.08); transition: ease-in-out 0.3s; visibility:hidden; opacity:0;}
.emoticons-category{display: flex;}
.emoticons-category li{display: inline-block; line-height: 1; margin-left: 15px;}
.emoticons-category li a{display:block; width: 48px; height: 48px;  padding: 10px;}
.category-active{border-bottom: 4px solid #694B9C;}

.all-emoticons{padding:15px; height: 200px; overflow: scroll; background-color: rgba(0,0,0,0.1); overflow-x: hidden;}
.all-emoticons div{padding: 15px 0;}
.all-emoticons div h6{padding: 0 4px; color: #484848;}
.all-emoticons ul{}
.all-emoticons ul li{display: inline-block; margin: 6px; width: 24px; height: 24px;}


.show-emo-container{visibility:visible; opacity:1;}

.list-back{width: 32px;height: 32px;display: block;margin-left: 15px;}


audio{display: block;}
audio + .msg-time-status{display: block; padding-top: 16px;}

.js-online-status{}
.v-card{text-align: left; background-color: #fff; padding: 20px; width: 300px; border-radius: 14px;
		position: relative;}
	.user-info-title{font-size: 15px; font-weight: 600; min-height: 100px; padding-right: 8px}
	.v-card p{font-size: 15px; padding:10px 0;}

	.close-popup{background-color: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.1); width:24px; height:24px;
	border-radius: 100%; position: absolute; top:-10px; right:-10px; border: 1px solid #000; cursor: pointer}

	.close-popup::before, .close-popup::after{background-color:#000; width: 2px; height: 12px; content: "";
	display: block; position: absolute; top:50%; left:50%; transform: translate(-50%, -50%) rotate(45deg);}
	.close-popup::after{transform: translate(-50%, -50%) rotate(-45deg);}

/*Chems Design*/
* {
    font-family: 'Tajawal', sans-serif;
}
.tab-bar li a {
    padding: 8px 12px;
    font-size: .75rem;
    font-weight: 500;
}
.contact-info h5 {
    font-size: 1.05rem;
    font-weight: 500;
}
.search-contact input {
    padding-right: 32px;
}
.last-msg-time {
    font-size: .75rem;
    font-weight: 400;
}
.chat-body-header .contact-info {
    width: auto;
}
.sidebar {
    min-width: 350px;
}
.contact-info h5 {
    font-size: .875rem;
    font-weight: 500;
}
.contact-profile-pic {
    margin-left: 0px;
}
.list li h5 {
    padding: 15px 10px;
}
.list .contact-name {
    margin-bottom: 0px;
}


.chat-body-header{background:#fff; border-bottom: 1px solid #e2e2e2;}


.list li h5 {padding: 10px !important; color: #fff;}
.list .contact-name {margin-bottom: 0px !important;}
.last-message {text-align: right;padding: 0 10px;font-size: .875rem;}
.login-instructions h2 {font-size: 1.4rem;}
.header-login { background-color: #f5f5f5;}
.brand-logo {
    width: auto;
    height: 120px;
}
.brand-logo img {
    height: 90px;
    margin-bottom: 20px;
    padding: 8px 30px;
    border-radius: 5px;
    background-color: #fff;
	box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.06), 0 12px 15px 0 rgba(0, 0, 0, 0.06);
}
.login-points{
	padding-right: 30px;padding-left: 0;
}
.login-points li {
	font-size: 1rem;
}

.js-expert-list {

    overflow-y: auto;
    height: 100%;
}
/*Chems Design*/

.action-msg{position:fixed; bottom: 80px; right:50px;color: #fff; border-radius: 14px;
padding: 20px; font-size:28px; max-width: 400px; line-height:500; }

.action-msg-success{ background-color:green;}
.action-msg-failed{ background-color:red;}

/*23rd July 2019 Harendra forward message to*/
.fwd-msg-to{text-align: left; background-color: #fff; padding: 20px; width: 380px; border-radius: 14px;position: relative;}
.fwd-msg-to ul {height: 400px; overflow-y: auto;}

.overlay-title{margin: 0 -20px;}
.overlay-title h3{padding: 0 20px 10px; border-bottom: 1px solid #eee;}

.select-contact{background-color: rgba(38,129,112,0.1);}


.btn{padding: 8px 12px; font-size: 16px; font-weight: 500; border-radius: 30px; border:0;color: #fff; margin-top: 30px;}
.btn.btn-accept{background-color:#268170; }
/*23rd July 2019 Harendra forward message to*/

.action-loader{position: fixed; bottom:50px; right: 50px; background-color: transparent; padding: 20px; border-radius: 8px; z-index: 1001;
font-size: 18px; color: #fff; }
.action-loader p{display:block; vertical-align: middle; margin:auto;}
.action-loader span{font-size: 20px;}
.action-loader span i{font-size: 24px; margin-right: 6px;}

.action-loader .action-msg-img{width:48px; height:48px; display:block;}

.group-info{
	display: flex;align-items: center;justify-content: center;flex-flow: column; margin-bottom:20px
}
.group-info figure{
	margin:0 0 10px; background-color: #eee; border-radius:100%;width: 60px; height:60px; overflow:hidden;
}

.opposite{
	list-style-type:none;
}

.account-action a{width:32px; height:32px; display:block;}

.js-vid-call-div video {

}
/*Css for video chat div=============================================================================================*/
.vid-call-div{position: relative; height: 100vh; width: calc(100vh * 0.56); background-color:#000;}
.active-video{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); max-width:100%; transition: ease-in-out 0.4s;}
.minimise{position:absolute; width: 100px; height:176px; top: auto; left: auto; right:20px; bottom:20px; transform: translate(0,0);
border: 1px solid #fff; border-radius:8px; }

.vid-call-div .btn-dropcall, .js-aud-call-div .btn-dropcall{width:48px; height:48px; border-radius: 100%; position: absolute; bottom: 60px;
left:50%; transform: translateX(-50%);}
/*Css for video chat div=============================================================================================*/

.js-aud-call-div{background-size:cover; background-position:center; background-repeat: no-repeat; height:100vh; width: calc(100vh * 0.56);
position:relative;}

.call-user-info{margin: 100px auto; text-align:center;}
.call-user-info h3{padding-top:24px; color:#fff;}

.js-myvideo{z-index:1;}
.call-timer{
  text-align:center;
  color:#fff;
}
/* css for user list when send link of conference ==========================================================*/
/*Overlay=========================================================*/
.overlay-user{position: absolute; top:0; right:0; bottom: 0; left:0; content: "";
background-color: rgba(0,0,0,0.7); height: 100vh; z-index: 10003; display: flex; align-items: center; justify-content: center;}


.overlay-cntr{width: 80%; max-height: 80vh;  position: relative;}
.overlay-cntr.small{width: 700px;}
.close-pup{z-index: 100000; border-radius: 8px; width:28px; height:28px; background-color: #fff; content: ""; display: block;
position:absolute; top:-28px; right: -28px;}
.close-pup:before, .close-pup:after{width: 3px; height:16px; content: ""; background-color: #000; position: absolute;
left:50%; top:50%;}
.close-pup:before{transform:translate(-50%,-50%) rotate(45deg);}
.close-pup:after{transform:translate(-50%,-50%) rotate(-45deg);}

.overlay-cnt{display: flex; flex-flow: row wrap;}

.post-prw{width: 30%;}
.post-prw .block-title{margin-bottom: 0;}
.post-prw .edu-content{height: calc(80vh - 100px); overflow: auto; margin:0px -20px 0;}
.post-prw .edu-text p{display: -webkit-box; max-height: 100vh;-webkit-box-orient: vertical;overflow: hidden; text-overflow: ellipsis;
white-space: normal;-webkit-line-clamp: initial;}



.share-to{width: 70%; position: relative;}
.share-to .btn-filter{background-image: url(../images/filters.png); background-repeat: no-repeat;width: 39px;
height: 39px;background-position: center; background-color: transparent;cursor: pointer; background-color: #fff;
box-shadow: none; margin: -20px 0; transition: ease-in-out 0.3s; border: 1px solid transparent;}
.share-to .btn-filter:hover{border: 1px solid #e2e2e2;}

.share-div{display: flex; align-items:initial; margin: -20px; position: relative;}
.share-div div{}

.share-to-filters{width: 260px;padding: 20px; background-color: #f5f5f5; /*position: absolute;*/}
.share-to-filters input[type=search], .share-to-filters select{border: 1px solid #e2e2e2; background-color: #fff;}

.share-div .table-pat-info{ padding:12px 0;}

.sec-head{padding-bottom: 20px;}

.all-pats, .selected-pats{padding: 20px; height: calc(80vh - 60px); overflow: auto; width: 50%;}
.all-pats .form-element, .selected-pats .form-element{margin: 10px 0;}
.send-post{width: 60px; height: 60px; content: ""; display: block; position: absolute;
right: 30px; bottom: 40px; border-radius: 100%; background-image: url(../images/send_post.png); background-size: 60px;
background-position: center; box-shadow:0 5px 10px rgba(255,87,87,0.4);}


.visi{visibility:visible; opacity: 1;pointer-events: auto;}

.table-img{width: 36px; height: 36px; margin-right: 8px; border-radius: 100%; overflow: hidden; background-color: #e2e2e2;}


/*Overlay=========================================================*/


.block.share-to{position: fixed; top:50%; left:50%; transform: translate(-50%,-50%);background-color: #fff; padding: 20px; border-radius: 12px;}
.block.share-to .block-title{background: #fff; padding: 20px 0;}
.block.share-to .all-pats{width: 100%;}
.block.share-to .all-pats ul{list-style-type: none;}
.block.share-to .table-pat-info{display:flex; align-items:center; }
.table-pat-info label{display:flex; align-items: center;}
.table-pat-info .cb input[type="checkbox"] {cursor: pointer;}
.table-pat-info label{display:flex; align-items: center; cursor:pointer;}

.unread-count {
    border-radius: 10px;
    padding: 0px 5px;
    background-color: #2ac92a;
}

.js-typing-status {
	margin-left: 10px;
	color: rgba(37,25,25,0.5);
}

.recent-chat-list li a.active, .contact-list li a.active {
    background-color: #e3e2e294;
}
