div.frame div#chat {
    display: none;
}

div.clearfix {
    clear: both;
}

div#deliveredTo {
    float: right;
    font-size: 8px;
}

div#chatAreaContainer {
    position: relative;
}

div#chatArea {
    height: 440px;
    overflow-y: auto;
    padding-right: 5px;
}

div#chatArea::-webkit-scrollbar {
    width: 4px;
}

div#chatArea::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #EDEDED;
}

div#bottomFade {
    width: 100%;
    height: 75px;
    bottom: 0px;
    position: absolute;
    z-index: 100;
    background: linear-gradient(rgba(255, 255, 255, 0), #FFF);
}

div.me {
    float: right;
    padding: 5px 0px;
    max-width: 310px;
}

div.me #from {
    font-size: 10px;
    margin-bottom: 10px;
    text-align: right;
    float: right;
}

div.me #from span {
    color: #999;
    float: left;
    margin-right: 4px;
}

div.me #pointer {
    width: 10px;
    height: 10px;
    position: relative;
    float: right;
    clear: both;
    margin-bottom: -10px;
    background-color: #62029d;
    -ms-transform: matrix(0.4525, 0.9616, -0.4525, 0.9616, -20, -5);
    /* IE 9 */
    -webkit-transform: matrix(0.4525, 0.9616, -0.4525, 0.9616, -20, -5);
    /* Chrome, Safari, Opera */
    transform: matrix(0.4525, 0.9616, -0.4525, 0.9616, -20, -5);
}

div.me #textBody {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    background-color: #62029d;
    color: #fdf8ff;
    border-radius: 8px;
    float: right;
    min-width: 100px;
    padding: 11px 15px;
    clear: both;
}

div.me div.recipients {
    font-size: 10px;
    height: 10px;
    clear: both;
    float: right;
    margin-right: 2px;
}

div.me div.recipients img {
    width: 10px;
    margin-top: 2px;
}

div.other {
    float: left;
    padding: 5px 0px;
    max-width: 310px;
}

div.other #from {
    font-size: 10px;
    margin-bottom: 10px;
}

div.other #from span {
    color: #999;
}

div.other div.recipients {
    display: none;
}

div.other #pointer {
    width: 10px;
    height: 10px;
    position: relative;
    clear: both;
    margin-bottom: -10px;
    background-color: #d9d9d9;
    -ms-transform: matrix(0.4525, 0.9616, -0.4525, 0.9616, 20, -5);
    /* IE 9 */
    -webkit-transform: matrix(0.4525, 0.9616, -0.4525, 0.9616, 20, -5);
    /* Chrome, Safari, Opera */
    transform: matrix(0.4525, 0.9616, -0.4525, 0.9616, 20, -5);
}

div.other #textBody {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    background-color: #d9d9d9;
    border-radius: 8px;
    min-width: 100px;
    padding: 11px 15px;
}

div.error {
    background-color: pink;
    border-radius: 3px;
    display: none;
    margin-top: 5px;
    padding: 5px;
}

div#chromeFileWarning {
    display: none;
    background-color: pink;
}

form#userForm {
    display: none;
}

form#newMessage {
    display: none;
}


/* input {
    width: 100%;
    border-radius: 3px;
    padding: 5px;
    margin: 5px 0px;
    border: 1px solid #B0B0B0;
    height: 38px;
    font-size: 14px;
} */

*:focus {
    outline: 0;
}


/* button {
    color: #fff;
	background-color: #63029C;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	border-radius: 0;
	text-transform: uppercase;
	vertical-align: bottom;
	border: none;
	outline: 0 none;
	padding: 10px 15px 10px 15px;
	float: left;
	margin: 2px;
} */

div#userInfo {
    font-size: 14px;
    display: none;
}

span#username {}

div.top1 {
    height: 330px;
    background-color: #FFFFFF;
    overflow: hidden;
    transform: translate3d(0, 0px, 0);
    background-image: url('Sinch_Banner.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

div.top1 h1 {
    margin-top: 140px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 40px;
}

div.frame div#call {
    display: none;
}

div#callLog {
    font-size: 12px;
}

div#callLog #title {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
}

div#callLog #stats {
    margin-left: 20px;
}

button#call.incall {
    /*background-color: #d9bfe9;*/
    display: none;
    position: absolute;
}

button#call.callwaiting {
    /*background-color: #d9bfe9;*/
    display: none;
    position: absolute;
}

button#hangup {
    /*background-color: #d9bfe9;*/
    display: none;
    position: absolute;
}

button#hangup.incall {
    /*background-color: #62029d;*/
    display: block;
    position: relative;
}

button#answer {
    /*background-color: #d9bfe9;*/
    display: none;
    position: absolute;
}

button#answer.callwaiting {
    /*background-color: #62029d;*/
    display: block;
    position: relative;
}

form#newCall button {
    float: right;
}

video {
    width: auto;
    height: 195px;
    /*margin: 10px 12px 10px 12px;
	border: 1px solid #B0B0B0;
	border-radius: 3px;*/
    display: none;
}

#videooutgoing {
    position: absolute;
    left: 1em;
    top: 1em;
    z-index: 1;
}

#videoincoming {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.callcard {
    padding: 0 !important;
    height: 87vh;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 0 !important;
}

.call_actions {
    position: absolute;
    z-index: 9999;
    left: 0;
    bottom: 5vh;
}

@media (max-width: 992px) {
    .call_actions {
        bottom: 12vh;
    }
}

.call_actions button {
    height: 3.5em;
    width: 3.5em;
    font-size: 1.4em;
    text-align: center;
    padding: 1em 0;
    -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.03), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.03), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.03), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50% !important;
}

.caller_name {
    text-align: center;
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5), 0 0 1em rgba(0, 0, 0, .5), 0 0 0.2em rgba(0, 0, 0, .5);
    /* -webkit-text-stroke: 1px rgba(0,0,0,.5);*/
    z-index: 2;
}

.caller_name #chat_with_name {
    font-size: .8em;
}

#chat_with_status {
    text-align: center !important;
    position: absolute !important;
    top: 5.5em;
    left: 0;
    right: 0;
    z-index: 2;
}

#ringing {
    text-align: center !important;
    position: absolute !important;
    top: 8.5em;
    left: 0;
    right: 0;
    color: #ffffff;
    font-weight: 500;
    z-index: 2;
}

#end2_status {
    text-align: center;
    position: absolute;
    top: 10em;
    left: 0;
    right: 0;
    color: #E31A1D;
    font-weight: bold;
    z-index: 2;
}

#end2_status span {
    font-size: .5em;
}

#logOut {
    /*position: absolute;
	top:0;
	right:0;
	z-index: 999;
	padding: .3em .3em .3em .5em;
	border-radius: 0 0 0 1em;*/
}

.chat_menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: .3em .3em .3em .5em;
    border-radius: 0 0 1em 0;
}

#chatRoomReq .callcard {
    height: 100% !important;
}

.callcard .closeFullscreen {
    display: none;
}

.callcard .openFullscreen,
.callcard .closeFullscreen {
    position: absolute;
    right: 15px;
    bottom: 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    z-index: 99999;
}

#chatRoomReq {
    z-index: 999999 !important;
}