/*--------------------
Mixins
--------------------*/

/*--------------------
Body
--------------------*/

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  /* background: linear-gradient(135deg, #044f48, #2a7561); */
  background: none transparent;
  /* background-size: cover; */
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.3;
  overflow: hidden;
}

/* button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
} */

.bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* background-color: #fff; */
  /* background: url("https://images.unsplash.com/photo-1451186859696-371d9477be93?crop=entropy&fit=crop&fm=jpg&h=975&ixjsv=2.1.0&ixlib=rb-0.3.5&q=80&w=1925") no-repeat 0 0; */
  /* -webkit-filter: blur(80px);
          filter: blur(80px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2); */
}

/*--------------------
Chat
--------------------*/

.chat {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 101;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  /* background: rgba(0, 0, 0, 0.5); */
  background-color: #F7F9F9;
  /* border-radius: 20px; */
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

/*--------------------
Chat Title
--------------------*/

.chat-title {
  flex: 0 1 45px;
  position: relative;
  z-index: 2;
  /* background: rgba(0, 0, 0, 0.2); */
  /* background-color:#00BFEA; */
  /* background-color: #2b7ec2; */
  background-color: #297dc2;
  /* background: linear-gradient(to bottom right,#03ba7a, #1D3D72); */
  color: #fff;
  /* text-transform: uppercase; */
  font-weight: 600;
  text-align: left;
  /* padding: 10px 10px 10px 55px; */
  padding: 10px 2px 10px 55px;
  max-height: 37px;
}

.chat-title h1, .chat-title h2 {
  font-weight: normal;
  /* font-size: 10px; */
  font-size: 14px;
  margin-left: 40px;
  margin-top: -1px;
  padding: 0;
}

.chat-title h2 {
  /* color: rgba(255, 255, 255, 0.5); */
  /* font-size: 8px; */
  font-size: 10px;
  letter-spacing: 1px;
}

.chat-title .avatar {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 9px;
  border-radius: 30px;
  width: 147px;
  /* height: 35px; */
  overflow: hidden;
  margin: 0;
  padding: 0;
  /* border: 2px solid rgba(255, 255, 255, 0.24);*/
}

.chat-title .avatar img {
  width: 100%;
  height: auto;
}

/*--------------------
Messages
--------------------*/

.messages {
  flex: 1 1 auto;
  /* color: rgba(255, 255, 255, 0.5); */
  color: white;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.messages .messages-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  width: 100%;
}

.messages .message {
  clear: both;
  float: left;
  padding: 6px 10px 7px;
  border-radius: 10px 10px 10px 0;
  /* background: rgba(0, 0, 0, 0.3); */
  background-color: #a3a3a3;
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.4;
  margin-left: 35px;
  position: relative;
  /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); */
}

.messages .message .timestamp {
  position: absolute;
  bottom: -15px;
  font-size: 9px;
  /* color: rgba(255, 255, 255, 0.3); */
  /* color: #93D07E; */
  color: #000;
}

.messages .message::before {
  content: '';
  position: absolute;
  bottom: -6px;
  /* border-top: 6px solid rgba(0, 0, 0, 0.3); */
  border-top: 6px solid #a3a3a3;
  left: 0;
  /* border-right: 7px solid transparent; */
  border-right: 7px solid transparent;
}

.messages .message .avatar {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: -35px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.24);
}

.messages .message .avatar img, .avatarclient img {
  width: 100%;
  height: auto;
}

.messages .message.message-personal {
  float: right;
  color: #fff;
  text-align: right;
  margin-right: 35px;
  /* background: linear-gradient(120deg, #248A52, #257287); */
  background: #57c2c5;
  border-radius: 10px 10px 0 10px;
}

.messages .message .avatarclient {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  right: -35px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.24);
}

.messages .message-personal .timestamp {
  position: absolute;
  bottom: -15px;
  font-size: 9px;
  color: #000;
  right: 7;
}

.messages .message.message-personal::before {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 5px solid transparent;
  border-top: 4px solid #57c2c5;
  bottom: -4px;
}

.messages .message:last-child {
  margin-bottom: 30px;
}

.messages .message.new {
  /* max-width: 300px; */
  max-width: 200px;
  min-width: 50px;
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: bounce 500ms linear both;
  animation: bounce 500ms linear both;
}

.messages .message.loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  border: none;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.messages .message.loading span {
  display: block;
  font-size: 0;
  width: 20px;
  height: 10px;
  position: relative;
}

.messages .message.loading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: -7px;
}

.messages .message.loading span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: 7px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

/*--------------------
Message Box
--------------------*/

.message-box {
  flex: 0 1 40px;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.3); */
  background-color: #fff;
  padding: 10px;
  position: relative;
}

.message-box .message-input {
  background: none;
  border: none;
  outline: none !important;
  resize: none;
  color: #000;
  font-size: 14px;
  height: 25px;
  margin: 0;
  padding-right: 20px;
  font-family: 'Open Sans';
  font-weight: 300;
  margin-left: 25px;
  min-width: 200px;
  overflow: auto;
  /* padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    resize: none;
    border: 0;
    vertical-align: top;
    font-size: 14px !important;
    background-color: #fff;
    color: #000; */
}

.message-box textarea:focus:-webkit-placeholder {
  /* color: transparent; */
  color: #000;
}

.message-box textarea:focus::placeholder {
  /* color: transparent; */
  color: #000;
}

.message-box textarea:focus:-webkit-input-placeholder {
  /* color: transparent; */
  color: #000;
}

.message-box textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.message-box textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.submit-list {
  position: absolute;
  z-index: 1;
  top: 9px;
  /* right: 10px; */
  width: 100%;
}

.submit-list>li {
  display: inline-block;
}

.chat-btns {
  font-size: 17px;
  outline: none !important;
  text-transform: uppercase;
  line-height: 1;
  border: none;
  padding-left: 5px;
  border-radius: 10px;
  background: #fff;
  color: #57c2c5;
  transition: background .2s ease;
}

.chat-btns:hover {
  color: #696969;
  transition: background .2s ease;
}

/* .message-box .message-submit:hover {
  background: #fff;
  color:#57c2c5;
} */

/*--------------------
Custom Srollbar
--------------------*/

.mCSB_scrollTools {
  margin: 1px -3px 1px 0;
  opacity: 0;
}

.mCSB_inside>.mCSB_container {
  margin-right: 0px;
  padding: 0 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/*--------------------
Bounce
--------------------*/

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(0.8);
    transform: translateY(0) scaleY(0.8);
  }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(0.8);
    transform: translateY(0) scaleY(0.8);
  }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.chatbar_link {
  text-decoration: none;
  color: #fff;
  /* font-size:17px !important; */
  padding-left: 5px;
}

.message-toolbox {
  flex: 0 1 40px;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.3); */
  background-color: #F7F9F9;
  padding: 10px;
  position: relative;
}

.message-toolbox>.chatbar_link {
  text-decoration: none;
  color: #696969;
  /* color: #00BFEA; */
  font-size: 17px !important;
  padding-right: 5px;
}

.message-toolbox>.chatbar_link:hover, .chatbar_link.active {
  color: #00BFEA;
}

.chat-window {
  position: absolute;
  right: 9px;
  top: 10px;
}

/* regist page */

.chat-register {
  flex: 1 1 auto;
  /* color: rgba(255, 255, 255, 0.5); */
  background-color: #00000014;
  color: white;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 10px 20px 10px 20px;
}

.chat-vicall {
  flex: 1 1 auto;
  /* color: rgba(255, 255, 255, 0.5); */
  /* color: white; */
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 60px;
}

.chat-call {
  flex: 1 1 auto;
  /* color: rgba(255, 255, 255, 0.5); */
  /* color: white; */
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 60px;
}

.chat-btn {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 10px 20px 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 30px;
  display: block;
  min-width: 140px;
}

.chat-btn:focus, .chat-btn:hover {
  background: red;
}

.chat-btn-list>li {
  display: inline-block;
}

.chat-call-duration {
  padding-top: 20px;
  font-size: 20px;
}

.chat-register-input {
  padding: 5px 10px;
  border: 0px;
  background: white;
  /* margin: 0 0 10px 0; */
  border-radius: 30px;
  font-size: 12px;
}

.chat-register-input:focus, .chat-register-input:active {
  border: 0px;
  border-radius: 30px;
  outline: none;
}

.chat-register-button {
  font-weight: 600;
  padding: 10px 10px;
  /* border: 0px; */
  border: 1px solid white;
  color: white;
  background-color: #2b7ec2;
  /* margin: 0 0 10px 0; */
  border-radius: 30px;
}

.chat-register-button:hover {
  border-radius: 30px;
  border: 1px solid #2b7ec2;
  color: #2b7ec2;
  background: white;
  outline: none;
}

.chat-register-button:hover, .chat-register-button:focus {
  outline: none;
}

.chatbar_link:hover, .chatbar_link:focus {
  outline: none;
}

.message-alert {
  color: white;
  background-color: #a3a3a3;
  border-radius: 10px !important;
  ;
  margin: 18px 0px 8px 0px !important;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
}

.messages .message-alert.message::before {
  border-top: 0px solid #a3a3a3;
  border-right: 0px solid transparent;
}