.dc-loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #042142; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

.dc-loader-medium {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #042142; /* Blue */
  border-radius: 50%;
  width: 64px;
  height: 64px;
  animation: spin 2s linear infinite;
}

.dc-loader-small {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #042142; /* Blue */
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 2s linear infinite;
}

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

#main_tabs {
  padding: 0px 0px;
  _padding-left: 15px;
}

#main_tabs li {
  cursor: pointer;
}

#main_tabs li[data-tab="new_message"] {
  padding: 17px 0 8px;
}

#main_tabs li[data-tab="new_email"] {
  padding: 8px 0 8px;
}

#main_tabs li[data-tab="progress"] {
  padding: 8px 0 17px;
}

#main_tabs li[data-tab="progress"] i {
  padding: 0;
  font-size: 18px;
  color: #006aaa;
}

#main_tabs li[data-tab="new_email"],
#main_tabs li[data-tab="new_message"],
#main_tabs li[data-tab="progress"] {
  background: #fff;
  border-right: 1px solid #e2e2e2;
}

.my-account-holder {
  list-style-type: none;
  padding: 0 0 25px;
  margin: 0;
}

.my-account-holder li {
  cursor: pointer;
}

#main_tabs li img {
  max-height: 25px;
  max-width: 25px;

  /* filter: brightness(200%); */
  /* -webkit-filter: brightness(200%); */
}

#main_tabs_new_email {
  background: white;
}

#main_tabs_new_email img {
  filter: sepia(100%) hue-rotate(160deg) saturate(800%) brightness(200%);
  -webkit-filter: sepia(100%) hue-rotate(160deg) saturate(800%) brightness(200%);
}

#main_tabs_progress {
  background: white;
}

#main_tabs_progress img {
  filter: sepia(100%) hue-rotate(160deg) saturate(800%) brightness(200%);
  -webkit-filter: sepia(100%) hue-rotate(160deg) saturate(800%) brightness(200%);
}

/* new style */
@font-face {
  font-family: "Cairo-ExtraLight";
  src: url("../assets/fonts/Cairo/Cairo-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cairo-Light";
  src: url("../assets/fonts/Cairo/Cairo-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cairo-Regular";
  src: url("../assets/fonts/Cairo/Cairo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cairo-SemiBold";
  src: url("../assets/fonts/Cairo/Cairo-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cairo-Bold";
  src: url("../assets/fonts/Cairo/Cairo-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cairo-Black";
  src: url("../assets/fonts/Cairo/Cairo-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Cairo-Regular", sans-serif;
}

a,
.btn {
  transition: all 0.25s;
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #007bff;
  text-decoration: none;
}

.bold,
b,
strong,
th {
  font-family: "Cairo-Bold";
}

b.font-regular {
  font-family: "Cairo-Regular", sans-serif;
  font-weight: 400;
}

.badge-primary {
  background-color: #006bab;
}

.is-hide {
  display: none !important;
}

.rotate-90 {
  transform: rotate(90deg);
}

.login-form,
.forgotten_pwd_form {
  padding: 30px 0;
}

.login-form .form-group,
.forgotten_pwd_form .form-group {
  margin-bottom: 15px;
}

/* menu page */
.main-wrap {
  padding: 30px 50px;
}
.main-wrap .list-title {
  margin: 0 0 15px;
  font: normal 14px/1.8 "Cairo-Bold", sans-serif;
}
.main-wrap .list-area {
  margin: 0 0 30px;
}
.main-wrap .list-area ul {
  margin: 0;
}
.main-wrap .list-area a {
  font-size: 14px;
  line-height: 2;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.main-wrap .list-area a:hover i {
  color: #007bff;
}

.main-wrap .list-area a .img-ico {
  fill: #8b8b8b;
  height: 20px;
  width: 25px;
  margin-right: 10px;
  transition: all 0.25s;
}

.main-wrap .list-area a:hover .img-ico {
  fill: #007bff;
}

.main-wrap .list-area i {
  color: #8b8b8b;
  font-size: 20px;
  margin-right: 7px;
  transition: all 0.25s;
}
.main-wrap .list-area .big-icon i {
  font-size: 44px;
  margin-left: -18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*  */
.hide {
  display: none !important;
}

.header {
  background-image: linear-gradient(to right, #006aaa, #003656);
  color: white;
  padding: 10px 30px;
}

.header .logo {
  display: block;
}

.header .logo img {
  max-width: 160px;
}

.header__col {
  display: flex;
  align-items: center;
}

.header .text-wrap {
  padding: 0 0 0 50px;
  display: flex;
  align-items: center;
}

.header .text-wrap p {
  margin: 0;
}

.header .text-wrap p strong {
  font-family: "Cairo-Bold";
}

.header .securely-image {
  max-width: 25px;
}

.header .link {
  color: #fff;
}

.main-sidebar {
  background-color: #222;
  position: absolute;
  top: 67px;
  left: 0;
  height: calc(100vh - 67px);
  width: 70px;
  z-index: 99;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-sidebar-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
}

.sidebar-list {
  width: 100%;
}

.main-sidebar .inactive {
  background-color: #fff;
  border-right: 1px solid #e2e2e2;
  margin: 0;
}

.main-sidebar .inactive {
  padding: 10px 0 10px;
}

.main-sidebar .inactive + .inactive {
  margin-top: -20px;
}

.main-sidebar .inactive a {
  padding: 7px 0;
}

.main-sidebar .inactive svg {
  fill: #006bab;
}

.sidebar-list > li {
  width: 100%;
}

.sidebar-list .img-ico {
  height: 25px;
  width: 25px;
}

.main-sidebar a,
.main-sidebar i {
  color: #777;
  font-size: 20px;
  line-height: 1;
  display: block;
  padding: 11px 0 11px;
  text-align: center;
  width: 100%;
  transition: all 0.25s;
}

.main-sidebar .active,
.main-sidebar li:hover i,
.main-sidebar a:hover i {
  color: #00a0ff;
}

.main-sidebar li.active i {
  color: #00a0ff;
}

.main-sidebar li .new_message {
  background-image: url("../legacy/icons/icon-chat.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}

.main-sidebar li .new_email {
  background-image: url("../legacy/icons/icon-msg.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}

.slash-wrap-ico {
  border: 2px solid #777;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
  transition: border 0.25s;
}

/* content */
.content-wrapper {
  position: relative;
  margin-left: 70px;
  height: calc(100vh - 67px);
  display: flex;
}

.content-main {
  width: 29%;
  display: flex;
  flex: 1 0 auto;
}

.content-main-contact {
  display: flex;
  width: 29%;
}

.content-invites-main {
  width: 29%;
  display: flex;
  align-items: flex-start;
}

.content-invites-main .info-col {
  height: 100%;
}

.content-extra {
  width: 41%;
  display: flex;
  flex: 1 0 auto;
}

.content-extra .tab-pane {
  height: 100%;
}

.content-msg-main #msg_pagination_ul {
  display: none;
}

.content-msg-main .info-col {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.content-msg-main .dashboard-msg {
  padding: 0 15px;
  overflow-y: auto;
  width: 100%;
  height: calc(100% - 50px);
}

.is-subscription .content-msg-main,
.is-unknown .content-msg-main {
  flex: 1 1 auto;
}

.is-subscription .content-msg-main .info-col-footer .img-list,
.is-unknown .content-msg-main .info-col-footer .img-list {
  display: none;
}

.is-subscription .content-msg-main .dashboard-msg,
.is-unknown .content-msg-main .dashboard-msg {
  height: 100%;
}

.is-subscription .chat-form,
.is-unknown .chat-form {
  display: none;
}

/** Specific styles for deleting messages in subsription and unkown tab **/
.is-subscription .content-msg-main .info-col,
.is-unknown .content-msg-main .info-col {
 /* flex-direction: row; */
}

.is-subscription .content-msg-main .info-col .info-col-footer,
.is-unknown .content-msg-main .info-col .info-col-footer{
  width: 100%;
  height: auto;
  /* display: none; */
}

.is-subscription .content-msg-main .info-col .info-col-footer .list-unstyled,
.is-unknown .content-msg-main .info-col .info-col-footer .list-unstyled{
  display: none !important;
}

.is-subscription .content-msg-main .dashboard-msg,
.is-unknown .content-msg-main .dashboard-msg {
  /* height: calc(100% - 50px); */
  height: 100%;
}
/** End Specific styles for deleting messages in subsription and unkown tab **/

.is-subscription .content-extra .direct-chat-body,
.is-unknown .content-extra .direct-chat-body {
  background-color: #fff;
  overflow-y: hidden;
}

.print-wrap {
  height: 100%;
}

.is-subscription .content-extra .direct-chat-body iframe,
.is-unknown .content-extra .direct-chat-body iframe {
  min-height: 100%;
}

.direct-chat-body iframe.printf {
  height: 100%;
}

.is-subscription .content-msg-main .info-col-footer .move-btn,
.is-unknown .content-msg-main .info-col-footer .move-btn {
  display: none;
}

.content-extra .email-navbar {
  padding: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #eaeaea;
  z-index: 9;
}

.content-extra .email-navbar.sticky {
  position: sticky;
  top: 0;
}

.content-extra .email-title {
  font-size: 18px;
  margin: 0;
}

.content-extra .email-navbar button {
  background-color: transparent;
  border: 0;
  font-size: 22px;
  color: #777;
  margin: 0 10px 0 0;
}

.content-extra .email-navbar .title-holder {
  width: calc(100% - 42px);
}

.content-extra .title-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.content-extra .email-navbar p {
  font-size: 14px;
  margin: 0;
}

.content-extra .email-navbar .recipient-email {
  font-size: 12px;
}

.content-extra .email-navbar .icon-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.content-extra .email-navbar .icon-wrap a {
  color: #777;
  font-size: 20px;
  padding: 0 12px;
}

/* .view-email */
.view-email .content-main {
  display: none;
}

.view-email .content-extra {
  display: flex;
  flex: 1 0 auto;
}

.view-email .chat-col {
  background-color: #fff;
}

.chat-col .direct-chat-header .info-inner-head {
  display: none;
}

.view-email .chat-col .direct-chat-header {
  border: 0;
}

.view-email .chat-col .direct-chat-header .direct-wrap {
  display: none;
}

.view-email .chat-col .info-inner-head button {
  background-color: transparent;
  border: 0;
  font-size: 22px;
  color: #777;
  display: flex;
  align-items: center;
  transition: all 0.25s;
}

.view-email .chat-col .info-inner-head button:hover {
  color: #006bab;
}

.view-email .chat-col .info-inner-head .btn-holder {
  display: flex;
  align-items: center;
}

.view-email .chat-col .info-inner-head .btn-holder button {
  padding: 0 10px;
}

.view-email .chat-col .direct-chat-header .info-inner-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px 15px 0;
}

.view-email .chat-col .info-inner-head .title-holder {
  display: flex;
  align-items: flex-start;
}

.view-email .chat-col .info-inner-head .title-holder .title {
  font-size: 18px;
}

.view-email .chat-col .info-inner-head .title-holder p {
  font-size: 12px;
  margin: 0;
}

.view-email .chat-col .direct-chat-msg {
  border-bottom: 1px dashed #aaa;
  margin: 0 0 15px;
}

.view-email .chat-col .direct-chat-msg .user-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
}

.view-email .chat-col .direct-chat-msg .user-msg {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 3px 0 0;
}

.view-email .chat-col .even-msg .msg-date {
  text-align: left;
}

.view-email .chat-col .direct-chat-info .msg-area {
  background: transparent;
  color: #000;
  padding: 15px 0 0;
  min-height: 0;
}

.direct-chat-info .msg-area b {
  font-family: "Cairo-Bold";
}

.view-email .chat-col .direct-chat-info .msg-date p {
  font-size: 16px;
  padding-left: 40px;
}

.view-email .chat-col .direct-chat-info .msg-area:after {
  display: none;
}

.view-email .direct-chat-info .direct-chat-more {
  display: none;
}
/* END view-email */

.content-main .tab-pane {
  width: 100%;
}

.content-pane {
  display: none;
  height: 100%;
  width: 100%;
}

.content-pane.is-active {
  display: flex;
}

.content-control {
  width: 30%;
}

/* tabs-col */
.tabs-col {
  border-right: 1px solid #e2e2e2;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tabs-col .tab-content {
  height: calc(100% - 46px);
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.tabs-col .nav-tabs {
  background-color: #e3e3e3;
  padding: 6px 0 0;
}

.tabs-col .nav-tabs .nav-link,
.tabs-col .nav-tabs .nav-link a {
  font-family: "Cairo-SemiBold";
  font-size: 16px;
  border: 0;
  color: #606060;
  cursor: pointer;
}

.tabs-col .nav-tabs .nav-link .label-info {
  background-color: #006bab;
  display: inline-block;
  padding: 3px 5px;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  margin-left: 5px;
}

.tab-content .bulk-actions-panell {
  position: relative;
  padding: 0 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-content .bulk-actions-panell::after {
    content: "";
    position: absolute;
    right: 16px;
    left: 16px;
    bottom: 0;
    background-color: #d5d5d5;
    width: calc(100% - 32px);
    height: 1px;
}

.tab-content .bulk-actions-panell .inner-title {
  font-family: "Cairo-SemiBold";
  font-size: 16px;
  border: 0;
  color: #606060;
  cursor: pointer;
}

.tab-content .bulk-actions-panell .bulk-action-item {
  margin: 0 5px;
}

.tabs-col .tab-content .btn-holder {
  margin-bottom: 15px;
}

.tabs-col .new-contact-btn-holder .btn {
  width: 100%;
}

.sidebar-form {
  padding: 12px 15px;
}

.sidebar-form .btn {
  font-size: 12px;
  color: #6c757d;
  border: 1px solid #8b8b8b;
  border-radius: 0px 4px 4px 0px;
  height: 100%;
}

.tabs-col .tab-list {
  list-style-type: none;
  padding: 0;
}

.tabs-col .tab-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 15px;
  margin: 0;
  transition: all 0.25s;
  cursor: pointer;
  flex-wrap: nowrap;
}

.tabs-col .tab-list > li.no_whitelist{
  background-color: #FFFFAA;
}

.tabs-col .tab-list > li.text-empty {
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-size: 18px;
}

.tabs-col .tab-list > li.text-empty:hover {
  background: transparent;
}

.tabs-col .tab-list > li.is-active,
.tabs-col .tab-list > li:hover {
  background: rgb(0 107 171 / 13%);
}

.info-col .custom-control.is-active {
  background: rgb(0 107 171 / 13%);
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 47px;
  padding-right: 15px;
}
.info-col .custom-control.is-active .custom-control-input {
  left: 15px;
}

.tabs-col .tab-list > li.is-active .dots-wrap-ico,
.tabs-col .tab-list > li:hover .dots-wrap-ico {
  background-color: #fff;
}

.tabs-col .tab-list > li.is-active .info-wrap .name {
  font-family: "Cairo-Bold";
}

.tabs-col .info-wrap {
  display: flex;
  align-items: center;
  width: auto;
  flex-shrink: 1;
  padding: 0;
  cursor: pointer;
}

.tabs-col .tab-list .info-img,
.tabs-col .tab-list .avatar {
  background-color: #c9c9c9;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.tabs-col .tab-list .info-img p {
  margin: 0;
  color: #fff;
}

.tabs-col .tab-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabs-col .tab-list .user-count {
  color: #fff;
  font-family: "Cairo-Black";
  font-size: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.tabs-col .tab-list .user-count::after {
  content: "";
  background-color: #000;
  opacity: 0.24;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.tabs-col .checkbox-info-wrap {
  display: flex;
  align-items: center;
}

.tabs-col .checkbox-info-wrap .custom-control {
  margin-right: 17px;
}

.tabs-col .info-area,
.tabs-col .mid_body_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

.tabs-col .info-area {
  max-width: 330px;
  overflow: hidden;
}

.tabs-col .info-area .name {
  text-overflow: ellipsis;
  overflow: hidden;
}

.tabs-col .info-wrap .name,
.tabs-col .mid_body_list .mid_name_list {
  font-size: 18px;
  line-height: 1.2;
  width: 100%;
}

.tabs-col .tab-info-date,
.tabs-col .mid_body_list .mid_message_sum {
  font-size: 12px;
  width: 100%;
}

.tabs-col .tab-control,
.tabs-col .mid_btn_set {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  width: auto;
}

.tabs-col .tab-control li {
  color: #8b8b8b;
  font-size: 18px;
  padding: 0 5px;
  display: flex;
  align-items: center;
}

.tabs-col .tab-control li a {
  display: flex;
  align-items: center;
}

.tabs-col .tab-control li .img-ico {
  display: none;
}

.tabs-col .tab-control .pending .contact-pending-ico {
  display: inline-block;
}

.tabs-col .tab-control .accepted .approved-contact-ico {
  display: inline-block;
}

.tabs-col .tab-control .btn,
.tabs-col .mid_btn_set .btn {
  padding: 0 5px;
}

.tabs-col .tab-control img,
.tabs-col .mid_btn_set img {
  width: 22px;
  object-fit: contain;
}

.tabs-col .tab-control .dropdown-menu {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #e0e0e0;
}

/* .tab-control .unknown-contact-ico,
.tab-control .approved-contact-ico,
.tab-control .contact-pending-ico { */
.tabs-col .tab-control .img-ico {
  fill: #8b8b8b;
  height: 20px;
  width: 22px;
}

.tabs-col .tab-control li .form-check-input {
  margin-top: 0;
}

.dots-wrap-ico {
  background-color: #e8e8e8;
  border-radius: 50%;
  color: #8b8b8b;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
  transition: all 0.25s;
}

/* info-col */
.info-col {
  padding: 0 15px;
  border-right: 1px solid #e2e2e2;
  width: 100%;
  overflow-y: auto;
}

.col-column {
  /*display: flex;*/
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.col-column .btn-holder .btn {
  margin: 0 0 15px;
  width: 100%;
}

.info-col.info-col-inner {
  overflow-y: auto;
  display: none;
}

.info-col.info-col-inner.is-active {
  display: block;
}

.inner-contacts-pane .info-col {
  padding-bottom: 20px;
}

.info-col .custom-control {
  padding: 10px 0 14px 32px;
  position: relative;
  min-height: 75px;
}

.info-col .custom-control .custom-control-input {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  margin: 0;
  cursor: pointer;
}

.info-col .custom-control::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #d5d5d5;
  width: calc(100% - 32px);
  height: 1px;
}

.info-col .custom-control-label {
  width: 100%;
  cursor: pointer;
}

.info-col .custom-control-label::before {
  border: 1px solid #dbdbdb;
}

.info-col .custom-control-label::before,
.info-col .custom-control-label::after {
  top: calc(50% + 3px);
  left: -30px;
}

.info-col .custom-control-label .top-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info-col .custom-control-label .task-title-sp {
  overflow-wrap: break-word;
}

.info-col .custom-control-label .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.info-col .custom-control-label .list a {
  color: #8b8b8b;
  padding: 0 3px;
}
.info-col .custom-control-label .list .btn {
  padding: 0;
}

.info-col .custom-control-label .list .btn.important-flag {
  display: none;
  padding: 3px 3px 0 0;
  color: red;
}


.info-col .is-impotrant .custom-control-label .list .btn.important-flag {
  display: inline;
}

.info-col .custom-control-label .list img {
  padding: 0 3px;
  width: 22px;
}

.info-col .custom-control-label p {
  margin: 0;
  line-height: 1.2;
}

.info-col .custom-control-label .time {
  font-size: 12px;
}

.info-col-footer {
  position: relative;
  padding: 0 15px;
  height: 50px;
}

.info-col-footer .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 0 10px;
}

.info-col-footer .img-list li {
  padding: 0 5px;
}

.info-col-footer .img-list svg {
  fill: #006aaa;
  width: 34px;
  height: 34px;
}

.info-col .msg_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.info-col .msg_pagination button {
  font-size: 12px;
  border: 0;
  background: transparent;
}

.info-col .msg_pagination .current_position {
  font-size: 12px;
  font-family: "Cairo-Bold";
  margin: 0 10px;
}

.info-col .msg_pagination .prev-btn-wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.info-col .msg_pagination .page-item-active {
  border: 1px solid #006bab;
  background-color: #006bab;
  color: #fff;
  padding: 2px 8px;
  border-radius: 50%;
  margin: 0 2px;
  font-size: 12px;
  font-style: normal;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.info-col .info-inner-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px 0 0;
}

.info-col .info-inner-head .title-holder {
  display: flex;
  align-items: flex-start;
}

.info-col .info-inner-head .title {
  font-size: 18px;
}

.info-col .title-holder p {
  font-size: 12px;
  margin: 0;
}

.info-col .control-holder {
  text-align: right;
  padding: 5px 0 0;
}

.info-col .control-holder p {
  font-size: 14px;
  margin: 0;
}

.info-col .info-inner-head .btn-holder {
  display: flex;
  align-items: center;
  padding: 17px 0 0;
}

.info-col .info-inner-head .btn-holder button {
  padding: 0 10px;
}

.info-col .info-inner-head button {
  background-color: transparent;
  border: 0;
  font-size: 22px;
  color: #777;
  display: flex;
  align-items: center;
  transition: all 0.25s;
}

.info-col .info-inner-head button svg {
  width: 25px;
  height: 19px;
  fill: #777;
  transition: all 0.25s;
}

.info-col .info-inner-head button:hover {
  color: #006bab;
}

.info-col .info-inner-head button:hover svg {
  fill: #006bab;
}

.info-col .info-main {
  padding: 20px 0 0;
}

.info-col .info-main .img-holder {
  text-align: center;
}

.info-header {
  border-bottom: 1px solid #d5d5d5;
  margin-left: -15px;
  margin-right: -15px;
}

.info-header .fixed-info-msg {
  padding: 10px 28px 10px 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.info-header .fixed-info-msg .info-msg {
  font-size: 20px;
  margin: 0;
}

.info-header .fixed-info-msg .icon-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.info-header .fixed-info-msg .icon-list li + li {
  margin-left: 10px;
}

.info-col .invites-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}

.info-col .invites-row::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #d5d5d5;
  width: 100%;
  height: 1px;
}

.info-col .invites-row p {
  margin: 0;
}

.info-col .invites-row .icon-list {
  display: flex;
}

.info-col .invites-row .btn {
  border: 0;
  font-size: 20px;
  padding: 0 5px;
  height: 52px;
  width: 55px;
}

.like-ico,
.dislike-ico {
  color: #fff;
  font-size: 28px;
  width: 64px;
  height: 61px;
  border-radius: 14px;
  display: block;
  padding: 10px 18px;
}

.like-ico i,
.dislike-ico i {
  color: #fff;
}

.like-ico:hover,
.dislike-ico:hover {
  color: #fff;
}

.like-ico:hover {
  background-color: #157347;
}

.dislike-ico:hover {
  background-color: #bb2d3b;
}

.like-ico {
  background-color: #02a82f;
}

.dislike-ico {
  background-color: #d60303;
}

.tabs-col .like-ico,
.tabs-col .dislike-ico {
  justify-content: center;
  height: 52px;
  width: 55px;
  box-shadow: none;
}

.tabs-col .icon-list .action_btns {
  display: flex;
  align-items: center;
  font-size: 0;
}

.tabs-col .icon-list .btn {
  border: 0;
  font-size: 20px;
}

.tabs-col .icon-list li + li,
.tabs-col .icon-list .btn + .btn {
  margin-left: 6px;
}

.info-control-pane {
  background-color: #8b8b8b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  transition: all 0.25s;
}

.info-control-pane .select-all-btn {
  background-color: transparent;
  border: 0;
  color: #fff;
}

.info-control-pane.is-active {
  bottom: 0;
}

.info-control-pane .icon-wrap {
  display: flex;
  align-items: center;
}

.info-control-pane a {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 20px;
  padding: 0 10px;
  text-decoration: none;
}

.info-control-pane .move-message-ico {
  width: 25px;
  height: 19px;
  fill: #fff;
}

/* chat-col */
.chat-col {
  background-color: #eaeaea;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

.edit-col {
  width: 100%;
  padding: 0 15px;
}

.direct-chat-header {
  border-bottom: 1px dashed #aaa;
}

#message_full_display .direct-chat-header .first-message-top {
  flex-basis: 100%;
}

#message_full_display .direct-chat-header .first-message-top .direct-chat-msg {
  padding-bottom: 0;
}

#message_full_display .direct-chat-header .first-message-top .direct-chat-msg .msg-area {
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.direct-chat-header .direct-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
}

.direct-chat-header p {
  margin: 0;
}

.direct-chat-body {
  overflow: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 374px);
  position: relative;
  max-width: 100%;
}

.direct-chat-messages {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.direct-chat-msg {
  padding: 13px;
}

.direct-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}

.direct-chat-header .side.subject-wrap{
    font-size: 18px;
    line-height: 1.2;
}

.direct-chat-header .side.button-wrap .btn{
    font-size: 14px;
    box-sizing: border-box;
    border: 2px solid #c1c1c1;
}

.direct-chat-msg + .direct-chat-msg {
  padding-top: 0;
}

.direct-chat-msg .user-msg .attachmets_list {
  list-style: none;
  padding: 0 0.3rem;
}

.direct-chat-msg .user-msg .attachmets_list li {
  position: relative;
}

.direct-chat-msg .user-msg .attachmets_list li::after {
  position: absolute;
  left: -1.2rem;
  content: "\f4b3";
  font-family: 'bootstrap-icons';
  transform: rotate(45deg);
  line-height: 1.9;
}

:root {
  --loader-color: #4CAF50;
  --back-color: #fff;
  --time: 3s;
  --size: 1rem;
}

.attachmets_list .progress {
  position: relative;
  height: var(--size);
  overflow: hidden;
  background-color: var(--back-color);
  border-radius: 0.25rem;
}

.attachmets_list .progress .loader__element {
	height: var(--size);
	width: 100%;
	background: var(--back-color);
}

.attachmets_list .progress .loader__element:before {
	content: '';
	display: block;
	background-color: var(--loader-color);
	height: var(--size);
	width: 0;
  animation: getWidth var(--time) ease-in infinite;
}

@keyframes getWidth {
	100% { width: 100%; }
}

.direct-chat-msg .user-msg .attachmets_list li a {
  font-size: 12px;
  line-height: 1.5;
  text-decoration: revert;
}

.direct-chat-info {
  display: flex;
  /* align-items: flex-end; */
  position: relative;
}

.direct-chat-info .user-img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  display: flex;
  flex: 0 0 auto;
  margin: 25px 0 15px;
}

.direct-chat-info .user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.direct-chat-info .direct-chat-more {
  color: #8b8b8b;
  display: inline-block;
  font-size: 20px;
  padding: 0 5px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 20px;
}

.direct-chat-more a {
  color: #8b8b8b;
  text-decoration: none;
}

.direct-chat-more .dots-wrap-ico {
  background-color: #d6d6d6;
}

.direct-chat-info .user-msg {
  margin-left: 10px;
}

.direct-chat-info .msg-area {
  border-radius: 16px;
  background-color: #004c79;
  color: #fff;
  font-size: 16px;
  padding: 11px 15px 14px;
  position: relative;
  border-bottom-left-radius: 0;
  min-height: 75px;
}

.direct-chat-msg:first-of-type .msg-area{
  background-color: #777777;
  color: #fff;
}

.direct-chat-info .msg-area img {
  max-width: 100%;
}

.direct-chat-info .msg-area .file-item {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.direct-chat-info .msg-area .file-item a {
  padding-left: 3px;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
}

.direct-chat-info .msg-area .file-item span {
  text-decoration: underline;
  padding-left: 5px;
}

.direct-chat-info .msg-area .file-item .remove-item {
  display: none;
}

.is-bordered .direct-chat-info .msg-area {
  border: 2px solid #ff0000;
}

.is-bordered .direct-chat-info .msg-area:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 20px;
  left: -20px;
  border-color: transparent transparent #ff0000 transparent;
  bottom: -2px;
}

.even-msg.is-bordered .direct-chat-info .msg-area:before {
  border-color: transparent transparent transparent #ff0000;
  left: auto;
  right: -20px;
  border-width: 24px 0 0 20px;
}

.direct-chat-info .msg-area:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 17px;
  left: -16px;
  border-color: transparent transparent #004c79 transparent;
}

.even-msg .msg-area {
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 16px;
  color: #000;
}

.even-msg .msg-area a {
  text-decoration: underline;
}

.even-msg .direct-chat-info .msg-area:after {
  left: auto;
  right: -16px;
  border-width: 20px 0 0 17px;
  border-color: transparent transparent transparent #fff;
}
.even-msg .direct-chat-info .msg-area:after:first-of-type{
  border-color: transparent transparent transparent #777777;
}

.direct-chat-msg:first-of-type .msg-area:after {
  border-color: transparent transparent #777777 transparent;
}

.even-msg:first-of-type .direct-chat-info .msg-area:after{
  border-color: transparent transparent transparent #777777;
}

.even-msg .direct-chat-info {
  flex-direction: row-reverse;
}

.even-msg .direct-chat-info .direct-chat-more {
  left: auto;
  right: 20px;
}

.even-msg .direct-chat-info .user-msg {
  margin-left: 0;
  margin-right: 10px;
}

.even-msg .msg-date {
  text-align: right;
}

.direct-chat-info .msg-area p,
.direct-chat-body .msg-date p {
  margin: 0;
}

.direct-chat-info .msg-area dl,
.direct-chat-info .msg-area ol,
.direct-chat-info .msg-area ul,
.direct-chat-body .msg-date dl,
.direct-chat-body .msg-date ol,
.direct-chat-body .msg-date ul {
  margin: 0;
  padding-left: 15px;
}

.direct-chat-body .msg-date p {
  font-size: 10px;
}

.grey-msg .msg-area {
  background-color: #777;
  color: #fff;
}

.grey-msg .msg-area:after {
  border-color: transparent transparent #777 transparent;
}

.grey-msg.even-msg .direct-chat-info .msg-area:after {
  border-color: transparent transparent transparent #777;
}

.direct-chat-msg .file-area {
  margin: 0 0 0 50px;
}

.direct-chat-msg .file-area p {
  font-size: 14px;
  margin: 0;
}

.direct-chat-msg .file-area a {
  color: #000000de;
  text-decoration: underline;
}

/* .direct-chat-msg .file-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000000de;
  font-size: 14px;
}

.direct-chat-msg.even-msg .file-area {
  margin: 0 50px 0 0;
  justify-content: flex-end;
}

.direct-chat-msg .file-area div,
.direct-chat-msg .file-area p {
  text-decoration: underline;
  margin: 0;
  width: 100%;
}

.direct-chat-msg .file-area .remove-item {
  display: none;
} */

/* #dashboard_full_message_div_input.closed_use{
  pointer-events: none;
  opacity: 0.35;
} */

.message-full,
.direct-chat-footer {
  position: relative;
  width: 100%;
}

.message-full .submit-btn,
.direct-chat-footer .submit-btn {
  background-color: #004c79;
  color: #fff;
  border: 0;
  border-radius: 5px;
}

.message-full .icon-wrap,
.direct-chat-footer .icon-wrap {
  font-size: 18px;
  cursor: pointer;
}

.message-full .richText {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  border: 0;
  transition: all 0.25s;
}

.direct-chat-footer .richText {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  background-color: #d6d6d6;
  border: 0;
  transition: all 0.25s;
  margin-bottom: -48px;
}

.direct-chat-footer.is-active .richText {
  margin-bottom: 0;
}

.message-full .richText-toolbar,
.direct-chat-footer {
  background-color: #c7c6c6;
}

.message-full .richText-toolbar:last-child,
.direct-chat-footer .richText-toolbar:last-child {
  display: none;
}

.message-full .richText-toolbar ul {
  display: flex;
  justify-content: space-between;
  width: 376px;
}

.message-full .richText-toolbar .richText-dropdown {
  z-index: 99;
}

.direct-chat-footer .richText-toolbar ul {
  display: flex;
  justify-content: space-between;
  width: 60%;
  max-width: 60%;
}

.richText-toolbar .fa-file-alt:before {
  content: "\f0c6";
}

.message-full .richText .richText-editor {
  border: 1px solid #e0e0e0;
  border-radius: 5px 5px 0 0;
  overflow-y: auto;
  max-width: 100%;
}

.message-full .richText .richText-editor img {
  margin-bottom: 20px;
  max-width: 100%;
}

.direct-chat-footer .richText .richText-editor {
  background-color: #fff;
  border-radius: 16px;
  border: 2px solid transparent;
  margin: 19px 10px;
  width: calc(100% - 20px);
  transition: all 0.25s;
  padding: 5px 10px;
  overflow: hidden;
  height: 51px;
}

.direct-chat-footer .richText .richText-editor img {
  max-width: 80%;
}

.direct-chat-footer .richText .richText-editor .file-item {
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  min-width: 128px;
  color: #8b8b8b;
  font-size: 12px;
  padding: 6px 18px 6px 8px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 10px 5px 10px;
}

.direct-chat-footer .richText .richText-editor .file-item p {
  margin: 0 0 0 5px;
}

.direct-chat-footer .richText .richText-editor .file-item .remove-item {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 5px);
  right: 5px;
}

.richText .richText-editor a {
  cursor: pointer;
  text-decoration: underline;
}

.message-full .richText .richText-editor.is-bordered,
.direct-chat-footer .richText .richText-editor.is-bordered {
  border-color: #ff0000;
}

.message-full .richText-editor div,
.direct-chat-footer .richText-editor div {
  background-color: #fff;
}

.message-full .richText .richText-toolbar ul li a {
  padding: 10px 15px;
}

.richText .richText-toolbar ul li a {
  border: 0;
  color: #0000009a;
  font-size: 18px;
  padding: 8px 8px;
}

/* .richText .richText-toolbar ul li:nth-child(3),
.richText .richText-toolbar ul li:nth-child(5),
.richText .richText-toolbar ul li:nth-child(7),
.richText .richText-toolbar ul li:nth-child(10),
.richText .richText-toolbar ul li:nth-child(11),
.richText .richText-toolbar ul li:nth-child(12),
.richText .richText-toolbar ul li:nth-child(16),
.richText .richText-toolbar ul li:nth-child(18),
.richText .richText-toolbar ul li:nth-child(19),
.richText .richText-toolbar ul li:nth-child(20) {
  display: none;
}

.richText .richText-toolbar ul li:nth-child(14),
.richText .richText-toolbar ul li:nth-child(15) {
  display: none;
} */

.direct-chat-footer.is-active .richText-editor {
  transition: all 0.25s;
  height: 104px;
  overflow-y: auto;
}

.direct-chat-footer.is-active .richText-editor ul,
.direct-chat-footer.is-active .richText-editor ol {
  margin: 0;
  padding-left: 15px;
}

.richText
  .richText-toolbar
  ul
  li
  a
  .richText-dropdown-outer
  div.richText-dropdown {
  bottom: 400px;
  z-index: 98;
}

.list-control-msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 1px;
  right: 0;
  margin: 0;
  /* width: calc(100% - 376px); */
  transition: all 0.25s;
  padding: 0 10px 0 0;
}

.list-control-msg .icon-wrap {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-control-right {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
}

.list-control-right .icon-wrap + .icon-wrap {
  margin-left: 5px;
}

.direct-chat-footer .list-control-msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  width: 40%;
  max-width: 40%;
  transition: all 0.25s;
  padding: 0 10px 0 0;
}

.direct-chat-footer.is-active .list-control-msg {
  bottom: 0;
}

.direct-chat-footer .list-control-msg li {
  /* width: calc(100% / 3); */
  text-align: center;
}

.message-full .list-control-msg .icon-wrap a,
.direct-chat-footer .list-control-msg li a {
  color: #0000009a;
  padding: 10px 10px;
  display: block;
  transition: background-color 0.4s;
}

.message-full .list-control-msg .icon-wrap a {
  padding: 10px 15px;
}

.message-full .list-control-msg .icon-wrap a:hover,
.direct-chat-footer .list-control-msg li a:hover {
  background: #fff;
}

.message-full
  .richText
  .richText-toolbar
  ul
  li
  a
  .richText-dropdown-outer
  div.richText-dropdown {
  bottom: 0;
}

.modal .modal-header,
.modal .modal-footer {
  border: 0;
}

.modal .close {
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.modal .close:hover {
  color: #000;
  text-decoration: none;
}

.modal .modal-header .title {
  font-size: 1.25rem;
  font-family: "Cairo-Bold";
}

.modal .help-block {
  margin: 20px 0 0;
}

.modal .user-info-body .row {
  margin-bottom: 5px;
}

.modal .user-info-body .msg-row {
  margin-top: 15px;
}

.add-contact-modal .loader {
  min-height: 626px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-cancel {
  border: 1px solid #006bab;
  background-color: transparent;
  color: #006bab;
}

.btn-cancel:hover {
  background-color: #006bab;
  color: #fff;
}

.btn-success {
  border: 1px solid #006bab;
  background-color: #006bab;
  color: #fff;
}

.btn-success:hover {
  color: #fff;
}

.btn-primary {
  border: 1px solid #007bff;
  border-radius: 5px;
  background-color: #fff;
  color: #007bff;
  padding: 10px 15px;
  transition: all 0.25s;
}

.btn-primary:hover {
  background-color: #007bff;
  color: #fff;
}

.btn-delete {
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 10px 15px;
}

.btn-delete:hover {
  color: #fff;
  background-color: #ff0000;
}

.btn-accept {
  color: #02a82f;
  border: 1px solid #02a82f;
  padding: 10px 15px;
}

.btn-accept:hover {
  color: #fff;
  background-color: #02a82f;
}

.btn-disable {
  border: 1px solid #6c757d;
  background-color: transparent;
  color: #6c757d;
}

.btn-disable:hover {
  color: #fff;
  background-color: #6c757d;
}

.btn-custom-dropdown {
  border: 0;
  background-color: transparent;
  color: #777;
  display: flex;
  align-items: center;
}

.btn-custom-dropdown span {
  font-size: 12px;
  margin-right: 5px;
}

.btn-warning {
  color: #fff;
  padding: 10px 15px;
}

.btn-warning:hover {
  padding: 10px 15px;
  color: #ffc107;
  background-color: #fff;
}

.btn-icon-right {
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* .btn-noclick {
  pointer-events: none;
} */

.btn-noclick[aria-disabled="true"] {
  cursor: not-allowed;
  background-color: #6c757d;
  color: #fff;
}

.btn-noclick[aria-disabled="true"]:active {
  pointer-events: none;
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.btn-noclick[aria-disabled="true"]:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.btn-noclick[aria-disabled="true"]:focus {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

/*  */
.tab-content > .content-wrapper.active {
  display: flex;
}

.filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 17px 0px;
  transition: all 0.25s;
}

.filters-wrapper .input-group {
  flex-basis: 100%;
  margin: 1rem auto;
}

.filters-wrapper .title {
  font-size: 18px;
  color: #777;
  text-decoration: none;
  font-family: "Cairo-Bold";
  text-transform: capitalize;
  border: 0;
  outline: none;
  margin: 0;
}

.user-info .text-alerts {
  text-align: right;
  color: #777;
  margin: 10px 0 0;
}

.user-info .text-alerts-between {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.user-info .text-alerts-between p:nth-child(2) {
  text-align: right;
}

.user-info .text-alerts p {
  margin: 0;
}

.user-info .text-alerts span {
  color: #000;
  font-family: "Cairo-Bold";
}

.user-info .img-holder {
  background-color: #c9c9c9;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 7px;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
}

.user-info .img-holder p {
  margin: 0;
}

.user-info .img-holder img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.user-info .name {
  color: #000000de;
  font-size: 24px;
  margin: 0;
}

.user-info .position {
  color: #000000de;
  font-size: 16px;
  margin: 0;
}

.user-info .phone-list {
  list-style-type: none;
  padding: 0;
  margin: 12px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.user-info .phone-list li {
  color: #000000de;
  font-size: 18px;
  margin: 0 0 3px;
}

.user-info .phone-list li + li {
  margin-left: 29px;
}

.user-info .phone-list li i {
  color: #777;
  padding: 0 5px;
}

.user-info .phone-list li a {
  margin-left: 7px;
}

.user-info .info-group {
  margin: 0 0 5px;
}

.user-info .info-group .label {
  color: #777;
  font-size: 12px;
  margin: 0;
}

.user-info .info-group p {
  color: #000000de;
  font-size: 16px;
  margin: 0;
}

.edit-col .edit-title {
  color: #000000de;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 15px;
}

.edit-col .input-group .form-label {
  width: 100%;
}

.edit-col .form-switch {
  padding: 38px 0 0;
}

.edit-col .form-switch .form-check-input {
  float: none;
  margin-left: 0;
  margin: 0 0 0 5px;
}

.form-switch .form-check-input {
  width: 39px;
  height: 24px;
}

.form-switch .form-check-input:checked {
  background-color: #006bab;
}

.content-edit {
  visibility: hidden;
  opacity: 0;
}

.content-edit.is-active {
  visibility: visible;
  opacity: 1;
}

.content-extra .btn-holder {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.content-extra .btn-holder .btn-cancel {
  border: 1px solid #6c757d;
  color: #6c757d;
  padding: 10px 15px;
}

.content-extra .btn-holder .btn-cancel:hover {
  background-color: #6c757d;
  color: #fff;
}

.filter-btn-group {
  flex-wrap: wrap;
}

.filter-group-all .custom-dropdown-menu {
  padding-top: 30px;
}

.filter-group-all .form-check {
  margin-bottom: 5px;
}

.filter-group-all .form-check:last-child {
  margin-bottom: 0;
}

.received-sort-wrapper,
.blocked-sort-wrapper {
  position: relative;
  margin: 40px 0 20px;
}

.received-sort-wrapper .btn-group {
  width: 100%;
}

.received-sort-wrapper .label-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #777;
  cursor: pointer;
}

.received-sort-wrapper .label-control p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.received-sort-wrapper .label-control .checked-item {
  color: #212529;
}

.received-sort-wrapper .btn,
.blocked-sort-wrapper .btn,
.blocked-select-row .btn {
  padding: 6px 15px;
  width: 100%;
}

.blocked-select-row .blocked-item-count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.blocked-select-row .blocked-item-count p {
  margin: 0;
  font-family: "Cairo-SemiBold";
}

.received-sort-wrapper .field-wrap {
  position: relative;
}

.received-sort-wrapper .field-wrap .form-control {
  padding-left: 65px;
}

.received-sort-wrapper .label-abs {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 7px;
  color: #777;
}

.custom-dropdown-menu {
  position: absolute;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 15px 20px;
  top: 100%;
  right: 0;
  min-width: 219px;
  z-index: 99;
  display: none;
}

.custom-dropdown-menu.is-active {
  display: block;
}

.custom-dropdown-menu .close {
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 12px;
}

.custom-dropdown-menu .dropdown-title {
  font-size: 10px;
  color: #777;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.custom-dropdown-menu .group {
  margin: 0 0 20px;
}

.custom-dropdown-menu .btn-holder {
  text-align: right;
  margin-top: 20px;
}

.custom-dropdown-menu .btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 4px 15px;
}

.custom-dropdown-menu .form-check-label {
  cursor: pointer;
}

.custom-dropdown-menu .form-check-input {
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

.custom-dropdown-menu .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23777' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: transparent;
  background-size: 20px;
}

.inner-received-pane .user-info {
  padding: 40px 0 0;
}

.inner-received-pane .received-holder,
.content-invites-main .received-holder {
  padding: 50px 0 0;
}

.inner-received-pane .received-holder p,
.content-invites-main .received-holder p {
  color: #000000de;
  font-size: 20px;
}

.inner-received-pane .received-holder label,
.content-invites-main .received-holder label {
  font-size: 14px;
}

.inner-received-pane .received-holder .info-group,
.content-invites-main .received-holder .info-group {
  margin: 0 0 40px;
}

.inner-received-pane .received-holder .info-group-date,
.content-invites-main .received-holder .info-group-date {
  text-align: center;
  margin-bottom: 10px;
}

.inner-received-pane .btn-holder .btn,
.content-invites-main .btn-holder .btn {
  margin: 0 0 10px;
  width: 100%;
}

.content-invites-main .alert {
  font-size: 18px;
  text-align: center;
  margin: 20px;
  width: 100%;
}

.inner-sent-invites-pane .info-col {
  padding-bottom: 20px;
}

.inner-sent-invites-pane .text-alerts .date {
  display: block;
  font-size: 12px;
}

.inner-sent-invites-pane .text-alerts {
  font-size: 14px;
}

.inner-sent-invites-pane .btn-holder .btn {
  width: 100%;
}

.inner-sent-invites-pane .btn-holder-half {
  display: flex;
}

.inner-sent-invites-pane .btn-holder-half .btn {
  width: 50%;
}

.inner-sent-invites-pane .btn-holder-half .btn + .btn {
  margin-left: 10px;
}

.inner-sent-invites-pane .btn-holder .btn + .btn {
  margin-top: 10px;
}

/* messages page */
.main-wrapper {
  background-color: #e3e3e3;
  padding: 30px 20px;
  width: 100%;
}

.main-wrapper .inner-holder {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 30px;
  height: 100%;
  width: 100%;
  position: relative;
}

.main-wrapper .inner-holder .title-wrap .go-back-btn {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #777;
}

.main-wrapper .inner-holder .title-wrap .go-back-btn i {
  margin-right: 8px;
}

.direct-chat-messages .files-list-holder {
  margin: 0;
}

.files-list-holder {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
}

/* .direct-chat-footer .files-list-holder {
  margin: 0;
  height: 0;
}

.direct-chat-footer.is-active .files-list-holder {
  margin: 15px 0 0;
  height: fit-content;
} */

.files-list-holder .file-item {
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  min-width: 128px;
  color: #8b8b8b;
  font-size: 12px;
  padding: 6px 18px 6px 8px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 10px 5px 0;
}

.files-list-holder .file-item a {
  color: #8b8b8b;
}

.files-list-holder .file-item span {
  margin: 0 0 0 5px;
}

.files-list-holder .file-item .remove-item {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 5px);
  right: 5px;
}

.main-wrapper .inner-holder .field-group {
  position: relative;
}

.main-wrapper .inner-holder .field-group .btn-holder {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.main-wrapper .field-group .btn-holder .btn {
  border: 1px solid #6c757d;
  border-radius: 0;
  color: #777;
  font-size: 18px;
  padding: 0;
  height: 100%;
  width: 40px;
}

.main-wrapper .field-group .btn-holder .btn.disable {
  color: #ced4da;
  border: 1px solid #ced4da;
  border-right: 1px solid #6c757d;
  cursor: default;
}

.main-wrapper .field-group .btn-holder .btn + .btn {
  border-left: 0;
}

.main-wrapper .field-group .btn-holder .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.unauthorized .message-form .add-user-btn {
  opacity: 0.35;
  pointer-events: none;
}

.unauthorized .main-wrapper .field-group .btn-holder .btn + .btn {
  border-left: 1px solid #6c757d;
}

.unauthorized .tabs-col .tab-content .btn-holder {
  display: none;
}

/* addUserModalJs */
.add-user-modal .modal-dialog,
.add-contact-modal .modal-dialog {
  max-width: 885px;
}

.add-user-modal .modal-body {
  padding-top: 0;
}

.add-user-modal .form-row {
  margin-bottom: 15px;
}

.add-user-modal .modal-footer .col {
  display: flex;
  justify-content: end;
}

.add-user-modal .btn-holder .btn {
  margin: 0 4px;
}

.add-contact-modal .edit-title {
  display: none;
}

.add-contact-modal .form-row {
  margin: 0;
}

.add-contact-modal .form-switch {
  padding: 0;
}

.add-contact-modal .form-check-label {
  display: block;
}

.add-contact-modal .form-switch .form-check-input {
  margin-left: 0;
}

.add-contact-modal .btn-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 12px;
  margin-top: 48px;
}

.add-contact-modal .btn-holder .btn {
  padding: 6px 12px;
  margin: 0 4px;
}

.add-contact-modal .action-holder {
  display: flex;
  flex-direction: row-reverse;
}

.add-contact-modal .btn-delete {
  display: none;
}

.address-book-modal .modal-dialog {
  max-width: 375px;
}

.address-book-modal .tab-list {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 20px -20px;
  max-height: 442px;
  overflow-y: auto;
  overflow-x: hidden;
}

.address-book-modal .tab-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 9px 15px 9px 35px; */
  padding: 7px 15px 7px 35px;
  transition: all 0.25s;
  cursor: pointer;
}

.address-book-modal .tab-list .is-active {
  background-color: rgb(0 107 171 / 13%);
}

.address-book-modal .info-wrap {
  display: flex;
  align-items: center;
}

.address-book-modal .info-img {
  background-color: #c9c9c9;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  /* width: 50px;
  height: 50px; */
  width: 40px;
  height: 40px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.address-book-modal .info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.address-book-modal .tab-control {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
}

.address-book-modal .tab-control .img-ico {
  fill: #8b8b8b;
  height: 22px;
  width: 24px;
}

.address-book-modal .tab-list .info-area {
  display: flex;
  /* flex-wrap: wrap; */
  padding: 0 10px;
  box-sizing: content-box;
}

.address-book-modal .tab-list .name {
  font-family: "Cairo-Bold";
  font-size: 18px;
  /* width: 100%; */
  flex-shrink: 0;
}

.address-book-modal .tab-list .tab-info-date {
  font-size: 12px;
  width: 100%;
  word-break: unset;
  width: max-content;
  display: table-cell;
  vertical-align: baseline;
  white-space: nowrap;
  padding-inline: 5px;
  display: flex;
  align-items: center;
}

/*  */
.select2-wrapper .select2 {
  width: 100% !important;
}

.select2-wrapper .select2-container--default .select2-selection--multiple {
  width: 100%;
  padding: 0.375rem 0.75rem 0.375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-wrapper
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 0;
  background-color: #006bab;
  color: #fff;
  border: 0;
  font-size: 12px;
  font-family: "Cairo-Bold";
  height: 10%;
  min-height: 23px;
  padding: 3px 3px 3px 15px;
}

.select2-wrapper
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border: 0;
  color: #fff;
  height: 100%;
}

.select2-wrapper
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-wrapper
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus {
  background-color: transparent;
}

/* dropzone */
.dropzone {
  position: relative;
  border: 2px dashed rgb(112 112 112 / 40%);
  border-radius: 10px;
  color: #000;
  font: bold 24px/200px arial;
  height: 250px;
  text-align: center;
}

.dropzone.hover {
  border: 2px solid #007bff;
  color: #007bff;
}

.dropzone.dropped {
  border: 2px dashed #707070;
}

.dropzone .content-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.dropzone .inner-plug {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}

.dropzone .content-holder i {
  /* color: #777; */
  color: #000;
  font-size: 45px;
}

.dropzone .content-holder p {
  /* color: #777; */
  color: #000;
  font-family: "Cairo-Light";
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 5px 0 0;
  width: 100%;
}

.dropzone img {
  border-radius: 5px;
  vertical-align: middle;
  width: 95%;
  height: 95%;
  object-fit: cover;
}

.dropzone img.file-ico {
  width: auto;
  height: auto;
}

.dropzone [type="file"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dropzone-modal .btn-holder {
  margin: 10px 0 0;
}

.dropzone-modal .btn-holder .btn {
  width: 100%;
}

.dropzone-modal .btn-holder input[type="file"] {
  display: none;
}

.modal .modal-footer .btn {
  padding: 6px 12px;
}

.modal .btn-danger {
  color: #fff;
}

/* progress-list */
.progress_div {
  display: none;
}

.progress_div .main-wrapper {
  min-height: 100%;
  display: flex;
}

.progress_div .main-wrapper .inner-holder {
  height: inherit;
}

.progress-list .title {
  font-size: 16px;
  font-family: "Cairo-Bold";
  margin: 0 0 30px;
}

.progress-list .lines-col {
  overflow-y: auto;
  max-height: calc(100% - 60px);
}

.progress-list .circles-col {
  padding: 25px 20px;
  overflow-y: auto;
  max-height: calc(100% - 60px);
}

.progress-list .item-list .item {
  margin-bottom: 30px;
}

.progress-list .item-list .item-row {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.progress-list .item-list .item-row p {
  margin: 0;
}

.progress-list .item-list .item-row .mail {
  color: #777;
  font-size: 14px;
  padding-left: 10px;
}

.progress-list .item-list .item-row .status-title {
  color: #8b8b8b;
  font-size: 14px;
  font-family: "Cairo-Bold";
  text-transform: uppercase;
}

.progress-list .item-list .progressbar {
  background-color: #e4e4e4;
  border: 0;
  height: 16px;
  border-radius: 5px;
  display: block;
  position: relative;
  width: 100%;
}

.progress-list .progressbar .progress-inner {
  background-color: #004c79;
  border-radius: 5px;
  display: block;
  height: 100%;
}

.progress-list .item-col-title {
  width: 30%;
  color: #777;
  font-size: 14px;
}

.progress-list .item-col-progress {
  width: calc(35% - 10px);
  padding-right: 17px;
  margin-left: 10px;
}

.progress-list .item-col-progress .progress-inner {
  background-color: #8b8b8b;
}

.progress-list .progressbar.close:after {
  content: "";
  background: url("../assets/img/close-file-ico.svg") no-repeat;
  width: 12px;
  height: 16px;
  line-height: 1;
  width: 12px;
  height: 16px;
  position: absolute;
  right: -17px;
  top: 0;
}

.progress-list .progressbar.up:after {
  content: "\f574";
  color: #8b8b8b;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  line-height: 1;
  width: 12px;
  height: 16px;
  position: absolute;
  right: -17px;
  top: 0;
}

.back-btn-wrap {
  display: flex;
  justify-content: end;
  padding: 50px 15px 0;
}

.back-btn {
  display: none;
}

.back-btn.is-active {
  display: block;
}

.table-received .table {
  min-width: 900px;
}

.table-received .table td {
  vertical-align: middle;
}

.table-received .table td:nth-child(1) {
  min-width: 150px;
}

.table-received .table td:nth-child(4) {
  min-width: 90px;
  text-align: right;
}

.table-received .table td:nth-child(5) {
  min-width: 170px;
  text-align: right;
}

.table-received .table td:last-child {
  min-width: 90px;
  text-align: right;
}

.table-received .table td a {
  color: #006bab;
  font-family: "Cairo-SemiBold";
}

.account-list .form-group {
  margin: 0 0 15px;
}

.account-list .form-control-text {
  font-size: 14px;
  line-height: 1.2;
  margin: 5px 0 16px;
}

.account-list .error-holder p {
  margin: 0;
}

.account-list .error-holder i {
  margin-right: 10px;
}

.account-list .form {
  margin: 20px 0 0;
}

.account-list .form .btn {
  padding: 6px 15px;
  width: 100%;
}

.account-list .file-col .btn {
  width: 100%;
  padding: 6px 15px;
}

.account-list .upload-holder {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.account-list .upload-holder:hover .btn {
  background-color: #157347;
  border-color: #146c43;
}

.account-list .upload-holder input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
}

.account-list .error-holder {
  display: none;
}

.icon-info {
  color: #007bff;
}

/* circle */
.chart-wrap {
  text-align: center;
  height: 100%;
}

.chart-wrap .title-holder {
  min-height: 57px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 15px;
}

.chart-wrap .chart-sub-title {
  color: #777;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  width: 100%;
}

.chart-wrap .chart-title {
  color: #777;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  width: 100%;
}

.chart-wrap .chart-text {
  color: #8b8b8b;
  font-size: 18px;
  margin: 15px 0 0;
}

.chart-wrap .chart {
  position: relative;
  display: inline-block;
}

.chart-wrap .chart canvas {
  display: block;
}

.mobile-logo {
  display: none;
}
.main-sidebar .close_sidebar {
  display: none;
  background-color: transparent;
  border: 0;
  padding: 10px 5px 15px;
  width: 100%;
}
.main-sidebar .logout-btn {
  display: none;
}
.main-sidebar .close_sidebar i {
  color: #fff;
  font-size: 14px;
}
.main-sidebar .link.show_admin_only {
  padding: 0;
}
/* progress */
.progress-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgb(0 0 0 / 50%);
}
.progress-overlay.is-active {
  display: flex;
  flex-wrap: wrap;
}
.progress-title {
  color: #fff;
}
.progress-status {
  position: relative;
  overflow: hidden;
  height: 15px;
  width: 300px;
}
.progress-status span {
  display: block;
  height: 100%;
}
.progress-status .progress {
  background-color: #0d6efd;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
  -webkit-animation: progressBar 3s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar 3s ease-in-out;
  -moz-animation-fill-mode: both;
}
@-webkit-keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/*mobile header btn*/
.header_btn {
  position: relative;
}
.header_btn span {
  height: 2px;
  position: absolute;
}
.bit-1 {
  margin-top: -7px;
  width: 18px;
  margin-left: -9px;
}
.bit-1:before,
.bit-1:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background: #fff;
  top: 0;
  transition: transform 0.1s, top 0.1s;
}
.bit-1:before {
  left: 0;
  transform-origin: left bottom;
}
.bit-1:after {
  right: 0;
  transform-origin: right bottom;
}
.bit-2 {
  left: 50%;
  margin-left: -9px;
  margin-top: 0;
  text-align: center;
}
.bit-2:before {
  content: "";
  width: 18px;
  height: 100%;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  transition: width 0.1s;
  transition-delay: 0.1s;
}
.bit-3 {
  width: 18px;
  margin-left: -9px;
  margin-top: 7px;
}
.bit-3:before,
.bit-3:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #fff;
  transition: transform 0.1s, bottom 0.1s;
  bottom: 0;
}
.bit-3:before {
  left: 0;
  transform-origin: left top;
}
.bit-3:after {
  right: 0;
  transform-origin: right top;
}
.navbar-toggler {
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  z-index: 12;
  padding: 10px 10px 10px 10px;
  border: 1px solid transparent;
  background-color: transparent;
  display: none;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.wrap-nav {
  padding: 0 60px;
}
.wrap-nav-list {
  display: flex;
  align-items: center;
  width: 100%;
}
/*END mobile header btn*/

/* media */
@media (min-width: 991px) and (max-width: 1199px) {
  .richText .richText-toolbar ul li a {
    padding: 10px 5px;
  }
  .direct-chat-footer .list-control-msg li a {
    padding: 10px 5px;
  }
}

@media (min-width: 768px) {
  .progress-list .lines-col {
    overflow-y: auto;
    max-height: calc(100% - 60px);
  }

  .progress-list .circles-col {
    padding: 25px 20px;
    overflow-y: auto;
    max-height: calc(100% - 60px);
  }
}
@media (min-width: 992px) {
  .content-nav-bar {
    display: none;
  }
  .edit-col {
    height: calc(100vh - 67px);
    overflow-y: auto;
  }
  .add-contact-modal .col-social,
  .add-contact-modal .col-name,
  .add-contact-modal .col-mail {
    width: 50%;
  }
  .add-contact-modal .col-company,
  .add-contact-modal .col-title,
  .add-contact-modal .col-phone,
  .add-contact-modal .col-fax,
  .add-contact-modal .col-cell,
  .add-contact-modal .col-check,
  .add-contact-modal .col-zip {
    width: 25%;
  }
  .add-contact-modal .col-address,
  .add-contact-modal .col-city {
    width: 33.33%;
  }
  .add-contact-modal .col-state {
    width: 8.33%;
  }

  .content-msg-main {
    flex: 0 0 auto;
  }

  .content-msg-main,
  .content-extra {
    display: none;
  }

  .content-msg-main.is-active-desktop,
  .content-extra.is-active-desktop {
    display: flex;
  }

  .account-list .form-col-account {
    width: 66.6666666667%;
  }

  .account-list .form-col-change {
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .account-list .form-col-account {
    width: 50%;
  }
  .account-list .form-col-change {
    width: 25%;
  }
  .account-list .file-col {
    width: 25%;
  }
}
@media (max-width: 1599px) {
  .info-col .msg_pagination .page-item-text {
    display: none;
  }
  .info-col .msg_pagination .current_position {
    margin: 0;
  }
}
@media (max-width: 1479px) {
  .tabs-col .info-area {
    /* max-width: 150px; */
  }
}
@media (max-width: 991px) {
  .is-hide-mobile {
    display: none !important;
  }
  .header__col {
    justify-content: space-between;
  }
  .desktop-logo {
    display: none;
  }
  .mobile-logo {
    display: block;
  }
  .main-wrapper {
    min-height: 100%;
  }
  .navbar-toggler {
    display: block;
  }
  .header {
    padding: 10px 0;
  }
  .header .toggler-wrap,
  .header .logo-wrap,
  .header .text-wrap {
    width: 33.33%;
  }
  .header .logo img {
    max-width: 40px;
    margin: 0 auto;
  }
  .header .text-wrap {
    flex-direction: row-reverse;
    padding: 0;
  }
  .header .text-wrap p {
    margin: 0 7px;
    text-align: right;
  }
  .header .text-wrap p span {
    display: none;
  }
  .content-wrapper {
    margin-left: 0;
    height: calc(100vh - 60px);
    align-items: flex-start;
  }
  .main-sidebar {
    position: fixed;
    top: 0;
    height: 100vh;
    left: -80px;
    transition: all 0.3s;
  }
  .is-open .main-sidebar {
    left: 0;
  }
  .main-sidebar .close_sidebar {
    display: block;
  }
  .main-sidebar .logout-btn {
    display: block;
  }

  /* content */
  .content-control {
    height: 100%;
    width: 100%;
  }
  .content-nav-bar {
    background-color: #d8d8d8;
    width: 100%;
    padding: 5px 15px;
  }
  .content-nav-bar button {
    background-color: transparent;
    border: 0;
    font-size: 22px;
    color: #606060;
  }

  .content-wrapper .content-main,
  .content-wrapper .content-extra {
    display: none;
    width: 100%;
  }
  .content-wrapper .content-main-contact {
    display: none !important;
    width: 100%;
    flex: 0;
  }
  .content-wrapper .content-main.is-active {
    display: flex;
    flex-wrap: wrap;
  }
  .content-wrapper .content-extra.is-active {
    display: flex;
  }
  .content-main-contact {
    flex: 0;
  }
  .content-main-contact.is-active {
    flex: 1 0 auto;
    display: flex !important;
  }
  .content-wrapper .content-main-contact.is-active {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .content-main-contact .col-column {
    height: calc(100% - 45px);
  }

  .add-user-modal .modal-dialog,
  .add-contact-modal .modal-dialog {
    max-width: 700px;
  }

  .content-extra {
    height: calc(100vh - 60px);
  }

  .content-msg-main {
    height: 100%;
    align-items: flex-start;
  }
  .content-msg-main .dashboard-msg {
    height: 100%;
  }
  .content-msg-main .info-col {
    flex-wrap: nowrap;
    height: calc(100% - 45px);
  }

  .info-col .custom-control {
    padding: 0;
    margin-left: 20px;
  }
  .info-col .custom-control::after {
    width: calc(100% - 14px);
  }
  .info-col .custom-control .custom-control-input {
    left: -20px;
  }
  .info-col .custom-control-label {
    padding: 10px 0 14px 12px;
  }

  .edit-col .edit-title {
    margin-top: 20px;
  }
  .content-invites-main {
    width: 100%;
  }
  .content-invites-main .alert {
    margin: 0;
    font-size: 16px;
  }
  .main-wrapper .account-list {
    height: auto;
  }
  .account-list .form-col-account {
    margin: 0 0 30px;
  }
  .is-subscription .content-extra .content-nav-bar,
  .is-unknown .content-extra .content-nav-bar {
    display: none;
  }
}
@media (max-width: 767px) {
	.img-responsive {
		width: calc(100vw - 5.7rem);
		min-width: 320px;
	}
  .header {
    padding: 5px 0;
  }
  .header .logo img {
    max-width: 30px;
  }
  .header .text-wrap p {
    font-size: 12px;
    line-height: 1.2;
  }
  .content-wrapper {
    margin-left: 0;
    /* height: 100%;*/
    height: calc(100vh - 40px);
  }
  .main-wrapper .inner-holder {
    padding: 20px;
  }
  .main-wrapper .inner-holder .field-group .btn-holder {
    flex-wrap: wrap;
    width: 40px;
    height: 37px;
  }
  .message-form .select2-wrapper .select2-selection {
    height: 74px;
  }
  .main-wrapper .field-group .btn-holder .btn:last-child {
    border-radius: 0;
  }
  .main-wrapper .field-group .btn-holder .btn + .btn {
    border: 1px solid #6c757d;
    border-top: 0;
  }
  .richText .richText-toolbar {
    background-color: #e2e2e2;
    min-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .direct-chat-footer .richText .richText-toolbar {
    position: relative;
  }
  .direct-chat-footer .richText {
    margin-bottom: 0;
  }

  /* .direct-chat-footer .richText .richText-toolbar {
    background-color: #e2e2e2;
  } */

  .content-extra {
    height: calc(100vh - 40px);
  }
  .message-full .richText-toolbar ul,
  .direct-chat-footer .richText-toolbar ul {
    display: none;
    width: 100%;
  }
  .message-full .richText-toolbar ul.is-active,
  .direct-chat-footer .richText-toolbar ul.is-active {
    display: flex;
  }
  .message-full .richText .richText-toolbar ul li a,
  .direct-chat-footer .richText-toolbar ul li a {
    padding: 10px 10px;
  }
  .message-full .list-control-msg {
    background-color: #c7c6c6;
    position: relative;
    width: 100%;
  }
  .direct-chat-footer .list-control-msg {
    background-color: #c7c6c6;
    position: relative;
    width: 100%;
  }
  .direct-chat-footer .richText .richText-toolbar ul li {
    width: calc(100% / 8);
    text-align: center;
  }
  .message-full .control-open-btn.is-active,
  .direct-chat-footer .control-open-btn.is-active {
    transform: rotate(180deg);
  }
  .add-user-modal .modal-dialog,
  .add-contact-modal .modal-dialog {
    max-width: 500px;
  }
  .received-sort-wrapper .btn-group,
  .blocked-sort-wrapper .form-control,
  .blocked-select-row .form-control {
    margin: 0 0 15px;
  }
  .blocked-select-row .blocked-item-count {
    justify-content: center;
  }
  .main-wrapper .progress-list {
    overflow-y: auto;
  }
}
@media (max-width: 575px) {
  .received-sort-wrapper .btn {
    margin: 15px 0 0;
  }
}
@media (max-width: 480px) {
  .modal .user-info-body .row {
    margin-bottom: 10px;
  }
  .modal .user-info-body .col-3,
  .modal .user-info-body .col-9 {
    width: 100%;
  }
}

.greyed_out {
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}
.importStep{
  display: none;
}
.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  font-size: 12px;
  margin: 8px 0px;
}
.hr-sect::before,
.hr-sect::after {
  content: "";
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.35);
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 16px;
}

.new-contact-wrap{
  flex-basis: 0%;
  display: none;
}
.new-contact-wrap.active{
  flex-basis: auto;
  display: block;
}


#loginButton {
  position: relative;
}
.button__text {
  transition: all 0.2s;
}
.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
  background-color:#007bff;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

#contactEditModal .form_wrap {
  width: 100%;
  padding: 1rem;
  background: white;
  border-radius: 0.25rem;
}

#contactEditModal .form_wrap .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

#contactEditModal .modal-dialog {
  pointer-events: auto!important;
  box-sizing: border-box;
  border: 0.25rem solid #006aaa;
  border-radius: .25rem;
}

.tab-content .dct_ct_contacts .filters-wrapper .input-group-btn {
  font-size: 12px;
  color: #6c757d;
  border: 1px solid #8b8b8b;
  border-radius: 0px 4px 4px 0px;
  height: 100%;
}

.tab-content .dct_ct_contacts .filters-wrapper .input-group-btn .mid_search_btn {
  line-height: initial;
}

.richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2;
}

.richText .richText-toolbar ul li a.selected {
  background-color: rgb(0 107 171 / 13%);
}

font b {
  font-family: inherit;
}

.info-message-wrap {
  position: absolute;
  bottom: -100%;
  display: none;
  z-index: 1100;
  background-color: #6aa0c0;
  color: white;
  padding: 10px 30px;
  display: flex;
  justify-content: space-around;
  width: 100%;
  transition: all 0.5s;
}

.info-message-wrap.active {
  display: block;
  bottom: 0;
  transition: all 0.5s;
}

.info-message-wrap .message-content {
  box-sizing: border-box;
  padding-left: 1rem;
  border-left: 2px solid white;
  flex-basis: 75%;
}

.info-message-wrap .buttons {
  flex-basis: 25%;
  display: flex;
  justify-content: end;
}

.info-message-wrap .buttons .disable_show,
.info-message-wrap .buttons .close {
  /* position: absolute;
  right: 0.75rem;
  top: 0.5rem; */
  cursor: pointer;
  padding-left: 0.5rem;
  background-color: transparent;
  border: 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  transition: all 0.5s;
}

.info-message-wrap .buttons .disable_show:hover,
.info-message-wrap .close:hover {
  opacity: 1;
}
