.edit-component {
  border-top:  1px solid;
  border-top-color: rgba( 244, 244, 244 ,  1 );
  border-top-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  border-bottom:  1px solid;
  border-bottom-color: rgba( 244, 244, 244 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  display: flex;
  width: 898px;
}

.edit-component .full-width {
  max-width: 348px;
}

.edit-component .ms-ChoiceFieldGroup {
  margin-bottom: 14px;
  margin-left: 8px;
}

.edit-component .ms-ChoiceFieldGroup .ms-ChoiceField-field {
  margin-top: 3px;
  margin-bottom: 3px;
}

.edit-component .ms-ChoiceFieldGroup .choice-group-custom-field {
  margin-top: 8px;
  padding-left: 26px;
}

.edit-component .ms-ChoiceFieldGroup .choice-group-custom-field .ms-ComboBox {
  margin-bottom: 0;
}

.edit-component .ms-ChoiceFieldGroup .choice-group-custom-field .ms-Label {
  padding-left: 0;
}

.edit-component .error-icon {
  color: #a80000 !important;
}

.edit-component .edit-component-pivot-bar {
  display: flex;
  flex-direction: column;
}

.edit-component .edit-component-pivot-bar .vertical {
  min-width: 100px;
}

@media only screen and (max-width: 500px) {
  .edit-component .edit-component-pivot-bar .vss-PivotBar--pivots.vertical {
    min-width: 40px;
    width: 40px;
  }
}

.edit-component .edit-component-pivot-bar .ms-nav-groupContent > ul {
  margin-top: 0;
}

.edit-component .edit-component-pivot-bar .ms-Nav-link {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.edit-component .edit-component-pivot-bar .ms-Nav-navItems {
  margin-top: 0;
}

.edit-component .edit-component-pivot-bar .vss-PivotBar--pivotsContainer {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0px;
}

.edit-component .edit-component-pivot-bar .vss-PivotBar--pivotsContainer .vss-PivotBar--content:focus {
  outline: none;
}

.edit-component .edit-component-pivot-bar .vss-PivotBar--pivotsContainer .vss-PivotBar--itemLink {
  margin-right: 0;
}

.edit-component .edit-component-pivot-bar .vss-PivotBar--pivotsContainer .vss-PivotBar--itemLink .vss-PivotBar--button.selected {
  border-left: 3px solid rgba(0, 120, 212, 1);
  border-left: 3px solid var(--communication-background,rgba(0, 120, 212, 1));
}

.edit-component .edit-component-pivot-bar .vss-PivotBar--pivotsContainer .pivot-disabled > button {
  cursor: default;
  line-height: 40px;
  color: rgba( 234, 234, 234 ,  1 );
  color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.edit-component .edit-component-pivot-bar .vss-PivotBar--pivotsContainer .pivot-disabled > button :hover {
  color: rgba( 234, 234, 234 ,  1 );
  color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.edit-component .detail-panel-pivot-content {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
}

.edit-component .detail-panel-pivot-content .section-header {
  font-size: 14px;
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

.edit-component .detail-panel-pivot-content .section-description {
  margin-top: 10px;
}

.edit-component .detail-panel-pivot-content .date-range-picker .date-picker-form-item {
  margin-right: 18px;
  max-width: 140px;
}

.edit-component .detail-panel-pivot-content .date-range-picker .date-picker-form-item:first-child {
  display: inline-block;
}

.edit-component .detail-panel-pivot-content .date-range-picker .date-picker-form-item .bolt-textfield-input {
  max-width: 110px;
}

.edit-component .detail-panel-pivot-content .date-range-picker > .ms-Checkbox {
  margin-top: 22px;
  display: inline-block;
}

.edit-component .detail-panel-pivot-content .date-range-picker .ms-TextField-fieldGroup,
.edit-component .detail-panel-pivot-content .date-range-picker .ms-TextField {
  width: 160px;
}
