:root {
	--blue-icon: #224bc7;
	--brand-name-color: #000;
	--privacy-policy-bg: #aeaebe30;
}

/*#header-login {
	background-color: var(--blue-icon);
    border-bottom: groove 3px #e1e1e8;
    margin-bottom: 20px;
}*/

#brand-name {
	display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    color: var(--brand-name-color);
}

/*#brand-img {
	border: 2px groove #62597e52;
    box-shadow: 0 0 15px 5px rgba(66, 65, 78, 0.8);
}*/

#add_list{
	display: -webkit-box;
}
#add_button{
	float: left;
}
.add_list_item{
	margin-right: 1em;
	margin-left: 1em;
}

#privacy-policy {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: var(--privacy-policy-bg);
	padding: 20px;
	border-radius: 10px 10px 0 0;
	text-align: center;
}

#tryItNow {
	position: absolute;
	bottom: 0;
}

#scene-container{
	position: absolute;
	min-width: 375px;
	width: 100%;
	height: 90%;
}

#add_main_button{
	position: absolute;
    z-index: 1049;
	margin-top: 10px;
}

#main_button_demo{
	position: absolute;
    z-index: 1049;
	margin-top: 10px;
}

body {
	
}

.header-div {
	border-bottom: solid 3px gray;
	float: right;
	width: 100%;
}
#img-user {
	margin: 5px;
	float: right;	
}

canvas {
	padding: 0%;
}

.box {
	background-color: #fff;
	
}

