@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.sidebar_features {
  list-style-type: disc;
}
.sidebar-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .sidebar-wrapper {
    max-height: 100vh;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    overscroll-behavior-y: contain;
    transition: width 0.3s ease-in-out;
    width: 208px;
    display: block;
  }
  .sidebar-wrapper.sidebar-collapsed {
    width: 0em;
  }
  .sidebar-wrapper .sidebar-content {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .sidebar-wrapper.sidebar-collapsed .sidebar-content {
    opacity: 0;
    visibility: hidden;
  }
}

.custom-sidebar {
  width: 223px;
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 15px;
  transition: width 0.3s ease-in-out;
  position: fixed;
  top: 100px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.custom-sidebar::-webkit-scrollbar {
  display: none;
}
.custom-sidebar.collapsed {
  width: 0px;
  position: relative;
  top: 0px;
}
@media (min-width: 768px) {
  .custom-sidebar .menu-link {
    height: 2.5rem;
  }
}
.menu_border {
  width: 1px;
  height: 50px;
  background-color: #D9D9D9;
}
.item-border {
  border-right: 1px solid #D9D9D9;
}
ul li a,
button {
  font-size: 14px !important;
}
.post-button {
  max-width: 170px;
  height: 40px;
  margin: 25px 0px 10px;
}

.register-modal-wrapper {
  height: 100%;
  max-height: calc(100% - 6rem);
  position: fixed;
  top: 4.8rem;
  right: 0;
  left: 0;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.home-container {
  display: flex;
  width: 100%;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.home-container {
  display: flex;
  width: 100%;
}
.home_title {
  font-size: 1.5em;
  font-weight: 400;
}
.home_page_header {
  max-width: 25.56em;
  margin: 0 auto auto auto;
  background-color: #d9d9d9;
  border-radius: 50px;
}
.active_width {
  width: 12em;
  background-color: white;
}
.active_width p {
  color: #212121 !important;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.home-container {
  display: flex;
  width: 100%;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.home-container {
  display: flex;
  width: 100%;
}
.home_title {
  font-size: 1.5em;
  font-weight: 400;
}
.home_page_header {
  max-width: 25.56em;
  margin: 0 auto auto auto;
  background-color: #d9d9d9;
}
.active_width {
  width: 12em;
  background-color: white;
}
.active_width p {
  color: #212121 !important;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.home-container {
  display: flex;
  width: 100%;
}

.private-streaming-container {
  position: relative;
  margin: 0;
  min-height: 628px;
  background-color: black;
}
.private-streaming-container.performer-view #private-publisher {
  bottom: 0px;
  height: 100% !important;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100% !important;
  z-index: 1;
}
.private-streaming-container.performer-view #private-publisher video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.private-streaming-container.fan-view #private-publisher {
  bottom: 12px;
  height: 119px !important;
  overflow: hidden;
  padding: 0px !important;
  position: absolute !important;
  right: 12px;
  width: 101px !important;
  z-index: 2;
}
.private-streaming-container.fan-view #private-subscriber {
  bottom: 0px;
  height: 100% !important;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 !important;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100% !important;
  z-index: 1;
}
.private-streaming-container.fan-view #private-subscriber video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  .private-streaming-container {
    height: 320px;
  }
  .private-streaming-container.fan-view #private-publisher {
    background-color: #adadad;
    border-radius: 5px;
    bottom: auto !important;
    height: 88px !important;
    right: 67px !important;
    top: 17px !important;
    width: 64px !important;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.btn-google-login-box {
  display: none;
  flex-direction: column;
  justify-content: center;
}
.btn-google-login-box span.ant-typography {
  font-size: 12px;
}
.btn-google-login-box .btn-google-login {
  display: flex;
  justify-content: center;
}
.btn-google-login-box.custom {
  display: none;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 20px;
}
.btn-google-login-box.custom span.ant-typography {
  font-size: 12px;
}
.btn-google-login-box.custom .btn-google-login {
  display: flex;
  justify-content: center;
}
.google-button {
  margin: auto;
  font-size: 12px;
  max-width: 400px;
  background-color: #fff;
  color: #888;
  border: none;
  padding: 10px;
  margin-bottom: 2%;
  cursor: pointer;
  width: 100%;
  outline: none;
  border: 1px solid yellow !important;
}
.google-button .anticon {
  font-size: 14px;
  margin-right: 5px;
  color: red;
}
.google-button:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.custom-google-button {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
  border: 2px solid darkcyan !important;
  outline: none;
  height: auto;
  line-height: initial;
  box-shadow: none !important;
  margin: 0 2px 0 2px !important;
  color: gray;
  background-color: aliceblue !important;
}
.custom-google-button .anticon {
  font-size: 20px;
  margin-right: 5px;
  color: #1ea2f1;
}
.custom-google-button * {
  padding: 0 !important;
  margin: 0 !important;
}
.custom-google-button:disabled {
  pointer-events: none;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.loading-screen {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.loading-screen img,
.loading-screen span {
  animation-name: loading;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.loading-screen p {
  color: #c0349a;
  font-size: 16px;
}
@keyframes loading {
  0% {
    font-size: 25px;
    width: 300px;
  }
  25% {
    width: 310px;
    font-size: 27px;
  }
  50% {
    width: 320px;
    font-size: 30px;
  }
  75% {
    width: 310px;
    font-size: 27px;
  }
  100% {
    width: 300px;
    font-size: 25px;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.login-form {
  max-width: 400px;
  margin: auto;
}
.register-box .ant-form-item .ant-form-item-control {
  padding: 0;
}
.model-photo-verification .ant-form-item-control {
  text-align: left;
}
.model-photo-verification .ant-form-item-label {
  font-weight: 600;
}
.login-box {
  min-height: 80vh;
}
.login-box .title {
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  margin: 5px 0;
  font-family: Helvetica;
}
.login-box .ant-select-selector {
  border-radius: 25px !important;
}
.login-box .login-form-button {
  width: 100%;
  background-image: linear-gradient(0deg, #c0349a, #1ea2f1);
  border-color: #1ea2f1;
  color: #fff;
  height: 48px;
  border-radius: 25px;
  font-size: 16px;
  margin-bottom: 20px;
}
.login-box .ant-form-item input {
  border-radius: 20px;
  padding: 0 20px;
}
.login-box .ant-form-item .ant-input-password {
  border-radius: 20px;
  padding: 0 20px;
}
.login-box .ant-form-item .ant-input-password input {
  border-radius: 0;
  padding: 0;
  border: none !important;
  box-shadow: none !important;
}
.login-box .ant-picker {
  width: 100%;
  height: 40px;
  border-radius: 25px;
}
.login-box .ant-picker input {
  padding: 0 5px;
}
.login-box .login-content {
  padding: 20px 0;
  position: relative;
  min-height: 550px;
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 500px) {
  .login-box .login-content {
    padding: unset;
  }
}
.login-box .login-content ul li {
  font-weight: 600;
  padding: 5px 5px 5px 10px;
}
.login-box .login-content.left {
  height: 100%;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.login-box .login-content.left.fixed {
  background-size: 70%;
}
@media (max-width: 500px) {
  .login-box .login-content.left {
    display: none;
  }
}
.login-box .login-content.right {
  max-width: 400px;
}
.login-box .login-content.right .title h3 {
  margin-top: 30px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  font-family: Helvetica;
}
.login-box .login-content.right a {
  font-weight: 600;
  font-size: 11px;
  color: #c0349a;
}
.login-box .login-content.right p a {
  font-size: 12px;
}
.login-box .login-content.right p a.sub-text {
  font-size: 10px;
  opacity: 0;
}
.login-box .login-content.right .ant-checkbox-wrapper .ant-checkbox-inner,
.login-box .login-content.right .ant-checkbox .ant-checkbox-inner {
  border: 1.5px solid #fff;
  background-color: #1ea2f1;
}
.login-box .login-content.right .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.login-box .login-content.right .ant-checkbox:hover .ant-checkbox-inner {
  border: 1.5px solid #fff;
}
.login-box .login-content.right .btn-primary.ant-btn {
  color: #fff;
  background-image: linear-gradient(0deg, #c0349a, #1ea2f1);
  box-shadow: 0 5px 10px rgba(50, 50, 50, 0.2);
}
.login-box .login-content.custom {
  max-width: 100%;
}
.login-box.custom .ant-form-item input {
  border-radius: 2px;
  padding: 0 10px;
}
.logo {
  text-align: center;
  cursor: pointer;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img {
  width: 40px;
  margin-right: 8px;
}
.logo span {
  vertical-align: text-bottom;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  color: #c0349a;
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.switch-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.switch-btn button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-family: Helvetica;
  cursor: pointer;
}
.switch-btn button:hover {
  color: #c0349a;
}
.switch-btn button.active {
  color: #c0349a;
  border-bottom: 2px solid;
}
.switch-grp {
  text-align: center;
}
.switch-grp .ant-switch {
  background-color: #c0349a;
  padding: 0px 30px;
  height: 40px;
}
.switch-grp .ant-switch .ant-switch-handle {
  top: 1px;
  left: 1px;
  width: 38px;
  height: 38px;
}
.switch-grp .ant-switch .ant-switch-handle::before {
  border-radius: 50%;
}
.switch-grp .ant-switch-checked .ant-switch-handle {
  left: calc(100% - 38px - 1px);
}
.ant-spin-container,
.ant-spin-nested-loading {
  height: 100%;
}
.error-message {
  color: #f04134;
}
.forgot-box {
  background-color: #333;
  color: #fff;
  margin: 80px 30px;
  padding: 20px;
}
.forgot-box h2,
.forgot-box h4 {
  color: #fff;
}
@media (max-width: 500px) {
  .forgot-box .forgot-password {
    margin: 40px auto 0;
  }
  .forgot-box .forgot-form .ant-form-item {
    width: 300px;
  }
}
.forgot-form {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 70px 0;
  align-items: center;
  justify-content: center;
}
.forgot-form .ant-form-item {
  margin-bottom: 10px;
  width: 400px;
}
.forgot-form button {
  width: 100%;
  color: #333;
}
.welcome-box {
  background-color: #f7f7f7;
  margin: 15px 0;
  padding: 30px 0 30px 30px;
  border-radius: 10px;
}
.welcome-box h3 {
  font-size: 1.8em;
  font-weight: 800;
  font-family: Helvetica;
}
.welcome-box ul {
  padding-left: 18px;
}
.welcome-box ul li {
  color: #8a96a3;
  list-style: auto;
}
.social-login {
  margin: 10px auto;
  text-align: center;
  font-size: 12px;
  max-width: 400px;
}
.social-login .twitter-button {
  background-color: #1ea2f1;
  color: #fff;
  border: none;
  padding: 12px;
  cursor: pointer;
  width: 100%;
  outline: none;
}
.social-login .twitter-button .anticon {
  font-size: 18px;
  margin-right: 5px;
}
.social-login .twitter-button:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.email-verify-succsess {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 160px);
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 5px 50px;
  font-size: 18px;
}
.id-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.id-block .ant-upload-picture-card-wrapper.avatar-uploader {
  width: unset;
}
.id-block .img-id {
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-logo {
  text-align: center;
  font-size: 30px;
}
.gender-field .ant-radio-group {
  display: flex;
  justify-content: center;
}
.contact-user {
  display: flex;
  text-align: center;
  font-size: large;
  justify-content: flex-start;
  width: 100%;
}
.contact-user p {
  min-width: 100px;
}
.contact-user span {
  margin-right: 20px;
}
.contact-title {
  font-size: xx-large;
  color: #C0349A;
}
.contact-subtitle {
  font-size: 17px;
  color: '#888';
  margin: 30px;
}
.ant-form-item textarea.ant-input {
  border: 2px solid darkcyan;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.center {
  text-align: center;
  font-size: 40px;
  justify-content: center;
  color: #c0349a;
}
.title {
  text-align: center;
  font-size: 35px;
  margin-top: 20px;
  color: #c0349a;
}
.broad-row {
  justify-content: center;
  margin-top: 20px;
  height: unset !important;
}
.broad-row .ant-table {
  font-size: 32px;
}
.broad-row .ant-table .ant-table-cell {
  width: 150px;
}
.broad-row .ant-table table {
  text-align: center;
}
.broad-row .ant-table-thead > tr > th {
  font-size: 20px;
  text-align: center;
}
.menu-content {
  margin-top: 20px;
  border-radius: 20px;
}
.menu-content .menu-rows {
  padding: 10px 0;
}
.menu-content .menu-rows .broad-menu-row {
  height: unset !important;
}
.menu-content .menu-rows .broad-menu-row .menu-item {
  cursor: pointer;
  box-sizing: content-box !important;
  border-image-slice: 1;
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 22px;
  justify-content: center;
  margin: 0 auto;
  background-color: #7A0E5E;
  border-radius: 10px;
}
.menu-content .menu-rows .broad-menu-row .menu-item .anticon {
  font-size: x-large;
}
.menu-content .menu-rows .broad-menu-row .menu-item span {
  padding: 20px;
}
.menu-content .menu-rows .broad-menu-row .inactive {
  background-image: linear-gradient(to right, lightgray, lightgray);
  color: darkgray;
  cursor: default;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.broad-col {
  box-sizing: content-box !important;
  border: 4px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right bottom, #6a5af9, #f62682);
  width: 70%;
  height: 180px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #ff0066;
  margin: 0 auto;
}
.broad-col div {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
.broad-col div:first-child {
  border-bottom: 4px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right bottom, #6a5af9, #f62682);
}
.broad-col .items {
  display: flex;
  justify-content: space-around;
}
.broad-col .items div {
  width: 50%;
  height: 100%;
}
.broad-col .items div:first-child {
  border-bottom: none;
}
.broad-col .items .left-item {
  border-right: 4px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right bottom, #6a5af9, #f62682);
}
.broad-col .border {
  border-bottom: 4px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right bottom, #6a5af9, #f62682);
}
@media screen and (max-width: 500px) {
  .broad-row .ant-table {
    font-size: 18px;
  }
  .broad-row .ant-table-thead > tr > th {
    font-size: 16px;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.user-profile-box {
  margin: 40px 0;
}
.user-account .ant-tabs {
  padding: 0;
}
.user-account .ant-tabs .ant-tabs-tab.ant-tabs-tab-active {
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: none !important;
}
.user-account .ant-tabs .ant-tabs-nav:before {
  border-bottom: none;
}
.user-account .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  width: 50%;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  justify-content: center;
  margin: 0;
  padding: 8px 25px;
}
@media screen and (max-width: 500px) {
  .user-account .ant-tabs .ant-tabs-nav .ant-tabs-tab {
    font-size: 12px;
  }
}
.user-account .ant-tabs .ant-tabs-ink-bar {
  bottom: unset !important;
  top: 0;
  background-color: #888;
  height: 1px !important;
}
.user-account .ant-tabs .ant-tabs-nav-wrap {
  padding: 0 30px;
}
.user-account .ant-tabs .ant-tabs-nav-wrap::before {
  opacity: 1;
  box-shadow: none;
  border-bottom: 1px solid #888;
}
.user-account .ant-tabs .ant-tabs-nav-wrap::after {
  opacity: 1;
  box-shadow: none;
  border-bottom: 1px solid #888;
}
@media screen and (max-width: 500px) {
  .user-account .ant-tabs .ant-tabs-nav-wrap {
    padding: 0;
  }
  .user-account .ant-tabs .ant-tabs-nav-wrap::before {
    opacity: 0;
  }
  .user-account .ant-tabs .ant-tabs-nav-wrap::after {
    opacity: 0;
  }
}
.user-account .ant-tabs .ant-tabs-nav-list {
  width: 100%;
}
.user-account .ant-tabs .ant-tabs-content-holder .ant-tabs-tabpane.ant-tabs-tabpane-active {
  overflow: none;
  max-height: none;
}
.user-account .ant-tabs.custom .ant-tabs-tab {
  width: calc(100% / 3);
}
.user-account .setting-price-row {
  display: flex;
  justify-content: center;
  align-content: center;
}
.user-account .setting-price-box {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  justify-content: flex-start;
}
.user-account .setting-price-item {
  margin: 10px;
}
.user-account .setting-price-item span {
  display: block;
  min-width: -moz-max-content;
  min-width: max-content;
}
.user-account .password-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px #666 solid;
  margin-top: 5px;
}
.user-account .password-wrapper h3 {
  font-weight: bold;
  padding: 5px;
}
.user-account .dateOfBirth-form .dropdown {
  height: 30px;
  margin: 2px;
}
.qualified-wrapper {
  margin: 50px auto;
  padding: 5px;
  width: 100%;
  min-height: 350px;
  font-size: larger;
}
.qualified-wrapper span {
  padding: 10px;
}
.text-qualified {
  text-align: center;
  font-size: larger;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.center {
  justify-content: center;
  font-size: 40px;
}
.avatar-promotion {
  align-items: center;
  justify-content: center;
  width: 150px;
  aspect-ratio: 0.75;
  margin: 0 auto;
  margin-bottom: 50px;
}
.wrapper-cross-promotion {
  display: flex;
  width: 100%;
  max-width: 750px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border: 4px solid gray;
  margin: 20px auto;
  padding: 10px;
}
.wrapper-cross-promotion .price-box {
  display: flex;
  width: 40%;
  justify-content: center;
  border: 3px solid gray;
  flex-direction: column;
  margin: 5px;
}
.wrapper-cross-promotion .footer-cross-promotion {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.btn-link {
  width: 120px;
  background: #FFA500;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  color: #fff;
  position: absolute;
  margin: 10px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
}
.btn-link .anticon-custom {
  font-size: 30px;
}
.btn-private {
  width: 120px;
  background: red;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  color: #fff;
  position: absolute;
  margin: 10px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
}
.btn-private .anticon-custom {
  font-size: 30px;
}
.live-now-title {
  margin: 40px 0;
  text-align: center;
  font-size: 30px;
}
.status-grp .ant-radio-group {
  display: grid;
  justify-content: center;
  padding: 50px 0px 20px 0px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.buttonFollow {
  font-size: 10px;
  padding: 2px 10px;
  font-weight: 600;
  top: 2px;
  color: #fff;
  border: none;
  text-align: center;
  text-decoration: none;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
.thrid_rank_padding {
  padding: 0em 9em;
}
@media (max-width: 480px) {
  .thrid_rank_padding {
    padding: 0em;
  }
}
.app_select.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-top-left-radius: 0em !important;
  border-bottom-left-radius: 0em !important;
  border-radius: 0.5em !important;
  padding-left: 0.7em !important;
  padding-right: 0em !important;
  padding-bottom: 1em;
  padding-top: 1em;
}
.app_select .ant-select-selection-item {
  color: #525252;
}
.app_select .ant-select-selection-item .select_value {
  position: relative;
  top: 1em;
}
.rank_margin {
  margin-top: 5em;
}
.top-profile {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 230px;
}
.top-profile .tab-stat {
  color: #fff;
  display: flex;
}
.top-profile .tab-stat .tab-item {
  padding: 3px 7px;
}
.top-profile .tab-stat .tab-item:first-child {
  padding-left: 0;
}
.top-profile .avatar-upload {
  position: absolute;
  left: 5%;
  bottom: -30px;
}
.top-profile .avatar-upload .ant-upload-select.ant-upload-select-picture-card {
  background-image: url('/static/no-avatar.png');
}
@media screen and (max-width: 769px) {
  .top-profile {
    height: 165px;
  }
}
@media screen and (max-width: 500px) {
  .top-profile {
    height: 95px;
  }
}
.bg-2nd {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(180deg, rgba(66, 66, 66, 0.3) 50%, rgba(255, 255, 255, 0.5) 100%);
}
.bg-2nd .drop-actions {
  position: absolute;
  right: 20px;
  top: 20px;
}
.bg-2nd .drop-actions .ant-dropdown-trigger.dropdown-options {
  color: #fff;
  font-size: 22px;
}
.main-profile {
  margin-top: -40px;
}
@media screen and (max-width: 769px) {
  .main-profile {
    margin-top: -20px;
  }
}
.fl-col {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
}
.fl-col .online-status {
  width: 12px;
  height: 12px;
  background-color: #4ec52a;
  border-radius: 50%;
  position: absolute;
  bottom: 22px;
  left: 91px;
}
.fl-col .online-status.off {
  background-color: #888;
}
.fl-col .ant-image .ant-image-mask {
  border-radius: 50%;
}
.fl-col img {
  width: 106px;
  height: 106px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 1px;
  border: 2px solid #c0349a;
  border-radius: 50%;
}
.fl-col .m-user-name {
  margin-left: 15px;
  font-family: Helvetica;
}
.fl-col .m-user-name h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: -4px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .fl-col .m-user-name h4 {
    margin: 0;
  }
}
.fl-col .m-user-name h5 {
  color: #c0349a;
  font-size: 14px;
  font-weight: 600;
}
.fl-col .m-user-name h6 {
  margin-bottom: -4px;
  color: #c0349a;
  font-size: 11px;
  font-weight: 420;
}
.fl-col .m-user-name .anticon {
  color: #c0349a;
  font-size: 18px;
}
.fl-col .m-user-name .live-status {
  margin-left: 15px;
  color: #ff0066;
  font-size: 8px;
  animation: blink 1.5s linear infinite;
}
.fl-col .cover-upload {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media screen and (max-width: 769px) {
  .fl-col img {
    width: 80px;
    height: 80px;
  }
  .fl-col .online-status {
    bottom: 15px;
    left: 65px;
  }
}
.btn-grp {
  display: flex;
  flex-direction: column;
  bottom: 30px;
  padding: 0 5px;
  position: relative;
  float: right;
  justify-content: center;
  align-items: center;
}
.btn-grp button {
  color: #c0349a;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #eee;
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 5px;
  outline: none;
  border-radius: 50%;
}
.btn-grp button a {
  height: 20px;
  width: 20px;
}
.btn-grp button .anticon {
  font-size: 20px;
}
.btn-grp button .anticon.anticon-custom {
  font-size: 25px;
}
.btn-grp button .anticon.anticon-dollar {
  font-size: 25px;
}
.btn-grp button.active {
  background-color: #c0349a;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .btn-grp {
    margin-top: -52px;
  }
}
@media screen and (max-width: 500px) {
  .btn-grp {
    margin-top: -90px;
  }
  .btn-grp button {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    margin: 0px;
  }
  .btn-grp button .anticon {
    font-size: 14px;
  }
  .btn-grp button .anticon.anticon-custom {
    font-size: 14px;
  }
}
.pro-desc {
  margin: 5px 0;
}
.pro-desc .per-infor .ranking-follower {
  display: flex;
  flex-direction: row;
  width: 99%;
  justify-content: space-between;
}
.pro-desc .per-infor .ranking-follower .avatar {
  justify-self: center;
  height: 30px;
  width: 30px;
}
.pro-desc .per-infor .ranking-follower .normal {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  background-color: #fee79a;
}
.pro-desc .per-infor .ant-collapse-header {
  padding: 12px 0;
  color: #ff0066;
  font-family: Helvetica;
}
.pro-desc .per-infor .ant-collapse-content-box {
  padding: 0 0 12px;
}
.pro-desc .per-infor .ant-collapse-item {
  border: none;
}
.pro-desc .per-infor .ant-collapse-borderless {
  background-color: transparent;
}
.pro-desc .bio {
  white-space: pre-line;
  overflow-wrap: break-word;
  font-size: 12px;
  color: #666;
  line-height: 2;
}
.pro-desc .performer-info {
  text-transform: capitalize;
}
.pro-desc .ant-descriptions-item {
  vertical-align: middle;
  padding-bottom: 10px;
}
.pro-desc .ant-descriptions-item-container .ant-descriptions-item-label,
.pro-desc .ant-descriptions-item-container .ant-descriptions-item-content {
  align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .pro-desc {
    margin-top: 5px;
  }
}
.model-content .ant-tabs .ant-tabs-tab.ant-tabs-tab-active {
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: none !important;
}
.model-content .ant-tabs .ant-tabs-nav:before {
  border-bottom: none;
}
.model-content .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  width: 50%;
  border-bottom: 1px solid;
  font-size: 25px;
  font-weight: 600;
  color: #888;
  justify-content: center;
  margin: 0;
  padding: 8px;
}
.model-content .ant-tabs .ant-tabs-ink-bar {
  bottom: unset !important;
  top: 0;
  background-color: #888;
  height: 1px;
}
.model-content .ant-tabs .ant-tabs-nav-wrap {
  padding: 0 30px;
}
.model-content .ant-tabs .ant-tabs-nav-wrap::before {
  opacity: 1;
  box-shadow: none;
  border-bottom: 1px solid #888;
}
.model-content .ant-tabs .ant-tabs-nav-wrap::after {
  opacity: 1;
  box-shadow: none;
  border-bottom: 1px solid #888;
}
@media screen and (max-width: 500px) {
  .model-content .ant-tabs .ant-tabs-nav-wrap {
    padding: 0;
  }
  .model-content .ant-tabs .ant-tabs-nav-wrap::before {
    opacity: 0;
  }
  .model-content .ant-tabs .ant-tabs-nav-wrap::after {
    opacity: 0;
  }
}
.model-content .ant-tabs .ant-tabs-nav-list {
  width: 100%;
  justify-content: space-around;
}
.model-content .ant-tabs .ant-tabs-content-holder {
  min-height: 100vh;
}
.model-content .ant-tabs .ant-tabs-content-holder .ant-tabs-tabpane.ant-tabs-tabpane-active {
  overflow: none;
  max-height: none;
}
@media screen and (max-width: 500px) {
  .model-content {
    padding: 5px;
  }
  .model-content .ant-tabs-tab .anticon {
    margin: 0;
  }
}
.show-all {
  padding: 30px;
  margin-top: 20px;
  text-align: center;
}
.show-all a {
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  background-image: linear-gradient(0deg, #c0349a, #1ea2f1);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-family: Helvetica;
}
.show-all a:hover {
  background-color: #1ea2f1;
}
.model-card {
  position: relative;
  transition: all 0.3s ease-in-out;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.model-card .card-img {
  position: absolute;
  top: calc(50% - 35px);
  left: 30px;
  z-index: 1;
}
.model-card .card-img .ant-avatar {
  width: 70px;
  height: 70px;
  border: 1px solid #1ea2f1;
}
.model-card .online-status {
  width: 10px;
  height: 10px;
  background-color: #888;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 85px;
  opacity: 0.8;
  z-index: 1;
}
.model-card .online-status.active {
  animation-name: twinkle;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  background-color: #4ec52a;
}
.model-card .live-status {
  color: #ff0066;
  font-size: 8px;
  position: absolute;
  top: 5px;
  left: 5px;
  animation: blink 1.5s linear infinite;
}
.model-card .card-country {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.model-card .card-country img {
  height: 25px !important;
  width: unset !important;
}
.model-card .card-age {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  color: #fff;
  z-index: 9;
}
.model-card .card-stat {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  font-size: 10px;
  padding: 5px 10px;
  font-weight: 600;
  background-image: linear-gradient(to bottom, #04040e00 0%, #888 100%);
  line-height: normal;
}
.model-card .card-stat span {
  margin: 0 5px;
}
.model-card .card-live {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff0066;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.model-card .model-name {
  display: flex;
  justify-content: center;
  bottom: 0;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  word-wrap: break-word;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid #c0349a !important;
}
.model-card .model-name .name {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  font-family: Helvetica;
  line-height: normal;
}
.model-card .model-name .anticon {
  margin-left: 1px;
  color: #c0349a;
  font-size: 16px;
}
.model-card .model-name p {
  font-size: 10px;
  margin: 0;
}
.model-card .bookmark-btn {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 4px 8px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
.model-card .bookmark-btn:hover .icon {
  color: #1ea2f1;
}
.model-card .bookmark-btn .icon-active {
  color: #1ea2f1;
}
@media screen and (max-width: 500px) {
  .model-card {
    height: 80px;
  }
  .model-card .card-img {
    top: calc(50% - 30px);
  }
  .model-card .card-img .ant-avatar {
    width: 60px;
    height: 60px;
  }
  .model-card .online-status {
    width: 8px;
    height: 8px;
    left: 75px;
    bottom: 15px;
  }
  .model-card .model-name {
    font-size: 10px;
    padding: 5px;
  }
  .model-card .model-name p {
    font-size: 8px;
  }
}
.grid-card {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #e7e7e7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.grid-card .free-status {
  position: absolute;
  top: 2px;
  right: 1px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 7px;
  padding: 2px 10px;
  font-weight: 600;
  background-image: linear-gradient(to bottom, #04040e00 0%, #888 100%);
}
.grid-card .online-status {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #888;
}
.grid-card .online-status.active {
  animation-name: twinkle;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  background-color: #4ec52a;
}
.grid-card .live-status {
  color: #ff0066;
  font-size: 8px;
  position: absolute;
  top: 15px;
  left: 5px;
  animation: blink 1.5s linear infinite;
}
.model-name {
  color: black;
  background-color: #e7e7e7;
  text-align: center;
  text-overflow: ellipsis;
  font-family: Helvetica;
}
.model-name p:first-child {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .model-name p:first-child {
    font-size: smaller;
  }
}
@media screen and (max-width: 500px) {
  .model-name p:first-child {
    font-size: 8px;
  }
}
.model-name p:last-child {
  margin: 0;
  font-family: monospace;
}
.model-name .display-name {
  font-weight: 600;
}
.model-name .display-name .anticon-custom {
  align-self: center;
  color: #c0349a;
}
@media screen and (max-width: 769px) {
  .model-name {
    font-size: small;
  }
}
@media screen and (max-width: 500px) {
  .model-name {
    font-size: x-small;
  }
}
.btn-following {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.btn-following .follow {
  border-radius: unset;
  width: 100%;
  background: "01AFF0";
  border: 1px solid "01AFF0";
  border-radius: 5px;
}
@media screen and (max-width: 769px) {
  .btn-following .follow {
    font-size: smaller;
  }
}
@media screen and (max-width: 500px) {
  .btn-following .follow {
    font-size: x-small;
  }
}
.grid-table .ant-col {
  border: 1px solid #c0349a;
  padding: 5px 15px;
}
.suggestion-bl {
  position: sticky;
  top: 55px;
}
.suggestion-bl .sug-top {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  padding: 2px;
}
.suggestion-bl .sug-top .sug-text {
  font-size: 18px;
  color: #8a96a3;
  width: 55%;
}
.suggestion-bl .sug-top .btns-grp {
  width: 45%;
}
.suggestion-bl .sug-top .reload-btn {
  font-size: 22px;
  color: #8a96a3;
}
.suggestion-bl .sug-top .free-btn {
  font-size: 22px;
  margin-right: 15px;
  color: #8a96a3;
}
.suggestion-bl .sug-top .free-btn .anticon-tag.active {
  position: relative;
}
.suggestion-bl .sug-top .free-btn .anticon-tag.active::after {
  content: '';
  border-bottom: 2px solid;
  width: 20px;
  height: 0;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: rotate(45deg);
}
.suggestion-bl .ant-carousel .slick-slide {
  height: unset;
  line-height: normal;
}
.suggestion-bl .ant-carousel .slick-prev {
  top: -23px;
  right: 50px;
  left: unset;
  padding: 12px;
  border-radius: 50%;
  background-color: #c0349a;
  opacity: 0.8;
}
.suggestion-bl .ant-carousel .slick-prev::before {
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.suggestion-bl .ant-carousel .slick-prev:hover,
.suggestion-bl .ant-carousel .slick-prev:focus {
  background-color: #c0349a;
  opacity: 0.5;
}
.suggestion-bl .ant-carousel .slick-next {
  top: -23px;
  right: 15px;
  left: unset;
  padding: 12px;
  border-radius: 50%;
  background-color: #c0349a;
  opacity: 0.8;
}
.suggestion-bl .ant-carousel .slick-next::before {
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.suggestion-bl .ant-carousel .slick-next:hover,
.suggestion-bl .ant-carousel .slick-next:focus {
  background-color: #c0349a;
  opacity: 0.5;
}
.suggestion-bl .ant-carousel .slick-dots.slick-dots-bottom {
  bottom: -5px;
}
.suggestion-bl .ant-carousel .slick-dots.slick-dots-bottom button {
  background: #888;
}
.suggestion-bl .ant-carousel .slick-dots.slick-dots-bottom .slick-active button {
  background: #1ea2f1;
}
@media screen and (max-width: 769px) {
  .suggestion-bl .sug-top .sug-text {
    width: 50%;
    font-size: 16px;
  }
  .suggestion-bl .sug-top .btns-grp {
    width: 50%;
  }
  .suggestion-bl .ant-carousel .slick-prev {
    right: 32px;
  }
  .suggestion-bl .ant-carousel .slick-next {
    right: 2px;
  }
}
@media screen and (max-width: 500px) {
  .suggestion-bl .sug-top .sug-text {
    width: 85%;
  }
}
.top-banner {
  display: flex;
  color: #fff;
  align-items: center;
  background-image: linear-gradient(to top, #04040e00 0%, rgba(60, 60, 60, 0.5) 100%);
}
.top-banner .arrow-back {
  font-size: 22px;
  color: #fff;
}
.top-banner .stats-row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  padding: 5px 15px;
}
.subscription-bl {
  padding: 5px 15px;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  margin: 5px 0;
}
.subscription-bl h5 {
  font-weight: 600;
  font-size: 14px;
}
.subscription-bl button {
  width: 100%;
  background: #1ea2f1;
  border: none;
  padding: 5px 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
}
.hr-divider {
  margin: 20px 0px 0px;
  border-bottom: 1px solid #1ea2f1;
}
.document-upload {
  display: flex;
  justify-content: space-between;
}
.document-upload .ant-upload-picture-card-wrapper.avatar-uploader {
  width: 50%;
}
.list-issued-id li {
  font-size: 11px;
  margin-bottom: 5px;
  list-style: auto;
}
.subscription-modal {
  border-radius: 5px;
  overflow: hidden;
}
.subscription-modal .ant-modal-body {
  padding: 0 0 15px;
}
.confirm-subscription-form {
  text-align: center;
  padding: 15px;
}
.confirm-subscription-form .info-body {
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}
.confirm-subscription-form .info-body p {
  font-size: 16px;
  font-family: Helvetica;
  color: #ff0066;
  margin-bottom: 5px;
}
.confirm-subscription-form .info-body ul {
  padding: 0;
}
.confirm-subscription-form .info-body ul li {
  font-size: 14px;
  margin: 0 5px;
  color: #ff0066;
}
.confirm-subscription-form .tip-grps {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.confirm-subscription-form .tip-grps .ant-btn {
  margin-bottom: 5px;
}
.confirm-subscription-form .ant-avatar {
  width: 100px;
  height: 100px;
}
.confirm-subscription-form .top-content {
  padding: 10px;
  font-size: 14px;
}
.confirm-subscription-form .text-help {
  padding: 10px;
  font-size: 14px;
}
.footer-content {
  text-align: end;
  padding: 10px;
}
.footer-content .user-ruby {
  padding: 5px;
}
.social-share-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 10000;
}
.social-share-btns .react-share__ShareButton {
  margin: 0 5px;
}
.welcome-video .ant-modal-body {
  padding: 0;
  border-radius: 5px;
}
.welcome-video .videojs-player .video-js {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 500px) {
  .welcome-video .videojs-player .video-js {
    height: 350px;
  }
}
.main-container .divider {
  border: 1px solid black;
}
.main-container .add-recast {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
}
.main-container .recast-title {
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.main-container .add-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 40px auto;
  border: 2px solid black;
  width: 500px;
  height: 550px;
}
.main-container .add-container .title-recast {
  margin-top: 20px;
  font-size: 20px;
}
.main-container .add-container .mobile_button_row {
  margin: auto 0;
}
.main-container.user-account {
  padding: 20px 5px;
}
.main-container .recast-hashtag {
  text-align: center;
  font-size: 26px;
  word-spacing: 15px;
}
@media screen and (max-width: 500px) {
  .main-container .recast-hashtag {
    font-size: 22px;
  }
}
.numerical-order {
  display: flex;
  position: relative;
  justify-content: center;
  margin: 40px 5px;
}
.numerical-order span {
  display: flex;
  width: 100px;
  font-size: 20px;
  border: 1px solid black;
  justify-content: center;
}
.more-performer {
  margin-top: 100px;
}
.feed-content {
  height: 100%;
  max-height: 600px;
}
.loadmore {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}
.btn-loadmore {
  border: 2px solid black !important;
}
.btn-loadmore .span {
  font-weight: 700;
}
.top-feed-filter {
  display: flex;
  width: 100%;
  padding: 20px;
  justify-content: center;
}
.top-feed-filter .title-filter {
  display: flex;
  text-align: center;
  align-items: center;
  padding-right: 10px;
}
.paypal-form {
  max-width: 1000px !important;
}
.btnStatus {
  justify-content: center;
}
.btnStatus .ant-btn {
  height: 28px;
  font-size: 13px;
}
@media screen and (max-width: 769px) {
  .btnStatus .ant-btn {
    height: 24px;
    font-size: 8px;
  }
}
.follow {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: #3b7dd4;
  color: aliceblue;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.follow-female {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: #ff69b4;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.follow-back {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: red;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 13px;
}
.follow-back-notification {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: red;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 8px;
}

.private-text {
  text-align: center;
  color: #f04134;
  padding: 10px;
  font-size: 16px;
  margin-left: 5px;
  margin-top: 50px;
}
.notify-section-accept {
  min-width: 200px;
  margin: 20px auto;
  background: gray;
  display: grid;
  row-gap: 10px;
  justify-content: center;
  justify-items: center;
  text-align: center;
  color: white;
  padding: 10px 0;
}
.notify-section-accept .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #c0349a;
  padding: 2px;
  cursor: pointer;
}
.notify-section-accept .ant-image-mask {
  opacity: 0;
}
.privateRow {
  margin-top: 80px;
  margin-left: 30px;
}
.priavteInrow {
  margin-left: 80px;
}
.btnStatus {
  justify-content: center;
}
.btnStatus .ant-btn {
  height: 28px;
  font-size: 13px;
}
@media screen and (max-width: 769px) {
  .btnStatus .ant-btn {
    height: 24px;
    font-size: 8px;
  }
}
.follow {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: #3b7dd4;
  color: aliceblue;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.follow-female {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: #ff69b4;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.follow-back {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: red;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 13px;
}
.follow-back-notification {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: red;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 8px;
}

.private-bottom .private-text {
  text-align: center;
  color: #f04134;
  padding: 10px;
  font-size: 16px;
  margin-left: 5px;
  margin-top: 50px;
}
.private-bottom .text-center span {
  margin: 10px;
}
.private-bottom .private-waiting-room {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  align-items: center;
}
.private-bottom .private-waiting-room span {
  margin-left: 5px;
}
.private-bottom .private-waiting-room .btnAccept {
  width: 180px;
  height: 40px;
  background-color: #ff69b4;
  color: white;
}
.private-bottom .private-waiting-room .btnAccept:disabled {
  opacity: 1.6;
  pointer-events: none;
  background-color: #dad6e8;
}
.btnWaitingRoom {
  margin-left: 36%;
}
.btnWaitingRoom a {
  margin-right: 25px;
  background: orange;
  width: 90px;
  color: white;
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4.8px 15px;
  font-size: 16px;
  border-radius: 3px;
}
.privateRow {
  margin-top: 80px;
  margin-left: 30px;
}
.privateRow p {
  margin-left: 15%;
}
.privateRow span {
  margin-left: 2%;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
div[disabled] {
  pointer-events: none;
  opacity: 0.7;
}
.stats-earning {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.stats-earning .ant-statistic {
  padding: 0 10px;
}
.container-broadcaster {
  padding: 60px 0px 60px;
  border-bottom: 2px solid black;
  width: 70%;
  margin: 0 auto;
}
.container-broadcaster .title {
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.container-broadcaster .earning-sources-broadcaster {
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
  justify-content: center;
  font-size: 45px;
}
.container-broadcaster .earning-sources-broadcaster span {
  color: #ff0066;
  padding: 1px;
}
.container-broadcaster .month-checkbox {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
}
.container-broadcaster .month-picker {
  position: relative;
  width: 100%;
  margin: 2px;
}
.container-broadcaster .month-picker > .rmp-container {
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 100;
  top: 1px;
  left: -10000px;
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 450ms;
}
@media screen and (max-width: 767px) {
  .container-broadcaster .month-picker > .rmp-container {
    position: fixed;
    top: 0;
    left: -10000px;
    width: 100%;
    height: 100%;
    transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 450ms;
  }
}
.container-broadcaster .month-picker > .rmp-container.rmp-table {
  display: table;
}
.container-broadcaster .month-picker > .rmp-container.show {
  left: 0;
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.container-broadcaster .month-picker > .rmp-container.show .rmp-overlay {
  left: 0;
}
.container-broadcaster .month-picker > .rmp-container .rmp-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9;
  top: 0;
  left: -10000px;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity;
  transform: translateZ(0);
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
@media screen and (max-width: 767px) {
  .container-broadcaster .month-picker > .rmp-container .rmp-overlay {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.container-broadcaster .month-picker > .rmp-container .rmp-cell {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .container-broadcaster .month-picker > .rmp-container .rmp-cell {
    vertical-align: bottom;
  }
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
  margin: 0 auto;
  z-index: 10;
  font-size: 1.2rem;
  opacity: 0;
  border-radius: 3px;
  padding: 0.4rem;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .container-broadcaster .month-picker > .rmp-container .rmp-popup {
    box-sizing: border-box;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 14.4rem;
    transform: translate3d(0, 14.4rem, 0);
  }
  .container-broadcaster .month-picker > .rmp-container .rmp-popup.range {
    height: 28rem;
    transform: translate3d(0, 28rem, 0);
  }
  .container-broadcaster .month-picker > .rmp-container .rmp-popup.range .rmp-pad {
    margin-top: 0.4rem;
  }
  .container-broadcaster .month-picker > .rmp-container .rmp-popup.range .rmp-pad:first-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .container-broadcaster .month-picker > .rmp-container .rmp-popup {
    transform: translate3d(0, -64px, 0);
    top: 0;
    width: 20rem;
  }
  .container-broadcaster .month-picker > .rmp-container .rmp-popup.range {
    width: 40.6rem;
    padding: 0.6rem;
  }
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup:after {
  content: ' ';
  clear: both;
  display: table;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad {
  position: relative;
}
@media screen and (min-width: 768px) {
  .container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad {
    box-sizing: border-box;
    float: left;
    width: 20rem;
  }
  .container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad:nth-of-type(2) {
    float: right;
  }
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad > div label {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  line-height: 3.4rem;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad > div label b {
  font-weight: normal;
  margin-right: 0.5em;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad > div i {
  font-style: normal;
  text-align: center;
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  position: absolute;
  top: 0;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad > div i.prev {
  left: 0;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad > div i.next {
  right: 0;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad ul,
.container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad ul {
  display: block;
  width: 100%;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad ul:after {
  content: ' ';
  clear: both;
  display: table;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad li {
  display: block;
  float: left;
  text-align: center;
  font-size: 1.15rem;
  border-radius: 3px;
  line-height: 3.3rem;
  box-sizing: border-box;
  padding: 0.05rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad li {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad li {
    width: 33.33333333%;
  }
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad li.multiple {
  background-clip: content-box;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup .rmp-pad li.range {
  border-radius: 1px;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup.light {
  color: #666;
  background-color: rgba(255, 255, 255, 0.96);
}
@media screen and (max-width: 767px) {
  .container-broadcaster .month-picker > .rmp-container .rmp-popup.light {
    border-top: 1px solid #ccc;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.08);
  }
  .container-broadcaster .month-picker > .rmp-container .rmp-popup.light.range .rmp-pad {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
  }
  .container-broadcaster .month-picker > .rmp-container .rmp-popup.light.range .rmp-pad:first-of-type {
    border-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .container-broadcaster .month-picker > .rmp-container .rmp-popup.light {
    border: 1px solid #ccc;
    box-shadow: 0 1px 5px #ddd;
  }
  .container-broadcaster .month-picker > .rmp-container .rmp-popup.light.range .rmp-pad {
    background-color: rgba(238, 238, 238, 0.9);
  }
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup.light .rmp-pad .rmp-btn {
  cursor: pointer;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media screen and (min-width: 768px) {
  .container-broadcaster .month-picker > .rmp-container .rmp-popup.light .rmp-pad .rmp-btn:hover {
    background-color: rgba(255, 227, 160, 0.59);
  }
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup.light .rmp-pad .rmp-btn.select {
  background-color: #d3d3d3;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup.light .rmp-pad li.active,
.container-broadcaster .month-picker > .rmp-container .rmp-popup.light .rmp-pad li.active:hover {
  background-color: rgba(31, 42, 58, 0.73);
  color: white;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup.light .rmp-pad .disable,
.container-broadcaster .month-picker > .rmp-container .rmp-popup.light .rmp-pad .disable:hover,
.container-broadcaster .month-picker > .rmp-container .rmp-popup.light .rmp-pad li.disable,
.container-broadcaster .month-picker > .rmp-container .rmp-popup.light .rmp-pad li.disable:hover {
  background-color: transparent;
  color: #bbb;
  cursor: default;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup.dark {
  color: #fff;
  background-color: rgba(50, 50, 50, 0.96);
}
@media screen and (max-width: 767px) {
  .container-broadcaster .month-picker > .rmp-container .rmp-popup.dark.range .rmp-pad {
    border-top: 1px solid rgba(113, 113, 113, 0.41);
  }
  .container-broadcaster .month-picker > .rmp-container .rmp-popup.dark.range .rmp-pad:first-of-type {
    border-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .container-broadcaster .month-picker > .rmp-container .rmp-popup.dark.range .rmp-pad {
    background-color: rgba(70, 70, 70, 0.9);
  }
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup.dark .rmp-pad .rmp-btn {
  cursor: pointer;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media screen and (min-width: 768px) {
  .container-broadcaster .month-picker > .rmp-container .rmp-popup.dark .rmp-pad .rmp-btn:hover {
    background-color: rgba(255, 210, 96, 0.33);
  }
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup.dark .rmp-pad .rmp-btn.select {
  background-color: #262828;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup.dark .rmp-pad li.active,
.container-broadcaster .month-picker > .rmp-container .rmp-popup.dark .rmp-pad li.active:hover {
  background-color: rgba(189, 211, 242, 0.7);
  color: #303030;
}
.container-broadcaster .month-picker > .rmp-container .rmp-popup.dark .rmp-pad .disable,
.container-broadcaster .month-picker > .rmp-container .rmp-popup.dark .rmp-pad .disable:hover,
.container-broadcaster .month-picker > .rmp-container .rmp-popup.dark .rmp-pad li.disable,
.container-broadcaster .month-picker > .rmp-container .rmp-popup.dark .rmp-pad li.disable:hover {
  background-color: transparent;
  color: #717171;
  cursor: default;
}
.container-broadcaster .month-picker > .box {
  cursor: pointer;
}
.container-broadcaster .month-picker > .box-disabled {
  pointer-events: none;
  opacity: 0.7 !important;
}
@media screen and (max-width: 767px) {
  .container-broadcaster .month-picker > .box {
    box-sizing: border-box;
    line-height: 3rem;
    font-size: 1.32rem;
    color: #777777;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .container-broadcaster .month-picker > .box {
    border: 1px solid #e0e0e0;
    background-color: #f6f6f6;
    padding-left: 0.9rem;
    box-sizing: border-box;
    line-height: 2.2rem;
    font-size: 1.3rem;
    color: #525252;
  }
  .container-broadcaster .month-picker > .box > label {
    font-size: 1.3rem;
    color: #525252;
  }
}
.container-broadcaster .month-picker .tab.btn {
  font-size: 0;
}
.container-broadcaster .month-picker .tab.btn:before {
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  font-size: 1.8rem;
  line-height: 3.4rem;
  text-align: center;
  width: 3.4rem;
}
.container-broadcaster .month-picker .tab.btn.prev:before {
  content: "\E687";
}
.container-broadcaster .month-picker .tab.btn.next:before {
  content: "\E688";
}
.container-broadcaster .years-panel {
  position: fixed;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -10000px;
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 450ms;
}
.container-broadcaster .years-panel.table {
  display: table;
}
.container-broadcaster .years-panel.show {
  left: 0;
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.container-broadcaster .years-panel.show > .overlay {
  left: 0;
  background-color: rgba(82, 82, 82, 0.49);
}
.container-broadcaster .years-panel > .overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: -10000px;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
  will-change: opacity;
  transform: translateZ(0);
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.container-broadcaster .years-panel .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.container-broadcaster .years-panel .popup {
  display: inline-block;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
  margin: 0 auto;
  z-index: 10;
  font-size: 1.2rem;
  opacity: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.81);
  padding: 1.8rem;
}
.container-broadcaster .years-panel .popup textarea {
  outline: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.5rem;
  width: 20rem;
  line-height: 150%;
  padding: 1rem;
}
.container-broadcaster .years-panel .popup:after {
  content: ' ';
  clear: both;
  display: table;
}
.container-broadcaster .years-panel.show .popup {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.container-broadcaster .list-area {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .container-broadcaster .list-area {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .container-broadcaster .list-area > ul {
    border-bottom: 1px solid #e8e8e8;
  }
  .container-broadcaster .list-area > ul > li {
    position: relative;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    padding: 0 1.6rem;
  }
  .container-broadcaster .list-area > ul > li:after {
    content: ' ';
    clear: both;
    display: table;
  }
  .container-broadcaster .list-area > ul > li > label {
    float: left;
    display: block;
    line-height: 5rem;
    color: #440f24;
    font-size: 1.12rem;
  }
  .container-broadcaster .list-area > ul > li > label b {
    font-size: 1.1em;
  }
  .container-broadcaster .list-area > ul > li > label span {
    position: absolute;
    display: block;
    font-size: 0.8rem;
    color: #bfbfbf;
    left: 1.6rem;
    top: 1.5em;
  }
  .container-broadcaster .list-area > ul > li > label span i {
    display: inline-block;
    font-style: normal;
  }
  .container-broadcaster .list-area > ul > li > label span i.sub-btn {
    display: none;
  }
  .container-broadcaster .list-area > ul > li .edit {
    margin-left: 9rem;
    line-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .container-broadcaster .list-area > ul {
    padding: 1.8rem;
  }
  .container-broadcaster .list-area > ul > li {
    padding: 0.5rem 0 1.4rem;
    font-size: 1.3rem;
  }
  .container-broadcaster .list-area > ul > li:after {
    content: ' ';
    clear: both;
    display: table;
  }
  .container-broadcaster .list-area > ul > li > label {
    display: block;
    margin-right: 1rem;
    padding: 1px;
    color: #898989;
    font-size: 1.1rem;
    margin-bottom: 0.5em;
  }
  .container-broadcaster .list-area > ul > li > label b {
    display: block;
    font-size: 1.1em;
  }
  .container-broadcaster .list-area > ul > li > label span {
    display: block;
    font-size: 0.9em;
    color: #afafaf;
    margin-top: 0.4em;
  }
  .container-broadcaster .list-area > ul > li > label span i {
    display: inline-block;
    font-style: normal;
  }
  .container-broadcaster .list-area > ul > li > label span i.sub-btn {
    padding: 0.1rem 0.3rem;
    margin-left: 1.5rem;
    border-radius: 3px;
    background-color: #696969;
    color: white;
    font-size: 0.8em;
    cursor: pointer;
  }
  .container-broadcaster .list-area > ul > li .edit {
    padding: 1px;
    height: 3.3rem;
  }
}
.white td {
  color: white !important;
  background-color: white !important;
}
.gray td {
  background-color: lightgray !important;
}
.broadcard-table {
  width: 50%;
  margin: 0 auto;
}
.earning-table {
  width: 70%;
  margin: 0 auto;
}
.table-responsive,
.ant-table {
  overflow: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.table-responsive th,
.ant-table th {
  background-color: #a5a5a5 !important;
  text-align: center !important;
}
.table-responsive td,
.ant-table td {
  text-align: center !important;
}
.table-responsive .icon-change span,
.ant-table .icon-change span {
  font-size: large;
  font-weight: bolder;
}

@charset "UTF-8";
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\F101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\F102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\F103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\F104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\F105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\F106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\F107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\F10A";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\F10B";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\F10C";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\F10D";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\F10E";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\F10F";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\F110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\F111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\F112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\F113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\F114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\F115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\F116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\F117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\F118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\F119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\F11A";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\F11B";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\F11C";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\F11D";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\F11E";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\F11F";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\F120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\F10D";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \F11D";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.trending-scroll {
  border-radius: 5px;
  overflow-x: scroll;
  height: 350px;
}
.trending-scroll .infinite-scroll-component {
  scroll-snap-type: none;
  scroll-behavior: smooth;
}
.btn-hashtag {
  position: relative;
}
.btn-hashtag .btn-content {
  position: absolute;
  color: #c0349a;
  font-size: 30px;
  right: 30%;
  text-align: 0;
  top: -40px;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
h3 {
  text-align: center;
  color: #c0349a;
  font-weight: bold;
}
.hashtag-container .input-search {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.hashtag-container .hashtag-content a {
  font-size: 20px !important;
  color: #000;
}
.hashtag-container .hashtag-content a:hover {
  color: red;
}
.hashtag-container h4 {
  border: 1px solid #000;
  padding: 2px;
  width: 3%;
  text-align: center;
  border-radius: 5px;
}
.hashtag-container .ant-radio-group {
  display: grid;
  justify-content: center;
  padding: 80px 0px 10px 0px;
}
.ant-tabs-tab-btn a {
  font-size: 30px;
}
.hashtag-scroll h4 {
  color: black;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 32px;
}
.container-explore {
  height: -moz-max-content;
  height: max-content;
  min-height: 350px;
  margin: 40px 0px 40px;
}
@media (max-width: 500px) {
  .container-explore {
    min-height: 260px;
  }
}
.container-explore .list-carousel {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.container-explore .list-carousel .slick-slider .slick-list {
  overflow-x: auto;
}
.container-explore .list-carousel .slick-slider .slick-list::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}
.container-explore .list-carousel a {
  display: flex;
  width: 100%;
  height: 100%;
}
.container-explore .list-carousel .item-carousel {
  position: relative;
  padding: 1%;
  width: 100%;
  height: 100%;
}
.container-explore .list-carousel .item-carousel .carousel-name {
  width: 100%;
  height: 20%;
  max-height: 21px;
  overflow: hidden;
  overflow-wrap: break-word;
}
.container-explore .list-carousel .item-carousel .ant-image {
  width: 100%;
  height: 80%;
  border-radius: 10px;
}
.container-explore .list-carousel .item-carousel .ant-image .video-carousel {
  aspect-ratio: 0.55913978;
  -o-object-fit: contain;
     object-fit: contain;
  background: black;
  border-radius: 15px;
}
.container-explore .list-carousel .item-carousel .ant-image .image-carousel {
  aspect-ratio: 0.75;
  -o-object-fit: contain;
     object-fit: contain;
  background: black;
}
.container-explore .list-carousel .item-carousel .item-info-carousel {
  display: flex;
  overflow: hidden;
  padding: 3%;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  bottom: 10%;
  left: 0;
  color: white;
}
@media (max-width: 500px) {
  .container-explore .list-carousel .item-carousel .item-info-carousel {
    font-size: 10px;
    bottom: 18%;
  }
}
.container-explore .list-carousel .item-carousel .item-info-carousel * {
  background-color: black;
}
.container-explore .title {
  font-size: x-large;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  color: black;
}
.container-explore .title a {
  color: black;
}
@media (max-width: 500px) {
  .container-explore .title {
    font-size: large;
  }
}
.container-explore .most-title {
  font-size: xx-large;
  text-align: center !important;
}
@media (max-width: 500px) {
  .container-explore .most-title {
    font-size: x-large;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.hashtag-scroll {
  border-radius: 5px;
}
.trending-scroll {
  border-radius: 5px;
  overflow-x: scroll;
  height: 350px;
}
.trending-scroll .infinite-scroll-component {
  scroll-snap-type: none;
  scroll-behavior: smooth;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .ant-carousel .slick-slider .slick-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  width: auto !important;
}
@media screen and (min-width: 768px) {
  .ant-carousel .slick-slider .slick-track,
  .ant-carousel .ant-carousel .slick-slider .slick-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.ant-carousel .slick-track::before,
.ant-carousel .ant-carousel .slick-track::after {
  display: none;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  width: 100% !important;
}
.ant-carousel .slick-initialized .slick-slide {
  width: 100% !important;
}
.container-explore {
  height: -moz-max-content;
  height: max-content;
  min-height: 350px;
  margin: 40px 0px 40px;
}
@media (max-width: 500px) {
  .container-explore {
    min-height: 260px;
  }
}
.container-explore .list-carousel {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.container-explore .list-carousel a {
  display: flex;
  width: 100%;
  height: 100%;
}
.container-explore .list-carousel .item-carousel {
  position: relative;
  padding: 1%;
  width: 100%;
  height: 100%;
}
.container-explore .list-carousel .item-carousel .carousel-name {
  width: 100%;
  height: 20%;
  max-height: 21px;
  overflow: hidden;
  overflow-wrap: break-word;
}
.container-explore .list-carousel .item-carousel .ant-image {
  width: 100%;
  height: 80%;
  border-radius: 10px;
}
.container-explore .list-carousel .item-carousel .ant-image .video-carousel {
  aspect-ratio: 0.55913978;
  -o-object-fit: contain;
     object-fit: contain;
  background: black;
  border-radius: 15px;
}
.container-explore .list-carousel .item-carousel .ant-image .image-carousel {
  aspect-ratio: 0.75;
  -o-object-fit: contain;
     object-fit: contain;
  background: black;
}
.container-explore .list-carousel .item-carousel .item-info-carousel {
  display: flex;
  overflow: hidden;
  padding: 3%;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  bottom: 10%;
  left: 0;
  color: white;
}
@media (max-width: 500px) {
  .container-explore .list-carousel .item-carousel .item-info-carousel {
    font-size: 10px;
    bottom: 18%;
  }
}
.container-explore .list-carousel .item-carousel .item-info-carousel * {
  background-color: black;
}
.container-explore .title {
  font-size: x-large;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  color: black;
}
.container-explore .title a {
  color: black;
}
@media (max-width: 500px) {
  .container-explore .title {
    font-size: large;
  }
}
.container-explore .most-title {
  font-size: xx-large;
  text-align: center !important;
}
@media (max-width: 500px) {
  .container-explore .most-title {
    font-size: x-large;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.model-live-waiting-room .anticon-question-circle {
  font-size: 35px;
  text-align: start;
  margin-left: 10px;
  cursor: pointer;
}
.model-live-waiting-room .anticon-question-circle :hover {
  color: #FFA500;
}
.model-live-waiting-room .guide .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.model-live-waiting-room .guide .guide-title {
  font-size: 30px;
  text-align: center;
  line-height: 29px;
}
.model-live-waiting-room .guide h2 {
  text-align: center;
}
.model-live-waiting-room .guide ul li {
  list-style: inherit;
}
.model-live-waiting-room .guide ul li ul li {
  list-style: initial;
}
.model-live-waiting-room .btn-go-live {
  height: 100px;
  align-items: center;
  width: 300px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  background-color: #FF4D00;
  color: #fff;
  font-size: 20px;
}
.model-live-waiting-room .notice {
  margin: 50px 0;
  text-align: center;
  font-size: 20px;
}
.model-live-waiting-room .private-text {
  text-align: center;
  margin: 50px 0;
}
.model-live-waiting-room .section-gift-list {
  text-align: center;
  margin: 50px 0;
}
.model-live-waiting-room .guidelines {
  width: 300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
.model-live-waiting-room .guidelines .ant-checkbox-wrapper {
  font-size: 18px;
}
.model-live-waiting-room .last-updated {
  margin: 10px 0;
  width: 300px;
  margin: 5px auto;
  display: flex;
  align-items: center;
}
.model-live-waiting-room .last-updated p {
  width: 70%;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.layout-content-help {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.layout-content-help .anticon-question-circle {
  font-size: 35px;
  text-align: start;
  margin-left: 10px;
  cursor: pointer;
}
.layout-content-help .anticon-question-circle :hover {
  color: #FFA500;
}
.content-video {
  display: flex;
  position: relative;
  justify-content: center;
  margin: 35px 0 0 0;
}
.content-video .image-help {
  position: relative;
  width: 45px;
  height: 45px;
  z-index: 1;
  border-radius: 25px;
  cursor: pointer;
}
.content-video .video-help {
  height: 100%;
}
.content-video .video-help .inside-help {
  position: relative;
  width: 90%;
  background: #3c2525;
  overflow: hidden;
  padding: 0px;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  z-index: 10;
}
.content-video .video-help .inside-help .image-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(12px);
  opacity: 0.3;
  background: center center / cover no-repeat;
  z-index: 1;
  border-radius: 15px;
}
.content-video .video-help .inside-help .help {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
}
.content-video .video-help .inside-help .help div {
  width: 100%;
  position: relative;
  padding-top: 177.77%;
}
.content-video .video-help .inside-help .help video,
.content-video .video-help .inside-help .help img {
  z-index: 1000;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
}
.content-video .video-help .inside-help .help video:hover .more-action,
.content-video .video-help .inside-help .help img:hover .more-action {
  display: block;
}
.content-video .video-help:hover .more-action {
  display: block;
}
.guide .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.guide .guide-title {
  font-size: 30px;
  text-align: center;
}
.guide h2 {
  text-align: center;
}
.guide ul li {
  list-style: inherit;
}
.guide ul li ul li {
  list-style: initial;
}
.btn-contact {
  height: 50px;
  align-items: center;
  width: 300px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  background-color: #FEE79A;
  color: #C0349A;
  margin-bottom: 60px;
}
.notice {
  margin: 50px 0;
  text-align: center;
  font-size: 20px;
}
.private-text {
  text-align: center;
  margin: 50px 0;
}
.section-gift-list {
  text-align: center;
  margin: 50px 0;
}
.guidelines {
  width: 300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.last-updated {
  margin: 10px 0;
  width: 300px;
  margin: 5px auto;
  display: flex;
  align-items: center;
}
.last-updated p {
  width: 70%;
}
.caster-category {
  height: 150px;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  background-color: #f0f2f5;
  color: #333;
  cursor: pointer;
  font-size: 16px;
}
.help-category {
  height: 150px;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 8px;
  background-color: #f0f2f5;
  color: #333;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
}
.help-contact {
  align-items: center;
  font-size: larger;
  font-weight: bold;
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
  color: #C0349A;
  margin-bottom: 15px;
}
.title {
  line-height: 1.4;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #C0349A;
}
.guide-title {
  font-size: 30px;
  text-align: center;
}
.content-help {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
}
.btnStatus {
  justify-content: center;
}
.btnStatus .ant-btn {
  height: 28px;
  font-size: 13px;
}
@media screen and (max-width: 769px) {
  .btnStatus .ant-btn {
    height: 24px;
    font-size: 8px;
  }
}
.follow {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: #3b7dd4;
  color: aliceblue;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.follow-female {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: #ff69b4;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.follow-back {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: red;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 13px;
}
.follow-back-notification {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: red;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 8px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.notification-menu {
  width: 400px;
  max-height: calc(75vh);
  overflow-y: scroll;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(50, 50, 50, 0.2) !important;
}
.notification-menu .ant-menu-title-content {
  color: #888;
}
.notification-menu .ant-menu-item-group-title {
  padding: 0;
}
.notification-menu .ant-menu-item-group-title a {
  float: right;
}
.notification-menu .ant-menu-item {
  height: 75px;
  overflow: hidden;
  border-bottom: 0.5px solid #ccc;
}
.notification-menu .ant-menu-item .ant-card-meta-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.notification-menu .ant-menu-item:last-child {
  border-bottom: none;
}
.notification-menu .notification-item {
  padding: 1px;
  display: flex;
  width: 100%;
  margin: 0 !important;
  align-items: center;
}
.notification-menu .notification-item .notification-item-list {
  line-height: 18px;
}
.notification-menu .notification-item .notification-item-list:hover {
  color: red;
}
.notification-menu .notification-item .notification-item-list .message {
  white-space: normal;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.notification-menu .notification-item .notification-item-list .time {
  line-height: 20px;
}
.notification-menu .notification-item .notification-docw {
  position: absolute;
  width: 10px;
  height: 10px;
  background: red;
  right: 0;
  border-radius: 50%;
  top: 25px;
}
.notification-menu .notification-unread {
  background-color: rgba(206, 206, 206, 0.24) !important;
}
.notification-menu .notification-read {
  background-color: rgba(206, 206, 206, 0.082) !important;
  color: darkslategray;
}
.title-notification {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: medium;
}
.title-notification div {
  padding: 6px 16px;
  background: #c0349a;
  width: 50%;
}
.title-notification div:first-child {
  border-right: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right bottom, #ee9ca7, #ffdde1);
}
.title-notification .ant-btn {
  background: #c0349a !important;
  border-color: #c0349a !important;
  color: white;
}
.title-notification .ant-btn:focus {
  color: #4ec52a !important;
}
.btn-dismiss-all {
  position: absolute !important;
  margin-top: 1.1in;
  right: 30%;
  z-index: 99;
  font-size: 13px !important;
}
.btn-settings {
  position: absolute !important;
  margin-top: 1.1in;
  right: 16%;
  z-index: 99;
  font-size: 13px !important;
}
.icon-dimiss {
  width: 20px;
  height: 25px;
}
.icon-dismiss {
  position: absolute;
  bottom: 180%;
  margin-left: 4.9in;
  font-size: 25px !important;
}
.notification-page {
  width: 5.7in;
  max-height: calc(75vh);
  overflow-y: scroll;
  background-color: #fff;
  color: #333;
}
.notification-page .notification-unread {
  background-color: rgba(206, 206, 206, 0.24);
}
.notification-page .notification-read {
  background-color: rgba(206, 206, 206, 0.082);
  color: darkslategray !important;
}
.notification-page .ant-menu-item-group-title a {
  float: right;
}
.notification-page .ant-menu-item {
  height: 75px;
  overflow: hidden;
}
.notification-page .ant-menu-item .ant-card-meta-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.notification-page .ant-menu-item:last-child {
  border-bottom: none;
}
.notification-page .notification-item {
  padding: 2px;
  display: flex;
}
.notification-page .notification-item .notification-follow-button {
  padding: 0px !important;
}
.notification-page .notification-item .notification-item-list {
  line-height: 18px;
}
.notification-page .notification-item .notification-item-list:hover {
  color: red;
}
.notification-page .notification-item .notification-item-list .message {
  white-space: normal;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.notification-page .notification-item .notification-item-list .time {
  line-height: 20px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.accept-private {
  float: left;
  position: relative;
  left: 40%;
}
.model-private-waiting-room .anticon-question-circle {
  font-size: 35px;
  text-align: start;
  margin-left: 10px;
  cursor: pointer;
}
.model-private-waiting-room .anticon-question-circle :hover {
  color: #FFA500;
}
.model-private-waiting-room .guide {
  margin-top: 40px;
}
.model-private-waiting-room .guide .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.model-private-waiting-room .guide h2 {
  text-align: center;
}
.model-private-waiting-room .guide ul li {
  list-style: inherit;
}
.model-private-waiting-room .guide ul li ul li {
  list-style: initial;
}
.model-private-waiting-room .btn-go-live {
  height: 50px;
  align-items: center;
  width: 300px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  background-color: #FFA500;
  color: #fff;
}
.model-private-waiting-room .chat-status-section {
  margin-top: 50px;
}
.model-private-waiting-room .chat-status-section .text-center .price {
  color: #c0349a;
}
.model-private-waiting-room .chat-status-section .text-center .anticon-edit {
  font-size: 20px;
  cursor: pointer;
  color: #FFA500;
}
.model-private-waiting-room .chat-status-section .text-center .anticon-edit:hover {
  color: #c0349a;
}
.model-private-waiting-room .chat-status-section .switch {
  align-self: end;
}
.model-private-waiting-room .private-chat-status-section {
  text-align: center;
}
.model-private-waiting-room .private-chat-status-section .btn-notify {
  margin: auto;
  width: 100%;
  max-width: 350px;
  height: 40px;
  background-color: red;
  color: #fff;
}
.model-private-waiting-room .private-chat-status-section .btn-notify.active {
  background-color: #4ec52a;
}
.model-private-waiting-room .notify-section {
  min-width: 250px;
  margin: 20px auto;
  background: gray;
  display: grid;
  row-gap: 10px;
  justify-content: center;
  justify-items: center;
  text-align: center;
  color: white;
  padding: 10px 0;
}
.model-private-waiting-room .notify-section .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #c0349a;
  padding: 2px;
  cursor: pointer;
}
.model-private-waiting-room .notify-section .ant-image-mask {
  opacity: 0;
}
.model-private-waiting-room .guidelines {
  width: 300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.model-private-waiting-room .last-updated {
  margin: 10px 0;
  width: 300px;
  margin: 5px auto;
  display: flex;
  align-items: center;
}
.model-private-waiting-room .last-updated p {
  width: 70%;
}
.model-content .ant-tabs .ant-tabs-tab.ant-tabs-tab-active {
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: none !important;
}
.model-content .ant-tabs .ant-tabs-nav:before {
  border-bottom: none;
}
.model-content .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  width: 50%;
  border-bottom: 1px solid;
  font-size: 25px;
  font-weight: 600;
  color: #888;
  justify-content: center;
  margin: 0;
  padding: 8px;
}
.model-content .ant-tabs .ant-tabs-ink-bar {
  bottom: unset !important;
  top: 0;
  background-color: #888;
  height: 1px;
}
.model-content .ant-tabs .ant-tabs-nav-wrap {
  padding: 0 30px;
}
.model-content .ant-tabs .ant-tabs-nav-wrap::before {
  opacity: 1;
  box-shadow: none;
  border-bottom: 1px solid #888;
}
.model-content .ant-tabs .ant-tabs-nav-wrap::after {
  opacity: 1;
  box-shadow: none;
  border-bottom: 1px solid #888;
}
@media screen and (max-width: 500px) {
  .model-content .ant-tabs .ant-tabs-nav-wrap {
    padding: 0;
  }
  .model-content .ant-tabs .ant-tabs-nav-wrap::before {
    opacity: 0;
  }
  .model-content .ant-tabs .ant-tabs-nav-wrap::after {
    opacity: 0;
  }
}
.model-content .ant-tabs .ant-tabs-nav-list {
  width: 100%;
  justify-content: space-around;
}
.model-content .ant-tabs .ant-tabs-content-holder {
  min-height: 100vh;
}
.model-content .ant-tabs .ant-tabs-content-holder .ant-tabs-tabpane.ant-tabs-tabpane-active {
  overflow: none;
  max-height: none;
}
@media screen and (max-width: 500px) {
  .model-content {
    padding: 5px;
  }
  .model-content .ant-tabs-tab .anticon {
    margin: 0;
  }
}
.show-all {
  padding: 30px;
  margin-top: 20px;
  text-align: center;
}
.show-all a {
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  background-image: linear-gradient(0deg, #c0349a, #1ea2f1);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-family: Helvetica;
}
.show-all a:hover {
  background-color: #1ea2f1;
}
.model-card {
  position: relative;
  transition: all 0.3s ease-in-out;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.model-card .card-img {
  position: absolute;
  top: calc(50% - 35px);
  left: 30px;
  z-index: 1;
}
.model-card .card-img .ant-avatar {
  width: 70px;
  height: 70px;
  border: 1px solid #1ea2f1;
}
.model-card .online-status {
  width: 10px;
  height: 10px;
  background-color: #888;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 85px;
  opacity: 0.8;
  z-index: 1;
}
.model-card .online-status.active {
  animation-name: twinkle;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  background-color: #4ec52a;
}
.model-card .live-status {
  color: #ff0066;
  font-size: 8px;
  position: absolute;
  top: 5px;
  left: 5px;
  animation: blink 1.5s linear infinite;
}
.model-card .card-country {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.model-card .card-country img {
  height: 25px !important;
  width: unset !important;
}
.model-card .card-age {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  color: #fff;
  z-index: 9;
}
.model-card .card-stat {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  font-size: 10px;
  padding: 5px 10px;
  font-weight: 600;
  background-image: linear-gradient(to bottom, #04040e00 0%, #888 100%);
  line-height: normal;
}
.model-card .card-stat span {
  margin: 0 5px;
}
.model-card .card-live {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff0066;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.model-card .model-name {
  display: flex;
  justify-content: center;
  bottom: 0;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  word-wrap: break-word;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid #c0349a !important;
}
.model-card .model-name .name {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  font-family: Helvetica;
  line-height: normal;
}
.model-card .model-name .anticon {
  margin-left: 1px;
  color: #c0349a;
  font-size: 16px;
}
.model-card .model-name p {
  font-size: 10px;
  margin: 0;
}
.model-card .bookmark-btn {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 4px 8px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
.model-card .bookmark-btn:hover .icon {
  color: #1ea2f1;
}
.model-card .bookmark-btn .icon-active {
  color: #1ea2f1;
}
@media screen and (max-width: 500px) {
  .model-card {
    height: 80px;
  }
  .model-card .card-img {
    top: calc(50% - 30px);
  }
  .model-card .card-img .ant-avatar {
    width: 60px;
    height: 60px;
  }
  .model-card .online-status {
    width: 8px;
    height: 8px;
    left: 75px;
    bottom: 15px;
  }
  .model-card .model-name {
    font-size: 10px;
    padding: 5px;
  }
  .model-card .model-name p {
    font-size: 8px;
  }
}
.grid-card {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #e7e7e7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.grid-card .free-status {
  position: absolute;
  top: 2px;
  right: 1px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 7px;
  padding: 2px 10px;
  font-weight: 600;
  background-image: linear-gradient(to bottom, #04040e00 0%, #888 100%);
}
.grid-card .online-status {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #888;
}
.grid-card .online-status.active {
  animation-name: twinkle;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  background-color: #4ec52a;
}
.grid-card .live-status {
  color: #ff0066;
  font-size: 8px;
  position: absolute;
  top: 15px;
  left: 5px;
  animation: blink 1.5s linear infinite;
}
.model-name {
  color: black;
  background-color: #e7e7e7;
  text-align: center;
  text-overflow: ellipsis;
  font-family: Helvetica;
}
.model-name p:first-child {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .model-name p:first-child {
    font-size: smaller;
  }
}
@media screen and (max-width: 500px) {
  .model-name p:first-child {
    font-size: 8px;
  }
}
.model-name p:last-child {
  margin: 0;
  font-family: monospace;
}
.model-name .display-name {
  font-weight: 600;
}
.model-name .display-name .anticon-custom {
  align-self: center;
  color: #c0349a;
}
@media screen and (max-width: 769px) {
  .model-name {
    font-size: small;
  }
}
@media screen and (max-width: 500px) {
  .model-name {
    font-size: x-small;
  }
}
.btn-following {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.btn-following .follow {
  border-radius: unset;
  width: 100%;
  background: "01AFF0";
  border: 1px solid "01AFF0";
  border-radius: 5px;
}
@media screen and (max-width: 769px) {
  .btn-following .follow {
    font-size: smaller;
  }
}
@media screen and (max-width: 500px) {
  .btn-following .follow {
    font-size: x-small;
  }
}
.grid-table .ant-col {
  border: 1px solid #c0349a;
  padding: 5px 15px;
}
.suggestion-bl {
  position: sticky;
  top: 55px;
}
.suggestion-bl .sug-top {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  padding: 2px;
}
.suggestion-bl .sug-top .sug-text {
  font-size: 18px;
  color: #8a96a3;
  width: 55%;
}
.suggestion-bl .sug-top .btns-grp {
  width: 45%;
}
.suggestion-bl .sug-top .reload-btn {
  font-size: 22px;
  color: #8a96a3;
}
.suggestion-bl .sug-top .free-btn {
  font-size: 22px;
  margin-right: 15px;
  color: #8a96a3;
}
.suggestion-bl .sug-top .free-btn .anticon-tag.active {
  position: relative;
}
.suggestion-bl .sug-top .free-btn .anticon-tag.active::after {
  content: '';
  border-bottom: 2px solid;
  width: 20px;
  height: 0;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: rotate(45deg);
}
.suggestion-bl .ant-carousel .slick-slide {
  height: unset;
  line-height: normal;
}
.suggestion-bl .ant-carousel .slick-prev {
  top: -23px;
  right: 50px;
  left: unset;
  padding: 12px;
  border-radius: 50%;
  background-color: #c0349a;
  opacity: 0.8;
}
.suggestion-bl .ant-carousel .slick-prev::before {
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.suggestion-bl .ant-carousel .slick-prev:hover,
.suggestion-bl .ant-carousel .slick-prev:focus {
  background-color: #c0349a;
  opacity: 0.5;
}
.suggestion-bl .ant-carousel .slick-next {
  top: -23px;
  right: 15px;
  left: unset;
  padding: 12px;
  border-radius: 50%;
  background-color: #c0349a;
  opacity: 0.8;
}
.suggestion-bl .ant-carousel .slick-next::before {
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.suggestion-bl .ant-carousel .slick-next:hover,
.suggestion-bl .ant-carousel .slick-next:focus {
  background-color: #c0349a;
  opacity: 0.5;
}
.suggestion-bl .ant-carousel .slick-dots.slick-dots-bottom {
  bottom: -5px;
}
.suggestion-bl .ant-carousel .slick-dots.slick-dots-bottom button {
  background: #888;
}
.suggestion-bl .ant-carousel .slick-dots.slick-dots-bottom .slick-active button {
  background: #1ea2f1;
}
@media screen and (max-width: 769px) {
  .suggestion-bl .sug-top .sug-text {
    width: 50%;
    font-size: 16px;
  }
  .suggestion-bl .sug-top .btns-grp {
    width: 50%;
  }
  .suggestion-bl .ant-carousel .slick-prev {
    right: 32px;
  }
  .suggestion-bl .ant-carousel .slick-next {
    right: 2px;
  }
}
@media screen and (max-width: 500px) {
  .suggestion-bl .sug-top .sug-text {
    width: 85%;
  }
}
.top-banner {
  display: flex;
  color: #fff;
  align-items: center;
  background-image: linear-gradient(to top, #04040e00 0%, rgba(60, 60, 60, 0.5) 100%);
}
.top-banner .arrow-back {
  font-size: 22px;
  color: #fff;
}
.top-banner .stats-row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  padding: 5px 15px;
}
.subscription-bl {
  padding: 5px 15px;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  margin: 5px 0;
}
.subscription-bl h5 {
  font-weight: 600;
  font-size: 14px;
}
.subscription-bl button {
  width: 100%;
  background: #1ea2f1;
  border: none;
  padding: 5px 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
}
.hr-divider {
  margin: 20px 0px 0px;
  border-bottom: 1px solid #1ea2f1;
}
.document-upload {
  display: flex;
  justify-content: space-between;
}
.document-upload .ant-upload-picture-card-wrapper.avatar-uploader {
  width: 50%;
}
.list-issued-id li {
  font-size: 11px;
  margin-bottom: 5px;
  list-style: auto;
}
.subscription-modal {
  border-radius: 5px;
  overflow: hidden;
}
.subscription-modal .ant-modal-body {
  padding: 0 0 15px;
}
.confirm-subscription-form {
  text-align: center;
  padding: 15px;
}
.confirm-subscription-form .info-body {
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}
.confirm-subscription-form .info-body p {
  font-size: 16px;
  font-family: Helvetica;
  color: #ff0066;
  margin-bottom: 5px;
}
.confirm-subscription-form .info-body ul {
  padding: 0;
}
.confirm-subscription-form .info-body ul li {
  font-size: 14px;
  margin: 0 5px;
  color: #ff0066;
}
.confirm-subscription-form .tip-grps {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.confirm-subscription-form .tip-grps .ant-btn {
  margin-bottom: 5px;
}
.confirm-subscription-form .ant-avatar {
  width: 100px;
  height: 100px;
}
.confirm-subscription-form .top-content {
  padding: 10px;
  font-size: 14px;
}
.confirm-subscription-form .text-help {
  padding: 10px;
  font-size: 14px;
}
.footer-content {
  text-align: end;
  padding: 10px;
}
.footer-content .user-ruby {
  padding: 5px;
}
.social-share-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 10000;
}
.social-share-btns .react-share__ShareButton {
  margin: 0 5px;
}
.welcome-video .ant-modal-body {
  padding: 0;
  border-radius: 5px;
}
.welcome-video .videojs-player .video-js {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 500px) {
  .welcome-video .videojs-player .video-js {
    height: 350px;
  }
}
.main-container .divider {
  border: 1px solid black;
}
.main-container .add-recast {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
}
.main-container .recast-title {
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.main-container .add-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 40px auto;
  border: 2px solid black;
  width: 500px;
  height: 550px;
}
.main-container .add-container .title-recast {
  margin-top: 20px;
  font-size: 20px;
}
.main-container .add-container .mobile_button_row {
  margin: auto 0;
}
.main-container.user-account {
  padding: 20px 5px;
}
.main-container .recast-hashtag {
  text-align: center;
  font-size: 26px;
  word-spacing: 15px;
}
@media screen and (max-width: 500px) {
  .main-container .recast-hashtag {
    font-size: 22px;
  }
}
.numerical-order {
  display: flex;
  position: relative;
  justify-content: center;
  margin: 40px 5px;
}
.numerical-order span {
  display: flex;
  width: 100px;
  font-size: 20px;
  border: 1px solid black;
  justify-content: center;
}
.more-performer {
  margin-top: 100px;
}
.feed-content {
  height: 100%;
  max-height: 600px;
}
.loadmore {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}
.btn-loadmore {
  border: 2px solid black !important;
}
.btn-loadmore .span {
  font-weight: 700;
}
.performer-card {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 0.75;
}
.performer-card .model-number {
  display: inline-block;
  line-height: 0px;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  background-color: blue;
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 14px;
}
.performer-card .model-number span {
  display: inline-block;
  padding-top: 50%;
  padding-bottom: 50%;
  margin-left: 4px;
  margin-right: 4px;
}
.perform-gird-5 {
  min-width: 20%;
  width: 20%;
  margin-top: 5px;
}
@media screen and (max-width: 500px) {
  .perform-gird-5 {
    min-width: 50%;
    width: 50%;
  }
  .perform-gird-5 .model-name p:first-child {
    font-size: 10px !important;
  }
}
.perform-gird-5-small {
  width: 18%;
  margin: 1%;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  .perform-gird-5-small {
    font-size: x-small;
  }
}
@media screen and (max-width: 500px) {
  .perform-gird-5-small {
    width: 23%;
    min-width: 23%;
    aspect-ratio: 0.42857143;
  }
  .perform-gird-5-small .model-name {
    font-size: 8px;
  }
}
.perform-gird-10 {
  width: 10%;
  font-size: 12px;
}
@media screen and (max-width: 950px) {
  .perform-gird-10 {
    width: 20%;
    font-size: 9px;
  }
}
.top-feed-filter {
  display: flex;
  width: 100%;
  padding: 20px;
  justify-content: center;
}
.top-feed-filter .title-filter {
  display: flex;
  text-align: center;
  align-items: center;
  padding-right: 10px;
}
.paypal-form {
  max-width: 1000px !important;
}

.private-request-item {
  border: 1px solid #ddd;
  width: 100%;
  cursor: pointer;
}
.private-request-item.active {
  background-color: #aaa;
}
.private-request-item .avatar {
  width: 30px;
  height: 30px;
}
.private-request-item .status-user {
  float: left;
  margin-top: 12px;
  margin-left: 2px;
  border-radius: 50%;
}
.private-request-item p {
  float: left;
  margin-top: 6%;
  margin-left: 10px;
}

.price_input {
  background-color: transparent;
  border: none;
  flex: 1;
  outline: none;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.btn-link {
  width: 120px;
  background: #FFA500;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  color: #fff;
  position: absolute;
  margin: 10px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
}
.btn-link .anticon-custom {
  font-size: 30px;
}
.btn-private {
  width: 120px;
  background: red;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  color: #fff;
  position: absolute;
  margin: 10px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
}
.btn-private .anticon-custom {
  font-size: 30px;
}
.live-now-title {
  margin: 40px 0;
  text-align: center;
  font-size: 30px;
}
.noti-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
  border: 4px solid darkcyan;
}
.noti-block .filter-item {
  width: 100%;
  padding: 5px;
}
.noti-block span {
  font-size: 22px;
  font-weight: bold;
  align-items: center;
}
.noti-block button {
  height: 22px;
}
.ant-checkbox .ant-checkbox-inner {
  width: 20px;
  height: 20px;
  border-color: black;
}
.receive-checkbox {
  font-size: 30px;
  font-weight: bold;
}
.receive-checkbox label {
  color: #666;
  font-size: 13px;
  display: flex ;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.receive-checkbox p {
  font-weight: normal;
  font-size: medium;
}
.receive-checkbox input {
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 1px solid #6b7280;
}
.receive-checkbox [type='checkbox']:checked,
.receive-checkbox [type='radio']:checked {
  background-color: #c0349a;
  border: 1px solid #6b7280;
}
.btn-saveChange {
  display: flex;
  justify-content: center;
}
.table-responsive,
.ant-table {
  overflow: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.table-responsive .ant-table-cell p,
.ant-table .ant-table-cell p {
  font-weight: lighter;
}
.table-responsive .hidden,
.ant-table .hidden {
  display: none;
}
.table-responsive .white td,
.ant-table .white td {
  color: white !important;
  background-color: white !important;
}
.table-responsive .gray td,
.ant-table .gray td {
  background-color: lightgray !important;
}
.table-responsive th,
.ant-table th {
  background-color: #a5a5a5 !important;
  text-align: center !important;
}
.table-responsive td,
.ant-table td {
  text-align: center !important;
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  border-bottom: 1px solid #D9D9D9 !important;
}

.ant-picker-input input {
  color: #212121 !important;
}
.ant-select {
  color: #212121 !important;
  height: 2.5rem;
  width: 137px !important;
}
.ant-select .ant-select-arrow {
  color: #212121;
  right: 1rem;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  border: 1px solid #D9D9D9;
  padding-left: 1.5rem;
  padding-right: 0.75rem;
  align-items: center;
  height: 100%;
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding: 0px;
}
.right-side-pagination {
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 1rem;
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  color: #212121;
  font-size: 13px;
}

.PhotoView-Portal{height:100%;left:0;overflow:hidden;position:fixed;top:0;touch-action:none;width:100%;z-index:2000}@keyframes PhotoView__rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes PhotoView__delayIn{0%,50%{opacity:0}to{opacity:1}}.PhotoView__Spinner{animation:PhotoView__delayIn .4s linear both}.PhotoView__Spinner svg{animation:PhotoView__rotate .6s linear infinite}.PhotoView__Photo{-webkit-user-drag:none;cursor:grab;max-width:none}.PhotoView__Photo:active{cursor:grabbing}.PhotoView__icon{display:inline-block;left:0;position:absolute;top:0;transform:translate(-50%,-50%)}.PhotoView__PhotoBox,.PhotoView__PhotoWrap{bottom:0;direction:ltr;left:0;position:absolute;right:0;top:0;touch-action:none;width:100%}.PhotoView__PhotoWrap{overflow:hidden;z-index:10}.PhotoView__PhotoBox{transform-origin:left top}@keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,.PhotoView-Slider__clean .PhotoView-Slider__Overlay,.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover{opacity:0}.PhotoView-Slider__Backdrop{background:#000;height:100%;left:0;position:absolute;top:0;transition-property:background-color;width:100%;z-index:-1}.PhotoView-Slider__fadeIn{animation:PhotoView__fade linear both;opacity:0}.PhotoView-Slider__fadeOut{animation:PhotoView__fade linear reverse both;opacity:0}.PhotoView-Slider__BannerWrap{align-items:center;background-color:rgba(0,0,0,.5);color:#fff;display:flex;height:44px;justify-content:space-between;left:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%;z-index:20}.PhotoView-Slider__BannerWrap:hover{opacity:1}.PhotoView-Slider__Counter{font-size:14px;opacity:.75;padding:0 10px}.PhotoView-Slider__BannerRight{align-items:center;display:flex;height:100%}.PhotoView-Slider__toolbarIcon{fill:#fff;box-sizing:border-box;cursor:pointer;opacity:.75;padding:10px;transition:opacity .2s linear}.PhotoView-Slider__toolbarIcon:hover{opacity:1}.PhotoView-Slider__ArrowLeft,.PhotoView-Slider__ArrowRight{align-items:center;bottom:0;cursor:pointer;display:flex;height:100px;justify-content:center;margin:auto;opacity:.75;position:absolute;top:0;transition:opacity .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:70px;z-index:20}.PhotoView-Slider__ArrowLeft:hover,.PhotoView-Slider__ArrowRight:hover{opacity:1}.PhotoView-Slider__ArrowLeft svg,.PhotoView-Slider__ArrowRight svg{fill:#fff;background:rgba(0,0,0,.3);box-sizing:content-box;height:24px;padding:10px;width:24px}.PhotoView-Slider__ArrowLeft{left:0}.PhotoView-Slider__ArrowRight{right:0}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.feed-container {
  -webkit-overflow-scrolling: touch;
  /* For smooth scrolling on iOS */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}
.feed-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
.post_app_button {
  width: 80px;
}
@media (max-width: 768px) {
  .post_app_button {
    width: 100%;
  }
}
.comment_sort_drop_down {
  display: inline-block;
  position: relative;
}
.comment_sort_drop_down .dropdown-toggle {
  border: none;
  cursor: pointer;
}
.comment_sort_drop_down .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 5px 0;
  min-width: 150px;
}
.comment_sort_drop_down .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.comment_sort_drop_down .dropdown-menu .dropdown-item:hover {
  background-color: #f3e6f1;
}
.custom-playback {
  position: absolute;
  top: 4rem;
  left: 10rem;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0.5rem 0rem;
}
.custom-playback button {
  padding: 0.3rem 2rem;
}
.custom-playback button:hover {
  background-color: #f3e6f1;
}
.feed-video-current-time {
  position: absolute;
  top: 2.25rem;
  right: 0.75rem;
  font-size: 10px;
  color: white;
}
video::-webkit-media-controls-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: rgba(0, 0, 0, 0.5);
}
.descriptions-and-comment {
  width: 100%;
  padding: 0 10px;
  margin-left: auto;
}
.descriptions-and-comment .hide {
  opacity: 0;
  height: 0;
}
.descriptions-and-comment .select-category-comment {
  display: flex;
  justify-content: space-between;
}
.descriptions-and-comment .select-category-comment .total-comment {
  display: flex;
  align-self: center;
}
.descriptions-and-comment .select-category-comment .total-comment .anticon-message {
  font-size: 20px;
  margin-left: 5px;
}
.descriptions-and-comment .select-category-comment .filter-comment {
  padding-right: 25%;
}
.descriptions-and-comment .show {
  opacity: 1;
  height: auto;
  transition: 1.5s;
}
.descriptions-and-comment .show .all-comment {
  background-color: #f7f7f7;
  border-radius: 0 10px 10px 10px;
}
.descriptions-and-comment .show .all-comment .cmt-list .show-like {
  display: grid;
  text-align: center;
  margin-right: 5px;
  height: 20px;
}
.descriptions-and-comment .show .all-comment .cmt-list .cmt-text {
  font-size: 16px;
  margin-bottom: 0;
}
.descriptions-and-comment .show .all-comment .cmt-list .cmt-reply {
  font-size: 10px;
}
.sidebar-content .content-sider,
.leftbar-content .content-sider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background-color: transparent;
}
.sidebar-content .content-sider .performer-info,
.leftbar-content .content-sider .performer-info {
  background-color: transparent;
}
@media screen and (max-width: 769px) {
  .sidebar-content,
  .leftbar-content {
    height: 55%;
  }
}
.sidebar-content .content-sider div {
  background-color: transparent;
}
.video-card {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  height: 93%;
  padding: 20px 10px;
  padding-top: 5px;
}
.video-card .video-card-content {
  width: 100%;
  max-width: 320px;
  height: 100%;
  margin: 0px auto;
  background-color: #000000;
  border-radius: 15px;
  position: relative;
}
.video-card .video-card-content .video-inview,
.video-card .video-card-content .photo-inview {
  height: 100%;
}
.video-card .video-card-content:hover .more-action {
  display: block;
}
.video-card .video-card-content .more-action {
  position: absolute;
  top: 6px;
  left: 3%;
  font-size: 28px;
  color: #fff;
  z-index: 10;
}
.video-card .video-card-content .more-action:hover .controls {
  display: none;
}
.video-card .video-card-content .render-action {
  display: grid;
  width: auto;
  position: absolute;
  justify-content: space-around;
  top: 10px;
  left: 30px;
  z-index: 1000;
  background-color: white;
}
.video-card .video-card-content .render-action p {
  display: inline-block;
  min-width: 150px;
}
.video-card .video-card-content .render-action .ant-btn-default {
  background: transparent;
  border: transparent;
  color: black;
}
.video-card .video-card-content .render-action .ant-btn-default:hover {
  border: 1px solid #fff;
  transition: 1.5s;
}
.video-card .video-card-content video,
.video-card .video-card-content img,
.video-card .video-card-content .ant-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  vertical-align: middle;
}
.video-card .video-card-content video:hover .more-action,
.video-card .video-card-content img:hover .more-action,
.video-card .video-card-content .ant-image:hover .more-action {
  display: block;
}
.video-card .video-card-content video:hover .controls,
.video-card .video-card-content img:hover .controls,
.video-card .video-card-content .ant-image:hover .controls {
  display: none;
}
.video-card .video-card-content .no-border {
  border-radius: unset;
}
.video-card .video-card-content:hover .controls {
  visibility: visible;
}
.video-card .video-card-content figure {
  max-width: 64rem;
  width: 100%;
  max-height: 30.875rem;
  height: 100%;
  margin: 1.25rem auto;
  padding: 1.051%;
  background-color: #666;
}
.video-card .video-card-content .ant-progress {
  box-sizing: border-box;
  margin: 0;
  color: red;
  padding: 0;
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  display: inline-block;
  width: 100%;
  height: 100%;
}
.video-card .video-card-content .ant-progress div {
  width: 100%;
  padding: 0;
}
.video-card .video-card-content .ant-progress .ant-progress-text {
  display: none;
}
.video-card .video-card-content .ant-progress .ant-progress-outer {
  padding: 0 !important;
}
.video-card .video-card-content .ant-progress .ant-progress-outer .ant-progress-inner {
  position: absolute !important;
  top: 5px;
}
.video-card .video-card-content .ant-progress .ant-progress-outer .ant-progress-bg {
  height: 5px !important;
}
.video-card .video-card-content .controls {
  width: 100%;
  display: flex;
  visibility: hidden;
  position: absolute;
  justify-content: space-between;
  top: 2px;
  left: 0;
  padding: 0;
  z-index: 9;
  max-height: 25px;
}
.video-card .video-card-content .controls > * {
  float: left;
  width: 5%;
  height: 100%;
  margin-left: 5%;
  display: block;
  color: white;
}
.video-card .video-card-content .controls > *:first-child {
  margin-left: 10%;
}
.video-card .video-card-content .controls .progress {
  cursor: pointer;
  width: 50%;
  padding: 0;
  max-height: 22px;
  line-height: 1px;
}
.video-card .video-card-content .controls .progress .time-duration {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  font-size: 9px;
}
.video-card .video-card-content .controls #fs {
  float: right;
  width: 5%;
  height: 100%;
  margin-right: 5%;
  display: block;
}
.video-card .video-card-content .controls button {
  border: none;
  cursor: pointer;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
.video-card .video-card-content .controls button:hover,
.video-card .video-card-content .controls button:focus {
  opacity: 0.5;
}
.video-card .video-card-content .controls progress {
  display: block;
  width: 100%;
  height: 8%;
  margin-top: 0.125rem;
  border: none;
  color: #0095dd;
  border-radius: 2px;
  padding: 0;
  background-color: #666;
}
.video-card .video-card-content .controls progress span {
  width: 0%;
  height: 100%;
  display: inline-block;
  background-color: #2a84cd;
}
.video-card .video-card-content .controls progress::-moz-progress-bar {
  background-color: #0095dd;
}
.video-card .video-card-content .controls progress::-webkit-progress-value {
  background-color: #0095dd;
}
.video-card .video-card-content .descriptions {
  display: block;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  bottom: 0;
  z-index: 10;
}
.video-card .video-card-content .descriptions .day-old {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 12px;
  overflow-wrap: break-word;
  color: white;
}
.video-card .video-card-content .descriptions .day-old .performer {
  display: flex;
  justify-content: flex-start;
}
.video-card .video-card-content .descriptions .day-old .performer span {
  width: 100%;
  overflow-wrap: break-word;
  margin: 0 auto;
}
.video-card .video-card-content .descriptions .day-old .performer .performer-info {
  padding-left: 10%;
  display: flex;
  flex-direction: column;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.video-card .video-card-content .descriptions .day-old .performer img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #c0349a;
  cursor: pointer;
}
.video-card .video-card-content .descriptions .day-old .follow-feed {
  display: flex;
  justify-content: end;
  align-items: flex-end;
}
.video-card .video-card-content .descriptions .hashtag-and-icon {
  display: block;
  width: 100%;
  font-size: 11px;
  overflow-wrap: break-word;
}
.video-card .video-card-content .descriptions .hashtag-and-icon a {
  color: white;
}
.video-card .video-card-content .descriptions .hashtag-and-icon span {
  padding-right: 2px;
  color: white;
}
.video-card .video-card-content .sidebar-content {
  position: absolute;
  right: -45px;
  z-index: 10;
  height: 100%;
  top: 0;
}
.video-card .video-card-content .sidebar-content .content-sider .gr-lib {
  margin-bottom: auto;
}
.video-card .video-card-content .sidebar-content .content-sider .gr-lib .lib-icons {
  margin-top: 20px;
}
.video-card .video-card-content .sidebar-content .content-sider .total-view {
  color: black;
  font-size: 17px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 500px) {
  .video-card .video-card-content .sidebar-content .content-sider .total-view {
    font-size: 12px;
  }
}
.video-card .video-card-content .leftbar-content {
  position: absolute;
  left: -78px;
  z-index: 10;
  height: 100%;
  top: 0;
}
.video-card .video-card-content .leftbar-content .content-sider .lib-icons {
  margin-top: 10px;
}
.video-card .no-border {
  border-radius: unset;
}
.video-card .day-to-now {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  max-width: 325px;
  margin: 0 auto;
}
.video-card.custom {
  right: 26%;
}
@media screen and (max-width: 769px) {
  .video-card {
    height: 83%;
  }
  .video-card .video-card-content {
    max-width: 100%;
  }
  .video-card .video-card-content .sidebar-content {
    position: absolute;
    right: 10px;
    height: 90%;
    top: 30px;
  }
  .video-card .video-card-content .leftbar-content {
    position: absolute;
    left: 10px;
    height: 90%;
    top: 30px;
  }
  .video-card .video-card-content .day-to-now {
    max-width: 100%;
  }
  .video-card.custom {
    right: 24%;
  }
  .sidebar-content {
    right: 18%;
  }
  .sidebar-content .content-sider {
    background-color: transparent;
  }
  .sidebar-content .content-sider .performer-info {
    background-color: transparent;
  }
  .sidebar-content .content-sider .performer-info img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .video-card .video-card-content {
    max-width: 520px;
  }
  .video-card .day-to-now {
    max-width: 520px;
  }
}
@media (min-width: 912px) and (max-width: 1024px) {
  .video-card .video-card-content {
    max-width: 600px;
  }
  .video-card .day-to-now {
    max-width: 600px;
  }
}
@media screen and (max-width: 950px) {
  .video-card .video-card-content {
    max-width: 520px;
  }
  .video-card .day-to-now {
    max-width: 520px;
  }
}
@media screen and (max-width: 600px) {
  .thumbnail-content .thumbnail-video {
    width: 100%;
  }
  .thumbnail-content .thumbnail-video .hashtag-and-icon {
    font-size: 10px;
  }
  .thumbnail-content .thumbnail-video .day-old {
    font-size: 11px;
  }
  .thumbnail-content .thumbnail-video .thumbnail-inside .thumbnail {
    width: 100%;
  }
  .thumbnail-content .thumbnail-video .more-action {
    display: block;
  }
  .sidebar-content {
    right: 5%;
  }
  .sidebar-content .content-sider {
    background-color: transparent;
  }
  .sidebar-content .content-sider .performer-info {
    background-color: transparent;
  }
  .sidebar-content .content-sider .performer-info .performer-name {
    color: #fff;
    font-size: 10px;
  }
  .sidebar-content .content-sider .performer-info .total-subscriber {
    font-size: 10px;
    color: #fff;
  }
  .sidebar-content .content-sider .performer-info img {
    width: 40px !important;
    height: 40px !important;
  }
}
@media (max-width: 500px) {
  .video-card .video-card-content {
    max-width: 300px;
  }
  .video-card .day-to-now {
    max-width: 300px;
  }
}
.btnStatus {
  justify-content: center;
}
.btnStatus .ant-btn {
  height: 28px;
  font-size: 13px;
}
@media screen and (max-width: 769px) {
  .btnStatus .ant-btn {
    height: 24px;
    font-size: 8px;
  }
}
.follow {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: #3b7dd4;
  color: aliceblue;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.follow-female {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: #ff69b4;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.follow-back {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: red;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 13px;
}
.follow-back-notification {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: red;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 8px;
}
.feed-container {
  scroll-snap-type: y mandatory;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.btnStatus {
  justify-content: center;
}
.btnStatus .ant-btn {
  height: 28px;
  font-size: 13px;
}
@media screen and (max-width: 769px) {
  .btnStatus .ant-btn {
    height: 24px;
    font-size: 8px;
  }
}
.follow {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: #3b7dd4;
  color: aliceblue;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.follow-female {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: #ff69b4;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.follow-back {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: red;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 13px;
}
.follow-back-notification {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: red;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 8px;
}
.sidebar-content .content-sider,
.leftbar-content .content-sider {
  background: transparent;
  text-align: center;
  height: 100%;
}
.sidebar-content .content-sider div,
.leftbar-content .content-sider div {
  background-color: transparent;
}
.sidebar-content .content-sider .performer-info,
.leftbar-content .content-sider .performer-info {
  display: grid;
}
.sidebar-content .content-sider .performer-info .performer-name,
.leftbar-content .content-sider .performer-info .performer-name {
  justify-self: center;
  width: -moz-min-content;
  width: min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}
.sidebar-content .content-sider .performer-info img,
.leftbar-content .content-sider .performer-info img {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-top: 30px;
  padding: 2px;
  border-radius: 50%;
  border: 2px solid #c0349a;
  cursor: pointer;
}
.sidebar-content .content-sider .performer-info .btn-following,
.leftbar-content .content-sider .performer-info .btn-following {
  margin-left: 0;
}
.sidebar-content .content-sider .performer-info .btn-following .follow,
.leftbar-content .content-sider .performer-info .btn-following .follow {
  border-radius: unset;
  width: 88%;
  background: red;
  border: 1px solid red;
  border-radius: 5px 5px 5px 5px;
  font-size: small;
}
@media screen and (max-width: 500px) {
  .sidebar-content .content-sider .performer-info .btn-following .follow,
  .leftbar-content .content-sider .performer-info .btn-following .follow {
    font-size: smaller;
  }
}
.sidebar-content .content-sider .performer-info .btn-following .follow-female,
.leftbar-content .content-sider .performer-info .btn-following .follow-female {
  border-radius: unset;
  width: 88%;
  background: red;
  border: 1px solid red;
  border-radius: 5px 5px 5px 5px;
  font-size: x-small;
}
@media screen and (max-width: 950px) {
  .sidebar-content .content-sider .performer-info .btn-following .follow-female,
  .leftbar-content .content-sider .performer-info .btn-following .follow-female {
    font-size: xx-small;
  }
}
@media screen and (max-width: 500px) {
  .sidebar-content .content-sider .performer-info .btn-following .follow-female,
  .leftbar-content .content-sider .performer-info .btn-following .follow-female {
    font-size: xx-small;
  }
}
.sidebar-content .content-sider .performer-info .total-subscriber,
.leftbar-content .content-sider .performer-info .total-subscriber {
  color: #c0349a;
  overflow-wrap: break-word;
}
@media screen and (max-width: 950px) {
  .sidebar-content .content-sider .performer-info,
  .leftbar-content .content-sider .performer-info {
    font-size: small;
  }
}
@media screen and (max-width: 500px) {
  .sidebar-content .content-sider .performer-info,
  .leftbar-content .content-sider .performer-info {
    font-size: x-small;
  }
}
.sidebar-content .content-sider .lib-icons,
.leftbar-content .content-sider .lib-icons {
  margin-top: 30px;
  min-height: 100px;
}
.sidebar-content .content-sider .lib-icons .ant-btn,
.leftbar-content .content-sider .lib-icons .ant-btn {
  font-size: 12px;
}
.sidebar-content .content-sider .lib-icons .wrapper-sidebar-icons,
.leftbar-content .content-sider .lib-icons .wrapper-sidebar-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidebar-content .content-sider .lib-icons .anticon,
.leftbar-content .content-sider .lib-icons .anticon {
  border-radius: 50%;
  cursor: pointer;
  color: black;
  background-color: transparent;
  padding: 7px;
  font-size: 25px;
}
.sidebar-content .content-sider .lib-icons .active-icon,
.leftbar-content .content-sider .lib-icons .active-icon {
  color: #c0349a;
}
.sidebar-content .content-sider .lib-icons .disable-icon,
.leftbar-content .content-sider .lib-icons .disable-icon {
  pointer-events: none;
}
.sidebar-content .content-sider .lib-icons .btn-live,
.leftbar-content .content-sider .lib-icons .btn-live {
  background-color: red;
  color: #fff;
  max-width: 75px;
  height: auto;
  border-radius: 5px;
}
.sidebar-content .content-sider .lib-icons .btn-live span,
.leftbar-content .content-sider .lib-icons .btn-live span {
  word-wrap: break-word;
  white-space: normal;
}
.sidebar-content .content-sider .lib-icons .btn-live:hover,
.leftbar-content .content-sider .lib-icons .btn-live:hover {
  background-color: #fff;
  color: red;
}
.sidebar-content .content-sider .lib-icons .total-like,
.leftbar-content .content-sider .lib-icons .total-like,
.sidebar-content .content-sider .lib-icons .total-stats,
.leftbar-content .content-sider .lib-icons .total-stats {
  color: black;
  font-size: 17px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 769px) {
  .sidebar-content .content-sider .lib-icons .total-like,
  .leftbar-content .content-sider .lib-icons .total-like,
  .sidebar-content .content-sider .lib-icons .total-stats,
  .leftbar-content .content-sider .lib-icons .total-stats {
    font-size: 12px;
    color: white;
  }
}
.sidebar-content .content-sider .gr-icons,
.leftbar-content .content-sider .gr-icons {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  height: 100%;
  justify-content: center;
}
.sidebar-content .content-sider .gr-icons span,
.leftbar-content .content-sider .gr-icons span {
  margin-top: 30px;
  min-height: 25px;
  min-width: 25px;
}
.sidebar-content .content-sider .gr-icons .fill-the-void,
.leftbar-content .content-sider .gr-icons .fill-the-void {
  height: 72px;
}
.sidebar-content .content-sider .gr-icons .total-like,
.leftbar-content .content-sider .gr-icons .total-like,
.sidebar-content .content-sider .gr-icons .total-stats,
.leftbar-content .content-sider .gr-icons .total-stats {
  color: black;
  font-size: 17px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 769px) {
  .sidebar-content .content-sider .gr-icons .total-like,
  .leftbar-content .content-sider .gr-icons .total-like,
  .sidebar-content .content-sider .gr-icons .total-stats,
  .leftbar-content .content-sider .gr-icons .total-stats {
    font-size: 12px;
    color: white;
  }
}
.sidebar-content .content-sider .gr-icons .month-to-now,
.leftbar-content .content-sider .gr-icons .month-to-now {
  margin: 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 0;
  font-size: 11px;
}
@media screen and (max-width: 769px) {
  .sidebar-content .content-sider .gr-icons .month-to-now,
  .leftbar-content .content-sider .gr-icons .month-to-now {
    position: relative;
    margin-top: 30px;
    font-size: 10px;
    max-width: -moz-min-content;
    max-width: min-content;
    min-width: unset;
  }
}
.sidebar-content .content-sider .gr-icons .anticon-heart,
.leftbar-content .content-sider .gr-icons .anticon-heart {
  cursor: pointer;
  color: #ff0066;
  font-size: 30px;
  animation: zoom-in-zoom-out 2s ease-in-out infinite;
}
.sidebar-content .content-sider .gr-icons .anticon-heart:hover,
.leftbar-content .content-sider .gr-icons .anticon-heart:hover {
  color: red;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
.sidebar-content .content-sider .gr-icons .anticon,
.leftbar-content .content-sider .gr-icons .anticon {
  border-radius: 50%;
  cursor: pointer;
  color: black;
  background-color: transparent;
  padding: 7px;
  font-size: 25px;
}
.sidebar-content .content-sider .gr-icons .anticon-custom,
.leftbar-content .content-sider .gr-icons .anticon-custom {
  background-color: transparent;
}
.sidebar-content .content-sider .gr-icons .active-icon,
.leftbar-content .content-sider .gr-icons .active-icon {
  color: #c0349a;
}
.sidebar-content .content-sider .gr-icons .disable-icon,
.leftbar-content .content-sider .gr-icons .disable-icon {
  pointer-events: none;
}
.sidebar-content .content-sider .gr-icons .normal,
.leftbar-content .content-sider .gr-icons .normal {
  width: -moz-max-content;
  width: max-content;
  margin: 100px auto 0;
  border: none;
}
.sidebar-content .content-sider .gr-icons .normal .anticon-custom,
.leftbar-content .content-sider .gr-icons .normal .anticon-custom {
  font-size: 30px;
}
.sidebar-content .content-sider .gr-icons .icons-gr .wrapper-sidebar-icons,
.leftbar-content .content-sider .gr-icons .icons-gr .wrapper-sidebar-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidebar-content .content-sider .gr-icons .icons-gr .btn-live,
.leftbar-content .content-sider .gr-icons .icons-gr .btn-live {
  background-color: red;
  color: #fff;
  max-width: 75px;
  height: auto;
  border-radius: 5px;
}
.sidebar-content .content-sider .gr-icons .icons-gr .btn-live span,
.leftbar-content .content-sider .gr-icons .icons-gr .btn-live span {
  word-wrap: break-word;
  white-space: normal;
}
.sidebar-content .content-sider .gr-icons .icons-gr .btn-live:hover,
.leftbar-content .content-sider .gr-icons .icons-gr .btn-live:hover {
  background-color: #fff;
  color: red;
}
.sidebar-content .content-sider .gr-icons .icons-gr:last-child,
.leftbar-content .content-sider .gr-icons .icons-gr:last-child {
  margin-top: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .sidebar-content .content-sider .gr-icons,
  .leftbar-content .content-sider .gr-icons {
    display: flex;
    margin-top: 0;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    color: white;
    font-size: 20px;
  }
  .sidebar-content .content-sider .gr-icons span,
  .leftbar-content .content-sider .gr-icons span {
    margin-top: 25px;
    min-height: 20px;
    min-width: 20px;
  }
  .sidebar-content .content-sider .gr-icons .icons-gr:last-child,
  .leftbar-content .content-sider .gr-icons .icons-gr:last-child {
    margin-top: auto;
    margin-bottom: 70px;
  }
  .sidebar-content .content-sider .gr-icons .anticon,
  .leftbar-content .content-sider .gr-icons .anticon {
    padding: 5px;
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0.8;
    font-size: 20px;
  }
  .sidebar-content .content-sider .gr-icons .active-icon,
  .leftbar-content .content-sider .gr-icons .active-icon {
    color: #c0349a;
  }
  .sidebar-content .content-sider .lib-icons,
  .leftbar-content .content-sider .lib-icons {
    min-height: 70px;
  }
  .sidebar-content .content-sider .lib-icons .anticon-menu-unfold,
  .leftbar-content .content-sider .lib-icons .anticon-menu-unfold {
    cursor: pointer;
    color: #ff0066;
    font-size: 20px;
  }
  .sidebar-content .content-sider .lib-icons .anticon,
  .leftbar-content .content-sider .lib-icons .anticon {
    padding: 5px;
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0.8;
    font-size: 20px;
  }
  .sidebar-content .content-sider .lib-icons .btn-live,
  .leftbar-content .content-sider .lib-icons .btn-live {
    max-width: 72px;
  }
  .sidebar-content .content-sider .lib-icons .ant-btn,
  .leftbar-content .content-sider .lib-icons .ant-btn {
    font-size: 10px;
  }
  .sidebar-content .content-sider .lib-icons .active-icon,
  .leftbar-content .content-sider .lib-icons .active-icon {
    color: #c0349a;
  }
}
.render-icon svg {
  shape-rendering: auto !important;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.home_title {
  font-size: 1.5em;
  font-weight: 400;
}
.active_width {
  width: 12em;
  background-color: white;
}
.active_width p {
  color: #212121 !important;
}
.post-page-header {
  max-width: 25.56em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  padding-bottom: 33px;
}
.switch-bttns {
  background-color: #d9d9d9;
}
.post-resource h4 {
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0%;
  color: #121212;
}
.post-resource-content {
  padding: 35px 42px 0;
  display: flex;
  flex-direction: column;
}
.upload-buttons-section {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.upload-buttons {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.upload-buttons button {
  width: 204px;
  height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  position: relative;
  color: #fff;
  border-radius: 8px;
}
.upload-buttons button svg {
  width: auto;
  height: 30px;
}
.upload-buttons button svg path {
  fill: #fff;
}
.upload-buttons input {
  cursor: pointer;
}
.record-modal-body {
  background-color: #d9d9d9;
  padding: 17px;
  position: relative;
}
.record-media-container {
  max-width: 120px;
  aspect-ratio: 0.66666667;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.record-img-container {
  max-height: 100%;
  width: auto;
}
.video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px 24px;
}
.video-controls .play-pause-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.video-controls .play-pause-button:hover {
  opacity: 0.8;
}
.video-controls .play-pause-button svg path,
.video-controls .play-pause-button svg rect {
  fill: #121212;
}
.video-controls .time-controls {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.video-controls .time-controls .slider-time-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.video-controls .time-display {
  color: #121212;
  font-family: Inter;
  font-size: 7.84px;
  font-weight: 600;
  line-height: 130%;
  white-space: nowrap;
}
.video-controls .time-slider {
  margin: 0;
  flex: 1;
}
.video-controls .time-slider .ant-slider-rail {
  background-color: #121212;
  height: 2px;
}
.video-controls .time-slider .ant-slider-track {
  background-color: #121212;
  height: 2px;
}
.video-controls .time-slider .ant-slider-handle {
  border-color: #2CB1EC;
  background-color: #2CB1EC;
  width: 8px;
  height: 8px;
  margin-top: -3px;
}
.thumbnail-label {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.thumbnail-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.thumbnail-section .thumbnail-preview {
  height: 213px;
  width: 120px;
  overflow: hidden;
}
.thumbnail-section .thumbnail-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.optional-section {
  border: 1px solid #D9D9D9;
  padding: 24px 42px 40px 42px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.optional-section h3 {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #000000;
}
.optional-section .optional-content {
  display: flex;
  gap: 24px;
}
.optional-section .optional-content .comment-section,
.optional-section .optional-content .hashtags-section {
  flex: 1;
}
.optional-section .optional-content .comment-section h4,
.optional-section .optional-content .hashtags-section h4 {
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  color: #121212;
  margin-bottom: 12px;
}
.optional-section .optional-content .comment-input,
.optional-section .optional-content .hashtag-input {
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 124%;
  letter-spacing: -1%;
  font-variant-numeric: lining-nums tabular-nums;
  height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}
.optional-section .optional-content .comment-input {
  width: 100%;
}
.optional-section .optional-content .comment-input::-moz-placeholder {
  color: #ADADAD;
}
.optional-section .optional-content .comment-input::placeholder {
  color: #ADADAD;
}
.optional-section .optional-content .hashtags-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.optional-section .optional-content .hashtag-input-wrapper {
  position: relative;
  flex: 1;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  overflow: hidden;
  height: 48px;
  display: flex;
  align-items: center;
}
.optional-section .optional-content .hashtag-input-wrapper .hashtag-symbol {
  position: absolute;
  left: 12px;
  font-weight: 600;
  color: #121212;
}
.optional-section .optional-content .hashtag-input-wrapper .hashtag-input {
  width: 100%;
  padding: 0 12px 0 28px;
  border: none;
  outline: none;
  height: 100%;
}
.optional-section .optional-content .hashtag-input-wrapper .hashtag-input:focus {
  border-color: #2CB1EC;
}
.submit-section {
  max-width: 228px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 32px;
  margin: 0 auto;
}
.submit-section .visibility-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.submit-section .visibility-section h4 {
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  color: #121212;
}
.submit-section .visibility-section .visibility-select {
  width: 100%;
  height: 48px;
  padding: 0 12px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 124%;
  letter-spacing: -1%;
  font-variant-numeric: lining-nums tabular-nums;
  background-color: white;
  color: #121212;
  cursor: pointer;
}
.submit-section .visibility-section .visibility-select:focus {
  border-color: #2CB1EC;
  outline: none;
}
.submit-section .submit-button {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  color: white;
  background-color: #7B61FF;
  border: none;
  cursor: pointer;
}
.submit-section .submit-button:hover:not(.disabled) {
  background-color: #6647ff;
}
.submit-section .submit-button.disabled {
  background-color: #D9D9D9;
  cursor: not-allowed;
}
.mobile-app-section {
  padding-top: 24px;
  padding-bottom: 60px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.mobile-app-section .mobile-app-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #121212;
}
.mobile-app-section .store-buttons {
  display: flex;
  gap: 24px;
  align-items: center;
}
.mobile-app-section .store-buttons a {
  display: block;
  line-height: 0;
}
.mobile-app-section .store-buttons a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 769px) {
  .post-page-header {
    padding-bottom: 50px;
  }
  .post-resource-content {
    padding: 0;
  }
  .thumbnail-label {
    bottom: unset;
    top: -30px;
  }
  .upload-buttons-section {
    gap: 2px;
  }
  .upload-buttons {
    padding: 22px;
  }
  .optional-section {
    padding: 24px 16px;
  }
  .optional-section .optional-content {
    flex-direction: column;
  }
  .optional-section .optional-content .hashtags-container {
    flex-direction: column;
  }
  .optional-section .optional-content .hashtag-input-wrapper {
    flex: unset;
  }
  .submit-section {
    max-width: unset;
  }
  .mobile-app-section {
    flex-direction: column;
  }
}

.header-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.header-wrapper .heading-title {
  color: black;
  font-size: 20px;
  font-weight: 400;
}
.header-wrapper .header-nav {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: 430px !important;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.conversation-list-item {
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  color: #fff;
}
.conversation-list-item:hover,
.conversation-list-item.active {
  background: #f5f5f5;
  cursor: pointer;
}
.conversation-list-item.active {
  pointer-events: none;
}
.conversation-list-item .online-status {
  position: absolute;
  left: 30px;
  bottom: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #888;
}
.conversation-list-item .online-status.active {
  background-color: #4ec52a;
}
.conversation-left-corner {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.conversation-left-corner span {
  font-size: 10px;
}
.conversation-photo {
  width: 40px;
  height: 40px;
}
.conversation-info {
  width: 100%;
}
.conversation-info .conversation-title {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  color: #8a96a3;
}
.conversation-info .conversation-title .re-name {
  max-width: 150px;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.conversation-info .conversation-title .re-name .anticon {
  font-size: 14px;
  color: #c0349a;
}
.conversation-info .conversation-snippet {
  font-size: 12px;
  color: #888;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
}
.conversation-info .conversation-snippet .short-content {
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.conversation-info .conversation-snippet .right-content {
  width: 40%;
  font-size: 10px;
  text-transform: lowercase;
  display: flex;
  justify-content: space-between;
}
.conversation-info .conversation-snippet .right-content .conversation-time {
  align-self: center;
}
.conversation-info .conversation-snippet .right-content .notification-badge .ant-scroll-number {
  right: 0;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.conversation-list {
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 0 0 20px;
}
.user-bl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c0349a;
  font-size: 15px;
  padding: 5px 25px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: Helvetica;
  border-bottom: 1px solid #e6e3e3;
  text-transform: capitalize;
}
.user-bl .anticon {
  font-size: 25px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.comment-form {
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.comment-form .current-user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px 5px;
  padding: 2px;
  border: 2px solid #c0349a;
}
.comment-form:hover .ant-image-mask {
  opacity: 0;
}
.comment-form .cmt-area {
  width: 100%;
  position: relative;
  border-radius: 20px 0 0 20px;
  border: none;
}
.comment-form .cmt-area .ant-form-item {
  margin: 0;
}
.comment-form .cmt-area .ant-form-item .ant-form-item-control {
  padding: 0;
}
.comment-form .cmt-area .ant-input {
  border-radius: 20px 0 0 20px;
  min-height: 25px;
  height: 32px;
  padding: 5px 10px;
  padding-right: 25px;
}
.comment-form .cmt-area .ant-input:hover {
  border: none;
}
.comment-form .cmt-area .ant-input::after {
  font-size: 9px;
}
@media screen and (max-width: 500px) {
  .comment-form .cmt-area {
    padding: 0 5px 0 0;
  }
}
.comment-form .emotion-popover {
  z-index: 999;
  position: absolute;
  top: 5px;
  right: 5px;
}
.comment-form .emotion-popover .anticon-smile {
  font-size: 20px;
}
.comment-form .submit-btn {
  background-image: linear-gradient(0deg, #1ea2f1, #c0349a);
  color: #fff;
  box-shadow: 0 5px 10px rgba(50, 50, 50, 0.2);
  font-size: 0.9em;
  font-weight: 600;
  margin-right: 5px;
  border-radius: 0px 20px 20px 0;
  height: 32px;
  padding: 0 10px 5px;
}
.comment-form .submit-btn .anticon-send {
  font-size: 18px;
  transform: rotate(-45deg);
}
.cmt-list {
  border-radius: 5px;
}
.cmt-list .infinite-scroll-component {
  scroll-snap-type: none;
  scroll-behavior: smooth;
}
.cmt-list .reply {
  height: unset;
}
.cmt-list .cmt-item {
  display: flex;
  margin-bottom: 10px;
  padding: 5px;
}
.cmt-list .cmt-item .avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  padding: 2px;
}
.cmt-list .cmt-item .cmt-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0 10px;
}
.cmt-list .cmt-item .cmt-content .cmt-text {
  display: inline-flex;
  justify-content: space-between;
  word-break: break-all;
}
.cmt-list .cmt-item .cmt-content .cmt-text .cmt-user {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.cmt-list .cmt-item .cmt-content .cmt-text .cmt-user .cmt-time {
  color: #666;
  font-size: 10px;
  font-weight: normal;
  margin-left: 20px;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-reply {
  font-size: 10px;
  color: #666;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-reply.active {
  color: #c0349a;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-like {
  color: #666;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-like.active {
  color: #c0349a;
}
.cmt-list .cmt-item .cmt-content .cmt-text {
  color: #666;
  margin-bottom: 5px;
  white-space: pre-line;
}
.cmt-list:hover .ant-image-mask {
  opacity: 0;
}
.ant-form-item-control-input-content .ant-input {
  background-color: #fff;
  color: #333;
  padding: 4.8px 11px;
  border: 1px solid #eee;
}
.reply-bl-form {
  display: none;
  transition: all 0.3s ease-in-out;
}
.reply-bl-form .feed-comment .comment-form .cmt-user {
  display: none;
}
.reply-bl-form .feed-comment .comment-form .cmt-area .ant-input {
  background: #eee;
  height: 32px;
}
.reply-bl-form .feed-comment .ant-btn {
  height: 32px;
}
.reply-bl-form.active {
  display: block;
}
.reply-bl-list {
  padding-left: 45px;
  transition: all 0.3 ease-in-out;
}
.reply-bl-list .cmt-list .cmt-item img {
  width: 30px;
  height: 30px;
}
.view-cmt a {
  font-size: 12px;
}
.comment-drop-down {
  display: inline-block;
  position: relative;
}
.comment-drop-down .dropdown-toggle {
  border: none;
  cursor: pointer;
}
.comment-drop-down .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 10;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 5px 0;
  min-width: 150px;
}
.comment-drop-down .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.comment-drop-down .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.comment-drop-down .dropdown-menu .dropdown-item:last-child {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.comment-drop-down .dropdown-menu .dropdown-item:hover {
  background-color: #F3E6F1;
}

/* Privacy Modal Styles - Ant Design Select Overrides */

/* Select Input Styling */
.privacy-select .ant-select-selector {
  height: 48px !important;
  display: flex;
  align-items: center;
  border-radius: 8px !important;
  border: 1px solid #ADADAD !important;
  background-color: #F9F9F9 !important;
}

.privacy-select .ant-select-selection-item {
  font-size: 15px;
  line-height: 20px;
  padding-left: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 400;
}

.privacy-select .ant-select-arrow {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  margin-right: 4px;
}

/* Dropdown Menu Styling */
.ant-select-dropdown {
  border-radius: 8px !important;
  padding: 4px 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.ant-select-item {
  padding: 8px 12px !important;
  font-size: 15px !important;
  line-height: 20px !important;
}

/* Selected Option Styling */
.ant-select-item-option-selected {
  background-color: rgba(128, 0, 128, 0.1) !important;
  font-weight: 500 !important;
  color: #800080 !important;
}

/* Focus State */
.privacy-select .ant-select-focused .ant-select-selector,
.privacy-select .ant-select-selector:focus {
  border-color: #ADADAD !important;
  box-shadow: 0 0 0 2px rgba(173, 173, 173, 0.2) !important;
}

/* Hover State */
.ant-select-item-option-active:not(.ant-select-item-option-selected) {
  background-color: rgba(0, 0, 0, 0.04) !important;
}

/* Delete Modal Styles */

/* Ant Design Button Overrides for Delete button */
.ant-btn-dangerous.ant-btn-primary {
  background-color: #DC1C1C !important;
  border-color: #DC1C1C !important;
}

.ant-btn-dangerous.ant-btn-primary:hover,
.ant-btn-dangerous.ant-btn-primary:focus {
  background-color: #C41818 !important;
  border-color: #C41818 !important;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.page-header {
  width: 100%;
  position: relative;
  height: 36px;
  display: flex;
  gap: 0.8em;
}
.page-header .border {
  border-bottom: 3px solid #eee;
}
.related_home_header {
  max-width: 30em;
}
.home-page-header .ant-tabs .ant-tabs-nav-operations {
  display: none;
}
.home-page-header .ant-tabs-tab .anticon {
  font-size: 21px;
  margin-right: 0;
}
.home-page-header .ant-tabs-nav {
  margin: 0 !important;
}
.home-page-header .home-filter {
  color: gray;
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 30px;
}
.home-page-header .home-filter:hover {
  color: #c0349a;
  transition: 0.5s;
}
.home-page-header span {
  display: block;
  z-index: 1000;
  top: 8px;
  float: left;
}
.home-page-header .img-tab {
  height: 30px;
  width: 30px;
  border-radius: 20px;
}
.home-page-header .ant-tabs-tab-disabled {
  color: #c0349a;
  padding: 6px 0;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.home-container {
  display: flex;
  width: 100%;
}
.checkbox[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  font: inherit;
  color: black;
  width: 1.2em;
  height: 1.2em;
  border: 0.15em solid #D9D9D9;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  outline: none;
  cursor: pointer;
}
.checkbox[type="checkbox"]:checked {
  background-color: #000;
  border-color: #000;
  position: relative;
}
.home_page_header {
  max-width: 25.56em;
  margin: 0 auto auto auto;
  background-color: #d9d9d9;
}
.active_width {
  width: 12em;
  background-color: white;
}
.active_width p {
  color: #212121 !important;
}
.top_header {
  margin-top: 3em;
}
.top_center {
  max-width: 210px;
}
.search_bar {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  margin: auto;
  margin-top: 2em;
}
.ant-checkbox-wrapper .ant-checkbox .ant-checkbox-input {
  opacity: 1;
  border: 1.5px solid #d9d9d9;
  border-radius: 1.5px;
}
.main-container {
  margin-top: 3em;
}
.main-container .tab-follow {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.main-container .tab-follow span {
  text-align: center;
}
.main-container .checkBox-follow {
  font-size: 9px;
  font-weight: bold;
  margin: 3em auto;
  text-align: center;
}
.main-container .follow-gr .perform-gird-10 {
  width: 13%;
  font-size: 12px;
  aspect-ratio: 3;
}
@media screen and (max-width: 950px) {
  .main-container .follow-gr .perform-gird-10 {
    width: 25%;
    font-size: 9px;
  }
}
.filter-item-follow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
}
.filter-item-follow.input {
  margin: 3em;
  margin-top: 1em;
}
.filter-item-follow .avatar-follow {
  width: 150px;
  aspect-ratio: 0.66666667;
}
.button-follow {
  display: flex;
  justify-content: center;
  width: 150px;
  margin: 0px auto;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.home-container {
  display: flex;
  width: 100%;
}
.main-container .tab-follow {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.main-container .tab-follow span {
  text-align: center;
}
.main-container .checkBox-follow {
  font-size: 9px;
  font-weight: bold;
  margin: 3em auto;
  text-align: center;
}
.main-container .follow-gr .perform-gird-10 {
  width: 13%;
  font-size: 12px;
  aspect-ratio: 3;
}
@media screen and (max-width: 950px) {
  .main-container .follow-gr .perform-gird-10 {
    width: 25%;
    font-size: 9px;
  }
}
.filter-item-follow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
}
.filter-item-follow.input {
  margin: 3em;
  margin-top: 2em;
}
.filter-item-follow .avatar-follow {
  align-items: center;
  justify-content: center;
  width: 150px;
  aspect-ratio: 0.66666667;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.feed-card {
  margin-bottom: 25px;
  border-bottom: 0.5px solid #eee;
}
.feed-card .feed-top {
  display: flex;
  justify-content: space-between;
}
.feed-card .feed-top .feed-top-left {
  cursor: pointer;
  display: flex;
  position: relative;
}
.feed-card .feed-top .feed-top-left img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.feed-card .feed-top .feed-top-left .feed-name {
  padding: 0 10px;
}
.feed-card .feed-top .feed-top-left .feed-name h4 {
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
}
.feed-card .feed-top .feed-top-left .feed-name h4 .anticon {
  margin-left: 2px;
  font-size: 16px;
  color: #c0349a;
}
.feed-card .feed-top .feed-top-left .feed-name h5 {
  font-size: 13px;
  color: #888;
}
.feed-card .feed-top .feed-top-left .online-status {
  width: 8px;
  height: 8px;
  background-color: #888;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  left: 32px;
}
.feed-card .feed-top .feed-top-left .online-status.active {
  animation-name: twinkle;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  background-color: #4ec52a;
}
.feed-card .feed-top .feed-top-right .feed-time {
  font-size: 11px;
  color: #888;
  margin: 0 10px;
  white-space: nowrap;
  text-align: right;
}
.feed-card .feed-top .feed-top-right .dropdown-options {
  font-size: 14px;
  color: #888;
}
.feed-card .feed-container {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
  scroll-snap-type: y proximity;
  padding: 0 8px;
}
.feed-card .feed-text {
  margin-bottom: 5px;
  font-size: 12px;
  color: #666;
  white-space: pre-line;
}
.feed-card .feed-text::first-letter {
  text-transform: capitalize;
}
.feed-card .feed-actions {
  display: flex;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.feed-card .feed-actions .action-item {
  width: 100%;
  padding: 5px 10px;
  text-align: left;
  align-items: center;
  display: flex;
}
.feed-card .feed-actions .action-item .action-ico {
  cursor: pointer;
  padding: 5px 10px;
}
.feed-card .feed-actions .action-item .action-ico .anticon {
  font-size: 20px;
}
.feed-card .feed-actions .action-item .action-ico:hover,
.feed-card .feed-actions .action-item .action-ico.active {
  color: #1ea2f1;
}
.feed-card .feed-actions .action-item:last-child {
  text-align: right;
  justify-content: flex-end;
  width: 25%;
}
.feed-card .videojs-player .video-js {
  width: 100%;
  max-height: 100vh;
  border-radius: 3px;
  overflow: hidden;
  padding-top: 50vh;
}
.feed-card .videojs-player .video-js .vjs-poster {
  border-radius: 3px;
  border: none;
}
.modal-teaser-preview .videojs-player .video-js {
  padding-top: 50vh;
}
.f-upload-list {
  display: flex;
  width: 100%;
  overflow: auto;
  flex-wrap: wrap;
  justify-content: center;
}
.f-upload-list .capture-image {
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.f-upload-list video {
  width: 100%;
  aspect-ratio: 1.77777778;
}
.f-upload-list .img-thumbnail {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.f-upload-list .img-thumbnail img {
  width: 40%;
  aspect-ratio: 1.77777778;
}
.f-upload-list .f-upload-item {
  border-radius: 5px;
  overflow: hidden;
  padding: 5px;
  margin: 5px;
  background-color: #f7f7f7;
  position: relative;
}
.f-upload-list .f-upload-item .f-remove {
  position: absolute;
  right: 5px;
  top: 5px;
}
.f-upload-list .f-upload-item .f-upload-thumb {
  height: 100px;
  width: 120px;
}
.f-upload-list .f-upload-item .f-upload-thumb .f-thumb-vid {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}
.f-upload-list .f-upload-item .f-upload-thumb .f-thumb-vid:hover {
  background-color: #eee;
}
.f-upload-list .f-upload-item .f-upload-thumb .f-thumb-vid .anticon {
  color: #1ea2f1;
  font-size: 22px;
}
.f-upload-list .f-upload-item .f-upload-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 120px;
}
.f-upload-list .f-upload-item .f-upload-size {
  font-size: 8px;
}
.f-upload-list .add-more {
  display: flex;
  height: 130px;
  align-self: center;
  justify-content: center;
  padding: 10px;
  background-color: #eee;
  border-radius: 5px;
  cursor: pointer;
}
.f-upload-list .add-more:hover {
  opacity: 0.8;
}
.f-upload-list .add-more .ant-upload {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.feed-slider {
  position: relative;
}
.feed-slider .ant-carousel {
  border-radius: 5px;
}
.feed-slider .ant-carousel .slick-slide {
  height: auto;
  line-height: normal;
}
.feed-slider .ant-carousel .slick-slide > div {
  height: 100%;
  display: flex;
  align-items: center;
}
.feed-slider .ant-carousel .slick-slide > div a,
.feed-slider .ant-carousel .slick-slide > div img {
  height: 100%;
  max-height: 50vh;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #000;
}
.feed-slider .count-media {
  position: absolute;
  bottom: 35px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feed-slider .count-media .count-media-item {
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
  z-index: 999;
}
.feed-slider .proccessing {
  background-image: url('/static/leaf.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .feed-slider .proccessing {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .feed-slider .proccessing {
    height: 215px;
  }
}
.feed-input:focus {
  background-color: #fff4fa;
}
.input-f-desc {
  position: relative;
}
.input-f-desc .grp-emotions {
  z-index: 1;
  position: absolute;
  bottom: 5px;
  top: unset;
  right: 5px;
}
.input-f-desc .grp-colors {
  z-index: 9;
  position: absolute;
  bottom: 5px;
  right: 35px;
}
.input-f-desc .grp-colors .anticon {
  font-size: 22px;
  color: #1ea2f1;
}
.input-f-desc .grp-colors .colors {
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
}
.input-f-desc .grp-colors:hover .colors {
  display: block;
}
.poll-form {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.poll-form .poll-top {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.poll-form .poll-top span {
  cursor: pointer;
}
.poll-form .poll-top span:hover {
  color: #c0349a;
}
.poll-form .poll-top a {
  color: #fff;
  padding: 1px 7px;
  border-radius: 50%;
  background-color: #1ea2f1;
}
.poll-form .poll-input {
  margin-bottom: 10px;
}
.poll-form .form-item-no-pad .ant-col {
  padding: 5px 0;
}
.feed-polls {
  max-width: 400px;
  margin: 10px auto;
}
.feed-polls .p-question {
  text-align: center;
  font-weight: 600;
}
.feed-polls .p-item {
  display: flex;
  background-color: #f0f8ff;
  padding: 5px;
  border-radius: 3px;
  justify-content: space-between;
  cursor: pointer;
  margin: 3px 0;
}
.feed-polls .p-item .p-desc {
  font-size: 11px;
}
.feed-polls .p-item .p-desc::first-letter {
  text-transform: capitalize;
}
.feed-polls .p-item:hover {
  opacity: 0.8;
}
.feed-polls .total-vote {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 10px;
  color: #888;
}
.story-switch-type {
  display: flex;
  flex-wrap: wrap;
  max-width: 660px;
  margin: auto;
  padding: 10px;
}
.story-switch-type .type-item {
  width: calc(50% - 20px);
  margin: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  padding: 100px 5px;
  border-radius: 8px;
  color: #fff;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  opacity: 0.8;
}
.story-switch-type .type-item:hover {
  opacity: 1;
}
.story-switch-type .type-item.left {
  background: linear-gradient(90deg, #1ea2f1 10%, #c0349a 50%, #1ea2f1 90%);
}
.story-switch-type .type-item.right {
  background: linear-gradient(180deg, #ffa75c 10%, #ff0066 50%, #ffa75c 90%);
}
.story-switch-type .type-item.middle {
  margin: auto;
  background: linear-gradient(180deg, #1ea2f1 10%, #00a2ae 50%, #1ea2f1 90%);
}
.story-switch-type .type-item span {
  padding: 5px 10px;
  font-size: 40px;
  color: #fff;
}
.story-switch-type .type-item span .anticon {
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .story-switch-type .type-item {
    padding: 50px 5px;
  }
}
.submit-btns {
  justify-content: space-around;
  margin: 10px auto;
  width: 450px;
  display: flex;
}
.submit-btns .ant-btn.primary,
.submit-btns .ant-btn.secondary {
  font-size: 1.3em;
}
@media screen and (max-width: 769px) {
  .submit-btns .ant-btn.primary,
  .submit-btns .ant-btn.secondary {
    font-size: 1em;
  }
}
.submit-btns.custom {
  width: 200px;
}
@media screen and (max-width: 500px) {
  .submit-btns {
    width: 100%;
  }
}
.search-post-bar {
  display: flex;
  width: 100%;
  margin: 0 0 5px;
  padding: 0 10px;
  justify-content: space-between;
  align-items: center;
}
.search-post-bar .ant-picker.ant-picker-range {
  height: 40px;
  position: absolute;
  left: 0;
  width: calc(100% - 220px);
}
.search-post-bar .ant-input-group-wrapper.ant-input-search {
  position: absolute;
  left: 0;
  width: calc(100% - 220px);
}
.search-post-bar .ant-input-group-wrapper.ant-input-search .ant-input-search-button {
  height: 40px;
}
.search-post-bar .grid-btns {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.search-post-bar .grid-btns a {
  margin: 0 5px;
  padding: 0 5px;
  font-size: 20px;
  color: #666;
  border-radius: 3px;
}
.search-post-bar .grid-btns a.active {
  color: #c0349a;
}
@media screen and (max-width: 500px) {
  .search-post-bar .ant-picker.ant-picker-range {
    width: calc(100% - 140px);
  }
  .search-post-bar .ant-input-group-wrapper.ant-input-search {
    width: calc(100% - 140px);
  }
  .search-post-bar .grid-btns a {
    margin: 0;
  }
}
.grid-view {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.grid-view .feed-grid-card {
  width: 20%;
  padding: 0 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.grid-view .feed-grid-card:hover {
  opacity: 0.9;
}
.grid-view .feed-grid-card .card-thumb {
  position: relative;
  aspect-ratio: 0.75;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
  overflow: hidden;
}
.grid-view .feed-grid-card .card-thumb .card-middle {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
.grid-view .feed-grid-card .card-thumb .card-middle .anticon {
  font-size: 32px;
  color: #fff;
}
.grid-view .feed-grid-card .card-thumb .card-middle .text-add-post {
  font-size: 22px;
  text-align: center;
  margin-top: 10%;
}
.grid-view .feed-grid-card .card-thumb .card-middle .ant-btn {
  font-size: 16px;
  font-family: Helvetica;
}
.grid-view .feed-grid-card .card-thumb .card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
.grid-view .feed-grid-card .card-thumb .card-bottom .count-media-item {
  background: rgba(121, 121, 121, 0.4);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
  z-index: 999;
}
.grid-view .feed-grid-card .card-thumb .card-bottom .stats {
  background: rgba(121, 121, 121, 0.4);
  margin: 1px;
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
  z-index: 999;
  display: flex;
  text-align: center;
}
.grid-view .feed-grid-card .card-thumb .card-bottom .stats a {
  min-width: 20px;
  color: #fff;
}
.grid-view .feed-grid-card .video {
  border-radius: 25px;
  aspect-ratio: 0.55913978;
}
.grid-view .feed-grid-card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-image: url(/static/leaf.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.grid-view .feed-grid-card .card-bg-add {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8a96a3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 769px) {
  .grid-view .feed-grid-card .card-thumb {
    aspect-ratio: 0.55913978;
  }
}
@media screen and (max-width: 500px) {
  .grid-view .feed-grid-card {
    width: 50%;
  }
  .grid-view .feed-grid-card .card-thumb {
    aspect-ratio: 0.55913978;
  }
  .grid-view .feed-grid-card .card-thumb .card-middle .anticon {
    font-size: 25px;
  }
  .grid-view .feed-grid-card .card-thumb .card-middle .text-add-post {
    font-size: 16px;
    text-align: center;
    margin-top: 10%;
  }
}
.feed-form .ant-input-group {
  display: flex;
  flex-direction: row;
}
.feed-form .ant-input-group .ant-row {
  width: 33%;
}
.feed-form .ant-upload-picture-card-wrapper {
  text-align: center;
}
.feed-form .thumbnail-container {
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin: 0 auto;
}
.feed-form .thumbnail-container .ant-image-img {
  width: 300px;
}
.feed-form .thumbnail-container .delete-btn {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1000;
}
.feed-form .feed-form-upload {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
}
.feed-form .feed-form-upload .f-upload-list {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: auto;
  flex-wrap: wrap;
}
.feed-form .feed-form-upload .capture-story .webcam {
  width: 100%;
}
.feed-form .feed-form-upload .capture-story .capture-btn {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 500px) {
  .feed-form .feed-form-upload .capture-story .capture-btn {
    width: 100%;
  }
}
.feed-form .feed-form-upload .capture-story .capture-btn button {
  display: block;
  margin: 0 auto;
  height: 45px;
  width: 140px;
  border-radius: 42px;
  color: #fff;
  border: none;
}
.feed-form .feed-form-upload .capture-story .capture-btn .captuve-video-btn {
  background: #508cf7;
}
.feed-form .feed-form-upload .capture-story .capture-btn .capture-image {
  color: #508cf7;
  background: #f0f0f0;
}
.feed-form .post-border {
  border: 1px solid #333;
  padding: 30px;
  margin: 10px;
}
.feed-form .post-border .post-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  height: 32px;
  color: rgba(51, 51, 51, 0.85);
  font-size: 13px;
}
.feed-form .vid-upload-thumbnail {
  width: 300px;
  margin: 0 auto;
}
.feed-form .vid-upload-thumbnail video::-webkit-media-controls-fullscreen-button {
  display: none;
}
.feed-form .vid-upload-thumbnail video {
  aspect-ratio: 1.77777778;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .feed-form .ant-input-group {
    display: flex;
    flex-direction: column;
  }
  .feed-form .ant-input-group .ant-input-wrapper {
    flex-direction: row;
  }
  .feed-form .ant-input-group .ant-row {
    width: 100%;
  }
}
.feed-container::-webkit-scrollbar {
  width: 4px;
}
.feed-container::-webkit-scrollbar-track {
  background: transparent;
}
.feed-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.feed-video {
  scroll-snap-align: start;
  position: relative;
}
/* Fix for tab buttons */
.tab-buttons .ant-btn {
  pointer-events: auto !important;
  cursor: pointer !important;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.message-list {
  white-space: initial;
  height: 100%;
  width: 100%;
  word-wrap: break-word;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.message-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 550px) {
  .message-list {
    border: none !important;
    align-content: flex-end;
  }
}
.message-list.custom {
  height: 65vh;
}
.message-list-container {
  white-space: initial;
  padding: 10px;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.message-list-container::-webkit-scrollbar {
  display: none;
}
.sub-text {
  color: #ff0064;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: rgba(1, 1, 1, 0.5);
}
@media all and (max-width: 768px) {
  .sub-text {
    font-size: 14px;
  }
}

.message-stream .compose {
  padding: 25px 8px;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #fff;
}
@media (max-width: 550px) {
  .message-stream .compose {
    background-color: #212121;
    border: none !important;
  }
  .message-stream .compose div {
    color: white !important;
  }
}
.message-stream .compose .compose-input {
  flex: 1;
  font-size: 14px;
  max-width: 100%;
  height: 30px;
  background: none;
  color: #333;
  outline: thin;
  margin: 2px;
  border: 1px solid gray;
}
@media (max-width: 550px) {
  .message-stream .compose .compose-input {
    background-color: white;
  }
}
.message-stream .compose .compose-input::-moz-placeholder {
  color: #000;
  font-size: 0.8em;
  opacity: 0.3;
  font-size: 0.8em;
}
.message-stream .compose .compose-input::placeholder {
  color: #000;
  font-size: 0.8em;
  opacity: 0.3;
  font-size: 0.8em;
}
.message-stream .compose .grp-icons {
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  font-size: 22px;
  color: #8a96a3;
  min-width: 25%;
}
.message-stream .compose .grp-icons.custom {
  display: flex;
}
.message-stream .compose .grp-icons.custom .anticon-send {
  margin-left: 15px;
}
.message-stream .compose .toolbar-button {
  color: #bbbbbf;
  margin-left: 15px;
}
.message-stream .compose .toolbar-button:hover {
  color: #99999c;
}
.message-stream .no .grp-icons {
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  color: #c0349a;
}
.message-stream .grp-send-btn {
  font-size: 20px;
  padding: 0 5px;
}
.message-stream .send-emotion-btn {
  font-size: 20px;
  padding: 0 5px;
}
.message-stream .grp-emotions {
  right: 0;
  top: 0;
}
.message-stream .grp-emotions aside.emoji-picker-react {
  display: none;
  position: absolute;
  right: 0;
  bottom: 50%;
}
.message-stream .grp-emotions:hover aside.emoji-picker-react {
  display: flex;
}
.message-stream .grp-emotions .anticon-smile {
  font-size: 25px;
}
.message-stream .grp-emotions .emoji-scroll-wrapper {
  z-index: 10000;
  background-color: white;
}
.message-stream .grp-file-icon {
  background: url('/gallery.png');
  background-size: 100%;
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
}
.message-stream .grp-file-icon .avatar-uploader {
  opacity: 0;
}
.message-stream .grp-file-icon .avatar-uploader .ant-upload {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  margin: 0;
}
.message-stream .grp-file-icon .avatar-uploader .ant-upload img {
  width: 20px !important;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.message-stream .grp-file-icon .avatar-uploader .ant-upload-text {
  display: none;
}
.message-stream .user-custom .compose {
  border: none;
  border-top: 1px solid #ff0065;
  background: transparent;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.message-stream .user-custom .compose .compose-input {
  color: #333;
}
.message-stream .user-custom .compose .compose-input::-moz-placeholder {
  color: #000;
}
.message-stream .user-custom .compose .compose-input::placeholder {
  color: #000;
}
.nomessage {
  display: flex;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0px;
  padding: 50px;
  background-color: #eee;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
#subscriber {
  min-height: 435px;
  width: 100%;
}
#subscriber video {
  height: 435px;
  width: 100%;
}
#subscriber.vjs-fullscreen video {
  height: 100%!important;
}
#publisher {
  min-height: 480px;
  width: 100%;
}
@media (max-width: 500px) {
  #publisher {
    min-height: 90vh;
    width: 100%;
    background-color: #000;
  }
}
.conversation-users .users {
  height: 435px;
  overflow-y: scroll;
  width: 100%;
}
.conversation-users .users .user {
  margin: 15px;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffffff;
}
.conversation-users .users .user .message-username {
  font-weight: bold;
}
.publishing {
  font-weight: bolder;
  color: #00c12c;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.message {
  display: flex;
  flex-direction: column;
}
.message .timestamp {
  display: flex;
  justify-content: flex-start;
  color: #999;
  font-weight: 600;
  font-size: 8px;
  margin: 5px 0px;
}
.messageAvatar {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 2px;
  cursor: pointer;
}
@media (max-width: 550px) {
  .chat_user_info {
    color: white !important;
  }
}
.chat_user_info {
  max-width: 120px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #333;
  font-weight: bold;
}
.message.mine .timestamp {
  justify-content: flex-end;
}
.message .bubble-container {
  font-size: 14px;
  display: flex;
  align-items: start;
}
.message.mine .bubble-container {
  justify-content: flex-end;
}
.message .bubble-container .bubble {
  margin: 1px 0px;
  color: #333;
  max-width: 75%;
  position: relative;
}
.message .bubble-container .bubble .close-btn {
  position: absolute;
  top: -10px;
  right: -7px;
  padding: 0px 7px;
  border: 1px solid;
  border-radius: 5px;
  background: #fff;
}
.message.mine .bubble-container .bubble {
  background: #c0349a;
  color: white;
}
.message.tip .bubble-container .bubble {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  background: #ff0066 !important;
  color: white !important;
}
.message.tip .timestamp {
  text-align: center;
  display: inline-block;
}
.message-time {
  font-size: 10px;
  margin: 0;
}
.user-custom .message .bubble-container .bubble {
  border-radius: 5px !important;
  margin-bottom: 10px;
  background: #fff;
  color: #888;
  font-size: 13px;
}
.user-custom .message .bubble-container .bubble .u-name {
  cursor: pointer;
  font-weight: 600;
  margin-right: 5px;
}
.user-custom .message .timestamp {
  justify-content: center;
}
.user-custom .mine .bubble-container {
  justify-content: flex-start;
}
.message.gift {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  --borderWidth: 2px;
  background: #1d1f20;
  position: relative;
  border-radius: var(--borderWidth);
  margin-top: 5px;
}
.message.gift:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: 1;
  background-size: 300% 300%;
}
.message.gift p {
  margin: 0;
  z-index: 10;
}

.messenger {
  display: flex;
  width: 100%;
}
.message-stream {
  display: flex;
  width: 100%;
  height: 375px;
  position: relative;
  margin-bottom: 50px;
  background-color: #eee;
}
.message-stream.custom {
  height: 245px;
  margin-bottom: 55px;
}
@media (max-width: 550px) {
  .mobile_message_stream {
    height: 150px;
    background-color: transparent;
  }
}
.scrollable {
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.scrollable::-webkit-scrollbar {
  display: none;
}
.sidebar {
  background-color: #fff;
  display: flex;
  width: 40%;
}
.footer {
  background: #fff;
}

.video-container {
  height: -moz-fit-content;
  height: fit-content;
}
.video_row {
  height: 435px;
}
.public_video_row {
  height: unset;
}
@media (max-width: 550px) {
  .video-container {
    min-height: 100vh;
    background-color: #000;
  }
}

.conversation-stream {
  width: 100%;
  min-height: 340px;
  border: solid 0.5px #c0349a;
}
.conversation-stream .tablist {
  margin: 0;
}
.conversation-stream .ant-tabs > .ant-tabs-nav,
.conversation-stream .ant-tabs > div > .ant-tabs-nav {
  margin: 0 !important;
}
.conversation-stream .ant-tabs-tab-btn {
  transition: all 0.1s;
}
.conversation-stream .ant-tabs-nav-list {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 0.5px #c0349a;
}
.conversation-stream .ant-tabs-nav-list .ant-tabs-tab {
  flex: 1;
  justify-content: center;
  margin: 0;
  height: 50px;
}
.conversation-stream .ant-tabs-nav-list .ant-tabs-tab-active {
  background-color: #c0349a;
  color: #ffffff;
}
.conversation-stream .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.mute-list-box {
  border: 1px solid black;
  padding: 5px;
}
.mute-list-text {
  justify-content: center;
}
.animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 480px;
}
.animation img {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.most_supported_model {
  font-size: 12px;
  font-weight: 600;
  color: #121212;
}
.rank_title {
  font-size: 40px;
  font-weight: 400;
  color: #121212;
}
.border_width {
  width: 1px;
  background: #d9d9d9;
}
.top_gifter_wrapper {
  margin-left: 0px;
  margin-right: 0px;
  max-width: 381px;
}
@media screen and (max-width: 770px) {
  .top_gifter_wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.font-10 {
  font-size: 10px;
  font-weight: 400;
}
.top_gifter {
  background-color: #e1247a;
  max-width: 381px;
}
.rank {
  width: 20px;
  height: 20px;
  background-color: #e1247a;
  border-radius: 50px;
}
.gifter_item {
  padding: 10px 9.5px;
}
@media (max-width: 550px) {
  .strem_chat_info {
    margin-top: 4em;
  }
  .public_strem_details {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
  .stream_top_header {
    background-color: #212121;
    color: white;
  }
  .streaming_header {
    top: 50px;
    align-items: start;
  }
  .streaming_header.public {
    justify-content: flex-start !important;
    gap: 20px;
  }
  .streaming_footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  .messsge_input_text::-moz-placeholder {
    font-size: 12px;
  }
  .messsge_input_text::placeholder {
    font-size: 12px;
  }
  .top-60 {
    top: 50px !important;
  }
  .strem_video {
    position: relative;
    width: 64px;
    height: 84px;
    margin-top: 10px;
    right: 0px;
  }
}
.per-infor {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: -moz-max-content !important;
  height: max-content !important;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
}
.per-infor .per-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  width: 100%;
  height: 100%;
}
.per-infor .per-col .per-ranking {
  display: flex;
  font-size: 12px;
  flex-direction: column;
  align-items: center;
  padding: 1px;
  aspect-ratio: 0.83333333;
  width: 100%;
  max-width: 100px;
  border: 3px solid darkcyan;
}
.per-infor .per-col .per-ranking img {
  width: 100%;
}
.per-infor .per-col .stream-table {
  text-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.per-infor .per-col .stream-table table,
.per-infor .per-col .stream-table th,
.per-infor .per-col .stream-table td {
  border: 2px solid;
  padding: 5px;
}
.per-infor .per-col img {
  padding: 2px;
  width: 28px;
}
.per-infor .per-col .avatar-stream {
  margin: 0 auto;
  width: 100%;
  max-width: 120px;
  height: 100%;
}
.per-infor .per-col span {
  margin: 1px;
  font-size: 11px;
}
.per-infor .ant-empty-normal {
  margin: 0;
}
.per-infor .ant-table-wrapper {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .per-infor {
    font-size: 10px;
  }
  .per-infor .per-col .per-ranking {
    font-size: 11px;
  }
  .per-infor .per-col img {
    width: 20px;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.prm-container {
  border-radius: 10px;
  background-color: white;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prm-container .prm-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.prm-container .prm-content span {
  color: #212121;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.giftbox {
  border: 1px solid #D9D9D9;
}
.bottom-sheet .giftbox {
  border: none !important;
}
.chat_title {
  color: #333;
  font-weight: 600;
  font-size: 15px;
}
.title {
  color: #1ea2f1;
  font-family: Helvetica;
  text-align: center;
}
.ant-checkbox-inner {
  width: 20px;
  height: 20px;
  background-color: white;
  border-color: black;
}
.ant-image .site-card-wrapper {
  text-align: center;
  border: 1px solid #1ea2f1;
  margin-bottom: 15px;
}
.ant-card-head {
  font-size: 25px;
  border-bottom: 1px solid #1ea2f1;
  background-color: #1ea2f1;
  color: #fff;
  font-family: Helvetica;
}
.gem_icon {
  width: 14px;
  height: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
.imgCarousel {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  background-image: '#FBE4A9';
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.imgCarousel.active,
.imgCarousel:hover {
  background-color: red;
  color: #fff;
  border-radius: 5px;
  border: 2px solid rgba(58, 50, 161, 0.09);
}
.send_button:disabled {
  color: #ADADAD !important;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #212121 !important;
  border-color: #212121 !important;
}
.ant-checkbox-checked::after {
  border: 1px solid #212121 !important;
}
.carousel {
  background-color: '#FBE4A9';
}
.token_title {
  color: #333;
  font-size: 12px;
}
.gift_active {
  background-color: #F3E6F1;
}
.ruby_title {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.ruby_blance {
  color: #c0349a;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}
.checkBox-confirm {
  font-size: 9px;
  font-weight: bold;
  margin: 0 auto;
}
.checkBox-save {
  font-size: 8px;
  font-weight: bold;
  margin-left: 32px;
}
.buy-btn {
  background-color: #00AFF0;
  border-radius: 10px;
  height: 40px;
  margin-top: 5px;
  width: 135px;
}
.iconDiamond {
  height: 30px !important;
  width: 30px !important;
  margin-left: 10px;
}
.token {
  display: flex;
  background: '#FBE4A9';
  margin-left: 45px;
  margin-top: 5px;
  flex-direction: row;
}
.token p {
  font-size: 22px !important;
}
.buy-btn:active {
  background-color: #63AFF0;
  border-radius: 15px;
  height: 40px;
  margin-top: 5px;
  width: 135px;
}
.price-style {
  font-size: 22px;
  margin-bottom: 10px;
}
.ant-carousel .slick-prev .ant-carousel .slick-prev {
  display: block;
  width: 10;
  height: 10;
}
.iconFavorite {
  width: 20px;
  margin-top: 5px;
}
.favoriteBox {
  margin: auto 0;
}
.text-size {
  font-size: 15px;
}
.token-style {
  font-weight: 700;
  font-size: 15px;
}
.scrollbar {
  height: 70px;
}
.payment-gateway {
  display: flex;
  width: 100%;
  margin: 10px 0;
  justify-content: center;
}
.payment-gateway .gateway-item {
  width: 50%;
  padding: 10px;
  margin: 10px;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.payment-gateway .gateway-item img {
  width: 100px;
}
.payment-gateway .gateway-item.active {
  background-image: url('/static/green-tick-ico.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 50px;
  opacity: 1;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.main-container .user-name {
  display: flex;
  align-items: center;
}
.main-container .user-name img {
  cursor: pointer;
  padding: 2px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #c0349a;
}
.main-container .user-name .username {
  margin-left: 5px;
  font-size: 18px;
}
.subscriber_wrapper {
  position: relative;
}
.private-text {
  text-align: center;
  color: #f04134;
  padding: 10px;
  font-size: 16px;
  margin-left: 5px;
  margin-top: 30px;
}
.btnWaitingRoom {
  margin-left: 340px;
}
.privateRow {
  margin-top: 80px;
  margin-left: 30px;
}
.privateRow p {
  margin-left: 15%;
}
.privateRow span {
  margin-left: 2%;
}
.feed-drop-down {
  position: absolute;
  display: inline-block;
  top: 40px;
  left: 10px;
}
.feed-drop-down .dropdown-toggle {
  border: none;
  cursor: pointer;
}
.feed-drop-down .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 5px 0;
  min-width: 150px;
}
.feed-drop-down .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.feed-drop-down .dropdown-menu .dropdown-item:hover {
  background-color: #F3E6F1;
}
.streaming_header {
  position: absolute;
  padding-left: 35px;
  width: 95%;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.streaming_header .custom-dropdown {
  position: relative;
  display: inline-block;
}
.streaming_header .custom-dropdown .dropdown-toggle {
  border: none;
  cursor: pointer;
}
.streaming_header .custom-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 5px 0;
  min-width: 150px;
}
.streaming_header .custom-dropdown .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.streaming_header .strem_time {
  font-size: 20px;
  color: #fff;
}
.streaming_header .strem_watch div {
  width: 40px;
  height: 40px;
  background-color: #5252523b;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.streaming_header .strem_watch p {
  font-size: 10px;
  color: #fff;
  text-align: center;
}
.strem_video {
  width: 101px;
  height: 119px;
  background-color: #ADADAD;
  border-radius: 5px;
  position: absolute;
  bottom: 10px !important;
  right: 20px;
}
.strem_details {
  width: 192px;
}
.rank_title {
  font-size: 40px;
  color: black;
  font-weight: 600;
}
.border_width {
  width: 1px;
  height: 103px;
  background-color: #d9d9d9;
}
.fans_info {
  width: 150px;
}
.mobile_gift {
  display: none;
}
@media (max-width: 550px) {
  .strem_chat_info {
    margin-top: 4em;
  }
  .public_strem_details {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
  .stream_top_header {
    background-color: #212121;
    color: white;
  }
  .streaming_header {
    top: 50px;
    align-items: start;
  }
  .mobile_gift {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-radius: 10px;
  }
  .streaming_footer {
    position: absolute;
    width: 100%;
    z-index: 120;
  }
  .messsge_input_text::-moz-placeholder {
    font-size: 12px;
  }
  .messsge_input_text::placeholder {
    font-size: 12px;
  }
  .strem_video {
    position: relative;
    width: 64px;
    height: 84px;
    margin-top: 10px;
    right: 0px;
  }
}
.most_supported_model {
  font-size: 12px;
  font-weight: 500;
  color: black;
}
.ant-checkbox-checked .ant-checkbox .ant-checkbox-inner {
  background-color: none !important;
  border-color: #d9d9d9 !important;
}
.ant-checkbox-checked .ant-checkbox + span {
  padding: 0px !important;
  font-size: 20px;
}
.gift_checkbox[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  font: inherit;
  color: black;
  width: 1.2em;
  height: 1.2em;
  border: 0.15em solid #D9D9D9;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  outline: none;
  cursor: pointer;
}
.gift_checkbox[type="checkbox"]:checked {
  background-color: #000;
  border-color: #000;
  position: relative;
}
.animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 480px;
}
.animation img {
  width: 100%;
  height: 100%;
}
.btnStatus {
  justify-content: center;
}
.btnStatus .ant-btn {
  height: 28px;
  font-size: 13px;
}
@media screen and (max-width: 769px) {
  .btnStatus .ant-btn {
    height: 24px;
    font-size: 8px;
  }
}
.follow {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: #3b7dd4;
  color: aliceblue;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.follow-female {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: #ff69b4;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.follow-back {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: red;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 13px;
}
.follow-back-notification {
  display: flex;
  width: 100%;
  border: 1px solid;
  background-color: red;
  color: aliceblue;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 8px;
}
.title {
  color: #1ea2f1;
  font-family: Helvetica;
  text-align: center;
}
.ant-checkbox-inner {
  width: 20px;
  height: 20px;
  background-color: white;
  border-color: black;
}
.ant-image .site-card-wrapper {
  text-align: center;
  border: 1px solid #1ea2f1;
  margin-bottom: 15px;
}
.ant-card-head {
  font-size: 25px;
  border-bottom: 1px solid #1ea2f1;
  background-color: #1ea2f1;
  color: #fff;
  font-family: Helvetica;
}
.imgCarousel {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  background-image: '#FBE4A9';
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.imgCarousel.active,
.imgCarousel:hover {
  background-color: red;
  color: #fff;
  border-radius: 5px;
  border: 2px solid rgba(58, 50, 161, 0.09);
}
.carousel {
  background-color: '#FBE4A9';
}
.tokenCarousel {
  margin-left: 32px;
}
.checkBox-confirm {
  font-size: 9px;
  font-weight: bold;
  margin: 0 auto;
}
.checkBox-save {
  font-size: 8px;
  font-weight: bold;
  margin-left: 32px;
}
.buy-btn {
  background-color: #00AFF0;
  border-radius: 10px;
  height: 40px;
  margin-top: 5px;
  width: 135px;
}
.iconDiamond {
  height: 30px !important;
  width: 30px !important;
  margin-left: 10px;
}
.token {
  display: flex;
  background: '#FBE4A9';
  margin-left: 45px;
  margin-top: 5px;
  flex-direction: row;
}
.token p {
  font-size: 22px !important;
}
.buy-btn:active {
  background-color: #63AFF0;
  border-radius: 15px;
  height: 40px;
  margin-top: 5px;
  width: 135px;
}
.price-style {
  font-size: 22px;
  margin-bottom: 10px;
}
.ant-carousel .slick-prev .ant-carousel .slick-prev {
  display: block;
  width: 10;
  height: 10;
}
.iconFavorite {
  width: 20px;
  margin-top: 5px;
}
.favoriteBox {
  margin: auto 0;
}
.text-size {
  font-size: 15px;
}
.token-style {
  font-weight: 700;
  font-size: 15px;
}
.scrollbar {
  height: 70px;
}
.payment-gateway {
  display: flex;
  width: 100%;
  margin: 10px 0;
  justify-content: center;
}
.payment-gateway .gateway-item {
  width: 50%;
  padding: 10px;
  margin: 10px;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.payment-gateway .gateway-item img {
  width: 100px;
}
.payment-gateway .gateway-item.active {
  background-image: url('/static/green-tick-ico.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 50px;
  opacity: 1;
}
.title {
  color: #1ea2f1;
  font-family: Helvetica;
  text-align: center;
}
.ant-checkbox-inner {
  width: 20px;
  height: 20px;
  background-color: white;
  border-color: black;
}
.ant-image .site-card-wrapper {
  text-align: center;
  border: 1px solid #1ea2f1;
  margin-bottom: 15px;
}
.ant-card-head {
  font-size: 25px;
  border-bottom: 1px solid #1ea2f1;
  background-color: #1ea2f1;
  color: #fff;
  font-family: Helvetica;
}
.imgCarousel {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  background-image: '#FBE4A9';
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.imgCarousel.active,
.imgCarousel:hover {
  background-color: red;
  color: #fff;
  border-radius: 5px;
  border: 2px solid rgba(58, 50, 161, 0.09);
}
.carousel {
  background-color: '#FBE4A9';
}
.tokenCarousel {
  margin-left: 32px;
}
.checkBox-confirm {
  font-size: 9px;
  font-weight: bold;
  margin: 0 auto;
}
.checkBox-save {
  font-size: 8px;
  font-weight: bold;
  margin-left: 32px;
}
.buy-btn {
  background-color: #00AFF0;
  border-radius: 10px;
  height: 40px;
  margin-top: 5px;
  width: 135px;
}
.iconDiamond {
  height: 30px !important;
  width: 30px !important;
  margin-left: 10px;
}
.token {
  display: flex;
  background: '#FBE4A9';
  margin-left: 45px;
  margin-top: 5px;
  flex-direction: row;
}
.token p {
  font-size: 22px !important;
}
.buy-btn:active {
  background-color: #63AFF0;
  border-radius: 15px;
  height: 40px;
  margin-top: 5px;
  width: 135px;
}
.price-style {
  font-size: 22px;
  margin-bottom: 10px;
}
.ant-carousel .slick-prev .ant-carousel .slick-prev {
  display: block;
  width: 10;
  height: 10;
}
.iconFavorite {
  width: 20px;
  margin-top: 5px;
}
.favoriteBox {
  margin: auto 0;
}
.text-size {
  font-size: 15px;
}
.token-style {
  font-weight: 700;
  font-size: 15px;
}
.scrollbar {
  height: 70px;
}
.payment-gateway {
  display: flex;
  width: 100%;
  margin: 10px 0;
  justify-content: center;
}
.payment-gateway .gateway-item {
  width: 50%;
  padding: 10px;
  margin: 10px;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.payment-gateway .gateway-item img {
  width: 100px;
}
.payment-gateway .gateway-item.active {
  background-image: url('/static/green-tick-ico.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 50px;
  opacity: 1;
}
.public_stream_info {
  width: 95%;
}
.top_gifter {
  background-color: #E1247A;
  max-width: 381px;
}
.rank {
  width: 20px;
  height: 20px;
  background-color: #E1247A;
  border-radius: 50px;
}
.gifter_item {
  padding: 10px 9.5px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.record-modal {
  width: 100%;
  margin: auto;
  max-width: 500px;
}
.record-modal.record-img-modal .record-bttn {
  margin: 18px auto 0 auto;
}
.record-modal.record-img-modal .record-modal-bttns {
  margin-top: 0px;
}
.record-modal-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 457px;
}
.record-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
}
.record-modal-title {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #121212;
  display: flex;
  align-items: center;
  gap: 8px;
}
.thumbnail-player-container {
  margin-top: 60px;
  margin-bottom: 42px;
  position: relative;
}
.record-media-container {
  max-width: 120px;
  aspect-ratio: 0.66666667;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.record-img-container {
  max-height: 100%;
  width: auto;
}
.video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px 24px;
}
.video-controls .play-pause-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.video-controls .play-pause-button:hover {
  opacity: 0.8;
}
.video-controls .play-pause-button svg path,
.video-controls .play-pause-button svg rect {
  fill: #121212;
}
.video-controls .time-controls {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.video-controls .time-controls .slider-time-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.video-controls .time-display {
  color: #121212;
  font-family: Inter;
  font-size: 7.84px;
  font-weight: 600;
  line-height: 130%;
  white-space: nowrap;
}
.video-controls .time-slider {
  margin: 0;
  flex: 1;
}
.video-controls .time-slider .ant-slider-rail {
  background-color: #121212;
  height: 2px;
}
.video-controls .time-slider .ant-slider-track {
  background-color: #121212;
  height: 2px;
}
.video-controls .time-slider .ant-slider-handle {
  border-color: #2CB1EC;
  background-color: #2CB1EC;
  width: 8px;
  height: 8px;
  margin-top: -3px;
}
.record-bttn {
  margin: 40px auto;
}
.record-modal-bttns {
  margin: 14px 25px 40px auto;
  display: flex;
  gap: 24px;
}
.record-post-bttn {
  width: 72px;
}
.discard-modal .record-modal-wrapper {
  max-width: 441px;
  width: 100%;
  margin: auto;
  padding: 16px;
}
.discard-modal .record-modal-header {
  padding: 5px 0px 16px 0px;
  text-transform: capitalize;
}
.discard-modal .record-modal-header h3 {
  color: #212121;
  font-size: 20px;
}
.discard-modal .record-modal-bttns {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
  justify-content: flex-end;
}
.discard-description {
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 124%;
  letter-spacing: -1%;
  color: #121212;
  padding: 8px 0 25px 0;
}
.discard-bttn {
  width: 94px;
  height: 40px;
  background-color: #DC1C1C !important;
  color: #fff;
  border-radius: 20px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .record-modal-wrapper {
    max-width: 345px;
  }
  .record-modal-header {
    padding: 18px 15px;
  }
  .record-bttn {
    margin-top: 31px;
    margin-bottom: 12px;
  }
  .record-modal-bttns {
    margin: 14px 16px 27px auto;
    display: flex;
    gap: 24px;
    padding: 0;
  }
}

.remote-select .ant-select-selector {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.remote-select .ant-select-selector .ant-select-selection-overflow {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.remote-select .ant-select-selector .ant-select-selection-item {
  align-items: center;
  background-color: #E7CDE4;
  border-radius: 9999px;
  color: #121212;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  height: 28px;
  margin: 0;
  padding: 0 16px;
}
.remote-select .ant-select-selector .ant-select-selection-item img {
  display: none;
}
.remote-select .ant-select-selector .ant-select-selection-item .ant-select-selection-item-content {
  margin: 0;
}
.remote-select .ant-select-selector .ant-select-selection-item .ant-select-selection-item-remove {
  color: #121212;
}
.ant-select-dropdown {
  padding: 0 !important;
}
.ant-select-dropdown .ant-select-item {
  align-items: center;
  color: #121212;
  display: flex;
}
.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #F3E6F1;
}
.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: #9C3893;
}
.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) span {
  color: #FFFFFF !important;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.contact-modal-wrapper {
  z-index: 99999;
}
.contact-help-divider {
  height: 16px;
  border-bottom: 1px solid #D9D9D9;
  margin: 0 0 20px;
  box-sizing: border-box;
}
.contact-modal {
  font-family: Inter;
  max-height: 659px;
  height: 100%;
  width: 100%;
  max-width: 457px;
  position: relative;
}
@media (max-width: 769px) {
  .contact-modal {
    max-width: 343px;
  }
}
.contact-modal-backdrop {
  z-index: 99998;
}
.contact-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-form .ant-form-item {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.contact-form .ant-form-item .ant-form-item-control-input,
.contact-form .ant-form-item .ant-form-item-control-input-content,
.contact-form .ant-form-item .ant-form-item-control,
.contact-form .ant-form-item .ant-form-item-row {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  font-weight: 400 !important;
}
.contact-form .ant-form-item textarea {
  flex: 1;
  border: 1px solid #D9D9D9 !important;
  font-weight: 300 !important;
  font-family: Inter;
  font-size: 15px !important;
  line-height: 124% !important;
  letter-spacing: -1% !important;
}
.contact-form .ant-form-item textarea::-moz-placeholder {
  color: #ADADAD !important;
}
.contact-form .ant-form-item textarea::placeholder {
  color: #ADADAD !important;
}
.contact-form .ant-form-item .text-length {
  font-family: Inter;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 130% !important;
  letter-spacing: 0% !important;
  text-align: right !important;
  margin-top: 4px;
  color: #858585 !important;
}
.contact-modal-textarea {
  min-height: 170px;
  margin-top: 5px;
}
@media (max-width: 769px) {
  .contact-modal-textarea {
    min-height: 154px;
  }
}
.contact-modal-label {
  display: flex;
  gap: 8px;
  align-items: center;
}
.contact-modal-label h3 {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #212121 !important;
}
.contact-modal-description {
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 124%;
  letter-spacing: -1%;
  text-align: left;
  color: #000000;
}
.contact-modal-table {
  color: #121212;
}
.contact-modal-prompt {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: left;
}
.btn-contact-submit {
  margin-left: auto;
  width: 94px !important;
  height: 48px !important;
  border-radius: 60px !important;
  gap: 8px;
  background-color: #850079 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important  ;
  justify-content: center !important;
  font-family: Inter;
  font-weight: 500 !important;
  font-size: 14px !important;
  letter-spacing: -2%;
  text-align: center;
  padding: 0 !important;
}

.multi-select .ant-select-selector {
  border: 1px solid #D9D9D9 !important;
  border-radius: 8px !important;
  padding: 10px 34px 10px 12px !important;
}
.multi-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #902185 !important;
  box-shadow: none !important;
}
.multi-select .ant-select-selection-placeholder {
  color: #ADADAD !important;
  font-size: 0.938rem !important;
  line-height: 1.5 !important;
  letter-spacing: -0.01em !important;
}
.multi-select .ant-select-selection-overflow {
  gap: 8px !important;
}
.multi-select .ant-select-selection-item {
  background-color: #E7CDE4 !important;
  border: 0px !important;
  border-radius: 9999px !important;
  -moz-column-gap: 8px !important;
       column-gap: 8px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px 12px !important;
}
.multi-select .ant-select-selection-item-content {
  color: #121212 !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  margin: 0 !important;
}
.multi-select .ant-select-selection-item-remove {
  color: #212121 !important;
}
.multi-select-popup {
  border: 1px solid #D9D9D9 !important;
  border-radius: 8px !important;
}
.multi-select-popup .ant-select-item {
  padding: 12px 24px !important;
}
.multi-select-popup .ant-select-item-option-selected {
  background-color: #F3E6F1 !important;
}
.multi-select-popup .ant-select-item-option-selected .ant-select-item-option-state {
  display: none !important;
}
.multi-select-popup .ant-select-item-option-selected:not(.ant-select-item-option-disabled) span {
  color: #212121 !important;
  font-weight: 400 !important;
}
.multi-select-checkbox {
  line-height: 1.5 !important;
}
.multi-select-checkbox .ant-checkbox-inner {
  border-color: #D9D9D9 !important;
  border-radius: 1.5px !important;
  border-width: 1.5px !important;
}
.multi-select-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #212121 !important;
  border-color: #212121 !important;
}
.multi-select-checkbox .ant-checkbox-checked::after {
  visibility: hidden !important;
}

.blocked-users-list .ant-table {
  margin: 0 !important;
}
.blocked-users-list .ant-table-thead th {
  background-color: transparent !important;
  border-bottom: 1px solid #121212;
  border-radius: 0px !important;
  color: #212121;
  font-size: 0.813rem;
  font-weight: 300;
  line-height: 1.063rem;
  padding: 0 8px 4px;
  text-align: left !important;
}
.blocked-users-list .ant-table-thead th::before {
  display: none;
}
.blocked-users-list .ant-table-tbody tr:hover td {
  background-color: transparent !important;
}
.blocked-users-list .ant-table-tbody tr:last-child td {
  border-bottom: 0px;
}
.blocked-users-list .ant-table-tbody td {
  border-bottom: 1px solid #D9D9D9;
  color: #121212;
  font-size: 0.938rem;
  font-weight: 400 !important;
  padding: 15.5px 8px;
  text-align: left !important;
}
.blocked-users-list .ant-table-tbody td p {
  font-weight: 400 !important;
}

.mobile-app-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 12px 16px;
}
.mobile-app-banner .banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}
.mobile-app-banner .banner-content span {
  flex: 1;
  font-size: 14px;
  margin-right: 16px;
}
.mobile-app-banner .banner-content .banner-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mobile-app-banner .banner-content .banner-actions .download-button {
  background-color: #1890ff;
  color: white;
  padding: 6px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}
.mobile-app-banner .banner-content .banner-actions .download-button:hover {
  background-color: #40a9ff;
}
.mobile-app-banner .banner-content .banner-actions .close-button {
  cursor: pointer;
  padding: 4px;
  color: #999;
}
.mobile-app-banner .banner-content .banner-actions .close-button:hover {
  color: #666;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.main-footer .footer-ul {
  display: inline-grid;
  row-gap: 10px;
  width: 100%;
  justify-items: center;
}
.main-footer .footer-ul li {
  color: #8a96a3;
}
.main-footer .footer-ul li a:hover {
  color: #c0349a;
}
.main-footer .footer-ul .help-media-c {
  padding: 5px;
  font-size: 14px;
  margin-top: 10px;
}
.mobile_button_row {
  display: grid;
  text-align: center;
  margin-top: 20px;
  row-gap: 10px;
}
.mobile_button_row img {
  width: 150px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.sidebar-container {
  max-height: 100%;
  margin: 10px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .sidebar-container {
    display: none;
  }
}
.sidebar-container .top-sidebar {
  text-align: center;
}
.sidebar-container .top-sidebar .create-account {
  cursor: pointer;
  color: #c0349a;
}
.sidebar-container .top-sidebar .create-account:hover {
  opacity: 0.6;
  color: red;
}
.sidebar-container .top-sidebar .login {
  border: 2px solid darkcyan;
  padding: 2%;
}
.sidebar-container .top-sidebar .login .button-login {
  display: flex;
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 12px;
  aspect-ratio: 5;
}
.sidebar-container .top-sidebar .login .button-login .auth {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: aliceblue !important;
  color: gray !important;
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0% !important;
  border: 2px solid darkcyan !important;
  background-image: none;
  font-weight: 400;
}
.sidebar-container .top-sidebar .login .button-login .twitter-button {
  display: flex;
  flex-direction: column;
  color: gray;
  border: 2px solid darkcyan !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  outline: none;
  line-height: initial;
  font-size: 11px;
  font-weight: 600;
}
.sidebar-container .top-sidebar .login .button-login .twitter-button .anticon {
  font-size: 20px;
  margin-right: 5px;
  color: #1ea2f1;
}
.sidebar-container .top-sidebar .login .button-login .twitter-button:disabled {
  pointer-events: none;
}
.sidebar-container .top-sidebar .login .button-login .google-button {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
  border: 2px solid darkcyan !important;
  outline: none;
  height: auto;
  line-height: initial;
  box-shadow: none !important;
  margin: 0 2px 0 2px !important;
}
.sidebar-container .top-sidebar .login .button-login .google-button * {
  padding: 0 !important;
  margin: 0 !important;
}
.sidebar-container .top-sidebar .login .button-login .google-button:disabled {
  pointer-events: none;
}
.sidebar-container .top-sidebar .login-sidebar-form {
  font-size: x-large;
  color: cadetblue;
  display: flex;
  justify-content: center;
  padding: 10px 0 10px 0;
}
.sidebar-container .top-sidebar .divider-login {
  border-top-color: darkcyan;
  font-size: 14px;
}
.sidebar-container .top-sidebar .ant-divider-inner-text {
  min-width: 90%;
  white-space: normal;
}
.sidebar-container .top-sidebar #login-form {
  border: 2px solid darkcyan;
  padding: 5px;
}
.sidebar-container .top-sidebar #login-form .form-input {
  border: 1px solid darkcyan;
}
.sidebar-container .top-sidebar #login-form .login-field {
  padding: 0;
}
.sidebar-container .top-sidebar #login-form .login-field .ant-form-item-control-input .ant-input-affix-wrapper {
  padding: 0 10px;
}
.sidebar-container .top-sidebar #login-form .gender-field {
  display: flex;
  justify-content: space-around;
}
.sidebar-container .top-sidebar #login-form .forgot-password-link {
  color: blue;
  margin-left: 10px;
}
.sidebar-container .top-sidebar #login-form .form-item-btn {
  text-align: center;
}
.sidebar-container .top-sidebar #login-form .form-item-btn .btn-create {
  background-color: #c0349a;
}
.sidebar-container .top-sidebar #login-form .form-item-btn .ant-btn {
  padding: 0 15px;
}
.sidebar-container .top-sidebar #login-form .agree-text {
  max-width: 90%;
  padding-left: 4px;
  float: right;
  text-align: left;
}
.sidebar-container .top-sidebar .social-login {
  margin: auto;
  text-align: center;
  font-size: 12px;
  max-width: 400px;
}
.sidebar-container .top-sidebar .social-login .twitter-button {
  background-color: #1ea2f1;
  color: #fff;
  padding: 10px;
  margin-bottom: 2%;
  cursor: pointer;
  width: 100%;
  outline: none;
  border: none;
}
.sidebar-container .top-sidebar .social-login .twitter-button .anticon {
  font-size: 14px;
  margin-right: 5px;
}
.sidebar-container .top-sidebar .social-login .twitter-button:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.sidebar-container .top-sidebar .social-login .google-button {
  color: #888;
  border: none;
  padding: 10px;
  margin-bottom: 2%;
  cursor: pointer;
  width: 100%;
  outline: none;
  border: 1px solid yellow !important;
}
.sidebar-container .top-sidebar .social-login .google-button .anticon {
  font-size: 14px;
  margin-right: 5px;
}
.sidebar-container .top-sidebar .social-login .google-button div:first-child {
  margin-right: 0 !important;
}
.sidebar-container .top-sidebar .social-login .google-button:hover {
  opacity: 0.6;
}
.sidebar-container .top-sidebar .info-right-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: flex-start;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar-container .top-sidebar .info-right-bar .verifyIcon {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.sidebar-container .top-sidebar .info-right-bar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #c0349a;
  padding: 2px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-container .top-sidebar .info-right-bar .profile-name {
  display: block;
  margin: 0 auto;
  font-size: 15px;
}
.sidebar-container .top-sidebar .info-right-bar .profile-name .user-name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.sidebar-container .top-sidebar .info-right-bar .profile-name .user-name span {
  padding: 1px;
}
.sidebar-container .top-sidebar .info-right-bar .profile-name .sub-name {
  display: flex;
  justify-content: flex-start;
  color: #8a96a3;
  font-size: 11px;
}
.sidebar-container .top-sidebar .info-right-bar .ant-image-mask {
  opacity: 0;
}
.sidebar-container .top-sidebar .menu {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 22em;
}
.sidebar-container .top-sidebar .menu .btn-menu-homepage {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sidebar-container .top-sidebar .menu .btn-menu-homepage p {
  display: flex;
  min-width: 110px;
  margin-top: auto;
  margin-left: 5px;
}
.sidebar-container .performer-info .infomation {
  display: flex;
}
.sidebar-container .performer-info .infomation .buttons {
  display: grid;
  width: 50%;
  text-align: center;
}
.sidebar-container .performer-info .infomation .buttons .ant-btn {
  padding: 0;
}
.sidebar-container .performer-info .infomation .buttons .btn-follow {
  color: red;
}
.sidebar-container .performer-info .infomation .buttons .btn-live {
  height: 70px;
  width: 80px;
  margin: auto;
  display: grid;
  background: red;
  color: #fff;
}
.sidebar-container .performer-info .infomation .buttons .btn-live svg {
  color: darkcyan;
}
.sidebar-container .performer-info .infomation .user-name {
  width: 50%;
  text-align: center;
}
.sidebar-container .performer-info .infomation .user-name img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}
.sidebar-container .gift-message-box {
  background: #eee;
  padding: 10px;
  margin-top: 10px;
}
.sidebar-container .gift-message-box .notification-1 {
  display: flex;
}
.sidebar-container .gift-message-box .notification-1 svg {
  width: 1.2em;
  height: 1.2em;
}
.sidebar-container .gift-message-box .notification-2 {
  display: flex;
}
.sidebar-container .gift-message-box .notification-2 svg {
  width: 1.6em;
  height: 1.6em;
}
.sidebar-container .gift-message-box .notification-2 p {
  font-size: 16px;
}
.sidebar-container .gift-message-box .notification-3 {
  display: flex;
}
.sidebar-container .gift-message-box .notification-3 svg {
  width: 2em;
  height: 2em;
}
.sidebar-container .gift-message-box .notification-3 p {
  font-size: 18px;
}
.sidebar-container .gift-list-box .gift-list {
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
}
.sidebar-container .gift-list-box img {
  padding: 5px;
  cursor: pointer;
}
.sidebar-container .gift-list-box .price {
  display: flex;
  justify-content: center;
}
.sidebar-container .gift-list-box .conform-send-gift {
  padding: 10px;
  border-bottom: 1px solid;
}
.sidebar-container .gift-list-box .conform-send-gift .ant-btn {
  width: 50%;
  border-radius: 10px;
  background: red;
  color: #fff;
}
.sidebar-container .gift-list-box .conform-send-gift .ant-checkbox-wrapper {
  width: 50%;
  text-align: justify;
  justify-content: end;
}
.sidebar-container .gift-list-box .conform-send-gift .ant-checkbox-wrapper .ant-checkbox-inner {
  border: 1px solid #8a96a3;
}
.sidebar-container .gift-list-box .total-tokens {
  text-align: end;
  margin-bottom: 10px;
}
.sidebar-container .gift-list-box .total-tokens .ant-btn {
  border: 1px solid #c0349a;
  border-top: none;
  color: #c0349a;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sidebar-container .gift-list-box .total-tokens .ant-btn:hover {
  background: red;
  color: #fff;
  transition: 1s;
}
.sidebar-container .comment-box {
  height: 400px;
}
.sidebar-container .comment-box .cmt-list {
  height: 100%;
}
.sidebar-container .comment-box .check-comment {
  display: flex;
  justify-content: center;
}

.sun-editor {
  width: auto;
  height: auto;
  box-sizing: border-box;
  font-family: Helvetica Neue;
  border: 1px solid #dadada;
  background-color: #fff;
  color: #000;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.sun-editor * {
  box-sizing: border-box;
  -webkit-user-drag: none;
  overflow: visible;
}
.sun-editor-common button,
.sun-editor-common input,
.sun-editor-common select,
.sun-editor-common textarea {
  font-size: 14px;
  line-height: 1.5;
}
.sun-editor-common blockquote,
.sun-editor-common body,
.sun-editor-common button,
.sun-editor-common code,
.sun-editor-common dd,
.sun-editor-common div,
.sun-editor-common dl,
.sun-editor-common dt,
.sun-editor-common fieldset,
.sun-editor-common form,
.sun-editor-common h1,
.sun-editor-common h2,
.sun-editor-common h3,
.sun-editor-common h4,
.sun-editor-common h5,
.sun-editor-common h6,
.sun-editor-common input,
.sun-editor-common legend,
.sun-editor-common li,
.sun-editor-common ol,
.sun-editor-common p,
.sun-editor-common pre,
.sun-editor-common select,
.sun-editor-common td,
.sun-editor-common textarea,
.sun-editor-common th,
.sun-editor-common ul {
  margin: 0;
  padding: 0;
  border: 0;
}
.sun-editor-common dl,
.sun-editor-common li,
.sun-editor-common menu,
.sun-editor-common ol,
.sun-editor-common ul {
  list-style: none !important;
}
.sun-editor-common hr {
  margin: 6px 0 !important;
}
.sun-editor textarea {
  resize: none;
  border: 0;
  padding: 0;
}
.sun-editor button {
  border: 0;
  background-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
  outline: none;
}
.sun-editor button,
.sun-editor input,
.sun-editor select,
.sun-editor textarea {
  vertical-align: middle;
}
.sun-editor button span {
  display: block;
  margin: 0;
  padding: 0;
}
.sun-editor button .txt {
  display: block;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sun-editor button * {
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.sun-editor svg {
  fill: currentColor;
}
.sun-editor .se-svg,
.sun-editor button > svg {
  width: 16px;
  height: 16px;
  margin: auto;
  fill: currentColor;
  display: block;
  text-align: center;
  float: none;
}
.sun-editor .close > svg,
.sun-editor .se-dialog-close > svg {
  width: 10px;
  height: 10px;
}
.sun-editor .se-btn-select > svg {
  float: right;
  width: 10px;
  height: 10px;
}
.sun-editor .se-btn-list > .se-list-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
}
.sun-editor .se-line-breaker > button > svg {
  width: 24px;
  height: 24px;
}
.sun-editor button > i:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 15px;
  line-height: 2;
}
.sun-editor button > [class=se-icon-text] {
  font-size: 20px;
  line-height: 1;
}
.sun-editor .se-arrow,
.sun-editor .se-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 11px solid transparent;
}
.sun-editor .se-arrow.se-arrow-up {
  top: -11px;
  left: 20px;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #dadada;
}
.sun-editor .se-arrow.se-arrow-up:after {
  top: 1px;
  margin-left: -11px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.sun-editor .se-toolbar .se-arrow.se-arrow-up:after {
  border-bottom-color: #fafafa;
}
.sun-editor .se-arrow.se-arrow-down {
  top: 0;
  left: 0;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #dadada;
}
.sun-editor .se-arrow.se-arrow-down:after {
  top: -12px;
  margin-left: -11px;
  content: " ";
  border-bottom-width: 0;
  border-top-color: #fff;
}
.sun-editor .se-toolbar .se-arrow.se-arrow-down:after {
  border-top-color: #fafafa;
}
.sun-editor .se-container {
  position: relative;
  width: auto;
  height: auto;
}
.sun-editor button {
  color: #000;
}
.sun-editor .se-btn {
  float: left;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 4px;
  margin: 1px!important;
  padding: 0;
  font-size: 12px;
  line-height: 27px;
}
.sun-editor .se-btn:enabled:focus,
.sun-editor .se-btn:enabled:hover {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-btn:enabled:active {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-btn-primary {
  color: #000;
  background-color: #c7deff;
  border: 1px solid #80bdff;
  border-radius: 4px;
}
.sun-editor .se-btn-primary:focus,
.sun-editor .se-btn-primary:hover {
  color: #000;
  background-color: #80bdff;
  border-color: #3f9dff;
  outline: 0 none;
}
.sun-editor .se-btn-primary:active {
  color: #fff;
  background-color: #3f9dff;
  border-color: #4592ff;
  box-shadow: inset 0 3px 5px #4592ff;
}
.sun-editor input,
.sun-editor select,
.sun-editor textarea {
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.sun-editor input:focus,
.sun-editor select:focus,
.sun-editor textarea:focus {
  border: 1px solid #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #c7deff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sun-editor .se-btn:enabled.active {
  color: #4592ff;
  outline: 0 none;
}
.sun-editor .se-btn:enabled.active:focus,
.sun-editor .se-btn:enabled.active:hover {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-btn:enabled.active:active {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-btn:enabled.on {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-btn:enabled.on:focus,
.sun-editor .se-btn:enabled.on:hover {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  outline: 0 none;
}
.sun-editor .se-btn:enabled.on:active {
  background-color: #c1c1c1;
  border-color: #b1b1b1;
  box-shadow: inset 0 3px 5px #b1b1b1;
}
.sun-editor .se-btn-list:disabled,
.sun-editor .se-btn:disabled,
.sun-editor button:disabled {
  cursor: not-allowed;
  background-color: inherit;
  color: #bdbdbd;
}
.sun-editor .se-loading-box {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 2147483647;
}
.sun-editor .se-loading-box .se-loading-effect {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 25px;
  width: 25px;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  border-radius: 50%;
  animation: spinner 0.8s linear infinite;
  margin: -25px 0 0 -25px;
}
.sun-editor .se-line-breaker {
  position: absolute;
  display: none;
  width: 100%;
  height: 1px;
  cursor: text;
  border-top: 1px solid #3288ff;
  z-index: 7;
}
.sun-editor .se-line-breaker > button.se-btn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: -15px;
  float: none;
  left: -50%;
  background-color: #fff;
  border: 1px solid #0c2240;
  opacity: 0.6;
  cursor: pointer;
}
.sun-editor .se-line-breaker > button.se-btn:hover {
  opacity: 0.9;
  background-color: #fff;
  border-color: #041b39;
}
.sun-editor .se-line-breaker-component {
  position: absolute;
  display: none;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #0c2240;
  opacity: 0.6;
  border-radius: 4px;
  cursor: pointer;
  z-index: 7;
}
.sun-editor .se-line-breaker-component:hover {
  opacity: 0.9;
}
.sun-editor .se-toolbar {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  padding: 0;
  margin: 0;
  background-color: #fafafa;
  outline: 1px solid #dadada;
  z-index: 5;
}
.sun-editor .se-toolbar-shadow {
  display: block!important;
  height: 0!important;
  padding: 0!important;
  margin: 0!important;
  background-color: transparent!important;
  outline: none!important;
  border: none!important;
  z-index: 0 !important;
}
.sun-editor .se-toolbar-cover {
  position: absolute;
  display: none;
  font-size: 36px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fefefe;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
  z-index: 4;
}
.sun-editor .se-toolbar-separator-vertical {
  display: inline-block;
  height: 0;
  width: 0;
  margin: 0;
  vertical-align: top;
}
.sun-editor .se-toolbar.se-toolbar-balloon,
.sun-editor .se-toolbar.se-toolbar-inline {
  display: none;
  position: absolute;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.sun-editor .se-toolbar.se-toolbar-balloon {
  z-index: 2147483647;
  width: auto;
}
.sun-editor .se-toolbar.se-toolbar-sticky {
  position: fixed;
  top: 0;
}
.sun-editor .se-toolbar-sticky-dummy {
  display: none;
  position: static;
  z-index: -1;
}
.sun-editor .se-btn-module {
  display: inline-block;
}
.sun-editor .se-btn-module-border {
  border: 1px solid #dadada;
  border-radius: 4px;
  margin-left: 1px;
  margin-right: 1px;
}
.sun-editor .se-btn-module-enter {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.sun-editor .se-toolbar-more-layer {
  margin: 0 -3px;
  background-color: #fafafa;
}
.sun-editor .se-toolbar-more-layer .se-more-layer {
  display: none;
  border-top: 1px solid #dadada;
}
.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 4px 3px 0;
}
.sun-editor .se-btn-module .se-btn-more.se-btn-more-text {
  width: auto;
  padding: 0 4px;
}
.sun-editor .se-btn-module .se-btn-more:focus,
.sun-editor .se-btn-module .se-btn-more:hover {
  color: #000;
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  outline: 0 none;
}
.sun-editor .se-btn-module .se-btn-more.on {
  color: #333;
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  outline: 0 none;
}
.sun-editor .se-btn-module .se-btn-more.on:hover {
  color: #000;
  background-color: #c1c1c1;
  border-color: #b1b1b1;
  outline: 0 none;
}
.sun-editor .se-menu-list,
.sun-editor .se-menu-list li {
  float: left;
  padding: 0;
  margin: 0;
}
.sun-editor .se-menu-list li {
  position: relative;
}
.sun-editor .se-btn-select {
  width: auto;
  display: flex;
  padding: 4px 6px;
}
.sun-editor .se-btn-select .txt {
  flex: auto;
  text-align: left;
}
.sun-editor .se-btn-select.se-btn-tool-font {
  width: 100px;
}
.sun-editor .se-btn-select.se-btn-tool-format {
  width: 82px;
}
.sun-editor .se-btn-select.se-btn-tool-size {
  width: 78px;
}
.sun-editor .se-btn-tray {
  position: relative;
  width: 100%;
  height: auto;
  padding: 4px 3px 0;
  margin: 0;
}
.sun-editor .se-menu-tray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.sun-editor .se-submenu {
  overflow-x: hidden;
  overflow-y: auto;
}
.sun-editor .se-menu-container {
  overflow-x: unset;
  overflow-y: unset;
}
.sun-editor .se-list-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  z-index: 5;
  border: 1px solid #bababa;
  border-radius: 4px;
  padding: 6px 0;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0 none;
}
.sun-editor .se-list-layer .se-list-inner {
  padding: 0;
  margin: 0;
  overflow-x: initial;
  overflow-y: initial;
  overflow: visible;
}
.sun-editor .se-list-layer button {
  margin: 0;
  width: 100%;
}
.sun-editor .se-list-inner ul {
  width: 100%;
  padding: 0;
}
.sun-editor .se-list-inner li > button {
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
}
.sun-editor .se-list-inner .se-list-basic li {
  width: 100%;
}
.sun-editor .se-list-inner .se-list-basic li button.active {
  background-color: #80bdff;
  border: 1px solid #3f9dff;
  border-left: 0;
  border-right: 0;
}
.sun-editor .se-list-inner .se-list-basic li button.active:hover {
  background-color: #3f9dff;
  border: 1px solid #4592ff;
  border-left: 0;
  border-right: 0;
}
.sun-editor .se-list-inner .se-list-basic li button.active:active {
  background-color: #4592ff;
  border: 1px solid #407dd1;
  border-left: 0;
  border-right: 0;
  box-shadow: inset 0 3px 5px #407dd1;
}
.sun-editor .se-list-inner .se-list-checked li button > .se-svg {
  float: left;
  padding: 6px 6px 0 0;
}
.sun-editor .se-list-inner .se-list-checked li button > .se-svg > svg {
  display: none;
}
.sun-editor .se-list-inner .se-list-checked li button.se-checked {
  color: #4592ff;
}
.sun-editor .se-list-inner .se-list-checked li button.se-checked > .se-svg > svg {
  display: block;
}
.sun-editor .se-btn-list {
  width: 100%;
  height: auto;
  min-height: 32px;
  padding: 0 14px;
  cursor: pointer;
  font-size: 12px;
  line-height: normal;
  text-indent: 0;
  text-decoration: none;
  text-align: left;
}
.sun-editor .se-btn-list.default_value {
  background-color: #f3f3f3;
  border-top: 1px dotted #b1b1b1;
  border-bottom: 1px dotted #b1b1b1;
}
.sun-editor .se-btn-list:focus,
.sun-editor .se-btn-list:hover {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-btn-list:active {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-list-layer.se-list-font-size {
  min-width: 140px;
  max-height: 300px;
}
.sun-editor .se-list-layer.se-list-font-family {
  min-width: 156px;
}
.sun-editor .se-list-layer.se-list-font-family .default {
  border-bottom: 1px solid #ccc;
}
.sun-editor .se-list-layer.se-list-line {
  width: 125px;
}
.sun-editor .se-list-layer.se-list-line hr {
  border-width: 1px 0 0;
  height: 1px;
}
.sun-editor .se-list-layer.se-list-align .se-list-inner {
  left: 9px;
}
.sun-editor .se-list-layer.se-list-format {
  min-width: 156px;
}
.sun-editor .se-list-layer.se-list-format li {
  padding: 0;
  width: 100%;
}
.sun-editor .se-list-layer.se-list-format ul .se-btn-list {
  line-height: 100%;
}
.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1] {
  height: 40px;
}
.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2] {
  height: 34px;
}
.sun-editor .se-list-layer.se-list-format ul p {
  font-size: 13px;
}
.sun-editor .se-list-layer.se-list-format ul div {
  font-size: 13px;
  padding: 4px 2px;
}
.sun-editor .se-list-layer.se-list-format ul h1 {
  font-size: 2em;
  font-weight: 700;
  color: #333;
}
.sun-editor .se-list-layer.se-list-format ul h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #333;
}
.sun-editor .se-list-layer.se-list-format ul h3 {
  font-size: 1.17em;
  font-weight: 700;
  color: #333;
}
.sun-editor .se-list-layer.se-list-format ul h4 {
  font-size: 1em;
  font-weight: 700;
  color: #333;
}
.sun-editor .se-list-layer.se-list-format ul h5 {
  font-size: 0.83em;
  font-weight: 700;
  color: #333;
}
.sun-editor .se-list-layer.se-list-format ul h6 {
  font-size: 0.67em;
  font-weight: 700;
  color: #333;
}
.sun-editor .se-list-layer.se-list-format ul blockquote {
  font-size: 13px;
  color: #999;
  height: 22px;
  margin: 0;
  background-color: transparent;
  line-height: 1.5;
  border-color: #b1b1b1;
  padding: 0 0 0 7px;
  border-left: 5px #b1b1b1;
  border-style: solid;
}
.sun-editor .se-list-layer.se-list-format ul pre {
  font-size: 13px;
  color: #666;
  padding: 4px 11px;
  margin: 0;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.sun-editor .se-selector-table {
  display: none;
  position: absolute;
  top: 34px;
  left: 1px;
  z-index: 5;
  padding: 5px 0;
  float: left;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.sun-editor .se-selector-table .se-table-size {
  font-size: 18px;
  padding: 0 5px;
}
.sun-editor .se-selector-table .se-table-size-picker {
  position: absolute!important;
  z-index: 3;
  font-size: 18px;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.sun-editor .se-selector-table .se-table-size-highlighted {
  position: absolute!important;
  z-index: 2;
  font-size: 18px;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==") repeat;
}
.sun-editor .se-selector-table .se-table-size-unhighlighted {
  position: relative!important;
  z-index: 1;
  font-size: 18px;
  width: 10em;
  height: 10em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.sun-editor .se-selector-table .se-table-size-display {
  padding-left: 5px;
}
.sun-editor .se-list-layer.se-table-split {
  top: 36px;
}
.sun-editor .se-list-layer .se-selector-color {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 270px;
  height: auto;
  padding: 0;
  margin: auto;
}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet {
  width: 100%;
  height: 100%;
  padding: 0;
}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet li {
  display: flex;
  float: left;
  position: relative;
  margin: 0;
}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button {
  display: block;
  cursor: default;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover {
  border: 3px solid #fff;
}
.sun-editor .se-form-group {
  display: flex;
  width: 100%;
  min-height: 40px;
  height: auto;
  padding: 4px;
}
.sun-editor .se-form-group input {
  flex: auto;
  display: inline-block;
  width: auto;
  height: 33px;
  font-size: 12px;
  margin: 1px 0;
  padding: 0;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
}
.sun-editor .se-form-group button,
.sun-editor .se-submenu-form-group button {
  float: right;
  width: 34px;
  height: 34px;
  margin: 0 2px !important;
}
.sun-editor .se-form-group button.se-btn {
  border: 1px solid #ccc;
}
.sun-editor .se-form-group > div {
  position: relative;
}
.sun-editor .se-form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.sun-editor .se-form-group-label {
  width: 100%;
  height: auto;
  padding: 0 4px;
}
.sun-editor .se-form-group-label label {
  font-size: 13px;
  font-weight: 700;
}
.sun-editor .se-submenu .se-form-group input {
  width: auto;
  height: 33px;
  color: #555;
}
.sun-editor .se-submenu .se-form-group .se-color-input {
  width: 72px;
  text-transform: uppercase;
  border: none;
  border-bottom: 2px solid #b1b1b1;
  outline: none;
}
.sun-editor .se-submenu .se-form-group .se-color-input:focus {
  border-bottom: 3px solid #b1b1b1;
}
.sun-editor .se-wrapper {
  position: relative!important;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
}
.sun-editor .se-wrapper .se-wrapper-inner {
  width: 100%;
  height: 100%;
  min-height: 65px;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}
.sun-editor .se-wrapper .se-wrapper-inner:focus {
  outline: none;
}
.sun-editor .se-wrapper .se-wrapper-code {
  background-color: #191919;
  color: #fff;
  font-size: 13px;
  word-break: break-all;
  padding: 4px;
  margin: 0;
  resize: none !important;
}
.sun-editor .se-wrapper .se-wrapper-wysiwyg {
  display: block;
}
.sun-editor .se-wrapper .se-wrapper-code-mirror {
  font-size: 13px;
}
.sun-editor .se-wrapper .se-placeholder {
  position: absolute;
  display: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 1;
  color: #b1b1b1;
  font-size: 13px;
  line-height: 1.5;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 16px;
  padding-left: 16px;
  margin-left: 0;
  padding-right: 16px;
  margin-right: 0;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.sun-editor .se-resizing-bar {
  display: flex;
  width: auto;
  height: auto;
  min-height: 16px;
  border-top: 1px solid #dadada;
  padding: 0 4px;
  background-color: #fafafa;
  cursor: ns-resize;
}
.sun-editor .se-resizing-bar.se-resizing-none {
  cursor: default;
}
.sun-editor .se-resizing-back {
  position: absolute;
  display: none;
  cursor: default;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
}
.sun-editor .se-resizing-bar .se-navigation {
  flex: auto;
  position: relative;
  width: auto;
  height: auto;
  color: #666;
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.5;
  background: transparent;
}
.sun-editor .se-resizing-bar .se-char-counter-wrapper {
  flex: none;
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 13px;
  background: transparent;
}
.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink {
  color: #b94a48;
  animation: blinker 0.2s linear infinite;
}
.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label {
  margin-right: 4px;
}
.sun-editor .se-dialog {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
}
.sun-editor .se-dialog button,
.sun-editor .se-dialog input,
.sun-editor .se-dialog label {
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  margin: 0;
}
.sun-editor .se-dialog .se-dialog-back {
  background-color: #222;
  opacity: 0.5;
}
.sun-editor .se-dialog .se-dialog-back,
.sun-editor .se-dialog .se-dialog-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-content {
  position: relative;
  width: auto;
  max-width: 500px;
  margin: 1.75rem auto;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 509px) {
  .sun-editor .se-dialog .se-dialog-inner .se-dialog-content {
    width: 100%;
  }
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 0 10px!important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  border-radius: 4px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-header {
  height: 50px;
  padding: 6px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close {
  float: right;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff;
  -webkit-appearance: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title {
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 2.5;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-body {
  position: relative;
  padding: 15px 15px 5px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form {
  margin-bottom: 10px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer {
  margin-top: 10px;
  margin-bottom: 0;
}
.sun-editor .se-dialog .se-dialog-inner input:disabled {
  background-color: #f3f3f3;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text {
  width: 100%;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w {
  width: 70px;
  text-align: center;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x {
  margin: 0 8px;
  width: 25px;
  text-align: center;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer {
  height: auto;
  min-height: 55px;
  padding: 10px 15px 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer > div {
  float: left;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer > div > label {
  margin: 0 5px 0 0;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio {
  margin-left: 12px;
  margin-right: 6px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check {
  margin-left: 12px;
  margin-right: 4px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check {
  margin-left: 0;
  margin-right: 4px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child {
  margin-right: 16px;
  margin-left: 0;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files {
  position: relative;
  display: flex;
  align-items: center;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files > input {
  flex: auto;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button {
  flex: auto;
  opacity: 0.8;
  border: 1px solid #ccc;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove > svg {
  width: 8px;
  height: 8px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover {
  background-color: #f0f0f0;
  outline: 0 none;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active {
  background-color: #e9e9e9;
  box-shadow: inset 0 3px 5px #d6d6d6;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select {
  display: inline-block;
  width: auto;
  height: 34px;
  font-size: 14px;
  text-align: center;
  line-height: 1.42857143;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control {
  display: inline-block;
  width: 70px;
  height: 34px;
  font-size: 14px;
  text-align: center;
  line-height: 1.42857143;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 0 4px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url {
  direction: ltr;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled {
  text-decoration: line-through;
  color: #999;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio {
  width: 70px;
  margin-left: 4px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a {
  color: #004cff;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert {
  border: 1px solid #ccc;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-dialog-tabs {
  width: 100%;
  height: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.sun-editor .se-dialog-tabs button {
  background-color: #e5e5e5;
  border-right: 1px solid #e5e5e5;
  float: left;
  outline: none;
  padding: 2px 13px;
  transition: 0.3s;
}
.sun-editor .se-dialog-tabs button:hover {
  background-color: #fff;
}
.sun-editor .se-dialog-tabs button.active {
  background-color: #fff;
  border-bottom: 0;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp {
  resize: vertical;
  height: 14em;
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 4px;
  direction: ltr;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size {
  width: 6em;
  height: 28px;
  margin-left: 1em;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview {
  font-size: 13px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview > span {
  display: inline-block;
  box-shadow: 0 0 0 0.1rem #c7deff;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview > span * {
  direction: ltr;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview > .se-math-katex-error {
  color: #b94a48;
  box-shadow: 0 0 0 0.1rem #f2dede;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview > .se-math-katex-error svg {
  width: auto;
  height: 30px;
  color: #b94a48;
}
.sun-editor .se-dialog .se-dialog-inner .se-link-preview {
  display: block;
  height: auto;
  max-height: 18px;
  font-size: 13px;
  font-weight: 400;
  font-family: inherit;
  color: #666;
  background-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: pre;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form {
  width: 100%;
  display: flex;
  margin-top: 4px;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon {
  flex: unset;
  display: none;
  line-height: 1.5;
  color: #4592ff;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview {
  flex: auto;
  margin: 0;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel {
  height: 34px;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn {
  width: 46px;
  color: #3f9dff;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper {
  display: flex;
  line-height: 1.5;
  padding-top: 6px;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview {
  text-align: left;
}
.sun-editor .se-controller .se-arrow.se-arrow-up {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.sun-editor .se-controller {
  position: absolute;
  display: none;
  overflow: visible;
  z-index: 6;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.sun-editor .se-controller .se-btn-group {
  position: relative;
  display: flex;
  vertical-align: middle;
  padding: 2px;
  top: 0;
  left: 0;
}
.sun-editor .se-controller .se-btn-group .se-btn-group-sub {
  left: 50%;
  min-width: auto;
  width: -moz-max-content;
  width: max-content;
  display: none;
}
.sun-editor .se-controller .se-btn-group .se-btn-group-sub button {
  margin: 0;
  min-width: 72px;
}
.sun-editor .se-controller .se-btn-group button {
  position: relative;
  min-height: 34px;
  height: auto;
  border: none;
  border-radius: 4px;
  margin: 1px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
}
.sun-editor .se-controller .se-btn-group button:focus:enabled,
.sun-editor .se-controller .se-btn-group button:hover:enabled {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-controller .se-btn-group button:active:enabled {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-controller .se-btn-group button span {
  display: block;
  padding: 0;
  margin: 0;
}
.sun-editor .se-controller .se-btn-group button:enabled.active {
  color: #4592ff;
  outline: 0 none;
}
.sun-editor .se-controller .se-btn-group button:enabled.active:focus,
.sun-editor .se-controller .se-btn-group button:enabled.active:hover {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-controller .se-btn-group button:enabled.active:active {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-controller .se-btn-group button:enabled.on {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-controller .se-btn-group button:enabled.on:focus,
.sun-editor .se-controller .se-btn-group button:enabled.on:hover {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  outline: 0 none;
}
.sun-editor .se-controller .se-btn-group button:enabled.on:active {
  background-color: #c1c1c1;
  border-color: #b1b1b1;
  box-shadow: inset 0 3px 5px #b1b1b1;
}
.sun-editor .se-controller .se-form-group input {
  min-width: 120px;
}
.sun-editor .se-controller-resizing {
  margin-top: -50px !important;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
}
.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list {
  width: 74px;
}
.sun-editor .se-resizing-container {
  position: absolute;
  display: none;
  outline: 1px solid #3f9dff;
  background-color: transparent;
}
.sun-editor .se-resizing-container .se-modal-resize {
  position: absolute;
  display: inline-block;
  background-color: #3f9dff;
  opacity: 0.3;
}
.sun-editor .se-resizing-container .se-resize-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sun-editor .se-resizing-container .se-resize-dot > span {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #3f9dff;
  border: 1px solid #4592ff;
}
.sun-editor .se-resizing-container .se-resize-dot > span.tl {
  top: -5px;
  left: -5px;
  cursor: nw-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.tr {
  top: -5px;
  right: -5px;
  cursor: ne-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.bl {
  bottom: -5px;
  left: -5px;
  cursor: sw-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.br {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.lw {
  left: -7px;
  bottom: 50%;
  cursor: w-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.th {
  left: 50%;
  top: -7px;
  cursor: n-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.rw {
  right: -7px;
  bottom: 50%;
  cursor: e-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.bh {
  right: 50%;
  bottom: -7px;
  cursor: s-resize;
}
.sun-editor .se-resizing-container .se-resize-display {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
}
.sun-editor .se-controller-table,
.sun-editor .se-controller-table-cell {
  width: auto;
}
.sun-editor .se-controller-link,
.sun-editor .se-controller-table,
.sun-editor .se-controller-table-cell {
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
}
.sun-editor .se-controller-link:after,
.sun-editor .se-controller-link:before {
  box-sizing: border-box;
}
.sun-editor .se-controller-link .link-content {
  padding: 0;
  margin: 0;
}
.sun-editor .se-controller-link .link-content a {
  display: inline-block;
  color: #4592ff;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 5px;
}
.sun-editor .se-select-list {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: auto;
  max-width: 100%;
  background-color: #fff;
  padding: 0;
  margin: 0;
  border: 1px solid #bababa;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0 none;
}
.sun-editor .se-select-list .se-select-item {
  line-height: 28px;
  min-height: 28px;
  font-size: 13px;
  padding: 0 5px;
  margin: 2px 0;
  cursor: pointer;
}
.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,
.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active {
  background-color: #e1e1e1;
}
.sun-editor .se-dialog-form-files .se-select-list {
  width: 100%;
}
.sun-editor .se-file-browser {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
}
.sun-editor .se-file-browser button,
.sun-editor .se-file-browser input,
.sun-editor .se-file-browser label {
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  margin: 0;
}
.sun-editor .se-file-browser .se-file-browser-back {
  background-color: #222;
  opacity: 0.5;
}
.sun-editor .se-file-browser .se-file-browser-back,
.sun-editor .se-file-browser .se-file-browser-inner {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content {
  position: relative;
  width: 960px;
  max-width: 100%;
  margin: 20px auto;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.sun-editor .se-file-browser .se-file-browser-header {
  height: auto;
  min-height: 50px;
  padding: 6px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close {
  float: right;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff;
  -webkit-appearance: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close > svg {
  width: 12px;
  height: 12px;
}
.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 2.2;
}
.sun-editor .se-file-browser .se-file-browser-tags {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  margin: 0 -15px;
}
.sun-editor .se-file-browser .se-file-browser-tags a {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 6px 12px;
  margin: 8px 0 8px 8px;
  color: #333;
  text-decoration: none;
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.sun-editor .se-file-browser .se-file-browser-tags a:hover {
  background-color: #e1e1e1;
}
.sun-editor .se-file-browser .se-file-browser-tags a:active {
  background-color: #d1d1d1;
}
.sun-editor .se-file-browser .se-file-browser-tags a.on {
  background-color: #ebf3fe;
  color: #4592ff;
}
.sun-editor .se-file-browser .se-file-browser-tags a.on:hover {
  background-color: #d8e8fe;
}
.sun-editor .se-file-browser .se-file-browser-tags a.on:active {
  background-color: #c7deff;
}
.sun-editor .se-file-browser .se-file-browser-body {
  position: relative;
  height: auto;
  min-height: 350px;
  padding: 20px;
  overflow-y: auto;
}
.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content {
    width: 748px;
  }
}
@media screen and (max-width: 768px) {
  .sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content {
    width: 600px;
  }
}
.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column {
  position: relative;
  display: block;
  height: auto;
  float: left;
}
.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column {
  width: calc(25% - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 992px) {
  .sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column {
    width: calc(50% - 20px);
  }
}
.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  height: auto;
  border-radius: 4px;
  outline: 0;
  margin: 10px 0;
}
.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover {
  opacity: 0.8;
  box-shadow: 0 0 0 0.2rem #3288ff;
}
.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img > img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  outline: 0;
  height: auto;
}
.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img > .se-file-img-name {
  position: absolute;
  z-index: 1;
  font-size: 13px;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  background-color: transparent;
  width: 100%;
  height: 30px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img > .se-file-img-name.se-file-name-back {
  background-color: #333;
  opacity: 0.6;
}
.sun-editor .se-notice {
  position: absolute;
  top: 0;
  display: none;
  z-index: 7;
  width: 100%;
  height: auto;
  word-break: break-all;
  font-size: 13px;
  color: #b94a48;
  background-color: #f2dede;
  padding: 15px;
  margin: 0;
  border: 1px solid #eed3d7;
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}
.sun-editor .se-notice button {
  float: right;
  padding: 7px;
}
.sun-editor .se-tooltip {
  position: relative;
  overflow: visible;
}
.sun-editor .se-tooltip .se-tooltip-inner {
  visibility: hidden;
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 120%;
  left: 50%;
  background: transparent;
  opacity: 0;
  z-index: 1;
  line-height: 1.5;
  transition: opacity 0.5s;
  margin: 0;
  padding: 0;
  bottom: auto;
  float: none;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  left: -50%;
  font-size: 0.9em;
  margin: 0;
  padding: 4px 6px;
  border-radius: 2px;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: unset;
  white-space: nowrap;
  cursor: auto;
}
.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom-color: #333;
}
.sun-editor .se-tooltip:hover .se-tooltip-inner {
  visibility: visible;
  opacity: 1;
}
.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut {
  display: block !important;
}
.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut > .se-shortcut-key {
  display: inline;
  font-weight: 700;
}
.sun-editor.se-rtl .se-btn-tray {
  direction: rtl;
}
.sun-editor.se-rtl .se-btn-select svg {
  margin: auto 1px;
}
.sun-editor.se-rtl .se-btn-select .txt {
  flex: auto;
  text-align: right;
  direction: rtl;
}
.sun-editor.se-rtl .se-btn-list {
  text-align: right;
}
.sun-editor.se-rtl .se-btn-list > .se-list-icon {
  margin: -1px 0 0 10px;
}
.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),
.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li {
  float: right;
}
.sun-editor.se-rtl .se-list-layer * {
  direction: rtl;
}
.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote {
  padding: 0 7px 0 0;
  border-right-width: 5px;
  border-left-width: 0;
}
.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li {
  float: right;
}
.sun-editor.se-rtl .se-list-inner .se-list-checked li button > .se-svg {
  float: right;
  padding: 6px 0 0 6px;
}
.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,
.sun-editor.se-rtl .se-wrapper .se-placeholder {
  direction: rtl;
}
.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut {
  direction: ltr;
}
.sun-editor.se-rtl .se-dialog * {
  direction: rtl;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio {
  margin-left: 0;
  margin-right: 4px;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close {
  float: left;
}
.sun-editor.se-rtl .se-dialog-tabs button,
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title {
  float: right;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text {
  padding-right: 34px;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary {
  float: left;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer > div {
  float: right;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer > div > label {
  margin: 0 0 0 5px;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child {
  margin-left: 16px;
  margin-right: 0;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview {
  margin-left: 4px;
  text-align: right;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn {
  float: right;
}
.sun-editor.se-rtl .se-file-browser * {
  direction: rtl;
}
.sun-editor.se-rtl .se-file-browser .se-file-browser-tags {
  text-align: right;
}
.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a {
  margin: 8px 8px 0;
}
.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close {
  float: left;
}
.sun-editor.se-rtl .se-controller .se-btn-group,
.sun-editor.se-rtl .se-resizing-container .se-resize-display {
  direction: rtl;
}
.sun-editor .se-btn-module-border.module-float-left {
  float: left;
}
.sun-editor .se-btn-module-border.module-float-right {
  float: right;
}
.sun-editor .se-error {
  color: #d9534f;
}
.sun-editor input.se-error:focus,
select.se-error:focus,
textarea.se-error:focus {
  border: 1px solid #f2dede;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #eed3d7;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sun-editor hr.__se__solid {
  border-style: solid none none;
}
.sun-editor hr.__se__dotted {
  border-style: dotted none none;
}
.sun-editor hr.__se__dashed {
  border-style: dashed none none;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes spinner {
  to {
    transform: rotate(361deg);
  }
}
.sun-editor-editable {
  font-family: Helvetica Neue;
  font-size: 13px;
  color: #333;
  background-color: #fff;
  line-height: 1.5;
  word-break: normal;
  word-wrap: break-word;
  padding: 16px;
  margin: 0;
}
.sun-editor-editable * {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.sun-editor-editable.se-rtl * {
  direction: rtl;
}
.sun-editor-editable .se-component > figure {
  direction: ltr;
}
.sun-editor-editable audio,
.sun-editor-editable figcaption,
.sun-editor-editable figure,
.sun-editor-editable iframe,
.sun-editor-editable img,
.sun-editor-editable td,
.sun-editor-editable th,
.sun-editor-editable video {
  position: relative;
}
.sun-editor-editable span {
  display: inline;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
.sun-editor-editable span.katex {
  display: inline-block;
}
.sun-editor-editable span.katex * {
  direction: ltr;
}
.sun-editor-editable a {
  color: #004cff;
  text-decoration: none;
}
.sun-editor-editable span[style~="color:"] a {
  color: inherit;
}
.sun-editor-editable a:focus,
.sun-editor-editable a:hover {
  cursor: pointer;
  color: #0093ff;
  text-decoration: underline;
}
.sun-editor-editable a.on {
  color: #0093ff;
  background-color: #e8f7ff;
}
.sun-editor-editable pre {
  display: block;
  padding: 8px;
  margin: 0 0 10px;
  font-family: monospace;
  color: #666;
  line-height: 1.45;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  white-space: pre-wrap !important;
  word-wrap: break-word;
  overflow: visible;
}
.sun-editor-editable ol {
  list-style-type: decimal;
}
.sun-editor-editable ol,
.sun-editor-editable ul {
  list-style-position: outside;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
.sun-editor-editable ul {
  list-style-type: disc;
}
.sun-editor-editable li {
  display: list-item;
  text-align: -webkit-match-parent;
  margin-bottom: 5px;
}
.sun-editor-editable ol ol,
.sun-editor-editable ol ul,
.sun-editor-editable ul ol,
.sun-editor-editable ul ul {
  margin: 0;
}
.sun-editor-editable ol ol,
.sun-editor-editable ul ol {
  list-style-type: lower-alpha;
}
.sun-editor-editable ol ol ol,
.sun-editor-editable ul ol ol,
.sun-editor-editable ul ul ol {
  list-style-type: upper-roman;
}
.sun-editor-editable ol ul,
.sun-editor-editable ul ul {
  list-style-type: circle;
}
.sun-editor-editable ol ol ul,
.sun-editor-editable ol ul ul,
.sun-editor-editable ul ul ul {
  list-style-type: square;
}
.sun-editor-editable sub,
.sun-editor-editable sup {
  font-size: 75%;
  line-height: 0;
}
.sun-editor-editable sub {
  vertical-align: sub;
}
.sun-editor-editable sup {
  vertical-align: super;
}
.sun-editor-editable p {
  display: block;
  margin: 0 0 10px;
}
.sun-editor-editable div {
  display: block;
  margin: 0;
  padding: 0;
}
.sun-editor-editable blockquote {
  display: block;
  font-family: inherit;
  font-size: inherit;
  color: #999;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0 5px 0 20px;
  border: solid #b1b1b1;
  border-width: 0 0 0 5px;
}
.sun-editor-editable blockquote blockquote {
  border-color: #c1c1c1;
}
.sun-editor-editable blockquote blockquote blockquote {
  border-color: #d1d1d1;
}
.sun-editor-editable blockquote blockquote blockquote blockquote {
  border-color: #e1e1e1;
}
.sun-editor-editable.se-rtl blockquote {
  padding-left: 5px;
  padding-right: 20px;
  border-left-width: 0;
  border-right-width: 5px;
}
.sun-editor-editable h1 {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
.sun-editor-editable h1,
.sun-editor-editable h2 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}
.sun-editor-editable h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.sun-editor-editable h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.sun-editor-editable h3,
.sun-editor-editable h4 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}
.sun-editor-editable h4 {
  font-size: 1em;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}
.sun-editor-editable h5 {
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
.sun-editor-editable h5,
.sun-editor-editable h6 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}
.sun-editor-editable h6 {
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}
.sun-editor-editable hr {
  display: flex;
  border-width: 1px 0 0;
  border-color: #000;
  -o-border-image: initial;
     border-image: initial;
  height: 1px;
}
.sun-editor-editable hr.__se__solid {
  border-style: solid none none;
}
.sun-editor-editable hr.__se__dotted {
  border-style: dotted none none;
}
.sun-editor-editable hr.__se__dashed {
  border-style: dashed none none;
}
.sun-editor-editable hr.on {
  border-color: #4592ff;
  box-shadow: 0 0 0 0.1rem #c7deff;
}
.sun-editor-editable table {
  display: table;
  table-layout: auto!important;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}
.sun-editor-editable.se-rtl table {
  margin: 0 0 10px auto;
}
.sun-editor-editable table thead {
  border-bottom: 2px solid #333;
}
.sun-editor-editable table tr {
  border: 1px solid #efefef;
}
.sun-editor-editable table th {
  background-color: #f3f3f3;
}
.sun-editor-editable table td,
.sun-editor-editable table th {
  border: 1px solid #e1e1e1;
  padding: 0.4em;
  background-clip: padding-box;
}
.sun-editor-editable table.se-table-size-auto {
  width: auto !important;
}
.sun-editor-editable table.se-table-size-100 {
  width: 100% !important;
}
.sun-editor-editable table.se-table-layout-auto {
  table-layout: auto !important;
}
.sun-editor-editable table.se-table-layout-fixed {
  table-layout: fixed !important;
}
.sun-editor-editable table td.se-table-selected-cell,
.sun-editor-editable table th.se-table-selected-cell {
  outline: 1px double #4592ff;
}
.sun-editor-editable.se-disabled * {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.sun-editor-editable .se-component {
  display: flex;
  padding: 1px;
  margin: 0 0 10px;
}
.sun-editor-editable[contenteditable=true] .se-component {
  outline: 1px dashed #e1e1e1;
}
.sun-editor-editable[contenteditable=true] .se-component.se-component-copy {
  box-shadow: 0 0 0 0.2rem #3f9dff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sun-editor-editable .__se__float-left {
  float: left;
  margin-right: 4px;
}
.sun-editor-editable .__se__float-right {
  float: right;
  margin-left: 4px;
}
.sun-editor-editable .__se__float-center {
  float: center;
}
.sun-editor-editable .__se__float-none {
  float: none;
}
.sun-editor-editable audio,
.sun-editor-editable iframe,
.sun-editor-editable img,
.sun-editor-editable video {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  max-width: 100%;
}
.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default;
  display: block;
  background: transparent;
}
.sun-editor-editable[contenteditable=true] figure a,
.sun-editor-editable[contenteditable=true] figure iframe,
.sun-editor-editable[contenteditable=true] figure img,
.sun-editor-editable[contenteditable=true] figure video {
  z-index: 0;
}
.sun-editor-editable[contenteditable=true] figure figcaption {
  display: block;
  z-index: 2;
}
.sun-editor-editable[contenteditable=true] figure figcaption:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #c7deff;
}
.sun-editor-editable .se-image-container,
.sun-editor-editable .se-video-container {
  width: auto;
  height: auto;
  max-width: 100%;
}
.sun-editor-editable figure {
  display: block;
  outline: none;
  padding: 0;
  margin: 0;
}
.sun-editor-editable .__se__float-center figure,
.sun-editor-editable .__se__float-left figure,
.sun-editor-editable .__se__float-right figure {
  margin: auto !important;
}
.sun-editor-editable figure figcaption {
  padding: 1em 0.5em;
  margin: 0;
  background-color: #f9f9f9;
  outline: none;
}
.sun-editor-editable figure figcaption p {
  line-height: 2;
  margin: 0;
}
.sun-editor-editable .se-image-container a img {
  padding: 1px;
  margin: 1px;
  outline: 1px solid #4592ff;
}
.sun-editor-editable .se-video-container iframe,
.sun-editor-editable .se-video-container video {
  outline: 1px solid #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.sun-editor-editable .se-video-container figure {
  left: 0;
  width: 100%;
  max-width: 100%;
}
.sun-editor-editable audio {
  width: 300px;
  height: 54px;
}
.sun-editor-editable audio.active {
  outline: 2px solid #80bdff;
}
.sun-editor-editable.se-show-block div,
.sun-editor-editable.se-show-block h1,
.sun-editor-editable.se-show-block h2,
.sun-editor-editable.se-show-block h3,
.sun-editor-editable.se-show-block h4,
.sun-editor-editable.se-show-block h5,
.sun-editor-editable.se-show-block h6,
.sun-editor-editable.se-show-block li,
.sun-editor-editable.se-show-block ol,
.sun-editor-editable.se-show-block p,
.sun-editor-editable.se-show-block pre,
.sun-editor-editable.se-show-block ul {
  border: 1px dashed #3f9dff !important;
  padding: 14px 8px 8px !important;
}
.sun-editor-editable.se-show-block ol,
.sun-editor-editable.se-show-block ul {
  border: 1px dashed #d539ff !important;
}
.sun-editor-editable.se-show-block pre {
  border: 1px dashed #27c022 !important;
}
.se-show-block p {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==") no-repeat;
}
.se-show-block div {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==") no-repeat;
}
.se-show-block h1 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC") no-repeat;
}
.se-show-block h2 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==") no-repeat;
}
.se-show-block h3 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC") no-repeat;
}
.se-show-block h4 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC") no-repeat;
}
.se-show-block h5 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC") no-repeat;
}
.se-show-block h6 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC") no-repeat;
}
.se-show-block li {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==") no-repeat;
}
.se-show-block ol {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==") no-repeat;
}
.se-show-block ul {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==") no-repeat;
}
.sun-editor-editable .__se__p-bordered,
.sun-editor .__se__p-bordered {
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  padding: 4px 0;
}
.sun-editor-editable .__se__p-spaced,
.sun-editor .__se__p-spaced {
  letter-spacing: 1px;
}
.sun-editor-editable .__se__p-neon,
.sun-editor .__se__p-neon {
  font-weight: 200;
  font-style: italic;
  background: #000;
  color: #fff;
  padding: 6px 4px;
  border: 2px solid #fff;
  border-radius: 6px;
  text-transform: uppercase;
  animation: neonFlicker 1.5s infinite alternate;
}
@keyframes neonFlicker {
  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  to {
    text-shadow: -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, 0 0 2px #f40, 0 0 4px #f40, 0 0 6px #f40, 0 0 8px #f40, 0 0 10px #f40;
    box-shadow: 0 0 0.5px #fff, inset 0 0 0.5px #fff, 0 0 2px #08f, inset 0 0 2px #08f, 0 0 4px #08f, inset 0 0 4px #08f;
  }
  20%,
  24%,
  55% {
    text-shadow: none;
    box-shadow: none;
  }
}
.sun-editor-editable .__se__t-shadow,
.sun-editor .__se__t-shadow {
  text-shadow: -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, 0 0 0.2rem #999, 0 0 0.4rem #888, 0 0 0.6rem #777, 0 0 0.8rem #666, 0 0 1rem #555;
}
.sun-editor-editable .__se__t-code,
.sun-editor .__se__t-code {
  font-family: monospace;
  color: #666;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 6px;
  padding: 0.2em 0.4em;
}

/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(123, 209, 243, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
	appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #66C9F1;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #66C9F1;
}

input::placeholder,textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

::-webkit-date-and-time-value {
	min-height: 1.5em;
	text-align: inherit;
}

::-webkit-datetime-edit {
	display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
	padding-top: 0;
	padding-bottom: 0;
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
	appearance: none;
	padding: 0;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #66C9F1;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
	border-radius: 0px;
}

[type='radio'] {
	border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #66C9F1;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

	[type='checkbox']:checked {
		appearance: auto;
	}
}

[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

	[type='radio']:checked {
		appearance: auto;
	}
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='checkbox']:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

@media (forced-colors: active)  {

	[type='checkbox']:indeterminate {
		appearance: auto;
	}
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='file'] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}

[type='file']:focus {
	outline: 1px solid ButtonText;
	outline: 1px auto -webkit-focus-ring-color;
}

.container {
	width: 100%;
}

@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1305px) {

	.container {
		max-width: 1305px;
	}
}

@media (min-width: 1340px) {

	.container {
		max-width: 1340px;
	}
}

@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}

.form-input,.form-textarea,.form-select,.form-multiselect {
	appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #66C9F1;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #66C9F1;
}

.form-input::placeholder,.form-textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

.form-input::-webkit-date-and-time-value {
	min-height: 1.5em;
	text-align: inherit;
}

.form-input::-webkit-datetime-edit {
	display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
	padding-top: 0;
	padding-bottom: 0;
}

.form-checkbox,.form-radio {
	appearance: none;
	padding: 0;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #66C9F1;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}

.form-checkbox {
	border-radius: 0px;
}

.form-checkbox:focus,.form-radio:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #66C9F1;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.form-checkbox:checked,.form-radio:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.form-checkbox:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

	.form-checkbox:checked {
		appearance: auto;
	}
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
	border-color: transparent;
	background-color: currentColor;
}

.form-checkbox:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

@media (forced-colors: active)  {

	.form-checkbox:indeterminate {
		appearance: auto;
	}
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}

.typo-15 {
	font-size: 15px;
	line-height: 1.25rem;
	letter-spacing: -0.01em;
	--tw-text-opacity: 1;
	color: rgba(33, 33, 33, var(--tw-text-opacity));
}

.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border-width: 0 !important;
}

.pointer-events-none {
	pointer-events: none !important;
}

.visible {
	visibility: visible !important;
}

.static {
	position: static !important;
}

.fixed {
	position: fixed !important;
}

.absolute {
	position: absolute !important;
}

.relative {
	position: relative !important;
}

.sticky {
	position: sticky !important;
}

.inset-0 {
	top: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
}

.inset-y-0 {
	top: 0px !important;
	bottom: 0px !important;
}

.right-4 {
	right: 1rem !important;
}

.top-0 {
	top: 0px !important;
}

.bottom-0 {
	bottom: 0px !important;
}

.left-0 {
	left: 0px !important;
}

.right-0 {
	right: 0px !important;
}

.bottom-4 {
	bottom: 1rem !important;
}

.-top-6 {
	top: -1.5rem !important;
}

.bottom-1 {
	bottom: 0.25rem !important;
}

.right-2 {
	right: 0.5rem !important;
}

.left-3 {
	left: 0.75rem !important;
}

.top-\[100\%\] {
	top: 100% !important;
}

.right-\[50px\] {
	right: 50px !important;
}

.left-auto {
	left: auto !important;
}

.right-1\.5 {
	right: 0.375rem !important;
}

.right-1 {
	right: 0.25rem !important;
}

.left-full {
	left: 100% !important;
}

.bottom-16 {
	bottom: 4rem !important;
}

.bottom-11 {
	bottom: 2.75rem !important;
}

.top-4 {
	top: 1rem !important;
}

.top-\[102\%\] {
	top: 102% !important;
}

.right-5 {
	right: 1.25rem !important;
}

.top-2 {
	top: 0.5rem !important;
}

.left-2 {
	left: 0.5rem !important;
}

.top-3 {
	top: 0.75rem !important;
}

.right-3 {
	right: 0.75rem !important;
}

.bottom-3 {
	bottom: 0.75rem !important;
}

.bottom-2 {
	bottom: 0.5rem !important;
}

.top-20 {
	top: 5rem !important;
}

.top-\[110\%\] {
	top: 110% !important;
}

.top-10 {
	top: 2.5rem !important;
}

.bottom-\[8rem\] {
	bottom: 8rem !important;
}

.left-6 {
	left: 1.5rem !important;
}

.right-6 {
	right: 1.5rem !important;
}

.top-\[170px\] {
	top: 170px !important;
}

.top-\[125px\] {
	top: 125px !important;
}

.top-\[3px\] {
	top: 3px !important;
}

.bottom-5 {
	bottom: 1.25rem !important;
}

.left-1\/2 {
	left: 50% !important;
}

.top-1\/2 {
	top: 50% !important;
}

.bottom-8 {
	bottom: 2rem !important;
}

.left-3\.5 {
	left: 0.875rem !important;
}

.right-8 {
	right: 2rem !important;
}

.top-\[60px\] {
	top: 60px !important;
}

.bottom-3\.5 {
	bottom: 0.875rem !important;
}

.left-\[54px\] {
	left: 54px !important;
}

.z-10 {
	z-index: 10 !important;
}

.z-50 {
	z-index: 50 !important;
}

.z-0 {
	z-index: 0 !important;
}

.z-\[1\] {
	z-index: 1 !important;
}

.z-40 {
	z-index: 40 !important;
}

.z-30 {
	z-index: 30 !important;
}

.z-20 {
	z-index: 20 !important;
}

.z-\[200\] {
	z-index: 200 !important;
}

.order-3 {
	order: 3 !important;
}

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.col-span-full {
	grid-column: 1 / -1 !important;
}

.m-7 {
	margin: 1.75rem !important;
}

.m-0 {
	margin: 0px !important;
}

.m-auto {
	margin: auto !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.mx-4 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mx-1 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important;
}

.mx-6 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

.my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-6 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}

.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.mx-3 {
	margin-left: 0.75rem !important;
	margin-right: 0.75rem !important;
}

.my-3 {
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}

.my-5 {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-5 {
	margin-bottom: 1.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 0.75rem !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mt-6 {
	margin-top: 1.5rem !important;
}

.mb-6 {
	margin-bottom: 1.5rem !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mt-4 {
	margin-top: 1rem !important;
}

.mb-\[18px\] {
	margin-bottom: 18px !important;
}

.mb-4 {
	margin-bottom: 1rem !important;
}

.mt-5 {
	margin-top: 1.25rem !important;
}

.mt-\[45px\] {
	margin-top: 45px !important;
}

.mb-10 {
	margin-bottom: 2.5rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.ml-\[-3px\] {
	margin-left: -3px !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mt-3 {
	margin-top: 0.75rem !important;
}

.mt-0\.5 {
	margin-top: 0.125rem !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mb-8 {
	margin-bottom: 2rem !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mb-9 {
	margin-bottom: 2.25rem !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mt-7 {
	margin-top: 1.75rem !important;
}

.mb-16 {
	margin-bottom: 4rem !important;
}

.-mt-6 {
	margin-top: -1.5rem !important;
}

.-ml-3 {
	margin-left: -0.75rem !important;
}

.-mt-8 {
	margin-top: -2rem !important;
}

.block {
	display: block !important;
}

.inline-block {
	display: inline-block !important;
}

.inline {
	display: inline !important;
}

.flex {
	display: flex !important;
}

.inline-flex {
	display: inline-flex !important;
}

.table {
	display: table !important;
}

.grid {
	display: grid !important;
}

.contents {
	display: contents !important;
}

.hidden {
	display: none !important;
}

.h-full {
	height: 100% !important;
}

.h-5 {
	height: 1.25rem !important;
}

.h-12 {
	height: 3rem !important;
}

.h-8 {
	height: 2rem !important;
}

.h-px {
	height: 1px !important;
}

.h-2 {
	height: 0.5rem !important;
}

.h-10 {
	height: 2.5rem !important;
}

.h-32 {
	height: 8rem !important;
}

.h-auto {
	height: auto !important;
}

.h-\[22px\] {
	height: 22px !important;
}

.h-\[38px\] {
	height: 38px !important;
}

.h-\[60px\] {
	height: 60px !important;
}

.h-\[51px\] {
	height: 51px !important;
}

.h-16 {
	height: 4rem !important;
}

.h-\[calc\(100\%-1rem\)\] {
	height: calc(100% - 1rem) !important;
}

.h-\[17px\] {
	height: 17px !important;
}

.h-6 {
	height: 1.5rem !important;
}

.h-3 {
	height: 0.75rem !important;
}

.h-14 {
	height: 3.5rem !important;
}

.h-4 {
	height: 1rem !important;
}

.h-\[200px\] {
	height: 200px !important;
}

.h-screen {
	height: 100vh !important;
}

.h-\[277px\] {
	height: 277px !important;
}

.h-56 {
	height: 14rem !important;
}

.h-7 {
	height: 1.75rem !important;
}

.h-2\/3 {
	height: 66.666667% !important;
}

.h-\[72px\] {
	height: 72px !important;
}

.h-28 {
	height: 7rem !important;
}

.h-\[61px\] {
	height: 61px !important;
}

.h-\[calc\(100vh-72px\)\] {
	height: calc(100vh - 72px) !important;
}

.h-20 {
	height: 5rem !important;
}

.h-96 {
	height: 24rem !important;
}

.h-\[44px\] {
	height: 44px !important;
}

.h-52 {
	height: 13rem !important;
}

.h-1\.5 {
	height: 0.375rem !important;
}

.h-1 {
	height: 0.25rem !important;
}

.h-\[30px\] {
	height: 30px !important;
}

.h-\[calc\(100vh-73px\)\] {
	height: calc(100vh - 73px) !important;
}

.h-\[18px\] {
	height: 18px !important;
}

.h-9 {
	height: 2.25rem !important;
}

.max-h-\[calc\(100vh-73px\)\] {
	max-height: calc(100vh - 73px) !important;
}

.max-h-full {
	max-height: 100% !important;
}

.max-h-40 {
	max-height: 10rem !important;
}

.min-h-\[calc\(100vh-81px\)\] {
	min-height: calc(100vh - 81px) !important;
}

.min-h-\[369px\] {
	min-height: 369px !important;
}

.min-h-\[311px\] {
	min-height: 311px !important;
}

.min-h-screen {
	min-height: 100vh !important;
}

.min-h-\[3rem\] {
	min-height: 3rem !important;
}

.w-full {
	width: 100% !important;
}

.w-5 {
	width: 1.25rem !important;
}

.w-8 {
	width: 2rem !important;
}

.w-6 {
	width: 1.5rem !important;
}

.w-2 {
	width: 0.5rem !important;
}

.w-32 {
	width: 8rem !important;
}

.w-2\/12 {
	width: 16.667% !important;
}

.w-6\/12 {
	width: 50% !important;
}

.w-4\/12 {
	width: 33.333% !important;
}

.w-\[98\%\] {
	width: 98% !important;
}

.w-\[215px\] {
	width: 215px !important;
}

.w-\[22px\] {
	width: 22px !important;
}

.w-\[calc\(100\%-4px\)\] {
	width: calc(100% - 4px) !important;
}

.w-\[38px\] {
	width: 38px !important;
}

.w-auto {
	width: auto !important;
}

.w-10 {
	width: 2.5rem !important;
}

.w-\[345px\] {
	width: 345px !important;
}

.w-\[19px\] {
	width: 19px !important;
}

.w-3 {
	width: 0.75rem !important;
}

.w-12 {
	width: 3rem !important;
}

.w-4 {
	width: 1rem !important;
}

.w-11\/12 {
	width: 91.666667% !important;
}

.w-\[200px\] {
	width: 200px !important;
}

.w-\[120px\] {
	width: 120px !important;
}

.w-\[150px\] {
	width: 150px !important;
}

.w-\[49\%\] {
	width: 49% !important;
}

.w-7 {
	width: 1.75rem !important;
}

.w-48 {
	width: 12rem !important;
}

.w-24 {
	width: 6rem !important;
}

.w-16 {
	width: 4rem !important;
}

.w-\[346px\] {
	width: 346px !important;
}

.w-\[calc\(100\%-60px\)\] {
	width: calc(100% - 60px) !important;
}

.w-20 {
	width: 5rem !important;
}

.w-2\/3 {
	width: 66.666667% !important;
}

.w-\[124px\] {
	width: 124px !important;
}

.w-1\.5 {
	width: 0.375rem !important;
}

.w-1 {
	width: 0.25rem !important;
}

.w-\[86px\] {
	width: 86px !important;
}

.w-44 {
	width: 11rem !important;
}

.w-\[calc\(100\%-40px\)\] {
	width: calc(100% - 40px) !important;
}

.w-screen {
	width: 100vw !important;
}

.w-\[18px\] {
	width: 18px !important;
}

.w-\[140px\] {
	width: 140px !important;
}

.w-\[260px\] {
	width: 260px !important;
}

.min-w-\[auto\] {
	min-width: auto !important;
}

.min-w-full {
	min-width: 100% !important;
}

.min-w-0 {
	min-width: 0px !important;
}

.min-w-\[204px\] {
	min-width: 204px !important;
}

.max-w-screen-xxl {
	max-width: 1340px !important;
}

.max-w-\[260px\] {
	max-width: 260px !important;
}

.max-w-\[380px\] {
	max-width: 380px !important;
}

.max-w-\[4rem\] {
	max-width: 4rem !important;
}

.max-w-\[3rem\] {
	max-width: 3rem !important;
}

.max-w-\[2rem\] {
	max-width: 2rem !important;
}

.max-w-full {
	max-width: 100% !important;
}

.max-w-none {
	max-width: none !important;
}

.max-w-3xl {
	max-width: 48rem !important;
}

.max-w-\[471px\] {
	max-width: 471px !important;
}

.max-w-sm {
	max-width: 24rem !important;
}

.max-w-4xl {
	max-width: 56rem !important;
}

.max-w-\[200px\] {
	max-width: 200px !important;
}

.max-w-\[12rem\] {
	max-width: 12rem !important;
}

.max-w-xs {
	max-width: 20rem !important;
}

.max-w-\[485px\] {
	max-width: 485px !important;
}

.max-w-\[432px\] {
	max-width: 432px !important;
}

.max-w-md {
	max-width: 28rem !important;
}

.max-w-\[434px\] {
	max-width: 434px !important;
}

.max-w-\[150px\] {
	max-width: 150px !important;
}

.max-w-\[450px\] {
	max-width: 450px !important;
}

.max-w-\[5rem\] {
	max-width: 5rem !important;
}

.max-w-\[580px\] {
	max-width: 580px !important;
}

.max-w-\[208px\] {
	max-width: 208px !important;
}

.max-w-max {
	max-width: max-content !important;
}

.max-w-\[500px\] {
	max-width: 500px !important;
}

.max-w-\[64px\] {
	max-width: 64px !important;
}

.flex-1 {
	flex: 1 1 0% !important;
}

.flex-none {
	flex: none !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-grow {
	flex-grow: 1 !important;
}

.table-fixed {
	table-layout: fixed !important;
}

.border-collapse {
	border-collapse: collapse !important;
}

.-translate-x-1\/2 {
	--tw-translate-x: -50% !important;
	transform: var(--tw-transform) !important;
}

.-translate-y-1\/2 {
	--tw-translate-y: -50% !important;
	transform: var(--tw-transform) !important;
}

.rotate-180 {
	--tw-rotate: 180deg !important;
	transform: var(--tw-transform) !important;
}

.rotate-0 {
	--tw-rotate: 0deg !important;
	transform: var(--tw-transform) !important;
}

.transform {
	transform: var(--tw-transform) !important;
}

@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}

.animate-spin {
	animation: spin 1s linear infinite !important;
}

@keyframes pulse {

	50% {
		opacity: .5;
	}
}

.animate-pulse {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

@keyframes ping {

	75%, 100% {
		transform: scale(2);
		opacity: 0;
	}
}

.animate-ping {
	animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

.cursor-not-allowed {
	cursor: not-allowed !important;
}

.select-none {
	-webkit-user-select: none !important;
	        user-select: none !important;
}

.resize-none {
	resize: none !important;
}

.resize {
	resize: both !important;
}

.list-inside {
	list-style-position: inside !important;
}

.list-decimal {
	list-style-type: decimal !important;
}

.list-disc {
	list-style-type: disc !important;
}

.appearance-none {
	appearance: none !important;
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
	grid-template-columns: repeat(4, 1fr) !important;
}

.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-col {
	flex-direction: column !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.items-start {
	align-items: flex-start !important;
}

.items-end {
	align-items: flex-end !important;
}

.items-center {
	align-items: center !important;
}

.items-baseline {
	align-items: baseline !important;
}

.items-stretch {
	align-items: stretch !important;
}

.justify-start {
	justify-content: flex-start !important;
}

.justify-end {
	justify-content: flex-end !important;
}

.justify-center {
	justify-content: center !important;
}

.justify-between {
	justify-content: space-between !important;
}

.justify-evenly {
	justify-content: space-evenly !important;
}

.gap-5 {
	gap: 1.25rem !important;
}

.gap-2 {
	gap: 0.5rem !important;
}

.gap-1 {
	gap: 0.25rem !important;
}

.gap-3 {
	gap: 0.75rem !important;
}

.gap-4 {
	gap: 1rem !important;
}

.gap-6 {
	gap: 1.5rem !important;
}

.gap-8 {
	gap: 2rem !important;
}

.gap-y-3 {
	row-gap: 0.75rem !important;
}

.gap-x-3 {
	column-gap: 0.75rem !important;
}

.gap-y-6 {
	row-gap: 1.5rem !important;
}

.gap-x-2 {
	column-gap: 0.5rem !important;
}

.gap-y-8 {
	row-gap: 2rem !important;
}

.gap-y-9 {
	row-gap: 2.25rem !important;
}

.gap-x-3\.5 {
	column-gap: 0.875rem !important;
}

.gap-y-4 {
	row-gap: 1rem !important;
}

.gap-x-1 {
	column-gap: 0.25rem !important;
}

.gap-y-12 {
	row-gap: 3rem !important;
}

.gap-y-7 {
	row-gap: 1.75rem !important;
}

.gap-x-2\.5 {
	column-gap: 0.625rem !important;
}

.gap-x-4 {
	column-gap: 1rem !important;
}

.gap-y-2 {
	row-gap: 0.5rem !important;
}

.gap-x-6 {
	column-gap: 1.5rem !important;
}

.gap-y-5 {
	row-gap: 1.25rem !important;
}

.gap-y-1 {
	row-gap: 0.25rem !important;
}

.gap-x-0 {
	column-gap: 0px !important;
}

.gap-y-2\.5 {
	row-gap: 0.625rem !important;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0 !important;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0 !important;
	border-top-width: calc(0.125rem * calc(1 - var(--tw-divide-y-reverse))) !important;
	border-bottom-width: calc(0.125rem * var(--tw-divide-y-reverse)) !important;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0 !important;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1 !important;
	border-color: rgba(18, 18, 18, var(--tw-divide-opacity)) !important;
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1 !important;
	border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important;
}

.self-center {
	align-self: center !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-x-auto {
	overflow-x: auto !important;
}

.overflow-y-auto {
	overflow-y: auto !important;
}

.overflow-x-hidden {
	overflow-x: hidden !important;
}

.overflow-x-scroll {
	overflow-x: scroll !important;
}

.truncate {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.whitespace-normal {
	white-space: normal !important;
}

.whitespace-nowrap {
	white-space: nowrap !important;
}

.rounded-full {
	border-radius: 9999px !important;
}

.rounded-xl {
	border-radius: 0.75rem !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-3xl {
	border-radius: 1.5rem !important;
}

.rounded-lg {
	border-radius: 0.5rem !important;
}

.rounded-md {
	border-radius: 0.375rem !important;
}

.rounded-20 {
	border-radius: 1.25rem !important;
}

.rounded-none {
	border-radius: 0px !important;
}

.rounded-\[20px\] {
	border-radius: 20px !important;
}

.rounded-t-none {
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}

.rounded-b-lg {
	border-bottom-right-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
}

.rounded-t {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-b-md {
	border-bottom-right-radius: 0.375rem !important;
	border-bottom-left-radius: 0.375rem !important;
}

.rounded-b {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-t-lg {
	border-top-left-radius: 0.5rem !important;
	border-top-right-radius: 0.5rem !important;
}

.rounded-t-2xl {
	border-top-left-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
}

.rounded-r-full {
	border-top-right-radius: 9999px !important;
	border-bottom-right-radius: 9999px !important;
}

.border {
	border-width: 1px !important;
}

.border-0 {
	border-width: 0rem !important;
}

.border-2 {
	border-width: 0.125rem !important;
}

.border-5 {
	border-width: .3125rem !important;
}

.\!border {
	border-width: 1px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-t {
	border-top-width: 1px !important;
}

.border-b {
	border-bottom-width: 1px !important;
}

.border-l-5 {
	border-left-width: .3125rem !important;
}

.border-r {
	border-right-width: 1px !important;
}

.border-l {
	border-left-width: 1px !important;
}

.border-r-0 {
	border-right-width: 0rem !important;
}

.border-r-\[16px\] {
	border-right-width: 16px !important;
}

.border-dashed {
	border-style: dashed !important;
}

.border-base-400 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(217, 217, 217, var(--tw-border-opacity)) !important;
}

.border-white {
	--tw-border-opacity: 1 !important;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.border-blue-800 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(62, 185, 238, var(--tw-border-opacity)) !important;
}

.border-black {
	--tw-border-opacity: 1 !important;
	border-color: rgba(18, 18, 18, var(--tw-border-opacity)) !important;
}

.border-gray-200 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
}

.border-gray-300 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

.border-gray-400 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

.border-\[\#D9D9D9\] {
	--tw-border-opacity: 1 !important;
	border-color: rgba(217, 217, 217, var(--tw-border-opacity)) !important;
}

.border-\[\#DC1C1C\] {
	--tw-border-opacity: 1 !important;
	border-color: rgba(220, 28, 28, var(--tw-border-opacity)) !important;
}

.border-\[\#800080\] {
	--tw-border-opacity: 1 !important;
	border-color: rgba(128, 0, 128, var(--tw-border-opacity)) !important;
}

.border-purple-900 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(133, 0, 121, var(--tw-border-opacity)) !important;
}

.border-purple-700 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(156, 56, 147, var(--tw-border-opacity)) !important;
}

.border-gray-500 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

.border-base-500 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(173, 173, 173, var(--tw-border-opacity)) !important;
}

.\!border-gray-300 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

.border-error-500 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(220, 28, 28, var(--tw-border-opacity)) !important;
}

.border-gray-100 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
}

.border-transparent {
	border-color: transparent !important;
}

.border-base-700 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
}

.bg-white {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.bg-gray-200 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

.bg-base-400 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(217, 217, 217, var(--tw-bg-opacity)) !important;
}

.bg-green-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.bg-yellow-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
}

.bg-blue-900 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(44, 177, 236, var(--tw-bg-opacity)) !important;
}

.bg-black {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(18, 18, 18, var(--tw-bg-opacity)) !important;
}

.bg-purple-800 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(144, 33, 133, var(--tw-bg-opacity)) !important;
}

.bg-purple-900 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(133, 0, 121, var(--tw-bg-opacity)) !important;
}

.bg-black\/30 {
	background-color: rgba(18, 18, 18, 0.3) !important;
}

.bg-gray-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

.bg-\[\#F7F7F7\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
}

.bg-blue-300 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(167, 223, 247, var(--tw-bg-opacity)) !important;
}

.bg-blue-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(233, 247, 253, var(--tw-bg-opacity)) !important;
}

.bg-base-200 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
}

.bg-base-300 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(236, 236, 236, var(--tw-bg-opacity)) !important;
}

.bg-gray-900 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
}

.bg-\[\#DC1C1C\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(220, 28, 28, var(--tw-bg-opacity)) !important;
}

.bg-\[\#800080\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(128, 0, 128, var(--tw-bg-opacity)) !important;
}

.bg-red-600 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.bg-purple-200 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(231, 205, 228, var(--tw-bg-opacity)) !important;
}

.bg-black\/90 {
	background-color: rgba(18, 18, 18, 0.9) !important;
}

.bg-purple-700 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(156, 56, 147, var(--tw-bg-opacity)) !important;
}

.bg-red-700 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.bg-purple-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 230, 241, var(--tw-bg-opacity)) !important;
}

.bg-pink-700 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(228, 60, 137, var(--tw-bg-opacity)) !important;
}

.bg-warning-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(223, 161, 2, var(--tw-bg-opacity)) !important;
}

.bg-alertGreen {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(36, 161, 72, var(--tw-bg-opacity)) !important;
}

.bg-red-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.bg-gray-300 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}

.bg-white\/10 {
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-red-800 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.bg-pink-900 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(225, 36, 122, var(--tw-bg-opacity)) !important;
}

.bg-blue-700 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(81, 193, 239, var(--tw-bg-opacity)) !important;
}

.bg-base-900 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(33, 33, 33, var(--tw-bg-opacity)) !important;
}

.bg-error-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(220, 28, 28, var(--tw-bg-opacity)) !important;
}

.bg-pink-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 230, 241, var(--tw-bg-opacity)) !important;
}

.bg-yellow-200 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
}

.bg-opacity-30 {
	--tw-bg-opacity: 0.3 !important;
}

.bg-cover {
	background-size: cover !important;
}

.bg-center {
	background-position: center !important;
}

.bg-top {
	background-position: top !important;
}

.bg-no-repeat {
	background-repeat: no-repeat !important;
}

.object-cover {
	object-fit: cover !important;
}

.object-fill {
	object-fit: fill !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 0.75rem !important;
}

.p-5 {
	padding: 1.25rem !important;
}

.p-4 {
	padding: 1rem !important;
}

.p-0 {
	padding: 0px !important;
}

.p-6 {
	padding: 1.5rem !important;
}

.p-1\.5 {
	padding: 0.375rem !important;
}

.p-8 {
	padding: 2rem !important;
}

.p-2\.5 {
	padding: 0.625rem !important;
}

.px-6 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.py-3 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}

.px-3 {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.py-6 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}

.px-5 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}

.px-\[15px\] {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-1\.5 {
	padding-top: 0.375rem !important;
	padding-bottom: 0.375rem !important;
}

.py-5 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}

.py-7 {
	padding-top: 1.75rem !important;
	padding-bottom: 1.75rem !important;
}

.px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.py-2\.5 {
	padding-top: 0.625rem !important;
	padding-bottom: 0.625rem !important;
}

.px-8 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.px-\[30px\] {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-3\.5 {
	padding-top: 0.875rem !important;
	padding-bottom: 0.875rem !important;
}

.px-\[24\.5px\] {
	padding-left: 24.5px !important;
	padding-right: 24.5px !important;
}

.px-\[6px\] {
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.px-1\.5 {
	padding-left: 0.375rem !important;
	padding-right: 0.375rem !important;
}

.px-\[1px\] {
	padding-left: 1px !important;
	padding-right: 1px !important;
}

.py-10 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}

.pt-6 {
	padding-top: 1.5rem !important;
}

.pr-21 {
	padding-right: 1.315rem !important;
}

.pl-2 {
	padding-left: 0.5rem !important;
}

.pl-5 {
	padding-left: 1.25rem !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pt-2\.5 {
	padding-top: 0.625rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pb-2\.5 {
	padding-bottom: 0.625rem !important;
}

.pb-3 {
	padding-bottom: 0.75rem !important;
}

.pb-\[18px\] {
	padding-bottom: 18px !important;
}

.pb-4 {
	padding-bottom: 1rem !important;
}

.pt-4 {
	padding-top: 1rem !important;
}

.pl-1 {
	padding-left: 0.25rem !important;
}

.pl-10 {
	padding-left: 2.5rem !important;
}

.pb-6 {
	padding-bottom: 1.5rem !important;
}

.pt-3 {
	padding-top: 0.75rem !important;
}

.pb-11 {
	padding-bottom: 2.75rem !important;
}

.pr-\[85px\] {
	padding-right: 85px !important;
}

.pt-8 {
	padding-top: 2rem !important;
}

.pt-\[18px\] {
	padding-top: 18px !important;
}

.pb-\[21px\] {
	padding-bottom: 21px !important;
}

.pb-5 {
	padding-bottom: 1.25rem !important;
}

.pb-8 {
	padding-bottom: 2rem !important;
}

.pt-5 {
	padding-top: 1.25rem !important;
}

.pb-12 {
	padding-bottom: 3rem !important;
}

.pb-9 {
	padding-bottom: 2.25rem !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pb-10 {
	padding-bottom: 2.5rem !important;
}

.pr-12 {
	padding-right: 3rem !important;
}

.pt-20 {
	padding-top: 5rem !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pt-12 {
	padding-top: 3rem !important;
}

.pl-4 {
	padding-left: 1rem !important;
}

.pr-10 {
	padding-right: 2.5rem !important;
}

.pb-16 {
	padding-bottom: 4rem !important;
}

.pb-3\.5 {
	padding-bottom: 0.875rem !important;
}

.pt-16 {
	padding-top: 4rem !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.align-middle {
	vertical-align: middle !important;
}

.font-inter {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.text-sm {
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}

.text-2xl {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
}

.text-xs {
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}

.text-xl {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}

.text-\[14px\] {
	font-size: 14px !important;
}

.text-lg {
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
}

.text-4xl {
	font-size: 2.25rem !important;
	line-height: 2.5rem !important;
}

.text-\[22px\] {
	font-size: 22px !important;
}

.text-base {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}

.text-\[15px\] {
	font-size: 15px !important;
}

.text-3xl {
	font-size: 1.875rem !important;
	line-height: 2.25rem !important;
}

.text-15 {
	font-size: 15px !important;
}

.text-32 {
	font-size: 32px !important;
}

.text-13 {
	font-size: 13px !important;
}

.text-\[10px\] {
	font-size: 10px !important;
}

.text-\[8px\] {
	font-size: 8px !important;
}

.text-\[2rem\] {
	font-size: 2rem !important;
}

.text-\[9px\] {
	font-size: 9px !important;
}

.font-medium {
	font-weight: 500 !important;
}

.font-light {
	font-weight: 300 !important;
}

.font-semibold {
	font-weight: 600 !important;
}

.font-normal {
	font-weight: 400 !important;
}

.font-bold {
	font-weight: 700 !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.lowercase {
	text-transform: lowercase !important;
}

.capitalize {
	text-transform: capitalize !important;
}

.leading-5 {
	line-height: 1.25rem !important;
}

.leading-4 {
	line-height: 1rem !important;
}

.leading-\[1\.2\] {
	line-height: 1.2 !important;
}

.leading-6 {
	line-height: 1.5rem !important;
}

.leading-normal {
	line-height: 1.5 !important;
}

.leading-relaxed {
	line-height: 1.625 !important;
}

.leading-\[2\.375rem\] {
	line-height: 2.375rem !important;
}

.tracking-tight {
	letter-spacing: -0.025em !important;
}

.text-black {
	--tw-text-opacity: 1 !important;
	color: rgba(18, 18, 18, var(--tw-text-opacity)) !important;
}

.text-base-900 {
	--tw-text-opacity: 1 !important;
	color: rgba(33, 33, 33, var(--tw-text-opacity)) !important;
}

.text-base-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(173, 173, 173, var(--tw-text-opacity)) !important;
}

.text-black\/90 {
	color: rgba(18, 18, 18, 0.9) !important;
}

.text-gray-900 {
	--tw-text-opacity: 1 !important;
	color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.text-gray-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.text-base-600 {
	--tw-text-opacity: 1 !important;
	color: rgba(133, 133, 133, var(--tw-text-opacity)) !important;
}

.text-white {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-red-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.text-purple-800 {
	--tw-text-opacity: 1 !important;
	color: rgba(144, 33, 133, var(--tw-text-opacity)) !important;
}

.text-purple-700 {
	--tw-text-opacity: 1 !important;
	color: rgba(156, 56, 147, var(--tw-text-opacity)) !important;
}

.text-gray-400 {
	--tw-text-opacity: 1 !important;
	color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

.text-base-700 {
	--tw-text-opacity: 1 !important;
	color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
}

.text-error-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(220, 28, 28, var(--tw-text-opacity)) !important;
}

.text-gray-600 {
	--tw-text-opacity: 1 !important;
	color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.text-blue-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(123, 209, 243, var(--tw-text-opacity)) !important;
}

.text-purple-900 {
	--tw-text-opacity: 1 !important;
	color: rgba(133, 0, 121, var(--tw-text-opacity)) !important;
}

.text-gray-700 {
	--tw-text-opacity: 1 !important;
	color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.text-\[\#850079\] {
	--tw-text-opacity: 1 !important;
	color: rgba(133, 0, 121, var(--tw-text-opacity)) !important;
}

.text-red-800 {
	--tw-text-opacity: 1 !important;
	color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.text-purple-600 {
	--tw-text-opacity: 1 !important;
	color: rgba(169, 80, 160, var(--tw-text-opacity)) !important;
}

.text-base-400 {
	--tw-text-opacity: 1 !important;
	color: rgba(217, 217, 217, var(--tw-text-opacity)) !important;
}

.text-yellow-900 {
	--tw-text-opacity: 1 !important;
	color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
}

.text-gray-800 {
	--tw-text-opacity: 1 !important;
	color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

.underline {
	text-decoration: underline !important;
}

.antialiased {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

.placeholder-base-800::placeholder {
	--tw-placeholder-opacity: 1 !important;
	color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
}

.placeholder-base-500::placeholder {
	--tw-placeholder-opacity: 1 !important;
	color: rgba(173, 173, 173, var(--tw-placeholder-opacity)) !important;
}

.placeholder-opacity-100::placeholder {
	--tw-placeholder-opacity: 1 !important;
}

.opacity-0 {
	opacity: 0 !important;
}

.opacity-75 {
	opacity: 0.75 !important;
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-none {
	--tw-shadow: 0 0 #0000 !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}

.outline-purple {
	outline: 1px solid #902185 !important;
	outline-offset: 0 !important;
}

.outline-gray {
	outline: 1px solid #D9D9D9 !important;
	outline-offset: 0 !important;
}

.blur {
	--tw-blur: blur(8px) !important;
	filter: var(--tw-filter) !important;
}

.filter {
	filter: var(--tw-filter) !important;
}

.transition-all {
	transition-property: all !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}

.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}

.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}

.transition-opacity {
	transition-property: opacity !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}

.duration-200 {
	transition-duration: 200ms !important;
}

.duration-75 {
	transition-duration: 75ms !important;
}

.duration-150 {
	transition-duration: 150ms !important;
}

.duration-300 {
	transition-duration: 300ms !important;
}

.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.after\:text-red-600::after {
	content: "" !important;
	--tw-text-opacity: 1 !important;
	color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.after\:content-\[\"\*\"\]::after {
	content: "*" !important;
}

.checked\:border-transparent:checked {
	border-color: transparent !important;
}

.checked\:bg-black:checked {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(18, 18, 18, var(--tw-bg-opacity)) !important;
}

.hover\:border-black\/90:hover {
	border-color: rgba(18, 18, 18, 0.9) !important;
}

.hover\:bg-gray-300:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-100:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 230, 241, var(--tw-bg-opacity)) !important;
}

.hover\:bg-black\/90:hover {
	background-color: rgba(18, 18, 18, 0.9) !important;
}

.hover\:bg-purple-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(156, 56, 147, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

.hover\:bg-white:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-black\/10:hover {
	background-color: rgba(18, 18, 18, 0.1) !important;
}

.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-600:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-200:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(231, 205, 228, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-100:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(249, 210, 228, var(--tw-bg-opacity)) !important;
}

.hover\:bg-base-300:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(236, 236, 236, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
}

.hover\:bg-error-600:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(199, 20, 20, var(--tw-bg-opacity)) !important;
}

.hover\:bg-base-400:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(217, 217, 217, var(--tw-bg-opacity)) !important;
}

.hover\:bg-white\/50:hover {
	background-color: rgba(255, 255, 255, 0.5) !important;
}

.hover\:text-purple-900:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(133, 0, 121, var(--tw-text-opacity)) !important;
}

.hover\:text-black\/90:hover {
	color: rgba(18, 18, 18, 0.9) !important;
}

.hover\:text-gray-700:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-900:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.hover\:underline:hover {
	text-decoration: underline !important;
}

.hover\:opacity-80:hover {
	opacity: 0.8 !important;
}

.focus\:z-10:focus {
	z-index: 10 !important;
}

.focus\:border-blue-500:focus {
	--tw-border-opacity: 1 !important;
	border-color: rgba(123, 209, 243, var(--tw-border-opacity)) !important;
}

.focus\:border-purple-800:focus {
	--tw-border-opacity: 1 !important;
	border-color: rgba(144, 33, 133, var(--tw-border-opacity)) !important;
}

.focus\:outline-none:focus {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}

.focus\:ring-2:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-0:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-1:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-inset:focus {
	--tw-ring-inset: inset !important;
}

.focus\:ring-purple-800:focus {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgba(144, 33, 133, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple-500:focus {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgba(181, 105, 174, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-300:focus {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-500:focus {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgba(123, 209, 243, var(--tw-ring-opacity)) !important;
}

.focus\:ring-error-500:focus {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgba(220, 28, 28, var(--tw-ring-opacity)) !important;
}

.focus\:ring-offset-2:focus {
	--tw-ring-offset-width: 2px !important;
}

.focus-visible\:ring-gray-200:focus-visible {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
}

.focus-visible\:ring-offset-gray-200:focus-visible {
	--tw-ring-offset-color: #e5e7eb !important;
}

.disabled\:cursor-not-allowed:disabled {
	cursor: not-allowed !important;
}

.disabled\:border-0:disabled {
	border-width: 0rem !important;
}

.disabled\:bg-transparent:disabled {
	background-color: transparent !important;
}

.disabled\:bg-gray-200:disabled {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-base-200:disabled {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-opacity-30:disabled {
	--tw-bg-opacity: 0.3 !important;
}

.disabled\:text-purple-800:disabled {
	--tw-text-opacity: 1 !important;
	color: rgba(144, 33, 133, var(--tw-text-opacity)) !important;
}

.disabled\:text-base-500:disabled {
	--tw-text-opacity: 1 !important;
	color: rgba(173, 173, 173, var(--tw-text-opacity)) !important;
}

.disabled\:opacity-50:disabled {
	opacity: 0.5 !important;
}

.disabled\:hover\:bg-gray-200:disabled:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

.disabled\:hover\:bg-base-200:disabled:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
}

.group:first-of-type .group-first-of-type\:rounded-l-full {
	border-top-left-radius: 9999px !important;
	border-bottom-left-radius: 9999px !important;
}

.group:last-of-type .group-last-of-type\:rounded-r-full {
	border-top-right-radius: 9999px !important;
	border-bottom-right-radius: 9999px !important;
}

.group:last-of-type .group-last-of-type\:border-r {
	border-right-width: 1px !important;
}

@media (min-width: 640px) {

	.sm\:col-span-1 {
		grid-column: span 1 / span 1 !important;
	}

	.sm\:col-start-2 {
		grid-column-start: 2 !important;
	}

	.sm\:mb-11 {
		margin-bottom: 2.75rem !important;
	}

	.sm\:block {
		display: block !important;
	}

	.sm\:grid {
		display: grid !important;
	}

	.sm\:w-auto {
		width: auto !important;
	}

	.sm\:max-w-xs {
		max-width: 20rem !important;
	}

	.sm\:flex-auto {
		flex: 1 1 auto !important;
	}

	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.sm\:flex-row {
		flex-direction: row !important;
	}

	.sm\:items-center {
		align-items: center !important;
	}

	.sm\:justify-end {
		justify-content: flex-end !important;
	}

	.sm\:justify-between {
		justify-content: space-between !important;
	}

	.sm\:self-auto {
		align-self: auto !important;
	}
}

@media (min-width: 768px) {

	.md\:static {
		position: static !important;
	}

	.md\:inset-0 {
		top: 0px !important;
		right: 0px !important;
		bottom: 0px !important;
		left: 0px !important;
	}

	.md\:left-auto {
		left: auto !important;
	}

	.md\:bottom-0 {
		bottom: 0px !important;
	}

	.md\:left-20 {
		left: 5rem !important;
	}

	.md\:z-auto {
		z-index: auto !important;
	}

	.md\:order-2 {
		order: 2 !important;
	}

	.md\:order-3 {
		order: 3 !important;
	}

	.md\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.md\:ml-16 {
		margin-left: 4rem !important;
	}

	.md\:ml-auto {
		margin-left: auto !important;
	}

	.md\:mr-6 {
		margin-right: 1.5rem !important;
	}

	.md\:ml-\[193px\] {
		margin-left: 193px !important;
	}

	.md\:mt-0 {
		margin-top: 0px !important;
	}

	.md\:ml-0 {
		margin-left: 0px !important;
	}

	.md\:-mt-12 {
		margin-top: -3rem !important;
	}

	.md\:mt-5 {
		margin-top: 1.25rem !important;
	}

	.md\:mb-7 {
		margin-bottom: 1.75rem !important;
	}

	.md\:mb-4 {
		margin-bottom: 1rem !important;
	}

	.md\:block {
		display: block !important;
	}

	.md\:inline {
		display: inline !important;
	}

	.md\:flex {
		display: flex !important;
	}

	.md\:inline-flex {
		display: inline-flex !important;
	}

	.md\:table-cell {
		display: table-cell !important;
	}

	.md\:hidden {
		display: none !important;
	}

	.md\:h-\[60px\] {
		height: 60px !important;
	}

	.md\:h-auto {
		height: auto !important;
	}

	.md\:h-full {
		height: 100% !important;
	}

	.md\:h-\[72px\] {
		height: 72px !important;
	}

	.md\:h-\[580px\] {
		height: 580px !important;
	}

	.md\:h-10 {
		height: 2.5rem !important;
	}

	.md\:h-\[calc\(100vh-110px\)\] {
		height: calc(100vh - 110px) !important;
	}

	.md\:h-36 {
		height: 9rem !important;
	}

	.md\:h-32 {
		height: 8rem !important;
	}

	.md\:max-h-full {
		max-height: 100% !important;
	}

	.md\:w-auto {
		width: auto !important;
	}

	.md\:w-\[500px\] {
		width: 500px !important;
	}

	.md\:w-56 {
		width: 14rem !important;
	}

	.md\:w-\[103px\] {
		width: 103px !important;
	}

	.md\:w-\[40\%\] {
		width: 40% !important;
	}

	.md\:w-1\/2 {
		width: 50% !important;
	}

	.md\:w-full {
		width: 100% !important;
	}

	.md\:w-46\.5 {
		width: 11.625rem !important;
	}

	.md\:w-\[30\%\] {
		width: 30% !important;
	}

	.md\:w-\[441px\] {
		width: 441px !important;
	}

	.md\:w-\[550px\] {
		width: 550px !important;
	}

	.md\:w-\[calc\(100\%-48px\)\] {
		width: calc(100% - 48px) !important;
	}

	.md\:w-\[120px\] {
		width: 120px !important;
	}

	.md\:w-32 {
		width: 8rem !important;
	}

	.md\:w-10 {
		width: 2.5rem !important;
	}

	.md\:w-1\/4 {
		width: 25% !important;
	}

	.md\:w-3\/4 {
		width: 75% !important;
	}

	.md\:w-2\/6 {
		width: 33.333333% !important;
	}

	.md\:min-w-\[180px\] {
		min-width: 180px !important;
	}

	.md\:max-w-\[45\%\] {
		max-width: 45% !important;
	}

	.md\:max-w-\[36\%\] {
		max-width: 36% !important;
	}

	.md\:max-w-\[208px\] {
		max-width: 208px !important;
	}

	.md\:max-w-\[280px\] {
		max-width: 280px !important;
	}

	.md\:max-w-md {
		max-width: 28rem !important;
	}

	.md\:flex-auto {
		flex: 1 1 auto !important;
	}

	.md\:flex-shrink-0 {
		flex-shrink: 0 !important;
	}

	.md\:flex-grow {
		flex-grow: 1 !important;
	}

	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, 1fr) !important;
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.md\:flex-row {
		flex-direction: row !important;
	}

	.md\:flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.md\:items-start {
		align-items: flex-start !important;
	}

	.md\:items-end {
		align-items: flex-end !important;
	}

	.md\:items-center {
		align-items: center !important;
	}

	.md\:items-stretch {
		align-items: stretch !important;
	}

	.md\:justify-start {
		justify-content: flex-start !important;
	}

	.md\:justify-end {
		justify-content: flex-end !important;
	}

	.md\:justify-center {
		justify-content: center !important;
	}

	.md\:justify-between {
		justify-content: space-between !important;
	}

	.md\:gap-6 {
		gap: 1.5rem !important;
	}

	.md\:gap-0 {
		gap: 0px !important;
	}

	.md\:gap-4 {
		gap: 1rem !important;
	}

	.md\:gap-2 {
		gap: 0.5rem !important;
	}

	.md\:gap-x-2 {
		column-gap: 0.5rem !important;
	}

	.md\:gap-x-\[90px\] {
		column-gap: 90px !important;
	}

	.md\:gap-x-6 {
		column-gap: 1.5rem !important;
	}

	.md\:self-end {
		align-self: flex-end !important;
	}

	.md\:rounded-xl {
		border-radius: 0.75rem !important;
	}

	.md\:border-l {
		border-left-width: 1px !important;
	}

	.md\:border-b-0 {
		border-bottom-width: 0rem !important;
	}

	.md\:border-t-0 {
		border-top-width: 0rem !important;
	}

	.md\:border-b {
		border-bottom-width: 1px !important;
	}

	.md\:border-base-400 {
		--tw-border-opacity: 1 !important;
		border-color: rgba(217, 217, 217, var(--tw-border-opacity)) !important;
	}

	.md\:bg-transparent {
		background-color: transparent !important;
	}

	.md\:p-4 {
		padding: 1rem !important;
	}

	.md\:p-6 {
		padding: 1.5rem !important;
	}

	.md\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.md\:py-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.md\:px-8 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	.md\:px-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.md\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.md\:px-20 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.md\:pb-3 {
		padding-bottom: 0.75rem !important;
	}

	.md\:pt-0 {
		padding-top: 0px !important;
	}

	.md\:pr-0 {
		padding-right: 0px !important;
	}

	.md\:pt-6 {
		padding-top: 1.5rem !important;
	}

	.md\:pb-\[70px\] {
		padding-bottom: 70px !important;
	}

	.md\:pt-\[55px\] {
		padding-top: 55px !important;
	}

	.md\:pb-0 {
		padding-bottom: 0px !important;
	}

	.md\:pb-11 {
		padding-bottom: 2.75rem !important;
	}

	.md\:text-sm {
		font-size: 0.875rem !important;
		line-height: 1.25rem !important;
	}

	.md\:text-32 {
		font-size: 32px !important;
	}

	.md\:text-black\/90 {
		color: rgba(18, 18, 18, 0.9) !important;
	}

	.md\:filter-none {
		filter: none !important;
	}
}

@media (min-width: 1024px) {

	.lg\:absolute {
		position: absolute !important;
	}

	.lg\:relative {
		position: relative !important;
	}

	.lg\:left-1\/2 {
		left: 50% !important;
	}

	.lg\:left-\[120px\] {
		left: 120px !important;
	}

	.lg\:z-10 {
		z-index: 10 !important;
	}

	.lg\:z-40 {
		z-index: 40 !important;
	}

	.lg\:order-1 {
		order: 1 !important;
	}

	.lg\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.lg\:mb-11 {
		margin-bottom: 2.75rem !important;
	}

	.lg\:mr-8 {
		margin-right: 2rem !important;
	}

	.lg\:min-h-\[311px\] {
		min-height: 311px !important;
	}

	.lg\:w-auto {
		width: auto !important;
	}

	.lg\:w-\[137px\] {
		width: 137px !important;
	}

	.lg\:w-\[147px\] {
		width: 147px !important;
	}

	.lg\:w-\[441px\] {
		width: 441px !important;
	}

	.lg\:w-\[540px\] {
		width: 540px !important;
	}

	.lg\:max-w-\[888px\] {
		max-width: 888px !important;
	}

	.lg\:flex-initial {
		flex: 0 1 auto !important;
	}

	.lg\:flex-grow-0 {
		flex-grow: 0 !important;
	}

	.lg\:-translate-x-1\/2 {
		--tw-translate-x: -50% !important;
		transform: var(--tw-transform) !important;
	}

	.lg\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, 1fr) !important;
	}

	.lg\:flex-row {
		flex-direction: row !important;
	}

	.lg\:flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.lg\:items-end {
		align-items: flex-end !important;
	}

	.lg\:items-center {
		align-items: center !important;
	}

	.lg\:justify-end {
		justify-content: flex-end !important;
	}

	.lg\:justify-between {
		justify-content: space-between !important;
	}

	.lg\:gap-6 {
		gap: 1.5rem !important;
	}

	.lg\:self-end {
		align-self: flex-end !important;
	}

	.lg\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.lg\:px-1\.5 {
		padding-left: 0.375rem !important;
		padding-right: 0.375rem !important;
	}

	.lg\:px-1 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}

	.lg\:pt-7 {
		padding-top: 1.75rem !important;
	}

	.lg\:pb-1 {
		padding-bottom: 0.25rem !important;
	}

	.lg\:pb-6 {
		padding-bottom: 1.5rem !important;
	}
}

@media (min-width: 1280px) {

	.xl\:ml-36 {
		margin-left: 9rem !important;
	}

	.xl\:mb-12 {
		margin-bottom: 3rem !important;
	}

	.xl\:-mt-16 {
		margin-top: -4rem !important;
	}

	.xl\:mb-8 {
		margin-bottom: 2rem !important;
	}

	.xl\:h-72 {
		height: 18rem !important;
	}

	.xl\:h-44 {
		height: 11rem !important;
	}

	.xl\:w-44 {
		width: 11rem !important;
	}

	.xl\:flex-shrink-0 {
		flex-shrink: 0 !important;
	}

	.xl\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.xl\:pt-20 {
		padding-top: 5rem !important;
	}

	.xl\:text-3xl {
		font-size: 1.875rem !important;
		line-height: 2.25rem !important;
	}
}

@media (min-width: 1340px) {

	.xxl\:px-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(123, 209, 243, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #66C9F1;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #66C9F1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}

input::placeholder,textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

::-webkit-date-and-time-value {
	min-height: 1.5em;
	text-align: inherit;
}

::-webkit-datetime-edit {
	display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
	padding-top: 0;
	padding-bottom: 0;
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #66C9F1;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
	border-radius: 0px;
}

[type='radio'] {
	border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #66C9F1;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

	[type='checkbox']:checked {
		-webkit-appearance: auto;
		   -moz-appearance: auto;
		        appearance: auto;
	}
}

[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

	[type='radio']:checked {
		-webkit-appearance: auto;
		   -moz-appearance: auto;
		        appearance: auto;
	}
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='checkbox']:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

@media (forced-colors: active)  {

	[type='checkbox']:indeterminate {
		-webkit-appearance: auto;
		   -moz-appearance: auto;
		        appearance: auto;
	}
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='file'] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}

[type='file']:focus {
	outline: 1px solid ButtonText;
	outline: 1px auto -webkit-focus-ring-color;
}
.container {
	width: 100%;
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1305px) {

	.container {
		max-width: 1305px;
	}
}
@media (min-width: 1340px) {

	.container {
		max-width: 1340px;
	}
}
@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}
.form-input,.form-textarea,.form-select,.form-multiselect {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #66C9F1;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #66C9F1;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}
.form-input::-webkit-date-and-time-value {
	min-height: 1.5em;
	text-align: inherit;
}
.form-input::-webkit-datetime-edit {
	display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
	padding-top: 0;
	padding-bottom: 0;
}
.form-checkbox,.form-radio {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #66C9F1;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}
.form-checkbox {
	border-radius: 0px;
}
.form-checkbox:focus,.form-radio:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #66C9F1;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.form-checkbox:checked,.form-radio:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.form-checkbox:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {

	.form-checkbox:checked {
		-webkit-appearance: auto;
		   -moz-appearance: auto;
		        appearance: auto;
	}
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
	border-color: transparent;
	background-color: currentColor;
}
.form-checkbox:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
@media (forced-colors: active)  {

	.form-checkbox:indeterminate {
		-webkit-appearance: auto;
		   -moz-appearance: auto;
		        appearance: auto;
	}
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}
.typo-15 {
	font-size: 15px;
	line-height: 1.25rem;
	letter-spacing: -0.01em;
	--tw-text-opacity: 1;
	color: rgba(33, 33, 33, var(--tw-text-opacity));
}
.menu-link {
	display: flex;
	height: 2.5rem;
	width: 100%;
	align-items: center;
	gap: 0.75rem;
	border-radius: 0.75rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(18, 18, 18, var(--tw-text-opacity));
}
.menu-link:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 230, 241, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(133, 0, 121, var(--tw-text-opacity));
}
@media (min-width: 768px) {

	.menu-link {
		height: 3rem;
	}
}
.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border-width: 0 !important;
}
.pointer-events-none {
	pointer-events: none !important;
}
.visible {
	visibility: visible !important;
}
.static {
	position: static !important;
}
.fixed {
	position: fixed !important;
}
.absolute {
	position: absolute !important;
}
.relative {
	position: relative !important;
}
.sticky {
	position: sticky !important;
}
.inset-0 {
	top: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
}
.inset-y-0 {
	top: 0px !important;
	bottom: 0px !important;
}
.right-4 {
	right: 1rem !important;
}
.top-0 {
	top: 0px !important;
}
.bottom-0 {
	bottom: 0px !important;
}
.left-0 {
	left: 0px !important;
}
.right-0 {
	right: 0px !important;
}
.bottom-4 {
	bottom: 1rem !important;
}
.-top-6 {
	top: -1.5rem !important;
}
.bottom-1 {
	bottom: 0.25rem !important;
}
.right-2 {
	right: 0.5rem !important;
}
.left-3 {
	left: 0.75rem !important;
}
.top-\[100\%\] {
	top: 100% !important;
}
.right-\[50px\] {
	right: 50px !important;
}
.left-auto {
	left: auto !important;
}
.right-1\.5 {
	right: 0.375rem !important;
}
.right-1 {
	right: 0.25rem !important;
}
.left-full {
	left: 100% !important;
}
.bottom-16 {
	bottom: 4rem !important;
}
.bottom-11 {
	bottom: 2.75rem !important;
}
.top-4 {
	top: 1rem !important;
}
.top-\[102\%\] {
	top: 102% !important;
}
.right-5 {
	right: 1.25rem !important;
}
.top-2 {
	top: 0.5rem !important;
}
.left-2 {
	left: 0.5rem !important;
}
.top-3 {
	top: 0.75rem !important;
}
.right-3 {
	right: 0.75rem !important;
}
.bottom-3 {
	bottom: 0.75rem !important;
}
.bottom-2 {
	bottom: 0.5rem !important;
}
.top-20 {
	top: 5rem !important;
}
.top-\[110\%\] {
	top: 110% !important;
}
.top-10 {
	top: 2.5rem !important;
}
.bottom-\[8rem\] {
	bottom: 8rem !important;
}
.left-6 {
	left: 1.5rem !important;
}
.right-6 {
	right: 1.5rem !important;
}
.top-\[170px\] {
	top: 170px !important;
}
.top-\[125px\] {
	top: 125px !important;
}
.top-\[3px\] {
	top: 3px !important;
}
.bottom-5 {
	bottom: 1.25rem !important;
}
.left-1\/2 {
	left: 50% !important;
}
.top-1\/2 {
	top: 50% !important;
}
.bottom-8 {
	bottom: 2rem !important;
}
.left-3\.5 {
	left: 0.875rem !important;
}
.right-8 {
	right: 2rem !important;
}
.top-\[60px\] {
	top: 60px !important;
}
.bottom-3\.5 {
	bottom: 0.875rem !important;
}
.left-\[54px\] {
	left: 54px !important;
}
.z-10 {
	z-index: 10 !important;
}
.z-50 {
	z-index: 50 !important;
}
.z-0 {
	z-index: 0 !important;
}
.z-\[1\] {
	z-index: 1 !important;
}
.z-40 {
	z-index: 40 !important;
}
.z-30 {
	z-index: 30 !important;
}
.z-20 {
	z-index: 20 !important;
}
.z-\[200\] {
	z-index: 200 !important;
}
.order-3 {
	order: 3 !important;
}
.order-1 {
	order: 1 !important;
}
.order-2 {
	order: 2 !important;
}
.col-span-full {
	grid-column: 1 / -1 !important;
}
.m-7 {
	margin: 1.75rem !important;
}
.m-0 {
	margin: 0px !important;
}
.m-auto {
	margin: auto !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mx-4 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}
.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}
.mx-1 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important;
}
.mx-6 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}
.my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.my-6 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}
.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.mx-3 {
	margin-left: 0.75rem !important;
	margin-right: 0.75rem !important;
}
.my-3 {
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}
.my-5 {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important;
}
.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mb-5 {
	margin-bottom: 1.25rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mb-3 {
	margin-bottom: 0.75rem !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mt-6 {
	margin-top: 1.5rem !important;
}
.mb-6 {
	margin-bottom: 1.5rem !important;
}
.ml-1 {
	margin-left: 0.25rem !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.ml-2 {
	margin-left: 0.5rem !important;
}
.mr-2 {
	margin-right: 0.5rem !important;
}
.mt-4 {
	margin-top: 1rem !important;
}
.mb-\[18px\] {
	margin-bottom: 18px !important;
}
.mb-4 {
	margin-bottom: 1rem !important;
}
.mt-5 {
	margin-top: 1.25rem !important;
}
.mt-\[45px\] {
	margin-top: 45px !important;
}
.mb-10 {
	margin-bottom: 2.5rem !important;
}
.mt-auto {
	margin-top: auto !important;
}
.mr-auto {
	margin-right: auto !important;
}
.ml-\[-3px\] {
	margin-left: -3px !important;
}
.ml-auto {
	margin-left: auto !important;
}
.mt-3 {
	margin-top: 0.75rem !important;
}
.mt-0\.5 {
	margin-top: 0.125rem !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mb-8 {
	margin-bottom: 2rem !important;
}
.mr-1 {
	margin-right: 0.25rem !important;
}
.mb-9 {
	margin-bottom: 2.25rem !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.mt-7 {
	margin-top: 1.75rem !important;
}
.mb-16 {
	margin-bottom: 4rem !important;
}
.-mt-6 {
	margin-top: -1.5rem !important;
}
.-ml-3 {
	margin-left: -0.75rem !important;
}
.-mt-8 {
	margin-top: -2rem !important;
}
.block {
	display: block !important;
}
.inline-block {
	display: inline-block !important;
}
.inline {
	display: inline !important;
}
.flex {
	display: flex !important;
}
.inline-flex {
	display: inline-flex !important;
}
.table {
	display: table !important;
}
.grid {
	display: grid !important;
}
.contents {
	display: contents !important;
}
.hidden {
	display: none !important;
}
.h-full {
	height: 100% !important;
}
.h-5 {
	height: 1.25rem !important;
}
.h-12 {
	height: 3rem !important;
}
.h-8 {
	height: 2rem !important;
}
.h-px {
	height: 1px !important;
}
.h-2 {
	height: 0.5rem !important;
}
.h-10 {
	height: 2.5rem !important;
}
.h-32 {
	height: 8rem !important;
}
.h-auto {
	height: auto !important;
}
.h-\[22px\] {
	height: 22px !important;
}
.h-\[38px\] {
	height: 38px !important;
}
.h-\[60px\] {
	height: 60px !important;
}
.h-\[51px\] {
	height: 51px !important;
}
.h-16 {
	height: 4rem !important;
}
.h-\[calc\(100\%-1rem\)\] {
	height: calc(100% - 1rem) !important;
}
.h-\[17px\] {
	height: 17px !important;
}
.h-6 {
	height: 1.5rem !important;
}
.h-3 {
	height: 0.75rem !important;
}
.h-14 {
	height: 3.5rem !important;
}
.h-4 {
	height: 1rem !important;
}
.h-\[200px\] {
	height: 200px !important;
}
.h-screen {
	height: 100vh !important;
}
.h-\[277px\] {
	height: 277px !important;
}
.h-56 {
	height: 14rem !important;
}
.h-7 {
	height: 1.75rem !important;
}
.h-2\/3 {
	height: 66.666667% !important;
}
.h-\[72px\] {
	height: 72px !important;
}
.h-28 {
	height: 7rem !important;
}
.h-\[61px\] {
	height: 61px !important;
}
.h-\[calc\(100vh-72px\)\] {
	height: calc(100vh - 72px) !important;
}
.h-20 {
	height: 5rem !important;
}
.h-96 {
	height: 24rem !important;
}
.h-\[44px\] {
	height: 44px !important;
}
.h-52 {
	height: 13rem !important;
}
.h-1\.5 {
	height: 0.375rem !important;
}
.h-1 {
	height: 0.25rem !important;
}
.h-\[30px\] {
	height: 30px !important;
}
.h-\[calc\(100vh-73px\)\] {
	height: calc(100vh - 73px) !important;
}
.h-\[18px\] {
	height: 18px !important;
}
.h-9 {
	height: 2.25rem !important;
}
.max-h-\[calc\(100vh-73px\)\] {
	max-height: calc(100vh - 73px) !important;
}
.max-h-full {
	max-height: 100% !important;
}
.max-h-40 {
	max-height: 10rem !important;
}
.min-h-\[calc\(100vh-81px\)\] {
	min-height: calc(100vh - 81px) !important;
}
.min-h-\[369px\] {
	min-height: 369px !important;
}
.min-h-\[311px\] {
	min-height: 311px !important;
}
.min-h-screen {
	min-height: 100vh !important;
}
.min-h-\[3rem\] {
	min-height: 3rem !important;
}
.w-full {
	width: 100% !important;
}
.w-5 {
	width: 1.25rem !important;
}
.w-8 {
	width: 2rem !important;
}
.w-6 {
	width: 1.5rem !important;
}
.w-2 {
	width: 0.5rem !important;
}
.w-32 {
	width: 8rem !important;
}
.w-2\/12 {
	width: 16.667% !important;
}
.w-6\/12 {
	width: 50% !important;
}
.w-4\/12 {
	width: 33.333% !important;
}
.w-\[98\%\] {
	width: 98% !important;
}
.w-\[215px\] {
	width: 215px !important;
}
.w-\[22px\] {
	width: 22px !important;
}
.w-\[calc\(100\%-4px\)\] {
	width: calc(100% - 4px) !important;
}
.w-\[38px\] {
	width: 38px !important;
}
.w-auto {
	width: auto !important;
}
.w-10 {
	width: 2.5rem !important;
}
.w-\[345px\] {
	width: 345px !important;
}
.w-\[19px\] {
	width: 19px !important;
}
.w-3 {
	width: 0.75rem !important;
}
.w-12 {
	width: 3rem !important;
}
.w-4 {
	width: 1rem !important;
}
.w-11\/12 {
	width: 91.666667% !important;
}
.w-\[200px\] {
	width: 200px !important;
}
.w-\[120px\] {
	width: 120px !important;
}
.w-\[150px\] {
	width: 150px !important;
}
.w-\[49\%\] {
	width: 49% !important;
}
.w-7 {
	width: 1.75rem !important;
}
.w-48 {
	width: 12rem !important;
}
.w-24 {
	width: 6rem !important;
}
.w-16 {
	width: 4rem !important;
}
.w-\[346px\] {
	width: 346px !important;
}
.w-\[calc\(100\%-60px\)\] {
	width: calc(100% - 60px) !important;
}
.w-20 {
	width: 5rem !important;
}
.w-2\/3 {
	width: 66.666667% !important;
}
.w-\[124px\] {
	width: 124px !important;
}
.w-1\.5 {
	width: 0.375rem !important;
}
.w-1 {
	width: 0.25rem !important;
}
.w-\[86px\] {
	width: 86px !important;
}
.w-44 {
	width: 11rem !important;
}
.w-\[calc\(100\%-40px\)\] {
	width: calc(100% - 40px) !important;
}
.w-screen {
	width: 100vw !important;
}
.w-\[18px\] {
	width: 18px !important;
}
.w-\[140px\] {
	width: 140px !important;
}
.w-\[260px\] {
	width: 260px !important;
}
.min-w-\[auto\] {
	min-width: auto !important;
}
.min-w-full {
	min-width: 100% !important;
}
.min-w-0 {
	min-width: 0px !important;
}
.min-w-\[204px\] {
	min-width: 204px !important;
}
.max-w-screen-xxl {
	max-width: 1340px !important;
}
.max-w-\[260px\] {
	max-width: 260px !important;
}
.max-w-\[380px\] {
	max-width: 380px !important;
}
.max-w-\[4rem\] {
	max-width: 4rem !important;
}
.max-w-\[3rem\] {
	max-width: 3rem !important;
}
.max-w-\[2rem\] {
	max-width: 2rem !important;
}
.max-w-full {
	max-width: 100% !important;
}
.max-w-none {
	max-width: none !important;
}
.max-w-3xl {
	max-width: 48rem !important;
}
.max-w-\[471px\] {
	max-width: 471px !important;
}
.max-w-sm {
	max-width: 24rem !important;
}
.max-w-4xl {
	max-width: 56rem !important;
}
.max-w-\[200px\] {
	max-width: 200px !important;
}
.max-w-\[12rem\] {
	max-width: 12rem !important;
}
.max-w-xs {
	max-width: 20rem !important;
}
.max-w-\[485px\] {
	max-width: 485px !important;
}
.max-w-\[432px\] {
	max-width: 432px !important;
}
.max-w-md {
	max-width: 28rem !important;
}
.max-w-\[434px\] {
	max-width: 434px !important;
}
.max-w-\[150px\] {
	max-width: 150px !important;
}
.max-w-\[450px\] {
	max-width: 450px !important;
}
.max-w-\[5rem\] {
	max-width: 5rem !important;
}
.max-w-\[580px\] {
	max-width: 580px !important;
}
.max-w-\[208px\] {
	max-width: 208px !important;
}
.max-w-max {
	max-width: -moz-max-content !important;
	max-width: max-content !important;
}
.max-w-\[500px\] {
	max-width: 500px !important;
}
.max-w-\[64px\] {
	max-width: 64px !important;
}
.flex-1 {
	flex: 1 1 0% !important;
}
.flex-none {
	flex: none !important;
}
.flex-shrink-0 {
	flex-shrink: 0 !important;
}
.flex-grow {
	flex-grow: 1 !important;
}
.table-fixed {
	table-layout: fixed !important;
}
.border-collapse {
	border-collapse: collapse !important;
}
.-translate-x-1\/2 {
	--tw-translate-x: -50% !important;
	transform: var(--tw-transform) !important;
}
.-translate-y-1\/2 {
	--tw-translate-y: -50% !important;
	transform: var(--tw-transform) !important;
}
.rotate-180 {
	--tw-rotate: 180deg !important;
	transform: var(--tw-transform) !important;
}
.rotate-0 {
	--tw-rotate: 0deg !important;
	transform: var(--tw-transform) !important;
}
.transform {
	transform: var(--tw-transform) !important;
}
@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	animation: spin 1s linear infinite !important;
}
@keyframes pulse {

	50% {
		opacity: .5;
	}
}
.animate-pulse {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}
@keyframes ping {

	75%, 100% {
		transform: scale(2);
		opacity: 0;
	}
}
.animate-ping {
	animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}
.cursor-pointer {
	cursor: pointer !important;
}
.cursor-not-allowed {
	cursor: not-allowed !important;
}
.select-none {
	-webkit-user-select: none !important;
	   -moz-user-select: none !important;
	        user-select: none !important;
}
.resize-none {
	resize: none !important;
}
.resize {
	resize: both !important;
}
.list-inside {
	list-style-position: inside !important;
}
.list-decimal {
	list-style-type: decimal !important;
}
.list-disc {
	list-style-type: disc !important;
}
.appearance-none {
	-webkit-appearance: none !important;
	   -moz-appearance: none !important;
	        appearance: none !important;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-4 {
	grid-template-columns: repeat(4, 1fr) !important;
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.flex-row {
	flex-direction: row !important;
}
.flex-col {
	flex-direction: column !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.items-start {
	align-items: flex-start !important;
}
.items-end {
	align-items: flex-end !important;
}
.items-center {
	align-items: center !important;
}
.items-baseline {
	align-items: baseline !important;
}
.items-stretch {
	align-items: stretch !important;
}
.justify-start {
	justify-content: flex-start !important;
}
.justify-end {
	justify-content: flex-end !important;
}
.justify-center {
	justify-content: center !important;
}
.justify-between {
	justify-content: space-between !important;
}
.justify-evenly {
	justify-content: space-evenly !important;
}
.gap-5 {
	gap: 1.25rem !important;
}
.gap-2 {
	gap: 0.5rem !important;
}
.gap-1 {
	gap: 0.25rem !important;
}
.gap-3 {
	gap: 0.75rem !important;
}
.gap-4 {
	gap: 1rem !important;
}
.gap-6 {
	gap: 1.5rem !important;
}
.gap-8 {
	gap: 2rem !important;
}
.gap-y-3 {
	row-gap: 0.75rem !important;
}
.gap-x-3 {
	-moz-column-gap: 0.75rem !important;
	     column-gap: 0.75rem !important;
}
.gap-y-6 {
	row-gap: 1.5rem !important;
}
.gap-x-2 {
	-moz-column-gap: 0.5rem !important;
	     column-gap: 0.5rem !important;
}
.gap-y-8 {
	row-gap: 2rem !important;
}
.gap-y-9 {
	row-gap: 2.25rem !important;
}
.gap-x-3\.5 {
	-moz-column-gap: 0.875rem !important;
	     column-gap: 0.875rem !important;
}
.gap-y-4 {
	row-gap: 1rem !important;
}
.gap-x-1 {
	-moz-column-gap: 0.25rem !important;
	     column-gap: 0.25rem !important;
}
.gap-y-12 {
	row-gap: 3rem !important;
}
.gap-y-7 {
	row-gap: 1.75rem !important;
}
.gap-x-2\.5 {
	-moz-column-gap: 0.625rem !important;
	     column-gap: 0.625rem !important;
}
.gap-x-4 {
	-moz-column-gap: 1rem !important;
	     column-gap: 1rem !important;
}
.gap-y-2 {
	row-gap: 0.5rem !important;
}
.gap-x-6 {
	-moz-column-gap: 1.5rem !important;
	     column-gap: 1.5rem !important;
}
.gap-y-5 {
	row-gap: 1.25rem !important;
}
.gap-y-1 {
	row-gap: 0.25rem !important;
}
.gap-x-0 {
	-moz-column-gap: 0px !important;
	     column-gap: 0px !important;
}
.gap-y-2\.5 {
	row-gap: 0.625rem !important;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0 !important;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0 !important;
	border-top-width: calc(0.125rem * calc(1 - var(--tw-divide-y-reverse))) !important;
	border-bottom-width: calc(0.125rem * var(--tw-divide-y-reverse)) !important;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0 !important;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
.divide-black > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1 !important;
	border-color: rgba(18, 18, 18, var(--tw-divide-opacity)) !important;
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1 !important;
	border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important;
}
.self-center {
	align-self: center !important;
}
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.overflow-x-auto {
	overflow-x: auto !important;
}
.overflow-y-auto {
	overflow-y: auto !important;
}
.overflow-x-hidden {
	overflow-x: hidden !important;
}
.overflow-x-scroll {
	overflow-x: scroll !important;
}
.truncate {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}
.whitespace-normal {
	white-space: normal !important;
}
.whitespace-nowrap {
	white-space: nowrap !important;
}
.rounded-full {
	border-radius: 9999px !important;
}
.rounded-xl {
	border-radius: 0.75rem !important;
}
.rounded {
	border-radius: 0.25rem !important;
}
.rounded-3xl {
	border-radius: 1.5rem !important;
}
.rounded-lg {
	border-radius: 0.5rem !important;
}
.rounded-md {
	border-radius: 0.375rem !important;
}
.rounded-20 {
	border-radius: 1.25rem !important;
}
.rounded-none {
	border-radius: 0px !important;
}
.rounded-\[20px\] {
	border-radius: 20px !important;
}
.rounded-t-none {
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}
.rounded-b-lg {
	border-bottom-right-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
}
.rounded-t {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}
.rounded-b-md {
	border-bottom-right-radius: 0.375rem !important;
	border-bottom-left-radius: 0.375rem !important;
}
.rounded-b {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}
.rounded-t-lg {
	border-top-left-radius: 0.5rem !important;
	border-top-right-radius: 0.5rem !important;
}
.rounded-t-2xl {
	border-top-left-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
}
.rounded-r-full {
	border-top-right-radius: 9999px !important;
	border-bottom-right-radius: 9999px !important;
}
.border {
	border-width: 1px !important;
}
.border-0 {
	border-width: 0rem !important;
}
.border-2 {
	border-width: 0.125rem !important;
}
.border-5 {
	border-width: .3125rem !important;
}
.\!border {
	border-width: 1px !important;
}
.border-4 {
	border-width: 4px !important;
}
.border-t {
	border-top-width: 1px !important;
}
.border-b {
	border-bottom-width: 1px !important;
}
.border-l-5 {
	border-left-width: .3125rem !important;
}
.border-r {
	border-right-width: 1px !important;
}
.border-l {
	border-left-width: 1px !important;
}
.border-r-0 {
	border-right-width: 0rem !important;
}
.border-r-\[16px\] {
	border-right-width: 16px !important;
}
.border-dashed {
	border-style: dashed !important;
}
.border-base-400 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(217, 217, 217, var(--tw-border-opacity)) !important;
}
.border-white {
	--tw-border-opacity: 1 !important;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}
.border-blue-800 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(62, 185, 238, var(--tw-border-opacity)) !important;
}
.border-black {
	--tw-border-opacity: 1 !important;
	border-color: rgba(18, 18, 18, var(--tw-border-opacity)) !important;
}
.border-gray-200 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
}
.border-gray-300 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}
.border-gray-400 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}
.border-\[\#D9D9D9\] {
	--tw-border-opacity: 1 !important;
	border-color: rgba(217, 217, 217, var(--tw-border-opacity)) !important;
}
.border-\[\#DC1C1C\] {
	--tw-border-opacity: 1 !important;
	border-color: rgba(220, 28, 28, var(--tw-border-opacity)) !important;
}
.border-\[\#800080\] {
	--tw-border-opacity: 1 !important;
	border-color: rgba(128, 0, 128, var(--tw-border-opacity)) !important;
}
.border-purple-900 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(133, 0, 121, var(--tw-border-opacity)) !important;
}
.border-purple-700 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(156, 56, 147, var(--tw-border-opacity)) !important;
}
.border-gray-500 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}
.border-base-500 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(173, 173, 173, var(--tw-border-opacity)) !important;
}
.\!border-gray-300 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}
.border-error-500 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(220, 28, 28, var(--tw-border-opacity)) !important;
}
.border-gray-100 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
}
.border-transparent {
	border-color: transparent !important;
}
.border-base-700 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
}
.bg-white {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.bg-transparent {
	background-color: transparent !important;
}
.bg-gray-200 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}
.bg-base-400 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(217, 217, 217, var(--tw-bg-opacity)) !important;
}
.bg-green-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}
.bg-yellow-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
}
.bg-blue-900 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(44, 177, 236, var(--tw-bg-opacity)) !important;
}
.bg-black {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(18, 18, 18, var(--tw-bg-opacity)) !important;
}
.bg-purple-800 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(144, 33, 133, var(--tw-bg-opacity)) !important;
}
.bg-purple-900 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(133, 0, 121, var(--tw-bg-opacity)) !important;
}
.bg-black\/30 {
	background-color: rgba(18, 18, 18, 0.3) !important;
}
.bg-gray-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}
.bg-\[\#F7F7F7\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
}
.bg-blue-300 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(167, 223, 247, var(--tw-bg-opacity)) !important;
}
.bg-blue-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(233, 247, 253, var(--tw-bg-opacity)) !important;
}
.bg-base-200 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
}
.bg-base-300 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(236, 236, 236, var(--tw-bg-opacity)) !important;
}
.bg-gray-900 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
}
.bg-\[\#DC1C1C\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(220, 28, 28, var(--tw-bg-opacity)) !important;
}
.bg-\[\#800080\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(128, 0, 128, var(--tw-bg-opacity)) !important;
}
.bg-red-600 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}
.bg-purple-200 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(231, 205, 228, var(--tw-bg-opacity)) !important;
}
.bg-black\/90 {
	background-color: rgba(18, 18, 18, 0.9) !important;
}
.bg-purple-700 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(156, 56, 147, var(--tw-bg-opacity)) !important;
}
.bg-red-700 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}
.bg-purple-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 230, 241, var(--tw-bg-opacity)) !important;
}
.bg-pink-700 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(228, 60, 137, var(--tw-bg-opacity)) !important;
}
.bg-warning-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(223, 161, 2, var(--tw-bg-opacity)) !important;
}
.bg-alertGreen {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(36, 161, 72, var(--tw-bg-opacity)) !important;
}
.bg-red-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}
.bg-gray-300 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}
.bg-white\/10 {
	background-color: rgba(255, 255, 255, 0.1) !important;
}
.bg-red-800 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}
.bg-pink-900 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(225, 36, 122, var(--tw-bg-opacity)) !important;
}
.bg-blue-700 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(81, 193, 239, var(--tw-bg-opacity)) !important;
}
.bg-base-900 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(33, 33, 33, var(--tw-bg-opacity)) !important;
}
.bg-error-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(220, 28, 28, var(--tw-bg-opacity)) !important;
}
.bg-pink-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 230, 241, var(--tw-bg-opacity)) !important;
}
.bg-yellow-200 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
}
.bg-opacity-30 {
	--tw-bg-opacity: 0.3 !important;
}
.bg-cover {
	background-size: cover !important;
}
.bg-center {
	background-position: center !important;
}
.bg-top {
	background-position: top !important;
}
.bg-no-repeat {
	background-repeat: no-repeat !important;
}
.object-cover {
	-o-object-fit: cover !important;
	   object-fit: cover !important;
}
.object-fill {
	-o-object-fit: fill !important;
	   object-fit: fill !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.p-3 {
	padding: 0.75rem !important;
}
.p-5 {
	padding: 1.25rem !important;
}
.p-4 {
	padding: 1rem !important;
}
.p-0 {
	padding: 0px !important;
}
.p-6 {
	padding: 1.5rem !important;
}
.p-1\.5 {
	padding: 0.375rem !important;
}
.p-8 {
	padding: 2rem !important;
}
.p-2\.5 {
	padding: 0.625rem !important;
}
.px-6 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.py-3 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}
.px-3 {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
.py-6 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}
.px-5 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}
.px-\[15px\] {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.py-1\.5 {
	padding-top: 0.375rem !important;
	padding-bottom: 0.375rem !important;
}
.py-5 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}
.py-7 {
	padding-top: 1.75rem !important;
	padding-bottom: 1.75rem !important;
}
.px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.py-2\.5 {
	padding-top: 0.625rem !important;
	padding-bottom: 0.625rem !important;
}
.px-8 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.px-\[30px\] {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.py-3\.5 {
	padding-top: 0.875rem !important;
	padding-bottom: 0.875rem !important;
}
.px-\[24\.5px\] {
	padding-left: 24.5px !important;
	padding-right: 24.5px !important;
}
.px-\[6px\] {
	padding-left: 6px !important;
	padding-right: 6px !important;
}
.px-1\.5 {
	padding-left: 0.375rem !important;
	padding-right: 0.375rem !important;
}
.px-\[1px\] {
	padding-left: 1px !important;
	padding-right: 1px !important;
}
.py-10 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}
.pt-6 {
	padding-top: 1.5rem !important;
}
.pr-21 {
	padding-right: 1.315rem !important;
}
.pl-2 {
	padding-left: 0.5rem !important;
}
.pl-5 {
	padding-left: 1.25rem !important;
}
.pb-1 {
	padding-bottom: 0.25rem !important;
}
.pt-2\.5 {
	padding-top: 0.625rem !important;
}
.pb-2 {
	padding-bottom: 0.5rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.pb-2\.5 {
	padding-bottom: 0.625rem !important;
}
.pb-3 {
	padding-bottom: 0.75rem !important;
}
.pb-\[18px\] {
	padding-bottom: 18px !important;
}
.pb-4 {
	padding-bottom: 1rem !important;
}
.pt-4 {
	padding-top: 1rem !important;
}
.pl-1 {
	padding-left: 0.25rem !important;
}
.pl-10 {
	padding-left: 2.5rem !important;
}
.pb-6 {
	padding-bottom: 1.5rem !important;
}
.pt-3 {
	padding-top: 0.75rem !important;
}
.pb-11 {
	padding-bottom: 2.75rem !important;
}
.pr-\[85px\] {
	padding-right: 85px !important;
}
.pt-8 {
	padding-top: 2rem !important;
}
.pt-\[18px\] {
	padding-top: 18px !important;
}
.pb-\[21px\] {
	padding-bottom: 21px !important;
}
.pb-5 {
	padding-bottom: 1.25rem !important;
}
.pb-8 {
	padding-bottom: 2rem !important;
}
.pt-5 {
	padding-top: 1.25rem !important;
}
.pb-12 {
	padding-bottom: 3rem !important;
}
.pb-9 {
	padding-bottom: 2.25rem !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.pb-10 {
	padding-bottom: 2.5rem !important;
}
.pr-12 {
	padding-right: 3rem !important;
}
.pt-20 {
	padding-top: 5rem !important;
}
.pt-1 {
	padding-top: 0.25rem !important;
}
.pt-0 {
	padding-top: 0px !important;
}
.pr-0 {
	padding-right: 0px !important;
}
.pt-12 {
	padding-top: 3rem !important;
}
.pl-4 {
	padding-left: 1rem !important;
}
.pr-10 {
	padding-right: 2.5rem !important;
}
.pb-16 {
	padding-bottom: 4rem !important;
}
.pb-3\.5 {
	padding-bottom: 0.875rem !important;
}
.pt-16 {
	padding-top: 4rem !important;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.align-middle {
	vertical-align: middle !important;
}
.font-inter {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.text-sm {
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}
.text-2xl {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
}
.text-xs {
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}
.text-xl {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}
.text-\[14px\] {
	font-size: 14px !important;
}
.text-lg {
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
}
.text-4xl {
	font-size: 2.25rem !important;
	line-height: 2.5rem !important;
}
.text-\[22px\] {
	font-size: 22px !important;
}
.text-base {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}
.text-\[15px\] {
	font-size: 15px !important;
}
.text-3xl {
	font-size: 1.875rem !important;
	line-height: 2.25rem !important;
}
.text-15 {
	font-size: 15px !important;
}
.text-32 {
	font-size: 32px !important;
}
.text-13 {
	font-size: 13px !important;
}
.text-\[10px\] {
	font-size: 10px !important;
}
.text-\[8px\] {
	font-size: 8px !important;
}
.text-\[2rem\] {
	font-size: 2rem !important;
}
.text-\[9px\] {
	font-size: 9px !important;
}
.font-medium {
	font-weight: 500 !important;
}
.font-light {
	font-weight: 300 !important;
}
.font-semibold {
	font-weight: 600 !important;
}
.font-normal {
	font-weight: 400 !important;
}
.font-bold {
	font-weight: 700 !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.lowercase {
	text-transform: lowercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.leading-5 {
	line-height: 1.25rem !important;
}
.leading-4 {
	line-height: 1rem !important;
}
.leading-\[1\.2\] {
	line-height: 1.2 !important;
}
.leading-6 {
	line-height: 1.5rem !important;
}
.leading-normal {
	line-height: 1.5 !important;
}
.leading-relaxed {
	line-height: 1.625 !important;
}
.leading-\[2\.375rem\] {
	line-height: 2.375rem !important;
}
.tracking-tight {
	letter-spacing: -0.025em !important;
}
.text-black {
	--tw-text-opacity: 1 !important;
	color: rgba(18, 18, 18, var(--tw-text-opacity)) !important;
}
.text-base-900 {
	--tw-text-opacity: 1 !important;
	color: rgba(33, 33, 33, var(--tw-text-opacity)) !important;
}
.text-base-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(173, 173, 173, var(--tw-text-opacity)) !important;
}
.text-black\/90 {
	color: rgba(18, 18, 18, 0.9) !important;
}
.text-gray-900 {
	--tw-text-opacity: 1 !important;
	color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}
.text-gray-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}
.text-base-600 {
	--tw-text-opacity: 1 !important;
	color: rgba(133, 133, 133, var(--tw-text-opacity)) !important;
}
.text-white {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.text-red-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}
.text-purple-800 {
	--tw-text-opacity: 1 !important;
	color: rgba(144, 33, 133, var(--tw-text-opacity)) !important;
}
.text-purple-700 {
	--tw-text-opacity: 1 !important;
	color: rgba(156, 56, 147, var(--tw-text-opacity)) !important;
}
.text-gray-400 {
	--tw-text-opacity: 1 !important;
	color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}
.text-base-700 {
	--tw-text-opacity: 1 !important;
	color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
}
.text-error-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(220, 28, 28, var(--tw-text-opacity)) !important;
}
.text-gray-600 {
	--tw-text-opacity: 1 !important;
	color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}
.text-blue-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(123, 209, 243, var(--tw-text-opacity)) !important;
}
.text-purple-900 {
	--tw-text-opacity: 1 !important;
	color: rgba(133, 0, 121, var(--tw-text-opacity)) !important;
}
.text-gray-700 {
	--tw-text-opacity: 1 !important;
	color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}
.text-\[\#850079\] {
	--tw-text-opacity: 1 !important;
	color: rgba(133, 0, 121, var(--tw-text-opacity)) !important;
}
.text-red-800 {
	--tw-text-opacity: 1 !important;
	color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}
.text-purple-600 {
	--tw-text-opacity: 1 !important;
	color: rgba(169, 80, 160, var(--tw-text-opacity)) !important;
}
.text-base-400 {
	--tw-text-opacity: 1 !important;
	color: rgba(217, 217, 217, var(--tw-text-opacity)) !important;
}
.text-yellow-900 {
	--tw-text-opacity: 1 !important;
	color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
}
.text-gray-800 {
	--tw-text-opacity: 1 !important;
	color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}
.underline {
	text-decoration: underline !important;
}
.antialiased {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}
.placeholder-base-800::-moz-placeholder {
	--tw-placeholder-opacity: 1 !important;
	color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
}
.placeholder-base-800::placeholder {
	--tw-placeholder-opacity: 1 !important;
	color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
}
.placeholder-base-500::-moz-placeholder {
	--tw-placeholder-opacity: 1 !important;
	color: rgba(173, 173, 173, var(--tw-placeholder-opacity)) !important;
}
.placeholder-base-500::placeholder {
	--tw-placeholder-opacity: 1 !important;
	color: rgba(173, 173, 173, var(--tw-placeholder-opacity)) !important;
}
.placeholder-opacity-100::-moz-placeholder {
	--tw-placeholder-opacity: 1 !important;
}
.placeholder-opacity-100::placeholder {
	--tw-placeholder-opacity: 1 !important;
}
.opacity-0 {
	opacity: 0 !important;
}
.opacity-75 {
	opacity: 0.75 !important;
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-none {
	--tw-shadow: 0 0 #0000 !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.outline-none {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}
.outline-purple {
	outline: 1px solid #902185 !important;
	outline-offset: 0 !important;
}
.outline-gray {
	outline: 1px solid #D9D9D9 !important;
	outline-offset: 0 !important;
}
.blur {
	--tw-blur: blur(8px) !important;
	filter: var(--tw-filter) !important;
}
.filter {
	filter: var(--tw-filter) !important;
}
.transition-all {
	transition-property: all !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition-opacity {
	transition-property: opacity !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.duration-200 {
	transition-duration: 200ms !important;
}
.duration-75 {
	transition-duration: 75ms !important;
}
.duration-150 {
	transition-duration: 150ms !important;
}
.duration-300 {
	transition-duration: 300ms !important;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

body {
  overflow-x: hidden;
}

body:has(.feed-container){
  overflow-y: hidden;
}

body .main-header:has(.fixed) + div {
  padding-top: 100px !important;
}

.center-modal{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.comment-modal{
  height: 840px;
}

@media (max-width:768px){
  .comment-modal{
    height: 640px;
  }
}

/* extra classes */
.outline-4 {
  outline-width: 4px !important;
}

.ant-select-selection-search input:focus-visible{
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.filter-invert {
  filter: invert(1);
}

.filter-none {
  filter: none;
}
.z-100 {
  z-index: 100;
  top: -30px;
}

.gift_send_button:disabled{
  border: 1px solid #F7F7F7;
  background-color: #F7F7F7 !important;
  color: #ADADAD !important;
  cursor: not-allowed
}

/* General style for the input range */
input[type="range"].progressBarThumbnail {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 300px;
  height: 8px; /* Track height */
  background: #babababa;
  border-radius: 5px;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

/* WebKit browsers (Chrome, Safari, Edge) */
input[type="range"].progressBarThumbnail::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-top: -6px; /* Center the thumb vertically */
  border-radius: 50%;
  background: #2cb1ec;
  cursor: pointer;
}

/* Firefox */
input[type="range"].progressBarThumbnail::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2cb1ec;
  cursor: pointer;
}

/* Firefox track fix (to make sure thumb stays centered) */
input[type="range"].progressBarThumbnail::-moz-range-track {
  width: 100%;
  height: 8px;
  background: #babababa;
  border-radius: 5px;
}

/* Microsoft Edge and IE */
input[type="range"].progressBarThumbnail::-ms-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2cb1ec;
  cursor: pointer;
  margin-top: 0; /* Center the thumb */
}

/* Customize the track in WebKit */
input[type="range"].progressBarThumbnail::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background: #babababa;
  border-radius: 5px;
}

/* Customize the track in Edge and IE */
input[type="range"].progressBarThumbnail::-ms-track {
  width: 100%;
  height: 8px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"].progressBarThumbnail::-ms-fill-lower {
  background: #babababa;
  border-radius: 5px;
}

input[type="range"].progressBarThumbnail::-ms-fill-upper {
  background: #babababa;
  border-radius: 5px;
}

/* On hover, increase opacity */
input[type="range"].progressBarThumbnail:hover {
  opacity: 1;
}

.sidebar-content-wrapper{
  left: -9em;
  top: 2em;
}
.content-right-sidebar{
  right: -5em;
}
.visit_supporter{
  width: 45px;
  height: 68px;
}
.visit_supporter span{
  font-size: 10px;
}

@media (max-width:768px){
  .sidebar-content-wrapper{
    left: 0em;
    align-items: flex-start !important;
  }
  .sidebar-content-wrapper .sidebar-content-private-now,
  .sidebar-content-wrapper .sidebar-content-live-now{
  transform: translateY(2.5rem);
  }


  .content-right-sidebar{
    right: 0em;
  }


  .app_logo{
    width: 100px;
  }
  .app_logo svg{
    width: 100%;
    height: 35px;
  }
}

.input_search{
  border: none !important;
  outline: none !important;
}

.hamburger_button{
  display: block;
}

@media (max-width:990px){
  .hamburger_button{
    display: none;
  }
}

.after\:text-red-600::after {
	content: "" !important;
	--tw-text-opacity: 1 !important;
	color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.after\:content-\[\"\*\"\]::after {
	content: "*" !important;
}

.checked\:border-transparent:checked {
	border-color: transparent !important;
}

.checked\:bg-black:checked {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(18, 18, 18, var(--tw-bg-opacity)) !important;
}

.hover\:border-black\/90:hover {
	border-color: rgba(18, 18, 18, 0.9) !important;
}

.hover\:bg-gray-300:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-100:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 230, 241, var(--tw-bg-opacity)) !important;
}

.hover\:bg-black\/90:hover {
	background-color: rgba(18, 18, 18, 0.9) !important;
}

.hover\:bg-purple-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(156, 56, 147, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

.hover\:bg-white:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-black\/10:hover {
	background-color: rgba(18, 18, 18, 0.1) !important;
}

.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-600:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-200:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(231, 205, 228, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-100:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(249, 210, 228, var(--tw-bg-opacity)) !important;
}

.hover\:bg-base-300:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(236, 236, 236, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
}

.hover\:bg-error-600:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(199, 20, 20, var(--tw-bg-opacity)) !important;
}

.hover\:bg-base-400:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(217, 217, 217, var(--tw-bg-opacity)) !important;
}

.hover\:bg-white\/50:hover {
	background-color: rgba(255, 255, 255, 0.5) !important;
}

.hover\:text-purple-900:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(133, 0, 121, var(--tw-text-opacity)) !important;
}

.hover\:text-black\/90:hover {
	color: rgba(18, 18, 18, 0.9) !important;
}

.hover\:text-gray-700:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-900:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.hover\:underline:hover {
	text-decoration: underline !important;
}

.hover\:opacity-80:hover {
	opacity: 0.8 !important;
}

.focus\:z-10:focus {
	z-index: 10 !important;
}

.focus\:border-blue-500:focus {
	--tw-border-opacity: 1 !important;
	border-color: rgba(123, 209, 243, var(--tw-border-opacity)) !important;
}

.focus\:border-purple-800:focus {
	--tw-border-opacity: 1 !important;
	border-color: rgba(144, 33, 133, var(--tw-border-opacity)) !important;
}

.focus\:outline-none:focus {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}

.focus\:ring-2:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-0:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-1:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-inset:focus {
	--tw-ring-inset: inset !important;
}

.focus\:ring-purple-800:focus {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgba(144, 33, 133, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple-500:focus {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgba(181, 105, 174, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-300:focus {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-500:focus {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgba(123, 209, 243, var(--tw-ring-opacity)) !important;
}

.focus\:ring-error-500:focus {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgba(220, 28, 28, var(--tw-ring-opacity)) !important;
}

.focus\:ring-offset-2:focus {
	--tw-ring-offset-width: 2px !important;
}

.focus-visible\:ring-gray-200:focus-visible {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
}

.focus-visible\:ring-offset-gray-200:focus-visible {
	--tw-ring-offset-color: #e5e7eb !important;
}

.disabled\:cursor-not-allowed:disabled {
	cursor: not-allowed !important;
}

.disabled\:border-0:disabled {
	border-width: 0rem !important;
}

.disabled\:bg-transparent:disabled {
	background-color: transparent !important;
}

.disabled\:bg-gray-200:disabled {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-base-200:disabled {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-opacity-30:disabled {
	--tw-bg-opacity: 0.3 !important;
}

.disabled\:text-purple-800:disabled {
	--tw-text-opacity: 1 !important;
	color: rgba(144, 33, 133, var(--tw-text-opacity)) !important;
}

.disabled\:text-base-500:disabled {
	--tw-text-opacity: 1 !important;
	color: rgba(173, 173, 173, var(--tw-text-opacity)) !important;
}

.disabled\:opacity-50:disabled {
	opacity: 0.5 !important;
}

.disabled\:hover\:bg-gray-200:disabled:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

.disabled\:hover\:bg-base-200:disabled:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
}

.group:first-of-type .group-first-of-type\:rounded-l-full {
	border-top-left-radius: 9999px !important;
	border-bottom-left-radius: 9999px !important;
}

.group:last-of-type .group-last-of-type\:rounded-r-full {
	border-top-right-radius: 9999px !important;
	border-bottom-right-radius: 9999px !important;
}

.group:last-of-type .group-last-of-type\:border-r {
	border-right-width: 1px !important;
}

@media (min-width: 640px) {

	.sm\:col-span-1 {
		grid-column: span 1 / span 1 !important;
	}

	.sm\:col-start-2 {
		grid-column-start: 2 !important;
	}

	.sm\:mb-11 {
		margin-bottom: 2.75rem !important;
	}

	.sm\:block {
		display: block !important;
	}

	.sm\:grid {
		display: grid !important;
	}

	.sm\:w-auto {
		width: auto !important;
	}

	.sm\:max-w-xs {
		max-width: 20rem !important;
	}

	.sm\:flex-auto {
		flex: 1 1 auto !important;
	}

	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.sm\:flex-row {
		flex-direction: row !important;
	}

	.sm\:items-center {
		align-items: center !important;
	}

	.sm\:justify-end {
		justify-content: flex-end !important;
	}

	.sm\:justify-between {
		justify-content: space-between !important;
	}

	.sm\:self-auto {
		align-self: auto !important;
	}
}

@media (min-width: 768px) {

	.md\:static {
		position: static !important;
	}

	.md\:inset-0 {
		top: 0px !important;
		right: 0px !important;
		bottom: 0px !important;
		left: 0px !important;
	}

	.md\:left-auto {
		left: auto !important;
	}

	.md\:bottom-0 {
		bottom: 0px !important;
	}

	.md\:left-20 {
		left: 5rem !important;
	}

	.md\:z-auto {
		z-index: auto !important;
	}

	.md\:order-2 {
		order: 2 !important;
	}

	.md\:order-3 {
		order: 3 !important;
	}

	.md\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.md\:ml-16 {
		margin-left: 4rem !important;
	}

	.md\:ml-auto {
		margin-left: auto !important;
	}

	.md\:mr-6 {
		margin-right: 1.5rem !important;
	}

	.md\:ml-\[193px\] {
		margin-left: 193px !important;
	}

	.md\:mt-0 {
		margin-top: 0px !important;
	}

	.md\:ml-0 {
		margin-left: 0px !important;
	}

	.md\:-mt-12 {
		margin-top: -3rem !important;
	}

	.md\:mt-5 {
		margin-top: 1.25rem !important;
	}

	.md\:mb-7 {
		margin-bottom: 1.75rem !important;
	}

	.md\:mb-4 {
		margin-bottom: 1rem !important;
	}

	.md\:block {
		display: block !important;
	}

	.md\:inline {
		display: inline !important;
	}

	.md\:flex {
		display: flex !important;
	}

	.md\:inline-flex {
		display: inline-flex !important;
	}

	.md\:table-cell {
		display: table-cell !important;
	}

	.md\:hidden {
		display: none !important;
	}

	.md\:h-\[60px\] {
		height: 60px !important;
	}

	.md\:h-auto {
		height: auto !important;
	}

	.md\:h-full {
		height: 100% !important;
	}

	.md\:h-\[72px\] {
		height: 72px !important;
	}

	.md\:h-\[580px\] {
		height: 580px !important;
	}

	.md\:h-10 {
		height: 2.5rem !important;
	}

	.md\:h-\[calc\(100vh-110px\)\] {
		height: calc(100vh - 110px) !important;
	}

	.md\:h-36 {
		height: 9rem !important;
	}

	.md\:h-32 {
		height: 8rem !important;
	}

	.md\:max-h-full {
		max-height: 100% !important;
	}

	.md\:w-auto {
		width: auto !important;
	}

	.md\:w-\[500px\] {
		width: 500px !important;
	}

	.md\:w-56 {
		width: 14rem !important;
	}

	.md\:w-\[103px\] {
		width: 103px !important;
	}

	.md\:w-\[40\%\] {
		width: 40% !important;
	}

	.md\:w-1\/2 {
		width: 50% !important;
	}

	.md\:w-full {
		width: 100% !important;
	}

	.md\:w-46\.5 {
		width: 11.625rem !important;
	}

	.md\:w-\[30\%\] {
		width: 30% !important;
	}

	.md\:w-\[441px\] {
		width: 441px !important;
	}

	.md\:w-\[550px\] {
		width: 550px !important;
	}

	.md\:w-\[calc\(100\%-48px\)\] {
		width: calc(100% - 48px) !important;
	}

	.md\:w-\[120px\] {
		width: 120px !important;
	}

	.md\:w-32 {
		width: 8rem !important;
	}

	.md\:w-10 {
		width: 2.5rem !important;
	}

	.md\:w-1\/4 {
		width: 25% !important;
	}

	.md\:w-3\/4 {
		width: 75% !important;
	}

	.md\:w-2\/6 {
		width: 33.333333% !important;
	}

	.md\:min-w-\[180px\] {
		min-width: 180px !important;
	}

	.md\:max-w-\[45\%\] {
		max-width: 45% !important;
	}

	.md\:max-w-\[36\%\] {
		max-width: 36% !important;
	}

	.md\:max-w-\[208px\] {
		max-width: 208px !important;
	}

	.md\:max-w-\[280px\] {
		max-width: 280px !important;
	}

	.md\:max-w-md {
		max-width: 28rem !important;
	}

	.md\:flex-auto {
		flex: 1 1 auto !important;
	}

	.md\:flex-shrink-0 {
		flex-shrink: 0 !important;
	}

	.md\:flex-grow {
		flex-grow: 1 !important;
	}

	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, 1fr) !important;
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.md\:flex-row {
		flex-direction: row !important;
	}

	.md\:flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.md\:items-start {
		align-items: flex-start !important;
	}

	.md\:items-end {
		align-items: flex-end !important;
	}

	.md\:items-center {
		align-items: center !important;
	}

	.md\:items-stretch {
		align-items: stretch !important;
	}

	.md\:justify-start {
		justify-content: flex-start !important;
	}

	.md\:justify-end {
		justify-content: flex-end !important;
	}

	.md\:justify-center {
		justify-content: center !important;
	}

	.md\:justify-between {
		justify-content: space-between !important;
	}

	.md\:gap-6 {
		gap: 1.5rem !important;
	}

	.md\:gap-0 {
		gap: 0px !important;
	}

	.md\:gap-4 {
		gap: 1rem !important;
	}

	.md\:gap-2 {
		gap: 0.5rem !important;
	}

	.md\:gap-x-2 {
		-moz-column-gap: 0.5rem !important;
		     column-gap: 0.5rem !important;
	}

	.md\:gap-x-\[90px\] {
		-moz-column-gap: 90px !important;
		     column-gap: 90px !important;
	}

	.md\:gap-x-6 {
		-moz-column-gap: 1.5rem !important;
		     column-gap: 1.5rem !important;
	}

	.md\:self-end {
		align-self: flex-end !important;
	}

	.md\:rounded-xl {
		border-radius: 0.75rem !important;
	}

	.md\:border-l {
		border-left-width: 1px !important;
	}

	.md\:border-b-0 {
		border-bottom-width: 0rem !important;
	}

	.md\:border-t-0 {
		border-top-width: 0rem !important;
	}

	.md\:border-b {
		border-bottom-width: 1px !important;
	}

	.md\:border-base-400 {
		--tw-border-opacity: 1 !important;
		border-color: rgba(217, 217, 217, var(--tw-border-opacity)) !important;
	}

	.md\:bg-transparent {
		background-color: transparent !important;
	}

	.md\:p-4 {
		padding: 1rem !important;
	}

	.md\:p-6 {
		padding: 1.5rem !important;
	}

	.md\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.md\:py-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.md\:px-8 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	.md\:px-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.md\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.md\:px-20 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.md\:pb-3 {
		padding-bottom: 0.75rem !important;
	}

	.md\:pt-0 {
		padding-top: 0px !important;
	}

	.md\:pr-0 {
		padding-right: 0px !important;
	}

	.md\:pt-6 {
		padding-top: 1.5rem !important;
	}

	.md\:pb-\[70px\] {
		padding-bottom: 70px !important;
	}

	.md\:pt-\[55px\] {
		padding-top: 55px !important;
	}

	.md\:pb-0 {
		padding-bottom: 0px !important;
	}

	.md\:pb-11 {
		padding-bottom: 2.75rem !important;
	}

	.md\:text-sm {
		font-size: 0.875rem !important;
		line-height: 1.25rem !important;
	}

	.md\:text-32 {
		font-size: 32px !important;
	}

	.md\:text-black\/90 {
		color: rgba(18, 18, 18, 0.9) !important;
	}

	.md\:filter-none {
		filter: none !important;
	}
}

@media (min-width: 1024px) {

	.lg\:absolute {
		position: absolute !important;
	}

	.lg\:relative {
		position: relative !important;
	}

	.lg\:left-1\/2 {
		left: 50% !important;
	}

	.lg\:left-\[120px\] {
		left: 120px !important;
	}

	.lg\:z-10 {
		z-index: 10 !important;
	}

	.lg\:z-40 {
		z-index: 40 !important;
	}

	.lg\:order-1 {
		order: 1 !important;
	}

	.lg\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.lg\:mb-11 {
		margin-bottom: 2.75rem !important;
	}

	.lg\:mr-8 {
		margin-right: 2rem !important;
	}

	.lg\:min-h-\[311px\] {
		min-height: 311px !important;
	}

	.lg\:w-auto {
		width: auto !important;
	}

	.lg\:w-\[137px\] {
		width: 137px !important;
	}

	.lg\:w-\[147px\] {
		width: 147px !important;
	}

	.lg\:w-\[441px\] {
		width: 441px !important;
	}

	.lg\:w-\[540px\] {
		width: 540px !important;
	}

	.lg\:max-w-\[888px\] {
		max-width: 888px !important;
	}

	.lg\:flex-initial {
		flex: 0 1 auto !important;
	}

	.lg\:flex-grow-0 {
		flex-grow: 0 !important;
	}

	.lg\:-translate-x-1\/2 {
		--tw-translate-x: -50% !important;
		transform: var(--tw-transform) !important;
	}

	.lg\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, 1fr) !important;
	}

	.lg\:flex-row {
		flex-direction: row !important;
	}

	.lg\:flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.lg\:items-end {
		align-items: flex-end !important;
	}

	.lg\:items-center {
		align-items: center !important;
	}

	.lg\:justify-end {
		justify-content: flex-end !important;
	}

	.lg\:justify-between {
		justify-content: space-between !important;
	}

	.lg\:gap-6 {
		gap: 1.5rem !important;
	}

	.lg\:self-end {
		align-self: flex-end !important;
	}

	.lg\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.lg\:px-1\.5 {
		padding-left: 0.375rem !important;
		padding-right: 0.375rem !important;
	}

	.lg\:px-1 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}

	.lg\:pt-7 {
		padding-top: 1.75rem !important;
	}

	.lg\:pb-1 {
		padding-bottom: 0.25rem !important;
	}

	.lg\:pb-6 {
		padding-bottom: 1.5rem !important;
	}
}

@media (min-width: 1280px) {

	.xl\:ml-36 {
		margin-left: 9rem !important;
	}

	.xl\:mb-12 {
		margin-bottom: 3rem !important;
	}

	.xl\:-mt-16 {
		margin-top: -4rem !important;
	}

	.xl\:mb-8 {
		margin-bottom: 2rem !important;
	}

	.xl\:h-72 {
		height: 18rem !important;
	}

	.xl\:h-44 {
		height: 11rem !important;
	}

	.xl\:w-44 {
		width: 11rem !important;
	}

	.xl\:flex-shrink-0 {
		flex-shrink: 0 !important;
	}

	.xl\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.xl\:pt-20 {
		padding-top: 5rem !important;
	}

	.xl\:text-3xl {
		font-size: 1.875rem !important;
		line-height: 2.25rem !important;
	}
}

@media (min-width: 1340px) {

	.xxl\:px-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.home-container {
  display: flex;
  width: 100%;
}
.infinite-scroll-component {
  overflow: auto !important;
}
/* Tab navigation styles */
nav.tab-buttons {
  padding: 3px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.tab-buttons div {
  cursor: pointer !important;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}
.tab-buttons div.bg-white {
  box-shadow: 0 2px 8px rgba(127, 90, 240, 0.3);
}
.tab-buttons div:hover {
  transform: translateY(-1px);
}
/* Legacy button styles - keeping for backward compatibility */
nav .ant-btn {
  cursor: pointer !important;
  position: relative;
  z-index: 10;
  transition: all 0.2s ease;
}
nav .ant-btn:hover {
  opacity: 0.8;
}
nav .ant-btn.bg-white {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.home-container {
  display: flex;
  width: 100%;
}

.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15;
}

.emoji-mart {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #222427;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}

.emoji-mart .emoji-mart-emoji {
  padding: 6px;
}

.emoji-mart-bar {
  border: 0 solid #d9d9d9;
}
.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.emoji-mart-anchors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 6px;
  line-height: 0;
}

.emoji-mart-anchor {
  position: relative;
  display: block;
  flex: 1 1 auto;
  color: #858585;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color .1s ease-out;
  margin: 0;
  box-shadow: none;
  background: none;
  border: none;
}
.emoji-mart-anchor:focus { outline: 0 }
.emoji-mart-anchor:hover,
.emoji-mart-anchor:focus,
.emoji-mart-anchor-selected {
  color: #464646;
}

.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0;
}

.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -3px; left: 0;
  width: 100%; height: 3px;
  background-color: #464646;
}

.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}

.emoji-mart-anchors svg,
.emoji-mart-anchors img {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.emoji-mart-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 270px;
  padding: 0 6px 6px 6px;
  will-change: transform; /* avoids "repaints on scroll" in mobile Chrome */
}

.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
  position: relative;
}

.emoji-mart-search input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 25px 6px 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  outline: 0;
}

.emoji-mart-search input,
.emoji-mart-search input::-webkit-search-decoration,
.emoji-mart-search input::-webkit-search-cancel-button,
.emoji-mart-search input::-webkit-search-results-button,
.emoji-mart-search input::-webkit-search-results-decoration {
  /* remove webkit/blink styles for <input type="search">
   * via https://stackoverflow.com/a/9422689 */
  -webkit-appearance: none;
}

.emoji-mart-search-icon {
  position: absolute;
  top: 7px;
  right: 11px;
  z-index: 2;
  padding: 2px 5px 1px;
  border: none;
  background: none;
}

.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
  cursor: default;
}

.emoji-mart-category .emoji-mart-emoji:hover:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: #f4f4f4;
  border-radius: 100%;
}

.emoji-mart-category-label {
  z-index: 2;
  position: relative;
  position: sticky;
  top: 0;
}

.emoji-mart-category-label span {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .95);
}

.emoji-mart-category-list {
  margin: 0;
  padding: 0;
}

.emoji-mart-category-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

.emoji-mart-emoji-native {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "Android Emoji";
}

.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: #858585;
}
.emoji-mart-no-results-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}
.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: .2em;
}
.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none;
}

.emoji-mart-preview {
  position: relative;
  height: 70px;
}

.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.emoji-mart-preview-emoji {
  left: 12px;
}

.emoji-mart-preview-data {
  left: 68px; right: 12px;
  word-break: break-all;
}

.emoji-mart-preview-skins {
  right: 30px;
  text-align: right;
}

.emoji-mart-preview-skins.custom {
  right: 10px;
  text-align: right;
}

.emoji-mart-preview-name {
  font-size: 14px;
}

.emoji-mart-preview-shortname {
  font-size: 12px;
  color: #888;
}
.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
  margin-left: .5em;
}

.emoji-mart-preview-emoticon {
  font-size: 11px;
  color: #bbb;
}

.emoji-mart-title span {
  display: inline-block;
  vertical-align: middle;
}

.emoji-mart-title .emoji-mart-emoji {
  padding: 0;
}

.emoji-mart-title-label {
  color: #999A9C;
  font-size: 26px;
  font-weight: 300;
}

.emoji-mart-skin-swatches {
  font-size: 0;
  padding: 2px 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
}

.emoji-mart-skin-swatches.custom {
  font-size: 0;
  border: none;
  background-color: #fff;
}

.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px;
}

.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after {
  opacity: .75;
}

.emoji-mart-skin-swatch {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  transition-property: width, padding;
  transition-duration: .125s;
  transition-timing-function: ease-out;
}

.emoji-mart-skin-swatch:nth-child(1) { transition-delay: 0s }
.emoji-mart-skin-swatch:nth-child(2) { transition-delay: .03s }
.emoji-mart-skin-swatch:nth-child(3) { transition-delay: .06s }
.emoji-mart-skin-swatch:nth-child(4) { transition-delay: .09s }
.emoji-mart-skin-swatch:nth-child(5) { transition-delay: .12s }
.emoji-mart-skin-swatch:nth-child(6) { transition-delay: .15s }

.emoji-mart-skin-swatch.selected {
  position: relative;
  width: 16px;
  padding: 0 2px;
}

.emoji-mart-skin-swatch.selected:after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 4px; height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #fff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease-out;
}

.emoji-mart-skin-swatch.custom {
  display: inline-block;
  width: 0;
  height: 38px;
  overflow: hidden;
  vertical-align: middle;
  transition-property: width, height;
  transition-duration: .125s;
  transition-timing-function: ease-out;
  cursor: default;
}

.emoji-mart-skin-swatch.custom.selected {
  position: relative;
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}

.emoji-mart-skin-swatch.custom.selected:after {
  content: "";
  width: 0;
  height: 0;
}

.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover {
  background-color: #f4f4f4;
  border-radius: 10%;
}

.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom {
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}

.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after {
  opacity: .75;
}

.emoji-mart-skin-text.opened {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #888;
  font-size: 11px;
  padding: 5px 2px;
  width: 95px;
  height: 40px;
  border-radius: 10%;
  background-color: #fff;
}

.emoji-mart-skin {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  max-width: 12px;
  border-radius: 100%;
}

.emoji-mart-skin-tone-1 { background-color: #ffc93a }
.emoji-mart-skin-tone-2 { background-color: #fadcbc }
.emoji-mart-skin-tone-3 { background-color: #e0bb95 }
.emoji-mart-skin-tone-4 { background-color: #bf8f68 }
.emoji-mart-skin-tone-5 { background-color: #9b643d }
.emoji-mart-skin-tone-6 { background-color: #594539 }

/* For screenreaders only, via https://stackoverflow.com/a/19758620 */
.emoji-mart-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
 * Dark mode styles
 */

.emoji-mart-dark {
  color: #fff;
  border-color: #555453;
  background-color: #222;
}

.emoji-mart-dark .emoji-mart-bar {
  border-color: #555453;
}

.emoji-mart-dark .emoji-mart-search input {
  color: #fff;
  border-color: #555453;
  background-color: #2f2f2f;
}

.emoji-mart-dark .emoji-mart-search-icon svg {
  fill: #fff;
}

.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before {
  background-color: #444;
}

.emoji-mart-dark .emoji-mart-category-label span {
  background-color: #222;
  color: #fff;
}

.emoji-mart-dark .emoji-mart-skin-swatches {
  border-color: #555453;
  background-color: #222;
}

.emoji-mart-dark .emoji-mart-anchor:hover,
.emoji-mart-dark .emoji-mart-anchor:focus,
.emoji-mart-dark .emoji-mart-anchor-selected {
  color: #bfbfbf;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.compose {
  display: flex;
  align-items: center;
  width: 100%;
  height: 8%;
  border-top: 2px solid grey;
}
.compose .toolbar-button {
  color: #8a96a3;
  margin-left: 15px;
}
.compose .toolbar-button:hover {
  color: #8a96a3;
}
.compose .compose-input {
  flex: 1;
  border: none;
  font-size: 14px;
  height: 100%;
  background: none;
  color: #333;
  outline: thin;
  border-right: 2px solid #888;
  max-width: 80%;
}
.compose .compose-input::-moz-placeholder {
  opacity: 0.3;
  font-size: 0.8em;
}
.compose .compose-input::placeholder {
  opacity: 0.3;
  font-size: 0.8em;
}
.compose .grp-icons {
  cursor: pointer;
  position: relative;
  font-size: 22px;
  height: 100%;
  color: #8a96a3;
  min-width: 15%;
  border-right: 2px solid #888;
  text-align: center;
}
.compose .grp-icons.custom {
  display: flex;
}
.compose .grp-icons.custom .anticon-send {
  margin-left: 15px;
}
.compose .grp-file-icon .avatar-uploader .ant-upload {
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  margin: 0;
}
.compose .grp-file-icon .avatar-uploader .ant-upload img {
  display: none;
  width: 20px !important;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.compose .grp-file-icon .avatar-uploader .ant-upload svg {
  fill: #ADADAD;
}
.compose .grp-file-icon .ant-upload-select.ant-upload-select-picture-card .anticon {
  position: unset;
  top: unset;
  left: unset;
  color: #8a96a3;
  font-size: 22px;
  padding: 0;
  background: transparent;
}
.compose .grp-send {
  height: 100%;
  background: #1ea2f1;
}
.compose .grp-send .anticon {
  font-size: 18px;
  color: #fff;
  transform: rotate(-45deg);
}
.compose .grp-send:hover {
  background: #c0349a;
}
.compose.stream {
  border-color: #c0349a;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.compose.stream .grp-icons {
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  font-size: 22px;
  color: #8a96a3;
  min-width: 20%;
}
.compose.stream .grp-icons .grp-emotions {
  right: 0;
  top: 0;
}
.compose.stream .grp-send {
  padding: 5px 15px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.message {
  display: flex;
  flex-direction: column;
}
.message .bubble-container {
  font-size: 14px;
  display: flex;
}
.message .bubble-container .bubble {
  margin: 5px 0px;
  background: #1ea2f1;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 75%;
  border-radius: 5px;
  color: #fff;
}
.message .bubble-container .bubble .anticon-ellipsis {
  transform: rotate(90deg);
  font-size: 12px;
}
.message .bubble-container .bubble img {
  max-width: 320px;
}
.message .bubble-container .avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 6px 8px 0 0;
}
.message .timestamp {
  display: flex;
  justify-content: flex-start;
  color: #8a96a3;
  font-weight: 600;
  font-size: 8px;
  margin: 5px 0px;
}
.message.mine .timestamp {
  justify-content: flex-end;
}
.message.mine .bubble-container {
  justify-content: flex-end;
}
.message.mine .bubble-container .bubble {
  background: #f5f5f5;
  max-width: 75%;
  color: #333;
}
.message.mine .bubble-container .avatar {
  margin: 6px 0 0 8px;
}
.message-stream .message .bubble-container {
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  margin: 3px 0;
}
.message-stream .message .bubble-container .bubble {
  background: none;
  padding: 0 5px;
  border-radius: 0;
  color: #666;
}
.message-stream .message .bubble-container .bubble .anticon-ellipsis {
  transform: rotate(90deg);
  font-size: 12px;
}
.message-stream .message .bubble-container .sender-info a {
  font-weight: 600;
  color: #333;
}
.message-stream .message .bubble-container .sender-info .avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 6px 8px 0 0;
}
.message-stream .message .bubble-container.owner .sender-info a {
  font-weight: 600;
  color: #c0349a;
}
.message-stream .message .bubble-container.owner .sender-info .avatar {
  width: 30px;
  height: 30px;
}
.message-stream .message .timestamp {
  justify-content: center;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.message-list {
  height: 100%;
  width: 100%;
  white-space: initial;
  word-wrap: break-word;
}
.message-list-container {
  height: 92%;
  padding: 0 10px;
  position: relative;
  white-space: initial;
  overflow: auto;
}
.message-list-container .sub-text {
  text-align: center;
  color: #f04134;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
@media all and (max-width: 500px) {
  .message-list-container .sub-text {
    font-size: 14px;
  }
}
.mess-recipient {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  text-transform: capitalize;
  border-bottom: 2px solid grey;
  padding: 2px 5px;
  color: #8a96a3;
  cursor: pointer;
  padding: 15px 0;
}
.mess-recipient:hover {
  opacity: 0.9;
}
.mess-recipient .ant-avatar {
  width: 31px;
  height: 31px;
  margin-right: 5px;
}
.mess-recipient .anticon {
  color: #c0349a;
  font-size: 14px;
  margin-left: 2px;
}
.mess-recipient .anticon-delete {
  color: #c0349a;
  font-size: 22px;
  margin-left: 2px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.confirm-message-container {
  width: 400px;
  float: right;
  font-size: 14px;
  font-weight: 600;
  margin-top: 7px;
}
.confirm-message-container .confirm-content {
  border: 2px solid grey;
  padding: 10px;
}
.confirm-message-container .confirm-content .checkbox {
  text-align: end;
}
.confirm-message-container .confirm-content .descriptions {
  width: 100%;
  font-weight: 500;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.confirm-message-container .confirm-content .descriptions .username {
  color: #c0349a;
}
.confirm-message-container .rubys-availabel {
  padding: 5px 10px;
  text-align: end;
  border: 2px solid grey;
  border-top: unset;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Helvetica;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Ariel';
  src: url(/static/fonts/Ariel-Scripts.ttf);
}
@font-face {
  font-family: 'Helvetica';
  src: url(/static/fonts/Helvetica.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: red;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.messenger {
  display: flex;
  width: 100%;
  position: relative;
  margin: 20px 0;
  height: calc(100vh - 100px);
}
.scrollable {
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.sidebar {
  display: flex;
  width: 30%;
  height: 100%;
  border: 2px solid grey;
}
.chat-container {
  width: 70%;
  margin-left: 5px;
  overflow: hidden;
}
.chat-content {
  display: flex;
  height: calc(100% - 160px);
  position: relative;
  border: 2px solid grey;
}
.chat-content.custom-layout {
  height: 100%;
}
.footer {
  background: #fff;
}
@media all and (max-width: 500px) {
  .sidebar {
    width: 100%;
  }
  .sidebar.active {
    display: none;
  }
  .chat-content {
    display: none;
  }
  .chat-content.active {
    display: flex;
    border: 1px solid #e6e3e3;
    width: 100%;
  }
  .chat-content.active .close-btn {
    display: flex;
    position: absolute;
    top: 2px;
    right: 5px;
    z-index: 9;
    font-size: 20px;
  }
}

.bottom-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  z-index: 1000;
}
.bottom-sheet.open {
  height: 70%;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
}
.custom-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
}
.handle {
  width: 50px;
  height: 5px;
  background: #ccc;
  border-radius: 5px;
  margin: 0 auto 10px;
}
.close-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.close-btn:hover {
  background: #0056b3;
}

