body {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}

:root {
  --shadow: 0 0 0 1px #e3e8ee, 0 2px 4px 0 rgb(0 0 0 / 10%);
  --shadow2: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.vchannel-video-backdrop[data-v-1b2e662c] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(2px);
  z-index: 1000;
  animation: fade_in-1b2e662c 0.5s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vchannel-video-popover[data-v-1b2e662c] {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: calc(100% - 64px);
  transform: translate(-50%, -50%);
  z-index: 1001;
  animation: slide_in-1b2e662c 0.5s forwards cubic-bezier(0.2, 0.8, 0.2, 1);

  display: flex;
  justify-content: center;
  align-items: center;
}
.vchannel-video-popover-body[data-v-1b2e662c] {
  position: relative;

  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;

  flex: 1;

  width: 100%;
  margin: 1rem;
  max-width: 900px;

  /* TOOD */
  /* height: 100%; */

  max-height: 100vh;
  background-color: white;
  border-radius: 8px;

  overflow-y: auto;
}
.vchannel-video-popover-container[data-v-1b2e662c] {
  width: 100%;
  aspect-ratio: 16/9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  border-bottom: 1px solid #ebedef;
  background-color: #000;
}
.vchannel-video-popover-close[data-v-1b2e662c] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  cursor: pointer;
  transition: opacity 0.2s;
  z-index: 5;
}
.vchannel-video-popover-close[data-v-1b2e662c]:hover {
  opacity: 0.5;
}
.vchannel-video-popover-info[data-v-1b2e662c] {
  padding: 1.5rem;
  overflow-y: auto;

  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}
.vchannel-video-popover-info-title[data-v-1b2e662c] {
  margin: 0px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #1b3957;
  /* margin-bottom: 1.25rem; */
  letter-spacing: -0.025em;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}
.vchannel-video-popover-info-description[data-v-1b2e662c] {
  margin: 0px;
  font-family: 'Inter', sans-serif;
  color: #476282;
  /* margin-bottom: 1.25rem; */
  letter-spacing: -0.025em;
  font-size: 1rem;
  line-height: 1.5rem;
  white-space: pre-line;
}
@keyframes fade_in-1b2e662c {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slide_in-1b2e662c {
from {
    transform: translate(-50%, -40%) scale(0.95);
    opacity: 0;
}
to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
}


.vchannel-video-list[data-v-7693e2be] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
}
.vchannel-video-thumbnail[data-v-7693e2be] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  border-radius: 8px;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
  max-width: 400px;
}
.vchannel-video-thumbnail-image[data-v-7693e2be] {
  border-radius: 8px;
  object-fit: cover;
  position: relative;
}
.vchannel-video-thumbnail-image img[data-v-7693e2be] {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow), var(--shadow2);
}
.vchannel-video-thumbnail-info[data-v-7693e2be] {
  width: 100%;
}
.vchannel-title[data-v-7693e2be] {
  margin: 0px;
  margin-bottom: 2rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700 !important;
  color: #1b3957;
  /* margin-bottom: 1.25rem; */
  letter-spacing: -0.025em;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
}
.vchannel-video-thumbnail-title[data-v-7693e2be] {
  margin: 0px;
  font-family: 'Inter', sans-serif;
  font-weight: 700 !important;
  color: #1b3957;
  /* margin-bottom: 1.25rem; */
  letter-spacing: -0.025em;
  font-size: 1rem;
  line-height: 1.25rem;

  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}
.vchannel-video-thumbnail-description[data-v-7693e2be] {
  margin: 0px;
  margin-top: 0.5rem;
  font-family: 'Inter', sans-serif;
  color: #476282;
  /* margin-bottom: 1.25rem; */
  letter-spacing: -0.025em;
  font-size: 0.875rem;
  line-height: 1rem;
  white-space: pre-line;

  overflow: hidden;
  /* text-overflow: ellipsis; */
  white-space: normal;

  height: 2rem;

  display: none;
}
.vchannel-grid-1 .vchannel-video-thumbnail[data-v-7693e2be] {
  max-width: 800px;
}
.vchannel-grid-2 .vchannel-video-thumbnail[data-v-7693e2be] {
  max-width: 600px;
}
.vchannel-video-list-layout-list[data-v-7693e2be] {
  flex-direction: column;
  gap: 1rem;
}
.vchannel-video-list-layout-list .vchannel-video-thumbnail[data-v-7693e2be] {
  flex-direction: row;
  gap: 1rem;
  max-width: 600px;
}
.vchannel-video-list-layout-list .vchannel-video-thumbnail-image[data-v-7693e2be] {
  width: 164px;
  aspect-ratio: 16/9;
}
.vchannel-video-list-layout-list .vchannel-video-thumbnail-image img[data-v-7693e2be] {
  min-width: 164px;
}
.vchannel-video-list-layout-list .vchannel-video-thumbnail-info[data-v-7693e2be] {
  padding: 0.5rem 0rem;
}
.vchannel-grid-1 .vchannel-video-thumbnail-title[data-v-7693e2be] {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-top: 0.5rem;
}
.vchannel-grid-2 .vchannel-video-thumbnail-title[data-v-7693e2be] {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}
.vchannel-video-list-layout-list .vchannel-video-thumbnail-description[data-v-7693e2be] {
  display: block;
}
a.vchannel-video-thumbnail[data-v-7693e2be] {
  text-decoration: none;
}
.vchannel-video-thumbnail-play-button[data-v-7693e2be] {
  display: flex;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  width: 64px;
  height: 64px;
  border-radius: 50%;

  color: #FFFFFF;

  justify-content: center;
  align-items: center;

  backdrop-filter: blur(2px);
  background-color: rgba(0,0,0,.7);

  opacity: 0;

  transition: opacity 0.25s ease-in-out;
}
.vchannel-video-thumbnail[data-v-7693e2be]:hover {
  transform: scale(1.02);
}
.vchannel-video-thumbnail:hover .vchannel-video-thumbnail-play-button[data-v-7693e2be] {
  opacity: 1;
}
@media (max-width: 900px) {
.vchannel-video-list[data-v-7693e2be] {
    gap: 1rem;
}
}


body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}


.vchannel-container-standalone[data-v-b459bec7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 90vh;
}
.vchannel-container[data-v-b459bec7] {
  display: flex;
  flex-direction: column;
  /* align-items: center;
  justify-content: center; */
  /* width: 100%;
  height: 100%;
  min-height: 90vh; */
  background-color: transparent;
}
.vchannel-container-center[data-v-b459bec7] {
  align-items: center;
  justify-content: center;
}
.vchannel-loading[data-v-b459bec7] {
  display: flex;
}
.vchannel-container-standalone .vchannel-loading[data-v-b459bec7] {
  justify-content: center;
  align-items: center;
}
.vchannel-container-center .vchannel-loading[data-v-b459bec7] {
  justify-content: center;
  align-items: center;
}
.vchannel-loading-spinner[data-v-b459bec7] {
  border: 1px solid #c5d4e7;
  border-top: 1px solid #476282;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin-b459bec7 1s linear infinite;
}
.vchannel-error[data-v-b459bec7] {
  display: flex;
}
.vchannel-container-standalone .vchannel-error[data-v-b459bec7] {
  justify-content: center;
  align-items: center;
}
.vchannel-container-center .vchannel-error[data-v-b459bec7] {
  justify-content: center;
  align-items: center;
}
.vchannel-message[data-v-b459bec7] {
  margin: 0px;
  font-family: 'Inter', sans-serif;
  font-weight: 700 !important;
  color: #1b3957;
  /* margin-bottom: 1.25rem; */
  letter-spacing: -0.025em;
  font-size: 2rem;
  line-height: 2.75rem;
  text-align: center;
}
.vchannel-message a[data-v-b459bec7] {
  color: #2B5EFF;
  text-decoration: none;
}
@keyframes spin-b459bec7 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}

