/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

.v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
/* iframe{
    border: none;
    height: calc(100% + 2em);
    left: -1em;
    position: absolute;
    top: -1em;
    width: calc(100% + 2em);
    z-index: 1;
} */

#threed {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    position: absolute;
    z-index:1;
}



.slider-round {
    height: 10px;
}

.slider-round .noUi-connect {
    background: #c0392b;
}

.slider-round .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px; /* half the width */
    border-radius: 9px;
}
.layx-destroy-menu{cursor: pointer;}
.noUi-horizontal .noUi-handle{cursor: pointer;}
.size_input{height: 20px;}
._row.size_row{line-height: 1;padding-top: 20px;}
.size-mid{padding: 0 10px 0 0}
/* style="" */


.pcr-app{z-index:10000000000 !important;}

.layx-group-title{cursor: pointer;}
#tietu_name{color:#ff6600}

/* #layx-changematerials{top:auto !important;bottom: 50px;}
#layx-changetietu{top:auto !important;bottom: 50px;} */

.orange{color:#ff6600}
.blue{color:blue}

#range-open {
    height: 6px;
}

#range-open .noUi-connect {
    background: #ff6000;
}

#range-open .noUi-handle {
    height: 18px;
    width: 18px;
    top: -7px;
    right: -9px; /* half the width */
    border-radius: 9px;
}
.slider-styled,
.slider-styled .noUi-handle {
    box-shadow: none;
}
.slider-styled .noUi-handle::before,
.slider-styled .noUi-handle::after {
    display: none;
}

/* #range-open .noUi-handle-lower {
    right: 0;
}
#range-open .noUi-handle-upper {
    right: -34px;
} */


.grayscale {
    filter: grayscale(50%);
    /* 兼容性前缀 */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.caseclicked{
    border: 1px solid #ff8d00;
    border-radius: 8px;
    box-shadow: 0px 0px 3px #ff8d00;
}

.editsize ._card [rep=poster]:where(:not(:last-child)), .editsize ._card [rep=posters]:where(:not(:last-child)){
    margin-block-end:5px
}

.editsize ._card [rep=title] {
    font-size: 12px;
    font-weight: normal;
    margin-block-end:0px;
    text-align: center;
}
.editsize ._grid{
    grid-gap:8px;
}