.spel-video-playlist {

  &.video-playlist-1 {

      .video_list {
        .video_list_inner {
          .list {
            .videos_meta {
              i {
                padding-right: 4px;
              }
            }
          }
        }
      }
  }
}

.ycp {
  .belah {
    .luhur {
      span.about {
        display: none;
      }

      height: 74px;

      span.tombol {
        font-size: 14px;

        &.vid-next {
          float: right;
          margin-right: 0;
        }
      }
    }
  }
}

.video_list_area {
  &.bg_gradient {
    background: linear-gradient(180deg, #ffffff 0%, #f0f3f7 100%);

    .accordion {
      .card {
        box-shadow: 0 0.3px 0.9px rgba(29, 56, 70, 0.1),
          0 1.6px 3.6px rgba(29, 56, 70, 0.13);
      }
    }
  }
  .art-video-player {
    .art-bottom {
      overflow: visible;

      .art-progress {
        .art-control-progress {
          .art-control-progress-inner {
            .art-progress-highlight {
              span {
                background: transparent !important;
              }
            }
          }
        }
      }
    }

    .art-state {
      width: 80px;
      height: 80px;

      i {
        font-size: 28px;
      }
    }

    .art-mask-show {
      &.add_icon {
        .art-danmuku:before {
          content: "";
          background: rgba(54, 56, 149, 0.5);
          border-radius: 5px 5px 0 0;
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          z-index: 11;
        }
      }
    }
  }

  &.theatermode {
    overflow: hidden;
    .row > * {
      flex: 0 0 100%;
      max-width: 100%;
      transition: all 0.3s linear 0s;
    }
    .video_list {
      width: 100%;
      margin-top: 100px;

      .video_list_inner {
        .card {
          .card-body {
            .nav {
              li {
                width: 100%;
                display: block;
              }
            }
          }
        }
      }
    }
  }
}

.art-auto-size {
  height: 530px !important;
  align-items: flex-start !important;
}

.art-video-player.art-subtitle-show.art-layer-show.art-control-show.art-mask-show.art-fullscreen:hover {
  .art-bottom {
    bottom: -0 !important;
  }
}

.art-video-player.art-fullscreen-web {
  height: 100% !important;
  position: relative !important;
  z-index: 10 !important;
}

.art-video-player {
  width: 100% !important;
}

.mCSB_scrollTools {
  width: 8px;
  background: #fff;
  border-radius: 4px;

  .mCSB_dragger {
    .mCSB_dragger_bar {
      width: 8px;
      background: #b8c3cc;
    }
  }

  .mCSB_draggerRail {
    width: 8px;
    background: #fff;
  }
}

.video_list {
  & .play_list_title {
    color: #1d2746;
    margin-bottom: 32px;
  }

  & .mCustomScrollBox {
    padding-right: 20px;
  }

  & .mCSB_scrollTools {
    width: 8px;
    background: #fff;
    border-radius: 4px;
  }

  & .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    background: #b8c3cc;
  }

  & .mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background: #fff;
  }

  .video_list_inner {
    max-height: 472px;
    padding-right: 0;

    .accordion {
      display: grid;
      row-gap: 12px;

      .accordion-panel {
        border: none;
        border-radius: 0 5px 5px 5px !important;
        overflow: hidden;
        margin-bottom: 0;
        .spe-accordion {
          border: none;
          border-radius: 0 !important;
          background-color: transparent;
          margin-bottom: 0;

          &:last-child {
            margin-bottom: 0;
          }
          .card-header {
            border: none !important;
            background: transparent;
            padding: 0;

            & .list_title {
              font-weight: 700;
              font-family: "Roboto", sans-serif;
            }

            button {
              padding: 16px 30px 16px 30px;
              font-size: 18px;
              color: var(--black_800);
              font-weight: 500;
              text-decoration: none;
              margin-bottom: 0;
              border: none;
              outline: none;
              text-transform: inherit;
              display: flex;
              align-items: center;
              background: #ffffff00;

              & .list_count {
                color: #7f8493;
                font-size: 14px;
                font-weight: 400;
                position: relative;
                margin-left: 11px;
                background: transparent;
                height: 22px;
                display: flex;
                align-items: center;
                line-height: 1.2;
                padding: 3px 7px 5px 7px;
                transition: all 0.3s;
                min-width: 20px;
                border-radius: 2em;
              }
              //#minus {
              //  display: none;
              //}
              & .plus-minus {
                margin-left: auto;
                right: 20px;
                position: absolute;

                svg {
                  line-height: 26px;
                  color: #425466;
                }

                //#plus {
                //  display: block;
                //}
              }
            }
          }
        }
      }
    }
  }
}

.video_list .video_list_inner .accordion .accordion-panel .spe-accordion .card-header button #plus {
  display: block;
}
.video_list .video_list_inner .accordion .spe-collapsed .spe-accordion .card-header button #plus {
  display: none;
}
.video_list .video_list_inner .accordion .spe-collapsed .spe-accordion .card-header button #minus {
  display: block !important;
}
.video_list .video_list_inner .accordion .accordion-panel .spe-accordion .card-header button #minus {
  display: none;
}

.video_list {
  .video_list_inner {
    .card {
      .card-body {
        padding: 8px 35px 25px 35px;

        .nav {
          border: none;

          li {
            margin-bottom: 20px;

            a {
              padding: 0;
              border: none;
              text-decoration: none;
              .media {
                .ezd-d-flex {
                  padding-right: 20px;

                  .video_tab_img {
                    border-radius: 5px;
                    position: relative;
                    overflow: hidden;

                    img {
                      height: 100%;
                    }

                    &:before {
                      content: "";
                      background: rgba(29, 39, 70, 0.55);
                      position: absolute;
                      left: 0;
                      top: 0;
                      width: 100%;
                      height: 100%;
                      opacity: 0;
                      transition: all 300ms linear 0s;
                    }

                    &:after {
                      content: "\f215";
                      left: 0;
                      top: 50%;
                      transform: translateY(-50%);
                      width: 100%;
                      text-align: center;
                      position: absolute;
                      color: #fff;
                      opacity: 0;
                      transition: all 300ms linear 0s;
                    }
                  }
                }

                .media-body {
                  h4 {
                    color: #1d2746;
                    font-size: 14px;
                    font-weight: 500;
                    margin-bottom: 3px;
                    transition: all 300ms linear 0s;
                    margin-top: 0;
                  }

                  .list {
                    line-height: 1;
                    div {
                      display: inline-block;
                      color: #7f8493;
                      font-weight: 400;
                      font-size: 12px;
                      margin-right: 20px;
                      &:last-child {
                        margin-right: 0;
                      }
                    }
                    .dot {
                      position: relative;
                      &::before {
                        content: "";
                        width: 3px;
                        height: 3px;
                        background: #7f8493;
                        border-radius: 50%;
                        position: absolute;
                        left: -12px;
                        top: 62%;
                        transform: translateY(-62%);
                      }
                    }
                  }
                }
              }

              &:hover,
              &.active {
                .media {
                  &.d-flex {
                    .video_tab_img {
                      &:before,
                      &:after {
                        opacity: 1;
                      }
                    }

                    .media-body {
                      h4 {
                        color: var( --e-global-color-accent );
                      }
                    }
                  }
                }
              }
            }
            &:hover {
              .media {
                &.d-flex {
                  .media-body {
                    h4 {
                      text-decoration-color: var( --e-global-color-accent );
                      text-decoration: underline;
                      text-underline-offset: 4px;
                    }
                  }
                }
              }
            }

            &:last-child {
              margin-bottom: 0;
            }
          }
        }
      }
    }
  }
}

.art-video-player.art-layer-show .art-layers {
  display: none !important;
}

.art-control.art-control-control13.art-control-onlyText {
  display: none;
}

/* End Video Area css
============================================================================================ */

/* Video Slider Area css
============================================================================================ */
.gallery-thumbs {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;

  .item {
    padding-left: 10px;
    padding-right: 10px;

    img {
      max-width: 100%;
    }

    .caption_text {
      padding-left: 15px;
      padding-right: 15px;

      svg {
        width: 23px;
        height: 23px;
      }

      h4 {
        font-size: 12px;
        margin-top: 8px;
      }
    }
  }
}

.next svg,
.prev svg {
  width: 10px;
}

.prev {
  left: 8px;
}

.next {
  right: 8px;
}

.video_slider_area {
  .gallery_inner_thumb {
    position: relative;
    border-radius: 5px;
    overflow: hidden;

    &:before {
      content: "";
      height: 100%;
      width: 100%;
      background: linear-gradient(
        180deg,
        rgba(44, 44, 81, 0) 0%,
        rgba(44, 44, 81, 0.9) 73.67%
      );
      position: absolute;
      left: 0;
      bottom: 0;
      border-radius: 5px;
      top: 7px;
    }
  }

  .gallery-top {
    .art-video-player {
      &.art-auto-size {
        height: 410px !important;

        &:hover {
          .art-bottom {
            transform: translateY(0);
          }
        }
      }

      & {
        border-radius: 10px;
        overflow: hidden;

        .art-bottom {
          bottom: 0;
          background: rgba(235, 245, 250, 0.1);
          border-radius: 0 0 5px 5px;
          transform: translateY(48px);
          overflow: visible !important;

          .art-controls {
            .art-control {
              color: #fff;

              &.art-control-subtitle[aria-label="Hide subtitle"] svg {
                fill: rgba(235, 245, 250, 0.5);
              }

              &.art-control-subtitle[aria-label="Show subtitle"] svg {
                fill: #fff;
              }

              &.art-control-setting[aria-label="Hide subtitle"] svg {
                fill: #fff;
              }

              &.art-control-setting[aria-label="Show subtitle"] svg {
                fill: rgba(235, 245, 250, 0.5);
              }

              &.art-control-control13.art-control-onlyText {
                display: none;
              }

              .art-icon {
                svg {
                  fill: rgba(235, 245, 250, 0.5);

                  &:hover {
                    fill: #fff !important;
                  }
                }
              }
            }

            .art-control-volume {
              .art-volume-panel {
                .art-volume-slider-handle {
                  background: #fff;

                  &:after {
                    background: rgba(235, 245, 250, 0.5);
                  }

                  &:before,
                  &:after {
                    background: #fff;
                  }
                }
              }
            }
          }

          .art-progress {
            background: rgba(235, 245, 250, 0.1);

            .art-control-progress {
              height: 2px;
              transition: all 300ms linear 0s;

              &:hover {
                height: 4px;
                margin-top: -2px;
              }
            }
          }
        }
      }
    }
  }

  &.theatermode {
    .gallery-top {
      .artplayer-app,
      .art-video-player {
        height: 717px !important;
      }

      .slide_text {
        margin-top: 30px;
        padding-left: 0;
        padding-bottom: 4px;

        p {
          max-width: 100%;
        }
      }
    }
  }
}

.slide_text {
  padding-left: 8px;
  transition: all 300ms linear 0s;

  a {
    text-decoration: none !important;

    .video_title {
      font-size: 26px;
      font-weight: 500;
      margin: 0;
    }
  }
  p {
    font-size: 16px;
    color: #54595d;
    max-width: 420px;
    margin: 25px 0 12px;
    transition: all 300ms linear 0s;
  }

  .video_user {
    a {
      color: #425466;
      font-size: 14px;
      margin-right: 15px;
      display: inline-block;
    }

    img {
      width: auto;
      max-width: 100%;
      display: inline-block;
      position: relative;
      top: -1px;
    }
  }
}

.gallery_main_area {
  position: relative;

  .prev,
  .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 1px solid #dfe1e5;
    z-index: 0;
    color: #848d95;
    background-color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;

    &:hover svg path {
      fill: var( --e-global-color-accent );
    }

    &.slick-disabled {
      display: none !important;
    }

    &.prev {
      left: -20px;
    }

    &.next {
      right: -20px;
    }

    &:hover,
    &.slick-current {
      color: #3c4146;
    }
  }

  .gallery-thumbs {
    margin-top: 45px;

    .slick-track {
      margin: 0 -15px;
    }

    .item {
      padding: 0 15px;
      position: relative;
      cursor: pointer;

      > img {
        width: 100%;
      }

      .caption_text {
        .play-icon {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%) translateX(-50%);
          text-align: center;
          left: 50%;
          display: none;

          i {
            font-size: 18px;
          }
        }

        img {
          margin: auto !important;
        }

        .thumbnail_title {
          color: #fff;
          font-size: 14px;
          font-weight: 400;
          margin-bottom: 0;
          text-align: center;
          position: absolute;
          bottom: 15px;
          transform: translateX(-50%);
          left: 50%;
          width: 95%;
        }

        svg {
          opacity: 0;
        }
      }

      &:hover .caption_text svg {
        opacity: 1;
      }

      &.slick-current .caption_text svg {
        opacity: 1;
      }

      &.slick-current .caption_text .play-icon {
        display: flex;
      }
    }

    .slick-prev,
    .slick-next {
      z-index: 5;

      &::before {
        content: "";
        font-size: 60px;
        color: #425466;
        opacity: 1;
        background-image: url(../img/svg/arrow_left.svg);
      }
    }

    .slick-prev {
      left: 0;
    }

    .slick-next {
      right: 0;
    }
  }
}

.social_option {
  margin-top: 32px;
}

.social_option .count_div.active i {
  color: var( --e-global-color-accent );
}

.social_option .count_div {
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  margin-right: 15px;
  color: #425466;
}

.social_option .count_div a,
.social_option .count_div i {
  color: #425466;
  margin-right: 2px;
}

.social_option .share_gropu {
  position: relative;
  display: inline-block;
  width: 160px;
  transition: all 300ms linear 0s;
}

.social_option .share_gropu .nav {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 300ms linear 0s;
  transform: perspective(1px) translateZ(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transform: scaleX(0);
}

.social_option .share_gropu.active {
  width: 150px;
}

.social_option .share_gropu.active .nav {
  transform: scaleX(1);
}

.social_option .nav {
  background: rgba(76, 76, 241, 0.2);
  border-radius: 20px;
  box-shadow: 0 0.3px 0.9px rgba(29, 56, 70, 0.1),
    0 1.6px 3.6px rgba(29, 56, 70, 0.13);
  padding-right: 12px;
}

.social_option .nav li {
  display: inline-block;
  margin-right: 10px;
}

.social_option .nav li i {
  color: #3c4146;
}

.social_option .nav li:first-child a {
  background: #fafcfc;
  box-shadow: 0 0 3.6px rgba(29, 56, 70, 0.1);
  border-radius: 20px;
  height: 42px;
  width: 42px;
  text-align: center;
}

.social_option .nav li a {
  color: #373b46;
  display: inline-block;
  line-height: 42px;
}

.social_option .nav li a i {
  position: relative;
  top: 2px;
}

.social_option .nav li:hover a {
  color: var( --e-global-color-accent );
}

.status_area {
  margin-top: 125px;

  .status_inner {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(12, 0, 46, 0.1);
    border-radius: 5px;
    padding: 25px 50px;

    .media {
      align-self: center;
      align-items: center;

      .d-flex {
        margin-right: 86px;
      }

      .media-body {
        align-self: center;

        h4 {
          font-size: 30px;
          font-weight: 700;
          margin-bottom: 0;
        }
      }

      .media-right {
        .main_btn {
          background: var( --e-global-color-accent );
          color: #fff;
          line-height: 60px;
          padding: 0 37px;
          font-size: 20px;
          font-weight: 700;

          &:hover {
            color: #fff;
            background: var( --e-global-color-accent );
          }
        }
      }
    }
  }
}

.art-state,
.play-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.art-state i,
.play-icon i {
  text-shadow: 0 6px 12px rgba(76, 76, 241, 0.5);
  color: var( --e-global-color-accent );
}

.video_popup_slider {
  padding: 120px 0;
  background: #ffffff;

  .container {
    position: relative;
  }

  .prev1,
  .next1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    background: #54595d;
    opacity: 0.5;
    border-radius: 50%;
    transition: all 300ms linear 0s;
    cursor: pointer;
    text-align: center;

    i {
      color: #fff;
      font-size: 30px;
      position: relative;
      top: 10px;
    }

    &:hover {
      opacity: 1;
    }

    &.slick-disabled {
      opacity: 0;
      visibility: hidden;
    }
  }

  .prev1 {
    left: 25px;
  }

  .next1 {
    right: 25px;
  }

  .popup_slick {
    margin-left: -15px;
    margin-right: -15px;

    .item {
      padding-left: 15px;
      padding-right: 15px;
      border-radius: 5px;
      overflow: hidden;
      text-align: center;
      cursor: pointer;

      img {
        max-width: 100%;
      }

      &:hover {
        .item_modal_box {
          .text svg {
            opacity: 1;
            transform: scale(1);
          }
        }
      }

      .item_modal_box {
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        height: 320px;

        video::-moz-range-track {
          display: none !important;
        }

        video::-moz-range-thumb {
          display: none !important;
        }

        &:before {
          content: "";
          position: absolute;
          left: 0;
          width: 100%;
          bottom: 0;
          height: 145px;
          background: linear-gradient(
            180deg,
            rgba(29, 56, 70, 0) 0%,
            rgba(29, 56, 70, 0.8) 100%
          );
        }

        video {
          height: 320px;
          width: 100%;
          z-index: 3;
        }

        .text {
          bottom: 0;
          left: 0;
          width: 100%;
          text-align: center;
          z-index: 2;
          padding: 0 15px;

          svg,
          img {
            position: absolute;
            left: 50%;
            top: 39%;
            margin-left: -20px;
            margin-top: -20px;
            opacity: 0;
            transform: scale(0.8);
            transition: all 300ms linear 0s;
          }

          h4 {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 17px;
            position: absolute;
            width: 100%;
            bottom: 0;
            text-align: center;
            padding: 0 15px;
            left: 0;
          }

          img:hover {
            transform: scale(1);
            opacity: 1;
          }
        }
      }
    }
  }
}

.modal_slider_css {
  .modal-dialog {
    max-width: 100%;
    margin: 0;

    .modal-content {
      background: #4b5155;
      min-height: 100vh;

      .modal-header {
        border: none;
        padding: 0;
        padding-top: 25px;
        width: 100%;
        height: 76px;
        position: relative;

        .button_social {
          position: absolute;
          right: 0;
        }

        .close {
          height: 50px;
          width: 50px;
          background: #41484d;
          text-align: center;
          border-radius: 50%;
          font-size: 20px;
          color: #fff;
          opacity: 1;
          margin: 0;
          margin-right: 25px;
          float: none;
          display: inline-block;
          transition: all 300ms linear 0s;

          i {
            position: relative;
            left: -1px;
            top: -1px;
          }

          &:hover {
            background: var( --e-global-color-accent );
          }
        }

        .share_icon {
          height: 50px;
          width: 50px;
          background: #41484d;
          text-align: center;
          border-radius: 50%;
          font-size: 20px;
          display: inline-block;
          color: #fff;
          opacity: 1;
          margin: 0;
          margin-right: 27px;
          padding: 1rem 1rem;
          cursor: pointer;
          transition: all 300ms linear 0s;

          i {
            position: relative;
            left: -1px;
            top: -1px;
          }

          &:hover {
            background: var( --e-global-color-accent );
          }
        }

        .modal_social {
          position: absolute;
          right: 106px;
          top: 0;
          background: #393d40;
          width: 171px;
          border-radius: 25px;
          justify-content: flex-end;
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          transform-origin: 100% 50%;
          transition-property: transform;
          transform: scaleX(0);
          transition: all 300ms linear 0s;

          li {
            a {
              display: inline-block;
              margin-right: 15px;
              color: rgba(255, 255, 255, 0.5);
              transition: all 300ms linear 0s;
              line-height: 50px;
              font-size: 18px;

              i {
                position: relative;
                top: 2px;
              }

              &:hover {
                color: #fff;
              }
            }

            &:last-child {
              a {
                height: 50px;
                width: 50px;
                border-radius: 50%;
                text-align: center;
                background: #41484d;
                box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04),
                  0 4px 8px rgba(0, 0, 0, 0.2);
                font-size: 22px;
                line-height: 56px;
                margin-right: 0;
              }
            }
          }
        }

        .modal_social.active {
          transform: scaleX(1);
        }
      }

      .modal-body {
        padding-left: 0;
        padding-right: 0;

        #modal_slider {
          padding-left: 0;
        }

        .posting {
          position: relative;
          max-width: 1350px;
          margin: auto;

          .video_item {
            transform: scale(0.8);
            margin: 0 20px;
            transition: all 300ms linear 0s;
            border-radius: 10px;
            overflow: hidden;
            position: relative;

            h4 {
              position: absolute;
              left: 0;
              bottom: 10px;
              width: 100%;
              text-align: center;
              color: #fff;
              font-size: 20px;
              font-weight: 400;
              opacity: 0;
              visibility: hidden;
              z-index: 3;
            }

            .video-js {
              max-width: 100%;
              height: 669px;
              border-radius: 5px;
              overflow: hidden;

              .vjs-poster {
                background-size: cover;
              }

              .vjs-progress-control.vjs-control {
                margin: 0;
                margin-right: -40px;
              }

              .vjs-time-tooltip {
                display: none;
              }

              .vjs-progress-control {
                .vjs-play-progress {
                  &:before {
                    display: none;
                  }

                  background-color: #fff;
                  height: 5px;
                }

                .vjs-load-progress {
                  background-color: #9da2a6;
                  height: 5px;
                }

                .vjs-slider {
                  &:before {
                    height: 5px;
                    background: #9da2a6;
                  }
                }
              }

              .vjs-big-play-button {
                background: url(../img/play-button.png) no-repeat;
                border: none;
                display: none;
              }

              .vjs-control-bar {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                background-color: transparent;
                height: 5px;

                .vjs-button {
                  display: none;
                }

                .vjs-current-time {
                  display: none;
                }

                .vjs-duration {
                  display: none;
                }
              }
            }

            video {
              border-radius: 5px;
              overflow: hidden;
            }

            img {
              max-width: 100%;
            }
          }

          li {
            .video_item {
              position: relative;
              filter: blur(5px);
              transition: all 300ms linear 0s;

              &:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
                background: rgba(107, 112, 127, 0.5);
                opacity: 0;
                transition: all 300ms linear 0s;
              }

              &:hover {
                filter: blur(0);

                &:before {
                  opacity: 1;
                }
              }
            }
          }

          li.slick-current {
            .video_item {
              transform: scale(1);
              filter: blur(0);
              border-radius: 0 0 5px 5px;

              &:before {
                display: none;
              }

              &:after {
                content: "";
                background: linear-gradient(
                  180deg,
                  rgba(29, 56, 70, 0) 0%,
                  rgba(29, 56, 70, 0.8) 100%
                );
                position: absolute;
                left: 0;
                bottom: 0;
                height: 285px;
                width: 100%;
              }

              h4 {
                visibility: visible;
                opacity: 1;
              }

              .vjs-big-play-button {
                display: block;
              }

              .vjs-playing {
                .vjs-big-play-button {
                  display: none;
                }
              }

              .vjs-has-started {
                .vjs-big-play-button {
                  display: none;
                }
              }

              .vjs-ended {
                .vjs-big-play-button {
                  display: block;
                }
              }

              .vjs-paused {
                .vjs-big-play-button {
                  display: block;
                }
              }
            }
          }

          li.slick-current + .slick-active {
            .video_item {
              filter: blur(5px);
              transition: all 300ms linear 0s;

              &:hover {
                filter: blur(0);

                &:before {
                  opacity: 1;
                }
              }
            }
          }
        }

        .quesiton_slider {
          position: relative;
        }

        .prev_modal {
          position: absolute;
          top: 50%;
          height: 50px;
          width: 50px;
          background: rgba(166, 174, 179, 0.5);
          border-radius: 50%;
          transition: all 300ms linear 0s;
          color: #c0c3cc;
          text-align: center;
          line-height: 60px;
          cursor: pointer;
          transform: translateY(-50%);
          z-index: 5;
          left: 60px;

          &:hover {
            background: var( --e-global-color-accent );
          }

          i {
            font-size: 20px;
          }
        }

        .next_modal {
          position: absolute;
          top: 50%;
          height: 50px;
          width: 50px;
          background: rgba(166, 174, 179, 0.5);
          border-radius: 50%;
          transition: all 300ms linear 0s;
          color: #c0c3cc;
          text-align: center;
          line-height: 60px;
          cursor: pointer;
          transform: translateY(-50%);
          z-index: 5;
          right: 60px;

          &:hover {
            background: var( --e-global-color-accent );
          }

          i {
            font-size: 20px;
          }
        }

        .prev_modal.slick-disabled {
          opacity: 0;
          visibility: hidden;
        }

        .next_modal.slick-disabled {
          opacity: 0;
          visibility: hidden;
        }

        h3 {
          color: #fff;
          font-size: 20px;
          font-weight: 400;
          margin-left: 50px;
          margin-bottom: 18px;
          margin-top: 50px;
        }

        .main_div_carousel {
          position: relative;

          .prev_car {
            position: absolute;
            top: 50%;
            height: 50px;
            width: 50px;
            background: rgba(34, 37, 38, 0.9);
            border-radius: 50%;
            transition: all 300ms linear 0s;
            color: #c0c3cc;
            text-align: center;
            line-height: 60px;
            cursor: pointer;
            transform: translateY(-50%);
            opacity: 0;
            left: 60px;

            i {
              font-size: 20px;
            }

            &:hover {
              background: #000;
            }
          }

          .next_car {
            position: absolute;
            top: 50%;
            height: 50px;
            width: 50px;
            background: rgba(34, 37, 38, 0.9);
            border-radius: 50%;
            transition: all 300ms linear 0s;
            color: #c0c3cc;
            text-align: center;
            line-height: 60px;
            cursor: pointer;
            transform: translateY(-50%);
            opacity: 0;
            right: 60px;

            i {
              font-size: 20px;
            }

            &:hover {
              background: #000;
            }
          }

          .prev_car.slick-disabled {
            opacity: 0;
            visibility: hidden;
          }

          .next_car.slick-disabled {
            opacity: 0;
            visibility: hidden;
          }

          &:hover {
            .prev_car {
              opacity: 1;
            }

            .next_car {
              opacity: 1;
            }
          }

          .slick-current {
            .text_item {
              background: #393d40;

              h4 {
                color: #fff;
              }
            }
          }
        }

        #modal_carousel {
          margin-bottom: 0;

          li {
            padding-left: 10px;
            padding-right: 10px;
          }

          .slick-list {
            padding: 0 27% 0 0 !important;
          }
        }

        .text_item {
          background: #393d40;
          padding: 13px 24px;
          border-radius: 5px;

          h4 {
            color: #8a8e99;
            font-size: 18px;
            font-weight: 400;
            line-height: 27px;
            margin-bottom: 0;
          }
        }
      }
    }
  }
}

.video_slider_area {
  position: relative;

  #video_loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;

    #loader {
      border: 6px solid rgba(152, 149, 149, 0.614);
      border-top: 6px solid var( --e-global-color-accent );
      border-radius: 50%;
      width: 60px;
      height: 60px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -60px;
      margin-left: -60px;
      animation: spin 2s linear infinite;
    }
  }

  &.loaded {
    #video_loader {
      display: none;
    }
  }

  .video-js {
    min-height: 414px;
    border-radius: 5px;
    overflow: hidden;

    &:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(44, 44, 81, 0.6);
      border-radius: 5px;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .vjs-big-play-button {
      border: none;
    }

    .vjs-control-bar {
      transform: translateY(45px);

      .vjs-button {
        color: rgba(235, 245, 250, 0.5);
        transition: all 300ms linear 0s;

        &:hover {
          color: #fff;
        }
      }
    }

    .vjs-control.vjs-button.vjs-control-button.vjs-mode-control {
      span {
        border-color: rgba(235, 245, 250, 0.5);
        transition: all 300ms linear 0s;
      }

      &:hover {
        span {
          border-color: #fff;
        }
      }
    }

    &:hover {
      .vjs-control-bar {
        transform: translateY(0);
      }
    }
  }

  .video-js.vjs-has-started {
    &:before {
      opacity: 0;
      visibility: hidden;
    }
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* End Video Area css
============================================================================================ */
/* 3d video Slider Area css
============================================================================================ */
.flipvideo_area {
  .slider-wrapper.no-padding {
    .js-slider--main {
      padding-top: 7px;

      .swiper-slide-shadow-left {
        background-image: unset;
      }

      .swiper-slide-shadow-right {
        background-image: unset;
      }

      .swiper-slide.swiper-slide-prev {
        position: relative;

        &:before {
          content: "";
          background: rgba(0, 0, 0, 0.6);
          position: absolute;
          left: 0;
          top: 3px;
          width: 100%;
          height: 98%;
        }
      }

      .swiper-slide.swiper-slide-next {
        position: relative;

        &:before {
          content: "";
          background: rgba(0, 0, 0, 0.6);
          position: absolute;
          left: 0;
          top: 3px;
          width: 100%;
          height: 98%;
        }
      }
    }

    .swiper-container.js-slider--nav {
      padding-bottom: 0;

      .swiper-button-prev {
        left: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        opacity: 0;
        transition: all 300ms linear 0s;
        background: var( --e-global-color-accent );

        &:after {
          font-size: 16px;
        }
      }

      .swiper-button-next {
        right: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        opacity: 0;
        transition: all 300ms linear 0s;
        background: var( --e-global-color-accent );

        &:after {
          font-size: 16px;
        }
      }

      &:hover {
        .swiper-button-prev {
          opacity: 1;
        }

        .swiper-button-next {
          opacity: 1;
        }
      }
    }
  }
}

.swiper-pagination-bullet {
  border: 1px solid #1da1f2;
}

.swiper-pagination-bullet-active {
  background: #1da1f2;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex: 0 0 auto;
  flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container.one {
  padding-top: 40px;
  text-align: center;
}

.swiper-container.one .swiper-slide {
  padding: 0 43px;
}

.swiper-container {
  width: 100%;
  padding-bottom: 60px;
}

.swiper-slide img {
  display: block;
  margin: auto;
  max-width: 100%;
  box-shadow: none !important;
}

.js-slider--main .swiper-slide {
  width: 390px;
  height: auto;
  padding: 0 0;
}

.swiper-slide .slider-image .preview-icon {
  z-index: -1;
  width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ee0f6f;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  width: 26px;
  transition: 0.2s;
}

.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0)
    linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
  border: medium none;
  height: 12px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 12px;
}

.art-video-player .art-mask .art-state {
  width: 80px !important;
  height: 80px !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  top: 0 !important;
  margin: auto;
  overflow: hidden;
  transform: unset !important;
}

.art-video-player .art-mask .art-state i svg {
  fill: white;
  width: 100px;
  height: 100px;
  background: blue;
}

.accordion-panel .accordion-content.show #minus {
  display: inline-block;
}

.accordion-panel .accordion-header.active::before {
  content: "-";
}

.spe_accordion_inner:not(.spe-collapsed) #plus {
  display: none;
}

.accordion-panel .accordion-content {
  overflow: hidden;
}
.accordion-header {
  cursor: pointer;
}
.video_player {
  .tab-content {
    display: block;
  }
}
.art-undercover {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  z-index: 10;
}

@media (max-width: 576px) {
  .video_list_area .art-video-player {
    height: 396px !important;
  }
}

@media (max-width: 450px) {
  .video_list_area .art-video-player {
    height: 277px !important;
  }
}
