/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
.dtc-error {
  color: rgba( 168, 0, 0 ,  1 );
  color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  padding-bottom: 10px;
}
