.eventwrapper {
    padding: 10px 0 0 0;
 
    .yourevent {
      background: $st-eighth-bg;
      border-radius: 8px;
      padding: 0.625rem;
      margin: 10px 0 10px 0;
 
      .eventcal {
        float: left;
 
        svg {
          color: #DC7D5F;
          font-size: 28px;
          margin: 0 10px 0 0px;
        }
 
        span {
          font-size: $st-font20;
          color: $st-text-primary;
          font-weight: 600;
 
          @media #{$small} {
            font-size: 16px;
          }
        }
 
        p {
          font-size: 0.875rem;
          color: $st-text-secondary;
          margin-left: 38px;
          margin-bottom: 8px;
 
          @media #{$small} {
            display: none;
          }
 
        }
 
        @media #{$small} {
          padding: 18px;
          margin: -10px 0 0 -10px;
        }
 
      }
 
      .createevent {
        float: right;
        position: relative;
        top: 14px;
 
        .popupbtn {
          background: $st-primary-bg;
          border: 1px solid $st-primary-bg;
          width: 28px;
          line-height: 24px;
          height: 28px;
          border-radius: 6px;
          text-align: center;
 
          svg {
            float: none;
            margin: 0;
            font-size: $st-font18;
            color: $st-eighth-bg;
          }
        }
      }
    }
 
    .eventInnerWrap {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      margin-top: 25px;
 
      .eventnew {
        background: $st-eighth-bg;
        margin-bottom: 1.25rem;
        border-radius: 8px;
        box-shadow: 0 3px 10px 0 rgba(189, 207, 212, 0.5);
 
        .eventbg {
          // background: $st-primary-bg;
          // padding:0.625rem ;
          // border-radius: 8px 8px 0 0;
          // height: 152px;
          background-color: #fff;
          border-radius: 0 0 8px 8px;
          width: 100%;
          height: 100%;
          position: relative;
          img {
            width: 100%;
            height: 180px;
            border-radius: 8px 8px 0 0;
          }
          .eventStatus {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 8px 10px;
            border-top-right-radius: 8px;
            color: #ffffff;
            opacity: 0.95;
            &.Upcoming {
              background: $st-primary-bg;
            }
            &.Expired {
              background: $st-fourth-bg;
            }
            &.Cancelled {
              background: red;
            }
            &.Running {
              background: $st-fifth-bg;
            }
          }
          .eventDateTime {
            position: absolute;
            top: 0;
            right: 0;
            background: $st-fifth-bg;
            padding: 8px 10px;
            border-top-right-radius: 8px;
            color: $st-eighth-bg;
            opacity: 0.95;
            p {
              font-size: 14px;
            }
          }
        }
 
        .eventdetails {
          padding: 20px;
          p {
            font-size: $st-font14;
            color: $st-text-secondary;
           //  margin: 0 0 0 0px;
           margin: 8px 0 0 0;
           display: flex;
           align-items: center;
           svg {
             font-size: $st-font16;
             margin-right: 5px;
           }
            @media #{$small} {
              font-size: 14px;
            }
 
          }
          a {
            color: $st-text-third ;
          }
          h5 {
            font-size: 1.2rem;
            color: $st-heading-primary;
            font-weight: 500;
            padding: 5px 0 5px 0;
            word-wrap: break-word;
            overflow: hidden;
            // min-height: 75px;
 
            @media #{$small} {
              font-size: 24px;
            }
          }
          .righticon {
            float: right;
            color: $st-text-tenth ;
            font-size: $st-font14;
           //  margin-right: -16px;
           margin-right: -20px;
            .menuicon {
              font-size: $st-font16;
              color: $st-text-third;
              font-weight: 600;
 
              svg {
                margin-top: -8px;
                color: $st-text-tenth;
                font-size: $st-font16 ;
              }
 
              button {
                background: none;
                border: 0;
                color: $st-text-secondary;
                font-size: 00.75rem
              }
 
            }
          }
          .section-text {
            display: -webkit-box;
            max-width: 100%;                                    
            line-clamp: 3;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            min-height: 65px;
          }
          .eventFooter {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 20px;
          }
        }
      }
 
      .no-event {
        text-align: center;
        font-size: $st-font20;
        font-weight: normal;
        img{
         width: 50%;
         height: auto;
        }
      }
    }
  }
 
  .popupheader {
    background: $st-eighth-bg !important;
    border-bottom: $st-border-primary;
    border-radius: 12px 12px 0 0;
 
    h5 {
      padding: 0;
 
      svg {
        float: left;
        font-size: 1.5rem;
        margin: 0px 10px 0 0;
        height: 50px;
        width: 50px;
        padding: 0px 12px 12px 12px;
        color: $st-text-third;
      }
 
      h2 {
        font-size: 1.25rem;
        color: $st-heading-primary;
        font-weight: 600;
        margin: 0;
        padding: 0 0 2px 0;
        font-size: $st-font20;
      }
 
      p {
        font-size: 0.75rem;
        color: $st-text-secondary;
        font-weight: 400;
        margin: 0;
        padding: 0 0 2px 0;
      }
 
      button {
        float: right;
        position: absolute;
        top: 20px !important;
        right: 20px !important;
        border: 1px solid $st-border-primary;
        border-radius: 8px;
        padding: 0;
 
        svg {
          margin: 0;
          font-size: 1.25rem;
          color: $st-text-eigth !important;
          padding: 10px;
          width: 40px;
          height: 40px;
        }
 
        &:hover {
          color: $st-text-third !important;
          border: 1px solid $st-border-secondary;
          background: none;
        }
      }
    }
 
    &.personal-info {
      svg {
        color: $st-text-fourth;
      }
    }
 
    &.education {
      svg {
        color: $st-text-fifth;
      }
    }
 
    &.work-experience {
      svg {
        color: $st-text-sixth;
      }
    }
 
    &.achivement {
      svg {
        color: $st-text-seventh;
      }
    }
  }
 
  .MuiDialog-container {
    .MuiDialogContent-root {
      padding: 0;
 
      .modal-body {
        padding: 0;
 
        .modeladdevent {
          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;
          }
 
          .modeladdeventbg {
            width: 100%;
            position: relative;
 
            .eventbgoverlay {
              background: #ccc;
              position: absolute;
              z-index: 1;
              width: 100%;
              height: 100%;
              opacity: 0.7;
            }
 
            .selectImage {
             position: absolute;
             right: 10px;
             top: 10px;
             z-index: 2;
             width: 180px;
               .file-input {
                 position: relative;
                 .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;
                   @media #{$small} {
                     width: 36px;
                     height: 37px;
                     line-height: 37px;
                   }
                 }
       
                 .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;
                   @media #{$small} {
                     padding: 8px;
                     left: 36px;
                     font-size: 14px;
                   }
                 }
       
                 input[type="file"] {
                   // position: absolute;
                   // z-index: -1;
                   // top: 10px;
                   // left: 8px;
                   font-size: 18px;
                   color: #b8b8b8;
                   visibility: hidden;
                   width: 95%;
                   @media #{$small} {
                     font-size:14px;
                   }
                 }
               }
               @media #{$small} {
                 width: 140px;
               }
            }
 
            .close-icon {
              position: absolute;
              right: 10px;
              top: -5px;
              z-index: 2;
 
              a {
                background: rgba(28, 27, 27, 0.4);
                border: 1px solid #FFFFFF;
                color: #fff;
                padding: 10px 15px;
                border-radius: 8px;
                float: right;
                margin: 30px 0 0 0;
 
                svg {
                  margin: -4px 2px 0 0;
                }
              }
            }
 
            img {
              width: 100%;
              height: auto;
            }
          }
 
          .inperson {
            float: right;
          }
 
          .addeventdetail {
            padding: 1.25rem;
          }
 
        }
      }
    }
  }
 
  //  event details//