/* GLOBAL CSS START HERE */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
</style>
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
	padding:0;
	margin:0;
	height: 100%;
}
body{
	padding:0;
	margin:0;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	/*line-height:20px;
	background:#ebede7;
	color:#3f3f3f;*/
	box-sizing: border-box;
}
ul, li, ol{
	list-style:none;
	margin:0;
	padding:0;
}
img{
	max-width:100%;
}
a, a:hover{
	text-decoration:none;
}
p{
	margin: 0;
  	padding: 0;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
.p, p {
    font-size: 1rem;
    line-height: 20px;
}
.clearfix:after{
	clear:both;
	content:"";
	display:block;
}
::-webkit-input-placeholder {opacity:1;}
:-moz-placeholder { opacity:1;}
::-moz-placeholder { opacity:1;}
:-ms-input-placeholder { opacity:1;}
:input-placeholder { opacity:1;}
/* GLOBAL CSS END HERE */
/* welcome screen css start here */
.main-content{
	width: 100%;
	height: 100%;
}
.main-content .welcome_screen{
	position: relative;
	height: 100vh;
	width: 100%;}
.main-content .welcome_screen .welcomd_screen_inner{
	position: relative;
	height: 100vh;
	width: 100%;
}
.welcome_screen .card{
	width: 450px;
    background-color: #ffffff;
    border-radius: 20px;
    /*box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);*/
    border:0;
    /*background: rgb(225,230,236) !important;*/
}

.welcome_screen .card h1{
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
    font-size: 24px;
    line-height: 45px;
    font-family: 'Roboto';
}
.welcome_screen .card h1 span{
	font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}
.welcome_screen .card .card-text{
	text-transform: capitalize;
	line-height: 20px;
	letter-spacing: 0.5px;
}
.welcome_screen .card input{
    border-bottom: 1px solid #ced4da;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.welcome_screen .card .form-control:focus{
	box-shadow: 0 0 0 0.2rem rgb(255 255 255) !important;
}
.welcome_screen .card button{
    background-color: #030303;
    border-color: #030303;
    letter-spacing: 0.7px;
    font-weight: 500;
    text-transform: capitalize;
}
.welcome_screen .footer{
	width: 450px;
    margin: 0 1.5rem auto 0;
    padding-right: 1.5rem;
    position: absolute;
    bottom: 12px;
    text-align: right;
}
.welcome_screen .footer p:nth-child(1){
	line-height: 8px
}
.welcome_screen .footer p:nth-child(2){
	font-size: 10px;
	/*text-align: right;*/
}
.welcome_screen .footer span:nth-child(2){
	padding: 0 0 0 5px;
    font-size: 16px;
    font-weight: 600;
}
/* welcome screen css end here */
/* feedback screen css start here */

.main-content .feedback_screen{
	position: relative;
	height: 100vh;
	width: 100%;
	padding: 10px;
	/*background: rgb(225,230,236) !important;*/
}
.feedback_screen .card{
	width: 450px;
    background-color: #ffffff;
    border-radius: 20px;
    /*box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);*/
    border:0;
    /*background: rgb(225,230,236) !important;*/
}

.feedback_screen .card h1{
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
    font-size: 24px;
    line-height: 35px;
    font-family: 'Roboto';
}
.feedback_screen .card .card-text{
	text-transform: capitalize;
	line-height: 20px;
	letter-spacing: 0.5px;
}
.feedback_screen .card .smiles span{
	margin: 0 5px;
	font-size: 2rem;
	cursor: pointer;
}
.feedback_screen .card .smiles .fa-smile-beam{
	color: #4da250;
} 
.feedback_screen .card .smiles .fa-frown{
	color: #f5b803;
} 
.feedback_screen .card .smiles .fa-angry{
    color: #ff0000b3;
} 
.feedback_screen .card button{
    letter-spacing: 0.7px;
    font-weight: 500;
    text-transform: capitalize;
}
.m-main-container{
	width: 100%;
	height: 100vh;
	position: relative;
	display: none;
}
.m-main-container .video-container{
	width: 100%;
	height: 100%;
	position: relative;
}
.m-main-container .video-container .m-full-video{
	width: 100%;
    height: 100%;
    position: relative;
}
.m-main-container .video-container .m-full-video .media-container{
	width:100%;
	height:100%
}
.m-main-container .video-container .m-full-video .media-container .media-controls{
	bottom: 60px;
    right: 47%;
}
.m-main-container .video-container .m-small-video .media-container .media-controls{
	bottom: auto;
    top: 5px;
    right: 5px
}
.m-main-container .video-container .m-full-video .media-container video{
	height:100vh !important;
	max-height:100vh !important;
}
.m-main-container .video-container .m-small-video{
	/*position: absolute;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    bottom: 50px;
    left: 0;
    display: none;*/
	width: 150px;
    height: 150px;
    position: absolute;
    right: 10px;
    bottom: 60px;
	z-index:99;
}
.m-main-container .video-container .m-small-video .mvideo-container-small{
	width: 150px;
    height: 150px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.m-main-container .video-container .m-small-video .mvideo-container-small .media-container{
	width: 100%;
    height: 100%;
}
.m-main-container .video-container .m-small-video .mvideo-container-small .media-container video{
	height: 150px !important;
	max-height:150px !important;
}
.m-main-container .video-container .m-small-video .mvideo-container-small:nth-child(2){
	width: 150px;
    height: 150px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.m-main-container .video-container .m-navbar{
	position: fixed;
	display: flex;
	width: 100%;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    height: 50px;
    justify-content: center;
    align-items: center;
    height: 50px;
    z-index: 9;
	/*box-shadow: inset 0px 13px 16px rgb(0 0 0 / 11%), 0px -3px 12px rgb(0 0 0 / 0.29);*/
}
.m-navbar .vcall-actionBtns {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	margin-bottom: 0px;
}
.m-navbar .vcall-actionBtns li {
	flex: 1;
	text-align: center;
	font-size: 19px;
	color: white !important;
	background: none !important;
	height: unset !important;
}
.m-navbar .vcall-actionBtns li .fa-users,
.m-navbar .vcall-actionBtns li .fa-comment-alt,
.m-navbar .vcall-actionBtns li .fa-ellipsis-h{
	font-size: 24px !important;
}
.m-navbar .vcall-actionBtns li .fa-phone{
	background: red !important;
    padding: 7px !important; 
    border-radius: 50% !important;
}
.m-main-container .video-container .chart-content{
	position: absolute;
    bottom: 50px;
    z-index: 11;
    width: calc(100% - 2rem);
    background: #fff;
    margin: 0 1rem;
}
.m-main-container .add-practice{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 320px;
    background: #fff;
    padding: 15px;
    display: none;
    border-radius: 10px;
}
.chatWrapper {
    position: fixed;
    height: calc(400px - 0px);
    bottom: 50px;
    /* border: 1px solid #FFF; */
    width: calc(100% - 20px);
    overflow: hidden;
    right: 0px;
    left: 0px;
    background: #fff;
    display: none;
    margin: 0 10px 5px;
	z-index: 999;
}
#chatboxCC {
	width: 100%;
	position: absolute;
	height: calc( 100% - 40px);
	bottom: 0;
}
.chatoutputWrapper {
    overflow-y: auto;
    height: calc(100% - 50px) !important;
    margin: 0 !important;
}
.chatoutputWrapper .chatMsgsDisplayHere{
	height: 100%;
}
.chatoutputWrapper .chatMsgsDisplayHere .message-by-me,.chatoutputWrapper .chatMsgsDisplayHere .showMsgRowOuterMe .msgDisplayAsLineMe{
	display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 5px 10px;
}
.chatoutputWrapper .chatMsgsDisplayHere .message-by-reply,.chatoutputWrapper .chatMsgsDisplayHere .showMsgRowOuterReply .msgDisplayAsLineReply {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 10px;
}
.chatoutputWrapper .chatMsgsDisplayHere .message-by-me .name,
.chatoutputWrapper .chatMsgsDisplayHere .message-by-reply .name{
	width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;  
    font-weight: 500;
    text-transform: uppercase;
}
.chatoutputWrapper .chatMsgsDisplayHere .message-by-me .name{
	margin-left: 5px;
	    background: #000;
}
.chatoutputWrapper .chatMsgsDisplayHere .message-by-reply .name{
	margin-right: 5px; 
	background: #928f8f;
}
.inputOutDiv {
	width: 100%;
    bottom: 5px;
    position: absolute;
    padding: 0 5px;
}
.inputOutDiv input[type="text"]{
	border-radius: 25px !important;
}
.inputOutDiv input[type="text"]:focus{
	border-color: none !important;
	box-shadow: none; 
}
.inputOutDiv .input-group-append{
	background: #928f8f;
	border-radius: 25px;
	margin-left: 5px;
}
.inputOutDiv .input-group-append:focus{
	outline: none;
}
.inputOutDiv button{
	border: 0;
    outline: none;
    color: #fff;
}
.inputOutDiv button:focus{
	border: 0;
    outline: none;
    color: #fff;
	border-radius: 25px !important;
}
.chatInputField {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    height: 36px;
    padding: 0 8px;
    margin: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    font-size: 12px;
    color: #404040;
    width: 100%;
}
.inputOutDiv input[type = file]{
	display: none !important;
}
.heading-chatdiv {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #FFF;
    width: 100%; 
    background: #000;
    height: 40px;
    position: relative;
    align-items: center; 
    justify-content: space-between; 
    padding: 0 15px;
    display: flex; 
}
.heading-chatdiv .left-div {
    font-size: 15px;
    letter-spacing: 1.5px;
}
.heading-chatdiv .right-div {
    cursor: pointer;
}
.heading-div{
	display: none !important;
}
.toggleChat{
	display: block;
	transition: all 2ms ease-in-out;
}
.display{
	display: none;
}
/* feedback screen css end here */
@media screen and (max-width: 480px) {
	.welcome_screen .card{
	    width: 350px;
	}
	.welcome_screen .footer{
		width: 350px;
	}
	.feedback_screen .card{
	    width: 350px;
	}
}
.m-small-video video{max-height:110px !important}
.m-navbar .vcall-actionBtns li .dropdown-toggle{
    color: #fff;
}
.m-navbar .vcall-actionBtns li .dropdown-toggle:after{
    display: none;
}
.fa-user-plus{
    color: currentcolor !important;
}
.m-main-container .video-container .m-small-video .media-container video {​​​​​​​
    height: 150px !important;
    max-height: 150px !important;
    object-fit: cover !important;
}​​​​​​​
.m-main-container .video-container .m-full-video .media-container video {
    height: 100vh !important;
    max-height: 100vh !important;
    object-fit: cover;
    width: 100%;
}
.chatoutputWrapper .chatMsgsDisplayHere {​​​​​​​
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    width: 100%;
}​​​​​​​
