* Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.the-icons {
  font-size: 14px;
}

@font-face {
      font-family: 'fontello';
      src: url('../font/fontello.eot?38947450');
      src: url('../font/fontello.eot?38947450#iefix') format('embedded-opentype'),
           url('../font/fontello.woff?38947450') format('woff'),
           url('../font/fontello.ttf?38947450') format('truetype'),
           url('../font/fontello.svg?38947450#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
     
    .demo-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }
	
body,html
{	
	overflow: hidden;
    margin: 0 auto;
    color: black;
	font-family: 'Open Sans', sans-serif;
	
	width: 100%;
	height: 100%;
	min-height: 100px;
	background-color: white;
	scroll-behavior: smooth;
	transition: 2s ease;
}
[contentEditable=true]:empty:not(:active):before{
    content: attr(data-text);
	color: #556080;
}

#e 
{
  /* Just a little styling to make it pretty */
  /*background: url("../img/sbtn.png");*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  /* background-position: center;*/
	display: flex;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    color: white;
}
input
{
	border: 0;
	padding: 5px;
}
@keyframes cloud
{
  0%   {opacity: 0;transform: scaleY(0.8);transform:translateY(20px);}
  100% {opacity: 1;transform: scaleY(1);transform:translateY(0);}	
}
@keyframes usr {
  0%   {opacity: 0;transform:translateY(-20px);}
  100% {opacity: 1;transform:translateY(0px);}
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
#cont
{
	top: 50px;
    z-index: 5;
    display: block;
    align-items: center;
    position: relative;
    background-color: white;
    width: 100%;
    height: calc(100% - 50px);
}
#top
{
    z-index: 10;
    display: block;
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
}
#logo
{
	position: absolute;
    left: 0;
    top: 0;
    font-family: 'Bebas Neue', cursive;
    color: black;
    font-size: 2em;
    display: flex;
    height: 100%;
    padding: 0 20px;
    margin: auto 10px;
    user-select: none;
}
#plus
{
	margin-left: 10px;
    color: #2ac7f5;
    font-size: 1.15em;
    line-height: 33px;
}
#plus:hover
{
	cursor:pointer;
}
#i
{
	display: block;
    padding: 3px 10px;
    margin: auto;
    color: #2c3235;
    border-radius: 6px;
    box-sizing: border-box;
}
#i:before
{
	display: none;
	content: '';
    position: absolute;
    width: 0;
    right: 13px;
    top: 29px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #03a9f4;
}
#i i
{
	padding: 2px 10px;
    background-color: #31a0dc;
    color: #ffffff;
    border-radius: 4px;
    font-size: 0.9em;
    margin: auto 8px;
}
#i img
{
	display: block;
    float: left;
    color: #ffffff;
    border-radius: 4px;
    font-size: 0.9em;
    margin: auto 6px;
    height: 35px;
    width: auto;
}
.user_o
{
	margin: auto;
    padding: 6px;
    border-radius: 50%;
    font-size: .85em;
    background-color: #f1f0f0;
    color: #363e42;	
}
.user_o:hover
{
	cursor: pointer;
	color: #f1f0f0;
	background-color: #363e42;
}
.user_opt
{
	display: flex;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex: auto;	
}
.answer
{
	transition: .3s ease;
	display: none;
	width: 50px;
	height: 20px;
	background-color: white;
	border-radius: 30px;
	position: absolute;
	bottom: 0px;
	right: 20px;
}
.log_btn
{
	font-size: .3em;
    margin: auto 10px;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: #07b6ff;
    color: white;
}
.log_btn:hover
{
	cursor: pointer;
}
#panel
{
	position: absolute;
	right: 0;
	top:0;
	float: left;
	font-family: 'Roboto', sans-serif;
	color: black;
	font-size: 50px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin: auto 10px;
	height: 100%;
	user-select: none;
}
.admint
{
	display: flex;
	align-items: center;
	margin: auto;
	float: left;
	width: 200px;
	height: 150px;
}
.at
{
	font-weight: bold;
	color: #0c111f;
	background-color: #1f88e8;
	display: block;
	margin: auto;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	height: 50px;
	width: 150px;
	transition: .5s ease;
}
.at:hover
{
	cursor: pointer;
	background-color: #226aad;
}
#ii
{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
#settings
{
	font-size: 20px;
    cursor: default;
    display: none;
    position: absolute;
    top: 70px;
    right: 60px;
    width: 300px;
    height: min-content;
    max-height: 90vh;
    min-height: 200px;
    background-color: #0a0a15;
    color: white;
    font-family: 'Open Sans', sans-serif;
    border-radius: 8px;
    z-index: 100;
}
#settings:before
{
	content: '';
	position: absolute;
	bottom: 100%;
	right: 22px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #0a0a15;
    box-sizing: border-box;
}
.savatar
{
	display: block;
	margin: auto;
	width: 50px;
	height: 50px;
	background-color: #acacac;
}
#savatar
{
	background-image: url(../img/default.png);
	border-radius: 50px;
	background-size: cover;
	background-repeat: no-repeat;	
}
#slogo
{
	display: flex;
    align-items: center;
    float: left;
    padding: 0 10px;
}
#sinfo
{
	display: block;
    float: left;
    padding: 0 6px;
	max-width: 150px;
}
#stop
{
	font-size: 1.3em;
    text-align: center;
    display: block;
    clear: both;
    width: 100%;
    font-weight: bold;
}
#sbottom
{
	display: block;
    clear: both;
    width: 100%;
    color: #ff004e;
    text-align: center;
    font-size: .72em;
    font-weight: bold;
}
.st
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 0;
    background-color: #0a0a15;
    border-radius: 8px 8px 0 0;
}
.scontent
{
	color: #adadad;
    width: 100%;
    padding: 5px 0;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}
.label
{
	padding: 10px;
}
.label:hover
{
	cursor: pointer;
	background-color: #101023;
}
.g
{
	display: none;
}
.d
{
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	background-color: rgba(12, 12, 12, 0.95);
	width: 100%;
	height: 100%;
}
.shape
{
    transform: scale(1.2);
    display: flex;
    align-items: center;
    margin: auto;
    border-radius: 10px;
    background-color: white;
    padding: 10px;
    box-sizing: border-box;
    width: 80%;
    max-width: 600px;
    min-width: 480px;
    min-height: 300px;
    color: black;
}
.dt
{
    display: block;
    width: 100%;
    font-size: 2em;
    border-bottom: 1px solid #dedede;
    color: #333333;
    margin-bottom: 10px;
}
#dc
{
	display: block;
	margin: auto;
	padding: 10px;
}
.ddimg
{
	background-image: url("../img/default.png");
	background-size: 70px;
	background-position: center;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	display: block;
	margin: auto;
	border-radius: 70px;
}
.dimg
{
	display: flex;
	align-items: center;
	margin: auto;
	float: left;
	width: 100px;
	height: 100px;
}
.reg_href:hover
{
	cursor: pointer;
}
.form
{
	font-family: 'Open Sans', sans-serif;
	position: absolute;
    top: 0;
    display: none;
    align-items: center;
    z-index: 5000;
    width: 100%;
    height: 100vh;
    background-color: rgba(12, 12, 12, 0.95);
    transition: 1s ease;
}
.t
{
	font-size: 35px;
    color: #2c3235;
    user-select: none;
    padding-left: 50px;
}
#login
{
    font-weight: 600;
    display: block;
    float: left;
    margin: auto;
    color: black;
    width: 50%;
    padding: 10px;
    min-width: 300px;
}
.lb
{
    display: block;
	margin: 6px auto;
    background-color: #06aff5;
    color: white;
    padding: 10px 15px;
    font-size: 20px;
	border-radius: 5px;
}
.lb:hover
{
	cursor: pointer;
}
.login
{
	width: 70%;
    font-size: 25px;
    border-radius: 2px;
    margin-top: 10px;
    border-bottom: 2px solid #cacaca;
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
.signin
{
	box-sizing: border-box;
    padding: 30px 0;
    display: flex;
    align-items: center;
    margin: auto;
    background-color: white;
    border-radius: 10px;
    width: 90%;
    max-width: max-content;
    min-width: min-content;
}
.formclose
{
	display: block;
    position: absolute;
    top: 5%;
    right: 5%;
    background-color: #ff0034;
    color: white;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    z-index: 4000;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.formclose:hover
{
	cursor: pointer;
}
.infos
{
	background-color: #afafaf;
	display: block;
	float: left;
	margin: auto;
	height: 100px;
	width: 350px;
	overflow: auto;
}
.recbtn
{
	display: block;
    position: absolute;
    top: 6px;
    right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #3775ff;
    color: white;
    border-radius: 3px;
    padding: 4px 10px;
    font-size: .7em;
    user-select: none;
}
.recbtn:hover
{
	cursor: pointer;
	background-color: #3266d8;
}
#tiles
{
	display: flex;
	align-items: center;
	width: 100%;
}
.tname
{
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 140px;
	height: 20px;
	color: #2c313e;
	text-align: center;
	font-weight:bold;
	font-size: 20px;
}
.tiles
{
	position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    float: left;
    margin: auto;
    width: 140px;
    height: 70px;
    background: url(../img/df.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    opacity: 0.9;
}
.tiles:hover
{
	cursor: pointer;
	opacity: 1;
}
.rec
{
	position: relative;
	padding: 15px 10px;
	line-height: 20px;
	text-align: left;
	height: 20px;
	background-color: white;
	color: #161B21;
	font-weight: bold;
}
#dset
{
	display: block;
	width: 450px;
}
#panelstyle
{
	position: relative;
	background: url(../img/sbtn.png);
	border-radius: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: .5s ease-out;
	border-spacing: 0;
	margin: auto 10px;
}
#panelusr
{
    background-image: url(../img/default.png);
    border-radius: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto 4px;
	position:relative;
}
img
{
	width: 100px;
	height: 100px;
	font-size: 0.3em;
}
.panel
{
    float: left;
    margin: auto;
    display: block;
    width: 33px;
    height: 33px;
}
#cc
{
	position: relative;
	float: left;
	display: block;
	height: 100%;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .10);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .10);
	z-index: 20;
	max-width: 370px;
    overflow: hidden;
}
#con
{
	width: 100%;
	z-index: 9;
	display: flex;
    flex-direction: column;
	background-color: white;
	height: 100%;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .10);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .10);
}
.fl
{
	display: block;
	float: left;
	padding: 0 2px;
	line-height: 50px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}
#list
{
    display: block;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    flex: 1;
    background-color: #fff;
}
#tfl
{
	user-select: none;
	display: flex;
    flex: 0;
	align-items: center;
	width: 100%;
	color: #333;
	border-bottom: 1px solid #f1f1f1;
}
#img
{
	display: block;
	margin: auto;
	width: 40px;
	height: 40px;
	background: url("../img/friends.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.con
{
	height: 50px;
	display: block;
	margin: auto;
}
.ft
{
	display: flex;
	align-items: center;
	float: left;
	padding: 0 2px;
	height: 50px;
}
#messages
{
	position: relative;
    display: flex;
    flex: 0;
    background-color: #f0f0f0;
    height: 100%;
    transition: 0.5s cubic-bezier(1, 0, 0, 1);
}
#upload_real
{
	display: none;
}
#upload_fake
{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 15px;
    background-color: #1b91ff;
    color: white;
    border-radius: 5px;
    transition: .3s ease;
    border: 1px solid #e2e2e25c;
}
#filetext, #upload_fake i {
    padding: 0 2px;
}
#in_btn {
	display: flex;
    justify-content: center;
    padding: 10px 15px;
    background-color: #1b91ff;
    color: white;
    border-radius: 3px;
    border: 1px solid #dedede5c;
    transition: .3s ease;
    margin: 5px auto;
}
.formin i
{
	color: white;
}
#messages .formin
{
    width: max-content;
    margin: auto;
    padding: 5px 0;
}
.messages
{
	top: 0px;
	right: 0;
	width: 100%;
	height: calc(100% - 70px);
	overflow: auto;
	background-color: white;
	transition: 0.5s cubic-bezier(1, 0, 0, 1);
}
.rightcloud
{
	color: white;
	position: relative;
	display: block;
	background-color: #1f88e8;
	border-radius: 10px 10px 30px 10px;
	-moz-border-radius: 10px 10px 30px 10px;
	-webkit-border-radius: 10px 10px 30px 10px;
	border: 0px solid #000000;
	padding: 15px;
	clear: both;
	margin-top: 10px;
    margin-bottom:10px;
	margin-right: 80px;
	width: 30%;
	min-width: 250px;
	font-size: 20px;
	transition: 0.5s cubic-bezier(1, 0, 0, 1);
	animation-name: cloud;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}

.own_cloud
{
	color: #f3faff;
    position: relative;
    display: block;
	border-radius: 9px 9px 9px 18px;
    -moz-border-radius: 9px 9px 9px 18px;
    border: 0px solid #000000;
    box-sizing: border-box;
    float: right;
    clear: both;
    margin: 8px auto;
    margin-right: 80px;
    width: max-content;
    max-width: calc(90% - 80px);
    font-size: 30px;
    transition: 0.5s cubic-bezier(1, 0, 0, 1);
    animation-name: cloud;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}
.own_cloud:before
{
    content: "\00a0";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #2dc7f5;
    border-bottom: 10px solid transparent;
    display: block;
    position: absolute;
    bottom: 5px;
    right: -7px;
}
.cloud
{
	color: black;
    position: relative;
    display: block;
    border-radius: 7px 7px 15px 7px;
    -moz-border-radius: 7px 7px 15px 7px;
    -webkit-border-radius: 7px 7px 15px 7px;
    border: 0px solid #000000;
    box-sizing: border-box;
    clear: both;
    float: left;
    margin: 8px auto;
    margin-left: 75px;
    width: max-content;
    max-width: calc(90% - 80px);
    font-size: 30px;
    transition: 0.5s cubic-bezier(1, 0, 0, 1);
    animation-name: cloud;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}
.cloud:before
{
	content: "\00a0";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 8px solid #f1f0f0;
    border-bottom: 10px solid transparent;
    display: block;
    position: absolute;
    bottom: 5px;
    left: -8px;
}
.own_cloud .msg
{
	white-space: pre-line;
    word-break: break-word;
    font-size: .518em;
    user-select: text;
    color: white;
    padding: 7px 11px;
	background: linear-gradient(to top,#2ec8f5 0%,#2ac7f5 100%);	
	border-radius: 6px 6px 6px 12px;
} 
.cloud .msg
{
	white-space: pre-line;
    word-break: break-word;
    font-size: .518em;
    user-select: text;
    color: #060606;
    padding: 7px 11px;
    background-color: #efefef;
    border-radius: 6px 6px 12px 6px;
}
.info
{
	display: flex;
    flex-wrap: wrap;
    padding: 4px;
    align-items: center;
    color: #404040;
}
.name
{
    font-weight: 600;
    float: left;
    font-size: 0.4em;
    padding-right: 5px;
}
.time
{
	float: left;
	text-align: center;
	padding-right: 5px;
	font-size: 0.3em;	
}
.date
{
	float: left;
	text-align: center;
	font-size: 0.3em;
}
.u
{
	font-weight: 600;
	font-style: italic;
}
.im
{
	font-family: 'Lilita One', cursive;
	user-select: none;
	transform: scale(0.8);
}
.own_img
{
	display: block !important;
    opacity: 1 !important;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0px;
    right: -45px;
    z-index: 10000;
    border-radius: 50%;
}
.img
{
    display: block !important;
    opacity: 1 !important;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0px;
    left: -48px;
    z-index: 10000;
    border-radius: 30px;
}
#tit
{
	background-color: #007eff;
    display: block;
    font-size: 2em;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 10px;
    text-align: center;
    margin: 5px auto;
}
#bottom-panel
{
	z-index: 5;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70px;
	width: 100%;
	background-color: white;
}
.in
{
	border-radius: 5px;
}
.in:focus
{
	outline: none;
	border: 0;
}
#cnn
{
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	margin: auto;
}
#in1
{
	font-size: 1em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    float: left;
    margin-left: 25px;
    font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.mess_ico i
{
	color: #f6fbff;
	font-size: 1em;
}
.mess_ico
{
	display: block;
    margin: auto 2px;
    padding: 4px;
    border-radius: 20px;
    color: #ffffff;
    background-color: #2ac7f5;
}
.mess_ico:hover
{
	cursor: pointer;
	background-color: #1387f5;
}
#messin
{
	display: flex;
    flex-direction: row;
    border-radius: 30px;
    width: calc(100% - 260px);
    min-width: 100px;
    height: 45px;
    padding: 0 10px;
    padding-left: 20px;
    margin: auto 10px;
    float: left;
    background-color: #efefef;
}
#in2
{
	background-color: transparent;
	white-space: pre;
	line-height: 45px;
	flex-grow: 2;
	font-size: 20px;
	color: #111111;
	-webkit-user-modify: read-write-plaintext-only;
	user-modify: read-write-plaintext-only;
	overflow-y: auto;
	overflow-x: hidden;
	font-weight: normal;
	font-size: 1.05em;
}
#in3
{
	background: url(../img/send_btn.png) no-repeat top left;
    background-size: 40px;
    background-position: center;
    width: 50px;
    height: inherit;
    margin-right: 25px;	
}
#in3:hover
{
	cursor: pointer;
	filter: brightness(90%);
}
.panel:hover
{
	cursor: pointer;
	filter: brightness(90%);
}
.user i
{
	margin-left: 0px;
}
.user
{
    display: flex;
    padding: 5px 15px;
    min-width: 250px;
    margin: 5px auto;
    background-color: white;
    color: #333;
    border-bottom: 1px solid #f1f0f0;
}
.active_big
{
	position: absolute;
    width: 20px;
    height: 20px;
    background-color: #6fff73;
    border: 3px solid white;
    border-radius: 50%;
    bottom: 0px;
    right: 0px;
}
.active_small
{
	position: absolute;
    width: 12px;
    height: 12px;
    background-color: #929ba7;
    border: 2px solid #ffffff;
    border-radius: 50%;
    bottom: -2px;
    right: -2px;
}
.green
{
	background-color: #6fff73;
}
.user:hover
{
	
}
.avatar
{
	display: flex;
	flex: 0;
    align-items: center;
    padding: 5px;
}
.avatar_text
{
	padding: 2px 0;
}
.other
{
	display: block;
	flex: auto;
    float: left;
    padding: 5px 6px;
    box-sizing: border-box;
}
.ai
{
	display: block;
    margin: auto;
    width: 50px;
    height: 50px;
    background: url(../img/default.png);
    background-color: #dadada;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
    position: relative;
}
.nick
{
	display: block;
    font-size: 0.9em;
    padding: 0px 2px;
    box-sizing: border-box;
    font-weight: 600;
}
.lastactive
{
	padding-left: 15px;
    padding: 0px 2px;
    display: block;
    font-size: .7em;
}
.rank
{
	display: block;
    padding-left: 15px;
    padding: 0px 2px;
    font-size: .7em;
}
.account_wrapper
{
	display: flex;
    flex-wrap: wrap;
	margin: auto;
    padding: 25px;
    width: 90%;
	max-width: 850px;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.36);
	box-sizing: border-box;
}
.cnt_avatar
{
	display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: max-content;
    padding: 6px 0;
    justify-content: center;
}
.avatar_nick
{
	display: block;
    width: 100%;
    font-weight: 700;
    font-size: 1.2em;
    color: #333333;
    text-align: center;
}
.avatar_last_active
{
	font-style: italic;
	font-size: .9em;
}
.avatar_img
{
	display: flex;
    width: 100%;
    justify-content: center;
    padding: 4px 0;
}

#users_status
{
	flex: 0;
    padding: 10px 0;
    border-top: 1px solid #8080802e;	
}
#ssts
{
	display: flex;
    flex-direction: row;
    color: #363e42;
    flex: 1;
    padding: 0 15px;
    width: fit-content;
	
}
.ssts
{
	display: flex;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #131517;
    color: #d8d8d8;
}
.ssts:nth-child(2)
{
	display: flex;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #131517;
    color: #d8d8d8;
	margin-left: 5px;	
}

.ssts_i
{
	padding: 0 1px;
	color: #fcff45;
}
.green_txt
{
	color: #6fff73;
}
.ssts_v
{
	font-weight: bold;
    padding: 0px 1px;
}



#loadtit
{
	display: block;
    color: #676767;
    text-align: center;
    width: 100%;
    font-size: 3em;
    font-family: 'Lilita One', cursive;
}
#loadbg
{
	transition: 2s ease;
	user-select: none;
	overflow: hidden;
	z-index: 1000;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #070a1a;
}
.loadbg_center
{
	display: flex;
	flex-wrap:wrap;
	margin: auto;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 2s infinite ease-in-out;
  animation: load7 2s infinite ease-in-out;
}
.loader {
	display: block;
	margin: 0 auto;
	float: left;
  color: #209bd4;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: -7px;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
