.dev_menu_Class,
#menuBurger {
  background: transparent!important;
  color: var(--White-500)!important;
}

html, body {
  height: 100%;
}

.bottom_menu {
  background: #311462!important;
}

.page_container_all:has(.ribblr_show_page) {
  margin: auto;
}

.header-mobile-search {
  display: none!important;
}

.footer_top_gradient.page4 {
 background: #31146280;
}
.sitemaptext_links, .bottom_menu { color: var(--White-500) !important;
}

.vid {
  width: 300px;
  flex-shrink: 0;
  scroll-snap-align: start;
  height: 170px;
}
.vid iframe {
  border-radius: 16px;
}
.prev_videos {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  gap: 16px;
  margin-top:16px;
  overflow-y:hidden;
}
.Right_social {
  background: #31146280!important;
}
.ribblr_show {
  background: radial-gradient(var(--Purple), #5D3B98, #5D3B98);
}

.ribblr_show.ribblr_show_embed {
  margin: 0;
}

body.ribblr_show_embed {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.ribblr_show_page {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  padding-bottom: 12px;
}

.ribblr_show_embed_only {
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  box-sizing: border-box;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.ribblr_show_embed_only .ribblr_show_container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
  overflow: visible;
}

.ribblr_show_embed_only .ytalong-responsive {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  flex: 0 0 auto;
  height: auto;
  min-height: 0;
  padding-top: 0;
  border-radius: 0;
}

.ribblr_show_embed_only .ribblr_show_vid {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  min-height: 0;
  border-radius: 0;
}

.ribblr_show_embed_only #ytchat {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.desc {
  font-size: var(--font_large);
  text-align: center;
  font-family:'Inter';
  color: #EAE1ED;
}

.subtitle {
  margin: 10px 10px;
  width: fit-content;
}

.ytalong-responsive {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  border-radius:24px;
}

#ytchat {
  min-height: 320px;
}

.prev_title {
  font-weight: var(--fontweight_heavy);
  font-size: var(--font_title);
  line-height: 20px;
}

.no_vid {
  text-align: center;
}

.prev_section {
  width: 100%;
  /* margin: 30px auto; */
  background: #31146280;
  border-radius: 24px;
  padding: 24px;
  box-sizing: border-box;
}


.ribblr_show_vid {
  width: 100%;
  background: #31146280;
  border-radius:24px;
}

.ytalong-responsive #ytalong {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.chat-grid {
  overflow-x:hidden;
  border-radius:24px;
}

#msg_input {
  width: 75vw;
    font-family: 'Inter';
    font-size: 16px;
    color:var(--White-500);
    margin: 0 16px 0 0;
}

.text_msg {
  display: flex
;
}

.chat_msgs {
  width:90vw;
}

.chat_line {
  /* color: color:var(--White-500); */
  color: var(--White-500);
  word-break: break-word;
}

.ribblr_show_container {
  /*background: #744cd5;*/
  width: 100%;
  display: flex
  ;
      flex-direction: column;
      gap: 16px;
}

.footer_middle_apps, .socialicons_header {
  color: var(--White-500)!important;
}

.ribblrplus_exclusive {
    background: rgba(206, 178, 255, 0.25);
    padding: 3px 6px;
    border-radius: 6px;
    font-size: 21px;
}

.ribblrplus_exclusive img {
    width: 26px !important;
    height: 26px !important;
}

.ytalong-exclusive img, .vid img  {
  width:100%;
  border-radius:16px;
}

.subtitle .subscribenow {
  font-size:16px;
  text-align:center;
}

@media only screen and (max-width: 767px) and (max-aspect-ratio: 119 / 90) {
  #ytchat {
    min-height: 378px;
  }
}

@media screen and (min-width: 1024px) {
  .search-header {
    display: none!important;
  }
  
  .right-menu {
    display: flex;
    justify-content: flex-end!important;
  }
}

@media screen and (min-width: 900px) {
  .ribblr_show_embed_only {
    overflow: hidden;
  }

  .ribblr_show_embed_only .ribblr_show_container {
    flex-direction: row;
    align-items: flex-start;
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .ribblr_show_embed_only .ytalong-responsive {
    flex: 1 1 auto;
    width: auto;
    max-width: calc(100% - clamp(300px, 33vw, 420px));
    min-width: 0;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .ribblr_show_embed_only .ribblr_show_vid {
    flex: 0 0 clamp(300px, 33vw, 420px);
    width: clamp(300px, 33vw, 420px);
    height: 100%;
  }
}

@media screen and (min-width: 1024px) and (min-aspect-ratio: 119/90)

/* all landscape */
  {
  .ribblr_show:not(.ribblr_show_embed) .ribblr_show_container {
    display: flex;
    flex-direction: row;
    gap:16px;
  }

  .ribblr_show:not(.ribblr_show_embed) .ytalong-responsive {
    padding-top: 31.7%
  }

  .ribblr_show:not(.ribblr_show_embed) .ribblr_show_vid {
    width:75%;
  }
}

@media only screen and (max-width: 1023px) {
  .ribblr_show_embed_only #ytchat {
    min-height: 280px;
  }
}
