@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
/*@import url("https://www.malot.fr/bootstrap-datetimepicker/css/bootstrap.css");*/

/*@import url("https://www.malot.fr/bootstrap-datetimepicker/bootstrap-datetimepicker/css/bootstrap-datetimepicker.css");*/
body,select,textarea,input,p
{
  font-family:'Inter',sans-serif;font-weight:300
}

b,strong,h1,h2,h3,h4,h5,h6{font-weight:600}
body,select,textarea,input,*{font-size:14rem;font-family:'Open Sans'}
html{font-size:.069vw}
@media all and (max-width:1024px){html{font-size:1px}
}@media all and (min-width:1440px){html{font-size:1.1px}
}body{font-size:14rem}

#report-content *,
#body-content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sales-conversions-wrapper-itself {
  position: relative;
}

#mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#body-content .row {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#body-content .row * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#body-content .row > div {
  padding: 15px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

@media all and (min-width: 576px) {
  #body-content .row .col-sm-6 {
    width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    min-width: 50%;
    max-width: 50%;
  }
  #body-content .row .col-sm-4 {
    width: 33.33%;
    -webkit-box-flex: 33.33%;
        -ms-flex: 33.33%;
            flex: 33.33%;
    min-width: 33.33%;
    max-width: 33.33%;
  }
  #body-content .row .col-sm-3 {
    width: 25%;
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    min-width: 25%;
    max-width: 25%;
  }
  #body-content .row .col-sm-8 {
    width: 66.66%;
    -webkit-box-flex: 66.66%;
        -ms-flex: 66.66%;
            flex: 66.66%;
    min-width: 66.66%;
    max-width: 66.66%;
  }
}

@media all and (max-width: 575px) {
  #body-content .row .col-6 {
    width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    min-width: 50%;
    max-width: 50%;
  }
  #body-content .row .col-4 {
    width: 33.33%;
    -webkit-box-flex: 33.33%;
        -ms-flex: 33.33%;
            flex: 33.33%;
    min-width: 33.33%;
    max-width: 33.33%;
  }
  #body-content .row .col-3 {
    width: 25%;
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    min-width: 25%;
    max-width: 25%;
  }
  #body-content .row .col-8 {
    width: 66.66%;
    -webkit-box-flex: 66.66%;
        -ms-flex: 66.66%;
            flex: 66.66%;
    min-width: 66.66%;
    max-width: 66.66%;
  }
}

#main-body-split #main-left-column ul span {
  vertical-align: middle;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

#body-content {
  width: 100%;
  overflow: hidden;
}

.mobile {
  display: none;
}

* {
  outline: 0px;
}

a, a:hover, a:focus {
  text-decoration: none;
}

@media all and (max-width: 575px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}

.row-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/**Basic REM Stuff**/


@media all and (max-width: 1024px) {

}

@media all and (min-width: 1440px) {

}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > div {
  padding-left: 15px;
  padding-right: 15px;
}

.row.row-spaced {
  margin: -15px;
}

.row.row-spaced > div {
  padding: 15px;
}

.row-0 {
  margin: 0;
}

.row-0 > div {
  padding: 0;
}

/*End fo Basic Rem Stuff*/
#main-body-split #user-block {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-body-split #user-block > div:nth-child(1) {
  width: 33px;
  -webkit-box-flex: 33px;
      -ms-flex: 33px;
          flex: 33px;
  min-width: 33px;
  max-width: 33px;
}

#main-body-split #user-block > div:nth-child(2) {
  padding-left: 10px;
  color: #fff;
  width: calc(100% - 49px);
  -webkit-box-flex: calc(100% - 49px);
      -ms-flex: calc(100% - 49px);
          flex: calc(100% - 49px);
  min-width: calc(100% - 49px);
  max-width: calc(100% - 49px);
  font-size: 12px;
}

#main-body-split #user-block > div:nth-child(2) b, #main-body-split #user-block > div:nth-child(2) strong {
  font-size: 13px;
}

#main-body-split #user-block > div:nth-child(3) {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  width: 16px;
}

#main-body-split .has-submenu ul {
  display: none;
}

#main-body-split .has-submenu .has-submenu-arrow {
  -webkit-transition: 0.55s;
  transition: 0.55s;
  position: relative;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#main-body-split .has-submenu.active .has-submenu-arrow {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

#main-body-split #main-left-column {
  border-right: 1px solid #eeeeee;
  padding: 25px;

  background: #ffffff;
  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;
}

#main-body-split #main-left-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top:10px;
}

.badge-rounded-dark {
  border-radius: 20px;
  padding:6px 12px;
  margin-right: 5px;
  background-color: #4b4b4b;
  color:#fff;
}

.badge-rounded {
  border-radius: 20px;
  padding:6px 12px;
  margin-right: 5px;
  background-color: #eee;
  color:#000;
}

.badge-rounded .fa {
  margin-right: 8px;
  font-size: 14px;
}

.button-small-rounded {
  padding: 4px 12px !important;
  border-radius: 20px !important;
  text-transform: none !important;
  letter-spacing: 0px !important;
  font-size: 12px !important;
}

.message-gear {
  padding: 10px;
  margin-left: 5px;
  color: #000;
}
#main-body-split #main-left-column ul span {
  width: auto;
  display: inline-block;
  float:right;
  font-size:13px;
  font-weight:bold;
}

#main-body-split #main-left-column ul span.new {
  float: none;
  margin-bottom:2px;
  font-weight: normal;
}

#main-body-split #main-left-column ul span img {
  position: relative;
  top: -1px;
}

#main-body-split #main-left-column section {
  margin-bottom: 20px;
}

#main-body-split #main-left-column ul li {
  position: relative;
  font-size: 0;
  padding: 7px;
}

#main-body-split #main-left-column ul li.active, #main-body-split #main-left-column ul li:hover {
  background:#efefef;
}

#main-body-split #main-left-column ul li i {
  margin-right: 10px;
}

#main-body-split #main-left-column ul li:last-child {
  margin-bottom: 0;
}

#main-body-split #main-left-column ul li a {
  font-size: 14px;
  color: #555555;
  font-weight: 500;
  width: 100%;
}

#main-body-split #main-left-column ul li.has-bubble:after {
  position: absolute;
  top: 2px;
  right: 0;
  content: attr(data-number);
  z-index: 4;
  display: inline-block;
  height: 19px;
  padding: 0 9px;
  line-height: 19px;
  border-radius: 100px;
  background: #fff;
  font-size: 11px;
  color: #3f68e5;
}

#main-body-split #main-left-column ul li.red:after {
  background: #f3535e;
  color: #fff;
}

#main-body-split #main-left-column ul ul {
  margin-top: 30px;
}

#main-body-split #main-left-column ul ul li a {
  font-weight: 300;
  font-size: 12px;
}

#main-body-split .one-left-menu-block {
  padding: 18px;
}

#main-body-split #left-menu-top {
  background: #3c68ec;
  color: #fff;
  font-weight: 800;
}

#main-body-split #main-right-column {
  font-size: 17px;
}

@media all and (min-width: 768px) {
  #main-body-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main-body-split #main-left-column {
     width: 260px;
            flex: 260px;
            min-width: 260px;
            max-width: 260px;

            min-height: 100vh;
  }
  #main-body-split #main-right-column {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100vh;
    /*
            width: calc(100% - 240px);
            min-width: calc(100% - 240px);
            max-width: calc(100% - 240px);
            flex: calc(100% - 240px);*/
    min-height: 100vh;
  }
  #main-body-split #right-column-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main-body-split #right-column-split #search-column {
    width: 340px;
    overflow: hidden;
    -webkit-box-flex: 340px;
        -ms-flex: 340px;
            flex: 340px;
    min-width: 340px;
    max-width: 340px;
    min-height: 100vh;
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main-body-split #right-column-split #messages-column {
    width: calc(100% - 600px);
    -webkit-box-flex: calc(100% - 600px);
        -ms-flex: calc(100% - 600px);
            flex: calc(100% - 600px);
    min-width: calc(100% - 600px);
    max-width: calc(100% - 600px);
    min-height: 100vh;
  }
  #main-body-split #right-column-split.has-profile-tab #messages-column {
    width: calc(100% - 880px);
    -webkit-box-flex: calc(100% - 880px);
        -ms-flex: calc(100% - 880px);
            flex: calc(100% - 880px);
    min-width: calc(100% - 880px);
    max-width: calc(100% - 880px);
  }
  #main-body-split #right-column-split.has-profile-tab #profile-tab {
    width: 280px;
    -webkit-box-flex: 280px;
        -ms-flex: 280px;
            flex: 280px;
    min-width: 280px;
    max-width: 280px;
    height: 100vh;
  }
}

#search-column > div .the-button {
  width: 100%;
}

.the-button {
  padding: 11px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  -webkit-transition: 0.55s;
  transition: 0.55s;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.the-button.red-button {
  color: #fff;
  background: #3c68ec;
}

.the-button.red-button:hover {
  color: #000;
}

.the-button.blue {
  color: #fff;
  background: #3f68e5;
}

.the-button.blue:hover {
  color: #000;
}

#search-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#search-form-row > div:nth-child(1) {
  /*width: calc(100% - 62px);*/
  /*-webkit-box-flex: calc(100% - 62px);*/
  /*    -ms-flex: calc(100% - 62px);*/
  /*        flex: calc(100% - 62px);*/
  /*min-width: calc(100% - 62px);*/
  /*max-width: calc(100% - 62px);*/
  width: 100%;
}

#search-form-row > div:nth-child(1) form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#search-form-row > div:nth-child(1) form ::-webkit-input-placeholder {
  color: rgba(163, 164, 171, 0.5);
}

#search-form-row > div:nth-child(1) form ::-moz-placeholder {
  color: rgba(163, 164, 171, 0.5);
}

#search-form-row > div:nth-child(1) form :-ms-input-placeholder {
  color: rgba(163, 164, 171, 0.5);
}

#search-form-row > div:nth-child(1) form :-moz-placeholder {
  color: rgba(163, 164, 171, 0.5);
}

#search-form-row > div:nth-child(1) input {
  height: 46px;
  border-radius: 0;
  border: 0;
  background: rgba(209, 209, 212, 0.1);
}

#search-form-row > div:nth-child(1) input[type="text"] {
  width: calc(100% - 46px);
  min-width: calc(100% - 46px);
  max-width: calc(100% - 46px);
  padding-left: 16px;
  border-radius: 10px 0 0 10px;
  font-size: 14px;
}

#search-form-row > div:nth-child(1) input[type="submit"] {
  width: 46px;
  min-width: 46px;
  cursor: pointer;
  max-width: 46px;
  border-radius: 0 10px 10px 0;
  font-size: 0;
  background: url("../images/search-icon.svg") no-repeat center rgba(209, 209, 212, 0.1);
  background-size: 20px auto;
}

#search-form-row > div:nth-child(2) {
  width: 46px;
  -webkit-box-flex: 46px;
      -ms-flex: 46px;
          flex: 46px;
  min-width: 46px;
  max-width: 46px;
  margin-left: 10px;
}

.filter-button a, .dropbtn {
  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;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
}

.filter-button img,.dropbtn img {
  width: 22px;
  height: auto;
}

.buttons-row {
  padding-top: 27px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -4px;
  margin-right: -4px;
}

.buttons-row a {
  display: inline-block;
  padding: 6px 12px;
  color: #757680;
  font-size: 12px;
  background: #f0f0f0;
  border-radius: 100px;
  margin: 0 4px;
  -webkit-transition: 0.55s;
  transition: 0.55s;
  font-weight: 600;
}

.buttons-row a.active, .buttons-row a:hover {
  background: #ffcc64;
  color: #fff;
}

.one-message-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 20px;
}

.one-message-feed p {
  margin-bottom: 5px;
}

.one-message-feed p:last-child {
  margin-bottom: 0;
}

.one-message-feed.active {
  background: #f9f9f9;
}

.one-message-feed .one-attachment {
  border: 1px solid #c7d3f9;
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 12px;
  display: inline-block;
  color: #3c68ec;
  font-size: 12px;
  font-weight: 500;
}

.one-message-feed .one-attachment img {
  vertical-align: middle;
  height: 14px;
  position: relative;
  top: -1px;
  width: auto;
}

.one-message-feed > div:nth-child(1) {
  width: calc(100% - 70px);
  -webkit-box-flex: calc(100% - 70px);
      -ms-flex: calc(100% - 70px);
          flex: calc(100% - 70px);
  min-width: calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-right: 5px;
}

.one-message-feed > div:nth-child(2) {
  width: 70px;
  -webkit-box-flex: 70px;
      -ms-flex: 70px;
          flex: 70px;
  min-width: 70px;
  max-width: 70px;
  text-align: right;
}

.one-message-feed > div:nth-child(3) {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  padding-top: 15px;
}

.one-message-feed .one-messagen-name {
  font-weight: bold;
  color: #1c2538;
}

.one-message-feed .one-message-hour {
  color: #b7babf;
  position: relative;
  top: 2px;
  /*font-size: 12px;*/
  font-size: 10px;
}

.one-message-feed .one-message-via {
  margin-left: 10px;
  display: inline-block;
  background: #f9f9f9;
  display: inline-block;
  padding: 3px;
  padding-left: 16px;
  position: relative;
  border-radius: 5px;
  font-size: 12px;
  color: #1c2538;
}

.one-message-feed .one-message-via:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -2px;
  z-index: 3;
}

.one-message-feed .one-message-via.email:before {
  background: #f3535e;
}

.one-message-feed .one-message-via.sms:before {
  background: #ffbf4b;
}

.one-message-feed .one-message-via.messenger:before {
  background: #3c68ec;
}

.one-message-feed .one-message-text {
  font-size: 12px;
  color: #1c2538;
}

#messages-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (min-width: 768px) {
  #messages-main-content {
    height: 100vh;
  }
}

#messages-main-content #messages-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#messages-main-content #messages-top-bar {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 2pxs olid #f9f9f9;
}

#messages-main-content #top-bar-avatar {
  width: 56px;
}

#messages-main-content #top-bar-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#messages-main-content #top-bar-name-design {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 600;
  font-size: 15px;
  color: #1c2538;
}

#messages-main-content #top-bar-name {
	cursor: pointer;
}

#messages-main-content #messages-content {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.07) inset;
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.07) inset;
  background: #f9f9f9;
}

#messages-main-content #top-tab-tabs-buttons {
  padding: 5px;
  background: #f9f9f9;
  border-radius: 3px;
}

#messages-main-content #top-tab-tabs-buttons a {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  color: #8c909a;
  font-size: 12px;
}

#messages-main-content #top-tab-tabs-buttons a img {
  width: 8px;
  height: auto;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

#messages-main-content #top-tab-tabs-buttons a.active {
  font-weight: 600;
  color: #1c2538;
  background: #fff;
}

#messages-main-content .day-separator {
  margin: 20px 20px;
  text-align: center;
  position: relative;
  color: #8a8b93;
  font-size: 13px;
  background: #f9f9f9;
}

#messages-main-content .day-separator:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
}

#messages-main-content .day-separator span {
  position: relative;
  padding: 0 20px;
  z-index: 3;
  display: inline-block;
  background: #f9f9f9;
}

#messages-main-content .one-message-content {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

#messages-main-content .one-message-content > div:nth-child(1) {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  -webkit-box-flex: 60px;
      -ms-flex: 60px;
          flex: 60px;
}

#messages-main-content .one-message-content > div:nth-child(1) img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 40px;
}

#messages-main-content .one-message-content > div:nth-child(2) {
  width: calc(100% - 60px);
  -webkit-box-flex: calc(100% - 60px);
      -ms-flex: calc(100% - 60px);
          flex: calc(100% - 60px);
  min-width: calc(100% - 60px);
  max-width: calc(100% - 60px);
}

#messages-main-content .one-message-content p {
  margin-bottom: 5px;
  color: #1c2538;
}

#messages-main-content .one-message-content p:last-child {
  margin-bottom: 0;
  line-height: 1.5;
}

#messages-main-content .one-message-content p.one-message-content-name {
  font-weight: 600;
}

#messages-main-content .one-message-content p.one-message-content-name .one-message-content-time {
  font-weight: 300;
  font-size: 11px;
  color: #8a8b93;
  margin-left: 10px;
}

#messages-main-content .one-message-content .one-message-content-attachment {
  margin-right: 10px;
}

#messages-main-content .one-message-content .one-message-content-attachment img {
  height: 100px;
  max-width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#messages-main-content #messages-form {
  padding: 20px;
}

#messages-main-content p.one-message-content-attachments-wrapper {
  margin-top: 15px;
}

#messages-main-content #messages-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b7babf;
}

#messages-main-content #messages-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b7babf;
}

#messages-main-content #messages-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #b7babf;
}

#messages-main-content #messages-form :-moz-placeholder {
  /* Firefox 18- */
  color: #b7babf;
}

#messages-main-content #messages-form textarea {
  height: 40px;
  width: 100%;
  border: 0;
  background: none;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
}

#messages-main-content #messages-form #messages-form-buttons-row {
  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;
}

#messages-main-content #messages-form #messages-form-buttons-row a.active path.fillable {
  fill: #3c68ec;
}

#messages-main-content #messages-form #messages-form-buttons-row a {
  margin-right: 20px;
}

#messages-main-content button[type="submit"] {
  background: #3c68ec;
  color: #fff;
  border: 0;
  padding: 8px 15px;
  border-radius: 5px;
  margin-left: 35px;
  font-size: 15px;
  -webkit-transition: 0.55s;
  transition: 0.55s;
  font-weight: 500;
  cursor: pointer;
}

#messages-main-content button[type="submit"] span {
  font-size: 15px;
}

#messages-main-content button[type="submit"]:hover {
  background: #000;
}

#messages-main-content button[type="submit"] img {
  margin-right: 5px;
  width: 16px;
  height: auto;
}

#messages-content {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#messages-content-scrollbar {
  height: 100%;
  overflow: auto;
}

#messages-feed-scroll-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
          max-height: 100vh;
}

#messages-feed-scroll-wrapper #messages-feed-scroll {
  height: 100%;
  overflow: auto;
}

#search-column-content {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#search-column-content #search-column-top {
  padding-bottom: 0;
}

#search-column-content > div {
  padding: 18px;
}

#search-column-content #messages-feed-scroll-wrapper {
  padding-left: 0;
  padding-right: 0;
}

#profile-tab-top {
  padding: 20px 18px;
  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;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

#profile-tab-top #profile-tab-header {
  font-size: 15px;
  font-weight: 600;
  color: #1c2538;
  margin-bottom: 8px;
}

#profile-tab-top #profile-tab-name {
  font-size: 12px;
  color: rgba(28, 37, 56, 0.5);
}

#profile-tab {
  border-left: 1px solid #eee;
}

.activity-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #99dc13;
  vertical-align: middle;
}

#profile-tab #profile-scrollable-area {
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#profile-tab #profile-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

#profile-scrollbar {
  height: 100%;
  overflow: auto;
}

#personal-profile-top {
  text-align: center;
  padding: 18px;
}

#personal-profile-top #personal-avatar {
  position: relative;
}

#personal-profile-top #personal-avatar img {
  max-width: 90px;
  width: 100%;
  height: auto;
  border-radius: 100%;
}

#personal-profile-top #personal-avatar a {
  position: absolute;
  top: 0;
  right: 0;
}

#personal-profile-top #personal-rofile-name {
  font-size: 16px;
  font-weight: 600;
  color: #1c2538;
  margin-bottom: 5px;
}

#personal-profile-top #personal-rofile-email {
  font-size: 13px;
  color: #b7babf;
  margin-bottom: 10px;
}

#personal-profile-top #plan-name {
  display: inline-block;
  background: rgba(153, 220, 19, 0.1);
  padding: 4px 8px;
  letter-spacing: 0.15px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #99dc13;
  margin-bottom: 20px;
}

#personal-profile-top #personal-profile-links {
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#personal-profile-top #personal-profile-links a {
  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;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: #f9f9f9;
}

#profile-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#profile-tabs a {
  padding: 10px 8px;
  font-size: 14px;
  color: #b7babf;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

#profile-tabs a.active {
  color: #1c2538;
  border-bottom-color: #ffbf4b;
}

#profile-boxes {
  padding: 18px;
}

#profile-boxes > div {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}

#profile-boxes > div:last-child {
  margin-bottom: 0;
}

#waiver,
.profile-box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #1c2538;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#waiver #signed,
.profile-box-header #signed {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 500;
  padding: 4px 7px;
  border-radius: 6px;
  background: #99dc13;
}

.profile-box-header {
  margin-bottom: 20px;
}

.one-personal-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.one-personal-note:last-child {
  margin-bottom: 0;
}

.one-personal-note > div:nth-child(1) {
  width: 46px;
  -webkit-box-flex: 46px;
      -ms-flex: 46px;
          flex: 46px;
  min-width: 46px;
  max-width: 46px;
}

.one-personal-note > div:nth-child(1) img {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.one-personal-note > div:nth-child(2) {
  width: calc(100% - 46px);
  -webkit-box-flex: calc(100% - 46px);
      -ms-flex: calc(100% - 46px);
          flex: calc(100% - 46px);
  min-width: calc(100% - 46px);
  max-width: calc(100% - 46px);
}

.one-personal-note .personal-note-title {
  font-size: 13px;
  color: #1c2538;
  font-weight: 500;
  margin-bottom: 5px;
}

.one-personal-note .personal-note-author {
  font-size: 12px;
  color: #b7babf;
  margin-bottom: 12px;
}

.one-personal-note .personal-note-actions a {
  margin-right: 12px;
}

#personal-info .personal-info-header {
  font-size: 13px;
  color: #b7babf;
  margin-bottom: 8px;
  line-height: 1.2;
}

#personal-info .personal-info-value {
  font-size: 14px;
  color: #1c2538;
  margin-bottom: 16px;
  line-height: 1.2;
}

#personal-info p:last-child {
  margin-bottom: 0;
}

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

#edit-profile-wrapper .one-edit-profile-box {
  padding: 18px;
}

.blue-button {
  display: inline-block;
  text-align: center;
  padding: 12px;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #3c68ec;
  font-size: 13px;
  font-weight: 500;
}

.blue-button:hover {
  color: #fff;
  background: #000;
}

.blue-button.light-blue-button {
  background: rgba(58, 102, 237, 0.1);
  color: #3f68e5;
}

.blue-button.light-blue-button:hover {
  color: #fff;
  background: #3f68e5;
}

#edit-profile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#edit-profile-top > div:nth-child(1) {
  width: 75px;
  -webkit-box-flex: 75px;
      -ms-flex: 75px;
          flex: 75px;
  min-width: 75px;
  max-width: 75px;
}

#edit-profile-top > div:nth-child(1) img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#edit-profile-top > div:nth-child(2) {
  width: calc(100% - 75px);
  -webkit-box-flex: calc(100% - 75px);
      -ms-flex: calc(100% - 75px);
          flex: calc(100% - 75px);
  min-width: calc(100% - 75px);
  max-width: calc(100% - 75px);
}

#edit-profile-top > div:nth-child(2) a.profile-button {
  display: inline-block;
  padding: 6px 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 4px;
  -webkit-transition: 0.55s;
  transition: 0.55s;
  background: rgba(235, 235, 235, 0.5);
  font-size: 10px;
  color: #1c2538;
  margin-right: 5px;
  font-weight: 500;
}

#edit-profile-top > div:nth-child(2) a.profile-button:last-child {
  margin-right: 0;
}

#edit-profile-top > div:nth-child(2) a.profile-button:hover {
  background: #000;
  color: #fff;
}

#edit-profile-top > div:nth-child(2) p {
  margin-bottom: 12px;
}

#edit-profile-top > div:nth-child(2) p:last-child {
  margin-bottom: 0;
}

#edit-profile-top > div:nth-child(2) p.profile-pic-description {
  font-size: 12px;
  color: #b7babf;
}

.edit-profile-header {
  font-size: 13px;
  color: #b7babf;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.row-5-spaced {
  margin: -5px;
}

.row-5-spaced > div {
  padding: 5px;
}

.one-edit-profile-box ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b7babf;
}

.one-edit-profile-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b7babf;
}

.one-edit-profile-box :-ms-input-placeholder {
  /* IE 10+ */
  color: #b7babf;
}

.one-edit-profile-box :-moz-placeholder {
  /* Firefox 18- */
  color: #b7babf;
}

.one-edit-profile-box.has-border-top {
  border-top: 1px solid #f1f1f1;
}

.one-edit-profile-box input[type="text"],
.one-edit-profile-box input[type="email"],
.one-edit-profile-box select,
.one-edit-profile-box textarea {
  width: 100%;
  background: #f9f9f9;
  border: 0;
  font-weight: 500;
  border-radius: 10px;
  font-size: 14px;
  color: #1c2538;
}

.one-edit-profile-box input[type="text"],
.one-edit-profile-box input[type="email"],
.one-edit-profile-box select {
  padding-left: 15px;
  height: 42px;
}

.one-edit-profile-box textarea {
  padding: 10px 15px;
}

#facebook-connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f9f9f9;
  border-radius: 10px;
}

#facebook-connect input[type="button"] {
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: #000;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.55s;
  transition: 0.55s;
}

#facebook-connect input[type="button"]:hover {
  background: #3f68e5;
}

.timezone {
  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;
  font-size: 14px;
  color: #1c2538;
  font-weight: 500;
}

.one-group-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.one-group-member:last-child {
  margin-bottom: 0;
}

.one-group-member > div:nth-child(1) {
  width: 40px;
  -webkit-box-flex: 40px;
      -ms-flex: 40px;
          flex: 40px;
  min-width: 40px;
  max-width: 40px;
}

.one-group-member > div:nth-child(1) img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.one-group-member > div:nth-child(2) {
  width: calc(100% - 40px);
  -webkit-box-flex: calc(100% - 40px);
      -ms-flex: calc(100% - 40px);
          flex: calc(100% - 40px);
  min-width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.one-group-member .group-member-name {
  font-size: 13px;
  color: #1c2538;
  font-weight: 500;
  margin-bottom: 1px;
}

.one-group-member .group-member-name span {
  margin-left: 10px;
  display: inline-block;
  background: #fff;
  display: inline-block;
  padding: 3px;
  padding-left: 16px;
  position: relative;
  border-radius: 5px;
  font-size: 12px;
  color: #1c2538;
}

.one-group-member .group-member-name span:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -2px;
  z-index: 3;
}

.one-group-member .group-member-name span.email:before {
  background: #f3535e;
}

.one-group-member .group-member-name span.sms:before {
  background: #ffbf4b;
}

.one-group-member .group-member-name span.messenger:before {
  background: #3c68ec;
}

.one-group-member .group-member-phone {
  font-size: 12px;
  color: #1c2538;
  margin-bottom: 0;
}

#no-chat-history {
  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;
  height: 100%;
}

#no-chat-history > div {
  text-align: center;
}

#no-chat-history p {
  margin-bottom: 10px;
  color: #757b86;
}

#no-chat-history p#no-chat-title {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
}

#no-chat-history p#no-chat-text {
  margin-bottom: 0;
  font-size: 12px;
}

#search-column-top.hide-buttons .buttons-row {
  display: none;
}

#new-group-wrapper {
  padding: 18px;
}

#navigation-back {
  margin-bottom: 23px;
}

#navigation-back a {
  font-size: 18px;
  font-weight: 600;
  color: #1c2538;
  letter-spacing: 0.1px;
}

#navigation-back a img {
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.contacts-header {
  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-bottom: 10px;
}

.contacts-header > div:nth-child(1) {
  color: #8a8b93;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.contacts-header span {
  margin-left: 10px;
  display: inline-block;
  background: #fff;
  display: inline-block;
  padding: 3px;
  padding-left: 16px;
  position: relative;
  border-radius: 5px;
  font-size: 12px;
  color: #1c2538;
}

.contacts-header span:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -2px;
  z-index: 3;
}

.contacts-header span.email:before {
  background: #f3535e;
}

.contacts-header span.sms:before {
  background: #ffbf4b;
}

.contacts-header span.messenger:before {
  background: #3c68ec;
}

.one-group-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

/*.one-group-contact > div:nth-child(1) {*/
/*  width: 40px;*/
/*  -webkit-box-flex: 40px;*/
/*      -ms-flex: 40px;*/
/*          flex: 40px;*/
/*  min-width: 40px;*/
/*  max-width: 40px;*/
/*  -ms-flex-item-align: center;*/
/*      align-self: center;*/
/*}*/

.one-group-contact > div:nth-child(1) {
  width: 53px;
  -webkit-box-flex: 53px;
      -ms-flex: 53px;
          flex: 53px;
  min-width: 53px;
  max-width: 53px;
}

.one-group-contact > div:nth-child(1) img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.one-group-contact > div:nth-child(2) {
  width: calc(100% - 53px);
  -webkit-box-flex: calc(100% - 53px);
      -ms-flex: calc(100% - 53px);
          flex: calc(100% - 53px);
  min-width: calc(100% - 53px);
  max-width: calc(100% - 53px);
}

.one-group-contact > div:nth-child(2) span {
  background: #f9f9f9;
}

.green-checkbox {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 2px solid #efefef;
  display: inline-block;
}

.green-checkbox.active {
  background: url("../images/checkbox-green.svg");
  background-size: cover;
  background-position: center;
}

#add-group-pic {
  padding: 18px;
}

#add-group-pic #add-group-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#add-group-pic #add-group-top-row > div:nth-child(1) {
      width: 100px;
    -webkit-box-flex: 100px;
    -ms-flex: 100px;
    flex: 100px;
    min-width: 100px;
    max-width: 100px;
    margin-right: 10px;
}

#add-group-pic #add-group-top-row > div:nth-child(1) img {
      width: 100%;
    max-width: 100%;
    height: 100px;
    object-fit: cover;
    max-width: initial;
    border-radius: 100%;
}

#add-group-pic #add-group-top-row > div:nth-child(2) {
  width: calc(100% - 110px);
  -webkit-box-flex: calc(100% - 110px);
      -ms-flex: calc(100% - 110px);
          flex: calc(100% - 110px);
  min-width: calc(100% - 110px);
  max-width: calc(100% - 110px);
}

#add-group-pic #add-group-top-row > div:nth-child(2) p.add-pic-details {
  color: #b7babf;
  font-size: 12px;
}

.button {
  padding: 6px 8px;
  background: rgba(235, 235, 235, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 12px;
  color: #333;
}

#add-group-pic {
  padding-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
}

#add-group-pic ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b7babf;
}

#add-group-pic ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b7babf;
}

#add-group-pic :-ms-input-placeholder {
  /* IE 10+ */
  color: #b7babf;
}

#add-group-pic :-moz-placeholder {
  /* Firefox 18- */
  color: #b7babf;
}

#add-group-pic.has-border-top {
  border-top: 1px solid #f1f1f1;
}

#add-group-pic input[type="text"],
#add-group-pic input[type="email"],
#add-group-pic select,
#add-group-pic textarea {
  width: 100%;
  background: #f9f9f9;
  border: 0;
  font-weight: 500;
  border-radius: 10px;
  font-size: 14px;
  color: #1c2538;
}

#add-group-pic input[type="text"],
#add-group-pic input[type="email"],
#add-group-pic select {
  padding-left: 15px;
  height: 42px;
}

#add-group-pic textarea {
  padding: 10px 15px;
}

#add-group-pic #add-group-top-row {
  margin-bottom: 25px;
}

#add-group-photo-members {
  padding: 25px 18px;
}

#add-group-photo-members .profile-box-header {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b7babf;
  font-weight: 500;
}

.one-group-member.edit-members > div:nth-child(2) {
  width: calc(100% - 80px);
  -webkit-box-flex: calc(100% - 80px);
      -ms-flex: calc(100% - 80px);
          flex: calc(100% - 80px);
  min-width: calc(100% - 80px);
  max-width: calc(100% - 80px);

      padding-left: 10px;
}

.one-group-member.edit-members > div:nth-child(3) {
  width: 40px;
  -webkit-box-flex: 40px;
      -ms-flex: 40px;
          flex: 40px;
  min-width: 40px;
  max-width: 40px;
  text-align: right;
}

.one-group-member.edit-members .delete-member {
  display: inline-block;
  padding: 4px 10px;
  line-height: 1.1;
  border-radius: 20px;
  background: rgba(243, 83, 94, 0.08);
  border: 2px solid #f3535e;
}

#choose-your-template-top-row {
  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;
  margin-bottom: 25px;
}

#choose-your-template-top-row > div:nth-child(1) {
  color: #1c2538;
  font-size: 16px;
  font-weight: 500;
}

#choose-your-template-top-row > div:nth-child(1) span {
  display: inline-block;
  padding: 5px 7px;
  line-height: 1.2;
  color: #3c68ec;
  font-weight: 500;
  background: #ebeffd;
  font-size: 13px;
  margin-left: 20px;
  border-radius: 7px;
}

.one-template-feed {
  position: relative;
  border-radius: 15px;
  padding: 16px;
  border: 1px solid #f0f0f0;
}

.one-template-feed:hover {
  border: 1px solid #3c68ec;
}

.one-template-feed p {
  margin-bottom: 8px;
}

.one-template-feed p:last-child {
  margin-bottom: 0;
}

.one-template-feed .one-template-name {
  font-size: 14px;
  font-weight: 500;
  color: #1c2538;
  position: relative;
}

.one-template-feed .one-template-name:before {
  position: absolute;
  top: 0;
  left: -16px;
  width: 3px;
  height: 100%;
  content: "";
  background: #ffbf4b;
}

.one-template-feed .one-template-name.sms:before {
  background: #ffbf4b;
}

.one-template-feed .one-template-name.email:before {
  background: #F3535E;
}

.one-template-feed .one-template-name.phone:before {
  background: #7FFF00;
}

.one-template-feed .one-template-text {
  color: #b7babf;
  font-size: 14px;
}

.one-template-feed .one-template-tools a {
  margin-right: 12px;
}

.row-spaced-10 {
  margin: -10px;
}

.row-spaced-10 > div {
  padding: 10px;
}

#the-templates-feed {
  margin-bottom: 15px;
}

#profile-tab-navigation {
  padding: 18px 18px;
}

#existing-group {
  padding: 25px 18px;
  padding-top: 0;
  border-bottom: 1px solid #f1f1f1;
}

#for-existing-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

#for-existing-group > div:nth-child(1) {
  width: 60px;
  -webkit-box-flex: 60px;
      -ms-flex: 60px;
          flex: 60px;
  min-width: 60px;
  max-width: 60px;
}

#for-existing-group > div:nth-child(1) img {
  width: 48px;
  height: auto;
}

#for-existing-group > div:nth-child(2) {
  width: calc(100% - 60px);
  -webkit-box-flex: calc(100% - 60px);
      -ms-flex: calc(100% - 60px);
          flex: calc(100% - 60px);
  min-width: calc(100% - 60px);
  max-width: calc(100% - 60px);
}

#for-existing-group .fe-name {
  font-size: 15px;
  font-weight: 500;
  color: #1c2538;
  margin-bottom: 2px;
}

#for-existing-group .fe-stats {
  font-size: 12px;
  color: #b7babf;
  margin-bottom: 16px;
}

#for-existing-group .fe-avatars img {
  width: 25px;
  height: 25px;
  border-radius: 25rme;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: -4px;
}

#add-members {
  padding: 18px;
}

.one-group-member.one-add-member > div:nth-child(2) {
  width: calc(100% - 120px);
  -webkit-box-flex: calc(100% - 120px);
      -ms-flex: calc(100% - 120px);
          flex: calc(100% - 120px);
  min-width: calc(100% - 120px);
  max-width: calc(100% - 120px);
  padding-left: 10px;
}

.one-group-member.one-add-member > div:nth-child(3) {
  width: 80px;
  -webkit-box-flex: 80px;
      -ms-flex: 80px;
          flex: 80px;
  min-width: 80px;
  max-width: 80px;
  text-align: right;
}

.one-group-member.one-add-member > div:nth-child(3) a {
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  border: 2px solid #3c68ec;
  color: #3c68ec;
}

.one-group-member.one-add-member > div:nth-child(3) a.added {
  background: rgba(235, 235, 235, 0.5);
}

.add-members-block {
  margin-bottom: 40px;
}

.add-members-block:last-child {
  margin-bottom: 0;
}

#filters {
  padding: 0 18px;
}

#filters ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b7babf;
}

#filters ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b7babf;
}

#filters :-ms-input-placeholder {
  /* IE 10+ */
  color: #b7babf;
}

#filters :-moz-placeholder {
  /* Firefox 18- */
  color: #b7babf;
}

#filters.has-border-top {
  border-top: 1px solid #f1f1f1;
}

#filters input[type="text"],
#filters input[type="email"],
#filters select,
#filters textarea {
  width: 100%;
  background: #f9f9f9;
  border: 0;
  font-weight: 500;
  border-radius: 10px;
  font-size: 14px;
  color: #1c2538;
}

#filters input[type="text"],
#filters input[type="email"],
#filters select {
  padding-left: 15px;
  height: 42px;
}

#filters textarea {
  padding: 10px 15px;
}

#filters > div {
  border-bottom: 1px solid #f3f3f3;
  padding: 18px 0;
}

#filters .filter-header {
  font-size: 12px;
  color: #b7babf;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#filters .one-segment {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

#filters .one-segment.active {
  background: url("../images/check-segment.svg") no-repeat right center;
}

#filters .one-status {
  font-size: 13px;
  font-weight: 500;
  padding: 7px 17px;
  border-radius: 30px;
  margin-right: 10px;
  border: 2px solid #f0f0f0;
  color: #757b86;
  background: #f0f0f0;
}

#filters .one-status.active {
  color: #333;
  border: 2px solid #3f68e5;
  background: #fff;
}

#messages-main-content #messages-top-bar,
#messages-main-content #messages-form {
  border-left: 1px solid #f1f1f1;
}

textarea {
  resize: none;
}

#top-tab-tabs-buttons a {
  -webkit-transition: 0s;
  transition: 0s;
}

.the-button.red-button img {
  margin-right: 5px;
}

#mobile-overlay {
  display: none;
}

@media all and (max-width: 1024px) {
  #mobile-overlay {
    display: block;
    left: 100%;
    top: 0;
    width: 1000%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: absolute;
    height: 100%;
    opacity: 0;
    pointer-events: none;
  }
  #mobile-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
  #main-body-split #main-left-column {
  /*  position: fixed; */
    z-index: 10;
    top: 0;
    left: 0;
    width: calc(100% - 50px);
    height: 100vh;
    -webkit-transition: 0.55s;
    transition: 0.55s;
    left: -150vw;
  }
  #main-body-split #main-left-column .one-left-menu-block:last-child {
    height: calc(100vh - 160px);
    overflow-y: scroll;
  }
  #main-body-split #main-left-column.active {
    left: 0;
  }
  #messages-feed-scroll-wrapper #messages-feed-scroll,
  #search-column-content {
    height: auto !important;
  }
}

@media all and (min-width: 1025px) {
  #mobile-header {
    display: none;
  }
}

#mobile-header {
  background: #3c68ec;
  color: #fff;
  font-weight: 800;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px;
  z-index: 6;
}

#report-content {
  width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 40px;
}

@media all and (max-width: 1024px) {
  #report-content {
    padding: 15px;
  }
}

#report-content h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 12px;
}

#report-content #report-top select {
  border: 0;
  background: none;
}

#body-content.gray-bg {
  background: #fafafb;
}

#report-top {
  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;
  margin-bottom: 48px;
}

#report-p-line img {
  margin-left: 15px;
}

#report-p-line select {
  padding-right: 5px;
}

.tooltip {
  font-size: 12px !important;
}

.tooltip * {
  font-size: 12px !important;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-width: 4px 4px 0;
}

.tooltip .arrow {
  width: 8px;
  height: 4px;
}

.tooltip-inner {
  padding: 5px 10px;
  border-radius: 5px;
}

.one-report-box {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
}

.one-report-box.full-height {
  height: 100%;
}

.one-report-box.box-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.one-report-box.box-with-icon > div:nth-child(1) {
  width: 50px;
  -webkit-box-flex: 50px;
      -ms-flex: 50px;
          flex: 50px;
  min-width: 50px;
  max-width: 50px;
}

.one-report-box.box-with-icon > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.one-report-box.box-with-icon > div:nth-child(3) {
  width: 80px;
  -webkit-box-flex: 80px;
      -ms-flex: 80px;
          flex: 80px;
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}

.one-report-box.box-with-icon .box-stat {
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.one-report-box.box-with-icon .box-stat span {
  margin-left: 5px;
  font-weight: 400;
  font-size: 14px;
}

.one-report-box.box-with-icon .box-stat span.green {
  color: #99dc13;
}

.one-report-box.box-with-icon .box-stat span.red {
  color: #f3535e;
}

.one-report-box.box-with-icon .box-stat-description {
  font-size: 14px;
  color: #808087;
  margin-bottom: 0;
}

#mobile-top-5-filters {
  margin-bottom: 30px;
  margin-top: -15px;
}

#mobile-top-5-filters a {
  font-size: 12px;
  margin-right: 10px;
  color: #1c2538;
}

#mobile-top-5-filters a img {
  margin-right: 1px;
}

.top-5-campaigns .t5-top {
  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;
  margin-bottom: 25px;
}

.top-5-campaigns .t5-top > div:nth-child(1) {
  font-size: 16px;
  color: #1c2538;
  font-weight: 900;
}

.top-5-campaigns .t5-top > div:nth-child(1) span {
  font-weight: 400;
  display: inline-block;
  color: #9a9fa7;
}

.top-5-campaigns .t5-top > div:nth-child(2) select {
  font-size: 12px;
  color: #1c2538;
  padding: 8px 35px 8px 12px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
}

.top-5-campaigns .top-5-table-wrapper {
  width: calc(100% + 30px);
  margin-left: -15px;
}

.top-5-campaigns .top-5-table-wrapper table {
  margin: 0;
}

.top-5-campaigns .top-5-table-wrapper table tr td {
  padding: 8px 12px;
  font-size: 14px;
  color: #1c2538;
  font-weight: 500;
}

.top-5-campaigns .top-5-table-wrapper table tr td span {
  font-weight: 300;
  color: #b7babf;
  font-size: 12px;
  letter-spacing: 1.2px;
}

.top-5-campaigns .top-5-table-wrapper table tr td:nth-child(1) {
  font-size: 15px;
}

.top-5-campaigns .top-5-table-wrapper table tr:nth-child(odd) td {
  background: #fafafb;
}

.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.one-report-button {
  /*cursor: pointer;*/
  margin-bottom: 20px;
}

.one-report-button:last-child {
  margin-bottom: 0;
}

.best-box-title {
  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;
  margin-bottom: 0px;
}

.best-box-title > div:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: #1c2538;
}

.best-box-title > div:nth-child(2) select {
  font-size: 12px;
  color: #1c2538;
  padding: 8px 35px 8px 12px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
}

.best-box-filter {
  margin-bottom: 30px;
}

.best-box-filter a {
  font-size: 12px;
  color: #1c2538;
  margin-right: 10px;
}

.best-box-filter a img {
  margin-right: 2px;
  position: relative;
  top: -1px;
}

.best-box-plot-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.best-box-plot-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.best-box-plot-wrapper > div > div:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.best-box-plot-wrapper > div > div:nth-child(2) {
  height: 40px;
  -webkit-box-flex: 40px;
      -ms-flex: 40px;
          flex: 40px;
  min-height: 40px;
  max-height: 40px;
  padding-top: 12px;
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 300;
}

.best-box-plot-wrapper > div:hover > div:nth-child(1) {
  background: #fafafa;
}

.best-box-plot-wrapper > div:hover > div:nth-child(2) {
  color: #ffbf4b;
}

.best-box-plot-wrapper .plot-legend {
  text-align: center;
}

.best-box-plot-wrapper .has-tooltip {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.best-box-plot-wrapper .three-bars,
.best-box-plot-wrapper .three-bars-vertical {
  text-align: center;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.best-box-plot-wrapper .three-bars > div,
.best-box-plot-wrapper .three-bars-vertical > div {
  width: 6px;
  margin: 0px 2px;
}

.best-box-plot-wrapper .three-bars > div.red-bar,
.best-box-plot-wrapper .three-bars-vertical > div.red-bar {
  background: #f5717a;
}


.best-box-plot-wrapper .three-bars > div.yellow-bar,
.best-box-plot-wrapper .three-bars-vertical > div.yellow-bar {
  background: #ffbf4b;
}

.best-box-plot-wrapper .three-bars > div.blue-bar,
.best-box-plot-wrapper .three-bars-vertical > div.blue-bar {
  background: #3c68ec;
}

.best-box-plot-wrapper .three-bars-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.best-box-plot-wrapper .three-bars-vertical > div {
  margin-top: 3px;
  border-radius: 6px;
}

.me-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.me-box > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.me-box .filter-button {
  width: 34px;
  height: 34px;
}

.me-box .me-scrollbar {
  height: 100%;
  min-height: 100px;
  max-height: 240px;
  overflow: auto;
  margin-top: 10px;
}

.me-box .one-me-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.me-box .one-me-row:last-child {
  margin-bottom: 0;
}

.me-box .one-me-row > div:nth-child(1) {
  width: 45px;
  -webkit-box-flex: 45px;
      -ms-flex: 45px;
          flex: 45px;
  min-width: 45px;
  max-width: 45px;
}

.me-box .one-me-row > div:nth-child(1) img {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.me-box .one-me-row > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #1c2538;
  font-size: 14px;
  font-weight: bold;
}

.me-box .one-me-row > div:nth-child(2) span {
  display: block;
  font-weight: 300;
  font-size: 12px;
}

.me-box .one-me-row > div:nth-child(3) {
  width: 100px;
  -webkit-box-flex: 100px;
      -ms-flex: 100px;
          flex: 100px;
  min-width: 100px;
  max-width: 100px;
  display: block;
  font-weight: 300;
  font-size: 12px;
}

#sales-funnel-by-stage {
  margin-top: 20px;
}

.toggle-button {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.55s;
  transition: 0.55s;
}

.toggle-button.active {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#sales-conversions-wrapper {
  position: relative;
}

#sales-conversions-wrapper #floating-conversion {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

#sales-conversions-wrapper #floating-conversion p {
  margin-bottom: 0;
}

#sales-conversions-wrapper #floating-conversion p:first-child {
  line-height: 1.1;
  font-size: 32px;
  font-weight: 500;
  color: #333;
}

#sales-conversions-wrapper #floating-conversion p:last-child {
  font-size: 14px;
  color: #6d6d6d;
}

@media all and (min-width: 576px) and (max-width: 1024px) {
  #best-days-of-week-wrapper {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  #most-engaged-segments,
  #best-hours-of-day-wrapper,
  #sales-by-stage-wrapper,
  #sales-conversions-wrapper {
    width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    min-width: 50%;
    max-width: 50%;
  }
}

@media all and (max-width: 1024px) {
  #report-top {
    margin-top: 85px;
  }
}

.row-5 {
  margin: -5px;
}

.row-5 > div {
  padding: 5px;
}

#funnel-plot-wrapper {
  padding-top: 30px;
}

@media all and (max-width: 1024px) {
  #funnel-plot-wrapper {
    padding-top: 20px;
  }
}

.one-funnel-step {
  height: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 30px;
}

.align-middle > div {
  width: 100%;
}

.plot-legend {
  margin-bottom: 20px;
}

.plot-legend:last-child {
  margin-bottom: 0;
}

.plot-legend .one-p-legend {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.plot-legend .legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #000;
  display: inline-block;
  margin-right: 10px;
}

.plot-legend .legend-name {
  margin-right: 20px;
  font-weight: 500;
}

#funnel-plot {
  position: relative;
  overflow: hidden;
}

@media all and (min-width: 1024px) {
  #funnel-plot {
    margin-right: 20px;
  }
}

#funnel-plot:before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-bottom: 300px solid white;
  border-right: 150px solid transparent;
}

#funnel-plot:after {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 300px solid white;
  border-left: 150px solid transparent;
}

#sc-plot-wrapper {
  padding-top: 30px;
}

@media all and (max-width: 1024px) {
  #sc-plot-wrapper {
    padding-top: 20px;
  }
}

@media all and (max-width: 1024px) {
  .one-p-legend {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 1024px) {
  #sales-conversions {
    margin: auto;
  }
  #sc-plot-wrapper .col-sm-6,
  #sc-plot-wrapper .col-sm-5,
  #sc-plot-wrapper .col-sm-7,
  #funnel-plot-wrapper .col-sm-6,
  #funnel-plot-wrapper .col-sm-5,
  #funnel-plot-wrapper .col-sm-7 {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.plot-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plot-legend > div {
  margin: 5px 10px;
  font-size: 14px;
  color: #6d6d6d;
}

.plot-legend > div .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 6px;
}

.plot-legend > div span {
  color: #1c2538;
}

.top-5-campaigns .desktop a {
  font-size: 12px;
  color: #1c2538;
  margin-right: 10px;
}

.top-5-campaigns .desktop a img {
  margin-right: 2px;
  position: relative;
  top: -1px;
}

#main-body-split #left-menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 440px) {
  .one-report-box {
    padding: 15px;
  }
}


/* ******** custom style ********* */


body {
  margin: 0;
}

#messages-feed-scroll-wrapper #messages-feed-scroll {
    padding: 0;
}

#sendMessageForm {
	position: relative;
	/*padding-top: 20px;*/
}

#emojigleantap, .emojiPickerIcon {
    position: absolute;
    font-size: 24px !important;
    bottom: 2px;
    opacity: 0;
    left: 0;
}

.limit-text-status {
    position: absolute;
    top: -22px;
    right: 0;
}
.limit-text-status small {
	font-size: 12px;
}
.limit-text-status small strong {
	font-size: 12px;
}
.limit-text-status small span {
	font-size: 12px;
}

.one-group-member {
    justify-content: left;
    align-items: center;
    cursor: pointer;
     /*padding: 0 18px;*/
}

.one-group-member .group-member-name {
    margin-top: 5px;
}
.one-group-member .group-member-phone {
    margin-top: 5px;
}

#top-bar-avatar {
	cursor: pointer;
}

#navigation-back {
    line-height: 18px;
}

#navigation-back a img {
     float: left;
}

#tags_show .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 420px;
    max-width: 100%;
}

#email_subject {
    width: 100%;
    border: 0;
    outline: none;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 0;
    background: transparent;
}

#compose_chat_div a{
    display: flex;
    justify-content: center;
    align-items: center;
}

#compose_div button {
    margin: 20px 0;
    background: #3c68ec;
    color: #ffffff;
    border: 1px solid #3c68ec;
    border-radius: 4px;
    padding: 9px 20px;
    width: 49%;
}

#compose_div #close_compose_div {
    position: absolute;
    right: 8px;
    top: 0;
}

.compose-inner {
    position: relative;
    box-shadow: 0px 1px 8px 1px #a2a2a2;
    background: #ffffff;
    padding: 18px;
    width: 100%;
}

#compose_div a{
    display: flex;
    justify-content: center;
    align-items: center;
}


#groupLogo {
  color: transparent;
}
#groupLogo::-webkit-file-upload-button {
  visibility: hidden;
}
#groupLogo::before {
  content: 'Add profile Picture';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;

}
#groupLogo:hover::before {
  border-color: black;
}
#groupLogo:active {
  outline: 0;
}
#groupLogo:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#filters .one-status {
    margin-bottom: 5px;
    padding: 5px 10px;
    margin-right: 5px;
}

#selectedMemberDiv .one-selected-member {
    margin-right: 5px;
}

.the-button.blue {
    color: #fff !important;
}

#createTemplate {
	display: flex;
    justify-content: center;
    align-items: center;
}

#saveTemplateForm {
    position: relative;
}

#saveTemplateForm #saveTemplateBtn {
	margin-left: 0px;
}

a#closeTemplatepopup {
    position: absolute;
    right: -15px;
    top: -16px;
}

#template_tile {
	width: 100%;
    border: 0;
    outline: none;
    box-shadow: none;
    margin-bottom: 5px;
}

.delete-this-template {
    padding: 20px !important;
    margin: 0;
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 0!important;
}

.delete-this-template .has-delete-button {

	position: absolute;
    z-index: 99;
    right: 2px;
    top: 2px;

}

#edit-template-area-title {
    width: 100%;
}

#edit-template-area-title img {
    position: absolute;
    right: 0;
    top: 4px;
}


.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
}

.upload-btn-wrapper .btn {
    border: 1px solid gray;
    background-color: black;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.one-message-feed {
	cursor: pointer;
}

.one-group-contact {
    padding: 15px;
}

.one-group-contact.active {
    background: #eceffc;
}

.removeSelectedMember {
	cursor: pointer;
}

p.one-template-tools {
    margin-bottom: 0;
}

.compose-overlay {
    width: 100%;
    height: 100%;
    background: #8080804d;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 !important;
    display: flex;
    align-items: flex-end;
    z-index: 99;
}

#search-column-content {
	position: relative;
}

#hideSendMessageForm {
    /*background: #f3535e!important;*/
    /*text-align: center;*/
    /*color: white;*/
    /*padding: 11px!important;*/
    /*margin: 0;*/
    /*border-radius: 12px;*/
    /*font-size: 14px;*/
    /*text-transform: uppercase;*/
    /*width: 480px;*/
    /*max-width: 100%;*/
    /*margin: 0 auto;*/
    /*font-weight: 500;*/
    /*letter-spacing: 0.1em;*/

    visibility: visible;
    max-width: 100%;
    margin: auto;
    text-align: left !important;
    border-radius: 8px;
    z-index: 1;
    font-size: 16px;
    padding: 15px 15px !important;
    background-color: #feeeef !important;
    border: 1px solid #f9b2b7;
    color: #000000 !important;
}

#hideSendMessageForm p,#hideSendMessageForm a.upgrade-url {
	margin: 0;
	font-size: 16px;
	text-transform: initial;
}

#edit-group-member-count {
	font-size: 12px;
}

#add-group-pic {
	/*padding: 0 !important;*/
}

label.profile-image-name {
    height: 40px;
    width: 40px;
    background-color: #eceffc;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

label.list-profile-image-name {
  height: 40px;
  width: 40px;
  background-color: #eceffc;
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  font-size: 15px;
}

.scroll-div {
    max-height: 350px;
    overflow-y: auto;
}

a.open-scheduled-message-box {
    display: flex;
    line-height: 24px;
}
span.show-date {
    font-size: 14px;
    padding: 0 4px;
    color: #000;
}

.sendMessageForm-inner {
    padding: 15px;
    /*border-radius: 10px;*/
    /*border: 1px solid rgb( 240, 240, 240);*/
    margin-bottom: 0px;
    /*position: relative;*/
}

span.before {
    width: 4px;
    margin-top: 10px;
    left: 0;
    height: 28px;
    background: rgb(255, 191, 75);
    float: left;
}

/*.sendMessageForm-inner-before {*/
/*	position: relative;*/
/*}*/

/*.sendMessageForm-inner-before:before {*/
/*    width: 4px;*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 0;*/
/*    height: 28px;*/
/*    content: "";*/
/*    background: rgb(255, 191, 75);*/
/*}*/

.contacts-header {
    padding: 0 18px;
}

#messages-main-content #top-bar-avatar {
    height: 40px;
}

.cursor-pointer {
	cursor: pointer;
}

.showAllTemplate {
	display: none;
}

.template_main_div .one-template-feed {
    cursor: pointer;
    height: 100%;
}

.email-newsletter {
background-color: #f1f1f1;
padding: 10px 18px;
border-radius: 12px;
display: flex;
justify-content: flex-start;
align-items: center;
cursor: pointer;
}
.email-newsletter .email-newsletter-preview {
margin-right: 15px;
height: 100px;
width: 100px;
overflow: hidden;
border-radius: 8px;
cursor: pointer;
}
.email-newsletter .email-newsletter-preview img {
width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
border-radius: 8px;
}
.email-newsletter .email-newsletter-body {
}
.email-newsletter .email-newsletter-body small {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.email-newsletter .email-newsletter-body h2 {
    margin: 8px 0;
    font-size: 18px;
}
.email-newsletter .email-newsletter-body p {
    margin: 0;
    font-size: 14px;
}



.email-newsletter-full-preview {
padding: 18px;
background-color: #ffffff;
display: none;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
        border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;

}
.email-newsletter-full-preview .email-newsletter-full-preview-header {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 20px;
}
.email-newsletter-full-preview .email-newsletter-full-preview-header .email-newsletter-preview-close {
padding-right: 15px;
position: absolute;
right:0;
}
.email-newsletter-full-preview .email-newsletter-full-preview-header .email-newsletter-preview-close img {
height: 20px;
cursor: pointer;
}

.email-newsletter-full-preview .email-newsletter-full-preview-header .email-newsletter-header-title h2 {
    margin: 0 0 8px 0;
    font-size: 18px;
}
.email-newsletter-full-preview .email-newsletter-full-preview-header .email-newsletter-header-title p {
    margin: 0;
    font-size: 14px;
}

.email-newsletter-full-preview .email-newsletter-template-preview img {
max-width: 100%;
}

#messages-column {
	position: relative;
}


.email-newsletter-template-preview {
    overflow: auto;
    max-height: 100%;
}

.one-template-left-feed {
	border-radius: 0 !important;
}
.one-template-left-feed.active {
	    background: #eceffc;
}

#personal-info .personal-info-value {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.form-area-design {
    background: #f9f9f9;
    border-radius: 10px;
    border: 1px solid rgb( 240, 240, 240);
    margin-bottom: 10px;
}

.selected-image-preview {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #9e9e9e6b;
    padding: 15px 15px;
    display: none;
}

.selected-image-preview .selected-image-preview-inner {
	height: 100px;
    width: 100px;
    overflow: hidden;
    position: relative;
}

.selected-image-preview .selected-image-preview-inner .preview-img {
width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
border-radius: 8px;
}

.selected-image-preview .selected-image-preview-inner .preview-img-remove {
position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    height: 19px;
    background: #eceffc;
    border-radius: 100%;
    cursor: pointer;
}

.one-message-feed p {
    margin: 0 !important;
    margin-bottom: 5px !important;
}

.one-message-feed .one-messagen-name {
    font-weight: 600;
    color: #1c2538;
    font-size: 14px;
}

.eye-icon {
    float: left;
    height: 19px;
    margin-right: 5px;
}

.one-message-feed > div:nth-child(1) .profile-image-name {
    float: left;
    margin-right: 10px;
}

.one-message-feed > div:nth-child(1) .list-profile-image-name {
  float: left;
  margin-right: 10px;
}

.one-message-feed .profile-image-list {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: left;
    margin-right: 10px
}

.one-message-feed > div:nth-child(1) p.one-message-text {
    display: inline-block;
    background: #f8f8f8;
    padding: 5px 4px;
    border-radius: 12px;
    font-size: 10px;
    width: calc(50% - 4px);
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px 4px 0 0 !important;
    color: #000000;
    border: 1px solid #dedede;
    text-align: center;
}

.one-message-feed > div:nth-child(1) p.one-message-text:last-child {
    margin-right: 0 !important;
}

.noti-badge {
	background: #f3535e;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    margin-left: 10px;
    color: #ffffff;
}

#messages-main-content #messages-top-bar {
	background: #ffffff;
    box-shadow: 0px 0 1px 0px #00000054;
    z-index: 9;
}
#messages-main-content {
    height: 100vh;
    background: #f9f9f9;
}

#messages-form {
	background: #ffffff;
}

/*.one-message-feed p:first-child {*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*}*/

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

.list-profile-name {
    width: 100%;
}

div#selectedMemberDiv {
    padding: 10px 18px;
}

.one-group-member.one-add-member {
    padding: 15px 20px;
    margin: 0;
}


.group-user-list .group-list-row label {
    color: #8a8b93;
    font-size: 14px;
    text-transform: initial;
    letter-spacing: 0.1px;
    font-weight: 500;
    padding: 19px 0;
    display: block;
    text-align: center;
}

div#groupCheckList .modal-content {
    width: 420px;
    border-radius: 20px;
}

.group-user-list .group-list-row .one-message-feed {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1px;
    padding: 5px 15px;
    border-bottom: 1px solid gainsboro;
}

.group-user-list .group-list-row .one-message-feed div.text-right img {
    width: 100%;
    max-width: 100%;
    height: 25px;
    object-fit: cover;
    max-width: initial;
        border-radius: 100%;
}

.group-list-row botton {
    background-color: red;
}

.group-list-row #cancel_group_user {
    background-color: #f3535e;
    border: 1px solid #f3535e;
    padding: 5px 25px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    -webkit-transition: 0.55s;
    transition: 0.55s;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.group-list-row #send_message_group_user {
    background-color: #3c68ec;
    border: 1px solid #3c68ec;
    padding: 5px 25px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    -webkit-transition: 0.55s;
    transition: 0.55s;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
}

div#validUserList {
    max-height: 165px;
    overflow-y: auto;
}
div#invalidUserList {
    max-height: 165px;
    overflow-y: auto;
}
.group-user-list .group-list-row .one-message-feed > div:nth-child(2) {
    width: calc(100% - 30px);
    -webkit-box-flex: calc(100% - 30px);
    -ms-flex: calc(100% - 30px);
    flex: calc(100% - 30px);
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    text-align: left;
}
.group-user-list .group-list-row .one-message-feed > div:nth-child(1) {
    width: 30px;
    -webkit-box-flex: 30px;
    -ms-flex: 30px;
    flex: 30px;
    min-width: 30px;
    max-width: 30px;
}

.editGroupUser .one-group-member.one-add-member {
    padding: 10px 0px;
    margin: 0;
}

a#updateGroupBtn {
    width: 90%;
    margin: 0 auto;
    display: block;
}
#add-group-photo-members .add-members-block .contacts-header {
    padding: 0;
}

div#viewGroupMembers .one-group-member > div:nth-child(2) {
    padding-left: 10px;
}

#personal-profile-top div#add-group-pic {
    padding: 0 !important;
}


div#selectedMemberDiv label.list-profile-image-name {
    height: 25px;
    width: 25px;
    background-color: #eceffc;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    font-size: 10px;
}

.group-user-list .group-list-row label.profile-image-name {
    height: 25px;
    width: 25px;
    background-color: #eceffc;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    font-size: 10px;
    padding: 0;
}
div#selectedMemberDiv .one-selected-member span {
    font-size: 11px;
}

.one-message-feed.unread .list-profile-name p span {
    font-size: 14px;
    font-weight: 700;
}

.contact-search {
    width: 100%;
}

.contact-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-search form input[type="text"] {
    height: 40px;
    border: 0;
    background: rgba(209, 209, 212, 0.1);
    padding-left: 16px;
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
}

.contact-search form input[type="submit"] {
    width: 40px;
    min-width: 40px;
    cursor: pointer;
    max-width: 40px;
    border-radius: 10px;
    font-size: 0;
    background: url("../images/search-icon.svg") no-repeat center rgba(209, 209, 212, 0.1);
    background-size: 20px auto;
    height: 40px;
    border: 0;
}

.filter-button,.sort-button {
    position: relative;
}

.sort-button {
  width: 46px;
  height: 46px;
  margin: 0px 5px;
}

.sort-button-dropdown .dropbtn {
  background: #ffffff;
}

.sort-button-dropdown .show {
  display: block; margin-left:-120px;
}

label.selected-filter-badge {
    background: #f3535e;
    height: 8px;
    width: 8px;
    z-index: 9;
    position: absolute;
    border-radius: 100%;
    top: 10px;
    right: 10px;
}

.buttons-row a {
	position: relative;
}

.badge-msg:after {
    background: #f3535e;
    height: 7px;
    width: 7px;
    z-index: 9;
    position: absolute;
    border-radius: 100%;
    top: 7px;
    right: 7px;
    content: '';
}

div#profile-scrollable-area #profile-scrollbar {
    height: calc(100% - 80px);
}

#selectedMemberDiv .one-selected-member span:nth-child(1) img {
    width: 25px;
    height: 25px;
}
.bottom-button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-button a.the-button {
    margin: 3px;
}

#personal-profile-top #personal-profile-links a img {
	height: 17px;
}

div#newMsgShow {
    position: absolute !important;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    background: transparent !important;
    cursor: pointer;
}
div#messages-content {
    position: relative;
}

#personal-profile-top #personal-avatar img#userProfilePic {
    height: 90px;
}
#edit-profile-top img#single_profile_pic {
    border-radius: 100%;
}

#personal-profile-top #personal-avatar img#viewGroupLogoPreview {
    height: 90px;
}

span.cursor-pointer.profileName:hover {
    text-decoration: underline;
}

.group-user-list .group-list-row p {
    margin-bottom: 0 !important;
    font-size: 14px;
    text-transform: capitalize !important;
    padding-left: 5px;
}

#messages-content-scrollbar .one-message-content .one-message-content-name {
	margin-top: 0;
}

#messages-content-scrollbar .one-group-member.one-add-member .group-member-name {
    font-size: 13px;
    color: #1c2538;
    font-weight: 500;
    margin-bottom: 5px;
}

#allMessageList .one-group-member.one-add-member .group-member-name {
    margin-bottom: 5px;
}

#allMessageList .one-group-member.one-add-member .group-member-phone {
    display: inline-block;
    background: #f8f8f8;
    padding: 5px 4px;
    border-radius: 12px;
    font-size: 10px;
    width: calc(50% - 4px);
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px 4px 0 0 !important;
    color: #000000;
    border: 1px solid #dedede;
    text-align: center;
}

#personalize_ul li span {
	cursor: pointer;
}

#sendMessageForm button:disabled {
  background-color: #a2a2a2;
  background: #a2a2a2;
}

.toast {
    visibility: visible;
    max-width: 100%;
    width: auto;
    min-width: 300px;
    margin: auto;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    z-index: 999;
    left: auto;
    right: 20px;
    top: 12px;
    font-size: 16px;
    padding: 2px 10px;
}

.toast.success {
	background: #f5fce8;
	border: 1px solid #dbf3ac;
	color: #000000;
}
.toast.error {
	background: #feeeef;
	border: 1px solid #f9b2b7;
	color: #000000;
}
.toast .img{
	width: 50px;
	height: 50px;
    float: left;
    padding-top: 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
}

.toast .undo{
	width: 50px;
	height: 50px;
  right: 0px;
  /* float: right; */
  position: absolute;
    padding-top: 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
    cursor: pointer;
}
.toast.success .undo{
	color: #99dc13;
}

.toast.error .undo{
	color: #f46670;
}

.toast .desc{
    padding: 16px;
    overflow: hidden;
    text-wrap: balance;
    /* white-space: nowrap; */
	float: left;
}

#compose_template_btn {
	    display: flex;
    justify-content: center;
    align-items: center;
}

#edit-template-area {
	position: relative;
}

.edit-scheduled-datetime {
  position: relative;
}

.edit-scheduled-datetime input {
  background: transparent;
  border: 0;
  box-shadow: none;
  width: auto;
  outline: none;
}

.edit-scheduled-datetime::after {
  content: "";
    width: 13px;
    height: 13px;
    background: url(https://staging2.gleantap.com//assets/apps/app-scripts/omnichannel/images/timeline-dropdown.svg) no-repeat;
    top: 2px;
    right: 0px;
    position: absolute;
    display: inline-block;
}

#allMessageList .one-message-feed p.user-name-wrapper {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#allMessageList .one-message-feed .list-profile-icon {
    width: 50px;
}

#allMessageList .one-message-feed .list-profile-name {
    width: calc(100% - 50px);
}

.markUnread {
  filter: grayscale();
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.sort-selection.active {
  color: #fff;
  background-color: darkgrey;
}

.delete-conversation-tag, .edit-conversation-tag { display:none !important; float:right; }
.tagged-list > li:hover .delete-conversation-tag, .tagged-list > li:hover .edit-conversation-tag { display:inline-block !important; }



span.inbox-unread-count {
  background: #f3535e;
  border-radius: 100%;
  height: 18px;
  width: 18px !important;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  font-size: 10px !important;
  margin-left: 6px;
  color: #ffffff;
  display:none;
}

.assign-conversation-type:hover > .delete-conversation-tag, .assign-conversation-type:hover > .edit-conversation-tag { display:inline-block !important; }
.assign-conversation-type .tag-title { font-size: 14px; color: #555555; font-weight: 500; }

/* Style the tab */
#the-keywords .tab {
  overflow: hidden;
  border: 1px solid whitesmoke;
  background-color: #fff;
}

/* Style the buttons that are used to open the tab content */
#the-keywords .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6x 15px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
#the-keywords .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
#the-keywords .tab button.active {
  background-color: #eceffc;
  font-weight: 600;
}

/* Style the tab content */
#the-keywords .tabcontent {
  display: none;
  padding: 8px 2px;
  border-top: none;
}

#the-keywords #the-campaign-set {
  overflow-y: auto;
  max-height: 100px;
  display: flex;
  flex-wrap: wrap;
}

#the-keywords #the-campaign-set img {
  max-width: 80px;
  max-height: 50px;
  display: block;
}

#the-keywords #the-campaign-set b {
  display: block;
}

#the-keywords a.campaign_template_title {
  flex: 1 0 20%;
}

#the-keywords .view_campaign_template {
  float: right;
}


#the-keywords .campaign_template_title span {
  color: blue;
}

#show-preview-mail-div {
  max-height: 125px;
  overflow-y: auto;
}

#hide-preview-mail-div {
  font-weight: 600;
  color: blue;
  font-size:10px;
  cursor: pointer;
}
#the-keywords a.campaign_template_title * {
  font-size: 10px;
}
