<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "San Francisco", -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", Roboto, "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;

  position: fixed;

  display: block;

  width: 100vw;
  min-width: 1024px;
  height: 100vh;
  margin: 0;
  padding: 0;

  background-size: 90%;

  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.main {
  background: url("../img/Plashka.png");
  width: 100%;
  height: 100%;
  position: relative;
  /* background-position-y: 85px; */
}

.bg {
  width: 1920px;
  height: 1080px;
  background-image: url("../img/bege.jpeg");
  background-size: 100%;
  position: absolute;
}

li {
  list-style-type: none;
}

#lbMsg {
  font-size: 26px;
  transition: padding-top 0.25s ease-in-out;
  color: #151414;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  padding: 10px;
  width: 800px;
  bottom: 65px;
  right: 55px;
}

#lbMsg .selected {
  background-color: transparent !important;
}

#lbMsg&gt; :first-child {
  /* position: absolute; */
  transition: height 0.2s;
}

#lbMsg::-webkit-scrollbar-button,
.hoverLi&gt;.text::-webkit-scrollbar-button {
  width: 0;
  height: 0;

  background-image: url("");
  background-repeat: no-repeat;
}

#lbMsg::-webkit-scrollbar-track,
.hoverLi&gt;.text::-webkit-scrollbar-track {
  background-color: #ecedee;
}

#lbMsg::-webkit-scrollbar-thumb,
.hoverLi&gt;.text::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #6dc0c8;
}

#lbMsg::-webkit-scrollbar-thumb:hover,
.hoverLi&gt;.text::-webkit-scrollbar-thumb:hover {
  background-color: #56999f;
}

#lbMsg::-webkit-resizer,
.hoverLi&gt;.text::-webkit-resizer {
  width: 4px;
  height: 0;

  background-image: url("");
  background-repeat: no-repeat;
}

#lbMsg::-webkit-scrollbar {
  width: 0;
}

.hoverLi&gt;.text::-webkit-scrollbar {
  width: 4px;
}

#lbMsg {
  overflow-y: scroll;
  max-height: 100vh;
}

#lbMsg .hoverLi {
  opacity: 1;
}

#msgList .msgList&gt;li {
  position: relative;
}

#lbMsg .msg.selected {
  color: #202020;
  background-color: white !important;
  box-shadow: 0 0 3px #08e;
}

#lbMsg .msg {
  /* position: absolute;
  margin: 8px;
  padding: 13px 10px 15px 56px;
  transition: all 0.6s;
  opacity: 0.8;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); */

  opacity: 1;
  /* width: 800px;
  bottom: 65px;
  right: 55px; */

  margin: 8px;
  transition: all 0.6s;
  /* opacity: 0.8; */
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, .15); */
  padding: 23px 20px 25px 76px;
  background-color: transparent;
  color: #151414;
  /* text-shadow: 2px 2px 4px #000000; */
  font-weight: 300;
  font-family: Source Sans Pro, sans-serif;
  margin-bottom: 0;
  overflow: hidden;
  max-height: 178px;
  min-height: 178px;
  /* background: url("../img/greystatic.png"); */
  /* background-position: 0% 0%; */
}

#lbMsg .msg .text {
  line-height: 1.2;
  font-weight: 600;
  max-height: 107px;
  overflow: hidden;
  font-size: 30px;
  margin-left: 35px;
  clear: both;
  overflow: hidden;
  margin-top: 10px;
  transition: 0.3s;
  color: #fff;
  font-weight: 400;
}

#lbMsg .msg .icon {
  position: absolute;
  left: 82px;
  display: block;
  width: 45px;
  height: 45px;
  /* margin-top: -6px; */
  opacity: 0.9;
  /* border-radius: 20px; */
  background: url(../img/channel-none.png) no-repeat center;
  background-size: contain;
  /* box-shadow: 7px 6px 10px #888888; */

  margin-top: 6px;
  margin-left: -10px;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  border-radius: 9px;
}

#lbMsg .msg .author,
#lbMsg .msg .dateTime {
  display: inline-block;
  /* color: #151414; */
  color: #597da3;
  /* color: #808080; */
}

#lbMsg .msg .author {
  font-weight: 600;

  /* font-size: 26px; */
  font-size: 40px;
  font-weight: 600;
  margin-top: 6px;
  margin-left: 35px;

  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  /*text-transform: uppercase;*/
}

#lbMsg .msg .dateTime {
  font-size: 25px;
  position: absolute;
  right: 25px;
  top: 6px;
}

#lbMsg .msg.chan-fb .icon {
  background-image: url("../img/channel-fb.png");
}

#lbMsg .msg.chan-fbcomm .icon {
  background-image: url("../img/channel-fbcomments.png");
}

#lbMsg .msg.chan-ok .icon {
  background-image: url("../img/channel-ok.png");
}

#lbMsg .msg.chan-tlgr .icon {
  background-image: url("../img/channel-telegram.png");
}

#lbMsg .msg.chan-vk .icon {
  background-image: url("../img/vkwhite.png");
}

#lbMsg .msg.chan-vkcomm .icon {
  background-image: url("../img/channel-vkcomments.png");
}

#lbMsg .msg.chan-sms .icon {
  background-image: url("../img/channel-sms.png");
}

#lbMsg .msg.chan-vbr .icon {
  background-image: url("../img/channel-viber.png");
}

#lbMsg .msg.chan-live .icon {
  background-image: url("../img/channel-live.png");
}

#lbMsg .msg.chan-whatsapp .icon {
  background-image: url("../img/channel-whatsapp.png");
}

#lbMsg .msg.chan-smsmoney .icon {
  background-image: url("../img/channel-smsRub.png");
}

#lbMsg .msg.chan-fbinstagram .icon {
  background-image: url("../img/channel-inst.png");
}

#lbMsg .msg.yt_live .icon {
  background-image: url("../img/yt_live_buttom.png");
}

/* #lbMsg .msg.chan-fb .icon {
  background-image: url("../img/channel-fb.png");
} */
#lbMsg .msg .idMark {
  font-size: 0.8em;

  position: absolute;
  left: 16px;

  display: none;
  overflow: hidden;

  width: 42px;
  height: 16px;
  margin-top: 32px;

  text-align: right;

  color: rgba(0, 0, 0, 0.5);
}

#lbMsg .msg .dateTime {
  font-size: 0.85em;

  margin-bottom: 10px;
  margin-left: 1em;
}

#lbMsg .msg .fav-btn,
#lbMsg .msg .minimize-btn,
#lbMsg .msg .action-mnu,
#lbMsg .msg .ignored,
#lbMsg .msg .tag {
  display: block;
  float: right;

  min-width: 24px;
  height: 24px;
  margin-top: -3px;

  transition: opacity 0.25s ease-in-out;

  opacity: 0.33;
  background-size: 100%;
}

#lbMsg .msg .fav-btn:hover,
#lbMsg .msg .minimize-btn:hover,
#lbMsg .msg .action-mnu:hover,
#lbMsg .msg .ignored:hover,
#lbMsg .msg .tag:hover {
  opacity: 0.75;
}

#lbMsg .msg .fav-btn {
  margin-right: -3px;

  cursor: pointer;

  opacity: 0.6;
  background-image: url("../img/favoriteOff@2x.png");
}

#lbMsg .msg .fav-btn:hover {
  opacity: 0.5;
  background-image: url("../img/favoriteOn@2x.png");
}

#lbMsg .msg .fav-btn.on {
  opacity: 1;
  background-image: url("../img/favoriteOn@2x.png");
}

#lbMsg .msg .fav-btn.on:hover {
  opacity: 0.75;
}

#lbMsg .msg .minimize-btn {
  cursor: pointer;

  background-image: url("../img/resize@2x.png");
}

#lbMsg .msg .action-mnu {
  cursor: pointer;

  background-image: url("../img/cog@2x.png");
}

#lbMsg .msg .action-mnu.selected {
  opacity: 1;
  border-radius: 3px;
  background-color: #08e !important;
  background-image: url("../img/cog-white@2x.png");
}

#lbMsg .msg .tag {
  line-height: 2em;

  padding: 0 10px;

  opacity: 0.75;
  color: white;
  border-radius: 3px;
  background-color: rgba(100, 140, 180, 0.75);
}

#lbMsg .msg .tag:before {
  content: "#";
}

#lbMsg .msg .ignored {
  opacity: 0.75;
  background-image: url("../img/ignored@2x.png");
}

#lbMsg .msg .labels {
  position: absolute;
  right: 2px;

  width: 100px;
  height: 14px;
  margin-top: -17px;
  margin-right: 18px;

  text-align: right;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);

    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);

    opacity: 1;
  }
}

@-moz-keyframes slide-down {
  0% {
    -moz-transform: translateY(-100%);

    opacity: 0;
  }

  100% {
    -moz-transform: translateY(0);

    opacity: 1;
  }
}

#lbMsg .msg .labels span {
  display: inline-block;

  width: 12px;
  height: 12px;
  margin-top: -8px;
  margin-left: -5px;
  padding: 0;

  border: 2px solid #eee;
  border-radius: 10px;
}

.hide-content {
  display: none;
}

.msgListFull {
  position: relative;
  display: inline-grid;
  width: 25%;
  margin-bottom: 30px;
  transition: height 0.2s;
}

.full-screen {
  position: fixed;
  right: 20px;
  bottom: 20px;

  width: 40px;
  height: 40px;

  cursor: pointer;
  transition: 0.3s;

  opacity: 0.2;
}

.full-screen:hover {
  opacity: 0.9;
}

#present {
  margin: 0 auto;
}

#message-action-menu {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;

  display: none;

  width: 100vw;
  height: 100vh;

  opacity: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

#message-action-menu ul {
  position: absolute;

  margin: 0;
  padding: 5px 10px 10px 10px;

  list-style: none;

  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.3);
}

#message-action-menu ul li:not(.separator) {
  margin: 0 -11px;
  padding: 8px 22px;

  color: #404040;
}

#message-action-menu ul li:not(.separator):hover:not(.disabled) {
  cursor: pointer;

  color: white;
  background-color: #08e;
}

#message-action-menu ul li:not(.separator).label {
  display: inline-block;

  margin: -3px 0 0 0;
  padding: 8px 8px 5px;

  border-radius: 3px;
}

#message-action-menu ul li:not(.separator).label span {
  display: inline-block;

  width: 12px;
  height: 12px;

  border: 2px solid white;
  border-radius: 10px;
}

#message-action-menu ul li:not(.separator).label span.mark {
  border: 2px solid rgba(0, 0, 0, 0.5);
}

#message-action-menu ul li.separator {
  height: 1px;
  margin: 5px -10px;

  background-color: rgba(0, 0, 0, 0.2);
}

#message-action-menu.shown {
  display: block;

  transition: opacity 0.5s ease-in-out;

  opacity: 1;
}

#message-action-menu-spam:before,
#message-action-menu-ic:before {
  display: inline-block;
  float: left;

  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-left: -15px;

  content: ".";

  color: transparent;
  border-radius: 38px;
}

#message-action-menu-spam::before {
  background-color: #fd0;
}

#message-action-menu-ic::before {
  background-color: #faa;
}

/* @end */

/* @group OLD MESSAGES LOADER */

#old-messgaes-loader {
  height: 42px;
  min-height: 40px;
  margin-top: 0;

  text-align: center;

  color: gray;
  background-color: transparent;
  box-shadow: none;
}

#old-messgaes-loader .loader {
  position: relative;

  width: 20px;
  margin: 5px auto 0;
}

#old-messgaes-loader .loader:before {
  display: block;

  padding-top: 100%;

  content: "";
}

#old-messgaes-loader .loader .circular {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;

  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}

#old-messgaes-loader .loader .path {
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;

  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-width: 5px;
  stroke-linecap: round;
}

#old-messgaes-loader .load-button {
  font-size: 0.9em;

  display: inline-block;

  margin: 10px auto 0;
  padding: 0.75em 1.5em;

  cursor: pointer;
  text-align: center;

  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

#old-messgaes-loader .load-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

#old-messgaes-loader .load-button.hidden {
  display: none;
}

#old-messgaes-loader.disabled .load-button:hover,
#old-messgaes-loader .load-button.disabled {
  cursor: default;

  background-color: transparent;
}

.container-msgs {
  position: absolute;

  float: left;

  width: 25%;
  min-width: 425px;
  min-height: 100vh;
}

.container-presentation {
  width: 100%;
  min-height: 100vh;
}

/* @end */

/* @group ANIMATIONS */

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

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

@-webkit-keyframes color {

  100%,
  0% {
    stroke: rgba(0, 0, 0, 0.15);
  }
}

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

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

@keyframes color {

  100%,
  0% {
    stroke: rgba(0, 0, 0, 0.15);
  }
}

.inline_listbox li {
  position: relative;

  display: inline-block;

  font-size: 13px;
}

.presentation-bottom {
  width: 100%;
  margin-bottom: 100px;
}

.inline_listbox {
  position: absolute;
  bottom: 0;

  width: 100%;
  min-height: 0;
}

.top-bar {
  padding: 1rem;

  color: #fff;
  background: #333;
}

.btn {
  padding: 0.7rem 2rem;

  cursor: pointer;

  color: #fff;
  border: none;
  outline: none;
  background: coral;
}

.btn:hover {
  opacity: 0.9;
}

.page-info {
  margin-left: 1rem;
}

.error {
  padding: 1rem;

  color: #fff;
  background: orangered;
}

.msgList {
  overflow: hidden;
  font-size: 0;

  padding-bottom: 10px;
  padding-left: 8px;
}

.deleteMessage {
  position: absolute;

  right: 10px;
  top: 10px;

  cursor: pointer;

  opacity: 0.5;
}

.deleteMessage path {
  fill: rgba(0, 0, 0, 0.2);

  transition: 0.3s;
}

.deleteMessage:hover path {
  fill: #e76e54;
}

.masonry-grid {}

.masonry-main {}

.msg-wrapper {
  width: 100%;
  height: 200px;
  border: 1px solid;
  position: absolute;
  bottom: 0;
  padding-left: 400px;
}

.hidden {
  display: none;
}

@media screen and (max-device-width: 1200px) {
  .msgListFull {
    width: 33%;
  }
}

.pos-left .msg {
  left: 55px !important;
}

.pos-center .msg {
  left: 50%;
  transform: translate(-50%, 0);
}

.note {
  position: absolute;
  font-size: 28px;
  color: #979797;
  bottom: 58px;
  right: 344px;
}</pre></body></html>