@charset "utf-8";
/* CSS Document */

.chatbox-wrapper .container {width: 100%; height: 100%; max-width: none;}

.conversation *,
.conversation *:before,
.conversation *:after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.conversation {
	position: fixed;
	bottom: 2px;
	right: 57px;
	width: 300px;
	z-index: 99999;
}
.conversation.collapsed .messages,
.conversation.collapsed .say {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.conversation header {
	display: table;
	width: 100%;
	background: #404040;
	padding: 5px;
	padding-left: 10px;
	color: white;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
}
.conversation header.has-new-messages {
	background: #53a93f;
}
.conversation header > * {
	display: table-cell;
	vertical-align: middle;
}
.conversation header .hangouts-logo {
	width: 14px;
	height: 14px;
}
.conversation header .chating-with {
	padding: 0 5px;
	min-width: 170px;
}
.conversation header button {
	width: 24px;
	height: 24px;
	border: none;
	opacity: .8;
	cursor: inherit;
}
.conversation header button:hover,
.conversation header button:active {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.2);
}
.conversation header .icon {
	background-color: transparent;
	background-image: url("https://ssl.gstatic.com/chat/babble/sprites/common-b4320ec4a0b0a6de913780928c0a2b18.png");
}
.conversation header .icon.hangouts-white {
	background-position: -259px -427px;
}
.conversation header .icon.minimize {
	background-position: -142px -98px;
}
.conversation header .icon.close {
	background-position: -425px -327px;
}
.conversation .messages {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	overflow: auto;
	padding: 10px;
	background: #e8e8e8;
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-width: 0 1px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.conversation .messages .message {
	float: left;
	width: calc(100% -  36px);
	min-height: 36px;
	display: table;
	position: relative;
	margin-bottom: 10px;
  word-break: break-word;
}
.conversation .messages .message:after,
.conversation .messages .message:before {
	content: "";
	display: table;
	clear: both;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 26px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 0;
	border-color: transparent #ececec transparent transparent;
}
.conversation .messages .message:after {
	top: 1px;
	z-index: 11;
	border-color: transparent white transparent transparent;
}
.conversation .messages .message img {
	position: absolute;
	top: 1px;
	left: 0;
	width: 36px;
	height: 36px;
	border-radius: 2px 0 0 2px;
}
.conversation .messages .message .content {
	float: left;
	position: relative;
	background: white;
	padding: 5px 10px;
	margin-left: 36px;
	border: solid 1px rgba(0, 0, 0, 0.075);
	border-bottom: solid 2px rgba(0, 0, 0, 0.15);
}
.conversation .messages .message time {
	display: block;
	font-size: 11px;
	color: rgba(0, 0, 0, 0.3);
}
.conversation .messages .message.me {
	margin-left: 0;
	margin-right: 36px;
}
.conversation .messages .message.me img {
	top: auto;
	left: auto;
	bottom: 2px;
	right: -36px;
	border-radius: 0 2px 2px 0;
}
.conversation .messages .message.me .content {
	float: right;
}
.conversation .messages .message.me:after,
.conversation .messages .message.me:before {
	top: auto;
	left: auto;
	bottom: 0;
	right: -11px;
	border-width: 12px 0 0 12px;
	border-color: transparent transparent transparent #ececec;
}
.conversation .messages .message.me:after {
	bottom: 2px;
	z-index: 11;
	border-color: transparent transparent transparent white;
}
.conversation .say {
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.conversation .say button {
	position: absolute;
	top: 8px;
	width: 20px;
	height: 20px;
	border: none;
	background-color: transparent;
	background-image: url("https://ssl.gstatic.com/chat/babble/sprites/common-b4320ec4a0b0a6de913780928c0a2b18.png");
	opacity: .2;
	cursor: pointer;
}
.conversation .say button:hover {
	opacity: .4;
}

.conversation .say button.add-attachment {
	right: 8px;
	background-position: -309px -31px;
}
.conversation .say input {
	width: 100%;
	border: none;
	min-height: 34px;
	margin: 0;
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-bottom: none;
	padding: 0 36px 0 10px !important;
	border-radius: 0;
}

#back-top{
	bottom: 2px;
}





/* //////////////////  Chat Page ////////////////////////// */

.chatbox-wrapper *,
.chatbox-wrapper *:before,
.chatbox-wrapper *:after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	line-height: normal;
}

.chatbox-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
  min-height: 400px;
	height: 100vh;
  max-height: 680px;
  margin-top: 20px;
  border:1px solid rgba(210,210,210,0.5);
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 30px;
}


.container .left {
	float: left;
	width: 350px;
	height: 100%;
  background-color: #f8f9f9;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.container .left .top {
	width: 100%;
    height: 112px;
    padding: 10px 25px;
    position: absolute; left: 0; top: 0; right: 0;
}

.container .left input {
    border: none;
    font-size: 16px;
    color: #7d7d7d;
    line-height: 40px;
    padding: 0;
    width: 100%;
    background-color: transparent;   
}
.chat-search-area{    position: relative;
    border-bottom: 1px solid #ccc;
    padding-right: 30px;
    margin-bottom: 15px;
    background-image: url(../images/icons/search.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 0 center;
    color:#7d7d7d;
    font-size: 16px;
  }

.chat-user-select{ 
     border: none;
    border-bottom: 1px solid #ccc;
    padding-right: 30px;
    color: #7d7d7d;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/icons/arrow-down-gray.svg);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-color: transparent;
    width: 100%;
    padding: 0 0 8px;}    

.chat-search-area input{height: 40px;}

.chat_search_submit {
    position: absolute;
    width: 50px;
    background: #666666;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 0 21px 21px 0;
    text-align: center;
    line-height: 30px;
}

.left input:focus {
 	outline: none;
}
.left a.search {
	display: block;
	float: right;
	width: 42px;
	height: 42px;
	margin-left: 10px;
	border: 1px solid #e6e6e6;
	background-color: #00b0ff;
	background-image: url("https://s11.postimg.org/dpuahewmn/name_type.png");
	background-repeat: no-repeat;
	background-position: top 12px left 14px;
	border-radius: 50%;
}
.left .people {
	margin-left: -1px;
	width: 100%;
	list-style: none;
/*	min-height: 100%;
	max-height: 100%;
	overflow: hidden;*/
	/*overflow-y: auto;*/
  padding: 0 25px 0 0px;
  position: relative;
}
.left .person {
  position: relative;
  width: 100%;
  padding: 0 0 0 25px;
  cursor: pointer;
  min-height: 85px;
}
.left .person .ticket-subj-list-info{padding:15px 25px 15px 80px; border-top: 1px solid rgba(200,200,200,0.3); position: relative;}
.left .person.active .ticket-subj-list-info{border-top: 1px solid rgba(200,200,200,0);}
.ticket-subj-list-info .ticket-icon{width: 64px; height: 64px; border:1px solid rgba(128,128,128,0.2); border-radius: 100%; 
position: absolute; left:0; top: 10px; background-image: url(../images/icons/ticket-gray.svg); background-position: center center; background-size: 34px;
background-repeat: no-repeat; background-color: #fff;
}
.left .person.active .ticket-subj-list-info .ticket-icon{background-image: url(../images/icons/ticket-blue.svg); border:1px solid rgba(49,195,228,1);}
.left .person.active .ticket-subj-name{color:rgba(49,195,228,1);}

.ticket-subj-list-info.text-info{padding: 0; position: relative;}

.ticket-subj-list-info .numb{    min-width: 20px;
    height: 20px;
    color: #fff;
    background-color: #31c3e4;
    border-radius: 100%;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 20px;}
.left .person.active .ticket-subj-list-info .numb{ right: 5px; }
.container .left .people .person:nth-of-type(1) .ticket-subj-list-info{border-top:none;}
.left .person-info{padding: 0 0 0 60px; position: relative; }

.left .text-info h3,.left .text-info h4,.left .text-info h5{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #565656;}

/*.left .person.active:before {
  position: absolute;
  bottom: 0;
  left:0;
  display: block;
  width: 3px;
  height: 100%;
  content: '';
  background-color: #5dd60c;
}*/
.left .person.active .name{color: #5dd60c;}

.left .person.offline{ pointer-events: none; }
.left .person.offline .text-info{opacity: 0.4;}




.container .left .people .person img {
  width: 50px;
  height:50px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute; 
  left: 0; top: 0;
}


.left .person .ticket-subj-name {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 3px;
    margin-top: 2px;
}

.left .person .ticket-subj-smInfo {
  font-size: 14px;
  line-height: 16px;
  color: #7d7d7d;
}
.left .person .time {
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 0;
  text-transform: uppercase;
  color: #565656;
}
.left .person .numb-text {width: 50px; text-align: center; background-color: #5dd60c; border-radius: 12px; color: #fff; line-height: 28px;
 display: block; position: absolute;right: 0; bottom: -5px;}

.left .person.active{background-color: #fff;     box-shadow: 0 0px 6px rgba(128,128,128,0.2);}
.left .left_inr{position: relative; padding-top: 112px; height: 100%;}
.bubble-you,.bubble-me{padding: 0 20px;}
.bubble-content{border-top: 1px solid rgba(236,236,236,1); padding: 30px 0; margin-top: -1px;}


/*start right section*/
.container .right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1px;
  flex: 1 1px;
  position: relative;
  float: left;
  width: calc(100% - 350px);
  height: 100%;
  min-height: 100%;
  padding-bottom: 72px;
}
.container .right .top {
  width: 100%;
  height: 102px;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid rgba(210,210,210,0.5);
  background-color: #fff;
  border-top-right-radius: 5px;
}

.container .right .top .name {
  color: #565656;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 22px;
}
.container .right .top .sm-info {
  color: #aaaaaa;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.container .right .chat-outer{height: 100%;  padding-top:102px; position: relative;}
.container .right .chat {
  position: relative;
  overflow-x: hidden;
  padding: 0;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
           
            
}
.container .right .chat.active-chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  max-height: 100%;
  height: 100%;
  overflow-y: auto;

}
.container .right .write {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.container .right .write-inr{padding: 0 120px 0 15px; width: 100%;border-top: 1px solid #ececec; position: relative; height: 72px;}
.write-inr .send-btn{position: absolute; right: 10px; top: 10px;}
.write-inr .send-btn .btn-solid-blue{min-width: 106px;}

.container .right .write-input-wrap{padding-right: 45px; position: relative;}

.container .right .write textarea {
border: none;
    resize: none;
    padding: 15px 0px 15px 0px;
    font-size: 14px;
    width: 100%;
    height: 72px;
    color: #7d7d7d;
}
.container .right .write textarea:focus{outline: none; box-shadow: none;}
.container .right .write .attach{    position: absolute;
    right: 9px;
    padding: 0;
    top: 20px;
    font-size: 25px;
    cursor: pointer;
    background-image: url(../images/icons/attach-icon-gray.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    overflow: hidden;
    opacity: 0.6;
     }
.container .right .write .attach input{    opacity: 0;
    position: absolute;
    width: 30px;
    top: 0;
    right: 0;
    left: 0;
}
 

.container .right .write .write-link.attach:before {
  display: inline-block;
  float: left;
  width: 20px;
  height: 42px;
  content: '';
  background-image: url("https://s1.postimg.org/s5gfy283f/attachemnt.png");
  background-repeat: no-repeat;
  background-position: center;
}

.right .write .attach_file_info{ background-color: #f8f8f8; padding:10px 35px 10px 30px; position: relative; border-radius: 3px; margin-bottom: 5px; }
.right .write .attach_file_info .icon{ position: absolute; left: 10px; top: 7px;}
.right .write .attach_file_info p{color: #666; font-size: 13px;}
.right .write .attach_file_info .file_size{color: #999;}
.right .write .attach_file_info .delete_icon{ color: #ff2b2b;
    position: absolute;
    right: 5px;
    top: 3px;
    padding: 5px;
    width: 30px;
    text-align: right; }

.container .right .write .write-link.send{ 
    width: 55px;
    height: 55px;
    background-color: #030f6c;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 100%;
    text-align: center;
    font-size: 35px;}
.container .right .write .write-link.send:before {
    display: inline-block;
    margin-right: 0;
    content: "\e92d";
    font-family: 'icomoon';
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    line-height: 55px;
}
.container .right .bubble {
  font-size: 14px;
  position: relative;
  display: inline-block;
  clear: both;
  padding: 30px 10px;
  vertical-align: top;
  word-break: break-word;
  width: 100%;
}
 .right .bubble p{margin-bottom: 5px;word-wrap: break-word;}
 .right .bubble .name{    font-size: 16px;
    color: #565656;
    margin-bottom: 6px;
    line-height: 18px;}

.right .bubble .chat-text{    
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 4px;}

.right .bubble .chat-person-img{    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;}

.right .bubble .chat-person-img img{ width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 100%;} 

.right .bubble .chat-time{color: #cecdcd; position: absolute; right: 0; top: 20px;}

/*.container .right .bubble:before {
  position: absolute;
  top: 19px;
  display: block;
  width: 8px;
  height: 6px;
  content: '\00a0';
  -webkit-transform: rotate(29deg) skew(-35deg);
          transform: rotate(29deg) skew(-35deg);
}*/
.container .right .bubble.you {
  color: #565656;
  background-color: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-animation-name: slideFromLeft;
  animation-name: slideFromLeft;
}
/*.container .right .bubble.you:before {
  left: -3px;
  background-color: #112faa;
}*/
.container .right .bubble.me {
  color: #565656;
  font-size: 14px;
  background-color: #fbf9f9;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-animation-name: slideFromRight;
  animation-name: slideFromRight;
}
/*.container .right .bubble.me:before {
  right: -3px;
  background-color: #eceff1;
}*/
.container .right .conversation-start {
  position: relative;
  width: 100%;
  padding: 5px 25px;
  font-size: 14px; line-height: 14px;
}
.container .right .conversation-start span {
  font-size: 14px;
  display: inline-block;
  color: #c2c0c0;
}
.container .right .conversation-start span:before, .container .right .conversation-start span:after {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #e6e6e6;
}
.container .right .conversation-start span:before {
  top: 0;
}
.container .right .conversation-start span:after {
  bottom: 0;
}

#secondary .single_add_to_cart_button {
  margin-bottom: 20px;
}

/*.container .right .write::before {
    content: '';
    position: absolute;
    height: 5px;
    top: -5px;
    background: #fff;
    width: 100%;
    left: 0;
}
.container .right .write::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 29px;
    background: #fff;
    left: 0;
    bottom: -29px;
}
*/
.chat .mCSB_inside>.mCSB_container ,.left_inr .people .mCSB_inside>.mCSB_container{
    margin-right: 0px;
}

.left .form-control.chat-user-select{     
    color: #909090;
    font-size: 16px;
    text-transform: uppercase;
    width: auto;
    padding-right: 36px;
    border: none;
    height: 30px;
    margin-top: 8px; }

@keyframes slideFromLeft {
  0% {
    margin-left: -200px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slideFromLeft {
  0% {
    margin-left: -200px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes slideFromRight {
  0% {
    margin-right: -200px;
    opacity: 0;
  }
  100% {
    margin-right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slideFromRight {
  0% {
    margin-right: -200px;
    opacity: 0;
  }
  100% {
    margin-right: 0;
    opacity: 1;
  }
}

/*.........added on 8thsep.......*/

.video_modal {
  position: fixed;
  width: 700px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  z-index: 999;
  height: 300px;
  background: #fff;
  display: none;
  margin-top: -150px;
}
.video_modal.showvid {
  display: block;
}
.close_vid {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12;
    top: 0;
    left: 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.big-player-dimensions {
  width: 100%;
  height: 100%;
}
.big_vid .video-js {
  height: 300px;
  border-radius: 5px;
}
.small_vid {
  width: 100px;
  height: 80px;
  position: absolute;
  background: #000;
  bottom: 50%;
  right: 50%;
  border-radius: 5px;
  margin-right: -50px;
  margin-bottom: -40px;
  transition: all .3s ease-in-out;
}
.small_vid.videorecieved {
    right: 20px;
    bottom: 20px;
    margin-right: 0;
    margin-bottom: 0;
}
.close_iconvid {
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 20px;
  top: 0;
  z-index: 99;
}
.toggle_video {
  float: right;
  position: relative;
  top: -4px;
}

.backToChat{display: none;}

.attach-file-box{background-color: #fff;
display: inline-block;
padding: 10px 40px 10px 10px;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
border-radius: 3px;
position: relative;
margin-top: 5px;
cursor: pointer;}
.attach-file-box p{font-size: 16px; margin: 0 !important;}
.attach-file-box .downloadIcon{position: absolute;right: 10px;top: 10px;font-size: 18px;color: #030f6c;}

.left .left_inr .left-middle-content{height: 100%; overflow-y: auto; position: relative;}
.left .left_inr #refresh{height: auto;}

.top-ticket-right-info .subj-name{ font-size: 24px; color: #31c3e4; }
.top-ticket-right-info .emo-name{color: #7d7d7d; font-size: 15px; font-weight: 500;}
.top-ticket-right-info .issue-type{color: #7d7d7d; font-size: 15px; font-weight: 500;}
.top-ticket-right-info .title{color: #000;}

.left-middle-content .ps__thumb-y,.chat-outer .ps__thumb-y{right: 0px; background-color: #31c3e4;}
.left-middle-content .ps__rail-y:hover > .ps__thumb-y, .left-middle-content .ps__rail-y:focus > .ps__thumb-y,
.chat-outer .ps__rail-y:hover > .ps__thumb-y, .chat-outer .ps__rail-y:focus > .ps__thumb-y {
    background-color: #31c3e4;
    width: 6px;
}
.left-middle-content.ps--active-x > .ps__rail-x, .left-middle-content.ps--active-y > .ps__rail-y{ background-color: #dcdcdc; width: 6px;right: 6px !important;

}
.chat-outer.ps--active-x > .ps__rail-x, .chat-outer.ps--active-y > .ps__rail-y { background-color: #dcdcdc; width: 6px;right: 0px !important;

}
.right .top-ticket-create-date{color: #7d7d7d; font-size: 14px; font-weight: 400; text-align: right;}
.right .day-show{ padding: 0 15px;font-size: 14px; font-weight: 400; color: #7d7d7d; line-height: 28px; background-color: #fdfdfd;border-bottom: 1px solid rgba(236,236,236,1); border-top: 1px solid rgba(236,236,236,1);}
.right .attach-file-sec{    padding-left: 20px;
    background-image: url(../images/icons/attach-icon-blue.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left center;}
 .right .attach-file-sec a{font-size: 14px; color: #31c3e4; }
  .right .attach-file-sec a:hover{color:#000;}

.chat-time-show{ color: #7d7d7d; font-weight: 500; font-size: 14px; margin-top: 15px; }  

.bubble_fixed{border-bottom: 1px solid rgba(236,236,236,1); padding: 20px 20px; }
.bubble_fixed .dsc-text p{color: #7d7d7d; font-size: 14px; font-weight: 400; line-height: 18px;}
.bubble_fixed .chat-time-show{margin-top: 10px;}
.bubble-content-heading{color: #0b2c34;font-size: 18px; margin-bottom: 10px; line-height: 20px;}
.bubble-content p{font-size: 14px; color: #7d7d7d;}

.chat-alertBox-sec{position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 72px; background-color: #f8f9f9;padding: 0 20px;}
.chat-alertBox-content{height: 100%;}
.chat-alertBox .red-alert-text{font-size: 16px; color: #fc0000;}
.left-middle-content .noData-text{ text-align: center;  color: #fc0000; font-size: 18px;}
.chat-alertBox{font-size: 16px; color: #7d7d7d; font-weight: 400;line-height: 20px;}

.chat-alert-btnBox .btn.btn-solid-blue{ min-width: 100px; }
.chat-alert-btnBox .btn-close{margin-left: 20px;}
.chat-alert-btnBox{min-width: 235px;}


/*--loader---*/
.chat-loader-holder .chat-alertBox{width: 100%; text-align: center;}

.cssload-jumping{
  position:relative;
  display:block;
  margin: 97px auto;
  width:107px;
}
  
.cssload-jumping, .cssload-jumping * {
  box-sizing: border-box;
}

.cssload-jumping span {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: rgba(49,195,228,0.98);
  border-radius: 487px;
  background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
}

.cssload-jumping span:nth-child(1) {
  animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -o-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -ms-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(2) {
  animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -o-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -ms-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(3) {
  animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -o-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -ms-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(4) {
  animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -o-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -ms-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(5) {
  animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -o-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -ms-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}



@keyframes scale {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(0.9, 0.9);
    background: rgb(166,239,255);
  }
  50% {
    transform: scale(1, 1);
    margin: 0 3px;
    background: rgb(66,212,245);
  }
  100% {
    transform: scale(0);
  }
}

@-o-keyframes scale {
  0% {
    -o-transform: scale(0);
  }
  25% {
    -o-transform: scale(0.9, 0.9);
    background: rgb(166,239,255);
  }
  50% {
    -o-transform: scale(1, 1);
    margin: 0 3px;
    background: rgb(66,212,245);
  }
  100% {
    -o-transform: scale(0);
  }
}

@-ms-keyframes scale {
  0% {
    -ms-transform: scale(0);
  }
  25% {
    -ms-transform: scale(0.9, 0.9);
    background: rgb(166,239,255);
  }
  50% {
    -ms-transform: scale(1, 1);
    margin: 0 3px;
    background: rgb(66,212,245);
  }
  100% {
    -ms-transform: scale(0);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
  }
  25% {
    -webkit-transform: scale(0.9, 0.9);
    background: rgb(166,239,255);
  }
  50% {
    -webkit-transform: scale(1, 1);
    margin: 0 3px;
    background: rgb(66,212,245);
  }
  100% {
    -webkit-transform: scale(0);
  }
}

@-moz-keyframes scale {
  0% {
    -moz-transform: scale(0);
  }
  25% {
    -moz-transform: scale(0.9, 0.9);
    background: rgb(166,239,255);
  }
  50% {
    -moz-transform: scale(1, 1);
    margin: 0 3px;
    background: rgb(66,212,245);
  }
  100% {
    -moz-transform: scale(0);
  }
}

@media (min-width: 768px){
.chat-close-btn{display: none;}
}

@media only screen and (max-width: 1399px){

.left .person .ticket-subj-name { font-size: 15px;line-height: 20px; margin-top: 6px;}
.ticket-subj-list-info .ticket-icon { width: 52px; height: 52px;}
.left .person .ticket-subj-list-info { padding: 10px 25px 10px 65px;}
.left .person {min-height: 72px;}
.bubble-content-heading { font-size: 16px; line-height: 18px;}
.bubble-content {padding: 20px 0;}
.chat-time-show{margin-top: 10px;}
}

@media only screen and (max-width:991px) {
.container .left{width: 250px;}
.container .right { width: calc(100% - 250px);}
.container .left .top { height: 100px;padding: 5px 15px;}
.chat-search-area{margin-bottom: 10px;}
.container .left input{font-size: 14px;}
.chat-user-select{margin-bottom: 0; font-size: 14px;}
.left .left_inr {padding-top: 100px;}
.left .people {padding: 0 15px 0 0px;}
.left .person {min-height: 60px; padding: 0 0 0 15px;}
.ticket-subj-list-info .ticket-icon { width: 35px;height: 35px;background-size: 22px;}
.left .person .ticket-subj-list-info { padding: 10px 25px 10px 40px;}
.ticket-subj-list-info .numb{font-size: 12px; line-height: 20px;top: 15px;}
.left .person .ticket-subj-name {font-size: 14px;line-height: 20px; margin-top: 0;}
.left .person .ticket-subj-smInfo {font-size: 13px;line-height: 14px;}

.container .right .top { height: 100px; padding: 5px 10px;}
.top-ticket-right-info .subj-name {font-size: 20px; line-height: 24px;}
.top-ticket-right-info .issue-type { font-size: 14px;}
.container .right .chat-outer {padding-top: 100px;}
.bubble-you,.bubble-me{padding: 0 10px;}
.write-inr .send-btn .btn-solid-blue {min-width: 98px;padding: 10px 10px;font-size: 14px;}
.write-inr .send-btn{top: 15px;}
.container .right .write-inr {padding: 0 110px 0 10px;}

}

@media only screen and (max-width:767px) {
  .video_modal {
    width: 100%;
    border-radius: 5px;
    top: 100px;
    left: 10px;
    right: 10px;
    margin-left: 0;
    height: 300px;
    background: #fff;
    display: none;
    margin-top: 0;
    width: auto;
  }
.container .right {
    display: none;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding-bottom: 85px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
}
  .container .left .people {
    min-height: 0;
  }

.chatbox-wrapper{border-radius: 0;min-height: 400px;height: 600px;}
.container .left{width: 100%;border-right: none;}
.container .right .chat.active-chat{padding-bottom: 0; padding-top: 45px;}
.container .left .top {padding: 10px 15px 10px 15px; height: 100px;}
.left .form-control.chat-user-select {
    position: absolute;
    top: 0;
    right: 8px;
    background-size: 10px auto;
    background-position: center right 0px;
    padding-right: 12px;
    font-size: 14px;
    width: 75px;
    margin-top: 16px;
    text-align: right;
}
.chat-search-area{padding-right: 35px;}
.chat_search_submit{width: 35px;}
.searchsubbtn{font-size: 18px;}
body.body_hidden{position: fixed;}
.container .right .top{padding: 5px 10px 5px 50px;}
.container .right .top .name{font-size: 16px; line-height: 20px;}
.container .right .top .sm-info{font-size: 14px; line-height: 15px;}
.container .right .bubble{padding: 15px 10px;}
/*.left .left_inr{padding-top: 60px;}*/

.container .right .top span.backToChat{ display: block; font-size: 26px;color: #030f6c;height: 35px;line-height: 35px;width: 35px;text-align: center;position: absolute;left: 0;}
.noMsg_textbox{display: none;}
.container .right .write-inr {padding:0 85px 0 10px; height: 85px;}
.container .right .write textarea{height: 55px;}
.container .right .write .write-link.send {width: 50px;height: 50px;right: 10px;top: 3px;font-size: 28px;}
.write-inr .send-btn .btn-solid-blue {min-width: 75px;padding: 6px 10px;font-size: 13px;}
.top-ticket-right-info .subj-name { font-size: 14px; line-height: 20px;}
.top-ticket-right-info .issue-type {font-size: 12px;}
.right .top-ticket-create-date{font-size: 12px;}
.container .right .write-input-wrap {padding-right: 30px;}
.bubble-content-heading {font-size: 14px; margin-bottom: 5px;}
.chat-time-show {margin-top: 4px; font-size: 13px;line-height: 15px;}
.bubble-content {padding: 15px 0;}

.container .right .write .attach {top: 16px;background-size: 24px;background-position: center;}
.chatonlyimage{font-size: 12px;}
 .chat-close-btn{position: absolute; right: auto; left: 10px; display: block;}
.chat-close-btn a{display: inline-block;color: #ff1717;  width: 32px;height: 32px;border: 1px solid #e6e6e6;text-align: center;line-height: 32px;border-radius: 100%;
background-color: #f8f8f8;}
}
