.mat-list-option,
.mat-nav-list .mat-list-item {
  &:hover, &.mat-list-item-focus {
    background: none !important;
 
  }
}
/deep/ .mat-pseudo-checkbox-checked {
  background-color: #0fb3f2;
}
 .mat-selection-list .mat-list-option {
  font-size: 13px !important;
  height: 30px !important;
  &:hover
  { color: black;

  }
}

.multi-list-header {
  font-size: 14px;
}

/deep/ .mat-radio-button.mat-accent .mat-radio-outer-circle{
  height: 15px !important;
  width: 15px !important;
  border-width: 1.5px;
  background:white;
}

/deep/ .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{
  border-color: skyblue !important;
  height: 15px !important;
  width: 15px !important;
  border-width: 1.5px;
  background:white;
}

/deep/  .mat-radio-button.mat-accent .mat-radio-inner-circle{
  background-color:  skyblue !important;
  height: 15px !important;
  width: 15px !important;
}
/deep/ .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: transparent;
}
.matradiobuttongroup{
  padding-top: 8px;
}

/deep/ .mat-radio-label-content {
  padding-bottom: 5px !important;
}
.buttonitems{
  padding-bottom: 5px !important;
  padding-right: 15px !important;
  font-size: 12px;
  & .mat-radio-label-content {
      margin-bottom: 5px !important;
  }
}

.lablestyle{
padding-top: 8px;
}

.noBorder {
 border: none !important;
}

.sequenceColumn {
width: 25%;
}

.checkbox-container {
  margin-top: 25px;
}
/deep/ .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #0fb3f2;
}
/deep/ .mat-checkbox-checked.mat-accent.mat-checkbox-disabled .mat-checkbox-background {
  background-color: #b0b0b0;
}