.mat-tab-header {
  margin-bottom: 20px;
  margin-top: -12px;
}
.mat-tab-label {
  font-size: 18px;
  color: #2d2a25;
  min-width: 100px !important;
  opacity: 1 !important;
}
.mat-tab-labels {
  justify-content: center;
}
.mat-tab-label-active {
  color: #fa869b !important;
}
.mat-tab-body-content {
  overflow: hidden !important;
}
.mat-ripple-element {
  display: none !important;
}
.width-100 {
  width: 100% !important;
}

.select2-results__option--selectable {
  cursor: pointer;
  width: 100% !important;
}
.select2-container .select2-selection--single {
  border-color: #dddddd !important;
  font-size: 15px ;
  padding: 11px 20px;
  margin-bottom: 15px;
  height: inherit !important;
  text-align: left;
}

.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 11px !important;
  right: 8px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  top: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 5px 2px 5px 17px !important;
}

.mat-progress-bar .mat-progress-bar-buffer {
  background: #4a4a4a;
}

.mat-progress-bar[mode=indeterminate] .mat-progress-bar-secondary, .mat-progress-bar[mode=query] .mat-progress-bar-secondary {
  background: #fa869b;
}
.mat-progress-bar {
  border-radius: 10px;
  height: 10px;    
}