.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  background: linear-gradient(135deg, rgb(59 99 220 / 29%) 0%, #db1461 100%);
  width: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  height: 100%;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  font-size: 30px;
  font-weight: 400;
  color: white;
  line-height: 30px;
  position: relative;
  top: -2px;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
  display: flex;
  transition: background 0.5s ease 0s;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  display: flex;
  transition: background 0.5s ease 0s;
  background: linear-gradient(135deg, #3b63dc 0%, rgb(219 20 97 / 29%) 100%);
}

.item-slide {
  /* background: linear-gradient(135deg, rgb(59 99 220 / 29%) 0%, #db1461 100%); */
  box-shadow: 0px 14px 22px -9px #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
  /* column-gap: 20px; */
  /* max-height: 50vh; */
  border-radius: 8px;
  width: 100%;
  margin: 0 0.7rem;
  text-align: center;
}

.item-slide .item-slide-content{
  display: none;
}
.item-slide .item-slide-video, .item-slide .item-slide-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 8px 0 0 8px;
}

.item-slide .item-slide-video {
  width: 100%;
  /* height: 50vh; */
  border-radius: 0;
}

.item-slide .item-slide-video:before, .item-slide .item-slide-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000070;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.item-slide .item-slide-video:after, .item-slide .item-slide-img:after {
  content: "live";
  position: absolute;
  top: 5px;
  left: 5px;
  background: red;
  font-size: 12px;
  border-radius: 10px;
  padding: 2px 10px;
  color: white;
  z-index: 3;
  font-weight: bolder;
  text-transform: uppercase;
}

.item-slide .item-slide-content {
  width: 30%;
  color: white;
  padding: 0 20px;
  text-align: left;
  height: 100%;
}

.item-slide .item-slide-content .diretta-user {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
  color: white;
}

.item-slide .item-slide-content .diretta-description {
  max-height: 290px;
  overflow: hidden;
  overflow-y: auto;
  /* padding-bottom: 30px; */
}

.item-slide .item-slide-content .diretta-user .diretta-user__img {
  background: linear-gradient(135deg, #3b63dc 0%, #db1461 100%);
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  display: flex;
  margin-right: 10px;
}

.item-slide .item-slide-content .diretta-user .diretta-user__img img {
  width: 24px;
}

.owl-carousel .main-button {
  font-size: 10px;
  text-align: center;
  max-width: 400px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.owl-carousel .main-button:hover {
  color:white;
}
.item-slide .slide-mid-style{
  background: linear-gradient(135deg, rgb(59 99 220 / 29%) 0%, #db1461 100%);
  box-shadow: 0px 14px 22px -9px #000000;
  position: relative;
  max-height: 50vh;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {

  /* Widev fo api.vide */
  .video-js .vjs-tech {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
  }

  .item-slide {
      flex-direction: column;
      max-height: 90vh;
  }

  .item-slide .item-slide-img {
      width: 100%;
      border-radius: 8px 8px 0 0;
  }

  .item-slide .item-slide-content {
      width: 100%;
      padding-bottom: 60px;
      padding-top: 20px;
      max-width: 100%;
  }

  .item-slide .item-slide-video {
      width: 100%;
      height: 300px;
  }
}

html .diretta-carousel-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 0;
  max-width: 100%;
}

html .diretta-carousel-container .banner-carousel{padding: 10px;max-width: 140px;}

html .diretta-carousel-container #diretta-carousel{
  max-width: calc(100% - 280px);
}

/* Widev fo api.vide */
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

iframe {
  height: 30vh !important;
  padding: 0px !important;
  margin: 0px !important;
  border-radius: 8px 8px 8px 8px;
  background: linear-gradient(135deg, rgb(59 99 220 / 29%) 0%, #db1461 100%);
}
.vjs-poster {
  background: linear-gradient(135deg, rgb(59 99 220 / 29%) 0%, #db1461 100%) !important;
  background-color: greenyellow !important;
}

.item-slide .item-slide-img.sponsor-img-box:before, .item-slide .item-slide-img.sponsor-img-box:after {
  display: none;
}
.left-sponsor .item-slide, .right-sponsor .item-slide {
  background: transparent;
}

.left-sponsor .owl-carousel .owl-nav button.owl-next, .left-sponsor .owl-carousel .owl-nav button.owl-prev{
  background: transparent;
}
.right-sponsor .owl-carousel .owl-nav button.owl-next, .right-sponsor .owl-carousel .owl-nav button.owl-prev{
  background: transparent;
}
.item-slide .item-slide-img.sponsor-img-box {
  padding: 0 1rem;
}