/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.io-event-binded  {
    outline: 4px solid #3F3;
}

.xio-bind-target-overlay {
    position: fixed;
    z-index: 999999999999999;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0, 100, 255, 0.3);
    pointer-events: none;
}