arsen-support.ru Open in urlscan Pro
95.163.239.81  Public Scan

URL: https://arsen-support.ru/css/style-chat.css?v=1734202864
Submission: On December 29 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

html {height: 1px; background-color: var(--primary-0);}
html, body {height: 100%;}
html {height: var(--tg-viewport-stable-height);}
body {font-family: 'Roboto', sans-serif; font-size: 16px; background-color: var(--primary-0);}

:root {
    --surface-60: #EFF3F5;
    --surface-80: #F6F7FA;
    --surface-90: #FBFCFD;
    --primary-0: #191B1D;
    --primary-98: #FFEFED;
    --primary-100: #FFFFFF;
    --secondary-60: #3076FF;
    --secondary-80: #83ADFF;
    --secondary-95: #E5EEFF;
    --secondary-99: #F3F7FF;
    --neutral-50: #A0A7AF;
}
.flex {display: flex; align-items: center; justify-content: space-between;}
.inline-flex {display: inline-flex; align-items: center;}
.jc-start {justify-content: flex-start;}

.page-wrapper {
    position: relative; overflow-x: hidden;
    min-height: 100%; max-width: 428px; margin-left: auto; margin-right: auto;
    box-shadow: 0 0 1px #3D3D3F;
    display: flex; flex-direction: column;
}
.page {flex: 1 1 1px; display: flex; flex-direction: column;}
input, button {border: none; outline: none;}

.msgr-chat-items-wrapper {flex: 1 1 1px; display: flex; flex-direction: column-reverse; overflow-y: auto; /*justify-content: flex-end;*/}
.msgr-chat-wrapper {
    flex: 1 1 1px; display: none; flex-direction: column;
    min-height: calc(100vh);
}
.msgr-chat-wrapper[data-user-id] {display: flex;}
.bg-bottom {height: 300px; background: url('../img/chat/Arsen_v1_circle_200px_a32.webp') 50% 50% no-repeat; display: none;}
html.platform-ios .bg-bottom {display: block;}
.msgr-chat-items {
    padding: 0.5em max(1rem,3%);
    display: flex; flex-direction: column-reverse; /*justify-content: flex-end;*/
}
.msgr-chat-item {
    background-color: var(--secondary-95); padding: max(0.5rem,2%) max(0.75rem,2%) 0.5rem; font-size: 0.875em;
    border-radius: 1em;  margin-top: 0.5rem; margin-bottom: 0.5rem; margin-left: max(2rem,6%);
    min-width: 50%; max-width: max(11em,min(44em,85%)); align-self: flex-end;
    border-bottom-right-radius: 0; position: relative;
}
.msgr-chat-item-tpl {display: none;}
.msgr-chat-item:first-of-type {/*margin-top: auto;*/}
.msgr-chat-item-received {
    background-color: var(--surface-60); margin-right: max(2rem,6%); margin-left: 0; align-self: flex-start;
    border-bottom-right-radius: 1em; border-bottom-left-radius: 0;
}
.msgr-chat-item-author {color: var(--secondary-60); font-weight: 500; margin-bottom: 1em;}
.msgr-chat-item-content {white-space: pre-line; word-break: break-word;}
.msgr-chat-item-content .attachments-item {margin-top: 0.5em;}
.msgr-chat-item-content .attachments-item img {max-height:500px;}
.msgr-chat-item-info {color: var(--neutral-50); text-align: right; margin-top: 0.25em;}
.msgr-chat-item:after {
    content:''; position: absolute; left: 100%; bottom:0;
    width: 0; height: 0;
    border-bottom: 8px solid var(--secondary-95); border-right: 4px solid transparent;	
}
.msgr-chat-item-received:after {
    left: auto; right: 100%;
    border-right: 0; 
    border-bottom: 8px solid var(--surface-60); border-left: 4px solid transparent;
}
.msgr-chat-item a {cursor: pointer; color: var(--secondary-60);}

/*chat form*/
input {
  background-color: var(--surface-80); border-radius: 0.5rem; padding: 0.5rem 0.75rem;
}
.form-wrapper.loader-wrapper.loading:before {background-color: rgb(0 0 0 / 33%);}
.form-chat {
    background-color: var(--primary-0); display: flex; align-items: flex-end; padding: 0.5rem max(1rem,3%);
}
.label-upload {margin: 0.5rem 0.375em 0.5rem 0; cursor: pointer; position: relative;}
.label-upload input {display:none}
.form-chat input[type="text"], .form-chat textarea {
    width: 100%; word-wrap: break-word; background-color: #000; color:#868686; padding: 0.5em 1em; /*line-height: 2.5;*/
    border-radius: 1.5rem 0 0 1.5rem; padding-right: 0.5rem; min-width: 8em;
    border: none; outline: none; overflow: hidden;
}
.form-chat textarea {height: 2.5em; top:0; left:0;}
.msgr-input-btns {
    display: flex; align-items: center; background-color: #000; height: 2.5em;
    border-radius: 0 1.5rem 1.5rem 0; padding-right: 0.25rem;
}
.msgr-input-btns > div {margin: 0 0.25em; line-height: 0; cursor: pointer;}
.label-upload, .msgr-input-btns {flex-shrink:0;}
.label-upload:hover, .msgr-input-btns > div:hover {filter: contrast(0.75)}
.label-upload:active, .msgr-input-btns > div:active {filter: contrast(0.5)}
.label-upload .upload-count {
    position: absolute; min-width: 1.5em; height: 1.5em; left:-0.875em; top:-1em; display: inline-flex; align-items: center; justify-content: center;
    background-color: var(--secondary-60); border-radius: 0.75em; color: #fff; font-size: 0.75rem; padding: 0.25em;
}

/*loading*/
.loader-wrapper {position: relative;}
.loader-wrapper.loading:before, .message-content {
    content:''; position: absolute; top:0; bottom:0; left:0; right:0; background-color: rgb(0 0 0 / 75%); z-index: 5;
}
.loader-wrapper.loading:after {
    content:''; position: absolute; z-index: 5;
    top: 50%; left: 50%; width: 48px; height: 48px; margin-top: -24px; margin-left: -24px;
    background: url('../img/svg/spinner-part.svg') 50% 50% no-repeat; background-size: 75% auto;
    border-radius:50%; animation: roll 1s infinite; filter: hue-rotate(67deg);
}
.loader-wrapper-small.loading:after {width: 36px; height: 36px; margin-top: -18px; margin-left: -18px; background-size: 26px auto;}

@keyframes roll {
    0% {transform: rotate(45deg);}
    100% {transform: rotate(405deg);}
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}