.mat-expansion-panel {
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #F5F5F5;
  border: 1px solid #DfDFDF;
  box-shadow: 0 0px 0px 0px rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0),
  0 0px 0px 0 rgba(0,0,0,0) !important;
}

.spacer {
  padding-left: 10px;
}

.add-container {
  .dialogclose{
    padding: 0px;
    cursor: pointer;
    
    background: 0 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
  }

  .dialogTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -15px;
    overflow: hidden!important;
  }

  .dialog-header{
    font-weight: bold;
  }

  hr.header-spacer {
    background-color: #ddd;
    color: #ddd;
    border-top: 0;
    height: 1.2px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 6px;
    }

  .mat-stroked-button {
    &.mat-primary {
      width: 10%;
      background-color: #02AEF0;
      border-radius: 5px;
      color: #fff;
    }
  }

  .add-scenario-cancel {
    background-color: #ffffff;
    width: 10%;
    color: #02AEF0;
    border-radius: 5px;
    border: 0;
  }

  .add-scenario-cancel:hover {
    background-image: none !important;
    background-color: #ffffff !important;
  }

  .mat-dialog-title {
    font-size: 16px;
  }
}

.mat-expansion-panel-header {
  border: 0;
  padding-left: 12px !important;
  border-bottom: 1px solid #DfDFDF;
}
// .mat-expansion-panel:hover{
//   border:1px solid #02AEF0!important;
// }
.scroll-container {
  flex: 1 1 auto;
   box-sizing: border-box; min-height: auto;max-height:610px;
  }
  .scrollable-content {
      padding-right: 25px;
      margin: 0;
  }
  .ScrollStyle
{
  flex: 1 1 auto;
  box-sizing: border-box;
    max-height: 550px;
    overflow-y: scroll;
}