html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.html {
  padding: 0;
  margin: 0;
  background-color: #000000;
  font-size: 16px;
  font-family: "Arial";
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
  z-index: 1;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
:root {
  touch-action: pan-x pan-y;
  width: 100dvw;
  height: 100dvh;
}
#modal {
  width: 100dvw;
  height: 100dvh;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.1);
}
#modal.show {
  display: unset;
}
#modal .window {
  position: absolute;
  top: 32dvh;
  left: calc(50dvw - 128px);
  border: 0;
  border-radius: 16px;
  margin: 0;
  padding: 0;
  width: 256px;
  background-color: rgba(128, 128, 128, 0.25);
  z-index: 100000;
}
#modal .window .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 256px;
  height: 100%;
  z-index: 99999;
  border: 0;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  filter: blur(32px);
  -o-filter: blur(32px);
  -ms-filter: blur(32px);
  -moz-filter: blur(32px);
  -webkit-filter: blur(32px);
}
#modal .window .content,
#modal .window .ghost {
  width: 220px;
  padding: 18px;
  z-index: 100000;
}
#modal .window .content {
  position: absolute;
  top: 0;
  left: 0;
}
#modal .window .ghost {
  opacity: 0;
}
#modal .window .content .title,
#modal .window .ghost .title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  lime-height: 24px;
  color: #FEFEFE;
  z-index: 100000;
}
#modal .window .content .text,
#modal .window .ghost .text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  lime-height: 18px;
  color: #FEFEFE;
  z-index: 100000;
}
#whisper-window {
  width: 100dvw;
  height: 100dvh;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  z-index: 10;
}
#console-window {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100dvh;
  width: 100dvw;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 9999;
  display: none;
  opacity: 0;
}
#console-window .blur {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  filter: blur(32px);
  -o-filter: blur(32px);
  -ms-filter: blur(32px);
  -moz-filter: blur(32px);
  -webkit-filter: blur(32px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 9999;
}
#console-window.open {
  display: unset;
  opacity: 1;
}
#console-window #close-console {
  position: fixed;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 24px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10001;
}
#console-window #console {
  padding: 50px;
  padding-bottom: 0;
  color: #ffffff;
  width: calc(100dvw - 100px);
  white-space: pre-wrap;
  overflow-wrap: break-word;
  font-size: 17px;
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  font-family:
    ui-monospace,
    Menlo,
    Monaco,
    "Cascadia Mono",
    "Segoe UI Mono",
    "Roboto Mono",
    "Oxygen Mono",
    "Ubuntu Mono",
    "Source Code Pro",
    "Fira Mono",
    "Droid Sans Mono",
    "Consolas",
    "Courier New",
    monospace;
}
.transform-horizontal {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.transform-vertical {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.transform-horizontal-vertical {
  -moz-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  -webkit-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
  filter: FlipH FlipV;
  -ms-filter: "FlipH FlipV";
}
#login-window {
  width: 100dvw;
  oberflow-x: hidden;
  margin: 0;
  padding: 0;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
  background-color: #1C1C1E;
}
#login-window #login {
  width: 100dvw;
  oberflow-x: hidden;
  margin: 0;
  padding: 0;
  z-index: 10;
  margin-top: 80px;
  margin-bottom: 100px;
}
#login-window #login-ui-top {
  background-color: #2A2A2A;
  width: 100dvw;
  height: 80px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #3C3B3E;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#login-window #login-ui-top .title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 24px;
  color: #FEFEFE;
}
#login-window #login-ui-bottom {
  width: 100dvw;
  height: 56px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 998;
  position: fixed;
  top: calc(100dvh - 56px);
  left: 0;
}
#login-window #login-ui-bottom .login-button {
  color: #FEFEFE;
  font-size: 14px;
  line-height: 14px;
  border: unset;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 14px;
  background-color: #3696FF;
  padding: 7px;
  margin: 14px 14px 0 0;
  height: 28px;
  float: right;
  z-index: 1002;
}
#login-window #login-ui-bottom .login-button:disabled,
#login-window #login-ui-bottom .login-button[disabled] {
  background-color: #757575;
}
#login-window #login .login-input-row {
  width: 100dvw;
  height: 42px;
  border-bottom: 1px solid #3C3B3E;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
}
#login-window #login .login-input-row .input-title {
  color: #96959D;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 0;
  height: 14px;
  position: absolute;
  top: 14px;
  left: 14px;
}
#login-window #login .login-input-row .input-wrapper {
  width: 100%;
  height: 14px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 14px;
  left: 78px;
}
#login-window #login .login-input-row .input-wrapper .login-input {
  position: absolute;
  top: -1px;
  left: 0;
  width: calc(100dvw - 146px);
  height: 14px;
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #FEFEFE;
  font-size: 14px;
  line-height: 14px;
}
#login-window #login .login-input-row.username .input-wrapper .login-input {
  width: calc(100dvw - 157px);
  left: 11px;
}
#login-window #login .login-input-row .input-wrapper .login-input-toggle {
  width: 26px;
  height: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 1px;
  left: calc(100dvw - 110px);
}
#login-window #login .login-input-row .input-wrapper .login-input-toggle svg {
  width: 26px;
  height: auto;
}
#login-window #login .login-input-row .input-wrapper .login-input-toggle svg path {
  fill: #3696FF;
  stroke: #3696FF;
  stroke-width: 1px;
}
#login-window #login .login-input-row .input-wrapper .login-input-remove {
  width: 18px;
  height: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: calc(100dvw - 140px);
}
#login-window #login .login-input-row .input-wrapper .login-input-remove svg {
  width: 18px;
  height: auto;
}
#login-window #login .login-input-row .input-wrapper .login-input-remove svg path {
  fill: #FF3636;
  stroke: #FF3636;
  stroke-width: 1px;
}
#login-window #login .login-add-input {
  width: 30px;
  height: auto;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50dvw - 15px);
}
#login-window #login .login-add-input .login-add-input-button {
  width: 30px;
  height: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
}
#login-window #login .login-add-input .login-add-input-button svg {
  width: 30px;
  height: auto;
}
#login-window #login .login-add-input .login-add-input-button svg path {
  fill: #3696FF;
  stroke: #3696FF;
  stroke-width: 1px;
}
@media only screen and (orientation: landscape) {
  #login-window #login-ui-top {
    height: 45px;
  }
  #login-window #login-ui-top .title {
    margin-top: 12px;
  }
  #login-window #login {
    margin-top: 45px;
  }
}
#settings-window {
  width: 100dvw;
  oberflow-x: hidden;
  margin: 0;
  padding: 0;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
  background-color: #1C1C1E;
}
#settings-window #settings {
  width: 100dvw;
  oberflow-x: hidden;
  margin: 0;
  padding: 0;
  z-index: 10;
  margin-top: 80px;
  margin-bottom: 100px;
}
#settings-window #settings-ui-top {
  background-color: #2A2A2A;
  width: 100dvw;
  height: 80px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #3C3B3E;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#settings-window #settings-ui-top .title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 24px;
  color: #FEFEFE;
}
#settings-window #settings-ui-top .back-button {
  position: absolute;
  top: 11px;
  left: 11px;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 24px;
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  z-index: 1001;
}
#settings-window #settings-ui-top .back-button svg path {
  fill: #3696FF;
  stroke: #3696FF;
  stroke-width: 1px;
  stroke-linejoin: round;
}
#settings-window #settings-ui-bottom {
  width: 100dvw;
  height: 56px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 998;
  position: fixed;
  top: calc(100dvh - 56px);
  left: 0;
}
#settings-window #settings-ui-bottom .logout-button {
  color: #FEFEFE;
  font-size: 14px;
  line-height: 14px;
  border: unset;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 14px;
  background-color: #3696FF;
  padding: 7px;
  margin: 14px 14px 0 0;
  height: 28px;
  float: right;
  z-index: 1002;
}
@media only screen and (orientation: landscape) {
  #settings-window #settings-ui-top {
    height: 45px;
  }
  #settings-window #settings-ui-top .title {
    margin-top: 12px;
  }
  #settings-window #settings {
    margin-top: 45px;
  }
}
#conversations-window {
  width: 100dvw;
  oberflow-x: hidden;
  margin: 0;
  padding: 0;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
}
#conversations-window #conversations-ui-top {
  width: 100dvw;
  height: 46px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
}
#conversations-window #conversations-ui-top .top-blur {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  filter: blur(32px);
  -o-filter: blur(32px);
  -ms-filter: blur(32px);
  -moz-filter: blur(32px);
  -webkit-filter: blur(32px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100%;
  z-index: 999;
}
#conversations-window #conversations-ui-top .menu-bar {
  height: 100%;
  width: 100dvw;
  background-color: rgba(48, 48, 48, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
#conversations-window #conversations-ui-top .menu-bar .title {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  z-index: 1001;
}
#conversations-window #conversations-ui-top .new-conversation-button {
  position: absolute;
  top: 11px;
  left: calc(100dvw - 35px);
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 24px;
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  z-index: 1001;
}
#conversations-window #conversations-ui-top .new-conversation-button svg path {
  fill: #3696FF;
  stroke: #3696FF;
  stroke-width: 1px;
  stroke-linejoin: round;
}
#conversations-window #conversations-ui-top .logout-button {
  position: absolute;
  top: 11px;
  left: 11px;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 24px;
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  z-index: 1001;
}
#conversations-window #conversations-ui-top .logout-button svg path {
  fill: #3696FF;
  stroke: #3696FF;
  stroke-width: 1px;
  stroke-linejoin: round;
}
#conversations-window #conversations {
  width: 100dvw;
  oberflow-x: hidden;
  margin: 0;
  padding: 0;
  z-index: 10;
  margin-top: 52px;
  margin-bottom: 50px;
}
#conversations-window #conversations .conversation-item {
  width: calc(100dvw - 72px);
  height: 72px;
  margin: 0;
  padding: 0;
  z-index: 100;
  border-bottom: 1px solid #3C3B3E;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  top: 0;
  left: 72px;
}
#conversations-window #conversations .conversation-item .icon {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 25px;
  background-color: #A2A8B4;
  position: absolute;
  top: 11px;
  left: -61px;
}
#conversations-window #conversations .conversation-item .icon .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 25px;
}
#conversations-window #conversations .conversation-item .icon .frame svg {
  display: inline;
  margin: auto 0;
  height: auto;
  width: 50px;
}
#conversations-window #conversations .conversation-item .icon .frame svg path {
  color: #FFFFFF;
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1px;
  stroke-linejoin: round;
}
#conversations-window #conversations .conversation-item .name {
  width: 75%;
  overflow: hidden;
  color: #FEFEFE;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 4px;
  left: 0;
}
#conversations-window #conversations .conversation-item .date {
  width: calc(25% - 24px);
  overflow: hidden;
  color: #757575;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  position: absolute;
  top: 6px;
  left: 75%;
}
#conversations-window #conversations .conversation-item .text {
  width: calc(100% - 24px);
  height: 40px;
  color: #757575;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 26px;
  left: 0;
  overflow: hidden;
}
#conversations-window #conversations .conversation-item .arrow {
  height: 16px;
  width: 32px;
  color: #757575;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  position: absolute;
  top: 6px;
  left: calc(100% - 20px);
}
#conversations-window #conversations .conversation-item .open-conversation-button {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: -72px;
  width: 100dvw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
@media only screen and (orientation: landscape) {
}
#new-conversation-window {
  width: 100dvw;
  oberflow-x: hidden;
  margin: 0;
  padding: 0;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
  background-color: #1C1C1E;
}
#new-conversation-window #new-conversation {
  width: 100dvw;
  oberflow-x: hidden;
  margin: 0;
  padding: 0;
  z-index: 10;
  margin-top: 80px;
  margin-bottom: 100px;
}
#new-conversation-window #new-conversation-ui-top {
  background-color: #2A2A2A;
  width: 100dvw;
  height: 80px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #3C3B3E;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#new-conversation-window #new-conversation-ui-top .title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 24px;
  color: #FEFEFE;
}
#new-conversation-window #new-conversation-ui-top .cancel {
  border: 0;
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  width: calc(100dvw - 26px);
  text-align: right;
  font-size: 16pxpx;
  line-height: 16px;
  position: absolute;
  top: 6px;
  left: 0;
  margin-top: 24px;
  color: #3696FF;
}
#new-conversation-window #new-conversation-ui-bottom {
  width: 100dvw;
  height: 44px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 998;
  position: fixed;
  top: calc(100dvh - 44px);
  left: 0;
}
#new-conversation-window.input-rows-1 #new-conversation-ui-bottom {
  height: 44px;
  top: calc(100dvh - 44px);
}
#new-conversation-window.input-rows-2 #new-conversation-ui-bottom {
  height: 62px;
  top: calc(100dvh - 62px);
}
#new-conversation-window.input-rows-3 #new-conversation-ui-bottom {
  height: 80px;
  top: calc(100dvh - 80px);
}
#new-conversation-window.input-rows-4 #new-conversation-ui-bottom {
  height: 98px;
  top: calc(100dvh - 98px);
}
#new-conversation-window.input-rows-5 #new-conversation-ui-bottom {
  height: 116px;
  top: calc(100dvh - 116px);
}
#new-conversation-window.input-rows-6 #new-conversation-ui-bottom {
  height: 134px;
  top: calc(100dvh - 134px);
}
#new-conversation-window.input-rows-7 #new-conversation-ui-bottom {
  height: 152px;
  top: calc(100dvh - 152px);
}
#new-conversation-window.input-rows-8 #new-conversation-ui-bottom {
  height: 170px;
  top: calc(100dvh - 170px);
}
#new-conversation-window.input-rows-9 #new-conversation-ui-bottom {
  height: 188px;
  top: calc(100dvh - 188px);
}
#new-conversation-window.input-rows-10 #new-conversation-ui-bottom {
  height: 206px;
  top: calc(100dvh - 206px);
}
#new-conversation-window.input-rows-11 #new-conversation-ui-bottom {
  height: 224px;
  top: calc(100dvh - 224px);
}
#new-conversation-window.input-rows-12 #new-conversation-ui-bottom {
  height: 242px;
  top: calc(100dvh - 242px);
}
#new-conversation-window.input-rows-13 #new-conversation-ui-bottom {
  height: 260px;
  top: calc(100dvh - 260px);
}
#new-conversation-window.input-rows-14 #new-conversation-ui-bottom {
  height: 278px;
  top: calc(100dvh - 278px);
}
#new-conversation-window.input-rows-15 #new-conversation-ui-bottom {
  height: 296px;
  top: calc(100dvh - 296px);
}
#new-conversation-window.input-rows-16 #new-conversation-ui-bottom {
  height: 314px;
  top: calc(100dvh - 314px);
}
#new-conversation-window.input-rows-17 #new-conversation-ui-bottom {
  height: 332px;
  top: calc(100dvh - 332px);
}
#new-conversation-window.input-rows-18 #new-conversation-ui-bottom {
  height: 350px;
  top: calc(100dvh - 350px);
}
#new-conversation-window.input-rows-19 #new-conversation-ui-bottom {
  height: 368px;
  top: calc(100dvh - 368px);
}
#new-conversation-window.input-rows-20 #new-conversation-ui-bottom {
  height: 386px;
  top: calc(100dvh - 386px);
}
#new-conversation-window #new-conversation-ui-bottom .message-bar {
  height: 100%;
  width: 100dvw;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
#new-conversation-window #new-conversation-ui-bottom .message-input {
  border: 1px solid #757575;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: calc(100% - 9px);
  border-radius: 18px;
  padding: 8px 40px 8px 18px;
  margin-bottom: 5px;
  margin-top: 4px;
  margin-right: 18px;
  margin-left: 18px;
  width: calc(100dvw - 36px);
  font-size: 17px;
  line-height: 18px;
  z-index: 1001;
  color: #FEFEFE;
  background-color: rgba(0, 0, 0, 0);
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: absolute;
  top: 0;
  left: 0;
}
#new-conversation-window #new-conversation-ui-bottom .message-input::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#new-conversation-window #new-conversation-ui-bottom .message-input::placeholder {
  color: #757575;
}
#new-conversation-window #new-conversation-ui-bottom .message-input-send {
  border: unset;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 14px;
  background-color: #3696FF;
  padding: 0;
  margin: 0;
  width: 27px;
  height: 27px;
  position: absolute;
  top: calc(100% - 36px);
  left: calc(100dvw - 50px);
  z-index: 1002;
}
#new-conversation-window #new-conversation-ui-bottom .message-input-send:disabled,
#new-conversation-window #new-conversation-ui-bottom .message-input-send[disabled] {
  background-color: #757575;
}
#new-conversation-window #new-conversation-ui-bottom .bottom-blur {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  filter: blur(32px);
  -o-filter: blur(32px);
  -ms-filter: blur(32px);
  -moz-filter: blur(32px);
  -webkit-filter: blur(32px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100%;
  z-index: 999;
}
#new-conversation-window #new-conversation .new-conversation-input-row {
  width: 100dvw;
  height: 42px;
  border-bottom: 1px solid #3C3B3E;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
}
#new-conversation-window #new-conversation .new-conversation-input-row .input-title {
  color: #96959D;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 0;
  height: 14px;
  position: absolute;
  top: 14px;
  left: 14px;
}
#new-conversation-window #new-conversation .new-conversation-input-row .input-wrapper {
  width: 100%;
  height: 14px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 14px;
  left: 34px;
}
#new-conversation-window #new-conversation .new-conversation-input-row .input-wrapper .new-conversation-input {
  position: absolute;
  top: -1px;
  width: calc(100dvw - 83px);
  left: 11px;
  height: 14px;
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #FEFEFE;
  font-size: 14px;
  line-height: 14px;
}
#new-conversation-window #new-conversation .new-conversation-input-row .input-wrapper .new-conversation-input:disabled,
#new-conversation-window #new-conversation .new-conversation-input-row .input-wrapper .new-conversation-input[disabled] {
  color: #3696FF;
  opacity: 1;
}
#new-conversation-window #new-conversation .new-conversation-input-row .input-wrapper .new-conversation-input-confirm {
  width: auto;
  height: 20px;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: calc(100dvw - 70px);
}
#new-conversation-window #new-conversation .new-conversation-input-row .input-wrapper .new-conversation-input-confirm svg {
  width: auto;
  height: 20px;
}
#new-conversation-window #new-conversation .new-conversation-input-row .input-wrapper .new-conversation-input-confirm svg path {
  fill: #3696FF;
  stroke: #3696FF;
  stroke-width: 1px;
}
#new-conversation-window #new-conversation .new-conversation-input-row .input-wrapper .new-conversation-input-status {
  width: auto;
  height: 20px;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: calc(100dvw - 70px);
}
#new-conversation-window #new-conversation .new-conversation-input-row .input-wrapper .new-conversation-input-status svg {
  width: auto;
  height: 20px;
}
#new-conversation-window #new-conversation .new-conversation-input-row .input-wrapper .new-conversation-input-status svg path {
  fill: #FF3636;
  stroke: #FF3636;
  stroke-width: 1px;
}
@media only screen and (orientation: landscape) {
  #new-conversation-window #new-conversation-ui-top {
    height: 45px;
  }
  #new-conversation-window #new-conversation-ui-top .title {
    margin-top: 12px;
  }
  #new-conversation-window #new-conversation-ui-top .cancel {
    margin-top: 12px;
  }
  #new-conversation-window #new-conversation {
    margin-top: 45px;
  }
}
#conversation-window {
  width: 100dvw;
  oberflow-x: hidden;
  margin: 0;
  padding: 0;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
}
#conversation-window #conversation {
  width: 100dvw;
  oberflow-x: hidden;
  margin: 0;
  padding: 0;
  z-index: 10;
  margin-top: 88px;
  margin-bottom: 50px;
}
#conversation-window #conversation-ui-top {
  width: 100dvw;
  height: 82px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
}
#conversation-window #conversation-ui-bottom {
  width: 100dvw;
  height: 44px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 998;
  position: fixed;
  top: calc(100dvh - 44px);
  left: 0;
}
#conversation-window.input-rows-1 #conversation-ui-bottom {
  height: 44px;
  top: calc(100dvh - 44px);
}
#conversation-window.input-rows-2 #conversation-ui-bottom {
  height: 62px;
  top: calc(100dvh - 62px);
}
#conversation-window.input-rows-3 #conversation-ui-bottom {
  height: 80px;
  top: calc(100dvh - 80px);
}
#conversation-window.input-rows-4 #conversation-ui-bottom {
  height: 98px;
  top: calc(100dvh - 98px);
}
#conversation-window.input-rows-5 #conversation-ui-bottom {
  height: 116px;
  top: calc(100dvh - 116px);
}
#conversation-window.input-rows-6 #conversation-ui-bottom {
  height: 134px;
  top: calc(100dvh - 134px);
}
#conversation-window.input-rows-7 #conversation-ui-bottom {
  height: 152px;
  top: calc(100dvh - 152px);
}
#conversation-window.input-rows-8 #conversation-ui-bottom {
  height: 170px;
  top: calc(100dvh - 170px);
}
#conversation-window.input-rows-9 #conversation-ui-bottom {
  height: 188px;
  top: calc(100dvh - 188px);
}
#conversation-window.input-rows-10 #conversation-ui-bottom {
  height: 206px;
  top: calc(100dvh - 206px);
}
#conversation-window.input-rows-11 #conversation-ui-bottom {
  height: 224px;
  top: calc(100dvh - 224px);
}
#conversation-window.input-rows-12 #conversation-ui-bottom {
  height: 242px;
  top: calc(100dvh - 242px);
}
#conversation-window.input-rows-13 #conversation-ui-bottom {
  height: 260px;
  top: calc(100dvh - 260px);
}
#conversation-window.input-rows-14 #conversation-ui-bottom {
  height: 278px;
  top: calc(100dvh - 278px);
}
#conversation-window.input-rows-15 #conversation-ui-bottom {
  height: 296px;
  top: calc(100dvh - 296px);
}
#conversation-window.input-rows-16 #conversation-ui-bottom {
  height: 314px;
  top: calc(100dvh - 314px);
}
#conversation-window.input-rows-17 #conversation-ui-bottom {
  height: 332px;
  top: calc(100dvh - 332px);
}
#conversation-window.input-rows-18 #conversation-ui-bottom {
  height: 350px;
  top: calc(100dvh - 350px);
}
#conversation-window.input-rows-19 #conversation-ui-bottom {
  height: 368px;
  top: calc(100dvh - 368px);
}
#conversation-window.input-rows-20 #conversation-ui-bottom {
  height: 386px;
  top: calc(100dvh - 386px);
}
#conversation-window #conversation-ui-top .top-blur {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  filter: blur(32px);
  -o-filter: blur(32px);
  -ms-filter: blur(32px);
  -moz-filter: blur(32px);
  -webkit-filter: blur(32px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100%;
  z-index: 999;
}
#conversation-window #conversation-ui-top .contact-bar {
  height: 100%;
  width: 100dvw;
  background-color: rgba(48, 48, 48, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
#conversation-window #conversation-ui-top .contact-bar .icon {
  position: absolute;
  top: 8px;
  left: calc(50dvw - 25px);
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #A2A8B4;
  z-index: 1001;
}
#conversation-window #conversation-ui-top .contact-bar .icon .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 25px;
}
#conversation-window #conversation-ui-top .contact-bar .icon .frame svg {
  display: inline;
  margin: auto 0;
  height: auto;
  width: 50px;
}
#conversation-window #conversation-ui-top .contact-bar .icon .frame svg path {
  color: #FFFFFF;
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 1px;
  stroke-linejoin: round;
}
#conversation-window #conversation-ui-top .contact-bar .name {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  z-index: 1001;
}
#conversation-window #conversation-ui-top .contact-list-button {
  position: absolute;
  top: 22px;
  left: 11px;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 24px;
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  z-index: 1001;
}
#conversation-window #conversation-ui-top .contact-list-button svg path {
  fill: #3696FF;
  stroke: #3696FF;
  stroke-width: 1px;
  stroke-linejoin: round;
}
@media only screen and (orientation: landscape) {
  #conversation-window #conversation {
    margin-top: 52px;
  }
  #conversation-window #conversation-ui-top {
    height: 46px;
  }
  #conversation-window #conversation-ui-top .contact-bar .icon {
    display: none;
  }
  #conversation-window #conversation-ui-top .contact-bar .name {
    font-size: 18px;
    top: 14px;
  }
  #conversation-window #conversation-ui-top .contact-list-button {
    top: 11px;
    left: 11px;
  }
}
#conversation-window #conversation .message {
  position: relative;
  white-space: pre-wrap;
  width: fit-content;
  overflow-wrap: break-word;
  min-width: 10px;
  max-width: 75dvw;
  padding: 8px 12px;
  border-radius: 18px;
  margin-bottom: 18px;
  margin-top: 8px;
  font-size: 17px;
  z-index: 100;
}
#conversation-window #conversation .message .timestamp {
  position: absolute;
  top: calc(50% - 6px);
  left: calc(100% - 32px);
  width: 32px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  color: #757575;
  transition: left 0.5s ease-in-out;
  --webkit-transition: left 0.5s ease-in-out;
}
#conversation-window #conversation .incoming .timestamp {
  left: calc(100dvw - 16px);
  transition: left 0.5s ease-in-out;
  --webkit-transition: left 0.5s ease-in-out;
}
#conversation-window #conversation .outgoing .timestamp {
  left: calc(100% + 16px);
  transition: left 0.5s ease-in-out;
  --webkit-transition: left 0.5s ease-in-out;
}
#conversation-window #conversation .outgoing {
  background-color: #3696FF;
  color: #FEFEFE;
  margin-right: 16px;
  font-size: 17px;
  margin-left: auto;
  transition: margin-right 0.5s ease-in-out;
  --webkit-transition: margin-right 0.5s ease-in-out;
}
#conversation-window #conversation .incoming {
  background-color: #262529;
  color: #FEFEFE;
  margin-left: 16px;
  font-size: 17px;
  margin-right: auto;
}
#conversation-window #conversation.show-timestamp .incoming .timestamp {
  left: calc(100dvw - 56px);
  transition: left 0.5s ease-in-out;
  --webkit-transition: left 0.5s ease-in-out;
}
#conversation-window #conversation.show-timestamp .outgoing {
  margin-right: 56px;
  transition: margin-right 0.5s ease-in-out;
  --webkit-transition: margin-right 0.5s ease-in-out;
}
#conversation-window #conversation .timestamp-seperator {
  width: 100dvw;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #757575;
  text-align: center;
  margin: 4px 0 2px 0;
}
#conversation-window #conversation-ui-bottom .message-bar {
  height: 100%;
  width: 100dvw;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
#conversation-window #conversation-ui-bottom .message-input {
  border: 1px solid #757575;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: calc(100% - 9px);
  border-radius: 18px;
  padding: 8px 40px 8px 18px;
  margin-bottom: 5px;
  margin-top: 4px;
  margin-right: 18px;
  margin-left: 18px;
  width: calc(100dvw - 36px);
  font-size: 17px;
  line-height: 18px;
  z-index: 1001;
  color: #FEFEFE;
  background-color: rgba(0, 0, 0, 0);
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: absolute;
  top: 0;
  left: 0;
}
#conversation-window #conversation-ui-bottom .message-input::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#conversation-window #conversation-ui-bottom .message-input::placeholder {
  color: #757575;
}
#conversation-window #conversation-ui-bottom .message-input-send {
  border: unset;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 14px;
  background-color: #3696FF;
  padding: 0;
  margin: 0;
  width: 27px;
  height: 27px;
  position: absolute;
  top: calc(100% - 36px);
  left: calc(100dvw - 50px);
  z-index: 1002;
}
#conversation-window #conversation-ui-bottom .message-input-send:disabled,
#conversation-window #conversation-ui-bottom .message-input-send[disabled] {
  background-color: #757575;
}
#conversation-window #conversation-ui-bottom .bottom-blur {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  filter: blur(32px);
  -o-filter: blur(32px);
  -ms-filter: blur(32px);
  -moz-filter: blur(32px);
  -webkit-filter: blur(32px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100%;
  z-index: 999;
}
