:host {
  .titleRow {
    padding-bottom: 10px;
    color: #20291f;
  }
  .divider {
    --min-height: none;
    // padding-top: 1%;
    // padding-bottom: 1%;
    width: 100%;
  }
  .detailsRow {
    height: auto; //55px;
  }
  // .content {
  //   margin-top: 2%;
  //   margin-bottom: 2%;
  // }
  .avatar {
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }
  .button-outline {
    --border-width: 1px;
  }
  ::ng-deep .mat-select-value-text {
    color: #7a8589;
  }
  ion-col {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-self: center;
  }
  .search-icon {
    width: 30px;
    height: 30px;
    fill: #a3a6b4;
    opacity: 0.8;
    margin: 0 auto;
  }
  // new
  ion-card {
    height: 100%;
    margin: 0;
  }
  .fullContainer {
    display: flex;
    flex-wrap: nowrap;
    margin: 17px;
  }
  .cardContent {
    line-height: 1.25;
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 154px);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .right {
    padding-left: 20px;
    // padding-top: 4px;
  }
  .row {
    display: flex;
    // flex-wrap: nowrap;
    margin: 0;
    height: 100%;
    flex-flow: row wrap;
    // padding: 0 10px;
  }
  .details {
    flex: 1;
    min-width: 200px;
  }
  .assigned {
    margin-left: 10px;
    height: 100%;
    flex: 2;
    // min-width: 300px;
  }
  .content {
    height: calc(100% - 46px);
    overflow: auto;
  }
  .subtitle {
    display: block;
    // padding-left: 2px;
    color: #43425d;
    opacity: 0.8;
    // padding-top: 3px;
  }
  ::ng-deep .mat-select-value-text {
    color: #43425d;
    opacity: 0.8;
  }
}
