/**
Variables
 */
/**
Wrapper video
 */
.tv-wrapper {
  border-radius: 10px;
  background-color: #001a3b;
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .tv-wrapper {
    flex-direction: column;
  }
}
.tv-wrapper .tv-main-wrap {
  padding: 24px 12px 24px 24px;
  width: 50%;
}
@media (max-width: 767px) {
  .tv-wrapper .tv-main-wrap {
    width: 100%;
    padding: 12px 12px 0 12px;
  }
}

.tv-video-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 1023px) {
  .tv-video-wrap {
    gap: 12px;
  }
}
.tv-video-wrap .tv-video-embed-wrap {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
}
.tv-video-wrap .tv-video-embed-wrap iframe, .tv-video-wrap .tv-video-embed-wrap img, .tv-video-wrap .tv-video-embed-wrap a {
  border-radius: 10px;
}
.tv-video-wrap .tv-video-title {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .tv-video-wrap .tv-video-title {
    font-size: 16px;
  }
}

.tv-list-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 24px 24px 0;
}
@media (max-width: 767px) {
  .tv-list-wrap {
    width: 100%;
    padding: 12px;
    padding-right: 0;
    padding-left: 0;
  }
}

.tv-header-wrap {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1023px) {
  .tv-header-wrap {
    display: none;
    gap: 8px;
  }
}
.tv-header-wrap.-main {
  display: none;
}
@media (max-width: 1023px) {
  .tv-header-wrap.-main {
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.tv-header-wrap .tv-logo {
  position: relative;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .tv-header-wrap .tv-logo img {
    max-width: 120px;
  }
}
.tv-header-wrap .tv-btn-wrap .tv-btn {
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
  background: linear-gradient(to bottom, #d20000 0%, #930002 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  line-height: 1;
  flex-shrink: 0;
  font-size: 18px;
}
.tv-header-wrap .tv-btn-wrap .tv-btn:hover {
  background: linear-gradient(to bottom, #930002 0%, #d20000 100%);
}
@media (max-width: 1023px) {
  .tv-header-wrap .tv-btn-wrap .tv-btn {
    font-size: 14px;
    padding: 10px 16px;
  }
}
.tv-header-wrap .tv-infos-wrap {
  display: flex;
  flex-direction: column;
  color: #b0cee5;
}
.tv-header-wrap .tv-infos-wrap a {
  color: #00afef;
}
.tv-header-wrap .tv-infos-wrap a:hover {
  color: #b0cee5;
}
@media (max-width: 1023px) {
  .tv-header-wrap .tv-infos-wrap {
    width: 100%;
    flex-direction: row;
    gap: 12px;
  }
}

.tv-list-videos-wrap {
  display: flex;
  flex-direction: column;
}
.tv-list-videos-wrap .tv-list-video-item {
  display: flex;
  gap: 16px;
  align-items: center;
  border-top: 1px solid #003e6e;
  transition: all 0.4s ease-in-out;
  padding: 12px 8px;
}
@media (max-width: 767px) {
  .tv-list-videos-wrap .tv-list-video-item {
    flex-direction: column;
    border: none;
    gap: 8px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.tv-list-videos-wrap .tv-list-video-item .tv-list-video-thumb {
  height: 75px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 2px solid transparent;
  transition: all 0.4s ease-in-out;
}
.tv-list-videos-wrap .tv-list-video-item .tv-list-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .tv-list-videos-wrap .tv-list-video-item .tv-list-video-thumb {
    width: 100%;
    height: 100px;
  }
}
.tv-list-videos-wrap .tv-list-video-item .tv-list-video-title {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
@media (max-width: 767px) {
  .tv-list-videos-wrap .tv-list-video-item .tv-list-video-title {
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.tv-list-videos-wrap .tv-list-video-item:hover {
  background-color: #00192d;
}
@media (max-width: 767px) {
  .tv-list-videos-wrap .tv-list-video-item:hover {
    background-color: transparent;
  }
}
.tv-list-videos-wrap .tv-list-video-item:hover .tv-list-video-thumb {
  border-color: #fff;
}
.tv-list-videos-wrap .tv-list-video-item:hover .tv-list-video-title {
  color: #b4dfff;
}

/**
Slide
 */
.minhabahia-tv-thumbs {
  width: 100%;
}
@media (min-width: 768px) {
  .minhabahia-tv-thumbs {
    height: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
