:root {
  --bg-color: #0f273c;
  --white-font: #fff;
  --hover-bg-color: #2d4154;
}
.custom-theme-button{
  background-color: var(--bg-color);
  color: var(--white-font);
  border-radius: 5px;
  border: none;
  transition-duration: 0.3s;
}
.winner-prediction-episode-detail{
/* padding: 10px; */
padding: 10px 25px;
margin-bottom: 20px;
}
.winner-predict-select-text{
  font-size: 13px;
      font-weight: 600;
      color: gray;
    padding: 0px 10px;
}
.winner-prediction-wrapper{
      border: 1px solid #cdcdcd;
        /* padding: 20px 30px; */
        padding: 20px;
    border-radius: 0px 0px 5px 5px;
}
.winner-prediction-episode-detail p{
font-weight: 600;
    font-size: 18px;
}
/* .custom-participants-table-wrapper{
  max-width: 80%;
  margin: 0 auto;
} */
.custom-participants-table-wrapper td{
     /* padding: 0.5rem 1.5rem; */
     padding: 1rem 1.5rem;
}
.bg-light-success{
      background-color: #c5f0dc;
    padding: 6px 9px;
    border-radius: 6px;
    color: #198754;
}
.participants-table th{
  font-size: 20px;
}
.participant-list-title{
  /* margin: 20px 0 30px !important; */
      /* margin: 10px 0 25px !important; */
      margin-top: 10px ;
}
.winner-prediction-episode-detail span{
font-weight: 400;
}
/* .custom-filter-dropdown-size{
  max-width: 120px;
  width: 100%;
} */
.filter-drop-down-container{
display: flex;
align-items: center;
}
.custom-theme-button:hover{
 background-color: var(--hover-bg-color);
}
.episode-custom-wrapper{
         background-color: #eaeaea;
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: 0px 0px 1px 1px #c9c9c9;
}
.episode-custom-wrapper .eps-content{
  padding: 0;
  margin-bottom: 10px;
}
.episode-custom-wrapper .episode-curved-box{
  border-radius: 10px !important;
}
.sub-episode-container{
  max-width: 97%;
  margin: 0 auto;
}
.button-design:disabled {
  background-color: #0f273cb0; 
  /* color: #666666;            Darker gray text */
  cursor: not-allowed;       /* Shows a "forbidden" cursor */
  /* opacity: 0.8;              Slightly transparent */
  /* border: 1px solid #aaa;    Optional: lighter border */
  pointer-events: none;      /* Prevents hover/click events */
}
.points-submit-button{
    padding: 3px 8px;
    margin-left: 5px;
    font-size: 14px;
}
.points-input{
  max-width: 50px;
  width: 100%;
  padding: 0;
}
.judge-input-label-spacing{
  padding: 2px 0 3px 0;
  margin-bottom: 0;
}
.points-submit-button{
  padding: 1px 4px;
  font-size: 14px;
}
.page-main-title {
  display: inline-block;
  border: 1px solid;
  padding: 5px 20px;
  border-radius: 8px;
  font-weight: 400;
  margin: 30px 0 50px;
  font-size: 24px;
}
.sidebar-logo {
  margin-top: 10px;
  max-width: 90px;
  display: inline-block;
  width: 90%;
}
.sidebar-icons {
  font-size: 25px;
}
.sidebar-close {
  display: none;
}
.sidebar-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-around;
}
.sidebar-logo-wrapper a {
  display: inline-block;
  width: 100%;
  max-width: 60px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar-logo-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.main-slab {
  width: 100%;
}
.left-sidebar,
.sidebar-title {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sidebar-title {
  padding: 3px 15px 8px;
  cursor: pointer;
  margin-bottom: 8px;
  font-size: 18px;
  border-radius: 10px 0 0 10px;
}
.sidebar-title:hover {
  background-color: #1d3f5d;
  font-weight: 600;
}
.left-sidebar {
  background-color: #0f273c;
  height: 100%;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 7dvw;
  z-index: 3;
  padding-top: env(safe-area-inset-top);
}
.sidebar {
  color: #fff;
  height: 100dvh;
  overflow-y: scroll;
  overflow-x: hidden;
  list-style-type: none;
  font-weight: 400;
  padding: 0 0 0 15px;
  max-height: 80dvh;
}
.sidebar,
.sidebar-title {
  position: relative;
}
.sidebar-title .tooltip {
  visibility: hidden;
  width: 80px;
  background-color: #2e5f89;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
  right: 0;
}
.sidebar-title:hover .tooltip,
.tooltip.active {
  visibility: visible;
  opacity: 1;
}
.sidebar-image {
  width: 100%;
  max-width: 100px;
}
.sidebar-link {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-left: 10px;
  display: inline-block;
  text-align: justify;
}
.sidebar-link.visible {
  opacity: 1;
}
.sidebar a {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  align-items: center;
  width: 100%;
  display: inline-block;
}
.sidebar-link-icons {
  font-size: 30px;
  font-weight: 300;
}
.sidebar-title.selected {
  background-color: #2d4154;
  font-weight: 600;
}
.right-content {
  margin-left: 6.9%;
}
.right-content.expanded {
  margin-left: 19%;
}
.left-sidebar.expanded {
  width: 19%;
}
.right-content-inner {
  width: 100%;
}
.right-header {
  padding: 0 0 15px;
  border-bottom: 2px solid #bababa;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.search-box {
  border-radius: 25px;
  border: 1px solid #141414;
  outline: #000;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-field {
  width: 100%;
  height: 30px;
  border: 0;
  border-radius: 25px;
  padding-left: 1px;
  outline: 0;
}
.search-icon {
  font-size: 15px;
  width: 5%;
}
.user-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  white-space: nowrap;
}
.mobile-username {
  display: none;
}
.username {
  font-weight: 600;
  font-size: 15px;
  padding-right: 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
  color: #000;
}
.username:hover {
  color: #254d93;
}
.fa-bell {
  font-size: 15px;
  color: #0f273c;
}
.stats-sub {
  width: 20%;
  margin: 0 auto;
}
.stats-below {
  width: 14%;
}
.stats-main {
  align-items: center;
  margin: 0 0 3%;
}
.stats-title {
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 8px;
  display: inline-block;
  color: #545454;
}
.stats-num {
  font-weight: 800;
}
.stats-status {
  color: #198c07;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
}
.not-active-status {
  color: maroon;
}
.graph-wrapper {
  margin-left: 10px;
}
.chart-main{
  margin-top: -50px;
}
.chart-title {
  font-weight: 800;
  margin-bottom: 0;
  width: 100%;
}
.aside-stats-content {
  border-bottom: 1px solid #505050;
}
.aside-stats-title {
  margin: 5px 0;
  display: inline-block;
  font-weight: 300;
  font-size: 17px;
  color: #656565;
}
.aside-stats-num{
  justify-content: space-between;
  display: flex;
}
.dropdown {
  position: relative;
}
.dropdown-content,
.useroption {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.dropdown-content {
  z-index: 3;
  top: 25px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 190px;
  -webkit-box-shadow: -2px 4px 14px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 4px 14px 3px rgba(0, 0, 0, 0.2);
  right: 0%;
  border-radius: 0 0 5px 5px;
  /* border-top: 1px solid #d6d6d6; */
}
.useroption {
  cursor: pointer;
  color: #000;
  padding: 11px 16px;
  border-bottom: 1px solid #c3c3c3;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
}
.useroption:nth-child(0) {
background-color: #198c07;
}
.useroption:nth-child(2) {
  border-radius: 0 0 5px 5px;
}
.useroption:hover {
  background-color: #0f273c;
  color: #fff;
  font-weight: 400;
}
.dropdown-icon {
  font-size: 14px;
}
.title {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.logo {
  font-size: 18px;
  line-height: 0;
}
.link,
.routes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.link,
.link:hover {
  -webkit-transition: 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.link {
  color: #fff;
  gap: 10px;
  padding: 5px 10px;
  border-right: 4px solid transparent;
}
.link:hover {
  border-right: 4px solid #fff;
  background: #2d3359;
}
.link_text {
  white-space: nowrap;
  font-size: 15px;
}
.menu,
.menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu {
  -webkit-transition: 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  color: #fff;
  padding: 5px 10px;
  border-right: 4px solid transparent;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu_item {
  gap: 10px;
}
.form-heading {
  margin-bottom: 10px;
}
.form-input {
  display: block;
  width: 100%;
  border: 1px solid #b0b0b0;
  background-color: #fff;
  font-size: 15px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.status-input{
  width: 50%;
}
#role_id,
.form-input {
  padding: 12px;
}
.form-date {
  width: 45%;
}
.form-submit {
  padding: 14px 10px;
  border-radius: 5px;
  margin: 0 10px;
  max-width: 160px;
  width: 100%;
  text-align: center;
}
input button {
  background-color: #021e32;
}
.form-button-wrapper {
  margin: 42px 0;
}
.comment-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.form input input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.data-table a {
  color: #022560;
}
.data-table th {
  text-align: center;
  border: 1px solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 5px 5px 0 0;
  padding: 10px 7px;
}
.data-table td {
  max-width: 200px;
  scrollbar-width: thin;
  word-wrap: break-word;
}
.data-table-input {
  border-radius: 5px;
  border: 1px solid #a6a6a6;
  padding: 5px;
  width: 99%;
}
.page-dropdown {
  padding: 5px 15px 5px 5px;
  border-radius: 5px;
  background-color: #1d3f5d;
  color: #fff;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #6c6c6c;
}
.data-table th,
.pagination-wrapper {
  background-color: #0f273c;
  color: #fff;
}
.pagination-wrapper {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  font-weight: 600;
  margin: 20px 0;
}
.pagination-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-main button {
  padding: 10px 13px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  border: 2px solid #4f4f4f;
}
.active-pagination-button {
  background-color: #325d85;
  color: #fff;
  font-weight: 600;
}
.pagination-button,
.pagination-main button {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pagination-button {
  background-color: #1e3f5e;
  color: #fff;
}
.pagination-button:hover {
  background-color: #325d85;
  font-weight: 600;
}
.right-filter {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mg-left-5,
.select-status label {
  margin-left: 5px;
}
.table-wrapper {
  overflow: scroll;
  scroll-behavior: smooth;
  scroll-margin-top: 0;
  scrollbar-width: thin;
}
.data-table {
  margin-bottom: 15px;
}
.table-wrapper::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 5px;
}
.table-wrapper::-webkit-scrollbar-thumb {
  background-color: #0f273c;
  border-radius: 5px;
}
.data-table-search td {
  padding: 5px 14px;
  border: 3px solid #fff;
  border-bottom: none;
}
.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.left-button {
  background-color: #fff;
  color: #000;
}
.upload-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.timeline-actions-wrapper {
  margin: 20px 10px 0;
}
.header-date-section > * {
  margin: 10px;
}
.video-title {
  font-size: 23px;
  font-weight: 800;
  max-width: 850px;
  margin-bottom: 15px;
}
.video-title {
  width: 90%;
  /* max-width: calc(35ch); */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s linear;
}
.video-title:hover {
  max-width: calc(500ch);
  overflow: visible;
  white-space: normal;
}

.video-content {
  padding: 20px 10px;
  border-bottom: 1px solid #b0b0b0;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  justify-content: center;
}
.episode-structure {
  display: flex;
  justify-content: space-between;
}
.episode-timeline-wrapper {
  padding-left: 10px;
}
.episode-thumbnail {
  width: 17%;
}
.inner-epsidoe-details {
  width: 81%;
}
.eps-content {
  padding: 10px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}
.aavideo-content {
  padding-bottom: 10px;
  /* width: 100%; */
}
.select-status {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 65%;
  padding-right: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-thumbnail-container {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  max-height: 120px;
  border: 1px solid #bfbfbf78;
}
.video-thumbnail-container img {
  -o-object-fit: cover;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.video-thumbnail-container img:hover {
  scale: 1.4;
}
.post-upload-main {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 20px;
  margin: 0;
}
.image-upload-wrapper,
.video-thumbnail-container img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.image-upload-wrapper {
  background-image: url(imgCover);
  overflow: hidden;
}
.upload-main {
  /* display: -webkit-box; */
  /* border: 1px solid #B9B9B9; */
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  justify-content: center;
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  align-items: center;
  /* width: 100%; */
  /* height: 100%; */
  max-height: 90dvh;
  overflow: hidden;
  border-radius: 5px;
}

/* .custom-file-input {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
} */
.custom-file-input img{
  border-radius: 5px;
  /* max-height: 100dvh; */
}
.custom-file-input{
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}

.custom-file-label {
  margin-top: 10px;
  padding: 15px 60px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.file-info {
  margin-left: 10px;
}
.inner-searchbar {
  outline: 0;
  width: 94%;
}
/* .custom-file-input{
  position: relative;
  display: inline-block;
} */
.custom-file-input input[type="file"]:not(.hidden) {
  position: absolute;
  right: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  max-height: 10dvh;
  bottom: 26%;
  max-width: 40dvh;
  top: 13%;
}
.upload-image-button{
  width: 16%;
}
.radio-group-wrapper{
  /* position: relative; */
}
.participant-select{
  padding-top: 20px;
}
.radio-group {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* position: absolute; */
  padding: 10px 0;
  top: 0;
  /* margin-bottom: 20px; */
}
.video-table-wrapper a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style-type: none;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: end;
  margin: 0;
}
.text-editor button,
.view-analtyics-button {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.view-analtyics-button {
  padding: 4px;
  border-radius: 5px;
  font-weight: 300;
  color: #00f;
  text-decoration: underline;
}
.view-analtyics-button:hover {
  background-color: #1e3f5e;
  font-weight: 500;
}
.right-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.action-buttons li,
.view-analytics-button {
  padding: 0 3px 3px;
}
.video-table-button-structure {
  padding: 10px 25px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  border: 0;
}
.video-description {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 15px;
  max-width: 800px;
}
.video-status {
  border: 1px solid #9b9a9a;
  padding: 3px 15px;
  margin-right: 10px;
  display: inline-block;
  font-size: 13px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.border-design{
  border: 1px solid #9b9a9a
}
.bg-blue {
  background-color: #2d5c84;
}
.video-table-main {
  width: 100%;
  border: 1px solid #b0b0b0;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  /* margin-bottom: 20px; */
  border-bottom: 1px solid #38383829;
}
.video-table-main .vjs-big-play-button {
  width: 45px;
  height: 45px;
  font-size: 42px;
  top: 70%;
  left: 59%;
}
.video-table-main .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  top: -20px;
}
.video-page-icons {
  font-size: 20px;
  display: inline-block;
  padding-right: 5px;
}
.select-status input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #d3d3d3;
  outline: 0;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.input-wrapper,
.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.options {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.text-editor button {
  height: 28px;
  width: 28px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 3px;
  background-color: #021e32;
  outline: 0;
  border: 1px solid;
  color: #fff;
}
.text-editor button:hover {
  background-color: #1d3f5d;
}
.text-editor select {
  padding: 7px;
  border: 1px solid #020929;
  border-radius: 3px;
}
.input-wrapper {
  gap: 8px;
}
.text-editor input[type="color"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  width: 40px;
  height: 28px;
  border: 0;
  cursor: pointer;
}
.text-editor input[type="color"]::-webkit-color-swatch {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #020929;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #020929;
}
.text-editor input[type="color"]::-moz-color-swatch {
  border-radius: 15px;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #020929;
}
.text-editor .active {
  background-color: #e0e9ff;
}
.slick-slide img {
  object-fit: contain;
}
.slick-track .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 35.25%;
  border-radius: 5px;
}
.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 57.25%;
}
.image-container img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.content-page-main {
  margin: 10px;
}
.image-container img,
.title-wrapper,
.title-wrapper a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.title-wrapper {
  position: relative;
}
.title-wrapper a {
  display: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.title-wrapper:hover a {
  display: block;
  opacity: 1;
}
.small-video-thumbnails-description {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 2;
  width: 100%;
  padding: 0 10px 10px;
}
.small-videos-wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 25px 0 15px;
  margin: 0;
  overflow-y: hidden;
  max-height: 240px;
  scrollbar-width: thin;
}
.small-videos-wrapper::-webkit-scrollbar {
  width: 1px;
  height: 3px;
  background-color: #ededed00;
  border-radius: 25px;
}
.small-videos-wrapper::-webkit-scrollbar-thumb {
  background-color: #3e7ba7;
  border-radius: 25px;
}
.image-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 5px;
  transition-duration: all 0.3s ease-in;
  -webkit-transition-duration: 0.3s;
}
.image-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(#1f1f1f)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    #1f1f1f 100%
  );
  border-radius: 5px;
  z-index: 2;
}
.small-thumbnail-title {
  font-size: 20px;
  margin-bottom: 0;
}
.small-thumbnail-title p {
  width: 90%;
  max-width: calc(30ch);
  font-weight: 600;
}
.slab-title {
  border-bottom: 6px solid #3e7ba7;
  font-size: 25px;
  margin-left: 15px;
}
#video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 4;
}
#video-container {
  max-width: 80%;
  max-height: 80%;
}
tr:hover {
  background-color: #e0f0ff;
}
.dot-effect,
.small-thumbnail-title p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dot-effect {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  max-width: calc(20ch);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.dot-effect:hover::after {
  content: attr(title);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  display: none;
  padding: 5px;
  border-radius: 5px;
  z-index: 1;
}

.radio-group div,
li {
  padding: 10px;
}
.radio-group input {
  margin-right: 5px;
}
.radio-group :nth-child(1) {
  padding-left: 0;
}
.video-status-wrapper {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.video-list-title-wrapper {
  margin-bottom: 15px;
}
.viewer-header-wrapper {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid #bababa;
  background-color: #fff;
  margin: 0 0 20px;
  padding: 12px 10px;
  position: sticky;
  z-index: 3;
  top: 0;
}
.viewer-searchbar-wrapper {
  display: flex;
  border: 1px solid;
  border-radius: 25px;
  padding: 5px 7px;
  width: 100%;
  z-index: 1;
  height: 100%;
  align-items: center;
}
.logo-wrapper {
  width: 16%;
  padding: 0 10px 0 6px;
}

.logo-wrapper img {
  display: inline-block;
  max-width: 90%;
}
.top-scroller {
  background: #0f273c;
  position: fixed;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 3px;
  right: 20px;
  bottom: 60px;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  border: 1px solid #000;
}
.small-thumbnail-title {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.right-content-wrapper {
  padding: 15px 15px 30px;
}
.data-table-dropdown {
  border-radius: 5px;
  padding: 5px;
  border-color: #aeaeae;
  background-color: #fff;
  appearance: none;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.page-title {
  position: relative;
}
.policies-wrapper {
  position: relative;
  border: 1px solid #959595;
  padding: 10px 20px;
  height: 80dvh;
  overflow-y: scroll;
  overflow-x: hidden;
  /* background-image: url(images/logo/gsa-logo-less-opacity.png); */
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-position: center;
  margin-bottom: 13px;
}
.policies {
  li::marker {
    font-weight: 700;
  }
}
.article-description-content,
.policies {
  text-align: justify;
  letter-spacing: 1px;
  word-spacing: 2px;
  line-height: 30px;
}
.footer,
footer {
  background-color: #0f273c;
  bottom: 0;
  text-align: center;
  color: #fff;
  padding: 5px 15px;
  width: 100%;
  z-index: 1;
  margin-top: auto;
}
.footer-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  justify-content: end;
}
.footer-list a {
  color: #fff;
}
.container {
  max-width: 1430px;
}
.policies-wrapper::-webkit-scrollbar {
  width: 4px;
}
.policies-wrapper::-webkit-scrollbar-track {
  background: #a9dbfe;
  border-radius: 0 4px 4px 0;
}
.policies-wrapper::-webkit-scrollbar-thumb {
  background: #0f273c;
  border-radius: 5px;
}
.policies-wrapper::-webkit-scrollbar-thumb:hover {
  background: #0f273c;
}
.video-table-dropdown span {
  width: 50%;
  display: flex;
  align-items: center;
  margin: 0 10px;
  justify-content: center;
}
.video-cover-image {
  margin: 0 auto;
}
.video-cover-image img {
  width: 100%;
  border-radius: 5px;
  max-height: 340px;
  object-fit: contain;
  clip-path: inset(5% 8% 15% 10%round 5px 5px 5px 5px);
}
.article-description-button {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #fff;
  background-color: #ffffff8a;
  border-radius: 0 0 0 5px;
  height: 35px;
  width: 30px;
  text-align: center;
}
.video-details-container {
  background-color: #fff;
}
.box-shadow-effect {
  box-shadow: 0 4px 7px 0#a0a0a0;
}
.post-detail-descriptions {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin: 0;
}
.center-width {
  margin: 0 auto;
}
.article-details-status {
  margin-bottom: 15px;
}
.article-description-content {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
}
.contact-us-wrapper {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 25px;
  margin-top: 25px;
  min-height: 80dvh;
}
.contact-us-image {
  max-width: 90px;
  margin: 0 auto 10px;
}
.viewer-searchfield {
  width: 100%;
  height: 100%;
}
.viewer-searchfield input {
  outline: 0;
  border: 0;
  width: 100%;
}
.text-editor-wrapper {
  padding-bottom: 45px;
}
.article-details {
  margin: 10px 60px 0;
}
.article-details-glass-container {
  height: 80vh;
  overflow: scroll;
}
.post-detail-descriptions-wrapper {
  background-size: cover;
}
.video-js .vjs-control-bar {
  z-index: 3;
}

.status-option:nth-child(2) input[type="radio"]:checked {
  background-color: #dbfde0;
  border-color: #9ee8a8;
}
.status-option:nth-child(2) input[type="radio"]:hover {
  background-color: #d1f2d5;
  border-color: #83d78e;
}
.status-option:nth-child(3) input[type="radio"]:checked {
  background-color: #cfe1ff;
  border-color: #a0c3ff;
}
.status-option:nth-child(3) input[type="radio"]:hover {
  background-color: #d9e7ff;
  border-color: #89b4ff;
}
.status-option:first-child input[type="radio"]:checked {
  background-color: #fff1c4;
  border-color: #ffd95d;
}
.status-option:first-child input[type="radio"]:hover {
  background-color: #fff1c2;
  border-color: #ffd95d;
}
.status-option:last-child input[type="radio"]:checked {
  background-color: #ffdcdc;
  border-color: #fdaead;
}
.status-option:last-child input[type="radio"]:hover {
  background-color: #facece;
  border-color: #f39b99;
}
.sidebar-menu-icon {
  padding-right: 10px;
  padding-left: 30px;
  position: absolute;
}
.tippy-box[data-theme~="tomato"] {
  background-color: #1f476c;
  color: #fff;
  font-size: 16px;
}
.tippy-box[data-theme~="tomato"] > .tippy-arrow::before {
  border-color: transparent;
}
.tippy-box[data-theme~="tomato"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #1f476c;
}
.tippy-box[data-theme~="tomato"][data-placement^="bottom"]
  > .tippy-arrow::before {
  border-bottom-color: #1f476c;
}
.tippy-box[data-theme~="tomato"][data-placement^="left"] > .tippy-arrow::before,
.tippy-box[data-theme~="tomato"][data-placement^="right"]
  > .tippy-arrow::before {
  border-left-color: #1f476c;
  border-right-color: #1f476c;
}
.content-button {
  margin-top: 5px;
  margin-left: 5px;
  display: block;
}
.status-option {
  display: flex;
  align-items: center;
}
.page-title-wrapper {
  padding: 10px 0;
}
.border-light-subtle {
  border-color: #cacaca;
}
#progress,
#progress-value {
  border-radius: 50%;
  place-items: center;
}
#progress {
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 40px;
  width: 40px;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 3;
}
#progress-value,
.crop-image-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
#progress-value {
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #0f273c;
  font-size: 20px;
  color: #fff;
}
.crop-image-controls {
  font-size: 14px;
  white-space: nowrap;
}
.crop-image-wrapper {
  display: flex;
  margin: 20px 0;
}
.crop-image-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
.crop-image-preview {
  margin-bottom: 10px;
}
.crop-image-main img :last-child {
  width: 50%;
}
.crop-image-button {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.episode-action-buttons {
  padding: 0;
  width: 10%;
  display: flex;
  justify-content: end;
}
.episode-button {
  width: 25px;
  height: 25px;
}
.amazing-adanian-wrapper {
  align-items: baseline;
  /* margin-bottom: 15px; */
}
.episode-wrapper {
  margin-bottom: 15px;
}
.react-datetime-picker__wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  border: 0;
  padding: 10px 5px;
}
.react-datetime-picker .react-datetime-picker__wrapper {
  border-color: #b0b0b0;
  background-color: #fff;
}
.add-timeline-wrapper {
  margin-top: 10px;
}
.adanian-name {
  /* margin-bottom: 20px; */
  padding: 0 7px;
}
.date-picker-wrapper {
  justify-content: left;
}
.episode-date-time-select {
  display: flex;
  width: 90%;
  margin-top: 10px;
}
.episode-date-time-wrapper {
  display: flex;
  align-items: center;
  padding-right: 0;
  justify-content: space-between;
}
.date-picker-sm {
  padding: 0 12px;
  margin-top: 15px;
}
.episode-action-buttons-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexbox {
  display: flex;
  align-items: center;
}
.flexbox,
.flexbox-center {
  justify-content: center;
}
.checkbox-wrapper,
.flexbox-center {
  display: flex;
  align-items: center;
}
.border-top {
  border-radius: 5px 5px 0 0;
  height: 30px;
  width: 30px;
}
.episode-content {
  width: 96%;
}
.episode-action-buttons-wrapper {
  width: 2%;
}
.episode-container {
  display: flex;
  padding: 15px 10px;
}
.inner-episode-design {
  border-radius: 5px;
  background-color: #ffffffb3;
  /* -webkit-box-shadow: 0 2px 10px 5px #e2e2e2;
  -moz-box-shadow: 0 2px 10px 5px #e2e2e2;
  box-shadow: 0 2px 10px 5px #e2e2e2; */
  border: 1px solid #dadada;
}
.inner-episode-title {
  font-size: 20px;
  font-weight: 600;
}
.episode-container,
.episode-info,
.episode-status,
.episode-timeline-container {
  justify-content: space-between;
}
.episode-timeline-container {
  margin: 20px 0 0;
}
.sub-section-episode-detail {
  margin-bottom: 20px;
  width: 24%;
}
.sub-section-episode-detail-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.episode-timeline-section {
  background-color: #f1f1f1;
 padding: 10px;
}
.inner-date-section {
  display: grid;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
.episode-time-main {
  background-color: #fff;
  box-shadow: 1px 4px 5px 2px #dfdfdf;
  border: 0;
}
.episodes-container {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.4s ease;
}
.visible {
  opacity: 1;
  max-height: 100dvh;
  overflow: scroll;
}
.hidden {
  opacity: 0;
  max-height: 0;
  transition: max-height 0.4s ease-in-out, opacity 0.8s ease;
}
.episode-status {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 6px;
  background-color: #fff;
}
.episode-detail {
  width: 28%;
}
.small-timeline-container {
  width: 22%;
}
.duration-status-wrapper {
  padding-right: 0;
}
.article-status {
  display: flex;
  align-items: center;
}
.touch-device {
  background-color: transparent;
  display: none;
  opacity: 0.8;
}
.hover-element {
  background-color: red;
  opacity: 1;
}
.participant-select .css-1n6sfyn-MenuList.css-d7l1ni-option {
  background-color: #1d4364;
}
.participant-select.css-wsp0cs-MultiValueGeneric {
  background-color: #0f273c;
  color: #fff;
}
.participant-select .css-13cymwt-control {
  padding: 5px 0;
  border: 1px solid #b0b0b0;
}
.css-t3ipsp-control {
  padding: 5px 0;
}
.participant-select .css-wsp0cs-MultiValueGeneric {
  background-color: rgb(21 50 75);
  color: #fff;
  border-radius: 2px 0 0 2px;
}
.participant-select .css-12a83d4-MultiValueRemove {
  background-color: rgb(21 50 75);
  color: #fff;
  border-radius: 0 2px 2px 0;
}
.episode-date {
  max-width: 292px;
  width: 100%;
}
.css-1n6sfyn-MenuList {
  padding-bottom: 0;
}
.participant-select > .css-1nmdiq5-menu {
  background-color: #fff;
}
.css-t3ipsp-control:hover {
  border-color: #0f273c;
}
.css-9jq23d {
  color: #fff;
}
::selection {
  background-color: #0f273c;
  color: #fff;
}
.episode-title-wrapper {
  margin-bottom: 10px;
}
.reform {
  display: flex;
}
.demo-download-wrapper {
  display: flex;
  justify-content: space-between;
}
.demo-download {
  width: 13%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.demo-file-link {
  display: block;
  text-align: end;
  padding-right: 7px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.episode-icon {
  height: 16px;
}
.participation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.participation-list-button {
  padding-left: 15px;
  width: 15%;
}
.participation-button-wrapper {
  justify-content: space-between;
}

.sub-section-episode-detail-title {
  padding: 0 30px;
}
.episode-button-wrapper {
  display: flex;
  width: 50%;
  justify-content: end;
}
.epidode-add-containter {
  width: 30%;
  padding-left: 0;
}
.episode-update-title {
  /* margin-bottom: 10px; */
  font-weight: 400;
}
.content-details-left {
  width: 90%;
}

.no-wrap{
  white-space: nowrap;
}
/* .video-table-dropdown{
  width: 100%;
} */
.episode-date-time-select-wrapper {
  padding: 15px 0;
}
.chart .chart-title{
  display: none;
}
.PageTitle{
  font-size: 25px;
}
.gsa-dashboard-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  height:85vh;
}
.gsa-dashboard-logo img{
  border-radius: 50%;
  opacity: 0.7;

}
.participant-id-column{
  width: 10%;
  /* background-color: red; */
  text-align: center;
}
@media (min-width: 1441px) {
  .left-sidebar{
    width: 6vw;
  }
  .left-sidebar.expanded{
    width: 15vw;
  }
  .right-content.expanded{
    margin-left: 15vw;
  }
  .participation-list-button {
    padding-left: 28px;
    width: 12%;
  }
  .episode-timeline {
    width: 22%;
  }
  .react-datetime-picker .react-datetime-picker__wrapper {
    padding: 10px 5px;
  }
  .right-content {
    margin-left: 6vw;
  }
  .episode-detail {
    width: 20%;
  }
  .date-picker-sm {
    width: 15%;
  }
  .inner-epsidoe-details {
    width: 89%;
  }
  .episode-thumbnail {
    width: 10%;
  }
  .inner-epsode-date {
    width: 24.33%;
  }
  .episode-date {
    max-width: 100%;
  }
  .date-picker-wrapper,
  .episode-date-time-select-wrapper {
    justify-content: space-evenly;
  }
  .episode-date-time-select {
    padding: 0 12px;
  }
  .button-wrapper {
    max-height: 6dvh;
  }
  .contact-us-wrapper {
    width: 85%;
  }
  .small-videos-wrapper {
    padding: 10px 0;
    max-height: 234px;
  }
  .mobile-slider-width {
    width: 20%;
  }
  .viewer-header-top {
    width: 25%;
  }
  .container {
    max-width: 1900px;
  }
  /* .upload-main {
    max-height: 554px;
  } */
  .video-thumbnail-container {
    max-height: 160px;
  }
  .slick-arrow {
    bottom: 0;
    top: 290px;
  }
  .footer-list {
    justify-content: end;
  }
}
@media  (max-width: 1200px) {
  .participation-list-button {
    padding-left: 20px;
    width: 19%;
  }
  .demo-download {
    width: 28%;
  }
  .right-content {
    margin-left: 9%;
  }
  .right-content.expanded {
    margin-left: 20%;
  }
  .left-sidebar {
    width: 10%;
  }
  .left-sidebar.expanded {
    width: 20%;
  }
  .episode-detail {
    width: 50%;
  }
  .episode-date {
    max-width: 100%;
  }
  .episode-date-time-select {
    margin-top: 15px;
    width: 95%;
  }
  .episode-date-picker {
    margin: 10px 0;
  }
  .episode-action-buttons {
    width: 5%;
  }
  .small-timeline-container {
    width: 45%;
  }
  .episode-timeline {
    width: 33.33%;
    padding-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .epidode-add-containter {
    padding-left: 15px;
  }
  .episode-timeline {
    width: 34%;
    padding: 0 7px;
  }
  .sub-section-episode-detail {
    margin-top: 15px;
  }
  
  .episode-date-time-select-wrapper,
  .episode-timeline-container {
    justify-content: left;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .sub-section-episode-detail {
    width: 33%;
  }
  .participation-list-button {
    padding-left: 24px;
    width: 23%;
  }
  .duration-status-wrapper {
    margin-bottom: 5px;
  }
  .right-content {
    margin-left: 10%;
  }
  .right-content.expanded {
    margin-left: 25%;
  }
  .episode-timeline-wrapper {
    padding-left: 0;
  }
  .episode-detail {
    width: 50%;
  }
  .episode-action-buttons {
    width: 5%;
  }
  .crop-image-controls {
    font-size: 13px;
  }
  .video-status,
  .video-status-wrapper {
    margin-bottom: 10px;
  }
  .right-content-wrapper {
    padding-top: 20px;
  }
  .left-sidebar.expanded {
    width: 25%;
  }
  .left-sidebar.collapsed {
    width: 10%;
  }
  .select-status,
  .username {
    font-size: 14px;
  }
  .fa-bell {
    font-size: 15px;
  }
  .sidebar-link-icons {
    font-size: 25px;
    padding-left: 0;
  }
  .sidebar-link,
  .stats-title {
    font-size: 16px;
  }
  .stats-main {
    margin-bottom: 30px;
  }
  .stats-sub {
    padding: 0 10px;
    transition-duration: 0.3s;
    text-align: center;
  }
  .stats-title {
    margin-bottom: 6px;
    white-space: nowrap;
  }
  .stats-num {
    font-size: 28px;
    margin-bottom: 0.3rem;
  }
  .stats-status {
    font-size: 16px;
  }
  .chart,
  .stats-below {
    margin-bottom: 1rem;
  }
  .chart-main{
    display: flex;
    justify-content: center;
  }
  .sub-divide-sates-main {
    display: flex;
  }
  .chart-main ul {
    padding-right: 10px;
  }
  .aside-stats-title {
    margin: 8px 0;
    font-size: 15px;
  }
  .mg-t-50 {
    margin-top: 30px;
  }
  .checkmark {
    left: 50%;
  }
  .stats-below {
    width: 33%;
    margin-bottom: 15px;
  }
  .select-status {
    width: 100%;
    margin-top: 10px;
  }
  .left-sidebar {
    width: 7%;
  }
}
@media  (max-width: 992px){
  .policies-wrapper {
    background-size: contain;
  }
  .visible {
    max-height: 100%;
  }
  .episode-timeline,
  .sub-section-episode-detail {
    width: 50%;
  }
  .participation-list-button {
    padding-left: 21px;
    width: 28%;
  }
  .duration-status-wrapper {
    padding-right: 12px;
  }
  .episode-status {
    white-space: normal;
  }
  .logo-wrapper {
    width: 20%;
  }
  .viewer-searchfield {
    padding-left: 5px;
  }
  .episode-date-time-select {
    padding: 0 12px;
  }
  .episode-date-time-wrapper {
    justify-content: space-between;
  }
  .episode-date-time-select {
    width: 100%;
  }
  .date-picker-wrapper {
    justify-content: space-between;
  }
  .amazing-adanian-wrapper,
  .episode-wrapper {
    margin-bottom: 20px;
  }
  .crop-image-controls {
    margin-bottom: 10px;
  }
  .select-status {
    justify-content: space-between;
  }
  .left-sidebar.expanded {
    width: 25%;
  }
  .left-sidebar.collapsed {
    width: 11%;
  }
  .right-content-wrapper {
    padding-top: 0;
  }
  .content-buttons-right {
    margin-left: 10px;
  }
  .video-title:hover {
    max-width: calc(135ch);
    white-space: break-spaces;
  }
  .right-content {
    margin-left: 95px;
  }
  .left-sidebar {
    width: 16%;
  }
  .title-wrapper a {
    display: block;
  }
  .right-header {
    padding: 12px 0;
    margin-bottom: 10px;
  }
  .fa-bell {
    font-size: 18px;
  }
  .aside-stats-wrapper {
    margin: 20px;
  }
  .aside-stats-content {
    margin-bottom: 15px;
  }
  .aside-stats-title {
    font-size: 18px;
  }
  .stats-main {
    margin-bottom: 25px;
  }
  .stats-title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .stats-num {
    font-size: 26px;
    margin-bottom: 0.2rem;
  }
  .chart-title {
    font-size: 15px;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .pagination-wrapper > * {
    margin-bottom: 10px;
  }
  .pagination-wrapper {
    justify-content: space-between;
  }
  .pagination-main {
    justify-content: flex-end;
  }
  .left-filter {
    width: 20%;
  }
  .episode-date-picker {
    display: block;
    margin: 10px 0;
  }
  .sidebar {
    max-height: 64dvh;
  }
  .episode-action-buttons-wrapper {
    width: 5%;
  }
  .video-table-dropdown {
    margin-top: 20px;
  }
  .chart-title:nth-child(2){
    display: none;
  }
  .chart .chart-title{
    display: block;
  }
  .chart-main{
    margin-top: 0;
  }
}
@media screen and (orientation: portrait) {
  .sidebar {
    max-height: 85dvh;
  }
}
@media (max-width: 768px) {
  
  .participation-list-button {
    width: 31%;
  }
  .right-content.expanded {
    margin-left: 34%;
  }
  .fixed-video-status-box {
    width: 45%;
  }
  .date-picker-sm {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .episode-action-buttons {
    justify-content: center;
    margin-top: 10px;
  }
  .episode-date-time-wrapper {
    justify-content: center;
  }
  .episode-action-buttons {
    width: 100%;
  }
  .crop-image-controls {
    justify-content: left;
  }
  .logo {
    margin-top: 60px;
    max-width: 150px;
    margin-bottom: 30px;
  }
  .video-thumbnail-wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
  }
  .viewer-header-wrapper {
    margin-bottom: 0;
  }
  .viewer-searchbar-wrapper {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .viewer-nav-menu-wrapper li {
    padding: 2px 11px;
    font-size: 14px;
  }
  .viewer-searchfield {
    margin-left: 10px;
  }
  .slick-track .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 45.25%;
  }
  .right-content-wrapper {
    padding-top: 5px;
  }
  .content-status-options {
    margin-top: 10px;
  }
  .small-thumbnail-title p {
    font-size: 16px;
  }
  .logo-wrapper {
    width: 20%;
  }
  .small-thumbnail-title {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .viewer-header-top {
    align-items: center;
  }
  .viewer-nav-menu-wrapper {
    justify-content: space-evenly;
  }
  .checkmark {
    top: 50px;
    left: 0;
  }
  .video-thumbnail-container {
    width: 100%;
    max-height: 100px;
  }
  .video-thumbnail-container:hover .thumbnail-play-icon {
    display: block;
  }
  .video-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .video-description {
    font-size: 13px;
    max-width: 420px;
    text-align: justify;
    line-height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s ease-out;
  }
  .video-description:hover {
    white-space: normal;
    overflow: visible;
  }
  .video-status {
    padding: 3px;
    font-size: 12px;
  }
  .select-status input[type="radio"] {
    width: 15px;
    height: 15px;
  }
  .select-wrapper {
    padding-right: 20px;
  }
  .label-title {
    font-size: 17px;
  }
  .chart-title {
    text-align: center;
  }
  .stats-main {
    justify-content: center;
  }
  .stats-sub {
    width: 43.33%;
    text-align: center;
    border: 1px solid #bebebe;
    border-radius: 5px;
    box-shadow: -2px 2px 5px 0 gray;
    margin: 10px 15px;
    background-color: #fff;
  }
  .right-content {
    margin-left: 13%;
  }
  .left-sidebar.collapsed {
    width: 13%;
  }
  .left-sidebar.expanded {
    width: 35%;
  }
  
}
@media (max-width: 576px) {
  
  

  .episode-container {
    padding: 10px 0px;
  }
  .post-upload-wrapper {
    margin-top: 25px;
  }
  .episode-timeline {
    width: 100%;
  }
  .episode-wrapper {
    padding-top: 20px;
  }
  .episodes-container {
    overflow: scroll;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 5px;
  }
  .episode-button-wrapper {
    width: 75%;
  }
  .sub-section-episode-detail {
    width: 100%;
  }
  .participation-list-button {
    padding-left: 24px;
    width: 45%;
  }
  .small-timeline-container {
    width: 100%;
  }
  .duration-status-wrapper {
    margin-bottom: 0;
  }
  .demo-download {
    width: 50%;
  }
  .eps-content {
    padding: 15px 10px;
  }
  .video-title {
    margin-bottom: 10px;
  }
  .inner-episode-title{
    margin-bottom: 15px;
  }
  .episode-structure {
    flex-wrap: wrap;
  }
  .episode-thumbnail {
    width: 100%;
    margin-bottom: 15px;
  }
  .inner-epsidoe-details {
    width: 100%;
  }
  .sidebar {
    max-height: 100dvh;
  }
  .left-sidebar {
    overflow: hidden;
  }
  .aavideo-content {
    padding-top: 0;
  }
  .episode-detail {
    width: 100%;
  }
  .episode-content {
    width: 90%;
    margin: auto;
  }
  .episode-action-buttons-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .episode-action-buttons-wrapper > * {
    margin: 10px;
  }
  .date-picker-sm,
  .episode-container {
    display: block;
  }
  .amazing-adanian-wrapper {
    justify-content: center;
  }
  .crop-image-controls {
    justify-content: flex-start;
    width: 70dvh;
    padding: 0;
  }
  .crop-image-button {
    width: 100%;
  }
  .sidebar-icons {
    font-size: 28px;
    position: fixed;
    right: 2%;
    color: #2d5478;
    top: 1%;
    background-color: #ffffff5c;
    padding: 0 10px 1px;
  }
  .video-status {
    width: 100%;
  }
  .footer-list {
    justify-content: center;
  }
  .pagintion-result {
    text-align: center;
  }
  .pagination-main,
  .right-filter {
    justify-content: center;
  }
  .sidebar {
    padding: 0;
  }
  .sidebar-title {
    border-radius: 0;
  }
  .username {
    display: none;
  }
  .video-content {
    justify-content: center;
  }
  .right-content.expanded {
    margin-left: 0;
  }
  .left-sidebar.expanded {
    width: 100%;
  }
  .form-heading {
    text-align: center;
    font-size: 4vw;
    margin: 3.5vw 0;
    position: relative;
  }
  .form-heading::after {
    content: "";
    position: absolute;
    background-color: #204a6f;
    height: 0.3vw;
    width: 19vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1.5vw;
    bottom: -0.8vw;
  }
  .user-details {
    justify-content: left;
  }
  .stats-sub {
    width: 80.33%;
  }
  .sidebar-close {
    display: block;
  }
  .mobile-username {
    display: block;
    margin-bottom: 1.5vw;
  }
  .username-wrapper {
    display: none;
  }
  .left-sidebar.collapsed {
    width: 0%;
  }
  .right-header {
    justify-content: left;
  }
  .right-content {
    margin-left: 0;
  }
}
@media (max-width: 430px) {
  .video-table-dropdown span {
    display: block;
    text-align: center;
  }
  .status-input{
    width: 100%;
  }
  .article-status {
    margin-bottom: 10px;
  }
  .sub-section-episode-detail-title {
    font-size: 16px;
  }
  .crop-image-wrapper {
    justify-content: center;
  }
  .episode-action-buttons {
    width: 14%;
  }
  .text-editor-wrapper {
    padding-bottom: 75px;
  }
  .login-input {
    width: 310px;
  }
  /* .policies-wrapper { */
    /* background-size: contain; */
    /* height: 100dvh; */
  /* } */
  .left-filter {
    width: 50%;
  }
  .footer-list > * {
    width: 33.33%;
    white-space: nowrap;
  }
  .image-container {
    max-height: 100px;
  }
  .logo-wrapper {
    width: 20%;
  }
  .sidebar-title .tooltip {
    width: 65px;
    font-size: 10px;
    right: 8%;
  }
  .sidebar-logo {
    max-width: 50px;
  }
  .article-details {
    margin: 20px;
  }
  .small-videos-wrapper {
    max-height: 235px;
  }
  .nav-menu {
    font-size: 13px;
  }
  .right-content-wrapper {
    padding: 10px 14px 0;
  }
  .left-sidebar {
    padding: 0;
  }
  .total-results-label {
    text-align: center;
    margin-bottom: 10px;
  }
  .video-thumbnail-container {
    height: 100%;
    width: 100%;
    max-height: 143px;
  }
  .video-thumbnail-container img {
    width: 100%;
    object-fit: inherit;
  }
  .sidebar-logo-wrapper a {
    max-width: 130px;
  }
  .small-thumbnail-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .mobile-slider-width {
    width: 50%;
  }
  .slider-main {
    width: 100%;
    max-width: 400px;
  }
  .action-buttons-wrapper {
    justify-content: space-between;
  }
  .action-buttons li,
  .video-table-button-structure {
    padding: 5px 8px;
  }
  .final-submission-button {
    padding: 10px 8px;
  }
  .right-button {
    padding-left: 0;
  }
  .left-button {
    padding-right: 0;
  }
  .apply-button {
    max-width: 100px;
    margin: 20px auto 0;
    text-align: center;
  }
  .edit-button {
    display: block;
    width: 20%;
  }
  .graph-wrapper,
  .mg-t-50 {
    margin: 0;
  }
  .chart-title {
    margin-bottom: -30px;
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
  .mobile-chart-wrapper {
    max-width: 280px;
    margin: 0 auto;
  }
  .label-title {
    font-size: 16px;
  }
  .pagination-wrapper {
    margin-bottom: 5px;
  }
  .select-status {
    padding-right: 0;
  }
  .select-status span {
    width: 50%;
    margin-bottom: 5px;
  }
  .policies ol,
  .policies ul {
    padding-left: 5px;
  }
  .header-date-section,
  .select-status {
    flex-wrap: wrap;
  }
  .header-date-section input,
  .header-date-section label,
  .header-date-section span {
    width: 100%;
    margin: 0 0 10px;
  }
  .header-date-section label {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
  }
  .video-cover-image img {
    max-height: 300px;
  }
}
@media (max-width: 375px) {
  .episode-action-buttons {
    padding: 0 3px;
  }
  .logo {
    margin: 0 auto 20px;
  }
  .article-details {
    margin: 10px 10px 0;
  }
  .viewer-nav-menu-wrapper li {
    padding: 10px 10px 10px 19px;
  }
  .mobile-slider-width {
    width: 50%;
  }
  .label-title {
    font-size: 15px;
  }
  .col-12 {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .eps-content {
    padding-left: 0;
    padding-right: 0;
  }
  .watermark {
    width: 320px;
  }
  .label-title {
    font-size: 14px;
  }
  .form-submit {
    margin: 10px 0;
    max-width: 320px;
  }
  .col-8 {
    width: 62%;
    padding-left: 0;
  }
  .sidebar-icons {
    right: 10px;
  }
}

/* ==========================================
   DASHBOARD - WATERMARK FIRST, THEN CONTENT
   SMALLER CARDS VERSION
   ========================================== */

/* Main Page Container */
.dashboard-page {
    position: relative;
    min-height: 100vh;
    width: 100%;
}

/* WATERMARK - VERY LIGHT (FIRST LAYER) */
.dashboard-watermark-logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    opacity: 0.4; 
}

.dashboard-watermark-logo img {
    width: 700px;
    height: auto;
}

/* CONTENT LAYER (ON TOP OF WATERMARK) */
.dashboard-content-wrapper {
    position: relative;
    z-index: 1;
    padding: 10px;
    max-width: 1600px;
    margin: 0 auto;
}

/* Title Section */
.dashboard-title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e0e0e0;
}

.dashboard-title-section .PageTitle {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #0f273c;
}

.total-videos-count {
    background: linear-gradient(135deg, #0f273c 0%, #2d4154 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(15, 39, 60, 0.2);
}

/* Videos Grid - SMALLER CARDS */
.published-videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    padding-bottom: 40px;
}

/* Video Card - MUCH SMALLER */
.published-video-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.published-video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

/* Poster Image Container - SMALLER HEIGHT */
.poster-image-container {
    position: relative;
    width: 100%;
    height: 120px; /* REDUCED from 200px */
    background: #f0f0f0;
    overflow: hidden;
}

.poster-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.published-video-card:hover .poster-image {
    transform: scale(1.08);
}

/* Poster Placeholder */
.poster-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 13px;
    font-weight: 600;
}

/* Views Badge - SMALLER */
.views-badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    color: white;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
}

.views-badge svg {
    font-size: 12px;
}

/* Video Details - LESS PADDING */
.video-details {
    padding: 12px;
}

/* Title - SMALLER FONT */
.video-title-text {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Description - SMALLER FONT */
.video-desc-text {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* REDUCED from 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Empty State */
.empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 20px;
    color: #999;
}

.empty-state p {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

/* ==========================================
   RESPONSIVE BREAKPOINTS
   ========================================== */

@media (max-width: 1200px) {
    .published-videos-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 14px;
    }

    .dashboard-watermark-logo img {
        width: 500px;
    }
}

@media (max-width: 992px) {
    .dashboard-content-wrapper {
        padding: 18px;
    }

    .published-videos-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 12px;
    }

    .dashboard-title-section .PageTitle {
        font-size: 24px;
    }

    .poster-image-container {
        height: 100px;
    }

    .dashboard-watermark-logo img {
        width: 400px;
    }
}

@media (max-width: 768px) {
    .dashboard-title-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .published-videos-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 12px;
    }

    .poster-image-container {
        height: 90px;
    }

    .video-details {
        padding: 10px;
    }

    .dashboard-watermark-logo img {
        width: 320px;
    }
}

@media (max-width: 576px) {
    .dashboard-content-wrapper {
        padding: 15px;
    }

    .published-videos-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 12px;
    }

    .poster-image-container {
        height: 100px;
    }

    .dashboard-title-section .PageTitle {
        font-size: 22px;
    }

    .dashboard-watermark-logo img {
        width: 250px;
    }
}