@import '../../../../../assets/css/variables.scss';

.label {
  margin-bottom: 5px;
  display: block;
}

.inline {
  display: inline-flex;
}

.readOnlyMsg {
  font-style: italic;
  margin-bottom: 34px
}

.response {
  font-weight: 500;
}

// Inline styling for the input box
:host /deep/ mat-form-field {
  width: 100%;
}
:host /deep/ .mat-input-underline {
  margin-top: 11px;
}
:host /deep/ rss-input-box {
  width: 25%;
}

// Inline styling for the dropdow
:host /deep/ mat-select {
  width: 100%;
}
:host /deep/ .mat-select-value {
  margin-bottom: 11px;
}

:host /deep/ .mat-select-padding {
  width: 100%;
}

:host /deep/ rss-dropdown {
  height: 10px;
  width: 25%;
}

p.error {
  font-size: smaller;
  font-style: italic;
  color: $danger;
  margin-top: 0px;
}

:host /deep/ .mat-input-flex {
  padding-bottom: 7px;
}
