@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap);
.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: #A9925E;
}
.backTop {
  right: 50px;
}
.backTop .ant-back-top-content {
  background: var(--primary);
  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%;
  }
}

.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: #A9925E;
}
.login-box {
  background-color: #fff8e8;
  overflow: auto;
  padding: 40px 20px;
  position: relative;
  min-height: 100lvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-box .login-logo {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 5;
}
.login-box .login-logo img {
  height: 60px;
}
@media (max-width: 768px) {
  .login-box .login-logo img {
    width: 90%;
    height: auto;
  }
}
.login-box .form-sign {
  position: relative;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 500px;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  z-index: 5;
}
.login-box .form-sign .ant-btn-primary {
  height: 40px;
}
.login-box .form-sign .ant-input-affix-wrapper {
  height: 40px;
}
.login-box .form-sign .ant-form-item {
  margin-bottom: 10px;
}
.login-box .form-sign .top-sign {
  padding: 30px 40px 20px;
}
@media (max-width: 768px) {
  .login-box .form-sign .top-sign {
    padding: 20px;
  }
}
.login-box .form-sign h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.login-box .form-sign .signup-btn-wrapper {
  padding: 10px;
  text-align: center;
  background-color: #fff8e8;
  font-weight: bold;
}
.login-box .form-sign .signup-btn-wrapper a {
  color: var(--primary);
}
.login-box .button-right {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 10;
}
.login-box .slider-bg {
  z-index: 1;
}
.login-box .slider-bg,
.login-box .carousel-slider,
.login-box .slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.login-box .slider {
  height: 100%;
}
.login-box .slider-bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,0.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:0.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,0.9);color:#fff}.carousel:hover .slide .legend{opacity:1}

.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: #A9925E;
}
.text-at-the-top {
  font-size: medium;
  padding: 15px;
  text-align: center;
  background-color: var(--primary100);
  border-radius: 10px;
}



.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: #A9925E;
}
.stat-container {
  display: flex;
  gap: 10px;
  background-color: var(--primary100);
  padding: 15px;
  border-radius: 10px;
  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: var(--primary);
  color: #fff;
}
.stat-container .stat-content {
  font-size: 16px;
  font-weight: bold;
}
.stat-container .stat-price {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary);
}
.booking-item {
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: var(--primary100);
  border-radius: 10px;
}
.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: var(--primary);
  border-radius: 50%;
  color: #fff;
}

.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: #A9925E;
}
.getInTouch {
  padding: 10px 0px;
  font-weight: bold;
  font-size: 20px;
  color: var(--primary);
  text-align: center;
}
.box-contact {
  width: 700px;
  max-width: 100%;
  margin: auto;
}

.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: #A9925E;
}
.ant-select-selection-item {
  margin: auto;
}
.btn-submit {
  margin: 0px !important;
  background: var(--primary) !important;
  width: 100%;
  color: white !important;
  font-weight: 600;
  margin-top: 10px !important;
  border-color: var(--primary);
}
@media screen and (min-width: 768px) {
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-list {
    margin-left: 10px;
  }
}

.review-item-list {
  padding: 16px 10px !important;
}
.review-item-list .ant-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.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: #A9925E;
}
.review-card {
  display: flex;
  gap: 10px;
  background-color: var(--primary100);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
.review-card img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.review-card .username {
  font-weight: bold;
  font-family: 15px;
}
.review-card .r-description {
  font-size: 13px;
}
.review-card .createdAt {
  font-size: 13px;
  opacity: 0.6;
}

.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: #A9925E;
}
.comment-form .hint {
  color: #666;
}
.comment-form img {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  object-fit: cover;
}
.comment-form .ant-btn {
  width: 99%;
  background-color: var(--primary);
  color: #000;
  font-weight: 600;
  height: 40px;
  border-color: var(--primary);
}

.review-item-list {
  background-color: #0000001a;
  border-radius: 5px;
  margin-bottom: 10px;
}

.related .title {
  font-size: 20px;
  font-weight: 700;
}
.related .profile {
  background: var(--bg-white);
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  position: relative;
  align-items: center;
}
.related .profile img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}
.related .profile .info {
  width: calc(100% - 70px);
  padding-left: 10px;
  position: relative;
  padding-right: 40px;
}
.related .profile .info .info-content .name {
  font-size: 16px;
  font-weight: bold;
}
.related .profile .info .info-content .country {
  line-height: 15px;
}
.related .profile .info .card-circe {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}

.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: #A9925E;
}
.model-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
}
.model-card:hover .model-card-img img {
  transform: scale(1.1);
}
.model-card:hover .model-card-content .card-circe {
  right: 5px;
}
.model-card .absolute-items {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.model-card .absolute-items .vip {
  background-color: #a88c31;
  display: block;
  padding: 2px 8px;
  border-radius: 30px;
  font-size: 18px;
}
.model-card .model-card-img {
  position: relative;
  padding-top: 130%;
  display: block;
}
.model-card .model-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 200ms;
}
.model-card .model-card-img .status-dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.model-card .model-card-img .status-dot.online {
  background-color: #28a745;
}
.model-card .model-card-img .status-dot.offline {
  background-color: #6c757d;
}
.model-card .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));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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 .verified {
  color: #fff;
}
.model-card .model-card-content .model-card-title .model-card-name {
  max-width: calc(100% - 20px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
.model-card .model-card-content .model-card-country {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
.model-card .model-card-content .card-circe {
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  transition: all 200ms;
}

.performer-grid {
  display: -webkit-box;
  /* Not needed if autoprefixing */
  display: -ms-flexbox;
  /* Not needed if autoprefixing */
  display: flex;
  margin-left: -10px;
  /* gutter size offset */
  width: auto;
}
.performer-grid-column {
  padding-left: 10px;
  /* gutter size */
  background-clip: padding-box;
}
.performer-grid-column .model-card {
  margin: 10px 0;
  overflow: hidden;
}

.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: #A9925E;
}
.profile-contact {
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  background-color: var(--primary100);
}
.profile-contact .profile-contact-content {
  margin-bottom: 15px;
}
.profile-contact .profile-contact-content p {
  margin-bottom: 0;
}
.profile-contact .profile-contact-content img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 50%;
  object-fit: cover;
}

.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: #A9925E;
}
#edit-form .form-container {
  margin-top: 20px;
}
#edit-form .form-container:first-child {
  margin-top: 0px;
}
#edit-form .form-container .ant-form-item-control-input {
  border-radius: 5px;
}
#edit-form .form-container .ant-form-item-control-input .ant-input {
  color: #fff;
}
#edit-form .form-container .ant-form-item-control-input .ant-select-selector {
  min-height: 40px;
  height: auto;
  border-radius: 5px;
}
#edit-form .form-container .ant-form-item-control-input .ant-select-selector .ant-select-selection-search {
  display: inline-flex;
  align-items: center;
}
#edit-form .form-container .ant-form-item-control-input .ant-select-selector .ant-select-selection-search input {
  outline: none;
  box-shadow: none!important;
}
#edit-form .form-container .ant-form-item-control-input .currency {
  text-transform: uppercase;
}
#edit-form .form-container .ant-form-item-control-input .ant-picker {
  height: 40px;
}
#edit-form .form-container .ant-form-item-control-input .ant-picker input {
  box-shadow: none!important;
}
#edit-form .form-container .ant-form-item-control-input .ant-input-group-addon {
  background: #242424;
  border-color: #242424;
}
#edit-form .form-container .ant-form-item-control-input .ant-input-group-addon input {
  background-color: #242424 !important;
}
#edit-form .form-container .ant-form-item-control-input .ant-select-arrow {
  color: #fff;
}
.ant-select-dropdown .select-currency {
  text-transform: uppercase;
}

.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: #A9925E;
}
.pk-card {
  padding: 20px;
  text-align: center;
  background: var(--primary100);
  border-radius: 20px;
  margin-bottom: 10px;
}
.pk-card .pk-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.pk-card .pk-price {
  font-size: 18px;
  color: var(--primary);
  margin-bottom: 15px;
  font-weight: bold;
}
.pk-card .pk-description {
  min-height: 100px;
}

.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: #A9925E;
}
.membership-container .ant-divider {
  color: #999999;
}
.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%;
}
.membership-container .ant-divider-inner-text .step-box.active {
  background-color: var(--primary);
  color: #fff;
}
.membership-container .title-package {
  font-size: 20px;
  color: var(--primary);
}

.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: #A9925E;
}



.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: #A9925E;
}
.loading-screen {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
  font-size: 30px;
}
.loading-screen img,
.loading-screen span {
  color: var(--primary);
  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;
  }
}

.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: #A9925E;
}

.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: #A9925E;
}
.page-heading span {
  margin-left: 10px;
  font-weight: bold;
}
.ant-btn:hover {
  border: 1px solid;
}

.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: #A9925E;
}
.model-card-favorite {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.model-card-favorite .absolute-items {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.model-card-favorite .absolute-items .vip {
  background-color: var(--primary);
  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));
  color: #fff;
}
.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: #fff;
}
.model-card-favorite .model-card-content .model-card-title .model-card-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
.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: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #999999;
}
.model-card-favorite .box {
  position: relative;
}
.model-card-favorite .box-below {
  padding: 10px;
  text-align: center;
}
.btn-remove-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary) !important;
  color: #fff !important;
  border: 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: #A9925E;
}
.title-my-favorite {
  color: #eedb22;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 8px 0px;
  text-align: initial;
}
.box-username {
  margin-bottom: 90px;
}
.box-below {
  padding: 30px;
}
.box-below .btn-remove-favorite {
  background-color: var(--primary);
  color: #000;
  border-color: var(--primary);
  width: 90%;
  height: 47px;
}
.box-below .btn-remove-favorite span {
  font-weight: 600;
}

.landing-wrapper {
  display: flex;
  height: 100lvh;
  background-color: #F7F2EA;
  width: 100%;
  overflow: hidden;
}
.landing-wrapper .landing-left {
  width: 50%;
}
@media (max-width: 768px) {
  .landing-wrapper .landing-left {
    display: none;
  }
}
.landing-wrapper .landing-left .slick-slide {
  position: relative;
}
.landing-wrapper .landing-left .slick-slide::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, rgba(168, 145, 94, 0) 0%, #a8915e 70%);
}
.landing-wrapper .landing-left .slick-slide img {
  width: 100%;
  height: 100lvh;
  object-fit: cover;
}
.landing-wrapper .landing-left .slick-dots {
  bottom: 15px;
  position: absolute;
  left: 0;
  width: 100%;
  display: flex !important;
  gap: 3px;
  justify-content: center;
}
.landing-wrapper .landing-left .slick-dots li button {
  font-size: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  border: 1px solid #fff;
  display: block;
  cursor: pointer;
  padding: 0;
}
.landing-wrapper .landing-left .slick-dots li button:before {
  display: none;
}
.landing-wrapper .landing-left .slick-dots li.slick-active button {
  background-color: #A8915E;
}
.landing-wrapper .landing-left .landing-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}
.landing-wrapper .landing-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  padding: 40px;
}
@media (max-width: 768px) {
  .landing-wrapper .landing-right {
    width: 100%;
    padding: 20px;
  }
}
.landing-wrapper .landing-right .landing-inner .landing-welcome {
  font-size: 27px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .landing-wrapper .landing-right .landing-inner .landing-welcome {
    font-size: 23px;
  }
}
.landing-wrapper .landing-right .landing-inner .landing-buttons {
  width: 400px;
  max-width: 100%;
  margin: auto;
}
.landing-wrapper .landing-right .landing-inner .landing-buttons .landing-btn {
  padding: 15px 20px;
  color: #fff;
  background-color: #A8915E;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 200ms;
}
@media (max-width: 768px) {
  .landing-wrapper .landing-right .landing-inner .landing-buttons .landing-btn {
    font-size: 16px;
  }
}
.landing-wrapper .landing-right .landing-inner .landing-buttons .landing-btn svg {
  font-size: 25px;
}
.landing-wrapper .landing-right .landing-footer {
  text-align: center;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.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: #A9925E;
}
.conversation-search {
  position: relative;
}
.conversation-search input {
  padding: 10px 15px;
  padding-left: 30px;
  width: calc(100% - 25px);
  border: none;
  background: var(--primary100);
  margin: 12px;
  border-radius: 0.5em;
  outline: none;
}
.conversation-search input::placeholder {
  text-align: left;
}
.conversation-search .anticon-search {
  font-size: 18px;
  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;
}

.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: #A9925E;
}
.conversation-list-item {
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative;
}
.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: #00c12c;
}
.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: var(--primary100);
  cursor: pointer;
}
.conversation-list-item.active {
  background: var(--primary100);
  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: var(----dark-label);
}
.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;
}

.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: #A9925E;
}
.conversation-list {
  padding: 20px 0;
  width: 100%;
  background-color: #A9925E;
}
.conversation-list .user-bl {
  color: #070E40;
  font-size: 20px;
  text-align: center;
}
.conversation-list .c-list-item {
  height: calc(100% - 101px);
  overflow: auto;
}
.conversation-list .c-list-item::-webkit-scrollbar {
  display: none;
}

.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;
}

.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: #A9925E;
}
.compose {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border: 0;
  border-top: 1px solid var(--border-color);
}
.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;
  outline: thin;
  padding: 10px;
  background-color: transparent !important;
  resize: none;
  line-height: 16px;
  padding-top: 15px;
}
.compose-input::placeholder {
  color: #999999;
  opacity: 1;
}
.compose-input::-ms-input-placeholder {
  color: #999999;
}
.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: #A9925E;
}
.grp-icons.custom {
  display: flex;
}
.grp-icons.custom .anticon-send {
  margin-left: 15px;
}
.grp-emotions {
  position: unset;
}
.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;
  font-size: 22px;
  padding: 0;
  background: transparent;
}
.grp-send {
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  background: #A9925E;
  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;
  }
}

.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: #A9925E;
}
.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: #A9925E;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 75%;
  border-radius: 5px;
  color: #fff;
}
.message.mine .bubble-container .bubble {
  background: var(--primary100);
  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;
}

.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: #A9925E;
}
.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: 450px) {
  .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: 450px) {
  .mess-recipient .close-btn {
    display: inline-block;
  }
}

.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: #A9925E;
}
.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: var(--bg-white);
  border-right: 1px solid var(--border-color);
}
.sidebar .conversation-list .conversation-title,
.sidebar .conversation-list .conversation-snippet {
  color: #999999;
}
.chat-content {
  background: var(--bg-white);
  display: flex;
  width: 60%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px ;
}
.chat-content .mess-recipient {
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid var(--border-color);
  background: transparent;
}
.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: 450px) {
  .sidebar {
    width: 100%;
  }
  .sidebar.active {
    display: none;
  }
  .chat-content {
    width: 100%;
    display: none;
  }
  .chat-content.active {
    display: flex;
  }
}

.main-footer {
  background: var(--secondary);
  padding: 30px 20px;
  color: #fff;
  position: relative;
  z-index: 99;
}
.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;
  color: #fff;
}
.main-footer .main-container ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.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: 60px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .search-bar {
    width: 100%;
  }
}
.search-input-wrapper {
  position: relative;
  width: 100%;
  max-width: 700px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 40px;
  padding: 0 55px 0 15px;
}
.search-input-wrapper input {
  width: 100%;
  height: 34px;
  border: none;
  outline: none;
  background: transparent !important;
  border: 0;
  color: #000;
  padding: 0 !important;
  box-shadow: none !important;
}
.search-input-wrapper input::placeholder {
  color: #aaa;
}
/* nút clear */
.clear-btn {
  position: absolute;
  right: 40px;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}
.clear-btn:hover {
  color: #333;
}
/* nút search tròn */
.search-btn {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--secondary);
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn:hover {
  opacity: 0.6;
}

.main-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
/* ===== TOP BAR ===== */
.header-top {
  background: var(--secondary);
}
.header-top .header-top-inner {
  max-width: 1300px;
  height: 75px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 15px;
}
.header-top .center {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .header-top .center {
    left: 60px;
    transform: translate(0, -50%);
  }
}
.header-top .center img {
  height: 62px;
}
.header-top .center span {
  font-size: 20px;
  font-weight: 500;
}
.header-top .right {
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
}
.header-top .right svg {
  font-size: 18px;
  cursor: pointer;
}
.header-top .right .ant-avatar {
  cursor: pointer;
}
/* ===== BOTTOM BAR ===== */
.header-bottom {
  background: var(--primary);
  padding: 10px 0;
}
.header-bottom .header-bottom-inner {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-bottom .menu {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-bottom .menu li {
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}
.header-bottom .menu li:hover {
  opacity: 0.8;
}
.booking-dropdown {
  display: inline-block;
}
.booking-dropdown .booking-trigger {
  position: relative;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.booking-dropdown .booking-trigger .icon {
  font-size: 20px;
  color: #fff;
}
.booking-dropdown .booking-trigger .badge {
  position: absolute;
  top: -5px;
  right: -8px;
  background: red;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
}
.booking-dropdown .booking-menu {
  position: absolute;
  top: 120%;
  right: 0;
  width: 320px;
  max-height: 400px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.booking-dropdown .menu-item {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}
.booking-dropdown .menu-item:last-child {
  border-bottom: none;
}
.booking-dropdown .booking-item {
  display: flex;
  gap: 10px;
  cursor: pointer;
}
.booking-dropdown .booking-item:hover {
  background: #fafafa;
}
.booking-dropdown .booking-item .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.booking-dropdown .booking-item .content {
  flex: 1;
}
.booking-dropdown .booking-item .content .label {
  font-weight: 500;
}
.booking-dropdown .booking-item .content .username {
  font-weight: bold;
}
.booking-dropdown .booking-item .content .date {
  font-size: 12px;
  color: #999;
}
.booking-dropdown .booking-item .content .chat-btn {
  margin-top: 5px;
  padding: 4px 8px;
  font-size: 12px;
  cursor: pointer;
  width: 100%;
}
.profile-dropdown {
  position: relative;
  display: inline-block;
}
.profile-dropdown .avatar-trigger {
  cursor: pointer;
}
.profile-dropdown .avatar-trigger img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-dropdown .dropdown-menu {
  position: absolute;
  top: 120%;
  right: 0;
  width: 280px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  overflow: hidden;
}
.profile-dropdown .profile-header {
  display: flex;
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.profile-dropdown .profile-header img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.profile-dropdown .profile-header .info .name {
  font-weight: 600;
}
.profile-dropdown .profile-header .info .username {
  font-size: 12px;
  color: #888;
}
.profile-dropdown .menu-list .menu-item {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
}
.profile-dropdown .menu-list .menu-item:hover {
  background: #f5f5f5;
}
.profile-dropdown .menu-list .menu-item.active {
  background: #e6f4ff;
  font-weight: 500;
}
.profile-dropdown .menu-list .menu-item.logout {
  color: red;
}
.profile-dropdown .menu-list .divider {
  height: 1px;
  background: #f0f0f0;
  margin: 5px 0;
}
.dismiss-btn {
  width: 100%;
  border: 0;
  background: transparent;
  font-weight: bold;
  cursor: pointer;
}
.notification-dropdown .icon {
  color: #fff;
}
.messages-header {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.messages-header .ant-badge {
  color: #fff;
}
.ant-table-thead > tr > th {
  background-color: var(--primary);
  color: #fff;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td,
.ant-table tfoot > tr > th,
.ant-table tfoot > tr > td {
  padding: 10px;
}

/* DESKTOP */
.nav-links {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-links li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.nav-links .mobile-close {
  display: none;
}
/* HAMBURGER */
.menu-toggle {
  display: none;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
}
/* MOBILE */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100vh;
    background: var(--secondary);
    flex-direction: column;
    padding: 20px;
    transition: 0.3s;
    z-index: 1000;
  }
  .nav-links li a {
    color: #fff;
    padding: 5px 0;
    display: block;
  }
  .nav-links.open {
    left: 0;
  }
  .nav-links .mobile-close {
    display: block;
    text-align: right;
    margin-bottom: 20px;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
  }
  .menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
  }
}

.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: #A9925E;
}
.account-layout {
  display: flex;
  width: 100%;
  min-height: 70vh;
  padding-top: 129px;
}
@media screen and (max-width: 1024px) {
  .account-layout {
    display: block;
    padding-left: 0;
  }
}
.account-layout .left-account-layout {
  width: 250px;
  height: calc(100lvh - 118px);
  overflow-y: auto;
  position: sticky;
  top: 118px ;
  left: 0;
  background-color: var(--bg-white);
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  .account-layout .left-account-layout {
    width: 100%;
    display: none;
  }
}
.account-layout .left-account-layout .profile-user {
  display: flex;
  background: var(--primary100);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 15px;
}
.account-layout .left-account-layout .profile-user a {
  color: var(--text-color);
}
.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: var(--bg-white);
}
.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: 10px;
  transition: all 200ms;
  cursor: pointer;
  border-radius: 10px;
}
.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: var(--primary100);
  color: var(--primary);
  font-weight: bold;
}
.account-layout .right-account-layout {
  flex: 1 1;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .account-layout .right-account-layout {
    width: 100%;
    padding: 15px;
  }
}
.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 {
  padding: 0;
  margin: 0;
}
.account-layout .right-account-layout .ant-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab {
  border-radius: 30px;
  background-color: var(--bg-white);
  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: var(--primary);
}
.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;
}

.box-panel {
  background: var(--bg-white);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media (max-width: 450px) {
  .box-panel {
    padding: 15px;
  }
}
.box-panel .title-panel {
  margin-bottom: 15px;
}
@media (max-width: 450px) {
  .box-panel .title-panel {
    margin-bottom: 10px;
  }
}
.box-panel .title-panel h2 {
  font-size: 25px;
  margin: 0;
}
.box-panel .title-panel h2 span {
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 450px) {
  .box-panel .title-panel h2 {
    font-size: 20px;
  }
}

.img-item-profile .img-container {
  position: relative;
  padding-top: 100%;
}
.img-item-profile .img-container .ant-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.img-item-profile .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-item-profile .img-container .anticon-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: var(--primary);
  color: #fff;
}

.profile-carousel {
  display: flex;
  flex-direction: column;
}
.profile-carousel .carousel-main {
  overflow: hidden;
  flex: 1;
  width: 100%;
}
.profile-carousel .carousel-main .slick-slide {
  height: auto;
  min-height: 1px;
  line-height: 0px;
}
.profile-carousel .carousel-main .slick-slide .ant-image {
  height: 500px;
}
.profile-carousel .carousel-main .ant-image {
  height: 626px;
  position: relative;
  display: block;
  background-color: var(--text-grey);
  border-radius: 10px;
  overflow: hidden;
}
.profile-carousel .carousel-main img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  object-fit: contain !important;
}
.profile-carousel .carousel-main .content-inner {
  width: 100%;
  position: relative;
}
.profile-carousel .carousel-main .content-inner .click-to-enlarge {
  position: absolute;
  font-size: 18px;
  color: white;
  display: none;
}
.profile-carousel .carousel-main .content-inner:hover .click-to-enlarge {
  display: block;
}
.profile-carousel .carousel-main .slick-arrow {
  background-color: transparent !important;
}
.profile-carousel .carousel-main .slick-arrow.slick-next {
  right: 5px;
  z-index: 1 !important;
}
.profile-carousel .carousel-main .slick-arrow.slick-next::before {
  background-size: 30px;
  width: 40px;
  height: 40px;
}
.profile-carousel .carousel-main .slick-arrow.slick-prev {
  left: 2px;
  z-index: 1 !important;
}
.profile-carousel .carousel-main .slick-arrow.slick-prev::before {
  background-size: 30px;
  width: 40px;
  height: 40px;
}
.profile-carousel .carousel-thumbs {
  background-color: var(--text-grey);
  border-radius: 10px;
  margin-top: 10px;
  padding: 3px;
}
.profile-carousel .carousel-thumbs .ant-carousel .slick-slider .slick-slide .ant-image {
  margin: 3px;
  display: block;
  cursor: pointer;
  padding-top: 70%;
  position: relative;
}
.profile-carousel .carousel-thumbs .ant-carousel .slick-slider .slick-slide .ant-image img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.profile-carousel .carousel-thumbs .ant-carousel .slick-slider .slick-slide .ant-image img.active {
  border: 2px solid var(--primary);
}
.profile-carousel .carousel-thumbs .ant-carousel .slick-slider .slick-arrow {
  top: 50%;
}
.profile-carousel .carousel-thumbs .ant-carousel .slick-slider .slick-arrow.slick-next {
  right: 10px;
  background-color: transparent!important;
  color: #fff;
  padding: 0;
}
.profile-carousel .carousel-thumbs .ant-carousel .slick-slider .slick-arrow.slick-next.anticon svg {
  font-size: 20px;
}
.profile-carousel .carousel-thumbs .ant-carousel .slick-slider .slick-arrow.slick-next::before {
  display: none;
}
.profile-carousel .carousel-thumbs .ant-carousel .slick-slider .slick-arrow.slick-prev {
  left: 10px;
  background-color: transparent!important;
  color: #fff;
  padding: 0;
}
.profile-carousel .carousel-thumbs .ant-carousel .slick-slider .slick-arrow.slick-prev.anticon svg {
  font-size: 20px;
}
.profile-carousel .carousel-thumbs .ant-carousel .slick-slider .slick-arrow.slick-prev::before {
  display: none;
}

.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: #A9925E;
}
.profile-rates {
  margin-bottom: 20px;
}
.profile-rates table {
  border-radius: 5px;
  width: 100%;
}
.profile-rates table thead {
  border-radius: 10px 10px 0px 0px !important;
  background: var(--primary);
  color: #fff;
  height: 40px;
}
.profile-rates table tbody {
  text-align: center;
}
.profile-rates table tbody tr {
  border: 2px solid #fff;
  height: 40px;
  background-color: var(--primary100);
}
.profile-rates table tbody tr td {
  width: 250px;
}

.filter-block .filter-item {
  margin: 5px 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: #A9925E;
}
.home-page .banner {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .home-page .banner {
    margin-bottom: 20px;
  }
}
.home-page .banner .ant-carousel img {
  width: 100%;
  border-radius: 10px;
}
.home-page .performer-grid {
  margin-bottom: 30px;
}
.filter-home {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.filter-home > span {
  height: 1px;
  background-color: var(--border-color);
  flex: 1;
}
.filter-home h2 {
  font-size: 30px;
  font-weight: bold;
  padding-right: 10px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .filter-home h2 {
    font-size: 20px;
  }
}

.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: #A9925E;
}
.form-container {
  border-radius: 10px;
  margin-bottom: 20px;
}
.form-container table {
  border-radius: 5px;
  width: 100%;
}
.form-container table thead {
  border-radius: 10px 10px 0px 0px !important;
  background: var(--primary);
  color: #fff;
  height: 40px;
}
.form-container table tbody {
  text-align: center;
}
.form-container table tbody tr {
  border: 2px solid #fff;
  height: 40px;
  background-color: var(--primary100);
}
.form-container table tbody tr td {
  width: 250px;
}
@media screen and (max-width: 450px) {
  .form-container table tbody tr td .ant-select {
    width: 70px;
  }
  .form-container table tbody tr .currency {
    text-align: end;
    width: auto;
  }
  .ant-row .ant-col .ant-input-number {
    margin: 0px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .form-container table tbody tr .ant-input-number {
    width: 160px;
  }
}

.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: #A9925E;
}
.profile-details .heading-profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .profile-details .heading-profile {
    flex-direction: column;
    gap: 15px;
  }
}
.profile-details .heading-profile h1 {
  font-size: 30px;
  margin: 0;
  font-weight: bold;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .profile-details .heading-profile h1 {
    font-size: 22px;
  }
}
.profile-details .heading-profile .last-seen {
  color: var(--dark-label);
  margin: 0;
}
.profile-details .heading-profile .heading-profile-right {
  display: flex;
  gap: 5px;
}
.profile-details .my-detail {
  max-height: 380px;
  overflow: auto;
}
.profile-details .my-detail-title {
  font-size: 20px;
  font-weight: bold;
}
.profile-details .my-detail-params > div {
  margin-bottom: 3px;
}
.profile-details .my-detail-params > div > span {
  color: var(--dark-label);
}
.profile-details .my-detail-params > div > strong {
  font-weight: normal;
}

.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: #A9925E;
}
.video-popup-modal .ant-modal-content {
  background: none;
}
.video-popup-modal .ant-modal-content .ant-modal-header {
  display: none;
}
@media screen and (max-width: 450px) {
  .ant-modal-body iframe {
    width: 380px;
  }
}

.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: #A9925E;
}
.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: var(--primary);
}
.banner-left {
  position: absolute;
  left: 0;
  width: calc((100vw - 1200px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner-left .ant-carousel .slick-slide {
  height: auto;
}
.banner-right {
  position: absolute;
  right: 0;
  width: calc((100vw - 1200px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner-right .ant-carousel .slick-slide {
  height: auto;
}
.banner {
  margin: 3px 0;
}
.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: var(--primary);
  border: 2px solid;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-family: Roboto;
}
.show-all a:hover {
  background-color: #070E40;
  color: #fff;
}
.home-page .filter-switch {
  padding: 10px 0;
}
.home-page .filter-switch .ant-btn {
  background-color: transparent;
  border-color: var(--primary);
  right: 0;
}
.home-page .filter-switch :hover {
  border-color: yellow;
}
@media screen and (max-width: 1024px) {
  .home-page .filter-switch .ant-btn {
    right: 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: #A9925E;
}
.cate-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.cate-group .cate-item {
  cursor: pointer;
  margin: 0 2px;
  text-transform: capitalize;
}
.cate-group .cate-item.active {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.search-container .main-container .search-lg-top {
  margin-top: 0px;
  display: inline-block;
}
.search-container .main-container .search-lg-top .titlte-instruction {
  text-align: center;
  color: #fff;
}
.search-container .main-container .search-lg-top .ant-input-search-button {
  height: 40px;
  width: auto;
}
.search-container .main-container .search-lg-top .ant-input-search .ant-input {
  height: 40px;
  border: 1px solid #d4d3d3;
  width: 600px;
  border-radius: 5px;
}
@media screen and (max-width: 450px) {
  .search-container .main-container .search-lg-top .ant-input-search .ant-input {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .search-container .main-container .search-lg-top .ant-input-search .ant-input {
    width: 100%;
  }
}
.search-container .main-container .search-lg-top .ant-input-search .ant-input-group-wrapper {
  overflow: hidden;
}
.search-container .main-container .search-lg-top .ant-input-search .ant-input-affix-wrapper {
  box-shadow: none;
  border-radius: 0;
}
.search-container .main-container .search-lg-top .ant-input-search .ant-input-group-addon {
  display: none;
}
.search-container .main-container .search-lg-top .ant-input-search .ant-input-group-addon .ant-input-search-button {
  border-radius: 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: #A9925E;
}
.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;
}

.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: #A9925E;
}
.spotlight .ant-carousel .slick-slide {
  text-align: center;
  overflow: hidden;
  height: 300px;
  line-height: 300px;
}
.spotlight .ant-carousel .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .spotlight .ant-carousel .slick-slide {
    height: 94px;
    line-height: 94px;
  }
}
.spotlight .ant-carousel .slick-dots.slick-dots-bottom li.slick-active button {
  background-color: var(--primary);
}
.spotlight .banner-left {
  position: absolute;
  left: 0;
  width: calc((100vw - 1200px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.spotlight .banner-left .ant-carousel .slick-slide {
  height: auto;
}
.spotlight .banner-right {
  position: absolute;
  right: 0;
  width: calc((100vw - 1200px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.spotlight .banner-right .ant-carousel .slick-slide {
  height: auto;
}
.spotlight .banner {
  margin: 3px 0;
}
.spotlight .show-all {
  padding: 0 5px;
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spotlight .show-all a {
  padding: 10px 25px;
  font-size: 16px;
  color: var(--primary);
  border: 2px solid;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-family: Roboto;
}
.spotlight .show-all a:hover {
  background-color: #070E40;
  color: #fff;
}
.spotlight .home-page .filter-switch {
  padding: 10px 0;
}
.spotlight .home-page .filter-switch .ant-btn {
  background-color: transparent;
  border-color: var(--primary);
  right: 0;
}
.spotlight .home-page .filter-switch :hover {
  border-color: yellow;
}
@media screen and (max-width: 1024px) {
  .spotlight .home-page .filter-switch .ant-btn {
    right: 0;
  }
}
.heading-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--primary);
}

