/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
div.dtc-overlay-selected:focus .dtc-modified-oval-content {
  border: 2px solid;
}

div.dtc-overlay-selected .dtc-modified-oval-content {
  border: 2px solid;
}

.dtc-modified-oval {
  position: relative;
}

.dtc-modified-oval:hover .dtc-canvas-element-border {
  background: rgba( 239, 246, 252 ,  1 );
  background: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
  border-color: rgba(0, 120, 212, 1);
  border-color: var(--communication-background,rgba(0, 120, 212, 1));
}

.dtc-modified-oval .dtc-modified-oval-content {
  border: 1px solid;
}

.dtc-modified-oval .dtc-canvas-element-border {
  background: rgba( 255, 255, 255 ,  1 );
  background: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.dtc-modified-oval .dtc-modified-oval-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
