:host {
  .titleRow {
    padding-bottom: 10px;
    color: #20291f;
  }
  .divider {
    --min-height: none;
    // padding-top: 1%;
    // padding-bottom: 1%;
    width: 100%;
  }
  .detailsRow {
    height: 55px;
  }
  .avatar {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    // margin-top: -7px;
  }
  .button-outline {
    --border-width: 1px;
  }
  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: wrap;
    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;
    // padding: 0 10px;
  }
  .details {
    flex: 30%;
    max-width: 30%;
  }
  .assigned {
    flex: 70%;
    max-width: 70%;
    margin-left: 10px;
  }
  .content {
    height: 512px;
    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;
  }


  @media screen and (min-width: 576px) {

    .leave-adjustment-popup {
      --width: 600px;
    }
  }

  @media screen and (max-width: 576px) {
    .leave-adjustmnet-table {
      margin: 15px 0;
    }
    
    .leave-adjustment-popup {
      --width: 304px;
    }
  }
}
