@font-face {
  font-family: 'Material Icons';
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../../fonts/MaterialIcons-Regular.woff2) format('woff2');
}

body {
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  overflow: hidden;
}

span{
  font-family: 'Poppins', sans-serif;
}

.spanColor {
  color: red;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  color: #bcc6d3;
}

a.btn:hover,
a.btn:active,
a.btn:focus {
  text-decoration: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;

}

button {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

button:focus {
  outline: none;
}

input {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

textarea {
  resize: none;
  overflow: auto;
  min-height: 50px;
  max-height: 150px;
}

textarea::-webkit-scrollbar {
  width: 3px;
}

textarea::-webkit-scrollbar-track {
  background: none;
}

textarea::-webkit-scrollbar-thumb {
  background: none;
  border-radius: 5px;
}

.darkmode textarea::-webkit-scrollbar-thumb {
  background: none;
}

textarea:hover::-webkit-scrollbar-thumb {
  background: none;
  border-radius: 5px;
}

.darkmode textarea:hover::-webkit-scrollbar-thumb {
  background: none;
}


select {
  outline: 0;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.material-icons {
  font-family: 'Material Icons', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

.form-control {
  font-size: 14px;
  border-radius: 5px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e6e6e6;
}

.hide {
  display: none !important;
}

.cu-p {
  cursor: pointer !important;
}

.ws-pre {
  white-space: pre-line !important;
}

.br-0 {
  border-radius: 0 !important;
}

.text-end {
  text-align: end !important;
}

.form-col {
  width: 100%;
}

/*------------PRELOADER-------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999;
  height: 100%;
  width: 100%;
}

.preloader-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(33, 33, 33);
}

.plreloader-logo {
  position: absolute;
  left: calc(50% - 85px);
  top: calc(50% - 20px);
  width: 170px;
}

.loader-text {
  display: none;
  color: #FFFFFF;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  padding: 0;
  display: none;
}

.loader:before {
  content: "";
  border-top: 6px solid rgba(255, 255, 255, 0.1);
  border-right: 6px solid rgba(255, 255, 255, 0.1);
  border-bottom: 6px solid rgba(255, 255, 255, 0.1);
  border-left: 6px solid #FFFFFF;
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.preloader-select {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.loader-chat{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -30px 0 0 -30px;
  padding: 0;
  display: block;
}

.loader-select {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -30px 0 0 -30px;
  padding: 0;
  display: none;
}

.loader-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -30px 0 0 -30px;
  padding: 0;
}

.btn-search{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
}

.loader-btn {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  padding: 0;
}

.loader-btn:before {
  content: "";
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  border-right: 3px solid rgba(255, 255, 255, 0.1);
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid #36C3EF;
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
  display: block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.darkmode .loader-btn:before {
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  border-right: 3px solid rgba(255, 255, 255, 0.1);
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid #FFFFFF;
}

.loader-chat-list {
  position: absolute;
  left: 52%;
  top: 56%;
  width: 40px;
  height: 40px;
  margin: -30px 0 0 -30px;
  padding: 0;
  display: block;
}

.loader-chat:before,
.loader-content:before,
.loader-select:before,
.loader-chat-list:before {
  content: "";
  border-top: 6px solid rgba(255, 255, 255, 0.1);
  border-right: 6px solid rgba(255, 255, 255, 0.1);
  border-bottom: 6px solid rgba(255, 255, 255, 0.1);
  border-left: 6px solid #36C3EF;
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.darkmode .loader-chat:before,
.darkmode .loader-content:before,
.darkmode .loader-select:before,
.darkmode .loader-chat-list:before {
  border-top: 6px solid rgba(255, 255, 255, 0.1);
  border-right: 6px solid rgba(255, 255, 255, 0.1);
  border-bottom: 6px solid rgba(255, 255, 255, 0.1);
  border-left: 6px solid #FFFFFF;
}

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

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

/*-------------DROPDOWN-------------*/

.dropdown-menu {
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #F7F7F7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 4px 4px 4px rgba(200, 198, 198, 0.25);
  box-shadow: 4px 4px 4px rgba(200, 198, 198, 0.25);
  border-radius: 4px;
  min-width: 150px;
}

.darkmode .dropdown-menu {
  background: #333;
  border: 1px solid #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu .dropdown-item:hover:first-child {
  border-radius: 5px 5px 0 0;
}

.dropdown-menu .dropdown-item:hover:last-child {
  border-radius: 0 0 5px 5px;
}

.dropdown-menu .dropdown-item {
  color: #232323;
}

.darkmode .dropdown-menu .dropdown-item {
  color: #D8E1F2;
  background: #333;
}

.darkmode .available-menu-show {
  border: none !important;
}

.dropdown-menu .dropdown-item span {
  color: #898989;
}

.darkmode .dropdown-menu .dropdown-item span {
  color: #E5EEFF;
}

.dropdown-menu .dropdown-item.active span {
  color: #FFFFFF;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active {
  background-color: #e6e6e6;
  color: #000000;
}

.dropdown-item:hover {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item-text {
  color: #5a5b5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3px 19px 6px 9px;
}

.darkmode .dropdown-item-text {
  color: #cacaca;
}

.dropdown-item-text:hover {
  color: #000;
  cursor: pointer;
}

.darkmode .dropdown-item-text:hover {
  color: #FFFFFF;
}

.darkmode .dropdown-item-text:hover p {
  color: #FFFFFF;
}

.darkmode .dropdown-item-text:hover label {
  color: #4bb2df;
  cursor: pointer;
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active {
  background-color: #919090 !important;
  color: #FFFFFF !important;
}

.dropdown-menu .dropdown-item:hover span {
  color: #FFFFFF !important;
}


.bootstrap-select .btn:focus {
  outline: none !important;
}

.darkmode .bootstrap-select .btn {
  background: transparent;
  color: #FFFFFF;
}

.darkmode .bootstrap-select .form-control {
  background: transparent !important;
  color: #FFFFFF;
}

.message_chat {
  margin-bottom: 10px;
  white-space: pre-line;
}

.profile_form {
  margin: 20px 0 20px 20px;
}

ul.list-inline .list-inline-item {
  margin-bottom: .5rem;
}

.avatar {
  display: inline-block;
  margin-bottom: 0;
  width: 48px;
  border-radius: 50%;
  position: relative;
}

.avatar > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.menus-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: calc(100vh - 55px);
}

.sidebar-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 60px;
  background-color: #EFF2F7;
  z-index: 999;
  padding: 20px 10px;
  height: 100%;
}

.sidebar-menu .logo-col {
  text-align: center;
}

.logo-col img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.darkmode .logo-col img {
  -webkit-filter: invert(0);
  filter: invert(0);
}


.chat-menus {
  margin-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chat-menus ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.chat-menus ul li {
  display: block;
  position: relative;
}

.chat-menus ul li + li {
  margin-top: 10px;
}

.chat-menus ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.chat-menus ul li a img {
  width: 60%;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.darkmode .chat-menus ul li a img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.chat-menus ul li a.active img {
  width: 60%;
  -webkit-filter: invert(65%) sepia(45%) saturate(3740%) hue-rotate(210deg) brightness(101%) contrast(108%);
  filter: invert(65%) sepia(45%) saturate(3740%) hue-rotate(210deg) brightness(101%) contrast(108%);
}

.chat-menus ul li a.active .activeIconChat {
  width: 4px;
  height: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0 4px 4px 0;
  background: #3675EF;
  position: absolute;
  margin-left: -56px;
  display: block;

}

.activeIconChat {
  display: none;
}

.tutorial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #3675ef;
  border-radius: 50%;
  margin-right: 10px;
}

.darkmode .tutorial {
  background-color: #3165c8;
}

.tutorial:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: transparent;
}

.tutorial span.material-icons {
  color: #ffffff;
  font-size: 21px;
  padding: 0;
  position: static;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  min-width: inherit;
}


.chat-menus ul li a.chat-unread:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: transparent;
}

.chat-menus ul li a span.material-icons,
.bottom-menus ul li a span.material-icons {
  color: #ffffff;
  font-size: 22px;
  padding: 0;
  position: static;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  min-width: inherit;
}

.chat-menus ul li a span.material-icons:before,
.bottom-menus ul li a span.material-icons:before {
  display: none;
}

.bottom-menus ul li a.active .activeIconChat {
  width: 4px;
  height: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0 4px 4px 0;
  background: #3675EF;
  position: absolute;
  margin-left: -56px;
  display: block;

}

.chat-menus > ul > li > a > span,
.bottom-menus > ul > li > a > span {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 120%;
  top: 50%;
  background-color: #6e6a74;
  -webkit-box-shadow: 4px 4px 4px rgba(200, 198, 198, 0.25);
  box-shadow: 4px 4px 4px rgba(200, 198, 198, 0.25);
  border-radius: 2px;
  display: inline-block;
  padding: 6px 19px;
  color: #fff;
  font-size: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
}

.chat-menus > ul > li > a > span:before,
.bottom-menus > ul > li > a > span:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #6e6a74;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
}

.chat-menus > ul > li > a:hover > span,
.bottom-menus > ul > li > a:hover > span {
  opacity: 1;
  visibility: visible;
}

.bottom-menus > ul > li > a > span {
  min-width: 130px;
}

.bottom-menus {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.bottom-menus > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bottom-menus > ul > li {
  display: block;
  text-align: center;
  position: relative;
}

.bottom-menus ul li + li {
  margin-top: 15px;
}

.bottom-menus > ul > li > a {
  text-align: center;
}

.dropright.baseMenu-icon .dropdown-toggle::after {
  margin-left: 0;
  border-left: 0;
}

.available-menu-show {
  background-color: #EFF2F7 !important;
}

.darkmode.available-menu-show {
  background-color: #333 !important;
}

.availableIcon {
  margin-right: 15px;
}

.baseMenu-icon .available-menu-show.show {
  top: -20px !important;
}

.left-chat-title {
  padding: 10px 25px;
  margin: 0 10px 0;
}

.chat-left-title-overflow {
  overflow: auto;
}

.chat-left-title-overflow::-webkit-scrollbar {
  width: 5px;
}

.chat-left-title-overflow::-webkit-scrollbar-track {
  background: none;
}

.chat-left-title-overflow::-webkit-scrollbar-thumb {
  background: #b1b1b1;
  border-radius: 5px;
}

.darkmode .chat-left-title-overflow::-webkit-scrollbar-thumb {
  background: #888;
}

.chat-title h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #555555;
}

.chat-title h4 a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.left-chat-title .add-section > a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 13px;
}

.add-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.add-section ul li {
  float: left;
}

.add-section ul li + li {
  margin-left: 10px;
}

.add-section ul li a {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #D3DBEE;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-shadow: 0 4px 4px #F5F8FF;
  box-shadow: 0 4px 4px #F5F8FF;
  font-size: 10px;
  color: #420BA1;
}

.user-list-item .fa-star:before {
  content: "\f005";
  position: absolute;
  color: #ffc400;
  text-shadow: 0 0 3px #000000;
  left: -4px;
  top: -2px;
}


.btn {
  position: relative;
  font-size: 14px;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 9px 14px;
  line-height: 14px;
  border-color: transparent;
}

.tab-content {
  padding-top: 30px;
}

.tab-content .form-item {
  margin-bottom: .8rem;
}

.main-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  right: 0;
}

.main-wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.main-wrapper .content .sidebar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 105;
  width: 60%;
  max-width: 325px;
  min-width: 255px;
}

.main-wrapper .content .sidebar-group .sidebar {
  background: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #EEEEEE;
}

.main-wrapper .content .sidebar-group .sidebar:not(.active) {
  display: none;
}

.chat-header ul li:not(.list-inline-item) {
  margin-bottom: 0;
  width: 48px;
  margin-right: 15px !important;
}

.chat-header ul li:last-child {
  margin-right: 0 !important;
}

.sidebar .user-list .user-list-item {
  padding: 10px 5px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-bottom: 0;
  background: #ffffff00;
  border-radius: 0;
  position: relative;
  -webkit-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s;
}

.sidebar .user-list li:hover {
  background-color: #e6e8ee;
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
}


/* contact create */
.select2-container--default .select2-selection--multiple {
  background-color: #EFF2F7 !important;
}

.darkmode .select2-container--default .select2-selection--multiple {
  border: 1px solid #333 !important;
  color: #000 !important;
  width: 100% !important;
  background-color: #333 !important;
}

.darkmode .filepond--panel-top, .darkmode .filepond--panel-center, .darkmode .filepond--panel-bottom {
  background: #333;
}

.darkmode .filepond--drop-label label {
  color: #828687;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #EDE2FF;
}

.select2-container .select2-selection--multiple {
  min-height: 40px !important;
}

.select2-container .select2-search--inline .select2-search__field {
  height: 0 !important;
  margin-top: 0 !important;
  min-height: 35px !important;
  max-height: none;
  border: none !important;
}

.darkmode .select2-container--default .select2-results__option--selected {
  background-color: #333 !important;
}

.darkmode .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #004462 !important;
}

/* //contact create */

.dis_arrow_back {
  display: none !important;
}

.darkmode .sidebar .user-list li:hover {
  background-color: rgba(164, 164, 164, 0.12);
}

.sidebar .user-list li figure {
  margin-right: 1rem;
}

.sidebar .user-list li .users-list-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar .user-list li .users-list-body > div:first-child {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.chatlist_name {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #555555;
}

.darkmode .chatlist_name {
  color: #FFFFFF;
}

.yesterday_name_class {
  width: 170px;
}

.date_name_class {
  width: 220px;
}

.time_name_class {
  width: 230px;
}

.zero_circle {
  width: 285px;
}

.one_circle {
  width: 260px;
}

.two_circle {
  width: 230px;
}

.chatlist_last_message {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  color: #7c7a7a;
  font-size: 13px;
}

.darkmode .chatlist_last_message {
  color: #d2d2d2;
}

.sidebar .user-list li .users-list-body .last-chat-time {
  padding-left: 15px;
  position: relative;
}

.chatlist_datetime {
  color: #9F9F9F !important;
  font-weight: 500;
  font-size: 11px;
  white-space: nowrap;
}

.chatlist_second_block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 235px;
}

.sidebar .user-list li .users-list-body .last-chat-time [data-toggle="dropdown"] i {
  font-size: 18px;
}

.count-tag {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  line-height: 0;
  font-size: 11px;
  background-color: #ffa977;
  color: #fff;
  border-radius: 50%;
  margin-left: 5px;
}

.count-sms {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  font-size: 11px;
  background-color: #1e5eb6;
  color: #fff;
  border-radius: 50%;
  margin-left: 5px;
}

.count-sms__not-favorite {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  font-size: 11px;
  background-color: #828385;
  color: #fff;
  border-radius: 50%;
  margin-left: 5px;
}

.sidebar .user-list li.unread h5 {
  color: #fff;
}

.sidebar .user-list li.unread p {
  color: #fff;
}

.sidebar .user-list li.unread .text-muted {
  color: rgba(255, 255, 255, 0.4) !important;
}

.chat {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  width: 40%;
  height: 100%;
}

.chat-options ul.list-inline .list-inline-item {
  margin-bottom: 0;
}

.right_sidebar_profile {
  margin-top: -15px;
}

.chat .chat-header {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 12px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #F0F0F0;
  position: relative;
}

.main_content {
  width: 100% !important;
}

.chat .chat-header .user-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  max-width: 55%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat .chat-header .user-details figure {
  margin-right: 1rem;
}

.chat .chat-header .user-details h5 {
  margin-bottom: 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
}

.chat .chat-header .chat-options ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}

#btnCALL {
  font-size: 14px;
  cursor: pointer;
  height: 40px;
  padding: 0;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px;
  background-color: #3675EF;
  color: #fff;
}

#dropdownMenuReference {
  position: relative;
  font-size: 14px;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 14px 10px 9px;
  line-height: 14px;
  border: none;
  border-left: 1px solid #d8d8d8;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #FFFFFF;
}

#dropdownMenuReference:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid #d8d8d8 !important;
}

.text-no-extension {
  color: #666;
}

.darkmode .text-no-extension {
  color: #fff;
}

.chat .chat-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px 0 20px 0;
}

.chat .chat-body .messages {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 2;
}

.chat .chat-body .messages .chats {
  max-width: 340px;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.chat .chat-body .messages .chat-profile-name h6 {
  margin-bottom: 0;
  color: #4b4b4b;
  font-weight: 600;
  font-size: 12px;
  margin-top: 5px;
  text-transform: capitalize;
}

.chat .chat-body .messages .chats .chat-time .avatar {
  margin-right: 1rem;
}

.chat .chat-body .messages .chats .chat-time h5 {
  font-size: 15px;
  margin-bottom: 0;
}

.chat .chat-body .messages .chats .chat-time .time {
  color: #9d9fa3;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
}

.chat .chat-body .messages .chats .chat-time .timeAudio {
  color: #9d9fa3;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
}

.chat .chat-body .messages .chats .chat-time .timeSMS {
  color: #9d9fa3;
  font-size: 12px;
  font-weight: 400;
}

.chat .chat-body .messages .chats-right .chat-time .timeSMS {
  color: #9d9fa3;
  font-size: 12px;
  font-weight: 400;
}

.chat-time {
  color: #555555;
}

.chat .chat-body .messages .chats .chat-time .time {
  color: #9d9fa3 !important;
}

.chat .chat-body .messages .chats .chat-time .timee {
  color: #93B5F6 !important;
}

.darkmode .chat .chat-body .messages .chats .chat-time .timee {
  color: #3675EF !important;
}

.time-bright {
  color: #3675EF;
}

.chat .chat-body .messages .chats .chat-time .time i {
  margin-right: 15px;
}

.chat .chat-body .messages .chats .chat-time .timeAudio i {
  margin-right: 15px;
}

.chat .chat-body .messages .chats .chat-time .timeSMS i {
  margin-right: 15px;
}

.chat .chat-body .messages .chats .chat-time .time i img {
  width: 14px;
  height: auto;
  margin-left: 2px;
  vertical-align: 0;
}


.chat .chat-body .messages .chats .message-content {
  background-color: #1e5eb6;
  border-radius: 16px;
  padding: 8px 10px;
  color: #fff;
  font-weight: 500;
}

.chat .chat-body .messages .chats.chats-right {
  margin-left: auto;
  margin-right: 15px;
}


.chat .chat-body .messages .chats.chats-right .message-content {
  background-color: #E8EFFF;
  color: #232323;
  border-radius: 16px;
}

.chat .chat-body .messages .chats-right .chat-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 70%;
  word-wrap: break-word;
}

.chat-content {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
  max-width: 83% !important;
  word-wrap: break-word !important;
}

.chat .chat-body .messages .chats .chat-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 70%;
  word-wrap: break-word;
}

.chat .chat-body .messages .chats.chats-right .message-content .chat-time {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.chat .chat-body .messages .chats.chats-right .message-content .chat-time .time {
  color: #ffffff;
}

.chat .chat-body .messages .chats.chats-right .message-content .chat-time .time i {
  color: #ffffff;
  margin-right: 15px;
}

.chat .chat-body .messages .file-download .download-action {
  bottom: 14px;
}

.chat .chat-body .messages .download-col .download-action a,
.chat .chat-body .messages .file-download .download-action a,
.file-download-col .download-action a {
  color: #fff;
  font-size: 10px;
}

.chat .chat-body .messages .download-col .download-action div + div,
.chat .chat-body .messages .file-download .download-action div + div,
.file-download-col .download-action div + div {
  margin-left: 8px;
}

.chat .chat-body .messages .download-col .download-action div img,
.chat .chat-body .messages .file-download .download-action div img,
.file-download-col .download-action div img {
  width: 13px;
}

.chat .chat-body .messages .file-download {
  position: relative;
  background: #36242429;
  border-radius: 10px;
  padding: 7px;
  margin-bottom: 7px;
}

.chat .chat-body .messages .file_sms .file-type {
  width: 40px;
  height: 40px;
  color: #ffffff;
}

.darkmode .css-14h4o58-menu, .darkmode .css-1nmdiq5-menu {
  background-color: #333;
  border: 1px solid #4c4c4c;
}

.chat .chat-body .messages .file_note .file-type {
  width: 40px;
  height: 40px;
  color: #5c5c5c;
}

.darkmode .chat .chat-body .messages .file_note .file-type {
  color: #fff;
}

.chat .chat-body .messages .file-download .file-details span.file-name {
  color: #5d5d5d;
  display: inline-block;
  width: 100%;
}

.chat .chat-body .messages .file-download .file-details span.file-nameSMS {
  color: #fff;
  display: inline-block;
  width: 100%;
}

.file-content {
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chat .chat-body .messages .file-download .file-details span.file-size {
  color: #909090;
  display: inline-block;
  width: 100%;
}

.chat .chat-body .messages .file-download .download-action a {
  color: #5d5d5d;
  margin-top: 5px;
}

.chat .chat-body .messages .file_sms .download-action a {
  color: #fff;
}

.chat .chat-footer {
  z-index: 100;
  padding: 10px 10px 10px;
  background: #ffffff;
  position: relative;
}

.darkmode .chat .chat-footer {
  background: #262626;
  border-top: none;
}

.formButtons {
  margin-top: 10px;
}

.chat .chat-footer form .form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.chat .chat-footer form .form-buttons .btn {
  margin-left: 0;
  color: #BDBFC7;
  font-size: 20px;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.chat .chat-footer form .form-buttons .btn:last-child {
  margin-right: 0;
}

.chat .chat-footer form .attach-col i,
.chat .chat-footer form .smile-col i {
  color: #565656;
  font-size: 20px;
}

.chat .chat-footer form .attach-col {
  right: inherit;
  left: 55px;
}

.chat + .sidebar-group {
  margin-right: 0;
}

.chat + .sidebar-group .sidebar {
  margin-right: 0;
}

.header {
  position: relative;
  width: 100%;
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: initial;
  padding: 20px 20px;
}

.nav.nav-tabs.chat-tabs .nav-item .nav-link {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  border: 0;
}

.nav.nav-tabs.chat-tabs .nav-item .nav-link.active {
  font-size: 16px;
  font-weight: bold;
  color: #FFA977;
}

.sidebar .list-group-item.unread h5 {
  color: #fff;
}

.sidebar .list-group-item.unread p {
  color: #fff;
}

.sidebar .list-group-item.unread .text-muted {
  color: rgba(255, 255, 255, 0.4) !important;
}

.chat .chat-footer form .form-buttons .btn.send-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.user-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
}

.dispatcher-list {
  border-radius: .25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
}

.user-list .user-list-item {
  padding: 17px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 10px;
  border: 0;
}

.dispatcher-list li {
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F8F8F8;
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.forward-title {
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.forward-btn {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.forward-title-h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #555555;
}

.darkmode .forward-title-h4 {
  color: #FFFFFF;
}

.darkmode .dispatcher-list li {
  background: #333;
  border: 1px solid #606060;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-list li .avatar {
  margin-right: 10px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  min-width: 45px;
}

.chat_form {
  margin-right: 0;
  background: #EFF2F7;
  border: none;
  height: 10px;
  padding: 13px 20px 17px 10px;
}

.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EFF2F7;
  border: 1px solid #dce9fd;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 0 15px;
  border-radius: 12px;
}

.darkmode .form-container {
  background: #333333;
  border: 1px solid #333333;
}

.darkmode .skrepka {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.darkmode #sendSMSBtn img, .darkmode #sendNoteBtn img {
  -webkit-filter: invert(1) brightness(100);
  filter: invert(1) brightness(100);
}

#messageReply, #messageNote {
  height: 50px;
}

.pb-file {
  padding-bottom: 14px;
}

.chat_form:focus {
  background: #EFF2F7;
}

.chat .chat-footer form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.23);
  opacity: 1;
}

.chat .chat-footer form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.22);
  opacity: 1;
}

.chat .chat-footer form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.23);
  opacity: 1;
}

.chat .chat-footer form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.23);
  opacity: 1;
}

.user-list .avatar > a > img,
.user-list .avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-wrapper .content .sidebar-group.right-sidebar .sidebar {
  width: 310px;
}

.left-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.left-sidebar-wrap {
  background: #FBFBFB;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EFF2F7;
  opacity: 100%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  width: 268px;
  z-index: 200;
}

.open-close-sidebar {
  min-width: 36px;
  height: 100%;
  background: #EFF2F7;
  border-left: 1px solid #EEEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.darkmode .open-close-sidebar {
  background: #333333;
  border-left: 1px solid #333333;
}

.show-right-sidebar .open-close-sidebar {
  min-width: 18px;
}

.right-sidebar .right-sidebar-wrap {
  background: #EFF2F7;
  margin-top: 10px;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-sidebar.show-right-sidebar {
  margin-right: 0;
}

.right-sidebar.hide-right-sidebar {
  margin-right: -232px;
}

.add-contacts-btn {
  width: 34px;
  height: 35px;
  border-radius: 30px;
  color: #565657;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.add-contacts-btn img {
  width: 60%;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.darkmode .add-contacts-btn img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.add-contacts-btn.active img {
  width: 60%;
  -webkit-filter: invert(65%) sepia(45%) saturate(3740%) hue-rotate(210deg) brightness(101%) contrast(108%);
  filter: invert(65%) sepia(45%) saturate(3740%) hue-rotate(210deg) brightness(101%) contrast(108%);
}

.fa-arrow-left {
  padding: 5px;
}

.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
}

.nav-tabs > li > a {
  margin-right: 0;
  color: #333;
  border-radius: 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: transparent;
  color: #272b41;
}

.nav-tabs.nav-tabs-solid > li > a {
  color: #272b41;
}

.group_formcontrol {
  background-color: #EFF2F7;
  background-clip: padding-box;
  border: 1px solid #EDE2FF;
  height: 50px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 12px;
}

.group-create-heading {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 48px */
  letter-spacing: -0.8px;
}

.group-create-text {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
}

.darkmode .group-create-heading {
  color: #fff !important;
}

.darkmode .group-create-text {
  color: #fff !important;
}

.newgroup_create {
  padding: 10px 20px;
  border-radius: .375rem;
  background-color: #3675EF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #3675EF;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.newgroup_create > .btn {
  width: 100% !important;
  display: block !important;
}

.newgroup_create:hover {
  background-color: #3675EF;
  color: #fff;
  border-color: #3675EF;
}

#removeClientBtn, #deleteDispatchBtn, .deleteIvrBtn, .deleteIvrBtn:hover {
  background-color: #D71616;
  opacity: 1;
  border: none;
  display: block;
}

.newgroup_back {
  padding: 10px 20px;
  line-height: 1.6;
  border-radius: .375rem;
  background-color: #a3a3a3;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #a3a3a3;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.newgroup_back:hover {
  background-color: #6d6c6c;
  color: #fff;
  border-color: #6d6c6c;
  opacity: 0.9;
}

.newgroup_delete {
  padding: 10px 20px;
  line-height: 1.6;
  border-radius: .375rem;
  background-color: #a51540;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #a51540;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.newgroup_delete:hover {
  background-color: #cb1e53;
  color: #fff;
  border-color: #cb1e53;
  opacity: 0.9;
}

.newgroup_create:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tab-content {
  padding-top: 5px;
}

.nav-tabs .nav-link {
  border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #000;
}

.modal-header {
  padding: 20px 15px;
  background-color: #FFF;
  color: #000;
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
}

.modal-line {
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #000;
}

.modal-body .form-group label {
  font-weight: 400;
  color: #000;
  font-size: 16px;
}

#sms_text, #sms_textE {
  height: 145px;
}

.modal-header .modal-title {
  font-size: 24px;
}

.modal-header .modal-title i {
  font-size: 20px;
  color: #420BA1;
  margin-right: 5px;
}

.modal-header .modal-title span.material-icons {
  font-size: 25px;
  color: #ffffff;
  margin-right: 5px;
}

.modal-header .close {
  color: #bbb;
  text-shadow: none;
  opacity: 1;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 0;
  margin: 0;
}

.modal-header .close .material-icons {
  font-size: 24px !important;
}

.cancel-btn a {
  color: #B7B7B7;
  font-weight: 500;
}

body.custom-model-open .modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  border-radius: 10px;
  border: none;
}

.mailing-search {
  left: 2% !important;
}

.chat_input {
  padding: 8px 8px 8px 10%;
  width: 100%;
  min-height: 40px;
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  font-size: 13px;
}

.more-id {
  background: #EFEFEF !important;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.darkmode .more-id, .darkmode .more-id:focus {
  background: #333333 !important;
}


.more-id:hover {
  background: #EFEFEF !important;
}

.darkmode .more-id:hover {
  background: #333333 !important;
}

.chat_input::-webkit-input-placeholder {
  color: gray !important;
}

.chat_input::-moz-placeholder {
  color: gray !important;
}

.chat_input:-ms-input-placeholder {
  color: gray !important;
}

.chat_input::-ms-input-placeholder {
  color: gray !important;
}

.chat_input::placeholder {
  color: gray !important;
}

.darkmode .chat_input::-webkit-input-placeholder {
  color: #FFFFFF !important;
}

.darkmode .chat_input::-moz-placeholder {
  color: #FFFFFF !important;
}

.darkmode .chat_input:-ms-input-placeholder {
  color: #FFFFFF !important;
}

.darkmode .chat_input::-ms-input-placeholder {
  color: #FFFFFF !important;
}

.darkmode .chat_input::placeholder {
  color: #FFFFFF !important;
}

.fs-bottom-login {
  font-size: 15px;
}

.choose_all {
  background: #fafafa;
  color: transparent;
}

.darkmode .choose_all {
  background: #333;
  color: #FFFFFF;
}

.color_option_sms {
  color: #000000;
  padding: 5px 0;
  border-bottom: 1px solid #b3b3b3;
  white-space: pre-line;
}

.darkmode .color_option_sms {
  color: #FFFFFF !important;
  border-bottom: 1px solid dimgrey;
}

#callContactBtn, #callContactBtn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.arrows_btns {
  display: -ms-grid;
  display: grid;
  top: 43%;
  left: 48.5%;
  z-index: 9999;
}

.arrows_btns_malling {
  display: -ms-grid;
  display: grid;
  top: 35%;
  right: -26px;
  z-index: 122;
}

.arrows_btns_dispatchers {
  display: -ms-grid;
  display: grid;
  top: 48%;
  left: 49.5%;
  z-index: 9;
}

.fs-18 {
  font-size: 18px;
}

.addContacts {
  margin-bottom: 10px !important;
}

.chat_input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.chat_input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.chat_input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.chat_input:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.search_chat {
  position: relative;
  margin: 13px 0 0;
  width: 100%;
}

.burger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 10px 0;
}

.burger-content {
  font-size: 15px;
  cursor: pointer;
  display: none;
  margin-right: 20px;
}

.burger-content-2 {
  font-size: 15px;
  cursor: pointer;
  display: none;
  margin-right: 20px;
}

a.btn.btn-outline-light {
  background: 0 0;
  border: none;
}

.form-control-feedback {
  z-index: 2;
  display: block;
  text-align: center;
  pointer-events: none;
  color: #BBBBBB;
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.chatSearchIcon {
  z-index: 2;
  display: block;
  text-align: center;
  pointer-events: none;
  color: #BBBBBB;
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.close-btn-chat {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #333;
  background-color: transparent;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  right: 12px;
  top: 9px;
  cursor: pointer;
}

.darkmode .close-btn-chat {
  color: #fff;
}

#search-input::-webkit-input-placeholder {
  color: #C9CCD0;
  font-size: 14px;
}

#search-input::-moz-placeholder {
  color: #C9CCD0;
  font-size: 14px;
}

#search-input:-ms-input-placeholder {
  color: #C9CCD0;
  font-size: 14px;
}

#search-input::-ms-input-placeholder {
  color: #C9CCD0;
  font-size: 14px;
}

#search-input::placeholder {
  color: #C9CCD0;
  font-size: 14px;
}

.chats {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.chats.chats-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.send-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff !important;
  background-color: transparent;
  margin-bottom: 10px;
}

.burger-link:hover {
  color: #FFFFFF;
}

.burger-available {
  font-size: 20px;
  color: #000;
}

.darkmode .burger-available {
  color: #fff;
}

.burger-icon-available {
  margin-right: 10px;
}

.burger-availabE .uh:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  margin-left: 15px;
  margin-top: 10px;
}

.update_content {
  height: calc(100% - 60px);
}

.profile_content {
  height: calc(100% - 90px);
}

.billing_content {
  height: calc(100% - 60px);
}

.dispatchers_content {
  height: calc(100% - 90px);
}

.configuration_content {
  height: calc(100% - 90px);
}


.send-btn img {
  width: 25px;
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-start {
  margin: 0 10px;
  -webkit-animation: pulse-secondary 2s infinite;
  animation: pulse-secondary 2s infinite;
  -webkit-box-shadow: 0 0 0 rgba(16, 229, 153, 0.3);
  box-shadow: 0 0 0 rgba(16, 229, 153, 0.3);
}

@-webkit-keyframes pulse-secondary {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(16, 229, 153, 0.3);
    box-shadow: 0 0 0 rgba(16, 229, 153, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(16, 229, 153, 0);
    box-shadow: 0 0 0 10px rgba(16, 229, 153, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(16, 229, 153, 0);
    box-shadow: 0 0 0 0 rgba(16, 229, 153, 0);
  }
}

@keyframes pulse-secondary {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(16, 229, 153, 0.3);
    box-shadow: 0 0 0 rgba(16, 229, 153, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(16, 229, 153, 0);
    box-shadow: 0 0 0 10px rgba(16, 229, 153, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(16, 229, 153, 0);
    box-shadow: 0 0 0 0 rgba(16, 229, 153, 0);
  }
}

.call-box .call-wrapper .call-items .call-item.call-start,
.call-box .call-wrapper .call-items .call-item.call-end {
  background: #10E599;
  color: #fff;
  line-height: 0;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  font-size: 18px;
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-end {
  margin: 0 10px;
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-end .material-icons {
  font-size: 30px;
}

.avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(#36C3EF), to(#36ACEF));
  background: -o-linear-gradient(top, #36C3EF 0%, #36ACEF 100%);
  background: linear-gradient(180deg, #36C3EF 0%, #36ACEF 100%);
}

.device-details {
  padding-right: 15px;
  color: #000000;
}

.tab-content.settings-form {
  padding-top: 0;
}

.group-tab {
  height: 99vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logout-btn {
  background: #1e5eb6;
  border-radius: 6px;
  color: #fff;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
}

.logout-btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.logout-btn:hover {
  background: #114b74;
  color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.profile-cover-avatar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 7rem;
  height: 7rem;
}

.profile-cover-avatar .avatar-img {
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  border-radius: 50%;
}

.profile-cover-avatar input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 33, 68, .25);
  border-radius: 50%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.profile-card {
  margin: 0 25px 17px;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #F3F3F3;
}

.info-title {
  color: #004462;
  font-weight: 600;
}

.info-text {
  font-weight: 500;
}

.settings-control ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.settings-control ul li {
  color: #5A078B;
  font-weight: 600;
  border-bottom: 1px solid #FAFBFF;
  padding: 15px;
}

.settings-control .switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 17px;
  margin-bottom: 0;
}

.settings-control .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.settings-control .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.settings-control .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 4px;
  background-color: #FFFFFF;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.settings-control input:checked + .slider {
  background-color: #3da3a9;
}

.settings-control input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}

.settings-control input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.settings-control .slider.round {
  border-radius: 34px;
}

.settings-control .slider.round:before {
  border-radius: 50%;
}

.btn-update {
  background-color: #004462;
  border-color: #004462;
  color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
}

.btn-update:hover {
  background-color: #005e86;
  border-color: #005e86;
  color: #fff;
}

.btn-update:focus,
.btn-delete:focus {
  outline: 0;
}

.settings-tab .nav-tabs .nav-link.active {
  color: #3675EF;
  font-weight: 600;
  border-color: #3675EF;
}

.settings-tab .nav-tabs .nav-link {
  border: 0;
  color: #818181;
  border-bottom: 3px solid transparent;
  padding: 3px 9px;
  font-size: 15px;
  font-weight: 100;
  margin-right: 30px;
}

.settings-tab .nav.nav-tabs {
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 1rem;
}

.form-body .form-group label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.form-body input::-webkit-input-placeholder {
  color: #000000;
}

.form-body input:-ms-input-placeholder {
  color: #000000;
}

.form-body input::-moz-placeholder {
  color: #000000;
}

.form-body input::-ms-input-placeholder {
  color: #000000;
}

.form-body input::placeholder {
  color: #000000;
}


.settings-header {
  background: #EFF2F7;
  padding: 15px;
}

.settings-header h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.settings-header p {
  color: #949494;
  font-size: 12px;
}

.settings-control.full-options {
  padding: 0 0 25px;
}

.settings-control.full-options ul li {
  color: #515151;
  font-weight: 500;
  border-bottom: 0;
  padding: 25px 20px 0;
}

.groupItem {
  background-color: #fff;
}

.darkmode .groupItem {
  background-color: #262626;
}

.groupItem:hover {
  background: #EFF2F7;
}

.darkmode .groupItem:hover {
  background: rgba(42, 55, 77, 0.9);
}

.group-item-text {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.36px;
}

.device-details h5 {
  font-weight: 700;
  color: #000;
  font-size: 16px;
  margin-bottom: 4px;
}

.device-details p {
  font-weight: 500;
  color: #9B9B9B;
}

.logged-btn a {
  color: #494a4a;
  font-weight: 500;
  display: inline-block;
}

.logged-btn span img {
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
}

.darkmode .logged-btn span img {
  -webkit-filter: invert(100%) sepia(0%) saturate(2549%) hue-rotate(78deg) brightness(115%) contrast(100%);
  filter: invert(100%) sepia(0%) saturate(2549%) hue-rotate(78deg) brightness(115%) contrast(100%);
}

.darkmode .logged-btn a img {
  -webkit-filter: invert(100%) sepia(0%) saturate(2549%) hue-rotate(78deg) brightness(115%) contrast(100%);
  filter: invert(100%) sepia(0%) saturate(2549%) hue-rotate(78deg) brightness(115%) contrast(100%);
}

.ivr-text {
  color: gray !important;
}

.darkmode .ivr-text {
  color: #ffffff !important;
}


.logged-devices-settings {
  border: 1px solid #F9F9F9;
  padding: 20px;
}

.logged-device {
  padding: 12px 15px;
  -webkit-box-shadow: 0 4px 4px #f5f8ff;
  box-shadow: 0 4px 4px #f5f8ff;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #F4EEFF;
  margin-bottom: 20px;
}

.panel-collapse .logged-device {
  padding: 12px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  background: #EFF2F7;
  border: 1px solid #EFF2F7;
  margin-bottom: 0;
}

.logged-device:last-child {
  margin-bottom: 0;
}

.password-updation {
  padding: 20px;
}

.security-settings {
  border: 1px solid #F9F9F9;
}

.success-icon.delete-tab {
  padding: 40px 0;
}

.success-icon.delete-tab p {
  font-size: 20px;
}

p:last-child {
  margin-bottom: 0;
}

.darkmode {
  background: #262626;
  color: #E5EEFF;
}

.darkmode .chat .chat-header {
  background: #262626;
  border-bottom: 1px solid #3D3D3D;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.darkmode .chat .chat-header .user-details h5 {
  color: #E5EEFF;
}

.chat .chat-header .chat-options ul > li > a {
  color: #abaaaa;
  border-color: rgba(54, 64, 74, 0);
  background-color: rgba(54, 64, 74, 0);
}

.chat .chat-header .chat-options ul > li > a:not(.no-bg):hover {
  color: #5c5c5c;
  border-color: rgba(54, 64, 74, 0);
  background-color: rgba(54, 64, 74, 0);
}

.darkmode .chat .chat-header .chat-options ul > li > a {
  color: #C8C8D8;
  border-color: #333;
  background-color: #333;
}

.darkmode .chat .chat-header .chat-options ul > li > a:not(.no-bg):hover {
  background-color: rgba(200, 200, 216, 0);
  border-color: rgba(200, 200, 216, 0);
  color: #eeeeff;
}

.darkmode .chat .chat-body .messages .chats .message-content {
  background-color: #333;
  color: #FFFFFF;
}

.darkmode .chat .chat-body .messages .chat-profile-name h6 {
  color: #E5EEFF;
}

.darkmode .chat-action-col > a {
  color: #E5E5E5;
}

.darkmode .chat .chat-body .messages .chats.chats-right .message-content .chat-time .time i {
  color: #fff;
}

.darkmode .sidebar-menu {
  background-color: #333333;
}

.darkmode .main-wrapper .content .sidebar-group .sidebar {
  background: #262626;
  border-right: 1px solid #3D3D3D;
}

.darkmode .chat_input {
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #262626;
  color: #FFFFFF;
}

.darkmode .mailing-input {
  background-color: #333 !important;
  border: none;
}

.darkmode .chat-title h4 {
  color: #E5EEFF;
}

.filter-text {
  color: #C9CCD0 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
}

.darkmode .filter-text {
  color: #aeb0b1 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
}

.active_filter {
  color: #000000 !important;
  padding-bottom: 6px;
}

.filter-text.active_filter {
  border-bottom: 3px solid #3675ef;
}

.filter-text.active {
  border-bottom: 3px solid #3675ef;
  padding-bottom: 5px;
  color: #000000 !important;
}

.darkmode .filter-text.active {
  color: #FFFFFF !important;
}

.darkmode .active_filter {
  color: #fff !important;
  padding-bottom: 6px;
}

.darkmode .active_filter img {
  -webkit-filter: invert(100%) sepia(0%) saturate(2549%) hue-rotate(78deg) brightness(115%) contrast(100%);
  filter: invert(100%) sepia(0%) saturate(2549%) hue-rotate(78deg) brightness(115%) contrast(100%);
}

.border-b-filter {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
}

.darkmode .border-b-filter {
  border-bottom: 1px solid #3D3D3D;
  padding-bottom: 5px;
}

.darkmode .add-section ul li a {
  border: 1px solid #3E4A56;
  background-color: #3E4A56;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #E5EEFF;
}

.darkmode .form-control-feedback {
  color: #fff;
}

.darkmode .top-contacts-box {
  background-color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.darkmode .profile-name span {
  color: #E5EEFF;
}

.darkmode .sidebar .user-list .user-list-item {
  background: #36404a00;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.darkmode .sidebar .user-list li .users-list-body h5 {
  color: #E5EEFF;
}

.darkmode .sidebar .user-list li .users-list-body p {
  color: #FFFFFF;
}

.darkmode .count-tag {
  background-color: #1e6a68;
}

.darkmode .count-sms {
  background-color: #3675EF;
}

.darkmode .chat-line:before {
  background-color: #333;
}


.darkmode .chat .chat-body .messages .file-download {
  background: #81a09861;
}

.darkmode .chat .chat-body .messages .file_sms {
  background: #36242429;
}

.darkmode .chat .chat-body .messages .file-download .file-details span.file-name {
  color: #F4F4FA;
}

.darkmode .chat .chat-body .messages .chats.chats-right .chat-action-btns .chat-read-col {
  color: #0DD845;
}

.darkmode .chat_form {
  background: #333333;
  border: 1px solid #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}

.darkmode .chat .chat-footer form .form-control::-webkit-input-placeholder {
  color: #828687;
  opacity: 1;
}

.darkmode .chat .chat-footer form .form-control::-moz-placeholder {
  color: #828687;
  opacity: 1;
}

.darkmode .chat .chat-footer form .form-control:-ms-input-placeholder {
  color: #828687;
  opacity: 1;
}

.darkmode .chat .chat-footer form .form-control:-moz-placeholder {
  color: #828687;
  opacity: 1;
}

.darkmode .right-sidebar {
  background: #333;
}

.darkmode .right-sidebar .right-sidebar-wrap {
  background-color: #333333;
}

.select_forward {
  border-radius: 5px 5px 0 0;
  color: #000000;
}

.darkmode .select_forward {
  border-radius: 5px 5px 0 0;
  color: #343434;
}

.darkmode .right-sidebar .right-sidebar-wrap .right-sidebar-profile {
  background-color: #4D5A66;
}

.darkmode .sidebar-body .profile-name {
  color: #E5EEFF;
}

.darkmode .online-profile span {
  color: #E5EEFF;
}

.darkmode .about-media-tabs p {
  color: #E5EEFF;
}

.darkmode .about-media-tabs .nav-tabs .nav-link {
  color: #E5EEFF;
}

.darkmode .about-media-tabs .member-details ul li h6 {
  color: #E5EEFF;
}

.darkmode .social-media-col h6,
.darkmode .settings-col h6 {
  color: #E5EEFF;
}

.darkmode .settings-col .slider:before {
  background-color: #333;
}

.darkmode .chat-menus > ul > li > a > span:before,
.darkmode .bottom-menus > ul > li > a > span:before {
  border-right: 7px solid #4D5A66;
}

.darkmode .modal-header {
  background-color: #262626 !important;
  color: #E5E5E5;
}

.darkmode .modal-header .close {
  color: #f4f4f4;
  /* background-color: #FFF; */
}

.darkmode .modal-body {
  background-color: #262626;
  border-radius: 10px;
  max-height: 440px !important;
}

.darkmode .modal-content {
  background-color: #262626;
}

.darkmode .group_formcontrol {
  background: #333 !important;
  border: 1px solid #333;
  color: #FFFFFF;
}

.darkmode .modal-body .form-group label {
  color: #E5EEFF;
}

.darkmode .modal-body .form-group label:hover {
  color: #4bb2df;
  cursor: pointer;
}

.darkmode .newgroup_create {
  background-color: #3675EF;
  border-color: #3675EF;
  opacity: 1;
}

.darkmode .newgroup_create:hover {
  background-color: #3675EF;
  border-color: #3675EF;
}

.darkmode .custom-input-file span.browse-btn {
  background-color: #3675EF;
}

.darkmode .custom-border-modal .sidebar {
  border: 1px solid #4D5A66;
}

.darkmode .contact-name-letter {
  color: #E5EEFF;
}

.darkmode .create-group-date {
  color: #E5EEFF;
}

.darkmode .edit-group a {
  color: #E5EEFF;
}

.darkmode .participants-list ul li {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #333;
  border: 1px solid #4D5A66;
}

.darkmode .participants-list .users-list-body h5 {
  color: #E5EEFF;
}

.darkmode .status-right {
  color: #E5EEFF;
}

.darkmode .profile-card {
  background: #333;
  border: 0;
}

.darkmode .profile-name {
  color: #E5EEFF;
}

.darkmode .profile-email {
  color: #EDE2FF;
}

.darkmode .profile-country {
  color: #E5EEFF;
}

.darkmode .profile-info {
  background: #4D5A66;
}

.darkmode .info-title {
  color: #E5EEFF;
}

.darkmode .settings-card {
  background: #333;
  border: 1px solid #4D5A66;
}

#contactNameInProgressCallDisplay {
  text-align: center;
  margin-bottom: 8px;
  max-width: 256px;
  font-size: 19px;
  font-weight: bold;
  color: #000;
}

.darkmode #contactNameInProgressCallDisplay {
  color: #FFFFFF;
}

.incoming-main-call {
  text-align: center;
  max-width: 256px;
  font-size: 19px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}

.darkmode .incoming-main-call {
  color: #FFFFFF;
}

.incoming-text-call {
  color: rgba(86, 86, 86, 0.66);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.incoming-span {
  font-weight: 600;
}

.darkmode .incoming-text-call {
  color: #d7d7d7;
}

.darkmode .settings-control ul li {
  color: #E5EEFF;
  border-bottom: 1px solid #4D5A66;
}

.darkmode .settings-control input:checked + .slider {
  background-color: #436b97;
}

.darkmode .settings-control .slider:before {
  background-color: #333;
}

.darkmode .btn-update {
  background-color: #1e5eb6;
  border-color: #1e5eb6;
}

.darkmode .btn-update:hover {
  color: #FFFFFF;
  border-color: #1e5eb6;
  background: #1e5eb6;
}


.darkmode .settings-tab .nav-tabs .nav-link.active {
  color: #509aff;
  border-color: #509aff;
  background: transparent;
}

.darkmode .settings-tab .nav-tabs .nav-link {
  color: #E5EEFF;
}

.darkmode .settings-header {
  background: #333;
}

.darkmode .settings-header p {
  color: #E5EEFF;
}

.darkmode .settings-header h5 {
  color: #E5EEFF;
}

.darkmode .form-body .form-group label {
  color: #E5EEFF;
}

.darkmode .social-settings h4 {
  color: #E5EEFF;
}

.darkmode .settings-delete h5 {
  color: #E5EEFF;
}

.darkmode .settings-control.full-options ul li {
  border-bottom: 0;
}

.darkmode .settings-tab .nav.nav-tabs {
  border-bottom: 1px solid #333;
}

.darkmode .logged-device {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #333;
  border: 1px solid #333;
}

.darkmode .device-details {
  color: #E5EEFF;
}

.darkmode .device-details p {
  color: #9B9B9B;
}

.darkmode .requirment-card h4 {
  color: #E5EEFF;
}

.darkmode .authentication h4 {
  color: #E5EEFF;
}

.darkmode .left-chat-title.with-bg {
  background-color: #4D5A66;
}

.darkmode .group-call-tab .nav-tabs .nav-link {
  color: #E5EEFF;
}

.darkmode .video-screen .chat-options .add-person-call span.call-text {
  color: #49E073;
}

.darkmode .video-screen .chat-options .add-person-call span.icon-call {
  background-color: #49E073;
}

.darkmode .participants-list .users-list-body p {
  color: #FFFFFF;
}

.darkmode .chat-menus > ul > li > a > span,
.darkmode .bottom-menus > ul > li > a > span {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.darkmode .chat-menus ul li a span.material-icons,
.darkmode .bottom-menus ul li a span.material-icons {
  color: #E5EEFF;
}

.darkmode .chat .chat-footer form .attach-col i,
.darkmode .chat .chat-footer form .smile-col i {
  color: #c8b9b9;
}

.darkmode .chat .chat-footer form .specker-col span {
  color: #E5EEFF;
}

.darkmode .search_chat .form-control::-webkit-input-placeholder {
  color: #828687;
}

.darkmode .search_chat .form-control::-moz-placeholder {
  color: #828687;
}

.darkmode .search_chat .form-control:-ms-input-placeholder {
  color: #828687;
}

.darkmode .search_chat .form-control::-ms-input-placeholder {
  color: #828687;
}

.darkmode .search_chat .form-control::placeholder {
  color: #828687;
}

.darkmode .form-group .form-control::-webkit-input-placeholder {
  color: #828687;
}

.darkmode .form-group .form-control::-moz-placeholder {
  color: #828687;
}

.darkmode .form-group .form-control:-ms-input-placeholder {
  color: #828687;
}

.darkmode .form-group .form-control::-ms-input-placeholder {
  color: #828687;
}

.darkmode .form-group .form-control::placeholder {
  color: #828687;
}

.darkmode .chat .chat-body .messages .file-download .download-action a {
  color: #E5EEFF;
}

.darkmode .modal-header .modal-title span.material-icons {
  color: #E5EEFF;
}

.darkmode .logged-devices-settings {
  border: 1px solid #4D5A66;
}

.darkmode .security-settings {
  border: 1px solid #4D5A66;
}

.darkmode .darkmode-btn {
  background-color: #333;
  border: 1px solid #4D5A66;
}

.phone {
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.phone-footer-block{
  position: fixed;
  bottom: 0;
}

#button-accept-incoming {
  margin-right: 30px;
}

.toastr-accept {
  margin-right: 20px;
}

.toast-message .keyboard-item {
  width: 40px;
  height: 40px;
}

.phone-header {
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 0 15px;
  margin-bottom: 10px;
}

.phone-headerForward {
  width: 100%;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F8F8F8;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  margin-top: 20px;
}

.darkmode .phone-headerForward {
  background: #333;
  border: 1px solid #606060;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}

.ext-input {
  width: 30%;
  border-bottom: 1px solid #dce9fd;
  margin-top: 12px;
}

.darkmode .ext-input {
  border-bottom: 1px solid #41526c;
}

.phone-input input, .ext-input input {
  color: #000000;
  width: 100%;
  font-size: 22px;
  height: 50px;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
  text-align: center;
}

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

.darkmode .phone-input input, .ext-input input {
  color: #cbcbcb;
}

#call-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.phone-keyboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 15px;
  width: 200px;
}

.keyboard-item {
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  margin-bottom: 10px;
  font-size: 24px;
  color: #000000;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: transparent;
}


.keyboard-item:hover {
  background: #D1DDF2;
  color: #000000;
}

.darkmode .keyboard-item:hover {
  background: #505050;
  color: #FFFFFF;
}

.keyboard-item:active {
  background: #3675EF;
  color: #FFFFFF;
}

.darkmode .keyboard-item:active {
  background: #3675EF;
  color: #FFFFFF;
}

.keyboard-smalitem, .keyboard-smalitem {
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eff2f7;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #fbfbfb;
}

.darkmode .keyboard-smalitem, .darkmode .keyboard-smalitem {
  border: 1px solid #eeeeee00;
  background: #fff;
}

.darkmode .keyboard-item, .darkmode .keyboard-item {
  color: #fafafa;
}

button.keyboard-item__hangup, .keyboard-item__hangup:hover {
  background: #DF1818;
}

.darkmode .keyboard-item__hangup, .darkmode .keyboard-item__hangup:hover {
  background: #DF1818;
}

button.keyboard-item__forward {
  background: #cbcbcb;
}

.darkmode .keyboard-item__forward {
  background: #FFFFFF;
}

.dark_modeMoon {
  fill: #ffffff;
}

.darkmode .dark_modeMoon {
  fill: #FFFFFF;
}

.phone-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.phone-controls button.keyboard-item, .phone-controls a.keyboard-item {
  color: #FFFFFF;
}

button.keyboard-item__sms, a.keyboard-item__sms, a.keyboard-item__sms:hover {
  background: #3da3a9;
}

.darkmode button.keyboard-item__sms, .darkmode a.keyboard-item__sms, .darkmode a.keyboard-item__sms:hover {
  background: #436b97;
}

button.keyboard-item__phone, a.keyboard-item__phone, a.keyboard-item__phone:hover {
  background: #23C080 !important;
}

.darkmode button.keyboard-item__phone, .darkmode a.keyboard-item__phone, .darkmode a.keyboard-item__phone:hover {
  background: #309c70;
}

.phone-footer {
  width: 100%;
  padding: 0 25px;
  margin-top: 20px;
}

#openSettings {
  border-radius: 10px 0 10px 10px;
}

.formLinksActive {
  color: #000000;
  background: #EFF2F7;
  padding: 4px 8px;
  border-radius: 4px;
}

.darkmode .formLinksActive {
  color: #fff;
  background: #333333;
}

.formLinks {
  color: #8b8484;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #978f8f;
}

.formLinks:hover {
  color: #2b2a2a;
}

.darkmode .formLinks {
  color: #c2c2c2;
}

.darkmode .formLinks:hover {
  color: #FFFFFF;
}

.hideForm {
  display: none;
}

.btn-forward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  background: #23ab72;
  color: #ffffff;
  padding: 9px 40px 7px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0 0 5px 5px;
  width: 100%;
}

.btn-forward:hover {
  background: #19754e;
  color: #ffffff;
}

button.keyboard-item__hangup > img {
  -webkit-transform: rotateZ(136deg);
  -ms-transform: rotate(136deg);
  transform: rotateZ(136deg);
}

.instructions {
  font-size: 13px;
}

.forward-call {
  margin-right: 15px;
  width: 20px;
}

.bootstrap-select .dropdown-toggle .filter-option {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.grayBackground {
  background: #ed9797 !important;
}

.incoming-title {
  font-size: 20px;
}

#incoming_block {
  text-align: center;
  font-size: 35px;
}

.file-icon {
  width: 100%;
  height: 140px;
  border-radius: 8px;
}

.file-download-icon {
  position: absolute;
  bottom: 10px;
  right: 5px;
  background: #6b6b6b9e;
  padding: 2px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#extention_number {
  margin-left: 5px;
}

.file-text-icon {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
  display: block;
  white-space: break-spaces;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.darkmode .sms_content .file-text-icon {
  color: #FFFFFF;
}

.chat .chat-body .messages .chats .sms_content {
  background-color: #EFEFEF;
  color: #000000;
}

.chat .chat-body .messages .chats .message-content {
  position: relative;
}

.chat .chat-body .messages .chats.chats-right .message-content {
  background-color: #EFF2F7;
  color: #555555;
  border-radius: 16px;
}

.darkmode .chat .chat-body .messages .chats.chats-right .message-content {
  background-color: #383838;
  color: #fff;
}

.chat .chat-body .messages .chats .note_content {
  background-color: #feedaf;
  color: #5d5d5d;
  border-radius: 16px;
  padding: 8px 10px;
  font-weight: 500;
  position: relative;
}


.chat .chat-body .messages .chats.chats-right .note_content {
  background-color: #FFE8D2;
  color: #5d5d5d;
  border-radius: 16px;
}

.darkmode .chat .chat-body .messages .chats.chats-right .note_content {
  background-color: #fff;
  color: #5d5d5d;
}

.chat .chat-body .messages .chats .audio_block {
  background-color: #D1DFFA;
  color: #FFFFFF;
  border-radius: 15px 15px;
  padding: 0 10px 5px;
  font-weight: 500;
  width: 450px;
  max-width: 450px;
}

.darkmode .chat .chat-body .messages .chats .audio_block {
  background-color: #333;
}

.wavesurfer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.file-download-icon-call img {
  padding-top: 7px;
  margin-right: 5px;
  -webkit-filter: brightness(0) saturate(100%) invert(57%) sepia(74%) saturate(6227%) hue-rotate(209deg) brightness(97%) contrast(93%);
  filter: brightness(0) saturate(100%) invert(57%) sepia(74%) saturate(6227%) hue-rotate(209deg) brightness(97%) contrast(93%)
}

.fl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 25px;
  padding: 0;
}

.plyr--audio .plyr__controls {
  background: transparent;
  padding: 5px 0;
}

.plyr--audio .plyr__progress__container {
  padding-left: 10px !important;
}

.plyr--audio button.plyr__controls__item {
  color: #FFFFFF;
  border-radius: 50%;
  background: #3675ef;
  padding: 5px;
  height: 22px;
  width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plyr--audio button.plyr__controls__item:hover {
  color: #FFFFFF;
  border-radius: 50%;
  background: #3675ef;
  padding: 5px;
  height: 22px;
  width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.plyr--audio .plyr__time--duration {
  color: #3675ef;
}

.plyr--audio a.plyr__controls__item {
  color: #3675ef;
  padding: 0;
}

.plyr--audio a.plyr__controls__item:hover {
  background: transparent;
  color: #3675ef;
}

.plyr--full-ui input[type=range] {
  color: #3675ef;
}


.modal-body_content {
  overflow-y: auto;
  max-height: 440px;
  margin-bottom: 20px;
}

.modal-body_content::-webkit-scrollbar {
  width: 3px;
}

.modal-body_content::-webkit-scrollbar-track {
  background: none;
}

.modal-body_content::-webkit-scrollbar-thumb {
  background: rgba(193, 193, 193, 0);
  border-radius: 5px;
}

.darkmode .modal-body_content::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0);
}

.modal-body_content:hover::-webkit-scrollbar-thumb {
  background: #b1b1b1;
  border-radius: 5px;
}

.darkmode .modal-body_content:hover::-webkit-scrollbar-thumb {
  background: #888;
}

#table-history::-webkit-scrollbar,
#table_card::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar {
  width: 1px;
}

/*#table_tasks_wrapper .dataTables_scroll .dataTables_scrollBody{*/
/*    overflow: inherit !important;*/
/*}*/
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

#table-history::-webkit-scrollbar-track,
#table_card::-webkit-scrollbar-track {
  background: none;
}

#table-history::-webkit-scrollbar-thumb,
#table_card::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: rgba(193, 193, 193, 0);
  border-radius: 5px;
}

.darkmode #table-history::-webkit-scrollbar-thumb,
.darkmode #table_card::-webkit-scrollbar-thumb,
.darkmode .dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0);
}

#table-history:hover::-webkit-scrollbar-thumb,
#table_card:hover::-webkit-scrollbar-thumb,
.dataTables_scrollBody:hover::-webkit-scrollbar-thumb {
  background: #b1b1b1;
  border-radius: 5px;
}

.darkmode #table-history:hover::-webkit-scrollbar-thumb,
.darkmode #table_card:hover::-webkit-scrollbar-thumb,
.darkmode .dataTables_scrollBody:hover::-webkit-scrollbar-thumb {
  background: #888;
}

audio {
  background-color: #dfe1de;
  border-radius: 10px;
}

.mainChat {
  overflow: scroll;
  overflow-x: hidden;
  height: 100%;
  /*scrollbar-width: thin;*/
}

.darkmode .mainChat {
  background: #262626;
}

.fs-16 {
  font-size: 16px;
}

.fa-cloud-download-alt {
  font-size: 15px;
}

.phone-main {
  padding: 0 22px;
}

.chat .chat-body .messages .phone-chats {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0;
}

.blackColor {
  color: #3675ef;
}

.mainChat::-webkit-scrollbar {
  width: 5px;
}

.mainChat::-webkit-scrollbar-track {
  background: none;
}

.mainChat::-webkit-scrollbar-thumb {
  background: #b1b1b1;
  border-radius: 5px;
}

.darkmode .mainChat::-webkit-scrollbar-thumb {
  background: #888;
}

.form-group-upload {
  margin: auto;
}

.form-group-upload {
  margin-bottom: 30px;
}

.scroll-down {
  opacity: 1;
  position: absolute;
  top: -50px;
  right: 30px;
  margin-left: -16px;
  display: block;
  width: 38px;
  height: 38px;
  border: 2px solid #babfc9;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: #babfc9;
}

.darkmode .scroll-down {
  border: 2px solid #505050;
  background-color: #505050;
}

.scroll-down:before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-style: solid;
  border-color: #454545;
  border-width: 0 0 2px 2px;
}

.darkmode .scroll-down:before {
  border-color: #acb1bb;
}

.openEventLogs {
  text-decoration: none !important;
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  border-left: 1px solid #eee;
  right: 0;
}

.darkmode .openEventLogs {
  background-color: #262626;
  border-left: 1px solid #333;
}

.openEventLogs i.fa {
  font-size: 20px;
  margin-left: -2px;
  color: #000000;
}

.darkmode .openEventLogs i.fa {
  color: #fff;
}

.openEventLogs i.fa.fa-angle-right,
.openEventLogs.active i.fa.fa-angle-left {
  display: none;
}

.openEventLogs i.fa.fa-angle-left,
.openEventLogs.active i.fa.fa-angle-right {
  display: block;
}

.get-devices {
  color: #666666;
  width: 100%;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F2F2F2;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  font-size: 17px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 20px;
}

.darkmode .get-devices {
  background: #333;
  color: #FFFFFF;
}

#output-selection button.ok {
  background: #17d082;
}

.darkmode .blackText {
  color: #fff;
}

.blackText {
  color: #555555;
}

.newBottom {
  bottom: 45px;
}

.contactBtn {
  width: 315px;
  border-bottom: 1px solid #F0F0F0;
}

.darkmode .contactBtn {
  border-bottom: 1px solid #585757;
}

.side-main {
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
}

.dispatcher-main {
  overflow-y: auto;
  overflow-x: hidden;
  height: 82%;
  margin-bottom: 0;
}

.forward-h {
  margin-top: 20px;
}

#chatHead {
  height: 62px !important;
}

.chatContactList::-webkit-scrollbar,
#dispatchersList::-webkit-scrollbar,
#faxList::-webkit-scrollbar,
#disList::-webkit-scrollbar {
  width: 6px;
}

.chatContactList::-webkit-scrollbar-track,
#dispatchersList::-webkit-scrollbar-track,
#faxList::-webkit-scrollbar-track,
#disList::-webkit-scrollbar-track {
  background: none;
}

.chatContactList::-webkit-scrollbar-thumb,
#dispatchersList::-webkit-scrollbar-thumb,
#faxList::-webkit-scrollbar-thumb,
#disList::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 5px;
}

.darkmode .chatContactList::-webkit-scrollbar-thumb,
.darkmode #dispatchersList::-webkit-scrollbar-thumb,
.darkmode #faxList::-webkit-scrollbar-thumb,
.darkmode #disList::-webkit-scrollbar-thumb {
  background: #888;
}

.chatContactList::-webkit-scrollbar-thumb:hover,
#dispatchersList::-webkit-scrollbar-thumb:hover,
#faxList::-webkit-scrollbar-thumb:hover,
#disList::-webkit-scrollbar-thumb:hover {
  background: #a5a5a5;
}

.darkmode .chatContactList::-webkit-scrollbar-thumb:hover,
.darkmode #dispatchersList::-webkit-scrollbar-thumb:hover,
.darkmode #faxList::-webkit-scrollbar-thumb:hover,
.darkmode #disList::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.file-details {
  max-width: 80%;
}

.active_favorite {
  color: #ffc400 !important;
  border-radius: 50%;
}


.hideChat {
  display: none;
}

#client-name {
  padding: 17px;
}

.tribute-container ul {
  margin: 4px 0 0 0;
  padding: 0;
  list-style: none;
  background: #FFF;
}

.darkmode .tribute-container ul {
  background: #333;
  color: #FFFFFF;
}

.tribute-container::-webkit-scrollbar {
  width: 5px;
}

.tribute-container::-webkit-scrollbar-track {
  background: none;
}

.tribute-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.tribute-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tribute-container li.highlight {
  background: #ddd;
}

.darkmode .tribute-container li.highlight {
  background: #13559b;
}

.mention-container, .mention-container2 {
  position: relative;
  width: 100%;
}

.mention-container .tribute-container {
  bottom: 107%;
  top: inherit;
  border: 1px solid #EFEFEF;
  background: #fff;
  border-radius: 5px;
}

.darkmode .mention-container .tribute-container {
  border: 1px solid #535151;
  background: #333;
}

.mention-container2 .tribute-container {
  bottom: 40px;
  top: inherit;
  border: 1px solid #EFEFEF;
  background: #fff;
  border-radius: 12px;
  height: 150px;
}

.darkmode .mention-container2 .tribute-container {
  border: 1px solid #535151;
  background: #333;
}


.settings-tab {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 10px 0 15px;
}

.settings-form {
  border: 1px solid #dce9fd;
  margin-bottom: 20px;
}

.darkmode .settings-form {
  border: 1px solid #333;
}

.settings-tab::-webkit-scrollbar {
  width: 5px;
}

.settings-tab::-webkit-scrollbar-track {
  background: none;
}

.settings-tab::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

#select1,
#select2,
#select3,
#select4 {
  height: 204px;
}

#select1 option,
#select3 option,
#select2 option,
#select4 option {
  background-color: transparent;
  color: #000000;
}

.darkmode #select1 option,
.darkmode #select3 option,
.darkmode #select2 option,
.darkmode #select4 option {
  color: #FFFFFF;
}

#select1::-webkit-scrollbar,
#select2::-webkit-scrollbar,
#select3::-webkit-scrollbar,
#select4::-webkit-scrollbar {
  width: 5px;
}

#select1::-webkit-scrollbar-track,
#select2::-webkit-scrollbar-track,
#select3::-webkit-scrollbar-track,
#select4::-webkit-scrollbar-track {
  background: none;
}

#select1::-webkit-scrollbar-thumb,
#select2::-webkit-scrollbar-thumb,
#select3::-webkit-scrollbar-thumb,
#select4::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.selectAll {
  height: 250px !important;
}

.selectSelected {
  height: 250px !important;
}

.selectAllMalling {
  height: 450px !important;
}

.selectSelectedMalling {
  height: 450px !important;
}

.selectAllDispatcher {
  height: 404px !important;
}

.selectSelectedDispatcher {
  height: 450px !important;
}

.selectAll option,
.selectSelected option,
.selectAllMalling option,
.selectSelectedMalling option {
  background-color: transparent;
  color: #000000;
}

.darkmode .selectAll option,
.darkmode .selectSelected option,
.darkmode .selectAllMalling option,
.darkmode .selectSelectedMalling option {
  color: #FFFFFF;
}

.selectAll::-webkit-scrollbar,
.selectSelected::-webkit-scrollbar,
.selectAllMalling::-webkit-scrollbar,
.selectSelectedMalling::-webkit-scrollbar {
  width: 5px;
}

.selectAll::-webkit-scrollbar-track,
.selectSelected::-webkit-scrollbar-track,
.selectAllMalling::-webkit-scrollbar-track,
.selectSelectedMalling::-webkit-scrollbar-track {
  background: none;
}

.selectAll::-webkit-scrollbar-thumb,
.selectSelected::-webkit-scrollbar-thumb,
.selectAllMalling::-webkit-scrollbar-thumb,
.selectSelectedMalling::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.sidebar .user-list .side-item .activeContact {
  background-color: #EFF2F7;
}

.sidebar .user-list .side-item .activeContact .chatActiveIcon {
  width: 4px;
  height: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px 0 0 4px;
  background: #3675EF;
  position: absolute;
  right: 1px;
}

.darkmode .sidebar .user-list .side-item .activeContact {
  background-color: #41526c;
}

.fa-trash-alt {
  margin-right: 10px;
}


.filter-icon {
  margin-left: 10px;
}

.darkmode .btn-outline-light {
  color: #f8f9fa;
  border: none;
}

.darkmode .btn-outline-light:hover {
  color: #838485;
  border: none;
}

.btn-outline-light {
  color: #5a5b5c;
  border: none;
}

#L5, #L55 {
  width: 20px;
  margin-left: 10px;
}

textarea#messageReply::-webkit-input-placeholder, textarea#messageNote::-webkit-input-placeholder {
  color: #828687;
}

textarea#messageReply::-moz-placeholder, textarea#messageNote::-moz-placeholder {
  color: #828687;
}

textarea#messageReply:-ms-input-placeholder, textarea#messageNote:-ms-input-placeholder {
  color: #828687;
}

textarea#messageReply::-ms-input-placeholder, textarea#messageNote::-ms-input-placeholder {
  color: #828687;
}

textarea#messageReply::placeholder, textarea#messageNote::placeholder {
  color: #828687;
}

#button-hangup-forward, #button-hangup-incoming, #button-forward-incoming {
  margin-right: 10px;
}

.incoming-smallicon {
  width: 20px;
}

.incoming-smalliconE {
  width: 15px;
}

.darkmode img.incoming-smalliconE {
  content: url('../../images/icons/phone.svg')
}

.timer-incoming {
  font-size: 16px;
  color: #4e4d4d;
  margin-bottom: 20px;
  max-width: 256px;
  text-align: center;
}

.darkmode .timer-incoming {
  color: #E5EEFF;
}

.powered {
  position: absolute;
  bottom: 5px;
  width: 85%;
  color: #000000;
}

.darkmode .powered {
  color: #FFFFFF;
}

.altek {
  margin-left: 10px;
  width: 60px;
  margin-bottom: 4px !important;
}

.tooltip > .tooltip-inner {
  background-color: #004462 !important;
  border: none !important;
}

.tooltip .arrow:before {
  border-top-color: #004462 !important;
  border-bottom-color: #004462 !important;
}

.darkmode .border {
  border: 1px solid #5b646d !important;
}

.loader-gif {
  top: 40%;
  left: 40%;
  width: 50px;
  display: none;
}

.sms_modal_title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
  font-feature-settings: 'tnum' on, 'lnum' on;
  color: #555555;
  margin: 30px 0 55px;
}

.darkmode .sms_modal_title {
  color: #FFF;
}

.sms_modal_body {
  padding: 85px 90px;
}

.sms_modal_success_btn {
  width: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter_icon_modal {
  color: #666666;
}

.darkmode .filter_icon_modal {
  color: #FFFFFF;
}

.chat-line {
  margin: 7px 0 20px;
  text-align: center;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 99;
}

.chat-line-first {
  margin: 7px 0 20px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 30%;
  max-width: 400px;
  z-index: 99;
  left: calc(50% - 190px);
}

.chat-line-first .main-page-style {
  color: #000;
  display: inline-block;
  text-align: center !important;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 16px;
}

.darkmode .chat-line-first .main-page-style {
  background: none;
  color: #fff;
}

.chat-line .chat-date {
  background-color: #efefef;
  color: #212529;
  font-size: 12px;
  padding: 4px 0;
  border-radius: 3px;
  letter-spacing: 1px;
  width: 135px;
  display: block;
  margin: 3px auto 0;
}

.darkmode .chat-date {
  background-color: #333;
  color: #EDE2FF;
}

.chat-date p {
  margin-bottom: 0;
}

.sub-text {
  display: block !important;
  margin-top: 16px;
  color: #000;
  text-align: center;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
}

.darkmode .sub-text {
  color: #fff;
}

.active_color {
  color: #3088ad !important;
}

.my_btn:focus {
  background: none !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#is_favorite {
  color: #BBBBBB;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.introjs-nextbutton {
  background: #13559b !important;
  color: #FFF !important;
  text-shadow: none !important;
}

.darkmode .introjs-prevbutton {
  color: #0a0909;
  text-shadow: none !important;
}

.introjs-tooltiptext {
  text-align: center;
}

.darkmode .introjs-tooltiptext {
  color: #0a0909;
}

.darkmode .introjs-skipbutton {
  color: #0a0909 !important;
  outline: 0;
  text-decoration: none;
}

.btn-voice {
  background: none;
  border: none;
  outline: none;
}

.btn-voice svg {
  width: 35px;
}

.darkmode .btn-voice svg path {
  fill: #FFFFFF !important;
}

.btn-voice svg path {
  fill: #13559b !important;
}


#successfully {
  font-size: 22px;
  color: #004462;
}

.select_phone {
  width: 135px;
  background: #00ffff00 !important;
  border: none;
  padding: 5px 5px 8px 0;
  color: #000000;
}

.darkmode .select_phone {
  color: #FFFFFF;
}

.block_from_phone label {
  color: #A3ADB9;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}

.copy-svg {
  color: #FFFFFF;
  cursor: pointer;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url("../../images/icons/copy-icon.svg");
}

.darkmode .copy-svg {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.select_phone:focus {
  background: #00ffff00 !important;
}

.select_phone option {
  background-color: #FFFFFF;
  color: #505050;
  height: 30px;
  padding: 5px 0 !important;
}

.darkmode .select_phone option {
  background-color: #333;
  color: #FFFFFF;
}

#toast-container > .toast-success {
  background-color: #e9e9e9 !important;
  color: #000000 !important;
}

.darkmode #toast-container > .toast-success {
  background-color: #586f84 !important;
  color: #FFFFFF !important;
}

#toast-container > .toast-info {
  background-image: none !important;
  background-color: #e9e9e9 !important;
  color: #000000 !important;
}

.darkmode #toast-container > .toast-info {
  background-color: #586f84 !important;
  color: #FFFFFF !important;
}

.incoming-toastr > div {
  padding: 10px 10px 10px 10px !important;
  width: 250px !important;
  border-radius: 15px !important;;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.incoming-toastr p {
  font-size: 18px;
  line-height: 21px;
  color: #555555;
}

.darkmode .incoming-toastr p {
  color: #FFFFFF;
}

.billing-card {
  padding: 16px;
  margin-right: 40px;
  max-width: 350px;
  margin-bottom: 15px;
  width: 250px;
  background: #EFF2F7;
  border-radius: 16px;
  display: block;
}

.billing-card-pay {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 81px;
  max-width: 350px;
  margin-bottom: 15px;
  width: 250px;
  border-radius: 16px;
  background: #D1FADC;
  padding: 24px 0 23px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.darkmode .billing-card-pay {
  background: #445649;
}

.billing-card-pay:hover {
  cursor: pointer;
  background-color: #99eeb0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.darkmode .billing-card-pay:hover {
  background-color: #3d6547;
}

.add-new-payment {
  color: #3675EF !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.darkmode .paymentMethod {
  background: #333 !important;
  border: 1px solid #333;
  color: #FFFFFF;
}

.darkmode .billing-card {
  background: #333;
}


.billing-card-title {
  font-family: 'Arial', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;

  color: #C9CCD0;
}

.darkmode .billing-card-title {
  color: #FFF;
}

.billing-card-text {
  font-family: 'Arial', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 0;
}

.billing-card-pay-text {
  color: #53C11F;
  font-size: 16px;
  font-weight: 600;
  margin-left: 9px;
  min-width: 150px;
  letter-spacing: -0.32px;
}

.darkmode .billing-card-text {
  color: #FFF;
}

.billing-table-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
  font-feature-settings: 'tnum' on, 'lnum' on;
  color: #555555;
}

.darkmode .billing-table-title {
  color: #FFF;
}

#table_tasks, #table_cards {
  width: 100% !important;
}

.darkmode table.dataTable th {
  border-bottom-color: #333;
  color: #FFFFFF;
}

.search-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.history_input {
  background-color: #EFF2F7;
  background-clip: padding-box;
  border: 1px solid #EDE2FF;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 12px;
}

.darkmode .history_input {
  background: #333 !important;
  border: 1px solid #333;
  color: #FFFFFF;
}

.search-payment .history_input:focus-visible {
  outline: none;
}

.history_btn {
  margin-left: 5px;
  background-color: #3675EF;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0.375rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

#sync_btn {
  background: transparent;
  border: none;
  color: #000000;
}

.darkmode #sync_btn {
  color: #FFFFFF;
}

.dispatcher-list-name {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #555555;
}

.darkmode .dispatcher-list-name {
  color: #FFFFFF;
}

.table th {
  border-top: 1px solid #caced2;
}

.darkmode .receipt-icon span path {
  fill: #FFFFFF !important;
}

.contact-close_call {
  display: none;
}

.sidebar-menu-phone {
  display: none;
}

.cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.left_side {
  display: none;
}

.permissionOptions {
  text-transform: capitalize;
  white-space: break-spaces;
}

.switch {
  position: relative;
  width: 55px;
}

.switch label {
  width: 30px;
  height: 21px;
  position: absolute;
  background-color: #c4c7cc;
  top: 0;
  left: 0;
  border-radius: 50px;
}

.switch input[type="checkbox"] {
  visibility: hidden;
}

.switch label:after {
  content: '';
  width: 19px;
  height: 19px;
  border-radius: 50px;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #FFFFFF;
}

.switch input[type="checkbox"]:checked + label {
  background-color: #3675EF;
  opacity: 0.8;
}

.switch input[type="checkbox"]:checked + label:after {
  left: 10px;
}

.old_price {
  text-decoration: line-through;
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

.billing_discount {
  font-size: 16px;
  color: #309C70;
}

.update-header {
  border-radius: 10px;
  background: #EFF2F7;
  color: #666;
}

.uh:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.uh[aria-expanded="true"]:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.op[aria-expanded="true"] .uh:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  color: #000000;
}

.op .uh:after {
  color: #000000;
}

.darkmode .op .uh:after {
  color: #FFFFFF;
}

.uh[aria-expanded="false"]:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.op[aria-expanded="false"] .uh:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.darkmode .update-header {
  background: #333;
  color: #FFFFFF;
}

.setting-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: none;
  padding: 8px 10px;
  background: transparent;
}

.setting-dropdown {
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF !important;

}

.setting-group-collapse {
  background-color: #fff !important;
}


.darkmode .setting-dropdown {
  background: #262626 !important;
}

.setting-group-text {
  color: #000000;
}

.darkmode .setting-group-text {
  color: #FFFFFF;
}

.group-text {
  color: #000 !important;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 250px;
  width: 100%;
}

.darkmode .group-text {
  color: #fff !important;
}


.ext-n {
  color: #004462;
}

.darkmode .ext-n {
  color: #ffffff;
}

input[type="time"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(48%) sepia(53%) hue-rotate(130deg);
  filter: invert(48%) sepia(53%) hue-rotate(130deg);
}

#CheckCyrillicForm {
  outline: none;
}

#headerContactName {
  min-width: 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

textarea {
  height: inherit;
}

#messageReply, #messageNote {
  max-height: 140px !important;
  overflow: auto !important;
}

.forward-btn {
  background-color: #23C080;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

#forwardNumber-btn {
  background-color: #23C080;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.modal-incoming-phone-text {
  font-size: 14px !important;
  line-height: 13px !important;
}


#CreateGroupForm .dropdown-menu .inner {
  max-height: 190px;
}

#CreateGroupForm .dropdown-menu .inner::-webkit-scrollbar {
  width: 3px;
}

#CreateGroupForm .dropdown-menu .inner::-webkit-scrollbar-track {
  background: none;
}

#CreateGroupForm .dropdown-menu .inner::-webkit-scrollbar-thumb {
  background: rgba(193, 193, 193, 0);
  border-radius: 5px;
}

.darkmode #CreateGroupForm .dropdown-menu .inner::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0);
}

#CreateGroupForm .dropdown-menu .inner:hover::-webkit-scrollbar-thumb {
  background: #b1b1b1;
  border-radius: 5px;
}

.darkmode #CreateGroupForm .dropdown-menu .inner:hover::-webkit-scrollbar-thumb {
  background: #888;
}


#EditGroupForm .dropdown-menu .inner {
  max-height: 190px;
}

#EditGroupForm .dropdown-menu .inner::-webkit-scrollbar {
  width: 3px;
}

#EditGroupForm .dropdown-menu .inner::-webkit-scrollbar-track {
  background: none;
}

#EditGroupForm .dropdown-menu .inner::-webkit-scrollbar-thumb {
  background: rgba(193, 193, 193, 0);
  border-radius: 5px;
}

.darkmode #EditGroupForm .dropdown-menu .inner::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0);
}

#EditGroupForm .dropdown-menu .inner:hover::-webkit-scrollbar-thumb {
  background: #b1b1b1;
  border-radius: 5px;
}

.darkmode #EditGroupForm .dropdown-menu .inner:hover::-webkit-scrollbar-thumb {
  background: #888;
}

.color-white {
  color: #FFFFFF;
}

.color-blue-link {
  color: #004462;
}

.dropdown-menu.show {
  display: block;
  border-radius: 15px;
}

#dia_lpad_btn, #missed_calls_btn {
  background: #fbfbfb;
  outline: none;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  padding: 10px;
  border-radius: 55px;
  color: #555555;
  border: 1px solid #EEEEEE;
}

.darkmode #dia_lpad_btn {
  color: #FFFFFF;
  background: #333333;
  border: 1px solid #FFFFFF;
}

#missed_calls_btn {
  color: #F55050;
}

.darkmode #missed_calls_btn {
  background: #333333;
  border: 1px solid #F55050;
}

#missed_calls_block {
  padding: 10px;
  height: calc(100% - 140px);
}

.missed_item_wrapper {
  padding: 5px;
}

#missed_calls_content {
  overflow-y: auto;
  height: 100%;
}

.missed_item_date {
  font-style: normal;
  font-size: 11px;
  text-align: center;
  color: #5c5c5c;
  margin-bottom: 15px;
}

.darkmode .missed_item_date {
  color: #9F9F9F !important
}

.missed_item_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.missed_item_left {
  font-style: normal;
  font-size: 15px;
  color: #555555;
  width: 80%;
  font-weight: 600;
}

.missed_item_count {
  font-size: 12px;
}

.darkmode .missed_item_left {
  color: #FFFFFF;
}


.item_name_mc {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 5px;
}

.missed_item_time {
  font-style: normal;
  font-size: 10px;
  line-height: 100%;
  margin-right: 10px;
  color: #9F9F9F !important;
  font-weight: 500;
}

.missed_item {
  border-bottom: 1px solid rgba(94, 94, 94, 0.66);
  -webkit-transform: rotate(0.2deg);
  -ms-transform: rotate(0.2deg);
  transform: rotate(0.2deg);
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
  max-width: 213px;
}

.darkmode .missed_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}


.missed_item_call {
  background: url("../../images/icons/missed_call_btn.svg") center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}


#missed_calls_content::-webkit-scrollbar {
  width: 5px;
}

#missed_calls_content::-webkit-scrollbar-track {
  background: none;
}

#missed_calls_content::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 5px;
}

.darkmode #missed_calls_content::-webkit-scrollbar-thumb {
  background: #888;
}

#missed_calls_content::-webkit-scrollbar-thumb:hover {
  background: #a5a5a5;
}

.darkmode #missed_calls_content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.page-title {
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 120%;
}

.page-container {
  max-width: 860px;
  margin: auto;
  width: 100%;
}

.page-header {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
  border: none !important;
}

table.dataTable tbody tr {
  border-bottom: 1px solid #DEDEDE;
}

table.dataTable {
  border-collapse: collapse !important;
}

.darkmode table.dataTable {
  border-collapse: collapse;
  color: #FFFFFF;
}

.table td, .table th {
  border-top: none;
}

table.dataTable thead th, table.dataTable thead td {
  border-bottom: none !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}

.page-input, .favorite-select .dropdown-toggle {
  width: 100%;
  height: 56px;
  background: #EFF2F7;
  border-radius: 12px;
  padding: 5px 5px 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-input:focus {
  background: #EFF2F7;
}

.filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #C9CCD0;
}

.darkmode .page-input {
  background: #333 !important;
}

.input-style {
  background-color: transparent;
  border: none;
  font-size: 14px;
  padding: 0;
  margin-right: 15px;
}

.input-style:focus {
  background-color: transparent;
}

#test_ivr {
  width: 25px;
}

.darkmode #test_ivr {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.dataTables_wrapper {
  overflow-x: auto;
}

.text-black {
  color: #000000;
}

.darkmode .text-black {
  color: #FFFFFF;
}

.text-black:hover {
  color: grey;
}


.setting-title {
  margin-top: 7px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 120%;
}

.setting-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: none;
  background: transparent;
}

.setting-link {
  background: transparent !important;
  border: none !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000000 !important;
  padding: 0.5rem 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.darkmode .setting-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.darkmode .setting-link {
  color: #fff !important;
}

.fs-22 {
  font-size: 22px;
}

.setting-link:hover {
  background: #EFF2F7 !important;
}

.darkmode .setting-link:hover {
  color: #ffffff !important;
  background: rgba(73, 85, 102, 0.49) !important;
}

.setting-link.active {
  background: #d0d2d6 !important;
}

.darkmode .setting-link.active {
  color: #ffffff !important;
  background: #3675EF !important;
}

.active_filter.text-danger {
  color: #a71d2a !important;
}

.darkmode .dropdown-divider {
  border-top: 1px solid gray;
}

.setting-module-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.36px;
}

.darkmode .setting-module-title {
  color: #fff;
}

.footer-menu-chat {
  display: none;
  height: 65px;
  background: #EFF2F7;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.darkmode .footer-menu-chat {
  background: #333333;
}

.darkmode .footer-menu-chat img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.footer-menu-chat .activity_btn {
  -webkit-filter: invert(60%) sepia(62%) saturate(3699%) hue-rotate(195deg) brightness(81%) contrast(108%);
  filter: invert(60%) sepia(62%) saturate(3699%) hue-rotate(195deg) brightness(81%) contrast(108%);
}

.darkmode .footer-menu-chat .activity_btn {
  -webkit-filter: invert(60%) sepia(62%) saturate(3699%) hue-rotate(195deg) brightness(81%) contrast(108%);
  filter: invert(60%) sepia(62%) saturate(3699%) hue-rotate(195deg) brightness(81%) contrast(108%);
}

.group-contact-content-selected {
  border-radius: 12px;
  background: #D1DFFA;
  padding: 3px 15px;
  margin-bottom: 5px;
}

.darkmode .group-contact-content-selected {
  background: #57647d;
}

.group-contact-content-all {
  border-radius: 12px;
  background: #e2e2e2;
  padding: 3px 15px;
  margin-bottom: 5px;
}

.darkmode .group-contact-content-all {
  background: #6a6666;
}

.group-contact-text {
  color: #1E1E1E;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 195%;
  margin-bottom: 0;
}

.darkmode .group-contact-text {
  color: #FFFFFF;
}

#selected-con, #all-con {
  max-height: calc(100vh - 260px);
  overflow-y: auto;
}

#all-con::-webkit-scrollbar, #selected-con::-webkit-scrollbar {
  width: 5px;
}

#all-con::-webkit-scrollbar-track, #selected-con::-webkit-scrollbar-track {
  background: none;
}

#all-con::-webkit-scrollbar-thumb, #selected-con::-webkit-scrollbar-thumb {
  background: #b1b1b1;
  border-radius: 5px;
}

.darkmode #all-con::-webkit-scrollbar-thumb, .darkmode #selected-con::-webkit-scrollbar-thumb {
  background: #888;
}

.darkmode .dataTables_filter input {
  color: #FFFFFF;
}

.darkmode .dataTables_filter input::-webkit-input-placeholder {
  color: #FFFFFF;
}

.darkmode .dataTables_filter input::-moz-placeholder {
  color: #FFFFFF;
}

.darkmode .dataTables_filter input:-ms-input-placeholder {
  color: #FFFFFF;
}

.darkmode .dataTables_filter input::-ms-input-placeholder {
  color: #FFFFFF;
}

.darkmode .dataTables_filter input::placeholder {
  color: #FFFFFF;
}

.main-setting-intro {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.phoneArrowBack {
  display: none;
  position: absolute;
  top: 37px;
  left: 15px;
}

.activeChatContact .avatar {
  width: 45px;
  height: 45px;
}

.search-chat-p {
  padding: 5px 10px;
  background: #EFF2F7;
  margin: 5px 0 0;
}

.darkmode .search-chat-p {
  background: #333333;
}

.closeChatSearch {
  padding: 5px;
  cursor: pointer;
}

.closeChatSearch img {
  width: 15px;
}


.pulse:after {
  border-radius: 20px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(161, 193, 237, 0.38);
  animation: pulse 2.5s ease-in-out infinite;
  left: 0;
  right: 0;
}

@keyframes pulse {
  0% {
    background: rgba(161, 193, 237, 0.38);
  }
  50% {
    background: rgba(161, 193, 237, 0);
  }
  100% {
    background: rgba(161, 193, 237, 0.38);
  }
}


.darkmode .file-svg{
  filter: invert(1);
}

.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999
}

.tribute-container ul {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  background: #efefef
}

.tribute-container li {
  padding: 5px 5px;
  cursor: pointer
}

.tribute-container li.highlight {
  background: #ddd
}

.tribute-container li span {
  font-weight: 700
}

.tribute-container li.no-match {
  cursor: default
}

.tribute-container .menu-highlighted {
  font-weight: 700
}

.darkmode hr {
  border-color: #333333;
}

.darkmode input[type="month"]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* изменение цвета на противоположный */
}