@charset "utf-8";
/* CSS Document */
*, ::after, ::before {
    box-sizing: border-box;
}
body {
	margin: 0px;
	font-family: Roboto;
}
* {
    scrollbar-width: thin;
    scrollbar-color: orangered #9E9E9E;
}
.at-credits {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}
#webLinkTarget {
	padding: 5px;
}
.delAnimation {
	position: fixed;
	z-index: 10000;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	background-color: black;
}
.goodbyeLink:link, .goodbyeLink:focus, .goodbyeLink:visited, .goodbyeLink:active {
	color: white;
	text-decoration: none;
}
.goodBye {
	color: white;
    font-size: 24px;
}
#emailTarget {
	padding: 5px;
}
/*::-webkit-scrollbar {
	width: 6px !important;
	background-color: orangered;
}
::-webkit-scrollbar-thumb {
	background-color: orangered;
	border-radius: 4px;
	border: 0px solid orangered;
}
::-webkit-scrollbar-track {
	background-color: #9E9E9E;
}*/
#delAccDiv {
	background-color: #ff5531;
	margin-top: 10px;
	text-align: center;
}
#checkRegCont {
	display: inline-block;
}
#wLAct {
	margin-bottom: 10px;
	display: inline-block;
}
.singleConvActions {
	display: none;
    background-color: white;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}
.hack8 {
	margin-bottom: 10px;
	background-color: #222222;
}
.hack7 {
	transform: rotate(180deg);
}
.schArrow {
	position: absolute;
    width: 24px;
    right: 1px;
    top: 2px;
    padding: 2px;
    height: 20px;
	z-index: 5;
	cursor: pointer;
}
.tosTitle, .tosDescr {
    padding: 5px;
}
.tosDescr {
	margin-bottom: 10px;
}
.hack6 {
	margin-bottom: -10px !important;
}
.isStatus {
    font-size: 11px;
    border-radius: 10px;
    background-color: red;
    color: #ffffff;
    text-align: center;
    padding: 1px 5px;
	display: inline-block;
	margin-right: 2px;
	font-weight: normal;
	border: 1px solid #8d8d8d;
}
.hack2 {
    background-color: #fbff00;
    color: #000000;
	margin-top: 0px;
}
.hack4 {
	margin-top: 0px;
}
.hack3 {
    background-color: #00c5bc;
    color: #ffffff;
}
.hack1 {
	top: auto !important;
	bottom: 0px !important;
	left: 4px !important;
	border: 1px solid black;
	border-radius: 10px !important;
	padding: 1px 5px !important;
}
.sStatus {
	position: relative;
	width: 240px;
	text-align: right;
}
.line-height-normal {
	line-height: normal !important;
}
.webLinkSettMess {
    font-size: 16px;
    background-color: cadetblue;
    text-align: left;
    color: white;
	padding: 5px;
}
.webLinkUrsMessTitle {
	padding: 5px;
	padding-left: 0px;
	font-size: 15px;
	text-align: left;
	color: black;
}
.webLinkUrsMess {
	padding: 10px;
	font-size: 16px;
	background-color: steelblue;
	text-align: left;
	color: white;
}
.cPassTitle {
	font-size: 14px;
	display: inline-block;
	padding: 5px;
}
.cPassIconCont {
	position: absolute;
    right: 10px;
    top: 9px;
}
.askEmailRec {
	display: inline-block;
	margin-right: 5px;
	padding: 5px;
}
.chBxInfoLabel {
	margin: 0px 5px;
}
#infoText, #webMessText {
	resize: none;
    height: 100px;
    font-family: Roboto;
    font-size: 16px;
}
.emailField {
	max-width: 250px;
    height: 34px;
    display: inline-block;
}
.hBsc {
	right: -20px !important;
	top: 42px !important;
}
.hBcs {
	right: -5px !important;
	top: 42px !important;
	z-index: 11 !important;
}
.settedAlias {
	font-size: 16px;
	color: orangered;
	display: inline-block;
	margin-bottom: 10px;
}
.modInfos {
	display: none;
    font-size: 14px;
    background-color: cadetblue;
	padding: 5px;
	color: white;
	margin-right: 5px;
}
.iconMod {
	vertical-align: bottom;
	height: 24px;
	cursor: pointer;
}
.destImg {
	opacity: 0.7;
}
.destImg:hover {
	opacity: 1;
}
#modDiv, #destDiv {
	overflow: hidden;
}
.bgSettingDivs {
	background-color: #dfdfdf;
}
#aliasDiv, #infoDiv, #modDiv, #destDiv, #contactAddedDiv {
	background-color: #e1e1e1;
}
#contactAddedDiv {
	padding: 5px !important;
}
#saveAlias, #saveInfo, #saveWebMess, #cancelWebMess {
	display: none;
}
#saveInfo {
	margin-top: 5px;
}
#aliasCont {
	position: relative;
}
#editAlias {
	position: inherit !important;
    display: inline-block;
    margin-left: 15px;
}
#aliasField {
	max-width: 250px;
	height: 34px;
	display: inline-block;
}
.color-orangered {
	color: orangered !important;
}
input, textarea {
  outline: none;
}
input:focus, textarea:focus {
	border: 1px solid steelblue;
}
.spanConvCounter {
	position: absolute;
    top: 9px;
    right: 80px;
    display: inline-block;
    background-color: steelblue;
    padding: 3px;
    padding-right: 18px;
    z-index: 1;
    color: white;
}
.usernameFocus {
	color: steelblue;
}
.footer {
    color: white;
    padding: 10px;
    font-size: 14px;
	background-color: black;
	text-align: center;
}
.footerLink {
	color: white;
}
.footerLink:link, .footerLink:focus, .footerLink:visited {
	text-decoration: underline;
}
.footerLink:hover {
	text-decoration: none;
}
.secondCont {
	background-color: #e4e1d5;
	padding: 20px;
	text-align: center;
}
.cryptoImg {
	width: 100%;
	max-width: 512px;
	min-width: 400px;
}
.cookieBanner {
    background-color: #00b7c1;
    color: white;
    font-size: 14px;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    z-index: 999;
	width: 100%;
    left: 0px;
}
.closeCookie {
    padding: 5px 10px;
    background-color: #103c51;
    color: white;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}
.settingsMenuLink {
	font-size: 15px;
	color: steelblue;
	text-decoration: underline;
}
.settingsMenuLink:hover {
    cursor: pointer;
	text-decoration: none;
	color: slategray;
}
.settingsMenu {
    position: absolute;
    top: 10px;
    left: 10px;
}
.edgeDx {
    position: absolute;
    display: inline-block;
    top: -1px;
    right: -6px;	
}
.edgeSx {
    position: absolute;
    display: inline-block;
    top: -1px;
    left: -6px;	
}
.emailActive {
	font-size: 18px;
	font-weight: bold;
	display: inline-block; margin-bottom: 5px;
	color: steelblue;
}
.display-none {
	display: none !important;
}
.display-block {
	display: block !important;
}
.display-inline-block {
	display: inline-block !important;
}
.display-inline {
	display: inline !important;
}
.warnText {
	color: #FF1700;
}
.cancel-button {
	background-color: #FF1700 !important;
	color: white !important;
}
.ajaxWait {
	width: 64px;
    position: fixed;
    z-index: 10000;
	top: 50%;
	transform: translate(-50%, -50%);
}
.emailAsk {
	font-size: 14px;
}
.convContList {
    background-color: steelblue;
	padding: 5px;
}
.convContList:hover {
	background-color: #0F538C;
	cursor: pointer;
}
#contactListDown {
	background-color: steelblue;
	position: absolute;
	display: none;
	transition: height 0.5s ease;
    width: calc(100% - 10px);
    top: 44px;
    color: white;
	left: 5px;
	z-index: 5;
}
.margin-left-0 {
	margin-left: 0px !important;
}
.margin-left-5 {
	margin-left: 5px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-5 {
	margin-top: 5px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-0 {
	margin: 0px !important;
}
.margin-5 {
	margin: 5px !important;
}
.padding-left-5 {
	padding-left: 5px !important;
}
.padding-5 {
	padding: 5px !important;
}
.padding-10 {
	padding: 10px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.vertical-align-middle {
	vertical-align: middle !important;
}
.timeCont {
	position: absolute;
    right: 2px;
    bottom: 2px;
}
.linkTime {
    font-size: 12px;
	color: #959595;
}
.linkDel {
	display: inline-block;
	position: relative;
	height: 16px;
	vertical-align: middle;
	margin-left: 3px;
	cursor: pointer;
	opacity: 0.5
}
.linkDel:hover {
	opacity: 0.8;
}
.linkDelCont {
	display: inline-block;
	position: relative;
}
.linkDelCont:hover > .lD {
	display: inline-block;
}
.lD {
    right: 0px !important;
    top: 22px !important;
    z-index: 11 !important;
}
.contactCont {
	position: relative;
	text-align: left;
	padding: 5px;
	margin: 10px auto;
	border-radius: 10px;
	overflow-wrap: break-word;
	background-color: #cbdeed;
	border: 1px solid #9E9E9E;
	color: #555555;
	width: 70%;
}
.firstCharsContactMod {
	position: absolute;
    font-size: 18px;
    margin-right: 5px;
    border-radius: 30px;
    background-color: white;
    color: orangered;
    font-weight: bold;
    border: 2px solid steelblue;
	display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 38px;
	z-index: 2;
	left: 5px;
}
.settingButtBg {
	position: relative;
    margin-right: 5px;
    border-radius: 30px;
    background-color: white;
    color: orangered;
    font-weight: bold;
    border: 2px solid steelblue;
	display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
	z-index: 2;
}
.contactsUsername {
    font-size: 18px;
    font-weight: bold;
    border: 2px solid steelblue;
    border-radius: 25px;
    background-color: steelblue;
    color: white;
    line-height: 38px;
	padding: 0px 10px;
	height: 42px;
	width: 240px;
	padding-left: 42px; 
	float: left;
	position: relative;
}
.contactsAddedTime {
    font-size: 18px;
    font-weight: bold;
    border: 2px solid steelblue;
    border-radius: 25px;
    background-color: steelblue;
    color: white;
	padding: 0px 10px;
	height: 42px;
	width: 220px;
	padding-left: 42px; 
	float: left;
}
.contactsAddConv {
	position: absolute;
    font-size: 18px;
    border-radius: 30px;
    background-color: steelblue;
    color: greenyellow;
    font-weight: bold;
    border: 2px solid steelblue;
	display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 38px;
	right: -2px;
	top: -2px;
}
.contactsAddConv:hover {
	background-color: white;
	cursor: pointer;
	color: steelblue;
}
.settingsContact {
	position: relative;
	float: right;
	height: 42px;
	width: 95px;
}
.settingsContactImg {
    position: absolute;
    width: 24px;
    top: 7px;
    right: 6px;
    opacity: 0.4;
}
.settingsContactImg:hover {
	cursor: pointer;
	box-shadow: 0px 2px 7px 2px rgba(255, 255, 255, 0.26);
	opacity: 1;
}
.allConvContactImg {
	width: 24px;
    position: absolute;
    top: 8px;
    right: 7px;
    opacity: 0.4;
}
.allConvContactImg:hover {
	cursor: pointer;
	box-shadow: 0px 2px 7px 2px rgba(255, 255, 255, 0.26);
	opacity: 1;
}
.hoverButt {
	position: absolute;
	padding: 2px 4px;
	background-color: black;
	color: white;
	font-size: 12px;
	display: none;
	right: 0px;
    top: 44px;
	z-index: 10;
	font-weight: normal;
}
.settingButtBg:hover > .hoverButt {
	display: block;	
	z-index: 10;
}
.linkMess {
	text-align: left;
	padding: 10px;
	margin: 10px auto;
	border-radius: 10px;
	position: relative;
	padding-bottom: 20px;
	overflow-wrap: break-word;
	background-color: #cbdeed;
	border: 1px solid #9E9E9E;
	color: #555555;
	width: 70%;
    /*box-shadow: 0px 2px 7px 2px rgba(255, 255, 255, 0.26);*/
}
.linkIconCont {
	position: absolute;
	left: 5px;
	top: 7px;
}
.linkIcon {
	width: 46px;
	vertical-align: middle;
	margin-right: 5px;
}
.margin-10 {
	margin: 10px !important;
}
.magin-top-70 {
	margin-top: 70px !important;
}
.spamCheck {
	color: black;
	font-size: 16px;
	margin-bottom: 20px;
}
#check {
	width: 40px;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #636363;
}
.text-align-left {
	text-align: left !important;
}
.color-black {
	color: black !important;
}
.headerLogo {
	height: 50px;
	position: absolute;
	top: 5px;
	left: 0;
	cursor: pointer;
}
.webMessCont {	
	max-width: 600px;
	margin: 0 auto;
	background-color: white;
	padding: 20px;
	text-align: center;
}
#webMess {
	resize: none;
	height: 300px;
	font-family: Roboto;
	font-size: 16px;
	width: 100%;
	padding: 10px;
	display: inline-block;
	margin-bottom: 15px;
}
.webMessError {
	text-align: center;
	font-size: 20px;
	color: orangered;
	margin: 20px;
}
.webMessOk {
	text-align: center;
	font-size: 20px;
	color: #4caf50;
	margin: 20px;
}
.webMessTitle {
	text-align: center;
	font-size: 20px;
	color: steelblue;
	margin-bottom: 20px;
}
.autoLink:link, .autoLink:focus, .autoLink:visited {
	color: brown;
	text-decoration: underline;
}
.autoLink:hover {
	color: #671A1A;
}
.notReadConv {
    position: absolute;
    font-size: 14px;
    background-color: #47cf34;
    color: white;
    font-weight: bold;
    bottom: 4px;
    right: 4px;
    z-index: 3;
    display: inline-block;
    min-width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
	padding: 0 2px;
}
#updateConvTarget {
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
}
.messTimeTo {
	position: absolute;
    right: 4px;
    bottom: 1px;
    font-size: 12px;
	color: #959595;
}
.messTime {
    position: absolute;
    right: 30px;
    bottom: 1px;
    font-size: 12px;
	color: #959595;
}
.readIcon {
	position: absolute;
    right: 2px;
    width: 20px;
    bottom: -2px;
}
.convTitleMobile {
	display: none;
	text-align: center;
}
.height-inherit {
	height: inherit !important;
}
.height-100vh {
	height: 100vh !important;
}
#enlargeMessBox {
    transform: rotate(90deg);
    width: 20px;
	cursor: pointer;
	transition: transform 0.5s ease;
	position: absolute;
	top: 15px;
	left: 10px;
}
#reduceMessBox {
    width: 20px;
	cursor: pointer;
	transition: transform 0.5s ease;
	position: absolute;
	top: 15px;
	left: 10px;
}
#convBackMobile {
	display: none;
	float: left;
    width: 40px;
    margin-top: 4px;
    padding: 5px;
	cursor: pointer;
	position: absolute;
    left: 0px;
}
.firstNav {
	top: 4px !important;
}
.convReply {
    margin-top: 10px;
    display: inline-block;
    background-color: #6dff77;
    color: #4d4d4d;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    bottom: 5px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}
.convReply:hover {
	background-color: #9EFFA4;
}
.convTitle {
	position: absolute;
    display: inline-block;
    background-color:antiquewhite;
    padding: 5px 7px;
    border-radius: 10px;
    margin-top: 10px;
	color: black;
}
.convWith {
    display: inline-block;
    background-color: steelblue;
    color: white;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    margin-right: 5px;
    position: absolute;
    left: 30px;
    top: 10px;
}
.replyBlocked {
	padding: 5px;
	background-color: white;
	color: orangered;
	display: inline-block;
}
.convReplyCont {
	position: fixed;
	background-color: white;
	bottom: 0px;
	width: calc(100% - 320px);
	z-index: 3;
	height: 50px;
	text-align: left;
	margin-bottom: 10px;
	right: 10px;
	border-radius: 10px;
	transition: height 0.5s ease;
}
#replyMess {
	transition: height 0.5s ease;
	padding: 9px;
	border: 0px solid #ffe0e0;
	background-color: #ffe0e0;
    width: calc(100% - 138px);
    margin: 5px;
	border-radius: 6px;
	height: 40px;
	font-size: 18px;
	font-weight: normal;
	color: #454545;
	font-family: Roboto;
	resize: none;
	margin-left: 40px;
}
.convNav {
	position: fixed;
	background-color: #e9fbff;
	top: 50px;
	width: calc(100% - 300px);
	z-index: 3;
	height: 50px;
	text-align: left;
}
.convMess {
	padding: 10px;
	margin-top: 20px;
	width: 70%;
	border-radius: 10px;
	position: relative;
	color: #5f5f5f;
	padding-bottom: 20px;
	overflow-wrap: break-word;
	white-space: pre-wrap;
}
.convMessFrom {
	background-color:#b6ffbb;
	margin-right: 20px;
	margin-left: auto;
	border: 1px solid #9E9E9E;
    /*box-shadow: 0px 2px 7px 2px rgba(255, 255, 255, 0.26);*/
}
.convMessTo {
	background-color: #cbdeed;
	margin-right: auto;
	margin-left: 20px;
    border: 1px solid #9E9E9E;
    /*box-shadow: 0px 2px 7px 2px rgba(255, 255, 255, 0.26);*/
	color: #555555;
}
.convContainer {
	margin-top: 70px;
	margin-bottom: 70px;
}
.titleConv {
    color: white;
    font-size: 16px;
    margin-top: 25px;
    display: flow;
    margin-left: 42px;
    margin-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.userListConv {
	position: absolute;
    top: 7px;
    left: 22px;
	display: inline-block;
}
.usernameContact {
    position: absolute;
    top: 9px;
    left: 22px;
    background-color: steelblue;
    color: #ffffff;
    padding-left: 25px;
    z-index: 2;
    padding-right: 5px;
    border-radius: 5px;
	font-size: 14px;
}
.hack22,.hack44 {
	margin-right: 0px;
	margin-left: 2px;
	display: inline;
	vertical-align: middle;
}
.hack5 {
	position: relative;
    top: 0px;
    left: 0px;
}
.firstCharsContact {
    position: absolute;
    font-size: 24px;
    border-radius: 30px;
    background-color: white;
    color: orangered;
    font-weight: bold;
    top: 8px;
    left: 4px;
    z-index: 3;
    border: 2px solid steelblue;
	display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 36px;
}
.isAlias {
    top: 38px;
    position: absolute;
    font-size: 11px;
    border-radius: 4px;
    background-color: #00a1ff;
    color: white;
    left: 12px;
    z-index: 4;
    text-align: center;
    padding: 1px 2px;
	font-weight: normal;
}
.convMenuAbs {
	position: relative;
	height: 50px;
	text-align: center;
}
.singleChatContActive {
	background-color: #55bbab !important;
}
.singleChatCont {
	position: relative;
	text-align: left;
	padding: 8px 5px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	min-height: 60px;
    background-color: #222222;
	cursor: pointer;
}
.singleChatCont:hover {
	background-color: #35615a;
}
.chatsCont {
	text-align: center;
	margin: 10px 5px;
	font-size: 16px;
	margin-top: 5px;
}
.wait50px {
	width: 50px;
}
.showPass {
	cursor: pointer;
}
#infoToUsernameCont {
	position: absolute;
	display: inline;
    right: 50px !important;
    top: 9px !important;
}
.infoPuls {
    position: absolute;
    display: none;
    width: max-content;
    background-color: black;
    color: white;
    padding: 3px 6px;
    right: 0px;
    top: 32px;
    font-size: 12px !important;
	z-index: 10;
	font-weight: normal;
	line-height: normal;
}
.infoToUsername {
	display: none;
	top: 36px;
}
#infoToUsernameCont:hover > .infoPuls {
	display: inline;
}
.text-align-center {
	text-align: center !important;
}
#contentCounterContainer,#titleCounterContainer {
	font-size: 13px;
	display: inline-block;
	margin-left: 5px;
}
#contentCounter,#titleCounter, #titleInfoCounter {
	color: green;
}
#contentMax,#titleMax {
	color: orangered;
}
.textAreaMess {
	resize: none;
	height: 300px;
	font-family: Roboto;
	font-size: 16px;
}
.popupActionCont {
	margin-bottom: 10px;
}
#bottomMessage, #bottomMessageUn  {
    background-color: #202124;
    z-index: 100000;
    padding: 20px 30px;
    text-align: center;
    color:white;
    font-size: 16px;
    position: fixed;
    bottom: 36px;
    max-width: 400px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}
#bottomMessage {
    background-color: darkslategray;
    color:white;
}
.loginButton {
	margin-right: 10px !important;
	display: inline !important;
}
.registerButton {
	display: inline !important;
}
.position-relative {
	position: relative !important;
}
.position-inherit {
	position: inherit!important;
}
.regIconCont {
	position: absolute;
    right: 10px;
    top: 4px;
}
.aWInput {
	height: 32px;
	display: none;
}
.showPass {
	height: 32px;
	margin-left: 5px;
}
.hackToUsername {
	position:static;
}
.toInput {
	position: absolute;
	height: 32px;
	right: 9px;
	top: 9px;
	cursor: pointer;
}
.buttonCont {
    text-align: center;
    height: 50px;
    margin-top: 10px;
    line-height: 50px;
}
.regButton {
	background-color: steelblue;
	color: white;
	padding: 15px;
	font-size: 20px;
}
.regButton:hover {
	background-color: #78A0C1;
	cursor: pointer;
}
.inputTitle {
	font-size: 15px;
	padding: 5px;
	display: inline-block;
}
.inputAll {
	display: block;
	border-color: #B1B1B1;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	margin: 0 auto;
}
.inputCont {
	width: 100%;
	max-width: 430px;
	overflow: hidden;
	margin: 10px auto;
	text-align: left;
}
.bigCont {
	background-color: #313131;
}
.h3how {
	font-weight: normal;
	line-height: 30px;
}
.howItWork {
	padding: 30px 10px;
	background-color: #313131;
	color: white;
	text-align: left;
	max-width: 900px;
	margin: 0 auto;
}
.notLoggedTitle {
	padding-top: 80px;
	padding-bottom: 30px;
	text-align: center !important;
	overflow: hidden;
	background-image: url("../img/indexBg.jpg");
}
.loginCont {
	height: 60px;
	line-height: 60px;
	position: absolute;
	right: 0px;
}
.newButton {
	margin-top: 10px !important;
	margin-bottom: 5px !important;
	display: inline-block !important;
	position: relative;
    background-color: #62c0cf !important;
    color: #ffffff !important;
}
.newButton:hover {
	background-color: #81AFB7 !important;
}
.newButtonPlus {
	position: absolute;
    font-size: 28px;
    top: -2px;
}
.chatsTitles {
	text-align: center;
	padding: 5px;
	font-size: 15px;
	background-color: steelblue;
	margin-bottom: 10px;
}
.contactIcon, .settingsIcon  {
	height: 34px;
	margin-left: 10px;
}
.contactButton, .settingsButton, .addressButton {
	cursor: pointer;
}
.menuHeader {
	height: 60px;
	background-color: #414141;
	color: white;
	min-width: 100%;
	z-index: 10;
	position: fixed;
	line-height: 60px;
}
.menuHeaderEnc {
	height: 50px;
	background-color: #414141;
	color: white;
	min-width: 100%;
	z-index: 10;
	position: fixed;
	line-height: 50px;
}
.allCont {
	overflow: hidden;
    width: 100%;
	height: 100vh;
	background-color: #ADADAD;
}
.leftColumn {
	float: left;
	width: 300px;
	color: white;
	height: calc(100vh - 45px);
	overflow-y: auto;
	text-align: center;
	margin-top: 50px;
}
.rightColumn {
	position: relative;
	float: left;
	background-color: #d7d7d7;
	color: black;
	height: calc(100vh - 50px);
	background-image: url("../img/convBg.png");
	margin-top: 50px;
	width: calc(100vw - 300px);
	overflow: auto;
	text-align: center;
}
.userNameFirst {
	font-size: 40px;
	border-radius: 24px;
	background-color: white;
	color: steelblue;
	font-weight: bold;
    position: absolute;
    top: 4px;
    left: 2px;
    z-index: 3;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 36px;
}
.logoutIcon {
	height: 50px;
	padding: 5px;
	background-color: black;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
.logoutIcon:hover {
	background-color: #535353;	
}
.userName {
	position: absolute;
    display: inline-block;
	left: 50px;
	top: 0px;
	font-size: 18px;
}
.headerButton {
	padding: 7px;
	background-color: steelblue;
	color: white;
	margin: 0px 5px;
}
.donateButton {
	padding: 7px;
	background-color: white;
	color: red;
	margin: 0px 5px;
	cursor: pointer;
}
.donateButton:hover {
	background-color: #c0ffd4;
}
.actionButton {
	padding: 5px;
	background-color: steelblue;
	color: white;
	font-size: 16px;
	margin-left: 5px;
	display: inline-block;
}
.popupButton {
	padding: 7px;
	background-color: steelblue;
	color: white;
	border-radius: 3px;
	margin: 0px 5px;
}
.popupButton:hover {
	background-color: #78A0C1;
	cursor: pointer;	
}
.headerButton:hover {
	background-color: #78A0C1;
	cursor: pointer;
}
.actionButton:hover {
	background-color: #78A0C1;
	cursor: pointer;
}
.hideMobile, .showMobileBig {
	position: absolute;
    left: 295px;
    top: 0px;
	height: 50px;
	line-height: 50px;
}
.hideMobileNotLogged {
	height: 50px;
	line-height: 50px;
	position: absolute;
}
.showMobileBig, .showMobileBigNotLogged {
	display: none;
	height: 50px;
}
.showMobileSmall {
	display: none;
	cursor: pointer;
}
.slideDownMenu {
	display: none;
	position: absolute;
	z-index: 10;
    top: 50px;
    left: -675px;
    width: 100%;
    text-align: center;
	height: 100%;
}
.slideDownMenuButtCont {
	margin: 0 auto;
	text-align: left;
}
.logoutIconSmallMob {
	display: inline !important;
	position: static !important;
	background-color: transparent;
}
.smallMobIcon {
	width: 24px !important;
	height: auto !important;
	margin-right: 10px;
	vertical-align: bottom;
	padding: 0px !important;
	
}
#ajaxResponse {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0;
}
.ajaxCont {
	width: 90%;
    max-width: 700px;
    background-color: white;
    margin: 0px auto;
    padding: 10px;
    padding-top: 50px;
    box-shadow: 1px 7px 20px 2px rgb(0 0 0 / 40%);
    text-align: center;
    border-radius: 10px;
	position: relative;
	transition: background-color 1s ease;
}
.centeredFixed {
    left: 50%;
    overflow: hidden;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-top: 0px;
}
#ajaxPopupCont {
	position: absolute;
    top: 0;
	z-index: 1000;
	width: 100%;
    height: 100%;
    background-color: #76879bf2;
	opacity: 1;
    overflow: auto;
	padding: 7px;
}
.body-popup {
	margin: 0px !important;
    overflow: hidden;
    height: 100%;
    display: inherit !important;
}
#ajaxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: steelblue;
    width: 32px;
	cursor: pointer;
}
.popupTitle {
	font-size: 18px;
	color: #373737;
	margin-bottom: 20px;
	font-weight: bold;
}
.popupCont {
	margin-bottom: 20px;
	position: relative;
	text-align: left;
}
#copyLink {
    padding: 0px 10px;
    font-size: 18px;
    color: #5C5C5C;
    display: inline-block;
    height: 42px;
    line-height: 42px;
	margin-left: 5px;
	border: 1px solid #868686;
	vertical-align: bottom;
	cursor: pointer;
}
#addressLink {
	padding: 0px 20px;
	font-size: 24px;
	font-weight: bold;
	background-color: steelblue;
	color: white;
	display: inline-block;
	height: 42px;
	line-height: 42px;
}
#copyToClip {
	position: absolute;
	background-color: black;
	font-size: 14px;
	padding: 3px 8px;
	display: none;
	z-index: 5;
	color: white;
	left: 50%;
  	transform: translateX(-50%);
	top: 9px;
}
.copyToClip {
	cursor: pointer;
}
.copyToClip:hover > #copyToClip {
	display: inherit;
}
.clear {
	clear: both;
}
.actionConvList {
	background-color: #81AFB7;
	font-size: 14px;
	padding: 2px 4px;
	display: inline-block;
}
.actionConvList:hover {
	background-color: #78A0C1;
    cursor: pointer;
}
@media only screen and (max-width: 1200px) {
	.linkMess, .contactCont {
		width: 80%;	
	}
}
@media only screen and (max-width: 1000px) {
	.linkMess, .contactCont {
		width: 95%;	
	}
}
@media only screen and (max-width: 720px) {
	.convWith {
		left: 70px;
	}
	.actionMarginMobile {
		margin-left: 0px !important;
	}
	.actionSettigsMobile {
		margin: 5px 0px;
		display: block;
	}
	.convTitleDesk {
		display: none;
	}
	.convTitleMobile {
		display: inline-block;
		overflow: auto;
	}
	.firstNav {
		left: 44px !important;
	}
	.convNav {
		width: 100%;
	}
	.convReplyCont {
		width: calc(100% - 20px);
	}
	.showMobileBig {
		display: block;
		top: 8px;
	}
	.hideMobile {
		display: none;
	}
	#convBackMobile {
		display: inline-block;
	}
	.leftColumn {
		width: 100%;
	}
	.rightColumn {
		width: 100%;
		display: none;
	}
	#addressLink {
		font-size: 18px;
		padding: 10px 5px;
        line-height: 24px;
	}
	#copyLink {
		display: block;
		width: 80px;
		margin: 0 auto;
		text-align: center;
		margin-top: 10px;
		
	}
	.ajaxCont {
		padding-top: 50px;
		width: 95%;
	}
	.headerLogo {
		height: 40px;
		top: 10px;
	}
}
@media only screen and (max-width: 550px) {
	.ajaxCont {
		padding-top: 50px;
		width: 95%;
	}
	.showMobileBig {
		display: none;
	}
	.showMobileSmall {
		display: block;
	}
	.hideMobile, #logoutIcon {
		display: none;
	}
	.convMessFrom {
    	margin-right: 10px;
	}
	.convMessTo {
    	margin-left: 15px;
	}
    .convReplyCont {
        width: calc(100% - 10px);
    	margin-bottom: 5px;
    	right: 5px;
    }
	.headerLogo {
		height: 30px;
		top: 15px;
	}
}
@media only screen and (min-width: 500px) {
	.showControl {
		display: none;
	}
}