.my_wev_url,
.team_wev_url {
  padding-bottom: 15px;
}

.wev-custom-style .my_wev::before {
  content: "";
  border-bottom: 0.5px solid #9f9f9f;
  position: absolute;
  bottom: 0;
  width: 100% !important;
  z-index: -1;
}


/* new sidebar */
.aside-bar {
  background-color: #ffffff;
  width: 100px;
  height: 100vh;
  position: sticky;
  top: 60px;
}

.strech-line {
  display: flex;
  flex-direction: column;
  padding: 40px 15px;
}

.aside-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #ff7720;
  padding-top: 8px;
}

.aside-inside-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.aside-inside-icon img {
  width: 32px;
  height: 32px;
}

.aside-inside-icon.active .white-image,
.aside-inside-icon .orange-image,
.aside-inside-icon .aside-text {
  display: none;
}

.aside-inside-icon .white-image,
.aside-inside-icon.active .orange-image,
.aside-inside-icon.active .aside-text {
  display: block;
}

.body-main-section-header-body {
  display: flex !important;
}

.header-custom-style.kt-header {
  margin-bottom: 0;
}

#kt_body {
  width: calc(100% - 100px) !important;
}

#kt_content {
  padding-top: 35px !important;
}

.kt-header .kt-header__top .kt-container {
  padding: 0;
  margin: 0 15px;
  width: 100%;
}

.invitaion-first-step-email {
  height: 100vh;
}

.invitaion-first-step-email .wev-login-page {
  display: block !important;
}

@media (max-width: 1024px) {
  .kt-header-menu-wrapper--on .kt-header-menu-wrapper {
    position: unset;
    width: 100px !important;
    box-shadow: none;
  }

  #kt_body {
    width: 100% !important;
  }

  .kt-header-menu-wrapper--on #kt_body {
    width: calc(100% - 100px) !important;
  }

  .kt-header-menu-wrapper-overlay {
    background: unset !important;
  }
}


@media (min-width: 1025px) {
  .aside-bar {
      background-color: #ffffff;
      width: 100px !important;
      height: 100vh;
      position: fixed;
      top: 60px;
      justify-content: center;
  }

  .footage-detail-section .footage-main-head {
    margin-top: 100px !important;
  }

  #kt_content {
      position: relative;
      top: 75px;
      left: 100px;
      padding: 37px 0;
  }
}
