.base_node{
    position:absolute;
    width:0px;
    height:0px;
    top:0px;
    left:0px;
    display:block;
    transform:scale(1,1) rotate(0deg);
    color:white;
}
.text{
    position:absolute;
    width:0px;
    height:0px;
    top:0px;
    left:0px;
    display:block;
    transform:scale(1,1) rotate(0deg);
    color:white;
    text-align:left;
}
.textfield{
    position:absolute;
    width:0px;
    height:0px;
    top:0px;
    left:0px;
    display:block;
    transform:scale(1,1) rotate(0deg);
    color:white;
    border: none;
    background: transparent;

}

.textfield::placeholder{
    color: #dfe0df;

}

.listview{
    position:absolute;
    width:0px;
    height:0px;
    top:0px;
    left:0px;
    display:block;
    transform:scale(1,1) rotate(0deg);
    color:white;
    border: none;
    background: transparent;
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: pointer;
}

.listviewHorizontal{
    position:absolute;
    width:0px;
    height:0px;
    top:0px;
    left:0px;
    display:block;
    transform:scale(1,1) rotate(0deg);
    color:white;
    border: none;
    background: transparent;
    overflow-y: hidden;
    overflow-x: scroll;
    cursor: pointer;
}

.listviewHorizontal::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px #513818;
    background-color:#513818 ;
    border-radius: 10px;
}
.listviewHorizontal::-webkit-scrollbar{
    width: 8px;
    height: 15px;

}

.listviewHorizontal::-webkit-scrollbar-thumb{
    background-color: #f8b94c;
    background-image: -webkit-linear-gradient(45deg,
    transparent 25%,
    transparent 50%,
    transparent);
    border-radius: 10px;

}



.listview::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 2px #513818;
    background-color:#513818 ;
    border-radius: 10px;

}
.listview::-webkit-scrollbar{
    width: 17px;

}

.listview::-webkit-scrollbar-thumb{
    background-color: #f8b94c;
    background-image: -webkit-linear-gradient(45deg,
    transparent 25%,
    transparent 50%,
    transparent);
    border-color: #5e3f2a;

    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px #5e3f2a;

}

#gameScene{
    position: absolute;
    width: 100%;
    height: 100%;
}
@font-face {
    font-family: "MyriadPro-It";
    src: url("../../res/MyriadPro-It.ttf");
}

@font-face {
    font-family: "roboto-medium";
    src: url("../../res/roboto-medium.ttf");
}

@font-face {
    font-family: "MyriadPro-Bold";
    src: url("../../res/MyriadPro-Bold.ttf");
}

@font-face {
    font-family: "FontTitle";
    src: url("../../res/font/FontTitle.ttf");
}


#iframe{
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}

#iframe_content{
    padding-top: 0px;
    padding-left: 0px;
}
#iframe_close{
    padding-top: 0px;
    margin-left: 0px;
    transform:scale(1,1);
    z-index: 1000;
}