:host {
  // margin: auto;
  // width: 100%;
  // height: calc(100% - 58px);
  // overflow: auto;

  // .container {
  //   background: white;
  //   width: 95%;
  //   margin: auto;
  //   margin-top: 1.5%;
  // }
  // .content {
  //   padding: 16px;
  // }

  //header

  .objects-icon {
    float: left;
    width: 230px;
    // height: 140px;
    // margin-left: 4%;
    // margin-top: 10px;
  }
  .advertiseTop {
    display: flex;
    width: 95%;
    height: 150px;
    background: #01a0d7;
    margin: 0 auto;
  }
  .pText {
    text-overflow: ellipsis;
    overflow: hidden;
    color: white;
    width: 50%;
    margin-left: 7%;
    margin-top: 38px;
    line-height: 1.6;
    letter-spacing: 1px;
    vertical-align: middle;
    height: 50%;
  }

  // button
  .button-outline {
    --border-width: 1px;
  }

  //mat form field
  ::ng-deep .mat-form-field-flex > .mat-form-field-infix {
    padding: 0.5em 0px !important;
    color: #4d4f5c;
    opacity: 0.8;
    font-size: 12px;
  }
  ::ng-deep .mat-form-field-appearance-outline .mat-form-field-label {
    margin-top: -8px;
  }
  ::ng-deep .mat-form-field-label-wrapper {
    top: -1em;
  }
  ::ng-deep
    .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float
    .mat-form-field-label {
    transform: translateY(-1.1em) scale(0.75);
    width: 133.33333%;
  }
  ::ng-deep .mat-form-field-appearance-outline .mat-form-field-suffix {
    top: 0;
    color: #4d4f5c;
    font-size: 11px;
  }
  ::ng-deep .mat-select-value {
    color: #4d4f5c;
  }

  // mat radio button
  .example-radio-group-label {
    color: #4d4f5c;
    font-size: 11px;
  }
  .example-radio-button {
    display: block;
    // color: #4d4f5c;
    font-size: 13px;
    padding-top: 10px;
    padding-left: 19px;
  }
  ::ng-deep .mat-radio-container {
    height: 20px;
    width: 20px;
    margin-right: 6px;
  }
  ::ng-deep .mat-radio-label-content {
    font-size: 11px;
  }
  // ::ng-deep #mat-radio-2 > .mat-radio-label > .mat-radio-container {
  //   margin-top: -10px;
  // }
  // ::ng-deep #mat-radio-3 > .mat-radio-label > .mat-radio-container {
  //   margin-top: -10px;
  // }
  #mat-radio-4 {
    padding-bottom: 10px;
  }
  ::ng-deep .mat-radio-outer-circle {
    border-width: 2px;
    height: 20px;
    width: 20px;
    border-color: #7069d8;
  }
  ::ng-deep .mat-radio-inner-circle {
    height: 20px;
    width: 20px;
  }
  ::ng-deep .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #7069d8;
    opacity: 1;
  }
  ::ng-deep .mat-radio-button.mat-accent .mat-radio-inner-circle {
    background-color: #7069d8;
  }
  ::ng-deep .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.2);
  }
  ::ng-deep .mat-radio-button .mat-radio-ripple {
    display: none;
  }

  // others
  .divider {
    --min-height: none;
    padding-top: 1%;
    padding-bottom: 1%;
    width: 97%;
    margin: auto;
  }
  .ionCheckbox {
    width: 20px;
    height: 20px;
    margin-right: 14px;
    --border-color: #7069d8;
    --border-width: 2px;
  }
  .ionItem {
    color: #4d4f5c;
    font-size: 11px;
  }
  .checkbox-disabled {
    opacity: 1;
  }
  ::ng-deep .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
    border-color: #7069d8;
    opacity: 0.7;
  }
  .item-interactive-disabled .sc-ion-label-md-h {
    opacity: 0.6;
  }
  .cf-leave-label { 
    display: flex;
    flex-flow: row wrap;
  }

  .item-label {
    ion-label {
      white-space: pre-line;
    }
  }
  // .cf-leave-next-year {
  //   margin: auto 3px;
  //   max-width: 45.23px;
  //   @media screen and (min-width: 576px) {
  //       display: inline-flex;
  //   }

  //   @media screen and (max-width: 576px) {
  //       display: none;
  //   }
  // }
}
