.instructors-lists-hero {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.instructors-lists-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.instructors-lists-hero__mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(14, 33, 69, 0.28) 0%, rgba(14, 33, 69, 0.52) 100%);
  pointer-events: none;
}
.dark-mode .instructors-lists-hero__mask {
  background: linear-gradient(180deg, rgba(14, 33, 69, 0.35) 0%, rgba(14, 33, 69, 0.58) 100%);
}

.instructors-lists-header {
  top: -119px;
  margin-bottom: -119px;
  z-index: 5;
}
.instructors-lists-header__mask {
  position: absolute;
  inset: 8px;
  bottom: -8px;
  border-radius: 32px;
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}
.instructors-lists-header__overlay-img {
  width: 280px;
  height: 280px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  top: auto;
}
@media (max-width: 991px) {
  .instructors-lists-header__overlay-img {
    width: 140px;
    height: 140px;
    bottom: auto;
    top: 0;
  }
}
.rtl .instructors-lists-header__overlay-img {
  right: auto;
  left: 16px;
}

.instructors-lists__top-users {
  min-height: 484px;
  height: auto;
  overflow: hidden;
  background-color: #1D2934;
  background-image: url("/assets/design_1/img/instructors/top_instructors_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.instructors-lists-top-filters__mask {
  position: absolute;
  top: 4px;
  left: 8px;
  right: 8px;
  bottom: -8px;
  border-radius: 16px;
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}

.instructors-lists-filters__mask {
  position: absolute;
  inset: 8px;
  bottom: -8px;
  border-radius: 16px;
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}
.instructors-lists-filters .instructors-lists-sort-input {
  width: 220px;
}
.instructors-lists-filters__post-img {
  width: 68px;
  height: 48px;
}
