body {
  font-family: "Roboto", helvetica, arial, sans-serif;
  overflow: hidden;
}

@media (max-width: 4000px) {
  html {
    font-size: 22px;
  }
}
@media (max-width: 2560px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 10px;
  }
}

.AQ-PH .textarea-tile-container .textarea-container textarea::-webkit-scrollbar, .AQ-PH .messagesContainer::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #E2EDFF;
  border-radius: 10px;
}

.AQ-PH .textarea-tile-container .textarea-container textarea::-webkit-scrollbar-thumb, .AQ-PH .messagesContainer::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #5f6977;
  border: 2px solid #E2EDFF;
}

.AQ-PH .textarea-tile-container .textarea-container textarea::-webkit-scrollbar-track, .AQ-PH .messagesContainer::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #E2EDFF;
  border-radius: 5px;
}

.AQ-PH .userTile .avatar, .AQ-PH .messagesContainer .message .message-block .avatar {
  display: block;
  flex: 0 0 auto;
  position: absolute;
  right: 8px;
  bottom: -30px;
  width: 4vw;
  height: 4vw;
  min-width: 70px;
  min-height: 70px;
  background-size: contain !important;
  border-radius: 50%;
  background-image: url(/design/images/ava_m1.png);
  background-color: #c0d1db;
  overflow: hidden;
}

.AQ-PH .sendUserData .send, .AQ-PH .textarea-tile-container .textarea-container .send {
  display: block;
  padding: 6px 19px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  background: #0766e3;
  color: #FFF;
  border-radius: 8px;
  transition: linear 0.2s;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}

.AQ-PH .sendUserData .send:hover, .AQ-PH .textarea-tile-container .textarea-container .send:hover {
  background: #5c9ef5;
  color: #FFF;
  text-decoration: none;
}

.AQ-PH {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100svh;
  background: #222;
  background: url(/design/images/back.jpg) 0 no-repeat;
  background-size: cover !important;
  padding: 20px 32px;
}
.AQ-PH.moderator .offscreenScroller.top {
  bottom: 76px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 992px) {
  .AQ-PH.moderator .offscreenScroller.top {
    bottom: 64px;
  }
}
.AQ-PH.moderator .messagesContainer {
  display: none;
}
.AQ-PH.moderator .messagesContainer.active {
  display: flex;
}
.AQ-PH.moderator .btn-loadMsgs {
  display: block;
  background: #919191;
  padding: 12px 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  border-radius: 8px;
  gap: 8px;
  gap: 8px;
  cursor: pointer;
  transition: linear 0.2s;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 992px) {
  .AQ-PH.moderator .btn-loadMsgs {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 20px;
  }
}
.AQ-PH.moderator .btn-loadMsgs-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 32px);
  margin: 0 -16px 0px -16px;
  background: #ffefef;
  left: 0;
  bottom: 0px;
  padding: 8px 0;
}
.AQ-PH.moderator .btn-loadMsgs:hover, .AQ-PH.moderator .btn-loadMsgs:active, .AQ-PH.moderator .btn-loadMsgs:focus, .AQ-PH.moderator .btn-loadMsgs:target {
  text-decoration: none;
}
.AQ-PH.moderator .btn-loadMsgs.active {
  background: #48c348;
}
.AQ-PH.moderator .btn-loadMsgs.active:hover {
  background: #2dd52d;
}
.AQ-PH.moderator .btn-loadMsgs:has(.messagesContainer.allMSGS.active) .btn-loadMsgs-container {
  display: none;
}
@media (max-width: 992px) {
  .AQ-PH.moderator .messagesContainer .message .message-block {
    min-height: 50px;
  }
}
.AQ-PH.login .loginControl {
  width: 100%;
}
.AQ-PH.login .loginControl label {
  color: #222;
  font-size: 16px;
  line-height: 1;
}
.AQ-PH.login .asGuest {
  width: 100%;
  text-align: center;
  background: #868686;
  padding: 10px 20px;
  border-radius: 6px;
  color: #fff !important;
  font-size: 16px;
  line-height: 1;
  color: #fff !important;
  margin-top: -10px;
  transition: linear 0.2s;
}
.AQ-PH.login .asGuest:hover {
  text-decoration: none;
  background: #b0b0b0;
}
.AQ-PH.login .messagesContainer {
  display: flex;
  background: #fff;
  padding: 16px;
  margin: auto;
  margin-top: 24px;
  gap: 24px;
  align-items: center;
  max-width: 550px;
  width: calc(100% - 16px);
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.AQ-PH.participant .messagesContainer {
  display: none;
}
.AQ-PH.participant .messagesContainer.active {
  display: flex;
}
.AQ-PH .header {
  padding-bottom: 20px;
  justify-content: space-between;
}
.AQ-PH .header > .flex-row {
  gap: 18px;
}
.AQ-PH .header .logo {
  height: 10vh;
  height: 80px;
  /* height: 100%; */
}
.AQ-PH .header .name {
  color: #fff;
  font-size: 4vh;
  font-size: 2.5rem;
}
.AQ-PH .header .live {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.AQ-PH .header login.live {
  display: none;
}

.AQ-PH .header .live::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: red;
}
.AQ-PH .header .live::after {
  content: "LIVE";
  display: block;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}
.AQ-PH .header .loading {
  display: block;
  animation: spinner 0.8s linear infinite;
  border: 3px solid #fff;
  border-right-color: transparent;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 992px) {
  .AQ-PH .header {
    padding-bottom: 6px;
  }
  .AQ-PH .header .logo {
    height: 8vh;
    height: 50px;
    /* height: 100%; */
  }
  .AQ-PH .header > .flex-row {
    gap: 12px;
  }
  .AQ-PH .header .live {
    gap: 0.5rem;
  }
  .AQ-PH .header .live::before {
    width: 1rem;
    height: 1rem;
  }
  .AQ-PH .header .live::after {
    font-size: 1.5rem;
  }
  .AQ-PH .header .name {
    font-size: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
  }
}
.AQ-PH .messagesContainer {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 0px;
  overflow: auto;
}
.AQ-PH .messagesContainer .message {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.AQ-PH .messagesContainer .message.guest.time span {
  color: #bbbbbb;
}
.AQ-PH .messagesContainer .message .time {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
}
.AQ-PH .messagesContainer .message .status {
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  margin: 0 -4px;
  color: #b1b1b1;
}
.AQ-PH .messagesContainer .message .status.canceled {
  color: #E84444;
  margin: 0;
}
.AQ-PH .messagesContainer .message .status.approved {
  color: #24CC85;
  margin: 0;
}
.AQ-PH .messagesContainer .message .status.await {
  color: #07b9e3;
  margin: 0;
}
.AQ-PH .messagesContainer .message .msgBot {
  margin-top: 20px;
  gap: 8px;
  width: calc(100% - 15px);
}
.AQ-PH .messagesContainer .message .likes {
  border-radius: 12px;
  padding: 0px 7px;
  gap: 4px;
  font-size: calc(2px + 1vw);
  line-height: 2rem;
  background: #fbfbfb;
  color: #272727;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.AQ-PH .messagesContainer .message .likes .btnLike {
  border-radius: 10px;
  padding: 2px;
  background: url(/design/images/like.svg) 0 no-repeat;
  background-size: contain !important;
  width: 16px;
  height: 16px;
}
.AQ-PH .messagesContainer .message .likes.liked {
  animation: liked 0.5s linear;
  background: #f76b6b;
  color: #fff;
}
.AQ-PH .messagesContainer .message .likes.liked:has(.btnLike:not(.mine)):hover {
  background: #ff4b4b;
}
.AQ-PH .messagesContainer .message .likes.liked .btnLike {
  animation: likedBtn 0.3s linear;
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(104deg) brightness(107%) contrast(101%);
}
.AQ-PH .messagesContainer .message .likes * {
  flex: 0 0 auto;
}
.AQ-PH .messagesContainer .message .message-block {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: calc(100% - 15px);
}
.AQ-PH .messagesContainer .message .message-block .menuHolder {
  position: absolute;
  right: 16px;
  top: 6px;
}
.AQ-PH .messagesContainer .message .text {
  position: relative;
  padding: 30px;
  background-color: #FFF;
  background-color: #F1F6FF;
  border-radius: 15px;
  font-weight: 300;
  font-size: 16px;
  width: 100%;
  font-size: calc(14px + 1vw);
  font-size: 2.8rem;
  line-height: 1.2;
  padding-right: calc(4vw + 8px);
}
.AQ-PH .messagesContainer .message .text .time {
  position: absolute;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: #6C788A;
  margin: 0;
  bottom: 4px;
  right: 8px;
}
.AQ-PH .messagesContainer .message .text > .name {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  /* text-align: end; */
}
.AQ-PH .messagesContainer .message .managerBtns {
  gap: 1rem;
  margin-top: 12px;
  justify-content: center;
}
.AQ-PH .messagesContainer .message .managerBtns .cancel, .AQ-PH .messagesContainer .message .managerBtns .approve {
  display: flex;
  align-items: center;
  background: #07b9e3;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-radius: 8px;
  gap: 8px;
  cursor: pointer;
  transition: linear 0.2s;
}
.AQ-PH .messagesContainer .message .managerBtns .cancel::before, .AQ-PH .messagesContainer .message .managerBtns .approve::before {
  content: "";
  display: block;
  background: url(/design/images/cross-withBorder.svg) 0 no-repeat;
  background-size: contain !important;
  width: 23px;
  height: 23px;
}
.AQ-PH .messagesContainer .message .managerBtns .approve::before {
  background: url(/design/images/check-withBorder.svg) 0 no-repeat;
}
.AQ-PH .messagesContainer .message .managerBtns .approve:hover {
  background: #106fd5;
}
.AQ-PH .messagesContainer .message .managerBtns .cancel {
  background: #E84444;
}
.AQ-PH .messagesContainer .message .managerBtns .cancel:hover {
  background: #ff3f3f;
}
.AQ-PH .messagesContainer .title {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
.AQ-PH .textarea-tile-container {
  position: relative;
  padding-top: 16px;
}
.AQ-PH .textarea-tile-container .textarea-container {
  display: block;
  background: #FFF;
  width: 100%;
  padding: 32px 24px;
  border: 1px solid #E2E8F6;
  border-radius: 20px;
}
.AQ-PH .textarea-tile-container .textarea-container.banned {
  background: #e9e9e9;
}
.AQ-PH .textarea-tile-container .textarea-container.banned textarea {
  background: #e9e9e9;
}
.AQ-PH .textarea-tile-container .textarea-container .send,
.AQ-PH .textarea-tile-container .textarea-container .send:hover {
  background: #797979;
  cursor: default;
}
.AQ-PH .textarea-tile-container .textarea-container textarea {
  display: block;
  resize: none;
  border: none;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 16px;
  width: 100%;
  min-height: 80px;
  max-height: 120px;
  background: #fff;
}
.AQ-PH .textarea-tile-container .textarea-container textarea:focus-visible {
  outline: none;
}
.AQ-PH .textarea-tile-container .textarea-container textarea > .flex-row {
  align-items: flex-start;
  gap: 16px;
}
.AQ-PH .textarea-tile-container .textarea-container textarea .newfiles-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  align-self: center;
}
.AQ-PH .textarea-tile-container .textarea-container textarea .newfiles-container .symbolsRemains {
  font-size: 13px;
  color: #6d6d6d;
}
.AQ-PH .textarea-tile-container .textarea-container textarea .newfiles-container .flex-files {
  flex-wrap: wrap;
  gap: 12px 32px;
}
.AQ-PH .textarea-tile-container .textarea-container .send:focus {
  text-decoration: none;
}
.AQ-PH .textarea-tile-container .error-text {
  display: none;
  position: relative;
  color: red;
  font-size: 14px;
}
.AQ-PH .textarea-tile-container.error .error-text {
  display: block;
}
.AQ-PH .textarea-tile-container .manager-actions .custom-combo {
  margin-bottom: 16px;
  max-width: 250px;
}
.AQ-PH .offscreenScroller {
  position: fixed;
  bottom: calc(-40px - 1.9rem);
  background: #0766e3;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 1;
  font-size: 1.9rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  transition: 0.2s;
  z-index: 99;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  visibility: hidden;
}
.AQ-PH .offscreenScroller:hover {
  background: #5c9ef5;
  transition: 0.2s;
}
.AQ-PH .offscreenScroller.top {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.AQ-PH .portrait-box {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 16px;
}
.AQ-PH .portrait-box .portrait {
  display: block;
  width: 120px;
  height: 120px;
  background-image: url(/design/images/ava_m1.png);
  background-color: #c0d1db;
  background-size: contain !important;
  background-position: center center !important;
}
.AQ-PH .portrait-box .portrait-load {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.1s ease-in;
  text-align: center;
  cursor: pointer;
}
.AQ-PH .portrait-box .portrait-load .silver-uploader table td {
  width: 120px !important;
  height: 120px !important;
}
.AQ-PH .portrait-box .portrait-load .silver-uploader table td:first-child {
  display: none;
}
.AQ-PH .portrait-box .portrait-load .silver-uploader table td .btn-silver-textbox {
  height: 100% !important;
  width: 100% !important;
  background: transparent !important;
  border: none !important;
}
.AQ-PH .portrait-box .portrait-load .silver-uploader table td .btn-silver-textbox:first-child {
  display: block !important;
}
.AQ-PH .portrait-box .portrait-load .silver-uploader table td .btn-silver-textbox:not(:first-child) {
  display: none;
}
.AQ-PH .portrait-box .portrait-load .silver-uploader .clearButton {
  display: none;
}
.AQ-PH .portrait-box .portrait-load::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  content: "";
  pointer-events: none;
  background: url(/SiteCMS/img/photo.svg) 0 no-repeat;
  transition: transform 0.3s ease-out;
  transform: translate(-50%, -50%) scale(0.66);
  will-change: transform;
}
.AQ-PH .portrait-box:hover .portrait-load {
  height: 100%;
}
.AQ-PH .portrait-box:hover .portrait-load .silver-uploader .loader-holder .loader-block {
  display: none !important;
}
.AQ-PH .sendUserData {
  width: 100%;
  text-align: center;
}
.AQ-PH .sendUserData > div {
  margin-bottom: 10px;
}
.AQ-PH .sendUserData .send {
  float: unset;
  padding: 10px 20px;
  margin: auto;
  width: 100%;
  border-radius: 8px;
}
.AQ-PH .sendUserData .send:focus {
  text-decoration: none;
}
.AQ-PH .participant-rotate {
  position: relative;
}
.AQ-PH .participant-rotate > .rotate-menu {
  position: relative;
  padding: 12px 0;
}
.AQ-PH .participant-rotate > .rotate-menu > ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  justify-content: space-around;
}
.AQ-PH .participant-rotate > .rotate-menu > ul > li {
  cursor: pointer;
  /* padding: 0 16px; */
  text-align: center;
  color: #fff;
  /* width: 160px;    */
  /* width: calc(100% / 2); */
  font-size: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.AQ-PH .participant-rotate > .rotate-menu > ul > li.active, .AQ-PH .participant-rotate > .rotate-menu > ul > li:hover {
  color: #5c9ef5;
}
.AQ-PH .participant-rotate > .rotate-menu > ul > li::after {
  display: block;
  content: "";
  border-bottom: solid 4px #0766e3;
  border-radius: 6px;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 0% 50%;
}
.AQ-PH .participant-rotate > .rotate-menu > ul > li.active::after {
  transform: scaleX(1);
}
.AQ-PH .participant-rotate > .rotate-menu > ul > li:first-child::after {
  transform-origin: 100% 50%;
}
.AQ-PH .participant-rotate > .rotate-menu .scale {
  display: none;
  position: relative;
  background: #E2EDFF;
  background: transparent;
  /* border-radius: 50px; */
  height: 2px;
  width: 100%;
  margin-top: 4px;
}
.AQ-PH .participant-rotate > .rotate-menu .scale .strip {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  height: 4px;
  width: 33%;
  background: #0766e3;
  /* border-radius: 50px; */
  transition: linear 0.2s;
}
.AQ-PH .context-menu-container {
  width: 30px;
  height: 30px;
}
.AQ-PH .context-menu-container .context-menu-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.AQ-PH .context-menu-container .context-menu-toggler::before {
  content: "";
  width: 22px;
  height: 4px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAICAYAAAD0g6+qAAAATklEQVQoz2NYse245+odJx+DMIjNgARIkgNzdp76D8ZANrJikuSoZhDVvDZ54U7PSYv3PAZhEBtZMUlyYMbiPf9BGMRGVkySHNUMopbXAKLSDnCjcfmIAAAAAElFTkSuQmCC) no-repeat 50% 0;
}
.AQ-PH .userTile {
  position: relative;
  padding: 20px;
  background-color: #FFF;
  background-color: #F1F6FF;
  border-radius: 15px;
  width: 100%;
  font-size: 2.8rem;
  line-height: 1.2;
  max-width: calc(100% - 15px);
}
.AQ-PH .userTile.banned {
  filter: grayscale(60%);
}
.AQ-PH .userTile.banned .userName {
  text-decoration: line-through;
}
.AQ-PH .userTile > .flex-row {
  gap: 24px;
}
.AQ-PH .userTile .avatar {
  position: relative;
  right: unset;
  bottom: unset;
  flex: 0 0 auto;
}
.AQ-PH .userTile .userName.guest {
  color: gray;
}
.AQ-PH .userTile .userEMail {
  font-size: 2rem;
  color: gray;
}
.AQ-PH .userTile .userIP {
  font-size: 1rem;
  color: gray;
}
.AQ-PH .userTile .menuHolder {
  position: absolute;
  right: 16px;
  top: 0px;
}
.AQ-PH .avatar:has(img) {
  background-image: none !important;
}
.AQ-PH .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .AQ-PH {
    padding: 8px;
  }
  .AQ-PH .login .loginControl {
    font-size: 12px;
  }
  .AQ-PH .login .loginControl label {
    font-size: 13px;
    line-height: 1;
  }
  .AQ-PH .textarea-tile-container .textarea-container {
    padding: 12px 12px;
  }
  .AQ-PH .textarea-tile-container .textarea-container textarea {
    font-size: 1.7rem;
  }
  .AQ-PH .textarea-tile-container .textarea-container .newfiles-container .symbolsRemains {
    font-size: 11px;
  }
  .AQ-PH .messagesContainer .message .text {
    font-size: 16px;
    padding: 8px 16px;
  }
  .AQ-PH .messagesContainer .message .time {
    font-size: 14px;
  }
  .AQ-PH .messagesContainer .message .message-block .avatar {
    width: 100%;
    height: 100%;
    min-width: unset;
    min-height: unset;
    max-width: 30px;
    max-height: 30px;
    bottom: -15px;
  }
  .AQ-PH .messagesContainer .message .message-block .menuHolder {
    right: 8px;
    top: 6px;
  }
  .AQ-PH .portrait-box {
    margin-bottom: 8px;
  }
  .AQ-PH .portrait-box .portrait-box .portrait {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 550px) {
  .AQ-PH .messagesContainer {
    gap: 24px;
  }
  .AQ-PH .messagesContainer .message .msgBot {
    margin-top: 6px;
    flex-wrap: wrap;
    min-height: 18px;
  }
  .AQ-PH .messagesContainer .message .msgBot .likes {
    font-size: 12px;
    line-height: 18px;
    margin-right: 34px;
  }
  .AQ-PH .messagesContainer .message .msgBot .likes .btnLike {
    width: 14px;
    height: 14px;
  }
  .AQ-PH .messagesContainer .message .text {
    font-size: 14px;
    padding: 8px 16px;
  }
  .AQ-PH .messagesContainer .message .time {
    font-size: 12px;
  }
  .AQ-PH .messagesContainer .message .status {
    font-size: 12px;
  }
  .AQ-PH .messagesContainer .message .managerBtns .approve,
  .AQ-PH .messagesContainer .message .managerBtns .cancel {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .AQ-PH .messagesContainer .message .managerBtns .approve:before,
  .AQ-PH .messagesContainer .message .managerBtns .cancel:before {
    width: 16px;
    height: 16px;
  }
  .AQ-PH .offscreenScroller {
    padding: 10px 24px;
    font-size: 16px;
  }
  .AQ-PH .textarea-container textarea {
    min-height: 50px;
    font-size: 14px;
  }
  .AQ-PH .textarea-container .error-text {
    font-size: 11px;
  }
  .AQ-PH .textarea-container .send {
    font-size: 14px;
    padding: 6px 14px;
    line-height: 18px;
  }
  .AQ-PH .context-menu-container,
  .AQ-PH .context-menu-container .context-menu-toggler {
    width: 20px;
    height: 20px;
  }
  .AQ-PH .userTile {
    font-size: 16px;
    padding: 8px 16px;
  }
  .AQ-PH .userTile .userEMail {
    font-size: 14px;
  }
  .AQ-PH .userTile .userIP {
    font-size: 12px;
  }
  .AQ-PH .userTile .menuHolder {
    right: 12px;
    top: 8px;
  }
  .AQ-PH .userTile .avatar {
    min-width: 45px;
    min-height: 45px;
  }
  .AQ-PH .userTile > .flex-row {
    gap: 12px;
  }
  .AQ-PH .userTile > .flex-row > div:not(.avatar) {
    margin-right: 16px;
  }
  .AQ-PH .participant-rotate > .rotate-menu > ul > li {
    font-size: 18px;
  }
  .AQ-PH .sendUserData > div {
    font-size: 11px;
    line-height: 1.1;
  }
  .AQ-PH .loginControl .silver-textbox,
  .AQ-PH .popupWindow.popup-userName .silver-textbox {
    min-height: 35px;
    font-size: 14px;
    line-height: 16px;
  }
  .AQ-PH .offscreenScroller.top {
    bottom: 0;
  }
  .AQ-PH.login .messagesContainer {
    gap: 8px;
    margin-top: 10px;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    /* max-height: calc(100% - 110px);
    max-height: calc(100% - 80px); */
    height: auto;
    margin: 0;
  }
  .AQ-PH.login .messagesContainer .title {
    font-size: 16px;
    line-height: 1;
  }
  .AQ-PH.login .asGuest {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    padding: 8px 20px;
  }
  .AQ-PH.login .mobileFX {
    overflow: hidden;
  }
  .AQ-PH.login .mobileFX:not(.noFX) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: calc(100% - 80px);
    height: 100%;
  }
  .AQ-PH.login .mobileFX.noFX {
    height: 100%;
    max-height: calc(100% - 80px);
  }
  .AQ-PH.login .mobileFX.noFX .messagesContainer {
    max-height: 100%;
    height: auto;
    margin: 0 auto;
  }
  .AQ-PH .sendUserData .send {
    font-size: 14px;
    line-height: 1;
    padding: 8px 20px;
  }
}

.popupWindow .popupWindow.popup-userName .send:focus {
  text-decoration: none;
}
.popupWindow .popupWindow.popup-userName .send:hover {
  background: #5c9ef5;
  color: #FFF;
  text-decoration: none;
}
.popupWindow .popupWindow.popup-userName .send {
  display: block;
  padding: 6px 19px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  background: #0766e3;
  color: #FFF;
  border-radius: 8px;
  transition: linear 0.2s;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}
.popupWindow .popupWindow.popup-userName .send {
  float: unset;
  padding: 10px 20px;
  margin: auto;
  width: 100%;
  border-radius: 6px;
  text-align: center;
}
.popupWindow .popupWindow.popup-userName .silver-control {
  /* min-height: 60px; */
  margin-bottom: 10px;
}
.popupWindow .popupWindow.popup-userName > .popup-container > .head > span {
  color: #2665b9;
}
.popupWindow .popupWindow.popup-userName > .popup-container > .content.nice-scroll {
  height: calc(100% - 40px);
  padding: 0 20px;
}
.popupWindow .popupWindow.popup-userName .loginControl:has(.silver-checkbox) {
  margin-bottom: 20px;
}

.silver-checkbox label:before {
  content: "";
  background-image: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #3977C8;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 8px;
  position: relative;
  top: 4px;
  background: transparent;
}
.silver-checkbox input:checked + label:before {
  background: url(/design/images/checked-arrow-white.svg) 0 no-repeat;
  background-position: center center;
  background-color: #3977C8;
}
.silver-checkbox.checkbox-label label.imposter + span {
  font-size: 14px;
}

.AQ-PH:not(.screen) .messagesContainer .message .msgBot .likes:has(.btnLike:not(.mine)) {
  cursor: pointer;
}

.AQ-PH:not(.screen) .messagesContainer .message .msgBot .likes:has(.btnLike:not(.mine)):hover {
  background: #dddddd;
}

.loginControl .silver-textbox,
.popupWindow.popup-userName .silver-textbox {
  outline: none;
  background: #fafafa;
  width: 100%;
  min-height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border: none;
  padding: 8px 16px;
  color: #000000;
  border: 1px solid #e6eef0;
  border-radius: 10px;
}

.silver-textbox:focus,
.popupWindow.popup-userName .silver-textbox:focus,
.textarea-container:has(textarea:focus) {
  border: 1px solid rgb(120, 199, 255);
}

.popupWindow.popup-userName .silver-textbox {
  font-size: 14px;
}

.loginControl .silver-control.validate-error input,
.loginControl .silver-control.validate-error .silver-memo,
.popupWindow.popup-userName .silver-control.validate-error input {
  border: 1px solid red;
}

.loginControl .silver-control.validate-error .error-message,
.loginControl .silver-selector.validate-error .error-message,
.popupWindow.popup-userName .silver-control.validate-error .error-message {
  display: block;
  color: red;
  font-size: 12px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
@keyframes liked {
  0% {
    background: #fbfbfb;
    color: #fff;
    box-shadow: none;
  }
  50% {
    background: #ffb8b8;
    box-shadow: 0px 0px 6px 3px #ff8a8a;
  }
  100% {
    background: #f76b6b;
  }
}
@keyframes likedBtn {
  0% {
    height: calc(2px + 0.7vw);
    width: calc(2px + 0.7vw);
    width: 10px;
    height: 10px;
  }
  50% {
    height: calc(2px + 1.3vw);
    width: calc(2px + 1.3vw);
    width: 18px;
    height: 18px;
  }
  100% {
    height: calc(2px + 1vw);
    width: calc(2px + 1vw);
    width: 16px;
    height: 16px;
  }
}/*# sourceMappingURL=styleSass.css.map */
