@import '_content/BTeam.Client.Core/BTeam.Client.Core.bundle.scp.css';

/* /Components/ImagePaintSelection.razor.rz.scp.css */
.draw-image-container[b-m8kjx387zk] {
    position: relative;
}

.div1[b-m8kjx387zk] {
    position: relative;
    top: 0;
    left: 0;
}

.div2[b-m8kjx387zk] {
    position: absolute;
    top: 0px; /* This will make Div 2 start halfway down Div 1 */
    left: 0px; /* This will make Div 2 start halfway to the right of Div 1 */
    touch-action: none;
    z-index: 99999
}


