@import url(https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);
@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.backTop {
  right: 50px;
}
.backTop .ant-back-top-content {
  background: #BE00E5;
  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;
}
.footer {
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  min-height: 72px;
}
@media (max-width: 767px) {
  .backTop {
    right: 20px;
    bottom: 20px;
  }
  .container {
    height: 100vh;
    flex: 1;
    width: 100%;
  }
}

.performer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.become-model-wrapper {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .become-model-wrapper {
    padding: 0;
  }
}
.become-model-wrapper::before {
  z-index: -1;
  content: ' ';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/bg-purchase.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.7;
}
.become-model-wrapper h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  position: relative;
}
.become-model-wrapper .title-purchase {
  font-size: 20px;
  border-bottom: 1px solid #353535;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  margin-top: 20px;
  position: relative;
}
.list-purchase {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .list-purchase {
    gap: 10px;
  }
}
.list-purchase .box-purchase {
  flex: 0 0 calc(25% - 12px);
  box-sizing: border-box;
  padding: 20px 16px;
  border-radius: 8px;
  border: 1px solid #353535;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}
.list-purchase .box-purchase h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
}
.list-purchase .box-purchase ul {
  margin: 0;
  padding: 0;
  flex: 1;
}
.list-purchase .box-purchase ul li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #353535;
  line-height: 1.2;
}
.list-purchase .box-purchase ul li:last-child {
  border: 0;
}
.list-purchase .box-purchase ul li .anticon {
  color: #BE00E5;
}
.list-purchase .box-purchase .purchase-price {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
.list-purchase .bottom-purchase {
  text-align: center;
}
@media (max-width: 768px) {
  .list-purchase .box-purchase {
    flex: 0 0 calc(50% - 8px);
  }
}
.header-packages {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  min-height: 40px;
  margin-bottom: 15px;
  padding-left: 30px;
}
.header-packages .anticon-right {
  color: #666;
  font-size: 15px;
  margin-left: 10px;
}
.header-packages .back-icon {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .header-packages .back-icon {
    padding: 5px 10px;
  }
}
.header-packages .header-packages-box {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-packages .header-packages-box span {
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .header-packages .header-packages-box {
    font-size: 16px;
  }
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.login-page {
  padding: 50px 20px;
}
@media screen and (max-width: 768px) {
  .login-page {
    padding: 20px;
  }
}
.login-page .login-box {
  width: 500px;
  max-width: 100%;
  background: #1f1f1f;
  padding: 30px;
  border-radius: 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .login-page .login-box {
    padding: 20px;
  }
}
.login-page .login-box .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .login-page .login-box .title {
    font-size: 20px;
  }
}
.login-page .login-box .remember-forgot {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.model-register-page .login-box {
  width: 700px;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.main-header {
  padding: 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #000 !important;
  height: unset;
  line-height: unset;
  padding: 0 30px;
}
.main-header .mobile-avatar-container {
  display: none;
}
@media screen and (max-width: 550px) {
  .main-header .mobile-avatar-container {
    display: block;
    padding-top: 14px;
    margin-left: 5px;
  }
}
.main-header .ant-layout-header {
  height: 35px;
  background-color: transparent;
  padding: 0 0 5px 0;
  line-height: unset;
  transition: 0.3s;
}
.main-header .ant-layout-header .nav-logo {
  font-size: 25px;
  margin-top: -5px;
}
.main-header .ant-layout-header .nav-logo img {
  height: 90px;
  transition: all 200ms;
}
.main-header .ant-layout-header .fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.header.ant-layout-header {
  height: auto;
}
.header.ant-layout-header .nav-bar-left {
  display: flex;
  gap: 10px;
  align-items: center;
}
.header.ant-layout-header .nav-bar {
  width: 1330px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header.ant-layout-header .nav-bar .label-check-box {
  display: none;
}
.header.ant-layout-header .nav-bar .label-check-box .menu-out-line {
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
}
.header.ant-layout-header .nav-bar .nav-icons {
  padding: 0;
  margin: 0;
  display: flex;
}
.header.ant-layout-header .nav-bar .nav-icons > li {
  padding: 8px 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .header.ant-layout-header .nav-bar .nav-icons > li {
    border-bottom: 1px solid;
    border-color: #353535;
    margin-left: 0;
    display: block;
  }
}
.header.ant-layout-header .nav-bar .nav-icons > li .ant-badge-count {
  background: #BE00E5;
  font-size: 11px;
  box-shadow: none;
  padding: 0 5px;
  line-height: 20px;
  min-width: 20px;
  height: 20px;
}
.header.ant-layout-header .nav-bar .nav-icons > li a {
  color: #f1f1f1;
}
.header.ant-layout-header .nav-bar .nav-icons > li a :hover {
  color: #BE00E5;
}
.header.ant-layout-header .nav-bar .nav-icons > li a:checked {
  color: #BE00E5;
}
.header.ant-layout-header .nav-bar .nav-icons .right-menu {
  padding: 10px 0;
}
.header.ant-layout-header .nav-bar .nav-icons .right-menu .ant-menu-submenu-title {
  padding: 0;
}
.header.ant-layout-header .nav-bar .nav-icons .active {
  color: #fff;
  border-bottom: 2px solid;
}
.header.ant-layout-header .nav-bar .right-header {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.header.ant-layout-header .nav-bar .right-header-box {
  padding: 5px 10px;
  background-color: #474647;
  border-radius: 30px;
  display: flex;
  align-items: center;
  height: 30px;
  gap: 10px;
  font-weight: bold;
  cursor: pointer;
}
.header.ant-layout-header .nav-bar .right-header > li {
  padding: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .header.ant-layout-header .nav-bar .right-header > li {
    margin: 0;
    display: block !important;
    border: 0;
  }
}
.header.ant-layout-header .nav-bar .right-header > li .ant-badge-count {
  background: #BE00E5;
  font-size: 11px;
  box-shadow: none;
  padding: 0 5px;
  line-height: 20px;
  min-width: 20px;
  height: 20px;
}
.header.ant-layout-header .nav-bar .right-header > li a {
  color: #f1f1f1;
  transition: all 200ms;
}
.header.ant-layout-header .nav-bar .right-header > li a :hover {
  color: #BE00E5;
}
.header.ant-layout-header .nav-bar .right-header > li a:checked {
  color: #BE00E5;
}
.header.ant-layout-header .nav-bar .right-header > li .anticon {
  display: none;
  font-size: 20px;
}
.header.ant-layout-header .nav-bar .right-header > li .anticon.anticon-shopping-cart,
.header.ant-layout-header .nav-bar .right-header > li .anticon.anticon-search {
  display: block;
}
.header.ant-layout-header .nav-bar .right-header > li .anticon.anticon-bell,
.header.ant-layout-header .nav-bar .right-header > li .anticon.anticon-message {
  color: #BE00E5;
  display: inline-block;
}
.header.ant-layout-header .nav-bar .right-header > li .anticon.close-icon {
  display: block;
  color: #fff;
}
.header.ant-layout-header .nav-bar .right-header > li .cart-total {
  position: absolute;
  top: 2px;
  right: calc(50% - 20px);
}
.header.ant-layout-header .nav-bar .right-header > li .ant-badge span {
  display: none;
}
@media (max-width: 767px) {
  .header.ant-layout-header .nav-bar .right-header > li.notification {
    margin-top: 5px;
  }
}
.header.ant-layout-header .nav-bar .right-header .right-menu {
  padding: 10px 0;
}
.header.ant-layout-header .nav-bar .right-header .right-menu .ant-menu-submenu-title {
  padding: 0;
}
.header.ant-layout-header .nav-bar .right-header .active {
  color: #BE00E5;
}
@media (max-width: 550px) {
  .header.ant-layout-header .nav-bar .message,
  .header.ant-layout-header .nav-bar .search {
    display: none !important;
  }
}
.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: #BE00E5;
  background-color: #BE00E5;
}
.header-sticky .header.ant-layout-header {
  padding: 0.2rem 0;
}
.header-sticky .header.ant-layout-header .nav-logo img {
  height: 60px;
}
.ant-menu.ant-menu-sub li a:hover {
  color: #000;
}
.ant-menu.ant-menu-sub li.ant-menu-item-selected a {
  color: #000 !important;
}
.ant-popover .ant-popover-inner,
.ant-popover .ant-popover-arrow-content {
  background-color: #343434;
}
.ant-popover .profile-user {
  display: flex;
}
.ant-popover .profile-user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 5px;
  object-fit: cover;
}
.ant-popover .profile-user img.token-ico {
  height: 20px;
  width: unset;
  border-radius: 0;
}
.ant-popover .profile-user .profile-name {
  display: inline-flex;
  flex-direction: column;
  text-transform: capitalize;
}
.ant-popover .profile-user .profile-name span {
  font-size: 12px;
  text-transform: none;
}
.ant-popover a {
  color: #fff;
}
.ant-popover .ant-popover-title {
  border-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
.ant-popover .ant-popover-inner-content {
  padding: 0;
}
.ant-popover .ant-popover-inner-content .profile-menu-item .ant-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 0;
}
.ant-popover .ant-popover-inner-content .profile-menu-item .menu-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 10px;
}
.ant-popover .ant-popover-inner-content .profile-menu-item .menu-item:hover {
  background-color: #343434;
}
.hide-desktop {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    padding: 0 10px;
  }
  .main-header .ant-layout-header {
    padding: 0;
  }
  .main-header .ant-layout-header .nav-bar {
    height: 60px;
  }
  .main-header .ant-layout-header .nav-bar .nav-links {
    display: none !important;
  }
  .main-header .ant-layout-header .nav-bar .nav-links.m-menu-open {
    display: block !important;
    transition: 0.3s;
  }
  .main-header .ant-layout-header .nav-logo {
    margin-left: -10px;
  }
  .main-header .ant-layout-header .nav-logo img {
    height: 60px !important;
  }
  .main-header .ant-layout-header .nav-links {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #343434;
    top: 60px;
    transition: all 0.5s;
    display: block !important;
    left: 0;
  }
  .main-header .ant-layout-header ul li a {
    font-size: 14px;
  }
  .main-header .ant-layout-header ul li a:hover {
    background: #242424;
  }
  .main-header .ant-layout-header .label-check-box {
    display: block !important;
  }
  .main-header .ant-layout-header .label-check-box #menu {
    display: none;
  }
  .hide-desktop {
    display: block !important;
  }
  .hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 550px) {
  .main-header .ant-layout-header .nav-logo {
    margin-left: 10px;
    max-width: 220px;
    font-size: 22px;
    overflow: hidden;
  }
}
.nav-mobile {
  display: none !important;
}
@media screen and (max-width: 550px) {
  .nav-mobile {
    display: flex !important;
  }
  .nav-mobile .nav-icon * {
    display: inline-block !important;
  }
  .nav-bar-mobile {
    display: flex !important;
  }
  .nav-bar-mobile > span {
    margin: 6px 8px !important;
    font-size: 24px !important;
    display: flex;
    align-items: center;
  }
}
.nav-bar-mobile {
  display: none;
  position: relative !important;
}
.nav-bar-mobile > span {
  margin: 6px 8px;
  font-size: 26px;
}
.nav-bar-mobile > span > span {
  font-size: 26px;
}
.nav-bar-mobile * {
  color: #1C76E5;
}
.nav-bar-mobile .search-mobile * {
  color: #fff !important;
}
.default-notification .ant-dropdown-menu-light {
  overflow-y: auto !important;
}
.location-box {
  padding: 5px 10px;
  background-color: #1f1f1f;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  height: 30px;
  gap: 10px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .location-box .location-text {
    display: none;
  }
}
.menu-location {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}
.menu-location li {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 15px;
}
.menu-location li.active {
  color: #BE00E5;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.main-footer {
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}
.main-footer .bg-footer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .main-footer .bg-footer {
    display: none;
  }
}
.main-footer .bg-footer img {
  height: 100%;
}
.main-footer .main-container {
  width: 1300px;
  max-width: 100%;
  margin: auto;
}
.main-footer .main-container ul {
  padding: 0;
}
.main-footer .main-container ul h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.main-footer .main-container ul li a {
  color: #fff;
  display: block;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.main-footer .main-container ul li a .anticon {
  margin-right: 5px;
}
.main-footer .footer-content {
  text-align: left;
}
.main-footer .footer-content p {
  text-align: left !important;
}
.main-footer .footer-content img {
  filter: brightness(0) invert(1);
}
.main-footer .logo-footer {
  height: 40px;
  margin-bottom: 20px;
}
.copyright-text {
  text-align: center;
  padding: 10px;
}
.copyright-text img {
  filter: brightness(0) invert(1);
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.text-at-the-top {
  font-size: medium;
  padding: 15px;
  text-align: center;
}
.booking-calendar {
  max-width: 860px;
  margin: auto;
  background: #343434;
}
.booking-calendar .ant-picker-calendar-mode-switch {
  display: none;
}
.ant-picker-calendar-header {
  margin-right: 10px;
}
.ant-select-arrow {
  color: #fff;
}
.ant-picker-calendar-date-content ul.events {
  padding: 0;
  max-height: 100%;
  overflow: auto;
  margin: 0;
}
.ant-picker-calendar-date-content ul.events li {
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.ant-picker-calendar-date-content ul.events li::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}
.ant-picker-calendar-date-content ul.events li.success::before {
  background-color: #00B539;
}
.ant-picker-calendar-date-content ul.events li.error::before {
  background-color: #f04134;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}


@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.stat-container {
  display: flex;
  gap: 10px;
  background-color: #343434;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.stat-container .stat-content-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BE00E5;
}
.stat-container .stat-content {
  font-size: 16px;
  font-weight: bold;
}
.stat-container .stat-price {
  font-size: 18px;
  font-weight: bold;
  color: #BE00E5;
}
.booking-item {
  background-color: #343434;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.booking-item:hover {
  opacity: 0.7;
}
.booking-item .booking-item-content {
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
}
.booking-item .booking-item-content .booking-item-avatar {
  width: 60px;
}
.booking-item .booking-item-content .booking-item-avatar img {
  width: 100%;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.booking-item .booking-item-content .user-info {
  width: calc(100% - 60px);
  padding-left: 10px;
}
.booking-item .booking-item-content .user-info h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.booking-item .booking-item-action {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: #BE00E5;
  border-radius: 50%;
}


@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.profile-details .heading-profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .profile-details .heading-profile {
    display: block;
    margin-bottom: 15px;
  }
}
.profile-details .heading-profile .profile-name {
  font-size: 30px;
  margin: 0;
  font-weight: bold;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
}
.profile-details .heading-profile .profile-name .verified-svg svg {
  height: 22px;
  width: auto;
  color: #1C76E5;
}
@media screen and (max-width: 768px) {
  .profile-details .heading-profile .profile-name {
    font-size: 22px;
  }
}
.profile-details .heading-profile .profile-name .vip {
  color: #BE00E5;
  font-size: 24px;
}
.profile-details .heading-profile .profile-name .verified img {
  height: 20px;
}
.profile-details .heading-profile .profile-name .boosted {
  color: #00B539;
  font-size: 24px;
}
.profile-details .heading-profile .last-seen {
  color: #717171;
  margin: 0;
}
.profile-details .heading-profile .heading-profile-right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.profile-details .heading-profile .heading-profile-right > div {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
}
.profile-details .heading-profile .number-hour {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  padding: 5px 0;
  font-weight: 500;
  white-space: nowrap;
}
.profile-details .heading-profile .number-hour span {
  display: block;
  padding: 0 7px;
}
.profile-details .heading-profile .assets-stats {
  background-color: #474647;
  color: #fff;
  border-radius: 20px;
  padding: 3px 7px;
  font-size: 13px;
}
.profile-details .heading-profile .assets-stats .ant-divider-vertical {
  border-left: 1px solid #8c8c8c;
}
.profile-details .heading-profile .assets-stats .anticon {
  font-size: 16px;
}
.profile-details .profile-social {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.profile-details .profile-social img {
  width: 27px;
}
.profile-details .my-detail {
  border-top: 1px solid #353535;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.profile-details .my-detail-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: normal;
}
.profile-details .my-detail-params {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
}
.profile-details .my-detail-params > div {
  margin-bottom: 3px;
}
.profile-details .my-detail-params > div > span {
  color: #717171;
  display: block;
  margin-bottom: 5px;
}
.profile-details .my-detail-params > div > strong {
  font-weight: normal;
}
.profile-details .my-detail-params .ant-tag {
  margin-bottom: 5px;
}
.profile-details .about-me {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  white-space: pre-wrap;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.profile-carousel {
  margin-bottom: 15px;
}
.profile-carousel .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.profile-carousel .ant-image {
  display: block;
  cursor: pointer;
}
.profile-carousel .ant-image .ant-image-img {
  width: 100%;
  border-radius: 15px;
}
.profile-carousel .ant-image:hover {
  opacity: 0.9;
}
.profile-carousel .image-full {
  width: 100%;
  position: relative;
}
.profile-carousel .image-half {
  width: calc(50% - 8px);
  position: relative;
}
.profile-carousel .image-half .ant-image-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .profile-carousel .image-half .ant-image-img {
    height: 200px;
  }
}
.profile-carousel .play-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #BE00E5;
}
.profile-carousel iframe {
  width: 80vw !important;
  min-height: 500px !important;
}
@media screen and (max-width: 550px) {
  .profile-carousel iframe {
    width: 100vw !important;
    min-height: 350px !important;
  }
}
.img-popup {
  max-height: 90lvh;
  max-width: 90vw;
  width: auto;
}

.ant-upload-select.ant-upload-select-picture-card {
  border: 2px solid #BE00E5;
  position: relative;
}
.ant-upload-select.ant-upload-select-picture-card img {
  margin-bottom: 10px;
  margin-bottom: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}
.ant-upload-select.ant-upload-select-picture-card .anticon {
  font-size: 18px;
  padding: 8px;
  background-color: #BE00E5;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  right: -5px;
}
.ant-upload-select.ant-upload-select-picture-card .anticon.anticon-edit {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  top: 0;
  left: 0;
}
.ant-upload-select.ant-upload-select-picture-card .anticon.anticon-file-add {
  background-color: #00B539;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.page-heading span {
  margin-left: 10px;
  font-weight: bold;
}
.ant-btn:hover {
  border: 1px solid;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.model-card-favorite {
  position: relative;
  border: 2px solid #582136;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 10px;
}
.model-card-favorite .absolute-items {
  position: absolute;
  top: 10px;
  left: 10px;
}
.model-card-favorite .absolute-items .vip {
  background-color: #BE00E5;
  display: block;
  padding: 2px 8px;
  border-radius: 30px;
  font-size: 18px;
}
.model-card-favorite .model-card-img {
  position: relative;
  padding-top: 130%;
  display: block;
}
.model-card-favorite .model-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.model-card-favorite .model-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding-right: 50px;
}
.model-card-favorite .model-card-content .model-card-title {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0;
}
.model-card-favorite .model-card-content .model-card-title .verified {
  color: #BE00E5;
}
.model-card-favorite .model-card-content .model-card-title .model-card-name {
  width: calc(100% - 20px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.model-card-favorite .model-card-content .model-card-country {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.model-card-favorite .model-card-content .card-circe {
  position: absolute;
  top: 17px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #BE00E5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.model-card-favorite .box {
  position: relative;
}
.model-card-favorite .box-below {
  padding: 10px;
  text-align: center;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.membership-container .ant-divider {
  color: #fff;
}
.membership-container .ant-divider::before,
.membership-container .ant-divider::after {
  border-color: rgba(255, 255, 255, 0.2);
}
.membership-container .ant-divider-inner-text {
  display: inline-flex;
  gap: 10px;
}
.membership-container .ant-divider-inner-text .step-box {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #343434;
}
.membership-container .ant-divider-inner-text .step-box.active {
  background-color: #BE00E5;
}
.membership-container .title-package {
  font-size: 20px;
  color: #BE00E5;
}

.package_wrapper {
  width: 100%;
  max-width: 968px;
  margin: 20px auto;
  padding: 30px;
  border-radius: 15px;
}
.package_wrapper .pk-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 5px;
}
.package_wrapper .pk-sub-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.plans_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .plans_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .plans_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pk-card {
  box-sizing: border-box;
  padding: 20px 16px;
  border-radius: 8px;
  border: 1px solid #353535;
  background-color: rgba(0, 0, 0, 0.5);
}
.pk-card .pk-top {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #353535;
}
.pk-card .pk-name {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.pk-card .pk-price {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
.pk-card .pk-price .sub-price {
  font-weight: 400;
}
.pk-card .pk-description {
  padding: 15px;
  height: 217px;
  overflow: auto;
  margin: 0;
}
.pk-card .pk-description::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.pk-card .pk-description::-webkit-scrollbar-thumb {
  background-color: #999;
}
.pk-card .pk-description li {
  font-size: 17px;
  line-height: 1.8;
  word-wrap: break-word;
  position: relative;
  padding-left: 20px;
}
.pk-card .pk-description li::before {
  content: "\2713";
  color: #BE00E5;
  position: absolute;
  left: 0;
}
.pk-card .pk-btn {
  padding: 15px;
}
.pk-card .pk-btn button {
  cursor: pointer;
  outline: none;
  border: none;
  background: #BE00E5;
  height: 40px;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.pk-card.active .pk-btn button {
  background-color: #1C76E5;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.ant-carousel .slick-slide {
  text-align: center;
  overflow: hidden;
}
.ant-carousel .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .ant-carousel .slick-slide {
    height: 94px;
    line-height: 94px;
  }
}
.ant-carousel .slick-dots.slick-dots-bottom li.slick-active button {
  background-color: #BE00E5;
}
.banner {
  padding-bottom: 30px;
}
.show-all {
  padding: 0 5px;
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.show-all a {
  padding: 10px 25px;
  font-size: 16px;
  color: #BE00E5;
  border: 2px solid;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.show-all a:hover {
  background-color: #1C76E5;
  color: #fff;
}
.home-page {
  min-height: 85vh;
}

.filter-block .filter-item {
  margin: 5px 0;
}

.performer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.model-card {
  position: relative;
  width: calc(25% - 8px);
}
@media (max-width: 990px) {
  .model-card {
    width: calc(33.33% - 7px);
  }
}
@media (max-width: 550px) {
  .model-card {
    width: calc(50% - 5px);
  }
}
.model-card .vip-tag {
  border: 1px solid #FFD700;
  background-color: #000;
  color: #FFD700;
  display: block;
  transform: rotate(-45deg);
  padding: 2px 20px;
  font-size: 18px;
  position: absolute;
  top: 11px;
  left: -25px;
  z-index: 3;
  font-size: 13px;
  font-weight: 700;
}
.model-card .right-tags {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.model-card .right-tags .verified-tag svg {
  color: #1C76E5;
  height: 32px;
  width: auto;
}
.model-card .right-tags .box-pic {
  background-color: #fff;
  padding: 2px 5px;
  font-size: 13px;
  gap: 3px;
  border-radius: 20px;
  color: #000;
  font-weight: bold;
  width: 40px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model-card .right-tags .box-pic .anticon {
  font-size: 18px;
}
.model-card .right-tags .box-pic .anticon.anticon-video-camera {
  color: #BE00E5;
}
.model-card .model-card-img {
  position: relative;
  padding-top: 130%;
  display: block;
  overflow: hidden;
  opacity: 1 !important;
  /* Idle/default state — fully visible */
  /* New image slides in from right */
  /* Old image slides out to left */
}
.model-card .model-card-img .img-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.model-card .model-card-img .current {
  opacity: 1;
  transform: translateX(0);
}
.model-card .model-card-img .enter {
  animation: slideIn 0.5s ease forwards;
  z-index: 2;
}
.model-card .model-card-img .exit {
  animation: slideOut 0.5s ease forwards;
  z-index: 1;
}
.model-card .model-card-content {
  padding: 10px 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding-right: 85px;
  position: relative;
}
.model-card .model-card-content .model-card-title {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0;
}
.model-card .model-card-content .model-card-title .model-card-name {
  width: calc(100% - 20px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: capitalize;
}
.model-card .model-card-content .model-card-country {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.model-card .model-card-content .model-card-content-right {
  position: absolute;
  top: 17px;
  right: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.model-card .model-card-content .model-card-content-right .boosted {
  background-color: #BE00E5;
  padding: 0 5px;
  border-radius: 30px;
  color: #fff;
}
.model-card .model-card-content .model-card-content-right .card-heart {
  font-size: 18px;
  padding: 0 5px;
}
.model-card .model-card-content .model-card-content-right .card-heart.active {
  color: #f04134 !important;
}
@media (max-width: 768px) {
  .model-card .model-card-content {
    display: none;
  }
}
.model-card .content-mobile-overlay {
  display: none;
}
@media (max-width: 768px) {
  .model-card .content-mobile-overlay {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: block;
    padding: 5px 5px 10px;
  }
  .model-card .content-mobile-overlay h3 {
    text-transform: capitalize;
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .model-card .content-mobile-overlay h4 {
    font-size: 13px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.model-card .hover-div {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: -100%;
  transition: all 500ms;
  z-index: 4;
  padding: 10px 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .model-card .hover-div {
    display: none;
  }
}
.model-card .hover-div > div {
  padding: 2px 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.model-card .hover-div > div:last-child {
  margin: 0;
}
.model-card .hover-div > div span {
  color: #dbdbdb;
}
.model-card:hover .hover-div {
  bottom: 0;
}
.model-card .box {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.model-card .box::before {
  z-index: 2;
  content: ' ';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2d2d2d;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  display: none;
}
.model-card .number-hour {
  background-color: #fff;
  color: #000;
  border-radius: 0 20px 20px 0;
  padding: 3px 10px;
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 12px;
  font-weight: 500;
  z-index: 3;
}
.model-card .number-hour span {
  display: block;
  padding: 0 7px;
  border-left: 2px solid #BE00E5;
}
@media (max-width: 768px) {
  .model-card .number-hour {
    display: none;
  }
}
.card-click-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}
@media (max-width: 768px) {
  .card-click-mobile {
    display: block;
  }
}
.model-card.open .box::before {
  display: block;
}
.model-card-info-mobile {
  background-color: #2d2d2d;
  position: relative;
  overflow: hidden;
  width: calc(200% + 10px);
  transition: height 0.3s ease-in-out;
}
.model-card-info-mobile .model-card-info-content {
  padding: 15px;
}
.model-card-info-mobile .ant-btn {
  display: block;
  width: 100%;
}
.model-card-info-mobile .model-card-info-div {
  overflow: hidden;
}
.model-card-info-mobile .model-card-info-div > div {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.model-card:nth-child(2n) .model-card-info-mobile {
  margin-left: calc(-100% - 10px);
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.conversation-search {
  position: relative;
}
.conversation-search input {
  padding: 1em 2.5em;
  width: calc(100% - 25px);
  border: none;
  background: #343434;
  color: #fff;
  margin: 12px;
  font-size: 0.9em;
  border-radius: 0.5em;
  outline: none;
}
.conversation-search input::placeholder {
  color: #fff;
  text-align: left;
}
.conversation-search .anticon-search {
  font-size: 18px;
  color: #fff;
  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;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.conversation-list-item {
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative;
  color: #fff;
}
.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-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.conversation-list-item .online {
  position: absolute;
  left: -5px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #d6d6d6;
  background-color: #00B539;
}
.conversation-list-item .offline {
  position: absolute;
  left: -5px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #d6d6d6;
  background-color: #d6d6d6;
}
.conversation-list-item:hover {
  background: #343434;
  cursor: pointer;
}
.conversation-list-item.active {
  background: #343434;
  pointer-events: none;
}
.conversation-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.conversation-title {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.2;
}
.conversation-titl {
  font-weight: bold;
  color: #717171;
}
.conversation-snippe {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
}
.conversation-time {
  font-size: 10px;
  color: #666;
  margin: 0;
}
.notification-badge {
  position: absolute;
  top: 40px;
  left: 10px;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.conversation-list {
  width: 100%;
  background-color: #BE00E5;
}
.conversation-list .user-bl {
  padding: 10px 0;
  color: #1C76E5;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.conversation-list .c-list-item {
  height: calc(100% - 78px);
  overflow: auto;
}
.conversation-list .c-list-item::-webkit-scrollbar {
  display: none;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.message-list {
  height: 100%;
  overflow: auto;
  width: 100%;
  padding-bottom: 0px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.message-list::-webkit-scrollbar {
  width: 10px;
}
.message-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.message-list::-webkit-scrollbar-thumb {
  background: #888;
}
.message-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.message-list-container {
  padding: 10px;
}
.message-list-container .mess-recipient {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.message-list-container .bubble {
  overflow-wrap: break-word;
}
.sub-text {
  color: #f04134;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  padding: 25px 10px;
}
@media all and (max-width: 550px) {
  .sub-text {
    font-size: 14px;
  }
}
.mess-recipient {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e8f0f2;
  padding: 0 5px;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  left: 0;
}
.mess-recipient .ant-image {
  width: 40px;
  height: 40px;
  margin: 9px 12px 9px;
}
.mess-recipient .close-btn {
  display: none;
}
@media all and (max-width: 550px) {
  .mess-recipient .close-btn {
    display: inline-block;
  }
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.messenger {
  display: flex;
  width: 100%;
  height: calc(100vh - 200px);
  position: relative;
}
.scrollable {
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.sidebar {
  display: flex;
  width: 40%;
}
.sidebar .conversation-list {
  background: #343434;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.sidebar .conversation-list .conversation-title,
.sidebar .conversation-list .conversation-snippet {
  color: #fff;
}
.chat-content {
  background: #343434;
  display: flex;
  width: 60%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.chat-content .mess-recipient {
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}
.chat-content .message .bubble {
  color: #ffffff !important;
  background: #313131 !important;
}
.chat-content .message .timestamp {
  color: #fff;
  font-size: 10px;
}
.chat-content .compose .grp-send {
  border-radius: 5px;
}
.footer {
  background: #fff;
}
@media all and (max-width: 550px) {
  .sidebar {
    width: 100%;
  }
  .sidebar.active {
    display: none;
  }
  .chat-content {
    width: 100%;
    display: none;
  }
  .chat-content.active {
    display: flex;
  }
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.loading-screen {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  font-size: 30px;
}
.loading-screen img,
.loading-screen span {
  color: #BE00E5;
  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;
}
@keyframes loading {
  0% {
    font-size: 30px;
    width: 280px;
  }
  25% {
    font-size: 32px;
    width: 300px;
  }
  50% {
    font-size: 34px;
    width: 320px;
  }
  75% {
    font-size: 32px;
    width: 300px;
  }
  100% {
    font-size: 30px;
    width: 280px;
  }
}

.result-payment {
  background-color: rgba(0, 0, 0, 0.7);
}
.result-payment .ant-result-title,
.result-payment .ant-result-subtitle {
  color: #fff;
}
.result-payment .anticon-check-circle {
  color: #EA3A78;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.form-payment {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  border: 1px solid #4D4D4D;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 2px;
  margin: 30px auto;
}
@media (max-width: 550px) {
  .form-payment {
    margin: 0;
  }
}
.form-payment .payment-faq {
  background: transparent;
}
.form-payment .payment-faq .ant-collapse-header {
  color: #fff;
}
.form-payment .payment-faq .ant-collapse-content {
  background: transparent;
  color: #fff;
}
.form-payment .ant-divider-horizontal {
  background: #fff;
  max-width: 365px;
  margin: auto;
  min-width: 0%;
}
.form-payment .radio-box {
  color: #fff;
  border: 1px solid #4D4D4D;
  padding: 10px;
  max-width: 360px;
  border-radius: 2px;
  margin: 0 10px 0 15px;
}
.form-payment .text-radio {
  color: #fff;
}
.form-payment .pm-method-wrapper {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .form-payment .pm-method-wrapper {
    flex-direction: column;
  }
}
.form-payment .payment-method-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-payment .payment-method-info .qr-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 250px;
  margin: 10px auto;
}
.form-payment .payment-method-info .qr-container img {
  display: block;
  width: 100%;
  height: auto;
}
.form-payment .payment-method-info .qr-container .scan-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 255, 0, 0.7);
  box-shadow: 0 0 8px rgba(0, 255, 0, 0.8);
  animation: scan 2s linear infinite;
}
.form-payment .payment-method-info .qr-container::after after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 255, 0, 0.1), transparent);
  pointer-events: none;
  animation: glow 2s linear infinite;
}
.form-payment .bank-info {
  border: 1px solid #4D4D4D;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px;
  text-transform: capitalize;
}
.form-payment .bottom-btns {
  padding: 15px;
  display: flex;
  gap: 10px;
}
.form-payment .bottom-btns button {
  height: 40px;
  width: 100%;
}
.form-payment .text-danger {
  color: #f04134;
}

.agency-form {
  max-width: 500px;
  width: 100%;
  background: #1f1f1f;
  padding: 30px;
  border-radius: 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .agency-form {
    padding: 20px;
  }
}
.agency-form .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .agency-form .title {
    font-size: 20px;
  }
}
.agency-form .remember-forgot {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.performer-form {
  max-width: 700px;
  width: 100%;
  background: #1f1f1f;
  padding: 30px;
  border-radius: 20px;
  margin: auto;
}

.ant-form-item-explain a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.video-upload {
  display: flex;
  justify-content: center;
  justify-items: center;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.profile-contact .profile-contact-content p {
  margin-bottom: 0;
}

.review-item-list {
  margin-bottom: 10px;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.filter-main {
  animation: fadeIn 0.5s ease-in-out;
}
.filter-main .ant-form-item {
  margin-bottom: 0;
}
.filter-main .row-filter-main > .ant-col {
  margin-bottom: 10px;
}
.filter-main .row-filter-main > .ant-col > strong {
  margin-bottom: 5px;
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15;
}

.emoji-mart {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #222427;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}

.emoji-mart .emoji-mart-emoji {
  padding: 6px;
}

.emoji-mart-bar {
  border: 0 solid #d9d9d9;
}
.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.emoji-mart-anchors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 6px;
  line-height: 0;
}

.emoji-mart-anchor {
  position: relative;
  display: block;
  flex: 1 1 auto;
  color: #858585;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color .1s ease-out;
  margin: 0;
  box-shadow: none;
  background: none;
  border: none;
}
.emoji-mart-anchor:focus { outline: 0 }
.emoji-mart-anchor:hover,
.emoji-mart-anchor:focus,
.emoji-mart-anchor-selected {
  color: #464646;
}

.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0;
}

.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -3px; left: 0;
  width: 100%; height: 3px;
  background-color: #464646;
}

.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}

.emoji-mart-anchors svg,
.emoji-mart-anchors img {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.emoji-mart-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 270px;
  padding: 0 6px 6px 6px;
  will-change: transform; /* avoids "repaints on scroll" in mobile Chrome */
}

.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
  position: relative;
}

.emoji-mart-search input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 25px 6px 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  outline: 0;
}

.emoji-mart-search input,
.emoji-mart-search input::-webkit-search-decoration,
.emoji-mart-search input::-webkit-search-cancel-button,
.emoji-mart-search input::-webkit-search-results-button,
.emoji-mart-search input::-webkit-search-results-decoration {
  /* remove webkit/blink styles for <input type="search">
   * via https://stackoverflow.com/a/9422689 */
  -webkit-appearance: none;
}

.emoji-mart-search-icon {
  position: absolute;
  top: 7px;
  right: 11px;
  z-index: 2;
  padding: 2px 5px 1px;
  border: none;
  background: none;
}

.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
  cursor: default;
}

.emoji-mart-category .emoji-mart-emoji:hover:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: #f4f4f4;
  border-radius: 100%;
}

.emoji-mart-category-label {
  z-index: 2;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.emoji-mart-category-label span {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .95);
}

.emoji-mart-category-list {
  margin: 0;
  padding: 0;
}

.emoji-mart-category-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

.emoji-mart-emoji-native {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "Android Emoji";
}

.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: #858585;
}
.emoji-mart-no-results-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}
.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: .2em;
}
.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none;
}

.emoji-mart-preview {
  position: relative;
  height: 70px;
}

.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.emoji-mart-preview-emoji {
  left: 12px;
}

.emoji-mart-preview-data {
  left: 68px; right: 12px;
  word-break: break-all;
}

.emoji-mart-preview-skins {
  right: 30px;
  text-align: right;
}

.emoji-mart-preview-skins.custom {
  right: 10px;
  text-align: right;
}

.emoji-mart-preview-name {
  font-size: 14px;
}

.emoji-mart-preview-shortname {
  font-size: 12px;
  color: #888;
}
.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
  margin-left: .5em;
}

.emoji-mart-preview-emoticon {
  font-size: 11px;
  color: #bbb;
}

.emoji-mart-title span {
  display: inline-block;
  vertical-align: middle;
}

.emoji-mart-title .emoji-mart-emoji {
  padding: 0;
}

.emoji-mart-title-label {
  color: #999A9C;
  font-size: 26px;
  font-weight: 300;
}

.emoji-mart-skin-swatches {
  font-size: 0;
  padding: 2px 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
}

.emoji-mart-skin-swatches.custom {
  font-size: 0;
  border: none;
  background-color: #fff;
}

.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px;
}

.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after {
  opacity: .75;
}

.emoji-mart-skin-swatch {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  transition-property: width, padding;
  transition-duration: .125s;
  transition-timing-function: ease-out;
}

.emoji-mart-skin-swatch:nth-child(1) { transition-delay: 0s }
.emoji-mart-skin-swatch:nth-child(2) { transition-delay: .03s }
.emoji-mart-skin-swatch:nth-child(3) { transition-delay: .06s }
.emoji-mart-skin-swatch:nth-child(4) { transition-delay: .09s }
.emoji-mart-skin-swatch:nth-child(5) { transition-delay: .12s }
.emoji-mart-skin-swatch:nth-child(6) { transition-delay: .15s }

.emoji-mart-skin-swatch.selected {
  position: relative;
  width: 16px;
  padding: 0 2px;
}

.emoji-mart-skin-swatch.selected:after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 4px; height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #fff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease-out;
}

.emoji-mart-skin-swatch.custom {
  display: inline-block;
  width: 0;
  height: 38px;
  overflow: hidden;
  vertical-align: middle;
  transition-property: width, height;
  transition-duration: .125s;
  transition-timing-function: ease-out;
  cursor: default;
}

.emoji-mart-skin-swatch.custom.selected {
  position: relative;
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}

.emoji-mart-skin-swatch.custom.selected:after {
  content: "";
  width: 0;
  height: 0;
}

.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover {
  background-color: #f4f4f4;
  border-radius: 10%;
}

.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom {
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}

.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after {
  opacity: .75;
}

.emoji-mart-skin-text.opened {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #888;
  font-size: 11px;
  padding: 5px 2px;
  width: 95px;
  height: 40px;
  border-radius: 10%;
  background-color: #fff;
}

.emoji-mart-skin {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  max-width: 12px;
  border-radius: 100%;
}

.emoji-mart-skin-tone-1 { background-color: #ffc93a }
.emoji-mart-skin-tone-2 { background-color: #fadcbc }
.emoji-mart-skin-tone-3 { background-color: #e0bb95 }
.emoji-mart-skin-tone-4 { background-color: #bf8f68 }
.emoji-mart-skin-tone-5 { background-color: #9b643d }
.emoji-mart-skin-tone-6 { background-color: #594539 }

/* For screenreaders only, via https://stackoverflow.com/a/19758620 */
.emoji-mart-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
 * Dark mode styles
 */

.emoji-mart-dark {
  color: #fff;
  border-color: #555453;
  background-color: #222;
}

.emoji-mart-dark .emoji-mart-bar {
  border-color: #555453;
}

.emoji-mart-dark .emoji-mart-search input {
  color: #fff;
  border-color: #555453;
  background-color: #2f2f2f;
}

.emoji-mart-dark .emoji-mart-search-icon svg {
  fill: #fff;
}

.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before {
  background-color: #444;
}

.emoji-mart-dark .emoji-mart-category-label span {
  background-color: #222;
  color: #fff;
}

.emoji-mart-dark .emoji-mart-skin-swatches {
  border-color: #555453;
  background-color: #222;
}

.emoji-mart-dark .emoji-mart-anchor:hover,
.emoji-mart-dark .emoji-mart-anchor:focus,
.emoji-mart-dark .emoji-mart-anchor-selected {
  color: #bfbfbf;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.compose {
  display: flex;
  align-items: center;
  background-color: #343434;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border: 0;
  color: #fff;
}
.compose .toolbar-button {
  color: #4e4e4e;
  margin-left: 15px;
}
.compose .toolbar-button:hover {
  color: #4e4e4e;
}
.compose.custom {
  width: 96%;
  top: unset;
  left: 2%;
  bottom: 10px;
}
.compose .ant-upload {
  background: none !important;
}
.compose-input {
  flex: 1;
  border: none;
  font-size: 14px;
  height: 48px;
  background: none;
  color: #fff;
  outline: thin;
  padding: 10px;
  background-color: transparent !important;
  resize: none;
  line-height: 16px;
  padding-top: 15px;
}
.compose-input::placeholder {
  color: #fff;
  opacity: 1;
}
.compose-input::-ms-input-placeholder {
  color: #fff;
}
.compose-input:focus {
  outline: none;
  box-shadow: none;
}
.grp-icons {
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
}
.grp-icons .anticon-send {
  font-size: 22px;
  color: #BE00E5;
}
.grp-icons.custom {
  display: flex;
}
.grp-icons.custom .anticon-send {
  margin-left: 15px;
}
.grp-emotions {
  position: unset;
}
.grp-emotions .anticon {
  color: #fff;
}
.grp-emotions .emoji-mart {
  top: unset;
  bottom: 50%;
}
.grp-file-icon {
  height: 25px;
  width: 28px;
}
.grp-file-icon .avatar-uploader .ant-upload {
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  margin: 0;
}
.grp-file-icon .ant-upload-select.ant-upload-select-picture-card .anticon {
  position: unset;
  top: unset;
  left: unset;
  color: #fff;
  font-size: 22px;
  padding: 0;
  background: transparent;
}
.grp-send {
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  background: #BE00E5;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.grp-send .anticon-send {
  font-size: 18px;
  color: #fff;
  transform: rotate(-45deg);
}
.grp-send:hover {
  opacity: 0.7;
}
.emoji-mart {
  position: absolute;
  right: 10px;
  top: -455px;
}
@media screen and (max-width: 768px) {
  .emoji-mart {
    right: 30px;
    width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .emoji-mart {
    right: 30px;
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .emoji-mart {
    width: 270px;
    right: -90px;
  }
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.message {
  display: flex;
  flex-direction: column;
}
.message .timestamp {
  display: flex;
  justify-content: flex-start;
  color: #4e4e4e;
  font-weight: 600;
  font-size: 8px;
  margin: 5px 0px;
}
.message.mine .timestamp {
  justify-content: flex-end;
}
.message .bubble-container {
  font-size: 14px;
  display: flex;
}
.message.mine .bubble-container {
  justify-content: flex-end;
}
.message .bubble-container .bubble {
  margin: 5px 0px;
  background: #BE00E5;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 75%;
  border-radius: 5px;
  color: #fff;
}
.message.mine .bubble-container .bubble {
  background: #fff6d9;
  max-width: 75%;
  color: #000;
}
.message-time {
  font-size: 10px;
  margin: 0;
}
.bubble-container .avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 6px 8px 0 0;
  object-fit: cover;
}
.message.mine .bubble-container .avatar {
  margin: 6px 0 0 8px;
}

.confirm-payment-container {
  width: 100%;
  max-width: 968px;
  margin: 20px auto;
  padding: 30px;
  border-radius: 15px;
  background-color: #242424;
}
.confirm-payment-container .confirm-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.confirm-payment-container .confirm-item-value {
  font-weight: 600;
  text-transform: uppercase;
}
.confirm-payment-container .confirm-payment-footer {
  text-align: center;
  margin-top: 20px;
}
.confirm-payment-container .confirm-payment-footer .ant-btn {
  width: 250px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.comment-form {
  position: relative;
  padding-left: 50px;
}
.comment-form img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 10px;
  left: 0;
}
.comment-form .ant-form-item {
  margin-bottom: 10px;
}
.comment-form .ant-input {
  border: 1px solid #343434;
  background: #1f1f1f;
  border-radius: 10px;
}
.comment-form .ant-rate-star {
  color: #BE00E5;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.review-card {
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
}
.review-card img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.review-card .username {
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-card .username .ant-rate-star .anticon {
  font-size: 13px;
}
.review-card .review-card-content {
  font-size: 13px;
  margin-top: 5px;
  background-color: #1f1f1f;
  padding: 10px;
  border-radius: 10px;
}
.review-card .createdAt {
  font-size: 13px;
  color: #717171;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.box-panel {
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 15px;
  border: 1px solid #353535;
}
@media (max-width: 550px) {
  .box-panel {
    padding: 15px;
  }
}
.box-panel .title-panel {
  margin-bottom: 15px;
}
@media (max-width: 550px) {
  .box-panel .title-panel {
    margin-bottom: 10px;
  }
}
.box-panel .title-panel h2 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
}
.box-panel .title-panel h2 span {
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 550px) {
  .box-panel .title-panel h2 {
    font-size: 20px;
  }
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.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: #BE00E5;
}
.account-layout {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .account-layout {
    display: block;
  }
}
.account-layout .left-account-layout {
  width: 298px;
}
@media screen and (max-width: 768px) {
  .account-layout .left-account-layout {
    width: 100%;
    display: none;
  }
}
.account-layout .left-account-layout .profile-user {
  display: flex;
  background: #1f1f1f;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 15px;
  cursor: pointer;
}
.account-layout .left-account-layout .profile-user a {
  color: #fff;
}
.account-layout .left-account-layout .profile-user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 5px;
  object-fit: cover;
}
.account-layout .left-account-layout .profile-user img.token-ico {
  height: 20px;
  width: unset;
  border-radius: 0;
}
.account-layout .left-account-layout .profile-user .profile-name {
  display: inline-flex;
  flex-direction: column;
  text-transform: capitalize;
}
.account-layout .left-account-layout .profile-user .profile-name span {
  font-size: 12px;
  text-transform: none;
}
.account-layout .left-account-layout .menu-account {
  background: #1f1f1f;
  border-radius: 20px;
  overflow: hidden;
}
.account-layout .left-account-layout .menu-account .ant-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 0;
}
.account-layout .left-account-layout .menu-account .menu-item {
  padding: 12px 15px;
  transition: all 200ms;
  cursor: pointer;
}
.account-layout .left-account-layout .menu-account .menu-item .anticon {
  font-size: 16px;
  margin-right: 5px;
}
.account-layout .left-account-layout .menu-account .menu-item:hover,
.account-layout .left-account-layout .menu-account .menu-item.active {
  background-color: #343434;
  color: #BE00E5;
}
.account-layout .right-account-layout {
  width: calc(100% - 298px);
}
@media screen and (max-width: 768px) {
  .account-layout .right-account-layout {
    width: 100%;
  }
}
.account-layout .right-account-layout .ant-tabs .ant-tabs-nav::before {
  display: none;
}
.account-layout .right-account-layout .ant-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab {
  border-radius: 30px;
  background-color: #343434;
  padding: 7px 10px;
}
.account-layout .right-account-layout .ant-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 10px;
}
.account-layout .right-account-layout .ant-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active {
  background-color: #BE00E5;
}
.account-layout .right-account-layout .ant-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff;
}
.account-layout .right-account-layout .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar {
  display: none !important;
}

.membership-plan-info {
  width: 100%;
  max-width: 968px;
  margin: 0 auto 20px;
  padding: 30px;
  border-radius: 15px;
  background-color: #242424;
}
.membership-plan-info h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}
.membership-plan-info p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.membership-plan-info .highlight {
  font-weight: 600;
  color: #BE00E5;
  text-transform: capitalize;
  margin-left: 5px;
}
.membership-plan-info .cancel-subscription {
  padding-top: 10px;
  border-top: 1px solid #ccc;
  margin: 0;
}

