/* 
Mobile Vertical video page
*/
.vertical-video-page-mobile {
  background: #000;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}
.vertical-video-page-mobile p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .vertical-video-page-mobile p {
    font-size: 18px;
  }
}
.vertical-video-page-mobile .logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  z-index: 100;
  opacity: 0.5;
  display: none;
}
.vertical-video-page-mobile .swiper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 2;
  scroll-snap-type: y mandatory;
}
.vertical-video-page-mobile .swiper .swiper-wrapper {
  height: 100dvh;
  position: relative;
}
.vertical-video-page-mobile .swiper .swiper-slide {
  scroll-snap-align: start;
  color: #fff !important;
  background: transparent;
  width: 100%;
  height: 100%;
  position: relative;
}
.vertical-video-page-mobile .swiper .ad-slide .video-wrapper {
  background-color: #000;
}
.vertical-video-page-mobile .swiper .swiper-navigation {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  z-index: 10;
}
.vertical-video-page-mobile .swiper .swiper-navigation .swiper-button-next, .vertical-video-page-mobile .swiper .swiper-navigation .swiper-button-prev {
  position: unset;
  left: unset;
  right: unset;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  padding: 25px;
  margin-top: 0 !important;
  transition: 0.1s;
}
.vertical-video-page-mobile .swiper .swiper-navigation .swiper-button-next:after, .vertical-video-page-mobile .swiper .swiper-navigation .swiper-button-prev:after {
  font-size: 20px;
}
.vertical-video-page-mobile .swiper .swiper-navigation .swiper-button-next:hover, .vertical-video-page-mobile .swiper .swiper-navigation .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.vertical-video-page-mobile .swiper .swiper-navigation .swiper-button-next {
  transform: rotate(90deg);
}
.vertical-video-page-mobile .swiper .swiper-navigation .swiper-button-prev {
  transform: rotate(90deg);
}
.vertical-video-page-mobile .back-btn {
  position: absolute;
  top: 15px;
  left: 10px;
  border-radius: 100%;
  outline: none;
  border: none;
  width: 35px;
  height: 35px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.vertical-video-page-mobile .video-title {
  display: none !important;
  width: 100%;
  max-width: 350px;
  white-space: wrap !important;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  font-weight: 500;
  overflow-y: hidden;
  background-color: #1e1e1e;
}
.vertical-video-page-mobile .video-wrapper {
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}
.vertical-video-page-mobile .video-wrapper .video-container {
  width: 100%;
  aspect-ratio: 0.5625;
}
.vertical-video-page-mobile .video-wrapper .jwplayer {
  border-radius: 8px;
  width: 100%;
  position: relative;
}
.vertical-video-page-mobile .video-wrapper .bitmovinplayer-container .bmpui-ui-watermark {
  display: none;
}
.vertical-video-page-mobile .video-wrapper .bitmovinplayer-container .bmpui-ui-titlebar > .bmpui-container-wrapper .bmpui-label-metadata-title {
  line-height: 1.4;
  margin-left: 35px;
}
.vertical-video-page-mobile .video-wrapper .bitmovinplayer-container .bmpui-seekbar .bmpui-seekbar-playbackposition {
  background-color: crimson !important;
}
.vertical-video-page-mobile .video-wrapper .bitmovinplayer-container .bmpui-seekbar .bmpui-seekbar-playbackposition-marker {
  background-color: rgba(220, 20, 60, 0.5) !important;
  border: 0.1875em solid crimson;
}
.vertical-video-page-mobile .video-wrapper .bitmovinplayer-container .bmpui-ui-recommendation-overlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.vertical-video-page-mobile .video-wrapper .bitmovinplayer-container .bmpui-ui-recommendation-overlay .bmpui-ui-hugereplaybutton {
  position: relative !important;
  z-index: 3 !important;
}
.vertical-video-page-mobile .video-wrapper .bitmovinplayer-container .bmpui-ui-piptogglebutton, .vertical-video-page-mobile .video-wrapper .bitmovinplayer-container .bmpui-ui-fullscreentogglebutton, .vertical-video-page-mobile .video-wrapper .bitmovinplayer-container .bmpui-ui-settingstogglebutton {
  display: none;
}
.vertical-video-page-mobile .video-wrapper .bitmovinplayer-container .bmpui-ui-skin-smallscreen .bmpui-ui-titlebar > .bmpui-container-wrapper .bmpui-ui-label {
  font-size: 1.3em !important;
}
.vertical-video-page-mobile .video-wrapper .bitmovinplayer-container .bmpui-ui-volumetogglebutton {
  background-size: 1.8em !important;
}
.vertical-video-page-mobile .video-wrapper .bitmovinplayer-container .bmpui-ui-controlbar {
  bottom: 60px;
  background: none;
}
.vertical-video-page-mobile .video-wrapper .bitmovinplayer-container .bmpui-ui-controlbar .bmpui-container-wrapper {
  position: relative !important;
  z-index: 10 !important;
}
.vertical-video-page-mobile .video-wrapper .bitmovinplayer-container .bmpui-ui-volumetogglebutton {
  display: none;
}
.vertical-video-page-mobile .ad-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100dvh !important;
}
.vertical-video-page-mobile .ad-container p {
  font-size: 0.75rem !important;
}
.vertical-video-page-mobile .actions {
  position: absolute;
  bottom: 100px;
  right: 10px;
  width: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
	font-size: 14.4px;
  font-weight: 400;
}
.vertical-video-page-mobile .actions label input {
  display: none;
}
.vertical-video-page-mobile .actions .a-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  border: 0;
  outline: none;
  margin-bottom: 0;
}
.vertical-video-page-mobile .actions .a-btn span {
  display: block;
  color: #fff;
}
.vertical-video-page-mobile .actions .a-btn .icon,
.vertical-video-page-mobile .actions .a-btn.share-btn {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: 0.1s;
}
.vertical-video-page-mobile .actions .a-btn:hover .icon {
  background-color: rgba(255, 255, 255, 0.3);
}
.vertical-video-page-mobile .actions .a-btn.active .icon {
  background-color: rgba(220, 20, 60, 0.5);
}
.vertical-video-page-mobile .actions .a-btn.checked {
  cursor: default;
}
.vertical-video-page-mobile .actions .a-btn.checked .icon, .vertical-video-page-mobile .actions .a-btn.checked:hover .icon {
  background-color: rgba(255, 255, 255, 0.5);
}
.vertical-video-page-mobile .swipe-up {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 13px;
}
.vertical-video-page-mobile .modal .modal-content {
  border-radius: 15px !important;
  border: none;
  padding: 10px 20px;
  color: #111;
}
.vertical-video-page-mobile .modal .modal-header {
  border-bottom: 1px solid #ebedf9;
}
.vertical-video-page-mobile .modal .modal-header .modal-title {
  color: #000;
  font-weight: 600;
}
.vertical-video-page-mobile .modal .modal-header .modal-close {
  background: #f2f3fb;
  color: #878787;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  width: 33px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.2s;
}
.vertical-video-page-mobile .modal .modal-header .modal-close:hover {
  background: #e1e3f4;
}
.vertical-video-page-mobile .share-modal {
  --bs-modal-width: 450px;
  background-color: rgba(0, 0, 0, 0.5);
}
.vertical-video-page-mobile .share-modal .share-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.vertical-video-page-mobile .share-modal .share-icons .share-icon {
  height: 50px;
  width: 50px;
  font-size: 23px;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.vertical-video-page-mobile .share-modal .share-icons .share-icon:hover {
  color: #fff;
}
.vertical-video-page-mobile .share-modal .share-icons .share-fb {
  color: #1877F2;
  border-color: #b7d4fb;
}
.vertical-video-page-mobile .share-modal .share-icons .share-fb:hover {
  background: #1877F2;
}
.vertical-video-page-mobile .share-modal .share-icons .share-tw {
  color: #000;
  border-color: #d3d3d3;
}
.vertical-video-page-mobile .share-modal .share-icons .share-tw:hover {
  background: #000;
}
.vertical-video-page-mobile .share-modal .share-icons .share-wa {
  color: #25D366;
  border-color: #bef4d2;
}
.vertical-video-page-mobile .share-modal .share-icons .share-wa:hover {
  background: #25D366;
}
.vertical-video-page-mobile .share-modal .share-icons .share-te {
  color: #0088cc;
  border-color: #b3e6ff;
}
.vertical-video-page-mobile .share-modal .share-icons .share-te:hover {
  background: #0088cc;
}
.vertical-video-page-mobile .share-modal .share-copy {
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
}
.vertical-video-page-mobile .share-modal .share-copy ::selection {
  background: transparent;
}
.vertical-video-page-mobile .share-modal .share-copy i {
  width: 50px;
  font-size: 15px;
  text-align: center;
}
.vertical-video-page-mobile .share-modal .share-copy input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  padding-right: 10px;
}
.vertical-video-page-mobile .share-modal .share-copy button {
  color: #fff;
  padding: 5px 18px;
  background: #7d2ae8;
  border-radius: 5px;
  border: none;
  outline: none;
}
.vertical-video-page-mobile .share-modal .share-copy button:hover {
  background: #8d39fa;
}
.vertical-video-page-mobile .share-modal .share-copy.active {
  border-color: #7d2ae8;
}
.vertical-video-page-mobile .share-modal .share-copy.active i {
  color: #7d2ae8;
}
.vertical-video-page-mobile .loader-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vertical-video-page-mobile .loader-wrapper .loader {
  width: 48px;
  height: 48px;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #FFF;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.vertical-video-page-mobile .loader-wrapper .loader::after, .vertical-video-page-mobile .loader-wrapper .loader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: scale(0.5) translate(0, 0);
  background-color: #FFF;
  border-radius: 50%;
  animation: animloader 1s infinite ease-in-out;
}
.vertical-video-page-mobile .loader-wrapper .loader::before {
  background-color: #1C69D4;
  transform: scale(0.5) translate(-48px, -48px);
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animloader {
  50% {
    transform: scale(1) translate(-50%, -50%);
  }
}

.vertical-video-page-mobile span.bmpui-ui-label-text {
  white-space: wrap !important;
}