.dashboardwrapper {
  position: relative;
  top: 26px;
  .leftsideprof{
    position: sticky;
    top: 106px;
    // top: 116px;
    max-height: 490px;
    overflow-y: hidden;
    padding: 0 8px 0 0;
    &:hover {
      overflow-y: auto;
    }
  }
  .sidebarbackground {
    background: #0097bd;
    color: #fff;
    border-radius: 8px 8px 0 0;
    height: 104px;
    @media #{$small} {
      display: none;
    }
  }
  .coverImageWrap {
    height: 104px;
    display: flex;
    align-items: center;
    flex-direction: column;
    img {
      width: 100%;
      height: 100%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      object-fit: cover;
    }
    @media #{$small} {
      display: none;
    }
  }
  .dashboardsidebar {
    background: #fff;
    border-radius: 8px 8px 0 0;
    text-align: center;
    padding: 0px 20px 20px 20px;
    @media #{$medium} {
      padding: 0px 10px 10px 10px;
    }

    @media #{$small} {
      display: none;
    }
    .dashsideimage {
      display: block;
      width: 120px;
      height: 120px;
      margin: 0 auto;
      position: relative;
      top: -65px;
      left: 0;
      margin-bottom: -60px;

      @media #{$medium} {
        width: 90px;
        height: 90px;
      }
      img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
      }
    }
    .sidetabsdata {
      h5 {
        font-size: $st-font18;
        color: $st-heading-primary;
        // padding: 0 0 0 0;
        padding: 5px 0 0 5px;
        font-weight: 600;
        display: block;
      }
      p {
        font-size: 0.875rem;
        color: $st-text-secondary;
        margin: 0 0 8px 0px;
        svg {
          color: $st-ninth-bg;
          margin-right: 5px;
        }
        @media #{$medium} {
          font-size: 14px;
        }
      }
    }
  }
  .dashviewprofile {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background: $st-eighth-bg;
    border-radius: 0 0 8px 8px;
    // padding: 20px;
    padding: 20px 12px;

    @media #{$medium} {
      padding: 15px;
    }
    @media #{$small} {
      display: none;
    }
    p {
      font-size: $st-font14;
      float: left;
      color: #555555;
      margin-bottom:0;
      @media #{$medium} {
        font-size: 14px;
      }
    }
    .viewcount {
          span {
          font-size: $st-font16;
          color: $st-text-third;
          float: right;
          font-weight: 400;
      }
    }
  }
  .mygroups {
    padding: 0px;
    .groups {
      display: -webkit-inline-box;
      svg {
        font-size: $st-font16;
        color: $st-text-tenth;
        margin: 0 10px 0 0;
      }
      h2 {
        font-size: $st-font16;
        font-weight: 700;
        margin: 0;
        padding: 4px 0 2px 0;
      }
    }
    .righticon {
      color: #C5C4C4;
      font-size: $st-font14;
      .accordion {
        border: 0 !important;
        .accordion-item {
          margin-top: 10px;
          border-radius: 8px;
          .accordion-header {
            // padding: 6px;
            // padding: 20px;
            padding: 12px 15px;
            border-bottom: 1px solid #ced4da;
            @media #{$medium} {
               padding: 10px;
            }
            h6 {
              font-size: 1rem;
              color: $st-heading-primary;
              margin-bottom: 0;
              padding: 0 8px 0 8px;
              font-weight: 600;
            }
            
            .accordion-button {
              background: #fff;
              box-shadow: none;
              // padding: 5px;
              padding: 0;
              width: 100%;
              .iconsWrap {
                background: $st-fourth-bg;
                width: 35px;
                height: 35px;
                display: flex;
                align-items: center;
                justify-content:center;
                border-radius: 6px;
                svg {
                  font-size: $st-font18;
                  color: #fff;
                }
              }
              // svg {
              //   font-size: 1rem;
              //   color: $st-ninth-bg;
              //   // margin-top: -8px;
              //   margin-top: 0;
              // }
            }
          }
          .accordion-body {
            // padding: 0 0px 5px 0;
            // padding: 20px;
            padding: 15px;
            .profilenav {
              li {
                border-bottom: 1px solid #ccc;
                padding: 12px 0;
                &.personal {
                  a {
                    display: flex;
                    align-items: center;
                    font-size: 14px;
                    color: #555555;
                    border-top: none;
                    padding: 0;
                    .userImg {
                      width: 35px;
                      height: 30px;
                      img {
                        width: 30px;
                        height: 30px;
                        border-radius: 50%;
                      }
                    }
                    .userInfo {
                      font-weight: 500;
                    }
                    &:hover {
                      text-decoration: underline;
                    }
                  }
                }
                &:last-child {
                  border-bottom: none;
                  padding-bottom: 0;
                }
              }
            }
            .festlist {
              margin: 0;
              padding: 0;
              width: 100%;
              list-style: none;
              li {
                display: flex;
                align-items: center;
                font-size: 0.75rem;
                // padding: 8px 0 0 0;
                margin: 0 0 12px 0;
                a {
                  display: block;
                  color: $st-text-secondary; 
                  text-decoration: none;
                  &:hover {
                    text-decoration: underline;
                  }
                }
                &:last-child {
                  margin: 0;
                }
              }
            }
            .viewAll {
              color: $st-text-primary;
              font-size: 0.75rem;
              font-weight: 500;
              margin-top: 15px;
              text-align: center;
              a {
                display: block;
                text-decoration: none;
                &:hover {
                  text-decoration: underline;
                }
              }
            }
            .noGroupEvents {
              color: $st-text-secondary;
              font-size: 14px;
              // @media #{$medium} {
              //   font-size: 11px;
              // }
            }
            .eventCalender {
              .month{
                padding: 10px 8px;
                width: 100%;
                background: #0097BD;
                text-align: center;
                ul {
                  margin: 0;
                  padding: 0;
                  list-style: none;
                  li {
                    color: white;
                    font-size: 16px;
                    text-transform: uppercase;
                    letter-spacing: 3px;
                  }
                }
                .prev {
                  float: left;
                  padding-top: 0;
                  cursor: pointer;
                }
                .next {
                  float: right;
                  padding-top: 0;
                  cursor: pointer;
                }
              }
              .weekdays {
                margin: 0;
                padding: 10px 0;
                background-color: #ddd;
                li {
                  display: inline-block;
                  width: 13.6%;
                  color: #666;
                  text-align: center;
                }
              }
              .days {
                padding: 10px 0;
                background: #eee;
                margin: 0;
                min-height: 175px;
                &.days-row {
                  ul {
                    margin: 0;
                    padding: 0;
                    li {
                      list-style-type: none;
                      display: inline-block;
                      width: 13.6%;
                      text-align: center;
                      margin-bottom: 5px;
                      font-size:13px;
                      color: #777;
                      span {
                        line-height: normal;
                        display: flex;
                        width: 22px;
                        height: 22px;
                        align-items: center;
                        justify-content: center;
                        border-radius: 3px;
                      }
                      // .active {
                      //   padding: 5px;
                      //   background: #1abc9c;
                      //   color: white !important
                      // }
                      .Upcoming {
                        padding: 5px;
                        background: $st-fourth-bg;
                        color: white !important
                      }
                      .Expired {
                        padding: 5px;
                        background: red;
                        color: white !important
                      }
                      .Cancelled {
                        padding: 5px;
                        background: $st-text-secondary;
                        color: white !important;
                      }
                      .Running {
                        padding: 5px;
                        background: $st-fifth-bg;
                        color: white !important
                      }
                      .curr-date {
                        padding: 5px;
                        background: #1a25bc;
                        color: white !important
                      }
                    }
                  }
                }
              }
            }
            @media #{$medium} {
              padding: 10px;
            }
          }
        }
      }
    }
    .profilenav {
      margin: 0;
      padding: 0;
      background: #fff;
      border-radius: 0 0 20px 20px;
      li {
        display: block;
        margin: 0;  
        &.personal {
          a {
            font-size: 0.75rem;
            color: $st-text-primary;
            .personalinfo {
              float: right;
              margin-top: -32px;
              p {
                font-size: 0.5rem;
                color: $st-text-secondary;

              }
            }
            .postimgage {
              width: 50px;
            }
            @media #{$medium} {
              padding: 15px 10px;
            }
          }
          a.active {
            color: $st-text-primary;
            font-weight: 700;
            svg {
              color: $st-text-fourth;
            }
          }
        }
        &.education {
          a {
            &:hover {
              color: $st-text-primary;
              font-weight: 700;
              svg {
                color: $st-text-fifth ;
              }
            }
          }
          a.active {
            color: $st-text-primary;
            font-weight: 700;
            svg {
              color: $st-text-fifth ;
            }
          }
        }
        &.details {
          a {
            &:hover {
              color: $st-text-primary;
              font-weight: 700;
              svg {
                color: $st-text-sixth ;
              }
            }
          }
          a.active {
            color: $st-text-primary;
            font-weight: 700;
            svg {
              color: $st-text-sixth ;
            }
          }
        }
        &.neu {
          a {
            &:hover {
              color: $st-text-primary;
              font-weight: 700;
              svg {
                color: $st-text-seventh;
              }
            }
          }
          a.active {
            color: $st-text-primary;
            font-weight: 700;
            svg {
              color: $st-text-seventh;
            }
          }
        }
        a {
          font-size: 15px;
          color: $st-text-secondary;
          padding: 15px 20px;
          border-top: 1px solid rgba(0, 0, 0, 0.2);
          display: block;
          svg {
            margin: -3px 10px 0 0;
          }
          &:hover {
            color: $st-text-third;
          }
        }
      }
      @media #{$small} {
        display: none;
      }
    }
    @media #{$small} {
      display: none;
    }
  }
  .welcomeMsg {
    background: $st-primary-bg;
    border-radius: 8px;
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 10px;

    strong {
      color: $st-eighth-bg;
      font-size: 4rem;
      line-height: 70px;
      font-weight: 500;

      @media #{$small} {
        line-height: 50px;

      }
    }

    p {
      color: $st-eighth-bg;
      font-size: $st-font16;
      line-height: 24px;
      margin-top: 25px;
      margin-bottom: 0;
    }

    @media #{$small} {
      padding: 132px 7px;
    }
  }
  .postHeader {
    // margin-top: 10px;
    background: $st-eighth-bg;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;

    .writePostWrap {
      display: flex;
      align-items: center;
      margin-bottom: 12px;

      .imgWrap {
        width: 60px;

        // height: 64px;
        img {
          width: 50px;
          height: auto;
          border-radius: 50%;
          @media #{$medium} {
           width: 32px;
          }
          @media #{$small} {
            width: 32px;
          }
        }
      }

      .postDesc {
        width: 90%;

        .form-control {
          width: 100%;
          border-radius: 18px;

          @media #{$small} {
            width: 90%;
          }
        }
      }
    }
    .uploadOptionsWrap {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      margin: 20px 0 0 0;
      clear: both;

      .uploadOptions {
        margin: 0;
        padding: 0;
        display: flex;
        //justify-content: center;
        width: 100%;

        li {
          font-size: 0.875rem;
          font-weight: 500;
          // margin: 0 70px 10px 0;
          margin: 0 15px 0 0;
          // width: 20%;
          width: 17%;
          color: $st-text-primary;
          text-align: center;

          a {
            color: $st-text-secondary;
            // font-size: 0.75rem;
            font-size: 14px;
            font-weight: 500;
            svg {
              margin-right: 5px;
              color: #70C65B;
              font-size: $st-font20 ;
              @media #{$small} {
                margin-right: 0;
              }
            }

            @media #{$small} {
              font-size: 11px;
            }
          }

          &:nth-child(1) {
            svg {
              color: #F7C035;
            }
          }

          &:nth-child(2) {
            svg {
              color: #E13434;
            }
          }

          &:nth-child(3) {
            svg {
              color: #77CDFE;
            }
          }

          &:nth-child(4) {
            svg {
              color: #A976FC;
            }
          }

          img {
            float: left;
            margin-right: 5px;

            @media #{$small} {
              width: 19px;
              height: 15px;
            }
          }

          &:last-child {
            margin: 0;
            @media #{$small} {
              // margin: 0px 20px 10px 0px;
              margin: 0 18px 10px 18px;
            }
          }

          @media #{$small} {
            // margin: 0px 20px 10px 0px;
            margin: 0 18px 10px 18px;
            width: 15%;
          }
          @media #{$xxsmall} {
            margin: 0 12px 10px 12px;
          }
        }

        @media #{$small} {
          margin: 0;
          display: flex;
        }
      }
    }
    @media #{$medium} {
      padding: 15px 10px;
      margin-bottom: 15px;
    }
    @media #{$small} {
      padding: 10px;
    }
  }
  .rightsideconn{
    position: sticky;
    top: 106px;
    // top: 116px;
    .righticonlink{
      display: inline-block;
    }
  }
  .connections {
    background: $st-eighth-bg;
    border-radius: 8px;
    @media #{$small} {
      display: none;
    }
    .groups {
      display: block;
      padding: 20px;
      width: 100%;
      border-bottom: 1px solid #ccc;
      @media #{$medium} {
       display: inline-flex;
       padding: 10px;
      }
      svg {
        font-size: 1rem;
        color: #B76C6C;
        margin: 0 10px 0 0;
        @media #{$medium} {
          margin: 3px 10px 0 0;

        }
        // float: left;
      }

      h2 {
        font-size: 1rem;
        font-weight: 700;
        margin: 0;
        padding: 0;
        color: $st-heading-primary;
        // float: left;
        display: inline-block;
      }

      .righticon {
        float:right;
        a {
          svg {
            // float: right;
            color: #C5C4C4;
            font-size: $st-font14;
            margin: 0;
          }
        }

        .accordion {
          border: 0 !important;

          .accordion-item {
            margin-top: 10px;

            .accordion-header {
              h6 {
                font-size: 1rem;
                color: $st-heading-primary;
              }

              .accordion-button {
                background: #fff;
                box-shadow: none;
                padding: 5px;
                width: 240px;

                svg {
                  font-size: $st-font14;
                  color: $st-text-tenth;


                }

              }
            }

            .accordion-body {
              padding: 0px 0px;

              .ul {
                li {
                  strong {
                    margin: 40px 70px 0 0;
                    color: #000000;
                    text-align: center;
                  }
                }
              }
            }
          }
        }

      }

    }

    .PostHeadWrap {
      display: flex;
      align-items: center;
      .userImg {
        width: 45px;
        margin: 0 4px 0 0;
        img {
          width: 40px;
          height: auto;
          border-radius: 50%;
          
          @media #{$medium} {
            width: 30px;
          }
        }
        @media #{$medium} {
          width: 35px;
        }
      }
      .userInfo {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        strong {
          font-size: 14px;
          color: $st-text-primary;
          @media #{$medium} {
            font-size: 12px;
          }
          @media #{$small} {
            font-size: 10px;
          }
        }
     
        span {
          display: block;
          color: $st-text-secondary;
          font-size: 14px;
        }
      }
      @media #{$medium} {
        padding: 15px 10px;
      }
    }
    .profilenav {
      margin: 0;
      padding: 0 5px;
      background: #fff;
      border-radius: 0 0 20px 20px;
      max-height: 285px;
      overflow-y: auto;
      color: $st-text-secondary;

      li {
        display: inline-block;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #ccc;

        &.personal {
          a {
            font-size: 0.75rem;
            color: $st-text-primary;
            display: flex;
            border-top: none;
            padding: 10px 5px;

            .personalinfo {
              float: left;

              p {
                font-size: 12px;
                color: $st-text-secondary;

              }

              strong {
                font-size: $st-font14;
              }
            }

            .postimgage {
              width: 50px;
              float: left;
            }

            @media #{$medium} {
              padding: 10px 5px;
            }
          }

          a.active {
            color: $st-text-primary;
            font-weight: 700;

            svg {
              color: $st-text-fourth;
            }
          }
        }

        &.education {
          a {
            &:hover {
              color: $st-text-primary;
              font-weight: 700;

              svg {
                color: $st-text-fifth ;
              }
            }
          }

          a.active {
            color: $st-text-primary;
            font-weight: 700;

            svg {
              color: $st-text-fifth ;
            }
          }
        }

        &.details {
          a {
            &:hover {
              color: $st-text-primary;
              font-weight: 700;

              svg {
                color: $st-text-sixth ;
              }
            }
          }

          a.active {
            color: $st-text-primary;
            font-weight: 700;

            svg {
              color: $st-text-sixth ;
            }
          }
        }

        &.neu {
          a {
            &:hover {
              color: $st-text-primary;
              font-weight: 700;

              svg {
                color: $st-text-seventh;
              }
            }
          }

          a.active {
            color: $st-text-primary;
            font-weight: 700;

            svg {
              color: $st-text-seventh;
            }
          }
        }

        a {
          font-size: 15px;
          color: $st-text-secondary;
          padding: 15px 20px;
          border-top: 1px solid rgba(0, 0, 0, 0.2);
          display: block;

          svg {
            margin: -3px 10px 0 0;
          }



        }
        &:last-child {
          border-bottom: none;
        }
      }

      @media #{$small} {
        display: block;
      }
    }
  }
  .degreeWrap {
    font-size: $st-font16;
    color: $st-text-ninth;
    background: $st-fifth-bg;
    // padding: 10px 20px;
    padding: 10px;
    border-radius: 8px;
    margin: 5px 0 0 0;
    display: inline-block;
    //min-width: 260px;
    .degreeWrapInner {
      padding: 0;
      margin: 0;
      width:100%;
      clear:both;
    }
    span {
      &:first-child {
        border-right: 1px solid #C5C4C4;
        margin-right: 10px;
        padding-right: 10px;

        @media #{$medium} {
          display: block;
          border-right: none;
          margin-right: 0;
          padding-right: 0;
        }
      }
    }

    @media #{$medium} {
      min-width: 100px;
      padding: 5px;
    }

    @media #{$small} {
      font-size: $st-font18;
      //min-width: 260px;
    }
  }
  .noResults{
    width: 100%;
    img {
      width: 100%;
      height: auto;
    }
  }
  @media #{$small} {
    top: 8px;
  }
}
.timelinePost {
  margin: 0 0 18px 0;
  background: $st-eighth-bg;
  // padding: 20px;
  border-radius: 8px;

  .PostHeadWrap {
    display: flex;
    align-items: center;
    padding: 15px;

.postLabel{
  border-radius: 20px;
 line-height: 18px;
  
}
    .userImg {
      width: 60px;
      // height: 64px;
      margin: 0 4px 0 0;

      img {
        width: 50px;
        height: auto;
        border-radius: 50%;
        @media #{$medium} {
          width: 40px;
        }
      }
    }

    .userInfo {
      width: 90%;
svg{
  float: left;
  margin: 4px 5px 0 0;
}
      strong {
        font-size: $st-font16;
        color: $st-text-primary;

        @media #{$small} {
          font-size: 14px;
        }
      }

      span {
        display: block;
        color: $st-text-secondary;
        font-size: 14px;
      }

      .form-control {
        width: 100%;

        @media #{$small} {
          width: 90%;
        }
      }
    }

    .pollStatus {
      background: #da2128;
      padding: 3px 10px;
      border-radius: 12px;
      font-size: 13px;
      font-weight: 600;
      color: $st-eighth-bg;
      min-width: 75px;
      text-align: center;
    }

    .userActions {
      display: inline-flex;

      a {
        margin-right: 18px;
        font-size: $st-font16;
        color: $st-text-third;
        font-weight: 600;

        @media #{$small} {
          display: none;
        }
      }

      .menuicon {
        font-size: $st-font16;
        color: $st-text-third;
        font-weight: 600;
        svg {
          margin-top: -8px;
          color: #5B626A;
          font-size: $st-font16 ;
        }

        button {
          background: none;
          border: 0;
          color: $st-text-secondary;
          font-size: 14px;
          &:hover {
            color: $st-text-third;
          }
        }

      }
    }
  }

  .postBodyWrap {
    display: block;
    padding: 5px 0;

    .timelineTxt {
      font-size: 14px;
      margin-bottom: 10px;
      padding: 0 15px;
      color: $st-text-secondary;
      @media #{$medium} {
        padding: 0 10px;
      }
    }
    .timelineGallery {
      img,
      video {
        width: 100%;
        height: auto;
      }
    }
    .userPoll {
      border: 1px solid #ccc;
      padding: 15px;
      margin: 15px;
      border-radius: 8px;
      text-align: left;
     
      .poll-ques{
        word-break: break-all;
      }
      a{
        svg{
          color: #0097bd;
        }
      }
      .p
      .poll-ques {
        font-weight: 600;
        font-size: 15px;
        
      }
      .poll-answer {
        .poll-options {
          border: 1px solid #ced0d4;
          border-radius: 8px;
          padding: 14px 10px;
          margin-bottom: 15px;
          position: relative;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: space-between;
          .leftSec {
            font-size: 15px;
            font-weight: 600;
            position: relative;
            .radioBtn {
              width: 20px;
              height: 20px;
              margin-right: 5px;
              margin-top: 0;
            }  
          }
          .rightSec {
            font-size: 15px;
            font-weight: 600;
            position: relative;
          
            span {
              color: $st-primary-bg;
              margin-right: 3px;
            }
            svg {
              font-size: 15px;
              color: #606770;
              margin-top: -1px;
            }
          }
          .percent-fill {
            background: #daeafb;
            width: 0;
            position: absolute;
            height: 100%;
            left: 0px;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
          }
          &.selected {
            background: #fff;
            color: #000000;
          }
        }
      }
    }
    .jobWrapper {
      background: transparent;
      padding: 20px;
      .jobHeader {
        background: #f2f2f2;
        padding: 20px;
        position: relative;
        border-radius: 8px;
        clear: both;
        .companyLogo {
          position: absolute;
          top: -25px;
          right: 45%;
          background: #ccf0bf;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          clear: both;
          span {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            font-weight: 600;
            font-size: 24px;
          }
        }
        .jobTitle {
          font-size: 22px;
          text-align: center;
          margin: 12px 0;
        }
        .companyLocInfo {
          display: flex;
          justify-content: space-between;
          padding: 0;
          list-style: none;
          li {
            font-size: 16px;
            display: flex;
            align-items: center;
            svg {
              color: $st-ninth-bg;
              margin-right: 3px;
            }
          }
        }
      }
      .jobHighlights {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 20px 0;
        padding: 0 10px;
        clear: both;
        .highlightWrapper {
          display: flex;
          align-items: center;
          flex-direction: column;
          .featured-icons {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            position: relative;
            svg {
              position: absolute;
              top: 30%;
              left: 30%;
            }
            &.salary {
              background: #efd8a2;
            }
            &.jobType {
              background: #e1d1fb;
            }
            &.workplaceType {
              background: #b8e6f2;
            }
          }
          .highlightInfo {
            margin: 12px 0 0 0;
            text-align: center;
            .sec-label {
              font-size: 14px;
              color: #555555;
              font-weight: 400;
            }
            .sec-value {
              font-size: 14px;
              color: #000000;
              font-weight: 600;
            }
          }
        }
      }
      .jobDescription {
        margin: 15px 0;
        padding: 0 10px;
        display: inline-block;
        clear: both;
        .sec-header {
          margin: 12px 0;
          h5 {
            padding: 0;
            font-size: 16px;
            font-weight: 600;
          }
        }
        .sec-text {
          word-break: break-all;
          a{
            text-decoration: none;
          &:hover {
            text-decoration: underline;
         
           } 
          }
        }
      }
    }
    .jobHiring {
      border: 1px solid #ccc;
      padding: 15px;
      margin: 15px;
      border-radius: 8px;
      .field-options {
        display: flex;
        margin: 0 0 10px 0;
        font-size: $st-font16;
        .field-label {
          font-weight: 600;
          margin-right: 3px;
        }
        .field-value {
          font-weight: 400;
          color: #555555;
        }
      }
    }
    @media #{$medium} {
      padding: 0px;
     }
     &.polldot{
      .control-dots{
        display: none;     
      }   
     }
     .carousel-root{
            .carousel{
              .thumbs-wrapper{
                margin: 0;
                display: none;
              }
                .control-dots{
                  bottom: 5px;
                  .dot {
                    background: #0097bd;
                    width: 10px;
                    height: 10px;
                   
                  }
                }           
              .carousel-status{
               display: none;             
              }
            }
     }
  }

  .postFooterWrap {
    background: $st-eighth-bg;
    width: 100%;
    border-radius: 8px;

    .footerSecOne {
      display: flex;
      .footerCountLikes {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
        // padding: 0 20px;
        padding: 20px;
        margin: 0;
        li {
          // margin: 0 15px 0 0;
          margin: 0;
          a {
            font-size: 14px;
            // color: $st-text-secondary;
            color: #A6A6A6;
            // margin: 10px 0 0 0;
            margin: 0;
            font-weight: 500;
            display: flex;
            align-items: center;
            @media #{$medium} {
                 font-size: 10px; 
                }
            @media #{$small} {
                    font-size: 8px; 
                }

            &:hover {
              text-decoration: underline;
            }

            svg {
              color: $st-text-third;
              margin-right: 3px;
            }
          }
        }
      }
    }

    .footerSecTwo {
      width: 100%;
      // padding: 0 15px;
      padding: 0;
      .likeCommentShare {
        width: 100%;
        display: flex;
        justify-content: space-around;
        // border-top: 1px solid #ccc;
        padding: 12px 0;
        margin-bottom: 0;

        li {
          margin: 0 30px 0 0;
          text-align: center;
          //width: calc(100% / 3);
          a {
            font-size: 14px;
            color: $st-text-secondary;
            display: block;
            line-height: 22px;
            font-weight: 600;
            @media #{$medium} {
              
              font-size: 12px; 
          }
            @media #{$small} {
                display: inline-flex;  
                line-height: 12px;    
                font-size: 10px; 
            }
            svg {
              color: $st-text-secondary;
              margin-right: 3px;
            }

            &.post-like {
              color: $st-text-third;
              font-weight: 600;

              svg {
                color: $st-text-third;
              }
            }
          }

          &:last-child {
            margin: 0;
          }
        }
      }
      @media #{$medium} {
        padding: 0 10px;
      }
    }

    .footerSecThree {
      background: $st-eighth-bg;
      margin: 0 0 12px 0;
      padding: 0 15px;
      border-radius: 8px;

      .writeCommentWrap {
        width: 100%;
        //border-top: 1px solid #ccc;
        // padding-top: 20px;
        padding-bottom: 20px;

        .writeComments {
          display: flex;
          align-items: center;

          .imgWrap {
            width: 50px;

            img {
              width: 40px;
              height: auto;
              border-radius: 50%;
            }
          }

          .postComment {
            width: 95%;
            position: relative;

            .form-control {
              width: 100%;
              border-radius: 18px;
              padding: 6px 30px 6px 12px;

              @media #{$small} {
                width: 90%;
              }
            }

            .righticon {
              position: absolute;
              right: 12px;
              bottom: 8px;

              svg {
                color: $st-text-secondary;
              }
            }
          }
        }

        .commentsWrapper {
          margin-top: 20px;
          .userComments {
            width: 100%;
            margin: 15px 0 10px 0;
            padding: 0;
            list-style: none;
            display: inline-block;

            li {
              display: flex;
              -ms-flex-align: start;
              align-items: flex-start;
              margin: 0 0 30px 0;

              .imgWrap {
                width: 50px;

                img {
                  width: 40px;
                  height: auto;
                  border-radius: 100%;
                }
              }

              .media-body {
                flex: 1;

                .comment {
                  background: #F0F2F5;
                  border: none;
                  border-radius: 10px;
                  min-width: 200px;
                  max-width: 90%;

                  .commentInnerWrap {
                    flex: 1;
                    padding: 8px 12px;
                    @media #{$medium} {
                      padding: 4px 8px;
                    }

                    .userInfo {
                      color: $st-text-secondary;
                      // font-size: 13px;
                      font-size: 14px;
                      font-weight: 600;
                      margin-bottom: 0;
                      padding: 0 0 5px 0;
                      display: inline-block;
                    }

                    .userTimeStamp {
                      margin-bottom: 0;
                      color: $st-text-secondary;
                      font-size: 11px;
                      display: block;
                      margin-top: 10px;
                      text-align: right;
                    }

                    .userComment {
                      color: $st-text-primary;
                      font-size: 14px;
                      margin-bottom: 0;
                    }
                  }
                  .commentsLike{
                    position: relative;
                    .commentsLikeWrap {
                      position: absolute;
                      right: -50px;
                      width: 65px;
                      top: -20px;
                      @media #{$medium} {
                        top: -28px;
                      }
                      a{
                        font-size: 14px;
                        color: #555555;
                        margin: 10px 0 0 0;
                        border: 1px solid $st-text-tenth;
                        border-radius: 100%;
                        width: 25px;
                        height: 25px;
                        text-align: center;
                        display: inline-block;
                        @media #{$medium} {
                          font-size: 12px;
                        }
                        svg{
                          color: $st-text-tenth;
                        }
                        &.post-like {
                          background:  $st-text-third;
                          border: 1px solid $st-text-third;
                          svg {
                            color: #fff;
                          }
                        }
                      }
                      span {
                        margin-left:3px;
                        font-size: 14px;
                        font-weight: 600;
                        color: $st-text-secondary;
                      }
                    }
                  } 
                }

                .menuOptions {
                  position: relative;
                  display: flex;
                  left: 15px;
                  background: #F0F2F5;
                  border-radius: 50%;
                  width: 35px;
                  height: 35px;
                  justify-content: center;
                  align-items: center;
                  top: 15px;
                  display: none;
                  .dropdown {
                    .btn {
                      background: none;
                      border-radius: 50%;
                      border: none;
                      svg {
                        color: #5B626A;
                      }
                    }
                  }
                }
                &:hover {
                  .menuOptions {
                    display: flex;
                  }
                }
              }
              &:last-child {
                margin: 0;
              }
            }
          }
          .viewMoreComments {
            position: relative;
            left: 50px;
            text-decoration: underline;
            color: $st-text-secondary;
            display: inline-block;
            margin: 20px 0 0 0;
            &:hover {
              text-decoration: underline;
              color: $st-text-third;
            }
          }
        }
      }
      @media #{$medium} {
        padding: 0 10px;
      }
      @media #{$small} {
        display: none;
      }
    }
  }
  &:last-child {
    margin: 0;
  }
  @media #{$small} {
    padding: 10px;
  }
}
.hiringpopup {
  &.userlist{
    .modeladdevent{
      .addeventdetail{
        padding: 0!important;
        .modelform{
          ul{
            margin: 0;
            padding: 0 5px;
            background: #fff;
            border-radius: 0 0 20px 20px;
            max-height: 285px;
            // overflow-y: auto;
            color: #555555;
            li{
              display: inline-block;
              margin: 0;
              width: 100%;
              // margin-bottom: 20px;          
                a{
                  font-size:$st-font16;
                  color: #000000;
                  display: flex;
                  border-top: none;
                  padding: 10px 5px;
                  .userImg{
                    width: 45px;
                    margin: 0 14px 0 0;
              img{
                border-radius: 20px;
              }
                  }
                  .userInfo{
                    width: 90%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                  }
                }
            }
          }
        }
      }
    }
  }
  .modeladdevent {
    .modelform {
      padding: 0px;
      p {
        float: right;
        color: $st-text-secondary;
        font-size: 0.875rem;
        margin-top: 4px;
      }

      .eventpara {
        color: $st-text-secondary;
        font-size: $st-font14;
      }

      .uploadphoto {
        width: 150px;
        height: 150px;
        border-radius: 100%;
        display: block;
        margin: 0px auto;
        overflow: hidden;

        img {
          width: 100%;
        }
      }

      .upload-input {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;

        button {
          background-color: $st-primary-bg;
          color: $st-text-ninth;
          display: inline-block;
          padding: 8px 30px;
          font-size: 14px;
          cursor: pointer;
          border: 1px solid $st-border-secondary;

          svg {
            width: 30px;
            height: 30px;
            line-height: 40px;
            // margin-right: 10px;
            padding: 4px;
          }

          &:hover {
            border: 1px solid $st-border-primary;
            background-color: $st-btn-fifth;
          }

        }

        input[type="file"] {
          display: none;
        }
      }

      // .button-wrap {
      //   text-align: center;
      // }
      .profileimage {
        display: block;
        padding: 0 0 0px 0;
        text-align: center;

        .cropimage {
          // width: 100px;
          // height: 100px;
          width: 450px !important;
          height: auto !important;
          overflow: hidden;
          border-radius: 50%;
          border: 1px solid $st-border-primary;
          margin: 0 auto 20px;

          img {
            width: 100%;
            height: 100%;
          }

          .profilePreview {
            width: 100%;
            height: 100%;
          }
        }

        .uploadimage {
          height: 200px;
          width: 300px;
          overflow: hidden;
          margin: 0 auto 20px;

          div {
            height: 100%;
          }

          img {
            height: 100%;
            width: 100%;
            object-fit: cover;
          }
        }

      }

      label {
        font-weight: 500;
        font-size: 14px;
        color: #000000;
        display: block;
      }

      .gender-input {
        display: flow-root;

        span {
          width: 100%;
          margin-bottom: .5rem;
          float: left;
          font-weight: 500;
          font-size: 14px;
          color: $st-text-primary;
        }

        label {
          float: left;
          margin: 0 20px 0 0;
        }

        input {
          height: 20px !important;
          padding: 0 !important;
          width: 20px !important;
          line-height: 20px !important;
          border-radius: 20px !important;
          margin: 0 5px 0 0 !important;
        }
      }

      .button-wrap {

        //text-align:center;
        .ButtonComponent {
          margin: 10px 0;
          // .cancelbutton {
          //   display: inline-block; 
          //   margin-left: 20px;
          // }
        }

      }

      .listOptions {
        display: flex;
        align-items: center;
        .btn {
          margin: 0 8px;
          &.remove-btn, &.add-btn {
            font-size: 14px;
            padding: 0;
            svg {
              color: red;
            }
          }
          // &:last-child {
          //   margin: 0;
          // }
        }
      }
      .listSurveyOptions {
        display: flex;
        align-items: center;
        .btn {
          margin: 0 8px;
          &.remove-btn, &.add-btn {
            font-size: 14px;
            padding: 4px 8px;
            border: 1px solid #ccc;
            svg {
              color: red;
            }
          }
          // &:last-child {
          //   margin: 0;
          // }
        }
      }
      .QuestionWrapper {
        border-bottom: 1px solid #ccc;
        padding: 0 0 15px 0;
        margin-bottom: 30px;
        &:last-child {
          margin-bottom: 10px;
        }
      }
      .survey-ques {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
        .btn {
          margin: 0 8px;
          &.remove-btn {
            font-size: 14px;
            padding: 4px 8px;
            border: 1px solid #ccc;
            color: #da2128;
          }
          // &:last-child {
          //   margin: 0;
          // }
        }
      }
    }
  }
}
.MuiDialog-container {
  .MuiDialogContent-root {
    // padding: 25px 15px;
    padding: 16px;
    .modal-body {
      padding: 0;
      .postModal {
        .postInner {
          // padding: 1.25rem;
          .sharepostwrapper {
            background: $st-seventh-bg;
            padding: 10px;
          }
          .timelinePost {
            margin: 0 0 4px 0;
            .PostHeadWrap {
              padding: 0;
              align-items: flex-start;
              .userImg {
                width: 50px;
                margin: 0 8px 0 0;
                img {
                  width: 50px;
                }
              }
              .userInfo {
                .form-select {
                  width:20%;
                  padding: 3px 5px;
                  font-size:12px;
                  background-position: right 0.25rem center;
                }
              }
            }
          }
          .modelForm {
            padding: 0;
            .createpostbg {
              background: #D9D9D9;
              height: 140px;
              margin: 10px 0 20px 0;
            }
            .selectimage {
              a {
                font-size: $st-font16;
                color: $st-text-third;
                text-align: center;
              }
            }
            .file-input {
              position: relative;
              display: flex;
              // justify-content: center;
              margin-bottom: 30px;
    
              .plus-icon {
                width: 48px;
                height: 48px;
                line-height: 48px;
                display: block;
                background: #679227;
                position: absolute;
                left: 0;
                top: 0;
                text-align: center;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
                color: #fff;
              }
    
              .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: #fff;
                text-align: center;
                position: relative;
                left: 48px;
              }
    
              input[type="file"] {
                position: absolute;
                z-index: -1;
                top: 10px;
                left: 8px;
                font-size: 18px;
                color: #b8b8b8;
              }
            }
            .profileimage {
              width: 100%;
              padding: 8px;
              position: relative;
              .cropimage {
                img {
                  width: 100%;
                  height: auto;
                  border-radius: 8px;
                }
              }
              .close-icon {
                position: absolute;
                right: 0;
                top: 0;
                .btn-primary {
                  background: #dddedf;
                  border: none;
                  border-radius: 8px;
                  svg {
                    font-size: 28px;
                  }
                }
              }
            }
            // .form-select {
            //   width:80%;
            //   float: right;
            // }
          }
    
          .createposticon {
            .user-info {
              margin: 0;
              padding: 0;
              display: flex;
              @media #{$small} {
                margin: 34px 0 0 0px;
                display: flex;
              }
              li {
                font-size: 0.875rem;
                font-weight: 500;
                margin: 0 58px 10px 0;
                color: $st-text-primary;
    
                a {
                  color: $st-text-secondary;
                  font-size: 0.75rem;
    
                  svg {
                    margin-right: -28px;
                    color: $st-text-tenth;
                    font-size: $st-font16 ;
    
                  }
                  &.active {
                    svg {
                      color: $st-text-fifth;
                    }
                  }
    
                  &.disabled {
                    svg {
                      color: $st-text-secondary;
                    }
                  }
                }
              }
    
              img {
                float: left;
                margin-right: 5px;
    
                @media #{$small} {
                  width: 19px;
                  height: 15px;
    
                }
    
              }
    
            }
          }
        }
        label {
          color: $st-text-primary;
          font-size: $st-font14;
          font-weight: 500;
          display: block;
        }
        p {
          font-size: $st-font14;
          color: $st-text-secondary;
        }
        .form-check {
          float: left;
          margin: 0 10px 0 0;
        }
      }
    }
  }
}