@charset "UTF-8";
/* CSS Document */



@font-face {
  font-family: Montserrat-Medium;
  src: url("../../../fonts/Montserrat/Montserrat-Medium.ttf");
  /*src: url(data:font/ttf;base64,STRING) format('truetype');*/
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../../../fonts/Montserrat/Montserrat-SemiBold.ttf");
  /*src: url(data:font/ttf;base64,STRING) format('truetype');*/
}

:root {
	
	/* Default theme */
	--default_background-color: #ededed;
	--default_text-color: #000;
	--default_link-color: #222;
	
	
	
	/* Light theme */
	--lt_background-color: #ededed; 
	--lt_text-color: #000;
	--lt_link-color: #222;
	
	
	
	/* Dark theme */
	--dt_background-color: #222;
	--dt_text-color: #fff;
	--dt_link-color: #999;
}


html{
	/*
	-webkit-user-select: none;
	user-select: none;
	*/
}

body {
	background-color: var(--default_background-color);
	color: var(--default_text-color);
	font-family: Montserrat-Medium);
}

a {
	color: var(-default_link-color);
}

.aiAvatarContainer{
	position: fixed;
	width: calc(100% - 80px);
	max-width: 840px;
	height: 377px;
	top: 0;
	display: none;
	opacity: 0;
	border-bottom: 0px solid; 
	border-top: 0px solid; 
	border-color: rgba(255,255,255,0.5);
	box-sizing: border-box;
	border-radius: 24px;
	overflow: hidden;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	pointer-events: none;
	z-index: 3;
	transition: all .4s ease-in-out;
}

.aiAvatarBox{
	position: fixed;
	
	/*
	width: calc(100vw - 30px);
	max-width: 377px;
	height: 0;
	height: 290px;
	*/
	
	width: 390px;
	height: 390px; 
	
	
	top: 66px;
	top: 0;
	
	left: calc(50vw - 195px);  
	
	border: 0px solid rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	border-radius: 24px;
	overflow: hidden;
	transition: all .4s ease-in-out;
}

.aiAvatarMask{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1000;
	background-image: url("../media/mask_2.png"); 
	/* background-image: url("../media/square_test.png"); */
	background-size: 100% auto;
	background-size: contain;
	backface-position:center center;
	background-repeat: no-repeat;
}

.aiAvatar{
	
}

.aiAvatarCanvas{
	position: absolute;
	display: block;
	display: none;
	
	
	width: 668px;
	height: 376px;
	
	left: 0;
	top: 0;
	
	width: 390px;
	height: 390px;
	
	opacity: 1.0;
	margin-top: 50px;
	margin-top: 0;
	/*-webkit-filter: blur(14px);*/
	/*filter: blur(14px);*/
	z-index: 8;
	opacity: 0.8;
	opacity: 0.9;
	opacity: 1.0;
	/*webkit-filter: blur(14px) grayscale(100%);*/ /* Safari 6.0 - 9.0 */
	/*filter: blur(14px) grayscale(100%);*/
}

.aiAvatarCanvasCopy{
	position: absolute;
	display: block;
	
	left: -146px;
	top: 0;
	
	left: 0;
	top: 0;
	
	width: 668px;
	height: 376px;
	
	width: 376px;
	height: 376px;
	
	opacity: 1.0;
	margin-top: 50px;
	margin-top: 0;
	z-index: 9;
	opacity: 0.4;
	opacity: 0.4;
	
	opacity: 1.0;
	/*-webkit-filter: grayscale(100%) contrast(200%);*/ /* Safari 6.0 - 9.0 */
	/*filter: grayscale(100%) contrast(200%);*/
}

.aiAvatarBox video{
	position: absolute;
	display: block;
	
	left: -151px;
	top: 0;
	
	width: 693px;
	height: 390px;
}

.talkButton{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	border: 2px solid rgba(255,255,255,0.6);
	top: 310px;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}

.talkButton a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/speak.png?v=4");
	opacity: 0.6;
}

.switchAvatarButton{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	border: 0px solid rgba(255,255,255,0.6);
	top: 310px;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	left: 40px; 
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}

.switchAvatarButton a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/switch_avatar_button_1.png?v=1");
	opacity: 0.4;
}

.switchSimButton{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	border: 0px solid rgba(255,255,255,0.6);
	top: 310px;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	right: 40px; 
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}

.switchSimButton a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/switch_sim_button_off.png?v=1");
	opacity: 0.4;
}

.camButton_0{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	border: 0px solid rgba(255,255,255,0.6);
	top: 260px;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	left: 40px; 
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}

.camButton_0 a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	background-size: 100%;
	background-color: rgba(0,0,0,1);
	opacity: 0.4;
}

.camButton_1{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	border: 0px solid rgba(255,255,255,0.6);
	top: 310px;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	left: 40px; 
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	display: none;
	opacity: 0;
}

.camButton_1 a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/cam_button_2.png?v=3");
	opacity: 0.4;
}

.camButton_2{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	border: 0px solid rgba(255,255,255,0.6);
	top: 310px;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	left: 90px; 
	left: 40px; 
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	display: none;
	opacity: 0;
}

.camButton_2 a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/cam_button_2.png?v=3");
	opacity: 0.4;
}

.camButton_3{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	border: 0px solid rgba(255,255,255,0.6);
	top: 310px;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	left: 140px; 
	left: 40px; 
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	display: none;
	opacity: 0;
}

.camButton_3 a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/cam_button_3.png?v=3");
	opacity: 0.4;
}

.camButton_4{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	border: 0px solid rgba(255,255,255,0.6);
	top: 260px;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	left: 240px; 
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}

.camButton_4 a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	background-size: 100%;
	background-color: rgba(0,0,0,1);
	opacity: 0.4;
}

.camButton_call{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	border: 0px solid rgba(255,255,255,0.6);
	top: 310px;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	left: 90px; 
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	display: block;
	opacity: 1;
}

.camButton_call a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	pointer-events: all;
	cursor: pointer;
	z-index: 100;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/cam_button_2.png?v=3");
	opacity: 0.4;
}

.button_hideEmbodiment{
	width: 140px;
	height: 44px;
	font-size: 15px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #222;
	color: #fff;
	border-radius: 40px;
	box-sizing: border-box;
	text-transform: uppercase;
	position: relative;
	top: -20px;
	overflow: hidden;
	z-index: 10000;
}

.button_hideEmbodiment a{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
	line-height: 45px;
	display: block;
}

.optionTypeChange_f{
	width: 25%;
	height: 25%;
	display: block;
	background-color: rgba(255, 0, 0, 0.0);
	border: 1px solid rgba(255, 0, 0, 0.0);
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	float: right;
	margin-right: 10%;
	margin-top: 10%;
}

.optionTypeChange_m{
	width: 25%;
	height: 25%;
	display: block;
	background-color: rgba(0, 0, 255, 0.0);
	border: 1px solid rgba(0, 0, 255, 0.0);
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	float: right;
	margin-right: 10%;
	margin-top: 10%;
	background-image: url("../../../images/members_lock.png?v=3");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.3;
	transition: all 0.2s ease-in-out;
}