.projectStatus-tabs {
  .mat-tab-label {
    span {
      padding: 2px 5px;
      margin: 0 0 0 3px;
      border-radius: 2px;
      font-size: 12px;
      color: $white-color;
    }
  }
}

.projects-tab-dropdown-span {
  padding: 2px 5px;
  margin: 0 0 0 3px;
  border-radius: 2px;
  font-size: 12px;
  color: $white-color;
}

.active-goals,.backlog-goals,.under-replan, .members-count, .archived-count, .parked-count, .components-count   {
  background: $goal-count-color !important;
}
@mixin box-sizing() {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@mixin wrapt-text() {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-project {
  position: absolute !important;
  width: fit-content;
  margin: 0px auto;
  right: 0;
  top: 3px;
  height: 0px;
  z-index: 100;
  float: right;
  width: 40%;

  &.project-select {
    .project-select-container {
      background: none;
      @include box-sizing();
    }

    .select-label {
      @include wrapt-text();
      font-size: 20px;
      letter-spacing: 0.5px;
      padding-left: 10px;
    }
  }
  @media only screen and (max-width: 768px) {
    top: 9px; 
  }
  @media only screen and (max-width: 430px){
    width: 60%;
  }
  
}

.project-select {
  position: relative;
  display: block;
  @include box-sizing;

  div,
  input,
  span {
    @include box-sizing;
  }

  [hidden] {
    display: none;
  }

  .project-select-container {
    color: #333;
    cursor: pointer;
    display: flex;
    outline: none;
    overflow: hidden;
    position: relative;
    height: 38px;
    padding: 5px 10px;
    line-height: 22px;
    border-radius: 4px;
    float: right;
    max-width: 100%;

    .project-value-container {
      display: flex;
      flex: 1;
      width: 90%;
      @media only screen and (max-width: 860px) {
        width: 87%;
      }
    }

    &:hover {
      // background: $grey-color;
      transition: all 0.5s;
    }
  }

  .select-arrow-wrapper {
    cursor: pointer;
    position: relative;
    text-align: center;
    line-height: 27px;
    user-select: none;
    margin: 0 0 0 5px;
    @include box-sizing();

    .ng-arrow {
      pointer-events: none;
      display: inline-block;
      height: 0;
      width: 0;
      position: relative;
      border-color: #999999 transparent transparent;
      border-style: solid;
      border-width: 5px 5px 2.5px;
    }
  }
}

#style-scroll-invisible::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
  }

  .custom-dialog{
    position: relative;
    float: right;
    margin-top: -25px;
    margin-right: 5px;

  .custom-close {
    position: fixed;
    width: 30px;
    background-color: $grey_background;
    height: 30px;
    border-radius: 20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    cursor: pointer;
  }
  .project-dialog {
    position: absolute;
    top: 14px;
    left: 7px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    color: $grey-iconColor;
    font: small-caption;
  }
  }

  .template-button {
    margin:0 auto !important;
    display:block !important;
  }


.add-user-story {
  max-height: 20vh;
  overflow-y: scroll;
  overflow: auto;
}

.project-dialogContent {
  position: relative;
  max-height: 100% !important;
}

@media only screen and (max-width: 320px) {
  .project-dialogContent {
    .project-card-name {
      margin-left: 15px;
    }
  }
}

.featurepadding {
  padding: 0rem 1rem 0rem 1rem !important;
  @media only screen and (max-width: 1024px) {
    margin-top: 30px;
  }
}


.project_search{
  padding: 10px 0px !important;
}

.project-card .hide-icons {
  display:none !important;
  
  }

  .project-card:hover .hide-icons  {
    display:block !important;
   
  }


  .toaster-alignment{
  word-break: break-word !important;
  }

  

  .project-statuslist{
    .mat-tab-label:first-child{
      display: none;
    }

  }

  .projects-label {
    cursor: pointer;
    margin-left: 7px;
  }