/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
.top-strip {
  height: 40px;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  position: absolute;
  width: 100%;
}

.dtc-workflow-pivot {
  padding-left: 15px;
  border-bottom:  1px solid;
  border-bottom-color: rgba( 218, 218, 218 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
}

.dtc-workflow-pivot .dtc-pivot-item-icon {
  padding-right: 4px;
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}

.dtc-workflow-pivot .dtc-pivot-item {
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 0;
}

.dtc-workflow-pivot .dtc-pivot-item .tab-loading-component {
  position: absolute;
  top: 48%;
  left: 50%;
}
