/**
 *
 * Copyright Â© 2017 Easymeeting AS. All rights reserved.
 *
 * This software is produced by Easymeeting AS.
 * Unauthorized redistribution, reproduction, or usage of
 * this software in whole or in part without the express
 * written consent of Easymeeting AS is strictly prohibited.
 */

/**********************************************
 *                                            *
 * easymeeting app custom styles              *
 *                                            *
 **********************************************/

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* position: fixed; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pointer {
  cursor: pointer !important;
}
.btn {
  outline: none !important;
}

.btnCall:hover .btnCall:hover {
  opacity: 0.75;
}

.page {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.page.login,
.page.signUp,
.page.forgot {
  background-image: url(../img/bg.jpg);
  border-top: 1px solid;
}

.box-presence {
  min-height: 600px;
  min-width: 680px;
}

img {
  margin-top: -5px !important;
}

/* ----------- Webrtc Home Screen ---------- */

.logo-wrapper {
  position: absolute;
  width: 100%;
  height: 65px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* ----------- Presence Splash Screen ---------- */

.splashLogo {
  position: absolute;
  width: 500px;
  height: auto;
  left: 50%;
  top: 42%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.splashLogo .brand-logo {
  width:100%;
  height: auto;
  margin: 0 0 !important;
}

.spiner {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.page-splash .message {
  display: none;
  position: absolute;
  bottom: 25%;
  width: 100%;
  text-align: center;
}

.page-splash .info {
  position: absolute;
  bottom: 30%;
  width: 100%;
  text-align: center;
}

.page-splash.no-internet .splashLogo .easyIconLogo-outer,
.page-splash.no-internet .splashLogo .easyIconLogo-inner,
.page-splash.no-internet .splashLogo .easyName,
.page-splash.no-internet .splashLogo .easySlogan,
.page-splash.no-internet .splashLogo .spiner {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.page-splash.no-internet .message {
  display: block;
}

.page-splash.no-internet .message .msg {
  font-size: 13px;
}

.page-splash.no-internet .splashLogo {
  top: 35%;
}

.page-splash.no-internet .info {
  display: none;
}

.easylogo2x {
  width: 100%;
  position: relative;
}

.logo {
  margin: 0 auto;
  text-align: center;
}

/* ----------- Presence Login Screen ---------- */

.loginLogo {
  width: 300px;
  height: 100px;
  margin-top: 5% !important;
}

.signUp .loginLogo {
  width: 300px;
  height: 85px;
  margin-top: 5% !important;
}

.easylogo {
  font-size: 250px;
  overflow: hidden;
}

.easyIconName {
  position: absolute;
  top: -90px;
  left: 0%;
  margin-left: 15px;
  font-size: 250px;
  line-height: 250px;
}

.easySlogan {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
  font-size: 180px;
}

.loginBox {
  width: 320px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid;
  overflow: hidden;
  padding: 0 0 20px 0;
  margin: 0 auto;
}

.loginBox.browserInfoBox {
  width: 540px;
}

.loginBox .err-msg {
  position: absolute;
  right: 15px;
  bottom: 154px;
  font-size: 12px;
}

.loginfotter {
  width: 100%;
  height: 55px;
  position: absolute;
  bottom: -21px;
  border-top: 1px solid;
  text-align: center;
  line-height: 55px;
  font-size: 15px;
  font-weight: 500;
  left: 0;
}

.footer-wrapper {
  position: absolute;
  width: 100%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  overflow: hidden;
  bottom: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* ----------- Presence Signup Screen ---------- */

.signUpBox {
  position: relative;
  width: 640px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid;
  overflow: hidden;
}

/* ----------- Presence Buttons ---------- */

.easy-btn {
  transition-duration: 0.5s;
}

.easysel-box,
.easytxt-box {
  display: block;
  width: 100%;
  /* height: 40px; */
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-image: none;
  /* border: 0 solid !important; */
  /* border-bottom: 1px solid !important; */
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.easysel-box {
  border: 1px solid !important;
  border-radius: 0;
}

.easytxt-box.add {
  height: 60px !important;
}

input.pin-input::-webkit-outer-spin-button,
input.pin-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.pin-input.form-control[disabled] {
  font-size: 1.5em;
  padding-top: .75em;
}

input.pin-input[type=number] {
  -moz-appearance: textfield;
}
/* ----------- Presence Page Side Left ---------- */

.presenceLeft {
  position: relative;
  margin-left: 0;
  width: 299px;
  height: 100%;
  float: left;
  border-right: 1px solid;
  overflow-x: hidden;
  transition-property: margin-left;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  border-top: 1px solid;
}

.profile-card {
  position: relative;
  width: 100%;
  height: 74px;
  border-bottom: 1px solid;
}

.profile-dp {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 12px 7px 7px 7px;
  display: block;
  float: left;
  overflow: hidden;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
}

.profile-card .profile-dp img {
  margin-top: -3px !important;
  cursor: pointer;
}

.profile-name-status {
  display: inline-block;
  width: 180px;
}

.profile-name {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.profile-status {
  font-size: 14px;
  cursor: pointer;
}

.profile-status.prevent-propogation {
  display: inline-block;
  width: 90px;
}

.profile-status-icon {
  width: 13px;
  height: 13px;
  overflow: hidden;
  font-size: 13px;
  display: block;
  margin-top: 3px;
  float: left;
  margin-right: 6px;
}

.profile-status-drop-icon {
  width: 10px;
  height: 10px;
  overflow: hidden;
  font-size: 9px;
  position: absolute;
  margin: 7px 0 0 3px;
}

.profile-status-drop {
  position: relative !important;
}

.profile-status-list {
  padding: 7px 7px 7px 10px;
  border-bottom: 1px solid;
  cursor: pointer;
}

.profile-status-list:last-child {
  border-bottom: 0 solid transparent;
}

.meeting-page .profile-status {
  cursor: auto;
}

.tab-pane .bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(-5px);
  }
  40% {
    -webkit-transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(-5px);
  }
  40% {
    -moz-transform: translateY(-5px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}

@-ms-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(-5px);
  }
  40% {
    -ms-transform: translateY(-5px);
  }
  60% {
    -ms-transform: translateY(-5px);
  }
}

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(-5px);
  }
  40% {
    -o-transform: translateY(-5px);
  }
  60% {
    -o-transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/*-----------move arrow right animation---------*/

.move-right {
  -webkit-animation: move-right 2s infinite;
  -moz-animation: move-right 2s infinite;
  -o-animation: move-right 2s infinite;
  animation: move-right 2s infinite;
}

@-webkit-keyframes move-right {
  0% {
    left: 0;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  90% {
    left: 60px;
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
}

@-moz-keyframes move-right {
  0% {
    left: 0;
    visibility: visible;
  }
  20% {
    left: 20px;
  }
  40% {
    left: 40px;
  }
  60% {
    left: 60px;
  }
  80% {
    left: 80px;
  }
  99% {
    left: 100px;
  }
  100% {
    visibility: hidden;
  }
}

@-ms-keyframes move-right {
  0% {
    left: 0;
    visibility: visible;
  }
  20% {
    left: 20px;
  }
  40% {
    left: 40px;
  }
  60% {
    left: 60px;
  }
  80% {
    left: 80px;
  }
  99% {
    left: 100px;
  }
  100% {
    visibility: hidden;
  }
}

@-o-keyframes move-right {
  0% {
    left: 0;
    visibility: visible;
  }
  20% {
    left: 20px;
  }
  40% {
    left: 40px;
  }
  60% {
    left: 60px;
  }
  80% {
    left: 80px;
  }
  99% {
    left: 100px;
  }
  100% {
    visibility: hidden;
  }
}

@keyframes move-right {
  0% {
    left: 0;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  90% {
    left: 60px;
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
}

/*-----------move arrow right animation---------*/

/* ----------- Share Link ---------- */

.home-settings-icon {
  display: block;
  width: 44px;
  height: 45px;
  float: right;
  text-align: left;
  margin-top: 20px;
  cursor: pointer;
}

.home-settings-icon i {
  font-size: 24px;
  line-height: 45px;
}

.home-settings-icon i:hover {
  font-size: 24px;
  line-height: 45px;
}

/* ----------- Search / Call Area ---------- */

.search-card,
.lime-card {
  position: relative;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid;
}

.lime-card {
  position: absolute;
  bottom: 35px;
}

.searchTxtBox {
  border-radius: 0;
  border: 0;
  padding-left: 32px;
}

.search-card form {
  position: relative;
}

.search-card .icon-left-side {
  position: absolute;
  left: 12px;
  line-height: 36px;
  top: 0;
}

.search-card .closeIcon {
  position: absolute;
  right: 12px;
  line-height: 36px;
  top: 0;
  display: none;
}

.search-card .dialBtn {
  border: 0 !important;
  width: 50px;
  height: 34px;
  line-height: 38px;
  font-size: 18px;
  border-left: 1px solid;
  margin-left: 1px !important;
  outline: none !important;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.search-card .active .dialBtn {
  display: none;
}

.search-card .active .closeIcon {
  display: block;
}

.limeBtn {
  position: relative;
  border: 0 !important;
  width: 64px;
  height: 34px;
  line-height: 19px;
  font-size: 22px;
  border-left: 1px solid;
  margin-left: 1px !important;
  outline: none !important;
  overflow: hidden;
  border-radius: 0;
}

.limeIcon {
  position: absolute;
  font-size: 35px;
  top: 0;
  left: 14px;
}

.limeBtn.dropdown-toggle {
  font-size: 1.2rem;
}
.lime-card .searchTxtBox {
  padding-left: 12px;
}

.contactList {
  position: absolute;
  width: 100%;
  bottom: 70px;
  left: 0;
  height: calc(100% - 179px);
}

.search-result-card.contactList {
  bottom: 116px;
  height: calc(100% - 225px);
}

.leftTabs {
  width: 100%;
  text-align: center;
  border-top: 1px solid;
}

.leftTabs .tab {
  width: 25%;
}

.leftTabs .tab a {
  position: relative;
  display: block;
  padding: 4px 0;
  font-size: 12px;
  margin-right: 0;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0;
}

.leftTabs .tab.active > a,
.leftTabs .tab.active > a:focus,
.leftTabs .tab.active > a:hover {
  cursor: default;
  border: none;
  border-bottom-color: transparent;
}

.leftTabs .fav i,
.leftTabs .chat i,
.leftTabs .recent i,
.leftTabs .contact i,
.leftTabs .fav.active i.active,
.leftTabs .chat.active i.active,
.leftTabs .recent.active i.active,
.leftTabs .contact.active i.active {
  display: block;
}

.leftTabs .fav i.active,
.leftTabs .chat i.active,
.leftTabs .recent i.active,
.leftTabs .contact i.active,
.leftTabs .fav.active i,
.leftTabs .chat.active i,
.leftTabs .recent.active i,
.leftTabs .contact.active i {
  display: none;
}

.leftTabs .fav.active i.active,
.leftTabs .chat.active i.active,
.leftTabs .recent.active i.active,
.leftTabs .contact.active i.active {
  font-size: 21px;
}

.leftTabs i {
  display: block;
  font-size: 20px;
}

/* ------------- Contact Card ------------- */

.myContacts {
  padding: 0 !important;
  margin-bottom: 45px;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 46px);
  width: 100%;
}

.contact-card {
  list-style: none;
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid;
  cursor: pointer;
}

.uploadPic i {
  position: absolute;
  font-size: 14px;
}

.uploadPic span {
  margin-left: 20px;
}

.contact-card .contactImg {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 7px;
  display: block;
  float: left;
  overflow: hidden;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  text-transform: uppercase;
}

.contact-card .contactImg img {
  margin-top: -4px !important;
}

.profile-dp .img-div,
.contactImg .img-div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-origin: border-box;
}

.contact-card .contactImg.device {
  font-size: 22px;
  line-height: 42px;
}

.contact-card .addIcon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 7px;
  display: block;
  float: left;
  overflow: hidden;
  text-align: center;
  line-height: 35px;
  font-size: 35px;
}

.contact-card .name-time {
  display: inline-block;
  width: 145px;
  vertical-align: middle;
}

.contact-card.active .name-time {
  width: 194px;
  min-height: 6em;
}

.contact-card .name {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.contact-card .addname {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.contact-card .time {
  display: none;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.contact-card.search {
  cursor: auto;
}

.contact-card.search .name {
  line-height: 50px !important;
}

.contact-card.search .name span {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.contact-card.incall .name-time {
  display: inline-block;
  width: 145px;
}

.contact-card.incall .name {
  line-height: 24px;
}

.contact-card.incall .incall-notification {
  display: block;
}

.contact-card .btnCall {
  width: 45px;
  height: 50px;
  float: right;
  text-align: center;
  line-height: 55px;
  font-size: 22px;
  margin-right: 4px;
  cursor: pointer;
}

.contact-card .btnCall:hover {
  opacity: 0.75;
}

.contact-card .btnChat {
  width: 45px;
  height: 50px;
  /* float: right; */
  text-align: center;
  line-height: 55px;
  font-size: 22px;
  margin-right: 4px;
  cursor: pointer;

  position: absolute;
  right: 0;
  top: 52px;
}

.contact-card .btnChat:hover {
  opacity: 0.65;
}

.contact-card .btnCall .active,
.contact-card.online .btnCall .inactive {
  display: none;
}

.contact-card.online .btnCall .active {
  display: block;
}

.chat-card .contactImg img {
  margin-top: -2px !important;
}

.recent-tab .name-time {
  display: inline-block;
  width: 180px;
}

.recent-tab .name {
  line-height: 24px;
}

.recent-tab .time {
  float: left;
  display: block;
  width: auto;
}

.recent-tab .direction-icon-out {
  display: block;
  margin-left: 2px;
  margin-top: 1px;
  float: left;
  font-size: 10px;
}

.recent-tab .direction-icon-in {
  display: block;
  margin-left: 2px;
  margin-top: -2px;
  float: left;
  font-size: 10px;
}

.recent-tab .btnChat {
  display: none;
}

.no-contact-card {
  list-style: none;
  position: relative;
  width: 100%;
  height: 50px;
  text-align: center;
  top: 15%;
}

.no-contact-card .addIcon {
  width: 85px;
  height: 90px;
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 80px;
  font-size: 80px;
  margin: 0 auto;
}

.no-contact-card .name {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.no-contact-card .name-time {
  display: block;
  width: 100%;
}

.profile-info-card .contactImg img {
  margin-top: -10px !important;
}

/*======================== Presence Right Side =========================*/

.presenceRight {
  position: relative;
  width: calc(100% - 299px);
  height: 100%;
  float: right;
  transition-property: width !important;
  transition-duration: 0.5s !important;
  transition-timing-function: linear !important;
}

.content-header {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid;
  border-top: 1px solid;
}

.content-header .left {
  width: 150px;
  height: 50px;
  float: left;
}

.content-header .btn {
  border: 0;
  height: 50px;
  border-radius: 0;
  outline: 0;
}

.content-header .left .btn {
  text-align: left;
}

.content-header .right .btn {
  text-align: right;
  line-height: 40px;
}

.content-header .btn.active,
.content-header .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.75;
}

.content-header .right {
  width: 150px;
  height: 50px;
  float: right;
  text-align: right;
}

.content-header .left .btn span {
  float: left;
  margin: -2px 5px;
}

.content-header .left .btn i {
  float: left;
}

.content-header .right .btn span {
  float: right;
  margin: -2px 5px;
}

.content-header .right .btn i {
  float: right;
}

.content-header .center {
  width: calc(100% - 300px);
  height: 50px;
  float: left;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* ---------------------- Home Page ---------------------- */

.homeLogo {
  position: absolute;
  width: 500px;
  height: 190px;
  left: 50%;
  margin-left: -250px;
  top: 50%;
  margin-top: -95px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .homeLogo {
    position: absolute;
    width: 500px;
    height: 190px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -95px;
    overflow: hidden;
  }
}

/* ---------------------- Contact Detail Page ---------------------- */

.settings-container,
.languages-container,
.profile-detail-container {
  position: absolute;
  width: 80%;
  height: calc(100% - 130px);
  left: 50%;
  margin-left: -40%;
  padding: 15px 0;
  border-bottom: 1px solid;
  overflow-y: auto;
}

.settings-detail-card,
.profile-detail-card.my {
  height: 150px;
}

.settings-detail-card,
.profile-detail-card {
  position: relative;
  width: 100%;
  height: 150px;
  border-bottom: 1px solid;
}

.profile-detail-card .contactImgContainer {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.profile-detail-card .contactImg {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  line-height: 122px;
  font-size: 60px;
  text-transform: uppercase;
  position: relative;
}

.settings-detail-card .easylabel,
.profile-detail-card .easylabel {
  display: inline-block;
  min-width: 275px;
  width: 60%;
  vertical-align: middle;
}

.profile-detail-card .easylabel-sm {
  display: inline-block;
  width: 225px;
  vertical-align: middle;
}

.profile-detail-card .easylabel-add {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.profile-detail-card .name {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.profile-detail-card .btnEdit,
.profile-detail-card .btnCancel {
  width: 45px;
  height: 45px;
  float: right;
  text-align: center;
  line-height: 50px;
  font-size: 11px;
  margin-right: 4px;
  cursor: pointer;
}

.profile-detail-card .btnCancel {
  top: 0;
  right: 15px;
  position: absolute;
}

.profile-detail-card .addFav {
  position: absolute;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  margin-right: 4px;
  cursor: pointer;
  border-radius: 50%;
  bottom: 3px;
  right: 5px;
  box-shadow: 0 0 2px #c7c7c7;
}
.profile-detail-card .addFav i,
.profile-detail-card .addFav.active i.active {
  display: block;
}

.profile-detail-card .addFav i.active,
.profile-detail-card .addFav.active i {
  display: none;
}

.profile-detail-card .addFav i.should-show,
.profile-detail-card .addFav.active i.should-show {
  display: block;
}

.profile-detail-card .btnCall {
  width: 45px;
  height: 45px;
  float: right;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  margin-right: 4px;
  cursor: pointer;
}

.profile-detail-card .btnCall:hover {
  opacity: 0.75;
}

.profile-detail-card .btnChat {
  width: 45px;
  height: 45px;
  float: right;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  margin-right: 4px;
  cursor: pointer;
}

.profile-detail-card .btnChat:hover {
  opacity: 0.65;
}

.profile-detail-card .easyIcon {
  float: left;
  margin: 4px 5px 3px 0;
  font-size: 13px;
}

.profile-detail-card .easyAccount {
  display: inline;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.contact-profile-details .easytxt-box {
  display: none;
}

.contact-profile-details .profile-pin-container .pincode-input-container{
  margin-top: 0.7em;
  margin-left: -1em;
}
/* ---------------- Share URL ---------------- */

.share-url-card {
  position: relative;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
}

.share-url-card .easyUrlIcon {
  display: inline-block;
  font-size: 40px;
}

.share-url-card .easyUrl {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 35px;
}

.share-url-card input {
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  font-size: 18px;
}

/* ---------------- Add Contact Txt box ---------------- */

.contact-profile-details.add .easylabel {
  width: 100%;
}

.contact-profile-details.add .easytxt-box {
  display: block;
}

.profile-detail-scroll-area .details.add .easylabel {
  width: 100%;
}

.profile-detail-scroll-area .details.add .easytxt-box {
  display: block;
  height: 35px;
}

/* ---------------- Edit Contact Txt box ---------------- */

.contact-profile-details.edit .easylabel {
  width: 100%;
}

.contact-profile-details.edit .name,
.contact-profile-details.edit .btnEdit {
  display: none;
}

.contact-profile-details.edit .easytxt-box {
  display: block;
}

.profile-detail-scroll-area {
  position: absolute;
  width: 100%;
  height: calc(100% - 165px);
  overflow-y: auto;
}

.profile-detail-scroll-area.add-edit {
  height: calc(100% - 220px);
}

.profile-detail-scroll-area.new-contact {
  height: calc(100% - 95px);
}

.add-edit-btn-container {
  width: 100%;
  position: absolute;
  bottom: 12px;
}

.add-n-contact,
.importContent {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.add-n-contact .addIcon {
  border: 0 solid !important;
  border-bottom: 1px solid !important;
  padding: 0 30px;
}

.add-n-contact .selectDevice {
  width: 60px;
  text-align: left;
  border: 0 solid !important;
  border-bottom: 1px solid !important;
}

.importList-container {
  position: absolute;
  width: 80%;
  height: 100%;
  left: 50%;
  margin-left: -40%;
}

.iconSearch {
  position: absolute;
  top: 12px;
  right: 15px;
}

.import-contact-card {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 6px 10px 10px 10px;
  cursor: pointer;
  border-bottom: 1px solid;
}

.import-contact-card .contactImg {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 7px;
  display: block;
  float: left;
  overflow: hidden;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
}

.import-contact-card .contacticon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 7px;
  display: block;
  float: left;
  overflow: hidden;
  text-align: center;
  line-height: 35px;
  font-size: 34px;
}

.import-contact-card .name-container {
  display: inline-block;
  width: 145px;
  vertical-align: middle;
}

.import-contact-card .name {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 10px;
}

.import-contact-card .btnAdd {
  width: 45px;
  height: 50px;
  float: right;
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  margin-right: 4px;
  cursor: pointer;
}

.import-contact-card .btnremove {
  width: 45px;
  height: 50px;
  float: right;
  text-align: center;
  line-height: 55px;
  margin-right: 4px;
  cursor: pointer;
}

.import-contact-card .btnCall:hover {
  opacity: 0.75;
}

.profile-detail-scroll-area.importList {
  height: calc(100% - 160px);
  top: 55px;
}

.contact-list-scroll-area .details,
.profile-detail-scroll-area .details {
  width: 100%;
  margin-top: 20px;
}

.contact-list-scroll-area .name,
.profile-detail-scroll-area .name {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.contact-list-scroll-area .name.multiline,
.profile-detail-scroll-area .name.multiline {
  text-overflow: inherit;
  white-space: normal;
  line-height: 1.6;
}

.contact-list-scroll-area .title,
.profile-detail-scroll-area .title,
.contact-profile-details .title {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  vertical-align: middle;
}

.contact-list-scroll-area .easylabel,
.profile-detail-scroll-area .easylabel {
  display: inline-block;
  min-width: 275px;
  width: 60%;
  vertical-align: middle;
}

.contact-list-scroll-area .btnEdit,
.profile-detail-scroll-area .btnEdit {
  width: 45px;
  height: 45px;
  float: right;
  text-align: center;
  line-height: 40px;
  font-size: 11px;
  margin-right: 4px;
  cursor: pointer;
}

.contact-list-scroll-area .details .easytxt-box,
.profile-detail-scroll-area .details .easytxt-box {
  display: none;
}

.contact-list-scroll-area .details.edit .easylabel,
.profile-detail-scroll-area .details.edit .easylabel {
  width: 100%;
}

.profile-detail-scroll-area .details.edit .btnEdit,
.profile-detail-scroll-area .details.edit .name {
  display: none;
}

.profile-detail-scroll-area .details.edit .easytxt-box {
  display: block;
}

.edit-btn-container {
  width: 100%;
  position: absolute;
  bottom: 90px;
  display: none;
}

.contact-profile-details .row {
  display: none;
}

.contact-profile-details .profile-pin-container.row {
  display: block;
  margin-left: 0;
}

.contact-profile-details.edit .row {
  display: block;
}

.profile-detail-container.edit .edit-btn-container {
  display: block;
}

.profile-tab-btm .left-sm {
  width: 150px;
  height: 79px;
  margin: 0 auto;
}

.profile-tab-btm .center-sm {
  width: 150px;
  height: 79px;
  margin: 0 auto;
}

.profile-tab-btm .right-sm {
  width: 150px;
  height: 79px;
  margin: 0 auto;
}

.changeBandwidth {
  margin-top: 50px;
}

/* --------------- Profile detail footer --------------- */

.settings-footer,
.profile-detail-footer {
  width: 100%;
  height: 80px;
  text-align: center;
}

.profile-tab-btm {
  font-size: 16px;
  line-height: 75px;
  cursor: pointer;
  width: auto;
  height: 79px;
  margin: 0 auto;
  display: inline-block;
  padding: 0 24px;
  position: relative;
}

.profile-tab-btm.active .arrow-down {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  left: 50%;
  margin-left: -10px;
}

.profile-tab-btm .left {
  width: 130px;
  height: 79px;
  margin: 0 auto;
}

.profile-tab-btm .right {
  width: 150px;
  height: 79px;
  margin: 0 auto;
}

.profile-tab-btm i {
  position: absolute;
  margin-top: 3px;
}

.profile-tab-btm span {
  margin-left: 25px;
}

.setings-card-tab-btm,
.chat-profile-tab-btm {
  font-size: 16px;
  line-height: 75px;
  cursor: pointer;
}

/* ----------------- Notification Stack ----------------- */

.notification-stack {
  position: fixed;
  right: 0;
  bottom: 0;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px 10px;
  z-index: 3000;
}

/* ----------------- Incoming Call Card ----------------- */

.notification-stack .incoming-call-card {
  display: block;
  width: 365px;
  height: 75px;
  z-index: 9999;
  position: relative;
}

.notification-stack .incoming-call-card .animateCard {
  padding: 10px 15px 10px 10px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid;
  box-shadow: 0 0 8px #a5a5a5;
  width: 365px;
  height: 75px;
  position: absolute;
  left: 0%;
}

.incoming-call-card .contactImg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid;
  margin: 2px 10px 0 0;
  display: block;
  float: left;
  overflow: hidden;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
}

.incoming-call-card .name-time {
  display: inline-block;
  width: 145px;
  vertical-align: middle;
  margin: 2px 0;
  position: absolute;
  top: 50%;
  left: 69px;
  transform: translateY(-50%);
}

.incoming-call-card .name-time .title-row{
  font-size: 0.8em;
  opacity: 0.7;
}

.incoming-call-card .name-time .title-row svg{
  height: 0.9em;
  float: left;
  margin: 0.3em 0.3em 0 0;
}

.incoming-call-card .name {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.incoming-call-card .calling {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.incoming-call-card .btnCall {
  width: 35px;
  height: 35px;
  float: right;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  margin: 7px 0 0 7px;
  cursor: pointer;
  border-radius: 50%;
}

.incoming-call-card .btnCall:hover {
  opacity: 0.85;
}

.incoming-call-card .closeBtn {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 8px;
  opacity: 0.75;
  cursor: pointer;
}

.incoming-call-card .closeBtn:hover {
  opacity: 0.5;
}

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

.chat-card .btnCall {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  margin: 5px;
  cursor: pointer;
}

.chat-card .btnCall:hover {
  opacity: 0.85;
}

.content-header .contactImg {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 7px;
  display: block;
  float: right;
  overflow: hidden;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
}

/* ---------------- Call Page ---------------- */

.call-card,
.meetingRoom {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.callUserPicBg {
  position: absolute;
  width: 250px;
  top: 40%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -25%);
}

/*
.callUserPicBg:before {
    position: absolute;
    font-family: "brand-font-icons" !important;
    top: 0;
    left: 10px;
    content: "\62";
    font-size: 250px;
    line-height: 250px;
    color: rgba(255, 255, 255, 0.025);
}
*/

.call-card .contactImg {
  width: 2.2em;
  height: 2.2em;
  line-height: 2em;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  font-size: 4em;
  border: 3px solid;
}

.call-card .contactImg.bounce {
  -webkit-animation: bounce-call 2s infinite;
  -moz-animation: bounce-call 2s infinite;
  -o-animation: bounce-call 2s infinite;
  animation: bounce-call 2s infinite;
}

@-webkit-keyframes bounce-call {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce-call {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-ms-keyframes bounce-call {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-20px);
  }
  60% {
    -ms-transform: translateY(-15px);
  }
}

@-o-keyframes bounce-call {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-20px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce-call {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.call-card .profileDetails {
  width: 100%;
  margin-top: 20px;
}

.call-card .profileDetails .user {
  display: block;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.call-card .profileDetails .title svg {
  width: 12px;
  margin: 3px 3px -1px 0px !important;
}
.call-card .profileDetails .title span {
  font-size: 12px;
}

.call-card .btnCall {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  margin: 7px 0 0 7px;
  cursor: pointer;
  border-radius: 50%;
}

.call-card .btnCall:hover {
  opacity: 0.85;
}

.brand-watermark {
  position: fixed;
  bottom: -90px;
  right: 40px;
  font-size: 150px;
  color: rgba(255, 255, 255, 0.05);
}

/* ---------------- Link Page ---------------- */

.link-device-card {
  position: relative;
  width: 300px;
  height: 90px;
  margin: 0 auto;
  margin-top: 10px;
  overflow: hidden;
  opacity: 0.5;
}

.link-device-card .arrow {
  font-size: 20px;
  line-height: 90px;
  width: 80px;
  display: block;
  position: relative;
  float: left;
  height: 90px;
  margin: 0 10px;
}

.lime-info-card {
  border-top: 1px solid;
  margin-top: 70px;
}

.lime-info-card .message {
  font-size: 14px;
  opacity: 0.5;
}

.lime-info-card .disconnect {
  font-size: 14px;
  text-decoration: underline;
}

.lime-info-card .endpointid {
  font-size: 18px;
  font-style: oblique;
  font-weight: bold;
}

.linkIcons {
  font-size: 80px;
  float: left;
  width: 100px;
}

/* ---------------- Dial Page ---------------- */

.dialContent {
  position: relative;
  width: 500px;
  margin: 125px auto 25px auto;
}

.dialtxt-box {
  display: block;
  width: calc(100% - 40px) !important;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-image: none;
  border: 0 solid !important;
  border-bottom: 1px solid !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  text-align: center;
}

.dialtxt-addon {
  border-width: 0 0 1px 0;
}

.dialtxt-addon:first-child i {
  opacity: 0.5;
}

.dialtxt-addon:last-child {
  cursor: pointer;
  display: block;
  float: right;
  height: 40px;
  width: 40px;
}
.btn-symbolL {
  font-size: 47px;
  line-height: 73px;
}
/* ---------------- Chat Page ---------------- */

.chat-detail-container {
  position: relative;
  width: 100%;
  height: calc(100% - 95px);
  padding: 10px;
  overflow-y: auto;
  margin: 0;
  left: 0;
}
.yourChat, .myChat {
  margin: 1.5em 0;
  padding-bottom: 1.5em;
}

.yourChat .content img,
.myChat .content img {
  max-width: 25em;
  max-height: 16em;
  margin: 0 !important;
}

.yourChat .content svg,
.myChat .content svg {
  max-width: 15em;
  max-height: 10em;
  margin: 0 !important;
}

.yourChat .name-time span,
.yourChat .name-time time,
.myChat .name-time span,
.myChat .name-time time {
  margin: 0 0.5em;
}

.myChat {
  position: relative;
  list-style: none;
}

.myChat .contactImg {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 15px 7px;
  display: block;
  float: right;
  overflow: hidden;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
}

.myChat .content {
  position: relative;
  display: block;
  width: calc(100% - 80px);
  float: right;
  padding: 15px 0 25px 0;
  border-bottom: 1px solid;
  font-size: 14px;
  text-align: right;
  margin: 0 15px;
  word-wrap: break-word;
}

.myChat.sending .loading {
  display: block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.myChat.delivered .send {
  display: block;
}

.myChat.error .error {
  display: block;
}

.myChat.sending .status .message {
  display: block;
}

.myChat.delivered .status .time {
  display: block;
}

.myChat.error .status .notsend {
  display: block;
}

.myChat.error .content .notsendMsg {
  display: block;
  opacity: 1;
}

.myChat .status {
  width: 50px;
  height: 35px;
  bottom: 20px;
  left: 0;
  position: absolute;
  font-size: 11px;
  vertical-align: bottom;
  text-align: center;
}

.myChat .status i {
  display: none;
  font-size: 11px;
}

.myChat .status span {
  display: none;
}

.myChat .notsendMsg {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 1px;
  font-size: 12px;
}

.myChat .name-time {
  text-align: right;
  right: 2.5em;
  position: absolute;
  bottom: .25em;
  font-size: .75em;
  opacity: .35;
}

.yourChat {
  position: relative;
  list-style: none;
  margin-bottom: 1.5em;
}

.yourChat .contactImg {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 5px 7px;
  display: block;
  float: left;
  overflow: hidden;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
}

.yourChat .content {
  position: relative;
  display: block;
  width: calc(100% - 80px);
  float: left;
  padding: 15px 0 25px 0;
  border-bottom: 1px solid;
  font-size: 14px;
  text-align: left;
  margin: 0 15px;
  word-wrap: break-word;
}

.yourChat .status {
  width: 50px;
  height: 35px;
  bottom: 20px;
  right: 0;
  position: absolute;
  font-size: 11px;
  vertical-align: bottom;
  text-align: center;
  line-height: 35px;
}

.yourChat .name-time {
  position: absolute;
  bottom: .25em;
  font-size: .75em;
  text-align: left;
  opacity: .35;
  left: 7em;
}

.chat-detail-container .event {
  display: block;
  margin: 1em 0;
  width: 100%;
  text-align: center;
}
.chat-detail-container .chatEvent {
  font-size: 0.85em;
  color: #808080;
  text-align: center;
  margin: 0;
  display: inline-block;
  padding: .25em 1em .15em 1em;
  border-radius: .5em;
  background: #efefef;
}

.chat-detail-container .progress-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-detail-container .progress-container .progress-box-container {
  width: 5em;
  height: 5em;
  border-radius: 5em;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-detail-container .progress-container .progress-box-container .progress-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(58, 111, 143, 0.9);
  height: 0%;
  width: 100%;
  z-index: 1;
}

.chat-detail-container .progress-container .progress-box-container .progress-text {
  color: #fff;
  z-index: 2;
  font-size: 1.2em;
  font-weight: bold;
}

.chatEvent.created {
background: #d4e6f2;
}
.chatEvent.added {
  background: #efefef;
}
.chatEvent.removed {
  background: #f2d4d4;
}
.chatEvent .right, .chatEvent .left {
  color: #487a98;
  font-weight: bold;
}

.chat-card-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid;
}

.chatTxt {
  width: 80%;
  margin: 0 auto;
}

.sendBtn {
  position: relative;
  border: 0 !important;
  width: 100px;
  height: 34px;
  line-height: 19px;
  font-size: 22px;
  border-left: 1px solid;
  margin-left: 1px !important;
  outline: none !important;
  overflow: hidden;
  border-radius: 0;
}

/* ---------------- Meeting Page ---------------- */

.meetingRoom .toolBar {
  position: absolute;
  width: 100%;
  height: 65px;
  bottom: -90px;
  left: 0;
  transition-property: bottom;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  z-index: 999;
}

.meetingRoom:hover .toolBar {
  bottom: 15px;
  transition-property: bottom;
  transition-duration: 0.35s;
  transition-timing-function: linear;
}

.meetingRoom .controlIcons {
  position: relative;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  margin: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(256, 256, 256, 0.2);
  border: 1px solid;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}

.meetingRoom .controlIcons:hover,
.meetingRoom .controlIcons.active,
.meetingRoom .controlIcons:active {
  border: 1px solid;
}

.meetingRoom .controlIcons:active {
  -moz-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

.meetingRoom .controlIcons.disabled,
.meetingRoom .controlIcons.disabled:hover,
.meetingRoom .controlIcons.disabled:active {
  background-color: rgba(256, 256, 256, 0.2);
  border: 1px solid;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.controlIcons.closeBtn {
  font-size: 16px;
}
.meetingRoom .easyLogo {
  position: absolute;
  font-size: 160px;
  right: 75px;
  bottom: -95px;
  color: rgba(255, 255, 255, 0.15);
}

.meetingRoom .duration {
  position: absolute;
  font-size: 12px;
  left: 25px;
  top: 25px;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px #444444;
}

#settingsVideo, #preview-video {
  transform: rotateY(180deg);
}

.meetingRoom #myvideo,
.meetingRoom #remotevideo,
.meetingRoom #remotesharevideo {
  -webkit-transition: width 0.1s ease, top 0.4s ease, right 0.4s ease;
  transition: width 0.1s ease, top 0.4s ease, right 0.4s ease;
}

.meetingRoom .main-video {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.meetingRoom .video-thumbnail {
  position: absolute;
  width: 256px;
  height: 146px;
  right: 25px;
  top: 25px;
  padding: 0;
  box-shadow: 0 0 5px #666666;
  border: 2px solid rgba(255, 255, 255, 0.25);
  z-index: 1001;
}

.meetingRoom .video-thumbnail-left {
  position: absolute;
  width: 256px;
  height: 146px;
  left: 25px;
  right: auto;
  top: 25px;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 0 5px #666666;
  border: 2px solid rgba(255, 255, 255, 0.25);
  z-index: 1000;
}

.meetingRoom .inner-container,
.meetingRoom .inner-container video {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.meetingRoom .video-thumbnail-big {
  position: absolute;
  width: 80%;
  height: auto;
  right: 10%;
  top: 5%;
  padding: 0;
  box-shadow: 0 0 5px #666666;
  border: 4px solid rgba(255, 255, 255, 0.5);
  z-index: 1002;
}

.meetingRoom .video-thumbnail-big .closeBtn {
  display: none;
}

.meetingRoom .video-thumbnail .closeBtn {
  position: absolute;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  font-size: 8px;
  width: 20px;
  height: 20px;
  line-height: 22px;
  top: -10px;
  right: -10px;
  display: none;
}

.meetingRoom .video-thumbnail:hover .closeBtn {
  display: block;
}

.meetingRoom .previewBtn {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 3;
}

.video-full .presenceLeft {
  margin-left: -299px;
  transition-property: margin-left;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}

.video-full .presenceRight {
  width: 100%;
}

/*
 *toast
 */

.toast {
  z-index: 999999;
  position: fixed;
  bottom: 3em;
  right: 0;
  width: calc(100% - 299px);
  text-align: center;
}

.full-width .toast {
  width: 100%;
}

.toast .toast-inner {
  min-width: 20em;
  display: inline-block;
  padding: 1em 2em;
  border-radius: 0.25em;
  margin: 0 auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/*loading icon spin*/

@-webkit-keyframes iconspin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes iconspin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes iconspin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes iconspin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes iconspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.icon-spin:before {
  display: inline-block;
  -webkit-animation: iconspin 2s linear infinite;
  -moz-animation: iconspin 2s linear infinite;
  -o-animation: iconspin 2s linear infinite;
  animation: iconspin 2s linear infinite;
}

/* form status */

.form-group .status-icon,
.form-group-lg .status-icon,
.form-group-sm .status-icon {
  display: none;
}

.has-error .status-icon {
  position: absolute;
  right: 17px;
  top: 0;
  line-height: 40px;
  display: inline-block;
}

.notify-body {
  width: 365px;
  height: 75px;
}

.notify-body .incoming-call-card {
  position: relative;
  top: 0;
  left: 0;
}

.hidden-file-upload {
  width: 0;
  height: 0;
  overflow: hidden;
}

/* image upload em progress bar */

.contactImg .em-progress-back {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}

.contactImg .em-progress {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contactImg .em-progress-text {
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 100%;
  text-align: center;
  font-size: 20px;
  margin-top: -10px;
}

.profile-detail-card .em-progress-bar {
  width: 220px;
  margin-left: 25px;
}

.meeting-card .meeting-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.meeting-card {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.meetingRoom .connecting {
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0%;
  top: 30%;
  overflow: hidden;
}

.meetingRoom .connecting .easyIconLogo {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.meetingRoom .connecting .easyIconLogo-outer {
  position: absolute;
  font-size: 100px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.meetingRoom .connecting .easyIconLogo-inner {
  position: absolute;
  font-size: 60px;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  line-height: 60px;
  text-align: center;
}

.meetingRoom .connecting .spinner {
  -webkit-animation: logoSpin 4s linear infinite;
  -moz-animation: logoSpin 4s linear infinite;
  -o-animation: logoSpin 4s linear infinite;
  animation: spin 4s linear infinite;
}

.meetingRoom .connecting .status {
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0;
}

.endpoint-icon {
  font-size: 70px;
  line-height: 135px;
}

.invite-contact-card {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: calc(100% - 73px);
}

.search-result-card .myContacts,
.invite-contact-card .myContacts {
  height: 100%;
  margin-bottom: 0;
}

.btnEdit.callBtn {
  font-size: 24px;
}

.home-card {
  width: 100%;
  height: 100%;
}

.home-card .my-preview {
  position: absolute;
  width: 250px;
  height: 141px;
  right: 25px;
  top: 25px;
  background-color: rgba(0, 0, 0, 0.25);
  /* box-shadow: 0 0 5px #666666; */
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
}

#preview-video {
  transform: rotateY(180deg);
}

.home-card .my-preview video {
  width: 100%;
  height: 100%;
}

.home-card .my-preview .text,
.home-card .my-preview .error-text {
  display: block;
  text-align: center;
  line-height: 135px;
  height: 135px;
}

.home-card .my-preview .error-text i {
  position: absolute;
  bottom: 15px;
  display: block;
  line-height: 40px;
  font-size: 25px;
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.invite-contact-card .tabbable {
  height: 100%;
}

.invite-contact-card .tabbable > .tab-content {
  height: calc(100% - 46px);
}

.invite-contact-card .tabbable > .tab-content > .tab-pane {
  height: 100%;
  position: relative;
}

.invite-contact-card .tabbable > .leftTabs .tab {
  width: 33.3333%;
}

.invite-contact-card .tabbable > .tab-content > .tab-pane .chats-card,
.invite-contact-card .tabbable > .tab-content > .tab-pane .participants-card,
.invite-contact-card .tabbable > .tab-content > .tab-pane .invite-user-card {
  height: calc(100% - 34px);
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

.invite-contact-card .tabbable > .tab-content > .tab-pane .participants-card {
  height: 100%;
}

.meeting-page .myChat {
  margin-bottom: 0;
}

.meeting-page .myChat .contactImg {
  margin: 7px 7px;
}

.meeting-page .yourChat {
  margin-bottom: 0;
}

.meeting-page .yourChat .contactImg {
  margin: 5px 7px;
}

.meeting-page .myChat .content,
.meeting-page .yourChat .content {
  height: auto;
  border-bottom-width: 0;
}

.contact-card .name.with-status {
  line-height: 20px;
}

.contact-card .invitation-status {
  line-height: 20px;
  font-size: 12px;
}

.meeting-page .video-div {
  height: 100%;
  width: 100%;
}

.search-result-card .no-contact-card {
  position: absolute;
}

.lime-card.active {
  overflow: hidden;
}

.lime-card.active .endpoint-container {
  position: relative;
  width: 100%;
  height: 35px;
  border-top: 1px solid;
  margin-top: -1px;
  cursor: pointer;
}

.lime-card.active .endpoint-container .text {
  width: calc(100% - 60px);
  float: left;
  line-height: 35px;
  font-weight: bold;
  border-right: 1px solid;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.lime-card.active .endpoint-container .text .label-text {
  font-weight: lighter;
  opacity: 0.6;
}

.lime-card.active .endpoint-container .icon-box {
  float: left;
  position: relative;
}

.icon-text-box > .icon-dial,
.icon-text-box > .icon-chat-o {
  position: absolute;
  left: 12px;
  line-height: 36px;
  top: 0;
  z-index: 10;
}

.rotate-135 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.rotate-315 {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}

.font-16 {
  font-size: 16px !important;
}

.get-oneclient-card {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: calc(100% - 74px);
  text-align: center;
  padding-top: 90px;
}

.get-oneclient-card > i {
  font-size: 80px;
}

.get-oneclient-card a {
  font-size: 38px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.get-oneclient-card .em-icon-container {
  font-size: 150px;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 24px;
  overflow: hidden;
}

.get-oneclient-card .em-icon-container > i {
  position: relative;
  top: -71px;
}

.contact-card,
.search-result-item {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  overflow: hidden;
}

.contact-card .name-time,
.search-result-item .name-time {
  overflow: hidden;
}

.search-result-item .name-time .name {
  line-height: 15px;
  margin-top: 8px;
  transition-property: line-height;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}

.contact-card .name-time .name {
  transition-property: line-height;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}

.contact-card .name-time .number,
.search-result-item .name-time .number {
  font-size: 12px;
}

.contact-card .search-result-details,
.search-result-item .search-result-details {
  font-size: 12px;
  margin-top: 7px;
}

.contact-card.active,
.search-result-item.active {
  height: auto;
}

.contact-card.active .search-result-details,
.search-result-item.active .search-result-details {
  margin-top: 0;
}

.contact-card.active .name-time .number,
.search-result-item.active .name-time .number {
  display: none;
}

.contact-card.active .name-time .name,
.search-result-item.active .name-time .name {
  line-height: 35px;
}

.contact-card .search-result-details .search-result-details-row,
.search-result-item .search-result-details .search-result-details-row {
  width: 100%;
  height: 26px;
  overflow: hidden;
  line-height: 26px;
}

.contact-card .search-result-details .search-result-details-icon,
.search-result-item .search-result-details .search-result-details-icon {
  font-size: 10px;
  line-height: 22px;
  text-align: center;
  width: 24px;
  display: block;
  float: left;
}

.contact-card .search-result-details .search-result-details-text,
.search-result-item .search-result-details .search-result-details-text {
  font-size: 12px;
  line-height: 20px;
  display: block;
  width: calc(100% - 24px);
  float: left;
  overflow: hidden;
  height: 20px;
}

.confirm-box {
  width: 342px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -171px;
  margin-top: -85px;
}

.confirm-box.meeting-share-url-box {
  width: 500px;
  margin-left: -250px;
}

.confirm-box .modal-content {
  text-align: center;
  border-radius: 6px 6px 9px 9px;
}

.confirm-box .modal-header {
  border-bottom: none;
}

.confirm-box .modal-title {
  font-weight: bold;
}

.confirm-box .modal-body {
  padding: 0 15px 15px 15px;
}

.confirm-box .modal-footer {
  border-top: none;
  padding: 0;
  text-align: center;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  margin-left: -1px;
  line-height: 0;
  font-size: 0;
}

.confirm-box .btn-cancel,
.confirm-box .btn-confirm {
  height: 50px;
  margin: 0 !important;
  border-radius: 0;
  border-width: 0;
}

.confirm-box .btn-cancel {
  margin-left: 1px !important;
}

.confirm-box .btn-cancel,
.confirm-box .btn-confirm {
  width: 170px;
}

.confirm-box.meeting-share-url-box .btn-cancel,
.confirm-box.meeting-share-url-box .btn-confirm {
  width: 249px;
}

.meeting-share-url-box-backdrop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  position: fixed;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.meeting-share-url-box-backdrop.active {
  display: block;
  opacity: 1;
}

.meeting-share-url-box-backdrop .meeting-share-url-box {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.meeting-share-url-box-backdrop.active .meeting-share-url-box {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.chat-notify-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  top: -15px;
  right: 0;
  border-radius: 15px;
  font-size: 16px;
}
#settingsVideo {
  transform: rotateY(180deg);
}
.settings-container .video-elem {
  width: 100%;
  height: 100%;
}

.settings-container .device-settings {
  margin-top: 20px;
}

.em-progresbar-default {
  display: inline-block;
  width: 100%;
  height: 4px;
  margin-bottom: 15px;
  overflow: hidden;
}

.em-progresbar-default .em-progress {
  width: 0%;
  height: 100%;
}

.sixteen-nine {
  position: relative;
}

.sixteen-nine:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.25%;
}

.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

/** custom on-off switch **/

.em-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
}

.em-switch > input {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.em-switch > .slider {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid;
  border-radius: 5px;
  overflow: hidden;
}

.em-switch > .slider:before {
  position: absolute;
  content: 'OFF';
  height: 18px;
  width: 29px;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 18px;
  text-align: center;
  font-size: 70%;
}

.em-switch > input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  content: 'ON';
}

/** custom on-off switch **/

/** custom on-off switch 2 **/

.em-switch-2 {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
}

.em-switch-2 > input {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.em-switch-2 > .slider {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid;
  border-radius: 5px;
  overflow: hidden;
}

.em-switch-2 > .slider > .lbl {
  position: absolute;
  height: 18px;
  width: 29px;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 18px;
  text-align: center;
  font-size: 70%;
}

.em-switch-2 > input:checked + .slider > .lbl {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
}

/** custom on-off switch **/

/** custom on-off switch **/
.em-switch-3 {
  display: flex;
  align-items: center;
  width: 100%;
}
.em-switch-3 > input[type="checkbox"].tgl_switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2.5em;
  height: 1.5em;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: .25em 1em;
}

.em-switch-3 > input[type="checkbox"].tgl_switch:after{
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  transform: scale(.8);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.em-switch-3 > input[type="checkbox"].tgl_switch:checked:after{
  left: calc(100% - 1.5em);
}
/** custom on-off switch **/

/** custom radio button **/

.em-radio {
  position: relative;
  display: inline-block;
  height: 20px;
  padding-right: 25px;
}

.em-radio > input {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.em-radio > .lbl {
  font-weight: normal;
}

.em-radio > .lbl:before {
  content: ' ';
  position: absolute;
  right: 5px;
  top: 4px;
}

.em-radio > input:checked + .lbl:before {
  content: ' ';
  width: 12px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
}

/** custom radio button **/

.em-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.language-list {
  width: 70%;
  height: calc(100% - 30px);
  margin: 30px auto 0 auto;
}

.language-list-item {
  position: relative;
  width: 100%;
  padding: 10px 10px 5px 10px;
  cursor: pointer;
  border-bottom: 1px solid;
}

.language-list-item label {
  cursor: pointer;
}

.language-list-item .em-radio {
  width: 100%;
}

.em-input-group {
  width: 100%;
}

.em-input-group .input-group-btn {
  border: 0 solid !important;
  border-bottom: 1px solid !important;
  border-bottom-right-radius: 4px;
  width: auto;
}

.em-input-group .input-group-btn .symbol-at {
  position: absolute;
  display: block;
  width: 30px;
  height: 100%;
  font-size: 16px;
  line-height: 36px;
}

.em-input-group .input-group-btn select {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 solid transparent !important;
  width: 100%;
  padding-left: 15px;
}

.em-input-group .input-group-btn select:active,
.em-input-group .input-group-btn select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.home-error-box {
  position: absolute;
  top: 80px;
  width: 100%;
}

.camera-icon-contact-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  text-decoration: none;
  border: 1px solid;
}

.camera-icon-contact-img:hover,
.camera-icon-contact-img:focus {
  text-decoration: none;
}

.camera-icon-contact-img:active {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

.custom-contact-label-drop-icon {
  width: 10px;
  height: 18px;
  overflow: hidden;
  font-size: 9px;
  position: absolute;
  margin: 0 0 0 12px;
  line-height: 20px;
}

.custom-contact-check-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 54px;
  margin-right: 4px;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
}

.custom-contact-check-btn:active {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

.btnEdit.danger:hover {
  opacity: 0.75;
}

.btn-default > .loading-icon {
  float: right;
  margin: 2px 0 -2px 10px;
}

.contact-list-scroll-area {
  position: absolute;
  width: 100%;
  height: calc(100% - 270px);
  overflow-y: auto;
}

.contact-device-remove-btn {
  display: block !important;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px !important;
  margin-right: 0 !important;
}

.add-contact-top-card {
  height: 170px;
}

.profileBox {
  position: relative;
  width: 560px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid;
}

.profileBox .profile-banner {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.profileBox .profile-dp {
  float: none;
  width: 100px;
  height: 100px;
  font-size: 60px;
  line-height: 100px;
  margin: 10px 0 0 0;
}

.profileBox .detail-item {
  float: left;
  width: 100%;
}

.profileBox .detail-item .icon {
  font-size: 12px;
  line-height: 24px;
  float: left;
  margin-right: 6px;
}

.profileBox .detail-item .lbl {
  float: left;
}

.profileBox .detail-item .name {
  font-size: 22px;
}

.settings-container .content-header {
  height: 40px;
  border-top-width: 0;
}

.settings-container .settings-info {
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
}

.lbl-with-info {
  position: relative;
}

.info-box {
  position: absolute;
  padding: 10px 20px;
  z-index: 50;
  display: none;
  width: 100%;
}

.lbl-with-info.active .info-box {
  display: block;
}

.brand-room-icon {
  float: left;
  margin: 4px 5px 3px 0;
  font-size: 13px;
}

.room-number {
  float: left;
  margin: 2px 5px 3px 0;
  font-size: 13px;
}

.notification-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 8px;
  cursor: pointer;
}

.notification-close-btn:active {
  -moz-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

.app-update .content {
  text-align: center;
  margin-top: 120px;
}

.app-update .content .brand-icon-top {
  width: 100px;
  height: 110px;
  display: inline-block;
  font-size: 100px;
}

.app-update .content .heading {
  font-weight: 500;
  font-size: 22px;
  margin: 20px 0 10px 0;
}

.app-update .content .btn-install-update {
  padding: 8px 50px;
  font-size: 14px;
  margin-top: 10px;
}

.app-update .content .btn-install-update:active {
  -moz-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

.app-update .current-version {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.app-update .bottom-logo {
  font-size: 200px;
  position: absolute;
  bottom: -105px;
  right: 50px;
}

.app-update {
  display: none;
  left: 100%;
  transition-property: left;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}

.app-update.animate-intro {
  display: block;
  left: 0%;
}

.full-width {
  width: 100% !important;
}

.home-card-inner {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.home-box {
  width: 80%;
  margin: 0 auto;
}

.home-icon-box {
  width: 100%;
}

.home-icon-box .logo-icon {
  position: relative;
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
}

.home-icon-box .logo-icon i {
  position: absolute;
  font-size: 80px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  left: 0;
  top: 0;
}

.home-icon-box .logo-brand-name {
  width: 340px;
  height: 48px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.home-icon-box .logo-brand-name i {
  position: absolute;
  margin-top: -166px;
  left: 50%;
  margin-left: -170px;
  font-size: 340px;
  width: 340px;
}

.home-icon-box .logo-slogan {
  width: 200px;
  height: 16px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.home-icon-box .logo-slogan i {
  position: absolute;
  margin-top: -112px;
  left: 0;
  font-size: 200px;
  top: 50%;
}

.border_top {
  border-top: 1px solid;
}

.contact-card .contact-tools {
  display: none;
  margin-top: 15px;
  border-top: 1px solid;
}

.contact-card.active .contact-tools {
  display: block;
}

.search-key-add-contact {
  height: auto;
}

.add-contact-txtbox {
  height: 30px;
  margin-bottom: 12px;
}

.add-contact-txtbox.has-error {
  border: 1px solid !important;
  border-radius: 0;
}

.contact-card .btn-add-contact {
  display: block;
  font-size: 20px;
}

/* .contact-card.active .btnChat, */
.contact-card.active .btn-add-contact {
  display: none;
}

.btn-icon {
  background: 0 0;
  border: 1px solid transparent;
  font-size: 1.3em;
  line-height: 1.3;
  box-shadow: none !important;
}

.contact-card .edit-box {
  position: absolute;
  top: 0;
  left: 45px;
}

.txt-box-contactname {
  display: inline-block;
  width: 200px;
  margin: 4px 0 0 8px;
  height: 30px;
}

.contact-card .btnUpdate {
  width: 35px;
  height: 30px;
  float: right;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  margin-right: 4px;
  cursor: pointer;
}

.txt-box-contactname.has-error {
  border: 1px solid !important;
  border-radius: 0;
}

.invite-contact-card .tabbable > .leftTabs.freeTabs .tab {
  width: 50%;
}

.contact-tools .lbl {
  line-height: 40px;
  margin-left: 10px;
}

.easytxt-box-inside {
  padding: 0;
  height: 100%;
  border: none !important;
  float: left;
  width: auto;
}

.easytxt-box-prefix {
  float: left;
  height: 100%;
  font-size: 14px;
  /* line-height: 2; */
  display: block;
  padding-right: 5px;
}

/* for new landing screen, loginscreen, registration screen and forgotpassscreen*/

.login-screen,
.landing-screen {
  height: 100%;
  overflow: hidden;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-overflow-scrolling: touch;
}

.landing-screen-header,
.landing-screen-content,
.landing-screen-footer,
.login-screen-header,
.login-screen-content,
.login-screen-footer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  left: 0;
}

.landing-screen-header,
.login-screen-header {
  top: 0%;
}

.landing-screen-header {
  height: 50%;
}

.login-screen-header {
  height: 40%;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}

.landing-screen-content {
  height: calc(50% - 50px);
}

.login-screen-content {
  height: calc(60% - 50px);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}

.landing-screen-footer,
.login-screen-footer {
  height: 50px;
  padding: 0 1em;
}

.landing-screen-footer .btn {
  height: 50px;
  float: right;
  text-decoration: none;
}

.button-container {
  width: 100%;
  padding-top: 3em;
}

.button-row {
  padding: 1em 4em;
}

.landing-screen .em-lgn-btn {
  border: 1px solid rgba(174, 181, 186, 0.22);
  background-color: rgba(236, 236, 236, 0.63);
  padding: 0.6em;
  outline: 0;
  display: inline-block;
  width: 250px;
  box-shadow: 1px 3px 13px 0 rgba(189, 189, 189, 0.68);
  border-radius: 0.4em;
  font-size: 1em;
}

.landing-screen .em-lgn-btn:first-child {
  margin-right: 30px;
}

.landing-screen .em-lgn-btn:hover {
  border-color: rgba(174, 181, 186, 0.54);
}

.login-screen-header .home-box,
.landing-screen-header .home-box {
  padding-top: 0;
  width: 80%;
}

.login-screen-header .brand_logo,
.landing-screen-header .brand_logo {
  position: relative;
  height: 55px;
  overflow: hidden;
  padding: 1em;
}

.login-screen-header .brand_logo .logo,
.landing-screen-header .brand_logo .logo {
  width: 15em;
}

.login-screen-header .easyLogo,
.landing-screen-header .easyLogo {
  position: absolute;
  font-size: 15em;
  top: 0;
  left: 50%;
  margin-left: -105px;
  margin-top: -85px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}

.login-screen-header .logo_center,
.landing-screen-header .logo_center {
  padding: 1em;
  margin-bottom: -4em;
  margin-left: -4em;
}

.login-screen-header .logo_center,
.landing-screen-header .logo_center {
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 9;
}

.login-screen-header .logo_inner,
.landing-screen-header .logo_inner {
  border-radius: 50%;
  width: 5.2em;
  height: 5.2em;
  text-align: center;
}
.logo_inner .brand-icon {
  width: 5em;
}
.user_room .brand-icon {
  width: 0;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.expand .user_room .brand-icon {
  width: 1.1em;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}

.login-screen-header .logo_inner .landing_logo,
.landing-screen-header .logo_inner .landing_logo {
  font-size: 5em;
}

.landing-screen-header .search_tab {
  margin: 3em 0 4em 0;
  position: relative;
  height: 42px;
  padding-top: 3px;
}

.landing-screen-header .search_tab .form-control {
  padding: 0.75em 2em 0.75em 2.5em;
}

.landing-screen .search_tab .icon-search,
.landing-screen .search_tab .icon-spin {
  position: absolute;
  padding: 0.56em;
  font-size: 1.2em;
}

.landing-screen-header .search_result {
  position: fixed;
  width: calc(100% - 6px);
  top: 45px;
  border-radius: 4px;
  overflow-y: auto;
  z-index: 1000;
  height: 0;
  overflow: hidden;
}

.landing-screen-header .search_tab .btn_search_close {
  position: absolute;
  font-size: 0.8em;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  top: 3px;
  text-align: center;
  cursor: pointer;
}

.landing-screen-header .search_tab .btn_search_close .inner {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}

.landing-screen-header .search_tab .btn_search_close .inner .icon {
  position: absolute;
  top: 12px;
  left: 12px;
}

.landing-screen-footer .overlay-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border-width: 0;
  border-color: transparent;
}

.landing-screen.has-search .landing-screen-header {
  height: 100%;
}

.landing-screen.has-search .landing-screen-content,
.landing-screen.has-search .landing-screen-footer {
  height: 0;
  overflow: hidden;
}

.landing-screen.has-search .logo_center {
  margin-bottom: -10em;
  height: 0;
  overflow: hidden;
}

.landing-screen.has-search .landing-screen-header .search_result {
  height: calc(100% - 46px);
  overflow-y: auto;
  display: block;
  text-align: left;
  margin: 0 0 0 3px;
  position: relative;
  top: 0;
}

.landing-screen.has-search .landing-screen-header .home-box {
  height: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.landing-screen.has-search .landing-screen-header .search_tab {
  width: 100%;
  margin: 0;
  padding: 5px 3px 3px 3px;
}

.landing-screen.has-search .landing-screen-header .brand_logo {
  height: 0;
  overflow: hidden;
}

.landing-screen .contact_card {
  display: none;
}

.landing-screen.has-search .contact_card {
  display: block;
  width: 100%;
  min-height: 65px;
  overflow: hidden;
  border-bottom: 1px solid;
}

.landing-screen .contact_card .prof_pic {
  position: relative;
  width: 65px;
  height: 65px;
  float: left;
  overflow: hidden;
  padding: 10px;
}

.landing-screen .prof_icon {
  width: 50px;
  min-height: 50px;
  margin: 6px 5px;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.landing-screen .prof_icon .icon {
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 15px;
}

.landing-screen .contact_card .user_details {
  width: calc(100% - 165px);
  min-height: 65px;
  float: left;
}

.landing-screen .contact_card .user_name {
  width: 100%;
  overflow: hidden;
  font-size: 1.2em;
  margin-top: 5px;
}

.landing-screen .contact_card .call {
  position: relative;
  width: 50px;
  height: 65px;
  float: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.landing-screen .contact_card .call .btn {
  display: inline-block;
  padding: 10px;
  margin-bottom: 0;
  font-size: 1.5em;
  background: 0 0;
  border: 1px solid transparent;
  margin-top: -3px;
}

.landing-screen .prof_icon,
.landing-screen .prof_pic .prof_img_div {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: block;
  line-height: 45px;
  font-size: 1.6em;
  background-position: center;
  background-size: cover;
  background-origin: content-box;
  min-height: unset;
}

.landing-screen .prof_icon,
.landing-screen .prof_pic .prof_text {
  border-radius: 50%;
  float: left;
  text-align: center;
}

.landing-screen .prof_pic .prof_text {
  width: 45px;
  height: 45px;
  display: block;
  line-height: 45px;
  font-size: 1.6em;
  text-transform: capitalize;
  font-weight: 700;
}

.landing-screen .contact_card .user_company,
.landing-screen .contact_card .user_room {
  font-size: 0.8em;
  width: 100%;
  line-height: 1.35em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.25s ease-in-out;
}

.landing-screen .contact_card .user_company i,
.landing-screen .contact_card .user_room i {
  width: 0;
  height: 0;
  line-height: 0;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.landing-screen .contact_card .adtnl_details {
  height: 0;
  overflow: hidden;
}

.landing-screen .contact_card.expand .user_company i,
.landing-screen .contact_card.expand .user_room i {
  width: 12px;
  height: 20px;
  line-height: 20px;
  opacity: 1;
  margin-right: 5px;
}

.landing-screen .contact_card.expand .adtnl_details {
  height: auto;
  overflow: auto;
}

.landing-screen .link_btn,
.login-screen .link_btn {
  border-radius: 4px;
  text-decoration: none !important;
}

.landing-screen .btn.focus,
.landing-screen .btn:focus,
.landing-screen .btn:hover,
.login-screen .btn.focus,
.login-screen .btn:focus,
.login-screen .btn:hover {
  text-decoration: none;
}

.landing-screen .btn-link,
.landing-screen .btn-link:active,
.landing-screen .btn-link:focus,
.landing-screen .btn-link:hover,
.login-screen .btn-link,
.login-screen .btn-link:active,
.login-screen .btn-link:focus,
.login-screen .btn-link:hover {
  border-color: transparent;
}

.landing-screen .btn-link:focus,
.landing-screen .btn-link:hover,
.login-screen .btn-link:focus,
.login-screen .btn-link:hover {
  text-decoration: underline;
}

.landing-screen .link_btn:focus,
.landing-screen .link_btn:hover,
.login-screen .link_btn:focus,
.login-screen .link_btn:hover {
  border: 1px solid;
  background: 0 0;
  outline: 0;
}

.login-screen-footer .login-screen-footer-inner {
  width: 100%;
}

.login-screen .login-form {
  width: 300px;
  margin: 0 auto;
}

.login-screen .login-form .em_txtBox {
  font-size: 1em;
}

.login-screen .login-form .em_txtBox {
  background: 0 0;
  border-radius: 0;
  border: 1px solid;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 12px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.login-screen .login-form .em_txtArea,
.em_txtBox {
  font-size: 1.25em;
  height: auto;
}

.login-screen .login-form .login-btn {
  border: 0 solid;
  background: 0 0;
  padding: 8px;
  outline: 0;
  font-weight: 700;
  font-size: 1.25em;
}

.landing-screen .prof_icon .icon.icon-dial {
  line-height: 50px;
  font-size: 20px;
  position: relative;
  top: auto;
  left: auto;
}

.login-screen.form-focused .login-screen-header {
  height: 0;
  overflow: hidden;
}

.login-screen.form-focused .login-screen-content {
  height: calc(100% - 50px);
}

.login-screen.form-focused .login-screen-header .logo_center {
  padding: 2px;
  bottom: auto;
  margin-bottom: auto;
  margin-left: -145px;
}

.login-screen.form-focused .login-screen-header .logo_inner {
  width: 2.4em;
  height: 2.4em;
}

.login-screen.form-focused .login-screen-header .logo_inner .landing_logo {
  font-size: 2.4em;
}

.login-screen.form-focused .login-screen-header .easyLogo {
  margin-top: -88px;
}

.my-preview-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 30px;
  cursor: pointer;
  line-height: 20px;
  padding: 10px;
}

.footer-left,
.footer-right {
  z-index: 2;
  font-size: 1em;
  position: relative;
  width: 50%;
  height: 50px;
  line-height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer-left .inner-container,
.footer-right .inner-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.footer-right {
  align-items: flex-end;
  flex-direction: column;
}

.shareonly-mode-card {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  overflow-y: hidden;
}

.shareonly-mode-card .text-container {
  line-height: 35px;
  text-align: center;
  float: left;
  width: calc(100% - 65px);
}

.shareonly-mode-card .switch-container {
  text-align: center;
  float: left;
  width: 65px;
  height: 35px;
  padding-top: 7px;
}

.camera-not-found-settings {
  position: absolute;
  top: 50%;
  margin-top: -68px;
  left: 0;
  width: 100%;
  height: 116px;
  text-align: center;
  padding-top: 20px;
}

.missed-call-indicator {
  padding: 1px 5px;
  font-size: 10px;
  float: left;
}

.presenceLeft.without-screenshare-mode .contactList {
  bottom: 35px;
  height: calc(100% - 144px);
}

.presenceLeft.without-screenshare-mode .lime-card {
  bottom: 0;
}

.presenceLeft.without-screenshare-mode .shareonly-mode-card {
  display: none;
}

/* ======================== New Updated Styles ======================== */

.contact-list-scroll-area .title,
.profile-tab-btm:hover,
.profile-detail-scroll-area .title,
.contact-profile-details .title {
  opacity: 0.85;
}

.no-contact-card .addIcon,
.content-header .btn:hover {
  opacity: 0.65;
}

.contact-list-scroll-area .btnEdit,
.profile-detail-scroll-area .btnEdit,
.profile-detail-card .btnEdit,
.profile-detail-card .btnCancel {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.35;
}

.call-card .profileDetails .txt13 {
  opacity: 0.35;
}

.page-splash .info {
  opacity: 0.5;
}

.shareonly-mode-card .text-container,
.share-url-card .easyUrl {
  opacity: 0.5;
}

.shareonly-mode-card.active .text-container {
  opacity: 1;
}

.contact-list-scroll-area .btnEdit:hover,
.profile-detail-scroll-area .btnEdit:hover,
.profile-detail-card .btnEdit:hover,
.profile-detail-card .btnCancel:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.btn-primary:hover {
  opacity: 0.75;
}

.home-icon-box .logo-brand-name {
  width: 340px;
  height: auto;
  position: relative;
  overflow: unset;
  margin: 0 auto;
}

.home-icon-box .logo-brand-name img {
  width: 100%;
}

.brand-room-icon {
  width: 13px;
  float: none;
  margin: -1px 0 0 0 !important;
}

.room-number {
  float: none;
  margin: 0;
  font-size: 13px;
}

.search-result-details-row img,
.search-result-details-row svg {
  width: 12px;
  float: left;
  margin: 3px 5px 0 7px !important;
}

.brand-watermark {
  right: 40px;
  bottom: 30px;
  width: 150px;
  opacity: 0.075;
}

.callUserPicBg-child {
  position: absolute;
  width: 250px;
  height: 250px;
  background-image: url(../img/em-icon-white.png);
  background-size: contain;
  opacity: 0.025;
  left: 0;
  top: 0;
  z-index: 0;
  transform: translateY(-26%);
}

.splashLogo .easyIconLogo {
  margin: 5px auto;
  margin-bottom: 0;
}

.easylogo2x {
  text-align: center;
}

.easylogo2x .brand-name {
  width: 400px;
  margin-top: 0 !important;
}

.circle-icon {
  width: 100px;
  height: 100px;
  background-image: url(../img/round-icon.png);
  background-size: contain;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.page-splash.no-internet .splashLogo .easyIconLogo .circle-icon {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.page-splash.no-internet .splashLogo .easylogo2x {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

.e-icon {
  width: 100px;
  position: absolute;
  top: 5px;
}

.page-splash.no-internet .splashLogo,
.page-splash.no-internet .splashLogo .easyIconLogo .e-icon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.35;
}
.meeting-card {
  background-repeat: no-repeat;
  background-position-x: calc(100% - 6em);
  background-position-y: calc(100% - 2em);
  background-size: 15em;
  background-blend-mode: screen;
}

/* ---------- Loader Animation Other Clients Start ----------- */

.loader-back {
  position: absolute;
  width: 400px;
  top: 50%;
  left: 50%;
  margin-top: 70px;
  margin-left: -200px;
  height: 2px;
}

.loader-back .loader-needle {
  width: 15px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
}

.loader-animation {
  -webkit-animation: loaderRun 1.3s linear infinite;
  -moz-animation: loaderRun 1.3s linear infinite;
  animation: loaderRun 1.3s linear infinite;
}

@-webkit-keyframes loaderRun {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

@keyframes loaderRun {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.page-splash.no-internet .loader-back {
  display: none;
}
/*  Loader Animation Other Clients Ends  */

.domain-select-screen {
  background-color: #245572;
  height: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.domain-select-screen .login-box {
  width: 100%;
  padding: 2em;
}

.btn-domain-change {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  font-size: 1em;
  line-height: 3em;
  height: 100%;
  transform: translateX(-50%);
}

.domain-select-screen .brand_logo {
  margin-bottom: 6em;
  position: relative;
  overflow: hidden;
  height: 3em;
}
.domain-select-screen .brand_logo .logo {
  width: 20em;
  margin-top: 0 !important;
}

.domain-select-screen .em-lgn-btn {
  width: 50%;
  margin: 0 auto;
  border-width: 2px;
  border-style: solid;
  padding: 8px;
  outline: 0;
}
.domain-select-screen .em_txtBox {
  border-radius: 0;
  border: 1px solid;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 12px;
  overflow: hidden;
  text-align: center;
}
.domain-select-screen .link_btn {
  border-radius: 0.3em;
  text-decoration: none !important;
}
.invisible-form {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
}

.dont-use.call-card,
.dont-use.meetingRoom {
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#235374, #245572);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#235374, #245572);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#235374, #245572);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#235374, #245572);
  /* Standard syntax */
}

.dont-use.meeting-card {
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#235374, #245572);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#235374, #245572);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#235374, #245572);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#235374, #245572);
  /* Standard syntax */
}

/*
.home-card {

    background: -webkit-linear-gradient(#235374, #245572);
    background: -o-linear-gradient(#235374, #245572);
    background: -moz-linear-gradient(#235374, #245572);
    background: linear-gradient(#235374, #245572);
}

*/

/* ---------------- New Styles ---------------- */

.create-group {
  padding: 0;
}

.create-group .right {
  padding: 0px 20px;
}

.create-group .group-container {
  width: 50em;
  height: calc(100% - 50px);
  margin: 0 auto;
  padding: 2em 0;
}

.create-group .group-container .group-name {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.create-group .group-container .group-name .easytxt-box {
  width: 70%;
  text-align: center;
  display: none;
}

.create-group.add-edit-group .group-container .group-name .easytxt-box {
  display: flex;
}

.create-group .group-container .group-name h3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.create-group.add-edit-group .group-container .group-name h3 {
  display: none;
}

.create-group .groupImgContainer {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.create-group .groupImg {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  line-height: 122px;
  font-size: 60px;
  text-transform: uppercase;
  position: relative;
}

.groupImg .img-div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-origin: border-box;
}

.create-group .camera-icon-contact-img {
  display: none;
}

.create-group .contact-card .btnRemove {
  width: 45px;
  height: 50px;
  float: right;
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  margin-right: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.create-group.add-edit-group .contact-card .btnRemove {
  display: flex;
}

.create-group .selected-contacts {
  max-height: calc(100% - 300px);
  overflow-y: auto;
}

.create-group .right .create {
  display: none;
}

.create-group.add-edit-group .right .create {
  display: inline;
}

.create-group .right .edit {
  display: inline;
}

.create-group.add-edit-group .right .edit {
  display: none;
}

.create-group .footer {
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  /* display: none; */
  align-items: center;
  justify-content: center;
}


/* .create-group.add-edit-group .footer {
  display: flex;
} */

.create-group .footer .bottom-btn {
  font-size: 16px;
  line-height: 75px;
  cursor: pointer;
  width: auto;
  height: 79px;
  margin: 0 auto;
  display: inline-block;
  padding: 0 24px;
  position: relative;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .75;
}

.create-group .footer .bottom-btn:hover {
  opacity: 1;
}

.contactImg {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.contactImg.group svg {
  width: 60%;
}

.myChat .content,
.yourChat .content {
  margin-bottom: 0;
  pointer-events: all;
  user-select: text;
  max-width: 70%;
  width: auto;
  min-width: 3em;
  border: 0;
  border-radius: .5em;
  padding: 1em;
}

.content .name {
  position: absolute;
  bottom: -1.75em;
  width: 50%;
  left: 1em;
  font-size: .75em;
  text-align: left;
  opacity: .35;
}

.content .time {
  position: absolute;
  bottom: -1.75em;
  width: 50%;
  right: 1em;
  font-size: .75em;
  text-align: right;
  opacity: .35;
}

.contact-card.search .contactImg .contact-card .addIcon svg {
  width: 95%;
}

.contact-card.createGroup .addIcon svg {
  width: 95%;
}

.groupImgContainer .groupImg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.groupImgContainer .groupImg svg {
  width: 65%;
}

.contact-card.chat .name-time {
  /* width: 190px; */
}

.contact-card.chat .name {
  line-height: 1.5em;
  margin-top: .25em;
}

.contact-card.chat .last-chat {
  font-size: .85em;
}

.contact-card.chat .last-chat span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
  height: 1.4em;
}

.contact-card.chat .last-chat span i {
  float: left;
  margin-right: .5em;
  margin-top: .1em;
}
.contact-card .btnCall.chat-time {
  font-size: .75em;
  line-height: 3em;
  width: 6em;
  text-align: right;
}
.contact-card.chat .chat-time .time{
  display: inline;
}
.myChat .content .sending,
.myChat .content .failed {
  position: absolute;
  bottom: -1.75em;
  right: 0;
}
.chat-search-card .btnCall .checkbox{
  margin-top: 0;
  margin-bottom: 0;
}
.contact-card .btnCall .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .65em;
}

.chat-card-footer {
  padding: 5px 0;
}

.chatTxt .searchTxtBox{
  border: 1px solid;
}

.contact-card.chat.new-msg .name {
  font-weight: bold;
}

.contact-card.chat.new-msg .last-chat {
  font-weight: bold;
}

.btnCall.chat-time i {
  font-size: 1.5em;
  position: absolute;
  bottom: .5em;
  right: 1em;
  line-height: 1em;
}

.search-member-container .searchTxtBox {
  border: 1px solid;
}

.presenceRight .add-edit-group .add-member-container,
.presenceRight .search-group-members .add-member-container {
  display: none;
}

.presenceRight .add-edit-group .selected-contacts {
  max-height: calc(100% - 270px);
}

.presenceRight .create-group .search-member-container {
  display: none;
}

.presenceRight .search-group-members .search-member-container {
  display: block;
}

.search-member-container {
  margin-bottom: 0.5em !important;
}

.create-group .contact-card .btnAdd {
  width: 45px;
  height: 50px;
  float: right;
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  margin-right: 4px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
}

.create-group.search-group-members .contact-card .btnAdd {
  display: flex;
}
.presenceRight .chat-card {
  height: 100%;
}
.btnRemoveName {
  font-size: 1.3em;
  cursor: pointer;
}
.content-header .right .btnCall {
  width: 45px;
  height: 50px;
  float: right;
  text-align: center;
  line-height: 55px;
  font-size: 22px;
  margin-right: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* custom dataset */
.em-dataset {
  position: absolute;
  width: 100%;
  max-width: 290px;
  z-index: 1;
  padding: 3px;
  margin-top: 3px;
  box-sizing: border-box;
  background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
  border: 1px solid rgba(0,0,0,.3);
  box-shadow: 0em 0.1em 0.3em 0 rgba(0,0,0,.2);
  text-shadow: none;
  overflow: auto;
  max-height: 200px;
}

.em-dataset .dataset-item {
  padding: 0.4em 0.2em;
  cursor: pointer;
}
.em-dataset .dataset-item:hover {
  background: #e1e1e1;
  color: black;
  font-weight: bold;
  padding: 0.4em 0.2em;
}

.chat-card-footer .camera-icon-contact-img
{
  margin-right: 0.3em;
  width: 36px;
  height: 36px;
  line-height: 40px;
}
