:root {
  --white: white;
  --black: black;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.spinning {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.nav-bar {
  background-color: #fafaf8;
  border-bottom: 1px solid #929292;
  min-height: 60px;
  max-height: 60px;
}

.body {
  position: fixed;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
  clear: both;
  text-align: center;
  background-color: white;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100%;
  padding-bottom: env(safe-area-inset-bottom, 0);
  /* Use min-height: 100dvh for full page content if needed */
  min-height: 100dvh;
  min-height: calc(100vh); /* other header heights etc */
  display: block;
  overflow: hidden;
}

.section-2 {
  min-height: 80px;
  overflow: scroll;
}

.container-2 {
  object-fit: fill;
  overflow: visible;
}

.footer-dark {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  margin-bottom: auto;
  padding: 50px 30px 15px;
  display: grid;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.keyboard-sheet-container {
    position: fixed;
    left: 25%;
    right: 25%;
    bottom: 0;
    padding-bottom: env(safe-area-inset-bottom, 0);
    width: 50%;
    height: 60px;
    border-top: 1px solid #8C8C8C;
    border-right: 1px solid #8C8C8C;
    border-left: 1px solid #8C8C8C;
    will-change: transform;
    transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1);
    background: #FAFAF8;
    z-index: 1;
    align-content: center;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.container-3 {
  max-width: 940vw;
  min-height: 1000px;
  max-height: 400vh;
}

.container-4 {
  min-height: 1000px;
}

.section-3 {
  display: block;
}

.form-block {
  margin-bottom: 0;
}

.nav-bar-container {
  object-fit: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60px;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.search-text-field {
  border-radius: 12px;
  min-width: auto;
  min-height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.search {
  margin-bottom: auto;
  margin-right: 20px;
  padding-top: 0;
}

.form-block-2 {
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.image {
  object-fit: scale-down;
  min-width: auto;
  max-width: none;
  min-height: 40px;
  max-height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.grid {
  grid-template-columns: 1fr 1fr;
}

.button {
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: stretch;
  min-width: 40px;
  max-width: 40px;
  display: flex;
}

.image-2 {
  align-self: flex-start;
  max-width: none;
  min-height: 40px;
  max-height: 40px;
  margin-top: 10px;
  margin-left: 0;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.button-2 {
  color: #5217cd;
  text-align: left;
  background-color: #3898ec00;
  border: 1px solid #685c5c00;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-bar-player-column {
  clear: right;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  min-height: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-bar-search-column {
  padding-top: 10px;
  padding-right: 0;
  position: relative;
}

.content-view {
  background-color: #fff;
  border-bottom: 0 solid #8c8c8c;
  width: 100%;
  min-height: auto;
  max-height: none;
  overflow: visible;
  display: flex;
  justify-content: center;
}

.account-column {
  object-fit: contain;
  background-color: #fafaf800;
  border-right: 0 #8c8c8c;
  min-height: 1000px;
  max-height: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.content-column {
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-height: auto;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.trending-column {
  object-fit: contain;
  background-color: #fafaf800;
  border-left: 0 solid #8c8c8c;
  min-height: 220px;
  max-height: 320px;
  margin-top: 0px;
  padding-left: 0;
  padding-right: 0;
}

.image-3 {
  min-width: 40px;
  max-width: 40%;
  min-height: 40px;
  max-height: 40px;
  margin-top: 10px;
  padding-left: 10px;
}

.section-4 {
  border-bottom: 1px solid #8c8c8c;
  min-height: 100px;
  max-height: 100px;
  padding-top: 10px;
}

.image-4 {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  padding-top: 10px;
  padding-bottom: 0;
}

.column-6 {
  object-fit: cover;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

.columns-3 {
  min-height: 40px;
  max-height: 40px;
}

.user_image {
  border-radius: 30px;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  margin-left: 20px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  color: #0c0505;
  margin-left: 10px;
}

.button-3 {
  color: #5217cd;
  text-align: left;
  background-color: #5217cd00;
  width: 98.6719px;
  min-width: 0%;
  max-width: 98.6719vw;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.footer-dark-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #5217cd;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-6 {
  max-width: 50%;
}

.text-block-2 {
  min-height: 20px;
  max-height: 20px;
  margin-top: 5px;
  margin-left: 20px;
}

.entity {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding: 8px;
}

.column-7 {
  clear: both;
  padding-right: 10px;
}

.column-8 {
  overflow: auto;
}

.section-5 {
  min-height: 80px;
  max-height: 80px;
  display: flex;
}

.div-block-2 {
  min-height: 60px;
  max-height: 60px;
  margin-top: 10px;
  display: block;
}

.image-7 {
  border-radius: 30px;
  min-width: 60px;
  max-width: 60%;
  min-height: 60px;
  max-height: 60px;
  margin-top: 0;
  margin-left: 0;
}

.div-block-3 {
  min-width: 10px;
  min-height: 60px;
  max-height: 60px;
  margin-top: 10px;
}

.div-block-4 {
  min-width: auto;
  max-width: none;
  min-height: 60px;
  max-height: 60px;
  margin-top: 10px;
}

.text-block-3 {
  margin-right: 10px;
}

.div-block-5 {
  flex: 1;
  align-self: center;
  min-width: 10px;
  max-width: 10vw;
  min-height: 60px;
  max-height: 60px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 20px;
}

.text-block-4 {
  margin-left: 0;
}

.section-6 {
  border-bottom: .5px solid #8c8c8c;
  min-height: 30px;
  max-height: 30px;
}

.div-block-6 {
  justify-content: flex-end;
  display: flex;
}

.button-4 {
  clear: right;
  color: #5217cd;
  text-align: right;
  background-color: #3898ec00;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px 0;
}

.div-block-7 {
  min-width: 20px;
  max-width: 20px;
}

.button-5 {
  color: #5217cd;
  background-color: #3898ec00;
  margin-top: 20px;
  padding: 10px 0;
}

.div-block-8 {
  min-width: 20px;
  max-width: 20px;
}

.button-6 {
  color: #5217cd;
  background-color: #3898ec00;
  margin-top: 20px;
  padding: 10px 0;
}

.section-7 {
  min-height: 200px;
  max-height: 200px;
}

.div-block-9 {
  border-bottom: .5px solid #8c8c8c;
  min-height: 240px;
  max-height: 240px;
}

.button-7 {
  color: #5217cd;
  text-align: center;
  background-color: #3898ec00;
  padding: 10px 0;
  font-weight: 400;
  display: block;
}

.button-8 {
  color: #5217cd;
  text-align: center;
  background-color: #3898ec00;
  padding: 10px 0;
  display: block;
}

.button-9 {
  color: #5217cd;
  text-align: center;
  background-color: #3898ec00;
  display: block;
}

.button-10, .button-11 {
  color: #5217cd;
  text-align: center;
  background-color: #3898ec00;
  padding: 10px 0;
  display: block;
}

.button-12 {
  color: #5217cd;
  text-align: center;
  background-color: #3898ec00;
  display: block;
}

.div-block-10 {
  min-height: 400px;
  max-height: 400px;
}

.div-block-11 {
  min-height: 60px;
  max-height: 60px;
}

.text-block-5 {
  min-height: 40px;
  max-height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 22px;
}

.div-block-12 {
  display: flex;
}

.div-block-13 {
  min-width: 20%;
  max-width: 20%;
}

.text-block-6 {
  min-width: 80%;
  max-width: 80%;
  min-height: 40px;
  max-height: 40px;
  margin-top: 10px;
  margin-left: 20px;
  font-size: 22px;
}

.button-13 {
  color: #5217cd;
  text-align: center;
  background-color: #3898ec00;
  min-width: 100%;
  max-width: 100%;
  min-height: 40px;
  max-height: 40px;
  padding: 0;
}

.div-block-14 {
  min-width: 20px;
  max-width: 20px;
}

.div-block-16 {
  display: flex;
}

.div-block-17 {
  min-width: 33.33%;
  max-width: 33.3288%;
  min-height: 80px;
  max-height: 80px;
  display: flex;
}

.div-block-18 {
  min-width: 33.33%;
  max-width: 33.3288%;
  min-height: 80px;
  max-height: 80px;
}

.div-block-19 {
  min-width: 33.33%;
  max-width: 33.32%;
}

.div-block-20 {
  min-width: 80%;
  max-width: 79.9984%;
  min-height: 80px;
  max-height: 80px;
}

.div-block-21 {
  min-width: 100%;
}

.div-block-22 {
  min-width: 20%;
  max-width: 20%;
  min-height: 40px;
  max-height: 40px;
  margin-top: 20px;
}

.image-8 {
  border-radius: 20px;
}

.div-block-23 {
  min-height: 33.33%;
  max-height: 33.3203%;
}

.div-block-24 {
  min-height: 33.33%;
  max-height: 33.33%;
}

.div-block-25 {
  min-height: 33.33%;
  max-height: 33.3203%;
}

.button-14 {
  color: #5217cd;
  text-align: center;
  background-color: #3898ec00;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  font-size: 12px;
  display: block;
}

.button-15 {
  color: #5217cd;
  background-color: #3898ec00;
  min-height: 100%;
  max-height: 100%;
  margin-left: 10px;
  padding: 0;
  font-size: 16px;
}

.div-block-26 {
  min-width: 20%;
  max-width: 20%;
  min-height: 100%;
  max-height: 100%;
}

.div-block-27 {
  min-height: 33.33%;
  max-height: 33.3203%;
}

.div-block-28 {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-top: 20px;
}

.image-9 {
  border-radius: 0;
  padding: 10px;
}

.div-block-29 {
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.div-block-30 {
  min-width: 20px;
  max-width: 20px;
  min-height: 100%;
  max-height: 100%;
}

.div-block-31 {
  min-width: 80%;
  max-width: 80%;
  min-height: 100%;
  max-height: 100%;
}

.div-block-32 {
  min-width: 100%;
  max-width: 100%;
  min-height: 10px;
  max-height: 10px;
}

.text-block-8 {
  min-width: 100%;
  max-width: 100%;
  min-height: 40px;
  max-height: 40px;
  margin-top: 0;
  padding-top: 10px;
  font-size: 22px;
  font-weight: 700;
}

.div-block-33 {
  min-width: 33.33%;
  max-width: 33.33%;
  min-height: 100%;
  max-height: 100%;
}

.button-16 {
  clear: right;
  color: #5217cd;
  text-align: right;
  background-color: #3898ec00;
  margin-top: 10px;
  margin-left: 40px;
  padding: 0 0 0 40px;
  display: flex;
}

.button-17 {
  color: #5217cd;
  text-align: right;
  background-color: #3898ec00;
  min-width: 20%;
  max-width: 20%;
  min-height: 40px;
  max-height: 40px;
  margin-top: 10px;
  padding: 0;
  font-size: 12px;
}

.trending {
  width: 200px;
}

.trending-container {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex-direction: column;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-right: 10px;
  padding-top: 0;
  display: flex;
}

.content-headline-text {
  white-space: nowrap;
  flex: 0 auto;
  align-self: center;
  align-items: flex-end;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.button-18 {
  color: #5217cd;
  text-align: right;
  background-color: #3898ec00;
  min-width: 20%;
  max-width: 20%;
  padding: 0;
  font-size: 12px;
}

.div-block-35 {
  display: flex;
}

.div-block-36 {
  flex: 0 auto;
  width: 33.33%;
  min-width: 0;
  max-width: 0%;
  min-height: 80px;
  max-height: 80px;
}

.div-block-37 {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  display: flex;
}

.div-block-38 {
  width: 33.33%;
  min-width: 0%;
  max-width: 0%;
}

.div-block-39 {
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.image-10 {
  border-radius: 20px;
}

.button-19 {
  color: #5217cd;
  background-color: #3898ec00;
  align-self: center;
  min-height: 20px;
  max-height: 20px;
  padding: 0 10px;
}

.div-block-40 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  min-width: 0%;
  max-width: none;
  min-height: 80px;
  max-height: 80px;
  display: flex;
}

.div-block-41 {
  min-height: 25%;
  max-height: 25%;
}

.button-20 {
  min-height: 20px;
  max-height: 20px;
  padding: 0 10px;
  display: block;
}

.button-21 {
  text-align: left;
  height: 33.33px;
  min-height: 33.33%;
  max-height: 33.33%;
  padding: 0;
  display: block;
}

.button-22 {
  color: #5217cd;
  text-align: left;
  background-color: #3898ec00;
  padding: 0;
  display: block;
}

.div-block-42 {
  text-align: center;
  min-height: 20px;
  max-height: 20px;
}

.button-23 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-43 {
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 33%;
  max-height: 33%;
  display: flex;
}

.div-block-44 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 33%;
  display: flex;
}

.button-24 {
  color: #5217cd;
  background-color: #3898ec00;
  flex-direction: column;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  display: flex;
}

.div-block-45 {
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.image-11 {
  padding: 5px;
}

.button-25 {
  color: #5217cd;
  background-color: #3898ec00;
  align-self: center;
  margin-top: 0;
  padding: 0;
  font-size: 12px;
}

.post-header {
  flex-flow: wrap;
  place-content: center space-between;
  align-items: flex-start;
  min-height: 20px;
  max-height: 20px;
  display: flex;
}

.post {
  border: 1px #000;
  min-height: auto;
  margin-bottom: 0;
  padding: 0 8px;
  overflow: visible;
}

.div-block-48 {
  align-self: center;
}

.image-12 {
  border-radius: 20px;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.button-26 {
  color: #5217cd;
  white-space: normal;
  background-color: #3898ec00;
  align-self: center;
  padding: 0 10px;
}

.div-block-49 {
  flex: 1;
  min-height: 40px;
  max-height: none;
}

.div-block-50 {
  flex: none;
  align-self: center;
  min-width: 40px;
  min-height: 40px;
  max-height: 0;
}

.image-13 {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.div-block-51 {
  justify-content: flex-end;
  min-width: 0;
  height: 20px;
  min-height: 50%;
  max-height: 50%;
  display: flex;
}

.div-block-52 {
  justify-content: flex-end;
  height: 20px;
  min-height: 50%;
  max-height: 50%;
  display: flex;
}

.image-14 {
  text-align: center;
  max-height: 100%;
}

.text-block-10 {
  color: #8c8c8c;
  text-align: center;
  font-size: 12px;
}

.button-28 {
  min-height: 20px;
  max-height: 20px;
  padding: 0 10px;
}

.button-29 {
  order: 0;
  align-self: center;
  padding: 0 10px;
}

.div-block-53 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.button-30 {
  color: #5217cd;
  background-color: #3898ec00;
  min-height: 20px;
  max-height: 20px;
  padding: 0 10px;
  font-size: 12px;
}

.button-31 {
  color: #5217cd;
  background-color: #3898ec00;
  min-height: 20px;
  max-height: 20px;
  padding: 0 10px;
}

.text-block-11 {
  margin-top: 10px;
}

.post-transcript {
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.post-hashtags {
  min-height: 20px;
}

.post-input {
  min-height: 40px;
  max-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-56 {
  min-width: 40px;
  max-width: 40px;
  min-height: 50%;
  max-height: 100%;
  margin-right: 5px;
}

.div-block-57 {
  align-self: center;
  min-width: 5px;
  max-width: 40px;
  min-height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 10px;
}

.text-block-13 {
  color: #8c8c8c;
  font-size: 12px;
}

.div-block-58 {
  min-width: 40px;
  max-width: 40px;
  min-height: 100%;
  max-height: 100%;
  margin-right: 5px;
}

.image-15 {
  margin-right: 0;
}

.div-block-59 {
  align-self: center;
  min-width: 5px;
  max-width: 40px;
  min-height: 100%;
  max-height: 100%;
  margin-right: 10px;
}

.text-block-14 {
  color: #8c8c8c;
  font-size: 12px;
}

.image-16 {
  margin-right: 0;
}

.div-block-60 {
  min-width: 40px;
  max-width: 40px;
  min-height: 100%;
  max-height: 100%;
  margin-right: 5px;
}

.div-block-61 {
  align-self: center;
  min-width: 5px;
  max-width: 40px;
  min-height: 100%;
  max-height: 100%;
}

.text-block-15 {
  color: #8c8c8c;
  font-size: 12px;
}

.div-block-62 {
  flex: 1;
  min-width: 20px;
  min-height: 100%;
  max-height: 100%;
}

.div-block-63 {
  align-self: center;
  min-width: 20px;
  min-height: 100%;
  max-height: 100%;
}

.button-32 {
  float: left;
  clear: both;
  color: #5217cd;
  text-align: right;
  background-color: #3898ec00;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
}

.div-block-64 {
  min-width: 40px;
  max-width: 40px;
  min-height: 100%;
  max-height: 100%;
}

.app {
  text-align: left;
  background-color: #fff;
  border: 0 #000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  overflow: visible;
}

.columns-4 {
  text-align: center;
  object-fit: contain;
  background-color: #fafaf8;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  max-width: none;
  display: inline-block;
  overflow: auto;
}

.column-9 {
  min-height: 100%;
  max-height: 100%;
  display: block;
}

.column-10 {
  text-align: left;
  display: block;
}

.div-block-65 {
  min-height: 8px;
  max-height: 8px;
}

.div-block-66 {
  min-height: 26px;
  max-height: 26px;
}

.image-17 {
  margin-left: 5px;
  padding: 5px;
}

.content-header {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  min-height: 44px;
  max-height: 44px;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.entity-header-icon-container {
  background-color: #9e1d1d00;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  margin-right: 8px;
  padding: 0;
  display: flex;
}

.button-33 {
  color: #7d5eee;
  background-color: #3898ec00;
  flex: 0 auto;
  align-self: center;
  margin-left: 8px;
  padding: 0;
  font-size: 32px;
  overflow: visible;
}

.entity-text {
  text-align: left;
  margin-top: 0;
}

.content-footer {
  justify-content: flex-start;
  align-items: center;
  min-height: 32px;
  max-height: 32px;
  margin-top: 8px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-icon-container {
  justify-content: space-between;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.content-footer-spacer {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  min-width: auto;
  max-width: none;
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.play-button-container {
  background-color: #fff0;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  margin-top: 0;
  position: relative;
}

.footer-count-text {
  color: #8c8c8c;
  align-self: center;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 4px;
  font-size: 14px;
  overflow: visible;
}

.button-34 {
  color: #5217cd;
  background-color: #3898ec00;
  align-self: center;
  padding: 0;
  font-size: 14px;
}

.play-button-icon {
  margin-left: 0;
  padding: 0;
}

.entity-description-text {
  color: #353839;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  font-size: 14px;
}

.post-header-spacer {
  background-color: #a7222200;
  flex: 1;
  min-width: 8px;
  max-width: none;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
}

.header-more {
  color: #8c8c8c;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  min-width: 44px;
  max-width: none;
  min-height: 44px;
  max-height: 44px;
  display: flex;
}

.entity-more-button-container {
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 20px;
  max-height: 20px;
  display: flex;
}

.div-block-75 {
  background-color: #645f3400;
  flex: 1;
  min-width: auto;
  max-width: none;
  min-height: 20px;
  max-height: 20px;
}

.small-icon-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
}

.entity-header-content {
  flex-direction: column;
  justify-content: center;
  min-width: auto;
  max-width: 75%;
  min-height: 44px;
  max-height: 44px;
  margin-left: 0;
  display: flex;
}

.entity-header-name-container {
  align-items: center;
  max-width: 220px;
  min-height: 26px;
  max-height: 26px;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.div-block-78 {
  min-height: 20px;
  max-height: 20px;
}

.post-header-title {
  color: #7f19df;
  background-color: #3898ec00;
  min-width: 100%;
  min-height: 24px;
  max-height: 24px;
  margin-left: 8px;
  padding: 0;
  font-size: 20px;
}

.post-header-detail {
  color: #8c8c8c;
  padding-left: 8px;
}

.content-list {
  text-align: left;
  flex: 1;
  width: 100%;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: block;
  overflow: scroll;
}

.entity-topic {
  background-color: #fafaf800;
  border: .25px #8c8c8c;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 8px;
}

.grid-3 {
  grid-template-areas: "Area-2 Area";
  padding-top: 8px;
}

.div-block-79 {
  background-color: #a23030;
}

.content-trail-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 12px;
  list-style-type: none;
  display: flex;
  overflow: visible;
}

.topic-trail-row {
  background-color: #ce5c2f00;
  align-self: center;
  min-width: auto;
  max-width: none;
  min-height: 40px;
  max-height: 40px;
  margin-right: 8px;
  padding-top: 10px;
}

.topic-trail-name-container {
  background-color: #b91eb700;
  justify-content: center;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  display: flex;
}

.div-block-81 {
  background-color: #acb32c;
  min-height: 100%;
  max-height: 100%;
}

.list-item-2 {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.button-36 {
  color: #5205cb;
  background-color: #3898ec00;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  padding: 2px 0 0 2px;
  font-size: 16px;
  display: block;
}

.topic-trail-spacer-row {
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 40px;
  max-height: 40px;
  padding-left: 0;
}

.topic-trail-spacer-icon {
  color: #8c8c8c;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.entity-description-container {
  margin-top: 0;
}

.post-date-container {
  min-height: 20px;
  max-height: 20px;
}

.post-date-text {
  text-align: right;
  flex-flow: wrap;
  place-content: center flex-end;
  min-height: auto;
  max-height: 100%;
  padding-top: 3px;
  font-size: 14px;
  display: flex;
}

.entity-more-detail {
  min-height: 20px;
  max-height: 20px;
}

.navbar {
  z-index: 1;
  min-width: 100%;
  max-width: 100%;
  min-height: 60px;
  max-height: 60px;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: 0%;
}

.container-6 {
  min-width: 100%;
  max-width: 100%;
  min-height: 60px;
  max-height: 60px;
}

.account-bar {
  z-index: 1;
  background-color: #fafaf8;
  border-right: .25px solid #8c8c8c;
  flex-direction: column;
  min-width: 300px;
  max-width: 300px;
  height: 95%;
  margin-top: 60px;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: visible;
  box-shadow: 1px 1px 10px 2px #0003;
}

.form {
  flex: 1;
  min-width: auto;
  max-width: none;
  min-height: 100%;
  max-height: 100%;
}

.nav-bar-logo-column {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.text-field {
  z-index: 4;
  color: #5217cd;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.player-bar {
  z-index: 1;
  background-color: #fafaf8;
  border-left: .25px solid #8c8c8c;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-width: 320px;
  max-width: 320px;
  height: calc(100% - 60px);
  margin-top: 60px;
  padding-top: 8px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  box-shadow: -2px 1px 10px 2px #0003;
}

.content {
  list-style-type: none;
  text-align: left;
  background-color: white;
  border: 0 #000;
  align-items: stretch;
  width: 100%;
  height: 100%;
  scroll-padding-top: 24px;
  margin-top: 60px;
  padding-bottom: 80px;
  padding-top: 12px;
  padding-left: 308px;
  padding-right: 328px;
  display: block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.content-container {
    display: grid;
    grid-template-columns: 0.5fr 2fr; /* Creates two equal-width columns */
    gap: 8px;
}

.container-7 {
  min-height: 100%;
  max-height: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.div-block-85 {
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.div-block-86 {
  min-width: 40px;
  max-width: 40px;
}

.div-block-87 {
  flex: 1;
}

.div-block-88 {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.div-block-89, .div-block-90 {
  min-height: 20px;
  max-height: 20px;
}

.text-block-21 {
  text-align: left;
  min-height: 20px;
  max-height: 20px;
  padding-left: 8px;
  display: flex;
  overflow: auto;
}

.image-19 {
  border-radius: 20px;
}

.button-37 {
  color: #5205cb;
  text-align: left;
  background-color: #3898ec00;
  justify-content: flex-start;
  padding: 0 0 0 8px;
  display: flex;
}

.div-block-91 {
  object-fit: fill;
  justify-content: flex-start;
  min-height: 60px;
  max-height: 60px;
  margin-left: auto;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.player-bar-header {
  background-color: #2b863c00;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  min-width: auto;
  max-width: none;
  min-height: 44px;
  max-height: 44px;
  margin: 8px 0 4px;
  display: block;
}

.player-post {
  background-color: #fafaf800;
  border: 1px solid #0000;
  border-radius: 8px;
  min-height: auto;
  margin-top: 0;
  margin-left: 8px;
  margin-right: 8px;
}

.player-column {
  display: none;
  min-height: 100%;
  max-height: 100%;
}

.nav-bar-record-button-container {
  background-color: #b4252e00;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  margin-top: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 0;
  position: relative;
  overflow: auto;
}

.now-playing-more-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  min-width: auto;
  max-width: none;
  min-height: 52px;
  max-height: 52px;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.button-38 {
  flex: 0 auto;
  min-height: 20px;
  max-height: 20px;
  margin-top: 10px;
  margin-right: 8px;
  padding: 0 10px 10px;
  font-size: 16px;
}

.now-playing-content-container {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  min-height: 52px;
  max-height: 52px;
  margin-left: 8px;
  display: flex;
}

.user-image-container {
  border-radius: 0;
  flex-direction: column;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  display: block;
  position: relative;
}

.user-image {
  border-radius: 22px;
}

.button-39 {
  color: #5205cb;
  background-color: #3898ec00;
  flex: 1;
  align-self: flex-start;
  min-height: 20px;
  max-height: 20px;
  margin-top: 0;
  margin-left: 8px;
  padding: 0;
  font-size: 12px;
}

.button-40 {
  color: #5205cb;
  background-color: #3898ec00;
  flex: 1;
  align-self: flex-start;
  min-height: 20px;
  max-height: 20px;
  margin-left: 8px;
  padding: 0;
  font-size: 16px;
}

.post-header-image {
  aspect-ratio: 1;
  pointer-events: none;
  border-radius: 22px;
  flex: 1;
}

.post-row {
  margin-top: 32px;
  margin-bottom: 32px;
  display: block;
}

.trending-separator {
  background-color: #8c8c8c;
  min-height: .25px;
  max-height: .25px;
  margin-top: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.link-block {
  flex: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 10px;
  overflow: auto;
}

.trending-list {
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 8px;
  padding-right: 8px;
  list-style-type: none;
  overflow: scroll;
}

.trending-row {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
  max-height: 40px;
  padding-top: 0;
  display: flex;
}

.trending-entity-icon-container {
  background-color: #db0d0d00;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 0;
}

.button-41 {
  color: #5205cb;
  background-color: #3898ec00;
  align-self: center;
  margin-left: 8px;
  padding: 1px 0 0;
  font-size: 16px;
}

.popular {
  background-color: #fafaf800;
  border: .25px #8c8c8c;
  border-radius: 8px;
  flex-direction: column;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-101 {
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  padding-left: 0;
}

.div-block-102 {
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
}

.popular-container {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.text-block-22 {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  max-height: 60px;
  display: flex;
}

.div-block-104 {
  background-color: #8c8c8c;
  min-height: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.div-block-105 {
  flex: 1;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: .25px;
}

.popular-header {
  min-height: 52px;
  max-height: 52px;
  display: flex;
}

.popular-separator {
  background-color: #8c8c8c;
  flex-direction: column;
  justify-content: center;
  min-width: auto;
  max-width: none;
  min-height: .25px;
  max-height: .25px;
  margin-left: 8px;
  margin-right: 8px;
  display: block;
  overflow: visible;
}

.popular-header-separator {
  flex: 1;
  min-height: 100%;
  max-height: 100%;
}

.popular-header-button {
  color: #5205cb;
  background-color: #3898ec00;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: 30px;
  max-height: 30px;
  margin-right: 10px;
  padding: 0;
  display: flex;
}

.popular-list-container {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: auto;
  max-height: none;
  display: flex;
}

.list-item-6 {
  flex-direction: column;
  list-style-type: none;
  display: flex;
}

.popular-list {
  align-items: flex-start;
  min-width: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  list-style-type: none;
  display: flex;
  overflow: scroll;
}

.popular-row {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-right: 0;
  display: flex;
}

.image-21 {
  border-radius: 22px;
}

.popular-row-container {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  min-width: auto;
  max-width: none;
  min-height: 150px;
  max-height: 150px;
  margin-top: 8px;
  margin-bottom: 4px;
  margin-right: 12px;
  padding-left: 0;
  display: flex;
  overflow: scroll;
}

.button-43 {
  align-self: flex-start;
  padding: 0;
}

.div-block-111 {
  flex-direction: row;
  flex: 1;
  min-width: auto;
  max-width: none;
  min-height: 44px;
  max-height: 44px;
  display: block;
  overflow: visible;
}

.button-44 {
  color: #a500f8;
  background-color: #3898ec00;
  min-width: auto;
  min-height: 22px;
  max-height: 22px;
  margin-left: 8px;
  margin-right: 10px;
  padding: 0;
  font-size: 16px;
  display: block;
}

.div-block-112 {
  background-color: #8c8c8c;
  min-width: .5px;
  max-width: .5px;
  min-height: 44px;
  max-height: 44px;
}

.popular-image {
  border-radius: 70px;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  display: block;
  overflow: visible;
}

.text-block-23 {
  color: #8c8c8c;
  margin-left: 8px;
  margin-right: 10px;
}

.button-45 {
  color: #5205cb;
  text-align: center;
  object-fit: none;
  background-color: #3898ec00;
  min-height: 10px;
  margin-top: 8px;
  padding: 0;
  font-size: 16px;
  overflow: visible;
}

.content-headline-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-46 {
  color: #5205cb;
  background-color: #3898ec00;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  font-size: 24px;
}

.player-post-header {
  min-height: 44px;
  max-height: 44px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.player-post-header-image-container {
  flex-direction: row;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  display: flex;
  position: relative;
}

.player-post-header-content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  min-height: 40px;
  max-height: 40px;
  margin-left: 8px;
  display: flex;
  overflow: hidden;
}

.button-47 {
  color: #5205cb;
  background-color: #3898ec00;
  margin-left: 8px;
  padding: 0;
  font-size: 16px;
  display: flex;
  overflow: visible;
}

.text-block-24 {
  color: #8c8c8c;
  text-align: left;
  padding-left: 8px;
  font-size: 12px;
}

.player-post-header-image {
  aspect-ratio: 1;
  border-radius: 22px;
  flex: 1;
}

.player-post-header-spacer {
  flex: 1;
  min-width: 8px;
  min-height: 40px;
  max-height: 40px;
}

.player-header-more-container {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  min-width: auto;
  max-width: none;
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.player-header-entity-more-container {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
}

.player-header-entity-more-icon {
  flex: 0 auto;
  display: inline-block;
}

.player-post-header-date {
  color: #8c8c8c;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  font-size: 14px;
  display: flex;
}

.now-playing-content-detail-container {
  align-items: center;
  min-height: 20px;
  max-height: 20px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 4px;
  display: flex;
  overflow: visible;
}

.div-block-120 {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.content-button {
  color: #5205cb;
  background-color: #3898ec00;
  align-self: center;
  min-height: 20px;
  max-height: 20px;
  margin-left: 0;
  padding: 0;
  font-size: 14px;
}

.content-button.player-post-username {
  margin-left: 8px;
  font-size: 16px;
}

.content-button.player-post-username.username-button {
  text-align: left;
  -webkit-text-stroke-color: #5217cd;
  white-space: nowrap;
  align-self: flex-start;
  max-width: none;
  min-height: 22px;
  max-height: 22px;
  margin-left: 2px;
  font-size: 20px;
  overflow: hidden;
}

.content-button.player-post-entity-name {
  margin-left: 8px;
}

.content-button.player-post-entity-name.entity-button {
  text-align: left;
  -webkit-text-stroke-color: #5217cd;
  white-space: nowrap;
  margin-left: 4px;
  padding-top: 0;
  overflow: hidden;
}

.content-button.player-post-hashtag-name {
  margin-left: 4px;
}

.content-button.player-post-hashtag-name.hashtag-button {
  -webkit-text-stroke-color: #5217cd;
  white-space: nowrap;
  margin-left: 2px;
}

.content-button.player-post-plays {
  margin-right: 8px;
}

.content-button.player-header-username {
  align-self: flex-start;
  margin-left: 8px;
  font-size: 16px;
}

.content-button.player-header-username.username-button {
  margin-left: 0;
  font-size: 20px;
}

.content-button.player-header-entity-name {
  align-self: flex-start;
  margin-left: 8px;
  font-size: 12px;
}

.content-button.notification-username {
  margin-left: 8px;
  font-size: 16px;
}

.content-button.notification-username.username-button {
  -webkit-text-stroke-color: #5217cd;
  overflow: hidden;
}

.content-button.search-result-name {
  margin-left: 8px;
  font-size: 24px;
}

.content-button.trending-name {
  margin-left: 8px;
}

.content-button.trending-name.entity-button {
  -webkit-text-stroke-color: #5217cd;
  white-space: nowrap;
  margin-left: 4px;
  padding-top: 1px;
  overflow: hidden;
}

.content-button.entity-header-name {
  margin-left: 8px;
  font-size: 24px;
}

.content-button.entity-header-name.entity-button {
  text-align: left;
  white-space: nowrap;
  word-break: normal;
  justify-content: flex-start;
  align-items: center;
  min-height: 26px;
  max-height: 26px;
  margin-left: 4px;
  display: flex;
  overflow: hidden;
}

.content-button.topic-trail-name {
  margin-left: 0;
  font-size: 16px;
}

.content-button.topic-trail-name.entity-button {
  -webkit-text-stroke-color: #5217cd;
  white-space: nowrap;
}

.content-button.post-header-username {
  margin-left: 8px;
  font-size: 20px;
}

.content-button.post-header-username.username-button {
  white-space: nowrap;
  flex: 0 auto;
  max-width: none;
  min-height: 22px;
  max-height: 22px;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.content-button.post-entity-name {
  margin-left: 8px;
  font-size: 16px;
}

.content-button.post-entity-name.entity-button {
  -webkit-text-stroke-color: #5217cd;
  white-space: nowrap;
  margin-left: 4px;
  padding-top: 1px;
  font-size: 14px;
}

.content-button.post-hashtag-name {
  margin-left: 8px;
  font-size: 16px;
}

.content-button.post-hashtag-name.hashtag-button {
  -webkit-text-stroke-color: #5217cd;
  white-space: nowrap;
  margin-left: 2px;
  padding-top: 2px;
}

.content-button.post-plays, .content-button.entity-plays.plays-button {
  margin-right: 8px;
}

.content-button.popular-username {
  flex: 0 auto;
  margin-top: 8px;
  font-size: 16px;
}

.content-button.popular-username.username-button {
  -webkit-text-stroke-color: #5217cd;
  white-space: nowrap;
  overflow: hidden;
}

.player-post-footer-container {
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: 32px;
  max-height: 32px;
  margin-top: 8px;
  display: flex;
}

.div-block-122 {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.text-block-26 {
  color: #8c8c8c;
  align-self: center;
  margin-left: 4px;
  font-size: 14px;
}

.div-block-123 {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  margin-left: 12px;
}

.text-block-27 {
  color: #8c8c8c;
  align-self: center;
  margin-left: 4px;
  font-size: 14px;
}

.div-block-124 {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  margin-left: 12px;
  position: relative;
}

.text-block-28 {
  color: #8c8c8c;
  align-self: center;
  margin-left: 4px;
  font-size: 14px;
}

.div-block-125 {
  flex: 1;
  min-height: 32px;
  max-height: 32px;
}

.div-block-126 {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  position: relative;
}

.button-49 {
  color: #5205cb;
  text-align: right;
  background-color: #3898ec00;
  align-self: center;
  margin-right: 4px;
  padding: 0;
  font-size: 12px;
}

.player-post-text {
  color: #353839;
  text-align: left;
  padding-top: 8px;
  font-size: 14px;
}

.player-post-hashtag-list-container {
  min-height: 20px;
  margin-top: 8px;
  margin-bottom: 12px;
  overflow: visible;
}

.player-post-hashtag-list {
  flex-wrap: wrap;
  align-content: space-between;
  min-height: 100%;
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.list-item-8 {
  flex-direction: column;
  display: flex;
}

.player-post-hashtag-icon-container {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}

.player-post-hashtag {
  flex-direction: row;
  margin-right: 8px;
  display: flex;
}

.button-50 {
  color: #5205cb;
  background-color: #3898ec00;
  min-height: 20px;
  max-height: 20px;
  margin-left: 4px;
  padding: 0;
  font-size: 12px;
}

.header-column {
  padding-left: 20px;
  padding-right: 0;
}

.player-list-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  max-height: none;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  display: block;
}

.player-list-header-title {
  align-self: flex-start;
  align-items: flex-start;
  min-height: 40px;
  max-height: 40px;
  margin-top: 0;
  padding-top: 12px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.player-list-header-spacer {
  flex: 1;
  min-width: 10px;
  min-height: auto;
  max-height: none;
}

.button-51 {
  color: #5205cb;
  background-color: #3898ec00;
  align-self: center;
  margin-right: 2px;
  padding: 0;
}

.bar-list {
  aspect-ratio: auto;
  white-space: normal;
  object-fit: fill;
  background-color: #fff;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex: 1;
  height: auto;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: scroll;
}

.player-post-row {
  margin-bottom: 12px;
  list-style-type: none;
}

.div-block-131 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: auto;
  display: block;
  overflow: visible;
}

.account-bar-separator {
  color: #960a0a;
  background-color: #8c8c8c;
  height: .25px;
  min-height: 0;
  max-height: .25px;
  margin: 8px;
  overflow: auto;
}

.trending-header {
  flex-direction: column;
  justify-content: center;
  min-height: 52px;
  max-height: 52px;
  display: flex;
}

.div-block-134 {
  flex-direction: column;
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 10px;
  display: flex;
}

.account-list-button {
  color: #5205cb;
  -webkit-text-stroke-color: #5217cd;
  background-color: #3898ec00;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
}

.div-block-135 {
  min-height: 40px;
  max-height: 40px;
}

.div-block-136 {
  background-color: #8c8c8c;
  height: .25px;
  min-height: .25px;
  max-height: .25px;
}

.notifications-header {
  align-items: center;
  min-height: 40px;
  max-height: 40px;
  margin-top: 8px;
  margin-left: 8px;
  display: flex;
}

.list-6 {
  max-height: none;
  padding-top: 12px;
  padding-left: 0;
  list-style-type: none;
}

.div-block-138 {
  flex: 1;
  min-height: 1px;
}

.player-bar-ad-container {
  z-index: auto;
  background-color: #fafaf800;
  align-items: flex-end;
  min-width: 320px;
  max-width: 320px;
  min-height: 80px;
  max-height: 80px;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.account-bar-footer-button {
  color: #5205cb;
  -webkit-text-stroke-color: #5217cd;
  background-color: #3898ec00;
  min-height: 20px;
  max-height: 20px;
  margin-bottom: 4px;
  padding: 0;
  font-size: 12px;
}

.account-bar-footer-trademark {
  color: #8c8c8c;
  font-size: 12px;
}

.notification-container {
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.user-image-40x40 {
  cursor: pointer;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.notification-user-image {
  border-radius: 20px;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.button-54 {
  color: #b714e9;
  background-color: #3898ec00;
  align-self: flex-start;
  margin-left: 8px;
  padding: 0;
  font-size: 16px;
}

.div-block-142 {
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: scroll;
}

.list-item-10 {
  min-height: auto;
  margin-bottom: 10px;
}

.notification-content {
  flex: 1;
  min-height: 40px;
  max-height: 40px;
}

.div-block-144 {
  min-height: 0;
}

.notification-content-header {
  max-width: 226.5px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
}

.button-55 {
  color: #5205cb;
  background-color: #3898ec00;
  min-height: 20px;
  max-height: 20px;
  padding: 0 0 0 8px;
  font-size: 16px;
  display: flex;
}

.notification-content-header-separator {
  flex: 1;
  min-width: 8px;
  min-height: 20px;
  max-height: 20px;
}

.notification-content-header-view-button {
  color: #5205cb;
  -webkit-text-stroke-color: #5217cd;
  background-color: #3898ec00;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.notification-content-detail {
  min-height: 20px;
  max-height: 20px;
  display: flex;
}

.text-block-32 {
  text-align: left;
  font-size: 12px;
}

.notification-content-detail-text {
  color: #353839;
  text-align: left;
  margin-left: 8px;
  font-size: 12px;
}

.notification-content-detail-separator {
  flex: 1;
  min-height: 20px;
  max-height: 20px;
}

.notification-content-detail-date {
  color: #8c8c8c;
  font-size: 12px;
}

.notifications-header-title {
  text-align: left;
  align-self: flex-start;
  min-height: 40px;
  max-height: 40px;
  margin-left: 0;
  padding-top: 12px;
  font-size: 22px;
  font-weight: 700;
}

.div-block-149 {
  flex: 1;
  min-height: 60px;
  max-height: 60px;
}

.div-block-150 {
  background-color: #8c8c8c;
  min-height: .25px;
  max-height: .25px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.div-block-151 {
  background-color: #8c8c8c;
  min-height: .25px;
  max-height: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-repeat-container {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  margin-top: 0;
  margin-left: 12px;
  position: relative;
}

.text-block-36 {
  color: #8c8c8c;
  align-self: center;
  margin-top: 0;
  margin-left: 4px;
}

.footer-comment-container {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  margin-top: 0;
  margin-left: 12px;
  position: relative;
}

.text-block-37 {
  color: #8c8c8c;
  align-self: center;
  margin-top: 0;
  margin-left: 4px;
}

.hashtag-icon-container {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}

.replo {
  align-items: stretch;
  min-height: 20px;
  max-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.now-playing-content-detail-icon-container {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}

.button-57 {
  color: #5205cb;
  background-color: #3898ec00;
  flex: 0 auto;
  align-self: center;
  margin-left: 8px;
  padding: 0;
  font-size: 16px;
}

.notifications-header-separator {
  flex: 1;
  min-height: 40px;
  max-height: 40px;
}

.notifications-header-clear-button {
  color: #5205cb;
  background-color: #3898ec00;
  align-self: center;
  margin-right: 0;
  padding: 0;
  position: absolute;
  inset: 0%;
}

/*.search-bar {*/
/*  object-fit: fill;*/
/*  flex-direction: row;*/
/*  flex: 1;*/
/*  justify-content: center;*/
/*  align-self: auto;*/
/*  align-items: center;*/
/*  min-width: 50%;*/
/*  max-width: 75%;*/
/*  margin-left: 40px;*/
/*  margin-right: auto;*/
/*  padding-top: 14px;*/
/*  padding-right: 0px;*/
/*  display: fixed;*/
/*  inset: 0% 0% auto;*/
/*  overflow: visible;*/
/*  z-index: 1000;*/
/*}*/

.search-bar {
    z-index: 3;
    min-height: 60px;
    max-height: 60px;
    padding-top: 48px;
    width: 640px;
    display: block;
    inset: 0%;
}

.nav-bar-separator {
  min-width: 0;
  height: 60px;
}

.div-block-159 {
  flex: 1;
  min-width: 8px;
  height: 60px;
}

.nav-bar-logo-container {
  width: auto;
  min-width: auto;
  max-width: none;
  height: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.gossup-logo-desktop {
  pointer-events: auto;
  cursor: auto;
  min-width: auto;
  max-width: none;
  height: 40px;
  min-height: auto;
  max-height: none;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-bottom: 0;
  display: block;
}

.div-block-161 {
  cursor: pointer;
  flex: 1;
  max-width: none;
  height: 60px;
  min-height: auto;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.div-block-162 {
  flex: 1;
  min-height: 60px;
}

.entity-more-detail-text {
  text-align: right;
}

.button-59 {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.search-results {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #91121200;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-163 {
  z-index: 1;
  background-color: #1E1E1E80;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: fixed;
  inset: 0%;
}

.div-block-164 {
  z-index: 2;
  cursor: auto;
  background-color: #e6000000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  min-width: 400px;
  max-width: none;
  min-height: 20px;
  max-height: 75%;
  margin-top: 60px;
  padding-top: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-165 {
  z-index: 2;
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: stretch;
  width: auto;
  min-width: 420px;
  max-width: 25%;
  min-height: auto;
  max-height: none;
  margin-top: 60px;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-166 {
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.div-block-167 {
  background-color: #8c8c8c;
  min-height: .25px;
  max-height: .25px;
}

.list-7 {
  margin-top: 0;
  padding-top: 10px;
  padding-left: 0;
  list-style-type: none;
}

.list-item-12 {
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.div-block-168 {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-left: 8px;
}

.button-60 {
  color: #5217cd;
  background-color: #3898ec00;
  align-self: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  font-size: 24px;
}

.div-block-169 {
  flex: 1;
  min-height: 40px;
  max-height: 40px;
}

.button-61 {
  color: #5217cd;
  background-color: #3898ec00;
  align-self: center;
  margin-right: 8px;
  padding: 0;
}

.div-block-170 {
  background-color: #8c8c8c;
  min-height: .25px;
  max-height: .25px;
  margin-left: 8px;
  margin-right: 8px;
}

.image-gallery {
  z-index: 2;
  color: #5217cd;
  background-color: #5217cd00;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-171 {
  z-index: 2;
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 640px;
  max-width: 640px;
  min-height: 740px;
  max-height: 740px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: static;
  inset: 0% 33%;
}

.div-block-172 {
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  min-height: 40px;
  max-height: 40px;
  margin-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.div-block-173 {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.button-62 {
  color: #5217cd;
  background-color: #3898ec00;
  align-self: center;
  margin-left: 8px;
  padding: 0;
}

.div-block-174 {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.div-block-175 {
  flex: 1;
  min-height: 40px;
  max-height: 40px;
}

.div-block-176 {
  justify-content: flex-end;
  min-width: 40px;
  max-width: 40px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
}

.div-block-177 {
  background-color: #920d0d00;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  display: block;
}

.text-block-40 {
  color: #8c8c8c;
  text-align: right;
}

.div-block-178 {
  justify-content: center;
  align-items: stretch;
  min-width: 100%;
  max-width: 100%;
  min-height: 640px;
  max-height: 640px;
  display: flex;
}

.image-27 {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-top: 8px;
}

.div-block-179 {
  z-index: 1;
  background-color: #1E1E1E80;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 105%;
  position: fixed;
}

.div-block-180 {
  min-height: 40px;
  max-height: 40px;
  margin-top: 8px;
  display: flex;
}

.div-block-181 {
  background-color: #e0165600;
  min-width: auto;
  max-width: none;
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.div-block-182 {
  flex: 1;
  min-height: 40px;
  max-height: 40px;
}

.div-block-183 {
  min-width: 80px;
  max-width: 120px;
  min-height: 40px;
  max-height: 40px;
}

.div-block-184 {
  flex: 1;
  min-height: 40px;
  max-height: 40px;
}

.button-63 {
  color: #5217cd;
  background-color: #3898ec00;
  align-self: center;
  min-width: 0;
  max-width: none;
  min-height: 0;
  max-height: none;
  padding: 0;
  font-size: 16px;
}

.button-64 {
  color: #5217cd;
  background-color: #3898ec00;
  align-self: center;
  padding: 0;
  font-size: 16px;
}

.div-block-185 {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  max-height: none;
  display: block;
}

.div-block-186 {
  z-index: 2;
  min-width: 100%;
  max-width: 100%;
  min-height: 740px;
  max-height: 740px;
  margin-top: 100px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-187, .div-block-188 {
  flex: 1;
  min-height: 100%;
  max-height: 100%;
}

.div-block-189 {
  z-index: 2;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  margin-top: 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-190 {
  flex: 1;
  min-height: auto;
  max-height: none;
  display: flex;
}

.div-block-191, .div-block-192 {
  flex: 1;
  max-width: none;
  min-height: auto;
  max-height: 100%;
}

.input-sheet {
  z-index: -1;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-193 {
  z-index: 1;
  background-color: #1E1E1E80;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: fixed;
  inset: 0%;
}

.div-block-194 {
  z-index: 2;
  border-radius: 8px;
  min-height: auto;
  margin-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-195 {
  flex: 1;
  height: auto;
  min-height: 100%;
  max-height: 100%;
}

.div-block-196 {
  flex: 1;
}

.div-block-197 {
  background-color: #fafaf800;
  border: 0 solid #8c8c8c;
  border-radius: 8px;
  min-width: 640px;
  max-width: 640px;
  min-height: 100px;
}

.div-block-198 {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  max-width: 640px;
  min-height: auto;
  max-height: none;
}

.div-block-199 {
  min-height: 12px;
}

.div-block-200 {
  color: #8c8c8c;
  background-color: #8c8c8c;
  height: .25px;
  min-height: .25px;
  margin-left: 8px;
  margin-right: 8px;
}

.div-block-201 {
  min-height: 60px;
}

.div-block-202 {
  align-items: center;
  min-height: 20px;
  max-height: 20px;
  margin-top: 8px;
  display: flex;
}

.text-block-41 {
  color: #8c8c8c;
  margin-left: 8px;
}

.image-28 {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  margin-left: 4px;
}

.button-65 {
  color: #5217cd;
  background-color: #3898ec00;
  margin-left: 4px;
  padding: 0;
}

.div-block-203 {
  align-items: stretch;
  min-height: 20px;
  margin-top: 0;
  display: flex;
}

.div-block-204 {
  background-color: #8c8c8c;
  border: 1px solid #8c8c8c;
  border-radius: 2px;
  align-self: stretch;
  min-width: 4px;
  max-width: 4px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
}

.text-block-42 {
  margin: 8px;
}

.div-block-205 {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  align-items: flex-start;
  min-height: auto;
  display: flex;
}

.div-block-206 {
  background-color: #f0222200;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-top: 8px;
  margin-right: 8px;
}

.form-block-4 {
  flex: 1;
  align-self: center;
  margin: 8px 8px 0;
}

.text-field-2 {
  border-radius: 8px;
}

.button-66 {
  color: #5217cd;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 0;
  font-size: 16px;
  display: flex;
}

.app-background {
  text-align: center;
  background-color: #fff;
  position: fixed;
  inset: 0%;
}

.player-header-entity-container {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.now-playing-container {
  align-self: stretch;
  align-items: center;
  max-width: none;
  min-height: 52px;
  max-height: 52px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.nav-bar-button-icon {
  margin-right: 0;
}

.loading {
  z-index: 1;
  background-color: white;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  display: none;
  margin-top: 60px;
  padding-top: 60px;
  position: fixed;
  inset: 0%;
}

.loading-icon {
  background-color: white;
}

.div-block-209 {
  background-color: #fafaf8;
  border-radius: 8px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  margin-top: 220px;
  display: flex;
}

.now-playing-content-detail-icon, .hashtag-icon {
  padding: 2px;
}

.image-32 {
  padding-top: 0;
  padding-bottom: 0;
}

.player-post-hashtag-icon, .trending-entity-icon {
  padding: 2px;
}

.list-item-13 {
  background-color: #fafaf8;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  display: flex;
}

.sheet-container-header {
  background-color: #fff0;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  min-height: 60px;
  max-height: 60px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.list-container {
  object-fit: fill;
  background-color: #fff;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-height: none;
  margin: 0 8px 8px;
  padding: 0;
  display: block;
  overflow: auto;
}

.comment-input {
  flex-direction: row;
  justify-content: space-between;
  min-height: auto;
  display: flex;
}

.text-field-3 {
  color: #5217cd;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
}

.form-block-5 {
  flex: 1;
  min-height: 40px;
  max-height: 40px;
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
}

.button-67 {
  color: #5417b8;
  background-color: #3898ec00;
  min-height: 40px;
  max-height: 40px;
  margin-top: 8px;
  padding: 0;
}

.comment-send-button {
  color: #5217cd;
  -webkit-text-fill-color: inherit;
  background-color: #3898ec00;
  background-clip: content-box;
  align-items: center;
  padding: 0 8px 0 0;
  font-size: 14px;
  display: flex;
}

.text-block-43 {
  text-align: left;
  font-size: 16px;
}

.sheet-list {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 solid #010a6400;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: scroll;
}

.comment-footer-text {
  color: #8c8c8c;
  text-align: left;
  margin-bottom: 0;
  margin-left: 8px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
}

.comment-header-row {
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 0;
}

.comment-header-container {
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
  margin-top: 8px;
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.comment-sheet {
  z-index: 3;
  background-color: #3100e200;
  border-radius: 0;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.comment-sheet-background {
  background-color: #1E1E1E80;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.comment-sheet-container {
  object-fit: fill;
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  min-width: 640px;
  max-width: 640px;
  height: auto;
  min-height: 540px;
  max-height: 540px;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.content-post-text {
  color: #353839;
  margin-top: 16px;
}

.comment-text {
  color: #353839;
  text-align: left;
  padding-top: 8px;
  padding-left: 4px;
}

.post-header-icon {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  object-fit: fill;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  display: flex;
  position: relative;
}

.post-header-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 8px;
  display: block;
  overflow: hidden;
}

.plays-sheet {
  z-index: 3;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-217 {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.list-sheet-container {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  width: 400px;
  min-width: auto;
  max-width: none;
  height: 420px;
  min-height: auto;
  max-height: none;
  display: flex;
  position: relative;
}

.post-more-sheet {
  z-index: 3;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.post-more-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.post-more-sheet-container {
  background-color: #fafaf8;
  border-radius: 8px;
  min-width: 300px;
  max-width: 300px;
  min-height: 0;
  max-height: 50%;
  position: relative;
}

.button-69 {
  color: #5217cd;
  text-align: right;
  background-color: #3898ec00;
  padding: 0;
  font-size: 18px;
  display: flex;
}

.player-header-entity-more-button {
  z-index: 2;
  background-color: #3898ec00;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  padding: 0;
  display: flex;
  position: absolute;
}

.more-menu-container {
  background-color: #fff;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.user-image-button {
  z-index: auto;
  aspect-ratio: 1;
  background-color: #3898ec00;
  flex-direction: row;
  align-items: stretch;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-221 {
  z-index: auto;
  background-color: #fefef8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  min-width: 640px;
  max-width: 640px;
  min-height: 700px;
  max-height: 700px;
  display: block;
  position: relative;
}

.div-block-222 {
  justify-content: space-between;
  min-height: 640px;
  display: flex;
}

.image-35 {
  flex: 1;
  max-width: none;
  position: relative;
}

.media-sheet {
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.media-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.media-sheet-container {
  background-color: #fafaf8;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  min-width: 640px;
  max-width: 640px;
  min-height: 700px;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-36 {
  max-width: none;
  display: block;
  position: static;
}

.media-sheet-image-container {
  background-color: #1bdd7f00;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.search-sheet {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.search-sheet-container {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: 400px;
  width: 50%;
  max-width: 700px;
  min-height: auto;
  max-height: 50%;
  margin-top: 60px;
  display: block;
  position: relative;
  overflow: scroll;
}

.search-bar-container {
  z-index: 3;
  background-color: clear;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-evenly;
  align-self: center;
  align-items: center;
  min-width: 200px;
  height: 1px;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  inset: 0% 0% auto;
  overflow: visible;
  position: fixed;
}

.div-block-228 {
  z-index: 4;
  background-color: #00ff51;
  position: absolute;
}

.account-bar-username-text {
  white-space: nowrap;
  min-height: 24px;
  max-height: 24px;
  margin-top: 8px;
  margin-left: 4px;
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
}

.list-item-15 {
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
}

.ad-header-container {
  border-left: .25px #8c8c8c;
  justify-content: space-between;
  min-height: 30px;
  max-height: 30px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.player-bar-ad-banner-container {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  min-height: 50px;
  max-height: 50px;
  display: block;
}

.player-bar-ad-banner-image {
  min-width: 320px;
  max-width: 320px;
  min-height: 50px;
  max-height: 50px;
}

.player-bar-ad-header-text {
  color: #8c8c8c;
  text-align: left;
  font-size: 12px;
}

.player-bar-ad-header-button {
  color: #5217cd;
  white-space: nowrap;
  background-color: #3898ec00;
  margin-left: 8px;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
}

.account-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.account-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.payment-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.payment-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.update-payment-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.update-payment-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.payment-method {
  color: #5217cd;
  background-color: #3898ec00;
  padding: 0;
}

.advanced-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.advanced-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.nav-bar-button {
  background-color: #3898ec00;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sheet-container {
  z-index: auto;
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  min-width: 300px;
  max-width: 300px;
  min-height: auto;
  max-height: 80%;
  display: block;
  position: relative;
  overflow: auto;
}

.sheet-header {
  flex: 1;
  align-items: center;
  min-height: 52px;
  max-height: 52px;
  padding-right: 8px;
  display: flex;
}

.sheet-header-text {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.list-sheet-add-button-container {
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  min-height: 60px;
  max-height: 60px;
  display: flex;
}

.list-sheet-add-button {
  color: #5217cd;
  background-color: #3898ec00;
  flex-direction: row;
  justify-content: flex-end;
  margin-left: 8px;
  padding-left: 8px;
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 32px;
  display: flex;
}

.sheet-title-text {
  color: #521733;
  text-align: left;
  align-self: auto;
  margin-top: 0;
  margin-left: 8px;
  margin-right: 40px;
  font-size: 22px;
  font-weight: 700;
}

.sheet-list-container {
  background-color: #fff;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  min-width: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
}

.setting-radio-row {
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  max-height: none;
  margin-top: 8px;
  margin-bottom: 8px;
  list-style-type: none;
  display: flex;
}

.account-sheet-list {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 0;
  padding-left: 0;
  position: static;
}

.change-password-button {
  color: #5217cd;
  text-align: left;
  background-color: #3898ec00;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8px;
  padding: 0;
  font-size: 20px;
  display: flex;
}

.setting-radio-header-form-checkbox-field {
  padding-left: 0;
}

.setting-radio-header-form {
  margin-left: 40px;
}

.setting-button-row {
  align-items: center;
  min-height: 40px;
  max-height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.setting-radio-header-title {
  text-align: left;
  align-self: center;
  margin-left: 8px;
  font-size: 20px;
}

.setting-radio-header-form-block {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: 40px;
  max-height: 40px;
  margin-bottom: 0;
  padding-right: 8px;
  display: flex;
}

.setting-radio-header-form-checkbox {
  margin-top: 8px;
  margin-left: 0;
}

.setting-radio-header-spacer {
  flex: 1;
  min-width: auto;
  min-height: auto;
}

.account-bar-option-container {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.account-list-count-container {
  background-color: #5217cd00;
  border-radius: 8px;
  min-width: 20px;
  max-width: 40px;
  min-height: 20px;
  max-height: 20px;
  margin-left: 0;
}

.account-list-count {
  color: #8c8c8c;
  font-size: 12px;
}

.list-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-239 {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.div-block-240 {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  max-width: none;
  min-height: 300px;
  max-height: 300px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-241 {
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  max-height: 60px;
  display: flex;
}

.text-block-50 {
  margin-left: 8px;
  font-size: 22px;
  font-weight: 700;
}

.list-10 {
  background-color: #ffffff03;
  flex-direction: column;
  justify-content: space-between;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
  overflow: visible;
}

.list-item-16 {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.div-block-242 {
  background-color: #fff;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex: 1;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.button-76 {
  color: #5217cd;
  background-color: #3898ec00;
  margin-right: 8px;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
}

.dropdown-toggle-text {
  color: #5217cd;
  text-align: right;
  background-color: #5217cd00;
  margin-right: 20px;
}

.dropdown-toggle-icon {
  color: #5217cd;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  z-index: 1;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: static;
}

.dropdown {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.flex-block-2 {
  flex: 1;
  justify-content: space-between;
  max-height: 40px;
  display: block;
  overflow: visible;
}

.posts-header-spacer {
  flex: 1;
  align-self: auto;
  min-width: 8px;
  max-width: none;
  min-height: 40px;
  max-height: 40px;
}

.button-77 {
  color: #5217cd;
  text-align: center;
  background-color: #3898ec00;
  flex: 1;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 0 0 8px;
}

.dropdown-list {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.dropdown-list.w--open {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
}

.posts-header-row {
  min-height: 40px;
  max-height: none;
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
}

.posts-header {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  max-height: 40px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.posts-header-headline {
  white-space: nowrap;
  min-height: 20px;
  max-height: 20px;
  font-size: 22px;
  font-weight: 700;
}

.posts-header-button-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  min-height: 40px;
  max-height: 40px;
  display: block;
}

.posts-header-detail {
  color: #8c8c8c;
  white-space: nowrap;
  flex: 1;
  min-height: 20px;
  max-height: 20px;
  margin-top: 0;
  font-size: 16px;
}

.list-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.no-results-found-row {
  min-height: auto;
  max-height: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropdown-container {
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: 40px;
  max-height: 40px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.div-block-247 {
  z-index: 2;
  align-items: center;
  min-height: auto;
  max-height: none;
  margin-right: 8px;
  display: none;
  position: static;
}

.drop-down {
  flex: 1;
  margin-right: 0;
  position: absolute;
}

.div-block-249 {
  min-height: 20px;
  max-height: 20px;
}

.div-block-250 {
  background-color: #0000;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-3 {
  background-color: #ededed00;
}

.success-message {
  background-color: #ddd0;
}

.error-message {
  background-color: #ffdede00;
}

.form-block-7, .radio-button-label {
  margin-bottom: 0;
}

.dropdown-option-button {
  color: #5217cd;
  text-align: center;
  background-color: #3898ec00;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0;
}

.setting-radio-header {
  flex: 1;
  min-width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.setting-radio-detail-text {
  color: #8c8c8c;
  text-align: left;
  flex: 1;
  align-self: flex-start;
  margin: -8px 8px 0;
}

.signup-sheet {
  z-index: 3;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.signup-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.div-block-253 {
  background-color: #fafaf8;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 320px;
  max-width: 320px;
  min-height: 300px;
  display: block;
  position: relative;
}

.sheet-input-form-text-field {
  border-radius: 8px;
  margin-bottom: 0;
}

.sheet-input-form-block {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.flex-block-3 {
  min-height: 8px;
  max-height: 8px;
}

.sheet-submit-button {
  color: #5217cd;
  background-color: #3898ec00;
  padding: 0;
}

.alert-sheet {
  z-index: 10;
  background-color: #cd1737;
  flex: 0 auto;
  align-self: center;
  align-items: baseline;
  min-height: 60px;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.alert-sheet-headline {
  color: #fff;
  -webkit-text-stroke-width: .25px;
  -webkit-text-stroke-color: #8c8c8c;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: baseline;
  text-align: left;
  height: 40px;
  min-height: 60px;
  max-height: none;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  padding-left: 8px;
  padding-right: 4px;
}

.alert-sheet-detail {
  color: #fff;
  -webkit-text-stroke-width: .25px;
  -webkit-text-stroke-color: #8c8c8c;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: baseline;
  text-align: left;
  height: 40px;
  min-height: 60px;
  max-height: none;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  padding-left: 8px;
  padding-right: 4px;
}

.alert-sheet-button {
  background-color: #3898ec00;
  min-height: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

.loading-sheet {
  z-index: 100;
  background-color: #5217cd;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-254 {
  background-color: #fafaf800;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: 300px;
  max-height: 300px;
  display: flex;
  position: relative;
}

.text-block-54 {
  color: #fafaf8;
  background-color: #fff0;
  font-size: 22px;
  font-weight: 700;
}

.div-block-255 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-256 {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-bottom: 8px;
}

.password-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.password-sheet-background {
  background-color: #1E1E1E80;
  padding-bottom: 0;
  position: fixed;
  inset: 0%;
}

.upgrade-sheet {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.upgrade-sheet-background {
  background-color: #1E1E1E80;
  padding-bottom: 0;
  position: fixed;
  inset: 0%;
}

.div-block-259 {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  min-width: 300px;
  max-width: 300px;
  min-height: 300px;
  max-height: 300px;
  position: relative;
}

.get-upgrade-container {
  align-self: stretch;
}

.get-upgrade-button {
  color: #5217cd;
  background-color: #3898ec00;
  padding: 0;
  font-size: 16px;
}

.get-upgrade-detail-text {
  color: #8c8c8c;
  font-size: 12px;
}

.upgrade-list-container {
  margin-bottom: 8px;
}

.upgrade-list-row {
  text-align: left;
}

.upgrade-list-header-row {
  margin-left: -32px;
  list-style-type: none;
}

.upgrade-list {
  background-color: #fff;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
}

.upgrade-list-header-text {
  color: #8c8c8c;
  text-align: left;
  margin-left: 16px;
}

.upgrade-account-button {
  color: #5217cd;
  text-align: left;
  background-color: #3898ec00;
  align-self: center;
  align-items: center;
  margin-left: 8px;
  padding: 0;
  font-size: 20px;
  display: flex;
}

.upgrade-buttons-container {
  justify-content: space-around;
  margin: 0 8px 4px;
  display: flex;
}

.audio-sheet {
  z-index: 3;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.audio-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.now-playing-text {
  color: #333;
  flex: none;
  max-height: 20px;
  margin-left: 0;
  padding-top: 0;
  position: static;
}

.player-header-entity-icon {
  min-width: 20px;
  max-width: 20%;
  min-height: 20px;
  max-height: 20px;
  margin-left: 2px;
  padding: 2px;
}

.player-header-entity-name-button {
  color: #5217cd;
  white-space: nowrap;
  background-color: #3898ec00;
  flex: none;
  align-items: stretch;
  max-width: 50%;
  min-height: 20px;
  max-height: 20px;
  margin-left: 2px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.div-block-263 {
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-right: 8px;
  display: flex;
}

.player-header-entity-spacer {
  flex: 1;
  min-width: 8px;
  min-height: 20px;
  max-height: 20px;
}

.button-83 {
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-265 {
  border: .25px #8c8c8c;
  border-radius: 8px;
  flex: 1;
}

.profile-sheet {
  z-index: 3;
  flex-direction: row-reverse;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.profile-sheet-background {
  background-color: #1E1E1E80;
  border-radius: 0;
  position: fixed;
  inset: 0%;
}

.setting-text-view-row {
  margin-bottom: 0;
  list-style-type: none;
}

.setting-text-view-row-title {
  text-align: left;
  margin-top: 8px;
  margin-left: 8px;
  font-size: 20px;
}

.textarea {
  color: #5217cd;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 8px;
}

.setting-text-view-form-block {
  margin-bottom: 0;
}

.setting-text-view-top-separator {
  background-color: #fff;
  min-height: 1px;
  max-height: 1px;
  margin-bottom: -1px;
  position: relative;
}

.setting-text-view-bottom-separator {
  background-color: #fff;
  min-height: 10px;
  max-height: 10px;
  margin-top: -10px;
  margin-left: 1px;
}

.setting-text-view-form {
  margin-right: 0;
}

.setting-text-view-form-container {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  min-height: 40px;
  max-height: 40px;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
}

.edit-profile-view-button {
  color: #5217cd;
  background-color: #3898ec00;
  margin-right: 0;
  padding: 0;
}

.new-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.new-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.div-block-272 {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  min-width: 300px;
  max-width: 300px;
  min-height: auto;
  max-height: 50%;
  padding-bottom: 8px;
  position: relative;
  overflow: auto;
}

.new-sheet-input-form-text-field {
  color: #5217cd;
  border-radius: 9px;
  margin-bottom: 0;
}

.new-sheet-input-form-block {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.button-85 {
  color: #5217cd;
  background-color: #3898ec03;
  margin-right: 0;
  padding: 0;
}

.media-sheet-control-container {
  background-color: #a7141400;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 640px;
  min-height: auto;
  max-height: none;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.media-sheet-left-button {
  color: #5217cd;
  background-color: #3898ec00;
  flex: 0 auto;
  margin-left: 8px;
  margin-right: 0;
  padding: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
  font-weight: 700;
}

.media-sheet-right-button {
  color: #5217cd;
  background-color: #3898ec00;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 8px;
  padding: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
  font-weight: 700;
}

.media-sheet-spacer {
  flex: 1;
  justify-content: space-between;
}

.button-88 {
  background-color: #3898ec00;
  flex-direction: row;
  flex: 1;
  align-self: center;
  align-items: center;
  padding: 0;
  display: block;
  position: fixed;
  inset: 0%;
}

.div-block-274 {
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.div-block-275 {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.div-block-276 {
  margin-left: 8px;
  margin-right: 8px;
}

.div-block-277 {
  justify-content: flex-start;
  min-width: auto;
  display: flex;
}

.button-89 {
  z-index: auto;
  flex: 1;
  justify-content: space-between;
  min-width: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.gossup-logo-mobile {
  min-width: auto;
  max-width: none;
  min-height: 40px;
  max-height: 40px;
  margin-top: 10px;
  margin-left: 8px;
  display: none;
}

.div-block-278 {
  margin-right: 0;
}

.account-bar-footer-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.email-form-container, .username-form-container {
  margin-bottom: 8px;
}

.div-block-283 {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.notification-row {
  margin: 8px;
  list-style-type: none;
}

.list-12 {
  background-color: #fff;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex: 1;
  min-height: auto;
  margin-top: 8px;
  margin-bottom: 80px;
  padding-bottom: 0;
  padding-left: 0;
  overflow: scroll;
}

.account-bar-footer {
  background-color: #fafaf8;
  min-height: 80px;
  max-height: 80px;
  position: absolute;
  inset: auto 0% 0%;
  margin-bottom: 12px;
}

.account-bar-footer-column-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.account-bar-footer-column-2 {
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.account-bar-footer-column-3 {
  padding-left: 8px;
  padding-right: 8px;
}

.account-bar-header {
  margin-left: 8px;
  margin-right: 8px;
}

.flex-block-5 {
  justify-content: space-between;
  display: block;
  overflow: visible;
}

.div-block-286 {
  flex: 1;
  min-height: auto;
}

.div-block-287 {
  z-index: 0;
  background-color: #d10d0d;
  align-self: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-bottom: 40px;
  margin-right: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.advertisement-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.content-advertisement-image {
  align-self: center;
  min-width: 640px;
  max-width: 640px;
  min-height: 640px;
  max-height: 640px;
  margin-bottom: 0;
  display: block;
}

.flex-block-6 {
  flex: 1;
  justify-content: space-between;
}

.content-advertisement-container {
  flex: 0 auto;
  align-self: center;
  min-height: auto;
  max-height: none;
}

.report-sheet {
  z-index: 3;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.share-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.sheet-list-button {
  color: #5217cd;
  background-color: #3898ec00;
  padding: 0;
  font-size: 16px;
}

.sheet-list-button-row {
  padding: 8px;
}

.share-sheet {
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-290 {
  z-index: auto;
  background-color: #311fb4;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.list-item-24 {
  align-self: center;
  min-height: auto;
  padding: 8px;
}

.loading-comments-icon-container {
  background-color: #411ab600;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  position: absolute;
}

.load-more-comments-row {
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: 40px;
  margin-bottom: 16px;
  display: flex;
}

.load-more-comments-button {
  color: #5217cd;
  background-color: #3898ec00;
  padding: 0;
  font-size: 16px;
}

.load-more-comments-icon-container {
  min-width: 40px;
  max-width: 400px;
  min-height: 40px;
  max-height: 40px;
  display: none;
  position: static;
}

.load-more-comments-spinner {
  min-width: 40px;
  max-width: 40%;
  min-height: 40px;
  max-height: 40px;
  display: block;
}

.load-more-player-row {
  justify-content: center;
  align-items: center;
  min-height: 40px;
  display: flex;
}

.load-more-player-button {
  color: #5217cd;
  background-color: #3898ec00;
  padding: 0;
  font-size: 16px;
}

.load-more-player-icon-container {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: none;
  position: absolute;
}

.load-more-content-row {
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-top: 8px;
  margin-bottom: 32px;
  display: flex;
}

.load-more-content-button {
  color: #5217cd;
  background-color: #3898ec00;
  padding: 0;
  font-size: 16px;
}

.load-more-content-icon-container {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: none;
  position: absolute;
}

.loading-content-icon-container {
  background-color: #cf151500;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-top: 0;
  display: flex;
  position: static;
}

.load-more-list-row {
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.load-more-list-button {
  color: #5217cd;
  background-color: #3898ec00;
  padding: 0;
  font-size: 16px;
}

.load-more-list-icon-container {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  position: absolute;
}

.loading-list-row {
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.loading-list-icon-container {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.text-block-59 {
  margin-top: 0;
  margin-bottom: 0;
}

.load-more-notifications-row {
  justify-content: center;
  align-items: center;
  min-height: 40px;
  display: flex;
}

.load-more-notifications-button {
  color: #5217cd;
  background-color: #3898ec00;
  padding: 0;
  font-size: 16px;
}

.load-more-notifications-icon-container {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: none;
  position: absolute;
}

.loading-media-icon-container {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.featured-users {
  min-width: auto;
  max-width: none;
  margin-top: 4px;
  margin-bottom: 8px;
  position: static;
  overflow: hidden;
}

.featured-users-list {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: static;
  overflow: scroll;
}

.featured-users-header-title {
  align-self: center;
  min-height: 20px;
  max-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
}

.featured-user-image-container {
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  display: flex;
  overflow: hidden;
}

.featured-user-row {
  justify-content: space-between;
  display: flex;
}

.featured-user-name-button {
  color: #5217cd;
  white-space: nowrap;
  background-color: #fdfdfd;
  align-self: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  overflow: visible;
}

.featured-users-container {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 8px;
  overflow: hidden;
}

.featured-users-row {
  flex-direction: column;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 0;
  display: flex;
}

.featured-users-header {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 4px;
  padding-bottom: 0;
  display: flex;
}

.featured_users_entity_icon {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-left: 4px;
  padding: 2px;
}

.featured-users-entity-name {
  color: #5217cd;
  white-space: nowrap;
  background-color: #3898ec00;
  min-height: 20px;
  max-height: 20px;
  margin-left: 2px;
  margin-right: 8px;
  padding: 0;
  overflow: hidden;
}

.survey-row {
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.survey-container {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 320px;
  max-width: 320px;
  min-height: 120px;
  display: block;
}

.survey-header {
  flex: 1;
  align-self: flex-start;
  align-items: center;
  min-height: 52px;
  max-height: 52px;
  display: flex;
}

.text-block-61 {
  align-items: center;
  min-height: auto;
  margin-left: 8px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.survey-options-container {
  justify-content: center;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.survey-text-container {
  background-color: #fff0;
  border: .25px #8c8c8c;
  border-radius: 8px;
  min-height: auto;
  margin-left: 8px;
  margin-right: 8px;
}

.survey-yes-button {
  color: #5217cd;
  background-color: #3898ec00;
  margin-right: 32px;
  padding: 0;
  font-size: 16px;
}

.survey-no-button {
  color: #5217cd;
  background-color: #3898ec00;
  margin-left: 32px;
  padding: 0;
  font-size: 16px;
}

.survey-text {
  padding: 8px;
}

.trending-header-title {
  margin-left: 8px;
  font-size: 22px;
  font-weight: 700;
}

.popular-header-title {
  white-space: nowrap;
  align-self: center;
  margin-left: 8px;
  font-size: 22px;
  font-weight: 700;
}

.entity-footer-spacer {
  min-height: 2px;
}

.entity-featured-users-spacer {
  min-height: 4px;
}

.upgrade-row {
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.upgrade-row-container {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  min-width: 304px;
  max-width: 304px;
  min-height: auto;
}

.upgrade-row-header {
  align-items: center;
  min-height: 52px;
  margin-left: 8px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.div-block-295 {
  margin-left: 8px;
  margin-right: 8px;
}

.text-block-65 {
  padding: 8px;
}

.div-block-296 {
  justify-content: center;
  align-items: center;
  min-height: 60px;
  max-height: 60px;
  display: flex;
}

.button-95 {
  color: #5217cd;
  -webkit-text-stroke-color: #5217cd;
  background-color: #3898ec00;
  font-size: 16px;
}

.entity-row {
  width: 900px;
}

.comment-row {
  margin-top: 8px;
  margin-bottom: 8px;
}

.report-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.featured-user-image {
  aspect-ratio: 1;
  flex: 1;
}

.featured-user-image-button {
  background-color: #3898ec00;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  padding: 0;
  position: absolute;
}

.sure-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.sure-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.div-block-297 {
  position: relative;
}

.entity-more-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.entity-more-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.entity-more-sheet-container {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 300px;
  min-width: auto;
  max-width: none;
  min-height: auto;
  display: flex;
  position: relative;
}

.comment-more-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.comment-more-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.div-block-299 {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  position: relative;
}

.text-block-66 {
  color: #8c8c8c;
}

.account-settings-button {
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: auto;
  height: 20px;
  padding: 0;
  display: flex;
  position: absolute;
}

.entity-header-more-button {
  background-color: #3898ec00;
  flex: 0 auto;
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
}

.post-more-button {
  background-color: #3898ec00;
  width: 20px;
  height: 20px;
  padding: 0;
  display: block;
  position: absolute;
}

.entity-more-button, .comment-more-button {
  background-color: #3898ec00;
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
}

.loading-content-row {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.play-button-count-text {
  color: #8c8c8c;
  margin-right: 2px;
}

.user-image-40x40-button {
  background-color: #3898ec00;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  position: absolute;
}

.loading-notifications-icon-container {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.loading-notifications-row, .loading-player-row {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.loading-player-icon-container {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.media-more-button {
  background-color: #3898ec00;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  padding: 0;
  position: absolute;
}

.media-more-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.media-more-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.text-block-67 {
  color: #8c8c8c;
  text-align: left;
}

.manage-media-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.manage-media-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.div-block-301 {
  background-color: #fafaf8;
}

.manage-media-row {
  margin-left: 0;
  margin-right: 8px;
  list-style-type: none;
}

.list-item-29, .list-item-30 {
  list-style-type: none;
}

.manage-media-list {
  background-color: #fff;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex-direction: row;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
  list-style-type: none;
  display: flex;
  overflow: scroll;
}

.manage-media-row-container {
  min-width: 160px;
  max-width: 160px;
  min-height: 160px;
  max-height: 180px;
  position: relative;
}

.manage-media-delete-button-container {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 4px;
  margin-right: 4px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.manage-media-delete-button {
  color: #5217cd;
  background-color: #3898ec00;
  padding: 0;
  font-size: 20px;
  position: absolute;
  inset: 0%;
}

.manage-media-sheet-container {
  -webkit-text-fill-color: inherit;
  background-color: #fafaf8;
  background-clip: border-box;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  min-width: 320px;
  max-width: 320px;
  display: block;
  position: relative;
  overflow: hidden;
}

.manage-media-row-footer {
  min-height: 20px;
  max-height: 20px;
}

.checkbox-field-2 {
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 40px;
  padding-right: 60px;
}

.checkbox-label, .manage-media-is-main-form-block {
  margin-bottom: 0;
}

.manage-media-is-main-radio-field {
  padding-left: 40px;
  padding-right: 40px;
}

.manage-media-is-main-radio-button {
  margin-left: 0;
}

.manage-media-is-main-label {
  margin-bottom: 0;
}

.manage-media-add-button {
  color: #5217cd;
  background-color: #3898ec00;
  padding: 0;
}

.manage-media-button {
  color: #5217cd;
  background-color: #3898ec00;
  margin-left: 8px;
  padding: 0;
  font-size: 20px;
}

.button-98 {
  padding: 0;
  position: static;
}

.manage-media-image {
  min-width: 160px;
  max-width: none;
}

.no-media-found-label {
  color: #8c8c8c;
  margin-bottom: 8px;
}

.icon-button {
  background-color: #3898ec00;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.play-button {
  background-color: #3898ec00;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.player-list-header-shuffle-button-container {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-right: 8px;
  position: relative;
}

.player-list-header-settings-button-container {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-right: 0;
  position: relative;
}

.player-list-header-shuffle-button, .player-list-header-settings-button {
  background-color: #3898ec00;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.sheet-form-container {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.confirm-password-form-container {
  margin-top: 8px;
}

.login-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.login-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.forgot-password-button {
  color: #5217cd;
  background-color: #3898ec00;
  margin-top: 8px;
  padding: 0;
  font-size: 12px;
  display: flex;
}

.forgot-password-button-container {
  display: flex;
}

.forgot-password-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.forgot-password-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.forgot-password-text {
  margin-bottom: 8px;
}

.delete-account-button, .log-out-button {
  color: #5217cd;
  background-color: #3898ec00;
  margin-left: 8px;
  padding: 0;
  font-size: 20px;
}

.header-detail-container {
  max-height: 20px;
  display: flex;
}

.header-detail-text {
  color: #8c8c8c;
  text-align: left;
}

.replying-to-button {
  color: #5217cd;
  white-space: nowrap;
  background-color: #3898ec00;
  margin-left: 4px;
  padding: 0;
}

.no-comments-found-row {
  margin-top: 8px;
  margin-bottom: 8px;
}

.notifications-header-clear-container {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-right: 8px;
  position: relative;
}

.notifications-header-clear-icon {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}

.foot-button {
  background-color: #3898ec00;
}

.player-post-footer-button-spacer {
  flex: 1;
  min-height: 32px;
  max-height: 32px;
  display: block;
  position: static;
}

.player-container {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: auto;
}

.footer-follow-icon-container {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  margin-left: 12px;
  position: relative;
}

.sort-select-container {
  border: .25px solid #5217cd;
  border-radius: 8px;
  align-items: center;
  min-width: 100px;
  min-height: 32px;
  max-height: 32px;
  display: flex;
  overflow: hidden;
}

.sort-select-left-container {
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 50px;
  min-height: 32px;
  max-height: 32px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.sort-select-right-container {
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 32px;
  max-height: 32px;
  display: flex;
}

.text-block-68 {
  justify-content: center;
  align-items: center;
  min-height: 32px;
  display: flex;
}

.sort-select-left-button {
  text-align: center;
  background-color: #5217cd;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: 32px;
  max-height: 32px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sort-select-right-button {
  color: #5217cd;
  background-color: #3898ec00;
  padding: 0;
}

.player-nothing-container {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.player-nothing-shuffle-container {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.player-nothing-button {
  background-color: #3898ec00;
  padding: 0;
}

.player-nothing-button-container {
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 8px;
  display: flex;
}

.account-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-height: 100%;
  display: flex;
  overflow: visible;
}

.account-signup-container {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.account-signup-button {
  color: #5217cd;
  background-color: #3898ec00;
  margin-top: 8px;
  padding: 0;
  font-weight: 400;
}

.account-login-container {
  flex: 0 auto;
  justify-content: space-between;
  min-height: 20px;
  max-height: 20px;
  display: flex;
}

.account-login-flex {
  flex: 1;
  min-height: 20px;
  max-height: 20px;
}

.account-login-button {
  color: #5217cd;
  background-color: #3898ec00;
  margin-right: 8px;
  padding: 0;
}

.account-login-text {
  margin-left: 8px;
}

.flex-block-7, .flex-block-8 {
  flex: 0 auto;
}

.player-nothing-flex {
  flex: 0 auto;
  min-height: 20px;
  max-height: 20px;
}

.player-list-header-comment-icon-container {
  min-width: 32px;
  max-width: 20px;
  min-height: 32px;
  max-height: 20px;
  position: relative;
}

.player-list-header-count-text {
  color: #8c8c8c;
  text-align: left;
  align-self: center;
  margin-left: 4px;
  font-size: 12px;
}

.player-list-header-repeat-icon-container, .player-list-header-like-icon-container {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  margin-left: 8px;
  position: relative;
}

.button-99 {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.player-list-header-row {
  flex-direction: row;
  min-height: auto;
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.player-list-header-row-title {
  align-self: center;
  font-size: 22px;
  font-weight: 700;
}

.div-block-302 {
  flex: 1;
}

.now-playing-more-button-container {
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
}

.entity-header-more-icon {
  flex: 0 auto;
}

.comment-header-title-container {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  min-height: 40px;
  max-height: 40px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.posts-header-row-spacer {
  min-height: 8px;
  max-height: 8px;
}

.comment-header-row-spacer {
  min-height: 8px;
}

.cookies-sheet {
  z-index: 10;
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 7px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  min-width: 33%;
  max-width: 33%;
  min-height: auto;
  margin-bottom: 20px;
  display: flex;
  position: fixed;
  inset: auto 33% 0%;
  box-shadow: 0 6px 20px 3px #333;
}

.cookies-sheet-buttons-container {
  flex-direction: column;
  justify-content: space-around;
  align-self: center;
  min-width: auto;
  max-width: none;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  position: static;
}

.text-block-69 {
  text-align: left;
  flex: 1;
  margin: 8px;
  font-weight: 700;
}

.cookies-sheet-text-container {
  flex: 1;
}

.cookies-sheet-header-container {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
}

.cookies-sheet-header-text {
  text-align: left;
  margin-top: 16px;
  font-size: 22px;
  font-weight: 700;
}

.cookies-sheet-text {
  color: #8c8c8c;
  text-align: left;
  padding-left: 8px;
}

.cookies-sheet-all-button-container {
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.cookies-sheet-all-button {
  background-color: #5217cd;
  border-radius: 8px;
  padding: 8px;
}

.cookies-sheet-necessary-button-container {
  margin: 8px;
}

.cookies-sheet-necessary-button {
  background-color: #5217cd;
  border-radius: 8px;
  padding: 8px;
}

.cookies-sheet-customize-container {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.cookies-sheet-customize-button {
  background-color: #5217cd;
  border-radius: 8px;
}

.cookies-sheet-buttons-flex {
  flex: 1;
  min-height: 4px;
}

.cookies-sheet-policy-container {
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.cookies-sheet-policy-text {
  color: #333;
  text-align: left;
  margin-left: 8px;
}

.cookies-sheet-policy-button {
  color: #5217cd;
  background-color: #3898ec00;
  margin-left: 4px;
  padding: 0;
}

.cookies-settings-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookies-settings-sheet-background {
  background-color: #1E1E1E80;
  padding-bottom: 0;
  position: fixed;
  inset: 0%;
}

.div-block-303 {
  background-color: #fafaf8;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 200px;
  display: flex;
  position: fixed;
}

.manage-media-main-button-container {
  min-width: 20px;
  min-height: 20px;
  margin-top: 4px;
  margin-right: 28px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.manage-media-main-icon {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  position: absolute;
  inset: 0%;
}

.popular-row-image-container {
  position: relative;
}

.popular-row-image-button {
  background-color: #3898ec00;
  position: absolute;
  inset: 0%;
}

.player-list-header-none-container {
  margin: 8px;
}

.player-list-header-none-detail-container {
  display: flex;
}

.div-block-304 {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-left: 4px;
  margin-right: 4px;
}

.post-prepare-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.post-prepare-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.div-block-305 {
  flex: 1;
  height: 8px;
  overflow: visible;
}

.search-sheet-list {
  flex-flow: wrap;
  justify-content: center;
  padding-left: 0;
  list-style-type: none;
  display: block;
  overflow: scroll;
}

.flex-block-11 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 20px;
  margin-right: 220px;
  padding-bottom: 0;
}

.flex-block-12, .flex-block-13 {
  flex: 1;
}

.countdown-sheet {
  z-index: 3;
  background-color: #5217cd00;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.countdown-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.countdown-sheet-container {
  background-color: #5217cd;
  border-radius: 150px;
  justify-content: flex-start;
  width: 300px;
  height: 300px;
  display: flex;
  position: relative;
  inset: 0%;
}

.countdown-sheet-text {
  color: #fafaf8;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  max-height: none;
  font-size: 200px;
  display: flex;
}

.record-sheet {
  z-index: 3;
  background-color: #5217cd00;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.record-sheet-background {
  background-color: #1E1E1E80;
  display: flex;
  position: fixed;
  inset: 0%;
}

.record-sheet-image-container {
  z-index: 2;
  background-color: #5217cd;
  border-radius: 150px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: block;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.record-sheet-action-container {
  z-index: 2;
  background-color: #b11f2800;
  justify-content: center;
  align-self: center;
  width: 300px;
  height: 500px;
  display: flex;
  position: absolute;
}

.record-sheet-done-container {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 8px;
  display: flex;
}

.record-sheet-header-container {
  z-index: 2;
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 60px;
  padding-left: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.record-sheet-recording-indicator {
  color: #5217cd;
  background-color: red;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 4px;
}

.record-sheet-time-label {
  flex: 1;
  align-self: flex-start;
  margin-top: 8px;
  margin-right: 8px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.record-sheet-indicator-container {
  background-color: #f000;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: absolute;
}

.preview-sheet {
  z-index: 3;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preview-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.preview-sheet-container {
  z-index: 3;
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  width: 300px;
  height: auto;
  max-height: 320px;
  padding: 8px;
  position: relative;
  overflow: hidden;
}

.preview-sheet-entity-icon-container {
  width: 20px;
  height: 20px;
}

.preview-sheet-entity-name-button {
  color: #5217cd;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  object-fit: contain;
  background-color: #3898ec00;
  max-width: 170px;
  margin-left: 4px;
  padding: 0;
  overflow: hidden;
}

.preview-sheet-entity-trash-button-container {
  color: #5217cd;
  background-color: #5217cd;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.preview-sheet-entity-trash-button {
  color: #fafaf8;
  background-color: #3898ec00;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.preview-sheet-text {
  text-align: left;
  height: auto;
  max-height: 122px;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: scroll;
}

.preview-sheet-action-container {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 500px;
  display: flex;
  position: absolute;
}

.preview-sheet-redo-container {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: auto;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-100 {
  color: #5217cd;
  background-color: #fff;
  padding: 0;
}

.preview-sheet-redo-button-container {
  object-fit: fill;
  background-color: #fff;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  align-self: center;
}

.preview-sheet-redo-button {
  color: #5217cd;
  object-fit: fill;
  background-color: #3898ec00;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 0 8px;
  display: flex;
}

.preview-sheet-hashtag-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: static;
  overflow: scroll;
}

.preview-sheet-play-container {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.preview-sheet-play-button-container {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  max-width: none;
  height: 60px;
  padding: 8px;
  display: flex;
  position: relative;
}

.preview-sheet-play-button {
  z-index: 2;
  color: #5217cd;
  background-color: #3898ec00;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preview-sheet-play-button-icon {
  z-index: 1;
  object-fit: fill;
  align-self: center;
  max-width: none;
  height: 44px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  inset: 0%;
}

.preview-sheet-publish-container {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.preview-sheet-publish-button-container {
  background-color: #faf8f9;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-101 {
  color: #5217cd;
  background-color: #3898ec00;
  height: 44px;
}

.preview-sheet-publish-button {
  color: #5217cd;
  background-color: #3898ec00;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.preview-sheet-hashtag-icon-container {
  width: 20px;
  height: 20px;
}

.preview-sheet-hashtag-list-item {
  margin-bottom: 0;
  margin-right: 12px;
  display: flex;
}

.preview-sheet-hashtag-button {
  color: #5217cd;
  white-space: nowrap;
  background-color: #3898ec00;
  max-width: 232px;
  margin-left: 2px;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
}

.preview-sheet-hashtag-icon {
  max-width: 100%;
  padding: 2px;
}

.preview-sheet-hashtag-trash-container {
  background-color: #5217cd;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.preview-sheet-hashtag-trash-button {
  background-color: #3898ec00;
  padding: 0;
}

.record-sheet-image {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: static;
}

.load-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.load-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.load-sheet-container {
  z-index: 2;
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: relative;
}

.search-item {
  padding-left: 4px;
}

.div-block-307 {
  overflow: visible;
}

.flex-block-14 {
  max-height: none;
}

.div-block-308 {
  height: auto;
  display: block;
}

.account-bar-footer-spacer {
  flex: 1;
  min-height: 80px;
  max-height: 80px;
  display: flex;
}

.player-bar-ad-spacer {
  min-height: 80px;
  max-height: 80px;
}

.content-headline-row {
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  margin-left: 8px;
  display: flex;
}

.popular-users-row {
  margin-bottom: 16px;
  display: block;
}

.account-anon-container {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.account-anon-header-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 20px;
  display: flex;
}

.account-anon-header-text {
  margin-left: 8px;
  display: block;
}

.account-anon-log-in-button {
  color: #5217cd;
  -webkit-text-stroke-color: #5217cd00;
  background-color: #3898ec00;
  margin-right: 8px;
  padding: 0;
}

.account-anon-header-spacer {
  flex: 1;
  height: 20px;
}

.div-block-309 {
  flex-flow: column;
  align-items: stretch;
  display: block;
}

.account-anon-sign-up-text {
  height: 40px;
}

.account-anon-sign-up-container {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.div-block-311 {
  display: block;
  position: absolute;
}

.account-anon-footer-spacer {
  flex: 1;
  min-height: 80px;
  max-height: 80px;
}

.account-anon-sign-up-button {
  color: #5217cd;
  background-color: #3898ec00;
  padding: 0;
}

.content-back-container {
  flex: 1;
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.content-back-button {
  z-index: 2;
  color: #5217cd;
  white-space: nowrap;
  background-color: #fafafa00;
  border: .25px #8c8c8c;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  padding: 0 8px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-post-icon-container {
  align-self: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-top: 0;
}

.image-37 {
  width: 32px;
  height: 32px;
  display: block;
  position: static;
}

.text-sheet {
  z-index: 2;
  padding-bottom: 0;
  position: fixed;
  inset: 0%;
}

.manage-media-reset-button {
  color: #5217cd;
  background-color: #3898ec00;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  
  .keyboard-sheet-container {
    left: 0;
    right: 0;
    width: 100%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .button-2 {
    padding-bottom: 10px;
  }

  .nav-bar-search-column {
    object-fit: cover;
  }

  .content-view {
    flex-flow: row nowrap;
    width: 100%;
    display: block;
  }
  
  .trending {
      width: 0px;
      display: none;
  }
  
  .content-container {
      width: 100%;
      display: block;
  }

  .account-column {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .content-column {
    object-fit: fill;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .trending-column {
    flex-flow: column wrap;
    place-content: flex-start;
    align-items: stretch;
    padding-right: 20px;
    display: block;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .entity {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
  }

  .text-block-4 {
    color: #8c8c8c;
  }

  .content-headline-text {
    padding-left: 0;
  }

  .post-header {
    flex-flow: row;
    place-content: center space-between;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 40px;
    max-height: none;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .post {
    object-fit: contain;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    min-width: auto;
    max-width: 100%;
    min-height: 120px;
    max-height: none;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-48 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .image-12 {
    border-radius: 20px;
  }

  .button-26 {
    color: #5217cd;
    column-count: auto;
    white-space: normal;
    object-fit: fill;
    background-color: #3898ec00;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    position: static;
    overflow: visible;
  }

  .div-block-49 {
    flex: 1;
    min-width: 0%;
    min-height: 40px;
    max-height: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-27 {
    text-align: right;
    background-color: #3898ec5e;
    padding: 0;
  }

  .div-block-50 {
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
    min-width: 20px;
    max-width: 20px;
    min-height: 40px;
    max-height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .image-13 {
    text-align: right;
  }

  .text-block-10 {
    align-self: center;
    font-size: 12px;
  }

  .div-block-53 {
    flex: 1;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-30, .button-31 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }

  .app {
    justify-content: center;
    width: 100%;
    margin-top: 60px;
    margin-right: 0;
    padding-top: 0px;
  }

  .content-list {
    width: 100%;
  }

  .account-bar {
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .form {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    inset: 0%;
  }

  .text-field {
    position: static;
  }

  .player-bar {
    justify-content: space-between;
    display: flex;
  }

  .content {
    width: 100vw;
    align-items: center;
/*    margin-left: 8px;*/
/*    margin-right: 8px;*/
    padding-bottom: 80px;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }

  .player-column {
    display: none;
  }

  .popular {
    min-width: auto;
    max-width: none;
    max-height: 208px;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    display: block;
  }

  .popular-container {
    align-self: center;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .popular-header {
    min-width: auto;
    padding-left: 0;
  }

  .popular-header-separator {
    align-self: center;
    min-width: auto;
    min-height: 40px;
    max-height: 40px;
  }

  .content-headline-container {
    min-width: auto;
    min-height: auto;
    margin-left: 0;
  }

  .header-column {
    padding-left: 0;
    display: none;
  }

  .bar-list {
    flex-direction: column;
    flex-shrink: 0;
    justify-content: space-between;
    min-height: none;
    display: block;
    overflow: scroll;
  }

  .div-block-131 {
    display: block;
  }

  .search-bar {
    object-fit: fill;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 600px;
    margin-left: 40px;
    margin-right: 108px;
    padding-right: 0;
    display: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }
  
  .entity-row {
    width: 100%;
    padding-bottom: 12px;
  }
  
  .post-row {
    width: 100%;
  }

  .gossup-logo-desktop {
    display: none;
  }

  .entity-header-row {
    min-width: 100%;
    max-width: 100%;
  }

  .search-results {
    z-index: 1;
  }

  .div-block-171 {
    left: 8%;
  }

  .comment-sheet, .list-sheet {
    display: none;
  }

  .posts-header {
    margin-left: 0;
    margin-right: 0;
  }

  .password-sheet, .upgrade-sheet, .audio-sheet, .profile-sheet, .new-sheet {
    display: none;
  }

  .gossup-logo-mobile {
    display: block;
  }

  .sheet-header-dropdown-container {
    align-self: center;
    margin-right: 8px;
  }

  .account-bar-footer {
    min-height: 80px;
    margin-bottom: 0px;
    display: block;
  }

  .flex-block-5 {
    justify-content: space-around;
    height: auto;
    max-height: none;
    display: block;
  }

  .div-block-286 {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
    display: flex;
  }

  .featured-users-row {
    margin-left: 0;
    margin-right: 0;
  }

  .header-detail-text {
    text-align: left;
  }

  .cookies-sheet {
    min-width: 80%;
    max-width: 80%;
    left: 10%;
    right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }
  
  .keyboard-sheet-container {
    left: 0;
    right: 0;
    width: 100%;
  }

  .content-headline-text {
    padding-left: 0;
  }

  .div-block-50 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: stretch;
    min-width: 40px;
    max-width: 40px;
  }

  .account-bar {
    flex: 1;
    display: flex;
  }

  .player-bar {
    display: flex;
  }

  .content {
    min-width: 100%;
    padding-bottom: 120px;
    align-items: stretch;
  }

  .player-bar-header {
    min-width: auto;
    max-width: none;
  }

  .button-39 {
    overflow: scroll;
  }

  .button-40 {
    overflow: hidden;
  }

  .popular {
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
  }

  .content-headline-container {
    margin-left: 8px;
  }

  .player-post-heade
    flex: 0 auto;
  }

  .content-button.player-post-entity-name.entity-button {
    white-space: nowrap;
    overflow-wrap: break-word;
  }

  .div-block-131 {
    max-height: none;
  }

  .search-bar {
    width: 50%;
  }

  .entity-header-row {
    min-width: auto;
    max-width: none;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-171 {
    min-width: 500px;
    max-width: 500px;
    left: 6%;
  }

  .div-block-194 {
    justify-content: center;
  }

  .div-block-197 {
    width: 360px;
    min-width: 320px;
    max-width: 420px;
  }

  .comment-sheet {
    display: none;
  }

  .comment-sheet-container {
    max-width: 640px;
  }

  .media-sheet {
    display: none;
  }

  .media-sheet-container {
    min-width: 420px;
    max-width: 420px;
    min-height: 480px;
    max-height: 480px;
  }

  .list-sheet {
    display: none;
  }

  .posts-header {
    margin-left: 8px;
    margin-right: 8px;
  }

  .password-sheet, .upgrade-sheet, .profile-sheet {
    display: none;
  }

  .media-sheet-control-container {
    justify-content: space-between;
    min-width: 420px;
  }

  .media-sheet-left-button, .media-sheet-right-button {
    font-size: 40px;
  }

  .media-sheet-spacer {
    flex: 0 auto;
  }

  .account-bar-footer-columns {
    display: flex;
  }

  .content-advertisement-image {
    min-width: 320px;
    max-width: 320px;
    min-height: 320px;
    max-height: 320px;
  }

  .featured-users {
    margin-top: 4px;
  }

  .featured-users-row {
    margin-left: 8px;
    margin-right: 8px;
  }
  
  .entity-row {
    width: 100%;
    padding-bottom: 12px;
  }

  .header-detail-text {
    text-align: left;
  }

  .cookies-sheet {
    min-width: 90%;
    max-width: 90%;
    left: 5%;
    right: 5%;
  }

  .record-sheet-action-container {
    height: 444px;
  }

  .content-headline-row {
    margin-left: 8px;
  }

  .search-sheet-container {
    min-width: 400px;
    width: 400px;
    max-width: 400px;
  }

}

@media (max-width: 700px) {
  .media-sheet-container {
    min-width: 300px;
    max-width: 300px;
    min-height: 360px;
    max-height: 360px;
  }
  .content-back-button-container {
    margin-left: 8px;
    padding-left: 8px;
  }
  .content-back-button {
    margin-left: 8px;
    padding-left: 8px;
  }
  .search-sheet-container {
    width: 320px;
    min-width: 320px;
    max-width: 320px;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-5 {
    max-width: none;
  }

  .div-block-11 {
    display: flex;
  }

  .div-block-14 {
    min-height: 40px;
    max-height: 40px;
    margin-top: 10px;
  }

  .text-block-7 {
    min-height: 40px;
    max-height: 40px;
    margin-top: 10px;
    font-size: 22px;
  }

  .div-block-15 {
    width: auto;
    max-width: 16%;
    min-height: 40px;
    max-height: 40px;
    margin-top: 10px;
    padding-bottom: 0;
  }

  .content-headline-text {
    align-self: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 18px;
  }

  .app {
    padding-top: 0px;
  }

  .content-header {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    overflow: visible;
  }

  .footer-count-text, .button-34, .entity-description-text {
    font-size: 12px;
  }

  .post-header-spacer {
    min-width: 8px;
    display: flex;
  }

  .header-more {
    flex: 0 auto;
    min-width: 32px;
  }

  .entity-header-name-container {
    max-width: 100%;
    overflow: hidden;
  }

  .post-header-detail {
    font-size: 12px;
  }

  .content-trail-list {
    margin-bottom: 8px;
  }

/*  .topic-trail-row {*/
/*    min-height: 20px;*/
/*    max-height: 20px;*/
/*    margin-top: 4px;*/
/*    padding-top: 0;*/
/*  }*/

  .topic-trail-name-container {
    align-items: center;
  }

  .button-36 {
    padding-top: 0;
    font-size: 14px;
  }

  .topic-trail-spacer-row {
    min-height: 20px;
    max-height: 20px;
    margin-top: 4px;
  }

  .topic-trail-spacer-icon {
    min-height: 20px;
  }

  .post-date-text {
    font-size: 12px;
  }

  .player-bar {
    flex-direction: column;
    align-items: stretch;
    min-width: 320px;
    max-width: 320px;
    display: flex;
  }

  .player-bar-header {
    justify-content: flex-start;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-bar-record-button-container {
    align-self: center;
    margin-top: 0;
    margin-right: 8px;
  }

  .popular-header {
    min-height: auto;
    max-height: none;
  }

  .popular-header-button {
    justify-content: flex-end;
    margin-right: 8px;
    font-size: 12px;
  }

  .content-headline-container {
    height: auto;
    min-height: 0;
  }

  .button-46 {
    font-size: 16px;
  }

  .player-post-header-spacer {
    flex: 1;
    min-width: auto;
  }

  .content-button.player-post-plays.plays-button {
    font-size: 12px;
  }

  .content-button.entity-header-name.entity-button {
    text-align: left;
    object-fit: fill;
    overflow: hidden;
  }

  .content-button.post-header-username.username-button {
    max-width: none;
    overflow: visible;
  }

  .content-button.post-plays, .content-button.entity-plays.plays-button, .text-block-26, .text-block-27, .text-block-28, .player-post-text {
    font-size: 12px;
  }

  .player-list-header-title {
    font-size: 18px;
  }

  .account-bar-footer-button {
    word-break: normal;
    overflow-wrap: normal;
  }

  .notifications-header-title {
    margin-left: 0;
    font-size: 18px;
  }

  .text-block-36, .text-block-37 {
    font-size: 12px;
  }

  .replo {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .now-playing-content-detail-icon-container {
    flex: 0 auto;
    order: 0;
  }

/*  .search-bar {*/
/*    width: 50%;*/
/*    margin-left: 40px;*/
/*    margin-left: 108px;*/
/*    display: none;*/
/*/*    inset: 0% 0% auto;*/*/
/*  }*/

  .gossup-logo-desktop {
    display: none;
  }

  .text-block-38 {
    font-size: 12px;
  }

  .entity-more-detail-text {
    text-align: right;
    font-size: 12px;
  }

  .search-results {
    display: none;
  }

  .div-block-165 {
    width: 300px;
    min-width: auto;
    max-width: none;
  }

  .div-block-197 {
    width: 280px;
    min-width: 220px;
    max-width: 300px;
  }

  .player-header-entity-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .now-playing-container {
    min-height: 60px;
    max-height: 60px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .list-container {
    display: block;
    overflow: auto;
  }

  .comment-header-row {
    margin-left: 0;
    margin-right: 0;
  }

  .comment-sheet {
    display: none;
  }

  .comment-sheet-container {
    min-width: 75%;
    width: 75%;
    max-width: 75%;
    overflow: visible;
  }

  .content-post-text, .comment-text {
    font-size: 12px;
  }

  .post-header-content {
    max-width: none;
  }

  .list-sheet-container {
    margin-left: 8px;
    margin-right: 8px;
  }

  .media-sheet {
    display: none;
  }

  .media-sheet-container {
    min-width: 300px;
    max-width: 300px;
    min-height: 360px;
    max-height: 360px;
  }

  .search-sheet {
    display: none;
  }

  .search-sheet-container {
    min-width: 90%;
    width: 95%;
    max-width: 100%;
    overflow: hidden;
  }

  .account-bar-username-text {
    font-size: 18px;
  }

  .sheet-container {
    max-width: 300px;
  }

  .sheet-header {
    padding-right: 8px;
  }

  .list-sheet {
    display: none;
  }

  .posts-header-spacer {
    max-height: 40px;
    display: block;
  }

  .posts-header {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .posts-header-headline {
    font-size: 18px;
  }

  .posts-header-detail {
    font-size: 12px;
  }

  .signup-sheet, .password-sheet, .upgrade-sheet, .audio-sheet, .profile-sheet {
    display: none;
  }

  .textarea {
    display: flex;
  }

  .edit-profile-view-button {
    margin-right: 0;
  }

  .new-sheet {
    display: none;
  }

  .new-sheet-input-form-text-field {
    display: block;
  }

  .media-sheet-control-container {
    min-width: 320px;
  }

  .div-block-278, .sheet-header-dropdown-container {
    margin-right: 0;
  }

  .account-bar-footer-columns {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .email-form-container {
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .username-form-container {
    margin-left: 8px;
    margin-right: 8px;
  }

  .password-form-container {
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .featured-users-header-title {
    white-space: nowrap;
    font-size: 12px;
  }

  .featured-users-entity-name {
    font-size: 12px;
  }

  .survey-container {
    min-width: 304px;
    max-width: 304px;
  }

  .popular-header-title {
    font-size: 18px;
  }

  .confirm-password-form-container {
    margin-left: 8px;
    margin-right: 8px;
  }

  .header-detail-container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .header-detail-text {
    text-align: left;
    flex: 1;
    font-size: 12px;
    overflow: hidden;
  }

  .replying-to-button {
    flex: 0 auto;
    font-size: 12px;
    display: block;
    overflow: auto;
  }

  .comment-header-title-container {
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    display: flex;
    overflow: visible;
  }

  .comment-header-title-text {
    font-size: 14px;
  }

  .cookies-sheet {
    flex-direction: column;
    display: none;
  }

  .cookies-sheet-policy-container {
    justify-content: flex-start;
  }

  .cookies-sheet-policy-text, .cookies-sheet-policy-button {
    font-size: 12px;
  }

  .cookies-sheet-policy-text-period {
    font-size: 12px;
    display: block;
  }

  .post-prepare-sheet {
    display: none;
  }

  .div-block-305 {
    flex: 1;
    min-width: 8px;
    max-width: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-306 {
    flex: 1;
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .flex-block-9 {
    flex: 0 auto;
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .flex-block-10 {
    flex: 1;
    justify-content: flex-end;
    min-width: 8px;
    height: 20px;
    padding-bottom: 0;
    padding-right: 220px;
    overflow: visible;
  }

  .record-sheet {
    display: none;
  }

  .record-sheet-header-container {
    overflow: hidden;
  }

  .preview-sheet {
    display: none;
  }

  .preview-sheet-text {
    font-size: 12px;
  }
  
  .alert-sheet-headline {
    color: #fff;
    -webkit-text-stroke-width: .25px;
    -webkit-text-stroke-color: #8c8c8c;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: baseline;
    text-align: left;
    height: 40px;
    min-height: 60px;
    max-height: none;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    padding-left: 8px;
    padding-right: 4px;
  }

  .alert-sheet-detail {
    color: #fff;
    -webkit-text-stroke-width: .25px;
    -webkit-text-stroke-color: #8c8c8c;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: baseline;
    text-align: left;
    height: 40px;
    min-height: 60px;
    max-height: none;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    padding-left: 8px;
    padding-right: 4px;
  }

}

.player-container-fixed-div {
  background-color: yellowgreen;
  height: 100px;
  width: 320px;
  display: static;
  align-items: left;
  overflow: hidden;
  position: absolute;
}

.player-container-flex-div {
  background-color: burlywood;
  margin-bottom: 100px;
  height: auto;
  width: 320px;
  display: static;
  align-items: left;
  overflow: hidden;
  position:relative;
}

.verify-sheet {
  z-index: 4;
  background-color: #5217cd00;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.verify-sheet-container {
  z-index: 2;
  background-color: #fafafa;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  width: 300px;
  height: auto;
  position: fixed;
}

.verify-sheet-header {
  justify-content: space-between;
  align-items: center;
  height: 60px;
  display: flex;
}

.verify-sheet-header-text {
  margin-left: 8px;
  font-size: 24px;
  font-weight: 700;
}

.verify-text-field {
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.verify-button {
  color: #5217cd;
  background-color: #3898ec00;
  padding-right: 8px;
}

.verify-spacer {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 8px;
  display: flex;
}

.verif-text-field-form-block {
  border-radius: 8px;
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
}

.verify-text {
  color: #8c8c8c;
  margin-top: 8px;
  margin-left: 16px;
  margin-right: 16px;
}

.verify-resend-button {
  color: #5217cd;
  background-color: #3898ec00;
  margin-top: 16px;
  margin-bottom: 8px;
  padding: 0;
}

.verify-sheet-background {
  z-index: 1;
  background-color: #1E1E1E80;
  position: absolute;
  inset: 0%;
}

.content-back-button-container {
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
  position: static;
}

.content-back-button-icon {
  align-self: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
}

.content-back-button-text {
  color: #5221cd;
  align-self: center;
  height: 20px;
  margin-left: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.back-button {
  z-index: 0;
  color: #5221cd;
  background-color: #3898ec00;
  flex: 1;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  font-size: 18px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.success-sheet {
  z-index: 3;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.success-sheet-background {
  background-color: #5221cd80;
  position: fixed;
  inset: 0%;
}

.success-sheet-container {
  z-index: 2;
  background-color: #fafaf8;
  border: .25px solid #8c8c8c;
  border-radius: 8px;
  width: 320px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
}

.success-sheet-header {
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.success-sheet-header-text {
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.success-sheet-text {
  margin: 0 8px 8px;
}

.boost-sheet {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.boost-sheet-background {
  background-color: #1E1E1E80;
  position: fixed;
  inset: 0%;
}

.boost-sheet-container {
  background-color: #fafaf8;
  border-radius: 8px;
  width: 300px;
  height: auto;
  position: relative;
}

.boost-sheet-header-container {
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  display: flex;
}

.boost-sheet-title {
  text-align: left;
  margin-left: 8px;
  font-size: 24px;
  font-weight: 700;
}

.boost-option-container {
  margin-bottom: 16px;
}

.boost-option-button-container {
  background-color: #5217cd;
  border-radius: 8px;
  margin: 8px 8px 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.boost-option-text {
  color: #8c8c8c;
}

.boost-option-button-text {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 20px;
}

.button-102 {
  padding: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.boost-option-button {
  background-color: #3898ec00;
  padding: 0;
  position: absolute;
  inset: 0%;
}
