.preview-3d-wrap {
    bottom: 40px;
    left: 90px;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.preview-3d-wrap-inner .preview-3d-wrap-loading{
	border-radius: 0;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.take-3d-preview-screenshot {
    font-size: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    z-index: 4;
    border-radius: 4px;
    border: 1px solid #dddd;
    cursor: pointer;
    box-sizing: content-box;
}
.preview-3d-size,
.refresh-preview-3d,
.close-preview-3d-wrap {
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: -35px;
    right: 5px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 2px;
    z-index: 4;
}
.refresh-preview-3d {
    right: 75px;
    margin-top: 1px;
}
.refresh-preview-3d svg{
    width: 19px;
    height: 19px;
}
.refresh-preview-3d svg path,
.nbd-show-3d-preview svg path {
    fill: #fff !important;
}
.nbd-show-3d-preview {
    background-color: #fb7552 !important;
}
.nbd-show-3d-preview:hover {
    background-color: #404762 !important;
}
.preview-3d-size {
    right: 40px;
}
.preview-3d-size svg {
    width: 24px;
    height: 24px;
    margin-top: 3px;
}
.preview-3d-size.minimize-preview-3d svg {
    width: 16px;
    height: 16px;
    margin-top: 0px;
}
.preview-3d-size svg path{
    fill: #fff;
}
.preview-3d-size:hover,
.close-preview-3d-wrap:hover {
    color: #fff;
}
.preview-3d-drag-handle {
    position: absolute;
    top: -40px;
    left: 0;
    height: 40px;
    width: 100%;
    cursor: move;
    z-index: 3;
    background: #404762;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    line-height: 40px;
    color: #fff;
}
.preview-3d-resize-handle {
    position: absolute;
    bottom: 2px;
    right: 2px;
    height: 12px;
    width: 12px;
    z-index: 3;
}
.preview-3d-resize-handle svg{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 3;
    cursor: nw-resize;
}
.preview-3d-resize-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: -2;
    opacity: 0;
}
.preview-3d-resize-overlay.active {
    pointer-events: all;
    z-index: 2;
}
.stage-overlay-wrap svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.stage-overlay-wrap svg.cutline_svg_overlay path{
    fill: none;
    stroke-width: 1px;
    stroke: red;
}
.stage-overlay-wrap svg.safezone_svg_overlay path{
    fill: none;
    stroke-width: 1px;
    stroke: green;
}
@media screen and (max-width: 768px) {
    .preview-3d-wrap {
        left: 0;
        bottom: 60px;
        width: 100%;
    }
    .preview-3d-wrap.active {
        z-index: 10000002;
    }
    .preview-3d-size,
    .take-3d-preview-screenshot,
    .preview-3d-resize-handle {
        display: none;
    }
}