.vdr{
    border: none !important;
}
.vdr-active  {
    outline: 1px solid #ED8A58 !important;
}
.vdr-handle  {
    width: 10px !important;
    height: 10px !important;
    background: #ffffff !important;
    border: 1px solid #ED8A58 !important;
    border-radius: 50%;
    position: absolute;
    box-sizing: border-box;
}
.vdr-handle-tr {
    top: -5px;
    right: -5px;
    cursor: ne-resize;
}

.vdr-handle-br {
    bottom: -5px;
    right: -5px;
    cursor: se-resize;
}
.vdr-handle-bm {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    cursor: s-resize;
}
 .vdr-handle-bl {
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
}
.vdr-handle-ml, .vdr-handle-mr {
    top: 50%;
    margin-top: -5px;
}
 .vdr-handle-mr {
    right: -5px;
    cursor: e-resize;
}
 .vdr-handle-ml {
    left: -5px;
    cursor: w-resize;
}
 .vdr-handle-tl {
    top: -5px;
    left: -5px;
    cursor: nw-resize;
}
.vdr-handle-tm {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    cursor: n-resize;
}