﻿@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

html, body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0; 
	font-size: 1.7vh;
}
body {
	background-color: #f7f9ff;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

:root{
  --content-width: 70rem;
  --primary-style-color: #FF00CD;
  --board-column-width: calc((var(--content-width) - 19.6rem - 3vh) / 2);
  --board-column-left: 0px;
}

.hidden {
	display:none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;	
}
.hiddenA::after {display:none !important;}
.hiddenB::before {display:none !important;}
.NotifyCount{
	height: 2.4vh;
	width: 4.8vh;
	position: absolute;
	content: "0";
	display: block;
	padding: 0;
	text-align:center;
	line-height: 2.4vh;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4vh;
	font-weight: 700;
	border-radius: 1.5vh; 
	background-color: var(--primary-style-color);
	color: #FFF;
	left:50%;
	font-style: normal;
}
* {-moz-box-sizing:border-box; box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
* {white-space-collapse: discard; }
p, div, strong, span, h1, h2, h3 {font-family: 'Open Sans', sans-serif;}
.clean{float: left; width: 100%; height: auto; margin:0;}
.NoSelect *{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}
img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;	
}

form {
	height: auto;
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
	color: #242833;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.light {
	font-family: 'Open Sans', sans-serif;
	color: var(--primary-style-color);
}
#systemLoading {
	position: absolute;
	z-index: 1000;
	width: 200px;
	height: 192px;
	top: 50%;
	left: 50%;
	background-image: url("/i/loading.gif");
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 60px;
	border-radius: 8px;
	box-shadow: 0 2px 13px 0 #ced4dd;
	background-color: #fff;
	padding-top: 100px;
	transform: translate(-50%, -50%);
}
#systemLoading span{
	font-family: 'Open Sans', sans-serif;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	color: #959fba;
	font-size: 14px;
	margin-top: 8px;
	line-height: 19px;
}
#systemLoading strong{
	font-family: 'Open Sans', sans-serif;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	font-weight: 600;	
	color: #242833;	
}
#systemMessageOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(73, 81, 103, 0);
	display: none;
	z-index: 50;
	top:0;
	left:0;
}
#systemMessageOverlay {
	z-index: 999;
}
#systemMessage, #popupMessage {
	z-index: 1000;
	width: 421px;
	height: auto;
	top: calc(50% - 100px);
	left: calc(50% - 175px);
}
#systemMessage .Header {height: 30px;}
#systemMessage button{margin: 20px 0 0 0;}
#systemMessage button:first-child{margin-left: 0;}
#systemMessage #yes {float: left; margin: 30px 20px 0px 0px;}
#systemMessage #no {float: left; margin: 30px 0px 0px 0px;}

#popupMessage {
	display: flex;
	top: -100px;
	box-shadow: 0 2px 13px 0 #ced4dd;
	width: max-content;
	min-width: 410px;
	height: 88px;
	background-color: #fff;
	position: fixed;
	background-repeat: no-repeat;
	background-size: 84px auto;
	background-position: 24px bottom;
	padding: 0 40px 0 126px;
	flex-direction: column;
	justify-content: center;
}
#popupMessage strong, #popupMessage span {font-family: 'Open Sans', sans-serif; line-height: 24px; margin:0;}
#popupMessage.Slow{
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;		
}
#popupMessage.ok {background-image: url(./i/Icons/popupOk.webp);}
#popupMessage.err {background-image: url(./i/Icons/popupError.webp);}

.Element {
	display: flex;
	width: max-content;
	height: inherit;
	position: relative;
}
.copyright{
	float:left;
	margin: 64px 0 0 0;
	padding: 16px 0 70px 0;
	border-top: 1px #edf1fa solid;
	display: flex;
	width:80%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 0px 15px;
}
.copyright a, .copyright span{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #959fba;
	line-height: 1.71;
}
.copyright span {margin: 16px 0 0 0; width: 100%;}
.Dialog {
	position: fixed;
	top:100;
	left:100;
	width: 400px;
	height: 400px;
	background-color: transparent;
	z-index: 2;
	top: 50%;
	border-radius: 8px;
	z-index: 100;
	border: 1px #e1e1e1 solid;
}
.Dialog .Instruction {
	float: left;
	width:100%;
	height: auto;
	font-size: 12px;
	line-height: 1.5;
	color: #444b5c;
	padding: 0px 30px 0px 0px;
}
.dialogOff {
	box-shadow: 0 11px 23px 0 rgba(0, 0, 0, 0.1);
	z-index: 2;
}
.Dialog .message{
	float: left;
	width: 100%;
	height: auto;
	padding:30px 20px 20px 20px;
	background-color: #FFFFFF;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align:center;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
.Dialog .Header{
	float: left;
	width: 100%;
	height: 60px;
	line-height: 56px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #FFFFFF;
	margin:0;
	padding: 0px 24px 0px 24px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #2e3a59;		
}
.Dialog .Header::before{
	content: "";
	display: block;
	height: 6px;
	width: 100%;
	position: absolute;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;	
	left:0;
	background-image: linear-gradient(to right, var(--primary-style-color) 0%, #f0c1e7 71%, #ff89e8 100%);	
}
.Dialog .Header>div {
	font-size: 12px;
	letter-spacing: 0.6px;
	float: left;
	margin: 0;
	position: absolute;
	width: calc(100% - 48px);
	text-align: center;
	text-transform: uppercase;
	height: 60px;
}
.Dialog .Header>div>span {
	padding: 0px 7px 0px 7px;
}
.Dialog .Header>div strong{
	height: 17px;
	border-bottom: 2px #FFF solid;
}
.backOverlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	z-index: 100;
	background-color: rgba(163, 174, 204, 0.35);
}
.blurable.blured{filter: blur(17px);}
.shadowBox {box-shadow: 0 2px 20px 0 #ecf2fa;}
.lightshadowBox {box-shadow: 0 2px 13px 0 #ced4dd !important;}
.LineFlex{
	display: flex;
	width: 100%;
	height: auto;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 30px;
	position: relative;
	border-radius: 30px;
}
.profileName {display: flex;float: left;height: 60px;}
.profileName {flex-flow: column;justify-content: center;margin: 0 0 0 21px; gap: 12px;}
.profileName *{
	display: inline-block;
	line-height: 1.4vh;
	font-family: 'Open Sans', sans-serif;	
	color: #242833;
	width:100%;
	white-space: nowrap;
	overflow: visible;
	text-overflow: ellipsis;	
}
.profileName strong{
	font-family: 'Nunito', sans-serif;	
	font-weight: 800;
	color: #000000;	
	font-size: 1.8vh;
	display: flex;
	flex-direction: row;
	gap: 0;
	align-items: center;	
	height: auto;
	line-height: 1.7vh;	
}
.profileName span{font-size: 1.4vh; font-weight: 400;}
