/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
.artifacts-selection.artifacts-add {
  min-height: calc(100vh - 100px);
}

.artifacts-selection .add-artifact-header {
  margin-bottom: 30px;
}

.artifacts-selection .selected-artifact-alias {
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.artifacts-selection .selected-artifact-type {
  float: left;
}

.artifacts-selection .artifact-selection-warning-bar {
  margin-bottom: 10px;
}

.artifacts-selection .artifact-loading-container {
  position: relative;
  top: 50%;
}

.artifacts-selection .artifact-loading-container.load-above-center {
  top: 68%;
}

.artifacts-selection .artifacts-detail-message {
  margin-top: 8px;
}

.artifacts-selection .artifact-command-bar-container {
  min-width: 192px;
  position: absolute;
  top: 30px;
  right: 0px;
}

.artifacts-selection .artifact-command-bar-container .edit-command-bar {
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.artifacts-selection .confirm-artifact-button {
  margin-top: 20px;
}

.artifacts-selection .overlay-dialog {
  opacity: 0.9;
  background-color: inherit;
}

.mark-primary .primary-tick-mark-icon {
  color: rgba(0, 120, 212, 1);
  color: var(--communication-background,rgba(0, 120, 212, 1));
}
