@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;
  }
}
.custom-share-dropdown .dropdown-menu {
  left: -250px !important;
}
.share-drop-down {
  position: absolute;
  display: inline-block;
  top: 40px;
  left: 10px;
}
.share-drop-down .dropdown-toggle {
  border: none;
  cursor: pointer;
}
.share-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: 10px 0px;
  margin: 5px 0;
  min-width: 280px;
}
.share-drop-down .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.share-drop-down .dropdown-menu .dropdown-item:hover {
  background-color: #F3E6F1;
}
.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;
}
.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 .btn-live {
  background-color: red;
  color: #fff;
  max-width: 73px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px;
}
.fl-col .m-user-name .btn-live span {
  word-wrap: break-word;
  white-space: normal;
}
.fl-col .m-user-name .btn-live:hover {
  background-color: #fff;
  color: red;
}
.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 .m-user-name .btn-follow {
  margin-top: 2px;
}
.fl-col .m-user-name .btn-follow .anticon {
  color: white;
  font-size: 18px;
}
.fl-col .cover-upload {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media screen and (max-width: 769px) {
  .fl-col img {
    width: 75px;
    height: 75px;
  }
  .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;
  }
}
.performer-profile-image-ratio {
  aspect-ratio: 0.75;
}
.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%;
  height: 100%;
}
.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;
}
.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: #850079;
  color: aliceblue;
  text-align: center;
  align-items: center;
  justify-content: 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;
}

