.physicks-front {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
}

.physicks-front * {
    box-sizing: border-box;
}

.physicks-border-layer,
.physicks-shape-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.physicks-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.physicks-bg-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.physicks-bg-mode {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.physicks-front [data-drag="1"] {
    cursor: grab;
}

.physicks-front [data-drag="1"]:active {
    cursor: grabbing;
}
