
.slidingBar {
    right: 0;
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(60,75,100,.14), 0 3px 3px -2px rgba(60,75,100,.12), 0 1px 8px 0 rgba(60,75,100,.2);
    bottom: 0;
    position: fixed;
    top: 0;
    // z-index: 1032;
    z-index: 2222;
    width: 40rem;
  // z-index: 9999;
    // transition: transform 0.3s ease-out;

    .slide-header {
        background: rgba(0,0,21, 0.2);
        flex: 0 0 4rem;
        text-align: center;
        .nav-underline {
            padding-left: 0;
            //border-bottom: 2px solid #c4c9d0;
            //color: #321fdb;
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            margin-bottom: 0;
            // padding: 8px 0;
            padding: 8px;
            background: $st-secondary-bg;
            .nav-item {
                margin-bottom: -2px;
                .nav-link {
                    color: $st-text-ninth;
                    &:hover {
                        color: $st-text-ninth;
                        border-bottom-color: transparent;
                    }
                }
                .btn-close {
                    background: none;
                    color: $st-text-ninth;
                    opacity: 1;
                    font-size: 22px;
                    box-shadow: none;
                    padding: 0;
                }
            }
            &:hover {
                color: #2819af;
            }
        }
    }
    .slideBarContent {
        background: $st-text-ninth;
        //min-height: 82vh;
        padding: 25px;
        height: 80%;
        clear: both;
        // min-height: 498px;
        // max-height: 460px;  
        .list-group {
            padding-left: 0;
            .list-group-heading {
                text-align: center;
                color: #404142;
                font-weight: 600;
                padding: 10px;
                background:#f8f8f8;
                font-size: 14px;
                text-transform: uppercase;
            }
        }
        .modelform {
          min-height: 470px; /** Newly Added Class **/
          max-height: 470px;
          overflow-y: auto;   
          overflow-x: hidden;  
          clear: both; 
          padding: 0 10px 0 0;
          height: 100%;
          .file-input {
            position: relative;
            display: flex;
            margin-top: 15px;
            .plus-icon {
                width: 49px;
                height: 49px;
                line-height: 49px;
                display: block;
                background: #679227;
                position: absolute;
                left: 0;
                top: 0;
                text-align: center;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
                color: $st-text-ninth;
            }
            .button {
                display: inline-block;
                padding: 12px;
                cursor: pointer;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                background-color: #8ebf42;
                font-size: 16px;
                font-weight: normal;
                color: $st-text-ninth;
                text-align: center;
                position: relative;
                left: 48px;
            }
            input[type="file"] {
                position: absolute;
                z-index: -1;
                top: 10px;
                left: 8px;
                font-size: 18px;
                color: #b8b8b8;
            }
            @media #{$xsmall} {
                 margin-top: 40px;
            }
        }
        .filetext{
          float: right;
          position: relative;
         bottom: 35px;
        //  right: 22%;
        width: 65%;
        }
          .input-icon{
            position: relative;
            a{
              position: absolute;
              top: 3px;
              right: 10px;
              padding: 0;
            }
          }
          .ql-container {
            min-height: 130px;
            .ql-editor {
              white-space: normal;
              ul {
                padding-left: 0;
                li {
                  padding-left: 1em;
                }
              }
            }
          }
          .chooseTime {
            display: none;
            &.show {
                display: block;
            }
          }
          .timeset {
            padding: 0;
            margin:15px 0;
            text-decoration: none;
            display: inline-block;
            &:hover {
              text-decoration: underline;
            }
          }
          .resetFilterOption {
            float:right;
            color: $st-primary-bg;
            font-size: 1rem;
            &:hover {
              text-decoration: underline;
            }
          }
          .table {
            th {
              white-space: nowrap;
            }
          }
          // .dailyLogInput {
          //   input::-webkit-outer-spin-button,
          //   input::-webkit-inner-spin-button {
          //     -webkit-appearance: none;
          //     margin: 0;
          //   }
          // }
        }
        @media #{$medium} {
          height: 90%;
        }
    }
    .slideBarFooter {
        background: $st-text-ninth;
        padding: 5px 5px;
        position: fixed;
        bottom: 0;
        Width: 100%;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }
    &.hide {
        display: none;
    }
    // content list box//@at-root
    .tasklistwrap{
      position: relative;
      margin: 0px 0 30px 0;
      width: 100%;
      .tasklistcontent{
        border: 1px solid  #d1d1d1;
        .projectlist{
          h6 {
            padding: 10px 15px 10px 15px;
          }
          ul{
            color: $st-text-primary;
            font-size: 15px;
            font-weight: 500;
            padding: 0 10px;
            li{
              display: block;
              color:rgb(116, 102, 102);
              margin-bottom: 10px;
              .task-list{
                display: none!important;
              }
              .tasklist-open{
                display: block!important;
                
              }  
              
              .sublist{
                margin-left: 14px;
              }
              .sec-heading{
                margin: 0 6px 0 0;
                .downicon{
                  svg{
                    float: left;
                    margin: 2px 5px 0 0;
                  }
                }
              
              }  
            }
          
          }
        }
      }
    }
    //end content list box//@at-root
    @media #{$small} {
      width: 25rem!important;
   }
}

@keyframes swing {
  0%,
  30%,
  50%,
  70%,
  100% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(10deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }
}
.slide-left {
  animation: 1s slide-left;
}

.fade-in {
  animation: fadeIn ease 1s;
}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes slide-left {
  from {
    margin-right: -100%;
  }
  to {
    margin-right: 0%;
  }
}

.sideBarOverflowSlide {
  position: static!important;
  > div {
    overflow-x: hidden!important;
  }
}

// .react-select__menu {
//   height: 220px!important;
//   max-height: 150px!important;
//    overflow: hidden;
//    > div {
//     padding:20px 0 20px 0!important;
//    }
//   &:hover {
//     overflow: hidden!important;
//   }
// }
// .react-select__menu {
//   clear: both;
//    > div {
//     overflow-y: scroll;
//     padding: 0 0 20px 0!important;
//     clear: both;
//    }
// }