/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
.auto-save-container .auto-save-section-icon,
.auto-save-container .auto-save-section-text,
.auto-save-container .auto-save-section-retry-icon,
.auto-save-container .auto-save-section-retry-container {
  font-size: 12px;
  display: inline-block;
}

.auto-save-container .bowtie-spinner {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
}

.auto-save-container .bowtie-status-error-outline {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}

.auto-save-container .auto-save-section-text {
  padding-left: 5px;
  padding-right: 1px;
}

.auto-save-container .auto-save-section-retry-container {
  display: inline-flex;
}

.auto-save-container .auto-save-section-retry-container .retry-button-separator {
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  margin-left: 5px;
  margin-right: 1px;
  height: 15px;
}

.auto-save-container .auto-save-section-retry-container .auto-save-error-retry-button {
  margin-top: -2px;
}

.auto-save-error {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}
