.videoContianer {
  padding: 4rem 0;
}

/* loading icon */
.hero-play-icon {
  width: 240px;
  margin: auto;
}

.sidebar .header {
  color: #393c56;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.125rem;
  background: #f1faff;
  background-blend-mode: darken;
  padding: 0.36rem 0.76rem;
}

.sidebar label {
  display: block;
  color: #393c56;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin: 0;
  cursor: pointer;
  user-select: none;
}

.sidebar label input {
  opacity: 0;
}

.filter-radio:hover + span {
  color: #7e8bfd;
}

/* Style for checked checkbox */
.filter-radio:checked + span {
  color: #7e8bfd;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}

.category.active {
  color: rgba(102, 117, 255, 0.83) !important;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}

.sidebar {
  padding: 1.5rem 0;
  position: sticky;
  top: 56px;
  height: 92vh;
  overflow: scroll;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.k-navbar {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.col-3 {
  border-right: 1px solid #f3f3f3;
}

.videocard {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.75rem;
}

.videocard:hover {
  text-decoration: none;
}

.imgContainer {
  width: 40%;
  height: 167px;
  display: flex;
  align-items: center;
  justify-content: left;
  overflow: hidden;
}

.contentContainer {
  width: 65%;
}

.contentContainer h2 {
  color: #393c56;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  width: 88%;
}

.contentContainer p {
  color: #5e6175;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  margin-bottom: 0.65rem;
}

.rightContainer {
  padding: 2rem 0;
}

.tags {
  border-radius: 26.126px;
  background: #ededfc;
  padding: 0.2rem 0.6rem;
  display: inline-block;
  margin-right: 0.45rem;
  color: #504ee4 !important;
  font-size: 0.65313rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.pagination {
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.pagenumber {
  color: #7284d1;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  user-select: none;
}

.pagenumber.active {
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #8785f4;
  padding: 0.4rem 0.6rem;
  border-radius: 0.25rem;
}

.relatedVideos h1 {
  color: #0d144a;
  font-family: "Paytone One";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1.45rem;
}

.relatedVideos h2 {
  color: #393c56;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.inputContainer {
  display: flex;
  justify-content: end;
}

#searchInput {
  width: 40%;
  margin-top: 2rem;
  height: 2.25rem;
  border: 1px solid #e3e3e3;
  border-radius: 0.25rem;
  padding: 0 0.5rem;
  background-image: var(--searchicon);
  background-repeat: no-repeat;
  background-position: right 2% bottom 47%;
  background-size: 20px;
}

#searchInput::placeholder {
  color: #888a98;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.filtericon {
  display: none !important;
}

.closeIcon {
  display: none;
}

@media only screen and (max-width: 767px) {
  .swipe {
    position: absolute;
    left: -1000px;
    z-index: 2;
    background: white;
    transition: all 0.4s;
  }
  .show {
    left: 0 !important;
  }
  .videocard {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.75rem;
  }
  .imgContainer {
    height: 192px;
    width: 100%;
  }
  .contentContainer {
    width: 100%;
  }
  .inputContainer {
    position: sticky;
    top: 48px;
    background: white;
    padding-bottom: 8px;
  }
  #searchInput {
    width: 100%;
    height: 3rem;
  }
  .imgContainer img {
    width: 100%;
  }
  .closeIcon {
    display: block;
    fill: #000;
    float: right;
    position: relative;
    top: -8px;
  }
  .filtericon {
    display: block;
    margin: 0.75rem 0 0.5rem 1rem;
    display: flex !important;
    align-items: flex-end;
  }
  .sidebar {
    padding: 0 0 6rem;
    width: 100%;
  }
  .sidebar::-webkit-scrollbar {
    display: none;
  }
  .k-navbar {
    background: #fff;
  }
  .filtericon span {
    color: #888a98;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 0.25rem;
  }

  .videoContianer{
    padding: 7rem 0 4rem;
  }
}
