.templates_data{
    margin: 0px !important;
    padding: 0.45rem 0.5rem 1.3rem 0;
  }

  .templates-expansion-panel{

    .mat-expansion-panel{
        box-shadow: none !important;
    }
    .mat-expansion-panel-body{
        display: none !important;
    }
  }
  .template-list {
  @media (max-width: 768px){
    top: 0px !important;
  }
}

.all-template-list{
    height: calc(100vh - 100px) !important;
}

.template-data-height{
    height: calc(100vh - 196px);
    max-height: calc(100vh - 196px);
}



.template-board {
  background-color: $white-color;
    height: calc(100vh - 100px);
    max-height: calc(100vh - 147px);
    width: 100%;
    overflow-y: hidden;
  }


  .template_userstory{
    padding: 10px 20px 0px 2px !important;
  }
  