.svg_select_points_lt,
.svg_select_points_rt,
.svg_select_points_rb,
.svg_select_points_lb,
.svg_select_points_t,
.svg_select_points_r,
.svg_select_points_b,
.svg_select_points_l
{
	fill: white;
    stroke-width: .5px;
    stroke: #ffada9;
}

.svg_select_points_lt:hover,
.svg_select_points_rt:hover,
.svg_select_points_rb:hover,
.svg_select_points_lb:hover,
.svg_select_points_t:hover,
.svg_select_points_r:hover,
.svg_select_points_b:hover,
.svg_select_points_l:hover
{
	fill: rgb(111, 221, 255);
    stroke-width: .5px;
    stroke: #ffada9;
}

.svg_select_points_lt
{
	fill: #6c022c;
}

.svg_select_points_lt{
    cursor: nw-resize;
}
.svg_select_points_rt{
    cursor: ne-resize;
}
.svg_select_points_rb{
    cursor: se-resize;
}
.svg_select_points_lb{
    cursor: sw-resize;
}
.svg_select_points_t{
    cursor: n-resize;
}
.svg_select_points_r{
    cursor: e-resize;
}
.svg_select_points_b{
    cursor: s-resize;
}
.svg_select_points_l{
    cursor: w-resize;
}

.svg_select_points_rot {
    stroke-width:2;
    stroke: #ffada9;
	fill: #F9FFED;
	cursor: url('../rotate_cursor.svg') 10 10, auto; /* Custom cursor */
}

.svg_select_points_rot:hover {
	stroke-width:2;
	fill: #ffada9;
	stroke: #F9FFED;
}

.svg_select_points_point{
    cursor: move;
}

.svg_select_boundingRect{
    stroke-width:0;
    fill:#6c022c;
    /* stroke-dasharray:10 10; */
    /* stroke:black; */
    /* stroke-opacity:1; */
    fill-opacity:0;
    pointer-events:none; /* This ons is needed if you want to deselect or drag the shape*/
}