﻿._central-flex, .yt-shorts-dialog .yt-shorts-dialog-container .yt-shorts-dir-buttons, .yt-shorts-dialog .yt-shorts-dialog-container button, .yt-shorts-dialog .yt-shorts-dialog-container, ul.yt-shorts li, ul.yt-shorts div.yt-short, div.yt-shorts li, div.yt-shorts div.yt-short {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.yt-shorts-players,
ul.yt-shorts,
div.yt-shorts {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
ul.yt-shorts-players li, ul.yt-shorts-players div.yt-short,
ul.yt-shorts li,
ul.yt-shorts div.yt-short,
div.yt-shorts li,
div.yt-shorts div.yt-short {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 356px;
  height: 478px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  aspect-ratio: 9/16;
  background-size: cover !important;
  border-radius: 20px;
}
@media (max-height: 460px) {
  ul.yt-shorts-players,
  ul.yt-shorts,
  div.yt-shorts {
    height: 356px;
    width: 267px;
  }
}

ul.yt-shorts li i, ul.yt-shorts div.yt-short i, div.yt-shorts li i, div.yt-shorts div.yt-short i {
  color: #fff;
  font-size: 70px;
  cursor: pointer;
}
ul.yt-shorts .flickity-slider li, ul.yt-shorts .flickity-slider div, div.yt-shorts .flickity-slider li, div.yt-shorts .flickity-slider div {
  margin-right: 10px;
}
ul.yt-shorts .flickity-slider li:last-of-type, ul.yt-shorts .flickity-slider div:last-of-type, div.yt-shorts .flickity-slider li:last-of-type, div.yt-shorts .flickity-slider div:last-of-type {
  margin-right: 0;
}
ul.yt-shorts .flickity-page-dots, div.yt-shorts .flickity-page-dots {
  white-space: nowrap;
  overflow: hidden;
}

.yt-shorts-dialog {
  border: 0 !important;
  width: 100%;
  height: 100%;
  background: transparent;
}
.yt-shorts-dialog::backdrop {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.yt-shorts-dialog .yt-shorts-dialog-container {
  width: 100%;
  height: 100%;
}
.yt-shorts-dialog .yt-shorts-dialog-container section {
  display: flex;
}
@media (max-width: 575px) {
  .yt-shorts-dialog .yt-shorts-dialog-container section {
    flex-direction: column;
  }
}
.yt-shorts-dialog .yt-shorts-dialog-container .yt-shorts-dialog-close {
  padding: 20px;
  margin-top: -50px;
}
@media (max-width: 575px) {
  .yt-shorts-dialog .yt-shorts-dialog-container .yt-shorts-dialog-close {
    margin-top: unset;
  }
  .yt-shorts-dialog .yt-shorts-dialog-container .yt-shorts-dialog-close button {
    margin: auto;
  }
}
@media (max-height: 460px) {
  .yt-shorts-dialog .yt-shorts-dialog-container .yt-shorts-dialog-close {
    margin-top: unset;
  }
}
.yt-shorts-dialog .yt-shorts-dialog-container button {
  border: 1px solid transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 16px;
}
.yt-shorts-dialog .yt-shorts-dialog-container button, .yt-shorts-dialog .yt-shorts-dialog-container i {
  cursor: pointer;
}
.yt-shorts-dialog .yt-shorts-dialog-container button:focus, .yt-shorts-dialog .yt-shorts-dialog-container button:focus-visible, .yt-shorts-dialog .yt-shorts-dialog-container i:focus, .yt-shorts-dialog .yt-shorts-dialog-container i:focus-visible {
  outline: none !important;
}
.yt-shorts-dialog .yt-shorts-dialog-container .yt-shorts-dir-buttons {
  flex-direction: column;
  gap: 30px;
  padding: 20px;
}
@media (max-width: 575px) {
  .yt-shorts-dialog .yt-shorts-dialog-container .yt-shorts-dir-buttons {
    flex-direction: row;
  }
}
.yt-shorts-dialog .yt-shorts-dialog-container .yt-shorts-dir-buttons i {
  display: inline-block;
}
.yt-shorts-dialog .yt-shorts-dialog-container .yt-shorts-dir-buttons i.icon-Arrow_left, .yt-shorts-dialog .yt-shorts-dialog-container .yt-shorts-dir-buttons i.icon-Arrow_right {
  transform: rotate(-90deg);
}
.yt-shorts-dialog .yt-shorts-dialog-container .yt-shorts-players {
  max-width: 400px;
  flex-direction: column;
}
.yt-shorts-dialog .yt-shorts-dialog-container .yt-shorts-players > iframe, .yt-shorts-dialog .yt-shorts-dialog-container .yt-shorts-players > li {
  display: none;
  border-radius: 20px;
}
.yt-shorts-dialog .yt-shorts-dialog-container .yt-shorts-players .show {
  display: block;
}

.yt-shorts .flickity-prev-next-button.next {
  height: 107%;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(10, 18, 29, 0) 0%, #0a121d 100%);
  right: 0;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.yt-shorts .flickity-prev-next-button.next .flickity-button-icon {
  transition: left 0.3s ease;
  left: 0;
}
.yt-shorts .flickity-prev-next-button.next:hover .flickity-button-icon {
  left: 5px;
}
.yt-shorts .flickity-prev-next-button.previous {
  height: 107%;
  border-radius: 0;
  background: linear-gradient(270deg, rgba(10, 18, 29, 0) 0%, #0a121d 100%);
  left: 0;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.yt-shorts .flickity-prev-next-button.previous .flickity-button-icon {
  transition: left 0.3s ease;
  left: 20px;
}
.yt-shorts .flickity-prev-next-button.previous:hover .flickity-button-icon {
  left: 15px;
}
