* {
  margin: 0;
  padding: 0;
  /* [disabled]display: inline-block; */ }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3; }

.d-flex {
  display: flex; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mt-4 {
  margin-top: 4rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mb-4 {
  margin-bottom: 4rem; }

.form-signin {
  width: 90%;
  max-width: 500px;
  margin: 10% auto 0; }
  .form-signin .input-group {
    margin-bottom: 10px; }
  .form-signin .btn {
    width: 100%;
    margin-top: 10px; }

#screen {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

body.day #screen {
  background: #fff;
  color: #323232; }

body.night #screen {
  background: #1d2733;
  color: #fff; }

body.day a, body.day button {
  color: #b0b8c1 !important;
  border: none;
  background: none; }
body.day a:hover, body.day button:hover {
  color: #7360f2 !important; }
body.day #phones_list::-webkit-scrollbar-track,
body.day #messages_list::-webkit-scrollbar-track,
body.day div::-webkit-scrollbar-track,
body.day .message-input::-webkit-scrollbar-track {
  background-color: #f5f6f8; }
body.day #phones_list::-webkit-scrollbar-thumb,
body.day #messages_list::-webkit-scrollbar-thumb,
body.day div::-webkit-scrollbar-thumb,
body.day .message-input::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #b0b8c1;
  cursor: pointer; }
body.day #phones_list::-webkit-scrollbar-thumb:hover,
body.day #messages_list::-webkit-scrollbar-thumb:hover,
body.day div::-webkit-scrollbar-thumb:hover,
body.day .message-input::-webkit-scrollbar-thumb:hover {
  background-color: #9da4ac; }
body.day #top {
  background: #f5f6f8;
  border-bottom: 1px solid #e4e9f2;
  text-align: right; }
  body.day #top .login {
    color: #6f6f6f; }
    body.day #top .login a, body.day #top .login button {
      color: #6f6f6f !important; }
    body.day #top .login a:hover, body.day #top .login button:hover {
      color: #8e8e8e !important; }
body.day .screens-head {
  border-bottom: 1px solid #e4e9f2;
  background: #f5f6f8; }
  body.day .screens-head #active_phone .col-xs-6 a {
    color: #6f6f6f !important; }
  body.day .screens-head #active_phone .col-xs-6 a:hover {
    color: #7360f2 !important;
    text-decoration: none; }
body.day #left-screen {
  border-right: 1px solid #e4e9f2;
  background: #fff; }
body.day #search #search_input {
  background: #f5f6f8;
  color: #6f6f6f !important;
  outline: 0px !important; }
body.day #search .search-info {
  background: #f5f6f8;
  color: #6f6f6f !important; }
body.day .new-chat {
  border-bottom: 1px solid #e4e9f2; }
  body.day .new-chat .new_chat_btn {
    background: #f5f6f8;
    color: #6f6f6f !important; }
body.day #phones_list .phone-item.active {
  background: #f5f6f8; }
body.day #phones_list .phone-item {
  border-bottom: 1px solid #e4e9f2; }
  body.day #phones_list .phone-item .phone-title {
    color: #323232; }
  body.day #phones_list .phone-item .unread-count {
    background: #b0b8c1; }
  body.day #phones_list .phone-item .last-msg-text {
    color: #6f6f6f; }
body.day #phones_list #menu a {
  color: #6f6f6f !important; }
body.day #phones_list #menu a:hover {
  background-color: #f5f6f8; }
body.day #phones_list .phone-item > .last-msg-full-text {
  background: #f5f6f8;
  color: #6f6f6f;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 3px; }
body.day #phones_list .phone-item-container .phone-item-btn-group {
  background: #f5f6f8;
  box-shadow: rgba(0, 0, 0, 0.2) -3px 0px 3px 0px; }
body.day #phones_list .phone-item:hover {
  background: #f5f6f8; }
body.day #messages #messages_list .message a {
  color: #6f6f6f !important; }
body.day #messages #messages_list .message a:hover {
  color: #7360f2 !important; }
body.day #messages #messages_list .message.incoming > div {
  background-color: #efefef; }
body.day #messages #messages_list .message.outgoing > div {
  background-color: #d8ebff; }
body.day #messages #messages_list .message.comment > div {
  background-color: #c8beff; }
  body.day #messages #messages_list .message.comment > div a {
    color: #6f6f6f !important; }
  body.day #messages #messages_list .message.comment > div a:hover {
    color: #7360f2 !important; }
body.day #messages #messages_list .non-select-phone {
  background: #f5f6f8;
  color: #6f6f6f; }
body.day #messages #message_input {
  border-top: 1px solid #e4e9f2;
  background: #fff; }
  body.day #messages #message_input button {
    background: none; }
  body.day #messages #message_input .icon {
    opacity: 0.6; }
    body.day #messages #message_input .icon img {
      filter: none; }
  body.day #messages #message_input #message_type {
    border: 1px solid #e4e9f2;
    border-right: none; }
    body.day #messages #message_input #message_type option {
      background: #fff;
      padding: 3px 4px; }
  body.day #messages #message_input .message-input-col .message-textarea-container .message-input.autosize {
    border: 1px solid #e4e9f2; }
body.day .popUp_frame {
  background: rgba(0, 0, 0, 0.3); }
  body.day .popUp_frame .popUp {
    background: #fff;
    border: 2px solid #e4e9f2;
    color: #6f6f6f; }
    body.day .popUp_frame .popUp .popUp_head {
      color: #6f6f6f; }
    body.day .popUp_frame .popUp .popUp_content label {
      color: #6f6f6f; }
    body.day .popUp_frame .popUp .popUp_content .form-control {
      border: 1px solid #e4e9f2; }
    body.day .popUp_frame .popUp .popUp_content .buttons .button {
      color: #b0b8c1 !important; }
    body.day .popUp_frame .popUp .popUp_content .buttons .button:hover {
      color: #7360f2 !important; }
    body.day .popUp_frame .popUp .popUp_content option {
      background: #fff; }
  body.day .popUp_frame .site-users-popup .new_user_btn {
    background: #f5f6f8;
    color: #6f6f6f !important; }
  body.day .popUp_frame .site-users-popup .popUp_content .row {
    color: #6f6f6f;
    background-color: #f5f6f8; }
  body.day .popUp_frame .site-users-popup .popUp_content .row:nth-child(2n) {
    background-color: transparent; }
  body.day .popUp_frame .templates-popup .popUp_content .row {
    padding: 0 !important; }
    body.day .popUp_frame .templates-popup .popUp_content .row a {
      color: #6f6f6f !important;
      display: block;
      width: 100%;
      min-height: 30px;
      padding: 5px 8px;
      position: relative; }
    body.day .popUp_frame .templates-popup .popUp_content .row a:hover {
      color: #fff !important; }
  body.day .popUp_frame .templates-popup .popUp_content .row:hover {
    color: #6f6f6f;
    background-color: #b0b8c1; }
body.day #schedule_datetime_info {
  color: #6f6f6f; }

body.night a, body.night button {
  color: #76879a !important;
  background: none;
  border: none;
  transition: 0.3s all linear; }
body.night a:hover, body.night button:hover {
  color: #7360f2 !important; }

#top {
  background: #243448;
  border-bottom: 1px solid #354657;
  text-align: right; }
  #top #menu {
    display: none; }
  #top .login {
    padding: 3px 15px;
    font-size: 14px;
    line-height: 18px; }
    #top .login button {
      background: none;
      color: inherit;
      border: none;
      margin: 0 5px; }
    #top .login i {
      font-size: 16px; }

.screens-head {
  height: 66px;
  border-bottom: 1px solid #354657;
  padding: 10px 0; }

#left-screen {
  border-right: 1px solid #354657;
  padding-right: 0;
  width: 30%;
  position: absolute;
  left: 0;
  height: calc(100% - 25px); }

#left-screen .buttons-sidebar .nav {
  display: block;
  width: fit-content;
  margin: 0 auto; }
#left-screen .buttons-sidebar .nav-pills > li + li {
  margin-left: 0px; }
#left-screen .buttons-sidebar a {
  text-align: center;
  font-size: 36px;
  background-color: transparent !important;
  border-radius: 0;
  padding: 0; }
#left-screen .buttons-sidebar .active a {
  color: #7360f2 !important; }

.new-chat {
  border-bottom: 1px solid #354657;
  padding: 10px; }
  .new-chat .new_chat_btn {
    height: 28px;
    width: 160px;
    border-radius: 14px;
    background: #243448;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 28px;
    transition: 0.3s all linear; }
    .new-chat .new_chat_btn i {
      margin-right: 5px; }
  .new-chat .new_chat:hover {
    background: #2f4156; }

#phones_list::-webkit-scrollbar-button,
#messages_list::-webkit-scrollbar-button,
div::-webkit-scrollbar-button,
.message-input::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 5px;
  height: 0px; }

#phones_list::-webkit-scrollbar-track,
#messages_list::-webkit-scrollbar-track,
div::-webkit-scrollbar-track,
.message-input::-webkit-scrollbar-track {
  background-color: #354657; }

#phones_list::-webkit-scrollbar-thumb,
#messages_list::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb,
.message-input::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #5d6d81; }

#phones_list::-webkit-scrollbar-thumb:hover,
#messages_list::-webkit-scrollbar-thumb:hover,
div::-webkit-scrollbar-thumb:hover,
.message-input::-webkit-scrollbar-thumb:hover {
  background-color: #56999f; }

#phones_list::-webkit-resizer,
#messages_list::-webkit-resizer,
div::-webkit-resizer,
.message-input::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0px; }

#phones_list::-webkit-scrollbar,
#messages_list::-webkit-scrollbar,
div::-webkit-scrollbar,
.message-input::-webkit-scrollbar {
  width: 6px; }

#schedule_datetime_info a {
  color: inherit !important;
  font-weight: 600;
  text-decoration: underline; }
#schedule_datetime_info a:hover {
  opacity: 0.7; }

#phones_list {
  height: 100%;
  overflow: auto; }
  #phones_list .phone-item-container {
    position: relative; }
    #phones_list .phone-item-container .phone-item-btn-group {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 9999;
      background: #2f4156;
      box-shadow: -3px 0px 3px 0px rgba(0, 0, 0, 0.3);
      height: 100%;
      padding: 10px;
      display: none; }
      #phones_list .phone-item-container .phone-item-btn-group button {
        display: block;
        margin: 4px auto; }
      #phones_list .phone-item-container .phone-item-btn-group a {
        display: block;
        margin: 4px auto;
        text-align: center;
        text-decoration: none !important; }
  #phones_list .phone-item-container:hover .phone-item-btn-group {
    display: block; }
  #phones_list .phone-item {
    padding: 15px;
    border-bottom: 1px solid #354657;
    display: block;
    transition: 0.3s all linear;
    position: relative; }
    #phones_list .phone-item .phone-title {
      font-size: 15px;
      font-weight: 700;
      color: #fff; }
    #phones_list .phone-item .message-date {
      text-align: right;
      color: #588789;
      font-size: 12px; }
    #phones_list .phone-item .last-msg-text {
      height: 38px;
      overflow: hidden;
      margin-top: 5px;
      color: #588789;
      font-size: 15px;
      line-height: 1.3; }
    #phones_list .phone-item .phone-full {
      color: #588789; }
    #phones_list .phone-item .unread-count {
      position: absolute;
      height: 30px;
      width: 30px;
      line-height: 30px;
      border-radius: 50%;
      color: #fff;
      background: #7360f2;
      font-size: 18px;
      text-align: center;
      right: 15px;
      top: 32px;
      z-index: 990; }
    #phones_list .phone-item button {
      font-size: 20px;
      padding: 5px;
      display: block;
      margin: 0 auto; }
  #phones_list .phone-item:hover {
    background: #2f4156; }
  #phones_list .phone-item.active {
    background: #243448; }
  #phones_list .phone-item > .last-msg-full-text {
    /*display: none;*/
    position: absolute;
    width: 300px;
    font-size: 12px;
    line-height: 1.2;
    background: #2f4156;
    color: #fff;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
    padding: 10px;
    /*	top: 0;*/
    left: 15px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s linear 0.3s; }
  #phones_list .phone-item:hover > .last-msg-full-text {
    /*display: block;*/
    opacity: 1;
    visibility: visible; }
  #phones_list #menu a {
    display: block;
    padding: 10px 25px;
    color: #fff !important;
    background-color: transparent;
    text-decoration: none; }
    #phones_list #menu a i {
      font-size: 20px;
      height: 38px;
      width: 38px;
      display: inline-block;
      line-height: 38px;
      text-align: center;
      border-radius: 50%;
      margin-right: 9px; }
  #phones_list #menu a:hover {
    background-color: #2f4156; }

#search #search_input {
  height: 28px;
  width: 80%;
  border-radius: 14px;
  background: #243448;
  color: #fff !important;
  font-size: 14px;
  padding: 0 15px;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 28px;
  border: none; }
#search .search-info {
  height: 28px;
  border-radius: 14px;
  background: #243448;
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 0 24px;
  margin: 50px auto 0;
  line-height: 28px;
  width: fit-content;
  max-width: 360px; }
#search .archived {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 11px 0 0;
  position: absolute;
  width: 30px;
  left: 0; }

#right-screen {
  width: 70%;
  left: 30%;
  height: calc(100% - 25px);
  position: absolute; }

#active_phone {
  padding: 0 15px; }
  #active_phone .phone-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px; }
  #active_phone .col-xs-2 {
    text-align: right; }
  #active_phone .icon {
    font-size: 24px;
    margin: 5px; }

#messages {
  height: calc(100% - 66px); }
  #messages #messages_list {
    height: calc(100% - 60px);
    overflow: auto;
    padding: 0 15px; }
    #messages #messages_list .non-select-phone {
      height: 28px;
      border-radius: 14px;
      background: #243448;
      font-size: 14px;
      text-align: center;
      display: block;
      width: 320px;
      margin: 50px auto 0;
      line-height: 28px; }
    #messages #messages_list .message {
      padding: 0 15px; }
      #messages #messages_list .message .msg-title {
        font-size: 14px;
        font-weight: 700;
        color: #588789;
        margin-bottom: 2px; }
      #messages #messages_list .message .msg-text {
        font-size: 14px;
        line-height: 1.1;
        white-space: pre-wrap;
        overflow: hidden; }
      #messages #messages_list .message .msg-date {
        font-size: 11px;
        color: #588789;
        text-align: right;
        margin-top: 5px; }
      #messages #messages_list .message .msg-icon {
        font-size: 20px;
        margin-bottom: 8px; }
      #messages #messages_list .message .msg-action {
        margin-top: 8px; }
    #messages #messages_list .scheduled-msg > div {
      border-left: 4px solid #ffa500; }
      #messages #messages_list .scheduled-msg > div .msg-icon {
        color: #ffa500; }
    #messages #messages_list .error-msg > div {
      border-left: 4px solid #f00; }
      #messages #messages_list .error-msg > div .msg-icon {
        color: #f00; }
    #messages #messages_list .message > div {
      max-width: 70%;
      margin: 10px 0;
      padding: 5px 10px;
      border-radius: 5px; }
    #messages #messages_list .message.incoming > div {
      float: left;
      background-color: #243448; }
    #messages #messages_list .message.outgoing > div {
      float: right;
      background-color: #163b60; }
    #messages #messages_list .message.comment > div {
      float: right;
      background-color: #2f265f; }
  #messages #message_input {
    height: auto;
    border-top: 1px solid #354657;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #1d2733; }
    #messages #message_input button {
      font-size: 24px;
      display: block;
      margin: 0px auto; }
    #messages #message_input .icon {
      opacity: 0.6;
      margin: 0 3px;
      transition: 0.2s all linear;
      width: 30px;
      padding: 3px 0; }
      #messages #message_input .icon img {
        height: 24px;
        width: auto;
        display: block;
        margin: 0 auto;
        filter: invert(260%) sepia(120%) saturate(760%) hue-rotate(171deg) brightness(92%) contrast(89%); }
    #messages #message_input .icon:hover {
      opacity: 1 !important; }
    #messages #message_input #message_type {
      border: 1px solid #354657;
      background: none;
      color: #76879a !important;
      border-radius: 6px 0 0 6px;
      width: 85px;
      border-right: none; }
      #messages #message_input #message_type option {
        background: #1d2733;
        padding: 3px 4px; }
    #messages #message_input .message-options-col {
      flex: 0 0 auto;
      padding: 4px 7px;
      align-items: start; }
    #messages #message_input .message-input-col {
      padding: 0;
      flex: 1 1 auto;
      min-width: 0;
      flex-wrap: wrap; }
      #messages #message_input .message-input-col .message-textarea-container {
        position: relative;
        width: calc(100% - 85px); }
        #messages #message_input .message-input-col .message-textarea-container .message-input.autosize {
          background-color: transparent;
          display: block;
          width: 100%;
          box-sizing: border-box;
          line-height: 1.4;
          padding: 8px 40px 8px 10px;
          border: 1px solid #354657;
          border-radius: 0 6px 6px 0;
          overflow: hidden;
          resize: none;
          white-space: pre-wrap;
          overflow-wrap: anywhere; }
      #messages #message_input .message-input-col .emoji-button {
        position: absolute;
        right: 4px;
        top: 4px;
        z-index: 99; }
    #messages #message_input .message-send-col {
      flex: 0 0 auto;
      padding: 0 20px; }
      #messages #message_input .message-send-col button.send {
        margin: 2px auto; }
        #messages #message_input .message-send-col button.send img {
          width: auto;
          height: 34px; }

#upload_block_info {
  width: 50%;
  float: right; }

#upload {
  font-size: 14px !important;
  width: 100px;
  height: 22px;
  border: 1px solid #76879a;
  border-radius: 5px;
  color: #76879a !important;
  line-height: 22px; }

#new_attaches {
  position: absolute;
  top: -120px;
  z-index: 500;
  background: #f5f6f8;
  height: 120px; }

/* PopUp Styles */
.popUp_frame {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.7); }
  .popUp_frame .popUp {
    position: relative;
    min-width: 30%;
    max-width: 95%;
    width: fit-content;
    margin: 0 auto;
    top: 35%;
    background: #1d2733;
    border: 2px solid #243448;
    padding: 10px;
    border-radius: 10px; }
    .popUp_frame .popUp .popUp_head {
      padding: 5px 8px;
      color: #fff;
      width: 100%; }
      .popUp_frame .popUp .popUp_head h4 {
        margin: 0;
        text-align: center; }
    .popUp_frame .popUp .popUp_content {
      padding: 8px 8px 0px;
      text-align: center;
      height: 100%;
      position: relative;
      color: #588789; }
      .popUp_frame .popUp .popUp_content .form-control {
        color: inherit;
        background: none;
        border: 1px solid #243448; }
      .popUp_frame .popUp .popUp_content label {
        display: block;
        text-align: left;
        color: #fff; }
      .popUp_frame .popUp .popUp_content option {
        background: #1d2733; }
      .popUp_frame .popUp .popUp_content #form_submit {
        display: none; }
      .popUp_frame .popUp .popUp_content .buttons .button {
        color: #76879a !important;
        font-size: 33px;
        display: inline-block;
        margin: 0 15px;
        cursor: pointer;
        transition: 0.3s all linear; }
      .popUp_frame .popUp .popUp_content .buttons .button:hover {
        color: #7360f2 !important; }
      .popUp_frame .popUp .popUp_content .popUp_buttons {
        width: fit-content;
        margin: 15px auto 0; }
  .popUp_frame .templates-popup a {
    color: #6f6f6f !important; }
  .popUp_frame .site-users-popup {
    top: 20%; }
    .popUp_frame .site-users-popup .popUp_head button {
      position: absolute;
      top: 3px;
      right: 9px;
      font-size: 20px; }
    .popUp_frame .site-users-popup .new_user_btn {
      height: 28px;
      width: 160px;
      border-radius: 14px;
      background: #243448;
      color: #fff !important;
      font-size: 14px;
      text-align: center;
      display: block;
      margin-bottom: 10px;
      line-height: 28px;
      transition: 0.3s all linear; }
      .popUp_frame .site-users-popup .new_user_btn i {
        margin-right: 5px; }
    .popUp_frame .site-users-popup .new_user_btn:hover {
      background: #2f4156; }
    .popUp_frame .site-users-popup .popUp_content {
      height: auto;
      max-height: 500px;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0; }
      .popUp_frame .site-users-popup .popUp_content .row {
        text-align: left;
        padding: 5px 8px;
        color: #fff;
        background-color: #243448; }
        .popUp_frame .site-users-popup .popUp_content .row div:last-child {
          text-align: right; }
        .popUp_frame .site-users-popup .popUp_content .row div div:last-child {
          text-align: left; }
      .popUp_frame .site-users-popup .popUp_content .row:nth-child(2n) {
        background-color: #2f4156; }
      .popUp_frame .site-users-popup .popUp_content i {
        cursor: pointer;
        margin-right: 5px;
        transition: 0.3s all linear; }
      .popUp_frame .site-users-popup .popUp_content i:hover {
        opacity: 0.7; }
  .popUp_frame .edit-user-popup {
    top: 20%; }
    .popUp_frame .edit-user-popup .permission .title {
      font-size: 14px;
      font-weight: 700;
      color: #fff; }
    .popUp_frame .edit-user-popup .permission label {
      font-weight: normal; }
    .popUp_frame .edit-user-popup .permission table {
      background: none;
      border: none;
      text-align: left;
      vertical-align: top; }
      .popUp_frame .edit-user-popup .permission table tr {
        background: none;
        border: none;
        text-align: left;
        vertical-align: top; }
        .popUp_frame .edit-user-popup .permission table tr td {
          background: none;
          border: none;
          text-align: left;
          vertical-align: top; }
          .popUp_frame .edit-user-popup .permission table tr td label {
            font-weight: 700; }
        .popUp_frame .edit-user-popup .permission table tr td:last-child {
          padding-left: 8px; }
        .popUp_frame .edit-user-popup .permission table tr td:first-child {
          width: 2%; }
        .popUp_frame .edit-user-popup .permission table tr td:nth-child(2) {
          padding-left: 8px;
          width: 38%; }
        .popUp_frame .edit-user-popup .permission table tr td:nth-child(3) {
          width: 60%; }
    .popUp_frame .edit-user-popup .permission .overflow_window {
      width: 100%;
      max-height: 420px;
      overflow-y: auto; }
    .popUp_frame .edit-user-popup .permission .select_all {
      margin: 10px 0;
      text-align: left; }
      .popUp_frame .edit-user-popup .permission .select_all span {
        cursor: pointer;
        text-decoration: underline;
        margin-right: 10px;
        transition: 0.3s all linear; }
      .popUp_frame .edit-user-popup .permission .select_all span:hover {
        opacity: 0.7; }

.popUpMsg {
  position: fixed;
  z-index: 99999;
  width: 340px;
  left: 50%;
  margin-left: -170px;
  top: 45%;
  font-size: 18px;
  text-align: center;
  padding: 20px; }

@media screen and (max-width: 768px) {
  #left-screen {
    display: none;
    width: 100%;
    z-index: 900;
    background: #1d2733; }

  #right-screen {
    width: 100%;
    left: 0; }

  #top {
    padding: 8px 15px; }
    #top #site_menu {
      display: block;
      position: absolute;
      z-index: 910;
      top: 1px;
      left: 23px; }
      #top #site_menu .menu_btn {
        padding: 5px;
        width: 52px;
        cursor: pointer;
        position: relative;
        height: 40px;
        line-height: 30px; }
      #top #site_menu .menu_toggle {
        width: 30px;
        height: 3px;
        background: #76879a;
        margin: 5px; }
      #top #site_menu #menu_btn_cl {
        display: none; }
        #top #site_menu #menu_btn_cl .menu_toggle:first-child {
          transform: rotate(45deg);
          margin: 0;
          top: 13px;
          left: 5px;
          position: relative; }
        #top #site_menu #menu_btn_cl .menu_toggle:last-child {
          transform: rotate(-45deg);
          margin: 0;
          position: relative;
          top: 10px;
          left: 5px; }

  #active_phone .icon {
    display: none; }

  #messages #messages_list {
    height: calc(100% - 171px);
    overflow: auto;
    padding: 0 15px; }
    #messages #messages_list .message > div {
      max-width: 85%; }
    #messages #messages_list .message .msg-att img {
      width: 150px !important;
      height: 150px !important;
      margin-left: auto !important;
      margin-right: auto !important; }
  #messages #message_input {
    min-height: 150px;
    border-top: 1px solid #354657;
    padding: 10px 0 20px;
    position: absolute;
    bottom: 0;
    width: 100%; }
    #messages #message_input .message-options-col {
      display: block;
      padding: 0 7px; }
      #messages #message_input .message-options-col .icon:nth-child(2) {
        margin: 12px 3px; }
    #messages #message_input .message-input-col {
      padding: 0;
      display: block; }
      #messages #message_input .message-input-col #message_type {
        width: 100%;
        margin-bottom: 7px;
        border-radius: 4px;
        border: 1px solid;
        border-color: #354657;
        padding: 3px 8px; }
      #messages #message_input .message-input-col .message-textarea-container {
        width: 100%; }
        #messages #message_input .message-input-col .message-textarea-container .message-input.autosize {
          border-radius: 4px;
          padding: 3px 36px 3px 10px; }
    #messages #message_input .message-input {
      height: 80px; }
    #messages #message_input .message-send-col {
      padding: 0 7px; }
      #messages #message_input .message-send-col button.send {
        margin-top: 38px; }
  #messages #message_input > div {
    min-height: 25px; }

  .popUp_frame .edit-user-popup {
    top: 10%; }
    .popUp_frame .edit-user-popup .popUp_content {
      height: auto;
      max-height: 500px;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0; }
  .popUp_frame .site-users-popup .popUp_content .row > div:last-child {
    text-align: right; }
  .popUp_frame .site-users-popup .popUp_content .row div div:last-child {
    text-align: left; }
  .popUp_frame .popUp {
    width: 94%;
    top: 10%; }

  body.day #messages #message_input #message_type {
    border: 1px solid;
    border-color: #e4e9f2; } }

/*# sourceMappingURL=styles.css.map */
