@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.backTop {
  right: 50px;
}
.backTop .ant-back-top-content {
  background: #00aff0;
  opacity: 0.3;
  transition: all 0.3s;
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.1);
}
.backTop .ant-back-top-content:hover {
  opacity: 1;
}
@media (max-width: 500px) {
  .backTop {
    right: 20px;
    bottom: 20px;
  }
}

.user-profile-completion-modal .ant-modal-content {
  border-radius: 16px;
}
.user-profile-completion-modal .profile-completion-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 14px;
}
.user-profile-completion-modal .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  letter-spacing: 0.8px;
  color: #190800;
  text-align: center;
}
.user-profile-completion-modal .reminder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.84px;
  text-align: center;
  color: #595959;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.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) {
  .proccessing {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .proccessing {
    height: 215px;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.conversation-stream {
  width: 100%;
  min-height: 375px;
  max-height: 600px;
  height: 480px;
  border: solid 1px #00aff0;
  border-radius: 5px;
  position: relative;
}
.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-nav-list {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}
.conversation-stream .ant-tabs-nav-list .ant-tabs-tab {
  width: 100%;
  justify-content: center;
  margin: 0;
  height: 50px;
}
.conversation-stream .ant-tabs-nav-list .ant-tabs-tab-active {
  background-color: #00aff0;
  color: #fff;
}
.conversation-stream .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff;
}
.conversation-stream.active .ant-tabs-tab {
  width: 100%;
}
.conversation-stream .tip-box {
  margin: 3px 0;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .conversation-stream {
    height: 440px;
  }
  .conversation-stream .message-stream {
    height: 388px;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.conversation-search {
  position: relative;
  margin-bottom: 12px;
  padding: 0 12px;
}
.conversation-search input {
  padding: 1em 2.5em;
  width: 100%;
  border: none;
  background: #f5f5f5;
  color: #8a96a3;
  font-size: 0.9em;
  border-radius: 0.5em;
  outline: none;
  height: 40px;
}
.conversation-search .anticon-search {
  font-size: 18px;
  color: #8a96a3;
  position: absolute;
  top: calc(50% - 9px);
  left: 18px;
}
.conversation-search-input {
  background: #eee;
  padding: 8px 10px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
}
.conversation-search-input::placeholder {
  text-align: center;
}
.conversation-search-input:focus::placeholder {
  text-align: left;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.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: #00aff0;
}
.conversation-info .conversation-title .conversation-time {
  font-size: 10px;
  margin-left: 10px;
  text-transform: lowercase;
}
.conversation-info .conversation-snippet {
  font-size: 12px;
  color: #888;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.conversation-info .notification-badge {
  position: absolute;
  top: 40px;
  left: 10px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.conversation-list {
  height: 100%;
  width: 100%;
  padding: 0 0 20px;
}
.conversation-list .c-list-container {
  overflow: auto;
  max-height: calc(100% - 100px);
}
.user-bl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00aff0;
  font-size: 15px;
  padding: 5px 25px;
  height: 43px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: Merriweather Bold;
  border-bottom: 1px solid #e6e3e3;
  text-transform: capitalize;
}
.user-bl .anticon {
  font-size: 25px;
}

.my-follower {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0;
}
.my-follower .pagination {
  flex: 1 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px;
}
.my-follower .card {
  flex: 0 414px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 704px;
  padding: 16px 24px;
  background: white;
  gap: 24px;
  border-radius: 16px;
  background-color: #FAFAFA;
}
@media (max-width: 500px) {
  .my-follower .card {
    background-color: inherit;
  }
}
.my-follower .card .card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-size: 20px;
}
.my-follower .card .card-header-icon {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 888px;
  background: #FFE553;
}
.my-follower .card .card-header-icon > svg {
  font-size: 20px;
}
.my-follower .card .card-content {
  height: 100%;
}
.my-follower .card .card-footer {
  display: flex;
  justify-content: center;
  width: 100%;
}
.my-follower-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.my-follower-list-item {
  display: flex;
  justify-content: start;
  align-items: center;
}
.my-follower-list-item .ant-avatar {
  margin-right: 16px;
}
.my-follower-list-item .user-info {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
.my-follower-list-item .user-info > span:nth-child(1) {
  letter-spacing: 0.84px;
  line-height: 22px;
}
.my-follower-list-item .user-info > span:nth-child(2) {
  color: #8C8C8C;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.h-term {
  padding: 16px;
}
.h-term h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.h-term h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 9px;
}
.h-term .h-term-item {
  margin-top: 30px;
}
.h-term .h-term-item-content {
  color: grey;
  line-height: 26px;
  font-size: 14px;
}
.h-term ul {
  list-style-type: disc;
  padding-left: 40px;
}
.h-term ul li {
  list-style: disc;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.block-user {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.stats-earning {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.stats-earning .ant-statistic {
  padding: 0 10px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.prd-card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 250px;
  margin-bottom: 40px;
}
.prd-card .prd-info {
  position: absolute;
  top: 100%;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-transform: capitalize;
  font-family: Merriweather Bold;
  color: #fff;
  background-color: #00aff0;
  padding: 5px 10px;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prd-card .label-wrapper {
  position: absolute;
  right: auto;
  left: 0px;
  top: 10px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.prd-card .label-wrapper .label-wrapper-price {
  color: #fff;
  background-color: #ff0066;
  padding: 3px 15px;
  clip-path: polygon(0px 0px, 0px 100%, 100% 100%, 90% 50%, 100% 0);
  font-size: 11px;
  font-weight: 600;
  margin: 5px 0;
}
.prd-card .label-wrapper .label-wrapper-digital {
  color: #fff;
  background-color: #00aff0;
  padding: 3px 15px;
  clip-path: polygon(0px 0px, 0px 100%, 100% 100%, 90% 50%, 100% 0);
  font-size: 11px;
  font-weight: 600;
  margin: 5px 0;
}
.prd-card:hover {
  opacity: 0.9;
}
.prd-card:hover .prd-info {
  background-color: #ff0066;
}
@media screen and (max-width: 769px) {
  .prd-card {
    height: 220px;
  }
}
@media screen and (max-width: 500px) {
  .prd-card {
    height: 150px;
  }
}
.address-option {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.address-option .delete-btn {
  position: absolute;
  right: 0;
  top: 0;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.prod-card {
  display: flex;
  margin: 30px 0;
}
.prod-card .prod-img {
  position: relative;
}
.prod-card .prod-img img {
  width: 450px;
  max-width: 100%;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  border-radius: 10px;
}
.prod-card .prod-img .prod-stock {
  position: absolute;
  right: auto;
  left: 0px;
  top: 10px;
  color: #fff;
  line-height: 2em;
  background-color: #ff0066;
  width: auto;
  padding: 0.2em 2em;
  clip-path: polygon(0px 0px, 0px 100%, 100% 100%, 90% 50%, 100% 0);
  font-size: 12px;
  font-weight: 600;
  margin: 5px 0;
}
.prod-card .prod-img .prod-digital {
  position: absolute;
  right: auto;
  left: 0px;
  top: 40px;
  color: #fff;
  line-height: 2em;
  background-color: #00aff0;
  width: auto;
  padding: 0.2em 2em;
  clip-path: polygon(0px 0px, 0px 100%, 100% 100%, 90% 50%, 100% 0);
  font-size: 12px;
  font-weight: 600;
  margin: 5px 0;
  text-transform: capitalize;
}
.prod-card .prod-img .ant-image-mask {
  border-radius: 7px;
}
.prod-card .prod-info {
  width: 100%;
  padding: 0 20px;
}
.prod-card .prod-info .prod-name {
  color: #333;
  font-size: 1.2em;
  font-weight: 600;
  font-family: Merriweather Bold;
  text-transform: capitalize;
}
.prod-card .prod-info .prod-desc {
  font-size: 13px;
  color: #666;
}
@media screen and (max-width: 500px) {
  .prod-card {
    flex-direction: column;
  }
}
.prod-price {
  font-size: 28px;
  color: #00aff0;
  font-weight: 600;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.card-form {
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
  border: 1px solid #e6e3e3;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}
.card-form .stripe-card-form {
  padding: 25px 10px;
}
.card-list {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.card-item {
  height: 200px;
  width: 320px;
  border-radius: 5px;
  border: 1px solid #e6e3e3;
  padding: 5px;
  margin: 10px;
  background-image: url('/static/stripe-card.png');
  background-color: #00aff0;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.card-item .card-info {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 10px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.card-item .card-holder-name {
  position: absolute;
  bottom: 0;
  padding: 5px;
  text-transform: uppercase;
}
.card-item .remove-btn {
  position: absolute;
  top: 0px;
  right: 5px;
  color: #fff;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.main-header {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 999;
}
.main-header .main-container {
  display: flex;
  flex-direction: row;
  padding: 0px 8px;
  max-width: unset;
  min-height: 48px;
}
.main-header .main-container .left {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.main-header .main-container .left .header-logo {
  display: flex;
  gap: 4px;
  max-width: 150px;
}
.main-header .main-container .left .header-logo .logo-image {
  cursor: pointer;
  max-width: calc(100% - 39px);
  max-height: 100%;
  width: auto;
  height: auto;
  aspect-ratio: 3.46875;
}
.main-header .main-container .left .header-logo .verison {
  display: flex;
  align-items: flex-end;
}
.main-header .main-container .left .header-logo .verison > span {
  padding: 0px 4px;
  border-radius: 4px;
  background: #F0F0F0;
  color: #DA9029;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  /* 140% */
  letter-spacing: 0.6px;
}
.main-header .main-container .right {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-left: auto;
  gap: 8px;
}
.main-header .main-container .right .apps-modal-button {
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header .main-container .right .apps-modal-button svg {
  font-size: 16px;
}
.main-header .main-container .right .avatar {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 2px;
  background-color: #FFE553;
  border-radius: 50%;
  user-select: none;
  cursor: pointer;
}
.main-header .main-container .right .avatar svg {
  border: 2px solid #262626;
  color: #262626;
  border-radius: 50%;
  padding: 4px;
}
.main-header .main-container .right .lang-selector {
  display: flex;
  align-items: center;
  margin: 0px;
  cursor: pointer;
}
.main-header .main-container .right .lang-selector .icon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  font-size: 16px;
}
.main-header .main-container .right .lang-selector .current-lang {
  height: 20px;
  line-height: 20px;
}
.main-header .main-container .right .h365-user-icon,
.main-header .main-container .right .h365-login-icon {
  width: 32px;
  height: 32px;
  background: #ffe553;
  border-radius: 100%;
  position: relative;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}
.main-header .main-container .right .h365-user-icon:after,
.main-header .main-container .right .h365-login-icon:after {
  content: "";
  border: 2px solid #000;
  width: 28px;
  height: 28px;
  position: absolute;
  border-radius: 100%;
}
.main-header .main-container .right .h365-login-icon:after {
  display: none;
}
.main-header .main-container .anticon {
  color: #262626;
  font-size: 16px;
}
.ant-menu.ant-menu-sub li a:hover {
  color: #333;
}
.ant-menu.ant-menu-sub li.ant-menu-item-selected a {
  color: #333 !important;
}
.switchTheme {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  overflow: hidden;
  transition: all 0.3s;
  color: #8a96a3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.switchTheme span {
  white-space: nowrap;
  overflow: hidden;
  font-size: 11px;
}
.switchTheme .anticon {
  margin-right: 4px;
  font-size: 15px;
}
.profile-drawer .profile-user {
  display: flex;
}
.profile-drawer .profile-user .avatar {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-drawer .profile-user .profile-name {
  display: flex;
  width: 100%;
  flex-direction: column;
  text-transform: capitalize;
  font-size: 13px;
}
.profile-drawer .profile-user .profile-name .sub-name {
  color: #8a96a3;
  font-size: 11px;
  text-transform: none;
}
.profile-drawer .sub-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  font-size: 10px;
}
.profile-drawer a {
  display: inline-flex;
  color: #666;
}
.profile-drawer a.user-balance {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}
.profile-drawer a.user-balance svg {
  height: 25px;
  width: auto;
}
.profile-drawer a.user-balance .anticon.anticon-plus-circle {
  color: #00aff0;
}
.profile-drawer a.user-balance .anticon.anticon-plus-circle svg {
  height: unset;
}
.profile-drawer a .anticon {
  font-size: 18px;
  margin: 0 5px;
}
.profile-drawer .ant-drawer-body {
  padding: 10px 15px 60px;
}
.profile-drawer .ant-drawer-body .profile-menu-item-icon {
  width: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.profile-drawer .ant-drawer-body .profile-menu-item-label {
  padding-left: 24px;
  width: calc(100% - 16px);
}
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item {
  padding: 16px;
  margin-bottom: 2px;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  opacity: 0.8;
  display: flex;
  align-items: center;
}
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item.active,
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item:hover {
  background-color: #FFE553;
  color: #262626;
  border-radius: 5px;
}
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item .anticon {
  font-size: 18px;
  color: #666;
}
.profile-drawer .ant-drawer-body .profile-menu-item .ant-divider {
  margin: 10px 0;
}
@media (max-width: 500px) {
  .main-header .main-container .right .current-lang {
    display: none;
  }
  .main-header .main-container .right .lang-selector .icon-btn {
    margin-right: 8px;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.language-select-container .select-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 12px;
  margin-bottom: 8px;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
}
.language-select-container .select-item:last-child {
  margin-bottom: 0;
}
.language-select-container .select-item.active {
  background-color: #f7dd4b;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.h-coin-balance {
  display: inline-flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 88px;
  border: 1px solid var(--primary-border, #FFE58F);
  background: var(--primary-background, #FFFBE6);
}
.h-coin-balance .reload-icon.syncing {
  animation: spin 1.2s linear infinite;
}
.h-coin-balance-btn {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  user-select: none;
  cursor: pointer;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.h-menu {
  overflow-y: auto;
}
.h-menu .h-darawer-divider {
  border-bottom: 4px solid #FFE553;
  border-radius: 88px;
}
.h-menu .h-menu-header {
  padding: 15px 20px 5px;
}
.h-menu .h-menu-body {
  padding: 10px 15px 60px;
}
.h-menu .profile-user {
  display: flex;
}
.h-menu .profile-user .avatar {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 50%;
  object-fit: cover;
}
.h-menu .profile-user .profile-name {
  display: flex;
  width: 100%;
  flex-direction: column;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 22px;
}
.h-menu .profile-user .profile-name .sub-name {
  color: #8C8C8C;
  font-size: 14px;
  line-height: 20px;
  font-family: Noto Sans TC;
  text-transform: none;
}
.h-menu .sub-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}
.h-menu .sub-info .user-info {
  display: flex;
  align-items: center;
  line-height: 22px;
  letter-spacing: 0.84px;
  font-size: 14px;
  flex: 1 100%;
}
.h-menu .sub-info .user-info-icon {
  font-size: 16px;
  padding: 4px;
  margin-right: 8px;
}
.h-menu .sub-info .info-number {
  margin-left: 4px;
}
.h-menu a {
  display: inline-flex;
  color: #190800;
}
.h-menu a.user-balance {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}
.h-menu a.user-balance svg {
  height: 25px;
  width: auto;
}
.h-menu a.user-balance .anticon.anticon-plus-circle {
  color: #00aff0;
}
.h-menu a.user-balance .anticon.anticon-plus-circle svg {
  height: unset;
}
.h-menu a .anticon {
  font-size: 18px;
  margin: 0 5px;
}
.h-menu .profile-menu-item-icon {
  width: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.h-menu .profile-menu-item-label {
  padding-left: 24px;
  width: calc(100% - 16px);
}
.h-menu .profile-menu-item-label.has-badge {
  position: relative;
  width: calc(100% - 56px);
}
.h-menu .profile-menu-item-badge {
  display: inline-flex;
  align-items: center;
  line-height: 20px;
  padding: 2px 8px;
  border-radius: 16px;
  gap: 4px;
  background: #FADB14;
  color: #000000;
  font-size: 12px;
}
.h-menu .profile-menu-item-badge svg {
  font-size: 18px;
}
.h-menu .profile-menu-item .menu-item {
  padding: 16px 5px 16px 16px;
  margin-bottom: 2px;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  color: #190800;
}
.h-menu .profile-menu-item .menu-item.active,
.h-menu .profile-menu-item .menu-item:hover {
  background-color: #FFE553;
  color: #262626;
  border-radius: 5px;
}
.h-menu .profile-menu-item .menu-item .anticon {
  font-size: 18px;
  color: #190800;
}
.h-menu .profile-menu-item .ant-divider {
  margin: 10px 0;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.main-sub-header {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  width: 100%;
  max-width: 100vw;
  position: sticky;
  top: 48.8px;
  z-index: 999;
}
.header.ant-layout-header {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 9;
  align-items: center;
  background-color: transparent;
  height: unset;
  line-height: unset;
}
.header.ant-layout-header .nav-bar {
  padding: 2px 5px;
  width: 100%;
}
.header.ant-layout-header .nav-bar .avatar-image {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}
.header.ant-layout-header .button {
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.header.ant-layout-header .button:hover {
  color: #00aff0;
  background-color: #00aff0;
}
.iconButton {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.iconButton:hover {
  background-color: #00aff0;
}
.iconButton:hover .iconFont {
  color: #00aff0;
}
.iconButton + .iconButton {
  margin-left: 8px;
}
.iconButton .iconFont {
  color: #b2b0c7;
  font-size: 24px;
}
.notification {
  padding: 24px 0;
  width: 320px;
}
.notification .notificationItem {
  transition: all 0.3s;
  padding: 12px 24px;
  cursor: pointer;
}
.notification .notificationItem:hover {
  background-color: #00aff0;
}
.notification .clearButton {
  text-align: center;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.notification .clearButton:hover {
  background-color: #00aff0;
}
.notificationPopover .ant-popover-inner-content {
  padding: 0;
}
.notificationPopover .ant-popover-arrow {
  display: none;
}
.notificationPopover .ant-list-item-content {
  flex: 0;
  margin-left: 16px;
}
.nav-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.nav-icons li {
  padding: 2px 15px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.nav-icons li .ant-badge-count {
  background: #1ea2f1;
  font-size: 11px;
  box-shadow: none;
  padding: 0 5px;
  line-height: 20px;
  min-width: 20px;
  height: 20px;
}
@media (max-width: 500px) {
  .nav-icons li .ant-badge-count span {
    font-size: 11px;
  }
}
.nav-icons li:hover {
  border-color: #00aff0;
}
.nav-icons li:hover .ant-badge-count {
  background: #00aff0;
}
.nav-icons li:hover a {
  color: #00aff0;
}
.nav-icons li a {
  color: #8a96a3;
  font-family: Merriweather Bold;
}
.nav-icons li .anticon {
  font-size: 25px;
}
.nav-icons li .cart-total {
  position: absolute;
  top: 0;
  right: 5px;
}
.nav-icons li .ant-menu.ant-menu-light {
  background-color: #00aff0;
}
.nav-icons li .username {
  margin-right: 8px;
  color: #fff;
}
.nav-icons li.logo-nav {
  padding: 0;
  width: 81%;
}
.nav-icons li.logo-nav img {
  height: 35px;
}
.nav-icons .right-menu {
  padding: 7px 0;
}
.nav-icons .right-menu .ant-menu-submenu-title {
  padding: 0;
}
.nav-icons .active {
  color: #00aff0;
  border-bottom: 2px solid;
}
.nav-icons .sub-header-avatar {
  display: none;
}
@media (max-width: 1024px) {
  .nav-icons .sub-header-avatar {
    display: flex;
  }
}
.ant-menu.ant-menu-sub li a:hover {
  color: #333;
}
.ant-menu.ant-menu-sub li.ant-menu-item-selected a {
  color: #333 !important;
}
@media (max-width: 769px) {
  .nav-bar .nav-icons .logo-nav {
    width: 75%;
  }
}
@media (max-width: 500px) {
  .nav-bar .nav-icons {
    width: 100%;
    justify-content: space-between;
  }
  .nav-bar .nav-icons li {
    font-size: 14px;
    padding: 2px 12px;
  }
  .nav-bar .nav-icons li span {
    font-size: 25px;
  }
  .nav-bar .nav-icons li .cart-total {
    top: -2px;
    right: 2px;
  }
  .nav-bar .nav-icons .logo-nav {
    width: 50%;
  }
  .nav-bar .nav-icons .logo-nav img {
    height: 23px;
    width: auto;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .h-sider {
    display: none;
  }
}
.h-sider .h-menu {
  position: sticky;
  top: 48.8px;
  z-index: 2;
  box-shadow: 0px 0px 6px #f2f2f2;
  height: calc(100vh - 48.8px);
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.publisher-player {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}
.publisher-player video {
  object-fit: cover;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.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 .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: #00aff0;
}
.feed-card .feed-top .feed-top-left .feed-name h4 .live-status {
  color: #ff0066;
  animation-name: scaling;
  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;
}
.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 .lock-content {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.feed-card .feed-container .lock-content .feed-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/leaf.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.feed-card .feed-container .lock-content .count-media {
  position: absolute;
  bottom: 2px;
  padding: 2px 5px;
  font-size: 11px;
  color: #ccf1ff;
  text-align: center;
}
.feed-card .feed-container .lock-content .lock-middle {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.feed-card .feed-container .lock-content .lock-middle .lock-icon {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4px;
  border-radius: 50%;
  margin-bottom: 5px;
}
.feed-card .feed-container .lock-content .lock-middle .anticon {
  font-size: 32px;
  color: #fff;
}
.feed-card .feed-container .lock-content .lock-middle .ant-btn.secondary {
  border-radius: 25px;
  font-size: 14px;
  font-family: Merriweather Bold;
  width: auto;
}
.feed-card .feed-container .lock-content .lock-middle .ant-btn.ant-btn-link {
  font-size: 12px;
  color: #fff;
}
.feed-card .feed-container .lock-content .lock-middle .ant-btn.ant-btn-link .anticon {
  font-size: 14px;
}
.feed-card .feed-container .lock-content p {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 25px;
  font-weight: 600;
  background-color: #ff0066;
}
.feed-card .feed-container .lock-content p:hover {
  opacity: 0.8;
}
@media screen and (max-width: 500px) {
  .feed-card .feed-container .lock-content {
    height: 215px;
  }
}
.feed-card .feed-container .feed-text {
  margin-bottom: 5px;
  font-size: 12px;
  color: #666;
  white-space: pre-line;
}
.feed-card .feed-container .feed-text::first-letter {
  text-transform: capitalize;
}
.feed-card .feed-container .feed-files-title {
  color: #8C8C8C;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.72px;
  margin: 8px 0;
}
.feed-card .feed-container .feed-files-title span {
  margin-right: 4px;
}
.feed-card .feed-container .feed-file {
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #D9D9D9;
  margin-bottom: 16px;
  display: flex;
}
.feed-card .feed-container .feed-file-name {
  width: calc(100% - 120px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-wrap: break-word;
  line-height: 22px;
}
.feed-card .feed-container .feed-file-button {
  padding-left: 8px;
  width: 120px;
}
.feed-card .feed-container .feed-file-button button {
  height: 40px;
  width: 110px;
  border-radius: 8px;
}
.feed-card .feed-container .feed-file:last-child {
  margin-bottom: 0;
}
.feed-card .feed-container .feed-files-more {
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feed-card .feed-container .feed-files-more .more-main {
  cursor: pointer;
  color: #262626;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.72px;
}
.feed-card .feed-container .feed-files-more .more-main span {
  margin-right: 4px;
}
.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 svg {
  font-size: 20px;
}
.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 {
  border-radius: 3px;
}
.feed-card .videojs-player .video-js .vjs-poster {
  border-radius: 3px;
  border: none;
}
.f-upload-list {
  display: flex;
  width: 100%;
  overflow: auto;
  flex-wrap: wrap;
}
.f-upload-list .sortable-list,
.f-upload-list .upload-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-gap: 8px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .f-upload-list .sortable-list,
  .f-upload-list .upload-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 8px;
  }
}
.f-upload-list .add-more {
  display: flex;
  height: 100%;
  min-height: 160px;
  align-self: center;
  justify-content: center;
  padding: 4px;
  background-color: #eee;
  border-radius: 5px;
  cursor: pointer;
}
.f-upload-list .add-more .upload-add-icon {
  font-size: 20px;
  color: #00AFF0;
  margin-bottom: 8px;
}
.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: 14px;
  line-height: 20px;
}
.f-upload-list .upload-add-button {
  width: 100%;
  text-align: center;
}
.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;
  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 {
  background: rgba(121, 121, 121, 0.4);
  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;
}
.ant-input-number-input-wrap input {
  height: 30px;
}
.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: #00aff0;
}
.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%, #00aff0 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 {
  margin: 15px 0;
}
.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% - 180px);
}
.search-post-bar .ant-input-group-wrapper.ant-input-search {
  position: absolute;
  left: 0;
  width: calc(100% - 180px);
}
.search-post-bar .ant-input-group-wrapper.ant-input-search input {
  height: 30px;
}
.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: #00aff0;
}
@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: 33.33%;
  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;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 5px;
  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 .ant-btn {
  font-size: 11px;
  font-family: Merriweather Bold;
}
.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);
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
  z-index: 999;
  display: flex;
}
.grid-view .feed-grid-card .card-thumb .card-bottom .stats a {
  margin-right: 10px;
  color: #fff;
}
.grid-view .feed-grid-card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-image: url(/static/leaf.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 769px) {
  .grid-view .feed-grid-card .card-thumb {
    height: 325px;
  }
}
@media screen and (max-width: 500px) {
  .grid-view .feed-grid-card {
    width: 50%;
  }
  .grid-view .feed-grid-card .card-thumb {
    height: 250px;
  }
}
.f-upload-item {
  user-select: none;
  border-radius: 5px;
  overflow: hidden;
  padding: 5px;
  background-color: #f7f7f7;
  position: relative;
}
.f-upload-item .f-remove {
  position: absolute;
  right: 5px;
  top: 5px;
}
.f-upload-item .f-upload-thumb {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
}
.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;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.f-upload-item .f-upload-thumb .f-thumb-vid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.f-upload-item .f-upload-thumb .f-thumb-vid:hover {
  background-color: #eee;
}
.f-upload-item .f-upload-thumb .f-thumb-vid .anticon {
  color: #1ea2f1;
  font-size: 22px;
}
.f-upload-item .f-upload-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.f-upload-item .f-upload-size {
  font-size: 8px;
}
.f-upload-item--sortable .f-upload-thumb {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
}
.f-upload-item--sortable .f-upload-thumb .ant-image {
  width: 100%;
  height: 100%;
}
.f-upload-item--sortable .f-upload-thumb .ant-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.upload-list {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-gap: 8px;
  width: 100%;
  padding-bottom: 8px;
}
@media screen and (max-width: 500px) {
  .upload-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 8px;
  }
}
.upload-list-item {
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 8px;
  position: relative;
}
.upload-list-item .remove-button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 45px;
  height: 32px;
  background-color: #00AFF0;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-list-item-thumb {
  width: 100%;
  height: unset;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
}
.upload-list-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.upload-list-item-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.upload-list-item-cover-set span {
  display: inline-block;
  cursor: pointer;
  background-color: #BFBFBF;
  border-radius: 30px;
  padding: 0px 8px;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  transition: background-color 0.5s;
}
.upload-list-item-cover-set span:hover {
  background-color: #00AFF0;
}
.upload-list-item-cover-set--cover span {
  background-color: #00AFF0;
}
.upload-list-item--new-gallery .upload-list-item-cover-set span {
  opacity: 0;
}
.upload-list--new-gallery .upload-list-item-cover-set span {
  cursor: unset;
  opacity: 0;
}
.upload-list--new-gallery .upload-list-item:first-child .upload-list-item-cover-set span {
  opacity: 1;
  background-color: #00AFF0;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.feed-form .upload-tips {
  margin-top: 16px;
  color: #8C8C8C;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 6%;
}
.feed-form .upload-tips-item {
  display: flex;
}
.feed-form .upload-tips-content {
  padding-left: 8px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.stream-video {
  display: block;
}
.stream-description {
  margin: 20px 0;
  display: flex;
  width: 100%;
}
.stream-duration {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 14px;
  color: #8a96a3;
  margin: 0;
}
.stream-duration .anticon-clock-circle,
.stream-duration .ant-rate-star-full .anticon {
  color: #1ea2f1;
}
.stream-duration > * {
  margin-right: 10px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.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: 90vh;
}
.login-box .title {
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  margin: 5px 0;
  font-family: Merriweather Bold;
}
.login-box .ant-select-selector {
  border-radius: 25px !important;
}
.login-box .login-form-button {
  width: 100%;
  background-image: linear-gradient(0deg, #00aff0, #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-image: url('/static/auth-img.png');
  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: Merriweather Bold;
}
.login-box .login-content.right a {
  font-weight: 600;
  font-size: 11px;
  color: #00aff0;
}
.login-box .login-content.right p a {
  font-size: 12px;
}
.login-box .login-content.right p a.sub-text {
  font-size: 10px;
}
.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, #00aff0, #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: #00aff0;
  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: Merriweather Bold;
  cursor: pointer;
}
.switch-btn button:hover {
  color: #00aff0;
}
.switch-btn button.active {
  color: #00aff0;
  border-bottom: 2px solid;
}
.switch-grp {
  text-align: center;
}
.switch-grp .ant-switch {
  background-color: #00aff0;
  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: Merriweather Bold;
}
.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: 15px;
  max-width: 400px;
}
.social-login .twitter-button {
  background-color: #1ea2f1;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 25px;
  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;
}
.social-login .google-button {
  margin: 5px 0;
  background-color: #f04134;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 25px;
  cursor: pointer;
  width: 100%;
  outline: none;
}
.social-login .google-button .anticon {
  font-size: 18px;
  margin-right: 5px;
}
.social-login .google-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;
  object-fit: cover;
}
.login-logo {
  text-align: center;
  font-size: 30px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.btn-google-login-box {
  display: flex;
  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;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.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: #00aff0;
  font-size: 16px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.title {
  color: #1ea2f1;
  font-family: Merriweather Bold;
  text-align: center;
}
.purchase-form {
  margin: 20px 0;
}
.purchase-form .ant-form {
  max-width: 550px;
  margin: auto;
}
.current-balance {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}
.current-balance svg {
  height: 60px;
  width: auto;
}
.current-balance .balance {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.current-balance .balance .amount {
  font-family: Merriweather Bold;
}
.coupon-dc {
  width: 100%;
}
.coupon-dc .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.coupon-dc .ant-btn {
  min-height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.total-price .amount {
  padding-left: 5px;
  font-size: 16px;
  font-family: Merriweather Bold;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.comment-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.comment-form .cmt-area {
  padding: 0 5px 0 5px;
  width: 100%;
  position: relative;
}
.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-textarea::after {
  font-size: 9px;
}
.comment-form .cmt-area .ant-input-textarea .ant-input {
  background: #eee;
  padding: 5px 15px;
  padding-right: 30px;
  border: none;
  height: 50px;
  min-height: unset;
}
@media screen and (max-width: 500px) {
  .comment-form .cmt-area {
    padding: 0 5px 0 0;
  }
}
.comment-form .submit-btn {
  background-image: linear-gradient(0deg, #1ea2f1, #00aff0);
  color: #fff;
  box-shadow: 0 5px 10px rgba(50, 50, 50, 0.2);
  padding: 0.7em 2em;
  font-size: 0.9em;
  font-weight: 600;
  border-radius: 0.5em;
  height: 52px;
}
.comment-form .submit-btn .anticon-send {
  font-size: 18px;
  transform: rotate(-45deg);
}
.cmt-list {
  background-color: #f7f7f7;
  border-radius: 5px;
}
.cmt-list .cmt-item {
  display: flex;
  margin-bottom: 10px;
  padding: 5px;
}
.cmt-list .cmt-item img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
}
.cmt-list .cmt-item .cmt-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0 10px;
}
.cmt-list .cmt-item .cmt-content .cmt-user {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.cmt-list .cmt-item .cmt-content .cmt-user .cmt-time {
  color: #666;
  font-size: 10px;
  font-weight: normal;
  margin-left: 20px;
}
.cmt-list .cmt-item .cmt-content .cmt-user .ant-dropdown-link svg {
  width: 1.5em !important;
  height: 1.5em !important;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-reply {
  font-size: 13px;
  color: #666;
  margin-left: 15px;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-reply.active {
  color: #00aff0;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-like {
  color: #666;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-like.active {
  color: #00aff0;
}
.cmt-list .cmt-item .cmt-content .cmt-text {
  color: #666;
  margin-bottom: 5px;
  white-space: pre-line;
}
.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: 40px;
}
.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;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.vid-card {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 3px;
  overflow: hidden;
}
.vid-card .vid-thumb {
  height: 185px;
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.vid-card .vid-thumb .lock-middle {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
.vid-card .vid-thumb .lock-middle .anticon {
  font-size: 32px;
  color: #fff;
}
.vid-card .vid-thumb .lock-middle .ant-btn {
  font-size: 11px;
  color: #fff;
  font-family: Merriweather Bold;
}
.vid-card .vid-thumb .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 500px) {
  .vid-card .vid-thumb {
    height: 150px;
  }
}
.vid-card .vid-stats {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 10px;
  padding: 5px 0 5px 5px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom, #04040e00 0%, rgba(60, 60, 60, 0.5) 100%);
}
.vid-card .vid-stats a {
  color: #fff;
  padding-right: 10px;
}
.vid-card .vid-info {
  font-family: Merriweather Bold;
  color: #fff;
  background-color: #00aff0;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 500px) {
  .vid-card .vid-info {
    font-size: 11px;
  }
}
.vid-card .vid-price {
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 1;
}
.vid-card .vid-price .label-price {
  color: #fff;
  background-color: #ff0066;
  padding: 3px 15px;
  clip-path: polygon(0px 0px, 0px 100%, 100% 100%, 90% 50%, 100% 0);
  font-size: 11px;
  font-weight: 600;
  margin: 5px 0;
}
.vid-card .vid-calendar {
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 1;
  color: #fff;
  font-size: 20px;
}
.vid-card:hover {
  opacity: 0.9;
}
.vid-card:hover .vid-info {
  background-color: #ff0066;
}
.upload-bl {
  position: relative;
  background-color: #eee;
  border-radius: 3px;
}
.upload-bl .remove-btn {
  position: absolute;
  right: 0;
  top: 0;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
.vid-title {
  margin: 15px 0 10px;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  font-family: Merriweather Bold;
  word-break: break-all;
}
.vid-duration {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vid-duration a {
  font-size: 12px;
  color: #666;
}
.vid-player {
  padding: 15px 0;
}
.vid-player .vid-group {
  position: relative;
}
.vid-player .vid-group .video-thumbs {
  overflow: hidden;
}
.vid-player .vid-group .video-thumbs img {
  width: 100%;
  height: 100%;
  max-height: 60vh;
  object-fit: cover;
  overflow: hidden;
  filter: blur(25px);
}
.vid-player .vid-group .vid-processing {
  background-color: #333;
  color: #fff;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.vid-player .vid-group .vid-exl-group {
  z-index: 1;
  width: 100%;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: calc(50% - 125px);
  min-height: 250px;
  left: 0;
  text-align: center;
}
.vid-player .vid-group .vid-exl-group h4 {
  color: #ff0066;
  font-size: 18px;
  padding: 0 15px;
}
.vid-player .vid-group .vid-exl-group h3 {
  font-size: 25px;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .vid-player .vid-group .vid-exl-group .subscription-btn-grp {
    margin: 0 auto;
  }
}
.vid-player .videojs-player .video-js {
  border-radius: 3px;
  overflow: hidden;
}
.vid-player .videojs-player .vjs-poster {
  border-radius: 3px;
  border: none;
}
.discount-price {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}
.vid-tags {
  margin: 15px 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  text-transform: lowercase;
}
.participant-card {
  display: flex;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}
.participant-card:hover {
  opacity: 0.8;
}
.participant-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #00aff0;
}
.participant-card .participant-info {
  padding: 10px;
  width: calc(100% - 100px);
}
.participant-card .participant-info h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #00aff0;
  text-transform: capitalize;
}
.participant-card .participant-info h5 {
  font-size: 13px;
  color: #00aff0;
}
.participant-card .participant-info .p-bio {
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.coupon-form {
  margin: 20px 0;
}
.coupon-form .ant-input {
  height: 40px;
}
.coupon-form .ant-btn.primary {
  height: 40px;
  background-image: linear-gradient(0deg, #00aff0, #1ea2f1);
  color: #fff;
  font-weight: 600;
}
.coupon-form .ant-btn.normal {
  height: 40px;
  background-color: #ff0066;
  color: #333;
  font-weight: 600;
}
.is-order-processing {
  border-radius: 0.5em;
  padding: 0.7em 2em;
  height: unset;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.gallery-card {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 3px;
  overflow: hidden;
}
.gallery-card .gallery-thumb {
  height: 320px;
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gallery-card .gallery-thumb .lock-middle {
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  width: 64px;
  height: 64px;
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.3);
}
.gallery-card .gallery-thumb .lock-middle .anticon {
  font-size: 32px;
  color: #fff;
}
.gallery-card .gallery-thumb .lock-middle .ant-btn {
  font-size: 11px;
  font-family: Merriweather Bold;
}
.gallery-card .gallery-thumb .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 500px) {
  .gallery-card .gallery-thumb {
    height: 220px;
  }
}
.gallery-card .gallery-stats {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 10px;
  padding: 5px 0 5px 5px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom, #04040e00 0%, rgba(60, 60, 60, 0.5) 100%);
}
.gallery-card .gallery-stats a {
  color: #fff;
  padding-right: 10px;
}
.gallery-card .gallery-info {
  font-family: Merriweather Bold;
  color: #fff;
  background-color: #00aff0;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.gallery-card .gallery-info a {
  color: #fff;
}
@media screen and (max-width: 500px) {
  .gallery-card .gallery-info {
    font-size: 11px;
  }
}
.gallery-card .gallery-price {
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 99;
}
.gallery-card .gallery-price .label-price {
  color: #fff;
  background-color: #ff0066;
  font-size: 11px;
  width: auto;
  padding: 3px 15px;
  clip-path: polygon(0px 0px, 0px 100%, 100% 100%, 90% 50%, 100% 0);
  font-weight: 600;
  margin: 5px 0;
}
.gallery-card:hover {
  opacity: 0.9;
}
.gallery-card:hover .gallery-info {
  background-color: #ff0066;
}
.photo-upload-list {
  position: relative;
}
.photo-upload-list .photo-thumb {
  margin-right: 10px;
}
.photo-upload-list .photo-thumb .anticon {
  font-size: 50px;
}
.photo-upload-list .photo-thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.photo-upload-list .remove-photo {
  position: absolute;
  right: 5px;
  top: 5px;
}
.photo-upload-list .cover-photo {
  position: absolute;
  right: 25px;
  top: 5px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  font-size: 24px;
  color: #00AFF0;
  margin-bottom: 8px;
}
.ant-upload.ant-upload-drag {
  border: none;
  border-radius: 8px;
}
.upload-tips {
  margin-top: 16px;
  color: #8C8C8C;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 6%;
}
.upload-tips-item {
  display: flex;
}
.upload-tips-content {
  padding-left: 8px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.contentInner {
  background: #fff;
  padding: 24px;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.01);
  min-height: calc(100vh - 230px);
  position: relative;
}
@media (max-width: 767px) {
  .contentInner {
    padding: 12px;
    min-height: calc(100vh - 160px);
  }
}

.list-photos {
  display: flex;
  flex-wrap: wrap;
}
.list-photos .ant-image {
  width: 12.5%;
  padding: 2px;
  overflow: hidden;
}
@media (max-width: 450px) {
  .list-photos .ant-image {
    width: 20%;
  }
}
.list-photos .ant-image .photo-card.blur {
  filter: blur(5px);
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.photo-carousel {
  margin: 15px 0;
}
.photo-carousel .subscription {
  max-width: 400px;
  margin: 15px auto;
  display: flex;
  flex-direction: column;
}
.photo-carousel .subscription .ant-btn {
  width: 100%;
  margin: 5px;
}
.photo-carousel .origin-file {
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #D9D9D9;
  margin-bottom: 16px;
  display: flex;
}
.photo-carousel .origin-file-name {
  width: calc(100% - 120px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-wrap: break-word;
  line-height: 22px;
}
.photo-carousel .origin-file-button {
  padding-left: 8px;
  width: 120px;
}
.photo-carousel .origin-file-button button {
  height: 40px;
  width: 110px;
  border-radius: 8px;
}
.photo-carousel .origin-file:last-child {
  margin-bottom: 0;
}
.gal-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gal-stats a {
  font-size: 12px;
  color: #666;
  margin-right: 15px;
}
.is-order-processing {
  border-radius: 0.5em;
  padding: 0.7em 2em;
  height: unset;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.h-loader {
  -webkit-animation: spin 2s linear infinite;
  /* Safari 和 Chrome */
  -moz-animation: spin 2s linear infinite;
  /* Firefox */
  animation: spin 2s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-disabled {
  background-color: #F5F5F5 !important;
  color: #D9D9D9 !important;
  cursor: not-allowed;
}
.is-order-processing {
  opacity: 0.6;
  background-color: #FFE553 !important;
  color: #262626 !important;
  border-radius: 0.5em;
}
.order-processing {
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-processing span {
  white-space: initial;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.home-heading {
  padding: 10px 0 0;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.home-heading h3 {
  width: 50%;
  color: #8a96a3;
  font-size: 16px;
  margin: 0;
}
.home-heading .search-bar-feed {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-heading .search-bar-feed .ant-input-affix-wrapper {
  opacity: 0;
  border: none;
  padding: 0;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.home-heading .search-bar-feed .ant-input-affix-wrapper.active {
  opacity: 1;
}
.home-heading .search-bar-feed .ant-input-affix-wrapper .ant-input-prefix {
  font-size: 25px;
  margin-right: 10px;
}
.home-heading .search-bar-feed .ant-input-affix-wrapper input {
  height: 40px;
}
.home-heading .search-bar-feed .open-search {
  color: #888;
}
.home-heading .search-bar-feed .open-search .anticon {
  font-size: 25px;
}
@media screen and (max-width: 500px) {
  .home-heading h3 {
    width: 30%;
  }
  .home-heading .search-bar-feed {
    width: 70%;
  }
}
.ant-carousel .slick-slide {
  text-align: center;
  overflow: hidden;
}
.ant-carousel .slick-slide .ant-image {
  width: 100%;
  height: 100%;
}
.ant-carousel .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 769px) {
  .ant-carousel .slick-slide {
    height: calc(100vw / 4);
    line-height: calc(100vw / 4);
  }
}
@media screen and (max-width: 500px) {
  .ant-carousel .slick-slide {
    height: calc(100vw / 4);
    line-height: calc(100vw / 4);
  }
}
.banner {
  margin-bottom: 25px;
}
.custom.main-background {
  margin-bottom: 25px;
}
.custom.main-background .ant-col {
  padding: 10px 12px;
}
@media screen and (max-width: 500px) {
  .custom.main-background .ant-col {
    padding: 5px;
  }
}
.home-container {
  display: flex;
  width: 100%;
}
.home-container .left-container {
  width: 65%;
  padding: 10px 10px 10px 0;
}
.home-container .right-container {
  width: 35%;
  padding: 10px 0 10px 10px;
}
@media screen and (max-width: 500px) {
  .home-container {
    flex-direction: column-reverse;
  }
  .home-container .left-container,
  .home-container .right-container {
    width: 100%;
    padding: 0;
  }
}
.filter-feed {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.filter-feed .anticon {
  font-size: 22px;
  color: #00aff0;
}
.filter-feed .ant-btn {
  margin: 0 5px;
  border: none;
  font-size: 15px;
  color: #666;
  border-radius: 0;
}
.filter-feed .ant-btn.active {
  color: #333;
  border-bottom: 2px solid #ff0066;
}
@media screen and (max-width: 500px) {
  .filter-feed .ant-btn {
    margin: 0;
  }
}
.visit-history .top-story {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.visit-history .story-list {
  overflow: auto;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 15px;
  display: flex;
  border-bottom: 1px solid #eee;
}
.visit-history .story-list .story-per-card {
  cursor: pointer;
  margin-right: 10px;
  text-align: center;
  position: relative;
}
.visit-history .story-list .story-per-card .blink-border {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px;
  background: linear-gradient(90deg, orange 10%, #ff0066 50%, violet 90%);
}
.visit-history .story-list .story-per-card .per-avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: relative;
  margin: 3px;
  border: 2px solid white;
}
.visit-history .story-list .story-per-card .live-tag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  background: linear-gradient(90deg, #ff0066 10%, #ff0066 90%);
  color: #fff;
  padding: 0 5px;
  border-radius: 7px;
  border: 2px solid #fff;
  font-size: 11px;
  line-height: 17px;
}
.home-footer {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.home-footer .main-footer ul li {
  font-size: 11px;
}
.home-footer .main-footer .footer-content {
  font-size: 11px;
}
.home-footer.active {
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .home-footer {
    display: none;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.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: 25px;
  font-weight: 600;
  color: #888;
  justify-content: center;
  margin: 0;
  padding: 8px 25px;
}
.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-nav .ant-tabs-tab {
  font-size: 14px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.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: #00aff0;
}
@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 scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
@keyframes fadeLeftIn {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.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) {
  .proccessing {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .proccessing {
    height: 215px;
  }
}

