.designer {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; 
}

.delete-button {
    position: absolute;
    bottom: 150px;
    right: 30px;
    cursor: pointer;
    z-index: 3;
}

.editor2d {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* .selected-model {
    border: 2px dashed;
    padding: 2px;
} */

.object-overlay {
    position: absolute;
    pointer-events: none;
    z-index: 3;
}

.polygon-shaper {
    position: absolute;
}

.polygon-vertex {
    position: absolute;
    border-radius: 100%;
    background-color: red;
    z-index: 4;
}

.example-polygon {
    stroke: black;
}

.radius-button {
    position: absolute;
}

.rotate-arrow {
    z-index: 2;
    position: absolute;
}

.scale-elem {
    z-index: 2;
    position: absolute;
}

.constructor-text {
    background: transparent;
    border: none;
}

.line-2d {
    stroke: rgb(255,255,255);
}

.model-label {
    color: #fff;
    /*margin: -5px 0 0 15px;*/
    transform: translate(-50%, 10px);
    pointer-events: none;
    text-align: center;
    position: absolute;
    user-select: none;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    padding-left: 4px;
    padding-right: 4px;
}

.rectangle-2d {
    -webkit-print-color-adjust: exact;
}

.grid-plane {
    pointer-events: none;
}

.small2d {
    position: absolute;
}

.thumbnail3d {
    height: 210px;
    width: 320px;
    position: absolute;
    background: #fff;
    text-align: center;
    border: 1px solid black;
    border-radius: 7px;
}

.thumbnail3d > img {
    max-height: 208px;
    max-width: 318px;
}

.modal-model-settings {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(19,17,15,.37);
    padding: 10px 0;
    width: 240px;
    border-radius: 5px;
}

.polygon-side {
    transform: translate(0, 5px);
    font-size: 14pt;
}