@font-face {
    font-family: 'exo';
    src: url('../../../fonts/HuaweiSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Futura-Medium';
    src: url('../../../fonts/futura medium bt.ttf') format('truetype');
}
@font-face
{
    font-family:'FuturaHeavy';
    src:url("../../../fonts/Futura Heavy font.ttf");
}
@font-face
{
    font-family:'FuturaLight';
    src:url("../../../fonts/futura light bt.ttf");
}
.pt-5vw
{
	padding-top:5vw;
}
.ml-12vw
{
	margin-left:12vw;
}
.w-35
{
	width:35%;
}
#loading-page
{
	background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute !important;
    top: 0%;
    left: 0%;
    font-family: Futura-Medium;
    color: black;
    background-color: #202126;
}
#gameContainer
{
	display: inline-flex;
	position:absolute;
    width: 94%;
    top: 0;
    bottom: 6.5rem;
    right: 0vw;
}
/* side panel css */
#hiverlab-logo
{
    background-image:url('../../../images/assets/hiverlab-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 3em;
    height: 1em;
    margin:auto;
}
#column-container {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 6%;
    height: 100%;
    user-select: none;
}
#menu-container {
    width: 6.5vw;
    display: flex;
    height: 100%;
    flex-direction: column;
    background-color: #171717;
}
#menu-tab
{
    flex-direction:column;
}
#scene-container {
    pointer-events: auto;
    user-select: none;
}
#move-container {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 100%;
}
.main-menu-btn {
    width:100%;
    background-color: transparent;
    border: 0px;
    transform: translate(0px, 0px);
}
.main-menu-btn:hover {
    transform: translate(5px, 0px);
}
.main-menu-btn .img-fluid {
    margin: auto;
}
#image-button-icon
{
    background-image:url('../../../images/assets/image_button.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 3em;
    height: 1em;
}
#video-button-icon
{
    background-image:url('../../../images/assets/video_button.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 3em;
    height: 1em;
}
#model-button-icon
{
    background-image:url('../../../images/assets/model-button.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 3em;
    height: 1em;
}
.main-menu-txt {
    text-align: center;
    color: white;
    font-size: 0.8vw;
    font-family: Futura-Medium;
    margin: auto;
}
.collapsible-panel {
    background-color: transparent;
}
.collapsible-btn {
    background-color: #FBB03B;
    border: 0px;
}
#interactive-points-panel{
    display:flex;
    position:relative;
}
.header-txt {
    text-align: center;
    color: black;
    font-size: 1.0vw;
    font-family: Futura-Medium;
    margin-top: 1vh;
}
.move-btn {
    width: 5vw;
    height: 2vw;
    font-family: Futura-Medium;
    font-size: 0.8vw;
    text-align: center;
    color: #000000;
    background: #FBB03B 0% 0% no-repeat padding-box;
    border-radius: 5px;
    margin: auto;
    outline: none;
}
.publish-btn {
    color: black;
    border: 1px solid #FBB03B;
    background-color: #FBB03B;
}

.publish-btn:hover {
    background-color: #f39605;
}
/* scene container css */
#scene-prompt-container
{
    position: absolute;
    background-color: #202126;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#scene-prompt
{
	text-align: center;
    margin: auto;
    color: white;
}
#scene-list-container {
    display: flex;
    position: absolute;
    bottom: 0vw;
    width: 100%;
    height: 6.5rem;
    background-color: #202126;
    flex-direction: row;
    user-select: none;
}

#add-scene-container {
    display: inline-table;
    width: 8vw;
    height: 100%;
    flex-direction: column;
    padding: 1vw 0.6vw 0vw 0.6vw;
    justify-content: center;
}

.scene-titleField {
    text-align: left;
    font-size: 0.8vw;
    font-family: Futura-Medium;
    border: 0px;
    color: white;
    background-color: #202126;
    vertical-align: top;
    padding-top: 0;
	line-height: 1.2;
    margin-bottom: 0.5rem;
}

#scene-scroll-container {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
}

#scene-scroll-container::-webkit-scrollbar {
    height: 6px;
}

#scene-scroll-container::-webkit-scrollbar-track {
    border-radius: 16px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

#scene-scroll-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FBB03B;
    opacity: 0.5;
}
/* Scene container */
.scene-scroll-container {
    display: -webkit-inline-box;
    overflow-x: auto;
    overflow-y: hidden;
}

.scene-item-container {
    vertical-align: bottom;
    padding: 1vw 0.6vw 0vw 0.6vw;
}

.scene-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	background-color: rgba(0,0,0,0.6);
}

.scene-btn-container:hover {
    transform: translateY(-0.2rem);
}

.scene-logo-btn {
    display: flex;
    position: relative;
    padding: 0px;
    border: 0px;
    margin: 0;
    background-color: transparent;
	height:3.5rem;
	width:100%;
}

.scene-logo-img {
    max-width: 100%;
    height: 100%;
	margin: auto;
}

.scene-logo-img-active {
    border-radius: 0.25rem;
    border: 0.15rem solid #00ADEE;
}
.edit-btn {
    position: absolute;
    top: 0.1rem;
    right: 1.25rem;
    width: 1.0rem;
    height: 1.0rem;
    background-image: url("../../../images/assets/edit_white_pan.png");
    background-color: transparent;
    border: 0px;
    background-size: cover;
}
.edit-btn:hover {
    background-image: url("../../../images/assets/edit_red_pan.png");
}
.delete-btn {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    width: 1.0rem;
    height: 1.0rem;
    background-image: url("../../../images/assets/delete_white_pan.png");
    background-color: transparent;
    border: 0px;
    background-size: cover;
}
.delete-btn:hover {
    background-image: url("../../../images/assets/delete_red_pan.png");
}
/* Toast notification */
.editor-scene-toast {
    position: absolute;
    left: 9rem;
    bottom: 7rem;
    z-index: 2;
    background-color: #0008 !important;
    pointer-events: none;
    backdrop-filter: none !important;
}