@font-face {
    font-family: 'Merriweather';
    src: url('/assets/fonts/Merriweather-Black.ttf');
    font-weight: 900;
    font-style: normal;
}

html, body {
    padding: 0px;
    margin: 0px;
    height: 100%;
    font-family: sans-serif;
    color: #fff;
    background-color: #000;
  
}

.clicktostart {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hello {
    font-family: 'Oxanium';
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    width: fit-content;
    max-width: 50%;
} 

#logo {
    position: absolute;
    top: 20px;
    left: 20px;
}
#logo img {
    width: 130px;
}

#logo_sandbox {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#logo_sandbox img {
    width: 100px;
}

#datasheet {
    position: absolute;
    bottom: 20px;
    left: 40px;
}
#datasheet img {
    width: 128px;
}

#series_attr {
    font-size: 17px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 6px;
}

#series_attrs {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}

#series_item {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
}
#series_number {
    font-size: 40px;
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
}

#qrcode {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: -999;
    border: solid 10px #000;
    border-radius: 10px;
}


.oxanium {
    font-family: 'Oxanium';
}

#story {
    pointer-events: none;
    font-family: "Merriweather";
    color: #ff0000;
    opacity: 0.0;
    font-size: 2vw;
    font-weight: 800;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 2.0s;
    line-height: 4vw;
}

#story.visible {
    pointer-events: none;
    transition: all 2.0s;
    color: #fff;
    opacity: 1.0;
    line-height: 4vw;
}


#story span {
    pointer-events: none;
    color: #ff4d70;
}

.ion-content-style {
    background-color: #000;
}

.button_area {
    padding: 10px;
}

.under {
    text-decoration: underline;
}

.reload {
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    border-radius: 2px;
    background-color: #af0a0a;
    overflow: hidden;
    padding: 0px 2px;
}

.shortcut {
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    border-radius: 2px;
    background-color: #ad2c8d;
    overflow: hidden;
    padding: 0px 2px;
}

button {
    appearance: none;
    background-color: #2f609d;
    padding: 5px 7px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    border: none;
    cursor: pointer;
}
button.del {
    background-color: #9d2f4a;
}
button.del:hover {
    background-color: #ce4063;
}


button:hover {
    background-color: #0071fd;
}

::-webkit-scrollbar {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
}

#logo_mask_container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}

#bgwhite {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #ff0000;
    transition: 1.5s all ease-in;
}

.bgw1 {
    background-color: #fff!important;
    opacity: 1.0;
    transition: 1.5s all ease-in;
}

.bgw2 {
    background-color: #fff!important;
    opacity: 0.0;
    transition: 1.5s all ease-in;
}

#bgblack {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    transition: 1s all ease-in;
}

.bgb1 {
    background-color: #ff0000;
    opacity: 1.0;
    transition: 1s all ease-in;
}

.bgb2 {
    opacity: 0.0;
    transition: 1s all ease-in;
}

#logo_mask_img {
    position: absolute;
    background-image: url('../../assets/imgs/logo-i.svg');
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    pointer-events: none;
}

.logo1 {
    top: 0%;
    width: 100%;
    height: 100%;
    transition: 6s all ease-in;
    background-position: 50% 50%;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    pointer-events: none;
    opacity: 1.0;
}

.logo2 {
    top: -550%;
    width: 100%;
    height: 1200%;
    transition: 6s all ease-in;
    background-position: 50% 50%;
    background-size: 2000% 2000%;
    background-repeat: no-repeat;
    overflow: hidden;
    pointer-events: none;
    opacity: 1.0;
}

#mask1 {
    background-color: #000;
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    pointer-events: none;
}

#mask2 {
    background-color: #000;
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    pointer-events: none;
}

#mask_left {
    position: absolute;
    background-color: #000;
    height: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    pointer-events: none;
    transition: 6s all ease-in;
}

#mask_right {
    position: absolute;
    background-color: #000;
    height: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    pointer-events: none;
    transition: 6s all ease-in;
}

#info {
    margin-top: 6px;
    font-size: 9px;
    padding: 0px 0px 10px 10px;
    float: left;
}

#mapnum {
    font-size: 15px;
    float: left;
    color: #ff7f00;
    margin-top: 2px;
    padding-left: 10px;
}

#canvas_area {
    float: left;
    height: 100%;
    width: 100%;
    opacity: 0.0;
    transition: 0.3s all;
    transition-timing-function: ease-in-out;
    background-color: #000;
    overflow: hidden;
}

#settings {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 32px;
}

.hidden {
    display: none;
}

.weeny {
    font-size: 5px;
}

#map_load_directory, #map_save_directory, #model_directory, #mob_directory, #sound_directory, #material_directory, #skybox_directory, #platform_directory {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 75%;
    background-color: #333;
}

.directory_list-small-foot {
    overflow-y: scroll;
    height: calc(100% - 40px);
}

.directory_options-small-foot {
    background-color: #222;
    height: 40px;
    padding: 10px;
    font-size: 12px;
    color: #a0a0a0;
}

.ide_directory_title {
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #ff7f00;
}

.directory_list {
    overflow-y: scroll;
    height: calc(100% - 160px);
}

.directory_options {
    background-color: #222;
    height: 160px;
    padding: 10px;
    font-size: 12px;
    color: #a0a0a0;
}

.directory_select {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 0px;
}

.directory_category {
    color: #ff7f00;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 0px 5px 0px;
}

.tabs {
    overflow: hidden;
}

.tab {
    float: left;
    padding: 10px;
}

.tab:hover {
    background-color: #444;
    cursor: pointer;
}

.phys_input {
    width: 60px;
    border: none;
    background-color: #444;
}

.material {
    float: left;
    margin: 10px 0px 0px 10px;
    width: 57px;
    display: block;
}

.model {
    float: left;
    margin: 10px 0px 0px 10px;
    width: 57px;
    display: block;
}
.model img {
    width: 57px;
}

.model_directory_name {
    font-size: 6px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 2px;
}

.mob {
    float: left;
    margin: 10px 0px 0px 10px;
    width: 57px;
    height: 57px;
    background-color: #555;
    text-align: center;
    cursor: pointer;
}

.mob:hover {
    float: left;
    margin: 10px 0px 0px 10px;
    width: 57px;
    height: 57px;
    background-color: #777;
    text-align: center;
    cursor: pointer;
}

.mob_directory_name {
    font-size: 9px;
    font-weight: 500;
    text-align: center;
    padding-top: 22px;
}

.sound {
    float: left;
    margin: 4px 0px 0px 4px;
    width: 99%;
    padding: 6px;
    background-color: #555;
    text-align: left;
    cursor: pointer;
}

.sound:hover {
    float: left;
    margin: 4px 0px 0px 4px;
    width: 99%;
    padding: 6px;
    background-color: #777;
    text-align: left;
    cursor: pointer;
}

.badge {
    background-color: #ff7f00;
    border-radius: 3px;
    color: #fff;
    font-size: 6px;
    font-weight: 700;
    padding: 3px;
}

#ide {
    position: absolute;
    left: 0px;
    height: 100%;
    background-color: #000000;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    width: 320px;
    overflow-y: auto;
}

.clipboard {
    height: 0px;
    position: absolute;
    z-index: -999;
}

.ide_scroll {
    overflow-y: auto;
}

#cam_icon {
    cursor: pointer;
    font-size: 22px;
    float: left;
    margin-top: -4px;
    margin-left: 10px;
    color: #777;
}

#cam_icon.orbit {
    color: #fff;
}

.cubes_section .ide_scroll {}

.objmaterial {
    border: solid 1px #000;
}

.objmaterial.selected {
    border: solid 1px #fff;
}

.objmaterialcontainer {}

.objmaterialselectarea {
    float: right;
}

.objmaterialselect {
    -webkit-appearance: none;
    appearance: none;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

select {
    width: 100px;
    padding: 2px 5px;
    font-size: 16px;
    line-height: 1;
    border: solid 1px #333;
    border-radius: 0px;
    height: 25px;
    background: url('../assets/imgs/down.svg') no-repeat right #ddd;
    background-size: 15px;
    -webkit-appearance: none;
}

.objmaterial {
    width: 30px;
    height: 30px;
}

.ide_heading {
    padding: 4px;
    background-color: #333;
    overflow: hidden;
    font-size: 11px;
    font-weight: 700;
    color: #ccc;
    cursor: pointer;
}

.ide_heading summary {}

.ide_detail {
    outline: none;
    background-color: #222;
    padding: 4px 0px 4px 10px;
    cursor: pointer;
}

.hide_ifno___hastarget__ {
    display: none;
}

.ide_property_group {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 10px;
    background-color: #111;
}

.ide_property_group summary {
    color: #ff7f00;
}

.ide_property {
    background: transparent;
    overflow: hidden;
    background-color: #000;
}

.ide_property_name {
    float: left;
    padding-right: 4px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-size: 9px;
    font-weight: 500;
}

.ide_property_value {
    float: right;
}

input[type="text"] {
    color: #fff;
    padding: 4px;
    height: 16px;
    width: 50px;
    border: none;
    font-weight: 400;
    font-size: 10px;
    appearance: none;
    background: rgba(255, 255, 255, 0.15);
}

input[type="text"].wider {
    width: 180px;
}

input[type="range"] {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.oh {
    overflow: hidden;
}

.mside {
    font-size: 5px;
    color: #777777;
    clear: both;
    text-transform: unset;
}

.details_materials {
    float: left;
}

.material_image {
    width: 57px;
    height: 57px;
}

.material_name {
    font-size: 6px;
    font-weight: 500;
    color: #ff7f00;
    text-align: center;
    padding-bottom: 3px;
}

.material_repeat_input {
    width: 45px!important;
}

.material_type_select {
    -webkit-appearance: none;
    appearance: none;
    background-color: #000;
    color: #fff;
    font-size: 7px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}

.material_bump {
    padding: 6px 0px 6px 4px;
    float: left;
}

.material_bump_text {
    font-size: 6px;
    float: left;
    width: 40px;
    padding-top: 2px;
}

.rep_prop {
    width: 10px;
    float: left;
    padding-top: 3px;
    padding-left: 1px;
}

.selected_detail {
    border: solid 1px #fff;
}

DETAILS[open] SUMMARY~* {
    animation: sweep .2s ease-in-out;
}

@keyframes sweep {
    0% {
        opacity: 0;
        margin-top: -5px
    }
    100% {
        opacity: 1;
        margin-top: 0px
    }
}


.hint {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
}


