/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
.artifacts .artifact-inputs {
  padding-top: 3px;
}

.artifacts .artifact-inputs .branch-input-label {
  display: inline-block;
}

.artifacts .artifact-inputs .branch-input-info {
  vertical-align: text-top !important;
  margin-left: 8px;
}

.artifacts .artifact-inputs .input-field-component .bolt-checkbox {
  padding-bottom: 5px;
}

.artifacts .branch-filter-component {
  padding-bottom: 10px;
}

.artifacts .branch-filter-component .filtered-list-dropdown-menu {
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.artifacts .branch-filter-component .filtered-list-dropdown-menu .drop-icon {
  position: absolute;
  right: 10px;
  top: 8px;
}

.artifacts .branch-filter-component .popup-content-container {
  width: 500px;
}

.artifacts .artifact-tag-picker {
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.artifacts .combo-box-container-parent.is-disabled {
  margin-bottom: 22px;
}
